/*! Hey, you are you here good sir?? */
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================
 */
html, button, input, select, textarea {
  color: #222; }

html {
  font-size: 14px;
  background: #fff; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
 * Browse Happy prompt
 * ==========================================================================*/
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
 * Authors custom styles
 * ==========================================================================*/
@font-face {
  font-family: 'weather';
  src: url("../fonts/weather/meteocons-webfont.eot");
  src: url("../fonts/weather/meteocons-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weather/meteocons-webfont.woff") format("woff"), url("../fonts/weather/meteocons-webfont.ttf") format("truetype"), url("../fonts/weather/meteocons-webfont.svg#MeteoconsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

::-moz-selection {
  background: #ee2e24;
  color: #fff; }

::selection {
  background: #ee2e24;
  color: #fff; }

::-moz-selection {
  background: #ee2e24;
  color: #fff; }

html, body {
  margin: 0; }

.containme {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding: 0 10px; }

.closeme {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 15000;
  text-align: left;
  -webkit-transition: 400ms all;
  transition: 400ms all; }
  .closeme:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  .closeme::before, .closeme::after {
    content: '';
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 50%; }
  .closeme::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .closeme::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.searchcurtain {
  position: fixed;
  height: 250px;
  width: 100%;
  z-index: 90010;
  display: none; }
  .searchcurtain .closeme::before, .searchcurtain .closeme::after {
    background: #fff; }
  .searchcurtain .thebackground {
    background: #ee2e24;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .searchcurtain .thesearchbar {
    height: 100%;
    position: relative;
    text-align: center; }
    .searchcurtain .thesearchbar .table {
      display: table;
      width: 100%;
      height: 100%; }
      .searchcurtain .thesearchbar .table .tablecell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
    .searchcurtain .thesearchbar input:focus {
      outline: none; }
    .searchcurtain .thesearchbar input[type="search"] {
      border: none;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      padding: 10px;
      width: 75%;
      background: transparent;
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      letter-spacing: 0.05em;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none; }
    .searchcurtain .thesearchbar ::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.5;
      font-weight: 400; }
    .searchcurtain .thesearchbar :-moz-placeholder {
      color: #fff;
      opacity: 0.5;
      font-weight: 400; }
    .searchcurtain .thesearchbar ::-moz-placeholder {
      color: #fff;
      opacity: 0.5;
      font-weight: 400; }
    .searchcurtain .thesearchbar :-ms-input-placeholder {
      color: #fff;
      opacity: 0.5;
      font-weight: 400; }
    .searchcurtain .thesearchbar input[type="submit"] {
      border: none;
      background-color: transparent;
      background-image: url("../images/search_curtain.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-size: 25px;
      width: 40px;
      height: 40px;
      text-indent: -999999px;
      overflow: hidden;
      box-sizing: border-box;
      margin-left: 10px; }

.fader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.9;
  z-index: 9000;
  display: none; }

.loginfilter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 10;
  display: none; }

.heading {
  position: fixed;
  width: 100%;
  z-index: 15000; }
  .heading .topestbar {
    height: 70px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: 300ms all;
    transition: 300ms all; }
    .heading .topestbar img.logo {
      height: 60px;
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
    .heading .topestbar .weather {
      position: absolute;
      right: 350px;
      top: 0; }
      .heading .topestbar .weather .icon {
        font-family: 'weather';
        font-size: 16px;
        display: inline-block;
        line-height: 70px;
        color: #898989;
        position: absolute;
        top: 0;
        left: -30px; }
      .heading .topestbar .weather .noticon {
        margin-top: 20px;
        display: inline-block; }
      .heading .topestbar .weather .wstatus, .heading .topestbar .weather .tstatus {
        font-weight: 600;
        font-size: 10px;
        color: #898989;
        text-transform: capitalize; }
      .heading .topestbar .weather .tstatus {
        color: #c6c6c6; }
    .heading .topestbar .social {
      position: absolute;
      right: 225px;
      top: 0; }
      .heading .topestbar .social a {
        padding: 5px;
        background: #ee2e24;
        color: #fff;
        margin: 0 5px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        float: left;
        margin-top: 20px;
        border-radius: 4px; }
    .heading .topestbar .languages {
      position: absolute;
      right: 55px;
      top: 0; }
      .heading .topestbar .languages ul.langlist {
        padding: 0;
        margin: 0;
        list-style: none; }
        .heading .topestbar .languages ul.langlist li {
          line-height: 30px;
          display: block;
          float: left;
          cursor: pointer;
          font-size: 12px;
          font-weight: 600;
          margin-top: 20px; }
          .heading .topestbar .languages ul.langlist li a {
            padding: 0 10px;
            color: #BDBDBD;
            -webkit-transition: 0.4s all;
            transition: 0.4s all; }
          .heading .topestbar .languages ul.langlist li:hover a {
            color: #ee2e24; }
          .heading .topestbar .languages ul.langlist li.active a {
            color: #ee2e24;
            font-weight: 800; }
          .heading .topestbar .languages ul.langlist li:not(:last-child) {
            border-right: 1px solid #e5e5e5; }
          .heading .topestbar .languages ul.langlist li:not(.active) {
            cursor: pointer; }
    .heading .topestbar .login {
      position: absolute;
      right: 60px;
      top: 0; }
      .heading .topestbar .login .loginbutton .loginhere {
        margin-top: 20px;
        background: #ee2e24;
        line-height: 30px;
        padding: 0 15px;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        border-radius: 2px;
        position: relative;
        right: 0;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }
        .heading .topestbar .login .loginbutton .loginhere:hover, .heading .topestbar .login .loginbutton .loginhere.active {
          padding: 0 20px;
          right: -5px; }
        .heading .topestbar .login .loginbutton .loginhere i.fa {
          margin-right: 5px; }
        .heading .topestbar .login .loginbutton .loginhere span.text {
          font-size: 10px; }
      .heading .topestbar .login .loginslide {
        background: #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
        width: 250px;
        box-sizing: border-box;
        padding: 20px;
        position: absolute;
        right: 0;
        z-index: 15000;
        border-radius: 4px;
        display: none; }
        .heading .topestbar .login .loginslide label {
          color: #333;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 11px;
          margin: 20px 0 5px;
          display: inline-block; }
        .heading .topestbar .login .loginslide input:focus {
          outline: none; }
        .heading .topestbar .login .loginslide input[type="text"], .heading .topestbar .login .loginslide input[type="password"] {
          border: none;
          border-bottom: 1px solid #bcbcbc;
          background: transparent;
          box-sizing: border-box;
          padding: 5px;
          font-size: 11px;
          width: 100%; }
        .heading .topestbar .login .loginslide input[type="submit"] {
          border: none;
          background: #ee2e24;
          width: 100%;
          display: block;
          text-align: center;
          color: #fff;
          font-weight: 700;
          text-transform: uppercase;
          line-height: 29px;
          font-size: 12px;
          margin-top: 20px; }
        .heading .topestbar .login .loginslide .separador {
          position: relative;
          text-align: center;
          margin: 20px 0; }
          .heading .topestbar .login .loginslide .separador::before {
            content: '';
            background: #ee2e24;
            top: 50%;
            height: 2px;
            width: 100%;
            position: absolute;
            left: 0; }
          .heading .topestbar .login .loginslide .separador span {
            background: #fff;
            display: inline-block;
            margin: 0 auto;
            padding: 0 10px;
            color: #ee2e24;
            font-weight: 700;
            text-align: center;
            position: relative;
            text-transform: uppercase;
            font-size: 11px; }
        .heading .topestbar .login .loginslide .button {
          width: 100%;
          height: 30px;
          line-height: 30px;
          border-radius: 4px;
          overflow: hidden;
          margin-bottom: 10px;
          cursor: pointer; }
          .heading .topestbar .login .loginslide .button.facebook {
            background: #49639e; }
          .heading .topestbar .login .loginslide .button.google {
            background: #dc4e41; }
          .heading .topestbar .login .loginslide .button i.fa {
            width: 30px;
            line-height: 30px;
            text-align: center;
            color: #fff;
            border-right: 1px solid rgba(0, 0, 0, 0.1);
            float: left; }
          .heading .topestbar .login .loginslide .button .text {
            float: right;
            width: calc(100% - 31px);
            text-align: center;
            font-size: 10px;
            font-weight: 600;
            color: #fff; }
    .heading .topestbar .search {
      position: absolute;
      right: 0;
      top: 0; }
      .heading .topestbar .search:hover svg path.rotate {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .heading .topestbar .search img.searchicon, .heading .topestbar .search svg {
        margin-top: 20px;
        cursor: pointer;
        z-index: 10;
        position: relative;
        width: 25px;
        height: 25px; }
      .heading .topestbar .search svg path {
        fill: #ee2e24; }
        .heading .topestbar .search svg path.rotate {
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
          -webkit-transform-origin: 9px 9px;
          transform-origin: 9px 9px;
          -webkit-transition: 0.4s all;
          transition: 0.4s all; }
  .heading .topmenubar {
    height: 70px;
    background: #333333;
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .heading .topmenubar nav.menu {
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
      .heading .topmenubar nav.menu li {
        float: left;
        width: 12.5%;
        width: calc(100% / 8);
        list-style: none;
        height: 70px;
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .heading .topmenubar nav.menu li::after {
          content: '';
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #ee2e24;
          position: absolute;
          left: 50%;
          bottom: 0;
          margin-left: -5px;
          opacity: 0;
          -webkit-transition: 300ms all;
          transition: 300ms all; }
        .heading .topmenubar nav.menu li:hover a, .heading .topmenubar nav.menu li.hoveringchildren a {
          opacity: 1;
          background: rgba(255, 255, 255, 0.05); }
        .heading .topmenubar nav.menu li.hoveringchildren::after {
          opacity: 1; }
        .heading .topmenubar nav.menu li a {
          display: block;
          text-align: center;
          color: #fff;
          opacity: 0.6;
          box-sizing: border-box;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transition: 300ms all;
          transition: 300ms all; }
          .heading .topmenubar nav.menu li a .icone {
            font-size: 20px;
            line-height: 20px;
            margin-top: 17px;
            margin-bottom: 5px; }
          .heading .topmenubar nav.menu li a .label {
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1px; }
          .heading .topmenubar nav.menu li a.active {
            border-bottom: 2px solid #ee2e24;
            opacity: 1;
            background: rgba(255, 255, 255, 0.05); }
        .heading .topmenubar nav.menu li .submenu {
          position: absolute;
          top: 70px;
          left: 0;
          overflow: auto;
          overflow-y: hidden;
          display: none; }
          .heading .topmenubar nav.menu li .submenu a {
            color: #fff;
            display: inline-block;
            float: left;
            width: 12.5%;
            width: calc(100% / 8);
            height: 128px;
            background: #ee2e24;
            box-sizing: border-box;
            padding: 50px 10px;
            text-align: center;
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            position: relative; }
            .heading .topmenubar nav.menu li .submenu a::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              background: #fff;
              -webkit-transition: 300ms all;
              transition: 300ms all; }
            .heading .topmenubar nav.menu li .submenu a:not(:last-child)::after {
              content: '';
              width: 1px;
              height: 70%;
              top: 15%;
              right: 0;
              background: rgba(255, 255, 255, 0.25);
              position: absolute; }
            .heading .topmenubar nav.menu li .submenu a:hover::before {
              opacity: 0.2; }

.headerimg, .elslider {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .headerimg:hover .arrows, .elslider:hover .arrows {
    opacity: 1; }
  .headerimg ul.sliderstuff, .elslider ul.sliderstuff {
    margin-top: 140px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    .headerimg ul.sliderstuff li, .elslider ul.sliderstuff li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center; }
  .headerimg ul.currentspot, .elslider ul.currentspot {
    padding: 0;
    margin: 0;
    display: none; }
  .headerimg .arrows, .elslider .arrows {
    position: absolute;
    top: 140px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .headerimg .arrows:hover i.fa, .elslider .arrows:hover i.fa {
      color: #ee2e24; }
    .headerimg .arrows i.fa, .elslider .arrows i.fa {
      color: #ffffff;
      font-size: 24px;
      padding: 25px;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
    .headerimg .arrows.left, .elslider .arrows.left {
      left: 0; }
    .headerimg .arrows.right, .elslider .arrows.right {
      right: 0; }
  .headerimg .infofeira, .elslider .infofeira {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: right;
    padding: 5px 0;
    box-sizing: border-box; }
    .headerimg .infofeira .containme, .elslider .infofeira .containme {
      padding: 0 65px; }
    .headerimg .infofeira .nomefeira, .elslider .infofeira .nomefeira {
      font-size: 36px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1em;
      padding-top: 10px;
      margin-bottom: 5px; }
    .headerimg .infofeira .datafeira, .elslider .infofeira .datafeira {
      font-weight: 600;
      font-size: 17px;
      line-height: 1em; }
    .headerimg .infofeira .tagfeira, .elslider .infofeira .tagfeira {
      color: #dddddd;
      font-style: italic;
      font-weight: 600;
      padding: 10px 0 5px; }

.elslider {
  padding-bottom: 30%;
  height: 0; }
  .elslider .infofeira {
    bottom: -140px; }
  .elslider ul.sliderstuff {
    margin-top: 140px; }
    .elslider ul.sliderstuff li {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center; }

.pdfishere {
  position: relative;
  width: 793px;
  height: 559px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -o-print-color-adjust: exact;
  print-color-adjust: exact; }
  .pdfishere .half {
    width: 50%;
    position: absolute;
    height: 100%; }
    .pdfishere .half.left {
      left: 0; }
    .pdfishere .half.right {
      right: 0;
      border-left: 1px dashed #999; }
  .pdfishere img.badge, .pdfishere canvas {
    position: relative;
    width: 100%;
    height: 100%; }
  .pdfishere .badgehead {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
  .pdfishere .nomedafeira {
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
    font-size: 32px; }
  .pdfishere .background {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    top: calc(15px);
    left: calc(15px);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-size: cover;
    background-position: center; }
  .pdfishere .fairinfo {
    background: #fff;
    padding: 20px;
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    box-sizing: border-box; }
  .pdfishere .datadafeira {
    font-weight: 700;
    color: #ee2e24;
    text-transform: uppercase;
    font-size: 14px; }
  .pdfishere .morada {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #888;
    position: relative;
    padding-top: 15px;
    margin-top: 15px; }
    .pdfishere .morada::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      height: 3px;
      background: #ee2e24; }
  .pdfishere .nomepessoa {
    font-weight: 700;
    color: #333;
    width: 100%;
    line-height: 1em;
    font-size: 38px;
    margin-top: 75px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 20px; }
  .pdfishere .nomeempresa {
    font-weight: 300;
    color: #878787;
    top: 50%;
    width: 100%;
    font-size: 22px;
    margin-top: 2px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px; }
  .pdfishere .type {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    bottom: 120px;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 10px 0;
    box-sizing: border-box; }
  .pdfishere .imgs {
    position: absolute;
    width: 100%;
    bottom: 10px; }
    .pdfishere .imgs .logo, .pdfishere .imgs .qrcode {
      float: left;
      margin-top: 40px;
      position: relative; }
    .pdfishere .imgs .logo {
      left: 10px; }
      .pdfishere .imgs .logo img {
        width: 150px;
        height: auto; }
    .pdfishere .imgs .qrcode {
      position: absolute;
      right: 0; }
      .pdfishere .imgs .qrcode img {
        width: 100px;
        height: 100px;
        float: right; }

.pdfdownloads {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 150px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pdfdownloads a {
    background-color: #333;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .pdfdownloads a:hover {
      background: #ee2e24; }

footer .otherfairs {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-bottom: 30px; }

footer ul.fairslist {
  list-style: none;
  padding: 0;
  margin: 0 0 75px 0;
  text-align: center;
  display: block; }
  footer ul.fairslist li.fair {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 400px;
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
    min-height: 80px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    footer ul.fairslist li.fair a {
      display: block;
      padding: 10px 10px 10px 20px;
      border-radius: 4px;
      color: #333;
      width: 100%;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      footer ul.fairslist li.fair a:hover {
        background: #f2f2f2; }
    footer ul.fairslist li.fair .theicon {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      text-align: center;
      line-height: 60px;
      float: left;
      margin-right: 15px; }
      footer ul.fairslist li.fair .theicon img {
        position: relative; }
    footer ul.fairslist li.fair .fairname, footer ul.fairslist li.fair .fairdesc, footer ul.fairslist li.fair .fairdates {
      margin-left: 75px; }
    footer ul.fairslist li.fair .fairname {
      font-weight: 700;
      text-transform: uppercase;
      color: #333;
      font-size: 12px; }
    footer ul.fairslist li.fair .fairdesc {
      font-size: 10px; }
    footer ul.fairslist li.fair .fairdates {
      text-transform: uppercase;
      color: #ee2e24;
      font-weight: 700;
      font-size: 12px; }

footer .location {
  width: 100%;
  position: relative;
  height: 400px; }
  footer .location .info {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 400px;
    width: 400px;
    z-index: 10;
    padding: 40px 0 0 60px;
    box-sizing: border-box;
    text-transform: uppercase; }
    footer .location .info::after {
      content: '';
      width: 0px;
      height: 0px;
      border-top: 400px solid #fff;
      border-right: 100px solid transparent;
      position: absolute;
      top: 0;
      right: -100px; }
    footer .location .info h2 {
      font-family: 'Lato', sans-serif;
      color: #686868;
      font-size: 15px;
      letter-spacing: 1px;
      margin-top: 40px; }
    footer .location .info .address, footer .location .info .contacts {
      color: #939393;
      font-weight: 700;
      font-size: 10px; }
      footer .location .info .address > span, footer .location .info .contacts > span {
        display: block; }
      footer .location .info .address a, footer .location .info .contacts a {
        color: #939393;
        -webkit-transition: 400ms all;
        transition: 400ms all; }
        footer .location .info .address a:hover, footer .location .info .contacts a:hover {
          color: #ee2e24; }
    footer .location .info .directions {
      border: 1px solid #ee2e24;
      color: #ee2e24;
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 10px;
      display: inline-block;
      margin-top: 30px;
      cursor: pointer;
      display: none;
      width: 100px;
      text-align: center;
      border-radius: 2px;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      footer .location .info .directions:hover {
        background: #ee2e24;
        color: #fff; }
  footer .location .map {
    width: 100%;
    width: calc(100% - 300px);
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    left: calc(300px); }

footer .footercontent {
  width: 100%;
  position: relative;
  margin-top: 100px; }
  footer .footercontent .logofooter {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto; }
  footer .footercontent .social {
    position: absolute;
    right: 15px;
    top: 0; }
    footer .footercontent .social .network {
      width: 30px;
      height: 30px;
      text-align: center;
      font-size: 16px;
      float: left;
      margin-right: 10px; }
      footer .footercontent .social .network.facebook .theicon a {
        background: #3b5998; }
      footer .footercontent .social .network.twitter .theicon a {
        background: #55acee; }
      footer .footercontent .social .network .theicon a {
        line-height: 30px;
        color: #fff;
        border-radius: 100%;
        display: block; }
      footer .footercontent .social .network .count {
        color: #b7b7b7;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        margin-top: 5px; }
  footer .footercontent .menus {
    overflow: auto;
    margin: 50px 0;
    padding-left: 20%; }
    footer .footercontent .menus .menu {
      width: 20%;
      float: left; }
      footer .footercontent .menus .menu .headingfooter {
        text-transform: uppercase;
        color: #848484;
        letter-spacing: 1px;
        font-weight: 700;
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 12px; }
        footer .footercontent .menus .menu .headingfooter::after {
          content: '';
          width: 50%;
          height: 1px;
          background: #e5e5e5;
          position: absolute;
          bottom: 0;
          left: 0; }
      footer .footercontent .menus .menu ul.list {
        list-style: none;
        font-size: 10px;
        margin: 0;
        padding: 0; }
        footer .footercontent .menus .menu ul.list li {
          color: #a8a8a8;
          max-width: 200px;
          position: relative; }
          footer .footercontent .menus .menu ul.list li a {
            color: #a8a8a8;
            padding: 2px 0;
            display: block;
            -webkit-transition: 300ms all;
            transition: 300ms all; }
            footer .footercontent .menus .menu ul.list li a:hover {
              color: #333; }
          footer .footercontent .menus .menu ul.list li input:focus {
            outline: none; }
          footer .footercontent .menus .menu ul.list li input[type="email"] {
            border: 1px solid #eee;
            margin-top: 10px;
            padding: 2px 5px;
            width: 150px;
            width: calc(100% - 40px);
            line-height: 20px; }
          footer .footercontent .menus .menu ul.list li input[type="submit"] {
            text-indent: -99999px;
            overflow: hidden;
            background: #ee2e24;
            color: #fff;
            width: 20px;
            height: 20px;
            border: none;
            position: absolute;
            top: 13px;
            right: 0;
            margin-left: 5px;
            background-image: url("../images/newsletter_arrow.svg");
            background-size: 10px;
            background-position: center;
            background-repeat: no-repeat;
            border-radius: 2px; }
  footer .footercontent .copyright {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #a8a8a8; }
  footer .footercontent .logoac {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px; }
    footer .footercontent .logoac img {
      width: 30px;
      height: 32px; }

.directionsscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 123456;
  box-sizing: border-box;
  overflow-y: scroll;
  display: none; }
  .directionsscreen h2 {
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 32px;
    color: #333;
    text-transform: uppercase;
    margin-top: 0;
    padding: 30px;
    position: fixed;
    background: #fff;
    display: block;
    width: 100%;
    z-index: 1; }
  .directionsscreen .directionlist {
    width: 500px;
    position: relative;
    float: left;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 100px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .directionsscreen .directionlist table.adp-directions {
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
    .directionsscreen .directionlist .adp-placemark {
      background: none;
      border: none; }
      .directionsscreen .directionlist .adp-placemark td.adp-text {
        margin-left: 20px;
        padding: 10px 20px;
        border-left: 1px solid #ee2e24;
        display: block;
        box-sizing: border-box; }
    .directionsscreen .directionlist .adp-summary {
      background: #333;
      color: #fff;
      padding: 10px;
      text-transform: uppercase;
      font-size: 10px;
      display: inline-block;
      margin: 20px 0; }
      .directionsscreen .directionlist .adp-summary span[jsdisplay="distance"] {
        font-weight: 700; }
    .directionsscreen .directionlist table.adp-directions {
      margin: 20px 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      font-weight: 400; }
      .directionsscreen .directionlist table.adp-directions b {
        font-weight: 700; }
      .directionsscreen .directionlist table.adp-directions tbody tr {
        -webkit-transition: 400ms all;
        transition: 400ms all; }
        .directionsscreen .directionlist table.adp-directions tbody tr:hover {
          background: #f2f2f2; }
        .directionsscreen .directionlist table.adp-directions tbody tr:first-child td {
          border-top: none; }
        .directionsscreen .directionlist table.adp-directions tbody tr td {
          padding: 10px;
          border-top: 1px solid #eee; }
    .directionsscreen .directionlist .adp-legal {
      font-size: 10px;
      text-transform: uppercase;
      text-align: right; }
  .directionsscreen .mapDirections {
    position: fixed !important;
    bottom: 0;
    right: 0;
    width: calc(100% - 500px);
    height: calc(100% - 140px);
    box-sizing: border-box; }

.imageshow {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 440099;
  text-align: center;
  display: none; }
  .imageshow .closeme::after, .imageshow .closeme::before {
    background: #fff; }
  .imageshow img, .imageshow iframe {
    margin: 0 auto;
    vertical-align: middle;
    max-width: 90%;
    max-width: calc(100% - 100px);
    max-height: 90%;
    display: none; }
  .imageshow .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .imageshow .imagemove {
    position: fixed;
    top: 0;
    width: 50px;
    height: 100%;
    cursor: pointer; }
    .imageshow .imagemove i.fa {
      color: #fff;
      text-align: center;
      top: 50%;
      position: absolute;
      margin-top: -10px;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
  .imageshow .prev {
    left: 0; }
    .imageshow .prev:hover i.fa {
      padding-right: -5px; }
  .imageshow .next {
    right: 0; }
    .imageshow .next:hover i.fa {
      padding-left: 5px; }

.videomodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  z-index: 99999;
  display: none; }

.notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 300px;
  max-width: 90%;
  max-width: calc(100% - 40px);
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  line-height: 1.75em;
  display: none; }
  .notification.success {
    background: #00B300;
    color: #fff;
    top: 50%;
    bottom: auto;
    width: 50%;
    left: 25%;
    max-width: 100%;
    z-index: 1000000;
    margin-left: 0;
    padding: 100px 0;
    margin-top: -100px;
    font-size: 18px; }
  .notification.error {
    background: #B30000;
    color: #fff; }
  .notification .closenotif {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .notification .closenotif:hover {
      opacity: 1; }
  .notification ul {
    list-style: none;
    padding: 0;
    margin: 0; }

.buttons {
  font-family: 'Lato', sans-serif; }
  .buttons a {
    background: #e2e2e2;
    color: #7f7f7f;
    display: inline-block;
    float: left;
    padding: 8px 10px;
    margin-right: 5px;
    border-radius: 2px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    .buttons a:hover {
      background: #ee2e24;
      color: #fff; }
      .buttons a:hover svg path {
        fill: #fff; }
    .buttons a img, .buttons a svg {
      float: left;
      width: 20px;
      height: 20px; }
    .buttons a svg path {
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
    .buttons a span.text {
      display: inline-block;
      text-transform: uppercase;
      font-size: 8px;
      font-weight: 900;
      text-align: center;
      margin-left: 10px; }
    .buttons a.visitorcard span.text {
      line-height: 10px; }

section.profile {
  padding: 150px 0; }
  section.profile .historic {
    padding: 20px 0;
    padding-left: 360px;
    position: relative; }
    section.profile .historic .timeline {
      position: absolute;
      left: 330px;
      width: 2px;
      height: 100%;
      background: #ee2e24;
      top: 20px; }
      section.profile .historic .timeline::before {
        content: '';
        position: absolute;
        top: 0;
        left: -6px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #ee2e24;
        background: #fff; }
    section.profile .historic .entry {
      padding: 20px;
      background: #f9f9f9;
      border-radius: 4px;
      margin: 15px 0;
      position: relative; }
      section.profile .historic .entry::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -30px;
        width: 10px;
        height: 2px;
        background: #ee2e24; }
      section.profile .historic .entry .standName {
        font-size: 18px;
        font-weight: 700; }
      section.profile .historic .entry .standDate {
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: #999; }
      section.profile .historic .entry .standFair {
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 20px;
        line-height: 18px; }
        section.profile .historic .entry .standFair a {
          color: #ee2e24;
          font-size: 14px;
          width: 25px;
          height: 18px;
          text-align: center;
          display: inline-block;
          top: -1px;
          position: relative; }
      section.profile .historic .entry .standSize {
        color: #ee2e24;
        font-weight: 700;
        font-size: 18px;
        border-radius: 2px;
        display: inline-block;
        line-height: 16px;
        margin-top: 5px;
        position: relative;
        padding-bottom: 15px; }
        section.profile .historic .entry .standSize span.label {
          font-size: 10px;
          letter-spacing: 5px;
          text-transform: uppercase;
          color: #ccc;
          position: absolute;
          top: 15px;
          left: 0; }
  section.profile .userinfo {
    width: 300px;
    float: left;
    margin: 0 auto; }
    section.profile .userinfo .avatar {
      height: 300px;
      width: 300px; }
      section.profile .userinfo .avatar img {
        width: 300px;
        height: 300px; }
    section.profile .userinfo .name {
      font-size: 24px;
      font-weight: 700;
      margin-top: 10px;
      padding-top: 10px;
      position: relative; }
      section.profile .userinfo .name::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 4px;
        background: #ee2e24; }
    section.profile .userinfo .location, section.profile .userinfo .contact, section.profile .userinfo .business {
      margin-top: 2px;
      text-transform: uppercase;
      font-size: 10px;
      color: #666;
      letter-spacing: 2px; }
    section.profile .userinfo .contact a {
      color: #ee2e24; }
    section.profile .userinfo .business {
      position: relative;
      padding-left: 20px;
      margin: 20px 0; }
      section.profile .userinfo .business::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 10px;
        height: 2px;
        margin-top: -1px;
        background: #aaa; }
    section.profile .userinfo .type {
      margin-top: 10px;
      background: #ee2e24;
      color: #fff;
      text-transform: uppercase;
      font-size: 10px;
      padding: 5px 0;
      letter-spacing: 1px;
      display: block;
      width: 100%;
      border-radius: 2px;
      text-align: center;
      font-weight: 700;
      max-width: 300px; }

section.maincontent {
  padding: 30px;
  box-sizing: border-box; }
  section.maincontent .buttonbar {
    margin-bottom: 30px; }
    section.maincontent .buttonbar a {
      display: block;
      line-height: 40px;
      background: #0eafd5;
      color: #fff;
      display: inline-block;
      padding: 0 10px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      margin-right: 20px;
      border-radius: 4px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
      section.maincontent .buttonbar a:hover {
        background: #006780; }
      section.maincontent .buttonbar a img {
        margin-right: 10px; }
      section.maincontent .buttonbar a.expositor img {
        position: relative;
        top: 2px; }
      section.maincontent .buttonbar a.calendariofeiras {
        background: none;
        border: 2px solid #ee2e24;
        color: #ee2e24;
        float: right;
        height: 38px;
        position: relative;
        -webkit-transition: 350ms all;
        transition: 350ms all; }
        section.maincontent .buttonbar a.calendariofeiras:hover {
          color: #fff; }
          section.maincontent .buttonbar a.calendariofeiras:hover::before {
            width: 100%; }
          section.maincontent .buttonbar a.calendariofeiras:hover .imgcontainer img.theredone {
            opacity: 0; }
          section.maincontent .buttonbar a.calendariofeiras:hover .imgcontainer img.thewhiteone {
            opacity: 1; }
        section.maincontent .buttonbar a.calendariofeiras::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 0;
          height: 100%;
          background: #ee2e24;
          -webkit-transition: 350ms all;
          transition: 350ms all; }
        section.maincontent .buttonbar a.calendariofeiras .imgcontainer {
          position: relative;
          height: 25px;
          width: 25px;
          margin-right: 10px;
          display: inline-block;
          top: 7px; }
          section.maincontent .buttonbar a.calendariofeiras .imgcontainer img {
            line-height: 40px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            -webkit-transition: 350ms all;
            transition: 350ms all; }
            section.maincontent .buttonbar a.calendariofeiras .imgcontainer img.thewhiteone {
              opacity: 0; }
        section.maincontent .buttonbar a.calendariofeiras span.text {
          display: inline-block;
          text-align: center;
          line-height: 12px;
          width: 70px;
          top: 4px;
          position: relative; }
  section.maincontent .news .imagemdestaque {
    width: 400px;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left; }
    section.maincontent .news .imagemdestaque .datanews {
      position: absolute;
      top: 10px;
      left: 10px;
      display: inline-block;
      text-align: center; }
      section.maincontent .news .imagemdestaque .datanews .data {
        background: #ee2e24;
        color: #fff;
        padding: 3px 7px;
        line-height: 1.75em;
        min-width: 50px; }
        section.maincontent .news .imagemdestaque .datanews .data .start, section.maincontent .news .imagemdestaque .datanews .data .end {
          font-size: 20px;
          font-weight: 700;
          font-style: italic; }
        section.maincontent .news .imagemdestaque .datanews .data .to {
          font-size: 12px;
          line-height: 1em; }
      section.maincontent .news .imagemdestaque .datanews .mes {
        background: #fff;
        color: #ee2e24;
        text-transform: uppercase;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: 700; }
  section.maincontent .news .newstext {
    box-sizing: border-box;
    padding: 0 50px;
    float: right;
    width: calc(100% - 400px); }
    section.maincontent .news .newstext .newstitle {
      font-size: 24px;
      text-transform: uppercase; }
    section.maincontent .news .newstext .newsdate {
      margin-bottom: 10px;
      font-size: 10px;
      font-weight: 700;
      color: #ee2e24;
      text-transform: uppercase; }
    section.maincontent .news .newstext .newscontent {
      font-size: 11px;
      line-height: 20px;
      height: 280px;
      overflow: hidden;
      text-overflow: ellipsis; }
    section.maincontent .news .newstext .viewnews {
      border: 1px solid #ee2e24;
      padding: 10px 30px;
      color: #ee2e24;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      display: inline-block;
      margin-top: 20px;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      section.maincontent .news .newstext .viewnews:hover {
        background: #ee2e24;
        color: #fff; }
  section.maincontent .news .ballselector {
    margin: 20px 0;
    text-align: center;
    width: 100%; }
    section.maincontent .news .ballselector .ball {
      width: 7px;
      height: 7px;
      border-radius: 100%;
      background: #999;
      display: inline-block;
      border: 2px solid #fff;
      margin: 0 5px;
      cursor: pointer; }
      section.maincontent .news .ballselector .ball.active {
        border-color: #ee2e24;
        background: none; }
  section.maincontent .media {
    text-align: right; }
    section.maincontent .media .viewmedia {
      border: 1px solid #ee2e24;
      padding: 10px 30px;
      color: #ee2e24;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      display: inline-block;
      margin-top: 20px;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      section.maincontent .media .viewmedia:hover {
        background: #ee2e24;
        color: #fff; }
    section.maincontent .media ul.medialist {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      section.maincontent .media ul.medialist li {
        display: block;
        float: left;
        position: relative;
        width: 330px;
        height: 185px;
        margin: 0 10px; }
        section.maincontent .media ul.medialist li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          section.maincontent .media ul.medialist li a span.type {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            padding: 10px 20px;
            background: #ee2e24;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 11px; }
          section.maincontent .media ul.medialist li a .mediainfo {
            position: absolute;
            bottom: 0;
            background: #fff;
            padding: 10px;
            box-sizing: border-box;
            color: #333;
            font-size: 10px;
            width: 100%; }
            section.maincontent .media ul.medialist li a .mediainfo .title {
              font-size: 14px;
              text-transform: uppercase;
              font-weight: 700;
              letter-spacing: 0.1em; }

a.oldfairs {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  background: #ececec;
  border-radius: 6px;
  text-transform: uppercase;
  color: #525252;
  font-weight: 700;
  font-size: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  a.oldfairs:hover {
    background: #ee2e24;
    color: #fff; }

.fairs > .month {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  float: left; }
  .fairs > .month .monthheader {
    font-size: 14px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    color: #686868;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 5px; }
    .fairs > .month .monthheader::after {
      content: '';
      width: 100%;
      height: 2px;
      background: #ee2e24;
      position: absolute;
      bottom: 0;
      left: 0; }

ul.fairslist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.fairslist li.fair {
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 30px;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    ul.fairslist li.fair a {
      display: block;
      padding: 10px 10px 10px 20px;
      border-radius: 4px;
      color: #333;
      box-sizing: border-box;
      height: 100%;
      position: relative;
      min-height: 80px;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      ul.fairslist li.fair a:hover {
        background: #f2f2f2; }
    ul.fairslist li.fair .theicon {
      width: 60px;
      height: 60px;
      border-radius: 100%;
      text-align: center;
      line-height: 60px;
      float: left;
      margin-right: 15px; }
      ul.fairslist li.fair .theicon img {
        position: relative; }
    ul.fairslist li.fair .fairname, ul.fairslist li.fair .fairdesc, ul.fairslist li.fair .fairdates {
      margin-left: 75px; }
    ul.fairslist li.fair .fairname {
      font-weight: 700;
      text-transform: uppercase;
      color: #333; }
    ul.fairslist li.fair .fairdesc {
      font-size: 11px; }
      ul.fairslist li.fair .fairdesc p {
        margin: 0; }
    ul.fairslist li.fair .fairdates {
      text-transform: uppercase;
      color: #ee2e24;
      font-weight: 700; }

section.adv {
  background: #f9f9f9;
  padding: 30px 0; }
  section.adv h2 {
    text-align: center;
    font-weight: 700;
    color: #686868;
    font-size: 14px;
    padding: 0 0 30px;
    margin: 0; }
  section.adv ul.advlist {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.adv ul.advlist li {
      width: 25%;
      width: calc(100% / 4);
      box-sizing: border-box;
      padding: 10px;
      text-align: center;
      float: left; }
      section.adv ul.advlist li img {
        border-radius: 100%;
        width: 150px;
        height: 150px; }
      section.adv ul.advlist li .smalltitle {
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        color: #ee2e24;
        text-align: left;
        padding: 20px 0 10px; }
      section.adv ul.advlist li .smalltext {
        text-align: left;
        font-size: 11px;
        color: #898989;
        line-height: 1.5em; }

section.stats {
  width: 100%;
  height: 400px;
  position: relative;
  font-family: 'Lato', sans-serif; }
  section.stats .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    section.stats .background .filter {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.75;
      background: #000; }
  section.stats .content {
    color: #fff;
    position: relative;
    text-align: center;
    height: 100%; }
    section.stats .content .table {
      display: table;
      width: 100%;
      height: 100%; }
      section.stats .content .table .tablecell {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle; }
    section.stats .content .topstat {
      font-style: italic;
      font-size: 24px;
      letter-spacing: 4px; }
      section.stats .content .topstat span.heavy {
        font-weight: 700; }
    section.stats .content .smallsep {
      width: 75px;
      height: 1px;
      background: #fff;
      margin: 30px auto; }
    section.stats .content .row .smallstat {
      width: 50%;
      float: left;
      padding: 10px 20px;
      box-sizing: border-box; }
      section.stats .content .row .smallstat:nth-of-type(1) {
        text-align: right; }
      section.stats .content .row .smallstat:nth-of-type(2) {
        text-align: left; }
      section.stats .content .row .smallstat .number {
        font-size: 18px;
        letter-spacing: 1px; }
      section.stats .content .row .smallstat .lablor {
        font-size: 10px;
        text-transform: uppercase;
        opacity: 0.7;
        letter-spacing: 3px; }

section.feira {
  padding: 30px;
  box-sizing: border-box;
  margin-top: 140px; }
  section.feira .aacontecer {
    position: relative;
    display: inline-block;
    background: #ee2e24;
    color: #fff;
    border-radius: 4px;
    text-align: right;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    float: right;
    margin-bottom: 25px;
    display: none; }
  section.feira .counterdiv {
    position: relative;
    width: 100%;
    height: 100px; }
    section.feira .counterdiv .theline {
      width: 100%;
      height: 1px;
      background: #e0e0e0;
      position: absolute;
      top: 50%;
      left: 0; }
    section.feira .counterdiv .thecounter {
      background: #fff;
      padding: 0 20px;
      text-align: right;
      display: inline-block;
      position: absolute;
      right: 0; }
      section.feira .counterdiv .thecounter .stilltogo {
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: 700;
        color: #ee2e24;
        font-size: 14px;
        margin-bottom: 3px;
        text-transform: uppercase; }
      section.feira .counterdiv .thecounter .elcounterzito > div {
        background: #ee2e24;
        color: #fff;
        padding: 7px 0;
        border-radius: 4px;
        text-align: center;
        line-height: 1em;
        float: left;
        margin-left: 5px;
        width: 62px;
        box-sizing: border-box; }
        section.feira .counterdiv .thecounter .elcounterzito > div .number {
          font-size: 32px;
          font-weight: 700;
          line-height: 1em; }
        section.feira .counterdiv .thecounter .elcounterzito > div .label {
          text-transform: uppercase;
          font-size: 7px;
          letter-spacing: 1px;
          font-weight: 700; }
  section.feira .contentfeira .socialfeira {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    margin-top: 30px; }
    section.feira .contentfeira .socialfeira li a {
      margin-bottom: 3px;
      display: block;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
      section.feira .contentfeira .socialfeira li a:hover .thelabel {
        color: #ee2e24; }
      section.feira .contentfeira .socialfeira li a .thelabel {
        color: #7c7c7c;
        font-size: 8px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-right: 5px; }
      section.feira .contentfeira .socialfeira li a .button i.fa {
        background: #ee2e24;
        color: #fff;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        box-sizing: border-box;
        font-size: 12px; }
  section.feira .contentfeira .actualcontent {
    float: right;
    width: calc(100% - 200px);
    box-sizing: border-box;
    padding: 0 30px; }
    section.feira .contentfeira .actualcontent .schedule {
      text-align: right;
      margin: 10px 0;
      position: relative; }
      section.feira .contentfeira .actualcontent .schedule .scheduleheading {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: 2px;
        display: block;
        position: relative; }
        section.feira .contentfeira .actualcontent .schedule .scheduleheading span {
          background: #fff;
          padding-left: 20px;
          position: relative;
          z-index: 1; }
        section.feira .contentfeira .actualcontent .schedule .scheduleheading::before {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          width: 100%;
          max-width: 400px;
          height: 1px;
          background: #eee;
          z-index: 0; }
      section.feira .contentfeira .actualcontent .schedule .part {
        display: inline-block;
        margin-left: 50px; }
        section.feira .contentfeira .actualcontent .schedule .part .when {
          font-family: 'Lato', sans-serif;
          color: #686868;
          font-size: 10px;
          font-weight: 700;
          text-transform: uppercase;
          letter-spacing: 1px;
          text-align: center; }
        section.feira .contentfeira .actualcontent .schedule .part .horario {
          display: inline-block;
          margin-top: 10px; }
          section.feira .contentfeira .actualcontent .schedule .part .horario .starthour, section.feira .contentfeira .actualcontent .schedule .part .horario .endhour, section.feira .contentfeira .actualcontent .schedule .part .horario .tracinho {
            display: inline-block; }
          section.feira .contentfeira .actualcontent .schedule .part .horario .starthour, section.feira .contentfeira .actualcontent .schedule .part .horario .endhour {
            font-weight: 300;
            font-size: 24px;
            line-height: 24px; }
          section.feira .contentfeira .actualcontent .schedule .part .horario .tracinho {
            width: 10px;
            margin: 0 10px;
            background: #ee2e24;
            height: 1px;
            position: relative;
            top: -8px; }
    section.feira .contentfeira .actualcontent .thefair {
      font-family: 'Open Sans', sans-serif;
      color: #666;
      line-height: 2em;
      font-size: 12px;
      padding: 20px 0 20px 50px; }
      section.feira .contentfeira .actualcontent .thefair .videocontainer {
        width: 100%;
        height: 500px;
        position: relative;
        margin: 60px 0; }
        section.feira .contentfeira .actualcontent .thefair .videocontainer .imavideo {
          position: absolute;
          bottom: 0;
          left: 0;
          background: #ee2e24;
          color: #fff;
          padding: 10px 30px;
          font-weight: 700;
          text-transform: uppercase;
          pointer-events: none; }
      section.feira .contentfeira .actualcontent .thefair .videohere {
        width: 100%;
        height: 100%;
        position: relative; }
  section.feira .mediaFair {
    text-align: right; }
    section.feira .mediaFair .viewmedia {
      border: 1px solid #ee2e24;
      padding: 10px 30px;
      color: #ee2e24;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 12px;
      display: inline-block;
      margin-top: 20px;
      -webkit-transition: 400ms all;
      transition: 400ms all; }
      section.feira .mediaFair .viewmedia:hover {
        background: #ee2e24;
        color: #fff; }
    section.feira .mediaFair ul.medialist {
      list-style: none;
      padding: 0;
      margin: 0;
      overflow: hidden; }
      section.feira .mediaFair ul.medialist li {
        display: block;
        float: left;
        position: relative;
        width: 330px;
        height: 185px;
        margin: 0 10px 10px 10px; }
        section.feira .mediaFair ul.medialist li a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          section.feira .mediaFair ul.medialist li a span.type {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 10px 20px;
            background: #ee2e24;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 11px; }
  section.feira .contactsFair {
    margin: 30px auto; }
    section.feira .contactsFair ul.contactslist {
      list-style: none;
      padding: 0;
      margin: 0;
      font-family: 'Lato', sans-serif; }
      section.feira .contactsFair ul.contactslist li {
        display: block;
        float: left;
        width: 25%;
        margin-bottom: 30px; }
        section.feira .contactsFair ul.contactslist li .image {
          border-radius: 100%;
          float: left;
          margin-right: 20px;
          width: 70px;
          height: 70px;
          background-size: cover;
          background-position: center; }
        section.feira .contactsFair ul.contactslist li .contactInfo .name {
          font-weight: 700;
          color: #686868;
          font-size: 18px; }
        section.feira .contactsFair ul.contactslist li .contactInfo .status {
          color: #afafaf;
          font-size: 14px;
          font-weight: 700; }
        section.feira .contactsFair ul.contactslist li .contactInfo .mail, section.feira .contactsFair ul.contactslist li .contactInfo .tel {
          font-size: 12px; }
          section.feira .contactsFair ul.contactslist li .contactInfo .mail a, section.feira .contactsFair ul.contactslist li .contactInfo .tel a {
            color: #686868; }
        section.feira .contactsFair ul.contactslist li .contactInfo .mail {
          margin-top: 5px; }
          section.feira .contactsFair ul.contactslist li .contactInfo .mail a {
            color: #ee2e24; }

.navigationcontainer {
  width: 200px;
  float: left;
  box-sizing: border-box; }

nav.sidemenu {
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px; }
  nav.sidemenu a {
    display: block;
    background: #e0e0e0;
    color: #939393;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 5px;
    -webkit-transition: 300ms all;
    transition: 300ms all; }
    nav.sidemenu a:hover, nav.sidemenu a.active {
      color: #fff;
      background: #ee2e24; }
    nav.sidemenu a.sub {
      margin-left: 10px;
      width: calc(100% - 10px); }
    nav.sidemenu a.bigbutton {
      display: block;
      line-height: 40px;
      background: #0eafd5;
      color: #fff;
      display: inline-block;
      padding: 0 10px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase; }
      nav.sidemenu a.bigbutton.intvis {
        margin-top: 30px; }
      nav.sidemenu a.bigbutton.expositor img {
        position: relative;
        top: 2px; }
      nav.sidemenu a.bigbutton img {
        margin-right: 10px; }
      nav.sidemenu a.bigbutton.calendariofeiras {
        background: none;
        border: 2px solid #ee2e24;
        color: #ee2e24;
        float: right;
        height: 38px; }
        nav.sidemenu a.bigbutton.calendariofeiras img {
          line-height: 40px; }
        nav.sidemenu a.bigbutton.calendariofeiras span {
          display: inline-block;
          text-align: center;
          line-height: 12px;
          width: 70px;
          top: 6px;
          position: relative; }
    nav.sidemenu a.pressrelease {
      display: block;
      line-height: 40px;
      background: #5fc91b;
      color: #fff;
      display: inline-block;
      padding: 0 10px;
      font-size: 10px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 30px; }
      nav.sidemenu a.pressrelease img {
        margin-right: 10px; }

section.sponsors {
  background: #fafafa;
  box-sizing: border-box;
  padding: 30px 50px;
  text-align: center; }
  section.sponsors h2 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #989898;
    font-family: 'Lato', sans-serif; }
    section.sponsors h2:not(:first-child) {
      margin-top: 75px; }
  section.sponsors ul.sponsorlist {
    list-style: none;
    margin: 0;
    padding: 0; }
    section.sponsors ul.sponsorlist li {
      display: inline-block;
      margin: 20px; }

section.theinsta {
  background: #333333;
  padding: 50px 30px;
  box-sizing: border-box; }
  section.theinsta h2.instatitle {
    margin-top: 0;
    text-align: right;
    color: #6d6d6d;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 900; }
  section.theinsta .instafallback {
    display: none; }
  section.theinsta ul.instalist {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    height: auto;
    overflow: hidden; }
    section.theinsta ul.instalist li {
      display: inline-block;
      width: 150px;
      height: 150px;
      position: relative;
      overflow: hidden; }
      section.theinsta ul.instalist li:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      section.theinsta ul.instalist li:hover .thehiddentext {
        opacity: 1; }
      section.theinsta ul.instalist li.noresults {
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #666;
        padding: 30px 0;
        height: auto; }
        section.theinsta ul.instalist li.noresults span.tag {
          font-weight: 700; }
      section.theinsta ul.instalist li a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      section.theinsta ul.instalist li img {
        position: relative;
        width: 100%;
        height: 100%;
        -webkit-transition: 5s all;
        transition: 5s all; }
      section.theinsta ul.instalist li .thehiddentext {
        background: #ee2e24;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        font-size: 8px;
        letter-spacing: 1px;
        opacity: 0;
        -webkit-transition: 500ms all;
        transition: 500ms all; }

section.media {
  padding: 20px 0 150px; }
  section.media ul.medialist {
    list-style: none;
    padding: 0;
    margin: 0; }
    section.media ul.medialist li {
      display: inline-block;
      position: relative;
      width: 330px;
      height: 185px;
      margin: 10px; }
      section.media ul.medialist li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        section.media ul.medialist li a span.type {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          padding: 10px 20px;
          background: #ee2e24;
          color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 11px; }
        section.media ul.medialist li a .mediainfo {
          position: absolute;
          bottom: 0;
          background: #fff;
          padding: 10px;
          box-sizing: border-box;
          color: #333;
          font-size: 10px;
          width: 100%; }
          section.media ul.medialist li a .mediainfo .title {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.1em; }

.mainseparator {
  width: 100%;
  height: 1px;
  background: #c9c9c9;
  margin: 30px 0; }

section.fbfeed {
  background: #eee;
  padding: 30px 0 50px; }
  section.fbfeed .containme {
    padding: 0 45px; }
  section.fbfeed .titlefb {
    font-family: 'Lato', sans-serif;
    color: #686868;
    text-transform: uppercase;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: none; }
  section.fbfeed a.linktofb {
    position: absolute;
    right: 45px;
    top: -3px;
    color: #3b5998;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all; }
    section.fbfeed a.linktofb:hover {
      color: #fff;
      background: #3b5998; }
  section.fbfeed ul.feed {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.fbfeed ul.feed li {
      width: 20%;
      width: calc(20% - 20px);
      margin: 0;
      margin: 0 calc(10px);
      float: left;
      box-sizing: border-box;
      position: relative;
      border-radius: 6px;
      background: #fff;
      overflow: hidden;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.025); }
      section.fbfeed ul.feed li:hover .imgcontain::after {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      section.fbfeed ul.feed li .imgcontain {
        position: relative;
        overflow: hidden;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        z-index: 1;
        max-height: 400px; }
        section.fbfeed ul.feed li .imgcontain::after {
          content: '+';
          text-transform: uppercase;
          color: #fff;
          font-size: 32px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
          position: absolute;
          top: 5px;
          left: 5px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          border-radius: 100%;
          opacity: 0;
          -webkit-transform: translate3d(-5px, -5px, 0);
          transform: translate3d(-5px, -5px, 0);
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
      section.fbfeed ul.feed li .picture {
        height: auto;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        z-index: 0; }
      section.fbfeed ul.feed li .fbcontain {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #333;
        box-sizing: border-box;
        padding: 5%;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }
        section.fbfeed ul.feed li .fbcontain .table {
          z-index: 1;
          position: relative; }
        section.fbfeed ul.feed li .fbcontain .message {
          font-size: 11px;
          padding: 5px 0 10px;
          position: relative;
          max-height: 100px;
          overflow-y: hidden;
          margin-bottom: 30px;
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
          section.fbfeed ul.feed li .fbcontain .message .hidderofmsg {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    section.fbfeed ul.feed .date {
      font-size: 10px;
      text-transform: uppercase;
      text-align: right;
      color: #ee2e24;
      font-weight: 700;
      margin-top: 5px;
      padding-top: 5px;
      position: absolute;
      bottom: 10px;
      right: 10px; }
      section.fbfeed ul.feed .date::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 1px;
        background: #eee; }

.headerwithline {
  font-size: 14px;
  font-weight: 900;
  font-family: 'Lato', sans-serif;
  color: #686868;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  text-align: left; }
  .headerwithline::after {
    content: '';
    width: 300px;
    height: 1px;
    background: #ee2e24;
    position: absolute;
    bottom: 0;
    left: 0; }

section.contactos h1 {
  text-transform: uppercase; }

section.contactos .introcontactos {
  color: #555;
  font-size: 12px;
  line-height: 1.9em;
  padding: 20px 0; }

section.contactos .smallteam {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section.contactos .smallteam .person {
    position: relative;
    margin: 3% 1%;
    max-width: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px; }
    section.contactos .smallteam .person .photo {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 15%;
      background-image: url("../images/placeholder-person-faded.png");
      position: relative;
      overflow: hidden; }
      section.contactos .smallteam .person .photo::before, section.contactos .smallteam .person .photo::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        z-index: 2; }
      section.contactos .smallteam .person .photo::before {
        border-width: 0 0 30px 300px;
        border-color: transparent transparent #fff transparent;
        opacity: 0.4; }
      section.contactos .smallteam .person .photo::after {
        border-width: 30px 0 0 300px;
        border-color: transparent transparent transparent #fff; }
    section.contactos .smallteam .person .infocontainer {
      padding: 7px 10px 0;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      top: -5px;
      z-index: 3; }
      section.contactos .smallteam .person .infocontainer .nome, section.contactos .smallteam .person .infocontainer .job, section.contactos .smallteam .person .infocontainer .email, section.contactos .smallteam .person .infocontainer .telef, section.contactos .smallteam .person .infocontainer .fairs {
        margin-bottom: 2px; }
      section.contactos .smallteam .person .infocontainer .nome {
        font-weight: 800;
        text-transform: uppercase; }
      section.contactos .smallteam .person .infocontainer .job, section.contactos .smallteam .person .infocontainer .email, section.contactos .smallteam .person .infocontainer .telef {
        font-size: 12px; }
      section.contactos .smallteam .person .infocontainer .job {
        font-weight: 700; }
      section.contactos .smallteam .person .infocontainer .telef a {
        color: #111; }
      section.contactos .smallteam .person .infocontainer .email a {
        color: #ee2e24; }
      section.contactos .smallteam .person .infocontainer .fairs {
        color: #444;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.05em; }

section.general {
  padding: 50px 0; }
  section.general p {
    font-size: 14px;
    color: #777; }
  section.general .elcontent {
    position: relative;
    line-height: 1.75em; }
    section.general .elcontent.sidemenu {
      margin-left: 250px; }
    section.general .elcontent img {
      max-width: 100%;
      height: auto; }

section.forms {
  padding: 50px 0; }
  section.forms .infotext {
    font-size: 14px;
    color: #777;
    margin: 50px 0; }

section.events {
  padding-bottom: 100px; }
  section.events h1 {
    margin-bottom: 50px;
    text-transform: capitalize; }
  section.events .eventsCalendar .fc-toolbar button:focus {
    outline: none; }
  section.events .eventsCalendar .fc-toolbar button.fc-state-disabled {
    opacity: 0.3;
    cursor: default; }
    section.events .eventsCalendar .fc-toolbar button.fc-state-disabled:hover {
      color: #333; }
  section.events .eventsCalendar .fc-toolbar button.fc-today-button {
    text-transform: uppercase;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 30px; }
  section.events .eventsCalendar .fc-state-default {
    background: transparent;
    color: #333;
    border: none;
    box-shadow: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    section.events .eventsCalendar .fc-state-default:hover {
      color: #ee2e24; }
  section.events .fc-head .fc-head-container {
    border: none; }
  section.events .fc-head th {
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 0 5px; }
  section.events .fc td.fc-today {
    background: transparent; }
  section.events .fc td.fc-sat, section.events .fc td.fc-sun {
    background: #f9f9f9; }
  section.events .fc-ltr .fc-basic-view .fc-day-number {
    background: transparent; }
    section.events .fc-ltr .fc-basic-view .fc-day-number.fc-today {
      font-size: 22px;
      font-weight: 800;
      letter-spacing: 1px;
      color: #ee2e24;
      background: transparent; }
  section.events .fc-event {
    background: #ee2e24;
    border-color: #ee2e24;
    border-radius: 2px;
    padding: 3px 5px;
    text-transform: uppercase;
    font-size: 10px; }

section.login {
  padding-bottom: 100px; }

form.stylish {
  margin: 100px 0; }
  form.stylish .questContain {
    position: relative;
    width: 610px;
    margin-bottom: 30px;
    overflow: auto;
    max-width: 100%; }
    form.stylish .questContain.area input[type="number"] {
      width: 70px; }
    form.stylish .questContain.area span.indication, form.stylish .questContain.area span.times {
      float: left;
      padding: 10px; }
    form.stylish .questContain.area span.indication {
      color: #888; }
    form.stylish .questContain.area span.times {
      color: #ddd; }
    form.stylish .questContain.area .result {
      float: left;
      display: none; }
      form.stylish .questContain.area .result .resultnumber {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700;
        padding: 0 10px; }
    form.stylish .questContain.noicon input:not([type="submit"]) {
      padding-right: 10px; }
    form.stylish .questContain .theicon {
      position: absolute;
      top: 0;
      right: 17px;
      line-height: 40px;
      font-size: 14px;
      color: #ee2e24;
      width: 25px;
      text-align: center; }
    form.stylish .questContain label {
      font-weight: 700;
      width: 250px;
      padding: 10px;
      padding-left: 0;
      float: left;
      text-transform: uppercase;
      box-sizing: border-box; }
      form.stylish .questContain label span.required {
        color: #ee2e24;
        margin-left: 3px; }
      form.stylish .questContain label span.explain {
        font-size: 10px;
        color: #aaa;
        letter-spacing: 1px; }
    form.stylish .questContain input:not([type="submit"]) {
      float: left;
      padding: 10px;
      padding-right: 35px;
      border: 1px solid #ccc;
      width: 300px;
      border-radius: 4px;
      font-weight: 700;
      -webkit-transition: 0.5s all;
      transition: 0.5s all; }
      form.stylish .questContain input:not([type="submit"]):focus {
        outline: none;
        border-color: #ee2e24; }
    form.stylish .questContain select {
      height:40px;
      border: none;
      border-radius: 4px;
      background: #f2f2f2;
      font-weight: 700;
      padding: 10px 20px;
      padding-right: 35px;
      cursor: pointer;
      float: left; }
      form.stylish .questContain select:focus {
        outline: none; }
    form.stylish .questContain .dropicon {
      position: relative;
      top: 9px;
      right: 23px;
      display: inline-block;
      font-size: 12px;
      color: #999;
      pointer-events: none; }
    form.stylish .questContain ::-webkit-input-placeholder {
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    form.stylish .questContain :-moz-placeholder {
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    form.stylish .questContain ::-moz-placeholder {
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
    form.stylish .questContain :-ms-input-placeholder {
      font-style: italic;
      font-weight: 300;
      padding-left: 2px; }
  form.stylish input[type="submit"] {
    background: #ee2e24;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    padding: 20px 40px;
    letter-spacing: 1px; }
    form.stylish input[type="submit"]:focus {
      outline: none; }
  form.stylish .legend {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 40px; }
    form.stylish .legend span.icon {
      color: #ee2e24;
      font-weight: 700; }

/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback*/
  *text-indent: -9999px; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.*/
/* ==========================================================================
 * EXAMPLE Media Queries for Responsive Design.
 * These examples override the primary ('mobile first') styles.
 * Modify as content requires.
 * ==========================================================================*/
@media screen and (max-width: 1400px) {
  .heading .topestbar {
    padding: 0 15px; } }

@media screen and (max-width: 1000px) {
  section.maincontent .news .imagemdestaque {
    width: 200px;
    height: 200px; }
  section.maincontent .news .newstext {
    width: calc(100% - 200px); }
  .heading .topmenubar nav.menu li a .label {
    font-size: 8px;
    line-height: 16px; }
  section.feira .contactsFair ul.contactslist li {
    width: 33%;
    width: calc(100% / 3); }
  section.fbfeed ul.feed li {
    width: 25%;
    width: calc(25% - 20px); }
    section.fbfeed ul.feed li:nth-child(5) {
      display: none; } }

@media screen and (max-width: 900px) {
  .navigationcontainer {
    position: relative;
    width: 100%;
    float: none;
    overflow: auto; }
    .navigationcontainer nav.sidemenu a {
      width: 48%;
      margin: 1%;
      float: left; }
      .navigationcontainer nav.sidemenu a.sub {
        border-left: 10px solid #fff; }
  section.general .elcontent.sidemenu {
    margin-top: 50px;
    margin-left: 0; }
  section.feira .contentfeira .actualcontent {
    width: 100%;
    float: none; }
    section.feira .contentfeira .actualcontent .thefair {
      padding: 20px 0; }
    section.feira .contentfeira .actualcontent ul.socialfeira {
      overflow: auto;
      padding-bottom: 30px;
      position: relative; }
      section.feira .contentfeira .actualcontent ul.socialfeira::after {
        content: '';
        background: #eee;
        height: 1px;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 25%; }
      section.feira .contentfeira .actualcontent ul.socialfeira li {
        width: 33%;
        width: calc(100% / 3);
        box-sizing: border-box;
        float: left;
        text-align: center; }
  footer .footercontent .menus .menu {
    width: 25%; }
    footer .footercontent .menus .menu:last-of-type {
      display: none; }
  footer .location {
    height: auto; }
    footer .location .map, footer .location .info {
      position: relative;
      left: 0;
      width: 100%; }
    footer .location .info {
      text-align: center;
      padding: 40px 0; }
      footer .location .info::after {
        display: none; }
      footer .location .info .buttons {
        margin: 0 auto;
        display: inline-block; }
      footer .location .info .directions {
        margin: 30px auto; }
    footer .location .map {
      height: 200px; }
  .directionsscreen .mapDirections {
    display: none; }
  .directionsscreen .directionlist {
    width: 100%; }
    .directionsscreen .directionlist table.adp-directions {
      width: 100%; } }

@media screen and (max-width: 850px) {
  .heading .topmenubar nav.menu li .submenu a {
    font-size: 10px; }
  .heading .topestbar .weather {
    display: none; }
  section.profile .userinfo {
    float: none; }
  section.profile .historic {
    padding-left: 60px; }
    section.profile .historic .timeline {
      left: 30px; } }

@media screen and (max-width: 800px) {
  section.email .container .whenandwhere, section.email .container .where {
    float: none;
    width: 100%;
    text-align: center; }
    section.email .container .whenandwhere::after, section.email .container .where::after {
      display: none; } }

@media screen and (max-width: 750px) {
  .heading .topmenubar {
    overflow-y: hidden; }
    .heading .topmenubar .containme {
      padding: 0; }
    .heading .topmenubar nav.menu li {
      width: 100%;
      float: none;
      height: 70px; }
      .heading .topmenubar nav.menu li::after {
        display: none !important; }
      .heading .topmenubar nav.menu li .submenu {
        display: none !important; }
      .heading .topmenubar nav.menu li a.active {
        border-bottom: none; }
      .heading .topmenubar nav.menu li a .icone, .heading .topmenubar nav.menu li a .label {
        display: inline-block;
        line-height: 70px; }
      .heading .topmenubar nav.menu li a .icone {
        position: absolute;
        left: 5%;
        margin: 0; }
        .heading .topmenubar nav.menu li a .icone img {
          position: relative;
          top: -2px; }
  section.adv {
    display: none; }
  section.feira .contactsFair ul.contactslist li {
    width: 50%; }
  footer .footercontent .menus {
    padding: 0; }
    footer .footercontent .menus .menu {
      width: 33%;
      width: calc(100% / 3); } }

@media screen and (max-width: 700px) {
  .heading .topestbar .social {
    display: none; }
  section.maincontent .fairs > .month, section.fairList .fairs > .month {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%; }
    section.maincontent .fairs > .month ul.fairslist li.fair, section.fairList .fairs > .month ul.fairslist li.fair {
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%; }
  section.maincontent .buttonbar a {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    box-sizing: border-box; }
    section.maincontent .buttonbar a.calendariofeiras {
      float: none;
      height: 44px; }
      section.maincontent .buttonbar a.calendariofeiras span {
        width: auto;
        top: 0; }
  section.maincontent .news .imagemdestaque {
    float: none;
    width: 100%;
    height: 150px; }
  section.maincontent .news .newstext {
    width: 100%;
    padding: 20px 10px; }
  section.feira .contentfeira .actualcontent {
    padding: 0; }
    section.feira .contentfeira .actualcontent .schedule .part:not(:first-of-type) {
      margin-top: 30px; }
  section.fbfeed ul.feed li {
    width: 33%;
    width: calc(33% - 20px); }
    section.fbfeed ul.feed li:nth-child(4) {
      display: none; }
  form.stylish input[type="submit"] {
    width: 100%; }
  form.stylish .questContain .theicon {
    top: 40px;
    right: 6px; }
  form.stylish .questContain label {
    float: none;
    width: 100%;
    display: block; }
  form.stylish .questContain input:not([type="submit"]) {
    float: none;
    width: 100%;
    box-sizing: border-box; }
  form.stylish .questContain.area input[type="number"] {
    float: left; } }

@media screen and (max-width: 650px) {
  .directionsscreen .directionlist {
    margin-top: 120px; } }

@media screen and (max-width: 600px) {
  section.feira .contentfeira nav.sidemenu a.bigbutton img, section.feira .contentfeira nav.sidemenu a.pressrelease img {
    display: none; }
  section.feira .contentfeira .socialfeira li a .thelabel .offair {
    display: none; }
  section.feira .contactsFair ul.contactslist li {
    width: 100%; }
  section.stats {
    height: 300px; }
    section.stats .content .row .smallstat .number {
      font-size: 16px;
      line-height: 1em; }
    section.stats .content .topstat {
      font-size: 18px;
      letter-spacing: 2px; } }

@media screen and (max-width: 500px) {
  section.fbfeed ul.feed li {
    width: 50%;
    width: calc(50% - 20px); }
    section.fbfeed ul.feed li:nth-child(3) {
      display: none; }
  section.email .container .header {
    height: 100px; } }

@media screen and (max-width: 450px) {
  section.feira .counterdiv .theline {
    display: none; }
  section.feira .counterdiv .thecounter {
    width: 100%;
    box-sizing: border-box;
    padding: 0; }
    section.feira .counterdiv .thecounter .elcounterzito > div {
      width: 24%;
      box-sizing: border-box;
      margin-left: 1%; }
      section.feira .counterdiv .thecounter .elcounterzito > div .number {
        font-size: 24px; }
      section.feira .counterdiv .thecounter .elcounterzito > div .label {
        font-size: 5px; }
  section.feira .contentfeira .navigationcontainer nav.sidemenu a {
    width: 100%; }
    section.feira .contentfeira .navigationcontainer nav.sidemenu a.bigbutton, section.feira .contentfeira .navigationcontainer nav.sidemenu a.pressrelease {
      font-size: 8px; }
  form.stylish .questContain.area .result {
    float: none;
    overflow: auto;
    margin-top: 50px; }
  footer .footercontent .menus .menu {
    margin-bottom: 20px;
    text-align: center; }
    footer .footercontent .menus .menu .headingfooter::after {
      width: 100%; }
    footer .footercontent .menus .menu ul.list li {
      max-width: 100%; } }

@media screen and (max-height: 600px) {
  .searchcurtain {
    height: 100%; } }

/* ==========================================================================
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 * ==========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

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