@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

html {
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: inherit !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Poppins", sans-serif;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

a {
  color: #e6e6e6;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.btn {
  text-decoration: none;
  color: #fff;
  background-color: var(--accent-color);
  text-align: center;
  letter-spacing: 0.5px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  font-size: 14px;
  outline: 0;
  border: none;
  border-radius: 6px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

ul {
  margin: 0;
  padding: 0;
}

.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clearfix {
  clear: both;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

table,
th,
td {
  border: none;
}

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

table.striped tr {
  border-bottom: none;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}

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

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

.center,
.center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.circle {
  border-radius: 50%;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* ==========================================================================
   Page classes
   ========================================================================== */
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: #cacaca;
  background-repeat: repeat;
  background-size: 70px;
  /*centering image*/
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .content,
main .content .bg {
  width: 100%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

main .content .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  background: none !important;
}

.content {
  -webkit-perspective: 100vw;
          perspective: 100vw;
  margin: auto;
  line-height: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  overflow: visible;
}

.attached-item {
  position: absolute;
  z-index: 2;
}

/*Makes scaled images look crisp*/
img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*but not on firefox*/
@-moz-document url-prefix() {
  img {
    backface-visibility: unset;
  }
}

input {
  border-radius: 2px;
}

/* ==========================================================================
   Nav Arrows
   ========================================================================== */
.icon {
  position: absolute;
  width: 7vw;
  height: 10vw;
  max-width: 80px;
  max-height: 80px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.icon:hover {
  opacity: 1;
}

.icon.left {
  bottom: 0%;
  left: 10%;
  -webkit-transform: rotate(0deg) translate(0%, -100%) rotateX(52deg);
          transform: rotate(0deg) translate(0%, -100%) rotateX(52deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.icon.down {
  bottom: 7%;
  left: 50%;
  -webkit-transform: rotate(270deg) translate(-50%, -100%) rotateY(58deg);
          transform: rotate(270deg) translate(-50%, -100%) rotateY(58deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.icon.right {
  bottom: 0%;
  right: 10%;
  -webkit-transform: rotate(180deg) translate(0%, 50%) rotateX(52deg);
          transform: rotate(180deg) translate(0%, 50%) rotateX(52deg);
}

.arrow {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 100%;
  -webkit-animation: arrow 700ms linear infinite;
          animation: arrow 700ms linear infinite;
}

/* ==========================================================================
    Demo sign
    ========================================================================== */
.demo {
  position: fixed;
  bottom: 0px;
  left: 5px;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  width: 30%;
}

.demo a {
  color: white !important;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  text-decoration: none;
  font-size: 20px !important;
}

/* ==========================================================================
   Preloader
   ========================================================================== */
.loading {
  overflow: hidden;
  height: 100vh;
}

form #website {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #cacaca;
}

.preloader-text,
.preloader-text-en {
  position: fixed;
  left: calc(50% - 150px);
  top: calc(50% + 40px);
  z-index: 21;
  width: 300px;
  font-size: 1.3rem;
  border-radius: 50%;
  color: #af0303;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.preloader-text-en {
  top: calc(50% + 70px);
  color: rgba(255, 255, 255, 0.5);
}

.preloader-loading {
  width: 50px;
  height: 50px;
}

.lds-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  z-index: 21;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid white;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s linear infinite;
          animation: lds-ring 1.2s linear infinite;
  border-color: #af0303 #af0303 #af0303 transparent;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ==========================================================================
  Language Selection
========================================================================== */
.language-selector-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  color: white;
}

.language-selector-container p {
  font-size: 1.3rem;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-family: "Poppins", sans-serif;
  padding: 0 2px;
}

.language-selector-container .language-selector {
  color: #4e504f;
  opacity: 0.7;
  cursor: pointer;
}

.language-selector-container .language-selector.active {
  color: #e6e6e6;
  opacity: 1;
}

/* ==========================================================================
Buttons
========================================================================== */
.button {
  line-height: 2.5em;
  border: none;
  background-color: #af0303;
  color: white;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 2px;
  outline: none;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.button:focus {
  outline: none;
}

.button:hover, .button:focus {
  background-color: #011407;
}

.button.greyed-out {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.6;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.button.greyed-out:hover, .button.greyed-out:focus {
  opacity: 0.8;
}

/* ==========================================================================
Modal
========================================================================== */
#new-event-modal {
  width: 95%;
  max-width: 540px;
}

/* ==========================================================================
Scrollbar
========================================================================== */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #cacaca;
  border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #af0303;
  -webkit-transition: background .4s ease;
  transition: background .4s ease;
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4e504f;
}

/* ==========================================================================
  Navigation Menu
   ========================================================================== */
.nav-menu-icon {
  position: fixed;
  top: 20px;
  left: 20px;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 4998;
}

.nav-menu-icon i {
  font-size: 3em;
  color: white;
  opacity: 1;
  text-shadow: 0px 1px 4px black;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-menu-icon i:hover {
  opacity: 0.8;
}

.nav-menu-icon i.alt {
  font-size: 4.5em;
  color: white;
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-height: 600px) {
  .nav-menu-icon i.alt {
    font-size: 3em;
  }
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  padding-top: 40px;
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 5000;
  text-align: center;
}

.nav-menu img {
  max-width: 60%;
  text-align: center;
  padding-bottom: 50px;
  -webkit-transition: -webkit-filter .4s ease;
  transition: -webkit-filter .4s ease;
  transition: filter .4s ease;
  transition: filter .4s ease, -webkit-filter .4s ease;
}

.nav-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.nav-menu a {
  line-height: 1.5rem;
  font-size: 1.5em;
  color: #580404;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  width: 85%;
  margin: 0.75rem auto 0.75rem auto;
}

.nav-menu a:hover {
  color: #af0303;
}

.nav-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 4999;
}

@media only screen and (max-height: 616px) {
  .nav-menu img {
    max-width: 100%;
    padding-bottom: 30px;
  }
  .nav-menu a {
    line-height: 1rem;
    font-size: 1.2em;
  }
}

@media only screen and (max-height: 500px) {
  .nav-menu img {
    display: none;
  }
  .nav-menu .language-selector-container > p {
    margin: 0;
  }
}

@media only screen and (max-height: 380px) {
  .nav-menu {
    padding-top: 26px;
  }
  .nav-menu .language-selector-container {
    margin-top: 0;
  }
}

@media only screen and (max-height: 350px) {
  .nav-menu {
    padding-top: 5px;
  }
  .nav-menu a {
    line-height: 0.8rem;
  }
}

/* ==========================================================================
  Search
   ========================================================================== */
.search-text {
  position: fixed;
  top: 20px;
  right: 70px;
  font-size: 1.5em;
  margin: 0;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 4998;
  display: none;
}

.chat-text {
  margin-bottom: 10px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  text-decoration: none;
  font-size: 23px;
  z-index: 4998;
  display: none;
}

@media only screen and (min-width: 500px) and (min-height: 600px) {
  .search-text {
    display: block;
  }
  .chat-text {
    display: block;
  }
}

.search-icon {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 4998;
}

.search-icon i {
  font-size: 3em;
  color: white;
  opacity: 1;
  text-shadow: 0px 1px 4px black;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search-icon i:hover {
  opacity: 0.8;
}

.search-icon i.alt {
  font-size: 4em;
  color: white;
  opacity: 1;
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-height: 600px) {
  .search-icon i.alt {
    font-size: 3em;
  }
}

.search-icon2 {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 4998;
}

.search-icon2 i {
  font-size: 3em;
  color: white;
  opacity: 1;
  text-shadow: 0px 1px 4px black;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.search-icon2 i:hover {
  opacity: 0.8;
}

.search-icon2 i.alt {
  font-size: 4em;
  color: white;
  opacity: 1;
  text-shadow: -1px -1px 0 #000,   1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 3px #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-height: 600px) {
  .search-icon2 i.alt {
    font-size: 3em;
  }
}

.search, .filters {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background-color: #cacaca;
  padding: 40px;
  margin-bottom: 20px;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 5000;
}

.search2, .filters2 {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 300px;
  width: 100%;
  height: 100%;
  background-color: #cacaca;
  padding: 8px !important;
  margin-bottom: 20px;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 5000;
}

.search h4 {
  margin: 0 0 20px 0;
  color: #af0303;
}

.search .search-bar-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search input#search-bar {
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
  background: #f3f3f3;
}

.search input#search-bar2 {
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
  background: #f3f3f3;
}

.search input#search-bar:-ms-input-placeholder, .search input#search-bar::-ms-input-placeholder, .search input#search-bar::-ms-input-placeholder {
  color: white;
}

.search input#search-bar::-ms-input-placeholder, .search input#search-bar::-ms-input-placeholder, .search input#search-bar::-ms-input-placeholder {
  color: white;
}

.search input#search-bar::placeholder, .search input#search-bar::-ms-input-placeholder, .search input#search-bar::-ms-input-placeholder {
  color: white;
}

.search input#search-bar2:-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search input#search-bar2::placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search .search-bar-container .open-filters {
  color: white;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  padding: 3px 0 0 10px;
  font-size: 32px;
  cursor: pointer;
}

.search .search-bar-container .open-filters:hover {
  color: #af0303;
}

.search .no-scrollbar-wrapper {
  height: 100%;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  max-height: calc(100vh - 231px);
}

@media only screen and (max-height: 600px) {
  .search h4, .filters h4 {
    font-size: 1.9rem;
  }
  .search .no-scrollbar-wrapper {
    max-height: calc(100vh - 29px - 20px - 54px - 60px);
  }
  .search, .filters {
    padding: 30px;
  }
}

.search ul#stand-list {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  text-align: left;
}

.search li {
  margin-bottom: 1em;
}

.search a {
  font-size: 1.3em;
  margin-bottom: 1em;
  color: white;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.search a:hover {
  color: #af0303;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 4999;
}

/* ==========================================================================
  Filters
   ========================================================================== */
.filters {
  color: white;
}

.filters .close-filters {
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.filters .close-filters:hover {
  color: #af0303;
}

.filtering {
  max-height: calc(100vh - 35px - 1.52rem - .912rem - 32px - 40px - 40px);
  overflow-y: scroll;
}

.filtering .filter-group {
  max-height: 200px;
  overflow: hidden;
}

.filtering .filter-group::after {
  content: " --- ";
}

.filters h4 {
  color: #af0303;
}

.filters p label span {
  line-height: 21px !important;
}

.search2 h4 {
  margin: 0 0 20px 0;
  color: #af0303;
}

.search2 .search-bar-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search2 input#search-bar2 {
  border: none;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.5rem;
  background: #f3f3f3;
}

.search2 input#search-bar2:-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search2 input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search2 input#search-bar2::placeholder, .search input#search-bar2::-ms-input-placeholder, .search input#search-bar2::-ms-input-placeholder {
  color: white;
}

.search2 .search-bar-container .open-filters {
  color: white;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  padding: 3px 0 0 10px;
  font-size: 32px;
  cursor: pointer;
}

.search2 .search-bar-container .open-filters:hover {
  color: #af0303;
}

.search2 .no-scrollbar-wrapper {
  height: 100%;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  max-height: calc(100vh - 231px);
}

@media only screen and (max-height: 600px) {
  .search2 h4, .filters h4 {
    font-size: 1.9rem;
  }
  .search2 .no-scrollbar-wrapper {
    max-height: calc(100vh - 29px - 20px - 54px - 60px);
  }
  .search2, .filters {
    padding: 30px;
  }
}

.search2 ul#stand-list {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  text-align: left;
}

.search2 li {
  margin-bottom: 1em;
}

.search2 a {
  font-size: 1.3em;
  margin-bottom: 1em;
  color: white;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.search2 a:hover {
  color: #af0303;
}

/* ==========================================================================
  Filters
   ========================================================================== */
.filters2 {
  color: white;
}

.filters2 .close-filters {
  font-size: 32px;
  cursor: pointer;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
}

.filters2 .close-filters:hover {
  color: #af0303;
}

.filters2 h4 {
  color: #af0303;
}

.filters2 p label span {
  line-height: 21px !important;
}

/* ==========================================================================
  Swiper.js - https://swiperjs.com/get-started
   ========================================================================== */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ==========================================================================
  Content Menu & Swiper Custom Styles
   ========================================================================== */
.content-menu-trigger {
  position: fixed;
  bottom: -20px;
  left: 0;
  width: 100vw;
  height: 100px;
  -webkit-box-shadow: inset 0px -140px 20px -66px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px -140px 20px -66px rgba(0, 0, 0, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.content-menu-trigger p {
  margin: auto;
  color: white;
  font-size: 2rem;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transform: translateY(17px);
          transform: translateY(17px);
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-height: 600px) {
  .content-menu-trigger p {
    font-size: 1.6rem;
  }
}

.content-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 499;
}

.content-menu {
  position: fixed;
  background: rgba(0, 0, 0, 0.95);
  bottom: 0;
  left: 0;
  max-height: 500px;
  height: 55%;
  width: 100%;
  z-index: 500;
  -webkit-transform: translateY(550px);
          transform: translateY(550px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

@media only screen and (max-width: 900px) {
  .content-menu {
    height: 70%;
  }
}

.content-menu.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.content-menu > p {
  color: white;
  font-size: 2rem;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-family: "Poppins", sans-serif;
  padding-left: 60px;
}

@media only screen and (max-width: 900px) {
  .content-menu > p {
    font-size: 1.4rem;
  }
}

.swiper-container {
  width: 100%;
  max-height: 350px;
  height: calc(78% - 45px);
}

.swiper-wrapper {
  height: 100% !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media only screen and (max-height: 680px) {
  .swiper-slide {
    padding: 0 7% 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.swiper-slide .slide-img {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 8px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-slide .thumb-placeholder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10%;
  background: #af0303;
}

@media only screen and (min-width: 800px) {
  .swiper-wrapper {
    margin: 0 60px;
  }
}

.swiper-slide.inactive {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
}

.swiper-slide .title, .swiper-slide .time {
  margin: 0;
  padding: 0;
}

.swiper-slide .title {
  color: white;
  font-size: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper-slide .time {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}

@media only screen and (max-height: 700px) {
  .swiper-slide .title {
    font-size: 1.2rem;
  }
  .swiper-slide .time {
    font-size: 0.9rem;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: white;
}

/* ==========================================================================
   Iframe Modal
   ========================================================================== */
iframe {
  width: 90vw;
  height: 90vh;
  border: none;
}

.window-modal {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-y: auto;
  position: fixed;
  padding: 15px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.window-modal__in {
  position: relative;
  max-width: 100%;
  padding: 0;
  z-index: 6001;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 2px rgba(50, 50, 50, 0.3);
          box-shadow: 0 0 6px 2px rgba(50, 50, 50, 0.3);
  cursor: default;
}

.window-activated {
  overflow: hidden;
  margin-right: 17px;
}

/* ==========================================================================
     Iframe Modal Overlay
     ========================================================================== */
.iframe-modal-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 5999;
}

.iframe-modal-loading-overlay div {
  margin: auto;
  text-align: center;
}

.iframe-modal-loading-overlay div img {
  margin: auto;
  width: 3rem;
  height: 3rem;
}

.iframe-modal-loading-overlay div p {
  color: white;
}

.stand .board.zoomboxed {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.zoomed-container {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5998;
}

.zoomed {
  max-height: 90vh;
  max-width: 95vw;
}

.zoomed-link-a {
  position: relative;
  display: none;
}

.zoomed-link-a-content {
  max-height: 90vh;
  max-width: 95vw;
}

.zoomed-link-a-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.zoomed-link-a:hover .zoomed-link-a-icon {
  opacity: 1;
}

.zoomed-link-a-icon i {
  font-size: 3vw;
  margin: auto;
}

.zoomed-link-div {
  display: none;
  cursor: default;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider.fullscreen ul.slides {
  height: 100%;
}

.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

.slider .slides {
  background-color: color("grey", "base");
  margin: 0;
  height: 400px;
}

.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

.slider .slides li .caption p {
  color: color("grey", "lighten-2");
}

.slider .slides li.active {
  z-index: 2;
}

.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: color("grey", "lighten-2");
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%;
}

.slider .indicators .indicator-item.active {
  background-color: color("green", "base");
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #af0303;
  border-bottom: 2px solid #af0303;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #af0303;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
          transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #580404;
  background-color: #580404;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #580404;
  border-color: #580404;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  visibility: hidden;
}

.z-depth-5, .modal, .modal-code {
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

.modal-code {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  z-index: 9999;
  border-radius: 2px;
  will-change: top, opacity;
}

.modal-code:focus {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .modal-code {
    width: 80%;
  }
}

.modal-code h1, .modal-code h2, .modal-code h3, .modal-code h4 {
  margin-top: 0;
}

.modal-code .modal-content {
  padding: 24px;
}

.modal-code .modal-close {
  cursor: pointer;
}

.modal-code .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal-code .modal-footer .btn, .modal-code .modal-footer .btn-flat {
  margin: 6px 0;
}

.content-modal-code {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-modal-code .code {
  width: 70%;
  height: 50px;
  font-size: 100%;
}

.content-modal-code .button {
  width: 120px !important;
  font-size: 20px;
  padding: 0px;
  line-height: 2.5em;
}

/* ==========================================================================
   Login
   ========================================================================== */
.login-container-index {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/renders/fondos/piramide-vet-cool.png");
  color: #af0303;
  background-repeat: no-repeat;
  background-size: 100%;
}

.login-container-index .login-content {
  min-height: 110vh;
  width: 700%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.login-container {
  min-height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*background-image: url(../img/fondos/lobby-vets365.png);*/
  color: #af0303;
}

.login {
  margin: auto;
  width: 90%;
  max-width: 400px;
}

.text-login-container {
  margin: auto;
  width: 90%;
  color: white;
  display: none;
}

.text-login-container p {
  font-size: 20px;
}

.login h1 {
  font-size: 2em;
}

.warning-text {
  color: #580404;
}

.login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: #e6e6e6;
}

.login form label {
  font-size: 1.25em;
}

.login form h1 {
  font-size: 1.25em;
  margin: -0.2rem 0 0.68rem 0;
}

.login form input {
  line-height: 2.5em;
  width: 100%;
  margin: 1em 0;
  padding: 4px 6px;
  border: 1px solid #580404;
}

.login select {
  border: 1px solid #580404;
}

#login-form > div:nth-child(1) > div > input {
  margin: 0.5em 0;
}

.login form .submit-container {
  text-align: right;
}

.login form button.submit {
  line-height: 2.5em;
  border: none;
  background-color: #af0303;
  color: white;
  padding: 4px 6px;
  cursor: pointer;
}

.login h6 strong {
  font-weight: 900;
  font-size: 25px;
  line-height: 50px;
  color: #580404;
}

#countdown {
  font-size: 3em;
  color: #af0303;
  width: 100%;
  text-align: center;
}

#countdown span {
  font-size: 2rem !important;
}

@media only screen and (max-width: 600px) {
  #countdown {
    font-size: 2em;
  }
  #countdown span {
    font-size: 1rem !important;
  }
  .text-login-container {
    display: block;
  }
}

.login-links {
  text-align: center;
}

.login-links a {
  color: #af0303;
}

/* ==========================================================================
   Stand
   ========================================================================== */
.board {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.6);
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.stand .board.mini {
  width: 100%;
}

.stand .board {
  height: 100%;
}

.marquesina {
  height: 110% !important;
  width: 100% !important;
}

.board-container {
  position: absolute;
}

.board-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.board-container:hover .board-overlay {
  opacity: 1;
  pointer-events: none;
}

.board-overlay i {
  margin: auto;
  font-size: 3vw;
  color: white;
}

.board-overlay.link i {
  font-size: 2vw;
}

.stand .avatar {
  position: absolute;
  z-index: 10;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stand .avatar img {
  height: 100%;
}

.stand a .avatar:hover {
  -webkit-filter: brightness(1.4) saturate(80%);
          filter: brightness(1.4) saturate(80%);
}

.stand .social {
  width: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stand .social a {
  width: 100%;
  padding: 9%;
}

.stand .social img {
  opacity: 0.6;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.stand .social img:hover {
  opacity: 0.9;
}

/* ==========================================================================
   Stand Premium - A
   ========================================================================== */
.stand.a .board-1 {
  height: 16.3%;
  top: 58.8%;
  left: 31.4%;
  width: 6.55%;
}

.stand.a .board-2 {
  height: 16.3%;
  top: 58.8%;
  left: 39.1%;
  width: 6.55%;
}

.stand.a .board-3 {
  height: 16.3%;
  top: 58.8%;
  left: 47%;
  width: 6.55%;
}

.stand.a .board-4 {
  height: 16.3%;
  top: 58.8%;
  left: 54.75%;
  width: 6.55%;
}

.stand.a .board-5 {
  height: 14.7%;
  top: 60.6%;
  left: 21.1%;
  -webkit-transform: rotateY(78deg) rotateZ(0.9deg);
          transform: rotateY(78deg) rotateZ(0.9deg);
  width: 9.3%;
}

.stand.a .board-6 {
  right: 20.6%;
  height: 14.7%;
  top: 60.6%;
  -webkit-transform: rotateY(-81deg) rotateZ(-0.9deg);
          transform: rotateY(-81deg) rotateZ(-0.9deg);
  width: 9.3%;
}

.stand.a .board-7 {
  height: 11.6%;
  top: 14.6%;
  left: 28%;
  -webkit-transform: rotateX(-12deg);
          transform: rotateX(-12deg);
  width: 43.5%;
}

.stand.a .board-8 {
  height: 4.3%;
  width: 2.5%;
  top: 76.5%;
  left: 38.3%;
  -webkit-transform: rotateY(6deg) rotatex(14deg);
          transform: rotateY(6deg) rotatex(14deg);
}

.stand.a .board-9 {
  height: 4.3%;
  width: 2.5%;
  top: 76.5%;
  right: 44.7%;
  -webkit-transform: rotateY(-7deg) rotatex(18deg);
          transform: rotateY(-7deg) rotatex(18deg);
}

.stand.a .board-10 {
  height: 14.7%;
  top: 36.8%;
  left: 21.2%;
  -webkit-transform: rotateY(78deg) rotateZ(0.9deg);
          transform: rotateY(78deg) rotateZ(0.9deg);
  width: 9.3%;
}

.stand.a .board-11 {
  height: 16.2%;
  top: 36.6%;
  left: 31.4%;
  width: 6.55%;
}

.stand.a .board-12 {
  height: 16.2%;
  top: 36.6%;
  left: 39.2%;
  width: 6.55%;
}

.stand.a .board-13 {
  height: 16.2%;
  top: 36.6%;
  left: 47.1%;
  width: 6.55%;
}

.stand.a .board-14 {
  height: 16.2%;
  top: 36.6%;
  left: 54.8%;
  width: 6.55%;
}

.stand.a .avatar.a.left, .stand.a .avatar.b.left, .stand.a .avatar.c.left, .stand.a .avatar.d.left {
  height: 20%;
  width: 4%;
  bottom: 13%;
  left: 27.2%;
}

.stand.a .avatar.a.right, .stand.a .avatar.b.right, .stand.a .avatar.c.right, .stand.a .avatar.d.right {
  height: 16%;
  width: 4%;
  bottom: 43.7%;
  right: 32.2%;
}

.stand.a .messaging.left {
  width: 1.5vw;
  height: 1.5vw;
  bottom: 33.6%;
  left: 28.6%;
}

.stand.a .messaging.right {
  width: 1.3vw;
  height: 1.3vw;
  bottom: 60.5%;
  right: 33.55%;
}

.stand.a .social {
  width: 2.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stand.a .social.left-col {
  top: 59.1%;
  left: 19.65%;
}

/* ==========================================================================
   Stand Profesional - B
   ========================================================================== */
.stand.b .board-1 {
  height: 24.2%;
  top: 44.3%;
  left: 27.15%;
  width: 9.84%;
}

.stand.b .board-2 {
  height: 24.2%;
  top: 44.3%;
  left: 38.85%;
  width: 9.84%;
}

.stand.b .board-3 {
  height: 24.2%;
  top: 44.3%;
  left: 50.55%;
  width: 9.84%;
}

.stand.b .board-4 {
  height: 24.2%;
  top: 44.3%;
  left: 62.25%;
  width: 9.84%;
}

.stand.b .board-5 {
  height: 21.9%;
  top: 45.8%;
  left: 13.2%;
  -webkit-transform: rotateY(75deg) rotateZ(0.8deg);
          transform: rotateY(75deg) rotateZ(0.8deg);
  width: 13.84%;
}

.stand.b .board-6 {
  height: 21.9%;
  top: 45.8%;
  right: 13.4%;
  -webkit-transform: rotateY(-75deg) rotateZ(-0.9deg);
          transform: rotateY(-75deg) rotateZ(-0.9deg);
  width: 13.85%;
}

.stand.b .board-7 {
  height: 20%;
  top: 16%;
  left: 14.7%;
  -webkit-transform: rotateX(-9deg);
          transform: rotateX(-9deg);
  width: 71%;
}

.stand.b .board-8 {
  height: 6.8%;
  width: 3.8%;
  top: 67.4%;
  left: 36.4%;
  -webkit-transform: rotateY(13deg) rotatex(29deg) rotateZ(2deg);
          transform: rotateY(13deg) rotatex(29deg) rotateZ(2deg);
}

.stand.b .board-9 {
  height: 6.9%;
  width: 3.8%;
  top: 67.4%;
  right: 37.1%;
  -webkit-transform: rotateY(-13deg) rotatex(34deg) rotateZ(-2deg);
          transform: rotateY(-13deg) rotatex(34deg) rotateZ(-2deg);
}

.stand.b .avatar.a.left, .stand.b .avatar.b.left, .stand.b .avatar.c.left, .stand.b .avatar.d.left {
  height: 27%;
  width: 5.5%;
  bottom: 14%;
  left: 22.5%;
}

.stand.b .avatar.a.right, .stand.b .avatar.b.right, .stand.b .avatar.c.right, .stand.b .avatar.d.right {
  height: 27%;
  width: 5.5%;
  bottom: 14%;
  right: 23.3%;
}

.stand.b .messaging.left {
  width: 2.3vw;
  height: 2.3vw;
  bottom: 42%;
  left: 24.3%;
}

.stand.b .messaging.right {
  width: 2.3vw;
  height: 2.3vw;
  bottom: 42%;
  right: 24.9%;
}

.stand.b .social.left-col {
  top: 49.1%;
  left: 12.1%;
}

/* ==========================================================================
   Stand Mixto -  C
   ========================================================================== */
.stand.c .board-1 {
  height: 24.2%;
  top: 44.3%;
  left: 26.1%;
  width: 9.8%;
}

.stand.c .board-2 {
  height: 24.2%;
  top: 44.3%;
  left: 37.75%;
  width: 9.8%;
}

.stand.c .board-3 {
  height: 24.2%;
  top: 44.3%;
  left: 51.8%;
  width: 9.8%;
}

.stand.c .board-4 {
  height: 24.2%;
  top: 44.3%;
  left: 63.55%;
  width: 9.8%;
}

.stand.c .board-5 {
  height: 21.7%;
  top: 45.8%;
  left: 13.3%;
  -webkit-transform: rotateY(73deg) rotateZ(0.8deg);
          transform: rotateY(73deg) rotateZ(0.8deg);
  width: 13.73%;
}

.stand.c .board-6 {
  height: 22%;
  top: 45.8%;
  right: 13.4%;
  -webkit-transform: rotateY(-75deg) rotateZ(-0.9deg);
          transform: rotateY(-75deg) rotateZ(-0.9deg);
  width: 14.1%;
}

.stand.c .board-7 {
  height: 20%;
  top: 16%;
  left: 14.7%;
  -webkit-transform: rotateX(-9deg);
          transform: rotateX(-9deg);
  width: 71%;
}

.stand.c .board-8 {
  height: 6.6%;
  width: 3.8%;
  top: 67.6%;
  left: 36.05%;
  -webkit-transform: rotateY(13deg) rotatex(29deg) rotateZ(2deg);
          transform: rotateY(13deg) rotatex(29deg) rotateZ(2deg);
}

.stand.c .board-9 {
  height: 6.6%;
  width: 3.8%;
  top: 67.6%;
  right: 36.7%;
  -webkit-transform: rotateY(-13deg) rotatex(34deg) rotateZ(-2deg);
          transform: rotateY(-13deg) rotatex(34deg) rotateZ(-2deg);
}

.stand.c .avatar.a.left, .stand.c .avatar.b.left, .stand.c .avatar.c.left, .stand.c .avatar.d.left {
  height: 27%;
  width: 5.5%;
  bottom: 14%;
  left: 21.8%;
}

.stand.c .avatar.a.right, .stand.c .avatar.b.right, .stand.c .avatar.c.right, .stand.c .avatar.d.right {
  height: 27%;
  width: 5.5%;
  bottom: 14%;
  right: 22.3%;
}

.stand.c .messaging.left {
  width: 2.3vw;
  height: 2.3vw;
  bottom: 42%;
  left: 23.6%;
}

.stand.c .messaging.right {
  width: 2.3vw;
  height: 2.3vw;
  bottom: 42%;
  right: 23.9%;
}

.stand.c .social.left-col {
  top: 49.1%;
  left: 12.1%;
}

.stand.c .social.right-col {
  top: 49.1%;
  right: 12.4%;
}

.stand.a .totem {
  height: 14%;
  width: 4%;
  top: 72.5%;
  left: 37.3%;
}

.boardtotem {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ==========================================================================
   Pabellón
   ========================================================================== */
/* Boards pav B*/
.hall.a .content .board-1, .hall.b .content .board-1, .hall.c .content .board-1 {
  height: 5%;
  top: 28.7%;
  left: 9.5%;
  -webkit-transform: rotateY(34deg) rotateX(-deg) rotateZ(-0.9deg);
  transform: rotateY(34deg) rotateX(-5deg) rotateZ(-0.9deg);
}

.hall.a .content .board-2, .hall.b .content .board-2, .hall.c .content .board-2 {
  left: 30.8%;
  height: 4.5%;
  top: 28.1%;
  -webkit-transform: rotateY(12deg) rotateX(-14deg) rotateZ(-0.5deg);
  transform: rotateY(12deg) rotateX(-14deg) rotateZ(-0.5deg);
}

.hall.a .content .board-3, .hall.b .content .board-3, .hall.c .content .board-3 {
  right: 31.9%;
  height: 4.7%;
  top: 28.1%;
  -webkit-transform: rotateY(12deg) rotateX(14deg) rotateZ(0.5deg);
  transform: rotateY(12deg) rotateX(14deg) rotateZ(0.5deg);
}

.hall.a .content .board-4, .hall.b .content .board-4, .hall.c .content .board-4 {
  height: 5%;
  top: 28.6%;
  right: 10.3%;
  -webkit-transform: rotateY(-34deg) rotateX(-5deg) rotateZ(0.9deg);
  transform: rotateY(-34deg) rotateX(-5deg) rotateZ(0.9deg);
}

.hall.a .content .board-5, .hall.b .content .board-5, .hall.c .content .board-5 {
  height: 5%;
  top: 51.1%;
  left: 10.15%;
  -webkit-transform: rotateY(34deg) rotateX(-12deg) rotateZ(-5.9deg);
  transform: rotateY(34deg) rotateX(-12deg) rotateZ(-5.9deg);
}

.hall.a .content .board-6, .hall.b .content .board-6, .hall.c .content .board-6 {
  left: 31.1%;
  height: 4.5%;
  top: 48.6%;
  -webkit-transform: rotateY(-13deg) rotateX(4deg) rotateZ(-2deg);
  transform: rotateY(-13deg) rotateX(4deg) rotateZ(-2deg);
}

.hall.a .content .board-7, .hall.b .content .board-7, .hall.c .content .board-7 {
  right: 30.57%;
  height: 4.7%;
  top: 48.2%;
  -webkit-transform: rotateY(-14deg) rotateX(-10deg) rotateZ(2.1deg);
  transform: rotateY(-14deg) rotateX(-10deg) rotateZ(2.1deg);
}

.hall.a .content .board-8, .hall.b .content .board-8, .hall.c .content .board-8 {
  height: 5%;
  top: 50.4%;
  right: 11%;
  -webkit-transform: rotateY(30deg) rotateX(12deg) rotateZ(5.2deg);
  transform: rotateY(30deg) rotateX(12deg) rotateZ(5.2deg);
}

.hall .content .board {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.sign h1 {
  font-size: 2.6vw;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  margin: 0;
}

.sign.pav {
  top: 16%;
  left: 14.8%;
  -webkit-transform: rotateY(43deg) rotateX(-19deg) rotateZ(-6deg);
  transform: rotateY(43deg) rotateX(-19deg) rotateZ(-6deg);
  text-shadow: -0.5px 0.5px 1px #919191, -2px 3px 5px rgba(16, 16, 16, 0.3);
}

.sign.side {
  top: 16%;
  left: 75.6%;
  -webkit-transform: rotateY(-31deg) rotateX(-22deg) rotateZ(4deg);
  transform: rotateY(-31deg) rotateX(-22deg) rotateZ(4deg);
  text-shadow: 0.5px 0.5px 1px #919191, 2px 3px 5px rgba(16, 16, 16, 0.3);
}

@media only screen and (max-height: 600px) {
  .sign.pav {
    top: 19%;
    left: 16.8%;
    -webkit-transform: rotateY(46deg) rotateX(-21deg) rotateZ(-6deg);
    transform: rotateY(46deg) rotateX(-21deg) rotateZ(-6deg);
  }
  .sign.side {
    top: 19%;
    left: 75.6%;
    -webkit-transform: rotateY(-40deg) rotateX(-24deg) rotateZ(5deg);
    transform: rotateY(-40deg) rotateX(-24deg) rotateZ(5deg);
  }
}

/* ==========================================================================
   Auditorio
   ========================================================================== */
/*Items*/
.auditorio .screen {
  height: 47.9%;
  width: 53.6%;
  top: 14.6%;
  left: 23.8%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  /*styling*/
  background: #379ee2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.auditorio .screen iframe {
  width: 100% !important;
  height: 100% !important;
}

.auditorio .screen p {
  margin: auto;
  color: white;
  font-size: 1.2vw;
}

.auditorio .no-event {
  display: none;
}

.auditorio .program-1 {
  height: 19.8%;
  top: 51.95%;
  left: 14.5%;
  -webkit-transform: rotateY(30deg) rotateZ(-1deg) rotateX(0deg);
  transform: rotateY(30deg) rotateZ(-1deg) rotateX(0deg);
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
}

.auditorio .program-2 {
  height: 19.8%;
  top: 51.95%;
  right: 13%;
  -webkit-transform: rotateY(-30deg) rotateZ(0deg) rotateX(0deg);
  transform: rotateY(-30deg) rotateZ(0deg) rotateX(0deg);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

/*arrows*/
.auditorio .icon.down {
  bottom: 15%;
}

/* ==========================================================================
   Concierto
   ========================================================================== */
/*Items*/
.concierto .screen {
  height: 34.85%;
  width: 46%;
  top: 30.2%;
  left: 26.7%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concierto .screen iframe {
  width: 100% !important;
  height: 100% !important;
}

.concierto .screen p {
  margin: auto;
  color: white;
  font-size: 1.2vw;
}

.concierto .no-event {
  display: none;
}

.concierto .program-2 {
  height: 28%;
  top: 41.95%;
  right: 8.25%;
  -webkit-transform: rotateY(-14deg) rotateZ(0deg) rotateX(0deg);
          transform: rotateY(-14deg) rotateZ(0deg) rotateX(0deg);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

.concierto .program-1 {
  height: 28%;
  top: 41.95%;
  left: 9%;
  -webkit-transform: rotateY(14deg) rotateZ(0deg) rotateX(0deg);
          transform: rotateY(14deg) rotateZ(0deg) rotateX(0deg);
  -webkit-box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.9);
  cursor: pointer;
}

/*arrows*/
.concierto .icon.down {
  bottom: 15%;
}

/* ==========================================================================
   Pabellones
   ========================================================================== */
.hall-link {
  text-decoration: none;
  font-size: 0.7vw;
  font-family: 'Poppins';
  text-transform: uppercase;
  height: 1vw;
  line-height: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hall-link:hover {
  background-color: #f4c41c !important;
  color: #03350b;
}

.hall-link.text {
  text-shadow: 0px 0.5px 1px #000000, 0px -3px 5px rgba(16, 16, 16, 0.5), 0px 6px 6px rgba(16, 16, 16, 0.3);
  color: #fbfbfb;
  -webkit-transition: text-shadow .4s ease;
  transition: text-shadow .4s ease;
}

.hall-link.text:hover {
  color: white;
  text-shadow: 0px 0.5px 1px #000000, 0px -3px 5px rgba(16, 16, 16, 0.5), 0px 6px 6px rgba(16, 16, 16, 0.3), 0px 0px 10px white;
}

.hall-link.button {
  color: white;
  background: #af0303;
  padding: 0.5vw;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 0.5px 1px #000000, 0px -3px 5px rgba(16, 16, 16, 0.5), 0px 6px 6px rgba(16, 16, 16, 0.3);
  box-shadow: 0px 0.5px 1px #000000, 0px -3px 5px rgba(16, 16, 16, 0.5), 0px 6px 6px rgba(16, 16, 16, 0.3);
}

.hall-link.c1 {
  top: 44.2%;
  left: 24.7%;
  width: 11%;
  height: 2.2%;
}

.hall-link.c2 {
  top: 44.2%;
  right: 24.7%;
  width: 10%;
  height: 2.2%;
}

.hall-link.c3 {
  top: 60.2%;
  left: 23.7%;
  width: 11%;
  height: 2.2%;
}

.hall-link.c4 {
  top: 60.2%;
  left: 49.7%;
  width: 25%;
  height: 2.2%;
}

.hall-link.c5 {
  top: 60.2%;
  right: 22.7%;
  width: 12%;
  height: 2.2%;
}

.cartel-1-loby {
  width: 6.9%;
  top: 66%;
  left: 81.9%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.cartel-2-loby {
  width: 6.9%;
  top: 66%;
  right: 2.9%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.hall-link.p1 {
  top: 39.2%;
  left: 30.2%;
}

.hall-link.p2 {
  top: 39.2%;
  left: 47%;
}

.hall-link.p3 {
  top: 39.2%;
  left: 64.7%;
}

.hall-link.p4 {
  top: 50.2%;
  left: 38.25%;
}

.hall-link.p5 {
  top: 50.2%;
  left: 55.2%;
}

.lobby .avatar {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
}

.lobby .avatar:hover {
  -webkit-filter: brightness(1.6) saturate(80%);
  filter: brightness(1.6) saturate(80%);
}

.lobby .avatar.a {
  height: 16.5%;
  width: 6%;
  bottom: 27.65%;
  right: 30.4%;
}

.lobby .avatar.d {
  height: 19%;
  width: 6%;
  bottom: 12.65%;
  left: 18.1%;
}

.lobby .messaging.left {
  width: 2.5vw;
  height: 1.5vw;
  bottom: 32%;
  left: 18%;
}

.lobby .messaging.right {
  width: 2.5vw;
  height: 1.5vw;
  bottom: 32%;
  left: 18%;
}

.lobby .content .monitor {
  height: 13%;
  bottom: 26.75%;
  right: 15%;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* ==========================================================================
   Menu Page
   ========================================================================== */
main.menu {
  width: 100vw;
  height: 100vh;
  /*background: url("../img/renders/fondos/piramide-vets365.png"); */
  background-image: url("../img/renders/fondos/piramide-vet-cool.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main.menu > div {
  width: 100%;
  height: 14.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main.menu > div > div {
  width: 100%;
  /* 33.3333%; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(221, 13, 6, 0.822);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

main.menu > div > div:hover {
  background-color: rgba(146, 146, 146, 0.979);
  color: black !important;
}

main.menu > div a {
  margin: auto;
  width: 100%;
  height: 18.33vh;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

main.menu > div a p {
  font-size: 3rem;
  margin: auto;
}

@media only screen and (max-height: 600px) {
  main.menu > div a p {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=main.css.map */