/*! 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.
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400italic,400,300&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:light&subset=latin,latin-ext);
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; }

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: #fff;
  font-family: 'Open Sans'; }

.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 {
  background: #fff;
  font-family: 'Open Sans'; }

.body-wrp {
  overflow: hidden; }

.content-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }

.content-inside {
  position: relative;
  z-index: 10;
  display: block;
  clear: both;
  width: 996px;
  height: auto;
  margin: 0 auto;
  margin-top: 0; }
  .content-inside.no-margin {
    margin-top: 0; }
  .content-inside.map-margin {
    margin-top: -45px; }

@media (min-width: 768px) and (max-width: 996px) {
  .content-wrp {
    width: 100%; }

  .content-inside {
    width: 100%; } }
@media (max-width: 767px) {
  .content-wrp {
    width: 100%; }

  .content-inside {
    width: 100%; } }
.content-cols {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
  background: #fff; }

.content-col-middle {
  position: relative;
  float: left;
  width: 552px;
  padding: 10px 10px 0 10px;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5; }
  .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: #fff;
    -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; }

.content-col-left {
  float: left;
  width: 222px; }

.content-col-right {
  float: right;
  width: 222px; }

.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: 774px; }

.twocols-col-right .sidebar-right {
  float: right;
  margin-left: -222px; }

.twocols-col-right .content-col-left {
  float: left; }

.three-cols .content-cols {
  padding-right: 222px; }

.three-cols .sidebar-right {
  float: right;
  margin-left: -222px; }

.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: 100%;
  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; }

.sidebar-break-white {
  display: block;
  clear: both;
  width: 100%;
  height: 20px; }

.sidebar-toggle {
  display: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 45px;
  background: #da251d;
  -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: #006d30;
    color: #fff; }

.sidebar-toggle i {
  font-size: 38px;
  color: #fff;
  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: #fff; }

.content-col-right.sidebar-right .sidebar-content {
  background: #fff; }

@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: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 222px;
    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-expand .sidebar-right {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 222px;
    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: 222px; }

  .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-left .content-col-middle {
    padding-left: 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-left: 50px;
    padding-right: 50px;
    width: 100%; }

  .twocols-col-left .content-col-middle {
    padding-right: 0; } }
.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: #da251d;
    -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: #000; }
  .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: #009240;
    border-bottom: 3px solid #009240; }
  .in-cont-head.color-red {
    color: #da251d;
    border-bottom: 3px solid #da251d; }
  .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: #fff; }
  .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: #009240;
    border-bottom: 3px solid #009240; }
  .in-cont-subhead.color-cal {
    color: #009240;
    border-top: 3px solid #e8e8e8;
    border-bottom: 3px solid #e8e8e8; }
  .in-cont-subhead.color-red {
    color: #da251d;
    border-bottom: 3px solid #da251d; }
  .in-cont-subhead.font-small h2 a, .in-cont-subhead.font-small h3 a {
    font-size: 13px; }

.hmiddle-search-btn {
  display: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50px;
  right: 70px;
  z-index: 120;
  background: #da251d;
  color: #fff; }
  .hmiddle-search-btn:hover {
    background: #006d30; }

.menu-anim-hamb {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 120;
  background: #da251d;
  color: #fff; }
  .menu-anim-hamb:hover {
    background: #006d30; }

.menu-global {
  backface-visibility: hidden;
  border-top: 4px solid #fff;
  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 {
  position: relative;
  z-index: 100;
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.header-top {
  position: relative;
  width: 100%;
  height: 40px;
  background: #f1f1f1;
  border-bottom: 1px solid #e0e0e0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.header-top-in {
  position: relative;
  display: block;
  width: 996px;
  margin: 0 auto; }

.mi-header-social {
  display: block;
  float: left;
  padding-top: 3px;
  width: auto; }
  .mi-header-social a {
    display: block;
    float: right;
    padding: 0 10px;
    margin-right: 1px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    color: #000; }
    .mi-header-social a i {
      font-size: 16px;
      margin-right: 10px; }
    .mi-header-social a:focus, .mi-header-social a:hover {
      color: #da251d; }
  .mi-header-social:focus, .mi-header-social:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.mi-header-opts {
  display: block;
  float: right;
  padding-top: 3px;
  width: auto; }
  .mi-header-opts a {
    display: block;
    float: right;
    padding: 0 10px;
    margin-right: 10px;
    height: 33px;
    line-height: 33px;
    font-size: 12px; }
    .mi-header-opts a i {
      font-size: 16px;
      margin-right: 10px; }
  .mi-header-opts:focus {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

.opt-website,
.opt-contrast {
  border-right: none !important;
  width: auto;
  color: #000; }
  .opt-website span,
  .opt-contrast span {
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    margin-right: 10px;
    display: block; }
  .opt-website:hover,
  .opt-contrast:hover {
    color: #da251d; }
  .opt-website:focus,
  .opt-contrast:focus {
    color: #da251d; }

.opt-fontsize {
  display: block;
  float: right;
  padding: 0 3px;
  height: 33px;
  color: #000; }
  .opt-fontsize span {
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    margin-right: 10px;
    display: block;
    text-align: center !important;
    text-indent: 0; }
  .opt-fontsize a {
    display: block;
    float: left;
    width: 26px;
    height: 33px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    text-align: center !important;
    text-indent: 0 !important; }
    .opt-fontsize a:hover, .opt-fontsize a:focus {
      background: #000;
      color: #fff; }
  .opt-fontsize a.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    text-shadow: none;
    background: #000;
    color: #fff; }
  .opt-fontsize a.s_normal {
    font-size: 14px; }
  .opt-fontsize a.s_medium {
    font-size: 18px; }
  .opt-fontsize a.s_large {
    font-size: 22px; }

.header-top-site-name {
  position: relative;
  display: block;
  clear: both;
  min-height: 30px;
  max-height: auto;
  width: 996px;
  margin: 0 auto; }

.header-top-site-name-fullw {
  position: relative;
  display: none;
  clear: both;
  height: auto;
  width: 100%; }
  .header-top-site-name-fullw .inside {
    display: block;
    clear: both;
    padding: 10px 0;
    width: 996px;
    margin: 0 auto; }
    .header-top-site-name-fullw .inside h1, .header-top-site-name-fullw .inside h2, .header-top-site-name-fullw .inside span {
      font-size: 22px;
      line-height: 26px;
      font-family: "Open Sans Condensed";
      padding: 0 0 0 30px;
      word-wrap: break-word; }

.header-middle {
  position: relative;
  width: 100%;
  min-height: 129px;
  height: auto;
  background-image: url("../img/header/header.jpg");
  background-repeat: no-repeat;
  background-position: center top; }
  .header-middle .header-middle-in {
    position: relative;
    display: block;
    width: 996px;
    margin: 0 auto; }
  .header-middle a.logo {
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    left: 0;
    z-index: 10;
    width: 265px;
    height: 109px;
    background: url(../img/header/herb-slopnice.png) no-repeat;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }

.header-menu-wrp {
  display: block;
  clear: both;
  width: 100%;
  margin: 0; }

.header-menu {
  position: relative;
  z-index: 100;
  width: 996px;
  margin: 0 auto;
  background: #f1f1f1;
  border-bottom: 1px solid #e0e0e0; }

.hmenu {
  width: 996px; }

.header-search {
  position: absolute;
  top: 50px;
  right: 20px; }
  .header-search .h-search-input i {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 20px;
    color: #fff; }
  .header-search .h-search-input input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    display: block;
    min-width: 200px;
    padding-left: 30px;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px; }
    .header-search .h-search-input input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .header-search .h-search-input input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .header-search .h-search-input input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .header-search .h-search-input input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .header-search .h-search-input input:focus {
      outline: none; }

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

  .header-middle-in a.logo {
    top: 10px;
    left: 10px; }

  .header-wrp,
  .header-menu-wrp,
  .header-menu {
    width: 100%; }

  .header-middle .header-middle-in {
    width: 100%; }

  .header-top .header-top-in {
    width: 100%; } }
@media (max-width: 996px) {
  .header-wrp {
    width: 100% !important; }

  .header-wrp-in {
    width: 100% !important;
    height: auto;
    min-height: none; }

  .header-top, .header-middle, .header-menu {
    width: 100%; }

  .header-menu, .header-menu-in {
    height: auto;
    min-height: 0 !important;
    background: none; }

  .header-top-in, .header-middle-in, .header-menu-in {
    width: 100%; }

  .menu-anim-hamb {
    top: 50px;
    display: block; }

  .hmiddle-search-btn {
    display: block; }

  .hmenu {
    width: 100%;
    height: auto;
    background-image: none; } }
@media (min-width: 100px) and (max-width: 768px) {
  .opt-fontsize span, .opt-contrast span {
    display: none; } }
.news-read-all {
  display: block;
  float: right;
  padding: 10px;
  font-size: 12px;
  text-align: right;
  background: transparent;
  color: #000; }
  .news-read-all i {
    margin-left: 10px; }
  .news-read-all:hover, .news-read-all:focus {
    background: #da251d;
    color: #fff; }

.bip-sdbr-btn {
  display: block;
  clear: both;
  width: 222px;
  height: 42px;
  text-indent: -9999px;
  background-image: url("../img/content/bip-btn.png");
  background-repeat: no-repeat;
  background-position: center top; }
  .bip-sdbr-btn:hover, .bip-sdbr-btn:focus {
    background-position: center bottom; }

.pi-sdbr-btn {
  display: block;
  clear: both;
  width: 222px;
  height: 115px;
  text-indent: -9999px;
  background-image: url("../img/content/pi-btn.png");
  background-repeat: no-repeat;
  background-position: center top; }
  .pi-sdbr-btn:hover, .pi-sdbr-btn:focus {
    background-position: center bottom; }
  .pi-sdbr-btn.marg-top {
    margin-top: 5px; }

/* 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 {
  display: block;
  clear: both;
  width: 100%; }

.sm-simple {
  height: 52px;
  line-height: 52px; }

.sm-simple a.highlighted + ul {
  display: block; }

.sm-simple a {
  font-weight: normal;
  text-decoration: none;
  height: 52px;
  line-height: 52px;
  padding: 0 10px; }
  .sm-simple a .fa-chevron-down {
    display: none; }

.sm-simple a {
  position: relative;
  text-transform: uppercase; }

.sm-simple a.current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: ''; }

.sm-simple > li {
  margin: 0 10px; }

.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: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08); }

.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 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 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: "+"; } }
@media (min-width: 996px) {
  /* 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 {
  background: #f1f1f1; }

.sm-simple a {
  font-size: 16px; }

.sm-simple > li > a {
  color: #000; }

.sm-simple a.current:after {
  border-bottom: 4px solid #242424; }

.sm-simple > li > a:hover:after {
  border-bottom: 4px solid #000; }

.sm-simple a.disabled {
  color: #cccccc; }

.sm-simple ul {
  background: #fff; }

.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: #000; }

.sm-simple ul a:hover,
.sm-simple ul a:focus,
.sm-simple ul a:active {
  background: #999;
  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: #fff; }

  .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.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; } }
.menu-module {
  display: block;
  clear: both;
  margin-bottom: 20px; }

.submenu {
  display: block;
  clear: both;
  margin-bottom: 5px; }

.cal-menu-btm {
  display: block;
  clear: both;
  width: 100%;
  height: 12px; }

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: 17px;
      -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: -12px;
      font-family: 'FontAwesome';
      content: "\f105";
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-size: 21px;
      -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: -6px;
      -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: -12px;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1; }
    ul.submenu-list li.red {
      background-color: #e8e8e8; }
      ul.submenu-list li.red a {
        color: #a20000;
        font-weight: bold; }
  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: #fff; }

ul.submenu-list {
  border-top: 1px solid transparent; }
  ul.submenu-list.style1 {
    border-top: 1px solid #e8e8e8;
    padding: 15px 15px 15px 0; }
    ul.submenu-list.style1 li {
      padding-left: 10px; }
  ul.submenu-list li .submenu-arrow-down {
    color: #232323; }
  ul.submenu-list li a {
    border-bottom: 1px solid transparent;
    color: #232323;
    background-position: left center;
    background-repeat: no-repeat; }
    ul.submenu-list li a:hover, ul.submenu-list li a:focus {
      background-color: #fff;
      color: #009240; }
  ul.submenu-list li i {
    background: #232323; }
  ul.submenu-list li a.active,
  ul.submenu-list li a.active:hover,
  ul.submenu-list li a.active:focus {
    color: #009240 !important; }
  ul.submenu-list li a.mparent:after {
    color: #232323; }

.imp-cat-menu li {
  clear: both;
  display: block;
  width: 100%;
  height: 35px;
  background: #009240;
  margin-bottom: 5px; }
  .imp-cat-menu li a {
    display: block;
    width: 100%;
    height: 35px; }
    .imp-cat-menu li a i, .imp-cat-menu li a span {
      color: #fff; }
    .imp-cat-menu li a i {
      width: 37px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      font-size: 20px;
      background: #006d30; }
    .imp-cat-menu li a span {
      height: 35px;
      line-height: 35px;
      padding-left: 5px; }
  .imp-cat-menu li:hover, .imp-cat-menu li:focus {
    background: #006d30; }

.hot-alert-wrp {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 100%;
  height: auto; }

.hot-alert-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  clear: both;
  width: 996px;
  margin: 0 auto; }

.hot-news-roller {
  position: relative;
  clear: both;
  width: 996px;
  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: 10px;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../img/hot_news/icon-info-special.png");
    background-repeat: no-repeat;
    background-position: center center; }
  .hot-news-roller a.close {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 100;
    width: 10px;
    height: 10px;
    background-image: url("../img/hot_news/icon-info-special-close.png");
    background-repeat: no-repeat;
    background-position: 0 center; }
    .hot-news-roller a.close:hover {
      background-position: -10px center; }

.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: #f7f7f7; }
  #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: #000;
    margin: 0 0 0 15px;
    white-space: nowrap; }
    #news-breaking-line ul li a {
      color: #0f3978;
      text-decoration: underline; }
      #news-breaking-line ul li a:hover {
        text-decoration: none; }

@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%; } }
.footer-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .footer-wrp .footer {
    position: relative;
    display: block;
    width: 996px;
    height: auto;
    margin: 0 auto; }

.footer-wrp-in {
  position: relative;
  width: 100%; }
  .footer-wrp-in.white {
    background: #fff; }
  .footer-wrp-in.grey {
    background: #f1f1f1; }

.footer-content-wrp {
  display: block;
  float: left;
  width: 100%;
  color: #000;
  min-height: 290px;
  height: auto; }

.footer-col-herb {
  position: absolute;
  top: 0;
  left: 0; }
  .footer-col-herb .footer-herb {
    position: absolute;
    top: 40px;
    left: 20px;
    display: block;
    width: 59px;
    height: 708px;
    background: url("../img/footer/gmina-slopnice-m.png") no-repeat; }
  .footer-col-herb .footer-social {
    position: absolute;
    top: 140px;
    left: 15px;
    width: 140px; }
    .footer-col-herb .footer-social a {
      display: block;
      float: left;
      margin: 0 10px;
      font-size: 22px;
      color: #000; }
      .footer-col-herb .footer-social a:focus, .footer-col-herb .footer-social a:hover {
        color: #da251d; }
  .footer-col-herb span {
    position: absolute;
    top: 30px;
    left: 110px;
    width: 400px;
    font-size: 22px;
    color: #000; }
  .footer-col-herb p {
    position: absolute;
    top: 70px;
    left: 110px;
    min-width: 200px;
    color: #000;
    font-size: 12px; }

.footer-cols {
  display: block;
  position: relative;
  width: 430px;
  margin-left: 250px;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 20px; }

.footer-col {
  position: relative;
  display: block;
  float: left;
  width: 48%;
  margin: 0 1%;
  margin-top: 80px;
  font-size: 14px; }
  .footer-col h5 {
    display: block;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .footer-col.col-data i {
    position: absolute;
    top: 55px;
    left: 5px;
    font-size: 30px; }
  .footer-col.col-data.icon-time table {
    margin-left: 40px; }
  .footer-col table {
    font-size: 12px; }
    .footer-col table tr {
      width: 100%; }
      .footer-col table tr:last-child {
        border-bottom: none; }
    .footer-col table td {
      padding: 4px 10px; }
    .footer-col table .fa {
      font-size: 20px; }

.footer-col {
  position: relative;
  color: #000; }
  .footer-col h5 {
    color: #000;
    border-bottom: 1px solid #000; }
  .footer-col table {
    color: #000; }

@media only screen and (max-width: 996px) {
  .footer-col {
    float: none;
    clear: both; }
    .footer-col.col-contact {
      margin-top: 10px; } }
@media only screen and (max-width: 767px) {
  .footer-cols {
    width: 430px;
    margin-left: 110px; }

  .footer-col {
    margin-top: 120px; } }
@media only screen and (max-width: 720px) {
  .footer-col-herb span {
    position: absolute;
    top: 30px;
    left: 110px;
    width: 400px;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans'; } }
@media only screen and (max-width: 620px) {
  .footer-col-herb {
    position: relative !important;
    width: 100%; }
    .footer-col-herb .footer-herb {
      position: relative;
      margin: 0 auto;
      min-height: 100px;
      height: auto; }
    .footer-col-herb .footer-social {
      position: relative;
      width: 100%;
      text-align: center; }
      .footer-col-herb .footer-social a {
        display: inline-block;
        float: none;
        margin: 0 10px;
        font-size: 22px; }
    .footer-col-herb span {
      position: absolute;
      top: 140px;
      left: 10px;
      width: 100%;
      font-size: 14px;
      text-align: center; }
    .footer-col-herb p {
      position: absolute;
      top: 180px;
      left: 10px;
      width: 100%;
      color: #000;
      font-size: 12px;
      text-align: center; }

  .footer-newsl-wrp {
    position: relative !important;
    z-index: 10;
    width: 100% !important;
    margin-top: 20px;
    display: block;
    float: none;
    clear: both; }

  .footer-cols {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0px;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 20px; }

  .footer-col {
    width: 220px;
    margin: 140px auto 0 auto; } }
.footer-newsl-wrp {
  position: absolute;
  top: -15px;
  bottom: -15px;
  right: 0;
  z-index: 10;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  float: right;
  width: 272px;
  background: #009240;
  color: #fff; }

.footer-newsl h4 {
  display: block;
  padding: 20px;
  background-color: #004b21;
  border-bottom: 1px solid #72bc92;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.news-form {
  background-image: url(../img/footer/newsletter-bg-icons.png);
  background-repeat: no-repeat;
  background-position: left top; }
  .news-form form {
    padding: 10px; }
    .news-form form label {
      display: block;
      padding: 30px 10px 10px 90px;
      font-size: 12px;
      min-height: 175px; }
    .news-form form .form-input {
      position: relative; }
      .news-form form .form-input i {
        position: absolute;
        top: 4px;
        left: 34px;
        font-size: 24px;
        color: #fff; }
    .news-form form .form-btn {
      position: relative; }
      .news-form form .form-btn button {
        display: block;
        clear: both;
        padding: 10px;
        width: 100%;
        cursor: pointer;
        border: 1px solid #006d30;
        background-color: #009240;
        color: #fff;
        font-size: 12px;
        text-transform: uppercase; }
        .news-form form .form-btn button:focus, .news-form form .form-btn button:hover {
          background-color: #006d30;
          color: #fff; }
    .news-form form input {
      display: block;
      clear: both;
      width: 100%;
      height: 36px;
      line-height: 36px;
      padding: 10px 10px 10px 70px;
      color: #fff;
      background: #009240;
      background: -moz-linear-gradient(top, #009240 0%, #006d30 100%);
      background: -webkit-linear-gradient(top, #009240 0%, #006d30 100%);
      background: linear-gradient(to bottom, #009240 0%, #006d30 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009240', endColorstr='#006d30',GradientType=0 ); }
      .news-form form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #c1ffdc; }
      .news-form form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #c1ffdc; }
      .news-form form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #c1ffdc; }
      .news-form form input:-moz-placeholder {
        /* Firefox 18- */
        color: #c1ffdc; }

.footer-menu {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 44px;
  height: auto;
  padding: 20px 20px; }
  .footer-menu a {
    margin-right: 30px;
    font-size: 12px;
    color: #000; }
    .footer-menu a:focus, .footer-menu a:hover {
      text-decoration: underline;
      color: #e1241d; }

.footer-cp {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 44px;
  height: auto;
  padding: 20px 20px;
  border-top: 1px solid #d7d7d7; }

a.footer-iap {
  position: absolute;
  top: 34px;
  right: 10px;
  display: block;
  width: 24px;
  height: 21px;
  background: url(../img/footer/logo-iap.png) no-repeat;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4; }
  a.footer-iap:hover, a.footer-iap:focus {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1; }

span.cp-info {
  display: block;
  float: left;
  padding-left: 0;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 44px; }

@media only screen and (max-width: 996px) {
  .footer-wrp {
    width: 100%; }
    .footer-wrp .footer {
      width: 100%; } }
/*
.footer-wrp { display: block; clear: both; width:$main-full-width; height: auto; 
	.footer { position: relative; display: block; width:$main-short-width; height: auto; margin:0 auto;  }
    color: #fff; 
    @include user-select(none);
}

.footer-wrp-in {
    position: relative; width: 100%;
}

.footer-content-wrp { display: block; float: left; width: 100%; color: #000; min-height: 200px; height: auto; }
    a.ftbn-back { //margin-top:10px; 
        position: absolute; top: 0; right: 0;  
        background: #fff; 
        display: block; height: 41px; line-height: 41px; font-size: 12px; color: #222; 
        padding:0 10px; 
        display: none; 
        span { padding-left:30px; }
        //i { display: inline; margin-left:8px; font-size: 24px; }
        i { position: absolute; top: 14px; left: 10px; font-size: 18px; }
        &:hover {
            background: #c0071f; color:#eec401; 
        }
    }

    a.scrollup  { //margin-top:10px; 
        position: absolute; top: 0; right: 0;  
        background: #fff; 
        float: right; display: block; height: 41px; line-height: 41px; font-size: 12px; color: #222; 
        padding:0 10px; 
        span { padding-right:30px; }
        //i { display: inline; margin-left:8px; font-size: 24px; }
        i { position: absolute; top: 14px; right: 10px; font-size: 18px; }
        &:hover {
            background: #2069a1; color:#fff; 
        }
    }

    .footer-col-herb { position: absolute; 
        top: 0; left: 0; 
        .footer-herb {
            position: absolute; 
            top: 20px; left: 10px; 
            display: block; width: 175px; height: 62px; 
            background: url(../img/footer/gmina-oswiecim.png) no-repeat;
        }
        p {
            position: absolute; 
            top: 90px; left: 76px; min-width: 200px;
            color: #fff; font-size: 12px; 
        }
        .footer-sprawy-btn {
            position: absolute; top: 160px; left: 10px; 
            background: #0f3978; color: #fff; font-size: 12px; text-align: center; 
            display: block; padding: 7px; width: auto; min-width: 150px;
            &:hover {
                background: #fff; color: #0f3978; 
            }
        }
    }
    .footer-cols {
        display: block; width: 660px; height: auto; float: right; padding-top:10px; padding-bottom:20px; 
    }

    .footer-col { display: block; float: left; width: 31.333%; margin:0 1%;
        font-size: 12px; 
        h5 {
            display: block; padding: 10px; 
            font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
        }
        .footer-herb {}
        .footer-sprawy-btn {}
        &.col-data {}
        table {
            font-size: 12px; 
            &.contact {}
            tr { width: 100%; 
                &:last-child {
                    border-bottom: none;
                }
            }
            td {
                padding: 10px; 
            }
            .fa { font-size: 20px; }
        }
    }

        .footer-col { 
            color: #fff; 
            h5 {
                color: #fff; 
                border-bottom:1px solid #3463a7; 
            }
            table {
                color: #fff; 
                &.contact {}
                tr { border-bottom:1px solid #3463a7; }
            }
        }        


    .footer-cols-jednostka {
        display: block; width: 710px; height: auto; float: right; padding-top:10px; padding-bottom:20px; 
    }
    .footer-col-jednostka { display: block; float: left; width: 48%; margin:0 1%;
        font-size: 12px; 
        h5 {
            display: block; padding: 10px; 
            font-size: 14px; text-transform: uppercase; letter-spacing: 1px;
        }

        .footer-herb {}
        .footer-sprawy-btn {}
        &.col-data {}
        table {
            font-size: 12px; 
            &.contact {}
            tr { width: 100%; 
                &:last-child {
                    border-bottom: none;
                }
            }
            td {
                padding: 10px; 
            }
            .fa { font-size: 20px; }
        }
    }

        .footer-col-jednostka { 
            color: #fff; 
            h5 {
                color: #fff; 
                border-bottom:1px solid #2a9e49; 
            }
            table {
                color: #fff;
                &.contact {}
                tr { border-bottom:1px solid #2a9e49; }
            }
        }        


    .footer-slink {
        display: block; padding: 10px; 
        i { margin-right:20px; text-align: center; font-size: 20px; }
        &:hover,&:focus {
            background: #fff; color: #0f3978; 
        }
    }

            

.footer-cp {
    position: relative; display: block; clear: both; width: 100%; min-height: 44px; height: auto; padding:0 20px; 
    border-top:1px solid #597fb7; 
}
.strona-jednostki {
    .footer-cp { border-top:none; }
}

a.footer-iap { position: absolute; top: 14px; right: 10px; display: block; width: 24px; height: 21px; background: url(../img/footer/logo-iap.png) no-repeat; 
    @include opacity(.7);
    &:hover,&:focus { @include opacity(1); }
}
span.cp-info { display: block; float: left; padding-left:210px; color: #fff; font-size: 12px; font-weight: normal; line-height: 44px; }



@media only screen and (max-width: 996px) {
    .footer-wrp { width: 100%; 
        .footer { width: 100%; }
    }
    
    .footer-col-herb { position: relative; top: auto; left: auto; 
        .footer-herb {
            position: relative; top: 10px; left: 50%; margin-left:-87px; 
        }
        p {
            position: relative; top: auto; left: auto; 
            display: block; padding-top: 20px;
            text-align: center; 
        }
        .footer-sprawy-btn {
            position: relative; top: auto; left: auto; margin:10px 0; 
        }
    }
    
    .footer-cols {
        display: block; width: 100%; float: right; padding-top:10px; padding-bottom:20px; 
    }
    
    .footer-cols-jednostka {
        display: block; width: 100%; float: right; padding-top:10px; padding-bottom:20px; 
    }
    span.cp-info { padding-left:20px; }

    
}
@media only screen and (max-width: 620px) {
    .footer-cols {
        h2,h3,h5 { text-align: center!important; }
        table { display: table; width: 100%!important; 
            border-spacing: 10px;
            border-collapse: separate;
            tr { width: 100%!important; display: table-row; 
                td { width: 50%!important; display: table-cell; }
                td:first-child { text-align: right; }
                td:last-child { text-align: left; }
            }
            &.footer-social-table {
                tr { width: 100%!important; display: table-row; 
                    td { width: 500%!important; }
                    td:first-child { text-align: center; }
                }
            }
        }
    }
    .footer-col { float: none; clear: both; width: 100%; }
    .footer-col-jednostka { float: none; clear: both; width: 100%; }
}
@media only screen and (max-width: 620px) {

    .scrollup { display: none; }
}
@media only screen and (max-width: 500px) {
    span.cp-info { font-size: 11px; }
}
@media only screen and (max-width: 420px) {
    span.cp-info { font-size: 10px; }
}
@media only screen and (min-width: 320px) and (max-width: 960px) {

}

@media only screen and (max-width: 770px) {
}

@media only screen and (max-width: 960px) {
    a.footer-iap { right: 20px; }

}
@media only screen and (max-width: 660px) {
}

@media only screen and (max-width: 570px) {

}
@media only screen and (max-width: 570px) {

}
@media (min-width: 100px) and (max-width: 580px) {
    
}

*/
ul.ul-news li {
  display: block;
  clear: both;
  border-bottom: 1px solid #676767; }
  ul.ul-news li a {
    position: relative;
    display: block;
    clear: both;
    padding: 5px 10px;
    font-size: 12px;
    color: #000; }
    ul.ul-news li a span.date {
      position: absolute;
      top: 5px;
      left: 10px;
      margin-right: 15px;
      font-size: 12px;
      color: #000;
      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: #000;
      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 #ececec;
  padding: 10px 0; }
  .news-item:first-child {
    border: none; }
  .news-item:last-child {
    border-bottom: 1px solid #ececec; }
  .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: #fff;
      background-image: url("../img/content/cat_name_bg.png");
      background-repeat: no-repeat;
      background-position: right top; }
	*/
	.news-item a.news-img span {
      position: absolute;
      top: 10px;
      left: -10px;
      z-index: 10;
      display: block;
      width: auto;
	  height: auto;
	  padding: 0 30px 0px 10px;
      color: #fff;
      background-repeat: no-repeat;
	  background-image: url("../img/content/cat_name_bg3.png");
      background-size: cover;
      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: #000;
        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: #fff;
          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: #000; }
  .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: transparent; }
        .news-item .news-footer a.news-btn:hover span, .news-item .news-footer a.news-btn:focus span {
          color: #da251d; }
      .news-item .news-footer a.news-btn span {
        display: block;
        line-height: 25px;
        font-size: 12px;
        padding-right: 15px;
        font-size: 13px;
        color: #000; }
        .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: #676767; }
    .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; }

.import-info-banner-btn {
  display: block;
  float: left;
  height: 100px;
  width: 210px;
  margin: 3px 3px;
  background-color: #0f3b7b;
  background-image: url(../img/middle/import-info-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-transition: background-position 0.5s ease-in-out;
  -moz-transition: background-position 0.5s ease-in-out;
  -ms-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out; }
  .import-info-banner-btn i {
    display: block;
    float: left;
    width: 80px;
    height: 100px;
    background-image: url(../img/middle/import-info-bg-herb.png);
    background-repeat: no-repeat;
    background-position: 20px center; }
  .import-info-banner-btn strong {
    display: block;
    float: left;
    max-width: 130px;
    padding: 30px 0 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    -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; }
  .import-info-banner-btn:hover, .import-info-banner-btn:focus {
    background-position: -300px center;
    letter-spacing: 3px;
    outline: 5px solid #fff000; }

.import-info-banner-img {
  display: block;
  float: left;
  height: 100px;
  width: 210px;
  margin: 3px 3px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-position 0.5s ease-in-out;
  -moz-transition: background-position 0.5s ease-in-out;
  -ms-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out; }
  .import-info-banner-img:hover, .import-info-banner-img:focus {
    outline: 5px solid #fff000; }

.import-info-banners {
  display: block;
  padding: 5px; }
  .import-info-banners.long .import-info-banner-btn {
    width: 100%;
    margin: 3px 0; }
    .import-info-banners.long .import-info-banner-btn:hover, .import-info-banners.long .import-info-banner-btn:focus {
      background-position: -300px center;
      letter-spacing: 3px;
      outline: 5px solid #fff000; }
  .import-info-banners.four-in-row .import-info-banner-btn {
    width: 23%;
    margin: 3px 1%; }
    .import-info-banners.four-in-row .import-info-banner-btn:hover, .import-info-banners.four-in-row .import-info-banner-btn:focus {
      background-position: -300px center;
      letter-spacing: 3px;
      outline: 5px solid #fff000; }

@media screen and (max-width: 960px) {
  .import-info-banners.four-in-row .import-info-banner-btn {
    width: 31%;
    margin: 3px 1%; } }
@media screen and (max-width: 760px) {
  .import-info-banners.four-in-row .import-info-banner-btn {
    width: 48%;
    margin: 3px 1%; } }
@media screen and (max-width: 560px) {
  .import-info-banners.four-in-row .import-info-banner-btn {
    width: 100%;
    margin: 3px 0; } }
.event-sdbar-list {
  display: block;
  clear: both;
  background: #fff; }

.event-sdbar-item {
  position: relative;
  display: block;
  clear: both;
  padding: 10px 0;
  min-height: 60px;
  border-bottom: 1px solid #c6c6c6;
  background: #fff; }

.event-sdbar-item-date {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  border-right: 3px solid #e8e8e8; }
  .event-sdbar-item-date strong, .event-sdbar-item-date span {
    display: block;
    width: 100%;
    text-align: center; }
  .event-sdbar-item-date strong {
    margin-top: -3px;
    font-size: 18px;
    font-weight: bold;
    color: #006d30; }
  .event-sdbar-item-date span {
    font-size: 12px;
    color: #000;
    line-height: 16px; }

.event-sdbar-item-name {
  display: block;
  padding: 0 0 0 75px; }
  .event-sdbar-item-name a {
    display: block;
    padding: 5px;
    font-size: 12px;
    line-height: 16px;
    color: #000; }
    .event-sdbar-item-name a:hover, .event-sdbar-item-name a:focus {
      background: #006d30;
      color: #fff; }

.tv-slider-cont {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 10px; }

.owl-carousel.tv-slider-big .item {
  position: relative;
  padding: 0; }
  .owl-carousel.tv-slider-big .item p {
    display: block;
    clear: both;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .owl-carousel.tv-slider-big .item a span.tv-slider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    display: block;
    z-index: 5;
    width: 74px;
    height: 74px;
    background: url(../img/slider-sync/play-big-icon.png) no-repeat left center; }
  .owl-carousel.tv-slider-big .item a:hover span {
    background-position: right center; }
  .owl-carousel.tv-slider-big .item a img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto; }
  .owl-carousel.tv-slider-big .item a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: url(../img/slider-sync/bg.png) repeat; }

.owl-carousel.tv-slider-small .item {
  position: relative;
  cursor: pointer;
  margin: 5px !important;
  overflow: hidden; }
  .owl-carousel.tv-slider-small .item a img {
    width: 100%;
    height: auto; }
  .owl-carousel.tv-slider-small .item a span.tv-slider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    display: block;
    z-index: 5;
    width: 37px;
    height: 37px;
    background: url(../img/slider-sync/play-small-icon.png) no-repeat left center; }
  .owl-carousel.tv-slider-small .item a:hover span {
    background-position: right center; }

.owl-carousel.tv-sliders-small-group .item {
  position: relative;
  cursor: pointer;
  margin: 5px !important;
  overflow: hidden; }
  .owl-carousel.tv-sliders-small-group .item a img {
    width: 100%;
    height: auto; }
  .owl-carousel.tv-sliders-small-group .item a span.tv-slider-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    display: block;
    z-index: 5;
    width: 37px;
    height: 37px;
    background: url(../img/slider-sync/play-small-icon.png) no-repeat left center; }
  .owl-carousel.tv-sliders-small-group .item a:hover span {
    background-position: right center; }

.owl-carousel.tv-slider-big .owl-buttons {
  display: block !important;
  visibility: visible;
  z-index: 100 !important; }

.owl-carousel.tv-slider-big .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.tv-slider-big .owl-buttons .owl-prev {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-left.png) no-repeat left center; }
  .owl-carousel.tv-slider-big .owl-buttons .owl-prev:hover {
    background-position: -32px center; }

.owl-carousel.tv-slider-big .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.tv-slider-big .owl-buttons .owl-next {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-right.png) no-repeat left center; }
  .owl-carousel.tv-slider-big .owl-buttons .owl-next:hover {
    background-position: -32px center; }

.owl-carousel.tv-sliders-small-group .owl-buttons {
  display: block !important;
  visibility: visible;
  z-index: 100 !important; }

.owl-carousel.tv-sliders-small-group .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.tv-sliders-small-group .owl-buttons .owl-prev {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-left.png) no-repeat left center; }
  .owl-carousel.tv-sliders-small-group .owl-buttons .owl-prev:hover {
    background-position: -32px center; }

.owl-carousel.tv-sliders-small-group .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.tv-sliders-small-group .owl-buttons .owl-next {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-right.png) no-repeat left center; }
  .owl-carousel.tv-sliders-small-group .owl-buttons .owl-next:hover {
    background-position: -32px center; }

.tv-slider-buttons-wrp {
  display: block;
  clear: both;
  height: 24px;
  border-bottom: 1px solid #d9d9d9; }

.tv-slider-btn {
  position: relative;
  display: block;
  clear: both;
  line-height: 24px; }
  .tv-slider-btn span {
    display: block;
    width: 100%;
    color: #222;
    text-align: right;
    font-size: 12px; }
    .tv-slider-btn span i {
      padding: 0 10px; }
  .tv-slider-btn:hover {
    background: #0f3b7b; }
    .tv-slider-btn:hover i, .tv-slider-btn:hover span {
      color: #fff; }

.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; }

.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: #2e2e2e;
  padding: 10px 10px 0 10px; }
  .article-content.p-indent p {
    text-indent: 10px; }
  .article-content .no-padding-top {
    padding-top: 0 !important; }
  .article-content * {
    font-weight: normal; }
  .article-content.all-hidden > * {
    opacity: 0; }
  .article-content h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 6px 0;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .article-content h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .article-content h4 {
    color: #2e2e2e;
    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 p {
    display: inline !important;
    clear: none !important;
    float: none !important; }
  .article-content blockquote p {
    background: transparent;
    font-size: 12px;
    line-height: 19px;
    font-style: italic;
    color: #000;
    margin-left: -10px;
    border-left: 3px solid #000;
    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 ul {
    margin-bottom: 14px; }
    .article-content ul li {
      list-style: square;
      margin-bottom: 0px;
      margin-left: 20px;
      padding: 3px 0; }
  .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: 13px;
    letter-spacing: 0.05em; }
  .article-content a {
    color: #0f3978;
    text-decoration: underline; }
    .article-content a:hover {
      text-decoration: none;
      color: #000 !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: #2e2e2e; }
  .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 {
    width: 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 hr {
    display: block;
    clear: both;
    background: #ccc;
    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: #ededed;
    border-left: 3px solid #505253;
    color: #686868; }
  .article-content b, .article-content strong {
    font-weight: bold; }
  .article-content i {
    font-style: italic; }
  .article-content pre {
    background: #dadada;
    color: #686868;
    font-size: 12px;
    line-height: 19px;
    padding: 5px; }

.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: 26px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #000;
    border-bottom: 3px solid #bababa; }
    .acticle-header-v h1 span, .acticle-header-v h2 span, .acticle-header-v h3 span {
      font-size: 14px;
      font-weight: normal; }
  .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 #ececec;
      display: block;
      margin: 15px 0 10px 0;
      position: relative; }
    .acticle-header-v .article-meta .post-format {
      background: #f5f5f5;
      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: #ffffff;
        border: 1px solid #e5e5e5;
        color: #dddddd;
        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: #aaaaaa; }
        .acticle-header-v .article-meta .posted-on a:hover {
          color: #7cc576;
          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 #ececec; }
    .acticle-header-v .article-details.border-bottom-cat {
      padding: 5px 5px 5px 0;
      border-bottom: 1px solid #ececec; }
  .acticle-header-v .article-date {
    float: left;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #2e2e2e; }
    .acticle-header-v .article-date i {
      margin-right: 10px; }
    .acticle-header-v .article-date span {
      font-size: 11px;
      color: #767676; }
    .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: #f4f0e6; }
      .acticle-header-v .article-date a.btn-all:hover {
        background: #000;
        color: #f4f0e6; }
  .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: #000;
      -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: #000; }
      .acticle-header-v .article-options .ao-btn.pdf:hover {
        color: #c12a30; }
      .acticle-header-v .article-options .ao-btn.rss:hover {
        color: #de6c00; }
      .acticle-header-v .article-options .ao-btn.back {
        color: #000;
        height: 40px;
        line-height: 40px;
        margin: -5px -5px -5px 5px; }
        .acticle-header-v .article-options .ao-btn.back i {
          padding-right: 3px; }
        .acticle-header-v .article-options .ao-btn.back:hover {
          color: #000; }
  .acticle-header-v .article-social {
    display: block;
    clear: both;
    padding: 10px 10px 0 0; }
  .acticle-header-v .artsoc-in {
    display: block;
    float: right; }

.article-map {
  display: block;
  clear: both;
  height: auto;
  height: 250px; }
  .article-map #gmap {
    display: block;
    clear: both;
    height: 250px; }

.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 #d4d4d4;
    border-bottom: 1px solid #d4d4d4; }
    .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: #3c3c3c;
        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: #3c3c3c;
        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: #3c3c3c;
        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: #3c3c3c; }
      .article-event .ticket-info .rules i {
        color: #3c3c3c;
        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: #3c3c3c; }

@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: 0 10px;
    height: 34px;
    color: #000;
    text-align: left; }
    .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; }
    .subcontent-gal-car .gal-car-header .btn-add {
      float: right;
      padding-right: 10px;
      -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; }
      .subcontent-gal-car .gal-car-header .btn-add:hover {
        color: #000; }

.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: #000;
    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; }
    .subcontent-movie-car .gal-movie-header .btn-add {
      float: right;
      padding-right: 10px;
      -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; }
      .subcontent-movie-car .gal-movie-header .btn-add:hover {
        color: #000; }

.pliki-do-pobrania {
  margin: 0;
  padding: 0 10px 10px 10px; }
  .pliki-do-pobrania li {
    position: relative;
    display: block;
    clear: both;
    padding: 5px;
    border-bottom: 1px solid #000;
    margin-left: 0; }
    .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: #000; }
      .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: #000;
      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: #fff; }
    .pliki-do-pobrania li a[href*=".doc"]:hover {
      background: #0085d4; }
    .pliki-do-pobrania li a[href*=".docx"]:hover {
      background: #0085d4; }
    .pliki-do-pobrania li a[href*=".pdf"]:hover {
      background: #e14b4e; }
    .pliki-do-pobrania li a[href*=".ods"]:hover {
      background: #0f914a; }
    .pliki-do-pobrania li a[href*=".odt"]:hover {
      background: #00a0d4; }
    .pliki-do-pobrania li a[href*=".xls"]:hover {
      background: #81c48f; }
    .pliki-do-pobrania li a[href*=".zip"]:hover {
      background: #d4965a; }
    .pliki-do-pobrania li a[href*=".ppt"]:hover {
      background: #f1592a; }

.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: #2e2e2e; }
  .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: #444;
  text-transform: uppercase; }
  .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-article {
  padding: 5px 0 5px 10px;
  border-top: 1px solid #e5e5e5; }

.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: #434343;
  -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;
    color: #434343;
    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; }
    .links-title a:hover {
      padding-left: 10px;
      color: #0f3978;
      text-decoration: underline; }
  .links-title:hover {
    padding-left: 10px;
    color: #0f3978;
    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; }

.pagging {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .pagging .paggind-pages {
    float: right;
    padding-right: 10px; }
  .pagging strong {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    float: left;
    text-transform: uppercase;
    padding: 3px 0 3px 10px; }
  .pagging a {
    background: transparent;
    color: #000;
    padding: 3px 8px;
    margin-left: 3px;
    font-size: 12px;
    -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; }
    .pagging a:hover, .pagging a:focus {
      background: #da251d;
      color: #fff; }
    .pagging a.selected {
      background: #da251d;
      color: #fff; }
  .pagging span {
    color: #000;
    margin-left: 3px; }

#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 span {
    display: none; }
  #global-scrollup i {
    color: #fff;
    line-height: 43px;
    font-size: 19px;
    font-weight: normal;
    text-shadow: none; }
  #global-scrollup:hover {
    background: #fff; }
  #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: #fff;
  -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: transparent; }
    .overlay-modal a.close:hover {
      background: #000;
      color: #fff; }
  .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 #ccc;
      background: #fff;
      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: #fff;
      background: #006d30; }
      .overlay-modal .search button[type=submit]:hover {
        background: #006d30; }

.sitemap {
  margin-left: 20px; }
  .sitemap ul, .sitemap li {
    clear: both;
    margin-left: 10px;
    padding: 5px 0 5px 5px;
    font-size: 12px;
    color: #000;
    list-style-type: circle; }
  .sitemap li.has-submenu > a {
    font-weight: bold;
    color: #006d30; }
  .sitemap a:hover {
    text-decoration: underline;
    color: #da251d; }

.sitemap > a {
  font-weight: bold;
  color: #006d30; }

.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; }

.tabs-to-dropdown {
  position: relative;
  z-index: 1;
  background: #009241;
  border-top: 1px solid #fff; }

.tabs-to-dropdown a,
.tabs-to-dropdown button,
.tabs-to-dropdown input[type=button] {
  ms-touch-action: manipulation;
  tap-highlight-color: transparent;
  text-decoration: none;
  touch-action: manipulation;
  webkit-tap-highlight-color: transparent; }

.tabs-to-dropdown::after {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px; }

.tabs-to-dropdown > .tab-bar {
  margin-right: 46px;
  overflow: hidden;
  position: relative; }

.tabs-to-dropdown > .tab-bar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 99999px; }

.tabs-to-dropdown > .tab-bar > ul::after {
  clear: both;
  content: "";
  display: table; }

.tabs-to-dropdown > .tab-bar > ul > li {
  display: inline-block;
  float: left;
  opacity: 1;
  visibility: visible; }

.tabs-to-dropdown > .tab-bar > ul > li.ttd-hide {
  opacity: 0;
  visibility: hidden; }

.tabs-to-dropdown > .tab-bar > ul > li > a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 42px;
  padding: 0 10px; }

.tabs-to-dropdown > .tab-bar > ul > li > a:hover,
.tabs-to-dropdown > .tab-bar > ul > li > a.active:hover,
.tabs-to-dropdown > .tab-bar > ul > li > a:focus,
.tabs-to-dropdown > .tab-bar > ul > li > a.active:focus {
  font-weight: bold;
  background: #016d31;
  color: #fff; }

.tabs-to-dropdown > .tab-bar > ul > li > a > i {
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  padding: 0; }

.tabs-to-dropdown > .tab-bar > ul > li.active a {
  font-weight: bold; }
  .tabs-to-dropdown > .tab-bar > ul > li.active a:hover, .tabs-to-dropdown > .tab-bar > ul > li.active a:focus {
    background: #016d31;
    color: #fff !important; }

.tabs-to-dropdown > .tab-bar > ul > li.active > a {
  color: #fff; }

.tabs-to-dropdown > .dropdown > button.dropdown-toggle {
  background: none;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer !important;
  display: inline-block;
  font-size: 25px;
  line-height: 42px;
  margin: 0;
  opacity: 0;
  outline: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0; }

.tabs-to-dropdown > .dropdown.ttd-show > button.dropdown-toggle {
  opacity: 1;
  visibility: visible; }

.tabs-to-dropdown > .dropdown > button.dropdown-toggle:hover a,
.tabs-to-dropdown > .dropdown > button.dropdown-toggle:focus a {
  color: #fff;
  border-bottom: 1px solid #016d31; }

.tabs-to-dropdown > .dropdown > ul {
  list-style: none;
  margin: 0;
  max-width: 300px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 60px;
  visibility: hidden;
  z-index: 1; }

.tabs-to-dropdown > .dropdown.ttd-open > ul {
  opacity: 1;
  top: 42px;
  visibility: visible; }

.tabs-to-dropdown > .dropdown > ul > li {
  margin: 0;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden; }

.tabs-to-dropdown > .dropdown.ttd-open > ul > li.ttd-show {
  max-height: 50px;
  opacity: 1;
  visibility: visible; }

.tabs-to-dropdown > .dropdown > ul > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  padding: 15px 15px;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

.tabs-to-dropdown > .dropdown.ttd-open > ul > li > a:hover,
.tabs-to-dropdown > .dropdown.ttd-open > ul > li > a:fcous {
  background: #016d31; }

.tabs-to-dropdown > .dropdown.ttd-open > ul > li > a:active {
  background: #016d31; }

.tabs-to-dropdown > .tab-bar > ul > li,
.tabs-to-dropdown > .tab-bar > ul > li > a,
.tabs-to-dropdown > .tab-bar > ul > li > a > .fa,
.tabs-to-dropdown > .dropdown > button.dropdown-toggle,
.tabs-to-dropdown > .dropdown,
.tabs-to-dropdown > .dropdown > ul,
.tabs-to-dropdown > .dropdown > ul > li,
.tabs-to-dropdown > .dropdown > ul > li > a {
  moz-transition: all .2s ease;
  ms-transition: all .2s ease;
  o-transition: all .2s ease;
  transition: all .2s ease;
  webkit-transition: all .2s ease; }

.tabs-to-dropdown > .tab-bar > ul > li.active:active,
.tabs-to-dropdown a:active,
.tabs-to-dropdown button:active,
.tabs-to-dropdown input[type=button] {
  moz-transition: none !important;
  ms-transition: none !important;
  o-transition: all 0 ease !important;
  transition: none !important;
  webkit-transition: none !important; }

/*! 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: #0f3b7b;
      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(../img/slider-sync/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; } }
.gallery-list-fancy {
  display: block;
  clear: both;
  width: 100%; }

.gallery-item-fancy {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #c3c3c3; }
  .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, .gallery-item-fancy h3 {
    line-height: 21px; }
    .gallery-item-fancy h2 a, .gallery-item-fancy h3 a {
      font-size: 18px;
      color: #000;
      background: transparent;
      font-weight: bold; }
      .gallery-item-fancy h2 a:hover, .gallery-item-fancy h3 a:hover {
        text-decoration: underline;
        color: #0f3978;
        background: transparent; }
  .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 {
      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 .gallery-cont a.news-btn {
      float: right;
      width: 125px;
      height: 25px;
      font-size: 11px;
      background: #004b86;
      text-align: right; }
      .gallery-item-fancy .gallery-cont a.news-btn:hover {
        background: #000; }
      .gallery-item-fancy .gallery-cont a.news-btn span {
        display: block;
        line-height: 25px;
        font-size: 12px;
        padding-right: 15px;
        font-size: 13px;
        color: #fff; }
        .gallery-item-fancy .gallery-cont a.news-btn span i {
          font-size: 13px;
          margin-left: 5px; }
  .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; }

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 .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); }

@media (max-width: 767px) {
  .gallery-masonry li {
    width: 50% !important; } }
@media (max-width: 480px) {
  .gallery-masonry li {
    width: 100% !important; } }
.gal-slider-small-with-margin {
  margin: 0 20px; }

.gal-slider-cont {
  display: block;
  clear: both;
  width: 100%; }

.owl-carousel.gal-slider-big .item {
  position: relative;
  padding: 0; }
  .owl-carousel.gal-slider-big .item p {
    display: block;
    clear: both;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .owl-carousel.gal-slider-big .item a:hover span {
    background-position: right center; }
  .owl-carousel.gal-slider-big .item a img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto; }
  .owl-carousel.gal-slider-big .item a h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: url(../img/slider-sync/bg.png) repeat; }

.owl-carousel.gal-slider-small .owl-item {
  overflow: hidden; }
.owl-carousel.gal-slider-small .item {
  position: relative;
  cursor: pointer;
  margin: 0 5px !important;
  overflow: hidden; }
  .owl-carousel.gal-slider-small .item a img {
    width: 100%;
    height: auto; }
  .owl-carousel.gal-slider-small .item a:hover span {
    background-position: right center; }

.owl-carousel.gal-slider-big .owl-buttons {
  display: block !important;
  visibility: visible;
  z-index: 100 !important; }

.owl-carousel.gal-slider-big .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.gal-slider-big .owl-buttons .owl-prev {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-left.png) no-repeat left center; }
  .owl-carousel.gal-slider-big .owl-buttons .owl-prev:hover {
    background-position: -32px center; }

.owl-carousel.gal-slider-big .owl-buttons .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  z-index: 100 !important; }

.owl-carousel.gal-slider-big .owl-buttons .owl-next {
  display: block;
  width: 32px;
  height: 60px;
  background: url(../img/slider-sync/arrow-right.png) no-repeat left center; }
  .owl-carousel.gal-slider-big .owl-buttons .owl-next:hover {
    background-position: -32px center; }

.owl-carousel.gal-slider-small .owl-buttons {
  display: block !important;
  visibility: visible;
  z-index: 100 !important; }
  .owl-carousel.gal-slider-small .owl-buttons i {
    position: absolute;
    color: #fff !important;
    text-align: center;
    font-size: 12px; }

.owl-carousel.gal-slider-small .owl-buttons .owl-prev {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 100 !important; }

.owl-carousel.gal-slider-small .owl-buttons .owl-prev {
  display: block;
  width: 22px;
  top: 0;
  bottom: 5px;
  background-color: #81a3bd;
  text-align: center; }
  .owl-carousel.gal-slider-small .owl-buttons .owl-prev i {
    display: block;
    top: 50%;
    margin-top: -7px;
    left: 6px; }
  .owl-carousel.gal-slider-small .owl-buttons .owl-prev:hover {
    background-color: #43759c; }

.owl-carousel.gal-slider-small .owl-buttons .owl-next {
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 100 !important; }

.owl-carousel.gal-slider-small .owl-buttons .owl-next {
  display: block;
  width: 22px;
  top: 0;
  bottom: 5px;
  background-color: #81a3bd;
  text-align: center; }
  .owl-carousel.gal-slider-small .owl-buttons .owl-next i {
    display: block;
    top: 50%;
    margin-top: -7px;
    right: 6px; }
  .owl-carousel.gal-slider-small .owl-buttons .owl-next:hover {
    background-color: #43759c; }

.gal-slider-buttons-wrp {
  display: block;
  clear: both;
  height: 24px;
  border-bottom: 1px solid #d9d9d9; }

.gal-slider-btn {
  position: relative;
  display: block;
  clear: both;
  line-height: 24px; }
  .gal-slider-btn .gal-slider-icon {
    position: absolute;
    width: 24px;
    height: 23px;
    line-height: 23px;
    border-bottom: 2px solid #222;
    color: #222;
    text-align: center;
    font-size: 12px; }
    .gal-slider-btn .gal-slider-icon.icon-left {
      float: left;
      top: 0;
      left: 0; }
    .gal-slider-btn .gal-slider-icon.icon-right {
      float: right;
      top: 0;
      right: 0; }
  .gal-slider-btn span {
    display: block;
    width: 100%;
    color: #222;
    text-align: center;
    font-size: 12px; }
  .gal-slider-btn:hover {
    background: #000; }
    .gal-slider-btn:hover i, .gal-slider-btn:hover span {
      color: #fff; }

.icon-wth-temp {
  background-image: url(../img/weather/icon-temp.png); }

.icon-wth-kropla {
  background-image: url(../img/weather/icon-small-kropla.png); }

.icon-wth-wiatr {
  background-image: url(../img/weather/icon-small-wiatr.png); }

.weather-forecast-container {
  height: auto; }
  .weather-forecast-container .weather-forecast {
    display: block; }
    .weather-forecast-container .weather-forecast .today {
      display: block;
      padding: 10px 10px 0 10px;
      text-align: right;
      font-size: 12px;
      color: #545454; }
  .weather-forecast-container .weather-icon-temp {
    display: block;
    clear: both; }
    .weather-forecast-container .weather-icon-temp .wicon {
      display: block;
      width: 50%;
      float: left;
      display: block;
      clear: both;
      padding: 0 10px;
      height: auto;
      text-align: center; }
    .weather-forecast-container .weather-icon-temp .temp {
      display: block;
      width: 50%;
      float: left;
      padding-top: 20px;
      font-size: 34px;
      color: #005dae; }
  .weather-forecast-container #icon-weahther {
    display: block;
    margin-top: 6px;
    padding: 0 0 0 45px;
    width: 90px;
    font-size: 90px;
    color: #005dae; }
  .weather-forecast-container .weather-data {
    display: block;
    clear: both;
    margin: 10px 0 5px 0;
    border-bottom: 1px solid #ccc; }
  .weather-forecast-container .weather-details {
    display: block;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    color: #005dae; }
    .weather-forecast-container .weather-details .humidity {
      display: block;
      float: left;
      width: 50%;
      height: 15px; }
      .weather-forecast-container .weather-details .humidity .percent {
        font-size: 12px;
        float: right;
        margin-right: 10px; }
        .weather-forecast-container .weather-details .humidity .percent i {
          display: block;
          float: left;
          width: 12px;
          height: 15px;
          margin-right: 6px;
          background-repeat: no-repeat;
          background-position: left center; }
    .weather-forecast-container .weather-details .wind {
      display: block;
      float: right;
      width: 50%;
      height: 15px; }
      .weather-forecast-container .weather-details .wind .speed {
        font-size: 12px;
        float: left;
        margin-left: 10px; }
        .weather-forecast-container .weather-details .wind .speed span {
          font-size: 12px; }
        .weather-forecast-container .weather-details .wind .speed i {
          display: block;
          float: left;
          width: 19px;
          height: 15px;
          margin-right: 6px;
          background-repeat: no-repeat;
          background-position: left center; }
  .weather-forecast-container .weather-nextdays {
    display: block;
    clear: both;
    padding: 0 0 10px 0;
    height: auto; }
    .weather-forecast-container .weather-nextdays .day {
      display: block;
      float: left;
      width: 33.33333%;
      text-align: center;
      padding: 0;
      margin: 0; }
      .weather-forecast-container .weather-nextdays .day .icon img {
        max-height: 55px; }
      .weather-forecast-container .weather-nextdays .day span {
        display: block;
        clear: both;
        font-size: 13px;
        color: #545454; }

.site-list-item {
  clear: both;
  border-bottom: 1px solid #ccc;
  padding: 10px; }
  .site-list-item h2, .site-list-item h3 {
    display: block;
    clear: both;
    width: 100%;
    font-size: 15px;
    color: #006d30;
    font-weight: 800;
    line-height: 19px;
    padding-bottom: 5px; }
    .site-list-item h2 a, .site-list-item h3 a {
      -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; }
      .site-list-item h2 a:hover, .site-list-item h3 a:hover {
        padding-left: 10px;
        text-decoration: underline; }
  .site-list-item p {
    width: 100%;
    padding: 5px 0 10px 0;
    font-size: 12px;
    line-height: 18px;
    color: #000; }
  .site-list-item a.btn-more {
    float: right;
    width: 125px;
    height: 25px;
    font-size: 11px;
    text-align: right; }
    .site-list-item a.btn-more:hover, .site-list-item a.btn-more:focus {
      background: #006d30; }
      .site-list-item a.btn-more:hover span, .site-list-item a.btn-more:focus span {
        color: #fff !important; }
    .site-list-item a.btn-more span {
      display: block;
      line-height: 25px;
      font-size: 12px;
      padding-right: 15px;
      font-size: 13px;
      background-color: #da251d;
      color: #fff; }
      .site-list-item a.btn-more span i {
        font-size: 13px;
        margin-left: 5px; }
  .site-list-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#cookieinfo {
  background: #fff;
  border-top: 2px solid #262626;
  clear: both;
  display: block;
  width: 100%; }
  #cookieinfo .fixed {
    bottom: 0px;
    position: fixed;
    z-index: 100; }
  #cookieinfo div {
    color: #262626;
    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: #262626;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    width: 30px;
    width: auto;
    padding: 0 12px;
    color: #fff; }
    #cookieinfo a.cinfo-accept i {
      color: #fff;
      font-size: 18px;
      line-height: 30px;
      margin-right: 10px; }
    #cookieinfo a.cinfo-accept:hover {
      background: #ed3e26;
      color: #fff; }
  #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: #262626;
    border-bottom: none;
    bottom: 0;
    color: #fff; }
    #cookieinfo a.cinfo-more i {
      margin-left: 5px; }
    #cookieinfo a.cinfo-more:hover {
      background: #ed3e26;
      color: #fff; }

@media only screen and (max-width: 996px) {
  #cookieinfo div {
    width: 100%; } }
/*
Tipr 1.0.1
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr

Modified by: spacedesgin.pl - Sebastian Duchowicz
*/
.tipr_content {
  z-index: 99999999;
  background-color: #000;
  color: #f4f0e6;
  font: 12px/1.7 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 9px 17px; }

.tipr_container_bottom {
  display: none;
  margin-top: 13px;
  position: absolute;
  z-index: 99999999; }

.tipr_container_top {
  display: none;
  margin-top: -75px;
  position: absolute;
  z-index: 99999999; }

.tipr_container_left {
  display: none;
  width: 200px;
  margin-top: -31px;
  margin-left: -150px;
  position: absolute;
  z-index: 99999999; }

.tipr_container_right {
  display: none;
  width: 200px;
  margin-top: -31px;
  margin-right: -150px;
  position: absolute;
  z-index: 99999999; }

.tipr_point_top,
.tipr_point_bottom,
.tipr_point_left,
.tipr_point_right {
  background: #000;
  border: 1px solid #745431;
  position: relative; }

.tipr_point_top:after,
.tipr_point_top:before {
  border: solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #000;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_top:before {
  border-top-color: #745431;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_bottom:after,
.tipr_point_bottom:before {
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #000;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_bottom:before {
  border-bottom-color: #745431;
  border-width: 9px;
  left: 50%;
  margin-left: -9px; }

.tipr_point_left:after,
.tipr_point_left:before {
  border: solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  width: 0; }

.tipr_point_left:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
  top: 50%;
  margin-left: -1px;
  margin-top: -8px; }

.tipr_point_left:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #745431;
  top: 50%;
  margin-left: 0;
  margin-top: -8px; }

.tipr_point_right:after,
.tipr_point_right:before {
  border: solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  width: 0; }

.tipr_point_right:after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000;
  top: 50%;
  margin-right: -1px;
  margin-top: -8px; }

.tipr_point_right:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #745431;
  top: 50%;
  margin-right: 0;
  margin-top: -8px; }

/*# sourceMappingURL=cssp-main.css.map */


.wyb_baner {
    border-top: 3px solid #e8e8e8;    
}

.wyb_baner a {             
    
    text-align: center;
    height: 115px;
    
    display: block;
}

.wyb_baner a:hover {
    background-color: #e8e8e8;
}

.wyb_baner a img {
    padding: 0px 5px 0px 5px;
}