/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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: default; }

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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.
 */
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; }

.animated {
  -webkit-animation: 1s ease;
  -moz-animation: 1s ease;
  -ms-animation: 1s ease;
  -o-animation: 1s ease;
  animation: 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation: 2s ease;
  -moz-animation: 2s ease;
  -ms-animation: 2s ease;
  -o-animation: 2s ease;
  animation: 2s ease; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-ms-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }
@-ms-keyframes shake {
  0%,100% {
    -ms-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -ms-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -ms-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-ms-keyframes bounce {
  0%,20%,50%,80%,100% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }
  10%,20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  100% {
    -ms-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%); }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20%) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10%) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-ms-keyframes flip {
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    -ms-animation-timing-function: ease-out; }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-animation-timing-function: ease-out; }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-animation-timing-function: ease-in; }
  80% {
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in; }
  100% {
    -ms-transform: perspective(400px) scale(1);
    -ms-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-ms-keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -ms-animation-name: flipOutX;
  -ms-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  20%,60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

@font-face {
  font-family: 'Climacons-Font';
  src: url("fonts/climacons-webfont.eot");
  src: url("fonts/climacons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/climacons-webfont.svg#Climacons-Font") format("svg"), url("fonts/climacons-webfont.woff") format("woff"), url("fonts/climacons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.climacon:before {
  font-family: 'Climacons-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.climacon.cloud:before {
  content: "\e000"; }

.climacon.cloud.sun:before {
  content: "\e001"; }

.climacon.cloud.moon:before {
  content: "\e002"; }

.climacon.rain:before,
.climacon.rain.cloud:before {
  content: "\e003"; }

.climacon.rain.sun:before,
.climacon.rain.cloud.sun:before {
  content: "\e004"; }

.climacon.rain.moon:before,
.climacon.rain.cloud.moon:before {
  content: "\e005"; }

.climacon.showers:before,
.climacon.showers.cloud:before {
  content: "\e006"; }

.climacon.showers.sun:before,
.climacon.showers.cloud.sun:before {
  content: "\e007"; }

.climacon.showers.moon:before,
.climacon.showers.cloud.moon:before {
  content: "\e008"; }

.climacon.downpour:before,
.climacon.downpour.cloud:before {
  content: "\e009"; }

.climacon.downpour.sun:before,
.climacon.downpour.cloud.sun:before {
  content: "\e00a"; }

.climacon.downpour.moon:before,
.climacon.downpour.cloud.moon:before {
  content: "\e00b"; }

.climacon.drizzle:before,
.climacon.drizzle.cloud:before {
  content: "\e00c"; }

.climacon.drizzle.sun:before,
.climacon.drizzle.cloud.sun:before {
  content: "\e00d"; }

.climacon.drizzle.moon:before,
.climacon.drizzle.cloud.moon:before {
  content: "\e00e"; }

.climacon.sleet:before,
.climacon.sleet.cloud:before {
  content: "\e00f"; }

.climacon.sleet.sun:before,
.climacon.sleet.cloud.sun:before {
  content: "\e010"; }

.climacon.sleet.moon:before,
.climacon.sleet.cloud.moon:before {
  content: "\e011"; }

.climacon.hail:before,
.climacon.hail.cloud:before {
  content: "\e012"; }

.climacon.hail.sun:before,
.climacon.hail.cloud.sun:before {
  content: "\e013"; }

.climacon.hail.moon:before,
.climacon.hail.cloud.moon:before {
  content: "\e014"; }

.climacon.flurries:before,
.climacon.flurries.cloud:before {
  content: "\e015"; }

.climacon.flurries.sun:before,
.climacon.flurries.cloud.sun:before {
  content: "\e016"; }

.climacon.flurries.moon:before,
.climacon.flurries.cloud.moon:before {
  content: "\e017"; }

.climacon.snow:before,
.climacon.snow.cloud:before {
  content: "\e018"; }

.climacon.snow.sun:before,
.climacon.snow.cloud.sun:before {
  content: "\e019"; }

.climacon.snow.moon:before,
.climacon.snow.cloud.moon:before {
  content: "\e01a"; }

.climacon.fog:before,
.climacon.fog.cloud:before {
  content: "\e01b"; }

.climacon.fog.sun:before,
.climacon.fog.cloud.sun:before {
  content: "\e01c"; }

.climacon.fog.moon:before,
.climacon.fog.cloud.moon:before {
  content: "\e01d"; }

.climacon.haze:before {
  content: "\e01e"; }

.climacon.haze.sun:before {
  content: "\e01f"; }

.climacon.haze.moon:before {
  content: "\e020"; }

.climacon.wind:before {
  content: "\e021"; }

.climacon.wind.cloud:before {
  content: "\e022"; }

.climacon.wind.sun:before,
.climacon.wind.cloud.sun:before {
  content: "\e023"; }

.climacon.wind.moon:before,
.climacon.wind.cloud.moon:before {
  content: "\e024"; }

.climacon.lightning:before,
.climacon.lightning.cloud:before {
  content: "\e025"; }

.climacon.lightning.sun:before,
.climacon.lightning.cloud.sun:before {
  content: "\e026"; }

.climacon.lightning.moon:before,
.climacon.lightning.cloud.moon:before {
  content: "\e027"; }

.climacon.sun:before {
  content: "\e028"; }

.climacon.sun.set:before,
.climacon.sunset:before {
  content: "\e029"; }

.climacon.sun.rise:before,
.climacon.sunrise:before {
  content: "\e02a"; }

.climacon.sun.low:before,
.climacon.sun-low:before,
.climacon.low-sun:before {
  content: "\e02b"; }

.climacon.sun.lower:before,
.climacon.sun-lower:before,
.climacon.lower-sun:before {
  content: "\e02c"; }

.climacon.moon:before {
  content: "\e02d"; }

.climacon.moon.new:before {
  content: "\e02e"; }

.climacon.moon.waxing.crescent:before,
.climacon.moon.first-crescent:before {
  content: "\e02f"; }

.climacon.moon.waxing.quarter:before,
.climacon.moon.first-quarter:before,
.climacon.moon.waxing.half:before,
.climacon.moon.first-half:before {
  content: "\e030"; }

.climacon.moon.waxing.gibbous:before,
.climacon.moon.first-gibbous:before,
.climacon.moon.waxing.three-quarter:before,
.climacon.moon.first-three-quarter:before {
  content: "\e031"; }

.climacon.moon.full:before {
  content: "\e032"; }

.climacon.moon.waning.gibbous:before,
.climacon.moon.last-gibbous:before,
.climacon.moon.waning.three-quarter:before,
.climacon.moon.last-three-quarter:before {
  content: "\e033"; }

.climacon.moon.waning.quarter:before,
.climacon.moon.last-quarter:before,
.climacon.moon.waning.half:before,
.climacon.moon.last-half:before {
  content: "\e034"; }

.climacon.moon.waning.crescent:before,
.climacon.moon.last-crescent:before {
  content: "\e035"; }

.climacon.snowflake:before {
  content: "\e036"; }

.climacon.tornado:before {
  content: "\e037"; }

.climacon.thermometer.empty:before,
.climacon.thermometer:before {
  content: "\e038"; }

.climacon.thermometer.low:before {
  content: "\e039"; }

.climacon.thermometer.medium-low:before {
  content: "\e03a"; }

.climacon.thermometer.medium-high:before {
  content: "\e03b"; }

.climacon.thermometer.high:before {
  content: "\e03c"; }

.climacon.thermometer.full:before {
  content: "\e03d"; }

.climacon.celcius:before {
  content: "\e03e"; }

.climacon.farenheit:before {
  content: "\e03f"; }

.climacon.compass:before {
  content: "\e040"; }

.climacon.compass.north:before {
  content: "\e041"; }

.climacon.compass.east:before {
  content: "\e042"; }

.climacon.compass.south:before {
  content: "\e043"; }

.climacon.compass.west:before {
  content: "\e044"; }

.climacon.umbrella:before {
  content: "\e045"; }

.climacon.sunglasses:before {
  content: "\e046"; }

.climacon.cloud.cycle:before,
.climacon.cloud.refresh:before {
  content: "\e047"; }

.climacon.cloud.down:before,
.climacon.cloud.download:before {
  content: "\e048"; }

.climacon.cloud.up:before,
.climacon.cloud.upload:before {
  content: "\e049"; }

svg {
  float: left;
  shape-rendering: geometric-precision; }

@media only screen and (min-width: 480px) {
  svg {
    width: 50%; } }
@media only screen and (min-width: 600px) {
  svg {
    width: 50%; } }
@media only screen and (min-width: 768px) {
  svg {
    width: 33.333%; } }
@media only screen and (min-width: 992px) {
  svg {
    width: 25%; } }
@media only screen and (max-height: 319px) {
  svg {
    height: 29%; } }
@media only screen and (min-height: 320px) {
  svg {
    height: 22%; } }
@media only screen and (min-height: 768px) {
  svg {
    height: 30%; } }
@media only screen and (min-height: 1000px) {
  svg {
    height: 30%; } }
@media only screen and (min-height: 1400px) {
  svg {
    height: 22%; } }
.climacon_component-stroke {
  fill: white;
  stroke-width: 0;
  stroke: white; }

.climacon_component-stroke-yellow {
  fill: yellow;
  stroke-width: 0;
  stroke: white; }

.fill-color-1 {
  fill: #ffff6e !important;
  stroke-width: 0;
  stroke: #ffff6e !important; }

.climacon_component-fill {
  fill: #aedef4;
  stroke-width: 0;
  stroke: white; }

*, *:after, *:before {
  box-sizing: border-box; }

svg {
  float: left;
  shape-rendering: geometricPrecision; }

g, path, circle, rect {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-duration: 12s;
  -webkit-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s; }

.climacon_componentWrap-sun {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate; }

.climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke {
  fill-opacity: 1;
  -webkit-animation-name: scale;
  -moz-animation-name: scale;
  -o-animation-name: scale;
  animation-name: scale;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.climacon_iconWrap .climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s; }

.climacon_componentWrap-moon {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

.climacon_componentWrap-snowflake {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 36s;
  -moz-animation-duration: 36s;
  -o-animation-duration: 36s;
  animation-duration: 36s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal; }

.climacon_componentWrap-wind {
  -webkit-animation-name: translateWind;
  -moz-animation-name: translateWind;
  -o-animation-name: translateWind;
  animation-name: translateWind;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.climacon_componentWrap-sun_cloud {
  -webkit-animation-name: behindCloudMove,rotate;
  -moz-animation-name: behindCloudMove,rotate;
  -o-animation-name: behindCloudMove,rotate;
  animation-name: behindCloudMove,rotate;
  -webkit-animation-iteration-count: 1,infinite;
  -moz-animation-iteration-count: 1,infinite;
  -o-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-timing-function: ease-out,linear;
  -moz-animation-timing-function: ease-out,linear;
  -o-animation-timing-function: ease-out,linear;
  animation-timing-function: ease-out,linear;
  -webkit-animation-delay: 0,3s;
  -moz-animation-delay: 0,3s;
  -o-animation-delay: 0,3s;
  animation-delay: 0,3s;
  -webkit-animation-duration: 3s,12s;
  -moz-animation-duration: 3s,12s;
  -o-animation-duration: 3s,12s;
  animation-duration: 3s,12s; }

.climacon_component-stroke_sunSpoke {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity,scale;
  -moz-animation-name: fillOpacity,scale;
  -o-animation-name: fillOpacity,scale;
  animation-name: fillOpacity,scale;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 1,infinite;
  -moz-animation-iteration-count: 1,infinite;
  -o-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-delay: 3s,0;
  -moz-animation-delay: 3s,0;
  -o-animation-delay: 3s,0;
  animation-delay: 3s,0;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.climacon_component-stroke_sunSpoke:nth-child(even) {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s; }

.climacon_componentWrap-moon_cloud {
  -webkit-animation-name: behindCloudMove,wobble;
  -moz-animation-name: behindCloudMove,wobble;
  -o-animation-name: behindCloudMove,wobble;
  animation-name: behindCloudMove,wobble;
  -webkit-animation-iteration-count: 1,infinite;
  -moz-animation-iteration-count: 1,infinite;
  -o-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-timing-function: ease-out,linear;
  -moz-animation-timing-function: ease-out,linear;
  -o-animation-timing-function: ease-out,linear;
  animation-timing-function: ease-out,linear;
  -webkit-animation-delay: 0,3s;
  -moz-animation-delay: 0,3s;
  -o-animation-delay: 0,3s;
  animation-delay: 0,3s;
  -webkit-animation-duration: 3s,12s;
  -moz-animation-duration: 3s,12s;
  -o-animation-duration: 3s,12s;
  animation-duration: 3s,12s; }

.climacon_component-stroke_drizzle {
  fill-opacity: 0;
  -webkit-animation-name: drizzleFall,fillOpacity2;
  -moz-animation-name: drizzleFall,fillOpacity2;
  -o-animation-name: drizzleFall,fillOpacity2;
  animation-name: drizzleFall,fillOpacity2;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

.climacon_component-stroke_drizzle:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.climacon_component-stroke_drizzle:nth-child(2) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s; }

.climacon_component-stroke_drizzle:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.climacon_component-stroke_rain {
  fill-opacity: 0;
  -webkit-animation-name: rainFall,fillOpacity2;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 2s;
  -moz-animation-name: rainFall,fillOpacity2;
  -moz-animation-timing-function: ease-in;
  -moz-animation-duration: 2s;
  -o-animation-name: rainFall,fillOpacity2;
  -o-animation-timing-function: ease-in;
  -o-animation-duration: 2s;
  animation-name: rainFall,fillOpacity2;
  animation-timing-function: ease-in;
  animation-duration: 2s; }

.climacon_component-stroke_rain:nth-child(n+4) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.climacon_component-stroke_rain_alt:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.climacon_component-stroke_hailAlt {
  fill-opacity: 0;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: .66667s;
  -moz-animation-duration: .66667s;
  -o-animation-duration: .66667s;
  animation-duration: .66667s; }

.climacon_component-stroke_hailAlt-left {
  -webkit-animation-name: hailLeft,fillOpacity2;
  -moz-animation-name: hailLeft,fillOpacity2;
  -o-animation-name: hailLeft,fillOpacity2;
  animation-name: hailLeft,fillOpacity2; }

.climacon_component-stroke_hailAlt-middle {
  -webkit-animation-name: hailMiddle,fillOpacity2;
  -moz-animation-name: hailMiddle,fillOpacity2;
  -o-animation-name: hailMiddle,fillOpacity2;
  animation-name: hailMiddle,fillOpacity2; }

.climacon_component-stroke_hailAlt-middle:nth-child(2) {
  -webkit-animation-name: hailMiddle2,fillOpacity2;
  -moz-animation-name: hailMiddle2,fillOpacity2;
  -o-animation-name: hailMiddle2,fillOpacity2;
  animation-name: hailMiddle2,fillOpacity2; }

.climacon_component-stroke_hailAlt-right {
  -webkit-animation-name: hailRight,fillOpacity2;
  -moz-animation-name: hailRight,fillOpacity2;
  -o-animation-name: hailRight,fillOpacity2;
  animation-name: hailRight,fillOpacity2; }

.climacon_component-stroke_hailAlt:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.climacon_component-stroke_hailAlt:nth-child(2) {
  -webkit-animation-delay: .11111s;
  -moz-animation-delay: .11111s;
  -o-animation-delay: .11111s;
  animation-delay: .11111s; }

.climacon_component-stroke_hailAlt:nth-child(3) {
  -webkit-animation-delay: .22222s;
  -moz-animation-delay: .22222s;
  -o-animation-delay: .22222s;
  animation-delay: .22222s; }

.climacon_component-stroke_hailAlt:nth-child(4) {
  -webkit-animation-delay: .33333s;
  -moz-animation-delay: .33333s;
  -o-animation-delay: .33333s;
  animation-delay: .33333s; }

.climacon_component-stroke_hailAlt:nth-child(5) {
  -webkit-animation-delay: .44444s;
  -moz-animation-delay: .44444s;
  -o-animation-delay: .44444s;
  animation-delay: .44444s; }

.climacon_component-stroke_hailAlt:nth-child(6) {
  -webkit-animation-delay: .55556s;
  -moz-animation-delay: .55556s;
  -o-animation-delay: .55556s;
  animation-delay: .55556s; }

.climacon_component-stroke_snow {
  fill-opacity: 0;
  -webkit-animation-name: snowFall,fillOpacity2;
  -moz-animation-name: snowFall,fillOpacity2;
  -o-animation-name: snowFall,fillOpacity2;
  animation-name: snowFall,fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s; }

.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-name: snowFall2,fillOpacity2;
  -moz-animation-name: snowFall2,fillOpacity2;
  -o-animation-name: snowFall2,fillOpacity2;
  animation-name: snowFall2,fillOpacity2; }

.climacon_component-stroke_snow:nth-child(1) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.climacon_component-stroke_snow:nth-child(2) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s; }

.climacon_component-stroke_snow:nth-child(3) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s; }

.climacon_component-snowAlt {
  fill-opacity: 0;
  -webkit-animation-name: snowFall,fillOpacity2;
  -moz-animation-name: snowFall,fillOpacity2;
  -o-animation-name: snowFall,fillOpacity2;
  animation-name: snowFall,fillOpacity2;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s; }

.climacon_component-stroke_fogLine {
  fill-opacity: .5;
  -webkit-animation-name: translateFog,fillOpacityFog;
  -moz-animation-name: translateFog,fillOpacityFog;
  -o-animation-name: translateFog,fillOpacityFog;
  animation-name: translateFog,fillOpacityFog;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s; }

.climacon_component-stroke_fogLine:nth-child(even) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s; }

.climacon_component-stroke_lightning {
  fill-opacity: 0;
  -webkit-animation-name: lightningFlash;
  -moz-animation-name: lightningFlash;
  -o-animation-name: lightningFlash;
  animation-name: lightningFlash;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s; }

.climacon_component-stroke_tornadoLine {
  -webkit-animation-name: translateTornado1;
  -moz-animation-name: translateTornado1;
  -o-animation-name: translateTornado1;
  animation-name: translateTornado1;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s; }

.climacon_component-stroke_tornadoLine:nth-child(1) {
  -webkit-animation-name: translateTornado1;
  -moz-animation-name: translateTornado1;
  -o-animation-name: translateTornado1;
  animation-name: translateTornado1; }

.climacon_component-stroke_tornadoLine:nth-child(2) {
  -webkit-animation-name: translateTornado2;
  -moz-animation-name: translateTornado2;
  -o-animation-name: translateTornado2;
  animation-name: translateTornado2; }

.climacon_component-stroke_tornadoLine:nth-child(3) {
  -webkit-animation-name: translateTornado3;
  -moz-animation-name: translateTornado3;
  -o-animation-name: translateTornado3;
  animation-name: translateTornado3; }

.climacon_component-stroke_tornadoLine:nth-child(4) {
  -webkit-animation-name: translateTornado4;
  -moz-animation-name: translateTornado4;
  -o-animation-name: translateTornado4;
  animation-name: translateTornado4; }

.climacon_component-stroke_tornadoLine:nth-child(5) {
  -webkit-animation-name: translateTornado5;
  -moz-animation-name: translateTornado5;
  -o-animation-name: translateTornado5;
  animation-name: translateTornado5; }

.climacon_component-stroke_tornadoLine:nth-child(6) {
  -webkit-animation-name: translateTornado6;
  -moz-animation-name: translateTornado6;
  -o-animation-name: translateTornado6;
  animation-name: translateTornado6; }

.climacon_component-stroke_arrow-up {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2,translateArrowUp;
  -moz-animation-name: fillOpacity2,translateArrowUp;
  -o-animation-name: fillOpacity2,translateArrowUp;
  animation-name: fillOpacity2,translateArrowUp;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.climacon_component-stroke_arrow-down {
  fill-opacity: 0;
  -webkit-animation-name: fillOpacity2,translateArrowDown;
  -moz-animation-name: fillOpacity2,translateArrowDown;
  -o-animation-name: fillOpacity2,translateArrowDown;
  animation-name: fillOpacity2,translateArrowDown;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s; }

.climacon_componentWrap-sunriseAlt {
  -webkit-animation-name: translateSunrise,fillOpacity;
  -moz-animation-name: translateSunrise,fillOpacity;
  -o-animation-name: translateSunrise,fillOpacity;
  animation-name: translateSunrise,fillOpacity;
  -webkit-animation-duration: 12s,6s;
  -moz-animation-duration: 12s,6s;
  -o-animation-duration: 12s,6s;
  animation-duration: 12s,6s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.climacon_componentWrap-sunsetAlt {
  -webkit-animation-name: translateSunset;
  -moz-animation-name: translateSunset;
  -o-animation-name: translateSunset;
  animation-name: translateSunset;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0); }
  25% {
    -webkit-transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(0); }
  75% {
    -webkit-transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: rotate(0); }
  25% {
    -moz-transform: rotate(-15deg); }
  50% {
    -moz-transform: rotate(0); }
  75% {
    -moz-transform: rotate(15deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-o-keyframes wobble {
  0% {
    -o-transform: rotate(0); }
  25% {
    -o-transform: rotate(-15deg); }
  50% {
    -o-transform: rotate(0); }
  75% {
    -o-transform: rotate(15deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes wobble {
  0% {
    transform: rotate(0); }
  25% {
    transform: rotate(-15deg); }
  50% {
    transform: rotate(0); }
  75% {
    transform: rotate(15deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.5, 0.5); } }
@-moz-keyframes scale {
  0% {
    -moz-transform: scale(1, 1); }
  100% {
    -moz-transform: scale(0.5, 0.5); } }
@-o-keyframes scale {
  0% {
    -o-transform: scale(1, 1); }
  100% {
    -o-transform: scale(0.5, 0.5); } }
@keyframes scale {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(0.5, 0.5); } }
@-webkit-keyframes behindCloudMove {
  0% {
    -webkit-transform: translateX(-1.75px) translateY(1.75px); }
  100% {
    -webkit-transform: translateX(0) translateY(0); } }
@-moz-keyframes behindCloudMove {
  0% {
    -moz-transform: translateX(-1.75px) translateY(1.75px); }
  100% {
    -moz-transform: translateX(0) translateY(0); } }
@-o-keyframes behindCloudMove {
  0% {
    -o-transform: translateX(-1.75px) translateY(1.75px); }
  100% {
    -o-transform: translateX(0) translateY(0); } }
@keyframes behindCloudMove {
  0% {
    transform: translateX(-1.75px) translateY(1.75px); }
  100% {
    transform: translateX(0) translateY(0); } }
@-webkit-keyframes drizzleFall {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(21px); } }
@-moz-keyframes drizzleFall {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(21px); } }
@-o-keyframes drizzleFall {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(21px); } }
@keyframes drizzleFall {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(21px); } }
@-webkit-keyframes rainFall {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(14px); } }
@-moz-keyframes rainFall {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(14px); } }
@-o-keyframes rainFall {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(14px); } }
@keyframes rainFall {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(14px); } }
@-webkit-keyframes rainFall2 {
  0% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(14px); }
  100% {
    -webkit-transform: translateX(14px) translateY(14px); } }
@-moz-keyframes rainFall2 {
  0% {
    -moz-transform: translateY(0); }
  50% {
    -moz-transform: translateY(14px); }
  100% {
    -moz-transform: translateX(14px) translateY(14px); } }
@-o-keyframes rainFall2 {
  0% {
    -o-transform: translateY(0); }
  50% {
    -o-transform: translateY(14px); }
  100% {
    -o-transform: translateX(14px) translateY(14px); } }
@keyframes rainFall2 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(14px); }
  100% {
    transform: translateX(14px) translateY(14px); } }
@-webkit-keyframes hailLeft {
  50% {
    -webkit-transform: translateY(17.5px); }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.3px); }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.6px); }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.9px); }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-1.2px); }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-1.5px); }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-1.8px); }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-2.1px); }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-2.4px); }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-2.7px); }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-3px); }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-3.3px); }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-3.6px); }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-3.9px); }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-4.2px); }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-4.5px); }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-4.8px); }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-5.1px); }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-5.4px); }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-5.7px); }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-6px); }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-6.3px); }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-6.6px); }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-6.9px); }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-7.2px); }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-7.5px); }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-7.8px); }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-8.1px); }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-8.4px); }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-8.7px); }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-9px); }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-9.3px); }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-9.6px); }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-9.9px); }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-10.2px); }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-10.5px); }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-10.8px); }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-11.1px); }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-11.4px); }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-11.7px); }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-12px); }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-12.3px); }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-12.6px); }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-12.9px); }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-13.2px); }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-13.5px); }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-13.8px); }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-14.1px); }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-14.4px); }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-14.7px); }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-15px); } }
@-webkit-keyframes hailMiddle {
  50% {
    -webkit-transform: translateY(17.5px); }
  51% {
    -webkit-transform: translateY(17.5px) translateX(-0.15px); }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(-0.3px); }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(-0.45px); }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(-0.6px); }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(-0.75px); }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(-0.9px); }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(-1.05px); }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(-1.2px); }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(-1.35px); }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(-1.5px); }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(-1.65px); }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(-1.8px); }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(-1.95px); }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(-2.1px); }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(-2.25px); }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(-2.4px); }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(-2.55px); }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(-2.7px); }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(-2.85px); }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(-3px); }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(-3.15px); }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(-3.3px); }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(-3.45px); }
  74% {
    -webkit-transform: translateY(8.819px) translateX(-3.6px); }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(-3.75px); }
  76% {
    -webkit-transform: translateY(8.75px) translateX(-3.9px); }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(-4.05px); }
  78% {
    -webkit-transform: translateY(8.819px) translateX(-4.2px); }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(-4.35px); }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(-4.5px); }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(-4.65px); }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(-4.8px); }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(-4.95px); }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(-5.1px); }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(-5.25px); }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(-5.4px); }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(-5.55px); }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(-5.7px); }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(-5.85px); }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(-6px); }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(-6.15px); }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(-6.3px); }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(-6.45px); }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(-6.6px); }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(-6.75px); }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(-6.9px); }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(-7.05px); }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(-7.2px); }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(-7.35px); }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(-7.5px); } }
@-webkit-keyframes hailMiddle2 {
  50% {
    -webkit-transform: translateY(17.5px); }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.15px); }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.3px); }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.45px); }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(0.6px); }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(0.75px); }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(0.9px); }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(1.05px); }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(1.2px); }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(1.35px); }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(1.5px); }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(1.65px); }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(1.8px); }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(1.95px); }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(2.1px); }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(2.25px); }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(2.4px); }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(2.55px); }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(2.7px); }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(2.85px); }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(3px); }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(3.15px); }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(3.3px); }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(3.45px); }
  74% {
    -webkit-transform: translateY(8.819px) translateX(3.6px); }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(3.75px); }
  76% {
    -webkit-transform: translateY(8.75px) translateX(3.9px); }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(4.05px); }
  78% {
    -webkit-transform: translateY(8.819px) translateX(4.2px); }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(4.35px); }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(4.5px); }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(4.65px); }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(4.8px); }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(4.95px); }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(5.1px); }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(5.25px); }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(5.4px); }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(5.55px); }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(5.7px); }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(5.85px); }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(6px); }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(6.15px); }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(6.3px); }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(6.45px); }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(6.6px); }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(6.75px); }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(6.9px); }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(7.05px); }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(7.2px); }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(7.35px); }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(7.5px); } }
@-webkit-keyframes hailRight {
  50% {
    -webkit-transform: translateY(17.5px); }
  51% {
    -webkit-transform: translateY(17.5px) translateX(0.3px); }
  52% {
    -webkit-transform: translateY(16.95058px) translateX(0.6px); }
  53% {
    -webkit-transform: translateY(16.40333px) translateX(0.9px); }
  54% {
    -webkit-transform: translateY(15.86041px) translateX(1.2px); }
  55% {
    -webkit-transform: translateY(15.32396px) translateX(1.5px); }
  56% {
    -webkit-transform: translateY(14.7961px) translateX(1.8px); }
  57% {
    -webkit-transform: translateY(14.27891px) translateX(2.1px); }
  58% {
    -webkit-transform: translateY(13.77443px) translateX(2.4px); }
  59% {
    -webkit-transform: translateY(13.28466px) translateX(2.7px); }
  60% {
    -webkit-transform: translateY(12.81152px) translateX(3px); }
  61% {
    -webkit-transform: translateY(12.35688px) translateX(3.3px); }
  62% {
    -webkit-transform: translateY(11.92254px) translateX(3.6px); }
  63% {
    -webkit-transform: translateY(11.51021px) translateX(3.9px); }
  64% {
    -webkit-transform: translateY(11.12152px) translateX(4.2px); }
  65% {
    -webkit-transform: translateY(10.75801px) translateX(4.5px); }
  66% {
    -webkit-transform: translateY(10.4211px) translateX(4.8px); }
  67% {
    -webkit-transform: translateY(10.11213px) translateX(5.1px); }
  68% {
    -webkit-transform: translateY(9.83232px) translateX(5.4px); }
  69% {
    -webkit-transform: translateY(9.58276px) translateX(5.7px); }
  70% {
    -webkit-transform: translateY(9.36446px) translateX(6px); }
  71% {
    -webkit-transform: translateY(9.17826px) translateX(6.3px); }
  72% {
    -webkit-transform: translateY(9.0249px) translateX(6.6px); }
  73% {
    -webkit-transform: translateY(8.90499px) translateX(6.9px); }
  74% {
    -webkit-transform: translateY(8.819px) translateX(7.2px); }
  75% {
    -webkit-transform: translateY(8.76727px) translateX(7.5px); }
  76% {
    -webkit-transform: translateY(8.75px) translateX(7.8px); }
  77% {
    -webkit-transform: translateY(8.76727px) translateX(8.1px); }
  78% {
    -webkit-transform: translateY(8.819px) translateX(8.4px); }
  79% {
    -webkit-transform: translateY(8.90499px) translateX(8.7px); }
  80% {
    -webkit-transform: translateY(9.0249px) translateX(9px); }
  81% {
    -webkit-transform: translateY(9.17826px) translateX(9.3px); }
  82% {
    -webkit-transform: translateY(9.36446px) translateX(9.6px); }
  83% {
    -webkit-transform: translateY(9.58276px) translateX(9.9px); }
  84% {
    -webkit-transform: translateY(9.83232px) translateX(10.2px); }
  85% {
    -webkit-transform: translateY(10.11213px) translateX(10.5px); }
  86% {
    -webkit-transform: translateY(10.4211px) translateX(10.8px); }
  87% {
    -webkit-transform: translateY(10.75801px) translateX(11.1px); }
  88% {
    -webkit-transform: translateY(11.12152px) translateX(11.4px); }
  89% {
    -webkit-transform: translateY(11.51021px) translateX(11.7px); }
  90% {
    -webkit-transform: translateY(11.92254px) translateX(12px); }
  91% {
    -webkit-transform: translateY(12.35688px) translateX(12.3px); }
  92% {
    -webkit-transform: translateY(12.81152px) translateX(12.6px); }
  93% {
    -webkit-transform: translateY(13.28466px) translateX(12.9px); }
  94% {
    -webkit-transform: translateY(13.77443px) translateX(13.2px); }
  95% {
    -webkit-transform: translateY(14.27891px) translateX(13.5px); }
  96% {
    -webkit-transform: translateY(14.7961px) translateX(13.8px); }
  97% {
    -webkit-transform: translateY(15.32396px) translateX(14.1px); }
  98% {
    -webkit-transform: translateY(15.86041px) translateX(14.4px); }
  99% {
    -webkit-transform: translateY(16.40333px) translateX(14.7px); }
  100% {
    -webkit-transform: translateY(16.95058px) translateX(15px); } }
@-moz-keyframes hailLeft {
  50% {
    -moz-transform: translateY(17.5px); }
  51% {
    -moz-transform: translateY(17.5px) translateX(-0.3px); }
  52% {
    -moz-transform: translateY(16.95058px) translateX(-0.6px); }
  53% {
    -moz-transform: translateY(16.40333px) translateX(-0.9px); }
  54% {
    -moz-transform: translateY(15.86041px) translateX(-1.2px); }
  55% {
    -moz-transform: translateY(15.32396px) translateX(-1.5px); }
  56% {
    -moz-transform: translateY(14.7961px) translateX(-1.8px); }
  57% {
    -moz-transform: translateY(14.27891px) translateX(-2.1px); }
  58% {
    -moz-transform: translateY(13.77443px) translateX(-2.4px); }
  59% {
    -moz-transform: translateY(13.28466px) translateX(-2.7px); }
  60% {
    -moz-transform: translateY(12.81152px) translateX(-3px); }
  61% {
    -moz-transform: translateY(12.35688px) translateX(-3.3px); }
  62% {
    -moz-transform: translateY(11.92254px) translateX(-3.6px); }
  63% {
    -moz-transform: translateY(11.51021px) translateX(-3.9px); }
  64% {
    -moz-transform: translateY(11.12152px) translateX(-4.2px); }
  65% {
    -moz-transform: translateY(10.75801px) translateX(-4.5px); }
  66% {
    -moz-transform: translateY(10.4211px) translateX(-4.8px); }
  67% {
    -moz-transform: translateY(10.11213px) translateX(-5.1px); }
  68% {
    -moz-transform: translateY(9.83232px) translateX(-5.4px); }
  69% {
    -moz-transform: translateY(9.58276px) translateX(-5.7px); }
  70% {
    -moz-transform: translateY(9.36446px) translateX(-6px); }
  71% {
    -moz-transform: translateY(9.17826px) translateX(-6.3px); }
  72% {
    -moz-transform: translateY(9.0249px) translateX(-6.6px); }
  73% {
    -moz-transform: translateY(8.90499px) translateX(-6.9px); }
  74% {
    -moz-transform: translateY(8.819px) translateX(-7.2px); }
  75% {
    -moz-transform: translateY(8.76727px) translateX(-7.5px); }
  76% {
    -moz-transform: translateY(8.75px) translateX(-7.8px); }
  77% {
    -moz-transform: translateY(8.76727px) translateX(-8.1px); }
  78% {
    -moz-transform: translateY(8.819px) translateX(-8.4px); }
  79% {
    -moz-transform: translateY(8.90499px) translateX(-8.7px); }
  80% {
    -moz-transform: translateY(9.0249px) translateX(-9px); }
  81% {
    -moz-transform: translateY(9.17826px) translateX(-9.3px); }
  82% {
    -moz-transform: translateY(9.36446px) translateX(-9.6px); }
  83% {
    -moz-transform: translateY(9.58276px) translateX(-9.9px); }
  84% {
    -moz-transform: translateY(9.83232px) translateX(-10.2px); }
  85% {
    -moz-transform: translateY(10.11213px) translateX(-10.5px); }
  86% {
    -moz-transform: translateY(10.4211px) translateX(-10.8px); }
  87% {
    -moz-transform: translateY(10.75801px) translateX(-11.1px); }
  88% {
    -moz-transform: translateY(11.12152px) translateX(-11.4px); }
  89% {
    -moz-transform: translateY(11.51021px) translateX(-11.7px); }
  90% {
    -moz-transform: translateY(11.92254px) translateX(-12px); }
  91% {
    -moz-transform: translateY(12.35688px) translateX(-12.3px); }
  92% {
    -moz-transform: translateY(12.81152px) translateX(-12.6px); }
  93% {
    -moz-transform: translateY(13.28466px) translateX(-12.9px); }
  94% {
    -moz-transform: translateY(13.77443px) translateX(-13.2px); }
  95% {
    -moz-transform: translateY(14.27891px) translateX(-13.5px); }
  96% {
    -moz-transform: translateY(14.7961px) translateX(-13.8px); }
  97% {
    -moz-transform: translateY(15.32396px) translateX(-14.1px); }
  98% {
    -moz-transform: translateY(15.86041px) translateX(-14.4px); }
  99% {
    -moz-transform: translateY(16.40333px) translateX(-14.7px); }
  100% {
    -moz-transform: translateY(16.95058px) translateX(-15px); } }
@-moz-keyframes hailMiddle {
  50% {
    -moz-transform: translateY(17.5px); }
  51% {
    -moz-transform: translateY(17.5px) translateX(-0.15px); }
  52% {
    -moz-transform: translateY(16.95058px) translateX(-0.3px); }
  53% {
    -moz-transform: translateY(16.40333px) translateX(-0.45px); }
  54% {
    -moz-transform: translateY(15.86041px) translateX(-0.6px); }
  55% {
    -moz-transform: translateY(15.32396px) translateX(-0.75px); }
  56% {
    -moz-transform: translateY(14.7961px) translateX(-0.9px); }
  57% {
    -moz-transform: translateY(14.27891px) translateX(-1.05px); }
  58% {
    -moz-transform: translateY(13.77443px) translateX(-1.2px); }
  59% {
    -moz-transform: translateY(13.28466px) translateX(-1.35px); }
  60% {
    -moz-transform: translateY(12.81152px) translateX(-1.5px); }
  61% {
    -moz-transform: translateY(12.35688px) translateX(-1.65px); }
  62% {
    -moz-transform: translateY(11.92254px) translateX(-1.8px); }
  63% {
    -moz-transform: translateY(11.51021px) translateX(-1.95px); }
  64% {
    -moz-transform: translateY(11.12152px) translateX(-2.1px); }
  65% {
    -moz-transform: translateY(10.75801px) translateX(-2.25px); }
  66% {
    -moz-transform: translateY(10.4211px) translateX(-2.4px); }
  67% {
    -moz-transform: translateY(10.11213px) translateX(-2.55px); }
  68% {
    -moz-transform: translateY(9.83232px) translateX(-2.7px); }
  69% {
    -moz-transform: translateY(9.58276px) translateX(-2.85px); }
  70% {
    -moz-transform: translateY(9.36446px) translateX(-3px); }
  71% {
    -moz-transform: translateY(9.17826px) translateX(-3.15px); }
  72% {
    -moz-transform: translateY(9.0249px) translateX(-3.3px); }
  73% {
    -moz-transform: translateY(8.90499px) translateX(-3.45px); }
  74% {
    -moz-transform: translateY(8.819px) translateX(-3.6px); }
  75% {
    -moz-transform: translateY(8.76727px) translateX(-3.75px); }
  76% {
    -moz-transform: translateY(8.75px) translateX(-3.9px); }
  77% {
    -moz-transform: translateY(8.76727px) translateX(-4.05px); }
  78% {
    -moz-transform: translateY(8.819px) translateX(-4.2px); }
  79% {
    -moz-transform: translateY(8.90499px) translateX(-4.35px); }
  80% {
    -moz-transform: translateY(9.0249px) translateX(-4.5px); }
  81% {
    -moz-transform: translateY(9.17826px) translateX(-4.65px); }
  82% {
    -moz-transform: translateY(9.36446px) translateX(-4.8px); }
  83% {
    -moz-transform: translateY(9.58276px) translateX(-4.95px); }
  84% {
    -moz-transform: translateY(9.83232px) translateX(-5.1px); }
  85% {
    -moz-transform: translateY(10.11213px) translateX(-5.25px); }
  86% {
    -moz-transform: translateY(10.4211px) translateX(-5.4px); }
  87% {
    -moz-transform: translateY(10.75801px) translateX(-5.55px); }
  88% {
    -moz-transform: translateY(11.12152px) translateX(-5.7px); }
  89% {
    -moz-transform: translateY(11.51021px) translateX(-5.85px); }
  90% {
    -moz-transform: translateY(11.92254px) translateX(-6px); }
  91% {
    -moz-transform: translateY(12.35688px) translateX(-6.15px); }
  92% {
    -moz-transform: translateY(12.81152px) translateX(-6.3px); }
  93% {
    -moz-transform: translateY(13.28466px) translateX(-6.45px); }
  94% {
    -moz-transform: translateY(13.77443px) translateX(-6.6px); }
  95% {
    -moz-transform: translateY(14.27891px) translateX(-6.75px); }
  96% {
    -moz-transform: translateY(14.7961px) translateX(-6.9px); }
  97% {
    -moz-transform: translateY(15.32396px) translateX(-7.05px); }
  98% {
    -moz-transform: translateY(15.86041px) translateX(-7.2px); }
  99% {
    -moz-transform: translateY(16.40333px) translateX(-7.35px); }
  100% {
    -moz-transform: translateY(16.95058px) translateX(-7.5px); } }
@-moz-keyframes hailMiddle2 {
  50% {
    -moz-transform: translateY(17.5px); }
  51% {
    -moz-transform: translateY(17.5px) translateX(0.15px); }
  52% {
    -moz-transform: translateY(16.95058px) translateX(0.3px); }
  53% {
    -moz-transform: translateY(16.40333px) translateX(0.45px); }
  54% {
    -moz-transform: translateY(15.86041px) translateX(0.6px); }
  55% {
    -moz-transform: translateY(15.32396px) translateX(0.75px); }
  56% {
    -moz-transform: translateY(14.7961px) translateX(0.9px); }
  57% {
    -moz-transform: translateY(14.27891px) translateX(1.05px); }
  58% {
    -moz-transform: translateY(13.77443px) translateX(1.2px); }
  59% {
    -moz-transform: translateY(13.28466px) translateX(1.35px); }
  60% {
    -moz-transform: translateY(12.81152px) translateX(1.5px); }
  61% {
    -moz-transform: translateY(12.35688px) translateX(1.65px); }
  62% {
    -moz-transform: translateY(11.92254px) translateX(1.8px); }
  63% {
    -moz-transform: translateY(11.51021px) translateX(1.95px); }
  64% {
    -moz-transform: translateY(11.12152px) translateX(2.1px); }
  65% {
    -moz-transform: translateY(10.75801px) translateX(2.25px); }
  66% {
    -moz-transform: translateY(10.4211px) translateX(2.4px); }
  67% {
    -moz-transform: translateY(10.11213px) translateX(2.55px); }
  68% {
    -moz-transform: translateY(9.83232px) translateX(2.7px); }
  69% {
    -moz-transform: translateY(9.58276px) translateX(2.85px); }
  70% {
    -moz-transform: translateY(9.36446px) translateX(3px); }
  71% {
    -moz-transform: translateY(9.17826px) translateX(3.15px); }
  72% {
    -moz-transform: translateY(9.0249px) translateX(3.3px); }
  73% {
    -moz-transform: translateY(8.90499px) translateX(3.45px); }
  74% {
    -moz-transform: translateY(8.819px) translateX(3.6px); }
  75% {
    -moz-transform: translateY(8.76727px) translateX(3.75px); }
  76% {
    -moz-transform: translateY(8.75px) translateX(3.9px); }
  77% {
    -moz-transform: translateY(8.76727px) translateX(4.05px); }
  78% {
    -moz-transform: translateY(8.819px) translateX(4.2px); }
  79% {
    -moz-transform: translateY(8.90499px) translateX(4.35px); }
  80% {
    -moz-transform: translateY(9.0249px) translateX(4.5px); }
  81% {
    -moz-transform: translateY(9.17826px) translateX(4.65px); }
  82% {
    -moz-transform: translateY(9.36446px) translateX(4.8px); }
  83% {
    -moz-transform: translateY(9.58276px) translateX(4.95px); }
  84% {
    -moz-transform: translateY(9.83232px) translateX(5.1px); }
  85% {
    -moz-transform: translateY(10.11213px) translateX(5.25px); }
  86% {
    -moz-transform: translateY(10.4211px) translateX(5.4px); }
  87% {
    -moz-transform: translateY(10.75801px) translateX(5.55px); }
  88% {
    -moz-transform: translateY(11.12152px) translateX(5.7px); }
  89% {
    -moz-transform: translateY(11.51021px) translateX(5.85px); }
  90% {
    -moz-transform: translateY(11.92254px) translateX(6px); }
  91% {
    -moz-transform: translateY(12.35688px) translateX(6.15px); }
  92% {
    -moz-transform: translateY(12.81152px) translateX(6.3px); }
  93% {
    -moz-transform: translateY(13.28466px) translateX(6.45px); }
  94% {
    -moz-transform: translateY(13.77443px) translateX(6.6px); }
  95% {
    -moz-transform: translateY(14.27891px) translateX(6.75px); }
  96% {
    -moz-transform: translateY(14.7961px) translateX(6.9px); }
  97% {
    -moz-transform: translateY(15.32396px) translateX(7.05px); }
  98% {
    -moz-transform: translateY(15.86041px) translateX(7.2px); }
  99% {
    -moz-transform: translateY(16.40333px) translateX(7.35px); }
  100% {
    -moz-transform: translateY(16.95058px) translateX(7.5px); } }
@-moz-keyframes hailRight {
  50% {
    -moz-transform: translateY(17.5px); }
  51% {
    -moz-transform: translateY(17.5px) translateX(0.3px); }
  52% {
    -moz-transform: translateY(16.95058px) translateX(0.6px); }
  53% {
    -moz-transform: translateY(16.40333px) translateX(0.9px); }
  54% {
    -moz-transform: translateY(15.86041px) translateX(1.2px); }
  55% {
    -moz-transform: translateY(15.32396px) translateX(1.5px); }
  56% {
    -moz-transform: translateY(14.7961px) translateX(1.8px); }
  57% {
    -moz-transform: translateY(14.27891px) translateX(2.1px); }
  58% {
    -moz-transform: translateY(13.77443px) translateX(2.4px); }
  59% {
    -moz-transform: translateY(13.28466px) translateX(2.7px); }
  60% {
    -moz-transform: translateY(12.81152px) translateX(3px); }
  61% {
    -moz-transform: translateY(12.35688px) translateX(3.3px); }
  62% {
    -moz-transform: translateY(11.92254px) translateX(3.6px); }
  63% {
    -moz-transform: translateY(11.51021px) translateX(3.9px); }
  64% {
    -moz-transform: translateY(11.12152px) translateX(4.2px); }
  65% {
    -moz-transform: translateY(10.75801px) translateX(4.5px); }
  66% {
    -moz-transform: translateY(10.4211px) translateX(4.8px); }
  67% {
    -moz-transform: translateY(10.11213px) translateX(5.1px); }
  68% {
    -moz-transform: translateY(9.83232px) translateX(5.4px); }
  69% {
    -moz-transform: translateY(9.58276px) translateX(5.7px); }
  70% {
    -moz-transform: translateY(9.36446px) translateX(6px); }
  71% {
    -moz-transform: translateY(9.17826px) translateX(6.3px); }
  72% {
    -moz-transform: translateY(9.0249px) translateX(6.6px); }
  73% {
    -moz-transform: translateY(8.90499px) translateX(6.9px); }
  74% {
    -moz-transform: translateY(8.819px) translateX(7.2px); }
  75% {
    -moz-transform: translateY(8.76727px) translateX(7.5px); }
  76% {
    -moz-transform: translateY(8.75px) translateX(7.8px); }
  77% {
    -moz-transform: translateY(8.76727px) translateX(8.1px); }
  78% {
    -moz-transform: translateY(8.819px) translateX(8.4px); }
  79% {
    -moz-transform: translateY(8.90499px) translateX(8.7px); }
  80% {
    -moz-transform: translateY(9.0249px) translateX(9px); }
  81% {
    -moz-transform: translateY(9.17826px) translateX(9.3px); }
  82% {
    -moz-transform: translateY(9.36446px) translateX(9.6px); }
  83% {
    -moz-transform: translateY(9.58276px) translateX(9.9px); }
  84% {
    -moz-transform: translateY(9.83232px) translateX(10.2px); }
  85% {
    -moz-transform: translateY(10.11213px) translateX(10.5px); }
  86% {
    -moz-transform: translateY(10.4211px) translateX(10.8px); }
  87% {
    -moz-transform: translateY(10.75801px) translateX(11.1px); }
  88% {
    -moz-transform: translateY(11.12152px) translateX(11.4px); }
  89% {
    -moz-transform: translateY(11.51021px) translateX(11.7px); }
  90% {
    -moz-transform: translateY(11.92254px) translateX(12px); }
  91% {
    -moz-transform: translateY(12.35688px) translateX(12.3px); }
  92% {
    -moz-transform: translateY(12.81152px) translateX(12.6px); }
  93% {
    -moz-transform: translateY(13.28466px) translateX(12.9px); }
  94% {
    -moz-transform: translateY(13.77443px) translateX(13.2px); }
  95% {
    -moz-transform: translateY(14.27891px) translateX(13.5px); }
  96% {
    -moz-transform: translateY(14.7961px) translateX(13.8px); }
  97% {
    -moz-transform: translateY(15.32396px) translateX(14.1px); }
  98% {
    -moz-transform: translateY(15.86041px) translateX(14.4px); }
  99% {
    -moz-transform: translateY(16.40333px) translateX(14.7px); }
  100% {
    -moz-transform: translateY(16.95058px) translateX(15px); } }
@-o-keyframes hailLeft {
  50% {
    -o-transform: translateY(17.5px); }
  51% {
    -o-transform: translateY(17.5px) translateX(-0.3px); }
  52% {
    -o-transform: translateY(16.95058px) translateX(-0.6px); }
  53% {
    -o-transform: translateY(16.40333px) translateX(-0.9px); }
  54% {
    -o-transform: translateY(15.86041px) translateX(-1.2px); }
  55% {
    -o-transform: translateY(15.32396px) translateX(-1.5px); }
  56% {
    -o-transform: translateY(14.7961px) translateX(-1.8px); }
  57% {
    -o-transform: translateY(14.27891px) translateX(-2.1px); }
  58% {
    -o-transform: translateY(13.77443px) translateX(-2.4px); }
  59% {
    -o-transform: translateY(13.28466px) translateX(-2.7px); }
  60% {
    -o-transform: translateY(12.81152px) translateX(-3px); }
  61% {
    -o-transform: translateY(12.35688px) translateX(-3.3px); }
  62% {
    -o-transform: translateY(11.92254px) translateX(-3.6px); }
  63% {
    -o-transform: translateY(11.51021px) translateX(-3.9px); }
  64% {
    -o-transform: translateY(11.12152px) translateX(-4.2px); }
  65% {
    -o-transform: translateY(10.75801px) translateX(-4.5px); }
  66% {
    -o-transform: translateY(10.4211px) translateX(-4.8px); }
  67% {
    -o-transform: translateY(10.11213px) translateX(-5.1px); }
  68% {
    -o-transform: translateY(9.83232px) translateX(-5.4px); }
  69% {
    -o-transform: translateY(9.58276px) translateX(-5.7px); }
  70% {
    -o-transform: translateY(9.36446px) translateX(-6px); }
  71% {
    -o-transform: translateY(9.17826px) translateX(-6.3px); }
  72% {
    -o-transform: translateY(9.0249px) translateX(-6.6px); }
  73% {
    -o-transform: translateY(8.90499px) translateX(-6.9px); }
  74% {
    -o-transform: translateY(8.819px) translateX(-7.2px); }
  75% {
    -o-transform: translateY(8.76727px) translateX(-7.5px); }
  76% {
    -o-transform: translateY(8.75px) translateX(-7.8px); }
  77% {
    -o-transform: translateY(8.76727px) translateX(-8.1px); }
  78% {
    -o-transform: translateY(8.819px) translateX(-8.4px); }
  79% {
    -o-transform: translateY(8.90499px) translateX(-8.7px); }
  80% {
    -o-transform: translateY(9.0249px) translateX(-9px); }
  81% {
    -o-transform: translateY(9.17826px) translateX(-9.3px); }
  82% {
    -o-transform: translateY(9.36446px) translateX(-9.6px); }
  83% {
    -o-transform: translateY(9.58276px) translateX(-9.9px); }
  84% {
    -o-transform: translateY(9.83232px) translateX(-10.2px); }
  85% {
    -o-transform: translateY(10.11213px) translateX(-10.5px); }
  86% {
    -o-transform: translateY(10.4211px) translateX(-10.8px); }
  87% {
    -o-transform: translateY(10.75801px) translateX(-11.1px); }
  88% {
    -o-transform: translateY(11.12152px) translateX(-11.4px); }
  89% {
    -o-transform: translateY(11.51021px) translateX(-11.7px); }
  90% {
    -o-transform: translateY(11.92254px) translateX(-12px); }
  91% {
    -o-transform: translateY(12.35688px) translateX(-12.3px); }
  92% {
    -o-transform: translateY(12.81152px) translateX(-12.6px); }
  93% {
    -o-transform: translateY(13.28466px) translateX(-12.9px); }
  94% {
    -o-transform: translateY(13.77443px) translateX(-13.2px); }
  95% {
    -o-transform: translateY(14.27891px) translateX(-13.5px); }
  96% {
    -o-transform: translateY(14.7961px) translateX(-13.8px); }
  97% {
    -o-transform: translateY(15.32396px) translateX(-14.1px); }
  98% {
    -o-transform: translateY(15.86041px) translateX(-14.4px); }
  99% {
    -o-transform: translateY(16.40333px) translateX(-14.7px); }
  100% {
    -o-transform: translateY(16.95058px) translateX(-15px); } }
@-o-keyframes hailMiddle {
  50% {
    -o-transform: translateY(17.5px); }
  51% {
    -o-transform: translateY(17.5px) translateX(-0.15px); }
  52% {
    -o-transform: translateY(16.95058px) translateX(-0.3px); }
  53% {
    -o-transform: translateY(16.40333px) translateX(-0.45px); }
  54% {
    -o-transform: translateY(15.86041px) translateX(-0.6px); }
  55% {
    -o-transform: translateY(15.32396px) translateX(-0.75px); }
  56% {
    -o-transform: translateY(14.7961px) translateX(-0.9px); }
  57% {
    -o-transform: translateY(14.27891px) translateX(-1.05px); }
  58% {
    -o-transform: translateY(13.77443px) translateX(-1.2px); }
  59% {
    -o-transform: translateY(13.28466px) translateX(-1.35px); }
  60% {
    -o-transform: translateY(12.81152px) translateX(-1.5px); }
  61% {
    -o-transform: translateY(12.35688px) translateX(-1.65px); }
  62% {
    -o-transform: translateY(11.92254px) translateX(-1.8px); }
  63% {
    -o-transform: translateY(11.51021px) translateX(-1.95px); }
  64% {
    -o-transform: translateY(11.12152px) translateX(-2.1px); }
  65% {
    -o-transform: translateY(10.75801px) translateX(-2.25px); }
  66% {
    -o-transform: translateY(10.4211px) translateX(-2.4px); }
  67% {
    -o-transform: translateY(10.11213px) translateX(-2.55px); }
  68% {
    -o-transform: translateY(9.83232px) translateX(-2.7px); }
  69% {
    -o-transform: translateY(9.58276px) translateX(-2.85px); }
  70% {
    -o-transform: translateY(9.36446px) translateX(-3px); }
  71% {
    -o-transform: translateY(9.17826px) translateX(-3.15px); }
  72% {
    -o-transform: translateY(9.0249px) translateX(-3.3px); }
  73% {
    -o-transform: translateY(8.90499px) translateX(-3.45px); }
  74% {
    -o-transform: translateY(8.819px) translateX(-3.6px); }
  75% {
    -o-transform: translateY(8.76727px) translateX(-3.75px); }
  76% {
    -o-transform: translateY(8.75px) translateX(-3.9px); }
  77% {
    -o-transform: translateY(8.76727px) translateX(-4.05px); }
  78% {
    -o-transform: translateY(8.819px) translateX(-4.2px); }
  79% {
    -o-transform: translateY(8.90499px) translateX(-4.35px); }
  80% {
    -o-transform: translateY(9.0249px) translateX(-4.5px); }
  81% {
    -o-transform: translateY(9.17826px) translateX(-4.65px); }
  82% {
    -o-transform: translateY(9.36446px) translateX(-4.8px); }
  83% {
    -o-transform: translateY(9.58276px) translateX(-4.95px); }
  84% {
    -o-transform: translateY(9.83232px) translateX(-5.1px); }
  85% {
    -o-transform: translateY(10.11213px) translateX(-5.25px); }
  86% {
    -o-transform: translateY(10.4211px) translateX(-5.4px); }
  87% {
    -o-transform: translateY(10.75801px) translateX(-5.55px); }
  88% {
    -o-transform: translateY(11.12152px) translateX(-5.7px); }
  89% {
    -o-transform: translateY(11.51021px) translateX(-5.85px); }
  90% {
    -o-transform: translateY(11.92254px) translateX(-6px); }
  91% {
    -o-transform: translateY(12.35688px) translateX(-6.15px); }
  92% {
    -o-transform: translateY(12.81152px) translateX(-6.3px); }
  93% {
    -o-transform: translateY(13.28466px) translateX(-6.45px); }
  94% {
    -o-transform: translateY(13.77443px) translateX(-6.6px); }
  95% {
    -o-transform: translateY(14.27891px) translateX(-6.75px); }
  96% {
    -o-transform: translateY(14.7961px) translateX(-6.9px); }
  97% {
    -o-transform: translateY(15.32396px) translateX(-7.05px); }
  98% {
    -o-transform: translateY(15.86041px) translateX(-7.2px); }
  99% {
    -o-transform: translateY(16.40333px) translateX(-7.35px); }
  100% {
    -o-transform: translateY(16.95058px) translateX(-7.5px); } }
@-o-keyframes hailMiddle2 {
  50% {
    -o-transform: translateY(17.5px); }
  51% {
    -o-transform: translateY(17.5px) translateX(0.15px); }
  52% {
    -o-transform: translateY(16.95058px) translateX(0.3px); }
  53% {
    -o-transform: translateY(16.40333px) translateX(0.45px); }
  54% {
    -o-transform: translateY(15.86041px) translateX(0.6px); }
  55% {
    -o-transform: translateY(15.32396px) translateX(0.75px); }
  56% {
    -o-transform: translateY(14.7961px) translateX(0.9px); }
  57% {
    -o-transform: translateY(14.27891px) translateX(1.05px); }
  58% {
    -o-transform: translateY(13.77443px) translateX(1.2px); }
  59% {
    -o-transform: translateY(13.28466px) translateX(1.35px); }
  60% {
    -o-transform: translateY(12.81152px) translateX(1.5px); }
  61% {
    -o-transform: translateY(12.35688px) translateX(1.65px); }
  62% {
    -o-transform: translateY(11.92254px) translateX(1.8px); }
  63% {
    -o-transform: translateY(11.51021px) translateX(1.95px); }
  64% {
    -o-transform: translateY(11.12152px) translateX(2.1px); }
  65% {
    -o-transform: translateY(10.75801px) translateX(2.25px); }
  66% {
    -o-transform: translateY(10.4211px) translateX(2.4px); }
  67% {
    -o-transform: translateY(10.11213px) translateX(2.55px); }
  68% {
    -o-transform: translateY(9.83232px) translateX(2.7px); }
  69% {
    -o-transform: translateY(9.58276px) translateX(2.85px); }
  70% {
    -o-transform: translateY(9.36446px) translateX(3px); }
  71% {
    -o-transform: translateY(9.17826px) translateX(3.15px); }
  72% {
    -o-transform: translateY(9.0249px) translateX(3.3px); }
  73% {
    -o-transform: translateY(8.90499px) translateX(3.45px); }
  74% {
    -o-transform: translateY(8.819px) translateX(3.6px); }
  75% {
    -o-transform: translateY(8.76727px) translateX(3.75px); }
  76% {
    -o-transform: translateY(8.75px) translateX(3.9px); }
  77% {
    -o-transform: translateY(8.76727px) translateX(4.05px); }
  78% {
    -o-transform: translateY(8.819px) translateX(4.2px); }
  79% {
    -o-transform: translateY(8.90499px) translateX(4.35px); }
  80% {
    -o-transform: translateY(9.0249px) translateX(4.5px); }
  81% {
    -o-transform: translateY(9.17826px) translateX(4.65px); }
  82% {
    -o-transform: translateY(9.36446px) translateX(4.8px); }
  83% {
    -o-transform: translateY(9.58276px) translateX(4.95px); }
  84% {
    -o-transform: translateY(9.83232px) translateX(5.1px); }
  85% {
    -o-transform: translateY(10.11213px) translateX(5.25px); }
  86% {
    -o-transform: translateY(10.4211px) translateX(5.4px); }
  87% {
    -o-transform: translateY(10.75801px) translateX(5.55px); }
  88% {
    -o-transform: translateY(11.12152px) translateX(5.7px); }
  89% {
    -o-transform: translateY(11.51021px) translateX(5.85px); }
  90% {
    -o-transform: translateY(11.92254px) translateX(6px); }
  91% {
    -o-transform: translateY(12.35688px) translateX(6.15px); }
  92% {
    -o-transform: translateY(12.81152px) translateX(6.3px); }
  93% {
    -o-transform: translateY(13.28466px) translateX(6.45px); }
  94% {
    -o-transform: translateY(13.77443px) translateX(6.6px); }
  95% {
    -o-transform: translateY(14.27891px) translateX(6.75px); }
  96% {
    -o-transform: translateY(14.7961px) translateX(6.9px); }
  97% {
    -o-transform: translateY(15.32396px) translateX(7.05px); }
  98% {
    -o-transform: translateY(15.86041px) translateX(7.2px); }
  99% {
    -o-transform: translateY(16.40333px) translateX(7.35px); }
  100% {
    -o-transform: translateY(16.95058px) translateX(7.5px); } }
@-o-keyframes hailRight {
  50% {
    -o-transform: translateY(17.5px); }
  51% {
    -o-transform: translateY(17.5px) translateX(0.3px); }
  52% {
    -o-transform: translateY(16.95058px) translateX(0.6px); }
  53% {
    -o-transform: translateY(16.40333px) translateX(0.9px); }
  54% {
    -o-transform: translateY(15.86041px) translateX(1.2px); }
  55% {
    -o-transform: translateY(15.32396px) translateX(1.5px); }
  56% {
    -o-transform: translateY(14.7961px) translateX(1.8px); }
  57% {
    -o-transform: translateY(14.27891px) translateX(2.1px); }
  58% {
    -o-transform: translateY(13.77443px) translateX(2.4px); }
  59% {
    -o-transform: translateY(13.28466px) translateX(2.7px); }
  60% {
    -o-transform: translateY(12.81152px) translateX(3px); }
  61% {
    -o-transform: translateY(12.35688px) translateX(3.3px); }
  62% {
    -o-transform: translateY(11.92254px) translateX(3.6px); }
  63% {
    -o-transform: translateY(11.51021px) translateX(3.9px); }
  64% {
    -o-transform: translateY(11.12152px) translateX(4.2px); }
  65% {
    -o-transform: translateY(10.75801px) translateX(4.5px); }
  66% {
    -o-transform: translateY(10.4211px) translateX(4.8px); }
  67% {
    -o-transform: translateY(10.11213px) translateX(5.1px); }
  68% {
    -o-transform: translateY(9.83232px) translateX(5.4px); }
  69% {
    -o-transform: translateY(9.58276px) translateX(5.7px); }
  70% {
    -o-transform: translateY(9.36446px) translateX(6px); }
  71% {
    -o-transform: translateY(9.17826px) translateX(6.3px); }
  72% {
    -o-transform: translateY(9.0249px) translateX(6.6px); }
  73% {
    -o-transform: translateY(8.90499px) translateX(6.9px); }
  74% {
    -o-transform: translateY(8.819px) translateX(7.2px); }
  75% {
    -o-transform: translateY(8.76727px) translateX(7.5px); }
  76% {
    -o-transform: translateY(8.75px) translateX(7.8px); }
  77% {
    -o-transform: translateY(8.76727px) translateX(8.1px); }
  78% {
    -o-transform: translateY(8.819px) translateX(8.4px); }
  79% {
    -o-transform: translateY(8.90499px) translateX(8.7px); }
  80% {
    -o-transform: translateY(9.0249px) translateX(9px); }
  81% {
    -o-transform: translateY(9.17826px) translateX(9.3px); }
  82% {
    -o-transform: translateY(9.36446px) translateX(9.6px); }
  83% {
    -o-transform: translateY(9.58276px) translateX(9.9px); }
  84% {
    -o-transform: translateY(9.83232px) translateX(10.2px); }
  85% {
    -o-transform: translateY(10.11213px) translateX(10.5px); }
  86% {
    -o-transform: translateY(10.4211px) translateX(10.8px); }
  87% {
    -o-transform: translateY(10.75801px) translateX(11.1px); }
  88% {
    -o-transform: translateY(11.12152px) translateX(11.4px); }
  89% {
    -o-transform: translateY(11.51021px) translateX(11.7px); }
  90% {
    -o-transform: translateY(11.92254px) translateX(12px); }
  91% {
    -o-transform: translateY(12.35688px) translateX(12.3px); }
  92% {
    -o-transform: translateY(12.81152px) translateX(12.6px); }
  93% {
    -o-transform: translateY(13.28466px) translateX(12.9px); }
  94% {
    -o-transform: translateY(13.77443px) translateX(13.2px); }
  95% {
    -o-transform: translateY(14.27891px) translateX(13.5px); }
  96% {
    -o-transform: translateY(14.7961px) translateX(13.8px); }
  97% {
    -o-transform: translateY(15.32396px) translateX(14.1px); }
  98% {
    -o-transform: translateY(15.86041px) translateX(14.4px); }
  99% {
    -o-transform: translateY(16.40333px) translateX(14.7px); }
  100% {
    -o-transform: translateY(16.95058px) translateX(15px); } }
@keyframes hailLeft {
  50% {
    transform: translateY(17.5px); }
  51% {
    transform: translateY(17.5px) translateX(-0.3px); }
  52% {
    transform: translateY(16.95058px) translateX(-0.6px); }
  53% {
    transform: translateY(16.40333px) translateX(-0.9px); }
  54% {
    transform: translateY(15.86041px) translateX(-1.2px); }
  55% {
    transform: translateY(15.32396px) translateX(-1.5px); }
  56% {
    transform: translateY(14.7961px) translateX(-1.8px); }
  57% {
    transform: translateY(14.27891px) translateX(-2.1px); }
  58% {
    transform: translateY(13.77443px) translateX(-2.4px); }
  59% {
    transform: translateY(13.28466px) translateX(-2.7px); }
  60% {
    transform: translateY(12.81152px) translateX(-3px); }
  61% {
    transform: translateY(12.35688px) translateX(-3.3px); }
  62% {
    transform: translateY(11.92254px) translateX(-3.6px); }
  63% {
    transform: translateY(11.51021px) translateX(-3.9px); }
  64% {
    transform: translateY(11.12152px) translateX(-4.2px); }
  65% {
    transform: translateY(10.75801px) translateX(-4.5px); }
  66% {
    transform: translateY(10.4211px) translateX(-4.8px); }
  67% {
    transform: translateY(10.11213px) translateX(-5.1px); }
  68% {
    transform: translateY(9.83232px) translateX(-5.4px); }
  69% {
    transform: translateY(9.58276px) translateX(-5.7px); }
  70% {
    transform: translateY(9.36446px) translateX(-6px); }
  71% {
    transform: translateY(9.17826px) translateX(-6.3px); }
  72% {
    transform: translateY(9.0249px) translateX(-6.6px); }
  73% {
    transform: translateY(8.90499px) translateX(-6.9px); }
  74% {
    transform: translateY(8.819px) translateX(-7.2px); }
  75% {
    transform: translateY(8.76727px) translateX(-7.5px); }
  76% {
    transform: translateY(8.75px) translateX(-7.8px); }
  77% {
    transform: translateY(8.76727px) translateX(-8.1px); }
  78% {
    transform: translateY(8.819px) translateX(-8.4px); }
  79% {
    transform: translateY(8.90499px) translateX(-8.7px); }
  80% {
    transform: translateY(9.0249px) translateX(-9px); }
  81% {
    transform: translateY(9.17826px) translateX(-9.3px); }
  82% {
    transform: translateY(9.36446px) translateX(-9.6px); }
  83% {
    transform: translateY(9.58276px) translateX(-9.9px); }
  84% {
    transform: translateY(9.83232px) translateX(-10.2px); }
  85% {
    transform: translateY(10.11213px) translateX(-10.5px); }
  86% {
    transform: translateY(10.4211px) translateX(-10.8px); }
  87% {
    transform: translateY(10.75801px) translateX(-11.1px); }
  88% {
    transform: translateY(11.12152px) translateX(-11.4px); }
  89% {
    transform: translateY(11.51021px) translateX(-11.7px); }
  90% {
    transform: translateY(11.92254px) translateX(-12px); }
  91% {
    transform: translateY(12.35688px) translateX(-12.3px); }
  92% {
    transform: translateY(12.81152px) translateX(-12.6px); }
  93% {
    transform: translateY(13.28466px) translateX(-12.9px); }
  94% {
    transform: translateY(13.77443px) translateX(-13.2px); }
  95% {
    transform: translateY(14.27891px) translateX(-13.5px); }
  96% {
    transform: translateY(14.7961px) translateX(-13.8px); }
  97% {
    transform: translateY(15.32396px) translateX(-14.1px); }
  98% {
    transform: translateY(15.86041px) translateX(-14.4px); }
  99% {
    transform: translateY(16.40333px) translateX(-14.7px); }
  100% {
    transform: translateY(16.95058px) translateX(-15px); } }
@keyframes hailMiddle {
  50% {
    transform: translateY(17.5px); }
  51% {
    transform: translateY(17.5px) translateX(-0.15px); }
  52% {
    transform: translateY(16.95058px) translateX(-0.3px); }
  53% {
    transform: translateY(16.40333px) translateX(-0.45px); }
  54% {
    transform: translateY(15.86041px) translateX(-0.6px); }
  55% {
    transform: translateY(15.32396px) translateX(-0.75px); }
  56% {
    transform: translateY(14.7961px) translateX(-0.9px); }
  57% {
    transform: translateY(14.27891px) translateX(-1.05px); }
  58% {
    transform: translateY(13.77443px) translateX(-1.2px); }
  59% {
    transform: translateY(13.28466px) translateX(-1.35px); }
  60% {
    transform: translateY(12.81152px) translateX(-1.5px); }
  61% {
    transform: translateY(12.35688px) translateX(-1.65px); }
  62% {
    transform: translateY(11.92254px) translateX(-1.8px); }
  63% {
    transform: translateY(11.51021px) translateX(-1.95px); }
  64% {
    transform: translateY(11.12152px) translateX(-2.1px); }
  65% {
    transform: translateY(10.75801px) translateX(-2.25px); }
  66% {
    transform: translateY(10.4211px) translateX(-2.4px); }
  67% {
    transform: translateY(10.11213px) translateX(-2.55px); }
  68% {
    transform: translateY(9.83232px) translateX(-2.7px); }
  69% {
    transform: translateY(9.58276px) translateX(-2.85px); }
  70% {
    transform: translateY(9.36446px) translateX(-3px); }
  71% {
    transform: translateY(9.17826px) translateX(-3.15px); }
  72% {
    transform: translateY(9.0249px) translateX(-3.3px); }
  73% {
    transform: translateY(8.90499px) translateX(-3.45px); }
  74% {
    transform: translateY(8.819px) translateX(-3.6px); }
  75% {
    transform: translateY(8.76727px) translateX(-3.75px); }
  76% {
    transform: translateY(8.75px) translateX(-3.9px); }
  77% {
    transform: translateY(8.76727px) translateX(-4.05px); }
  78% {
    transform: translateY(8.819px) translateX(-4.2px); }
  79% {
    transform: translateY(8.90499px) translateX(-4.35px); }
  80% {
    transform: translateY(9.0249px) translateX(-4.5px); }
  81% {
    transform: translateY(9.17826px) translateX(-4.65px); }
  82% {
    transform: translateY(9.36446px) translateX(-4.8px); }
  83% {
    transform: translateY(9.58276px) translateX(-4.95px); }
  84% {
    transform: translateY(9.83232px) translateX(-5.1px); }
  85% {
    transform: translateY(10.11213px) translateX(-5.25px); }
  86% {
    transform: translateY(10.4211px) translateX(-5.4px); }
  87% {
    transform: translateY(10.75801px) translateX(-5.55px); }
  88% {
    transform: translateY(11.12152px) translateX(-5.7px); }
  89% {
    transform: translateY(11.51021px) translateX(-5.85px); }
  90% {
    transform: translateY(11.92254px) translateX(-6px); }
  91% {
    transform: translateY(12.35688px) translateX(-6.15px); }
  92% {
    transform: translateY(12.81152px) translateX(-6.3px); }
  93% {
    transform: translateY(13.28466px) translateX(-6.45px); }
  94% {
    transform: translateY(13.77443px) translateX(-6.6px); }
  95% {
    transform: translateY(14.27891px) translateX(-6.75px); }
  96% {
    transform: translateY(14.7961px) translateX(-6.9px); }
  97% {
    transform: translateY(15.32396px) translateX(-7.05px); }
  98% {
    transform: translateY(15.86041px) translateX(-7.2px); }
  99% {
    transform: translateY(16.40333px) translateX(-7.35px); }
  100% {
    transform: translateY(16.95058px) translateX(-7.5px); } }
@keyframes hailMiddle2 {
  50% {
    transform: translateY(17.5px); }
  51% {
    transform: translateY(17.5px) translateX(0.15px); }
  52% {
    transform: translateY(16.95058px) translateX(0.3px); }
  53% {
    transform: translateY(16.40333px) translateX(0.45px); }
  54% {
    transform: translateY(15.86041px) translateX(0.6px); }
  55% {
    transform: translateY(15.32396px) translateX(0.75px); }
  56% {
    transform: translateY(14.7961px) translateX(0.9px); }
  57% {
    transform: translateY(14.27891px) translateX(1.05px); }
  58% {
    transform: translateY(13.77443px) translateX(1.2px); }
  59% {
    transform: translateY(13.28466px) translateX(1.35px); }
  60% {
    transform: translateY(12.81152px) translateX(1.5px); }
  61% {
    transform: translateY(12.35688px) translateX(1.65px); }
  62% {
    transform: translateY(11.92254px) translateX(1.8px); }
  63% {
    transform: translateY(11.51021px) translateX(1.95px); }
  64% {
    transform: translateY(11.12152px) translateX(2.1px); }
  65% {
    transform: translateY(10.75801px) translateX(2.25px); }
  66% {
    transform: translateY(10.4211px) translateX(2.4px); }
  67% {
    transform: translateY(10.11213px) translateX(2.55px); }
  68% {
    transform: translateY(9.83232px) translateX(2.7px); }
  69% {
    transform: translateY(9.58276px) translateX(2.85px); }
  70% {
    transform: translateY(9.36446px) translateX(3px); }
  71% {
    transform: translateY(9.17826px) translateX(3.15px); }
  72% {
    transform: translateY(9.0249px) translateX(3.3px); }
  73% {
    transform: translateY(8.90499px) translateX(3.45px); }
  74% {
    transform: translateY(8.819px) translateX(3.6px); }
  75% {
    transform: translateY(8.76727px) translateX(3.75px); }
  76% {
    transform: translateY(8.75px) translateX(3.9px); }
  77% {
    transform: translateY(8.76727px) translateX(4.05px); }
  78% {
    transform: translateY(8.819px) translateX(4.2px); }
  79% {
    transform: translateY(8.90499px) translateX(4.35px); }
  80% {
    transform: translateY(9.0249px) translateX(4.5px); }
  81% {
    transform: translateY(9.17826px) translateX(4.65px); }
  82% {
    transform: translateY(9.36446px) translateX(4.8px); }
  83% {
    transform: translateY(9.58276px) translateX(4.95px); }
  84% {
    transform: translateY(9.83232px) translateX(5.1px); }
  85% {
    transform: translateY(10.11213px) translateX(5.25px); }
  86% {
    transform: translateY(10.4211px) translateX(5.4px); }
  87% {
    transform: translateY(10.75801px) translateX(5.55px); }
  88% {
    transform: translateY(11.12152px) translateX(5.7px); }
  89% {
    transform: translateY(11.51021px) translateX(5.85px); }
  90% {
    transform: translateY(11.92254px) translateX(6px); }
  91% {
    transform: translateY(12.35688px) translateX(6.15px); }
  92% {
    transform: translateY(12.81152px) translateX(6.3px); }
  93% {
    transform: translateY(13.28466px) translateX(6.45px); }
  94% {
    transform: translateY(13.77443px) translateX(6.6px); }
  95% {
    transform: translateY(14.27891px) translateX(6.75px); }
  96% {
    transform: translateY(14.7961px) translateX(6.9px); }
  97% {
    transform: translateY(15.32396px) translateX(7.05px); }
  98% {
    transform: translateY(15.86041px) translateX(7.2px); }
  99% {
    transform: translateY(16.40333px) translateX(7.35px); }
  100% {
    transform: translateY(16.95058px) translateX(7.5px); } }
@keyframes hailRight {
  50% {
    transform: translateY(17.5px); }
  51% {
    transform: translateY(17.5px) translateX(0.3px); }
  52% {
    transform: translateY(16.95058px) translateX(0.6px); }
  53% {
    transform: translateY(16.40333px) translateX(0.9px); }
  54% {
    transform: translateY(15.86041px) translateX(1.2px); }
  55% {
    transform: translateY(15.32396px) translateX(1.5px); }
  56% {
    transform: translateY(14.7961px) translateX(1.8px); }
  57% {
    transform: translateY(14.27891px) translateX(2.1px); }
  58% {
    transform: translateY(13.77443px) translateX(2.4px); }
  59% {
    transform: translateY(13.28466px) translateX(2.7px); }
  60% {
    transform: translateY(12.81152px) translateX(3px); }
  61% {
    transform: translateY(12.35688px) translateX(3.3px); }
  62% {
    transform: translateY(11.92254px) translateX(3.6px); }
  63% {
    transform: translateY(11.51021px) translateX(3.9px); }
  64% {
    transform: translateY(11.12152px) translateX(4.2px); }
  65% {
    transform: translateY(10.75801px) translateX(4.5px); }
  66% {
    transform: translateY(10.4211px) translateX(4.8px); }
  67% {
    transform: translateY(10.11213px) translateX(5.1px); }
  68% {
    transform: translateY(9.83232px) translateX(5.4px); }
  69% {
    transform: translateY(9.58276px) translateX(5.7px); }
  70% {
    transform: translateY(9.36446px) translateX(6px); }
  71% {
    transform: translateY(9.17826px) translateX(6.3px); }
  72% {
    transform: translateY(9.0249px) translateX(6.6px); }
  73% {
    transform: translateY(8.90499px) translateX(6.9px); }
  74% {
    transform: translateY(8.819px) translateX(7.2px); }
  75% {
    transform: translateY(8.76727px) translateX(7.5px); }
  76% {
    transform: translateY(8.75px) translateX(7.8px); }
  77% {
    transform: translateY(8.76727px) translateX(8.1px); }
  78% {
    transform: translateY(8.819px) translateX(8.4px); }
  79% {
    transform: translateY(8.90499px) translateX(8.7px); }
  80% {
    transform: translateY(9.0249px) translateX(9px); }
  81% {
    transform: translateY(9.17826px) translateX(9.3px); }
  82% {
    transform: translateY(9.36446px) translateX(9.6px); }
  83% {
    transform: translateY(9.58276px) translateX(9.9px); }
  84% {
    transform: translateY(9.83232px) translateX(10.2px); }
  85% {
    transform: translateY(10.11213px) translateX(10.5px); }
  86% {
    transform: translateY(10.4211px) translateX(10.8px); }
  87% {
    transform: translateY(10.75801px) translateX(11.1px); }
  88% {
    transform: translateY(11.12152px) translateX(11.4px); }
  89% {
    transform: translateY(11.51021px) translateX(11.7px); }
  90% {
    transform: translateY(11.92254px) translateX(12px); }
  91% {
    transform: translateY(12.35688px) translateX(12.3px); }
  92% {
    transform: translateY(12.81152px) translateX(12.6px); }
  93% {
    transform: translateY(13.28466px) translateX(12.9px); }
  94% {
    transform: translateY(13.77443px) translateX(13.2px); }
  95% {
    transform: translateY(14.27891px) translateX(13.5px); }
  96% {
    transform: translateY(14.7961px) translateX(13.8px); }
  97% {
    transform: translateY(15.32396px) translateX(14.1px); }
  98% {
    transform: translateY(15.86041px) translateX(14.4px); }
  99% {
    transform: translateY(16.40333px) translateX(14.7px); }
  100% {
    transform: translateY(16.95058px) translateX(15px); } }
@-webkit-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1; } }
@-moz-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1; } }
@-o-keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1; } }
@keyframes fillOpacity {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 1;
    stroke-opacity: 1; } }
@-webkit-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-moz-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-o-keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@keyframes fillOpacity2 {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-webkit-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-moz-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-o-keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@keyframes lightningFlash {
  0% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  1% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  7% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  51% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  53% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  54% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  60% {
    fill-opacity: 0;
    stroke-opacity: 0; }
  100% {
    fill-opacity: 0;
    stroke-opacity: 0; } }
@-webkit-keyframes snowFall {
  0% {
    -webkit-transform: translateY(0px) translateX(0px); }
  1% {
    -webkit-transform: translateY(0.175px) translateX(0.38478px); }
  2% {
    -webkit-transform: translateY(0.35px) translateX(0.75349px); }
  3% {
    -webkit-transform: translateY(0.525px) translateX(1.10577px); }
  4% {
    -webkit-transform: translateY(0.7px) translateX(1.44133px); }
  5% {
    -webkit-transform: translateY(0.875px) translateX(1.75989px); }
  6% {
    -webkit-transform: translateY(1.05px) translateX(2.06119px); }
  7% {
    -webkit-transform: translateY(1.225px) translateX(2.34504px); }
  8% {
    -webkit-transform: translateY(1.4px) translateX(2.61124px); }
  9% {
    -webkit-transform: translateY(1.575px) translateX(2.85966px); }
  10% {
    -webkit-transform: translateY(1.75px) translateX(3.09017px); }
  11% {
    -webkit-transform: translateY(1.925px) translateX(3.30269px); }
  12% {
    -webkit-transform: translateY(2.1px) translateX(3.49718px); }
  13% {
    -webkit-transform: translateY(2.275px) translateX(3.67362px); }
  14% {
    -webkit-transform: translateY(2.45px) translateX(3.83201px); }
  15% {
    -webkit-transform: translateY(2.625px) translateX(3.97242px); }
  16% {
    -webkit-transform: translateY(2.8px) translateX(4.09491px); }
  17% {
    -webkit-transform: translateY(2.975px) translateX(4.19959px); }
  18% {
    -webkit-transform: translateY(3.15px) translateX(4.28661px); }
  19% {
    -webkit-transform: translateY(3.325px) translateX(4.35615px); }
  20% {
    -webkit-transform: translateY(3.5px) translateX(4.40839px); }
  21% {
    -webkit-transform: translateY(3.675px) translateX(4.44358px); }
  22% {
    -webkit-transform: translateY(3.85px) translateX(4.46197px); }
  23% {
    -webkit-transform: translateY(4.025px) translateX(4.46386px); }
  24% {
    -webkit-transform: translateY(4.2px) translateX(4.44956px); }
  25% {
    -webkit-transform: translateY(4.375px) translateX(4.41942px); }
  26% {
    -webkit-transform: translateY(4.55px) translateX(4.37381px); }
  27% {
    -webkit-transform: translateY(4.725px) translateX(4.31314px); }
  28% {
    -webkit-transform: translateY(4.9px) translateX(4.23782px); }
  29% {
    -webkit-transform: translateY(5.075px) translateX(4.14831px); }
  30% {
    -webkit-transform: translateY(5.25px) translateX(4.04508px); }
  31% {
    -webkit-transform: translateY(5.425px) translateX(3.92863px); }
  32% {
    -webkit-transform: translateY(5.6px) translateX(3.79948px); }
  33% {
    -webkit-transform: translateY(5.775px) translateX(3.65815px); }
  34% {
    -webkit-transform: translateY(5.95px) translateX(3.50523px); }
  35% {
    -webkit-transform: translateY(6.125px) translateX(3.34127px); }
  36% {
    -webkit-transform: translateY(6.3px) translateX(3.16689px); }
  37% {
    -webkit-transform: translateY(6.475px) translateX(2.9827px); }
  38% {
    -webkit-transform: translateY(6.65px) translateX(2.78933px); }
  39% {
    -webkit-transform: translateY(6.825px) translateX(2.58742px); }
  40% {
    -webkit-transform: translateY(7px) translateX(2.37764px); }
  41% {
    -webkit-transform: translateY(7.175px) translateX(2.16066px); }
  42% {
    -webkit-transform: translateY(7.35px) translateX(1.93717px); }
  43% {
    -webkit-transform: translateY(7.525px) translateX(1.70785px); }
  44% {
    -webkit-transform: translateY(7.7px) translateX(1.47343px); }
  45% {
    -webkit-transform: translateY(7.875px) translateX(1.23461px); }
  46% {
    -webkit-transform: translateY(8.05px) translateX(0.99211px); }
  47% {
    -webkit-transform: translateY(8.225px) translateX(0.74667px); }
  48% {
    -webkit-transform: translateY(8.4px) translateX(0.49901px); }
  49% {
    -webkit-transform: translateY(8.575px) translateX(0.24988px); }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px); }
  51% {
    -webkit-transform: translateY(8.925px) translateX(-0.24988px); }
  52% {
    -webkit-transform: translateY(9.1px) translateX(-0.49901px); }
  53% {
    -webkit-transform: translateY(9.275px) translateX(-0.74667px); }
  54% {
    -webkit-transform: translateY(9.45px) translateX(-0.99211px); }
  55% {
    -webkit-transform: translateY(9.625px) translateX(-1.23461px); }
  56% {
    -webkit-transform: translateY(9.8px) translateX(-1.47343px); }
  57% {
    -webkit-transform: translateY(9.975px) translateX(-1.70785px); }
  58% {
    -webkit-transform: translateY(10.15px) translateX(-1.93717px); }
  59% {
    -webkit-transform: translateY(10.325px) translateX(-2.16066px); }
  60% {
    -webkit-transform: translateY(10.5px) translateX(-2.37764px); }
  61% {
    -webkit-transform: translateY(10.675px) translateX(-2.58742px); }
  62% {
    -webkit-transform: translateY(10.85px) translateX(-2.78933px); }
  63% {
    -webkit-transform: translateY(11.025px) translateX(-2.9827px); }
  64% {
    -webkit-transform: translateY(11.2px) translateX(-3.16689px); }
  65% {
    -webkit-transform: translateY(11.375px) translateX(-3.34127px); }
  66% {
    -webkit-transform: translateY(11.55px) translateX(-3.50523px); }
  67% {
    -webkit-transform: translateY(11.725px) translateX(-3.65815px); }
  68% {
    -webkit-transform: translateY(11.9px) translateX(-3.79948px); }
  69% {
    -webkit-transform: translateY(12.075px) translateX(-3.92863px); }
  70% {
    -webkit-transform: translateY(12.25px) translateX(-4.04508px); }
  71% {
    -webkit-transform: translateY(12.425px) translateX(-4.14831px); }
  72% {
    -webkit-transform: translateY(12.6px) translateX(-4.23782px); }
  73% {
    -webkit-transform: translateY(12.775px) translateX(-4.31314px); }
  74% {
    -webkit-transform: translateY(12.95px) translateX(-4.37381px); }
  75% {
    -webkit-transform: translateY(13.125px) translateX(-4.41942px); }
  76% {
    -webkit-transform: translateY(13.3px) translateX(-4.44956px); }
  77% {
    -webkit-transform: translateY(13.475px) translateX(-4.46386px); }
  78% {
    -webkit-transform: translateY(13.65px) translateX(-4.46197px); }
  79% {
    -webkit-transform: translateY(13.825px) translateX(-4.44358px); }
  80% {
    -webkit-transform: translateY(14px) translateX(-4.40839px); }
  81% {
    -webkit-transform: translateY(14.175px) translateX(-4.35615px); }
  82% {
    -webkit-transform: translateY(14.35px) translateX(-4.28661px); }
  83% {
    -webkit-transform: translateY(14.525px) translateX(-4.19959px); }
  84% {
    -webkit-transform: translateY(14.7px) translateX(-4.09491px); }
  85% {
    -webkit-transform: translateY(14.875px) translateX(-3.97242px); }
  86% {
    -webkit-transform: translateY(15.05px) translateX(-3.83201px); }
  87% {
    -webkit-transform: translateY(15.225px) translateX(-3.67362px); }
  88% {
    -webkit-transform: translateY(15.4px) translateX(-3.49718px); }
  89% {
    -webkit-transform: translateY(15.575px) translateX(-3.30269px); }
  90% {
    -webkit-transform: translateY(15.75px) translateX(-3.09017px); }
  91% {
    -webkit-transform: translateY(15.925px) translateX(-2.85966px); }
  92% {
    -webkit-transform: translateY(16.1px) translateX(-2.61124px); }
  93% {
    -webkit-transform: translateY(16.275px) translateX(-2.34504px); }
  94% {
    -webkit-transform: translateY(16.45px) translateX(-2.06119px); }
  95% {
    -webkit-transform: translateY(16.625px) translateX(-1.75989px); }
  96% {
    -webkit-transform: translateY(16.8px) translateX(-1.44133px); }
  97% {
    -webkit-transform: translateY(16.975px) translateX(-1.10577px); }
  98% {
    -webkit-transform: translateY(17.15px) translateX(-0.75349px); }
  99% {
    -webkit-transform: translateY(17.325px) translateX(-0.38478px); }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px); } }
@-moz-keyframes snowFall {
  0% {
    -moz-transform: translateY(0px) translateX(0px); }
  1% {
    -moz-transform: translateY(0.175px) translateX(0.38478px); }
  2% {
    -moz-transform: translateY(0.35px) translateX(0.75349px); }
  3% {
    -moz-transform: translateY(0.525px) translateX(1.10577px); }
  4% {
    -moz-transform: translateY(0.7px) translateX(1.44133px); }
  5% {
    -moz-transform: translateY(0.875px) translateX(1.75989px); }
  6% {
    -moz-transform: translateY(1.05px) translateX(2.06119px); }
  7% {
    -moz-transform: translateY(1.225px) translateX(2.34504px); }
  8% {
    -moz-transform: translateY(1.4px) translateX(2.61124px); }
  9% {
    -moz-transform: translateY(1.575px) translateX(2.85966px); }
  10% {
    -moz-transform: translateY(1.75px) translateX(3.09017px); }
  11% {
    -moz-transform: translateY(1.925px) translateX(3.30269px); }
  12% {
    -moz-transform: translateY(2.1px) translateX(3.49718px); }
  13% {
    -moz-transform: translateY(2.275px) translateX(3.67362px); }
  14% {
    -moz-transform: translateY(2.45px) translateX(3.83201px); }
  15% {
    -moz-transform: translateY(2.625px) translateX(3.97242px); }
  16% {
    -moz-transform: translateY(2.8px) translateX(4.09491px); }
  17% {
    -moz-transform: translateY(2.975px) translateX(4.19959px); }
  18% {
    -moz-transform: translateY(3.15px) translateX(4.28661px); }
  19% {
    -moz-transform: translateY(3.325px) translateX(4.35615px); }
  20% {
    -moz-transform: translateY(3.5px) translateX(4.40839px); }
  21% {
    -moz-transform: translateY(3.675px) translateX(4.44358px); }
  22% {
    -moz-transform: translateY(3.85px) translateX(4.46197px); }
  23% {
    -moz-transform: translateY(4.025px) translateX(4.46386px); }
  24% {
    -moz-transform: translateY(4.2px) translateX(4.44956px); }
  25% {
    -moz-transform: translateY(4.375px) translateX(4.41942px); }
  26% {
    -moz-transform: translateY(4.55px) translateX(4.37381px); }
  27% {
    -moz-transform: translateY(4.725px) translateX(4.31314px); }
  28% {
    -moz-transform: translateY(4.9px) translateX(4.23782px); }
  29% {
    -moz-transform: translateY(5.075px) translateX(4.14831px); }
  30% {
    -moz-transform: translateY(5.25px) translateX(4.04508px); }
  31% {
    -moz-transform: translateY(5.425px) translateX(3.92863px); }
  32% {
    -moz-transform: translateY(5.6px) translateX(3.79948px); }
  33% {
    -moz-transform: translateY(5.775px) translateX(3.65815px); }
  34% {
    -moz-transform: translateY(5.95px) translateX(3.50523px); }
  35% {
    -moz-transform: translateY(6.125px) translateX(3.34127px); }
  36% {
    -moz-transform: translateY(6.3px) translateX(3.16689px); }
  37% {
    -moz-transform: translateY(6.475px) translateX(2.9827px); }
  38% {
    -moz-transform: translateY(6.65px) translateX(2.78933px); }
  39% {
    -moz-transform: translateY(6.825px) translateX(2.58742px); }
  40% {
    -moz-transform: translateY(7px) translateX(2.37764px); }
  41% {
    -moz-transform: translateY(7.175px) translateX(2.16066px); }
  42% {
    -moz-transform: translateY(7.35px) translateX(1.93717px); }
  43% {
    -moz-transform: translateY(7.525px) translateX(1.70785px); }
  44% {
    -moz-transform: translateY(7.7px) translateX(1.47343px); }
  45% {
    -moz-transform: translateY(7.875px) translateX(1.23461px); }
  46% {
    -moz-transform: translateY(8.05px) translateX(0.99211px); }
  47% {
    -moz-transform: translateY(8.225px) translateX(0.74667px); }
  48% {
    -moz-transform: translateY(8.4px) translateX(0.49901px); }
  49% {
    -moz-transform: translateY(8.575px) translateX(0.24988px); }
  50% {
    -moz-transform: translateY(8.75px) translateX(0px); }
  51% {
    -moz-transform: translateY(8.925px) translateX(-0.24988px); }
  52% {
    -moz-transform: translateY(9.1px) translateX(-0.49901px); }
  53% {
    -moz-transform: translateY(9.275px) translateX(-0.74667px); }
  54% {
    -moz-transform: translateY(9.45px) translateX(-0.99211px); }
  55% {
    -moz-transform: translateY(9.625px) translateX(-1.23461px); }
  56% {
    -moz-transform: translateY(9.8px) translateX(-1.47343px); }
  57% {
    -moz-transform: translateY(9.975px) translateX(-1.70785px); }
  58% {
    -moz-transform: translateY(10.15px) translateX(-1.93717px); }
  59% {
    -moz-transform: translateY(10.325px) translateX(-2.16066px); }
  60% {
    -moz-transform: translateY(10.5px) translateX(-2.37764px); }
  61% {
    -moz-transform: translateY(10.675px) translateX(-2.58742px); }
  62% {
    -moz-transform: translateY(10.85px) translateX(-2.78933px); }
  63% {
    -moz-transform: translateY(11.025px) translateX(-2.9827px); }
  64% {
    -moz-transform: translateY(11.2px) translateX(-3.16689px); }
  65% {
    -moz-transform: translateY(11.375px) translateX(-3.34127px); }
  66% {
    -moz-transform: translateY(11.55px) translateX(-3.50523px); }
  67% {
    -moz-transform: translateY(11.725px) translateX(-3.65815px); }
  68% {
    -moz-transform: translateY(11.9px) translateX(-3.79948px); }
  69% {
    -moz-transform: translateY(12.075px) translateX(-3.92863px); }
  70% {
    -moz-transform: translateY(12.25px) translateX(-4.04508px); }
  71% {
    -moz-transform: translateY(12.425px) translateX(-4.14831px); }
  72% {
    -moz-transform: translateY(12.6px) translateX(-4.23782px); }
  73% {
    -moz-transform: translateY(12.775px) translateX(-4.31314px); }
  74% {
    -moz-transform: translateY(12.95px) translateX(-4.37381px); }
  75% {
    -moz-transform: translateY(13.125px) translateX(-4.41942px); }
  76% {
    -moz-transform: translateY(13.3px) translateX(-4.44956px); }
  77% {
    -moz-transform: translateY(13.475px) translateX(-4.46386px); }
  78% {
    -moz-transform: translateY(13.65px) translateX(-4.46197px); }
  79% {
    -moz-transform: translateY(13.825px) translateX(-4.44358px); }
  80% {
    -moz-transform: translateY(14px) translateX(-4.40839px); }
  81% {
    -moz-transform: translateY(14.175px) translateX(-4.35615px); }
  82% {
    -moz-transform: translateY(14.35px) translateX(-4.28661px); }
  83% {
    -moz-transform: translateY(14.525px) translateX(-4.19959px); }
  84% {
    -moz-transform: translateY(14.7px) translateX(-4.09491px); }
  85% {
    -moz-transform: translateY(14.875px) translateX(-3.97242px); }
  86% {
    -moz-transform: translateY(15.05px) translateX(-3.83201px); }
  87% {
    -moz-transform: translateY(15.225px) translateX(-3.67362px); }
  88% {
    -moz-transform: translateY(15.4px) translateX(-3.49718px); }
  89% {
    -moz-transform: translateY(15.575px) translateX(-3.30269px); }
  90% {
    -moz-transform: translateY(15.75px) translateX(-3.09017px); }
  91% {
    -moz-transform: translateY(15.925px) translateX(-2.85966px); }
  92% {
    -moz-transform: translateY(16.1px) translateX(-2.61124px); }
  93% {
    -moz-transform: translateY(16.275px) translateX(-2.34504px); }
  94% {
    -moz-transform: translateY(16.45px) translateX(-2.06119px); }
  95% {
    -moz-transform: translateY(16.625px) translateX(-1.75989px); }
  96% {
    -moz-transform: translateY(16.8px) translateX(-1.44133px); }
  97% {
    -moz-transform: translateY(16.975px) translateX(-1.10577px); }
  98% {
    -moz-transform: translateY(17.15px) translateX(-0.75349px); }
  99% {
    -moz-transform: translateY(17.325px) translateX(-0.38478px); }
  100% {
    -moz-transform: translateY(17.5px) translateX(0px); } }
@-o-keyframes snowFall {
  0% {
    -o-transform: translateY(0px) translateX(0px); }
  1% {
    -o-transform: translateY(0.175px) translateX(0.38478px); }
  2% {
    -o-transform: translateY(0.35px) translateX(0.75349px); }
  3% {
    -o-transform: translateY(0.525px) translateX(1.10577px); }
  4% {
    -o-transform: translateY(0.7px) translateX(1.44133px); }
  5% {
    -o-transform: translateY(0.875px) translateX(1.75989px); }
  6% {
    -o-transform: translateY(1.05px) translateX(2.06119px); }
  7% {
    -o-transform: translateY(1.225px) translateX(2.34504px); }
  8% {
    -o-transform: translateY(1.4px) translateX(2.61124px); }
  9% {
    -o-transform: translateY(1.575px) translateX(2.85966px); }
  10% {
    -o-transform: translateY(1.75px) translateX(3.09017px); }
  11% {
    -o-transform: translateY(1.925px) translateX(3.30269px); }
  12% {
    -o-transform: translateY(2.1px) translateX(3.49718px); }
  13% {
    -o-transform: translateY(2.275px) translateX(3.67362px); }
  14% {
    -o-transform: translateY(2.45px) translateX(3.83201px); }
  15% {
    -o-transform: translateY(2.625px) translateX(3.97242px); }
  16% {
    -o-transform: translateY(2.8px) translateX(4.09491px); }
  17% {
    -o-transform: translateY(2.975px) translateX(4.19959px); }
  18% {
    -o-transform: translateY(3.15px) translateX(4.28661px); }
  19% {
    -o-transform: translateY(3.325px) translateX(4.35615px); }
  20% {
    -o-transform: translateY(3.5px) translateX(4.40839px); }
  21% {
    -o-transform: translateY(3.675px) translateX(4.44358px); }
  22% {
    -o-transform: translateY(3.85px) translateX(4.46197px); }
  23% {
    -o-transform: translateY(4.025px) translateX(4.46386px); }
  24% {
    -o-transform: translateY(4.2px) translateX(4.44956px); }
  25% {
    -o-transform: translateY(4.375px) translateX(4.41942px); }
  26% {
    -o-transform: translateY(4.55px) translateX(4.37381px); }
  27% {
    -o-transform: translateY(4.725px) translateX(4.31314px); }
  28% {
    -o-transform: translateY(4.9px) translateX(4.23782px); }
  29% {
    -o-transform: translateY(5.075px) translateX(4.14831px); }
  30% {
    -o-transform: translateY(5.25px) translateX(4.04508px); }
  31% {
    -o-transform: translateY(5.425px) translateX(3.92863px); }
  32% {
    -o-transform: translateY(5.6px) translateX(3.79948px); }
  33% {
    -o-transform: translateY(5.775px) translateX(3.65815px); }
  34% {
    -o-transform: translateY(5.95px) translateX(3.50523px); }
  35% {
    -o-transform: translateY(6.125px) translateX(3.34127px); }
  36% {
    -o-transform: translateY(6.3px) translateX(3.16689px); }
  37% {
    -o-transform: translateY(6.475px) translateX(2.9827px); }
  38% {
    -o-transform: translateY(6.65px) translateX(2.78933px); }
  39% {
    -o-transform: translateY(6.825px) translateX(2.58742px); }
  40% {
    -o-transform: translateY(7px) translateX(2.37764px); }
  41% {
    -o-transform: translateY(7.175px) translateX(2.16066px); }
  42% {
    -o-transform: translateY(7.35px) translateX(1.93717px); }
  43% {
    -o-transform: translateY(7.525px) translateX(1.70785px); }
  44% {
    -o-transform: translateY(7.7px) translateX(1.47343px); }
  45% {
    -o-transform: translateY(7.875px) translateX(1.23461px); }
  46% {
    -o-transform: translateY(8.05px) translateX(0.99211px); }
  47% {
    -o-transform: translateY(8.225px) translateX(0.74667px); }
  48% {
    -o-transform: translateY(8.4px) translateX(0.49901px); }
  49% {
    -o-transform: translateY(8.575px) translateX(0.24988px); }
  50% {
    -o-transform: translateY(8.75px) translateX(0px); }
  51% {
    -o-transform: translateY(8.925px) translateX(-0.24988px); }
  52% {
    -o-transform: translateY(9.1px) translateX(-0.49901px); }
  53% {
    -o-transform: translateY(9.275px) translateX(-0.74667px); }
  54% {
    -o-transform: translateY(9.45px) translateX(-0.99211px); }
  55% {
    -o-transform: translateY(9.625px) translateX(-1.23461px); }
  56% {
    -o-transform: translateY(9.8px) translateX(-1.47343px); }
  57% {
    -o-transform: translateY(9.975px) translateX(-1.70785px); }
  58% {
    -o-transform: translateY(10.15px) translateX(-1.93717px); }
  59% {
    -o-transform: translateY(10.325px) translateX(-2.16066px); }
  60% {
    -o-transform: translateY(10.5px) translateX(-2.37764px); }
  61% {
    -o-transform: translateY(10.675px) translateX(-2.58742px); }
  62% {
    -o-transform: translateY(10.85px) translateX(-2.78933px); }
  63% {
    -o-transform: translateY(11.025px) translateX(-2.9827px); }
  64% {
    -o-transform: translateY(11.2px) translateX(-3.16689px); }
  65% {
    -o-transform: translateY(11.375px) translateX(-3.34127px); }
  66% {
    -o-transform: translateY(11.55px) translateX(-3.50523px); }
  67% {
    -o-transform: translateY(11.725px) translateX(-3.65815px); }
  68% {
    -o-transform: translateY(11.9px) translateX(-3.79948px); }
  69% {
    -o-transform: translateY(12.075px) translateX(-3.92863px); }
  70% {
    -o-transform: translateY(12.25px) translateX(-4.04508px); }
  71% {
    -o-transform: translateY(12.425px) translateX(-4.14831px); }
  72% {
    -o-transform: translateY(12.6px) translateX(-4.23782px); }
  73% {
    -o-transform: translateY(12.775px) translateX(-4.31314px); }
  74% {
    -o-transform: translateY(12.95px) translateX(-4.37381px); }
  75% {
    -o-transform: translateY(13.125px) translateX(-4.41942px); }
  76% {
    -o-transform: translateY(13.3px) translateX(-4.44956px); }
  77% {
    -o-transform: translateY(13.475px) translateX(-4.46386px); }
  78% {
    -o-transform: translateY(13.65px) translateX(-4.46197px); }
  79% {
    -o-transform: translateY(13.825px) translateX(-4.44358px); }
  80% {
    -o-transform: translateY(14px) translateX(-4.40839px); }
  81% {
    -o-transform: translateY(14.175px) translateX(-4.35615px); }
  82% {
    -o-transform: translateY(14.35px) translateX(-4.28661px); }
  83% {
    -o-transform: translateY(14.525px) translateX(-4.19959px); }
  84% {
    -o-transform: translateY(14.7px) translateX(-4.09491px); }
  85% {
    -o-transform: translateY(14.875px) translateX(-3.97242px); }
  86% {
    -o-transform: translateY(15.05px) translateX(-3.83201px); }
  87% {
    -o-transform: translateY(15.225px) translateX(-3.67362px); }
  88% {
    -o-transform: translateY(15.4px) translateX(-3.49718px); }
  89% {
    -o-transform: translateY(15.575px) translateX(-3.30269px); }
  90% {
    -o-transform: translateY(15.75px) translateX(-3.09017px); }
  91% {
    -o-transform: translateY(15.925px) translateX(-2.85966px); }
  92% {
    -o-transform: translateY(16.1px) translateX(-2.61124px); }
  93% {
    -o-transform: translateY(16.275px) translateX(-2.34504px); }
  94% {
    -o-transform: translateY(16.45px) translateX(-2.06119px); }
  95% {
    -o-transform: translateY(16.625px) translateX(-1.75989px); }
  96% {
    -o-transform: translateY(16.8px) translateX(-1.44133px); }
  97% {
    -o-transform: translateY(16.975px) translateX(-1.10577px); }
  98% {
    -o-transform: translateY(17.15px) translateX(-0.75349px); }
  99% {
    -o-transform: translateY(17.325px) translateX(-0.38478px); }
  100% {
    -o-transform: translateY(17.5px) translateX(0px); } }
@keyframes snowFall {
  0% {
    transform: translateY(0px) translateX(0px); }
  1% {
    transform: translateY(0.175px) translateX(0.38478px); }
  2% {
    transform: translateY(0.35px) translateX(0.75349px); }
  3% {
    transform: translateY(0.525px) translateX(1.10577px); }
  4% {
    transform: translateY(0.7px) translateX(1.44133px); }
  5% {
    transform: translateY(0.875px) translateX(1.75989px); }
  6% {
    transform: translateY(1.05px) translateX(2.06119px); }
  7% {
    transform: translateY(1.225px) translateX(2.34504px); }
  8% {
    transform: translateY(1.4px) translateX(2.61124px); }
  9% {
    transform: translateY(1.575px) translateX(2.85966px); }
  10% {
    transform: translateY(1.75px) translateX(3.09017px); }
  11% {
    transform: translateY(1.925px) translateX(3.30269px); }
  12% {
    transform: translateY(2.1px) translateX(3.49718px); }
  13% {
    transform: translateY(2.275px) translateX(3.67362px); }
  14% {
    transform: translateY(2.45px) translateX(3.83201px); }
  15% {
    transform: translateY(2.625px) translateX(3.97242px); }
  16% {
    transform: translateY(2.8px) translateX(4.09491px); }
  17% {
    transform: translateY(2.975px) translateX(4.19959px); }
  18% {
    transform: translateY(3.15px) translateX(4.28661px); }
  19% {
    transform: translateY(3.325px) translateX(4.35615px); }
  20% {
    transform: translateY(3.5px) translateX(4.40839px); }
  21% {
    transform: translateY(3.675px) translateX(4.44358px); }
  22% {
    transform: translateY(3.85px) translateX(4.46197px); }
  23% {
    transform: translateY(4.025px) translateX(4.46386px); }
  24% {
    transform: translateY(4.2px) translateX(4.44956px); }
  25% {
    transform: translateY(4.375px) translateX(4.41942px); }
  26% {
    transform: translateY(4.55px) translateX(4.37381px); }
  27% {
    transform: translateY(4.725px) translateX(4.31314px); }
  28% {
    transform: translateY(4.9px) translateX(4.23782px); }
  29% {
    transform: translateY(5.075px) translateX(4.14831px); }
  30% {
    transform: translateY(5.25px) translateX(4.04508px); }
  31% {
    transform: translateY(5.425px) translateX(3.92863px); }
  32% {
    transform: translateY(5.6px) translateX(3.79948px); }
  33% {
    transform: translateY(5.775px) translateX(3.65815px); }
  34% {
    transform: translateY(5.95px) translateX(3.50523px); }
  35% {
    transform: translateY(6.125px) translateX(3.34127px); }
  36% {
    transform: translateY(6.3px) translateX(3.16689px); }
  37% {
    transform: translateY(6.475px) translateX(2.9827px); }
  38% {
    transform: translateY(6.65px) translateX(2.78933px); }
  39% {
    transform: translateY(6.825px) translateX(2.58742px); }
  40% {
    transform: translateY(7px) translateX(2.37764px); }
  41% {
    transform: translateY(7.175px) translateX(2.16066px); }
  42% {
    transform: translateY(7.35px) translateX(1.93717px); }
  43% {
    transform: translateY(7.525px) translateX(1.70785px); }
  44% {
    transform: translateY(7.7px) translateX(1.47343px); }
  45% {
    transform: translateY(7.875px) translateX(1.23461px); }
  46% {
    transform: translateY(8.05px) translateX(0.99211px); }
  47% {
    transform: translateY(8.225px) translateX(0.74667px); }
  48% {
    transform: translateY(8.4px) translateX(0.49901px); }
  49% {
    transform: translateY(8.575px) translateX(0.24988px); }
  50% {
    transform: translateY(8.75px) translateX(0px); }
  51% {
    transform: translateY(8.925px) translateX(-0.24988px); }
  52% {
    transform: translateY(9.1px) translateX(-0.49901px); }
  53% {
    transform: translateY(9.275px) translateX(-0.74667px); }
  54% {
    transform: translateY(9.45px) translateX(-0.99211px); }
  55% {
    transform: translateY(9.625px) translateX(-1.23461px); }
  56% {
    transform: translateY(9.8px) translateX(-1.47343px); }
  57% {
    transform: translateY(9.975px) translateX(-1.70785px); }
  58% {
    transform: translateY(10.15px) translateX(-1.93717px); }
  59% {
    transform: translateY(10.325px) translateX(-2.16066px); }
  60% {
    transform: translateY(10.5px) translateX(-2.37764px); }
  61% {
    transform: translateY(10.675px) translateX(-2.58742px); }
  62% {
    transform: translateY(10.85px) translateX(-2.78933px); }
  63% {
    transform: translateY(11.025px) translateX(-2.9827px); }
  64% {
    transform: translateY(11.2px) translateX(-3.16689px); }
  65% {
    transform: translateY(11.375px) translateX(-3.34127px); }
  66% {
    transform: translateY(11.55px) translateX(-3.50523px); }
  67% {
    transform: translateY(11.725px) translateX(-3.65815px); }
  68% {
    transform: translateY(11.9px) translateX(-3.79948px); }
  69% {
    transform: translateY(12.075px) translateX(-3.92863px); }
  70% {
    transform: translateY(12.25px) translateX(-4.04508px); }
  71% {
    transform: translateY(12.425px) translateX(-4.14831px); }
  72% {
    transform: translateY(12.6px) translateX(-4.23782px); }
  73% {
    transform: translateY(12.775px) translateX(-4.31314px); }
  74% {
    transform: translateY(12.95px) translateX(-4.37381px); }
  75% {
    transform: translateY(13.125px) translateX(-4.41942px); }
  76% {
    transform: translateY(13.3px) translateX(-4.44956px); }
  77% {
    transform: translateY(13.475px) translateX(-4.46386px); }
  78% {
    transform: translateY(13.65px) translateX(-4.46197px); }
  79% {
    transform: translateY(13.825px) translateX(-4.44358px); }
  80% {
    transform: translateY(14px) translateX(-4.40839px); }
  81% {
    transform: translateY(14.175px) translateX(-4.35615px); }
  82% {
    transform: translateY(14.35px) translateX(-4.28661px); }
  83% {
    transform: translateY(14.525px) translateX(-4.19959px); }
  84% {
    transform: translateY(14.7px) translateX(-4.09491px); }
  85% {
    transform: translateY(14.875px) translateX(-3.97242px); }
  86% {
    transform: translateY(15.05px) translateX(-3.83201px); }
  87% {
    transform: translateY(15.225px) translateX(-3.67362px); }
  88% {
    transform: translateY(15.4px) translateX(-3.49718px); }
  89% {
    transform: translateY(15.575px) translateX(-3.30269px); }
  90% {
    transform: translateY(15.75px) translateX(-3.09017px); }
  91% {
    transform: translateY(15.925px) translateX(-2.85966px); }
  92% {
    transform: translateY(16.1px) translateX(-2.61124px); }
  93% {
    transform: translateY(16.275px) translateX(-2.34504px); }
  94% {
    transform: translateY(16.45px) translateX(-2.06119px); }
  95% {
    transform: translateY(16.625px) translateX(-1.75989px); }
  96% {
    transform: translateY(16.8px) translateX(-1.44133px); }
  97% {
    transform: translateY(16.975px) translateX(-1.10577px); }
  98% {
    transform: translateY(17.15px) translateX(-0.75349px); }
  99% {
    transform: translateY(17.325px) translateX(-0.38478px); }
  100% {
    transform: translateY(17.5px) translateX(0px); } }
@-webkit-keyframes snowFall2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px); }
  1% {
    -webkit-transform: translateY(0.175px) translateX(-0.38478px); }
  2% {
    -webkit-transform: translateY(0.35px) translateX(-0.75349px); }
  3% {
    -webkit-transform: translateY(0.525px) translateX(-1.10577px); }
  4% {
    -webkit-transform: translateY(0.7px) translateX(-1.44133px); }
  5% {
    -webkit-transform: translateY(0.875px) translateX(-1.75989px); }
  6% {
    -webkit-transform: translateY(1.05px) translateX(-2.06119px); }
  7% {
    -webkit-transform: translateY(1.225px) translateX(-2.34504px); }
  8% {
    -webkit-transform: translateY(1.4px) translateX(-2.61124px); }
  9% {
    -webkit-transform: translateY(1.575px) translateX(-2.85966px); }
  10% {
    -webkit-transform: translateY(1.75px) translateX(-3.09017px); }
  11% {
    -webkit-transform: translateY(1.925px) translateX(-3.30269px); }
  12% {
    -webkit-transform: translateY(2.1px) translateX(-3.49718px); }
  13% {
    -webkit-transform: translateY(2.275px) translateX(-3.67362px); }
  14% {
    -webkit-transform: translateY(2.45px) translateX(-3.83201px); }
  15% {
    -webkit-transform: translateY(2.625px) translateX(-3.97242px); }
  16% {
    -webkit-transform: translateY(2.8px) translateX(-4.09491px); }
  17% {
    -webkit-transform: translateY(2.975px) translateX(-4.19959px); }
  18% {
    -webkit-transform: translateY(3.15px) translateX(-4.28661px); }
  19% {
    -webkit-transform: translateY(3.325px) translateX(-4.35615px); }
  20% {
    -webkit-transform: translateY(3.5px) translateX(-4.40839px); }
  21% {
    -webkit-transform: translateY(3.675px) translateX(-4.44358px); }
  22% {
    -webkit-transform: translateY(3.85px) translateX(-4.46197px); }
  23% {
    -webkit-transform: translateY(4.025px) translateX(-4.46386px); }
  24% {
    -webkit-transform: translateY(4.2px) translateX(-4.44956px); }
  25% {
    -webkit-transform: translateY(4.375px) translateX(-4.41942px); }
  26% {
    -webkit-transform: translateY(4.55px) translateX(-4.37381px); }
  27% {
    -webkit-transform: translateY(4.725px) translateX(-4.31314px); }
  28% {
    -webkit-transform: translateY(4.9px) translateX(-4.23782px); }
  29% {
    -webkit-transform: translateY(5.075px) translateX(-4.14831px); }
  30% {
    -webkit-transform: translateY(5.25px) translateX(-4.04508px); }
  31% {
    -webkit-transform: translateY(5.425px) translateX(-3.92863px); }
  32% {
    -webkit-transform: translateY(5.6px) translateX(-3.79948px); }
  33% {
    -webkit-transform: translateY(5.775px) translateX(-3.65815px); }
  34% {
    -webkit-transform: translateY(5.95px) translateX(-3.50523px); }
  35% {
    -webkit-transform: translateY(6.125px) translateX(-3.34127px); }
  36% {
    -webkit-transform: translateY(6.3px) translateX(-3.16689px); }
  37% {
    -webkit-transform: translateY(6.475px) translateX(-2.9827px); }
  38% {
    -webkit-transform: translateY(6.65px) translateX(-2.78933px); }
  39% {
    -webkit-transform: translateY(6.825px) translateX(-2.58742px); }
  40% {
    -webkit-transform: translateY(7px) translateX(-2.37764px); }
  41% {
    -webkit-transform: translateY(7.175px) translateX(-2.16066px); }
  42% {
    -webkit-transform: translateY(7.35px) translateX(-1.93717px); }
  43% {
    -webkit-transform: translateY(7.525px) translateX(-1.70785px); }
  44% {
    -webkit-transform: translateY(7.7px) translateX(-1.47343px); }
  45% {
    -webkit-transform: translateY(7.875px) translateX(-1.23461px); }
  46% {
    -webkit-transform: translateY(8.05px) translateX(-0.99211px); }
  47% {
    -webkit-transform: translateY(8.225px) translateX(-0.74667px); }
  48% {
    -webkit-transform: translateY(8.4px) translateX(-0.49901px); }
  49% {
    -webkit-transform: translateY(8.575px) translateX(-0.24988px); }
  50% {
    -webkit-transform: translateY(8.75px) translateX(0px); }
  51% {
    -webkit-transform: translateY(8.925px) translateX(0.24988px); }
  52% {
    -webkit-transform: translateY(9.1px) translateX(0.49901px); }
  53% {
    -webkit-transform: translateY(9.275px) translateX(0.74667px); }
  54% {
    -webkit-transform: translateY(9.45px) translateX(0.99211px); }
  55% {
    -webkit-transform: translateY(9.625px) translateX(1.23461px); }
  56% {
    -webkit-transform: translateY(9.8px) translateX(1.47343px); }
  57% {
    -webkit-transform: translateY(9.975px) translateX(1.70785px); }
  58% {
    -webkit-transform: translateY(10.15px) translateX(1.93717px); }
  59% {
    -webkit-transform: translateY(10.325px) translateX(2.16066px); }
  60% {
    -webkit-transform: translateY(10.5px) translateX(2.37764px); }
  61% {
    -webkit-transform: translateY(10.675px) translateX(2.58742px); }
  62% {
    -webkit-transform: translateY(10.85px) translateX(2.78933px); }
  63% {
    -webkit-transform: translateY(11.025px) translateX(2.9827px); }
  64% {
    -webkit-transform: translateY(11.2px) translateX(3.16689px); }
  65% {
    -webkit-transform: translateY(11.375px) translateX(3.34127px); }
  66% {
    -webkit-transform: translateY(11.55px) translateX(3.50523px); }
  67% {
    -webkit-transform: translateY(11.725px) translateX(3.65815px); }
  68% {
    -webkit-transform: translateY(11.9px) translateX(3.79948px); }
  69% {
    -webkit-transform: translateY(12.075px) translateX(3.92863px); }
  70% {
    -webkit-transform: translateY(12.25px) translateX(4.04508px); }
  71% {
    -webkit-transform: translateY(12.425px) translateX(4.14831px); }
  72% {
    -webkit-transform: translateY(12.6px) translateX(4.23782px); }
  73% {
    -webkit-transform: translateY(12.775px) translateX(4.31314px); }
  74% {
    -webkit-transform: translateY(12.95px) translateX(4.37381px); }
  75% {
    -webkit-transform: translateY(13.125px) translateX(4.41942px); }
  76% {
    -webkit-transform: translateY(13.3px) translateX(4.44956px); }
  77% {
    -webkit-transform: translateY(13.475px) translateX(4.46386px); }
  78% {
    -webkit-transform: translateY(13.65px) translateX(4.46197px); }
  79% {
    -webkit-transform: translateY(13.825px) translateX(4.44358px); }
  80% {
    -webkit-transform: translateY(14px) translateX(4.40839px); }
  81% {
    -webkit-transform: translateY(14.175px) translateX(4.35615px); }
  82% {
    -webkit-transform: translateY(14.35px) translateX(4.28661px); }
  83% {
    -webkit-transform: translateY(14.525px) translateX(4.19959px); }
  84% {
    -webkit-transform: translateY(14.7px) translateX(4.09491px); }
  85% {
    -webkit-transform: translateY(14.875px) translateX(3.97242px); }
  86% {
    -webkit-transform: translateY(15.05px) translateX(3.83201px); }
  87% {
    -webkit-transform: translateY(15.225px) translateX(3.67362px); }
  88% {
    -webkit-transform: translateY(15.4px) translateX(3.49718px); }
  89% {
    -webkit-transform: translateY(15.575px) translateX(3.30269px); }
  90% {
    -webkit-transform: translateY(15.75px) translateX(3.09017px); }
  91% {
    -webkit-transform: translateY(15.925px) translateX(2.85966px); }
  92% {
    -webkit-transform: translateY(16.1px) translateX(2.61124px); }
  93% {
    -webkit-transform: translateY(16.275px) translateX(2.34504px); }
  94% {
    -webkit-transform: translateY(16.45px) translateX(2.06119px); }
  95% {
    -webkit-transform: translateY(16.625px) translateX(1.75989px); }
  96% {
    -webkit-transform: translateY(16.8px) translateX(1.44133px); }
  97% {
    -webkit-transform: translateY(16.975px) translateX(1.10577px); }
  98% {
    -webkit-transform: translateY(17.15px) translateX(0.75349px); }
  99% {
    -webkit-transform: translateY(17.325px) translateX(0.38478px); }
  100% {
    -webkit-transform: translateY(17.5px) translateX(0px); } }
@-moz-keyframes snowFall2 {
  0% {
    -moz-transform: translateY(0px) translateX(0px); }
  1% {
    -moz-transform: translateY(0.175px) translateX(-0.38478px); }
  2% {
    -moz-transform: translateY(0.35px) translateX(-0.75349px); }
  3% {
    -moz-transform: translateY(0.525px) translateX(-1.10577px); }
  4% {
    -moz-transform: translateY(0.7px) translateX(-1.44133px); }
  5% {
    -moz-transform: translateY(0.875px) translateX(-1.75989px); }
  6% {
    -moz-transform: translateY(1.05px) translateX(-2.06119px); }
  7% {
    -moz-transform: translateY(1.225px) translateX(-2.34504px); }
  8% {
    -moz-transform: translateY(1.4px) translateX(-2.61124px); }
  9% {
    -moz-transform: translateY(1.575px) translateX(-2.85966px); }
  10% {
    -moz-transform: translateY(1.75px) translateX(-3.09017px); }
  11% {
    -moz-transform: translateY(1.925px) translateX(-3.30269px); }
  12% {
    -moz-transform: translateY(2.1px) translateX(-3.49718px); }
  13% {
    -moz-transform: translateY(2.275px) translateX(-3.67362px); }
  14% {
    -moz-transform: translateY(2.45px) translateX(-3.83201px); }
  15% {
    -moz-transform: translateY(2.625px) translateX(-3.97242px); }
  16% {
    -moz-transform: translateY(2.8px) translateX(-4.09491px); }
  17% {
    -moz-transform: translateY(2.975px) translateX(-4.19959px); }
  18% {
    -moz-transform: translateY(3.15px) translateX(-4.28661px); }
  19% {
    -moz-transform: translateY(3.325px) translateX(-4.35615px); }
  20% {
    -moz-transform: translateY(3.5px) translateX(-4.40839px); }
  21% {
    -moz-transform: translateY(3.675px) translateX(-4.44358px); }
  22% {
    -moz-transform: translateY(3.85px) translateX(-4.46197px); }
  23% {
    -moz-transform: translateY(4.025px) translateX(-4.46386px); }
  24% {
    -moz-transform: translateY(4.2px) translateX(-4.44956px); }
  25% {
    -moz-transform: translateY(4.375px) translateX(-4.41942px); }
  26% {
    -moz-transform: translateY(4.55px) translateX(-4.37381px); }
  27% {
    -moz-transform: translateY(4.725px) translateX(-4.31314px); }
  28% {
    -moz-transform: translateY(4.9px) translateX(-4.23782px); }
  29% {
    -moz-transform: translateY(5.075px) translateX(-4.14831px); }
  30% {
    -moz-transform: translateY(5.25px) translateX(-4.04508px); }
  31% {
    -moz-transform: translateY(5.425px) translateX(-3.92863px); }
  32% {
    -moz-transform: translateY(5.6px) translateX(-3.79948px); }
  33% {
    -moz-transform: translateY(5.775px) translateX(-3.65815px); }
  34% {
    -moz-transform: translateY(5.95px) translateX(-3.50523px); }
  35% {
    -moz-transform: translateY(6.125px) translateX(-3.34127px); }
  36% {
    -moz-transform: translateY(6.3px) translateX(-3.16689px); }
  37% {
    -moz-transform: translateY(6.475px) translateX(-2.9827px); }
  38% {
    -moz-transform: translateY(6.65px) translateX(-2.78933px); }
  39% {
    -moz-transform: translateY(6.825px) translateX(-2.58742px); }
  40% {
    -moz-transform: translateY(7px) translateX(-2.37764px); }
  41% {
    -moz-transform: translateY(7.175px) translateX(-2.16066px); }
  42% {
    -moz-transform: translateY(7.35px) translateX(-1.93717px); }
  43% {
    -moz-transform: translateY(7.525px) translateX(-1.70785px); }
  44% {
    -moz-transform: translateY(7.7px) translateX(-1.47343px); }
  45% {
    -moz-transform: translateY(7.875px) translateX(-1.23461px); }
  46% {
    -moz-transform: translateY(8.05px) translateX(-0.99211px); }
  47% {
    -moz-transform: translateY(8.225px) translateX(-0.74667px); }
  48% {
    -moz-transform: translateY(8.4px) translateX(-0.49901px); }
  49% {
    -moz-transform: translateY(8.575px) translateX(-0.24988px); }
  50% {
    -moz-transform: translateY(8.75px) translateX(0px); }
  51% {
    -moz-transform: translateY(8.925px) translateX(0.24988px); }
  52% {
    -moz-transform: translateY(9.1px) translateX(0.49901px); }
  53% {
    -moz-transform: translateY(9.275px) translateX(0.74667px); }
  54% {
    -moz-transform: translateY(9.45px) translateX(0.99211px); }
  55% {
    -moz-transform: translateY(9.625px) translateX(1.23461px); }
  56% {
    -moz-transform: translateY(9.8px) translateX(1.47343px); }
  57% {
    -moz-transform: translateY(9.975px) translateX(1.70785px); }
  58% {
    -moz-transform: translateY(10.15px) translateX(1.93717px); }
  59% {
    -moz-transform: translateY(10.325px) translateX(2.16066px); }
  60% {
    -moz-transform: translateY(10.5px) translateX(2.37764px); }
  61% {
    -moz-transform: translateY(10.675px) translateX(2.58742px); }
  62% {
    -moz-transform: translateY(10.85px) translateX(2.78933px); }
  63% {
    -moz-transform: translateY(11.025px) translateX(2.9827px); }
  64% {
    -moz-transform: translateY(11.2px) translateX(3.16689px); }
  65% {
    -moz-transform: translateY(11.375px) translateX(3.34127px); }
  66% {
    -moz-transform: translateY(11.55px) translateX(3.50523px); }
  67% {
    -moz-transform: translateY(11.725px) translateX(3.65815px); }
  68% {
    -moz-transform: translateY(11.9px) translateX(3.79948px); }
  69% {
    -moz-transform: translateY(12.075px) translateX(3.92863px); }
  70% {
    -moz-transform: translateY(12.25px) translateX(4.04508px); }
  71% {
    -moz-transform: translateY(12.425px) translateX(4.14831px); }
  72% {
    -moz-transform: translateY(12.6px) translateX(4.23782px); }
  73% {
    -moz-transform: translateY(12.775px) translateX(4.31314px); }
  74% {
    -moz-transform: translateY(12.95px) translateX(4.37381px); }
  75% {
    -moz-transform: translateY(13.125px) translateX(4.41942px); }
  76% {
    -moz-transform: translateY(13.3px) translateX(4.44956px); }
  77% {
    -moz-transform: translateY(13.475px) translateX(4.46386px); }
  78% {
    -moz-transform: translateY(13.65px) translateX(4.46197px); }
  79% {
    -moz-transform: translateY(13.825px) translateX(4.44358px); }
  80% {
    -moz-transform: translateY(14px) translateX(4.40839px); }
  81% {
    -moz-transform: translateY(14.175px) translateX(4.35615px); }
  82% {
    -moz-transform: translateY(14.35px) translateX(4.28661px); }
  83% {
    -moz-transform: translateY(14.525px) translateX(4.19959px); }
  84% {
    -moz-transform: translateY(14.7px) translateX(4.09491px); }
  85% {
    -moz-transform: translateY(14.875px) translateX(3.97242px); }
  86% {
    -moz-transform: translateY(15.05px) translateX(3.83201px); }
  87% {
    -moz-transform: translateY(15.225px) translateX(3.67362px); }
  88% {
    -moz-transform: translateY(15.4px) translateX(3.49718px); }
  89% {
    -moz-transform: translateY(15.575px) translateX(3.30269px); }
  90% {
    -moz-transform: translateY(15.75px) translateX(3.09017px); }
  91% {
    -moz-transform: translateY(15.925px) translateX(2.85966px); }
  92% {
    -moz-transform: translateY(16.1px) translateX(2.61124px); }
  93% {
    -moz-transform: translateY(16.275px) translateX(2.34504px); }
  94% {
    -moz-transform: translateY(16.45px) translateX(2.06119px); }
  95% {
    -moz-transform: translateY(16.625px) translateX(1.75989px); }
  96% {
    -moz-transform: translateY(16.8px) translateX(1.44133px); }
  97% {
    -moz-transform: translateY(16.975px) translateX(1.10577px); }
  98% {
    -moz-transform: translateY(17.15px) translateX(0.75349px); }
  99% {
    -moz-transform: translateY(17.325px) translateX(0.38478px); }
  100% {
    -moz-transform: translateY(17.5px) translateX(0px); } }
@-o-keyframes snowFall2 {
  0% {
    -o-transform: translateY(0px) translateX(0px); }
  1% {
    -o-transform: translateY(0.175px) translateX(-0.38478px); }
  2% {
    -o-transform: translateY(0.35px) translateX(-0.75349px); }
  3% {
    -o-transform: translateY(0.525px) translateX(-1.10577px); }
  4% {
    -o-transform: translateY(0.7px) translateX(-1.44133px); }
  5% {
    -o-transform: translateY(0.875px) translateX(-1.75989px); }
  6% {
    -o-transform: translateY(1.05px) translateX(-2.06119px); }
  7% {
    -o-transform: translateY(1.225px) translateX(-2.34504px); }
  8% {
    -o-transform: translateY(1.4px) translateX(-2.61124px); }
  9% {
    -o-transform: translateY(1.575px) translateX(-2.85966px); }
  10% {
    -o-transform: translateY(1.75px) translateX(-3.09017px); }
  11% {
    -o-transform: translateY(1.925px) translateX(-3.30269px); }
  12% {
    -o-transform: translateY(2.1px) translateX(-3.49718px); }
  13% {
    -o-transform: translateY(2.275px) translateX(-3.67362px); }
  14% {
    -o-transform: translateY(2.45px) translateX(-3.83201px); }
  15% {
    -o-transform: translateY(2.625px) translateX(-3.97242px); }
  16% {
    -o-transform: translateY(2.8px) translateX(-4.09491px); }
  17% {
    -o-transform: translateY(2.975px) translateX(-4.19959px); }
  18% {
    -o-transform: translateY(3.15px) translateX(-4.28661px); }
  19% {
    -o-transform: translateY(3.325px) translateX(-4.35615px); }
  20% {
    -o-transform: translateY(3.5px) translateX(-4.40839px); }
  21% {
    -o-transform: translateY(3.675px) translateX(-4.44358px); }
  22% {
    -o-transform: translateY(3.85px) translateX(-4.46197px); }
  23% {
    -o-transform: translateY(4.025px) translateX(-4.46386px); }
  24% {
    -o-transform: translateY(4.2px) translateX(-4.44956px); }
  25% {
    -o-transform: translateY(4.375px) translateX(-4.41942px); }
  26% {
    -o-transform: translateY(4.55px) translateX(-4.37381px); }
  27% {
    -o-transform: translateY(4.725px) translateX(-4.31314px); }
  28% {
    -o-transform: translateY(4.9px) translateX(-4.23782px); }
  29% {
    -o-transform: translateY(5.075px) translateX(-4.14831px); }
  30% {
    -o-transform: translateY(5.25px) translateX(-4.04508px); }
  31% {
    -o-transform: translateY(5.425px) translateX(-3.92863px); }
  32% {
    -o-transform: translateY(5.6px) translateX(-3.79948px); }
  33% {
    -o-transform: translateY(5.775px) translateX(-3.65815px); }
  34% {
    -o-transform: translateY(5.95px) translateX(-3.50523px); }
  35% {
    -o-transform: translateY(6.125px) translateX(-3.34127px); }
  36% {
    -o-transform: translateY(6.3px) translateX(-3.16689px); }
  37% {
    -o-transform: translateY(6.475px) translateX(-2.9827px); }
  38% {
    -o-transform: translateY(6.65px) translateX(-2.78933px); }
  39% {
    -o-transform: translateY(6.825px) translateX(-2.58742px); }
  40% {
    -o-transform: translateY(7px) translateX(-2.37764px); }
  41% {
    -o-transform: translateY(7.175px) translateX(-2.16066px); }
  42% {
    -o-transform: translateY(7.35px) translateX(-1.93717px); }
  43% {
    -o-transform: translateY(7.525px) translateX(-1.70785px); }
  44% {
    -o-transform: translateY(7.7px) translateX(-1.47343px); }
  45% {
    -o-transform: translateY(7.875px) translateX(-1.23461px); }
  46% {
    -o-transform: translateY(8.05px) translateX(-0.99211px); }
  47% {
    -o-transform: translateY(8.225px) translateX(-0.74667px); }
  48% {
    -o-transform: translateY(8.4px) translateX(-0.49901px); }
  49% {
    -o-transform: translateY(8.575px) translateX(-0.24988px); }
  50% {
    -o-transform: translateY(8.75px) translateX(0px); }
  51% {
    -o-transform: translateY(8.925px) translateX(0.24988px); }
  52% {
    -o-transform: translateY(9.1px) translateX(0.49901px); }
  53% {
    -o-transform: translateY(9.275px) translateX(0.74667px); }
  54% {
    -o-transform: translateY(9.45px) translateX(0.99211px); }
  55% {
    -o-transform: translateY(9.625px) translateX(1.23461px); }
  56% {
    -o-transform: translateY(9.8px) translateX(1.47343px); }
  57% {
    -o-transform: translateY(9.975px) translateX(1.70785px); }
  58% {
    -o-transform: translateY(10.15px) translateX(1.93717px); }
  59% {
    -o-transform: translateY(10.325px) translateX(2.16066px); }
  60% {
    -o-transform: translateY(10.5px) translateX(2.37764px); }
  61% {
    -o-transform: translateY(10.675px) translateX(2.58742px); }
  62% {
    -o-transform: translateY(10.85px) translateX(2.78933px); }
  63% {
    -o-transform: translateY(11.025px) translateX(2.9827px); }
  64% {
    -o-transform: translateY(11.2px) translateX(3.16689px); }
  65% {
    -o-transform: translateY(11.375px) translateX(3.34127px); }
  66% {
    -o-transform: translateY(11.55px) translateX(3.50523px); }
  67% {
    -o-transform: translateY(11.725px) translateX(3.65815px); }
  68% {
    -o-transform: translateY(11.9px) translateX(3.79948px); }
  69% {
    -o-transform: translateY(12.075px) translateX(3.92863px); }
  70% {
    -o-transform: translateY(12.25px) translateX(4.04508px); }
  71% {
    -o-transform: translateY(12.425px) translateX(4.14831px); }
  72% {
    -o-transform: translateY(12.6px) translateX(4.23782px); }
  73% {
    -o-transform: translateY(12.775px) translateX(4.31314px); }
  74% {
    -o-transform: translateY(12.95px) translateX(4.37381px); }
  75% {
    -o-transform: translateY(13.125px) translateX(4.41942px); }
  76% {
    -o-transform: translateY(13.3px) translateX(4.44956px); }
  77% {
    -o-transform: translateY(13.475px) translateX(4.46386px); }
  78% {
    -o-transform: translateY(13.65px) translateX(4.46197px); }
  79% {
    -o-transform: translateY(13.825px) translateX(4.44358px); }
  80% {
    -o-transform: translateY(14px) translateX(4.40839px); }
  81% {
    -o-transform: translateY(14.175px) translateX(4.35615px); }
  82% {
    -o-transform: translateY(14.35px) translateX(4.28661px); }
  83% {
    -o-transform: translateY(14.525px) translateX(4.19959px); }
  84% {
    -o-transform: translateY(14.7px) translateX(4.09491px); }
  85% {
    -o-transform: translateY(14.875px) translateX(3.97242px); }
  86% {
    -o-transform: translateY(15.05px) translateX(3.83201px); }
  87% {
    -o-transform: translateY(15.225px) translateX(3.67362px); }
  88% {
    -o-transform: translateY(15.4px) translateX(3.49718px); }
  89% {
    -o-transform: translateY(15.575px) translateX(3.30269px); }
  90% {
    -o-transform: translateY(15.75px) translateX(3.09017px); }
  91% {
    -o-transform: translateY(15.925px) translateX(2.85966px); }
  92% {
    -o-transform: translateY(16.1px) translateX(2.61124px); }
  93% {
    -o-transform: translateY(16.275px) translateX(2.34504px); }
  94% {
    -o-transform: translateY(16.45px) translateX(2.06119px); }
  95% {
    -o-transform: translateY(16.625px) translateX(1.75989px); }
  96% {
    -o-transform: translateY(16.8px) translateX(1.44133px); }
  97% {
    -o-transform: translateY(16.975px) translateX(1.10577px); }
  98% {
    -o-transform: translateY(17.15px) translateX(0.75349px); }
  99% {
    -o-transform: translateY(17.325px) translateX(0.38478px); }
  100% {
    -o-transform: translateY(17.5px) translateX(0px); } }
@keyframes snowFall2 {
  0% {
    transform: translateY(0px) translateX(0px); }
  1% {
    transform: translateY(0.175px) translateX(-0.38478px); }
  2% {
    transform: translateY(0.35px) translateX(-0.75349px); }
  3% {
    transform: translateY(0.525px) translateX(-1.10577px); }
  4% {
    transform: translateY(0.7px) translateX(-1.44133px); }
  5% {
    transform: translateY(0.875px) translateX(-1.75989px); }
  6% {
    transform: translateY(1.05px) translateX(-2.06119px); }
  7% {
    transform: translateY(1.225px) translateX(-2.34504px); }
  8% {
    transform: translateY(1.4px) translateX(-2.61124px); }
  9% {
    transform: translateY(1.575px) translateX(-2.85966px); }
  10% {
    transform: translateY(1.75px) translateX(-3.09017px); }
  11% {
    transform: translateY(1.925px) translateX(-3.30269px); }
  12% {
    transform: translateY(2.1px) translateX(-3.49718px); }
  13% {
    transform: translateY(2.275px) translateX(-3.67362px); }
  14% {
    transform: translateY(2.45px) translateX(-3.83201px); }
  15% {
    transform: translateY(2.625px) translateX(-3.97242px); }
  16% {
    transform: translateY(2.8px) translateX(-4.09491px); }
  17% {
    transform: translateY(2.975px) translateX(-4.19959px); }
  18% {
    transform: translateY(3.15px) translateX(-4.28661px); }
  19% {
    transform: translateY(3.325px) translateX(-4.35615px); }
  20% {
    transform: translateY(3.5px) translateX(-4.40839px); }
  21% {
    transform: translateY(3.675px) translateX(-4.44358px); }
  22% {
    transform: translateY(3.85px) translateX(-4.46197px); }
  23% {
    transform: translateY(4.025px) translateX(-4.46386px); }
  24% {
    transform: translateY(4.2px) translateX(-4.44956px); }
  25% {
    transform: translateY(4.375px) translateX(-4.41942px); }
  26% {
    transform: translateY(4.55px) translateX(-4.37381px); }
  27% {
    transform: translateY(4.725px) translateX(-4.31314px); }
  28% {
    transform: translateY(4.9px) translateX(-4.23782px); }
  29% {
    transform: translateY(5.075px) translateX(-4.14831px); }
  30% {
    transform: translateY(5.25px) translateX(-4.04508px); }
  31% {
    transform: translateY(5.425px) translateX(-3.92863px); }
  32% {
    transform: translateY(5.6px) translateX(-3.79948px); }
  33% {
    transform: translateY(5.775px) translateX(-3.65815px); }
  34% {
    transform: translateY(5.95px) translateX(-3.50523px); }
  35% {
    transform: translateY(6.125px) translateX(-3.34127px); }
  36% {
    transform: translateY(6.3px) translateX(-3.16689px); }
  37% {
    transform: translateY(6.475px) translateX(-2.9827px); }
  38% {
    transform: translateY(6.65px) translateX(-2.78933px); }
  39% {
    transform: translateY(6.825px) translateX(-2.58742px); }
  40% {
    transform: translateY(7px) translateX(-2.37764px); }
  41% {
    transform: translateY(7.175px) translateX(-2.16066px); }
  42% {
    transform: translateY(7.35px) translateX(-1.93717px); }
  43% {
    transform: translateY(7.525px) translateX(-1.70785px); }
  44% {
    transform: translateY(7.7px) translateX(-1.47343px); }
  45% {
    transform: translateY(7.875px) translateX(-1.23461px); }
  46% {
    transform: translateY(8.05px) translateX(-0.99211px); }
  47% {
    transform: translateY(8.225px) translateX(-0.74667px); }
  48% {
    transform: translateY(8.4px) translateX(-0.49901px); }
  49% {
    transform: translateY(8.575px) translateX(-0.24988px); }
  50% {
    transform: translateY(8.75px) translateX(0px); }
  51% {
    transform: translateY(8.925px) translateX(0.24988px); }
  52% {
    transform: translateY(9.1px) translateX(0.49901px); }
  53% {
    transform: translateY(9.275px) translateX(0.74667px); }
  54% {
    transform: translateY(9.45px) translateX(0.99211px); }
  55% {
    transform: translateY(9.625px) translateX(1.23461px); }
  56% {
    transform: translateY(9.8px) translateX(1.47343px); }
  57% {
    transform: translateY(9.975px) translateX(1.70785px); }
  58% {
    transform: translateY(10.15px) translateX(1.93717px); }
  59% {
    transform: translateY(10.325px) translateX(2.16066px); }
  60% {
    transform: translateY(10.5px) translateX(2.37764px); }
  61% {
    transform: translateY(10.675px) translateX(2.58742px); }
  62% {
    transform: translateY(10.85px) translateX(2.78933px); }
  63% {
    transform: translateY(11.025px) translateX(2.9827px); }
  64% {
    transform: translateY(11.2px) translateX(3.16689px); }
  65% {
    transform: translateY(11.375px) translateX(3.34127px); }
  66% {
    transform: translateY(11.55px) translateX(3.50523px); }
  67% {
    transform: translateY(11.725px) translateX(3.65815px); }
  68% {
    transform: translateY(11.9px) translateX(3.79948px); }
  69% {
    transform: translateY(12.075px) translateX(3.92863px); }
  70% {
    transform: translateY(12.25px) translateX(4.04508px); }
  71% {
    transform: translateY(12.425px) translateX(4.14831px); }
  72% {
    transform: translateY(12.6px) translateX(4.23782px); }
  73% {
    transform: translateY(12.775px) translateX(4.31314px); }
  74% {
    transform: translateY(12.95px) translateX(4.37381px); }
  75% {
    transform: translateY(13.125px) translateX(4.41942px); }
  76% {
    transform: translateY(13.3px) translateX(4.44956px); }
  77% {
    transform: translateY(13.475px) translateX(4.46386px); }
  78% {
    transform: translateY(13.65px) translateX(4.46197px); }
  79% {
    transform: translateY(13.825px) translateX(4.44358px); }
  80% {
    transform: translateY(14px) translateX(4.40839px); }
  81% {
    transform: translateY(14.175px) translateX(4.35615px); }
  82% {
    transform: translateY(14.35px) translateX(4.28661px); }
  83% {
    transform: translateY(14.525px) translateX(4.19959px); }
  84% {
    transform: translateY(14.7px) translateX(4.09491px); }
  85% {
    transform: translateY(14.875px) translateX(3.97242px); }
  86% {
    transform: translateY(15.05px) translateX(3.83201px); }
  87% {
    transform: translateY(15.225px) translateX(3.67362px); }
  88% {
    transform: translateY(15.4px) translateX(3.49718px); }
  89% {
    transform: translateY(15.575px) translateX(3.30269px); }
  90% {
    transform: translateY(15.75px) translateX(3.09017px); }
  91% {
    transform: translateY(15.925px) translateX(2.85966px); }
  92% {
    transform: translateY(16.1px) translateX(2.61124px); }
  93% {
    transform: translateY(16.275px) translateX(2.34504px); }
  94% {
    transform: translateY(16.45px) translateX(2.06119px); }
  95% {
    transform: translateY(16.625px) translateX(1.75989px); }
  96% {
    transform: translateY(16.8px) translateX(1.44133px); }
  97% {
    transform: translateY(16.975px) translateX(1.10577px); }
  98% {
    transform: translateY(17.15px) translateX(0.75349px); }
  99% {
    transform: translateY(17.325px) translateX(0.38478px); }
  100% {
    transform: translateY(17.5px) translateX(0px); } }
@-webkit-keyframes translateTornado1 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(4px); }
  75% {
    -webkit-transform: translateX(-4px); }
  100% {
    -webkit-transform: translateX(0); } }
@-webkit-keyframes translateTornado2 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(2px); }
  75% {
    -webkit-transform: translateX(-2px); }
  100% {
    -webkit-transform: translateX(0); } }
@-webkit-keyframes translateTornado3 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(8px); }
  75% {
    -webkit-transform: translateX(-8px); }
  100% {
    -webkit-transform: translateX(0); } }
@-webkit-keyframes translateTornado4 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(6px); }
  75% {
    -webkit-transform: translateX(-6px); }
  100% {
    -webkit-transform: translateX(0); } }
@-webkit-keyframes translateTornado5 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(10px); }
  75% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-webkit-keyframes translateTornado6 {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(6px); }
  75% {
    -webkit-transform: translateX(-6px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes translateTornado1 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(4px); }
  75% {
    -moz-transform: translateX(-4px); }
  100% {
    -moz-transform: translateX(0); } }
@-moz-keyframes translateTornado2 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(2px); }
  75% {
    -moz-transform: translateX(-2px); }
  100% {
    -moz-transform: translateX(0); } }
@-moz-keyframes translateTornado3 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(8px); }
  75% {
    -moz-transform: translateX(-8px); }
  100% {
    -moz-transform: translateX(0); } }
@-moz-keyframes translateTornado4 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(6px); }
  75% {
    -moz-transform: translateX(-6px); }
  100% {
    -moz-transform: translateX(0); } }
@-moz-keyframes translateTornado5 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(10px); }
  75% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-moz-keyframes translateTornado6 {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(6px); }
  75% {
    -moz-transform: translateX(-6px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes translateTornado1 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(4px); }
  75% {
    -o-transform: translateX(-4px); }
  100% {
    -o-transform: translateX(0); } }
@-o-keyframes translateTornado2 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(2px); }
  75% {
    -o-transform: translateX(-2px); }
  100% {
    -o-transform: translateX(0); } }
@-o-keyframes translateTornado3 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(8px); }
  75% {
    -o-transform: translateX(-8px); }
  100% {
    -o-transform: translateX(0); } }
@-o-keyframes translateTornado4 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(6px); }
  75% {
    -o-transform: translateX(-6px); }
  100% {
    -o-transform: translateX(0); } }
@-o-keyframes translateTornado5 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(10px); }
  75% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@-o-keyframes translateTornado6 {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(6px); }
  75% {
    -o-transform: translateX(-6px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes translateTornado1 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(4px); }
  75% {
    transform: translateX(-4px); }
  100% {
    transform: translateX(0); } }
@keyframes translateTornado2 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(2px); }
  75% {
    transform: translateX(-2px); }
  100% {
    transform: translateX(0); } }
@keyframes translateTornado3 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(8px); }
  75% {
    transform: translateX(-8px); }
  100% {
    transform: translateX(0); } }
@keyframes translateTornado4 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(6px); }
  75% {
    transform: translateX(-6px); }
  100% {
    transform: translateX(0); } }
@keyframes translateTornado5 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(10px); }
  75% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
@keyframes translateTornado6 {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(6px); }
  75% {
    transform: translateX(-6px); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes translateFog {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(2.5px); }
  75% {
    -webkit-transform: translateX(-2.5px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes translateFog {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(2.5px); }
  75% {
    -moz-transform: translateX(-2.5px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes translateFog {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(2.5px); }
  75% {
    -o-transform: translateX(-2.5px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes translateFog {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(2.5px); }
  75% {
    transform: translateX(-2.5px); }
  100% {
    transform: translateX(0); } }
@-webkit-keyframes fillOpacityFog {
  0% {
    fill-opacity: .5;
    stroke-opacity: .5; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: .5;
    stroke-opacity: .5; } }
@-moz-keyframes fillOpacityFog {
  0% {
    fill-opacity: .5;
    stroke-opacity: .5; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: .5;
    stroke-opacity: .5; } }
@-o-keyframes fillOpacityFog {
  0% {
    fill-opacity: .5;
    stroke-opacity: .5; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: .5;
    stroke-opacity: .5; } }
@keyframes fillOpacityFog {
  0% {
    fill-opacity: .5;
    stroke-opacity: .5; }
  50% {
    fill-opacity: 1;
    stroke-opacity: 1; }
  100% {
    fill-opacity: .5;
    stroke-opacity: .5; } }
@-webkit-keyframes translateSunrise {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-16.002px); }
  100% {
    -webkit-transform: translateY(-16.002px); } }
@-moz-keyframes translateSunrise {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateY(-16.002px); }
  100% {
    -moz-transform: translateY(-16.002px); } }
@-o-keyframes translateSunrise {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateY(-16.002px); }
  100% {
    -o-transform: translateY(-16.002px); } }
@keyframes translateSunrise {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-16.002px); }
  100% {
    transform: translateY(-16.002px); } }
@-webkit-keyframes translateSunset {
  0% {
    -webkit-transform: translateY(-16px); }
  25% {
    -webkit-transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-4px); } }
@-moz-keyframes translateSunset {
  0% {
    -moz-transform: translateY(-16px); }
  25% {
    -moz-transform: translateY(-4px); }
  100% {
    -moz-transform: translateY(-4px); } }
@-o-keyframes translateSunset {
  0% {
    -o-transform: translateY(-16px); }
  25% {
    -o-transform: translateY(-4px); }
  100% {
    -o-transform: translateY(-4px); } }
@keyframes translateSunset {
  0% {
    transform: translateY(-16px); }
  25% {
    transform: translateY(-4px); }
  100% {
    transform: translateY(-4px); } }
@-webkit-keyframes translateArrowDown {
  0% {
    -webkit-transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(5px); } }
@-moz-keyframes translateArrowDown {
  0% {
    -moz-transform: translateY(2px); }
  100% {
    -moz-transform: translateY(5px); } }
@-o-keyframes translateArrowDown {
  0% {
    -o-transform: translateY(2px); }
  100% {
    -o-transform: translateY(5px); } }
@keyframes translateArrowDown {
  0% {
    transform: translateY(2px); }
  100% {
    transform: translateY(5px); } }
@-webkit-keyframes translateArrowUp {
  0% {
    -webkit-transform: translateY(-2.002px); }
  100% {
    -webkit-transform: translateY(-4.998px); } }
@-moz-keyframes translateArrowUp {
  0% {
    -moz-transform: translateY(-2.002px); }
  100% {
    -moz-transform: translateY(-4.998px); } }
@-o-keyframes translateArrowUp {
  0% {
    -o-transform: translateY(-2.002px); }
  100% {
    -o-transform: translateY(-4.998px); } }
@keyframes translateArrowUp {
  0% {
    transform: translateY(-2.002px); }
  100% {
    transform: translateY(-4.998px); } }
@-webkit-keyframes translateWind {
  0% {
    -webkit-transform: translateY(0); }
  25% {
    -webkit-transform: translateX(4.998px); }
  75% {
    -webkit-transform: translateX(-4.998px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes translateWind {
  0% {
    -moz-transform: translateY(0); }
  25% {
    -moz-transform: translateX(4.998px); }
  75% {
    -moz-transform: translateX(-4.998px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes translateWind {
  0% {
    -o-transform: translateY(0); }
  25% {
    -o-transform: translateX(4.998px); }
  75% {
    -o-transform: translateX(-4.998px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes translateWind {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateX(4.998px); }
  75% {
    transform: translateX(-4.998px); }
  100% {
    transform: translateX(0); } }
@font-face {
  font-family: 'Climacons-Font';
  src: url("fonts/climacons-webfont.eot");
  src: url("fonts/climacons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/climacons-webfont.svg#Climacons-Font") format("svg"), url("fonts/climacons-webfont.woff") format("woff"), url("fonts/climacons-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.climacon:before {
  font-family: 'Climacons-Font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.climacon.cloud:before {
  content: "\e000"; }

.climacon.cloud.sun:before {
  content: "\e001"; }

.climacon.cloud.moon:before {
  content: "\e002"; }

.climacon.rain:before,
.climacon.rain.cloud:before {
  content: "\e003"; }

.climacon.rain.sun:before,
.climacon.rain.cloud.sun:before {
  content: "\e004"; }

.climacon.rain.moon:before,
.climacon.rain.cloud.moon:before {
  content: "\e005"; }

.climacon.showers:before,
.climacon.showers.cloud:before {
  content: "\e006"; }

.climacon.showers.sun:before,
.climacon.showers.cloud.sun:before {
  content: "\e007"; }

.climacon.showers.moon:before,
.climacon.showers.cloud.moon:before {
  content: "\e008"; }

.climacon.downpour:before,
.climacon.downpour.cloud:before {
  content: "\e009"; }

.climacon.downpour.sun:before,
.climacon.downpour.cloud.sun:before {
  content: "\e00a"; }

.climacon.downpour.moon:before,
.climacon.downpour.cloud.moon:before {
  content: "\e00b"; }

.climacon.drizzle:before,
.climacon.drizzle.cloud:before {
  content: "\e00c"; }

.climacon.drizzle.sun:before,
.climacon.drizzle.cloud.sun:before {
  content: "\e00d"; }

.climacon.drizzle.moon:before,
.climacon.drizzle.cloud.moon:before {
  content: "\e00e"; }

.climacon.sleet:before,
.climacon.sleet.cloud:before {
  content: "\e00f"; }

.climacon.sleet.sun:before,
.climacon.sleet.cloud.sun:before {
  content: "\e010"; }

.climacon.sleet.moon:before,
.climacon.sleet.cloud.moon:before {
  content: "\e011"; }

.climacon.hail:before,
.climacon.hail.cloud:before {
  content: "\e012"; }

.climacon.hail.sun:before,
.climacon.hail.cloud.sun:before {
  content: "\e013"; }

.climacon.hail.moon:before,
.climacon.hail.cloud.moon:before {
  content: "\e014"; }

.climacon.flurries:before,
.climacon.flurries.cloud:before {
  content: "\e015"; }

.climacon.flurries.sun:before,
.climacon.flurries.cloud.sun:before {
  content: "\e016"; }

.climacon.flurries.moon:before,
.climacon.flurries.cloud.moon:before {
  content: "\e017"; }

.climacon.snow:before,
.climacon.snow.cloud:before {
  content: "\e018"; }

.climacon.snow.sun:before,
.climacon.snow.cloud.sun:before {
  content: "\e019"; }

.climacon.snow.moon:before,
.climacon.snow.cloud.moon:before {
  content: "\e01a"; }

.climacon.fog:before,
.climacon.fog.cloud:before {
  content: "\e01b"; }

.climacon.fog.sun:before,
.climacon.fog.cloud.sun:before {
  content: "\e01c"; }

.climacon.fog.moon:before,
.climacon.fog.cloud.moon:before {
  content: "\e01d"; }

.climacon.haze:before {
  content: "\e01e"; }

.climacon.haze.sun:before {
  content: "\e01f"; }

.climacon.haze.moon:before {
  content: "\e020"; }

.climacon.wind:before {
  content: "\e021"; }

.climacon.wind.cloud:before {
  content: "\e022"; }

.climacon.wind.sun:before,
.climacon.wind.cloud.sun:before {
  content: "\e023"; }

.climacon.wind.moon:before,
.climacon.wind.cloud.moon:before {
  content: "\e024"; }

.climacon.lightning:before,
.climacon.lightning.cloud:before {
  content: "\e025"; }

.climacon.lightning.sun:before,
.climacon.lightning.cloud.sun:before {
  content: "\e026"; }

.climacon.lightning.moon:before,
.climacon.lightning.cloud.moon:before {
  content: "\e027"; }

.climacon.sun:before {
  content: "\e028"; }

.climacon.sun.set:before,
.climacon.sunset:before {
  content: "\e029"; }

.climacon.sun.rise:before,
.climacon.sunrise:before {
  content: "\e02a"; }

.climacon.sun.low:before,
.climacon.sun-low:before,
.climacon.low-sun:before {
  content: "\e02b"; }

.climacon.sun.lower:before,
.climacon.sun-lower:before,
.climacon.lower-sun:before {
  content: "\e02c"; }

.climacon.moon:before {
  content: "\e02d"; }

.climacon.moon.new:before {
  content: "\e02e"; }

.climacon.moon.waxing.crescent:before,
.climacon.moon.first-crescent:before {
  content: "\e02f"; }

.climacon.moon.waxing.quarter:before,
.climacon.moon.first-quarter:before,
.climacon.moon.waxing.half:before,
.climacon.moon.first-half:before {
  content: "\e030"; }

.climacon.moon.waxing.gibbous:before,
.climacon.moon.first-gibbous:before,
.climacon.moon.waxing.three-quarter:before,
.climacon.moon.first-three-quarter:before {
  content: "\e031"; }

.climacon.moon.full:before {
  content: "\e032"; }

.climacon.moon.waning.gibbous:before,
.climacon.moon.last-gibbous:before,
.climacon.moon.waning.three-quarter:before,
.climacon.moon.last-three-quarter:before {
  content: "\e033"; }

.climacon.moon.waning.quarter:before,
.climacon.moon.last-quarter:before,
.climacon.moon.waning.half:before,
.climacon.moon.last-half:before {
  content: "\e034"; }

.climacon.moon.waning.crescent:before,
.climacon.moon.last-crescent:before {
  content: "\e035"; }

.climacon.snowflake:before {
  content: "\e036"; }

.climacon.tornado:before {
  content: "\e037"; }

.climacon.thermometer.empty:before,
.climacon.thermometer:before {
  content: "\e038"; }

.climacon.thermometer.low:before {
  content: "\e039"; }

.climacon.thermometer.medium-low:before {
  content: "\e03a"; }

.climacon.thermometer.medium-high:before {
  content: "\e03b"; }

.climacon.thermometer.high:before {
  content: "\e03c"; }

.climacon.thermometer.full:before {
  content: "\e03d"; }

.climacon.celcius:before {
  content: "\e03e"; }

.climacon.farenheit:before {
  content: "\e03f"; }

.climacon.compass:before {
  content: "\e040"; }

.climacon.compass.north:before {
  content: "\e041"; }

.climacon.compass.east:before {
  content: "\e042"; }

.climacon.compass.south:before {
  content: "\e043"; }

.climacon.compass.west:before {
  content: "\e044"; }

.climacon.umbrella:before {
  content: "\e045"; }

.climacon.sunglasses:before {
  content: "\e046"; }

.climacon.cloud.cycle:before,
.climacon.cloud.refresh:before {
  content: "\e047"; }

.climacon.cloud.down:before,
.climacon.cloud.download:before {
  content: "\e048"; }

.climacon.cloud.up:before,
.climacon.cloud.upload:before {
  content: "\e049"; }

html {
  -webkit-font-smoothing: antialiased; }

a {
  cursor: pointer;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: none; }

* {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  text-decoration: none; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

a:focus:not(:hover) {
  outline: none; }

.wcag-hide {
  position: absolute;
  left: -10000px !important;
  top: auto;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden; }

* {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

input, button {
  text-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

a img {
  border: none; }

#noscript-warning {
  font-family: sans-serif;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: white;
  background-color: #AE0000;
  padding: 5px 0px 5px 0px; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  clear: both; }

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

body {
  background-color: #222222;
  font-family: 'Open Sans';
  top: 0 !important; }

.body-wrp {
  overflow: hidden; }

.element-hidden {
  display: none; }

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }

.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto; }

#skip-link {
  left: 50%;
  margin-left: -5.25em;
  margin-top: 0;
  position: absolute;
  width: auto;
  z-index: 50; }

#skip-link a, #skip-link a:link, #skip-link a:visited {
  background: #444;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 10px 10px;
  color: #fff;
  display: block;
  font-size: 0.94em;
  -khtml-border-radius: 0 0 10px 10px;
  line-height: 1.7;
  -moz-border-radius: 0 0 10px 10px;
  padding: 1px 10px 2px 10px;
  text-decoration: none;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0; }

#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
  outline: 0; }

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s; }

.pace-inactive {
  display: none; }

.body-wrp {
  overflow: hidden; }

.content-belt-wrp {
  display: block;
  clear: both;
  width: 1280px;
  height: auto; }

.content-belt-inside {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 996px;
  height: auto;
  margin: 0 auto;
  margin-top: 0;
  background: #222;
  border-bottom: 1px solid #e8e8e8; }

.site-today {
  background: #fff;
  display: block;
  float: left;
  padding: 10px;
  color: #6b6b6b; }
  .site-today span {
    font-size: 12px; }
  .site-today .name-day {
    padding-left: 50px; }

.site-pogoda {
  display: block;
  float: left;
  color: #6b6b6b;
  padding: 10px;
  padding-left: 220px;
  font-size: 12px; }
  .site-pogoda .pogoda {
    font-size: 12px; }
  .site-pogoda .w_fs {
    font-size: 18px;
    margin-right: 5px; }

@media (max-width: 860px) {
  .site-today, .site-pogoda {
    clear: both;
    float: none !important; }

  .site-pogoda {
    padding-left: 10px !important; } }
@media (max-width: 560px) {
  .site-today .today, .site-today .name-day {
    clear: both;
    float: none !important;
    padding-left: 10px; } }
.addit-btns-wrp {
  display: block;
  clear: both;
  padding-bottom: 10px; }
  .addit-btns-wrp.three .addit-btn {
    display: block;
    float: left;
    width: 33.3333%; }
  .addit-btns-wrp.four .addit-btn {
    display: block;
    float: left;
    width: 25%; }

.addit-btn {
  height: 40px;
  text-align: center; }
  .addit-btn strong {
    display: none; }
  .addit-btn i {
    line-height: 40px;
    font-size: 20px;
    color: #6b6b6b; }
  .addit-btn:hover, .addit-btn:focus {
    background-color: #a72523; }
    .addit-btn:hover i, .addit-btn:focus i {
      color: #fff; }

.content-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }

.content-inside {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 1280px;
  height: auto;
  margin: 0 auto;
  margin-top: 0; }
  .content-inside.no-margin {
    margin-top: 0; }
  .content-inside.map-margin {
    margin-top: -45px; }

@media (max-width: 1280px) {
  .content-wrp {
    width: 100%; }

  .content-inside {
    width: 100%; }

  .content-belt-wrp, .content-belt-inside {
    width: 100%; } }
.content-cols {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  background: #222;
  padding-bottom: 50px;
  background: #222; }

.content-col-middle {
  position: relative;
  float: left;
  width: 66.66666667%;
  padding: 10px 10px 0 10px;
  border-right: 1px solid #000; }
  .content-col-middle #overflay-effect {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #222;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .content-col-middle #overflay-effect.is-on {
      display: block;
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8; }

.site-content {
  padding-top: 10px; }

.main-site-content {
  margin-top: -10px; }

.main-site-content-in {
  padding: 10px;
  background-color: #fff; }

.content-col-left {
  float: left;
  width: 33.33333333%; }

.content-col-right {
  float: right;
  width: 33.33333333%; }

.sidebar {
  height: auto; }
  .sidebar.sidebar-right {
    height: auto; }

.sidebar-content {
  height: auto; }

.twocols-col-left .content-col-right {
  float: right; }

.twocols-col-left .content-col-middle {
  position: relative;
  float: left;
  width: 66.66666667%; }

.twocols-col-right .sidebar-right {
  float: right;
  margin-left: -33.33333333%; }

.twocols-col-right .content-col-left {
  float: left; }

.twocols-col-right .content-col-middle {
  position: relative;
  float: left;
  width: 66.66666667%; }

.three-cols .content-cols {
  padding-right: 33.33333333%; }

.three-cols .sidebar-right {
  float: right;
  margin-left: -33.33333333%; }

.three-cols .content-col-left {
  float: left; }

.sidebar {
  padding-bottom: 20px;
  position: relative;
  z-index: 999 !important; }

.content-info-banners-wrp {
  display: block;
  clear: both;
  width: 1280px;
  height: auto; }
  .content-info-banners-wrp.margin-top {
    margin-top: 20px; }

.content-info-banners {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 996px;
  height: auto;
  margin: 0 auto;
  margin-top: 0; }
  .content-info-banners.no-margin {
    margin-top: 0; }
  .content-info-banners.map-margin {
    margin-top: -45px; }

@media only screen and (min-width: 320px) and (max-width: 996px) {
  .content-info-banners-wrp,
  .content-info-banners {
    width: 100%; } }
.three-banners {
  text-align: center; }
  .three-banners a {
    display: inline-block;
    margin: 5px; }
    .three-banners a:focus {
      outline: 5px solid #fff000; }

.bannery-flash {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto; }

.sidebar-break-white {
  display: block;
  clear: both;
  width: 100%;
  height: 20px; }

.sidebar-toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 100;
  background: #00ff00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1); }
  .sidebar-toggle:hover, .sidebar-toggle:focus {
    background: #fff000;
    color: #000; }
  .sidebar-toggle.fixed {
    position: fixed;
    right: 0;
    top: 0; }

.sidebar-toggle-hid {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 45px;
  z-index: 100;
  background: #00ff00;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1); }
  .sidebar-toggle-hid:hover, .sidebar-toggle-hid:focus {
    background: #fff000;
    color: #000; }

.sidebar-toggle i,
.sidebar-toggle-hid i {
  font-size: 38px;
  color: #000;
  padding: 5px 0; }

.sidebar-right,
.sidebar-left {
  -moz-transition: width .2s ease;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  position: relative;
  z-index: 999; }

.content-col-left.sidebar-left .sidebar-content {
  background: #000; }

.content-col-right.sidebar-right .sidebar-content {
  background: #000; }

@media only screen and (min-width: 320px) and (max-width: 996px) {
  .sidebar-left {
    width: 50px;
    top: 45px; }

  .sidebar-left .sidebar-content {
    display: none;
    float: left;
    width: 100%; }

  .sidebar-left .sidebar-toggle {
    display: block; }

  .sidebar-left-expand .sidebar-left {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 322px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease; }

  .sidebar-left-expand .sidebar-left .sidebar-content {
    display: block;
    width: 100%; }

  .sidebar-right {
    width: 50px; }

  .sidebar-right .sidebar-content {
    display: none;
    float: right;
    width: 100%; }

  .sidebar-right .sidebar-toggle {
    display: block; }

  .sidebar-right .sidebar-toggle-hid {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999; }

  .sidebar-right-expand .sidebar-right {
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 322px;
    margin: 0 !important;
    z-index: 9;
    overflow: auto;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease; }

  .sidebar-right-expand .sidebar-right .sidebar-content {
    display: block;
    min-width: 322px; }

  .sidebar-right-collapse .sidebar-right .sidebar-content {
    display: none; }

  .twocols-col-right .content-cols {
    padding-right: 50px; }

  .twocols-col-right .sidebar-right {
    margin-right: 0px;
    position: absolute;
    right: 0;
    top: 0; }

  .twocols-col-right.sidebar-right-expand .sidebar-right {
    left: 0; }

  .twocols-col-right .content-col-left {
    float: left;
    width: 100%;
    padding-right: 50px; }

  .twocols-col-right .content-col-middle {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 50px; }

  .twocols-col-left .sidebar-left {
    margin-left: 0px;
    position: absolute;
    left: 0;
    top: 0; }

  .twocols-col-left.sidebar-left-expand .sidebar-left {
    left: 0; }

  .twocols-col-left .content-col-middle {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 50px; }

  .three-cols .sidebar-right {
    margin-right: 0px;
    position: absolute;
    right: 0;
    top: 0; }

  .three-cols .sidebar-left {
    margin-left: 0px;
    position: absolute;
    left: 0;
    top: 0; }

  .content-col-middle {
    position: relative;
    display: block;
    padding-right: 50px;
    width: 100%; }

  .twocols-col-left .content-col-middle {
    padding-right: 0; } }
.breadcrumbs-simple {
  padding: 0;
  list-style: none;
  margin: 0 -10px; }
  .breadcrumbs-simple li {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0; }
  .breadcrumbs-simple .last span {
    display: block;
    color: #fff000;
    padding: 8px 10px; }
  .breadcrumbs-simple a {
    background: url(../imgmu/breadcrumb/divider-1.png) no-repeat right center;
    color: #fff000;
    display: block;
    padding: 8px 12px;
    white-space: nowrap; }
    .breadcrumbs-simple a:hover {
      text-decoration: underline;
      color: #00ff00; }
  .breadcrumbs-simple a:visited {
    color: #4300b1; }
  .breadcrumbs-simple a:link {
    -webkit-tap-highlight-color: #FFCC00; }

.breadcrumbs {
  display: block;
  float: left;
  list-style: none;
  width: 100%;
  min-height: 26px;
  height: auto !important;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .breadcrumbs a, .breadcrumbs span {
    color: #fff000;
    font-size: 14px; }
  .breadcrumbs li a {
    position: relative;
    display: block;
    float: left;
    height: 29px;
    line-height: 26px;
    margin-right: 10px;
    padding: 0 3px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .breadcrumbs li a:hover {
      color: #00ff00;
      border-bottom: 2px solid #00ff00; }
  .breadcrumbs li i {
    line-height: 26px !important; }
  .breadcrumbs li:last-child a {
    color: #717171; }
  .breadcrumbs li span {
    position: relative;
    display: block;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    text-decoration: none; }
  .breadcrumbs li span.divider {
    float: left;
    text-shadow: none; }

.in-cont-head {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 52px;
  line-height: 52px; }
  .in-cont-head.icon-left i {
    margin: 0 10px 0 0; }
  .in-cont-head.icon-right i {
    margin: 0 0 0 10px; }
  .in-cont-head a.rss {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: bold;
    color: #00ff00;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .in-cont-head a.rss i {
      margin-right: 10px; }
    .in-cont-head a.rss:hover, .in-cont-head a.rss:focus {
      color: #fff000; }
  .in-cont-head .btn-bigcalendar {
    padding: 0 0 0 0;
    margin-right: 10px;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #424242; }
    .in-cont-head .btn-bigcalendar i {
      font-size: 14px; }
    .in-cont-head .btn-bigcalendar span i {
      padding: 0;
      margin: 0;
      font-size: 11px; }
    .in-cont-head .btn-bigcalendar strong {
      text-transform: none; }
    .in-cont-head .btn-bigcalendar:hover {
      color: #b51873; }
  .in-cont-head h1, .in-cont-head h2, .in-cont-head h3 {
    display: block;
    clear: both;
    padding-left: 10px !important; }
    .in-cont-head h1 a, .in-cont-head h2 a, .in-cont-head h3 a {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .in-cont-head.margin-top {
    margin-top: 10px; }
  .in-cont-head.margin-top-more {
    margin-top: 20px; }
  .in-cont-head.margin-bottom {
    margin-bottom: 10px; }
  .in-cont-head.color-green {
    color: #fff000;
    border-bottom: 3px solid #fff000; }
  .in-cont-head.color-red {
    color: #00ff00;
    border-bottom: 3px solid #00ff00; }
  .in-cont-head.font-small h2 a, .in-cont-head.font-small h3 a {
    font-size: 16px; }

.in-cont-subhead {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background-color: #000; }
  .in-cont-subhead.two-rows {
    height: auto; }
    .in-cont-subhead.two-rows h1 a, .in-cont-subhead.two-rows h2 a, .in-cont-subhead.two-rows h3 a {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
  .in-cont-subhead.icon-left i {
    margin: 0 10px 0 0; }
  .in-cont-subhead.icon-right i {
    margin: 0 0 0 10px; }
  .in-cont-subhead h1, .in-cont-subhead h2, .in-cont-subhead h3 {
    display: block;
    clear: both; }
    .in-cont-subhead h1 a, .in-cont-subhead h2 a, .in-cont-subhead h3 a {
      position: relative;
      padding-left: 20px;
      width: 100%;
      display: block;
      line-height: 50px;
      font-size: 18px; }
  .in-cont-subhead a i.icon-arrow {
    position: absolute;
    top: 7px;
    font-size: 24px; }
    .in-cont-subhead a i.icon-arrow.ar-left {
      right: 4px !important; }
    .in-cont-subhead a i.icon-arrow.ar-right {
      right: 9px !important; }
  .in-cont-subhead.margin-top {
    margin-top: 20px; }
  .in-cont-subhead.margin-top-more {
    margin-top: 20px; }
  .in-cont-subhead.margin-bottom {
    margin-bottom: 10px; }
  .in-cont-subhead.color-green {
    color: #fff000;
    border-bottom: 3px solid #fff000; }
  .in-cont-subhead.color-cal {
    color: #fff000;
    border-bottom: 3px solid #222222; }
  .in-cont-subhead.color-red {
    color: #00ff00;
    border-bottom: 3px solid #00ff00; }
  .in-cont-subhead.font-small h2 a, .in-cont-subhead.font-small h3 a {
    font-size: 13px; }

.sdbr-gallery-wrp {
  display: block;
  clear: both; }

.sdbr-gallery-item {
  display: block;
  clear: both; }
  .sdbr-gallery-item h3 {
    padding: 10px;
    font-size: 14px;
    color: #3a3a3a;
    border-bottom: 1px solid #c6c6c6; }

.sdbr-gallery-photos {
  padding: 10px 5px; }
  .sdbr-gallery-photos a {
    display: block;
    float: left;
    margin: 4px; }

.content-interreg-wrp-header {
  display: block;
  width: 100%;
  padding: 10px 0;
  width: 100%;
  background-color: #fff; }

.content-interreg-wrp {
  display: block;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0; }

.interreg-col-left {
  display: block;
  float: left;
  width: 50%;
  text-align: right; }
  .interreg-col-left img {
    margin-right: 50px; }

.interreg-col-right {
  display: block;
  float: left;
  width: 50%;
  text-align: left;
  line-height: 16px !important; }
  .interreg-col-right strong {
    display: block;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 13px;
    color: #838383; }
  .interreg-col-right a {
    display: block;
    padding-left: 50px;
    padding-top: 10px;
    font-size: 13px;
    color: #a43267; }
    .interreg-col-right a:hover {
      color: #242424;
      text-decoration: underline; }

@media (max-width: 600px) {
  .interreg-col-left,
  .interreg-col-right {
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0; }
    .interreg-col-left img,
    .interreg-col-right img {
      max-width: 380px;
      margin: 0; } }
.banners-text-cont-wrp {
  display: block;
  clear: both;
  margin-top: 20px;
  padding: 20px 5px; }

.banners-text-cont {
  display: block; }

.banner-text-box {
  display: block;
  float: left;
  width: 24%;
  margin: 10px 0.5%;
  min-height: 130px; }

.banner-text-box-in {
  border-left: 10px solid #fdce02;
  border-right: 1px solid #ff0000; }
  .banner-text-box-in a {
    display: block;
    padding: 10px; }
    .banner-text-box-in a span {
      color: #fff000;
      font-size: 18px;
      line-height: 22px; }
  .banner-text-box-in:hover {
    border-left: 10px solid #00ff00;
    border-right: 1px solid #00ff00; }
    .banner-text-box-in:hover a span {
      color: #00ff00; }

@media (max-width: 996px) {
  .banner-text-box {
    width: 31.3333%;
    margin: 10px 1%;
    min-height: 110px; } }
@media (max-width: 767px) {
  .banner-text-box {
    width: 46%;
    margin: 10px 2%;
    min-height: 110px; } }
@media (max-width: 500px) {
  .banner-text-box {
    width: 100%;
    margin: 10px 0%;
    min-height: 110px; } }
.sdbar-form {
  background-color: #000; }

.form-contact {
  display: block;
  clear: both;
  padding: 10px; }

.form-contact-label {
  display: block;
  clear: both;
  padding: 10px;
  font-size: 14px;
  color: #fff000; }
  .form-contact-label span {
    color: #c60000;
    margin-right: 10px; }

.form-contact-mod input,
.form-contact-mod textarea,
.form-contact-mod select {
  display: block;
  width: 100% !important;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #00ff00;
  background-color: #fff000;
  color: #000; }
  .form-contact-mod input:focus, .form-contact-mod input:hover,
  .form-contact-mod textarea:focus,
  .form-contact-mod textarea:hover,
  .form-contact-mod select:focus,
  .form-contact-mod select:hover {
    background-color: #00ff00;
    border-bottom: 1px solid #00ff00; }
.form-contact-mod input.form-contact-btn {
  background: #00ff00;
  color: #000;
  border: none;
  text-shadow: none;
  font-size: 16px;
  padding: 15px; }
  .form-contact-mod input.form-contact-btn:focus, .form-contact-mod input.form-contact-btn:hover {
    background: #fff000; }
.form-contact-mod select {
  min-width: 180px;
  width: auto; }

.font-contact-cols {
  display: block;
  padding: 0 0 20px 30px; }
  .font-contact-cols input {
    float: left; }
  .font-contact-cols p {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    color: #fff000; }
    .font-contact-cols p a {
      color: #00ff00;
      text-decoration: none; }
      .font-contact-cols p a:hover {
        text-decoration: underline; }
  .font-contact-cols label a {
    color: #00ff00;
    text-decoration: none; }
    .font-contact-cols label a:hover {
      text-decoration: underline; }

.form-contact-msg {
  display: block;
  clear: both;
  padding: 10px;
  font-size: 11px;
  color: #ff0000; }

.form-contact-info {
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  background: #fff000; }
  .form-contact-info span {
    font-size: 12px; }

.form-margin-top20 {
  margin-top: 20px; }

.form-margin-top10 {
  margin-top: 10px; }

.form-check-row {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 0; }

.form-check-row input {
  position: absolute;
  top: 10px;
  display: inline-block;
  margin-right: 10px; }

.form-check-row label {
  padding: 0 0 0 30px;
  font-size: 12px;
  display: inline-block; }

/*
.sc-form-row-checkbox {
    display: block;
    clear: both;
    padding: 10px;
}
.sc-form-checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.sc-form-checkbox input {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
}
.sc-form-row-checkbox {
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    input, button {
        text-shadow: none;
        border: none;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }
    input {
        line-height: normal;
    }
}
.sc-form-checkbox div {
    display: block;
    padding-left: 30px;
    font-size: 12px; color: #999;
}
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto; }

#global-scrollup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: none;
  width: 43px;
  height: 43px;
  background: #000;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #global-scrollup i {
    color: #fff;
    line-height: 43px;
    font-size: 19px;
    font-weight: normal;
    text-shadow: none; }
  #global-scrollup span {
    display: none; }
  #global-scrollup:hover {
    background: #fff; }
    #global-scrollup:hover i {
      color: #000; }

.section-brdcrumbs {
  width: 100%;
  height: auto;
  background-color: #222; }
  .section-brdcrumbs .in {
    display: block;
    clear: both;
    padding: 10px 10px 6px 0;
    border-bottom: 1px solid #fff000; }

@media (max-width: 1280px) {
  .section-head .in {
    width: 100%; } }
.section-head {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #222; }
  .section-head .in {
    display: block;
    clear: both;
    padding: 10px 0; }
  .section-head.border-bottom {
    border-bottom: 1px solid #00ff00; }
  .section-head.margin-bottom10 {
    margin-bottom: 10px; }
  .section-head.margin-bottom15 {
    margin-bottom: 15px; }
  .section-head.margin-bottom20 {
    margin-bottom: 20px; }
  .section-head h2, .section-head h3, .section-head h4, .section-head span {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #00ff00;
    font-weight: 300;
    line-height: 24px; }
    .section-head h2 i.fa, .section-head h3 i.fa, .section-head h4 i.fa, .section-head span i.fa {
      float: right;
      color: #00ff00;
      line-height: 24px; }
  .section-head .section-head-line-l {
    position: absolute;
    top: 38px;
    display: block;
    width: 200px;
    height: 1px;
    background-color: #00ff00; }
  .section-head .section-head-line-s {
    position: absolute;
    top: 44px;
    display: block;
    width: 160px;
    height: 1px;
    background-color: #00ff00; }
  .section-head.icon-left h2 i.fa, .section-head.icon-left h3 i.fa, .section-head.icon-left h4 i.fa, .section-head.icon-left span i.fa {
    float: left !important;
    margin-right: 10px; }

@media (max-width: 1280px) {
  .section-head .in {
    width: 100%; } }
.section-subhead-small {
  width: 100%;
  height: auto;
  background-color: #222; }
  .section-subhead-small .in {
    display: block;
    clear: both;
    padding: 10px 0 0 0;
    border-bottom: 3px solid #00ff00; }
  .section-subhead-small strong {
    display: inline-block;
    padding: 7px;
    width: auto;
    background-color: #00ff00;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }

@media (max-width: 1280px) {
  .section-subhead-small .in {
    width: 100%; } }
.btn-long-univ-more-wrp {
  border-bottom: 1px solid #00ff00;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px; }
  .btn-long-univ-more-wrp .btn-long-univ-more {
    float: right;
    color: #00ff00;
    font-size: 12px; }
    .btn-long-univ-more-wrp .btn-long-univ-more i {
      margin-left: 10px; }
    .btn-long-univ-more-wrp .btn-long-univ-more:hover, .btn-long-univ-more-wrp .btn-long-univ-more:focus {
      background-color: #fff000;
      text-decoration: underline; }

.block-row {
  margin-left: -24px;
  margin-right: -24px; }

.block-col-5 {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 24px;
  padding-left: 24px;
  width: 50%; }

.block-row-s {
  margin-left: -11px;
  margin-right: -11px; }

.block-col-5-s {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 11px;
  padding-left: 11px;
  width: 50%; }

.block-col-3-s {
  display: block;
  min-height: 1px;
  float: left;
  padding-right: 11px;
  padding-left: 11px;
  width: 33.333333333%; }

.block-marg-top-10 {
  margin-top: 10px; }

.block-marg-top-20 {
  margin-top: 20px; }

@media (max-width: 767px) {
  .block-col-3-s {
    width: 50%; } }
@media (max-width: 560px) {
  .block-col-5,
  .block-col-5-s,
  .block-col-3-s {
    width: 100%; } }
.owl-carousel .owl-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

.owl-carousel {
  display: none;
  ms-touch-action: pan-y;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  moz-transition: height 500ms ease-in-out;
  ms-transition: height 500ms ease-in-out;
  o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  webkit-transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  khtml-user-select: none;
  moz-user-select: none;
  ms-user-select: none;
  user-select: none;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  webkit-user-select: none; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  moz-backface-visibility: hidden;
  moz-transform: translate3d(0, 0, 0);
  ms-backface-visibility: hidden;
  ms-transform: translate3d(0, 0, 0);
  webkit-backface-visibility: hidden;
  webkit-transform: translate3d(0, 0, 0); }

.owl-origin {
  moz-perspective: 1200px;
  moz-perspective-origin-x: 50%;
  moz-perspective-origin-y: 50%;
  perspective: 1200px;
  webkit-perspective: 1200px;
  webkit-perspective-origin-x: 50%;
  webkit-perspective-origin-y: 50%; }

.owl-fade-out {
  animation: fadeOut .7s both ease;
  moz-animation: fadeOut .7s both ease;
  webkit-animation: fadeOut .7s both ease;
  z-index: 10; }

.owl-fade-in {
  animation: fadeIn .7s both ease;
  moz-animation: fadeIn .7s both ease;
  webkit-animation: fadeIn .7s both ease; }

.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
  moz-animation: backSlideOut 1s both ease;
  webkit-animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
  moz-animation: backSlideIn 1s both ease;
  webkit-animation: backSlideIn 1s both ease; }

.owl-goDown-out {
  animation: scaleToFade .7s ease both;
  moz-animation: scaleToFade .7s ease both;
  webkit-animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  animation: goDown .6s ease both;
  moz-animation: goDown .6s ease both;
  webkit-animation: goDown .6s ease both; }

.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
  moz-animation: scaleUpFrom .5s ease both;
  webkit-animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
  moz-animation: scaleUpTo .5s ease both;
  webkit-animation: scaleUpTo .5s ease both; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }
@-moz-keyframes empty {
  0% {
    opacity: 1; } }
@keyframes empty {
  0% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    webkit-transform: translateZ(-500px); }
  75% {
    opacity: .5;
    webkit-transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    webkit-transform: translateZ(-500px) translateX(-200%); } }
@-moz-keyframes backSlideOut {
  25% {
    moz-transform: translateZ(-500px);
    opacity: .5; }
  75% {
    moz-transform: translateZ(-500px) translateX(-200%);
    opacity: .5; }
  100% {
    moz-transform: translateZ(-500px) translateX(-200%);
    opacity: .5; } }
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    webkit-transform: translateZ(0) translateX(0); } }
@-moz-keyframes backSlideIn {
  0%, 25% {
    moz-transform: translateZ(-500px) translateX(200%);
    opacity: .5; }
  75% {
    moz-transform: translateZ(-500px);
    opacity: .5; }
  100% {
    moz-transform: translateZ(0) translateX(0);
    opacity: 1; } }
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    webkit-transform: scale(0.8); } }
@-moz-keyframes scaleToFade {
  to {
    moz-transform: scale(0.8);
    opacity: 0; } }
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }
@-webkit-keyframes goDown {
  from {
    webkit-transform: translateY(-100%); } }
@-moz-keyframes goDown {
  from {
    moz-transform: translateY(-100%); } }
@keyframes goDown {
  from {
    transform: translateY(-100%); } }
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpFrom {
  from {
    moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    webkit-transform: scale(1.5); } }
@-moz-keyframes scaleUpTo {
  to {
    moz-transform: scale(1.5);
    opacity: 0; } }
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }
.owl-item.loading {
  background: url(../img/loader-blue-snake.gif) no-repeat center center;
  min-height: 50px; }

.hmiddle-search-btn {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 70px;
  z-index: 120;
  background: #00ff00;
  color: #000; }
  .hmiddle-search-btn:hover {
    background: #fff000; }

.menu-anim-hamb {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 120;
  background: #00ff00;
  color: #000; }
  .menu-anim-hamb:hover, .menu-anim-hamb:focus {
    background: #fff000 !important; }
    .menu-anim-hamb:hover span, .menu-anim-hamb:focus span {
      border-color: #000 !important; }

.menu-global {
  backface-visibility: hidden;
  border-top: 4px solid #000;
  left: 0;
  position: absolute;
  transition: 0.55s;
  webkit-backface-visibility: hidden;
  webkit-transition: 0.55s;
  width: 30px; }

.menu-top {
  top: 10px;
  left: 10px;
  right: 10px; }

.menu-middle {
  top: 23px;
  left: 10px;
  right: 10px; }

.menu-bottom {
  top: 36px;
  left: 10px;
  right: 10px; }

.menu-top-click {
  backface-visibility: hidden;
  ms-transform: rotate(50deg);
  top: 25px;
  transform: rotate(50deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(50deg);
  webkit-transition: 0.55s 0.5s; }

.menu-middle-click {
  opacity: 0; }

.menu-bottom-click {
  backface-visibility: hidden;
  ms-transform: rotate(-410deg);
  top: 25px;
  transform: rotate(-410deg);
  transition: 0.55s 0.5s;
  webkit-backface-visibility: hidden;
  webkit-transform: rotate(-410deg);
  webkit-transition: 0.55s 0.5s; }

.header-wrp-main {
  position: relative;
  z-index: 110;
  width: 100%;
  height: auto;
  background-color: #000;
  -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57); }

.header-wrp {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .header-wrp {
    width: 996px; } }
@media (max-width: 996px) {
  .header-wrp {
    width: 100%;
    height: auto !important;
    min-height: 78px !important; } }
.header-logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 999;
  display: block;
  float: left; }
  .header-logo a {
    display: block;
    float: left;
    text-align: center; }
    .header-logo a img {
      width: 70px;
      margin-top: 10px; }

.header-logo-nazwa {
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 95px;
  font-weight: 300;
  width: auto;
  white-space: nowrap;
  text-align: left !important;
  font-family: "Open Sans";
  font-size: 24px;
  line-height: 30px !important;
  color: #fff000; }
  .header-logo-nazwa strong {
    font-weight: 500 !important;
    font-size: 30px;
    color: #fff000; }
    .header-logo-nazwa strong span {
      display: none;
      height: 1px; }

@media (max-width: 996px) {
  .header-logo {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    float: left; }
    .header-logo a {
      display: block;
      float: left;
      text-align: center; }
      .header-logo a img {
        margin-top: 10px; }

  .header-logo-nazwa {
    position: absolute;
    top: 80px;
    left: 95px;
    font-weight: 300;
    width: 600px;
    font-family: "Open Sans";
    font-size: 24px;
    line-height: 30px !important;
    color: #fff000; }
    .header-logo-nazwa strong {
      font-weight: 500 !important;
      font-size: 30px;
      color: #fff000; } }
@media (max-width: 760px) {
  .header-logo-nazwa {
    top: 80px;
    left: 95px;
    font-weight: 300;
    width: auto;
    white-space: nowrap;
    font-size: 18px;
    line-height: 24px !important;
    color: #fff000; }
    .header-logo-nazwa strong {
      font-weight: 500 !important;
      font-size: 24px;
      color: #fff000; } }
@media (max-width: 660px) {
  .header-logo-nazwa {
    top: 60px !important;
    left: 95px;
    font-weight: 300;
    width: 100%;
    font-size: 18px;
    line-height: 24px !important;
    color: #fff000; }
    .header-logo-nazwa strong {
      font-weight: 500 !important;
      font-size: 24px;
      color: #fff000; }
      .header-logo-nazwa strong span {
        display: block; } }
@media (max-width: 480px) {
  .header-logo-nazwa {
    top: 60px !important;
    left: 70px;
    font-weight: 300;
    width: 100%;
    font-size: 15px;
    line-height: 20px !important;
    color: #fff000; }
    .header-logo-nazwa strong {
      font-weight: 500 !important;
      font-size: 19px;
      color: #fff000; }
      .header-logo-nazwa strong span {
        display: block; } }
.header-content {
  font-family: "Open Sans";
  width: 100%;
  display: block;
  float: left; }
  .header-content .fleft {
    float: left; }
  .header-content .fright {
    float: right; }

@media (max-width: 996px) {
  .header-content {
    padding-left: 0; }

  .header-content-in {
    height: 130px !important; } }
.header-content-in {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.header-c-top {
  display: block;
  clear: both;
  height: 41px;
  color: #fff000; }

.header-slogan {
  position: absolute;
  top: 0;
  left: 0; }
  .header-slogan span {
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 41px; }

@media (max-width: 996px) {
  .header-slogan {
    display: none; } }
.header-search,
.header-contrast,
.header-fontsizes,
.header-social {
  display: block;
  height: 41px; }

.header-c-logo-resp {
  background-color: transparent;
  display: block;
  width: 100%; }
  .header-c-logo-resp div {
    display: block;
    margin: 0 auto;
    width: 340px; }
  .header-c-logo-resp a, .header-c-logo-resp span {
    display: block;
    float: left; }
  .header-c-logo-resp a {
    width: 160px;
    height: 110px;
    text-align: center; }
    .header-c-logo-resp a img {
      width: 111px;
      height: auto;
      margin-top: 22px; }
  .header-c-logo-resp span {
    width: 180px;
    margin-top: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff000; }

@media (max-width: 996px) {
  .header-c-logo-resp {
    display: none; } }
.header-search a {
  display: block;
  height: 41px;
  padding: 0 10px; }
  .header-search a span, .header-search a i {
    line-height: 41px; }
  .header-search a span {
    font-size: 12px; }
  .header-search a i {
    margin-left: 10px; }
  .header-search a:hover, .header-search a:focus {
    background-color: #00ff00;
    color: #000; }

.header-contrast a {
  display: block;
  height: 41px;
  padding: 0 10px; }
  .header-contrast a span, .header-contrast a i {
    line-height: 41px; }
  .header-contrast a span {
    font-size: 12px; }
  .header-contrast a i {
    margin-left: 10px; }
  .header-contrast a:hover, .header-contrast a:focus {
    background-color: #00ff00;
    color: #000; }

@media (max-width: 1280px) {
  .header-contrast a span {
    display: none; }
  .header-contrast a i {
    margin-left: 0 !important; }

  .header-fontsizes {
    padding: 0 5px !important; }
    .header-fontsizes .opt-fontsize span {
      display: none; } }
.header-fontsizes {
  padding: 0 10px; }
  .header-fontsizes .opt-fontsize {
    color: #fff000; }
    .header-fontsizes .opt-fontsize span {
      float: left;
      margin-right: 10px;
      line-height: 41px;
      font-size: 12px; }
    .header-fontsizes .opt-fontsize div.font-size-btn {
      float: left;
      margin-top: 5px;
      width: 26px;
      height: 31px;
      line-height: 31px;
      text-align: center;
      text-indent: 0; }
      .header-fontsizes .opt-fontsize div.font-size-btn:hover {
        background: #fff000;
        color: #000; }
      .header-fontsizes .opt-fontsize div.font-size-btn:focus {
        background: #fff000;
        color: #000; }
    .header-fontsizes .opt-fontsize a {
      float: left;
      margin-top: 5px;
      width: 26px;
      height: 31px;
      line-height: 31px;
      text-align: center;
      text-indent: 0; }
      .header-fontsizes .opt-fontsize a:hover {
        background: #fff000;
        color: #000; }
      .header-fontsizes .opt-fontsize a:focus {
        background: #fff000;
        color: #000; }
    .header-fontsizes .opt-fontsize a.active {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      text-shadow: none;
      background: #00ff00;
      color: #000; }
    .header-fontsizes .opt-fontsize a.s_normal {
      font-size: 14px; }
    .header-fontsizes .opt-fontsize a.s_medium {
      font-size: 18px; }
    .header-fontsizes .opt-fontsize a.s_large {
      font-size: 22px; }

.header-social {
  border-left: 1px solid #b6678c; }
  .header-social a {
    display: block;
    float: left;
    height: 41px;
    line-height: 41px;
    width: 40px;
    text-align: center; }
    .header-social a i {
      font-size: 14px; }
    .header-social a:hover, .header-social a:focus {
      background-color: #00ff00;
      color: #000; }

@media (max-width: 560px) {
  .header-social {
    display: none; } }
.header-content-menu-wrp {
  display: block;
  clear: both; }

.header-content-menu {
  display: block;
  clear: both; }

.header-content-menu {
  position: relative;
  width: 1280px;
  height: auto;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .header-content-menu {
    width: 996px; } }
@media (max-width: 996px) {
  .header-content-menu {
    width: 100%;
    height: auto !important; } }
.header-c-mmenu {
  display: block;
  clear: both;
  height: 41px; }

.menu-basic {
  position: relative;
  display: block;
  clear: both;
  height: 41px; }
  .menu-basic a {
    position: relative;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    padding: 0 10px;
    font-size: 13px;
    color: #c3262d; }
    .menu-basic a.active {
      position: relative;
      font-size: 15px;
      color: #fff; }
      .menu-basic a.active .triangle-icon {
        display: block; }
    .menu-basic a:hover, .menu-basic a:focus {
      color: #fff !important; }
    .menu-basic a .triangle-icon {
      display: none;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      border-bottom: solid 6px #fff;
      border-left: solid 6px transparent;
      border-right: solid 6px transparent; }

@media (max-width: 996px) {
  .header-c-mmenu {
    position: relative;
    top: 50px;
    text-align: center; }
    .header-c-mmenu .menu-basic {
      display: inline;
      float: none; }

  .header-content.mactive .header-c-mmenu {
    position: relative; } }
.header-c-menu {
  position: relative;
  z-index: 100;
  display: block;
  clear: both;
  height: auto; }

@media (max-width: 996px) {
  .header-c-menu {
    height: auto !important; } }
.hwrp-change-lang {
  cursor: pointer;
  position: relative;
  display: block;
  float: right;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .hwrp-change-lang img {
    vertical-align: middle; }

/*
#langs-wrp.only-flags {
//    left: -3px;
//    right: -3px;
//    min-width: 23px;
//    a {
//        text-align: center;
//    }
}
#langs-wrp {
    position: absolute;
    top: 41px;
    right: -3px;
    z-index: 150;
    display: none;
    min-width: 130px;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15), 0 1px 16px 1px rgba(0,0,0,0.15);
    background: #fff;
    border: 2px solid #841d4d;
    border-top: 0;
//    .langs-choice a {
//        padding: 5px 10px;
//        height: 33px;
//        line-height: 26px;
//        text-align: center;
//    }
}
.langs-choice {
    display: block;
    clear: both;
    padding: 0;
    a {
        cursor: pointer;
        text-decoration: none;
    }
}
.langs-choice a {
    display: block;
    clear: both;
    padding: 5px 10px;
    height: 36px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    span {
        //color: #2e86e8;
        color: #2e86e8!important;
    }
    i {
        display: block; float: right;
        width: 23px;
        height: 21px;
        margin: 0 auto;
        background-image: url(../imgmu/header/icons-langs.png);
        background-repeat: no-repeat;
    }
    &.lang-pl i {
        background-position: 0 center;
    }
    &.lang-sk i {
        background-position: -60px center;
    }
    &.lang-gb i {
        background-position: -30px center;
    }
    &.lang-de i {
        background-position: -90px center;
    }
    &.lang-ua i {
        background-position: -120px center;
    }
    &:hover {
        background: #2e86e8;
        span {
            color: #fff!important;
        }
    }

}



*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li,
.sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.menu-main {
  cdisplay: block;
  clear: both;
  width: 100%; }

/*
    .sm-simple {
        height: $sm-menu-height;
        line-height: $sm-menu-height;
    }
    .sm-simple a.highlighted + ul { display: block; }
    .sm-simple a {
        font-weight: normal; text-decoration: none;
        height: $sm-menu-height; line-height: $sm-menu-height;
        padding:0 10px;
        .fa-chevron-down { display: none; }
    }
*/
.sm-simple a {
  position: relative; }

.sm-simple a.current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: ''; }

.sm-simple > li.home span {
  display: none; }

.sm-simple > li > a {
  letter-spacing: -0.2; }

.sm-simple > li li a {
  font-size: 12px; }

.sm-simple > li > a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: ''; }

.sm-simple a.disabled {
  color: #cccccc; }

/*
    .sm-simple a span.sub-arrow {
        position: absolute; top: 50%; margin-top: -17px; left: auto; right: 4px; width: $sm-menu-height-arrow; height: $sm-menu-height-arrow; overflow: hidden;
        font: bold 14px/34px monospace !important;
        text-align: center;
        text-shadow: none;
        background: rgba(0, 0, 0, 0.08);
    }
*/
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent; }

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }

@media (max-width: 996px) {
  .sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-'; }

  .sm-simple ul a,
  .sm-simple ul a:hover,
  .sm-simple ul a:focus,
  .sm-simple ul a:active {
    font-size: 18px; }

  .sm-simple a i.fa-chevron-down {
    display: none; }

  .sm-simple > li {
    border-left: 0; }

  .sm-simple ul > li {
    border-left: 0; }

  .sm-simple a span.sub-arrow:after {
    content: "+"; }

  .sm-simple {
    height: 42px;
    line-height: 42px; }

  .sm-simple a.highlighted + ul {
    display: block; }

  .sm-simple a {
    font-weight: normal;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    padding: 0 10px; }
    .sm-simple a .fa-chevron-down {
      display: none; }

  .sm-simple a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08); } }
@media (min-width: 996px) {
  .sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-'; }

  .sm-simple > li > a,
  .sm-simple > li > a:hover,
  .sm-simple > li > a:focus,
  .sm-simple > li > a:active {
    font-size: 16px !important;
    font-weight: 600; }

  /* Switch to desktop layout
  -----------------------------------------------
   These transform the menu tree from
   collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute; }

  .sm-simple li {
    float: left; }

  .sm-simple.sm-rtl li {
    float: right; }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: none; }

  .sm-simple a {
    white-space: nowrap; }

  .sm-simple ul li a {
    height: auto;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px; }

  .sm-simple a i.fa-chevron-down {
    margin-left: 10px;
    font-size: 10px; }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-simple > li > a span.sub-arrow {
    display: none; }

  .sm-simple a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-simple ul a {
    border: 0 !important; }

  .sm-simple ul a.has-submenu {
    padding-right: 20px; }

  .sm-simple a span.sub-arrow {
    width: 20px;
    top: 50%;
    left: 100%;
    margin-left: -20px;
    margin-top: -17px;
    background: none;
    font-family: 'FontAwesome'; }
    .sm-simple a span.sub-arrow:after {
      font-family: 'FontAwesome';
      content: "\f0da";
      font-style: normal;
      font-variant: normal;
      font-weight: normal; }

  .sm-simple a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-simple ul > li {
    border-left: 0; }

  .sm-simple ul > li:first-child {
    border-top: 0; }

  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }

  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    border-width: 8px; }

  .sm-simple span.scroll-down-arrow {
    top: 6px; }

  .sm-simple {
    height: 62px;
    line-height: 62px; }

  .sm-simple a.highlighted + ul {
    display: block; }

  .sm-simple a {
    font-weight: normal;
    text-decoration: none;
    height: 62px;
    line-height: 62px;
    padding: 0 10px; }
    .sm-simple a .fa-chevron-down {
      display: none; }

  .sm-simple a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    font: bold 14px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.08); } }
.sm-simple {
  background-image: url(../img/header/_c_line-grad.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent; }

.sm-simple a {
  font-size: 13px; }

.sm-simple > li > a {
  color: #fff000; }

.sm-simple a.current:after {
  border-bottom: 4px solid #fff000; }

.sm-simple > li > a:hover:after {
  border-bottom: 4px solid #fff000; }

.sm-simple a.disabled {
  color: #cccccc; }

.sm-simple ul {
  background: #222; }

.sm-simple ul a,
.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
  color: #fff000; }

.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  background: #fff000;
  color: #000 !important; }

@media (max-width: 996px) {
  .sm-simple > li {
    border-top: 1px solid #242424; }

  .sm-simple ul > li {
    border-top: 1px solid #242424; } }
@media (min-width: 996px) {
  .sm-simple ul li a {
    font-size: 13px !important; }

  .sm-simple ul {
    border: 1px solid #000;
    background: #222; }

  .sm-simple ul > li {
    border-top: 1px solid #242424; }

  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    border-color: transparent transparent #555555 transparent; }

  .sm-simple span.scroll-down-arrow {
    border-color: #555555 transparent transparent transparent; } }
@media screen and (max-width: 996px) {
  a.menu-link {
    display: block; }

  a.menu-link-anim {
    display: block; }

  .menu-anim-hamb {
    display: block !important; }

  .menu-main {
    display: none;
    clear: both;
    width: 100%; }

  .menu-main {
    padding: 0; }

  .menu-main.mactive {
    display: block;
    height: auto; }

  .header-wrp .hwrp-l .menu-link {
    display: block; }

  .menu-main {
    min-height: 48px !important;
    height: auto !important; }

  .sm-simple {
    min-height: 48px !important;
    height: auto !important; } }
.mi-header-slider-big-wrp {
  display: block;
  clear: both;
  width: 1280px;
  height: auto;
  margin: 0 auto; }

@media (max-width: 960px) {
  .mi-header-slider-big-wrp {
    width: 100%; } }
.mi-header-slider-big {
  position: relative;
  z-index: 109;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57); }
  .mi-header-slider-big img {
    width: 100%; }

.owl-carousel.mi-header-slider-big .owl-item {
  position: relative;
  margin: 0;
  position: 0; }
  .owl-carousel.mi-header-slider-big .owl-item .slide-name {
    position: absolute;
    z-index: 100;
    bottom: 70px;
    left: 50%;
    margin-left: -400px;
    max-width: 500px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #fff;
    text-shadow: 0 3px 12px black;
    background: rgba(0, 86, 161, 0.4);
    color: #fff;
    font-family: "Open Sans Condensed";
    letter-spacing: 0.0825em; }

.owl-slider.mi-header-slider-big .owl-item a {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  position: 0; }

.owl-slider.mi-header-slider-big .owl-item img {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  position: 0; }

.owl-slider.mi-header-slider-big .owl-controls .owl-nav .owl-prev,
.owl-slider.mi-header-slider-big .owl-controls .owl-nav .owl-next,
.owl-slider.mi-header-slider-big .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.mi-header-slider-big {
  display: none;
  position: relative;
  webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .owl-carousel.mi-header-slider-big .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -33px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .owl-carousel.mi-header-slider-big .owl-buttons .owl-prev {
    display: block;
    width: 56px;
    height: 84px;
    background-color: #fff000;
    text-align: center; }
    .owl-carousel.mi-header-slider-big .owl-buttons .owl-prev i {
      margin-top: 22px;
      font-size: 40px;
      color: #000; }
    .owl-carousel.mi-header-slider-big .owl-buttons .owl-prev:hover {
      background-color: #00ff00; }
  .owl-carousel.mi-header-slider-big .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    margin-top: -33px;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .owl-carousel.mi-header-slider-big .owl-buttons .owl-next {
    display: block;
    width: 56px;
    height: 84px;
    background-color: #fff000;
    text-align: center; }
    .owl-carousel.mi-header-slider-big .owl-buttons .owl-next i {
      margin-top: 22px;
      font-size: 40px;
      color: #000; }
    .owl-carousel.mi-header-slider-big .owl-buttons .owl-next:hover {
      background-color: #00ff00; }

.mi-header-slider-big:hover .owl-buttons .owl-prev {
  left: 0;
  opacity: 1; }
.mi-header-slider-big:hover .owl-buttons .owl-next {
  right: 0;
  opacity: 1; }

@media (max-width: 1200px) {
  .owl-carousel.mi-header-slider-big .owl-item .slide-name {
    bottom: 70px;
    left: 50%;
    margin-left: -400px;
    max-width: 500px; } }
@media (max-width: 960px) {
  .owl-carousel.mi-header-slider-big .owl-item .slide-name {
    bottom: 70px;
    left: 50%;
    margin-left: -400px;
    max-width: 500px; } }
@media (max-width: 800px) {
  .owl-carousel.mi-header-slider-big .owl-item .slide-name {
    bottom: 50px;
    left: 50%;
    margin-left: -300px;
    max-width: 500px; } }
@media (max-width: 640px) {
  .owl-carousel.mi-header-slider-big .owl-item .slide-name {
    bottom: 20px;
    left: 50%;
    margin-left: -250px;
    max-width: 500px; } }
.hotnews-section-head {
  width: 100%;
  height: auto;
  background-color: #fff; }
  .hotnews-section-head .in {
    display: block;
    clear: both;
    width: 1280px;
    margin: 0 auto;
    padding: 20px; }
  .hotnews-section-head h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #424242;
    font-weight: 300; }

@media (max-width: 1280px) {
  .hotnews-section-head .in {
    width: 100%; } }
.hotnews-slider-cont {
  position: relative;
  z-index: 100;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin-top: -5px;
  -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57); }
  .hotnews-slider-cont:hover .hotnews-slider-overlay-left,
  .hotnews-slider-cont:hover .hotnews-slider-overlay-right {
    display: none; }

.hotnews-slider {
  background-color: #fff; }
  .hotnews-slider .item-news-thumb-focus {
    width: 100%; }
    .hotnews-slider .item-news-thumb-focus img {
      width: 100%; }
  .hotnews-slider .item-news-wrp {
    position: relative;
    display: block;
    clear: both;
    padding: 10px 5px; }
  .hotnews-slider .item-news-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    min-height: 100px;
    padding-top: 10px;
    text-align: center; }
    .hotnews-slider .item-news-date strong {
      font-family: 'Open Sans', sans-serif;
      font-size: 24px;
      color: #424242; }
    .hotnews-slider .item-news-date span {
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 14px;
      color: #424242; }
  .hotnews-slider .item-news-cont {
    display: block;
    float: left;
    margin-left: 42px;
    padding: 0 0 10px 10px;
    border-left: 1px solid #a6a6a6; }
    .hotnews-slider .item-news-cont strong {
      display: block;
      color: #9e3365;
      font-size: 14px;
      font-weight: 500; }
    .hotnews-slider .item-news-cont h3 {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 4px;
      font-weight: 500; }
      .hotnews-slider .item-news-cont h3 a {
        color: #a43267; }
        .hotnews-slider .item-news-cont h3 a:hover {
          color: #242424;
          text-decoration: underline; }
    .hotnews-slider .item-news-cont p {
      display: block;
      padding-top: 10px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 4300;
      color: #2b2b2b;
      font-size: 12px;
      line-height: 18px; }
    .hotnews-slider .item-news-cont a.item-news-btn {
      margin-top: 10px;
      display: block;
      float: right;
      font-size: 12px;
      color: #9e3365; }
      .hotnews-slider .item-news-cont a.item-news-btn i {
        font-size: 12px;
        color: #9e3365;
        margin-left: 8px; }
      .hotnews-slider .item-news-cont a.item-news-btn:hover, .hotnews-slider .item-news-cont a.item-news-btn:focus {
        color: #9e3365;
        text-decoration: underline; }
        .hotnews-slider .item-news-cont a.item-news-btn:hover i, .hotnews-slider .item-news-cont a.item-news-btn:focus i {
          color: #9e3365; }

.subpage-layout .hotnews-slider-cont {
  margin-top: 0; }

.hotnews-slider-overlay-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../imgmu/slider-hotnews/bg-overlay-part.png) repeat-y center top;
  z-index: 50; }

.hotnews-slider-overlay-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: url(../imgmu/slider-hotnews/bg-overlay-part.png) repeat-y center top;
  z-index: 50; }

.owl-carousel.hotnews-slider .owl-buttons {
  display: block !important;
  visibility: visible;
  z-index: 100 !important; }

.owl-carousel.hotnews-slider .owl-buttons .owl-prev {
  position: absolute;
  top: 120px;
  left: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.hotnews-slider .owl-buttons .owl-prev {
  display: block;
  width: 32px;
  height: 60px;
  background-color: #a43267;
  text-align: center;
  display: none; }
  .owl-carousel.hotnews-slider .owl-buttons .owl-prev i {
    margin-top: 15px;
    font-size: 30px;
    color: #fff; }
  .owl-carousel.hotnews-slider .owl-buttons .owl-prev:hover {
    background-color: #8f5e3e; }

.owl-carousel.hotnews-slider .owl-buttons .owl-next {
  position: absolute;
  top: 120px;
  right: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.hotnews-slider .owl-buttons .owl-next {
  display: block;
  width: 32px;
  height: 60px;
  background-color: #a43267;
  text-align: center;
  display: none; }
  .owl-carousel.hotnews-slider .owl-buttons .owl-next i {
    margin-top: 15px;
    font-size: 30px;
    color: #fff; }
  .owl-carousel.hotnews-slider .owl-buttons .owl-next:hover {
    background-color: #8f5e3e; }

.owl-carousel.hotnews-slider .owl-pagination {
  position: absolute;
  top: -40px;
  z-index: 100 !important;
  left: 50%; }
  .owl-carousel.hotnews-slider .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #a6a6a6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .owl-carousel.hotnews-slider .owl-pagination .owl-page.active {
      background-color: #a43267; }

@media (max-width: 996px) {
  .owl-carousel.hotnews-slider .owl-pagination {
    left: auto;
    right: 20px; } }
.owl-carousel.hotnews-slider:hover .owl-buttons .owl-prev,
.owl-carousel.hotnews-slider:hover .owl-buttons .owl-next {
  display: block; }

.hot-alert-wrp {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 1280px;
  margin: 0 auto;
  height: auto; }

.hot-alert-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto; }

.hot-news-roller {
  position: relative;
  clear: both;
  width: 100%;
  display: block;
  height: 40px;
  margin: 0 auto;
  @user-select (none); }
  .hot-news-roller .hn-roll-in {
    position: absolute;
    top: 0;
    left: 10px;
    right: 38px;
    height: 40px;
    line-height: 40px;
    overflow: hidden; }
  .hot-news-roller .icon-info {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .hot-news-roller .icon-info i {
      font-size: 20px;
      line-height: 40px !important;
      color: #524008; }
  .hot-news-roller a.close {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 100;
    display: block;
    width: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center; }
    .hot-news-roller a.close i {
      font-size: 20px;
      line-height: 40px !important;
      color: #2e2e2e; }
    .hot-news-roller a.close:hover i {
      color: #ba2121; }

.hot-alert-wrapper.shadows .shadow {
  display: block; }
.hot-alert-wrapper.shadows .shadow-in {
  display: block; }
.hot-alert-wrapper.shadow-top, .hot-alert-wrapper.shadow-bottom, .hot-alert-wrapper.shadow-sides {
  display: block; }

#news-breaking-line {
  min-height: 40px;
  background: #fce793; }
  #news-breaking-line .tickercontainer {
    padding: 0;
    margin-left: 20px;
    overflow: hidden; }

#news-breaking-line ul {
  position: relative;
  left: 920px;
  z-index: 21;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px; }
  #news-breaking-line ul li {
    list-style-type: none;
    list-style-position: outside;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin: 0 0 0 15px;
    white-space: nowrap; }
    #news-breaking-line ul li a {
      color: #333;
      text-decoration: underline; }
      #news-breaking-line ul li a:hover {
        text-decoration: none; }

.hot-alert-warning .icon-info i {
  color: #524008; }
.hot-alert-warning a.close i {
  color: #2e2e2e; }
.hot-alert-warning a.close:hover i {
  color: #ba2121; }
.hot-alert-warning #news-breaking-line {
  background: #fce793; }
.hot-alert-warning #news-breaking-line ul li {
  color: #333; }
  .hot-alert-warning #news-breaking-line ul li a {
    color: #333; }

.hot-alert-danger .icon-info i {
  color: #fff; }
.hot-alert-danger a.close i {
  color: #fff; }
.hot-alert-danger a.close:hover i {
  color: #ffb3b3; }
.hot-alert-danger #news-breaking-line {
  background: #f24040; }
.hot-alert-danger #news-breaking-line ul li {
  color: #fff; }
  .hot-alert-danger #news-breaking-line ul li a {
    color: #fff; }

.hot-alert-info .icon-info i {
  color: #fff; }
.hot-alert-info a.close i {
  color: #fff; }
.hot-alert-info a.close:hover i {
  color: #c6d3f0; }
.hot-alert-info #news-breaking-line {
  background: #375cb1; }
.hot-alert-info #news-breaking-line ul li {
  color: #fff; }
  .hot-alert-info #news-breaking-line ul li a {
    color: #fff; }

.hot-alert-info-light .icon-info i {
  color: #375cb1; }
.hot-alert-info-light a.close i {
  color: #375cb1; }
.hot-alert-info-light a.close:hover i {
  color: #d12020; }
.hot-alert-info-light #news-breaking-line {
  background: #cbdbff; }
.hot-alert-info-light #news-breaking-line ul li {
  color: #375cb1; }
  .hot-alert-info-light #news-breaking-line ul li a {
    color: #375cb1; }

@media only screen and (max-width: 960px) {
  .hot-alert-wrapper {
    width: 100%; }

  .hot-news-roller {
    width: 100%; }
    .hot-news-roller .shadow {
      width: 100%; }
    .hot-news-roller .shadow-in {
      width: 100%; } }
.news-horiz-fancy-item {
  position: relative;
  margin-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff000; }
  .news-horiz-fancy-item.no-img .news-horiz-fancy-content {
    margin-left: 0; }

.news-horiz-fancy-thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 320px;
  height: 180px;
  overflow: hidden; }
  .news-horiz-fancy-thumb .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .news-horiz-fancy-thumb .image img {
      display: none;
      min-width: 100%;
      min-height: 100%;
      height: auto; }
  .news-horiz-fancy-thumb:hover .news-horiz-fancy-shape-left {
    background-position: -130px top; }
  .news-horiz-fancy-thumb:hover .news-horiz-fancy-shape-right {
    background-position: 210px top; }

.news-horiz-fancy-content {
  margin-left: 340px;
  min-height: 180px; }
  .news-horiz-fancy-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700; }
    .news-horiz-fancy-content h3 a {
      color: #00ff00; }
      .news-horiz-fancy-content h3 a:hover {
        color: #fff000;
        text-decoration: underline; }
  .news-horiz-fancy-content p {
    display: block;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 4300;
    color: #fff000;
    font-size: 12px;
    line-height: 18px; }

.news-horiz-fancy-item.no-img {
  padding-bottom: 10px !important; }

.no-img .news-horiz-fancy-content {
  margin-left: 10px;
  min-height: 180px; }

.news-horiz-fancy-details {
  display: block;
  clear: both;
  padding-bottom: 6px; }

.news-horiz-fancy-msg-type {
  float: right; }
  .news-horiz-fancy-msg-type span {
    display: block;
    padding: 4px 6px;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    color: #000;
    background-color: #fdce02; }

.news-horiz-fancy-date {
  margin-top: 4px;
  float: left;
  color: #fff000;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px; }

.news-horiz-fancy-date-event {
  color: #fff000;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px;
  display: block;
  padding: 6px 0 6px 0;
  margin-top: 6px;
  margin-bottom: 6px;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000; }
  .news-horiz-fancy-date-event i {
    width: 20px;
    margin-right: 7px;
    margin-left: 15px; }

.news-horiz-fancy-place-event {
  color: #fff000;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 14px; }
  .news-horiz-fancy-place-event i {
    width: 20px;
    margin-right: 7px;
    margin-left: 15px; }

.news-horiz-fancy-btn {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff000;
  font-size: 14px; }
  .news-horiz-fancy-btn i {
    font-size: 14px;
    margin-left: 8px; }
  .news-horiz-fancy-btn i.icon-left {
    margin-right: 6px;
    margin-left: 0 !important; }
  .news-horiz-fancy-btn:hover {
    background-color: #fff000;
    color: #000; }

@media only screen and (min-width: 520px) and (max-width: 700px) {
  .news-horiz-fancy-thumb {
    width: 220px;
    height: 124px; }

  .news-horiz-fancy-content {
    margin-left: 240px;
    min-height: 130px; } }
@media (max-width: 519px) {
  .news-horiz-fancy-thumb {
    max-width: 320px;
    height: 180px;
    width: 100%; }

  .news-horiz-fancy-content {
    display: block;
    margin-left: 0;
    padding-top: 200px;
    float: none;
    clear: both; } }
ul.ul-news li {
  display: block;
  clear: both;
  border-bottom: 1px solid #222222; }
  ul.ul-news li a {
    position: relative;
    display: block;
    clear: both;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff000; }
    ul.ul-news li a span.date {
      position: absolute;
      top: 5px;
      left: 10px;
      margin-right: 15px;
      font-size: 12px;
      color: #fff000;
      font-style: italic;
      text-decoration: none !important; }
    ul.ul-news li a span.title {
      display: block;
      margin: 0;
      padding: 0;
      margin-left: 50px; }
    ul.ul-news li a:hover span.title {
      color: #fff000;
      text-decoration: underline; }

.news-list {
  display: table;
  clear: both;
  width: 100%;
  padding: 20px 10px 10px 10px; }

.news-item {
  position: relative;
  clear: both;
  display: table;
  height: auto;
  width: 100%;
  border-top: 1px solid #fff000;
  padding: 10px 0; }
  .news-item:first-child {
    border: none; }
  .news-item:last-child {
    border-bottom: 1px solid #fff000; }
  .news-item .news-in {
    width: 100%;
    display: table-row; }
  .news-item a.news-img {
    position: relative; }
    .news-item a.news-img span {
      position: absolute;
      top: 10px;
      left: -10px;
      z-index: 10;
      display: block;
      width: auto;
      height: 27px;
      padding: 0 30px 5px 10px;
      color: #fff000;
      background-image: url("../img/content/cat_name_bg.png");
      background-repeat: no-repeat;
      background-position: right top; }
  .news-item .news-content {
    position: relative;
    display: table-cell;
    width: 100%;
    min-width: 100%;
    margin-left: 0; }
    .news-item .news-content h2 {
      position: relative;
      display: block;
      clear: both;
      width: 100%;
      line-height: 17px; }
      .news-item .news-content h2 a {
        font-size: 14px;
        color: #00ff00;
        font-weight: 800; }
        .news-item .news-content h2 a:hover, .news-item .news-content h2 a:focus {
          text-decoration: underline; }
        .news-item .news-content h2 a span {
          position: absolute;
          top: -25px;
          left: -10px;
          z-index: 10;
          display: block;
          width: auto;
          height: 27px;
          padding: 0 30px 5px 10px;
          color: #fff000;
          background-image: url("../img/content/cat_name_bg.png");
          background-repeat: no-repeat;
          background-position: right top; }
    .news-item .news-content .place {
      display: block;
      width: 100%;
      font-size: 13px;
      color: #3c3c3c;
      padding: 0;
      margin: 4px 0;
      font-weight: bold; }
      .news-item .news-content .place i {
        margin-right: 2px; }
      .news-item .news-content .place i:last-child {
        margin-left: 15px; }
    .news-item .news-content p {
      width: 100%;
      padding: 5px 0 0 0;
      font-size: 12px;
      line-height: 18px;
      color: #fff000; }
  .news-item.with-img .news-content {
    margin-left: 160px; }
  .news-item .news-footer {
    margin-top: 10px;
    height: 25px;
    line-height: 25px; }
    .news-item .news-footer a.news-btn {
      float: right;
      width: 125px;
      height: 25px;
      font-size: 11px;
      background: transparent;
      text-align: right; }
      .news-item .news-footer a.news-btn:hover, .news-item .news-footer a.news-btn:focus {
        background: #fff000; }
        .news-item .news-footer a.news-btn:hover span, .news-item .news-footer a.news-btn:focus span {
          color: #000; }
      .news-item .news-footer a.news-btn span {
        display: block;
        line-height: 25px;
        font-size: 12px;
        padding-right: 15px;
        font-size: 13px;
        color: #00ff00; }
        .news-item .news-footer a.news-btn span i {
          font-size: 13px;
          margin-left: 5px; }
  .news-item span.date {
    width: 100%;
    display: block;
    margin: 4px 0;
    font-size: 11px;
    color: #fff000; }
    .news-item span.date i {
      margin-right: 6px; }

.image-small .news-item a.news-img {
  float: left;
  margin: 5px 10px 5px 0; }
  .image-small .news-item a.news-img img {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto; }

@media only screen and (max-width: 600px) {
  .news-item a.news-img {
    position: relative;
    display: block;
    clear: both;
    float: none;
    margin: 0 auto 10px auto; }
  .news-item.with-img .news-content {
    margin-left: 0;
    display: block; } }
.no-search-results {
  width: 100%;
  padding: 40px 0; }
  .no-search-results p {
    text-align: center;
    font-size: 15px; }

.form-search {
  position: relative;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5; }

.form-input-div {
  position: relative;
  float: left;
  width: 33%;
  box-shadow: none;
  border: none; }
  .form-input-div div {
    box-shadow: none; }
  .form-input-div label, .form-input-div input {
    display: block;
    clear: both;
    color: #a62522;
    box-shadow: none;
    padding-bottom: 5px; }
  .form-input-div label {
    font-size: 13px; }
  .form-input-div input {
    border: 1px solid #a72523;
    font-size: 13px;
    padding: 5px; }
    .form-input-div input:focus, .form-input-div input:hover {
      background: #e5e5e5; }

.form-button-div {
  display: block;
  clear: both;
  padding: 10px 0 0 0; }
  .form-button-div button {
    display: block;
    float: left;
    background: #a62522;
    color: #fff;
    font-size: 13px;
    padding: 10px; }
    .form-button-div button:focus, .form-button-div button:hover {
      color: #000; }

@media screen and (max-width: 650px) {
  .form-search .form-input-div {
    float: none;
    clear: both; } }
.calendar-wrap {
  display: block;
  float: left;
  width: auto;
  line-height: 1;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.calendar-wrap span {
  box-sizing: border-box;
  webkit-box-sizing: border-box; }

.calendar-wrap,
.calendar-wrap *:focus {
  outline: none; }

.calendar-content {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.calendar-content.calendar_days > .calendar-days {
  display: block; }

.calendar-content.calendar_months .calendar-months {
  display: block; }

.calendar-content.calendar_years .calendar-years {
  display: block; }

.calendar_hide {
  display: none; }

.calendar_show {
  display: block; }

.calendar_absolute {
  position: absolute; }

.calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center; }

.calendar-prev,
.calendar-next {
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 34px;
  width: 20%;
  zoom: 1; }

.calendar-prev {
  background-position: center;
  background-repeat: no-repeat;
  float: left; }

.calendar-next {
  background-position: center;
  background-repeat: no-repeat;
  float: right; }

.calendar-caption {
  cursor: pointer;
  display: inline;
  display: inline-block;
  text-align: center;
  zoom: 1; }

.calendar-days {
  display: none; }

.calendar-days span {
  display: inline-block;
  text-align: center;
  width: 30px; }

.calendar-head {
  height: 34px;
  line-height: 34px; }

.calendar-head span {
  cursor: default; }

.calendar-body span {
  cursor: pointer;
  height: 26px; }

.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  cursor: default; }

.calendar-months,
.calendar-years {
  display: none; }

.calendar-months span,
.calendar-years span {
  cursor: pointer;
  display: inline-block;
  height: 47.5px;
  text-align: center;
  width: 70px; }

.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  cursor: default; }

.calendar-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #777;
  font-size: 14px; }

.calendar-header {
  border-bottom: 1px solid #ebebeb; }

.calendar-prev,
.calendar-next {
  color: transparent; }

.calendar-prev {
  background-image: url("../img/daterange/calendar-prev.png"); }

.calendar-prev.calendar_blocked,
.calendar-prev.calendar_blocked:hover {
  background-image: none;
  cursor: auto; }

.calendar-prev:hover {
  background-image: url("../img/daterange/calendar-prev-hover.png"); }

.calendar-next {
  background-image: url("../img/daterange/calendar-next.png"); }

.calendar-next.calendar_blocked,
.calendar-next.calendar_blocked:hover {
  background-image: none;
  cursor: auto; }

.calendar-next:hover {
  background-image: url("../img/daterange/calendar-next-hover.png"); }

.calendar-caption {
  color: #696969;
  font-size: 14px; }

.calendar-caption:hover {
  color: #000000; }

.calendar-caption.calendar_blocked,
.calendar-caption.calendar_blocked:hover {
  color: #696969;
  cursor: auto; }

.calendar-days span {
  font-size: 12px;
  width: 30px; }

.calendar-head {
  background-color: #f6f6f6;
  padding-left: 6px;
  padding-right: 6px; }

.calendar-head span {
  box-shadow: inset 0 1px 0 #fbfbfb;
  webkit-box-shadow: inset 0 1px 0 #fbfbfb; }

.calendar-body {
  padding: 6px; }

.calendar-body span {
  border: 1px dashed transparent;
  line-height: 26px; }

.calendar-body span:hover {
  background-color: #b3d1ff; }

.calendar-body span.calendar_active {
  background-color: #a62522 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  color: white !important;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-body span.calendar_otherMonth:hover,
.calendar-body span.calendar_untouchable:hover,
.calendar-body span.calendar_otherMonth:active,
.calendar-body span.calendar_untouchable:active,
.calendar-body span.calendar_otherMonth.calendar_active,
.calendar-body span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-body span.calendar_inRange {
  background-color: #b3d1ff; }

.calendar-body span.calendar_inRange:hover {
  background-color: inherit; }

.calendar-body span.calendar_otherMonth.calendar_inRange:hover {
  background-color: #b3d1ff; }

.calendar-body span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2; }

.calendar-months,
.calendar-years {
  padding: 6px; }

.calendar-months span,
.calendar-years span {
  border: 1px dashed transparent;
  font-size: 13px;
  line-height: 47.5px; }

.calendar-months span:hover,
.calendar-years span:hover {
  background-color: #b3d1ff; }

.calendar-months span.calendar_active,
.calendar-years span.calendar_active {
  background-color: #a62522 !important;
  color: #fff !important; }

.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-months span.calendar_untouchable:hover,
.calendar-years span.calendar_untouchable:hover,
.calendar-months span.calendar_untouchable:active,
.calendar-years span.calendar_untouchable:active,
.calendar-months span.calendar_untouchable.calendar_active,
.calendar-years span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-months span.calendar_inRange,
.calendar-years span.calendar_inRange {
  background: #b3d1ff; }

.calendar-months span.calendar_inRange:hover,
.calendar-years span.calendar_inRange:hover {
  background-color: inherit; }

.calendar-months span.calendar_focus,
.calendar-years span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2; }

.pagging {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .pagging strong {
    color: #fff000;
    font-size: 11px;
    font-weight: normal; }
  .pagging a {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 26px;
    line-height: 26px;
    margin-left: 15px;
    background: transparent;
    color: #fff000;
    font-size: 14px; }
    .pagging a.selected {
      background-color: #00ff00;
      color: #000; }
    .pagging a:hover, .pagging a:focus {
      background-color: #fff000;
      color: #000; }

.events-medium-mod-item-thumb-wrp {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.events-medium-mod-item-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  color: #a43267;
  text-decoration: none;
  overflow: hidden; }
  .events-medium-mod-item-thumb .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .events-medium-mod-item-thumb .image img {
      display: none;
      min-width: 100%;
      min-height: 100%;
      height: auto; }
  .events-medium-mod-item-thumb:hover .events-medium-shape-left {
    background-position: -130px top; }
  .events-medium-mod-item-thumb:hover .events-medium-shape-right {
    background-position: 180px top; }
  .events-medium-mod-item-thumb:hover .events-medium-gradient-btm {
    background-position: center -100px; }
  .events-medium-mod-item-thumb:hover .image {
    transform: scale(1.1); }

.events-medium-shape-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-image: url(../imgmu/news/news-bg-shape-left.png);
  background-repeat: no-repeat;
  background-position: -160px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.events-medium-shape-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-image: url(../imgmu/news/news-bg-shape-right-no-shadow.png);
  background-repeat: no-repeat;
  background-position: 210px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.events-medium-gradient-btm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  background-image: url(../imgmu/events/gradient-vert.png);
  background-repeat: repeat-x;
  background-position: center -150px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.events-medium-mod-details {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3; }
  .events-medium-mod-details .date,
  .events-medium-mod-details .time {
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 2px black; }
    .events-medium-mod-details .date i,
    .events-medium-mod-details .time i {
      margin-right: 6px; }
  .events-medium-mod-details .date {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .events-medium-mod-details .time {
    position: absolute;
    bottom: 10px;
    right: 70px; }

.events-medium-mod-item-cont {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 0 0 0; }
  .events-medium-mod-item-cont h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500; }
    .events-medium-mod-item-cont h3 a {
      color: #a43267; }
      .events-medium-mod-item-cont h3 a:hover {
        color: #242424;
        text-decoration: underline; }

.events-medium-mod-item-meta-info {
  margin-bottom: 0;
  min-height: 0; }
  .events-medium-mod-item-meta-info .date {
    color: #7b7b7b;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px; }

.events-medium-mod-item-btn-more {
  display: block;
  float: right;
  font-size: 12px;
  color: #9e3365; }
  .events-medium-mod-item-btn-more i {
    font-size: 12px;
    color: #9e3365;
    margin-left: 8px; }
  .events-medium-mod-item-btn-more:hover, .events-medium-mod-item-btn-more:focus {
    color: #9e3365;
    text-decoration: underline; }
    .events-medium-mod-item-btn-more:hover i, .events-medium-mod-item-btn-more:focus i {
      color: #9e3365; }

@media (max-width: 560px) {
  .events-medium-mod-item-thumb:hover .events-medium-gradient-btm {
    background-position: center -100px; }

  .events-medium-shape-right {
    display: none;
    background-position: 340px top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .events-medium-mod-details .date {
    left: 20px; }
  .events-medium-mod-details .time {
    right: 10px; } }
.obj-header-opts {
  position: relative;
  clear: both;
  min-height: 30px;
  height: auto;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc; }
  .obj-header-opts .select-div {
    display: block;
    float: right; }
    .obj-header-opts .select-div span {
      display: block;
      float: left;
      height: 30px;
      line-height: 30px;
      font-size: 12px; }
  .obj-header-opts a.print-btn {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
    background: #d8499c;
    color: #fff; }
    .obj-header-opts a.print-btn:hover {
      background: #b51873;
      color: #fff; }
  .obj-header-opts .tur-select {
    display: block;
    float: left;
    margin: 3px;
    font-size: 11px;
    height: 24px;
    border: none;
    background: #b51873;
    color: #fff; }
    .obj-header-opts .tur-select:focus {
      background: #b51873;
      color: #fff; }
  .obj-header-opts #daterange {
    display: block;
    float: left;
    margin: 3px;
    min-width: 130px;
    height: 24px;
    border: none;
    font-size: 11px; }
  .obj-header-opts #daterange-btn {
    display: block;
    float: left;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #d8499c;
    color: #fff; }
    .obj-header-opts #daterange-btn i {
      margin-right: 10px;
      font-size: 12px; }
    .obj-header-opts #daterange-btn:hover {
      background: #b51873;
      color: #fff; }
  .obj-header-opts select {
    background: #eaeaea; }

#daterange-cont {
  position: relative;
  display: block;
  clear: both;
  min-height: 30px;
  width: 100%;
  height: auto !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-bottom: 1px solid #ccc; }
  #daterange-cont .inner {
    padding: 0 10px; }
  #daterange-cont span, #daterange-cont input, #daterange-cont button {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
  #daterange-cont span i {
    margin-right: 10px;
    font-size: 16px; }
  #daterange-cont input {
    margin: 0 10px;
    height: 28px;
    line-height: 28px;
    min-width: 170px;
    background: #ebebeb;
    text-align: center;
    border: none; }
  #daterange-cont input[type="text"] {
    text-align: left; }
  #daterange-cont button {
    border: none;
    padding: 0 10px;
    background: #d8499c;
    color: #fff; }
    #daterange-cont button:hover {
      background: #b51873; }
  #daterange-cont .calendar-wrap {
    border: none !important;
    box-shadow: none !important; }

@media (max-width: 720px) {
  #daterange-cont form {
    display: block;
    clear: both; } }
@media (max-width: 550px) {
  .obj-header-opts {
    height: 60px !important; }

  .period-select {
    margin-right: 50px; } }
.movies-mozaic-7-row {
  display: block;
  clear: both;
  width: 100%; }
  .movies-mozaic-7-row:first-child {
    border-bottom: 10px solid #fff; }
  .movies-mozaic-7-row._3cols .movies-mozaic-7-item {
    width: 33.333333%;
    height: 250px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }
  .movies-mozaic-7-row._3cols .movies-mozaic-7-shape-left {
    background-position: -160px top; }
  .movies-mozaic-7-row._4cols .movies-mozaic-7-item {
    width: 25%;
    height: 200px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }
  .movies-mozaic-7-row._4cols .movies-mozaic-7-shape-left {
    background-position: -180px top; }
  .movies-mozaic-7-row._4cols .movies-mozaic-7-shape-right {
    background-position: right top; }
  .movies-mozaic-7-row._4cols .movies-mozaic-7-icon-play {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 6; }
    .movies-mozaic-7-row._4cols .movies-mozaic-7-icon-play img {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      width: 24px;
      height: auto; }
  .movies-mozaic-7-row._4cols .movies-mozaic-7-details h3 {
    font-size: 13px !important;
    line-height: 18px; }

@media (max-width: 1000px) {
  .movies-mozaic-7-row._3cols .movies-mozaic-7-item {
    width: 100%;
    float: none;
    clear: both;
    border-bottom: 10px solid #fff; }
    .movies-mozaic-7-row._3cols .movies-mozaic-7-item:last-child {
      border-bottom: none; }

  .movies-mozaic-7-row._4cols {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-y: hidden;
    padding-top: 3px;
    z-index: 0;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    height: 220px;
    padding-bottom: 20px !important;
    width: 100%; }
    .movies-mozaic-7-row._4cols .movies-mozaic-7-item {
      display: inline-block;
      white-space: normal;
      float: none;
      vertical-align: top;
      width: 80%;
      max-width: 400px;
      margin-bottom: 10px; }
      .movies-mozaic-7-row._4cols .movies-mozaic-7-item .movies-mozaic-7-details h3 {
        font-size: 13px !important;
        line-height: 18px; } }
.movies-mozaic-7-item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden; }
  .movies-mozaic-7-item:hover .movies-mozaic-7-gradient {
    background-position: center 50px; }
  .movies-mozaic-7-item:hover .movies-mozaic-7-icon-play img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.movies-mozaic-7-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .movies-mozaic-7-image img {
    display: none;
    min-width: 100%;
    min-height: 100%;
    height: auto; }

.movies-mozaic-7-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: url(../imgmu/video/gradient-vert.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.movies-mozaic-7-shape-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-image: url(../imgmu/video/video-bg-shape-left.png);
  background-repeat: no-repeat;
  background-position: -160px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.movies-mozaic-7-shape-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-image: url(../imgmu/video/video-bg-big-shape-right-solid-no-shadow-short.png);
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .movies-mozaic-7-shape-right img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    display: block;
    width: 34px;
    height: auto; }

.movies-mozaic-7-cat {
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  background-color: #b51873;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 40px;
  font-size: 11px;
  color: #fff; }
  .movies-mozaic-7-cat .shape-r {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 26px solid #b51873;
    border-right: 10px solid transparent; }

.movies-mozaic-7-icon-play {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 6; }
  .movies-mozaic-7-icon-play img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 34px;
    height: auto; }

.movies-mozaic-7-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4; }
  .movies-mozaic-7-details h3 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 25%;
    padding: 0 10px;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0px 1px 2px black; }
  .movies-mozaic-7-details .date {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 2px black; }

.videos-big-mod-item {
  position: relative;
  display: block;
  float: left;
  overflow: hidden; }
  .videos-big-mod-item:hover .movies-mozaic-7-gradient {
    background-position: center 50px; }
  .videos-big-mod-item:hover .videos-big-mod-item-icon-play img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.videos-big-mod-item-thumb-wrp {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  max-height: 300px;
  overflow: hidden; }

.videos-big-mod-item-thumb {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 300px;
  max-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .videos-big-mod-item-thumb img {
    display: none;
    min-width: 100%;
    min-height: 100%;
    height: auto; }

.videos-big-mod-item-gradient {
  display: none; }

.videos-big-mod-item-shape-left,
.videos-big-mod-item-shape-left-small,
.videos-big-mod-item-shape-right,
.videos-big-mod-item-shape-solid-right,
.videos-big-mod-item-icon-play,
.videos-big-mod-item-icon-play-small {
  display: none; }

/*
                .videos-big-mod-item-shape-left {
                    position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5;
                    background-image: url(../imgmu/video/video-bg-shape-left.png);
                    background-repeat: no-repeat;
                    background-position: -160px top;
                    @include transition-all(0.4s, ease-in-out);
                }
                .videos-big-mod-item-shape-left-small {
                    position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5;
                    background-image: url(../imgmu/video/video-bg-shape-left-small.png);
                    background-repeat: no-repeat;
                    background-position: -185px top;
                    @include transition-all(0.4s, ease-in-out);
                }

                .videos-big-mod-item-shape-right {
                    position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5;
//                    background-image: url(../imgmu/video/video-bg-big-shape-right-solid-no-shadow.png);
//                    background-repeat: no-repeat;
//                    background-position: 290px top;
                    background-image: url(../imgmu/video/video-bg-big-shape-right-no-shadow-short.png);
                    background-repeat: no-repeat;
                    background-position: right top;
                    @include transition-all(0.4s, ease-in-out);
                    i {

                    }
                    img {
                        position: absolute; right: 10px; bottom: 10px; z-index: 6;
                        display: block;
                        //width: 34px; height: 40px;
                        width: 34px; height: auto;
                    }
                }
                .videos-big-mod-item-shape-solid-right {
                    position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 5;
//                    background-image: url(../imgmu/video/video-bg-big-shape-right-solid-no-shadow.png);
//                    background-repeat: no-repeat;
//                    background-position: 290px top;
                    background-image: url(../imgmu/video/video-bg-big-shape-right-solid-no-shadow-short.png);
                    background-repeat: no-repeat;
                    background-position: right top;
                    @include transition-all(0.4s, ease-in-out);
                    i {

                    }
                    img {
                        position: absolute; right: 10px; bottom: 10px; z-index: 6;
                        display: block;
                        //width: 34px; height: 40px;
                        width: 34px; height: auto;
                    }
                }
                .videos-big-mod-item-icon-play {
                    position: absolute; right: 20px; bottom: 20px; z-index: 6;
                    @include transition-all(0.4s, ease-in-out);
                    img {
                        @include transition-all(0.4s, ease-in-out);
                        display: block;
                        //width: 34px; height: 40px;
                        width: 34px; height: auto;
                    }
                }
                .videos-big-mod-item-icon-play-small {
                    position: absolute; right: 6px; bottom: 6px; z-index: 6;
                    @include transition-all(0.4s, ease-in-out);
                    img {
                        @include transition-all(0.4s, ease-in-out);
                        display: block;
                        //width: 34px; height: 40px;
                        width: 16px; height: auto;
                    }
                }
*/
.videos-big-mod-item-cont {
  position: relative;
  display: block;
  clear: both;
  padding: 10px 5px; }
  .videos-big-mod-item-cont .date {
    color: #fff000;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1;
    font-size: 11px; }
  .videos-big-mod-item-cont .content {
    display: block;
    float: left;
    padding: 0 0 10px 10px; }
    .videos-big-mod-item-cont .content strong {
      display: block;
      color: #fff000;
      font-size: 14px;
      font-weight: 500; }
    .videos-big-mod-item-cont .content h3 {
      font-size: 17px;
      line-height: 20px;
      margin-bottom: 4px;
      font-weight: 500; }
      .videos-big-mod-item-cont .content h3 a {
        color: #00ff00; }
        .videos-big-mod-item-cont .content h3 a:hover {
          color: #fff000;
          text-decoration: underline; }
    .videos-big-mod-item-cont .content p {
      display: block;
      padding-top: 10px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 4300;
      color: #fff000;
      font-size: 12px;
      line-height: 18px; }
    .videos-big-mod-item-cont .content a.btn {
      margin-top: 10px;
      display: block;
      float: right;
      font-size: 12px;
      color: #00ff00; }
      .videos-big-mod-item-cont .content a.btn i {
        font-size: 12px;
        color: #00ff00;
        margin-left: 8px; }
      .videos-big-mod-item-cont .content a.btn:hover, .videos-big-mod-item-cont .content a.btn:focus {
        color: #fff000;
        text-decoration: underline; }
        .videos-big-mod-item-cont .content a.btn:hover i, .videos-big-mod-item-cont .content a.btn:focus i {
          color: #fff000; }

.videos-shoriz-mod-item {
  position: relative;
  padding-bottom: 22px; }
  .videos-shoriz-mod-item:hover .videos-big-mod-item-icon-play-small img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.videos-shoriz-mod-item-thumb-wrp {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 130px;
  height: 67px; }

.videos-shoriz-mod-item-thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden; }
  .videos-shoriz-mod-item-thumb a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .videos-shoriz-mod-item-thumb a img {
      margin-top: -15px !important;
      display: block;
      width: 100%;
      height: auto;
      border: 0; }

.videos-shoriz-mod-item-cont {
  margin-left: 142px;
  min-height: 70px; }
  .videos-shoriz-mod-item-cont h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    font-weight: 500; }
    .videos-shoriz-mod-item-cont h3 a {
      color: #00ff00; }
      .videos-shoriz-mod-item-cont h3 a:hover {
        color: #fff000;
        text-decoration: underline; }

.videos-shoriz-mod-item-meta-info {
  margin-bottom: 0;
  min-height: 0; }
  .videos-shoriz-mod-item-meta-info .date {
    color: #fff000;
    font-family: 'Open Sans', arial, sans-serif;
    line-height: 1;
    font-size: 11px; }

.videos-horiz-fancy-item {
  position: relative;
  margin-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb; }
  .videos-horiz-fancy-item:hover .videos-horiz-fancy-icon-play-small img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.videos-horiz-fancy-thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 320px;
  height: 180px;
  overflow: hidden; }
  .videos-horiz-fancy-thumb .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .videos-horiz-fancy-thumb .image img.video-img {
      display: none;
      min-width: 100%;
      min-height: 100%;
      height: auto; }
  .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-left {
    background-position: -130px top; }
  .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-right {
    background-position: 210px top; }

.videos-horiz-fancy-icon-play-small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .videos-horiz-fancy-icon-play-small img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 24px;
    height: auto; }

.videos-horiz-fancy-content {
  margin-left: 340px;
  min-height: 180px; }
  .videos-horiz-fancy-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500; }
    .videos-horiz-fancy-content h3 a {
      color: #2e86e8; }
      .videos-horiz-fancy-content h3 a:hover {
        color: #242424;
        text-decoration: underline; }
  .videos-horiz-fancy-content p {
    display: block;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 4300;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 18px; }

.videos-horiz-fancy-date {
  color: #7b7b7b;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px; }

.videos-horiz-fancy-btn {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-right: 15px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background-color: #2e86e8;
  color: #fff;
  font-size: 12px; }
  .videos-horiz-fancy-btn i {
    font-size: 12px;
    margin-left: 6px; }
  .videos-horiz-fancy-btn .shape-r {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 26px solid #2e86e8;
    border-right: 10px solid transparent; }
  .videos-horiz-fancy-btn .shape-l {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 26px solid #2e86e8;
    border-left: 10px solid transparent; }
  .videos-horiz-fancy-btn:hover {
    background-color: #c3262d; }
    .videos-horiz-fancy-btn:hover .shape-r {
      border-top: 26px solid #c3262d; }
    .videos-horiz-fancy-btn:hover .shape-l {
      border-bottom: 26px solid #c3262d; }

@media only screen and (min-width: 520px) and (max-width: 700px) {
  .videos-horiz-fancy-thumb {
    width: 220px;
    height: 124px; }
    .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-left {
      background-position: -150px top; }
    .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-right {
      background-position: 150px top; }

  .videos-horiz-fancy-shape-left {
    background-position: -180px top; }

  .videos-horiz-fancy-shape-right {
    background-image: url(../imgmu/news/news-bg-shape-right-no-shadow-smaller.png);
    background-position: 170px top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .videos-horiz-fancy-content {
    margin-left: 240px;
    min-height: 130px; } }
@media (max-width: 519px) {
  .videos-horiz-fancy-thumb {
    max-width: 320px;
    height: 180px;
    width: 100%; }
    .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-left {
      background-position: -150px top; }
    .videos-horiz-fancy-thumb:hover .videos-horiz-fancy-shape-right {
      background-position: 210px top !important; }

  .videos-horiz-fancy-content {
    display: block;
    margin-left: 0;
    padding-top: 200px;
    float: none;
    clear: both; } }
.movies-medium-mod-item {
  position: relative; }

.movies-medium-mod-item-thumb-wrp {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.movies-medium-mod-item-thumb {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  color: #2e86e8;
  text-decoration: none;
  overflow: hidden; }
  .movies-medium-mod-item-thumb .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .movies-medium-mod-item-thumb .image img.video-img {
      display: none;
      min-width: 100%;
      min-height: 100%;
      height: auto; }
  .movies-medium-mod-item-thumb:hover .movies-medium-shape-left {
    background-position: -130px top; }
  .movies-medium-mod-item-thumb:hover .movies-medium-shape-right {
    background-position: 180px top; }
  .movies-medium-mod-item-thumb:hover .movies-medium-gradient-btm {
    background-position: center -100px; }
  .movies-medium-mod-item-thumb:hover .image img.video-img {
    transform: scale(1.1); }
  .movies-medium-mod-item-thumb:hover .movies-medium-icon-play-small img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

.movies-medium-shape-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-image: url(../imgmu/news/news-bg-shape-left.png);
  background-repeat: no-repeat;
  background-position: -160px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.movies-medium-shape-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-image: url(../imgmu/news/news-bg-shape-right-no-shadow.png);
  background-repeat: no-repeat;
  background-position: 180px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.movies-medium-gradient-btm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  background-image: url(../imgmu/events/gradient-vert.png);
  background-repeat: repeat-x;
  background-position: center -150px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.movies-medium-icon-play-small {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .movies-medium-icon-play-small img {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    width: 24px;
    height: auto; }

.movies-medium-mod-details {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3; }
  .movies-medium-mod-details .date,
  .movies-medium-mod-details .time {
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 2px black; }
    .movies-medium-mod-details .date i,
    .movies-medium-mod-details .time i {
      margin-right: 6px; }
  .movies-medium-mod-details .date {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .movies-medium-mod-details .time {
    position: absolute;
    bottom: 10px;
    right: 70px; }

.movies-medium-mod-item-cont {
  position: relative;
  display: block;
  clear: both;
  padding: 5px 0 0 0; }
  .movies-medium-mod-item-cont h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 500; }
    .movies-medium-mod-item-cont h3 a {
      color: #2e86e8; }
      .movies-medium-mod-item-cont h3 a:hover {
        color: #242424;
        text-decoration: underline; }

.movies-medium-mod-item-meta-info {
  margin-bottom: 0;
  min-height: 0; }
  .movies-medium-mod-item-meta-info .date {
    color: #7b7b7b;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px; }

.movies-medium-mod-item-btn-more {
  display: block;
  float: right;
  font-size: 12px;
  color: #2e86e8; }
  .movies-medium-mod-item-btn-more i {
    font-size: 12px;
    color: #2e86e8;
    margin-left: 8px; }
  .movies-medium-mod-item-btn-more:hover, .movies-medium-mod-item-btn-more:focus {
    color: #2e86e8;
    text-decoration: underline; }
    .movies-medium-mod-item-btn-more:hover i, .movies-medium-mod-item-btn-more:focus i {
      color: #2e86e8; }

@media (max-width: 560px) {
  .movies-medium-mod-item-thumb:hover .movies-medium-gradient-btm {
    background-position: center -100px; }

  .movies-medium-shape-right {
    display: none;
    background-position: 340px top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }

  .movies-medium-mod-details .date {
    left: 20px; }
  .movies-medium-mod-details .time {
    right: 10px; } }
.sp-hot-alert-wrp-full {
  display: block;
  clear: both;
  width: 100%; }
  .sp-hot-alert-wrp-full.sp-hot-alert-warning {
    background-color: #fce793; }
    .sp-hot-alert-wrp-full.sp-hot-alert-warning .sp-hot-alert-icon {
      background-color: #fdbf00; }
      .sp-hot-alert-wrp-full.sp-hot-alert-warning .sp-hot-alert-icon i {
        color: #fff; }
    .sp-hot-alert-wrp-full.sp-hot-alert-warning .sp-hot-alert-message h2, .sp-hot-alert-wrp-full.sp-hot-alert-warning .sp-hot-alert-message p {
      color: #333; }

.sp-hot-alert-wrp {
  position: relative;
  display: block;
  width: 1280px;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .sp-hot-alert-wrp {
    width: 996px; } }
@media (max-width: 996px) {
  .sp-hot-alert-wrp {
    width: 100%; } }
@media (max-width: 600px) {
  .sp-hot-alert-message {
    padding-top: 10px !important;
    margin-left: 70px !important;
    margin-right: 20px !important; } }
.sp-hot-alert-cont {
  padding: 20px 0; }

.sp-hot-alert-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center; }
  .sp-hot-alert-icon i {
    font-size: 20px;
    line-height: 50px; }

.sp-hot-alert-message {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 150px;
  margin-right: 50px; }
  .sp-hot-alert-message h2 {
    display: none;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5em; }
  .sp-hot-alert-message p {
    display: block;
    font-size: 0.9em;
    line-height: 1.3em; }

.curr-alert-wrp {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e5e5e5; }

.curr-alert-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  margin: 0 auto;
  width: 1280px;
  height: 30px;
  background-color: #fff; }

@media only screen and (max-width: 1280px) {
  .curr-alert-wrapper {
    width: 100%; } }
.curr-news-roller {
  display: block;
  height: 30px;
  line-height: 30px; }

.curr-mtitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  clear: both;
  padding-left: 10px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  background: #b51873;
  font-size: 12px;
  color: #fff; }

.curr-news-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 130px;
  right: 0;
  display: block;
  clear: both;
  height: 30px;
  line-height: 30px; }
  .curr-news-cont ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#curr-news-cont-js {
  display: block;
  clear: both;
  height: 30px;
  width: 100%;
  overflow: hidden; }

#curr-news-cont-js-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  clear: both;
  height: 30px;
  line-height: 30px; }

#curr-news-cont-js li {
  color: #4e4e4e;
  display: block;
  clear: both;
  color: #000;
  overflow: hidden;
  height: 30px;
  padding: 0px 10px;
  line-height: 30px;
  list-style: none;
  font-size: 12px;
  text-align: left; }
  #curr-news-cont-js li a {
    color: #424242; }
  #curr-news-cont-js li span {
    color: #b51873;
    font-style: italic;
    padding-right: 10px;
    font-size: 11px; }

.stats-wrp {
  display: block;
  width: 100%;
  padding: 15px; }

.stats-cont {
  text-align: center; }
  .stats-cont h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #ffff00;
    font-size: 12px;
    font-weight: bold; }
  .stats-cont p {
    font-size: 11px;
    color: #ffff00; }
  .stats-cont p span {
    display: inline-block; }
  .stats-cont p strong {
    display: inline-block;
    font-weight: bold; }

.fb-wrp-site {
  display: block;
  clear: both;
  width: 340px;
  margin: 10px auto; }

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
  width: 100% !important; }

.sidebar-content {
  background-color: #000; }

.sidebar-head {
  display: block;
  clear: both;
  width: 100%;
  padding: 20px; }
  .sidebar-head h4 a {
    font-size: 22px;
    font-family: "Open Sans Condensed";
    line-height: 30px; }
    .sidebar-head h4 a i {
      font-size: 24px;
      line-height: 30px;
      float: right; }
  .sidebar-head h4 strong {
    float: left;
    font-size: 22px;
    font-family: "Open Sans Condensed";
    line-height: 30px; }
  .sidebar-head h4 span {
    float: right;
    font-size: 14px;
    font-family: "Open Sans Condensed";
    line-height: 30px; }
  .sidebar-head.bborder-grey {
    border-bottom: 1px solid #00ff00; }
  .sidebar-head.bborder-blue {
    border-bottom: 1px solid #00ff00; }
  .sidebar-head.bborder-red {
    border-bottom: 1px solid #00ff00; }
  .sidebar-head.blue {
    background-color: #00ff00; }
    .sidebar-head.blue h4 a {
      color: #000; }
    .sidebar-head.blue h4 span, .sidebar-head.blue h4 strong {
      color: #000; }
  .sidebar-head.red {
    background-color: #00ff00; }
    .sidebar-head.red h4 a {
      color: #000; }
    .sidebar-head.red h4 span, .sidebar-head.red h4 strong {
      color: #000; }
  .sidebar-head.lgrey {
    background-color: #00ff00; }
    .sidebar-head.lgrey h4 a {
      color: #000; }
    .sidebar-head.lgrey h4 span, .sidebar-head.lgrey h4 strong {
      color: #000; }

.sidebar-banner-solo-wrp {
  display: block;
  clear: both; }
  .sidebar-banner-solo-wrp .sidebar-banner-solo {
    display: block;
    clear: both;
    margin-bottom: 10px;
    max-width: 260px;
    margin: 0 auto; }

.sdbar-newsletter-wrp {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background: #00ff00; }

.sdbar-newsletter {
  position: relative;
  clear: both;
  width: 100%;
  height: auto;
  padding-bottom: 10px; }
  .sdbar-newsletter.margin-top {
    margin-top: 10px; }
  .sdbar-newsletter h4 {
    display: block;
    width: 90%;
    height: 44px;
    margin: 0 auto;
    text-align: center; }
    .sdbar-newsletter h4 a {
      font-weight: bold;
      font-size: 18px;
      color: #000;
      line-height: 44px; }
      .sdbar-newsletter h4 a:focus {
        border: 1px dashed #fff000 !important;
        color: #000 !important;
        background-color: #fff000 !important; }
  .sdbar-newsletter p.newsletter-text {
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 15px;
    color: #fff000;
    line-height: 26px; }
    .sdbar-newsletter p.newsletter-text strong {
      font-weight: 600; }
  .sdbar-newsletter input {
    width: 80%;
    min-width: 180px;
    margin: 0 auto;
    display: block;
    height: 34px;
    border: none;
    font-size: 14px;
    color: #000;
    text-align: center;
    background-color: #fff000;
    border-bottom: 2px solid #00ff00; }
    .sdbar-newsletter input:focus {
      color: #000;
      background-color: #00ff00;
      border: 1px dashed #fff000 !important; }
  .sdbar-newsletter button {
    width: 80%;
    min-width: 180px;
    margin: 0 auto;
    display: block;
    height: 34px;
    border: 1px solid #00ff00;
    border-top: 1px solid #000;
    background: #00ff00;
    color: #000;
    text-align: center;
    height: 34px;
    height: 34px;
    line-height: 24px;
    font-size: 14px; }
    .sdbar-newsletter button:hover {
      background: #fff000;
      color: #000; }
    .sdbar-newsletter button:focus {
      border: 1px dashed #fff000 !important;
      color: #000 !important;
      background-color: #fff000 !important; }

.sdbar-newsletter-cont {
  position: relative;
  display: block;
  clear: both;
  height: auto;
  width: 100%;
  margin: 5px auto 15px auto;
  padding: 10px 0;
  background: #000; }

.sdbar-alerts-div {
  display: block;
  clear: both; }

.sdbar-alert {
  position: relative;
  width: 100%;
  padding: 10px;
  height: auto;
  margin-bottom: 10px; }
  .sdbar-alert p {
    padding: 0;
    font-size: 12px;
    color: #fff000; }
  .sdbar-alert.error {
    background: #c42b2b; }
  .sdbar-alert.success {
    background: #009059; }

.sidebar-events-wrp {
  display: block;
  clear: both;
  width: 100%; }

.sidebar-event {
  position: relative;
  width: 100%;
  min-height: 1px;
  height: 150px;
  max-height: 150px;
  overflow: hidden; }
  .sidebar-event:hover .sdbr-event-gradient {
    background-position: center 300px; }
  .sidebar-event:hover .sdbr-event-gradient-hov {
    background-position: center bottom; }
  .sidebar-event:hover .sdbr-event-image {
    transform: scale(1.2); }

.sdbr-event-image {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .sdbr-event-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto; }

.sdbr-event-gradient {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-image: url(../imgmu/sidebar/events-shadow-btm-d.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 150px;
  max-height: 150px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.sdbr-event-gradient-hov {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-image: url(../imgmu/sidebar/events-shadow-btm-d-hov.png);
  background-position: center 300px;
  background-repeat: repeat-x;
  height: 150px;
  max-height: 150px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.sdbr-event-content {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.sdbr-event-date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 10px 35px 10px 10px;
  background-image: url(../imgmu/sidebar/events-date-bg-w.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: center; }
  .sdbr-event-date strong {
    display: block;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #a43267; }
  .sdbr-event-date span {
    font-size: 12px;
    color: #424242; }

.sdbr-event-day {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../imgmu/sidebar/events-date-bg-b.png);
  background-position: left bottom;
  background-repeat: no-repeat; }
  .sdbr-event-day span {
    display: block;
    clear: both;
    padding: 10px 10px 10px 50px;
    font-size: 11px;
    color: #fff; }

.sdbr-event-time {
  position: absolute;
  bottom: 20px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-shadow: 0px 1px 2px black; }
  .sdbr-event-time i {
    color: #fff;
    font-size: 20px;
    margin-right: 6px; }

.sdbr-event-name {
  position: absolute;
  bottom: 0px;
  right: 10px;
  left: 80px;
  padding: 10px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  text-shadow: 0px 1px 2px black; }

.calendarHelp {
  display: block;
  clear: both;
  padding: 10px;
  margin: 10px 10px 0 10px;
  font-size: 12px; }
  .calendarHelp ul {
    padding: 10px; }
  .calendarHelp li {
    text-align: center; }
  .calendarHelp li.cHelp-strong {
    font-weight: bold; }

.cal-blue .cal-module,
.cal-blue .cal-module-in,
.cal-blue .big-cal-module {
  background: #00ff00; }
.cal-blue .calendarHelp {
  border: 1px solid #fff000;
  color: #fff000; }
.cal-blue .ical-js-widget {
  color: #fff; }
  .cal-blue .ical-js-widget #nav-calendar {
    color: #fff; }
.cal-blue #year-left-arrow i,
.cal-blue #year-right-arrow i {
  color: #fff; }
.cal-blue #month-left-arrow i,
.cal-blue #month-right-arrow i {
  color: #fff; }
.cal-blue #month-left-arrow:hover i,
.cal-blue #month-right-arrow:hover i {
  color: #fff; }
.cal-blue #week-days {
  color: #fff; }
.cal-blue .ical-js-widget.smallv .cal-module,
.cal-blue .ical-js-widget.smallv .cal-module-in,
.cal-blue .ical-js-widget.smallv .big-cal-module {
  background: #2e86e8; }
.cal-blue .ical-js-widget.smallv .calendarHelp {
  border: 1px solid #86b6eb;
  color: #fff; }
.cal-blue .ical-js-widget.smallv .ical-js-widget {
  color: #fff; }
  .cal-blue .ical-js-widget.smallv .ical-js-widget #nav-calendar {
    color: #fff; }
.cal-blue .ical-js-widget.smallv #year-left-arrow i,
.cal-blue .ical-js-widget.smallv #year-right-arrow i {
  color: #fff; }
.cal-blue .ical-js-widget.smallv #month-left-arrow i,
.cal-blue .ical-js-widget.smallv #month-right-arrow i {
  color: #fff; }
.cal-blue .ical-js-widget.smallv #month-left-arrow:hover i,
.cal-blue .ical-js-widget.smallv #month-right-arrow:hover i {
  color: #fff; }
.cal-blue .ical-js-widget.smallv #week-days {
  color: #fff; }
.cal-blue .ical-js-widget.smallv #year {
  border-bottom: 1px solid #fff000; }
.cal-blue .ical-js-widget.smallv #separator {
  border-bottom: 1px solid #fff000; }
.cal-blue .ical-js-widget.smallv .today > span {
  background-color: #fff;
  color: #2e86e8; }
.cal-blue .ical-js-widget.smallv table td a {
  color: #fff; }
.cal-blue .ical-js-widget.smallv table td span {
  color: #d9e9fc; }
.cal-blue .ical-js-widget.smallv .date_has_event > a {
  background-color: #2e86e8; }
  .cal-blue .ical-js-widget.smallv .date_has_event > a span {
    color: #fff; }
  .cal-blue .ical-js-widget.smallv .date_has_event > a.selected {
    background: #ffcb00 !important; }
  .cal-blue .ical-js-widget.smallv .date_has_event > a:hover, .cal-blue .ical-js-widget.smallv .date_has_event > a:focus {
    background: #86b6eb; }
.cal-blue .ical-js-widget.smallv table span, .cal-blue .ical-js-widget.smallv table a {
  color: #fff; }
  .cal-blue .ical-js-widget.smallv table span i.qty, .cal-blue .ical-js-widget.smallv table a i.qty {
    background: #fff;
    color: #2e86e8; }
.cal-blue .ical-js-widget.smallv table td > a {
  color: #fff; }

.cal-grey-w .cal-module,
.cal-grey-w .cal-module-in,
.cal-grey-w .big-cal-module {
  background: #000; }
.cal-grey-w .calendarHelp {
  border: 1px solid #fff000;
  color: #fff000; }
.cal-grey-w .ical-js-widget {
  color: #fff000; }
  .cal-grey-w .ical-js-widget #nav-calendar {
    color: #fff000; }
.cal-grey-w #year-left-arrow i,
.cal-grey-w #year-right-arrow i {
  color: #fff000; }
.cal-grey-w #month-left-arrow i,
.cal-grey-w #month-right-arrow i {
  color: #fff000; }
.cal-grey-w #month-left-arrow:hover i,
.cal-grey-w #month-right-arrow:hover i {
  color: #fff000; }
.cal-grey-w #week-days {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv .cal-module,
.cal-grey-w .ical-js-widget.smallv .cal-module-in,
.cal-grey-w .ical-js-widget.smallv .big-cal-module {
  background: #000; }
.cal-grey-w .ical-js-widget.smallv .calendarHelp {
  border: 1px solid #fff000;
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv .ical-js-widget {
  color: #fff000; }
  .cal-grey-w .ical-js-widget.smallv .ical-js-widget #nav-calendar {
    color: #fff000; }
.cal-grey-w .ical-js-widget.smallv #year-left-arrow i,
.cal-grey-w .ical-js-widget.smallv #year-right-arrow i {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv #month-left-arrow i,
.cal-grey-w .ical-js-widget.smallv #month-right-arrow i {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv #month-left-arrow:hover i,
.cal-grey-w .ical-js-widget.smallv #month-right-arrow:hover i {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv #week-days {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv #year {
  border-bottom: 1px solid #fff000; }
.cal-grey-w .ical-js-widget.smallv #separator {
  border-bottom: 1px solid #fff000; }
.cal-grey-w .ical-js-widget.smallv .today > span {
  background-color: #fff000;
  color: #000; }
.cal-grey-w .ical-js-widget.smallv table td a {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv table td span {
  color: #fff000; }
.cal-grey-w .ical-js-widget.smallv .date_has_event > a {
  background-color: #fff000;
  color: #000 !important; }
  .cal-grey-w .ical-js-widget.smallv .date_has_event > a span {
    color: #000 !important; }
  .cal-grey-w .ical-js-widget.smallv .date_has_event > a.selected {
    background: #ffcb00 !important; }
  .cal-grey-w .ical-js-widget.smallv .date_has_event > a:hover, .cal-grey-w .ical-js-widget.smallv .date_has_event > a:focus {
    background: #00ff00; }
.cal-grey-w .ical-js-widget.smallv table span, .cal-grey-w .ical-js-widget.smallv table a {
  color: #fff000; }
  .cal-grey-w .ical-js-widget.smallv table span i.qty, .cal-grey-w .ical-js-widget.smallv table a i.qty {
    background: #00ff00;
    color: #000; }
.cal-grey-w .ical-js-widget.smallv table td > a {
  color: #fff000; }

/*
.cal-violet {
    .cal-module,
    .cal-module-in,
    .big-cal-module {
        background:#a43267;
    }
    .calendarHelp {
        border:1px solid #d686ab;
        color: #fff;
    }
    .ical-js-widget {
        color:#fff;
        #nav-calendar {
            color:#fff;
        }
    }
    #year-left-arrow,
    #year-right-arrow {
        i { color: #fff; }
    }
    #month-left-arrow,
    #month-right-arrow {
     i { color: #fff; }
    }
    #month-left-arrow:hover,
    #month-right-arrow:hover {
        i { color: #fff; }
    }
    #week-days {
        color: #fff;
    }
    .ical-js-widget {
        &.smallv {
            .cal-module,
            .cal-module-in,
            .big-cal-module {
                background:#a43267;
            }
            .calendarHelp {
                border:1px solid #d686ab;
                color: #fff;
            }
            .ical-js-widget {
                color:#fff;
                #nav-calendar {
                    color:#fff;
                }
            }
            #year-left-arrow,
            #year-right-arrow {
                i { color: #fff; }
            }
            #month-left-arrow,
            #month-right-arrow {
             i { color: #fff; }
            }
            #month-left-arrow:hover,
            #month-right-arrow:hover {
                i { color: #fff; }
            }
            #week-days {
                color: #fff;
            }
            #year { border-bottom:$ical-border; }
            #separator { border-bottom:$ical-border; }
            .today>span {
                background-color: #fff;
                color: #6e1840;
            }
            table {
                td a {
                    color: #fff;
                }
                td span {
                    color:#eab5ce;
                }
            }

            //to co jeszcze doszlo zeby maly kalendarz mial liczniki imprez w dniach
            .date_has_event>a {
                background-color:#6e1840;
                span {
                    color:#fff;
                }
                &.selected {
                    background: $ical-events-qty-bg-color!important;
                }
                &:hover,
                &:focus {
                    background: #8e5e3e;
                    //color: #fff;
                }
            }
            table {
                span, a { color:#fff;
//                    &:hover,
//                    &:focus {
//                        background: #8e5e3e;
//                        //color: #fff;
//                    }
                    i.qty {
                        background: #fff; color: #6e1840; //border:2px solid #6e1840;
                        //background: #9b3967; color: #fff!important; //border:2px solid #6e1840;
                        //background: #8e5e3e; color: #fff!important; //border:2px solid #6e1840;
                    }
                }
                td>a {
                    color:#fff;
                }
            }
        }
    }
}

.cal-violet-big {
    .cal-module,
    .cal-module-in,
    .big-cal-module {
        background:#a43267;
    }
    .calendarHelp {
        border:1px solid #d686ab;
        color: #424242;
    }
    .ical-js-widget {
        color: #424242;
        #nav-calendar {
            color: #424242;
        }
    }
    #year-left-arrow,
    #year-right-arrow {
        i { color: #424242; }
    }
    #month-left-arrow,
    #month-right-arrow {
     i { color: #424242; }
    }
    #month-left-arrow:hover,
    #month-right-arrow:hover {
        i { color: #424242; }
    }
    #week-days {
        color: #8b8b8b;
    }
    .ical-js-widget {
        &.bigv {

            #year { border-bottom:$ical-border; }
            #separator { border-bottom:$ical-border; }
            .today>span {
                background-color: #a43267;
                color: #fff;
            }
            table {
                td a {
                    color: #fff;
                }
                td span {
                    color:#818181;
                }
            }

            //to co jeszcze doszlo zeby maly kalendarz mial liczniki imprez w dniach
            .date_has_event>a {
                background-color:#6e1840;
                span {
                    color:#fff;
                }
                &.selected {
                    background: $ical-events-qty-bg-color!important;
                }
                &:hover,
                &:focus {
                    background: #8e5e3e;
                    //color: #fff;
                    }
            }
            table {
                span, a { color:#fff;
//                    &:hover,
//                    &:focus {
//                        background: #8e5e3e;
//                        //color: #fff;
//                    }
                    i.qty {
                        //background: #fff; color: #6e1840; //border:2px solid #6e1840;
                        background-color: #8e5e3e; color: #fff;
                        //background: #9b3967; color: #fff!important; //border:2px solid #6e1840;
                        //background: #8e5e3e; color: #fff!important; //border:2px solid #6e1840;
                    }
                }
                td>a {
                    color:#fff;
                }
            }
        }
    }
}
.cal-bronze {
    .cal-module,
    .cal-module-in,
    .big-cal-module {
        background:#8e5e3e;
    }
    .calendarHelp {
        border:1px solid #d8ae91;
        color: #fff;
    }
    .ical-js-widget {
        color:#fff;
        #nav-calendar {
            color:#fff;
        }
    }
    #year-left-arrow,
    #year-right-arrow {
        i { color: #fff; }
    }
    #month-left-arrow,
    #month-right-arrow {
     i { color: #fff; }
    }
    #month-left-arrow:hover,
    #month-right-arrow:hover {
        i { color: #fff; }
    }
    #week-days {
        color: #fff;
    }
}
*/
.big-cal-module {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .big-cal-module .bcm-inner {
    margin-top: 20px;
    margin-bottom: 20px; }

.cal-module {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
  height: auto; }

.cal-module-in {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: auto;
  padding: 0 10px; }
  .cal-module-in #container_cal {
    position: relative;
    padding: 5px 0 10px 0;
    margin: 0 auto; }

.cal-module-btm {
  display: block;
  clear: both;
  width: 100%;
  height: 12px; }
  .cal-module-btm.red {
    background-color: #c3262d; }
  .cal-module-btm.blue {
    background-color: #2e86e8; }
  .cal-module-btm.white {
    background-color: #fff; }
  .cal-module-btm.white {
    background-color: #ebebeb; }

#event-big-cal-cont {
  display: block; }

.ical-js-widget {
  position: relative;
  margin: 0 auto;
  min-height: 50px;
  width: 100%;
  font-size: 11px; }
  .ical-js-widget #nav-calendar {
    margin: 0 auto;
    min-height: 50px;
    width: 100%;
    padding-bottom: 10px; }
  .ical-js-widget #year, .ical-js-widget #month {
    text-align: center; }
  .ical-js-widget .month-year {
    display: inline-block; }
  .ical-js-widget #year {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 19px; }
  .ical-js-widget #month {
    padding-top: 10px;
    font-size: 25px;
    line-height: 19px; }
  .ical-js-widget .fa {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5; }
    .ical-js-widget .fa:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  .ical-js-widget #year-left-arrow,
  .ical-js-widget #year-right-arrow {
    cursor: pointer;
    display: inline-block;
    height: 19px;
    font-size: 17px;
    line-height: 19px; }
  .ical-js-widget #year-left-arrow {
    margin-right: 15px;
    margin-left: 20px; }
  .ical-js-widget #year-right-arrow {
    margin-left: 15px;
    margin-right: 20px; }
  .ical-js-widget #currentyear {
    width: 200px; }
  .ical-js-widget #month-left-arrow,
  .ical-js-widget #month-right-arrow {
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin-top: 1px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    width: 23px; }
  .ical-js-widget #month-left-arrow:hover,
  .ical-js-widget #month-right-arrow:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }
  .ical-js-widget #currentmonth {
    display: inline-block;
    padding-top: 6px;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase; }
  .ical-js-widget #week-days {
    height: 25px;
    text-transform: uppercase; }
  .ical-js-widget #separator {
    border-spacing: 0 10px;
    height: 6px !important;
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%; }
  .ical-js-widget #clear-separator {
    height: 12px !important; }
  .ical-js-widget .today {
    cursor: default;
    font-weight: bold; }
  .ical-js-widget .date_has_event {
    position: relative;
    cursor: pointer; }
  .ical-js-widget.smallv #month-left-arrow {
    float: left;
    margin-left: 15px; }
  .ical-js-widget.smallv #month-right-arrow {
    float: right;
    margin-right: 15px; }
  .ical-js-widget.smallv #year {
    padding-top: 5px; }
  .ical-js-widget.smallv table {
    border-collapse: separate;
    border-spacing: 8px 0px;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    vertical-align: center !important; }
    .ical-js-widget.smallv table td {
      height: 29px;
      padding-top: 1px;
      width: 14,2857%;
      text-align: center;
      vertical-align: center !important; }
    .ical-js-widget.smallv table td a {
      display: block;
      margin: 3px 0; }
    .ical-js-widget.smallv table tr.no_marg {
      height: 1px; }
    .ical-js-widget.smallv table th {
      font-size: 10px;
      font-weight: normal;
      width: 14,2857%; }
  .ical-js-widget.smallv table td, .ical-js-widget.smallv table th {
    width: 14,2857%;
    text-align: center; }
  .ical-js-widget.smallv table span, .ical-js-widget.smallv table a {
    position: relative;
    display: block;
    padding: 10px 0;
    min-width: 29px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px; }
    .ical-js-widget.smallv table span i.qty, .ical-js-widget.smallv table a i.qty {
      position: absolute;
      top: -7px;
      right: -7px;
      display: block;
      width: 18px;
      height: 18px;
      line-height: 18px !important;
      font-size: 12px;
      font-family: "Open Sans";
      font-weight: bold;
      font-style: normal; }
  .ical-js-widget.smallv table tr.no_marg {
    height: 1px;
    border: none; }
  .ical-js-widget.bigv #month-left-arrow,
  .ical-js-widget.bigv #month-right-arrow,
  .ical-js-widget.bigv #currentmonth,
  .ical-js-widget.bigv #currentyear {
    height: 30px; }
  .ical-js-widget.bigv #month-left-arrow {
    margin-right: 15px;
    font-size: 17px;
    line-height: 26px; }
  .ical-js-widget.bigv #month-right-arrow {
    margin-left: 15px;
    font-size: 17px;
    line-height: 26px; }
  .ical-js-widget.bigv #currentmonth {
    display: inline-block;
    padding-top: 6px;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase; }
  .ical-js-widget.bigv #currentyear {
    margin-left: 15px;
    font-size: 26px;
    line-height: 26px;
    font-weight: normal; }
  .ical-js-widget.bigv table {
    border-collapse: collapse;
    border-spacing: 8px 0px;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    vertical-align: center !important; }
    .ical-js-widget.bigv table td, .ical-js-widget.bigv table th {
      width: 14,2857%;
      text-align: center; }
    .ical-js-widget.bigv table span, .ical-js-widget.bigv table a {
      position: relative;
      display: block;
      padding: 10px 0;
      width: 50%;
      font-size: 15px;
      font-weight: bold;
      margin: 0 auto; }
      .ical-js-widget.bigv table span i.qty, .ical-js-widget.bigv table a i.qty {
        position: absolute;
        top: -8px;
        right: -8px;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px !important;
        font-size: 12px;
        font-family: "Open Sans";
        font-weight: bold;
        font-style: normal; }
    .ical-js-widget.bigv table td {
      height: 29px;
      padding: 5px 0;
      vertical-align: center !important; }
    .ical-js-widget.bigv table td span {
      font-weight: 400; }
    .ical-js-widget.bigv table tr.no_marg {
      height: 1px;
      border: none; }
    .ical-js-widget.bigv table th {
      font-size: 14px;
      font-weight: 300; }
  .ical-js-widget .events ul {
    position: absolute;
    z-index: 1000;
    display: none;
    font-size: 12px;
    font-weight: normal;
    list-style: none;
    padding: 15px;
    text-align: center;
    background: #000;
    background: rgba(17, 17, 17, 0.9);
    color: #fff; }
  .ical-js-widget .events li {
    padding-bottom: 5px; }
  .ical-js-widget .events li span {
    color: #fff;
    display: block;
    font-size: 12px; }
  .ical-js-widget .events li span.title {
    color: #fff; }

.evl-det {
  display: block;
  clear: both;
  background: #a43267; }
  .evl-det .ev-which {
    display: block;
    clear: both;
    padding: 10px;
    background: #a43267;
    color: #fff; }
    .evl-det .ev-which .day {
      display: block;
      float: left;
      width: 50%; }
      .evl-det .ev-which .day strong {
        font-size: 40px; }
    .evl-det .ev-which .ev-minfo {
      display: block;
      float: right;
      width: 50%;
      text-align: right;
      padding-top: 25px; }
  .evl-det .ev {
    position: relative;
    display: block;
    padding: 5px 10px;
    background: #f2d2e1;
    border-bottom: 1px solid #fff;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
    .evl-det .ev .time {
      font-size: 12px;
      color: #a43267;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .evl-det .ev p {
      padding-top: 3px;
      padding-right: 30px;
      font-size: 13px;
      color: #a43267;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .evl-det .ev span.arr {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      display: block;
      width: 30px;
      height: 100%;
      text-align: center; }
      .evl-det .ev span.arr i {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 7px;
        display: block;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        color: #a43267; }
    .evl-det .ev:hover, .evl-det .ev:focus {
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      -webkit-opacity: 0.9;
      opacity: 0.9; }
      .evl-det .ev:hover .time, .evl-det .ev:focus .time {
        padding-left: 10px; }
      .evl-det .ev:hover p, .evl-det .ev:focus p {
        padding-left: 10px; }
  .evl-det a.btn-more {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px;
    background: #a43267;
    color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .evl-det a.btn-more:hover, .evl-det a.btn-more:focus {
      background: #c75d8e;
      color: #fff; }

.evl-det-tt {
  position: absolute;
  bottom: 20px;
  left: -150px;
  width: 300px;
  height: auto;
  display: block;
  clear: both;
  background: #000; }

.events-head-date {
  padding: 20px 10px 10px 10px;
  font-weight: bold;
  font-size: 22px;
  color: #a43267;
  border-bottom: 1px solid #c75d8e; }
  .events-head-date:first-child {
    padding-top: 0; }
  .events-head-date span {
    padding-left: 20px;
    font-size: 16px;
    color: #c75d8e;
    font-weight: 300; }
    .events-head-date span i {
      font-style: normal;
      color: #c75d8e; }

.events-s-list .events-head-date {
  padding-top: 20px;
  border-bottom: 2px solid #b7b7b7; }
  .events-s-list .events-head-date:first-child {
    padding-top: 0; }

.calendar-wrap {
  display: block;
  float: left;
  width: auto;
  line-height: 1;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.calendar-wrap span {
  box-sizing: border-box;
  webkit-box-sizing: border-box; }

.calendar-wrap,
.calendar-wrap *:focus {
  outline: none; }

.calendar-content {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.calendar-content.calendar_days > .calendar-days {
  display: block; }

.calendar-content.calendar_months .calendar-months {
  display: block; }

.calendar-content.calendar_years .calendar-years {
  display: block; }

.calendar_hide {
  display: none; }

.calendar_show {
  display: block; }

.calendar_absolute {
  position: absolute; }

.calendar-header {
  height: 34px;
  line-height: 34px;
  text-align: center; }

.calendar-prev,
.calendar-next {
  cursor: pointer;
  display: inline;
  display: inline-block;
  height: 34px;
  width: 20%;
  zoom: 1; }

.calendar-prev {
  background-position: center;
  background-repeat: no-repeat;
  float: left; }

.calendar-next {
  background-position: center;
  background-repeat: no-repeat;
  float: right; }

.calendar-caption {
  cursor: pointer;
  display: inline;
  display: inline-block;
  text-align: center;
  zoom: 1; }

.calendar-days {
  display: none; }

.calendar-days span {
  display: inline-block;
  text-align: center;
  width: 30px; }

.calendar-head {
  height: 34px;
  line-height: 34px; }

.calendar-head span {
  cursor: default; }

.calendar-body span {
  cursor: pointer;
  height: 26px; }

.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  cursor: default; }

.calendar-months,
.calendar-years {
  display: none; }

.calendar-months span,
.calendar-years span {
  cursor: pointer;
  display: inline-block;
  height: 47.5px;
  text-align: center;
  width: 70px; }

.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  cursor: default; }

.calendar-content {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #777;
  font-size: 14px; }

.calendar-header {
  border-bottom: 1px solid #ebebeb; }

.calendar-prev,
.calendar-next {
  color: transparent; }

.calendar-prev {
  background-image: url("../img/daterange/calendar-prev.png"); }

.calendar-prev.calendar_blocked,
.calendar-prev.calendar_blocked:hover {
  background-image: none;
  cursor: auto; }

.calendar-prev:hover {
  background-image: url("../img/daterange/calendar-prev-hover.png"); }

.calendar-next {
  background-image: url("../img/daterange/calendar-next.png"); }

.calendar-next.calendar_blocked,
.calendar-next.calendar_blocked:hover {
  background-image: none;
  cursor: auto; }

.calendar-next:hover {
  background-image: url("../img/daterange/calendar-next-hover.png"); }

.calendar-caption {
  color: #696969;
  font-size: 14px; }

.calendar-caption:hover {
  color: #000000; }

.calendar-caption.calendar_blocked,
.calendar-caption.calendar_blocked:hover {
  color: #696969;
  cursor: auto; }

.calendar-days span {
  font-size: 12px;
  width: 30px; }

.calendar-head {
  background-color: #f6f6f6;
  padding-left: 6px;
  padding-right: 6px; }

.calendar-head span {
  box-shadow: inset 0 1px 0 #fbfbfb;
  webkit-box-shadow: inset 0 1px 0 #fbfbfb; }

.calendar-body {
  padding: 6px; }

.calendar-body span {
  border: 1px dashed transparent;
  line-height: 26px; }

.calendar-body span:hover {
  background-color: #ffd8ee; }

.calendar-body span.calendar_active {
  background-color: #b51873 !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
  color: white !important;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; }

.calendar-body span.calendar_otherMonth,
.calendar-body span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-body span.calendar_otherMonth:hover,
.calendar-body span.calendar_untouchable:hover,
.calendar-body span.calendar_otherMonth:active,
.calendar-body span.calendar_untouchable:active,
.calendar-body span.calendar_otherMonth.calendar_active,
.calendar-body span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-body span.calendar_inRange {
  background-color: #ffd8ee; }

.calendar-body span.calendar_inRange:hover {
  background-color: inherit; }

.calendar-body span.calendar_otherMonth.calendar_inRange:hover {
  background-color: #b3d1ff; }

.calendar-body span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2; }

.calendar-months,
.calendar-years {
  padding: 6px; }

.calendar-months span,
.calendar-years span {
  border: 1px dashed transparent;
  font-size: 13px;
  line-height: 47.5px; }

.calendar-months span:hover,
.calendar-years span:hover {
  background-color: #ffd8ee; }

.calendar-months span.calendar_active,
.calendar-years span.calendar_active {
  background-color: #11346a !important;
  color: #fff !important; }

.calendar-months span.calendar_untouchable,
.calendar-years span.calendar_untouchable {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-months span.calendar_untouchable:hover,
.calendar-years span.calendar_untouchable:hover,
.calendar-months span.calendar_untouchable:active,
.calendar-years span.calendar_untouchable:active,
.calendar-months span.calendar_untouchable.calendar_active,
.calendar-years span.calendar_untouchable.calendar_active {
  background-color: inherit;
  color: #c8c8c8; }

.calendar-months span.calendar_inRange,
.calendar-years span.calendar_inRange {
  background: #b3d1ff; }

.calendar-months span.calendar_inRange:hover,
.calendar-years span.calendar_inRange:hover {
  background-color: inherit; }

.calendar-months span.calendar_focus,
.calendar-years span.calendar_focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #32b8e2; }

.menu-module {
  display: block;
  clear: both;
  margin-bottom: 20px; }

.submenu {
  display: block;
  clear: both;
  margin-bottom: 5px; }

ul.submenu-list {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  ul.submenu-list li {
    position: relative;
    display: block;
    clear: both;
    text-align: left; }
    ul.submenu-list li a {
      position: relative;
      display: block;
      clear: both;
      padding: 6px 0;
      width: 100%;
      font-size: 15px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      -webkit-opacity: 0.9;
      opacity: 0.9; }
    ul.submenu-list li a span {
      position: relative;
      display: block;
      padding-left: 15px; }
    ul.submenu-list li a.active i {
      display: block; }
    ul.submenu-list li a:before {
      position: absolute;
      left: 6px;
      top: 50%;
      margin-top: -9px;
      font-family: 'FontAwesome';
      content: "\f105";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-size: 16px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    ul.submenu-list li i {
      display: none; }
    ul.submenu-list li a.active:before {
      right: 7px;
      top: 50%;
      margin-top: -9px;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
    ul.submenu-list li a:hover:before, ul.submenu-list li a:focus:before {
      top: 50%;
      margin-top: -9px;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
  ul.submenu-list ul {
    display: block;
    clear: both; }
  ul.submenu-list li a {
    padding-left: 5px; }
  ul.submenu-list ul li a {
    padding-left: 15px;
    font-size: 15px; }
    ul.submenu-list ul li a:before {
      left: 16px;
      margin-top: -8px;
      font-size: 15px; }
  ul.submenu-list ul li li a {
    padding-left: 25px;
    font-size: 12px; }
    ul.submenu-list ul li li a:before {
      left: 26px;
      margin-top: -6px;
      font-size: 12px; }
  ul.submenu-list ul li li li a {
    padding-left: 35px;
    font-size: 12px; }
    ul.submenu-list ul li li li a:before {
      left: 36px;
      margin-top: -6px;
      font-size: 12px; }
  ul.submenu-list li a:hover {
    padding-left: 10px; }
  ul.submenu-list ul li a:hover {
    padding-left: 20px; }
  ul.submenu-list ul li li a:hover {
    padding-left: 30px; }
  ul.submenu-list ul li li li a:hover {
    padding-left: 40px; }
  ul.submenu-list li a:focus {
    padding-left: 10px; }
  ul.submenu-list ul li a:focus {
    padding-left: 20px; }
  ul.submenu-list ul li li a:focus {
    padding-left: 30px; }
  ul.submenu-list ul li li li a:focus {
    padding-left: 40px; }
  ul.submenu-list ul {
    display: none; }
  ul.submenu-list li.active > ul {
    display: block; }

.submenu {
  background: #000; }

ul.submenu-list {
  border-top: 1px solid transparent; }
  ul.submenu-list.style1 {
    border-top: 1px solid #e8e8e8;
    padding: 15px; }
    ul.submenu-list.style1 li {
      padding-left: 10px; }
  ul.submenu-list li .submenu-arrow-down {
    color: #111111; }
  ul.submenu-list li a {
    border-bottom: 1px solid transparent;
    color: #fff000;
    background-position: left center;
    background-repeat: no-repeat; }
    ul.submenu-list li a:hover, ul.submenu-list li a:focus {
      background-color: #fff000;
      color: #000; }
  ul.submenu-list li i {
    background: #fff000; }
  ul.submenu-list li a.active,
  ul.submenu-list li a.active:hover,
  ul.submenu-list li a.active:focus {
    color: #fff000 !important; }
  ul.submenu-list li a.mparent:after {
    color: #111111; }

.sidebar-weather-wrp.violet {
  background: #a43267;
  color: #fff; }
  .sidebar-weather-wrp.violet .weather-fday {
    border-bottom: 1px solid #bd6990; }
    .sidebar-weather-wrp.violet .weather-fday:last-child {
      border-bottom: none; }
  .sidebar-weather-wrp.violet .weather-details .det:first-child {
    border-bottom: 1px solid #bd6990; }
.sidebar-weather-wrp.bronze {
  background: #8e5e3e;
  color: #fff; }
  .sidebar-weather-wrp.bronze .weather-fday {
    border-bottom: 1px solid #ba8968; }
    .sidebar-weather-wrp.bronze .weather-fday:last-child {
      border-bottom: none; }
  .sidebar-weather-wrp.bronze .weather-details .det:first-child {
    border-bottom: 1px solid #ba8968; }

.sidebar-weather {
  padding: 10px; }

.weather-icon {
  float: left;
  width: 65%; }

.weather-icon-font {
  display: block;
  float: left;
  width: 40%;
  text-align: right; }
  .weather-icon-font span {
    float: right;
    font-size: 80px;
    color: #fff; }
  .weather-icon-font strong {
    margin-top: -10px;
    font-size: 20px;
    font-weight: 300;
    text-align: center; }

.weather-temp {
  display: block;
  float: left;
  padding-top: 30px;
  text-transform: lowercase;
  width: 60%;
  font-size: 40px;
  font-weight: 300; }
  .weather-temp span {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    font-weight: normal; }

.weather-details {
  float: right;
  width: 35%;
  padding-top: 20px;
  font-size: 12px;
  line-height: 24px; }
  .weather-details span {
    font-size: 24px; }
  .weather-details span, .weather-details strong {
    display: block;
    float: left; }
  .weather-details div.det {
    width: 80px;
    padding: 5px;
    line-height: 24px; }
    .weather-details div.det div.det-in {
      line-height: 24px; }
      .weather-details div.det div.det-in span {
        margin-right: 5px;
        line-height: 24px; }
      .weather-details div.det div.det-in strong {
        line-height: 24px; }

.weather-fday {
  display: block;
  clear: both;
  padding: 10px;
  margin: 0 10px; }
  .weather-fday span {
    display: block;
    float: left; }
  .weather-fday .date,
  .weather-fday .sep,
  .weather-fday .day,
  .weather-fday .temp {
    font-size: 24px;
    font-weight: 300;
    line-height: 44px; }
  .weather-fday .date {
    width: 15%; }
  .weather-fday .sep {
    width: 15%;
    text-align: center; }
  .weather-fday .day {
    width: 15%; }
  .weather-fday .icon {
    width: 30%;
    text-align: center;
    font-size: 44px;
    color: #fff; }
  .weather-fday .temp {
    width: 25%; }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  webkit-backface-visibility: hidden; }

.flexslider .slides img {
  display: block;
  width: 100%; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  margin: 0 0 60px;
  zoom: 1;
  background: transparent; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2; }

.flex-direction-nav a {
  position: absolute;
  z-index: 10;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: -20px 0 0;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  opacity: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7; }

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.flexslider:focus .flex-next,
.flexslider:focus .flex-prev {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7; }

.flexslider:focus .flex-next:focus,
.flexslider:focus .flex-prev:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  cursor: default;
  filter: alpha(opacity=0);
  opacity: 0 !important; }

.flex-pauseplay a {
  bottom: 5px;
  color: #000;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 10px;
  opacity: 0.8;
  overflow: hidden;
  position: absolute;
  width: 20px;
  z-index: 10; }

.flex-pauseplay a:before {
  content: '\f004';
  display: inline-block;
  font-family: "flexslider-icon";
  font-size: 20px; }

.flex-pauseplay a:hover,
.flex-pauseplay a:focus {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  bottom: -40px;
  position: absolute;
  text-align: center;
  width: 100%; }

.flex-control-nav li {
  display: inline;
  display: inline-block;
  margin: 0 6px;
  zoom: 1; }

.flex-control-paging li a {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  moz-border-radius: 20px;
  webkit-border-radius: 20px;
  o-border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 11px;
  text-indent: -9999px;
  width: 11px; }

.flex-control-paging li a:hover,
.flex-control-paging li a:focus {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static; }

.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%; }

.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: .7;
  width: 100%; }

.flex-control-thumbs img:hover,
.flex-control-thumbs img:focus {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  cursor: default;
  opacity: 1; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.sl-extra .flex-direction-nav {
  position: absolute;
  top: -40px;
  left: auto;
  right: 0; }
  .sl-extra .flex-direction-nav li {
    float: left;
    margin-left: 3px; }
    .sl-extra .flex-direction-nav li:first-child {
      float: left; }
    .sl-extra .flex-direction-nav li:last-child {
      float: right; }
  .sl-extra .flex-direction-nav a {
    position: relative;
    display: block;
    width: 34px;
    height: 32px;
    margin: 0 0 0;
    background: transparent;
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .sl-extra .flex-direction-nav a:before {
      font-family: FontAwesome;
      line-height: 24px;
      position: absolute;
      text-align: center;
      left: 0;
      right: 0;
      top: 8px;
      text-indent: 0; }
  .sl-extra .flex-direction-nav .flex-next:before {
    content: "\f054"; }
  .sl-extra .flex-direction-nav .flex-prev:before {
    content: "\f053"; }
  .sl-extra .flex-direction-nav .flex-next:hover,
  .sl-extra .flex-direction-nav .flex-prev:hover,
  .sl-extra .flex-direction-nav .flex-next:focus,
  .sl-extra .flex-direction-nav .flex-prev:focus {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    color: #ccc; }

.sl-extra .flex-control-nav {
  position: absolute;
  top: -25px;
  bottom: auto;
  margin-left: 10px; }
  .sl-extra .flex-control-nav li {
    margin: 0;
    padding: 0;
    margin-right: 6px;
    float: left; }
    .sl-extra .flex-control-nav li a {
      width: 10px;
      height: 10px;
      text-indent: -999px;
      overflow: hidden;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      -webkit-opacity: 0.5;
      opacity: 0.5;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background: #ccc;
      box-shadow: none; }
      .sl-extra .flex-control-nav li a:hover, .sl-extra .flex-control-nav li a:focus {
        background: #ccc;
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        -webkit-opacity: 0.7;
        opacity: 0.7; }
      .sl-extra .flex-control-nav li a.flex-active {
        background: #a43267;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }

.sl-extra {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  width: 100%;
  min-width: 272px; }

.sl-extra-entry {
  padding: 0 10px; }

.sl-extra-thumb {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .sl-extra-thumb img {
    display: block;
    width: 100%;
    height: auto; }

.sidebar-slider-wrp {
  display: block;
  clear: both;
  padding-top: 40px; }

.sidebar-slider {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }
  .sidebar-slider img {
    width: 100%; }

.owl-carousel.sidebar-slider .owl-item {
  position: relative; }
  .owl-carousel.sidebar-slider .owl-item .slide-name {
    position: absolute;
    z-index: 100;
    bottom: 70px;
    left: 50%;
    margin-left: -400px;
    max-width: 500px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    border-bottom: 1px solid #fff000;
    text-shadow: 0 3px 12px black;
    background: rgba(0, 86, 161, 0.4);
    color: #fff000;
    font-family: "Open Sans Condensed";
    letter-spacing: 0.0825em; }

.owl-slider.sidebar-slider .owl-item img {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  position: 0; }

.owl-slider.sidebar-slider .owl-controls .owl-nav .owl-prev,
.owl-slider.sidebar-slider .owl-controls .owl-nav .owl-next,
.owl-slider.sidebar-slider .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.sidebar-slider .owl-buttons {
  position: absolute;
  top: -7px;
  z-index: 100 !important;
  left: 10px; }

.owl-carousel.sidebar-slider {
  display: none;
  position: relative;
  webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .owl-carousel.sidebar-slider .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -33px; }
  .owl-carousel.sidebar-slider .owl-buttons .owl-prev {
    display: block;
    width: 30px;
    height: 40px;
    text-align: center; }
    .owl-carousel.sidebar-slider .owl-buttons .owl-prev i {
      font-size: 40px;
      color: #fff000; }
    .owl-carousel.sidebar-slider .owl-buttons .owl-prev:hover i {
      color: #00ff00; }
  .owl-carousel.sidebar-slider .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -33px; }
  .owl-carousel.sidebar-slider .owl-buttons .owl-next {
    display: block;
    width: 30px;
    height: 40px;
    text-align: center; }
    .owl-carousel.sidebar-slider .owl-buttons .owl-next i {
      font-size: 40px;
      color: #fff000; }
    .owl-carousel.sidebar-slider .owl-buttons .owl-next:hover i {
      color: #00ff00; }

.owl-carousel.sidebar-slider .owl-pagination {
  display: block;
  height: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -30px;
  z-index: 100 !important;
  right: 0; }
  .owl-carousel.sidebar-slider .owl-pagination .owl-page {
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .owl-carousel.sidebar-slider .owl-pagination .owl-page.active {
      background-color: #00ff00; }

.sidebar-slider-trails-wrp {
  display: block;
  clear: both;
  padding-top: 40px; }

.sidebar-slider-trails {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }
  .sidebar-slider-trails img {
    width: 100%; }

.owl-carousel.sidebar-slider-trails .owl-item {
  position: relative; }

.owl-slider.sidebar-slider-trails .owl-controls .owl-nav .owl-prev,
.owl-slider.sidebar-slider-trails .owl-controls .owl-nav .owl-next,
.owl-slider.sidebar-slider-trails .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.sidebar-slider-trails .owl-buttons {
  position: absolute;
  top: 0;
  z-index: 100 !important;
  width: 100%; }

.owl-carousel.sidebar-slider-trails {
  display: none;
  position: relative;
  webkit-tap-highlight-color: transparent;
  width: 100%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .owl-carousel.sidebar-slider-trails .owl-buttons .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../imgmu/sidebar/sdbr-arrow-left-w.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: center; }
  .owl-carousel.sidebar-slider-trails .owl-buttons .owl-prev {
    text-align: center; }
    .owl-carousel.sidebar-slider-trails .owl-buttons .owl-prev i {
      position: absolute;
      top: 10px;
      left: 6px;
      font-size: 34px;
      color: #ccc; }
    .owl-carousel.sidebar-slider-trails .owl-buttons .owl-prev:hover i {
      color: #a43267; }
  .owl-carousel.sidebar-slider-trails .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../imgmu/sidebar/sdbr-arrow-right-w.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    text-align: center; }
  .owl-carousel.sidebar-slider-trails .owl-buttons .owl-next {
    text-align: center; }
    .owl-carousel.sidebar-slider-trails .owl-buttons .owl-next i {
      position: absolute;
      top: 10px;
      right: 6px;
      font-size: 34px;
      color: #ccc; }
    .owl-carousel.sidebar-slider-trails .owl-buttons .owl-next:hover i {
      color: #a43267; }

.owl-carousel.sidebar-slider-trails .owl-pagination {
  display: none; }

.article-top-margin-empty {
  clear: both;
  height: 20px; }

.article-container {
  display: block;
  clear: both;
  padding: 0 10px; }
  .article-container.pad-left {
    padding-left: 10px !important; }

.article-content {
  font-size: 14px;
  line-height: 24px;
  color: #fff000;
  font-family: 'Open Sans',sans-serif;
  padding: 10px 10px 0 10px; }
  .article-content p, .article-content span {
    font-size: 14px; }
    .article-content p span, .article-content p a, .article-content span span, .article-content span a {
      font-size: 14px; }
  .article-content.p-indent p {
    text-indent: 10px; }
  .article-content .no-padding-top {
    padding-top: 0 !important; }
  .article-content.all-hidden > * {
    opacity: 0; }
  .article-content h2 {
    color: #00ff00;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 6px 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #fff000 !important; }
  .article-content h3 {
    color: #fff000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .article-content h4 {
    color: #fff000;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .article-content p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .article-content blockquote p {
    background: transparent;
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    color: #fff000;
    margin-left: -10px;
    border-left: 3px solid #fff000;
    padding: 0 18px;
    font-size: 18px;
    line-height: 28px; }
  .article-content b, .article-content strong {
    font-weight: bold; }
  .article-content i, .article-content em {
    font-style: italic; }
  .article-content iframe {
    width: 100%;
    height: auto; }
  .article-content ul {
    margin-bottom: 14px; }
    .article-content ul li {
      list-style: none;
      margin-bottom: 0px;
      margin-left: 20px;
      padding: 3px 0; }
      .article-content ul li:before {
        content: "\002D";
        margin-left: -5px; }
  .article-content ol {
    margin-bottom: 14px; }
    .article-content ol li {
      list-style: decimal;
      margin-left: 20px; }
  .article-content ul li,
  .article-content ol li {
    font-size: small; }
  .article-content a {
    color: #00ff00;
    text-decoration: underline; }
    .article-content a:hover {
      text-decoration: none;
      color: #fff000 !important; }
  .article-content strong a {
    font-weight: bold; }
  .article-content table {
    width: 100%;
    font-size: 11px;
    border-collapse: collapse; }
    .article-content table tr {
      vertical-align: top; }
    .article-content table thead td,
    .article-content table tr th {
      font-weight: bold; }
    .article-content table tr td:first-child {
      color: #fff000; }
  .article-content table,
  .article-content table th,
  .article-content table td {
    padding: 3px; }
  .article-content table tr td {
    font-size: 14px; }
  .article-content table tr td img {
    margin: 0 auto; }
  .article-content img[align=center] {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  .article-content p > img,
  .article-content p > font > img,
  .article-content div > img,
  .article-content div > font > img,
  .article-content p > span img,
  .article-content p > span > span img,
  .article-content p span img,
  .article-content p span span img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
  .article-content table img,
  .article-content table a img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto; }
  .article-content img[align=left] {
    margin: 5px 10px 10px 0; }
  .article-content img[align=right] {
    margin: 5px 0 10px 10px; }
  .article-content img[align=left],
  .article-content img[align=right] {
    max-width: 50%; }
  .article-content .img-max-width-40 img[align=left], .article-content .img-max-width-40 img[align=right] {
    max-width: 40%; }
  .article-content .img-max-width-50 img[align=left], .article-content .img-max-width-50 img[align=right] {
    max-width: 50%; }
  .article-content .img-max-width-60 img[align=left], .article-content .img-max-width-60 img[align=right] {
    max-width: 60%; }
  .article-content u {
    text-decoration: underline; }
    .article-content u span, .article-content u p, .article-content u a {
      text-decoration: underline; }
  .article-content hr {
    display: block;
    clear: both;
    background: #fff000;
    border: none;
    height: 1px;
    margin: 10px 0; }
  .article-content code,
  .article-content code p {
    display: block;
    clear: both;
    margin: 10px 0 10px 10px;
    padding: 10px;
    font-size: 12px;
    font-style: italic;
    line-height: 19px;
    background: #272727;
    border-left: 3px solid #fff000;
    color: #fff000; }
  .article-content b, .article-content strong {
    font-weight: bold; }
  .article-content i {
    font-style: italic; }
  .article-content pre {
    background: #272727;
    color: #fff000;
    font-size: 12px;
    line-height: 19px;
    padding: 5px; }

.article-content p.p_header {
  font-weight: bold !important;
  text-align: justify; }

.max-imgs .article-content p img {
  width: 100% !important;
  height: auto !important; }

.article-inside-image {
  display: inline;
  margin: 0 20px 10px 0;
  float: left;
  max-width: 50%; }

.acticle-header-v {
  display: block;
  clear: both;
  margin-bottom: 0; }
  .acticle-header-v h1, .acticle-header-v h2, .acticle-header-v h3 {
    display: block;
    clear: both;
    padding: 0 0 10px 0;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 900;
    color: #00ff00;
    font-family: "Open Sans";
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #00ff00;
    border-bottom: 3px solid #fff000; }
    .acticle-header-v h1 span, .acticle-header-v h2 span, .acticle-header-v h3 span {
      font-size: 14px;
      font-weight: normal; }
  .acticle-header-v.no-border h1, .acticle-header-v.no-border h2, .acticle-header-v.no-border h3 {
    border-bottom: none; }
  .acticle-header-v .article-image {
    display: block;
    clear: both;
    width: 100%; }
    .acticle-header-v .article-image img {
      max-width: 100%; }
    .acticle-header-v .article-image.marg-top {
      margin-top: 10px; }
    .acticle-header-v .article-image.marg-btm {
      margin-bottom: 10px; }
    .acticle-header-v .article-image.sized {
      position: relative;
      height: 250px;
      overflow: hidden; }
      .acticle-header-v .article-image.sized img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 250px;
        height: auto;
        margin-top: -50%;
        margin-left: -50%; }
  .acticle-header-v .article-meta {
    margin-top: -20px; }
    .acticle-header-v .article-meta .sep {
      border-top: 1px solid #fff000;
      display: block;
      margin: 15px 0 10px 0;
      position: relative; }
    .acticle-header-v .article-meta .post-format {
      background: #fff000;
      padding: 5px;
      position: absolute;
      right: -10px;
      top: -25px;
      border-radius: 500px;
      -moz-border-radius: 500px;
      -webkit-border-radius: 500px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .acticle-header-v .article-meta .post-format i {
        background-color: #fff000;
        border: 1px solid #fff000;
        color: #000;
        display: block;
        height: 38px;
        line-height: 38px;
        text-align: center;
        width: 38px;
        border-radius: 500px;
        -moz-border-radius: 500px;
        -webkit-border-radius: 500px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box; }
    .acticle-header-v .article-meta .posted-on {
      font-size: 12px;
      line-height: 20px;
      margin-right: 10px; }
      .acticle-header-v .article-meta .posted-on a {
        color: #fff000; }
        .acticle-header-v .article-meta .posted-on a:hover {
          color: #00ff00;
          text-decoration: none; }
      .acticle-header-v .article-meta .posted-on i {
        font-size: 14px;
        margin-right: 2px;
        text-decoration: none; }
  .acticle-header-v .article-details {
    position: relative;
    clear: both;
    margin-bottom: 10px; }
    .acticle-header-v .article-details.border-bottom {
      padding: 5px 5px 5px 10px;
      border-bottom: 1px solid #fff000; }
    .acticle-header-v .article-details.border-bottom-cat {
      padding: 5px 5px 5px 0;
      border-bottom: 1px solid #fff000; }
  .acticle-header-v .article-date {
    float: left;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff000; }
    .acticle-header-v .article-date i {
      margin-right: 10px; }
    .acticle-header-v .article-date span {
      font-size: 11px;
      color: #fff000; }
    .acticle-header-v .article-date a.btn-all {
      display: inline-block;
      margin-left: 50px;
      margin-top: -1px;
      padding: 5px 5px;
      font-size: 11px;
      line-height: 11px;
      background: #000;
      color: #fff000; }
      .acticle-header-v .article-date a.btn-all:hover {
        background: #00ff00;
        color: #000; }
  .acticle-header-v .article-options {
    position: relative;
    z-index: 15;
    display: block;
    float: right;
    margin: 0;
    padding: 0; }
    .acticle-header-v .article-options .ao-btn {
      float: right;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
      color: #00ff00;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .acticle-header-v .article-options .ao-btn.print:hover {
        color: #fff000; }
      .acticle-header-v .article-options .ao-btn.pdf:hover {
        color: #fff000; }
      .acticle-header-v .article-options .ao-btn.rss:hover {
        color: #fff000; }
      .acticle-header-v .article-options .ao-btn.back {
        color: #00ff00;
        height: 40px;
        line-height: 40px;
        margin: -5px -5px -5px 5px; }
        .acticle-header-v .article-options .ao-btn.back i {
          padding-right: 3px;
          line-height: 30px; }
        .acticle-header-v .article-options .ao-btn.back:hover {
          color: #fff000; }
  .acticle-header-v .article-social {
    display: block;
    clear: both;
    padding: 10px 10px 0 0; }
  .acticle-header-v .artsoc-in {
    display: block;
    float: right; }
  .acticle-header-v .event-date {
    display: block;
    clear: both;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #fff000; }
    .acticle-header-v .event-date span {
      font-size: 18px;
      color: #fff000; }
      .acticle-header-v .event-date span i {
        margin-right: 10px; }
      .acticle-header-v .event-date span:last-child {
        margin-left: 20px; }
  .acticle-header-v .event-ticket {
    display: block;
    clear: both;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #fff000; }
  .acticle-header-v .event-address {
    display: block;
    clear: both;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #fff000; }
    .acticle-header-v .event-address .org {
      font-size: 14px;
      color: #fff000; }
    .acticle-header-v .event-address i {
      font-size: 14px;
      margin-right: 6px; }
  .acticle-header-v .ticket-info {
    display: block; }
    .acticle-header-v .ticket-info .rules {
      font-size: 14px;
      color: #fff000; }
      .acticle-header-v .ticket-info .rules i {
        font-size: 14px;
        margin-right: 6px; }
      .acticle-header-v .ticket-info .rules .btn-buy {
        margin-left: 20px;
        padding: 3px 5px;
        font-size: 11px;
        background-color: #00ff00;
        color: #000; }
        .acticle-header-v .ticket-info .rules .btn-buy:hover {
          background-color: #fff000;
          color: #000; }

.article-map {
  display: block;
  clear: both;
  height: auto;
  height: 250px;
  /* Gmap3 max-width bug fix on images */ }
  .article-map #gmap {
    display: block;
    clear: both;
    height: 250px; }
    .article-map #gmap img {
      max-width: none !important; }
    .article-map #gmap label {
      width: auto;
      display: inline; }
  .article-map .gm-style img {
    max-width: none; }
  .article-map .gm-style label {
    width: auto;
    display: inline; }
  .article-map .gmnoprint img {
    width: 15px !important; }
  .article-map .gmnoprint button img {
    width: 15px !important; }
  .article-map #map_canvas img,
  .article-map .gmnoprint img {
    max-width: none; }

#gmap img {
  max-width: none !important; }

#gmap label {
  width: auto;
  display: inline; }

.article-event {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 15px; }
  .article-event .art-ev-det {
    position: relative;
    display: block;
    clear: both;
    border-top: 1px solid #fff000;
    border-bottom: 1px solid #fff000; }
    .article-event .art-ev-det:before, .article-event .art-ev-det:after {
      content: "";
      display: table;
      line-height: 0; }
    .article-event .art-ev-det:after {
      clear: both; }
    .article-event .art-ev-det:before, .article-event .art-ev-det:after {
      content: "";
      display: table;
      line-height: 0; }
    .article-event .art-ev-det:after {
      clear: both; }
    .article-event .art-ev-det:before {
      position: absolute;
      top: 0;
      left: 50%;
      background: #e5e5e5;
      display: block;
      height: 100%;
      width: 1px; }
    .article-event .art-ev-det .art-ev-date-time {
      display: block;
      float: left;
      width: 50%;
      padding: 10px; }
      .article-event .art-ev-det .art-ev-date-time span.head {
        display: block;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.1em;
        padding-bottom: 10px; }
      .article-event .art-ev-det .art-ev-date-time .date, .article-event .art-ev-det .art-ev-date-time .time {
        font-size: 14px;
        color: #fff000;
        padding: 0 0 10px 10px; }
        .article-event .art-ev-det .art-ev-date-time .date i, .article-event .art-ev-det .art-ev-date-time .time i {
          margin-right: 5px; }
    .article-event .art-ev-det .art-ev-where {
      display: block;
      float: right;
      width: 50%;
      padding: 10px; }
      .article-event .art-ev-det .art-ev-where .head {
        display: block;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.1em;
        padding-bottom: 10px; }
      .article-event .art-ev-det .art-ev-where .place,
      .article-event .art-ev-det .art-ev-where .org {
        font-size: 14px;
        color: #fff000;
        padding: 0 0 10px 10px;
        font-weight: bold;
        letter-spacing: -0.1em; }
        .article-event .art-ev-det .art-ev-where .place i,
        .article-event .art-ev-det .art-ev-where .org i {
          margin-right: 5px; }
      .article-event .art-ev-det .art-ev-where p {
        font-size: 14px;
        color: #fff000;
        padding: 0 0 10px 10px; }
  .article-event .ticket-info {
    display: block;
    padding: 0 10px 10px 10px; }
    .article-event .ticket-info .rules {
      font-size: 14px;
      color: #fff000; }
      .article-event .ticket-info .rules i {
        color: #fff000;
        font-size: 14px; }
      .article-event .ticket-info .rules.free {
        color: #27ae60; }
      .article-event .ticket-info .rules.info {
        color: #2980b9; }
      .article-event .ticket-info .rules.buy {
        color: #d35400; }
      .article-event .ticket-info .rules .btn-buy {
        margin-left: 20px;
        background: #d35400;
        color: #fff;
        font-size: 11px;
        padding: 3px 5px; }
        .article-event .ticket-info .rules .btn-buy:hover {
          background: #00ff00; }

@media (max-width: 480px) {
  .art-ev-det {
    margin-bottom: 15px; }
    .art-ev-det:before, .art-ev-det:after {
      display: none !important; }
    .art-ev-det .art-ev-date-time,
    .art-ev-det .art-ev-where {
      width: 100% !important;
      display: block;
      clear: both;
      float: none; }
    .art-ev-det .art-ev-date-time {
      border-left: 1px solid #d4d4d4; }
    .art-ev-det .art-ev-where {
      border-top: 1px solid #d4d4d4;
      border-right: 1px solid #d4d4d4;
      border-bottom: 1px solid #d4d4d4;
      border-left: none !important; } }
.subcontent-gal-car {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .subcontent-gal-car .gal-car-header {
    display: block;
    clear: both;
    margin: 10px;
    height: 34px;
    color: #fff000;
    text-align: left;
    border-top: 1px solid #fff000;
    border-bottom: 1px solid #fff000; }
    .subcontent-gal-car .gal-car-header h2, .subcontent-gal-car .gal-car-header h3, .subcontent-gal-car .gal-car-header h4 {
      padding-left: 10px;
      line-height: 34px;
      font-size: 14px;
      font-weight: normal; }
      .subcontent-gal-car .gal-car-header h2 span, .subcontent-gal-car .gal-car-header h3 span, .subcontent-gal-car .gal-car-header h4 span {
        margin-left: 10px;
        font-size: 14px; }

.gal-movie-list {
  margin: 0 10px; }

.gal-movie-item {
  display: block;
  width: 44%;
  margin: 0 3%;
  padding-bottom: 10px;
  float: left; }

.gal-movie-name {
  display: block;
  padding: 10px 0;
  margin-left: 0;
  text-align: center;
  font-size: 12px; }

.subcontent-movie-car {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .subcontent-movie-car .gal-movie-header {
    display: block;
    clear: both;
    margin: 0 10px;
    height: 34px;
    color: #fff000;
    text-align: left; }
    .subcontent-movie-car .gal-movie-header h2, .subcontent-movie-car .gal-movie-header h3, .subcontent-movie-car .gal-movie-header h4 {
      padding-left: 10px;
      line-height: 34px;
      font-size: 14px;
      font-weight: normal; }
      .subcontent-movie-car .gal-movie-header h2 span, .subcontent-movie-car .gal-movie-header h3 span, .subcontent-movie-car .gal-movie-header h4 span {
        margin-left: 10px;
        font-size: 14px; }

.pliki-do-pobrania {
  margin: 0;
  padding: 0 10px 10px 10px; }
  .pliki-do-pobrania li {
    position: relative;
    display: block;
    clear: both;
    padding: 5px;
    margin-left: 0;
    border-bottom: 1px solid #fff000; }
    .pliki-do-pobrania li strong {
      font-weight: normal; }
    .pliki-do-pobrania li a {
      display: block;
      position: relative;
      font-size: 14px;
      padding: 5px 0;
      min-height: 53px;
      text-decoration: none;
      color: #fff000; }
      .pliki-do-pobrania li a i.file-ext-icon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50px;
        background-repeat: no-repeat;
        background-position: center 5px; }
    .pliki-do-pobrania li p {
      display: block;
      position: relative;
      font-size: 11px;
      padding: 5px 0;
      height: auto;
      text-decoration: none;
      color: #fff000;
      padding-left: 60px; }
    .pliki-do-pobrania li a[href*=".doc"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-doc.png); }
    .pliki-do-pobrania li a[href*=".docx"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-doc.png); }
    .pliki-do-pobrania li a[href*=".pdf"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-pdf.png); }
    .pliki-do-pobrania li a[href*=".ods"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-ods.png); }
    .pliki-do-pobrania li a[href*=".odt"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-odt.png); }
    .pliki-do-pobrania li a[href*=".xls"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-xls.png); }
    .pliki-do-pobrania li a[href*=".zip"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-zip.png); }
    .pliki-do-pobrania li a[href*=".ppt"] i.file-ext-icon {
      background-image: url(../img/support/file-ext-ppt.png); }
    .pliki-do-pobrania li strong {
      display: block;
      padding: 0 0 0 60px;
      font-size: 14px; }
      .pliki-do-pobrania li strong span {
        display: block;
        clear: both;
        font-size: 12px; }
    .pliki-do-pobrania li a:hover, .pliki-do-pobrania li a:hover strong {
      color: #fff000; }
    .pliki-do-pobrania li a[href*=".doc"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".docx"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".pdf"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".ods"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".odt"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".xls"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".zip"]:hover {
      background: #00ff00; }
    .pliki-do-pobrania li a[href*=".ppt"]:hover {
      background: #00ff00; }

.article-tags-v {
  margin: 40px 10px 0 10px;
  overflow: hidden;
  padding: 10px 10px 20px 10px;
  border-top: 3px solid #000; }
  .article-tags-v .social-title,
  .article-tags-v .tags-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px 10px 0;
    text-transform: uppercase;
    color: #fff000; }
  .article-tags-v .tags {
    display: block; }
    .article-tags-v .tags .tags-links a {
      display: inline-block;
      font-size: 12px;
      margin: 0 5px 5px 0;
      padding: 3px 10px;
      background: #e8e8e8;
      color: #000;
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      -webkit-opacity: 0.7;
      opacity: 0.7;
      border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .article-tags-v .tags .tags-links a:hover {
        background: #000;
        color: #fff;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1; }

.links-articles {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto;
  text-align: left; }

.links-articles-title {
  color: #fff000;
  text-transform: uppercase;
  border-top: 1px solid #fff000;
  border-bottom: 1px solid #fff000; }
  .links-articles-title h2, .links-articles-title h3, .links-articles-title h4 {
    padding-left: 10px;
    line-height: 34px;
    font-size: 14px;
    font-weight: normal; }
    .links-articles-title h2 span, .links-articles-title h3 span, .links-articles-title h4 span {
      margin-left: 10px;
      font-size: 14px; }

.links-content {
  margin-top: 10px; }

.links-article {
  padding: 5px 0 5px 10px;
  border-top: 1px solid #fff000; }

.links-article:first-child {
  border-top: none; }

.links-title {
  float: left;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  margin-right: -170px;
  padding-right: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .links-title a {
    padding: 4px 4px;
    font-size: 12px;
    color: #fff000 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .links-title a:hover {
      padding-left: 10px;
      color: #00ff00 !important;
      text-decoration: underline; }
  .links-title:hover {
    padding-left: 10px;
    color: #00ff00;
    text-decoration: underline; }

.lt-ie9 .links-articles {
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .links-articles {
    padding-bottom: 30px; } }
@media (max-width: 767px) {
  .links-articles {
    padding-bottom: 20px; }

  .links-articles-title {
    margin: 20px 0 10px; } }
ul.audio-files {
  display: block;
  padding: 0 20px 0 20px; }
  ul.audio-files li {
    display: block;
    padding: 10px 0; }
    ul.audio-files li span.file-name {
      display: block;
      clear: both;
      padding: 5px;
      font-size: 13px;
      font-weight: bold;
      color: #fff000; }

.gallery-list-fancy {
  display: block;
  clear: both;
  width: 100%; }

.gallery-item-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  background-image: url(../imgmu/gallery/gall-bg-gradient-line.png);
  background-position: right bottom;
  background-repeat: no-repeat; }
  .gallery-item-fancy .gif-outside {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden; }
  .gallery-item-fancy:hover .gif-outside img.main {
    top: -10px;
    bottom: -10px;
    height: 110%; }
  .gallery-item-fancy .gif-inside {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    clear: both;
    padding: 10px;
    padding-bottom: 0; }
  .gallery-item-fancy h2 a, .gallery-item-fancy h3 a {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #424242; }
    .gallery-item-fancy h2 a:hover, .gallery-item-fancy h3 a:hover {
      color: #b51873;
      text-decoration: underline; }
  .gallery-item-fancy .gallery-cont {
    padding: 4px 0 0 0; }
    .gallery-item-fancy .gallery-cont .date {
      display: block;
      float: right;
      padding: 5px 20px 5px 10px;
      font-size: 11px;
      color: #676767; }
      .gallery-item-fancy .gallery-cont .date i {
        margin-right: 6px; }
    .gallery-item-fancy .gallery-cont .more-btn-sp {
      position: relative;
      float: right;
      width: 125px;
      height: 25px;
      font-size: 11px;
      background: transparent;
      color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn-sp span {
        display: block;
        line-height: 25px;
        font-size: 12px;
        padding-right: 15px;
        padding-left: 10px;
        font-size: 13px;
        color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn-sp i {
        position: absolute;
        top: 6px;
        right: 8px;
        font-size: 14px;
        font-weight: bold;
        color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn-sp:hover, .gallery-item-fancy .gallery-cont .more-btn-sp:focus {
        background: #0f3b7b;
        color: #fff; }
        .gallery-item-fancy .gallery-cont .more-btn-sp:hover span, .gallery-item-fancy .gallery-cont .more-btn-sp:hover i, .gallery-item-fancy .gallery-cont .more-btn-sp:focus span, .gallery-item-fancy .gallery-cont .more-btn-sp:focus i {
          color: #fff; }
    .gallery-item-fancy .gallery-cont .more-btn {
      position: relative;
      float: right;
      width: 125px;
      height: 25px;
      font-size: 11px;
      background: transparent;
      color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn span {
        display: block;
        line-height: 25px;
        font-size: 12px;
        padding-right: 15px;
        padding-left: 10px;
        font-size: 13px;
        color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn i {
        position: absolute;
        top: 6px;
        right: 8px;
        font-size: 14px;
        font-weight: bold;
        color: #0f3b7b; }
      .gallery-item-fancy .gallery-cont .more-btn:hover, .gallery-item-fancy .gallery-cont .more-btn:focus {
        background: #0f3b7b;
        color: #fff; }
        .gallery-item-fancy .gallery-cont .more-btn:hover span, .gallery-item-fancy .gallery-cont .more-btn:hover i, .gallery-item-fancy .gallery-cont .more-btn:focus span, .gallery-item-fancy .gallery-cont .more-btn:focus i {
          color: #fff; }
  .gallery-item-fancy.no-img .gallery-cont {
    padding: 4px 0 0 10px; }
  .gallery-item-fancy.no-img img.main {
    display: none; }

.gall-items-f-cont {
  position: relative;
  display: block;
  clear: both;
  width: auto;
  max-width: 100%;
  height: 115px;
  margin: 10px 0 10px 0;
  border: 1px solid #fff;
  overflow: hidden; }

.gall-horiz-fancy-shape-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: url(../imgmu/gallery/gall-bg-shape-left.png);
  background-repeat: no-repeat;
  background-position: -150px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.gall-horiz-fancy-shape-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: url(../imgmu/gallery/gall-bg-shape-right-no-shadow-smaller2.png);
  background-repeat: no-repeat;
  background-position: right top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.gall-horiz-fancy-btn {
  position: relative;
  width: auto;
  display: inline-block;
  float: right;
  margin-right: 15px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  background-color: #b51873;
  color: #fff;
  font-size: 12px; }
  .gall-horiz-fancy-btn i {
    font-size: 12px;
    margin-left: 6px; }
  .gall-horiz-fancy-btn .shape-r {
    position: absolute;
    top: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 26px solid #b51873;
    border-right: 10px solid transparent; }
  .gall-horiz-fancy-btn .shape-l {
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-bottom: 26px solid #b51873;
    border-left: 10px solid transparent; }
  .gall-horiz-fancy-btn:hover {
    background-color: #8e5e3e; }
    .gall-horiz-fancy-btn:hover .shape-r {
      border-top: 26px solid #8e5e3e; }
    .gall-horiz-fancy-btn:hover .shape-l {
      border-bottom: 26px solid #8e5e3e; }

ul.gall-items-f-list {
  display: block;
  clear: both;
  width: auto;
  width: 300%;
  height: 115px; }
  ul.gall-items-f-list li {
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: 115px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer; }
    ul.gall-items-f-list li a {
      display: block;
      width: auto;
      height: 115px; }
    ul.gall-items-f-list li img {
      width: auto;
      height: 115px;
      display: block;
      border-right: 1px solid #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    ul.gall-items-f-list li:last-child img {
      border: none; }
    ul.gall-items-f-list li .item-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.2); }
    ul.gall-items-f-list li .item-overlay span {
      text-align: center;
      vertical-align: center;
      display: block; }
      ul.gall-items-f-list li .item-overlay span i {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        color: rgba(255, 255, 255, 0.9); }

ul.gallery-masonry {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto; }
  ul.gallery-masonry li {
    position: relative;
    display: block;
    float: left;
    width: 33.3333%;
    padding: 5px;
    margin: 0;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
    ul.gallery-masonry li .im-inner {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    ul.gallery-masonry li img {
      display: block;
      width: 100%;
      height: auto;
      float: left;
      margin: 0 !important;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      vertical-align: bottom;
      max-height: auto;
      -webkit-transform-style: preserve-3d; }
    ul.gallery-masonry li:hover img {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8;
      -webkit-transform: rotate(0deg) scale(1.3);
      -moz-transform: rotate(0deg) scale(1.3);
      -ms-transform: rotate(0deg) scale(1.3);
      -o-transform: rotate(0deg) scale(1.3);
      transform: rotate(0deg) scale(1.3); }
    ul.gallery-masonry li:hover .masgall-horiz-fancy-shape-left {
      background-position: -220px top; }
    ul.gallery-masonry li:hover .masgall-horiz-fancy-shape-right {
      background-position: 200% top; }
    ul.gallery-masonry li .item-overlay {
      position: absolute;
      top: -100%;
      width: inherit;
      height: inherit;
      background: rgba(255, 255, 255, 0.2); }
    ul.gallery-masonry li .item-overlay span {
      text-align: center;
      vertical-align: center;
      display: block; }
      ul.gallery-masonry li .item-overlay span i {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        color: rgba(255, 255, 255, 0.9); }

.masgall-horiz-fancy-shape-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: url(../imgmu/gallery/gall-bg-shape-left.png);
  background-repeat: no-repeat;
  background-position: -170px top;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.masgall-horiz-fancy-shape-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-image: url(../imgmu/gallery/masgall-bg-shape-right-no-shadow-smaller.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

@media (max-width: 767px) {
  .gallery-masonry li {
    width: 50% !important; } }
@media (max-width: 480px) {
  .gallery-masonry li {
    width: 100% !important; } }
.subbanners {
  width: 100%;
  padding: 10px 0; }
  .subbanners .subcnt-inside {
    display: block;
    width: 100%;
    padding: 0; }
  .subbanners .info-banners {
    display: block;
    clear: both;
    width: 100%; }
    .subbanners .info-banners a {
      display: block;
      width: 49%;
      margin: 0.5% 0.5% 0 0.5%;
      float: left; }

@media (max-width: 660px) {
  .subbanners .info-banners {
    width: 100%; }
    .subbanners .info-banners a {
      float: none;
      clear: both;
      width: 100%;
      margin: 10px 0 0 0; } }
.info-banners {
  display: block;
  width: 100%; }
  .info-banners a {
    display: block;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .info-banners a img {
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .info-banners a:hover img, .info-banners a:focus img {
      -webkit-transform: scale(0.97);
      -moz-transform: scale(0.97);
      -ms-transform: scale(0.97);
      -o-transform: scale(0.97);
      transform: scale(0.97);
      -moz-opacity: 0.95;
      -khtml-opacity: 0.95;
      -webkit-opacity: 0.95;
      opacity: 0.95;
      outline: 3px solid #c3c3c3 !important; }
    .info-banners a:focus {
      box-shadow: none;
      outline: none; }
  .info-banners.one-row a {
    float: none;
    clear: both; }

.sitemap {
  margin-left: 20px; }
  .sitemap ul, .sitemap li {
    clear: both;
    margin-left: 10px;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    color: #fff000;
    list-style-type: circle; }
  .sitemap li.has-submenu > a {
    font-weight: bold;
    color: #00ff00; }
  .sitemap a:hover {
    text-decoration: underline;
    color: #fff000; }

.sitemap > a {
  font-weight: bold;
  color: #00ff00; }

.alert_box {
  display: block;
  clear: both;
  padding: 10px 0 0 0; }

/* ____ ALERT BIG _______*/
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fffcee;
  border: 1px solid #ffedca;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

.alert,
.alert h4 {
  position: relative;
  color: #b58603; }

.alert h4 {
  padding: 5px 5px 10px 5px;
  margin: 0;
  font-weight: bold; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert.success {
  background-color: #f3f9e8;
  border-color: #e1ebb3;
  color: #5c7f41; }

.alert.success h4 {
  color: #5c7f41; }

.alert.warning,
.alert.notice,
.alert.error {
  background-color: #fff0f0;
  border-color: #ffdce1;
  color: #9d261d; }

.alert.warning h4,
.alert.notice h4,
.alert.error h4 {
  color: #9d261d; }

.alert.info {
  background-color: #f0f9ff;
  border-color: #ccf3ff;
  color: #007dbc; }

.alert.info h4 {
  color: #007dbc; }

.alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert.alert-block > p,
.alert.alert-block > ul {
  margin-bottom: 0; }

.alert ul {
  list-style: square;
  padding-left: 30px; }

.alert ul li {
  list-style: square; }

.alert-block p + p {
  margin-top: 5px; }

.alert .alert-close {
  position: absolute;
  top: 13px;
  right: 10px;
  margin-top: -7px;
  line-height: 1; }

.alert .alert-close:hover {
  text-decoration: none; }

.alert .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d"; }

.alert.error .alert-close {
  color: #b76973; }

.alert.success .alert-close {
  color: #79985b; }

.alert.info .alert-close {
  color: #52889b; }

.alert.warning .alert-close {
  color: #b49133; }

.alert.notice .alert-close {
  color: #b49133; }

/* ____ BORDER 1PX - elegant _______*/
.alert-quick.error,
.alert-quick.success,
.alert-quick.info,
.alert-quick.notice,
.alert-quick.warning {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 20px;
  margin-bottom: 10px;
  position: relative; }

.alert-quick.error {
  color: #b76973;
  background-color: #f9bcc3;
  border-color: #f09da7; }

.alert-quick.error strong {
  color: #b76973; }

.alert-quick.success {
  color: #79985b;
  background-color: #d8efc1;
  border-color: #b4d892; }

.alert-quick.success strong {
  color: #79985b; }

.alert-quick.info {
  color: #52889b;
  background-color: #b8e1f1;
  border-color: #a1c7d5; }

.alert-quick.info strong {
  color: #52889b; }

.alert-quick.notice,
.alert-quick.warning {
  color: #b49133;
  background-color: #feebb7;
  border-color: #e7d195; }

.alert-quick.notice strong,
.alert-quick.warning strong {
  color: #b49133; }

.alert-quick .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1; }

.alert-quick .alert-close:hover {
  text-decoration: none; }

.alert-quick .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d"; }

.alert-quick.error .alert-close {
  color: #b76973; }

.alert-quick.success .alert-close {
  color: #79985b; }

.alert-quick.info .alert-close {
  color: #52889b; }

.alert-quick.notice .alert-close {
  color: #b49133; }

/* ____ BORDER TOP 2PX _______*/
.alert-quick-brd.error,
.alert-quick-brd.success,
.alert-quick-brd.info,
.alert-quick-brd.notice,
.alert-quick-brd.warning {
  border: none;
  border-top: 2px solid #fff;
  display: block;
  font-size: 14px;
  padding: 8px 15px 8px 45px;
  position: relative; }

.alert-quick-brd.error {
  color: #b76973;
  background: #f9bcc3 url(img/alert/brd/icon-error.png) no-repeat 8px 6px;
  border-top: 2px solid #f09da7; }

.alert-quick-brd.error strong {
  color: #b76973; }

.alert-quick-brd.success {
  color: #79985b;
  background: #d8efc1 url(img/alert/brd/icon-success.png) no-repeat 8px 6px;
  border-top: 2px solid #b4d892; }

.alert-quick-brd.success strong {
  color: #79985b; }

.alert-quick-brd.info {
  color: #52889b;
  background: #b8e1f1 url(img/alert/brd/icon-info.png) no-repeat 8px 6px;
  border-top: 2px solid #a1c7d5; }

.alert-quick-brd.info strong {
  color: #52889b; }

.alert-quick-brd.notice,
.alert-quick-brd.warning {
  color: #b49133;
  background: #feebb7 url(img/alert/brd/icon-warning.png) no-repeat 8px 6px;
  border-top: 2px solid #e7d195; }

.alert-quick-brd.notice strong,
.alert-quick-brd.warning strong {
  color: #b49133; }

.alert-quick-brd .alert-close {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  line-height: 1; }

.alert-quick-brd .alert-close:hover {
  text-decoration: none; }

.alert-quick-brd .alert-close:before {
  font-size: 13px;
  font-family: 'FontAwesome';
  content: "\f00d"; }

.alert-quick-brd.error .alert-close {
  color: #b76973; }

.alert-quick-brd.success .alert-close {
  color: #79985b; }

.alert-quick-brd.info .alert-close {
  color: #52889b; }

.alert-quick-brd.notice .alert-close {
  color: #b49133; }

/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/video/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/video/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/video/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/video/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }

#lg-actual-size:after {
  content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important; }

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important; }

.lg-outer.lg-css .lg-current {
  display: inline-block !important; }

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html {
  display: none; }

.lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lightgallery.css.map */
/*# sourceMappingURL=lightgallery.css.map */
/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3); }

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7); }

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2); }

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0); }

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9); }

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-scale-up .lg-item {
  opacity: 0; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0); }

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0); }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0); }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s; }

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0); }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg); }

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg); }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg); }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg); }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1; }

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px); }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px); }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1; }

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5); }

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-tube .lg-item {
  opacity: 0; }

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0); }

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/*# sourceMappingURL=lg-transitions.css.map */
ul.tv-movies-masonry {
  display: block;
  clear: both;
  margin: 0 10px;
  height: auto; }
  ul.tv-movies-masonry li {
    position: relative;
    display: block;
    float: left;
    width: 33.3333%;
    padding: 5px;
    margin: 0; }
    ul.tv-movies-masonry li .im-inner {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    ul.tv-movies-masonry li h4 {
      display: block;
      clear: both;
      padding: 5px;
      font-size: 12px;
      line-height: 12px;
      font-weight: 600;
      text-align: center; }
    ul.tv-movies-masonry li a.tv-movie-title {
      color: #000; }
    ul.tv-movies-masonry li:hover a.tv-movie-title {
      color: #2e86e8;
      text-decoration: underline; }
    ul.tv-movies-masonry li img {
      display: block;
      width: 100%;
      height: auto;
      float: left;
      margin: 0 !important;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      vertical-align: bottom;
      max-height: auto;
      -webkit-transform-style: preserve-3d; }
    ul.tv-movies-masonry li:hover img {
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      -webkit-opacity: 0.8;
      opacity: 0.8;
      -webkit-transform: rotate(0deg) scale(1.1);
      -moz-transform: rotate(0deg) scale(1.1);
      -ms-transform: rotate(0deg) scale(1.1);
      -o-transform: rotate(0deg) scale(1.1);
      transform: rotate(0deg) scale(1.1); }
    ul.tv-movies-masonry li .item-overlay {
      position: absolute;
      top: 0;
      width: inherit;
      height: inherit; }
    ul.tv-movies-masonry li .item-overlay span {
      text-align: center;
      vertical-align: center;
      display: block; }
      ul.tv-movies-masonry li .item-overlay span i.movie-icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -18px;
        display: block;
        z-index: 5;
        width: 37px;
        height: 37px;
        background: url(../imgmu/video/play-small-icon.png) no-repeat left center; }
      ul.tv-movies-masonry li .item-overlay span:hover i {
        background-position: right center; }

@media (max-width: 767px) {
  .tv-movies-masonry li {
    width: 50% !important; } }
@media (max-width: 480px) {
  .tv-movies-masonry li {
    width: 100% !important; } }
.footer-ksu-wrp-full {
  clear: both;
  width: 100%; }

.footer-ksu-wrp-full-in {
  padding: 10px 0 0 0;
  width: 1280px;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .footer-ksu-wrp-full-in {
    width: 100%; } }
.footer-ksu-wrp {
  display: block;
  clear: both;
  width: 100%; }

.footer-ksu-wrp-in {
  width: 100%; }

.footer-ksu-in {
  position: relative;
  z-index: 14;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.fksu-btn {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 48px;
  background-color: #e5e5e5;
  margin: 0 auto; }
  .fksu-btn .head {
    padding-left: 70px;
    font-size: 16px;
    color: #222;
    line-height: 48px; }
  .fksu-btn:hover {
    background: #b51873; }
    .fksu-btn:hover .head {
      color: #fff; }
    .fksu-btn:hover .fksu-arrow {
      background: #b51873; }
      .fksu-btn:hover .fksu-arrow i {
        color: #fff; }
    .fksu-btn:hover .fksu-book {
      background-color: #b51873; }
      .fksu-btn:hover .fksu-book i {
        color: #fff; }

.fksu-arrow {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  background-color: #e5e5e5; }
  .fksu-arrow i {
    display: block;
    width: 48px;
    font-size: 26px;
    line-height: 48px;
    color: #535353;
    text-align: center; }

.fksu-book {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  background: #b51873; }
  .fksu-book i {
    display: block;
    width: 48px;
    font-size: 26px;
    line-height: 48px;
    color: #fff;
    text-align: center; }

.fksu-container {
  position: relative;
  z-index: 14;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto; }

.fksu-container-belt {
  display: block;
  clear: both;
  width: 100%;
  height: 28px; }

.fksu-sidebar {
  display: block;
  float: left;
  width: 272px;
  height: auto;
  padding: 10px 0;
  background: #a43267; }

.fksu-content {
  display: block;
  width: auto;
  padding-left: 282px;
  height: auto;
  background: #fff3c5;
  color: #222; }
  .fksu-content .inner {
    padding: 10px; }
  .fksu-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #a43267; }
    .fksu-content h3 a {
      color: #a43267; }
    .fksu-content h3.docs {
      margin-top: 20px; }
  .fksu-content p {
    padding-left: 10px;
    font-size: 12px; }
    .fksu-content p a {
      color: #04477b; }

.fksu-content-div ul {
  padding-left: 20px;
  list-style: square !important;
  list-style-type: square;
  display: block; }
  .fksu-content-div ul li {
    display: list-item;
    padding-left: 0;
    padding-bottom: 5px;
    list-style-type: square !important;
    color: #222;
    font-size: 12px; }
    .fksu-content-div ul li strong {
      display: inline-block;
      vertical-align: middle; }
    .fksu-content-div ul li a {
      display: block;
      padding: 4px 5px;
      color: #a43267;
      text-decoration: none !important;
      line-height: 19px; }
      .fksu-content-div ul li a:hover, .fksu-content-div ul li a:focus {
        text-decoration: none;
        background: #a43267;
        color: #fff; }

.fksu-menu {
  padding-left: 30px; }
  .fksu-menu li {
    clear: both;
    text-align: right;
    margin-bottom: 4px; }
    .fksu-menu li a {
      display: block;
      padding: 5px 10px;
      font-size: 13px;
      color: #fff; }
    .fksu-menu li.active a {
      background: #fff3c5;
      color: #a43267; }
    .fksu-menu li:hover a {
      background: #fff3c5;
      color: #a43267; }

.fksu-list {
  padding-left: 20px; }
  .fksu-list li {
    margin-bottom: 5px;
    padding-left: 0;
    list-style-type: square; }
    .fksu-list li a {
      font-size: 12px;
      color: #04477b; }
      .fksu-list li a:hover {
        color: #222;
        text-decoration: underline; }

@media only screen and (max-width: 960px) {
  .footer-ksu-wrp,
  .footer-ksu-wrp-in,
  .footer-ksu-in {
    width: 100%; }

  .fksu-btn {
    width: 100%; }

  .fksu-top-shadow {
    left: 0;
    right: 0; }

  .fksu-container {
    width: auto; } }
@media (max-width: 600px) {
  .footer-ksu-in {
    width: 100%; }
    .footer-ksu-in.opened {
      background: none !important; }

  .fksu-sidebar {
    position: relative !important;
    width: 100%;
    display: block;
    clear: both;
    min-height: 0 !important; }

  .fksu-content {
    display: block;
    clear: both !important;
    float: none;
    width: 100%;
    background: #fff3c5 !important;
    padding-left: 0 !important;
    min-height: 0 !important; }

  .fksu-menu {
    padding-left: 0 !important; }
    .fksu-menu li {
      clear: both;
      text-align: center; } }
@media only screen and (max-width: 620px) {
  .fksu-btn .head {
    font-size: 14px; }

  .scrollup {
    display: none; } }
@media only screen and (max-width: 500px) {
  .fksu-btn .head {
    display: none; } }
@media only screen and (max-width: 420px) {
  .fksu-btn .head {
    display: none; } }
.footer-full-wrp {
  width: 100%;
  position: relative;
  z-index: 100; }

.footer-main-wrp {
  width: 100%; }
  .footer-main-wrp.grey {
    background: #000;
    -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57); }
  .footer-main-wrp.white {
    background-color: #000; }
  .footer-main-wrp.interreg {
    background-color: #000; }
  .footer-main-wrp.f-top {
    padding-top: 30px;
    padding-bottom: 20px; }
  .footer-main-wrp.f-bottom {
    padding: 10px 0;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.57); }

.footer-wrp {
  width: 1280px;
  margin: 0 auto; }
  .footer-wrp.interreg {
    padding: 20px 0; }

@media (max-width: 1280px) {
  .footer-wrp {
    width: 100%; } }
.footer-col-left {
  float: left;
  width: 25%; }

.footer-col-right {
  float: right;
  width: 75%; }

@media (max-width: 960px) {
  .footer-col-left,
  .footer-col-right {
    float: none;
    clear: both;
    width: 100%; }

  .footer-col-right {
    padding-top: 30px; } }
.footer-logo {
  width: 171px;
  height: auto;
  float: left; }
  .footer-logo a {
    text-align: center; }
    .footer-logo a img {
      margin-left: 10px; }

.footer-data-col {
  display: block;
  float: left;
  width: 46%;
  padding: 0 2%; }

@media (max-width: 767px) {
  .footer-data-col {
    float: none;
    clear: both;
    width: 100%; }

  .f-data-head {
    margin-top: 30px; } }
.f-data-head {
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 15px; }
  .f-data-head span {
    display: block;
    float: left;
    text-align: left; }
    .f-data-head span i {
      display: block;
      line-height: 39px;
      font-size: 20px;
      color: #00ff00; }
  .f-data-head strong {
    display: block;
    float: left;
    line-height: 39px;
    padding-left: 20px;
    font-size: 14px;
    color: #00ff00; }
  .f-data-head .section-head-line-l {
    position: absolute;
    top: 38px;
    display: block;
    width: 200px;
    height: 1px;
    background-color: #00ff00; }
  .f-data-head .section-head-line-s {
    position: absolute;
    top: 44px;
    display: block;
    width: 160px;
    height: 1px;
    background-color: #00ff00; }

.f-data-row {
  display: block;
  clear: both;
  padding: 10px 10px 10px 0;
  margin: 0 15px 0 0; }
  .f-data-row.f-border {
    border-bottom: 1px solid #fff000; }
    .f-data-row.f-border:last-child {
      border-bottom: none; }
  .f-data-row.min-width-long span {
    min-width: 150px; }
  .f-data-row.min-width-300 {
    min-width: 300px; }
  .f-data-row.no-vert-pad {
    padding-top: 0;
    padding-bottom: 0; }
  .f-data-row span, .f-data-row strong {
    font-size: 12px;
    color: #fff000; }
  .f-data-row a {
    font-size: 12px;
    color: #00ff00; }

.f-data-col {
  display: block; }
  .f-data-col.f-social {
    float: left !important;
    width: 48%; }
    .f-data-col.f-social:last-child {
      margin-left: 4%; }

@media only screen and (min-width: 961px) and (max-width: 1240px) {
  .f-data-col.f-social {
    float: none !important;
    clear: both;
    width: 96%; }
    .f-data-col.f-social:last-child {
      margin-left: 4%; } }
.f-contact {
  font-size: 12px; }
  .f-contact span {
    display: inline-block;
    width: 80px; }
  .f-contact strong {
    display: inline-block; }
    .f-contact strong a:hover, .f-contact strong a:focus {
      text-decoration: underline; }

.f-cp-note {
  display: block;
  clear: both;
  padding: 10px;
  color: #fff000;
  font-size: 12px;
  font-weight: normal; }

#cookieinfo {
  background: #222;
  border-top: 2px solid #fff000;
  clear: both;
  display: block;
  width: 100%; }
  #cookieinfo .fixed {
    bottom: 0px;
    position: fixed;
    z-index: 100; }
  #cookieinfo div {
    color: #fff000;
    font-size: 11px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
    width: 960px; }
  #cookieinfo h3 {
    font-size: 12px;
    margin: 0;
    padding: 0px 0px 5px 60px; }
  #cookieinfo a.cinfo-accept {
    position: absolute;
    right: 0;
    background: #fff000;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    width: 30px;
    width: auto;
    padding: 0 12px;
    color: #000; }
    #cookieinfo a.cinfo-accept i {
      color: #000;
      font-size: 18px;
      line-height: 30px;
      margin-right: 10px; }
    #cookieinfo a.cinfo-accept:hover {
      background: #00ff00;
      color: #000; }
  #cookieinfo p {
    display: block;
    width: auto;
    padding: 10px 0 0 60px; }
  #cookieinfo img {
    float: left;
    margin-top: 5px;
    width: 44px; }
  #cookieinfo a.cinfo-more {
    position: absolute;
    right: 0;
    display: block;
    font-size: 13px;
    height: 32px;
    padding: 7px 20px 0px 20px;
    text-decoration: none;
    background: #fff000;
    border-bottom: none;
    bottom: 0;
    color: #000; }
    #cookieinfo a.cinfo-more i {
      margin-left: 5px; }
    #cookieinfo a.cinfo-more:hover {
      background: #00ff00;
      color: #000; }

@media only screen and (max-width: 996px) {
  #cookieinfo div {
    width: 100%; } }
#global-scrollup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  display: none;
  width: 43px;
  height: 43px;
  background: #00ff00;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #global-scrollup span {
    display: none; }
  #global-scrollup i {
    color: #000;
    line-height: 43px;
    font-size: 19px;
    font-weight: normal;
    text-shadow: none; }
  #global-scrollup:hover {
    background: #fff000; }
  #global-scrollup:hover i {
    color: #000; }

.footer-alerts-div {
  display: block;
  clear: both; }

.footer-alert {
  position: relative;
  width: 100%;
  padding: 10px;
  height: auto; }
  .footer-alert p {
    font-size: 12px;
    color: #ffff00; }
  .footer-alert.error {
    background: #c92f2f; }
  .footer-alert.success {
    background: #138a48; }

.overlay-modal {
  position: fixed;
  display: block;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, visibility 0s 0.5s; }
  .overlay-modal.opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s; }
  .overlay-modal .overlay-modal-body {
    position: relative;
    padding: 20px 10px;
    outline: none; }
  .overlay-modal a.close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 10px;
    right: 15px;
    font-size: 26px;
    color: #000;
    background: #fff000; }
    .overlay-modal a.close:hover {
      background: #00ff00;
      color: #000; }
  .overlay-modal h4 {
    display: block;
    clear: both;
    padding: 0 0 10px 5px;
    font-weight: bold;
    font-size: 20px; }
  .overlay-modal .search {
    max-width: 720px;
    margin: 20% auto; }
    .overlay-modal .search .form {
      margin-right: 145px;
      position: relative; }
    .overlay-modal .search input[type=text] {
      display: block;
      width: 100%;
      height: 50px;
      border: 2px solid #fff000;
      background: #fff000;
      color: #000;
      font-size: 18px;
      line-height: 50px;
      padding: 0 15px; }
    .overlay-modal .search button[type=submit] {
      position: absolute;
      top: 0;
      right: -145px;
      width: 145px;
      height: 50px;
      font-size: 18px;
      line-height: 50px;
      text-align: center;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      text-shadow: none;
      color: #000;
      background: #fff000; }
      .overlay-modal .search button[type=submit]:hover {
        background: #00ff00; }

/*# sourceMappingURL=cssp-main-cont.css.map */
