/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

body,
html {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: #000; }

a {
  color: #e2007a; }
  a:focus, a:hover {
    color: #af005e; }

img.seoimage {
  display: none; }

h1 {
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 0; }

h2 {
  font-weight: bold;
  font-size: 1.3em;
  display: inline; }

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

._margin-top-0x {
  margin-top: 0rem !important; }

._margin-bottom-0x {
  margin-bottom: 0rem !important; }

._padding-top-0x {
  padding-top: 0rem !important; }

._padding-bottom-0x {
  padding-bottom: 0rem !important; }

._margin-top-1x {
  margin-top: 1rem !important; }

._margin-bottom-1x {
  margin-bottom: 1rem !important; }

._padding-top-1x {
  padding-top: 1rem !important; }

._padding-bottom-1x {
  padding-bottom: 1rem !important; }

._margin-top-2x {
  margin-top: 2rem !important; }

._margin-bottom-2x {
  margin-bottom: 2rem !important; }

._padding-top-2x {
  padding-top: 2rem !important; }

._padding-bottom-2x {
  padding-bottom: 2rem !important; }

._margin-top-3x {
  margin-top: 3rem !important; }

._margin-bottom-3x {
  margin-bottom: 3rem !important; }

._padding-top-3x {
  padding-top: 3rem !important; }

._padding-bottom-3x {
  padding-bottom: 3rem !important; }

._margin-top-4x {
  margin-top: 4rem !important; }

._margin-bottom-4x {
  margin-bottom: 4rem !important; }

._padding-top-4x {
  padding-top: 4rem !important; }

._padding-bottom-4x {
  padding-bottom: 4rem !important; }

header {
  margin-top: 92px; }
  header .logoLink {
    float: right; }
    header .logoLink img {
      width: 300px; }

h1 {
  color: #FFF;
  font-size: 24px;
  text-transform: uppercase; }

p {
  color: #FFF;
  margin-bottom: 1.25em;
  font-family: inherit;
  font-size: 1.125em;
  line-height: 1.25em;
  text-rendering: optimizeLegibility; }

main .center {
  position: relative; }
  main .center .item {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

footer {
  background-color: #000;
  height: 110px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 15px; }
  footer .container a {
    color: #FFF;
    font-size: 16px;
    font-weight: 300; }
    footer .container a:hover {
      text-decoration: underline;
      color: #FFF; }
    footer .container a.right {
      float: right; }

@media screen and (max-width: 992px) {
  footer {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative; }
    footer .container a {
      display: block;
      width: 100%;
      text-align: center; }
      footer .container a.right {
        float: none; } }

.debug {
  font-family: 'Consolas', sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px rgba(223, 185, 104, 0.8), 0 0 8px rgba(223, 185, 104, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  -webkit-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  cursor: pointer; }
  .debug:before {
    content: "Console Output";
    font-size: 16px;
    font-weight: bold; }
  .debug i {
    position: absolute;
    right: 10px;
    font-size: 18px; }
  .debug .output {
    margin-top: 10px;
    display: none;
    position: relative; }

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  *zoom: 1;
  width: autp;
  position: relative;
  background: #e2007a;
  min-height: 52px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .mean-container .mean-bar:before, .mean-container .mean-bar:after {
    content: " ";
    display: table; }
  .mean-container .mean-bar:after {
    clear: both; }
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #e2007a;
  margin-top: 52px; }
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    *zoom: 1; }
    .mean-container .mean-nav ul:before, .mean-container .mean-nav ul:after {
      content: " ";
      display: table; }
    .mean-container .mean-nav ul:after {
      clear: both; }
    .mean-container .mean-nav ul li {
      position: relative;
      float: left;
      width: 100%; }
      .mean-container .mean-nav ul li.mean-last a {
        border-bottom: none;
        margin-bottom: 0; }
      .mean-container .mean-nav ul li a {
        display: block;
        width: auto;
        padding: 1em 15px;
        margin: 0;
        text-align: left;
        color: #fff;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase; }
        .mean-container .mean-nav ul li a:hover {
          background: #252525;
          background: #af005e; }
        .mean-container .mean-nav ul li a.mean-expand {
          margin-top: 1px;
          width: 26px;
          height: 24px;
          padding: 12px !important;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 2;
          font-weight: 700;
          background: rgba(255, 255, 255, 0.1);
          border: none !important;
          border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }
          .mean-container .mean-nav ul li a.mean-expand:hover {
            background: #af005e; }
      .mean-container .mean-nav ul li li a {
        width: 100%;
        padding: 1em 20px;
        border-top: 1px solid #f1f1f1;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        opacity: 0.75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible; }
      .mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%; }
      .mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%; }
      .mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-remove {
  display: none !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1; }

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.googlemap #gmap {
  height: 500px; }

.googlemap .marker {
  display: none; }

.grid .grid-item {
  width: 25%; }

.grid .grid-item-width2 {
  width: 50%; }

.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%; }

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black; }

.carousel-vis {
  position: relative;
  height: 550px;
  width: 600px;
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 0 auto;
  overflow: hidden; }
  .carousel-vis .item {
    position: absolute;
    overflow: hidden;
    display: block;
    z-index: 0;
    right: 100%;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms; }
    .carousel-vis .item.nextanimateIn {
      -webkit-animation-name: nextanimateIn;
      animation-name: nextanimateIn;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms; }
    .carousel-vis .item.nextanimateOut {
      -webkit-animation-name: nextanimateOut;
      animation-name: nextanimateOut;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms; }

@-webkit-keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial; }
  to {
    left: 0; } }

@keyframes nextanimateIn {
  from {
    left: 100%;
    right: initial; }
  to {
    left: 0; } }

@-webkit-keyframes nextanimateOut {
  from {
    left: 0; }
  to {
    left: -100%; } }

@keyframes nextanimateOut {
  from {
    left: 0; }
  to {
    left: -100%; } }
    .carousel-vis .item.prevanimateIn {
      -webkit-animation-name: prevanimateIn;
      animation-name: prevanimateIn;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms; }
    .carousel-vis .item.prevanimateOut {
      -webkit-animation-name: prevanimateOut;
      animation-name: prevanimateOut;
      -webkit-animation-duration: 500ms;
      animation-duration: 500ms; }

@-webkit-keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial; }
  to {
    right: 0; } }

@keyframes prevanimateIn {
  from {
    right: 100%;
    left: initial; }
  to {
    right: 0; } }

@-webkit-keyframes prevanimateOut {
  from {
    right: 0;
    left: initial; }
  to {
    right: -100%; } }

@keyframes prevanimateOut {
  from {
    right: 0;
    left: initial; }
  to {
    right: -100%; } }
    .carousel-vis .item.active {
      z-index: 10;
      right: 0; }
      .carousel-vis .item.active .caption {
        right: 20px;
        bottom: 150px;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
      .carousel-vis .item.active .overlay {
        right: -250px;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease; }
    .carousel-vis .item .image {
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto; }
      .carousel-vis .item .image.scaleheight {
        height: 100%;
        width: auto; }
    .carousel-vis .item .overlay {
      position: absolute;
      background-color: #333;
      height: 1000px;
      width: 600px;
      z-index: 10;
      -webkit-transform: rotate(35deg);
      -ms-transform: rotate(35deg);
      transform: rotate(35deg);
      opacity: 0.8;
      right: -100%;
      top: -25px;
      -webkit-transition: all 400ms ease;
      -o-transition: all 400ms ease;
      transition: all 400ms ease; }
    .carousel-vis .item .caption {
      position: absolute;
      bottom: 150px;
      right: -100%;
      z-index: 15;
      font-size: 30px;
      color: white !important; }
  .carousel-vis .toggler, .carousel-vis .minipreview, .carousel-vis .counter {
    padding: 0;
    bottom: 120px;
    position: absolute;
    text-align: center;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 11; }
    .carousel-vis .toggler li, .carousel-vis .minipreview li, .carousel-vis .counter li {
      border: none;
      width: 16px;
      height: 16px;
      background-color: #333;
      margin: 0;
      border-radius: 16px;
      margin-left: 11px;
      display: inline-block;
      cursor: pointer; }
      .carousel-vis .toggler li.active, .carousel-vis .minipreview li.active, .carousel-vis .counter li.active {
        background-color: #ccc; }
  .carousel-vis .minipreview {
    bottom: 40px;
    width: 300px;
    height: 70px;
    list-style: none;
    white-space: nowrap;
    overflow-y: hidden;
    margin: 0; }
    .carousel-vis .minipreview li {
      width: 50px;
      height: 50px;
      border-radius: 0;
      background-color: transparent;
      background-size: cover;
      background-position: center; }
      .carousel-vis .minipreview li.active {
        background-color: transparent; }
    .carousel-vis .minipreview li:first-child {
      margin: 0; }
  .carousel-vis .counter {
    bottom: 0; }
  .carousel-vis .item-skip {
    position: absolute;
    bottom: 120px;
    font-size: 35px; }
    .carousel-vis .item-skip.next {
      z-index: 1;
      right: 10px; }
    .carousel-vis .item-skip.prev {
      left: 10px; }

.accordion .entry {
  margin-bottom: 3px; }
  .accordion .entry .title {
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
    background-color: grey;
    padding: 5px;
    cursor: pointer; }
  .accordion .entry .text {
    display: none;
    border: 1px solid grey;
    padding: 5px; }
  .accordion .entry.active .title {
    background-color: #333;
    color: white; }

/* Responsive Table */
table.vis-table {
  width: 100%; }
  table.vis-table tr {
    border: 1px solid #333; }
  table.vis-table td,
  table.vis-table th {
    padding: 5px; }

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block; }
    table.vis-table tr:first-child {
      display: none; }
  table.vis-table th {
    display: none; }
  table.vis-table td {
    display: block; }
    table.vis-table td:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 50%;
      display: inline-block; } }

main {
  margin-bottom: 105px;
  margin-top: 85px; }
  main .invitation {
    margin-right: 65px; }
    main .invitation h1 {
      color: #e2007a; }
  main form.registrationForm .form-group {
    margin-bottom: 0.25rem; }
    main form.registrationForm .form-group.radioOption input[type="radio"] {
      width: auto;
      float: left;
      background-color: transparent; }
    main form.registrationForm .form-group.radioOption label {
      display: inline-block;
      color: #FFF;
      font-size: 1.125em;
      font-weight: 700;
      padding-left: 10px;
      padding-right: 10px;
      margin-top: 3px;
      margin-bottom: 0.5rem;
      width: 90%; }
    main form.registrationForm .form-group.buttons {
      margin-top: 30px;
      margin-bottom: 30px; }
      main form.registrationForm .form-group.buttons input[type="submit"],
      main form.registrationForm .form-group.buttons button {
        background-color: #e2007a;
        color: #FFF; }
        main form.registrationForm .form-group.buttons input[type="submit"]:hover,
        main form.registrationForm .form-group.buttons button:hover {
          cursor: pointer;
          background-color: #af005e; }
  main form.registrationForm label {
    font-size: 1.125em;
    line-height: 1.250em;
    font-weight: 300;
    color: #FFF;
    display: block;
    margin-bottom: 2px;
    margin-top: 1em; }
  main form.registrationForm input,
  main form.registrationForm select {
    width: 100%;
    height: 33px;
    padding-left: 0.325em;
    padding-right: 0.325em;
    background-color: #FFF;
    border: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 1.1em; }
