/********************************************** RESET ***********************************************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul,
hr {
  margin: 0;
  padding: 0;
}
hr {
  border: none;
}
main,
li {
  display: block;
}
h1,
h2,
h3,
h4 {
  font-size: inherit;
}
strong {
  font-weight: bold;
}
a,
button {
  color: inherit; /*transition .3s*/
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
:focus {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/*********************************************** FONTS ***********************************************/
@font-face {
  font-family: WorkSans;
  src: url("../fonts/WorkSans-Light.woff") format("woff"), url("../fonts/WorkSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: WorkSans;
  font-weight: bold;
  src: url("../fonts/WorkSans-Bold.woff") format("woff"), url("../fonts/WorkSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Fontello;
  src: url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype");
}
/*********************************************** VARIABLES ***********************************************/
/*********************************************** MIXINS ***********************************************/
/*********************************************** GENERIC ***********************************************/
.title {
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
body {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
main {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-left: 90px;
  padding-top: 90px;
}
@media all and (max-width: 950px) {
  main {
    padding-left: 50px /* mobile menu */;
    padding-top: 50px /* mobile menu */;
  }
}
hr {
  width: 100%;
  background-color: #000;
  height: 8px;
}
hr.thin {
  height: 1px;
}
hr.hidden {
  background: none;
  height: 0;
}
sub {
  font-size: 12%;
  line-height: 100%;
  margin-left: 5.3em;
  margin-top: 6.24em;
  position: absolute;
}
ul.table-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.table-2col li.col {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media all and (max-width: 950px) {
  ul.table-2col li.col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
ul.table-2col li.col.col1 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
}
@media all and (max-width: 950px) {
  ul.table-2col li.col.col1 {
    font-family: WorkSans, "Courier New", Courier, monospace;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
  }
}
ul.table-2col li.col.col2 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
ul.table-2col li.col.col2 a {
  text-decoration: underline;
}
ul.table-2col li.col.col2 span.fontello {
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 64px;
  line-height: 100%;
}
ul.table-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul.table-3col li.col {
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media all and (max-width: 950px) {
  ul.table-3col li.col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
ul.table-3col li.col.col1 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
}
@media all and (max-width: 950px) {
  ul.table-3col li.col.col1 {
    font-family: WorkSans, "Courier New", Courier, monospace;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
  }
}
ul.table-3col li.col.col2 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
.smart-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.smart-blocks .smart-block {
  height: 100%;
}
.smart-blocks[data-max-per-row="15"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="15"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="15"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media all and (min-width: 1201px) {
  .smart-blocks[data-max-per-row="15"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
@media all and (min-width: 1601px) {
  .smart-blocks[data-max-per-row="15"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.66%;
            flex: 0 0 6.66%;
  }
}
.smart-blocks[data-max-per-row="10"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="10"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="10"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media all and (min-width: 1201px) {
  .smart-blocks[data-max-per-row="10"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media all and (min-width: 1601px) {
  .smart-blocks[data-max-per-row="10"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
.smart-blocks[data-max-per-row="8"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="8"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="8"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media all and (min-width: 1201px) {
  .smart-blocks[data-max-per-row="8"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media all and (min-width: 1601px) {
  .smart-blocks[data-max-per-row="8"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
  }
}
.smart-blocks[data-max-per-row="6"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="6"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="6"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media all and (min-width: 1201px) {
  .smart-blocks[data-max-per-row="6"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media all and (min-width: 1601px) {
  .smart-blocks[data-max-per-row="6"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
  }
}
.smart-blocks[data-max-per-row="4"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="4"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="4"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media all and (min-width: 1201px) {
  .smart-blocks[data-max-per-row="4"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.smart-blocks[data-max-per-row="3"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="3"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media all and (min-width: 951px) {
  .smart-blocks[data-max-per-row="3"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
.smart-blocks[data-max-per-row="2"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media all and (min-width: 601px) {
  .smart-blocks[data-max-per-row="2"] .smart-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.smart-blocks[data-max-per-row="1"] .smart-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.hyphensno {
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
.hyphensyes {
  -webkit-hyphens: auto !important;
      -ms-hyphens: auto !important;
          hyphens: auto !important;
}
.fontello {
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
/*********************************************** NAVIGATION ***********************************************/
nav.menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  overflow: hidden;
  height: 90px;
}
@media all and (min-width: 951px) {
  nav.menu {
    display: block;
  }
}
nav.menu.desktop {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
          box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
}
nav.menu.desktop:hover {
  height: auto;
}
nav.menu.carousel {
  color: #fff;
  z-index: 3;
}
nav.menu.sections {
  background: #fff;
  white-space: nowrap;
}
nav.menu.black-background-color {
  -webkit-box-shadow: 0 0 20px 0 rgba(80,80,80,0.6);
          box-shadow: 0 0 20px 0 rgba(80,80,80,0.6);
}
nav.menu.loose {
  position: absolute;
  top: auto;
}
nav.menu.loose li.parent#zonamaco,
nav.menu.loose li.top {
  visibility: hidden;
}
nav.menu.hidden {
  display: none;
}
nav.menu ul.parents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  padding-left: 120px;
}
nav.menu ul.parents li.top {
  height: 45px;
  padding-top: 18px;
}
nav.menu ul.parents li.top a {
  display: inline-block;
  margin-left: 15px;
}
nav.menu ul.parents li.top a:hover {
  text-decoration: underline;
}
nav.menu ul.parents li.left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: left;
}
nav.menu ul.parents li.right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
}
nav.menu ul.parents li.section {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1%;
          flex: 0 1 1%;
}
nav.menu ul.parents li.section a {
  display: block;
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  height: 45px;
  line-height: 45px;
}
nav.menu ul.parents li.section a:hover {
  border-bottom: 8px solid #000;
  cursor: pointer;
}
nav.menu ul.parents li.parent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 1%;
          flex: 0 1 1%;
  text-align: right;
}
nav.menu ul.parents li.parent a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
  height: 45px;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  nav.menu ul.parents li.parent a span.label {
    display: none;
  }
}
nav.menu ul.parents li#application {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 30px;
  text-align: right;
}
nav.menu ul.parents li ul.children {
  display: block;
  margin: 15px 0 30px 0;
}
nav.menu ul.parents li ul.children li.child {
  display: block;
  text-align: right;
}
nav.menu ul.parents li ul.children li.child a {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
}
nav.menu ul.parents li ul.children li.child a:hover {
  text-decoration: underline;
}
nav.mobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
          box-shadow: 0 0 20px 0 rgba(0,0,0,0.6);
  overflow: hidden;
  height: 50px;
  padding-left: 50px;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}
@media all and (max-width: 950px) {
  nav.mobile {
    display: block;
  }
}
nav.mobile.expand {
  height: 100%;
}
nav.mobile ul.tops {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}
nav.mobile ul.tops li#zonamaco {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
nav.mobile ul.tops li#zonamaco a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
  line-height: 50px;
}
nav.mobile ul.tops li#menuicon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  font-size: 25px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
nav.mobile ul.parents {
  background: #fff;
  height: calc(100vh - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.mobile ul.parents li.parent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-top: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
}
nav.mobile ul.parents li.parent a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
}
nav.mobile ul.parents li.mini a {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
nav.fairs {
  position: fixed;
  z-index: 5;
  left: 0;
  top: 90px;
  width: 90px;
  height: calc(100vh - 90px);
}
@media all and (max-width: 950px) {
  nav.fairs {
    top: 50px /* mobile menu */;
    width: 50px /* mobile menu */;
    height: calc(100vh - 50px) /* mobile menu */;
  }
}
nav.fairs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: calc(100vh - 90px);
  margin-top: calc(100vh - 90px);
}
@media all and (max-width: 950px) {
  nav.fairs ul {
    width: calc(100vh - 50px) /* mobile menu */;
    margin-top: calc(100vh - 50px) /* mobile menu */ /* mobile menu */;
  }
}
nav.fairs ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
nav.fairs ul li a {
  display: block;
  vertical-align: bottom;
  white-space: nowrap;
  text-align: center;
  border-bottom: 8px solid #000;
  border-right: 8px solid #000;
  height: 90px;
  line-height: 90px;
  background: #fff;
  color: #000;
}
@media all and (max-width: 950px) {
  nav.fairs ul li a {
    height: 50px /* mobile menu */;
    line-height: 50px /* mobile menu */;
  }
}
nav.fairs ul li a span.short {
  display: none;
}
nav.fairs ul li a span.standard {
  display: none;
}
nav.fairs ul li a span.full {
  display: block /* full fairs' names */;
}
@media all and (max-height: 740px) {
  nav.fairs ul li a span.short {
    display: none;
  }
  nav.fairs ul li a span.standard {
    display: block /* standard fairs' names */;
  }
  nav.fairs ul li a span.full {
    display: none;
  }
}
@media all and (max-height: 630px) {
  nav.fairs ul li a span.short {
    display: block /* short fairs' names */;
  }
  nav.fairs ul li a span.standard {
    display: none;
  }
  nav.fairs ul li a span.full {
    display: none;
  }
}
nav.skull {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 50px;
  height: 50px;
}
@media all and (min-width: 951px) {
  nav.skull {
    width: 90px;
    height: 90px;
  }
  nav.skull.zoom {
    width: 30vw;
    height: 30vw;
    top: 50%;
    left: calc(50% + 45px);
    margin-left: -15vw;
    margin-top: -15vw;
  }
}
nav.skull a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
nav.errors {
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 50px;
  padding-left: 0;
}
@media all and (min-width: 951px) {
  nav.errors {
    height: 90px;
    padding-left: 90px;
  }
}
nav.errors.red {
  background: #fcb;
  color: #910;
}
nav.errors.green {
  background: #cfb;
  color: #362;
}
nav.errors.hide {
  display: none;
}
nav.errors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 15px 30px;
}
nav.errors ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
nav.errors ul li.message {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  overflow: hidden;
}
nav.errors ul li.close {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 48px;
  line-height: 100%;
  text-align: right;
}
nav.errors ul li.close:hover {
  cursor: pointer;
}
/*********************************************** SNIPPETS ***********************************************/
section.fair-banner.carousel {
  height: 100vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
  text-align: center;
  padding-left: 90px;
  padding-top: 90px;
}
@media all and (max-width: 950px) {
  section.fair-banner.carousel {
    padding-left: 0px /* mobile menu */;
    padding-right: 0px /* mobile */;
    padding-top: 50px /* mobile menu */;
  }
}
section.fair-banner.carousel span.browsing {
  display: none;
}
@media all and (min-width: 951px) {
  section.fair-banner.carousel span.browsing {
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    margin-top: -15px;
    color: #fff;
  }
  section.fair-banner.carousel span.browsing.next {
    right: 30px;
  }
  section.fair-banner.carousel span.browsing.prev {
    left: 120px;
  }
  section.fair-banner.carousel span.browsing:hover {
    cursor: pointer;
  }
}
@media all and (min-width: 951px) and (max-width: 950px) {
  section.fair-banner.carousel span.browsing.prev {
    left: 80px /* mobile menu */;
  }
}
section.fair-banner.carousel ul.children {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 0.3em;
}
section.fair-banner.carousel ul.children li.child {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-top: 30px;
  background-size: cover;
  -webkit-transition: all 800ms;
  transition: all 800ms;
}
section.fair-banner.carousel ul.children li.child[data-slider-status='pre'] {
  left: 100%;
}
section.fair-banner.carousel ul.children li.child[data-slider-status='current'] {
  left: 0;
}
section.fair-banner.carousel ul.children li.child[data-slider-status='stacked'] {
  display: none;
}
section.fair-banner.carousel ul.children li.child[data-slider-status='post'] {
  left: -100%;
}
@media all and (max-width: 950px) {
  section.fair-banner.carousel ul.children li.child {
    padding-left: 80px;
  }
}
section.fair-banner.carousel ul.children li.child div.veil {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
section.fair-banner.carousel ul.children li.child div.veil.transparent {
  background: none;
  opacity: 0;
}
section.fair-banner.carousel ul.children li.child a {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
  text-decoration: underline;
}
@media all and (max-width: 950px) {
  section.fair-banner.carousel ul.children li.child a {
    font-family: WorkSans, "Courier New", Courier, monospace;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
  }
}
section.fair-banner.carousel ul.children li.child a:hover {
  text-decoration: underline;
}
/*
				position absolute
				bottom 0
				right 0
				padding $global-spacing
				margin $global-spacing
				margin-left ($nav-size + $global-spacing)
				@media all and (max-width:950px)
					margin-left ($mobile-nav-size + $global-spacing)
				text-align right
				worksans()
				color white
				display inline-block
				&:hover
					background white
					color black
*/
section.fair-banner {
  padding: 30px;
  min-height: calc(100vh - 90px);
}
@media all and (max-width: 950px) {
  section.fair-banner {
    min-height: calc(100vh - 50px) /* mobile menu */;
  }
}
section.fair-banner span.ubertitle p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.fair-banner span.ubertitle p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.fair-banner span.undertitle p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.fair-banner span.undertitle p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.fair-banner p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.fair-banner p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.fair-banner p.intro {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
}
@media all and (max-width: 950px) {
  section.fair-banner p.intro {
    font-family: WorkSans, "Courier New", Courier, monospace;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
  }
}
span.about section.text p {
  padding-bottom: 1em;
}
section.page-title {
  padding-bottom: 75px;
}
section.page-title ul.parents {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.page-title ul.parents li.parent {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.page-title ul.parents li.parent.active {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.page-title ul.parents li.parent.active {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100% /* mobile menu */;
            flex: 0 0 100% /* mobile menu */;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.page-title ul.parents li.parent.rest {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media all and (max-width: 950px) {
  section.page-title ul.parents li.parent.rest {
    display: none /* mobile menu */;
  }
}
section.page-title ul.parents li.parent.rest ul.children {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.page-title ul.parents li.parent.rest ul.children li.child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: right;
  white-space: nowrap;
}
section.page-title ul.parents li.parent.rest ul.children li.child a {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
}
section.page-title ul.parents li.parent.rest ul.children li.child a:hover {
  text-decoration: underline;
}
section.section-title::before {
  display: block;
  content: " ";
  margin-top: -89px;
  height: 89px;
  visibility: hidden;
}
section.section-title ul {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-title ul li {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media all and (max-width: 950px) {
  section.section-title ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100% /* mobile menu */;
            flex: 0 0 100% /* mobile menu */;
  }
}
section.section-title ul li.title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.section-title ul li.title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.section-title ul li.text {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
}
section.section-title ul li.text span {
  line-height: 60px;
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
}
section.section-title ul li.text span.fontello {
  font-size: 60px;
}
section.date-title {
  padding: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 90px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.date-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.text {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
  padding: 30px;
}
@media all and (max-width: 950px) {
  section.text {
    font-family: WorkSans, "Courier New", Courier, monospace;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    line-height: 100%;
  }
}
section.text a {
  text-decoration: underline;
}
section.text a:hover {
  text-decoration: none;
}
section.capsules ul.smart-blocks {
  padding: 15px;
}
section.capsules ul.smart-blocks .smart-block {
  padding: 15px;
}
section.capsules ul.smart-blocks .smart-block p.artist,
section.capsules ul.smart-blocks .smart-block p.title {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.capsules ul.smart-blocks .smart-block img {
  width: 100%;
  height: auto;
  margin-bottom: 7.5px;
}
section.capsules ul.smart-blocks .smart-block a:hover {
  text-decoration: underline;
}
section.capsules ul.smart-blocks .smart-block a.download p.title::after {
  content: " " /* download icon */;
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.capsules ul.smart-blocks .smart-block a.external p.title::after {
  content: " " /* external link icon */;
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 11.2px;
  line-height: 100%;
}
section.text-capsules ul.smart-blocks {
  padding: 15px;
}
section.text-capsules ul.smart-blocks .smart-block {
  padding: 15px;
}
@media all and (max-width: 950px) {
  section.text-capsules ul.smart-blocks .smart-block {
    min-height: calc(50vh - 25px) /* mobile menu */;
  }
}
section.text-capsules ul.smart-blocks .smart-block a p.title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media all and (max-width: 950px) {
  section.text-capsules ul.smart-blocks .smart-block a p.title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.text-capsules ul.smart-blocks .smart-block a img {
  margin-top: 7.5px;
  width: 50%;
  height: auto;
}
section.file-capsules ul.smart-blocks .smart-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
section.file-capsules ul.smart-blocks .smart-block a div {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media all and (max-width: 600px) {
  section.file-capsules ul.smart-blocks .smart-block a div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
section.file-capsules ul.smart-blocks .smart-block a div.cover span.fontello {
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 128px;
  line-height: 100%;
}
section.file-capsules ul.smart-blocks .smart-block a div.cover img {
  width: 100%;
  height: auto;
}
section.file-capsules ul.smart-blocks .smart-block a div.details p.download {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.video-capsules {
  background: #000;
  color: #fff;
}
section.video-capsules ul.smart-blocks .smart-block figure {
  height: 30vh;
  background: #000;
}
section.video-capsules ul.highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section.video-capsules ul.highlight figure {
  height: 60vh;
}
section.video-capsules ul.highlight li.details {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
}
@media all and (max-width: 950px) {
  section.video-capsules ul.highlight li.details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
section.video-capsules ul.highlight li.video {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.66%;
          flex: 1 0 66.66%;
}
@media all and (max-width: 950px) {
  section.video-capsules ul.highlight li.video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
section.video-capsules p.title {
  padding: 30px 30px 0 30px;
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.video-capsules p.description {
  padding: 0 30px 30px 30px;
}
section.video-capsules iframe {
  width: 100%;
  height: 100%;
}
section.social-networks-embed ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.social-networks-embed ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 50vh;
  overflow: hidden;
}
section.next-up ul.parents {
  padding: 15px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.next-up ul.parents li.parent {
  padding: 15px;
  padding-top: 0;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media all and (max-width: 950px) {
  section.next-up ul.parents li.parent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100% /* mobile menu */;
            flex: 0 0 100% /* mobile menu */;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 100%;
  }
}
section.next-up ul.parents li.parent ul.children {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.next-up ul.parents li.parent ul.children li.child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media all and (max-width: 950px) {
  section.next-up ul.parents li.parent ul.children li.child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px /* mobile menu */;
            flex: 0 0 100px /* mobile menu */;
    height: 200px /* mobile menu */;
  }
}
section.next-up ul.parents li.parent ul.children li.child:first-child {
  background-position: center left;
}
section.next-up ul.parents li.parent ul.children li.child:last-child {
  background-position: center right;
}
section.future-dates ul {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.future-dates ul li {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
@media all and (max-width: 600px) {
  section.future-dates ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
section.future-dates ul li p.year {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 7.5px;
}
section.future-dates ul li p.dates {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.opening-hours ul.table-2col {
  padding: 15px;
}
section.opening-hours ul.table-2col li.col {
  padding: 15px;
}
section.prices ul.table-2col {
  padding: 15px;
}
section.prices ul.table-2col li.col {
  padding: 15px;
}
section.prices ul.table-2col li.col span.fontello {
  font-size: 60px;
}
section.location ul.address li.col.col1 {
  padding: 30px;
}
section.location ul.address li.col.col2 {
  height: 50vh;
}
section.location ul.address li.col.col2 iframe {
  width: 100%;
  height: 100%;
}
section.location ul.transport {
  padding: 15px;
}
section.location ul.transport li.col {
  padding: 15px;
}
section.location ul.transport li.col.col2 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
}
section.awardees ul.smart-blocks {
  padding: 15px;
}
section.awardees ul.smart-blocks .smart-block {
  padding: 15px;
}
section.awardees ul.smart-blocks .smart-block p.awardeename {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: bold;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.awardees ul.smart-blocks .smart-block img {
  width: 100%;
  height: auto;
  margin-bottom: 7.5px;
}
section.tablerow-capsule ul.table-2col {
  padding: 15px;
}
section.tablerow-capsule ul.table-2col li.col {
  padding: 15px;
}
section.tablerow-capsule ul.table-2col li.col.col1 {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
}
section.tablerow-capsule ul.table-2col li.col.col2 {
  text-align: left;
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
}
section.error {
  padding: 15px;
}
section.error p {
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 100%;
}
section.error p span.icon {
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 100%;
}
form section.form-field {
  padding: 30px;
}
form section.form-field p.form-label {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 7.5px;
}
form section.form-field p.form-error {
  background: #fcb;
  color: #910;
  padding: 7.5px;
}
form section.form-field p input {
  font-family: WorkSans, "Courier New", Courier, monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 150%;
  width: 100%;
  background: #eee;
  border: 1px solid #000;
  padding: 0 5px;
}
form section.form-field p input[type='submit'] {
  background: #000;
  color: #fff;
  border-color: #fff;
}
form section.form-field p input[type='submit']:hover {
  background: #fff;
  color: #000;
  border-color: #000;
  cursor: pointer;
}
form section.form-field p input.error {
  border-color: #910;
}
form section.form-field p.select {
  position: relative;
  border: 1px solid #000;
  background: #eee;
  height: 40px;
  overflow: hidden;
}
form section.form-field p.select::after {
  content: " ";
  font-family: Fontello;
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  position: absolute;
  height: 40px;
  width: 40px;
  border-left: 1px solid #000;
  line-height: 40px;
  top: 0;
  right: 0;
  pointer-events: none;
  text-align: center;
}
form section.form-field p.select select {
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 5px;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
/*********************************************** FOOTER ***********************************************/
footer {
  padding-left: 90px;
  color: #fff;
}
@media all and (max-width: 950px) {
  footer {
    padding-left: 50px;
  }
}
footer ul.platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 15px;
  background: #111;
}
footer ul.platforms li {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
  text-align: center;
}
@media all and (max-width: 600px) {
  footer ul.platforms li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
footer ul.networks {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
footer ul.networks li.left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.66%;
          flex: 1 0 66.66%;
}
@media all and (max-width: 600px) {
  footer ul.networks li.left {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
footer ul.networks li.left p.social-networks {
  padding: 30px;
}
footer ul.networks li.left p.social-networks a {
  display: inline-block;
  margin-right: 15px;
}
footer ul.networks li.left p.social-networks a.instagram::after {
  content: " " /* instagram fontello icon */;
}
footer ul.networks li.left p.social-networks a.twitter::after {
  content: " " /* twitter fontello icon */;
}
footer ul.networks li.left p.social-networks a.facebook::after {
  content: " " /* facebook fontello icon */;
}
footer ul.networks li.left p.social-networks a.youtube::after {
  content: " " /* youtube fontello icon */;
}
footer ul.networks li.left p.social-networks a.google-plus::after {
  content: " " /* google-plus fontello icon */;
}
footer ul.networks li.left p.social-networks a.pinterest::after {
  content: " " /* pinterest fontello icon */;
}
footer ul.networks li.left p.social-networks a.artsy::after {
  content: " " /* artsy fontello icon */;
}
footer ul.networks li.left p.contact {
  padding: 30px;
  padding-top: 0;
}
footer ul.networks li.left p.contact a {
  margin-right: 15px;
}
footer ul.networks li.right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.33%;
          flex: 1 0 33.33%;
}
@media all and (max-width: 600px) {
  footer ul.networks li.right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
footer ul.networks li.right section.form-field:first-child {
  padding-bottom: 0;
}
/*********************************************** PLUGIN UNIFORM ***********************************************/
.uniform__potty {
  position: absolute;
  left: -9999px;
}
/*********************************************** DEBUGGING ***********************************************/
