/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 3px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #258faf; }
  a img {
    border: 0; }

hr {
  max-width: rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2ba6cb; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.row {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url(assets/SinkinSans-400Regular-webfont.eot);
    src: url(assets/SinkinSans-400Regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-400Regular-webfont.woff) format('woff'),
    url(assets/SinkinSans-400Regular-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-400Regular-webfont.svg#sinkin_sans400_regular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans400_Italic';
    src: url(assets/SinkinSans-400Italic-webfont.eot);
    src: url(assets/SinkinSans-400Italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-400Italic-webfont.woff) format('woff'),
    url(assets/SinkinSans-400Italic-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-400Italic-webfont.svg#sinkin_sans400_italic) format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'sinkin_sans300Light';
    src: url(assets/SinkinSans-300Light-webfont.eot);
    src: url(assets/SinkinSans-300Light-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-300Light-webfont.woff) format('woff'),
    url(assets/SinkinSans-300Light-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-300Light-webfont.svg#sinkin_sans300Light_regular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans300Light_Italic';
    src: url(assets/SinkinSans-300LightItalic-webfont.eot);
    src: url(assets/SinkinSans-300LightItalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-300LightItalic-webfont.woff) format('woff'),
    url(assets/SinkinSans-300LightItalic-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-300LightItalic-webfont.svg#sinkin_sans300Light_italic) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans600SemiBold';
    src: url(assets/SinkinSans-600SemiBold-webfont.eot);
    src: url(assets/SinkinSans-600SemiBold-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-600SemiBold-webfont.woff) format('woff'),
    url(assets/SinkinSans-600SemiBold-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-600SemiBold-webfont.svg#sinkin_sans600SemiBold) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sinkin_sans700Bold';
    src: url(assets/SinkinSans-700Bold-webfont.eot);
    src: url(assets/SinkinSans-700Bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(assets/SinkinSans-700Bold-webfont.woff) format('woff'),
    url(assets/SinkinSans-700Bold-webfont.ttf) format('truetype'),
    url(assets/SinkinSans-700Bold-webfont.svg#sinkin_sans700Bold) format('svg');
    font-weight: normal;
    font-style: normal;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(assets/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(assets/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(assets/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(assets/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(assets/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body,
html {
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: 16px;
}

ul[data-orbit] {
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.clear {
  clear: both;
  content: " ";
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}

h1 {
  font-family: "sinkin_sans300Light","Helvetica",sans-serif;
  font-size: 2.5rem;
  text-align: center;
  margin: 3rem 0;
  color: #333333;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
    font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  }
}

.mt30 {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .headerHomepage {
    display: none;
  }
}

.headerHomepage .noBanner {
  height: 200px;
}

.header {
  z-index: 2;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .header {
    display: none;
  }
}

.header.isHomepage {
  position: absolute;
  top: 0;
  max-width: 1920px;
}

.header.isHomepage .top {
  height: 85px;
}

.header .top {
  height: 60px;
  background: -moz-linear-gradient(top, rgba(143,203,47,0.92) 0%, rgba(20,138,7,0.92) 100%);
  background: -webkit-linear-gradient(top, rgba(143,203,47,0.92) 0%, rgba(20,138,7,0.92) 100%);
  background: linear-gradient(to bottom, rgba(143,203,47,0.92) 0%, rgba(20,138,7,0.92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de8fcb2f', endColorstr='#de148a07', GradientType=0);
}

.header .container {
  width: 200px;
  text-align: center;
  float: right;
}

.header .container.isHomepage {
  width: 70%;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(40,40,40,0.46);
  -moz-box-shadow: 0px 0px 18px 0px rgba(40,40,40,0.46);
  box-shadow: 0px 0px 18px 0px rgba(40,40,40,0.46);
}

.header .container.isHomepage .logo {
  margin: 0;
}

.header .container.isHomepage .logo a {
  padding: 2.5rem;
}

@media only screen and (max-width: 480px) {
  .header .container.isHomepage .logo a {
    padding: .75rem;
  }
}

.header .container .logo {
  background: white;
  margin-top: -60px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(40,40,40,0.22);
  -moz-box-shadow: 0px 0px 10px 0px rgba(40,40,40,0.22);
  box-shadow: 0px 0px 10px 0px rgba(40,40,40,0.22);
}

.header .container .logo a {
  display: block;
  padding: 20px 40px;
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  .header .container .logo img {
    display: block;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .header .container.isHomepage {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .header .container.isHomepage {
    float: none;
  }
}

.header .bullets {
  background: #eaf7e1;
  font-size: 12px;
  color: #757b75;
  padding: 0 20px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .header .bullets {
    display: none;
  }
}

.langSwitcher {
  line-height: 60px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .langSwitcher {
    line-height: 40px;
  }
}

.langSwitcher.isHomepage {
  line-height: 85px;
}

.langSwitcher a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.langSwitcher .cz {
  background: url(assets/sprites.png) no-repeat -1px 0;
}

.langSwitcher .en {
  background: url(assets/sprites.png) no-repeat -54px 0;
}

.langSwitcher .de {
  background: url(assets/sprites.png) no-repeat -27px 0;
}

.langSwitcher .hu {
  background: url(assets/sprites.png) no-repeat -80px 0;
}

.langSwitcher .pl {
  background: url(assets/sprites.png) no-repeat -107px 0;
}

.claim {
  display: inline-block;
  margin-top: 15px;
  padding-left: 20px;
  color: #e1f1df;
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  .claim {
    font-size: .75rem;
  }
}

.claim.isHomepage {
  margin-top: 30px;
}

.searchBox {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 0;
  justify-content: end;
  align-items: center;
  column-gap: 24px;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  padding-right: 52px;
}

.searchBox a {
  text-align: right;
  color: white;
}

.searchBox a:hover {
  text-decoration: underline;
}

.searchBox a i {
  margin-right: 10px;
}

td.gsc-clear-button,
td.gsc-search-button {
  display: none;
}

input.gsc-input {
  border: 1px solid #404040;
  font-size: 11px;
  font-weight: normal;
  color: #0a0a0a;
  padding: 5px;
  width: 80%;
  background-position-x: 6px;
}

.searchResults {
  min-height: 500px;
}

@media only screen and (max-width: 1024px) {
  .searchResults {
    padding-top: 80px;
  }
}

.menu {
  margin: 0 0 0 -1.6rem;
  float: left !important;
}

.menu.isHomepage {
  float: none !important;
  margin: -70px auto 0 auto;
}

@media only screen and (max-width: 1024px) {
  .menu.isHomepage {
    margin: -50px auto 0 auto;
  }
}

.menu.isHomepage ul {
  text-align: center;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  z-index: 10;
  position: relative;
}

.menu ul li {
  display: inline-block;
  margin-left: -4px;
}

.menu ul li.active a {
  background: rgba(115,169,38,0.77);
}

.menu ul li.active li a {
  background: rgba(0,0,0,0.5);
}

.menu ul li a {
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: .875rem;
  background: rgba(0,0,0,0.77);
  color: white;
  padding: 0 25px;
}

.menu ul li a:hover {
  background: rgba(0,0,0,0.87);
  color: #92cd30;
}

@media only screen and (max-width: 1024px) {
  .menu ul li a {
    font-size: .75rem;
  }
}

.menu ul li ul {
  display: block;
  position: absolute;
  left: 0;
}

.menu ul li ul li {
  width: auto;
}

.menu ul li ul li a {
  line-height: 40px;
  background: rgba(0,0,0,0.5);
  padding: 0 1rem;
  font-size: .75rem;
}

.menu ul li ul li ul {
  position: absolute;
  left: 0;
  display: block;
}

.menu.isHomepage ul li a {
  line-height: 70px;
  font-size: 1rem;
}

@media only screen and (max-width: 1024px) {
  .menu.isHomepage ul li a {
    line-height: 50px;
    font-size: .875rem;
  }
}

.headerMobile {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.2);
  box-shadow: 0px 3px 5px 0px rgba(50,50,50,0.2);
  display: none;
  margin-bottom: 1.5rem;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.95);
  z-index: 100;
}

@media only screen and (max-width: 768px) {
  .headerMobile {
    display: block;
  }
}

.headerMobile .small-5 img {
  margin: 20px 0;
  display: block;
  max-width: 150px;
}

@media only screen and (max-width: 768px) {
  .headerMobile .small-5 img {
    max-width: 110px;
  }
}

.headerMobile .langSwitcher {
  margin-top: 20px;
}

.vertGreyGrad {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .vertGreyGrad {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .hp {
    padding-top: 100px;
  }
}

.hp h2 {
  font-size: 2.5rem;
  color: #2f2c2d;
  font-family: "sinkin_sans300Light","Helvetica",sans-serif;
  display: inline-block;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .hp h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  .hp h2 {
    font-size: 1.3rem;
  }
}

.hp .nextAction:after {
  display: block;
  position: absolute;
  left: -90px;
  top: 0;
  content: "";
  background: url(assets/sprites.png) no-repeat -1px -25px;
  width: 67px;
  height: 58px;
}

@media only screen and (max-width: 480px) {
  .hp .nextAction:after {
    display: none;
  }
}

.hp .recommendH:after {
  display: block;
  position: absolute;
  left: -80px;
  top: 0;
  content: "";
  background: url(assets/sprites.png) no-repeat -80px -25px;
  width: 50px;
  height: 60px;
}

@media only screen and (max-width: 480px) {
  .hp .recommendH:after {
    display: none;
  }
}

.hp .messagesH:after {
  display: block;
  position: absolute;
  left: -80px;
  top: 10px;
  content: "";
  background: url(assets/sprites.png) no-repeat -48px -165px;
  width: 57px;
  height: 42px;
}

@media only screen and (max-width: 480px) {
  .hp .messagesH:after {
    display: none;
  }
}

.hp .messages .item,
.hp .messages .itemCalendar,
.hp .messages .itemRecommend,
.hp .messages .content .itemMultitext,
.content .hp .messages .itemMultitext {
  float: left;
  width: 32%;
  display: block;
  text-align: left;
  font-size: 13px;
  box-sizing: border-box;
  color: #333333;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .hp .messages .item,
  .hp .messages .itemCalendar,
  .hp .messages .itemRecommend,
  .hp .messages .content .itemMultitext,
  .content .hp .messages .itemMultitext {
    width: 100%;
  }
}

.hp .messages .item img,
.hp .messages .itemCalendar img,
.hp .messages .itemRecommend img,
.hp .messages .content .itemMultitext img,
.content .hp .messages .itemMultitext img {
  margin-bottom: 10px;
}

.hp .messages .item .columns,
.hp .messages .itemCalendar .columns,
.hp .messages .itemRecommend .columns,
.hp .messages .content .itemMultitext .columns,
.content .hp .messages .itemMultitext .columns {
  padding: 0;
}

.hp .messages .item .large-8,
.hp .messages .itemCalendar .large-8,
.hp .messages .itemRecommend .large-8,
.hp .messages .content .itemMultitext .large-8,
.content .hp .messages .itemMultitext .large-8 {
  padding-left: 10px;
}

.hp .messages .item span,
.hp .messages .itemCalendar span,
.hp .messages .itemRecommend span,
.hp .messages .content .itemMultitext span,
.content .hp .messages .itemMultitext span {
  color: #188d09;
  font-size: 11px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.hp .messages .item h3,
.hp .messages .itemCalendar h3,
.hp .messages .itemRecommend h3,
.hp .messages .content .itemMultitext h3,
.content .hp .messages .itemMultitext h3 {
  font-size: 16px;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  margin-bottom: 20px;
}

footer {
  background: #151a20 url(assets/footer.jpg) top center no-repeat;
  min-height: 409px;
  color: #fefefe;
}

@media only screen and (max-width: 1024px) {
  footer {
    background: rgba(0,0,0,0.87);
  }
}

footer a {
  color: #92cd30;
}

footer a:hover {
  color: #ccf587;
}

footer .smallMenu {
  padding: 40px 20px 70px 20px;
}

@media only screen and (max-width: 480px) {
  footer .smallMenu {
    padding: 20px 0;
  }
}

footer .smallMenu ul {
  list-style-type: none;
  margin: 0;
}

footer .smallMenu ul li a {
  color: #ccf587;
  font-family: "sinkin_sans300Light","Helvetica",sans-serif;
  font-size: .85rem;
}

footer .smallMenu ul li a:hover {
  color: #fefefe;
}

footer .contact {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  footer .contact {
    padding-top: 20px;
  }
}

footer .contact strong {
  font-size: 1.1rem;
}

footer .contact a[target="_blank"] {
  font-size: .85rem;
}

footer .opening {
  padding-top: 40px;
}

@media only screen and (max-width: 480px) {
  footer .opening {
    padding: 0 0 40px 0;
  }
}

footer .weather {
  padding-top: 40px;
}

@media only screen and (max-width: 1024px) {
  footer .weather {
    display: none;
  }
}

footer .social {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

footer .social .socialIcon,
footer .social .icoFacebook,
footer .social .icoYoutube,
footer .social .icoInstagram,
footer .social .icoTwitter {
  background: url(assets/sprites.png) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 10px;
}

footer .social .socialIcon:hover,
footer .social .icoFacebook:hover,
footer .social .icoYoutube:hover,
footer .social .icoInstagram:hover,
footer .social .icoTwitter:hover {
  opacity: .9;
}

footer .social .icoFacebook {
  background-position: 0 -118px;
}

footer .social .icoYoutube {
  background-position: -36px -118px;
}

footer .social .icoInstagram {
  background-position: -74px -118px;
}

footer .social .icoTwitter {
  background-position: -1px -154px;
}

footer .icko {
  margin-top: 1rem;
  margin-left: 20px;
  width: 40px;
  height: 40px;
}

footer .logo-zk {
  height: 80px;
  margin-left: 10px;
  margin-top: 20px;
}

footer p,
footer .content ul,
.content footer ul,
footer .content ol,
.content footer ol {
  font-size: 14px;
}

.arrow,
.arrowLeft,
.arrowRight {
  display: inline-block;
  width: 53px;
  height: 121px;
  margin: 120px auto 0 auto;
}

@media only screen and (max-width: 480px) {
  .arrow,
  .arrowLeft,
  .arrowRight {
    display: none;
  }
}

.arrowLeft {
  background: url(assets/sprites.png) no-repeat -180px -2px;
}

.arrowRight {
  background: url(assets/sprites.png) no-repeat -235px -2px;
}

.carousel:after {
  clear: both;
  display: block;
  content: " ";
  position: relative;
}

.carousel .prev {
  float: left;
  width: 8%;
}

.carousel .slick-list {
  float: left;
  width: 84%;
}

.carousel .next {
  float: right;
  width: 8%;
}

.item,
.itemCalendar,
.itemRecommend,
.content .itemMultitext {
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
  width: 19%;
  margin: 0 .5% 20px .5%;
  float: left;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .item,
  .itemCalendar,
  .itemRecommend,
  .content .itemMultitext {
    width: 23.6%;
  }
}

@media only screen and (max-width: 480px) {
  .item,
  .itemCalendar,
  .itemRecommend,
  .content .itemMultitext {
    width: 100%;
    margin: 0;
    padding: .5rem 1rem;
    text-align: center;
  }
}

.itemCalendar {
  text-align: left;
  margin: 5px;
}

.itemCalendar:hover {
  opacity: 1 !important;
  transform: scale(1.07);
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.69);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,0.69);
  box-shadow: 0 0 30px rgba(0,0,0,0.69);
  -webkit-transition: 400ms;
  transition: 400ms;
  -moz-transition: 400ms;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.itemCalendar .name {
  background: #494949;
  color: #fffefe;
  font-size: .8rem;
  padding: 7px;
  min-height: 52px;
}

.itemCalendar .date {
  background: #188d09;
  color: #fffefe;
  font-size: .6875rem;
  padding: 7px;
}

.itemCalendar .place {
  background: #92cd30;
  font-size: .6875rem;
  padding: 7px;
  color: #333;
}

.clearLarge {
  clear: both;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .clearLarge {
    display: none;
  }
}

.clearMedium {
  clear: both;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .clearMedium {
    display: block;
  }
}

.itemRecommend:hover .name,
.content .itemMultitext:hover .name {
  background: rgba(49,182,30,0.8);
}

.itemRecommend .name,
.content .itemMultitext .name {
  -webkit-transition: 400ms;
  transition: 400ms;
  -moz-transition: 400ms;
  background: rgba(0,0,0,0.65);
  color: white;
  font-size: .75rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 10px;
  margin-top: -62px;
  z-index: 20;
  position: relative;
}

.btnAll {
  -webkit-transition: 100ms;
  transition: 100ms;
  -moz-transition: 100ms;
  display: inline-block;
  background: #a5e76c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: .875rem;
  color: #333;
  line-height: 40px;
  margin-top: 60px;
  padding: 0 30px;
}

.btnAll:hover {
  background: #333;
  color: whitesmoke;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.listBanner {
  position: absolute;
  top: 0;
}

.content {
  position: relative;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 1024px) {
  .content {
    padding-top: 40px;
  }
}

.content p,
.content ul,
.content ol {
  font-size: .85rem;
  line-height: 1.8;
  color: #333;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
}

.content p a,
.content ul a,
.content ol a {
  color: #188d09;
  text-decoration: underline;
}

.content p a:hover,
.content ul a:hover,
.content ol a:hover {
  color: black;
  text-decoration: none;
}

.content ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.content h2 {
  font-size: 2rem;
  color: #188d09;
  margin: 2rem 0 1rem 0;
}

.content h3 {
  font-size: 1.5rem;
  color: #188d09;
  margin: 2rem 0 1rem 0;
}

.content h1.detail {
  margin-top: 60px;
  margin-bottom: 30px;
}

.content ol {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  font-size: .8rem;
  margin: 0 0 20px 0;
  list-style-type: none;
  background: #f3f3f3;
  width: 100%;
  padding: 10px;
}

.content ol li {
  line-height: 45px;
  padding-left: 10px;
}

.content ol li img {
  display: inline-block;
  margin-right: 15px;
}

.content .date {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content .contentFiles {
  margin: 2rem 0;
}

.content .contentFiles a {
  display: block;
  font-size: .85rem;
  line-height: 2;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  color: #188d09;
  text-decoration: underline;
}

.content .contentFiles a:hover {
  color: black;
  text-decoration: none;
}

.content .form input[type=text],
.content .form input[type=email] {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  width: 100%;
  margin-bottom: .5rem;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: .75rem;
  padding: 0 .5rem;
  height: 2.3rem;
  line-height: 2.3rem;
}

.content .form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  width: 100%;
  margin-bottom: .75rem;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: .75rem;
  padding: 4px;
}

.content .form input[type=submit] {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
  border: 1px solid #92cd30;
  background: #92cd30;
  cursor: pointer;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: .875rem;
  padding: .5rem 1rem;
  color: white;
}

.content .form input[type=submit]:hover {
  background: #188d09;
}

.content .form .columns {
  padding: 0 .2rem;
}

.content .itemMultitext .name {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media only screen and (max-width: 480px) {
  .content .itemMultitext .name {
    position: relative;
  }
}

.content .itemMultitext .name .date {
  position: absolute;
  top: -24px;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #92cd30;
  font-size: 11px;
  padding: 4px 8px;
}

.content .itemMultitext h2 {
  margin: 0;
  color: white;
  font-size: .875rem;
  text-align: center;
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
}

.content .contentGallery {
  text-align: center;
}

.content .contentGallery .columns {
  padding: 1px;
}

.content .breadcrumbMenu {
  margin-bottom: 30px;
  font-size: .75rem;
  color: #9f9f9f;
}

.content .breadcrumbMenu div {
  display: inline-block;
}

.content .breadcrumbMenu a {
  color: #188d09;
}

.content .breadcrumbMenu a:hover {
  color: #3e3e3e;
}

.content .shareButtons {
  position: absolute;
  right: 30px;
  top: 15px;
}

.flash {
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: .75rem;
  background: #fff8be;
  padding: 1rem 2rem;
}

.menuMobile {
  display: none;
  background: #188d09;
  padding: .7rem;
  position: absolute;
  left: 0;
  top: 84px;
  width: 100%;
}

.menuMobile ul {
  list-style-type: none;
}

.menuMobile ul li a {
  display: block;
  text-align: center;
  color: white;
  line-height: 2.5rem;
}

.menuMobile ul ul {
  font-size: .75rem;
}

.menuMobile ul ul li a {
  color: #333;
}

.menuMobile .gsc-input {
  padding-right: 0;
}

.menuMobile .gsc-input-box {
  border-radius: 4px;
}

.menuMobile .bottom-panel {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.menuMobile .bottom-panel a {
  font-size: .75rem;
  text-align: center;
  color: white;
  line-height: 2.5rem;
}

.menuMobile .bottom-panel a i {
  margin-right: 4px;
}

.menuMobile input {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: .25rem;
  font-size: .875rem;
}

.menuMobile .langSwitcher {
  text-align: center;
  display: block;
}

.btnMenuMobile {
  text-align: right;
  font-size: 1.5rem;
  color: #303030;
  padding-top: 10px;
}

.created {
  font-family: "sinkin_sans400_regular","Helvetica",sans-serif;
  font-size: .625rem;
  padding: 1.2rem .9375rem;
  text-align: right;
}

@media only screen and (max-width: 480px) {
  .created {
    text-align: center;
  }
}

.calendar {
  margin-top: 3rem;
  padding-bottom: 4rem;
}

.calendar h1 {
  text-align: left;
  font-size: 2rem;
  margin: 0 0 3rem 0;
}

@media only screen and (max-width: 480px) {
  .calendar h1 {
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
  }
}

.calendar .actualMonth {
  font-size: 1.6rem;
  color: #188d09;
}

@media only screen and (max-width: 480px) {
  .calendar .actualMonth {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

.calendar .actualMonth a {
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
  color: #188d09;
  padding: 0 10px;
}

.calendar .actualMonth a:hover {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .calendar .dayList {
    display: none;
  }
}

.calendar .dayList ul {
  list-style-type: none;
  margin-left: 0;
}

.calendar .dayList ul li {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 2.65%;
}

.calendar .dayList ul li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #414141;
  display: block;
  padding: 3px;
}

.calendar .dayList ul li a:hover {
  background: #f4edbd;
}

.calendar .dayList ul li a span {
  color: #188d09;
  display: block;
  padding-bottom: .3rem;
  font-size: .75rem;
}

.calendar .dayList ul li a small {
  font-size: .625rem;
  position: absolute;
  margin-top: -16px;
  left: 0;
  color: darkgrey;
}

.calendar .dayList ul li a.selected {
  background: #e3ed8c;
}

.calendar .filtr {
  list-style-type: none;
}

.calendar .filtr li {
  display: inline-block;
  margin-right: 1.3rem;
}

.calendar .filtr li.selected a {
  background: #ebebeb;
}

.calendar .filtr li a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: block;
  color: #188d09;
  font-size: .875rem;
  padding: 4px;
}

.calendar .nonEvent {
  font-size: 1.5rem;
  font-family: "sinkin_sans300Light","Helvetica",sans-serif;
  color: #a9a9a9;
  text-align: center;
  padding: 5rem 1rem;
}

.cjb-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.cjb-slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.cjb-slide {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
}

.cjb-slide a {
  display: block;
}

.cjb-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.cjb-slider-prev,
.cjb-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 1rem;
  cursor: pointer;
  z-index: 10;
  font-size: 1.2rem;
}

.cjb-slider-prev:hover,
.cjb-slider-next:hover {
  background: rgba(0,0,0,0.7);
}

.cjb-slider-prev {
  left: 0;
}

.cjb-slider-next {
  right: 0;
}

.orbit {
  visibility: hidden;
}

.orbit-bullets {
  display: none;
  z-index: 30;
  position: absolute;
  top: 0;
  margin: 160px 0 0 140px;
  left: 0;
}

.orbit-bullets button {
  width: 0;
  height: 0;
}

.orbit-bullets button .show-for-sr {
  display: none;
}

.orbit-bullets button.is-active .show-for-sr {
  display: block;
  position: absolute;
  width: 150px;
  font-size: .75rem;
}

.event h1 {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .event h1 {
    font-size: 1.2rem;
  }
}

.info {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  background: #f3f3f3;
  font-size: .75rem;
  color: #414141;
  padding: 1.5rem;
  line-height: 2;
  margin-bottom: 3rem;
}

.info a {
  color: #414141;
  text-decoration: underline;
}

.info a:hover {
  color: #188d09;
}

.info .infoIcon,
.info .icoLocation,
.info .icoCalednar,
.info .icoCoin,
.info .icoEventType,
.info .icoWebsite,
.info .icoPhone,
.info .icoEmail,
.info .icoOrganization {
  display: inline-block;
  height: 27px;
  background: url(assets/sprites.png) no-repeat;
  margin-bottom: -7px;
}

.info .icoLocation {
  background-position: -3px -87px;
  width: 19px;
  margin-right: 23px;
}

.info .icoCalednar {
  background-position: -27px -87px;
  width: 25px;
  margin-right: 17px;
}

.info .icoCoin {
  background-position: -58px -87px;
  width: 33px;
  margin-right: 9px;
}

.info .icoEventType {
  background-position: -94px -87px;
  width: 37px;
  margin-right: 5px;
}

.info .icoWebsite {
  background-position: -112px -120px;
  width: 27px;
  margin-right: 15px;
}

.info .icoPhone {
  background-position: -148px -120px;
  width: 30px;
  margin-right: 12px;
}

.info .icoEmail {
  background-position: -184px -126px;
  width: 27px;
  margin-right: 15px;
}

.info .icoOrganization {
  background-position: -217px -131px;
  width: 32px;
  margin-right: 10px;
}

.info .columns {
  padding: .5rem 0;
}

.linkBack {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #92cd30;
  display: flex;
  margin-top: 3.3rem;
  align-items: center;
}

.linkBack:after {
  display: inline-block;
  content: " ";
  background: url(assets/sprites.png) no-repeat -160px -93px;
  margin-left: 10px;
  width: 18px;
  height: 14px;
}

.linkBack:hover {
  background: #92cd30;
}

.prelist {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .prelist {
    padding-top: 40px;
  }
}

.prelist h1 {
  margin-top: 4rem;
}

.prelist .block {
  width: 20%;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 .5%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .prelist .block {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .prelist .block {
    width: 33%;
  }
}

@media only screen and (max-width: 480px) {
  .prelist .block {
    width: 100%;
  }
}

.prelist .block:hover h2 {
  background: rgba(49,182,30,0.8);
}

.prelist .block h2 {
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
  background: rgba(0,0,0,0.65);
  text-align: center;
  height: 40px;
  padding: 7px 10px;
  margin-top: -40px;
  color: white;
  font-size: 1rem;
  z-index: 10;
  position: relative;
}

p.empty,
.content ul.empty,
.content ol.empty {
  text-align: center;
  font-family: "sinkin_sans300Light","Helvetica",sans-serif;
  font-size: 1rem;
  color: #838383;
  font-style: italic;
  height: 250px;
}

.paginator {
  text-align: center;
  margin-top: 50px;
}

.paginator ul {
  display: inline-block;
  list-style-type: none;
}

.paginator li {
  display: inline-block;
  margin: 0 2px;
}

.paginator li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px;
  background: #e1fbb8;
  color: #188d09;
  font-size: 13px;
}

.paginator li a:hover {
  background: #188d09;
  color: white;
}

.paginator li.active a {
  background: none;
  color: black;
  font-family: "sinkin_sans700Bold","Helvetica",sans-serif;
}

@media only screen and (max-width: 1024px) {
  .carousel .slick-list {
    width: 100%;
  }
}

.carousel .slick-dots,
.carousel .prev,
.carousel .next {
  display: none !important;
}

.eventBlock {
  width: 80%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media only screen and (max-width: 1024px) {
  .eventBlock {
    width: 100%;
    padding-top: 40px;
  }
}

.eventBlock .shareButtons {
  top: 55px;
}

.eventBlock .shareButtons .a2a_label {
  display: none;
}

.disqus {
  padding: 60px 0 60px 0;
}

.disqus .disqus-title {
  margin-bottom: 30px;
}

.mb-big {
  margin-bottom: 25px;
}

.mb-medium {
  margin-bottom: 15px;
}

.action-menu {
  position: relative;
  top: 90px;
  float: right;
}

@media only screen and (max-width: 480px) {
  .action-menu {
    position: static;
    margin-top: 90px;
    margin-bottom: 20px;
  }
}

.action-menu a {
  color: #3b9c30;
  font-size: 14px;
  margin-left: 25px;
}

.action-menu a:hover {
  text-decoration: underline;
}

.action-menu a i {
  color: darkgrey;
  margin-right: 10px;
}

.cjb-button-2 {
  position: relative;
  top: -4px;
  padding: 5px 25px;
  margin-left: 50px;
  background: #5eb23e;
  background: linear-gradient(0deg, #5eb23e 0%, #69c938 87%, #85d75b 100%);
  border-radius: 4px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 300ms;
  transition: 300ms;
  -moz-transition: 300ms;
}

.cjb-button-2:hover {
  background: #434343;
  color: white;
}

.separator {
  border-right: 1px solid silver;
}

.hidden {
  display: none;
}

.search-box-style {
  padding: 0;
  grid-column: 1/3;
  min-width: 240px;
  position: relative;
}

.search-box-style>div {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 13;
}

.anyDialog {
  font-size: 14px;
}

.anyDialog input[type=email] {
  border: none;
  background: #ECECEC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  color: black;
  padding: 3px 6px;
  width: 100%;
}

.anyDialog input[type=submit] {
  background: #3A9C2E;
  color: white;
  text-transform: uppercase;
  padding: 3px 10px;
  border: none;
  font-size: 13px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.treeEditable {
  margin-top: 30px;
}

@media only screen and (max-width: 480px) {
  .auth h1 {
    margin: 68px 0 0;
  }
}

.auth .captcha {
  margin: 16px auto;
  width: fit-content;
}

.auth h2 {
  font-weight: 700;
  font-size: 24px;
  color: #646464;
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .auth h2 {
    font-size: 22px;
  }
}

.auth .mb-big {
  margin-bottom: 100px;
}

@media only screen and (max-width: 480px) {
  .auth .mb-big {
    margin-bottom: 20px;
  }
}

.auth .column:last-of-type {
  margin-bottom: 100px;
}

.cjb_form .column {
  margin-bottom: 10px;
}

.cjb_form .labelos {
  margin-top: 24px;
}

.cjb_form .labelos label {
  font-weight: bolder;
  color: #4ca441;
}

.cjb_form .input-list label {
  font-size: 14px;
  margin-bottom: 10px;
}

.cjb_form .input-list label input {
  margin-right: 10px;
}

.cjb_form .radio-list-row label {
  margin-right: 35px;
  font-size: 14px;
}

.cjb_form .input-checkbox label {
  font-size: 14px;
}

.cjb_form .input-checkbox input {
  margin-right: 10px;
}

.cjb_form .input-checkbox a {
  font-weight: bolder;
  margin-top: 10px;
  text-decoration: underline;
  color: #4ca441;
  font-size: 14px;
}

.cjb_form .input-text input {
  width: inherit;
  min-width: 300px;
  padding: 7px;
  font-size: 12px;
  background-color: #ececec;
  border: 0;
  border-radius: 5px;
}

.cjb_form small {
  color: darkgrey;
}

.cjb_form small a {
  color: #399c2e;
}

.cjb-button input {
  display: block;
  margin: 0 auto;
  background-color: #399c2e;
  color: white;
  padding: 7px 25px;
  border: 0;
  border-radius: 5px;
}


.anyDialog-backgroundOverlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}

.anyDialog-backgroundOverlay.show {
  opacity: 1;
}

.anyDialog-main {
  position: absolute;
  background-color: #fff;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.7);
  -moz-box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.7);
  box-shadow: 0px 0px 100px 0px rgba(50, 50, 50, 0.7);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.anyDialog-main .anyDialog-head {
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
  display: flex;
  flex-direction: row;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 40px;
  overflow: hidden;
}

.anyDialog-title {
  width: 100%;
  flex-basis: auto;
  font-size: 16px;
  font-weight: 700;
  align-self: center;
  padding: 8px 0 8px 16px;
}

.anyDialog-btnClose {
  cursor: pointer;
  width: 40px;
  flex-shrink: 0;
  height: 40px;
  background: #f3f6f8 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAzUlEQVQ4ja3SzU5CQQwF4E+DP9wgia+vS+PWCCgkoiwIaGL0ma4LLklvMwMsbNLNnNP29Ez5pxjgEa8YHuA1mOMe5xF4QNvlW6VJg4/Au4vgewDajtgcKG7xEhsMsUyELca4wSZhE1xmiSOsE/Ebn+ltWVmxqiTmtDS5pOSnULzV9wXpK0KcFd5q3F7c4rcwfZ8bO1Or0rOJayeaOMZXIj7hws606TElq0SY4yrgpUOaxQbxlBe4LqzYpEG9Ux50TZ4rxbHJois+6VeOxh9V0F4GGpGv1gAAAABJRU5ErkJggg==') 12px 11px no-repeat;
}

.anyDialog-main .anyDialog-content {
  overflow-y: scroll;
  flex-basis: auto;
  padding: 15px;
  z-index: 1;
}

.anyDialog-main.show {
  opacity: 1;
}

.anyDialog .flash {
  text-align: left;
  margin: 20px 0;
}

.dialogFlash.ok {
  display: block;
  padding: 20px;
  width: auto;
  text-align: left;
  background: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArRJREFUeNokkk1IVFEUx//34703jqOJo+JHaVpCRSF96whFuzBcVUSt2wXVRqKvTR9Qq6wWYbSWhBbVomWFi2oTUZlJCGaKTvNsZpo389677937brc6cFaH/zm/c86fOLwe2S1pWJ2AKKK9a2vD8Z7d6RNqXdQbiQR61VosfZRThXztsd3i/JRLEv63CBwmVKxhJ3R45+mm8Y4j6T0eYsgqBQkpYiE7nX1qqOG1dUp8wXkovP2rYVRbqM/aO/dfbJlafyKzLZ8P4Rck5G+NuKIhK0AQ+UB33GVx+1A4o6ZlMclTUJLuP9Z4s300s3H+awle2QORQBL/J/H8CpxiMzKFDsR9tb66AXYjVipFs32poe7jmcPLyyUkrgNWaIHnBf9EZa+MdNCK2wcf4kruNuq8ZtT6qyMDuzoHadNm+4BqisnaosDJ1rOYGHyCDdiB5bUVNMguI5pArj8HV7goLVYQ+JL0bG8boTqjWiNhdgkT/Ixc9LVtwvW949jfOIpruTvI9eYw+WkSV5+NIQoFOLERpmk3j6o6lD5Fmjl4vHAffuBjbNsVPBh+BMdKYfLjFK4+H0NcDeDQBghegwXic7GgZ3w3BtEcTlCHyZkHEKHEmd5zmP71GtenL0MZUYpnIGJzNUqR/PDfMFa1S1YHP2r30nWqSMBjjs/ue8xG83g6OwV/rQSb1EN4CjKrUL9qLxVfVi8xJq3fYlmF6a3WEdoMaINNQ4K5lc9IKhI8qjOYCnFTAptz6Ge4IN3kFVPGCmE5mtHfuWWt58PIgihDZAeOeSRHxBIkpiGPqSZPccudK90tyopkGpqYkqy54l3wSRV0WXcThlbFAKk1UDGtP8Sz/gtxo7jg3QsRmvsnhOB/pP7az6TFCOtJpewtLMXaYapJmORFIGalTpbMEOMnGB6IPwIMAD5pXinXrfe9AAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  min-height: 40px;
  background-position: left;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.dialogFlash.err {
  display: block;
  padding: 20px;
  width: auto;
  text-align: left;
  background: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYxQzVEOUY5MkVCMjExRTVBMzQ4RDM1QThDQjc3NDcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYxQzVEOUZBMkVCMjExRTVBMzQ4RDM1QThDQjc3NDcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjFDNUQ5RjcyRUIyMTFFNUEzNDhEMzVBOENCNzc0NzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjFDNUQ5RjgyRUIyMTFFNUEzNDhEMzVBOENCNzc0NzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5yXyM/AAACxklEQVR42hxSXUhTYRh+vnPm2XTzZ/14pjVhxkqXK5oXEUSYYIFGQkToXV50mUTkheCFXnSXSV7aTYJdhYZdRBSIhkGhiFkYajERHc5Nt7Pt7JydnbOv9/jBc/F93/s878/zss8jIyhmsyju7aGYycC0rAtnGhsHpN3dG4JhODKStPRV017KbvePcE8PUFkJ7eAADtBhoohsKoV6WX510efrr2EMZjCIvKpCS6UCdar64M/29oyu6w+d9fVZi4gCp6C8puGszzfbHon01ySTOFpbQzqR4BlF4UfxOHKHh/Azdk+fmJjXNzakCsoqlKg8Tybz5FoweLdAhG2fD8mmJijRKMv++4eCLPOy7m7kJAnY2ooU37174VEUCC7TDPtdrn4nqW4Qap8+RXh0FGpdHdLFIlrGx3FleBgsEIBKd/3v30fppSW/YMZit2tEMaBSuU7D4PsTE5za5qHxcX55ehru2lr8fvOG7ywu8mx5Oah0l5pK3RGsePycwDkyNIhyrxfpsTF8GxiAIMuopiwrk5P40tcH0zBQoCHmKO6E13tZKDGmkgKKRM7GYix//jwra2tju+k0i1L/rtZW1F2/zgqKwmyy03bBMBSBnzy5fETj5eTlDqlZz5+jvKsL64ODWOntRamhAZc+fYInEkGe4qoFAaauf3RU+/3v0/H4rKAo3QJZo62uYnNuDoWpKRi5HNYfP4a3sxOpROI4mxwIfHeGwwvs59u30KPREJ+eXuKiWLFPo9aJ4KBBaKbJs7avpslcVOZVmzg0dNPq6JhnzaEQmhsbEYzFbrSr6ge5rKw6aVlI6PrxYoiE09TrKbebH7a13X+tKDOrOztgJCIQRDgcxYAkXbhVKo1GPJ6uGnsXbd9IYKtQWPhQVfVsU5KW9WTSXlPLJtpwETyEjP1IPy21gF+kvwSwpwO/6L1EsPVUgvZfgAEAQ8NgdLRM0icAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  min-height: 40px;
  background-position: left;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.flashMessageContainer {
  position: fixed;
  right: 10px;
  max-width: 400px;
  margin-left: 10px;
  z-index: 1000;
  transition: 300ms;
}

.flashMessageContainer .anyFlashMessage {
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 15px 20px 15px 15px;
  color: #2c2c2c;
  background: #fefefe;
  line-height: 1.3;
  position: relative;
  margin-bottom: 15px;
}

.flashMessageContainer .anyFlashMessage:hover .icon-close {
  opacity: .7;
}

.flashMessageContainer .anyFlashMessage .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.flashMessageContainer .anyFlashMessage.ok {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0,242,0,0.44);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,242,0,0.44);
  box-shadow: 0px 0px 17px 0px rgba(0,242,0,0.44);
}

.flashMessageContainer .anyFlashMessage.ok .icon {
  width: 22px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAABz0lEQVRIS83TzUtUYRTH8c8zM6Kpi3ZCi4h2/RFB0ptErxBDlFBBUlEEQhSRkRiELXJVIAUuFLKEXqiwRQsLWrToL6hFq4pWJhFqpjfuZYbh3saZKRF64PJwz/M733uec38nWKUVVonrPwdHgmHrnPap3IGVVxxDbxsW7BHZ4qz3MXzl4GG3cCapNPicwE/5sDLwHUOC3owBrutxOQ2+q0OPrw05ZcQNXMhoRxx3QhBVwCM2ynuNx446VxM+6ppIX0Yz5qNj+i1Vejxug8UEur4kvqnb+arwMVcEA6mzyH3NuhUtpl0xbhAXM+JBh11KxcYTTaytrOChDod0+pUOx2/9cjYZFRzJVDmg6GoSe6BXMJQ5f2raQSctZG9X6fGEvIJ7IsVM5X1yvokSW1VW5IUl+xX9rNaytCumFMyYwIGaPy/y0lp7dZpbTvenj99p8sUj7F4m6ZVZuxTN1vp49QGZ1Cx4ItKVSX4jr8tOP2reqOZIT2kx77lgawny1pwd9vleD1rx8XLKZ1q1mhRpE9lmu5lGoPXBsWJKu4Imm003Cm0M/De01Nz8Y2K9tLIrCmhBG1qxprS3l/b4LEcyYbHNyk/s43kSP8d7HI/3hd+nU2wYMEtCXgAAAABJRU5ErkJggg==");
}

.flashMessageContainer .anyFlashMessage.err {
  -webkit-box-shadow: 0px 0px 17px 0px #ff9494;
  -moz-box-shadow: 0px 0px 17px 0px #ff9494;
  box-shadow: 0px 0px 17px 0px #ff9494;
}

.flashMessageContainer .anyFlashMessage.err .icon {
  width: 22px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABlUlEQVRIS83Uv+vNURzH8cf73CwyKVmUTX2VGCTZmAySwWCQkjLIIEn+hW8yGCT1VcpkkAwWicnyjUx+DQalWJRBpu89Rx8+93bv/X4+9376Xrec6XTe5/16ntf7fc4JCx6xYH3/F6CwDTn43tV5ZweFXZlX6Cf2B5+6QDoBClF4FhypRAtPg6PxZzp9dAWcxv0JqVPBg7kBha2ZD+lv/Ycj8y2xFPyYBpnpoM+dxPkmkcytHhc3DCgcwssRgTNIuFetZUriYLDaBml1UNiUeZ3YM5J8uJ6/GKxl3iQOBGtNkGmAK7g+kbQOUMcvBTc7Awo7M+8Sm7sAMj/rhn+ZhDQ6yDwOjjecqM1B9SAeJk7OBBRO4FFL087WTb7bEj8WPBmNjTkobMm8T+yY9YBaru3nxO7g1yA+BuhzI3G5TbzwHBEMStW0dTm4tg5Q2Ftfy96U01clquIrbXsya4l9wdtqz9BBn5XEuY2UZjInc7vHhTFA4SqW/wUAw3cx2eQlbJ8T8jX42NjkOYUb02f+pvNCFw74DWZUWBntRftLAAAAAElFTkSuQmCC");
}

.flashMessageContainer .anyFlashMessage.info {
  -webkit-box-shadow: 0px 0px 17px 0px #ffbc82;
  -moz-box-shadow: 0px 0px 17px 0px #ffbc82;
  box-shadow: 0px 0px 17px 0px #ffbc82;
}

.flashMessageContainer .anyFlashMessage.info .icon {
  width: 20px;
  height: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACRFdLHAAACC0lEQVQ4Ea2VQWtTQRSFz0ySlkoLfSmUNuAqIJi1Czfu/AG1SJd1U+jOXWL7C1oTpGt3ihsR0fwAd9100XXERVZCKJbmCW3RJKbjOZPkMTyfKG0Gkje5957vzcyde2OQMdxLFLpdrBmDNedwjyGlcViHtmPamsUimmYbg7TcpA3xHh45gwZFZYod/S1+f/VxBrf5rNBn6Gsbh2q0i48hIwEyyMZ17LsrVBn8nZD9mRxez9dwEgouD7Da+4lNGOxQs2gsGlENO9RcKS4Bdp+j7mHAYSGPxwtVfAtB6fl5A8uDX3jPLTwQtPgMtQSobRL/gfTDqIyHZgP9EKAt+uDRESQu9w4zcRufBLXAurZvlIA4xmdGLRVu4c7CU5wmivGku4e3FNmlXWykfX6lQ3yh/SyKcNcqm1xBWWeWBfMAgzcmh1dpmH77o6FWDLEsD1PXwykBWQLZ8vM4yuVx9De/tGKIZUnWPWulsxmKB+d4MezjILSF87G2JRbPkpd2cs/CqGDON88yeC4w/TkdMUoCTnUI2OGlUAXcbIwYHSXlmKTKRR0r1yWOtRWxlJQmP6Y/xJPrAqUVQyzruwYLXbWpS5oFZWCPb/+R5fMaaulvi2XVgtQ1KFr0tclySguL97HFKthK21V6XqMmQYZnTYKm2hwE5Qr/q30pAf68/9W+JiudWoOdAP1qb/AX8BusUvlKpTu0DAAAAABJRU5ErkJggg==");
}

.flashMessageContainer .anyFlashMessage .i-close {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 3px;
  font-size: 34px;
  color: #2a2a2a;
  opacity: .2;
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 20px;
  height: 20px;
  line-height: 5px;
}

.flashMessageContainer .anyFlashMessage .i-close:hover {
  opacity: 1;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.flashMessageContainer .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.flashMessageContainer .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

.flashMessageContainer .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .flashMessageContainer .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}



/*# sourceMappingURL=bundle.front.css.map*/
/*# sourceMappingURL=bundle.front.css.map*/