html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:focus, a:hover {
  text-decoration: none;
  color: initial; }

*, *:focus {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.height-100-percent {
  height: 100%; }

.content-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.btn {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center; }

header {
  position: relative;
  min-height: 80px;
  padding: 25px;
  background-color: #fff;
  z-index: 2; }
  @media screen and (max-width: 576px) {
    header {
      min-height: 60px;
      padding: 15px; } }
  header img.desktop {
    width: 163px;
    height: auto; }
    @media screen and (max-width: 576px) {
      header img.desktop {
        display: none; } }
  header img.mobile {
    display: none;
    width: 109px; }
    @media screen and (max-width: 576px) {
      header img.mobile {
        display: block;
        margin-top: 5px; } }
  header .logo-container {
    float: left; }
  header nav {
    float: right; }
    @media screen and (max-width: 576px) {
      header nav {
        margin-top: 2px; } }
    header nav li {
      position: relative;
      display: inline-block;
      padding: 0 10px; }
      header nav li a {
        color: #C8C8C8;
        font-size: 20px;
        line-height: 24px;
        font-family: 'Rift';
        font-weight: bold; }
      header nav li:first-child a {
        color: #222222; }
      header nav li:not(:last-child):after {
        position: absolute;
        content: "|";
        top: 0px;
        right: -6px;
        color: #C8C8C8;
        font-size: 25px; }

.animate-pop-in {
  -webkit-animation: pop-in 1s;
  animation: pop-in 1s;
  -webkit-transition: all;
  transition: all; }

@-webkit-keyframes pop-in {
  0% {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes pop-in {
  0% {
    -webkit-transform: translateY(-4rem);
    transform: translateY(-4rem); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.animate-zoom-in {
  -webkit-animation: zoom-in 1.5s;
  animation: zoom-in 1.5s;
  -webkit-transition: all;
  transition: all; }

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1; } }
footer {
  padding: 60px 0;
  border-top: 2px solid #F1F1F1; }
  footer h3 {
    margin-bottom: 16px;
    color: #C8C8C8;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Rift';
    font-weight: bold; }
  footer a {
    display: block;
    margin-bottom: 10px;
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    font-family: 'museo-sans';
    font-weight: 500; }
  footer .copyrights {
    width: 100%;
    margin-top: 70px;
    text-align: center; }
    footer .copyrights p {
      text-align: center;
      color: #C8C8C8;
      font-size: 12px;
      line-height: 14px;
      font-family: 'museo-sans';
      font-weight: 500; }
  footer .logo {
    margin-bottom: 20px; }

main {
  position: relative;
  margin-top: -80px;
  z-index: 1; }

.intro {
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 576px) {
    .intro {
      background-image: url("../images/Exoprimale_mobile_art_final.jpeg") !important;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: #000; } }
  .intro .content-container {
    text-align: left;
    width: 100%; }
    @media screen and (max-width: 576px) {
      .intro .content-container {
        margin-left: -15px;
        top: 55%; } }
  .intro span {
    display: inline-block;
    margin-bottom: 4px;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-family: "museo-sans";
    font-weight: 300; }
    @media screen and (max-width: 576px) {
      .intro span {
        font-size: 16px; } }
  .intro h1 {
    color: #fff;
    font-size: 100px;
    line-height: 90px;
    font-family: "Rift";
    font-weight: bold; }
    @media screen and (max-width: 576px) {
      .intro h1 {
        font-size: 43px;
        line-height: 52px; } }
  .intro .go-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .intro .go-bottom span {
      display: block;
      text-transform: uppercase;
      font-size: 23px;
      line-height: 38px;
      font-family: "Rift";
      font-weight: bold; }

.intro-text {
  padding-bottom: 60px;
  background-color: #fff;
  text-align: center; }
  .intro-text.v2 {
    padding-bottom: 10px; }
  .intro-text.center p {
    text-align: center; }
  .intro-text .left p {
    text-align: left; }
  .intro-text h1 {
    margin-top: 170px;
    margin-bottom: 30px;
    color: #000000;
    font-size: 60px;
    line-height: 72px;
    font-family: "Rift";
    font-weight: bold; }
  .intro-text h2 {
    max-width: 750px;
    margin: 0 auto 20px;
    text-align: left;
    font-family: "museo-sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 21px; }
  .intro-text h3 {
    max-width: 750px;
    margin: 0 auto 20px;
    text-align: left;
    font-family: "museo-sans";
    font-weight: 700;
    font-size: 16px;
    line-height: 21px; }
  .intro-text p {
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: left;
    color: #000000;
    font-size: 16px;
    line-height: 21px;
    font-family: "museo-sans";
    font-weight: 300; }
    .intro-text p a {
      color: #0d1b8d;
      font-weight: 700; }
  .intro-text .divider {
    display: inline-block;
    width: 100%;
    max-width: 750px;
    height: 2px;
    margin: 14px auto 44px;
    background-color: #eeeeee; }

.games .container-fluid {
  padding: 0px; }
.games .game {
  position: relative;
  display: inherit;
  padding: 0; }
  .games .game:hover .game-link img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: .85; }
  .games .game .game-link {
    display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer; }
    .games .game .game-link.border {
      border: 5px solid #ffcb09 !important; }
  .games .game .game-cover {
    display: block;
    width: 101%;
    height: 101%;
    background-size: cover;
    -webkit-transition: all 1s;
    transition: all 1s; }
    .games .game .game-cover:hover .game-overlay {
      opacity: 1; }
.games .alm-reveal {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
.games .alm-load-more-btn:not(done) {
  min-width: 180px;
  margin: 30px 0;
  padding: 10px 0 25px;
  background-color: #FFCD00;
  border-radius: 25px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  font-family: 'museo-sans';
  font-weight: 700; }
  .games .alm-load-more-btn:not(done):hover {
    background-color: #eabc00;
    cursor: pointer; }
.games .alm-btn-wrap .alm-load-more-btn.done {
  display: none; }
.games .alm-btn-wrap {
  padding: 0px; }

.latest-news {
  padding: 80px 0;
  position: relative;
  background-color: #F1F1F1;
  text-align: center; }
  .latest-news h2 {
    color: #000000;
    font-size: 60px;
    line-height: 66px;
    font-family: 'Rift';
    font-weight: 500; }
    @media screen and (max-width: 576px) {
      .latest-news h2 {
        font-size: 42px;
        line-height: 52px; } }
  .latest-news .social-buttons-container {
    position: absolute;
    top: 11px;
    right: 15px; }
    @media screen and (max-width: 1060px) {
      .latest-news .social-buttons-container {
        position: relative;
        right: 13px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); } }
    .latest-news .social-buttons-container a.facebook, .latest-news .social-buttons-container a.twitter {
      display: inline-block;
      margin-left: 20px;
      margin-bottom: 20px;
      padding: 10px 27px;
      border-radius: 25px;
      color: #fff;
      font-size: 15px;
      line-height: 18px;
      font-family: 'museo-sans';
      font-weight: 700;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
      @media screen and (max-width: 576px) {
        .latest-news .social-buttons-container a.facebook, .latest-news .social-buttons-container a.twitter {
          width: 40%;
          min-width: 120px;
          margin: 0px 10px 20px;
          padding: 10px 10px; } }
      .latest-news .social-buttons-container a.facebook:hover, .latest-news .social-buttons-container a.twitter:hover {
        -webkit-transform: scale(1.04);
        transform: scale(1.04); }
      .latest-news .social-buttons-container a.facebook span, .latest-news .social-buttons-container a.twitter span {
        vertical-align: middle;
        margin-left: 5px; }
      .latest-news .social-buttons-container a.facebook img, .latest-news .social-buttons-container a.twitter img {
        vertical-align: middle; }
    .latest-news .social-buttons-container .facebook {
      width: 140px;
      background-color: #3B5998; }
      .latest-news .social-buttons-container .facebook:hover {
        background-color: #3a63b9; }
    .latest-news .social-buttons-container .twitter {
      width: 140px;
      background-color: #1DA1F2; }
      .latest-news .social-buttons-container .twitter:hover {
        background-color: #009eff; }
  .latest-news .news-container {
    padding-top: 52px; }
    @media screen and (max-width: 576px) {
      .latest-news .news-container {
        padding-top: 30px; } }
    .latest-news .news-container .grid-sizer, .latest-news .news-container .grid-item {
      width: 100%;
      padding: 0 15px; }
    @media screen and (min-width: 800px) {
      .latest-news .news-container .grid-sizer, .latest-news .news-container .grid-item {
        width: 33.333%;
        padding: 0 15px; } }
    .latest-news .news-container .twitter-box {
      margin-bottom: 30px;
      background: #FFFFFF;
      -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1); }
      .latest-news .news-container .twitter-box .content {
        min-height: 166px;
        padding: 20px; }
        .latest-news .news-container .twitter-box .content .author {
          display: inline-block;
          width: 100%; }
        .latest-news .news-container .twitter-box .content .icon-container {
          float: left;
          width: 40px; }
          .latest-news .news-container .twitter-box .content .icon-container img {
            width: 100%;
            border-radius: 50%; }
        .latest-news .news-container .twitter-box .content .author-data {
          float: left;
          padding: 0 20px;
          text-align: left; }
          .latest-news .news-container .twitter-box .content .author-data a {
            display: block;
            color: #000000;
            font-size: 15px;
            line-height: 20px;
            font-family: 'museo-sans';
            font-weight: 700; }
            .latest-news .news-container .twitter-box .content .author-data a.hashtag {
              color: #0D1B8D;
              font-weight: 500; }
        .latest-news .news-container .twitter-box .content .twitter-link, .latest-news .news-container .twitter-box .content .facebook-link {
          float: right; }
      .latest-news .news-container .twitter-box .media-container {
        position: relative;
        width: 100%;
        height: 196px;
        overflow: hidden; }
        .latest-news .news-container .twitter-box .media-container.empty {
          background: rgba(28, 161, 242, 0.4); }
          .latest-news .news-container .twitter-box .media-container.empty span {
            display: block;
            margin-top: 77px;
            color: rgba(255, 255, 255, 0.7);
            font-family: "Open Sans";
            font-size: 37px;
            font-weight: 800;
            text-transform: uppercase; }
        .latest-news .news-container .twitter-box .media-container video {
          width: 100%;
          height: 100%; }
        .latest-news .news-container .twitter-box .media-container img {
          position: absolute;
          width: 100%;
          min-height: 100%;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .latest-news .news-container .twitter-box .text {
        text-align: left;
        color: #000000;
        font-size: 15px;
        line-height: 20px;
        font-family: 'museo-sans';
        font-weight: 300; }

.faq {
  background-color: #F1F1F1; }
  .faq .col-md-12 {
    max-width: 750px;
    margin: 40px auto 100px; }
  .faq .question {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -4px;
    padding: 10px 10px;
    background: #FFCB08;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer; }
    .faq .question .open {
      display: block;
      margin-top: 9px;
      margin-left: 5px;
      margin-right: 16px; }
    .faq .question .close {
      display: none;
      margin-left: 4px; }
    .faq .question img {
      float: left;
      margin-right: 15px; }
    .faq .question p {
      float: left;
      width: calc(100% - 50px);
      color: #fff;
      font-size: 16px;
      line-height: 21px;
      font-family: 'museo-sans';
      font-weight: 700; }
    .faq .question.collapsed {
      background: #fff; }
      .faq .question.collapsed .open {
        display: none; }
      .faq .question.collapsed .close {
        display: block; }
      .faq .question.collapsed p {
        color: #000; }
  .faq .answer {
    width: 100%;
    background: #fff; }
    .faq .answer p {
      padding: 20px 50px;
      font-size: 16px;
      line-height: 21px;
      font-family: 'museo-sans';
      font-weight: 300; }

.cool-timeline-wrapper {
  margin: -1em auto 0 !important; }

.timeline-main-title {
  display: none !important; }

.cool-timeline:before, .multiline-timeline .timeline-post:before {
  top: 40px !important; }

.content-title {
  text-align: left; }
  .content-title a {
    font-family: 'museo-sans' !important; }

.timeline-year {
  height: 72px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .timeline-year .ctl-timeline-date {
    font-family: 'Rift' !important;
    font-weight: bold !important;
    font-size: 48px !important;
    line-height: 42px !important; }

.cool-timeline .timeline-post .timeline-content .ctl_info {
  text-align: left; }
  .cool-timeline .timeline-post .timeline-content .ctl_info p {
    color: #000000; }

.white-timeline {
  background-color: transparent !important;
  font-family: 'Rift' !important;
  font-weight: bold !important; }

.section-bullets-right li.white-timeline:not(.active) {
  border-left-color: #4A4A4A !important; }

.section-bullets-right li a:after {
  background-color: #9B9B9B !important; }

.ctl_load_more {
  min-width: 180px;
  height: 50px;
  background-color: #FFCD00 !important;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 21px;
  font-family: 'museo-sans' !important;
  font-weight: 700 !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 15px); }
  .ctl_load_more:hover {
    background-color: #eabc00 !important;
    color: #fff !important;
    cursor: pointer; }

.section-bullets-right li a {
  padding: 1px 20px 1px 9px !important; }

@media screen and (max-width: 580px) {
  .timeline-content {
    width: calc(100% - 15px); } }
.text-with-title {
  padding: 75px 0;
  background-color: #F1F1F1;
  text-align: center; }
  .text-with-title h2 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 72px;
    font-family: 'Rift';
    font-weight: bold; }
  .text-with-title p {
    max-width: 750px;
    margin: 0 auto 25px;
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 300; }
    .text-with-title p a {
      color: #0D1B8D;
      font-weight: 700; }
  .text-with-title.history .section {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #0252a4; }
    .text-with-title.history .section h2 {
      float: left;
      height: 100%;
      margin-bottom: 25px;
      -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: #0252a4;
      color: #ffc900; }
      @media screen and (max-width: 576px) {
        .text-with-title.history .section h2 {
          float: none;
          height: unset;
          margin-bottom: 10px;
          text-align: left; } }
    .text-with-title.history .section p {
      max-width: none;
      padding-left: 125px;
      text-align: left;
      padding-top: 10px;
      padding-bottom: 10px;
      margin: 0px; }
      @media screen and (max-width: 576px) {
        .text-with-title.history .section p {
          padding: 0 0 25px 0; } }

.cookies {
  background-color: #F1F1F1; }
  .cookies .col-md-12 {
    max-width: 750px;
    margin: 40px auto 55px; }
  .cookies h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 700; }
  .cookies p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 300; }
    .cookies p strong {
      font-weight: 700; }

.cookies-table {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto 60px; }
  @media screen and (max-width: 1140px) {
    .cookies-table {
      margin: 0 15px 60px; } }
  .cookies-table .cookies-row {
    background-color: #fff; }
    .cookies-table .cookies-row.grey {
      background-color: transparent; }
    .cookies-table .cookies-row.header {
      background-color: #FFCB08; }
      .cookies-table .cookies-row.header .cell {
        font-size: 16px;
        line-height: 19px;
        font-family: 'museo-sans';
        font-weight: 700; }
  .cookies-table.slavery .cookies-row.grey {
    background-color: #F1F1F1; }
  .cookies-table .cell {
    display: inline-block;
    width: 33%;
    padding: 13px 15px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    font-family: 'museo-sans';
    font-weight: 300;
    word-break: break-word; }
    @media screen and (max-width: 800px) {
      .cookies-table .cell {
        width: 30%; } }
    .cookies-table .cell p {
      margin: 0;
      font-size: 15px;
      line-height: 18px;
      font-family: 'museo-sans';
      font-weight: 300; }
    .cookies-table .cell a {
      cursor: pointer;
      color: #0D1B8D;
      font-weight: 700; }

.contact {
  text-align: left;
  padding-bottom: 30px; }
  .contact h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 300; }
  .contact .inline-container {
    display: block;
    width: 100%;
    margin-bottom: 15px; }
  .contact h3 {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 700; }
    .contact h3.inline {
      display: inline-block; }
  .contact p {
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 300; }
    .contact p a {
      color: #0D1B8D;
      font-weight: 700; }
  .contact span {
    font-size: 16px;
    line-height: 21px;
    font-family: 'museo-sans';
    font-weight: 300; }

#cookie-popup {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: calc(100% - 30px);
  background: white;
  z-index: 999;
  position: fixed;
  font-family: 'museo-sans';
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 8px 10px 35px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 10px 35px -12px rgba(0, 0, 0, 0.75);
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out; }
  #cookie-popup p a {
    text-decoration: underline; }
  #cookie-popup a.btn-enable {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #FFCB08;
    margin-top: 10px;
    padding: 10px 0; }
  @media screen and (min-width: 768px) {
    #cookie-popup {
      width: 290px; } }
  #cookie-popup.enable {
    visibility: visible;
    opacity: 1; }



/*# sourceMappingURL=main.css.map */
