@import url("//fonts.googleapis.com/css?family=Barlow+Condensed:200,300,400,600|Prata");
body {
  font-family: 'Barlow Condensed', arial;
  background-color: #010205 !important;
  margin: 0;
  padding: 0;
  font-size: 18px; }

a:hover {
  text-decoration: none; }
a:active {
  text-decoration: none; }

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

.text-align-right {
  text-align: right; }

.light {
  color: #121d2f;
  background-color: #f9fbe8; }

header {
  width: 100%;
  height: 80px;
  background: #f9fbe8;
  border-bottom: 1px solid #eef3bd;
  position: fixed;
  z-index: 100;
  padding: 5px 50px;
  top: 0; }
  @media screen and (max-width: 992px) {
    header {
      padding: 5px 15px; } }
  @media screen and (max-width: 580px) {
    header {
      padding: 5px 0; } }
  header .label {
    font-family: 'Barlow Condensed', arial;
    font-size: 7px;
    text-transform: uppercase;
    display: block; }
  header .logo {
    height: 70px;
    display: inline-block; }
    header .logo img {
      height: 100%;
      width: auto; }
      @media screen and (max-width: 580px) {
        header .logo img {
          height: 84%; } }
    header .logo svg {
      height: 100%;
      width: auto; }
      @media screen and (max-width: 580px) {
        header .logo svg {
          height: 86%; } }
    header .logo.left {
      height: 52px;
      margin-top: 9px; }
    header .logo a {
      display: block;
      height: 100%; }
      @media screen and (max-width: 580px) {
        header .logo a {
          margin-right: 20px; } }
      @media screen and (max-width: 321px) {
        header .logo a {
          margin-right: 8px; } }
  header .patrocini {
    float: left;
    display: inline-flex;
    justify-content: space-between;
    width: 25%; }
    @media screen and (max-width: 580px) {
      header .patrocini {
        padding-left: 15px; } }
  header .main-partners {
    display: inline-flex;
    justify-content: space-between;
    width: 68%; }
    header .main-partners .logo {
      margin-left: 5px; }
      @media screen and (max-width: 992px) {
        header .main-partners .logo svg {
          height: 80%;
          margin: 5% 0 0 5px; } }
      @media screen and (max-width: 580px) {
        header .main-partners .logo svg {
          top: 100%;
          padding: .2em 0;
          text-align: center;
          width: 100% !important;
          right: 0;
          background-color: #f9fbe8; } }
  header .menu-menu-1-container,
  header .menu-menu-1-en-container {
    float: right;
    position: absolute;
    right: 0;
    background: #f9fbe8;
    z-index: 10;
    height: 100vh;
    width: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0.1) inset;
    transition: width .35s ease-in-out; }
    header .menu-menu-1-container.active,
    header .menu-menu-1-en-container.active {
      width: 300px; }
    header .menu-menu-1-container ul,
    header .menu-menu-1-en-container ul {
      position: relative;
      display: block;
      width: auto;
      float: left;
      margin-top: 80px;
      padding-left: 1em; }
      header .menu-menu-1-container ul li,
      header .menu-menu-1-en-container ul li {
        list-style-type: none;
        height: 100%;
        line-height: 50px;
        padding: 0 1em; }
        header .menu-menu-1-container ul li a,
        header .menu-menu-1-en-container ul li a {
          text-transform: uppercase;
          color: #000; }
        header .menu-menu-1-container ul li.wpml-ls-menu-item,
        header .menu-menu-1-en-container ul li.wpml-ls-menu-item {
          padding: 0 .4em;
          display: inline;
          position: absolute;
          right: -220px;
          position: static;
          right: auto; }
          header .menu-menu-1-container ul li.wpml-ls-menu-item.wpml-ls-first-item,
          header .menu-menu-1-en-container ul li.wpml-ls-menu-item.wpml-ls-first-item {
            position: absolute;
            right: -192px;
            padding-left: 1em !important;
            position: relative;
            right: auto; }
            header .menu-menu-1-container ul li.wpml-ls-menu-item.wpml-ls-first-item :after,
            header .menu-menu-1-en-container ul li.wpml-ls-menu-item.wpml-ls-first-item :after {
              content: '\002F';
              position: absolute;
              right: -2px;
              font-size: 1em; }
        header .menu-menu-1-container ul li.wpml-ls-current-language a, header .menu-menu-1-container ul li.current-menu-item a,
        header .menu-menu-1-en-container ul li.wpml-ls-current-language a,
        header .menu-menu-1-en-container ul li.current-menu-item a {
          font-weight: 600; }
  header .burger-wrap {
    position: relative;
    z-index: 11;
    float: right;
    top: 26px; }
    @media screen and (max-width: 580px) {
      header .burger-wrap {
        top: -58px;
        right: 15px; } }
    @media screen and (max-width: 580px) {
      .home header .burger-wrap {
        top: -58px;
        right: 15px; } }
    header .burger-wrap .burger {
      vertical-align: middle;
      display: inline-block;
      width: 18px;
      height: 2px;
      position: relative;
      background-color: #000;
      top: -1px;
      margin-left: 12px; }
      header .burger-wrap .burger:before {
        content: '';
        top: -6px;
        position: absolute;
        width: 20px;
        left: -2px;
        height: 2px;
        background-color: #000;
        transition: all 150ms ease-out; }
      header .burger-wrap .burger:after {
        content: '';
        bottom: -6px;
        position: absolute;
        width: 20px;
        left: -2px;
        height: 2px;
        background-color: #000;
        transition: all 150ms ease-out; }
    header .burger-wrap.active .burger {
      height: 0; }
      header .burger-wrap.active .burger:before {
        top: -2px;
        transform: rotate(45deg); }
      header .burger-wrap.active .burger:after {
        bottom: 0px;
        transform: rotate(-45deg); }
  header .btn-container {
    float: right;
    padding: 22px 100px 0 0; }
    header .btn-container a.btn {
      min-width: 150px !important; }
      header .btn-container a.btn.audioguida {
        display: none; }
    @media screen and (min-width: 581px) {
      header .btn-container {
        top: 28px;
        position: absolute;
        padding: 0;
        right: 100px;
        z-index: 11; } }
    @media screen and (max-width: 580px) {
      header .btn-container {
        top: 100%;
        padding: .2em 0;
        text-align: center;
        width: 100% !important;
        right: 0;
        background-color: #f9fbe8; }
        .home header .btn-container a.btn.audioguida {
          display: block;
          height: 60px !important;
          margin: .5em 3%;
          width: 94%;
          min-width: 94% !important; } }
    @media screen and (max-width: 330px) {
      .home header .btn-container a.btn.audioguida {
        height: 95px !important; } }
  header .banner-wrap {
    display: none; }
  .home header .banner-wrap {
    display: block;
    width: 100%;
    height: 125px;
    background: #f9fbe8;
    clear: both;
    position: absolute;
    bottom: -125px;
    left: 0; }
    .home header .banner-wrap .btn-container {
      position: static;
      width: 100%;
      text-align: center;
      padding-top: 10px; }
      .home header .banner-wrap .btn-container a {
        padding: 0 0;
        min-width: 250px !important;
        height: auto; }
    @media screen and (max-width: 580px) {
      .home header .banner-wrap {
        display: none; } }

.logo_arkage {
  height: 30px; }
  .logo_arkage a {
    display: block;
    height: 100%; }
    .logo_arkage a img {
      height: 100%; }
    @media screen and (max-width: 992px) {
      .logo_arkage a {
        height: 25px; } }

main {
  font-family: 'Barlow Condensed', arial;
  height: 100%;
  background-size: cover;
  background-position: top center; }
  main.appear {
    animation-name: SimpleAppear;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-duration: 1s; }
  main .scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: auto;
    opacity: 0;
    width: 3px;
    height: 30px;
    background: #FFF;
    border-radius: 3px;
    transition: opacity 1s ease-out;
    transform: translate(0, -50%);
    animation: scroll 4s linear infinite 3s;
    cursor: pointer;
    z-index: 11; }
    @media screen and (max-width: 768px) {
      main .scroll-down {
        display: none; } }
    main .scroll-down.dark {
      background: #000; }
      main .scroll-down.dark:before {
        background: #000; }
      main .scroll-down.dark:after {
        background: #000; }
    main .scroll-down:before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      margin: auto;
      width: 3px;
      height: 20px;
      background: #FFF;
      border-radius: 4px;
      transition: opacity 1s ease-out;
      transform-origin: 2px 19px;
      transform: rotate(-45deg); }
    main .scroll-down:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      margin: auto;
      width: 3px;
      height: 20px;
      background: #FFF;
      border-radius: 4px;
      transition: opacity 1s ease-out;
      transform-origin: 2px 19px;
      transform: rotate(45deg); }
    main .scroll-down.appear {
      animation-name: SimpleAppear;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      animation-duration: 1s;
      animation-delay: 3s; }
  main section.cover {
    height: 100vh;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      main section.cover {
        height: 100vh; } }
    @media screen and (max-width: 768px) {
      main section.cover {
        height: 100vh; } }
@keyframes scroll {
  0% {
    opacity: 0;
    transform: translateY(-15px); }
  20% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: 1;
    transform: translateY(0); }
  95% {
    opacity: 0;
    transform: translateY(15px); }
  100% {
    opacity: 0;
    transform: translateY(15px); } }
    main section.cover .bg {
      background-image: url("../img/bg-space.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: absolute;
      width: 100%;
      height: 100%; }
    main section.cover .globe {
      background-image: url("../img/globe_kids.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 70vw;
      height: 70vw;
      right: 50%;
      bottom: 20%;
      opacity: 0; }
      main section.cover .globe.appear {
        animation-name: GlobeAppear;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        animation-duration: 3s;
        animation-delay: .7s; }
      @media screen and (max-height: 800px) {
        main section.cover .globe {
          bottom: 15%; } }
      @media screen and (max-width: 1100px) {
        main section.cover .globe {
          right: 55%; } }
      @media screen and (max-width: 768px) {
        main section.cover .globe {
          width: 100vw;
          height: 100vw;
          right: 20%;
          bottom: 55%; } }
    main section.cover .cover-container {
      height: 100%;
      text-align: center; }
      main section.cover .cover-container .logo {
        display: table;
        z-index: 10;
        position: absolute;
        white-space: nowrap;
        text-align: left;
        margin: 10px;
        top: 50%;
        left: 50%;
        transform: translate(0, -50%); }
        @media screen and (max-width: 1100px) {
          main section.cover .cover-container .logo {
            left: 45%; } }
        @media screen and (max-width: 768px) {
          main section.cover .cover-container .logo {
            bottom: 18%;
            top: auto;
            left: 50%;
            transform: translate(-50%, 0); } }
        @media screen and (max-width: 767px) {
          main section.cover .cover-container .logo {
            bottom: 16%; } }
        main section.cover .cover-container .logo .row {
          display: table-row;
          opacity: 0; }
          main section.cover .cover-container .logo .row.appear {
            animation-name: LogoAppear;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
            animation-duration: 1s;
            animation-delay: .5s; }
        main section.cover .cover-container .logo .svg {
          width: 200px;
          opacity: 0;
          display: table-cell;
          vertical-align: middle; }
          @media screen and (max-width: 1100px) {
            main section.cover .cover-container .logo .svg {
              width: 180px; } }
          @media screen and (max-width: 992px) {
            main section.cover .cover-container .logo .svg {
              width: 150px; } }
          @media screen and (max-width: 768px) {
            main section.cover .cover-container .logo .svg {
              width: 200px; } }
          main section.cover .cover-container .logo .svg.appear {
            animation-name: LogoAppear;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
            animation-duration: 1s;
            animation-delay: 0s; }
          main section.cover .cover-container .logo .svg svg {
            width: 100%;
            margin-right: 10px;
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%); }
            main section.cover .cover-container .logo .svg svg * {
              fill: #f9fbe8 !important; }
        main section.cover .cover-container .logo h1 {
          font-size: 2.2em;
          color: #f9fbe8;
          font-weight: 200;
          line-height: 1em;
          display: table-cell;
          vertical-align: middle;
          opacity: 0;
          margin: 0;
          padding: .4em 0 .4em .2em;
          white-space: nowrap; }
          @media screen and (max-width: 1100px) {
            main section.cover .cover-container .logo h1 {
              font-size: 2em; } }
          @media screen and (max-width: 992px) {
            main section.cover .cover-container .logo h1 {
              font-size: 1.8em; } }
          @media screen and (max-width: 768px) {
            main section.cover .cover-container .logo h1 {
              padding-left: 10px;
              padding-right: 15px;
              font-size: 2em; } }
          @media screen and (max-width: 767px) {
            main section.cover .cover-container .logo h1 {
              font-size: 1.5em; } }
          @media screen and (max-width: 320px) {
            main section.cover .cover-container .logo h1 {
              font-size: 1.4em; } }
          main section.cover .cover-container .logo h1.appear {
            animation-name: LogoAppear;
            animation-timing-function: ease-out;
            animation-fill-mode: forwards;
            animation-duration: 1s;
            animation-delay: .3s; }
          main section.cover .cover-container .logo h1 strong {
            font-weight: 400; }
    main section.cover .container-fluid {
      position: absolute;
      bottom: 80px; }
      main section.cover .container-fluid .row {
        opacity: 0;
        width: 100%; }
        main section.cover .container-fluid .row.appear {
          animation-name: LogoAppear;
          animation-timing-function: ease-out;
          animation-fill-mode: forwards;
          animation-duration: 1s;
          animation-delay: .5s; }
        main section.cover .container-fluid .row p {
          font-size: 2.2em;
          color: #f9fbe8;
          line-height: 1em;
          white-space: normal;
          font-weight: 200;
          width: 100%;
          text-align: center; }
          @media screen and (max-width: 1100px) {
            main section.cover .container-fluid .row p {
              font-size: 2em; } }
          @media screen and (max-width: 992px) {
            main section.cover .container-fluid .row p {
              font-size: 1.8em; } }
          @media screen and (max-width: 768px) {
            main section.cover .container-fluid .row p {
              padding-left: 10px;
              padding-right: 15px;
              font-size: 1.5em; } }
          @media screen and (max-width: 767px) {
            main section.cover .container-fluid .row p {
              font-size: 1.2em; }
              main section.cover .container-fluid .row p span {
                clear: both; } }
          @media screen and (max-width: 320px) {
            main section.cover .container-fluid .row p {
              font-size: 1.2em; } }
          @media screen and (max-height: 800px) {
            main section.cover .container-fluid .row p {
              font-size: 1.2em; } }
      @media screen and (max-width: 767px) {
        main section.cover .container-fluid {
          bottom: 5%; } }
    main section.cover.updated {
      background-color: #fff;
      background-image: url(../img/bg_kids-2x.jpg);
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; }
      main section.cover.updated .cover-container {
        height: 100%;
        text-align: center;
        width: 50%; }
        main section.cover.updated .cover-container .cell {
          color: #212529 !important;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          main section.cover.updated .cover-container .cell h2 {
            width: 100%;
            text-transform: uppercase;
            font-size: 6em;
            line-height: .8em;
            opacity: 0; }
            main section.cover.updated .cover-container .cell h2.appear {
              animation-name: LogoAppear;
              animation-timing-function: ease-out;
              animation-fill-mode: forwards;
              animation-duration: 1s;
              animation-delay: .5s; }
          main section.cover.updated .cover-container .cell p {
            font-size: 1.5em;
            line-height: 1em;
            opacity: 0; }
            main section.cover.updated .cover-container .cell p.appear {
              animation-name: LogoAppear;
              animation-timing-function: ease-out;
              animation-fill-mode: forwards;
              animation-duration: 1s;
              animation-delay: .5s; }
            main section.cover.updated .cover-container .cell p.light {
              font-weight: 200;
              background-color: transparent;
              margin-bottom: .5em; }
          main section.cover.updated .cover-container .cell .logo {
            display: flex;
            position: static;
            margin: 0;
            transform: none; }
            main section.cover.updated .cover-container .cell .logo .svg {
              width: 100px;
              margin: 5em auto 0; }
              main section.cover.updated .cover-container .cell .logo .svg svg * {
                fill: #212529 !important; }
            main section.cover.updated .cover-container .cell .logo h1 {
              font-size: 1em;
              color: #212529 !important; }
      @media screen and (max-width: 992px) {
        main section.cover.updated {
          flex-direction: column;
          justify-content: flex-end; }
          main section.cover.updated .cover-container {
            width: 100%; }
            main section.cover.updated .cover-container .cell {
              height: 50%;
              margin-top: 60%; }
              main section.cover.updated .cover-container .cell h2 {
                font-size: 2em; }
              main section.cover.updated .cover-container .cell p {
                margin-bottom: 1em;
                font-size: 1em; }
              main section.cover.updated .cover-container .cell .logo .svg {
                margin-top: 2em; } }
      @media screen and (max-width: 767px) {
        main section.cover.updated .cover-container .cell {
          margin-top: 100%; } }
  main section.quote {
    height: 100vh;
    background: transparent;
    position: relative; }
    @media screen and (max-width: 992px) {
      main section.quote {
        height: 60vh; } }
    main section.quote:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background: rgba(18, 29, 47, 0.75);
      mix-blend-mode: overlay; }
    main section.quote .bg {
      background-image: url("../img/bg-space.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      position: absolute;
      width: 100%;
      height: 100%; }
    main section.quote .container {
      display: table;
      height: 100%;
      position: relative;
      z-index: 11; }
    main section.quote .cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    main section.quote p.blockquote {
      color: #f9fbe8;
      font-family: 'Prata';
      font-size: 4em;
      display: block;
      line-height: 1.2em;
      margin: 0 auto;
      text-align: left; }
      @media screen and (max-width: 992px) {
        main section.quote p.blockquote {
          font-size: 4em; } }
      @media screen and (max-width: 768px) {
        main section.quote p.blockquote {
          font-size: 2.5em; }
          main section.quote p.blockquote br {
            display: none; } }
    main section.quote p.cite {
      display: block;
      color: #f9fbe8;
      font-family: 'Prata';
      font-style: italic;
      text-align: left;
      font-size: 25px;
      margin-top: 1em; }
  main section.description {
    position: relative;
    background-color: #f9fbe8;
    padding-top: 150px;
    padding-bottom: 80px; }
    @media screen and (max-height: 800px) {
      main section.description {
        padding-top: 110px; } }
    @media screen and (max-width: 992px) {
      main section.description {
        height: auto !important; } }
    main section.description .container {
      display: table;
      height: 100%; }
      main section.description .container h2 {
        text-transform: uppercase;
        font-weight: 400; }
      main section.description .container p {
        font-weight: 300;
        font-size: 20px; }
      main section.description .container .col-4 {
        float: left; }
        main section.description .container .col-4 img {
          width: 100%; }
      main section.description .container .col-8 {
        float: left; }
      main section.description .container .col-12 {
        display: table; }
      @media screen and (max-width: 992px) {
        main section.description .container .col-4,
        main section.description .container .col-8 {
          flex: 0 0 100%;
          max-width: 100%; } }
    main section.description .author {
      display: inline-block;
      line-height: 1em;
      float: right;
      margin: 1em 0; }
  main section.artists {
    position: relative;
    background-color: #102533;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 150px; }
    @media screen and (max-height: 800px) {
      main section.artists {
        padding-top: 110px; } }
    @media screen and (max-width: 768px) {
      main section.artists {
        padding-top: 150px;
        min-height: 80vh; } }
    @media screen and (max-width: 767px) {
      main section.artists {
        height: auto !important;
        min-height: auto; } }
    main section.artists:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(18, 29, 47, 0.75);
      mix-blend-mode: overlay;
      z-index: 10; }
    main section.artists:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(18, 29, 47, 0.75);
      mix-blend-mode: color;
      z-index: 10; }
    main section.artists .globe {
      background-image: url("../img/globe.png");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      width: 40vw;
      height: 40vw;
      right: -10%;
      top: -10%;
      opacity: .4;
      z-index: 1;
      transform: translate(-50%, -50%); }
    main section.artists .container {
      position: relative;
      z-index: 11;
      color: #f9fbe8; }
      main section.artists .container h2 {
        font-weight: 400;
        text-transform: uppercase; }
      main section.artists .container .artists-carousel {
        overflow-x: visible !important;
        padding-bottom: 40px;
        position: relative; }
        @media screen and (max-width: 767px) {
          main section.artists .container .artists-carousel .flickity-page-dots {
            bottom: 10px; } }
        main section.artists .container .artists-carousel .flickity-slider {
          overflow-x: visible !important; }
        main section.artists .container .artists-carousel .dot {
          border: 1px solid #f9fbe8;
          background-color: transparent;
          opacity: 1; }
          main section.artists .container .artists-carousel .dot.is-selected {
            background-color: #f9fbe8; }
        main section.artists .container .artists-carousel .artist-group {
          width: 33.3333%;
          float: left;
          margin: 1em 0 1em 2px;
          position: relative; }
          @media screen and (max-width: 992px) {
            main section.artists .container .artists-carousel .artist-group {
              width: 50%; } }
          main section.artists .container .artists-carousel .artist-group .artist {
            vertical-align: top;
            display: inline-block;
            width: 100%;
            height: 6em;
            font-weight: 300;
            cursor: default; }
            @media screen and (max-width: 992px) {
              main section.artists .container .artists-carousel .artist-group .artist {
                padding-right: 10px; } }
            main section.artists .container .artists-carousel .artist-group .artist .name {
              display: block;
              font-weight: 400;
              font-size: 1.2em; }
            main section.artists .container .artists-carousel .artist-group .artist p {
              font-style: italic;
              font-weight: 200; }
    main section.artists .section-footer {
      margin-top: 0;
      height: 95px;
      padding: 20px 0;
      box-sizing: border-box; }
      main section.artists .section-footer .container {
        padding: 0; }
  main section footer {
    font-family: 'Barlow Condensed', arial;
    font-size: .9em;
    background-color: #121d2f;
    color: #f9fbe8;
    padding: 10px 30px;
    width: 100%;
    padding-bottom: 3em; }
    @media screen and (max-width: 767px) {
      main section footer {
        position: relative;
        bottom: auto; } }
    main section footer a {
      color: #f9fbe8; }
      main section footer a:hover {
        color: #f9fbe8; }
    main section footer .row .powered-by {
      text-align: right; }
  main section.events {
    padding-bottom: 100px;
    padding-top: 150px; }
    @media screen and (max-width: 670px) {
      main section.events {
        padding-top: 0;
        height: auto !important; }
        main section.events .container h2 {
          padding-top: 1em; }
        main section.events .container .single-wrapper {
          padding-top: 0;
          margin-top: 0;
          width: 100%; } }
    main section.events .container .row {
      border-bottom: 0; }
      main section.events .container .row .text-align-right {
        width: 100%;
        clear: both; }
  main section.tickets {
    background-color: #102533;
    color: #f9fbe8;
    padding: 7em 0 0 0; }
    @media screen and (max-width: 768px) {
      main section.tickets {
        height: auto !important;
        padding-bottom: 7em; } }
    main section.tickets .row {
      padding: 1em 0;
      vertical-align: middle; }
      main section.tickets .row.no-padding {
        padding: 1em 0 5em 0; }
        @media screen and (max-width: 768px) {
          main section.tickets .row.no-padding {
            padding: 0; } }
        main section.tickets .row.no-padding .col-8 {
          padding-left: 30px; }
          main section.tickets .row.no-padding .col-8 .col-6 {
            float: left; }
            main section.tickets .row.no-padding .col-8 .col-6 span {
              margin-bottom: .5em;
              display: block; }
            main section.tickets .row.no-padding .col-8 .col-6 ul {
              padding-left: 0;
              font-weight: 200; }
          @media screen and (max-width: 768px) {
            main section.tickets .row.no-padding .col-8 {
              padding: 0 1em;
              flex: 0 0 100%;
              max-width: 100%; } }
        @media screen and (max-width: 768px) {
          main section.tickets .row.no-padding .col-4 {
            display: none; } }
      main section.tickets .row label {
        text-transform: uppercase;
        font-size: 1.4em;
        line-height: 1em; }
      main section.tickets .row p {
        line-height: 1em;
        font-weight: 300;
        font-size: 20px;
        margin-bottom: .5em;
        display: block;
        min-height: 1em; }
        main section.tickets .row p.div {
          border-top: 1px solid;
          width: 100%;
          margin-top: 1em;
          margin-bottom: 0; }
        main section.tickets .row p a {
          color: #f9fbe8; }
          main section.tickets .row p a strong {
            font-weight: 600; }
      main section.tickets .row.ticket-info .col-8 {
        display: flex; }
        @media screen and (max-width: 768px) {
          main section.tickets .row.ticket-info .col-8 {
            display: block; }
            main section.tickets .row.ticket-info .col-8 div {
              flex: 0 0 100%;
              max-width: 100%;
              margin-bottom: 1em;
              clear: both;
              float: left; }
            main section.tickets .row.ticket-info .col-8 .btn-container {
              width: 100%; } }
      main section.tickets .row.ticket-info .cta .btn-container {
        padding: 0; }
        main section.tickets .row.ticket-info .cta .btn-container a {
          padding: .5em 0;
          width: 100%;
          display: block;
          font-size: 1.5em;
          height: auto; }
          main section.tickets .row.ticket-info .cta .btn-container a small {
            text-transform: lowercase; }
      main section.tickets .row.ticket-info .price span {
        clear: both;
        display: block;
        font-weight: 200;
        font-size: 1.4em; }
  main section.footer-wrap {
    height: auto !important; }

.flickity-prev-next-button {
  background: transparent !important; }
  @media screen and (max-width: 768px) {
    .flickity-prev-next-button {
      display: none; } }
  .flickity-prev-next-button svg * {
    fill: #f9fbe8 !important; }
  .flickity-prev-next-button.previous {
    top: auto;
    bottom: 0;
    left: 30% !important;
    transform: translate(-170px, -3px);
    z-index: 10; }
  .flickity-prev-next-button.next {
    top: auto;
    bottom: 0;
    right: 30% !important;
    transform: translate(170px, -3px);
    z-index: 10; }

@keyframes GlobeAppear {
  0% {
    opacity: 0;
    transform: translate3d(-20px, -20px, 0) rotate(-1deg); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg); } }
@keyframes LogoAppear {
  0% {
    opacity: 0;
    transform: translate3d(0, -10px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes SimpleAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes GlobeFromBottomAppear {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 50px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.post-type-archive-artists .artists {
  background-color: inherit; }
  .post-type-archive-artists .artists:before {
    background: #102533; }
  .post-type-archive-artists .artists .globe {
    width: 55vw;
    height: 55vw;
    right: -10%;
    top: 70%;
    opacity: 0.7;
    transform: none; }
  .post-type-archive-artists .artists .container {
    position: relative;
    z-index: 11;
    color: #f9fbe8; }
    @media screen and (max-width: 992px) {
      .post-type-archive-artists .artists .container {
        width: 100%;
        max-width: none; } }

.row {
  padding-right: 15px;
  padding-left: 15px; }
  .row .single-wrapper {
    width: 32%;
    float: left;
    margin: 1em 1% 0 0;
    padding-top: 1em;
    transition: height .35s ease-in-out; }
    .row .single-wrapper.last {
      margin-left: 1%;
      width: 31%; }
    .row .single-wrapper a {
      color: #f9fbe8;
      display: block;
      padding-right: 1em; }
      .row .single-wrapper a:hover {
        text-decoration: none; }
      .row .single-wrapper a .artist {
        height: 4em;
        display: flex;
        flex-direction: column;
        margin-bottom: 1em;
        cursor: default; }
        .row .single-wrapper a .artist .name {
          font-weight: 200;
          line-height: 1.2em;
          margin-bottom: .5rem; }
        .row .single-wrapper a .artist p {
          font-weight: 200;
          font-style: italic;
          line-height: 1.2em; }
    .row .single-wrapper.active .artist {
      position: relative; }
      .row .single-wrapper.active .artist:after {
        position: absolute;
        content: '';
        background-color: #f9fbe8;
        width: 90%;
        height: 1px;
        left: 0;
        bottom: 0; }

section.cover.page {
  height: 450px; }
  @media screen and (max-width: 768px) {
    section.cover.page {
      height: 300px !important; } }
  section.cover.page .globe {
    height: 48vw;
    right: auto;
    top: 80px; }
    @media screen and (max-width: 768px) {
      section.cover.page .globe {
        height: 70vw !important;
        left: -20% !important; } }
  section.cover.page .cover-container .cell.container {
    margin: 8em auto 0; }
    @media screen and (max-width: 768px) {
      section.cover.page .cover-container .cell.container {
        margin: 6.5em auto 0 !important; } }
    section.cover.page .cover-container .cell.container .logo {
      display: block;
      transform: none;
      position: static;
      float: right;
      height: 240px;
      width: 150px; }
      section.cover.page .cover-container .cell.container .logo .svg {
        width: 150px;
        position: static;
        float: right; }
        section.cover.page .cover-container .cell.container .logo .svg svg {
          transform: none; }
      section.cover.page .cover-container .cell.container .logo h1 {
        clear: both;
        font-size: 1em;
        display: block;
        margin-top: 150px; }
        @media screen and (max-width: 768px) {
          section.cover.page .cover-container .cell.container .logo h1 {
            display: none !important; } }
section.cover.page {
  height: 450px; }
  section.cover.page .globe {
    height: 48vw;
    right: auto;
    top: 80px; }
    section.cover.page .globe.appear {
      animation-name: GlobeFromBottomAppear;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      animation-duration: 3s;
      animation-delay: .7s; }
  section.cover.page .cover-container .cell.container {
    margin: 8em auto 0; }
    section.cover.page .cover-container .cell.container .logo {
      display: block;
      transform: none;
      position: static;
      float: right;
      height: 240px;
      width: 150px; }
      section.cover.page .cover-container .cell.container .logo .svg {
        width: 150px;
        position: static;
        float: right; }
        section.cover.page .cover-container .cell.container .logo .svg svg {
          transform: none; }
      section.cover.page .cover-container .cell.container .logo h1 {
        clear: both;
        font-size: 1em;
        display: block;
        margin-top: 150px; }
section.cover.page {
  height: 450px; }
  section.cover.page .globe {
    height: 48vw;
    right: auto;
    top: 80px; }
    section.cover.page .globe.appear {
      animation-name: GlobeFromBottomAppear;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      animation-duration: 3s;
      animation-delay: .7s; }
  section.cover.page .cover-container .cell.container {
    margin: 8em auto 0; }
    section.cover.page .cover-container .cell.container .logo {
      display: block;
      transform: none;
      position: static;
      float: right;
      height: 240px;
      width: 150px; }
      section.cover.page .cover-container .cell.container .logo .svg {
        width: 150px;
        position: static;
        float: right; }
        section.cover.page .cover-container .cell.container .logo .svg svg {
          transform: none; }
      section.cover.page .cover-container .cell.container .logo h1 {
        clear: both;
        font-size: 1em;
        display: block;
        margin-top: 150px; }
section.cover.page.kids {
  height: 600px;
  z-index: 1; }
  section.cover.page.kids .globe {
    background-image: url("../img/globe_kids.png");
    height: 48vw;
    right: auto;
    top: 80px;
    z-index: 2; }
    section.cover.page.kids .globe.appear {
      animation-name: GlobeFromBottomAppear;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      animation-duration: 3s;
      animation-delay: .7s; }
    @media screen and (max-width: 768px) {
      section.cover.page.kids .globe {
        height: 70vw; } }
  section.cover.page.kids .bg {
    background-image: url("../img/bg_kids-2x.jpg"); }
  section.cover.page.kids .cover-container {
    height: 100%;
    text-align: center;
    z-index: 2;
    width: 30vw;
    position: absolute;
    right: 5%;
    top: 80px; }
    section.cover.page.kids .cover-container .title-container {
      width: 100%;
      float: right; }
      section.cover.page.kids .cover-container .title-container .cover-title {
        float: right;
        width: 50%;
        height: 100%;
        margin: 0 25%;
        padding-top: 2em; }
        @media screen and (max-width: 991px) {
          section.cover.page.kids .cover-container .title-container .cover-title {
            margin: 0;
            width: 70%;
            float: left; } }
        section.cover.page.kids .cover-container .title-container .cover-title span.appear {
          display: block;
          height: 50%;
          width: 100%;
          float: left;
          margin-bottom: 1em; }
          section.cover.page.kids .cover-container .title-container .cover-title span.appear img {
            display: block;
            width: 100%;
            height: 100%; }
        section.cover.page.kids .cover-container .title-container .cover-title h2 {
          clear: both;
          font-size: 1.5em;
          display: block;
          margin-top: 150px;
          font-weight: 400;
          width: 100%;
          text-align: center;
          margin-top: 1em;
          color: #000;
          line-height: 1em; }
section.lab {
  background-color: #f9fbe8;
  color: #000; }
  section.lab .container {
    border-bottom: 1px solid; }
    section.lab .container .col-12 {
      padding: 150px 0; }
      section.lab .container .col-12 .col-5 ul.info {
        display: block;
        list-style-type: none;
        padding-left: 0;
        font-size: 1em; }
        section.lab .container .col-12 .col-5 ul.info label {
          font-weight: 200; }
        section.lab .container .col-12 .col-5 ul.info span {
          font-weight: 400; }
      section.lab .container .col-12 .col-7,
      section.lab .container .col-12 .col-5 {
        float: left;
        padding: 1em 0 0;
        font-size: 1.1em;
        font-weight: 200; }
        @media screen and (max-width: 991px) {
          section.lab .container .col-12 .col-7,
          section.lab .container .col-12 .col-5 {
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0; } }
      @media screen and (max-width: 991px) {
        section.lab .container .col-12 {
          padding: 2em 0; } }
      section.lab .container .col-12 h3 {
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 1.5em; }
      section.lab .container .col-12 h4 {
        font-weight: 200;
        font-style: italic;
        font-size: 1.3em; }
      section.lab .container .col-12 .btn-container a.btn.inverse-color {
        text-transform: initial;
        font-size: 1.1em;
        font-style: italic;
        line-height: 25px; }
  section.lab:last-child .container {
    border-bottom: 0; }
section.cover.page.moonlight {
  height: 600px;
  z-index: 1; }
  section.cover.page.moonlight .globe {
    background-image: url("../img/night-globe.png");
    height: 100%;
    right: 45%;
    margin-top: 80px;
    z-index: 2;
    top: 0;
    background-position: left bottom; }
    section.cover.page.moonlight .globe.appear {
      animation-name: GlobeFromBottomAppear;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards;
      animation-duration: 3s;
      animation-delay: .7s; }
    @media screen and (max-width: 1024px) {
      section.cover.page.moonlight .globe {
        right: 60%; } }
    @media screen and (max-width: 768px) {
      section.cover.page.moonlight .globe {
        height: 70vw; } }
  section.cover.page.moonlight .bg {
    background-image: url("../img/bg_night-2x.jpg"); }
  section.cover.page.moonlight .cover-container {
    height: 100%;
    text-align: center;
    z-index: 2;
    width: 60%;
    position: absolute;
    right: 5%;
    top: 0;
    padding-top: 80px; }
    @media screen and (max-width: 414px) {
      section.cover.page.moonlight .cover-container {
        padding-top: 140px; } }
    section.cover.page.moonlight .cover-container .title-container {
      width: 100%;
      float: right; }
      section.cover.page.moonlight .cover-container .title-container .cover-title {
        float: right;
        width: 100%;
        height: 100%;
        margin: 0;
        padding-top: 15%; }
        @media screen and (max-width: 991px) {
          section.cover.page.moonlight .cover-container .title-container .cover-title {
            margin: 0;
            width: 75%;
            padding-top: 15%; } }
        section.cover.page.moonlight .cover-container .title-container .cover-title span.appear {
          display: block;
          width: 60%;
          float: left; }
          @media screen and (max-width: 414px) {
            section.cover.page.moonlight .cover-container .title-container .cover-title span.appear {
              width: 100%;
              float: right; } }
          section.cover.page.moonlight .cover-container .title-container .cover-title span.appear img {
            display: block;
            width: 100%;
            height: 100%; }
        section.cover.page.moonlight .cover-container .title-container .cover-title h2 {
          font-size: 2.5em;
          display: block;
          margin-top: 150px;
          font-weight: 400;
          text-align: left;
          margin-top: 0;
          color: #f9fbe8;
          line-height: 1;
          float: left;
          margin-left: 10px; }
          @media screen and (max-width: 991px) {
            section.cover.page.moonlight .cover-container .title-container .cover-title h2 {
              font-size: 1.5em; } }
          @media screen and (max-width: 414px) {
            section.cover.page.moonlight .cover-container .title-container .cover-title h2 {
              display: none; } }
section.section.content {
  background-color: #000;
  color: #f9fbe8; }
  section.section.content .row {
    padding-top: 3em;
    padding-bottom: 3em; }
    @media screen and (max-width: 991px) {
      section.section.content .row {
        padding: 3em 15px; } }
    section.section.content .row .col-12 {
      padding: 0; }
      section.section.content .row .col-12 .col-8 {
        float: left;
        padding: 0; }
        @media screen and (max-width: 991px) {
          section.section.content .row .col-12 .col-8 {
            flex: 0 0 100%;
            max-width: 100%; } }
        section.section.content .row .col-12 .col-8 footer {
          background-color: transparent;
          padding-left: 0;
          padding-bottom: 0; }
          section.section.content .row .col-12 .col-8 footer .row {
            padding: 1em 0; }
      section.section.content .row .col-12 .col-4 {
        float: left;
        padding: 0; }
        section.section.content .row .col-12 .col-4 img {
          width: 100%; }
        @media screen and (max-width: 991px) {
          section.section.content .row .col-12 .col-4 {
            flex: 0 0 100%;
            max-width: 100%; } }
  section.section.content h1.title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1em; }
  section.section.content p {
    font-weight: 200;
    max-width: 95%; }
section.location {
  background-color: #f9fbe8;
  padding: 3em 0; }
  section.location .row {
    padding: 0; }
    section.location .row .description {
      padding: 1em 0; }
      section.location .row .description h3 {
        text-transform: uppercase;
        font-weight: 400; }
    @media screen and (max-width: 991px) {
      section.location .row .col-4,
      section.location .row .col-8 {
        max-width: 100%;
        flex: 0 0 100%; } }
section.standard-page {
  background-color: #f9fbe8;
  padding: 3em 0; }
  section.standard-page h2.title {
    text-transform: uppercase;
    font-size: 1.5em;
    width: 100%; }
  section.standard-page .col-12 {
    padding: 0; }
    section.standard-page .col-12 p {
      font-weight: 300; }
      section.standard-page .col-12 p img {
        height: auto; }
    @media screen and (max-width: 768px) {
      section.standard-page .col-12 p img {
        width: 100%;
        height: auto;
        margin-bottom: .5em; } }
  section.standard-page .col-sm-6 {
    padding: 0; }
  section.standard-page .alignright {
    clear: right;
    float: right; }
  section.standard-page hr {
    border: 0; }
section.social-page {
  background-color: #f9fbe8;
  padding-bottom: 3em; }

section.events {
  color: #102533;
  background-color: #f9fbe8; }
  @media screen and (max-width: 992px) {
    section.events .container {
      width: 100%;
      max-width: none; } }
  section.events .container h2 {
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 2em; }
  section.events .container .row {
    border-bottom: 1px solid #102533;
    position: relative; }
    section.events .container .row .single-wrapper {
      transition: height .35s ease-in-out; }
      section.events .container .row .single-wrapper a {
        color: #102533; }
        section.events .container .row .single-wrapper a .event {
          width: 100%;
          margin-bottom: 1em; }
          section.events .container .row .single-wrapper a .event ul {
            padding: 0;
            list-style-type: none;
            width: 40%;
            float: left;
            margin: 0; }
            section.events .container .row .single-wrapper a .event ul li {
              background-color: #102533;
              color: #f9fbe8;
              text-transform: uppercase;
              margin-bottom: 2px;
              padding: 0 .2em;
              height: 45px;
              line-height: 45px;
              font-size: 1.7em;
              font-weight: 200; }
            @media screen and (max-width: 991px) {
              section.events .container .row .single-wrapper a .event ul {
                width: 90%; } }
          section.events .container .row .single-wrapper a .event .info {
            width: 60%;
            float: left;
            margin: 0;
            padding: 0 .5em;
            font-weight: 200; }
            @media screen and (max-width: 991px) {
              section.events .container .row .single-wrapper a .event .info {
                width: 100%;
                padding-left: 0;
                clear: both;
                height: auto; } }
            section.events .container .row .single-wrapper a .event .info span {
              width: 100%;
              display: block; }
              section.events .container .row .single-wrapper a .event .info span.name {
                text-transform: uppercase;
                font-size: 1.5em;
                font-weight: 400; }
                @media screen and (min-width: 992px) {
                  section.events .container .row .single-wrapper a .event .info span.name {
                    line-height: 1.1em; } }
              section.events .container .row .single-wrapper a .event .info span.authors {
                font-size: 1em; }
                @media screen and (min-width: 992px) {
                  section.events .container .row .single-wrapper a .event .info span.authors {
                    line-height: 1.1em; } }
              section.events .container .row .single-wrapper a .event .info span.place {
                line-height: 1.2em;
                text-transform: uppercase; }
                @media screen and (min-width: 992px) {
                  section.events .container .row .single-wrapper a .event .info span.place {
                    line-height: 1.1em; } }
              @media screen and (min-width: 992px) {
                section.events .container .row .single-wrapper a .event .info span.type {
                  line-height: 1.1em; } }
          section.events .container .row .single-wrapper a .event h5 {
            clear: both; }
            section.events .container .row .single-wrapper a .event h5 span {
              font-weight: 200; }
    section.events .container .row.selected {
      margin-bottom: 1em; }
    section.events .container .row .details {
      background-color: #102533;
      color: #f9fbe8; }
      @media screen and (max-width: 1099px) and (min-width: 992px) {
        section.events .container .row .details .col-8, section.events .container .row .details .col-4 {
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        section.events .container .row .details {
          min-height: 35em; }
          section.events .container .row .details .col-8,
          section.events .container .row .details .col-4 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0; } }
      section.events .container .row .details h4 {
        margin: 2em 0 2em 0; }
        section.events .container .row .details h4 span {
          background-color: #f9fbe8;
          color: #102533; }
      section.events .container .row .details .col-4 {
        float: left;
        padding-left: 0;
        font-weight: 200; }
        section.events .container .row .details .col-4 ul {
          padding: 0;
          list-style-type: none; }
          section.events .container .row .details .col-4 ul li label {
            font-weight: 400;
            margin: 0 4px 0 0; }
          section.events .container .row .details .col-4 ul li.excerpt {
            margin: 1em 0 0 0; }
      section.events .container .row .details .col-8 {
        float: left; }
        section.events .container .row .details .col-8 h4 {
          margin: 0; }
        section.events .container .row .details .col-8 p {
          font-weight: 200; }

/* Maps ACF */
.acf-map {
  width: 100%;
  height: 50vh;
  margin: 1em 0; }
  .acf-map .gm-svpc {
    display: none; }
  .acf-map .gm-style-mtc {
    display: none; }
  .acf-map .gmnoprint {
    display: none; }

.acf-map img {
  max-width: inherit !important; }

footer {
  background-color: #121d2f;
  color: #f9fbe8;
  padding-bottom: 3em; }
  footer .container {
    height: 100%;
    padding: 6em 15px 1em 15px; }
    footer .container .row {
      padding-bottom: 0; }
      footer .container .row.light {
        padding: 2em 0; }
        @media screen and (max-width: 991px) {
          footer .container .row.light {
            padding: 2em 1em; } }
        footer .container .row.light:last-child {
          padding-top: 0; }
      footer .container .row .col-wrapper h4 {
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: 400;
        margin-bottom: 1em; }
        @media screen and (max-width: 400px) {
          footer .container .row .col-wrapper h4 {
            margin-bottom: .5rem; } }
      footer .container .row .col-wrapper a {
        color: #f9fbe8;
        font-weight: 200; }
      footer .container .row .col-wrapper.brands h4 {
        font-size: 1.2em;
        border-bottom: 1px solid;
        margin-right: 1em;
        font-weight: 200; }
      footer .container .row .col-wrapper.brands img {
        padding-right: 1em;
        min-height: 20px;
        max-height: 40px;
        margin-top: 1em;
        max-width: 100%; }
        footer .container .row .col-wrapper.brands img.partner {
          min-height: 15px;
          margin-top: 1.4em; }
        footer .container .row .col-wrapper.brands img.small {
          width: 45px; }
      footer .container .row .col-wrapper.brands a {
        display: block;
        float: left; }
        footer .container .row .col-wrapper.brands a.bnl_logo {
          background-image: url("../img/loghi/sponsor/bnl.png");
          background-repeat: no-repeat;
          background-size: cover;
          width: 130px;
          height: 75px;
          margin-top: -12px; }
          @media screen and (max-width: 400px) {
            footer .container .row .col-wrapper.brands a.bnl_logo {
              width: 130px;
              height: 58px;
              margin-top: -14px; } }
        footer .container .row .col-wrapper.brands a.spaggiari_logo {
          background-image: url(../img/loghi/atelier/spaggiari.png);
          background-repeat: no-repeat;
          background-size: 90% 100%;
          width: 170px;
          height: 18px;
          margin-top: 1.5em; }
          footer .container .row .col-wrapper.brands a.spaggiari_logo.white {
            background-image: url(../img/loghi/spaggiari_white.png);
            height: 34px;
            width: 226px;
            margin-top: .5em; }
          @media screen and (max-width: 400px) {
            footer .container .row .col-wrapper.brands a.spaggiari_logo {
              width: 167px;
              height: 15px;
              margin-top: 1em;
              margin-bottom: .5em; } }
      footer .container .row ul.social-icons {
        list-style-type: none;
        display: inline-block;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 60px;
        margin-bottom: 2em; }
        footer .container .row ul.social-icons li {
          width: 50px;
          height: 100%;
          float: left;
          margin: 0;
          padding-right: 1em; }
          footer .container .row ul.social-icons li a {
            display: block;
            width: 100%;
            height: 30px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: left; }
            footer .container .row ul.social-icons li a:hover {
              opacity: .8; }
          footer .container .row ul.social-icons li.fb a {
            background-image: url("../img/fb_logo.png"); }
          footer .container .row ul.social-icons li.tw a {
            background-image: url("../img/tw_logo.png"); }
          footer .container .row ul.social-icons li.in a {
            background-image: url("../img/in_logo.png"); }
  @media screen and (max-width: 992px) {
    footer .container {
      padding: 4em 15px; }
      footer .container .row {
        padding-bottom: 0em; }
        footer .container .row .col-wrapper {
          padding: 1em 0;
          flex: 0 0 100%;
          max-width: 100%; } }

.btn-container {
  padding: 1em 0; }
  .btn-container a.btn {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    background-color: #121d2f;
    color: #f9fbe8;
    min-width: 350px;
    display: inline-block;
    height: 30px;
    line-height: 30px; }
    @media screen and (max-width: 768px) {
      .btn-container a.btn {
        min-width: 100%; } }
    .btn-container a.btn.inverse-color {
      color: #121d2f;
      background-color: #f9fbe8; }
    .btn-container a.btn:hover {
      opacity: .8; }
    @media screen and (min-width: 1024px) {
      .btn-container a.btn {
        min-width: 300px; } }

.details {
  background-color: #f9fbe8;
  color: #102533;
  position: relative;
  padding-bottom: 2em;
  padding-left: 1em;
  margin-top: 1em;
  overflow: hidden;
  transition: max-height 1s ease-out;
  width: 100%; }
  .details .closedetails {
    position: absolute;
    right: 0;
    width: 60px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 1.3em;
    cursor: pointer; }
  .details h4 {
    margin: 2em 0 1em 0; }
    .details h4 span {
      background-color: #102533;
      color: #f9fbe8;
      text-transform: uppercase;
      padding: .1em;
      font-size: 1.7em;
      font-weight: 400; }
  .details .col-12 {
    clear: both; }
  .details .col-6 {
    float: left;
    padding-left: 0; }
    @media screen and (max-width: 991px) {
      .details .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .details .col-6 h5 {
      text-transform: uppercase;
      font-size: 1.4em;
      padding: 1em 0; }
    .details .col-6 ul {
      padding-left: 0;
      list-style-type: none;
      font-weight: 600; }
      .details .col-6 ul li span {
        font-weight: 200; }

.details-content {
  display: none; }

.display-content {
  display: none;
  width: 100%; }

.post-type-archive-events section.events {
  padding-top: 0; }

.page-template-page-booking .form-wrapper {
  display: none;
  position: relative; }
  .page-template-page-booking .form-wrapper form {
    background: #fff;
    width: 100%;
    float: left;
    padding: 1em 0; }
    .page-template-page-booking .form-wrapper form .col-md-6 {
      float: left;
      min-height: 85px; }
      .page-template-page-booking .form-wrapper form .col-md-6 label {
        width: 100%;
        display: block;
        text-transform: uppercase; }
      .page-template-page-booking .form-wrapper form .col-md-6 input[type=text],
      .page-template-page-booking .form-wrapper form .col-md-6 input[type=email] {
        width: 100%;
        display: block;
        border: 0;
        border-bottom: 1px solid;
        outline: none;
        margin-bottom: 1em;
        -webkit-appearance: none; }
      .page-template-page-booking .form-wrapper form .col-md-6 input,
      .page-template-page-booking .form-wrapper form .col-md-6 select {
        outline: none; }
      .page-template-page-booking .form-wrapper form .col-md-6 input[type=submit] {
        background-color: #000;
        color: #f9fbe8;
        border: 0;
        box-shadow: none;
        -webkit-appearance: none;
        min-width: 200px;
        text-transform: uppercase;
        outline: none;
        float: right;
        cursor: pointer; }
    .page-template-page-booking .form-wrapper form .select2-container {
      width: 100% !important;
      margin-bottom: 1em; }
  .page-template-page-booking .form-wrapper .closeform {
    position: absolute;
    right: 0;
    width: 40px;
    top: .2em;
    height: 40px;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 40px;
    z-index: 10; }

.message {
  padding: 1em;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #000;
  color: #f9fbe8;
  position: relative; }
  .message .close-msg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: .8em;
    line-height: 40px; }

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