@import url(sf.css);
@import url(sf-codes.css);
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.animated {
  -webkit-animation: 1s ease;
  -moz-animation: 1s ease;
  -ms-animation: 1s ease;
  -o-animation: 1s ease;
  animation: 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation: 2s ease;
  -moz-animation: 2s ease;
  -ms-animation: 2s ease;
  -o-animation: 2s ease;
  animation: 2s ease; }

@-webkit-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-moz-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-ms-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@-o-keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,100% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -ms-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -webkit-transform: translateX(10px); } }
@-moz-keyframes shake {
  0%,100% {
    -moz-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -moz-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -moz-transform: translateX(10px); } }
@-ms-keyframes shake {
  0%,100% {
    -ms-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -ms-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -ms-transform: translateX(10px); } }
@-o-keyframes shake {
  0%,100% {
    -o-transform: translateX(0); }
  10%,30%,50%,70%,90% {
    -o-transform: translateX(-10px); }
  20%,40%,60%,80% {
    -o-transform: translateX(10px); } }
@keyframes shake {
  0%,100% {
    transform: translateX(0); }
  10%,30%,50%,70%,90% {
    transform: translateX(-10px); }
  20%,40%,60%,80% {
    transform: translateX(10px); } }
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -ms-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes bounce {
  0%,20%,50%,80%,100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%,20%,50%,80%,100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-ms-keyframes bounce {
  0%,20%,50%,80%,100% {
    -ms-transform: translateY(0); }
  40% {
    -ms-transform: translateY(-30px); }
  60% {
    -ms-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%,20%,50%,80%,100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%,20%,50%,80%,100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%,20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1); }
  10%,20% {
    -moz-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -moz-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -moz-transform: scale(1.1) rotate(-3deg); }
  100% {
    -moz-transform: scale(1) rotate(0); } }
@-ms-keyframes tada {
  0% {
    -ms-transform: scale(1); }
  10%,20% {
    -ms-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -ms-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -ms-transform: scale(1.1) rotate(-3deg); }
  100% {
    -ms-transform: scale(1) rotate(0); } }
@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%,20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    transform: scale(1); }
  10%,20% {
    transform: scale(0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    transform: scale(1.1) rotate(3deg); }
  40%,60%,80% {
    transform: scale(1.1) rotate(-3deg); }
  100% {
    transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -ms-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes swing {
  20%,40%,60%,80%,100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg); }
  40% {
    -moz-transform: rotate(-10deg); }
  60% {
    -moz-transform: rotate(5deg); }
  80% {
    -moz-transform: rotate(-5deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@-ms-keyframes swing {
  20% {
    -ms-transform: rotate(15deg); }
  40% {
    -ms-transform: rotate(-10deg); }
  60% {
    -ms-transform: rotate(5deg); }
  80% {
    -ms-transform: rotate(-5deg); }
  100% {
    -ms-transform: rotate(0deg); } }
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }
@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -ms-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%); }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -moz-transform: translateX(20%) rotate(3deg); }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -moz-transform: translateX(10%) rotate(2deg); }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -moz-transform: translateX(0%); } }
@-ms-keyframes wobble {
  0% {
    -ms-transform: translateX(0%); }
  15% {
    -ms-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -ms-transform: translateX(20%) rotate(3deg); }
  45% {
    -ms-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -ms-transform: translateX(10%) rotate(2deg); }
  75% {
    -ms-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -ms-transform: translateX(0%); } }
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }
@keyframes wobble {
  0% {
    transform: translateX(0%); }
  15% {
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    transform: translateX(20%) rotate(3deg); }
  45% {
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    transform: translateX(10%) rotate(2deg); }
  75% {
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -ms-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -ms-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out; }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in; }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-ms-keyframes flip {
  0% {
    -ms-transform: perspective(400px) rotateY(0);
    -ms-animation-timing-function: ease-out; }
  40% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-animation-timing-function: ease-out; }
  50% {
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-animation-timing-function: ease-in; }
  80% {
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-animation-timing-function: ease-in; }
  100% {
    -ms-transform: perspective(400px) scale(1);
    -ms-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in; } }
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-ms-keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-ms-keyframes flipOutX {
  0% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -ms-animation-name: flipOutX;
  -ms-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-ms-keyframes flipInY {
  0% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateY(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    transform: perspective(400px) rotateY(10deg); }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-ms-keyframes flipOutY {
  0% {
    -ms-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -ms-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -ms-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-ms-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -ms-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -ms-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-ms-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -ms-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px); } }
@-ms-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px); } }
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -ms-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px); } }
@-ms-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(20px); } }
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -ms-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px); } }
@-ms-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px); } }
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -ms-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px); } }
@-ms-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(20px); } }
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -ms-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -ms-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -ms-transform: translateY(0); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -ms-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -ms-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -ms-transform: translateX(0); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -ms-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05); }
  70% {
    -moz-transform: scale(0.9); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.3); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.05); }
  70% {
    -ms-transform: scale(0.9); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3); }
  50% {
    opacity: 1;
    transform: scale(1.05); }
  70% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -ms-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px); }
  80% {
    -moz-transform: translateY(10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px); }
  80% {
    -ms-transform: translateY(10px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    transform: translateY(-30px); }
  80% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -ms-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateY(30px); }
  80% {
    -ms-transform: translateY(-10px); }
  100% {
    -ms-transform: translateY(0); } }
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -ms-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px); }
  80% {
    -moz-transform: translateX(-10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(30px); }
  80% {
    -ms-transform: translateX(-10px); }
  100% {
    -ms-transform: translateX(0); } }
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    transform: translateX(30px); }
  80% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -ms-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px); }
  80% {
    -moz-transform: translateX(10px); }
  100% {
    -moz-transform: translateX(0); } }
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px); }
  80% {
    -ms-transform: translateX(10px); }
  100% {
    -ms-transform: translateX(0); } }
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    transform: translateX(-30px); }
  80% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -ms-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1); }
  25% {
    -moz-transform: scale(0.95); }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1); }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3); } }
@-ms-keyframes bounceOut {
  0% {
    -ms-transform: scale(1); }
  25% {
    -ms-transform: scale(0.95); }
  50% {
    opacity: 1;
    -ms-transform: scale(1.1); }
  100% {
    opacity: 0;
    -ms-transform: scale(0.3); } }
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(0.95); }
  50% {
    opacity: 1;
    transform: scale(1.1); }
  100% {
    opacity: 0;
    transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -ms-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-ms-keyframes bounceOutUp {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px); } }
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -ms-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0); }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px); } }
@-ms-keyframes bounceOutDown {
  0% {
    -ms-transform: translateY(0); }
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -ms-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-ms-keyframes bounceOutLeft {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px); } }
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(20px); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -ms-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0); }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-ms-keyframes bounceOutRight {
  0% {
    -ms-transform: translateX(0); }
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px); } }
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    transform: translateX(0); }
  20% {
    opacity: 1;
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -ms-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateIn {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -ms-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -ms-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -ms-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -ms-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; } }
@-ms-keyframes rotateInDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; } }
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -ms-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0; } }
@-ms-keyframes rotateOut {
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0; } }
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -ms-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -ms-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownLeft {
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -ms-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutUpRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0; } }
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -ms-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1; }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0; } }
@-ms-keyframes rotateOutDownRight {
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1; }
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0; } }
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1; }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -ms-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  20%,60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out; }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0; } }
@-ms-keyframes hinge {
  0% {
    -ms-transform: rotate(0);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  20%,60% {
    -ms-transform: rotate(80deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  40% {
    -ms-transform: rotate(60deg);
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  80% {
    -ms-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -ms-transform-origin: top left;
    -ms-animation-timing-function: ease-in-out; }
  100% {
    -ms-transform: translateY(700px);
    opacity: 0; } }
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%,60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -ms-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); } }
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    -ms-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); } }
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -ms-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg); } }
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    -ms-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -ms-transform: translateX(100%) rotate(120deg); } }
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -ms-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

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;
  padding: 0;
  margin: 0; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

a:focus,
a:hover {
  outline: none; }

* {
  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 {
  font-family: 'Open Sans';
  padding: 0;
  margin: 0;
  background-color: #fff; }

.main-wrapper {
  width: 100%;
  margin: 0;
  padding: 0; }

.main-wrapper-in {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff; }

@media only screen and (max-width: 960px) {
  .main-wrapper-in {
    width: 100%; } }
p {
  color: #000; }

#scroll-up {
  position: fixed;
  z-index: 8030;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

#scroll-up:hover {
  background-color: #c3001e;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12); }

#scroll-up.waves .waves-ripple {
  background-color: #c3001e; }

@media (max-width: 1040px) {
  bottom: 70px; }
@media (max-width: 767px) {
  #scroll-up {
    right: 20px; } }
.mheader-wrp-top {
  width: 100%;
  clear: both;
  height: 47px; }

.mheader-wrp-top-in {
  width: 960px;
  margin: 0 auto; }

.mheader-contact-wrp {
  display: block;
  clear: both;
  width: 100%;
  height: 47px;
  background-color: #fff;
  background-image: url(../img-e2/header/header-yellow-belt-alone-996-sec.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

@media only screen and (max-width: 640px) {
  .mheader-contact-wrp {
    background-image: none; } }
/*@media only screen and (max-width:540px) {
    .mheader-contact-wrp {
        //background-position: left bottom;
        background-image: none;
    }
}*/
.mheader-contact {
  display: block;
  float: right;
  line-height: 47px;
  color: #000;
  font-size: 14px; }
  .mheader-contact i {
    font-size: 16px;
    margin-right: 5px; }
  .mheader-contact.phone {
    font-size: 20px;
    margin-left: 30px; }
    .mheader-contact.phone i {
      font-size: 20px; }
  .mheader-contact.first {
    margin-right: 15px; }

/*        .mheader-contact {
            display: block; float: right;
            //margin-right: 40px;
            line-height: 47px;
            color: #000;
            font-size: 14px;
            i {
                font-size: 16px; margin-right:5px;
            }
            &:first-child {
                font-size: 20px;
                margin-left: 30px;
                margin-right: 27px;
                i {
                    font-size: 20px;
                }
            }
        }*/
.mheader2-menu {
  display: block;
  clear: both;
  height: 70px; }

#button-menu-toggle span {
  background: #c3001e !important;
  color: #c3001e; }

#button-menu-toggle.open span {
  background: #c3001e !important;
  color: #c3001e; }

.mheader-logo {
  position: absolute;
  top: 15px;
  left: 30px; }
  .mheader-logo img {
    width: 214px; }

.mmenu-main {
  position: absolute;
  top: 26px;
  right: 15px; }
  .mmenu-main ul li {
    display: inline-block;
    margin-left: 30px; }
    .mmenu-main ul li a {
      font-family: "Open Sans";
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      letter-spacing: 0.0625em;
      text-transform: uppercase;
      border: 2px solid transparent;
      padding: 10px;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
      .mmenu-main ul li a:hover, .mmenu-main ul li a.active {
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        color: #000;
        text-decoration: none; }

.light-header .mmenu-main ul li a {
  color: #fff; }
  .light-header .mmenu-main ul li a:hover, .light-header .mmenu-main ul li a.active {
    color: #000; }

.light-header.header-wrp--narrow .mmenu-main ul li a {
  color: #fff; }
  .light-header.header-wrp--narrow .mmenu-main ul li a:hover, .light-header.header-wrp--narrow .mmenu-main ul li a.active {
    color: #000; }

.header-wrp--narrow .mheader-wrp-top {
  overflow: hidden;
  height: 0;
  padding: 0; }
.header-wrp--narrow .mmenu-main ul li a {
  color: #fff; }
  .header-wrp--narrow .mmenu-main ul li a:hover, .header-wrp--narrow .mmenu-main ul li a.active {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #000;
    text-decoration: none; }

.mheader2-wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 70px; }
  .mheader2-wrp.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; }

.mheader-2-wrp-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 70px;
  background-image: url(../img/header/bg-header-70.png);
  background-position: center top;
  background-repeat: no-repeat; }

@media only screen and (max-width: 960px) {
  .mheader-2-wrp-top {
    width: 960px; } }
.mheader-2-wrp-top-in {
  position: relative;
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto; }

.mheader2-wrp-in #button-menu-toggle span {
  background: #fff !important;
  color: #fff; }
.mheader2-wrp-in #button-menu-toggle.open span {
  background: #fff !important;
  color: #fff; }

.mheader2-logo {
  position: absolute;
  top: 0;
  left: 0; }
  .mheader2-logo div.logo-square {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 10;
    display: block;
    width: 280px;
    height: 200px;
    transform: rotate(-15deg); }
  .mheader2-logo img {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 11;
    width: 180px;
    height: auto; }

.header-line-left,
.header-line-right,
.header-line-bottom {
  position: absolute;
  z-index: 20;
  display: block;
  background-color: #000; }

.header-line-left {
  top: -10px;
  left: 0;
  width: 1px;
  height: 160px;
  transform: rotate(-12deg); }

.header-line-right {
  top: -10px;
  left: 250px;
  width: 1px;
  height: 160px;
  transform: rotate(-12deg); }

.header-line-bottom {
  top: 130px;
  left: -30px;
  width: 360px;
  height: 1px; }

.mheader2-bottom {
  position: absolute;
  top: 115px;
  width: 100%; }
  .mheader2-bottom h2 {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-style: italic; }
  .mheader2-bottom .hb-line-bottom {
    position: absolute;
    bottom: 15px;
    right: -90px;
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000; }
  .mheader2-bottom .hb-line-right {
    position: absolute;
    right: -10px;
    top: -20px;
    width: 1px;
    height: 200px;
    background-color: #000; }
  .mheader2-bottom .hb-line-right-h {
    position: absolute;
    right: -30px;
    top: 45px;
    width: 200px;
    height: 1px;
    background-color: #000; }

.mheader2-btm-right {
  position: absolute;
  right: 20px;
  top: -25px; }
  .mheader2-btm-right strong {
    font-size: 14px;
    color: #000;
    text-align: right;
    font-style: italic;
    font-weight: 600; }

.mheader2-btn-view {
  position: absolute;
  right: 0;
  top: 35px;
  font-size: 14px;
  color: #000;
  word-break: keep-all;
  text-align: right;
  font-style: italic; }
  .mheader2-btn-view.tosee {
    width: 100px;
    right: 110px; }
  .mheader2-btn-view.toread {
    width: 110px;
    right: 0; }
  .mheader2-btn-view:hover {
    color: #e71a28; }
  .mheader2-btn-view.active {
    font-weight: bold;
    color: #e71a28; }

.content-portoflio-header {
  position: relative;
  display: block;
  clear: both;
  margin: 0 0 20px 0;
  padding-top: 30px; }
  .content-portoflio-header h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-left: 20px; }
  .content-portoflio-header .item-line-left {
    position: absolute;
    left: -10px;
    top: -40px;
    display: block;
    width: 1px;
    height: 140px;
    background-color: #000; }
  .content-portoflio-header .item-line-right {
    position: absolute;
    right: -10px;
    top: -40px;
    display: block;
    width: 1px;
    height: 140px;
    background-color: #000; }
  .content-portoflio-header .item-line-bottom {
    position: absolute;
    left: -40px;
    bottom: -10px;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #000; }

.mheader2-wrp-in {
  position: relative;
  width: 960px;
  height: auto;
  margin: 0 auto;
  height: 160px;
  background-color: #fff; }
  .mheader2-wrp-in.full-width {
    width: 100%; }

.header-wrp--hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header-wrp--narrow {
  height: 160px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 24px -10px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 15px 24px -10px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 15px 24px -10px rgba(0, 0, 0, 0.53); }
  .header-wrp--narrow .mheader2-wrp {
    background-color: #faa61a; }

.header-content {
  position: relative;
  width: 960px;
  margin: 0 auto; }
  .header-content h2 {
    position: absolute;
    top: 200px;
    left: 20px;
    padding: 10px;
    background: rgba(0, 76, 109, 0.9);
    color: #fff;
    font-size: 30px;
    left: 40px;
    text-transform: uppercase;
    font-family: "Open Sans Condensed"; }
  .header-content p {
    position: absolute;
    top: 280px;
    left: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    color: #004071;
    font-size: 20px;
    left: 40px;
    font-family: "Open Sans Condensed"; }

.header-wrp--narrow #button-menu-toggle.open span {
  background: #fff !important;
  color: #fff; }

.overfh {
  overflow: hidden; }

.mtop-20 {
  margin-top: 20px; }

.mtop-30 {
  margin-top: 30px; }

.mtop-40 {
  margin-top: 40px; }

.mtop-50 {
  margin-top: 50px; }

.mtop-60 {
  margin-top: 60px; }

.mtop-70 {
  margin-top: 70px; }

.mtop-80 {
  margin-top: 80px; }

.ptop-20 {
  padding-top: 20px; }

.ptop-30 {
  padding-top: 30px; }

.ptop-40 {
  padding-top: 40px; }

.ptop-50 {
  padding-top: 50px; }

.ptop-60 {
  padding-top: 60px; }

.ptop-70 {
  padding-top: 70px; }

.ptop-80 {
  padding-top: 80px; }

.h1250 {
  min-height: 1250px; }

.h1200 {
  min-height: 1200px; }

.h1150 {
  min-height: 1150px; }

.h1100 {
  min-height: 1100px; }

.h1050 {
  min-height: 1050px; }

.h1000 {
  min-height: 1000px; }

.h950 {
  min-height: 950px; }

.h900 {
  min-height: 900px; }

.h850 {
  min-height: 850px; }

.h800 {
  min-height: 800px; }

.h750 {
  min-height: 750px; }

.h700 {
  min-height: 700px; }

.h650 {
  min-height: 650px; }

.h600 {
  min-height: 600px; }

.h550 {
  min-height: 550px; }

.h500 {
  min-height: 500px; }

.h450 {
  min-height: 450px; }

.h400 {
  min-height: 400px; }

.h350 {
  min-height: 350px; }

.h300 {
  min-height: 300px; }

.h250 {
  min-height: 250px; }

.h200 {
  min-height: 200px; }

.bg-color-white {
  background-color: #fff; }

.bg-color-yellow {
  background-color: #ffc709; }

.bg-color-red {
  background-color: #c3001e; }

.bg-color-grey {
  background-color: #e1e1e1; }

.bg-image-offer-1 {
  margin-top: -1px;
  background-image: url(../img/content/bg-yb-top-2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #004c6d; }

.bg-image-proces-zmiany-1 {
  background-image: url(../img-e2/content/bg-proces-zmiany-sprzedawcy.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #ffc709;
  height: 100%;
  min-height: 500px; }

@media only screen and (max-width: 830px) {
  .bg-image-proces-zmiany-1 {
    background-image: none;
    background-color: #c3001e;
    min-height: 370px;
    height: auto; }

  .subcont-text-pz {
    text-align: center;
    padding: 20px 0; } }
.subcont-text-pz {
  padding: 20px 0 0 15px;
  color: #fff; }
  .subcont-text-pz h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px; }
  .subcont-text-pz p {
    font-size: 18px;
    line-height: 24px;
    color: #fff; }
  .subcont-text-pz div {
    text-align: center; }
  .subcont-text-pz img {
    width: 135px;
    margin-bottom: 20px; }

@media only screen and (max-width: 480px) {
  .subcont-text-pz {
    padding: 20px 10px 0 10px;
    color: #fff; }
    .subcont-text-pz h2 {
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 20px; }
    .subcont-text-pz p {
      font-size: 15px;
      line-height: 19px;
      color: #fff; }
    .subcont-text-pz div {
      text-align: center; }
    .subcont-text-pz img {
      width: 100px;
      margin-bottom: 20px; } }
.subcontent-wrp-zmien-sprz {
  position: relative;
  display: block;
  width: 996px;
  margin: 0 auto; }

@media only screen and (max-width: 996px) {
  .subcontent-wrp-zmien-sprz {
    width: 100%; } }
.content-wrp-main {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  font-family: "Open Sans";
  font-weight: normal;
  background-color: #fff; }
  .content-wrp-main.margin-top-menu {
    margin-top: 160px; }

.content-wrp-sec {
  width: 100%;
  height: auto; }
  .content-wrp-sec.width-960px {
    width: 960px;
    margin: 0 auto; }

.content-portfolio-item {
  display: block;
  clear: both;
  width: 100%;
  background-color: #fff; }

.cp-item-text {
  display: block;
  clear: both;
  position: relative; }

.content-portfolio-item-in h2, .content-portfolio-item-in h3 {
  position: absolute;
  top: -20px;
  left: 10px;
  right: 20px;
  display: inline-block;
  width: auto;
  background-color: #000;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff; }
.content-portfolio-item-in p {
  padding: 50px 20px 20px 20px;
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  background-color: #c3021d;
  color: #fff; }

@media only screen and (max-width: 600px) {
  .content-portfolio-item-in h2, .content-portfolio-item-in h3 {
    font-size: 17px;
    line-height: 21px; }
  .content-portfolio-item-in p {
    padding: 40px 20px 20px 20px;
    font-size: 13px;
    line-height: 17px; } }
.content-item-img {
  display: block;
  width: 100%;
  height: auto; }

.content-portfolio-item-moz {
  -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;
  display: block;
  float: left;
  width: 50%;
  background-color: #fff;
  cursor: pointer; }
  .content-portfolio-item-moz.opened {
    width: 100%; }
    .content-portfolio-item-moz.opened .cp-item-moz-text {
      display: block; }

.cp-item-moz-text {
  display: none;
  position: relative; }
  .cp-item-moz-text .item-line-left {
    position: absolute;
    left: -30px;
    top: -200px;
    display: block;
    width: 1px;
    height: 400px;
    background-color: #000; }
  .cp-item-moz-text .item-line-right {
    position: absolute;
    right: -30px;
    top: -150px;
    display: block;
    width: 1px;
    height: 300px;
    background-color: #000; }
  .cp-item-moz-text .item-line-bottom {
    position: absolute;
    right: -30px;
    bottom: -10px;
    display: block;
    width: 500px;
    height: 1px;
    background-color: #000; }

.cp-item-content {
  display: block; }

.cp-item-cont-left {
  display: table-cell;
  width: 150px; }
  .cp-item-cont-left span {
    font-size: 13px;
    font-weight: bold;
    color: #000; }
  .cp-item-cont-left img {
    display: block;
    clear: both;
    width: 130px;
    margin: 15px auto 0 auto; }

.cp-item-cont-right {
  display: table-cell; }
  .cp-item-cont-right p {
    padding: 60px 20px 20px 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #000; }

.content-portfolio-item-moz-in {
  position: relative;
  display: block;
  margin: 20px; }
  .content-portfolio-item-moz-in h2.big-header, .content-portfolio-item-moz-in h3.big-header {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 20px;
    display: inline-block;
    width: auto;
    padding: 10px;
    padding-left: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #000; }
  .content-portfolio-item-moz-in p {
    padding: 60px 20px 20px 20px;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    color: #000; }
  .content-portfolio-item-moz-in .big-heder-line {
    position: absolute;
    left: -60px;
    top: 23px;
    width: 230px;
    height: 1px;
    background-color: #000; }

@media only screen and (max-width: 600px) {
  .content-portfolio-item-moz-in h2.big-header, .content-portfolio-item-moz-in h3.big-header {
    font-size: 17px;
    line-height: 21px; }
  .content-portfolio-item-moz-in p {
    padding: 40px 20px 20px 20px;
    font-size: 13px;
    line-height: 17px; } }
.content-item-moz-img {
  display: block;
  width: 100%;
  height: auto; }

.cp-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  clear: both;
  -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;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  .cp-item-hover h2.hover-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table; }
    .cp-item-hover h2.hover-header strong {
      padding: 0 40px;
      display: table-cell;
      font-size: 22px;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      vertical-align: middle; }

.cp-item-hover-style-1 .cp-item-line {
  position: absolute;
  z-index: 30;
  background-color: #fff; }
.cp-item-hover-style-1 .cp-item-line-right {
  -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;
  right: 30px;
  bottom: 20px;
  width: 1px;
  height: 1px; }
.cp-item-hover-style-1 .cp-item-line-bottom {
  -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;
  right: 20px;
  bottom: 30px;
  width: 1px;
  height: 1px; }

.content-portfolio-item-moz.closed:hover .cp-item-hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5); }
.content-portfolio-item-moz.closed:hover .cp-item-hover-style-1 .cp-item-line-right {
  width: 1px;
  height: 100px; }
.content-portfolio-item-moz.closed:hover .cp-item-hover-style-1 .cp-item-line-bottom {
  width: 100px;
  height: 1px; }

.content-onas-item {
  display: block;
  clear: both;
  width: 100%;
  background-color: #fff; }

.co-item-text {
  display: block;
  clear: both;
  position: relative; }

.content-onas-item-in {
  padding-top: 10px; }
  .content-onas-item-in h2, .content-onas-item-in h3 {
    margin-top: 1px;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: right;
    border-bottom: 1px solid #000; }
  .content-onas-item-in p {
    padding: 20px 20px 20px 20px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #000; }
    .content-onas-item-in p.big-margin-top {
      padding-top: 60px; }
    .content-onas-item-in p.center {
      text-align: center; }
    .content-onas-item-in p strong {
      font-weight: bold; }

@media only screen and (max-width: 600px) {
  .content-onas-item-in h2, .content-onas-item-in h3 {
    font-size: 17px;
    line-height: 21px; }
  .content-onas-item-in p {
    padding: 20px 20px 20px 20px;
    font-size: 13px;
    line-height: 17px; } }
.subcontent-wrp-fullp {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }
  .subcontent-wrp-fullp.mtop-20 {
    margin-top: 20px; }
  .subcontent-wrp-fullp.mtop-30 {
    margin-top: 30px; }
  .subcontent-wrp-fullp.mtop-40 {
    margin-top: 40px; }
  .subcontent-wrp-fullp.mtop-50 {
    margin-top: 50px; }
  .subcontent-wrp-fullp.mtop-60 {
    margin-top: 60px; }
  .subcontent-wrp-fullp.mtop-70 {
    margin-top: 70px; }
  .subcontent-wrp-fullp.mtop-80 {
    margin-top: 80px; }
  .subcontent-wrp-fullp.ptop-20 {
    padding-top: 20px; }
  .subcontent-wrp-fullp.ptop-30 {
    padding-top: 30px; }
  .subcontent-wrp-fullp.ptop-40 {
    padding-top: 40px; }
  .subcontent-wrp-fullp.ptop-50 {
    padding-top: 50px; }
  .subcontent-wrp-fullp.ptop-60 {
    padding-top: 60px; }
  .subcontent-wrp-fullp.ptop-70 {
    padding-top: 70px; }
  .subcontent-wrp-fullp.ptop-80 {
    padding-top: 80px; }
  .subcontent-wrp-fullp .subcontent-wrp-fullp-mw {
    width: 100%; }
    .subcontent-wrp-fullp .subcontent-wrp-fullp-mw.one-col .subcont-one-col-col,
    .subcontent-wrp-fullp .subcontent-wrp-fullp-mw.one-col .subcont-two-cols-col {
      width: 100%; }
    .subcontent-wrp-fullp .subcontent-wrp-fullp-mw.two-cols .subcont-two-cols-col {
      width: 50%; }
  .subcontent-wrp-fullp .subcontent-wrp-fullp-mw-in {
    width: 960px;
    margin: 0 auto; }

@media only screen and (max-width: 960px) {
  .subcontent-wrp-fullp-mw-in {
    width: 100%; } }
.subcont-two-cols-col {
  position: relative; }
  .subcont-two-cols-col.bg-color-1 {
    background-color: #faa61a; }
  .subcont-two-cols-col.bg-color-2 {
    background-color: #004c6d; }
  .subcont-two-cols-col.bg-color-white {
    background-color: #fff; }
  .subcont-two-cols-col.left {
    float: left; }
    .subcont-two-cols-col.left .subcont-two-cols-col-in {
      width: 480px;
      float: right; }
  .subcont-two-cols-col.right {
    width: 480px;
    float: right; }
    .subcont-two-cols-col.right .subcont-two-cols-col-in {
      width: 480px;
      float: left; }
    .subcont-two-cols-col.right .head-info {
      position: absolute;
      top: -20px;
      left: 20px;
      display: block;
      padding: 10px 20px;
      font-family: "Open Sans Condensed";
      text-align: center;
      font-size: 20px;
      color: #fff;
      font-weight: lighter;
      background-color: #00aeef;
      color: #fff; }

@media only screen and (max-width: 960px) {
  .subcont-two-cols-col.left .subcont-two-cols-col-in {
    width: 100%; }
  .subcont-two-cols-col.right {
    width: 100%; }
    .subcont-two-cols-col.right .subcont-two-cols-col-in {
      width: 100%; } }
@media only screen and (max-width: 830px) {
  .subcont-two-cols-col {
    width: 100% !important; }
    .subcont-two-cols-col.left {
      float: none;
      clear: both; }
      .subcont-two-cols-col.left .subcont-two-cols-col-in {
        width: 100%; }
    .subcont-two-cols-col.right {
      float: none;
      clear: both;
      width: 100%; }
      .subcont-two-cols-col.right .subcont-two-cols-col-in {
        width: 100%; }
      .subcont-two-cols-col.right .head-info {
        position: absolute;
        top: 20px;
        left: 20px; } }
.subcont-row-fw {
  width: 100%;
  clear: both; }

.subcont-row-mw {
  padding: 0 0 20px 0;
  width: 960px;
  margin: 0 auto; }
  .subcont-row-mw.form-header {
    padding-top: 30px; }

h2.subcont-subheader {
  position: relative;
  z-index: 20;
  width: 700px;
  font-size: 48px;
  font-family: "Open Sans Condensed";
  font-weight: normal; }
  h2.subcont-subheader.yellow {
    color: #faa61a; }
  h2.subcont-subheader.blue {
    color: #004c6d; }
  h2.subcont-subheader.dark {
    color: #00161f; }
  h2.subcont-subheader.text-center {
    width: 100%;
    text-align: center; }
  h2.subcont-subheader.text-right {
    width: 100%;
    text-align: right;
    padding-right: 20px; }
  h2.subcont-subheader.text-left {
    width: 100%;
    text-align: right;
    padding-left: 20px; }

@media only screen and (max-width: 960px) {
  .subcont-row-mw {
    width: 100%; }
    .subcont-row-mw.form-header {
      padding-left: 20px; }

  h2.subcont-subheader {
    width: 100%;
    padding-left: 20px; }
    h2.subcont-subheader.text-center {
      width: 100%;
      text-align: center; } }
@media only screen and (max-width: 830px) {
  h2.subcont-subheader {
    font-size: 38px; } }
.bg-div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover; }
  .bg-div.bg-align-left {
    background-position: left top; }
  .bg-div.bg-align-right {
    background-position: right top; }
  .bg-div.bg-align-cleft {
    background-position: left center; }
  .bg-div.bg-align-o-firmie {
    background-position: left center; }
  .bg-div.bg-align-proces-zmiany {
    background-position: left center; }
  .bg-div.bg-align-cright {
    background-position: right center; }
  .bg-div.h1250 {
    min-height: 1250px; }
  .bg-div.h1200 {
    min-height: 1200px; }
  .bg-div.h1150 {
    min-height: 1150px; }
  .bg-div.h1100 {
    min-height: 1100px; }
  .bg-div.h1050 {
    min-height: 1050px; }
  .bg-div.h1000 {
    min-height: 1000px; }
  .bg-div.h950 {
    min-height: 950px; }
  .bg-div.h900 {
    min-height: 900px; }
  .bg-div.h850 {
    min-height: 850px; }
  .bg-div.h800 {
    min-height: 800px; }
  .bg-div.h750 {
    min-height: 750px; }
  .bg-div.h700 {
    min-height: 700px; }
  .bg-div.h650 {
    min-height: 650px; }
  .bg-div.h600 {
    min-height: 600px; }
  .bg-div.h550 {
    min-height: 550px; }
  .bg-div.h500 {
    min-height: 500px; }
  .bg-div.h450 {
    min-height: 450px; }
  .bg-div.h400 {
    min-height: 400px; }
  .bg-div.h350 {
    min-height: 350px; }
  .bg-div.h300 {
    min-height: 300px; }
  .bg-div.h250 {
    min-height: 250px; }
  .bg-div.h200 {
    min-height: 200px; }

@media only screen and (max-width: 480px) {
  .bg-div.bg-align-o-firmie {
    background-position: -80px center; }
  .bg-div.bg-align-proces-zmiany {
    background-position: -80px center; } }
@media only screen and (max-width: 960px) {
  .subcontent-wrp-fullp-mw {
    width: 100%; } }
.subcontent-imp-msg {
  padding: 20px 0;
  font-size: 24px;
  color: #003a6f;
  font-family: "Open Sans";
  text-align: center; }
  .subcontent-imp-msg strong {
    font-weight: bold; }

.subcont-sp-sp-info-cont {
  display: block;
  clear: both;
  width: 960px;
  margin: 0 auto; }

@media only screen and (max-width: 960px) {
  .subcont-sp-sp-info-cont {
    width: 100%; } }
.subcont-sp-sp-info {
  text-align: center;
  padding-bottom: 20px; }
  .subcont-sp-sp-info h2 {
    font-weight: normal;
    color: #004c6d;
    font-size: 48px;
    font-family: "Open Sans Condensed";
    font-weight: normal; }
  .subcont-sp-sp-info p {
    padding: 10px;
    font-size: 18px;
    font-family: "Open Sans";
    color: #000; }
    .subcont-sp-sp-info p a:hover {
      text-decoration: underline !important; }
    .subcont-sp-sp-info p strong {
      font-weight: bold; }

.sp-info-table-scroll {
  min-width: 440px;
  overflow-x: auto;
  overflow-y: hidden; }

@media only screen and (max-width: 440px) {
  .sp-info-table-scroll {
    min-width: 100% !important; } }
.sp-info-table {
  border: 1px solid #004c6d; }
  .sp-info-table thead {
    background-color: #004c6d;
    color: #faa61a; }
    .sp-info-table thead tr th {
      border: 1px solid #faa61a;
      padding: 10px;
      vertical-align: top;
      text-align: center;
      vertical-align: middle;
      height: 42px; }
      .sp-info-table thead tr th.padding-tab {
        padding-left: 0;
        padding-right: 0; }
      .sp-info-table thead tr th.tabhead-font {
        font-size: 19px; }
      .sp-info-table thead tr th table {
        clear: both; }
        .sp-info-table thead tr th table tr {
          vertical-align: middle; }
          .sp-info-table thead tr th table tr td {
            min-width: 90px;
            text-align: center;
            padding: 10px;
            font-size: 11px; }
  .sp-info-table tbody tr td {
    border: 1px solid #004c6d;
    padding: 10px; }
    .sp-info-table tbody tr td div.korzysc strong.name {
      font-weight: normal;
      font-size: 22px;
      font-weight: 700;
      color: #000; }
    .sp-info-table tbody tr td div.korzysc p {
      padding: 10px 10px 10px 0;
      font-weight: normal;
      font-family: "Open Sans";
      font-size: 16px;
      color: #000; }
    .sp-info-table tbody tr td b {
      font-weight: bold;
      font-size: 16px;
      color: #000; }
    .sp-info-table tbody tr td div.sp-info-check-icon {
      width: 100%;
      text-align: center;
      padding: 10px 0; }
      .sp-info-table tbody tr td div.sp-info-check-icon i {
        font-size: 20px;
        color: #004c6d; }
    .sp-info-table tbody tr td.sp-info-bgcolor-1 {
      background-color: #ffaf29; }
    .sp-info-table tbody tr td.sp-info-bgcolor-2 {
      background-color: #ffb231; }
    .sp-info-table tbody tr td.sp-info-bgcolor-3 {
      background-color: #ffb63b; }

.subcont-sp-info-one-row {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px; }
  .subcont-sp-info-one-row div {
    padding: 10px;
    text-align: center; }
    .subcont-sp-info-one-row div p {
      font-weight: normal;
      font-size: 22px;
      color: #004c6d; }
      .subcont-sp-info-one-row div p strong {
        font-weight: bold; }

.subcont-sp-info-two-cols-col.left {
  float: left;
  width: 50%; }
  .subcont-sp-info-two-cols-col.left .subcont-sp-info-two-cols-col-in {
    width: 480px;
    float: right; }

.subcont-sp-info-two-cols-col.right {
  float: right;
  width: 50%; }
  .subcont-sp-info-two-cols-col.right .subcont-sp-info-two-cols-col-in {
    width: 480px;
    float: left; }

@media only screen and (max-width: 960px) {
  .subcont-sp-info-one-row {
    width: 100%; }

  .subcont-sp-info-two-cols-col.left {
    width: 50%; }
    .subcont-sp-info-two-cols-col.left .subcont-sp-info-two-cols-col-in {
      width: 100%;
      padding: 10px; }

  .subcont-sp-info-two-cols-col.right {
    width: 50%; }
    .subcont-sp-info-two-cols-col.right .subcont-sp-info-two-cols-col-in {
      width: 100%;
      padding: 10px; } }
@media only screen and (max-width: 820px) {
  .subcont-sp-info-one-row {
    width: 100%; }

  .subcont-sp-info-two-cols-col.left {
    width: 100%;
    float: none;
    clear: both; }
    .subcont-sp-info-two-cols-col.left .subcont-sp-info-two-cols-col-in {
      width: 100%;
      float: none;
      clear: both;
      padding: 10px; }

  .subcont-sp-info-two-cols-col.right {
    width: 100%;
    float: none;
    clear: both; }
    .subcont-sp-info-two-cols-col.right .subcont-sp-info-two-cols-col-in {
      width: 100%;
      float: none;
      clear: both;
      padding: 10px; } }
.sp-info-imp-div {
  position: relative;
  float: left;
  padding-left: 75px; }
  .sp-info-imp-div strong {
    font-family: "Open Sans Condensed";
    font-weight: normal;
    font-size: 22px;
    font-weight: 700;
    color: #004c6d; }
  .sp-info-imp-div p {
    padding: 10px;
    font-family: "Open Sans Condensed";
    font-weight: lighter;
    font-size: 19px;
    color: #424343; }
    .sp-info-imp-div p strong {
      font-size: 19px;
      color: #424343; }

.sp-info-imp-div-check-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #004c6d; }
  .sp-info-imp-div-check-icon i {
    font-size: 24px;
    color: #fff; }

.subcontent-wrp-section-special-offer h2 {
  font-family: "Open Sans Condensed";
  font-weight: normal;
  font-size: 30px;
  font-weight: 700;
  color: #004c6d; }

.subcontent-wrp-section-guarantee {
  margin-top: 20px;
  border-top: 1px solid #dddddd; }
  .subcontent-wrp-section-guarantee h2 {
    font-family: "Open Sans Condensed";
    font-weight: normal;
    font-size: 30px;
    font-weight: 700;
    color: #004c6d; }

.subcont-sp-info-section-guarantee {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
  margin-bottom: 30px;
  background-color: #ededed; }

.subcontent-privacy-wrp {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 20 0;
  height: auto; }

@media only screen and (max-width: 960px) {
  .subcontent-privacy-wrp {
    width: 100%; } }
.subcontent-privacy {
  position: relative;
  display: block;
  clear: both;
  padding: 32px 20px; }
  .subcontent-privacy img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 55px; }
  .subcontent-privacy a {
    display: block;
    clear: both;
    line-height: 20px;
    font-size: 13px;
    color: #000;
    padding-left: 65px; }
    .subcontent-privacy a i {
      margin-right: 10px; }

.subcontent-privacy-cont {
  display: none;
  clear: both; }

.subcontent-privacy-cont.opened {
  display: block; }

.subcontent-privacy-cont-in {
  display: block;
  clear: both;
  padding: 10px 30px;
  color: #000; }
  .subcontent-privacy-cont-in h3 {
    display: block;
    clear: both;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000; }
  .subcontent-privacy-cont-in p {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-size: 13px;
    color: #000; }
  .subcontent-privacy-cont-in ol {
    padding-left: 20px;
    color: #000; }
    .subcontent-privacy-cont-in ol li {
      display: block;
      clear: both;
      margin-bottom: 10px;
      font-size: 13px;
      margin-bottom: 10px; }
  .subcontent-privacy-cont-in table {
    width: 100%;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    margin-bottom: 20px; }
    .subcontent-privacy-cont-in table thead th {
      padding: 5px;
      font-weight: bold;
      border: 1px solid #000; }
    .subcontent-privacy-cont-in table tbody tr td {
      padding: 5px;
      border: 1px solid #000; }

.header-image-wrp {
  margin-top: 100px;
  position: relative;
  width: 100%;
  height: auto;
  height: 600px;
  overflow: hidden;
  background-image: url(../img-e2/slider/slider-img.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover; }
  .header-image-wrp img {
    width: 100%;
    height: auto;
    display: none; }

.header-image-xxxx {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1160px;
  margin-left: -580px; }

@media only screen and (max-width: 1440px) {
  .header-image-text-1 {
    height: 100px; }
    .header-image-text-1 p {
      font-size: 30px; } }
@media only screen and (max-width: 1200px) {
  .header-image-text-1 {
    left: 30%;
    height: 100px; }
    .header-image-text-1 p {
      font-size: 30px; }

  .header-image-text-2 {
    right: 30%; } }
@media only screen and (max-width: 870px) {
  .header-image-text-1 {
    left: 20%;
    height: 80px; }
    .header-image-text-1 p {
      font-size: 24px; }

  .header-image-text-2 {
    right: 20%; } }
@media only screen and (max-width: 700px) {
  .header-image-text-1 {
    left: 20%;
    height: 80px; }
    .header-image-text-1 p {
      font-size: 24px; }

  .header-image-text-2 {
    right: 20%;
    height: 80px; }
    .header-image-text-2 p {
      font-size: 18px; }
      .header-image-text-2 p strong {
        font-size: 16px; } }
@media only screen and (max-width: 650px) {
  .header-image-text-1 {
    left: 10%;
    height: 60px; }
    .header-image-text-1 p {
      font-size: 18px;
      padding: 18px 0 0 80px; } }
@media only screen and (max-width: 430px) {
  .header-image-text-1 {
    left: 0;
    height: 60px; }
    .header-image-text-1 p {
      font-size: 16px;
      padding: 18px 0 0 80px; }

  .header-image-text-2 {
    right: 0%;
    height: 80px; }
    .header-image-text-2 p {
      font-size: 17px; }
      .header-image-text-2 p strong {
        font-size: 14px; } }
.header-image-text {
  position: absolute;
  z-index: 20;
  bottom: 40px;
  left: 30px;
  width: auto;
  padding: 10px 20px;
  background-color: #004c6d; }
  .header-image-text p, .header-image-text h1 {
    font-size: 28px;
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: lighter; }
    .header-image-text p strong, .header-image-text h1 strong {
      font-family: "Open Sans";
      font-weight: normal;
      font-size: 36px;
      color: #faa61a; }

@media only screen and (max-width: 960px) {
  .header-image-wrp {
    height: 500px; }

  .header-image {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0; } }
@media only screen and (max-width: 767px) {
  .header-image-wrp {
    height: 300px; }

  .header-image-text p, .header-image-text h1 {
    font-size: 18px; }
    .header-image-text p strong, .header-image-text h1 strong {
      font-size: 24px; } }
@media only screen and (max-width: 500px) {
  .header-image-wrp {
    height: 400px; }

  .header-image-text p, .header-image-text h1 {
    font-size: 14px; }
    .header-image-text p strong, .header-image-text h1 strong {
      font-size: 18px; } }
.header-image-gradient-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#007db9e8',GradientType=0 );
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004071+0,004071+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #004071 0%, rgba(0, 64, 113, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004071 0%, rgba(0, 64, 113, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004071 0%, rgba(0, 64, 113, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004071', endColorstr='#00004071',GradientType=0 );
  /* IE6-9 */ }

.header-image-gradient-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0, 64, 113, 0) 0%, rgba(0, 64, 113, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 64, 113, 0) 0%, rgba(0, 64, 113, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 64, 113, 0) 0%, rgba(0, 64, 113, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#e69a9248',GradientType=0 ); }

.subcont-text {
  padding: 40px 20px 20px 20px; }
  .subcont-text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #1f1f1f; }
  .subcont-text ol {
    padding-top: 10px; }
    .subcont-text ol li {
      padding-left: 10px;
      font-size: 16px;
      line-height: 24px;
      color: #1f1f1f;
      font-weight: bold; }
      .subcont-text ol li i {
        font-weight: normal;
        color: #1f1f1f;
        margin-right: 10px;
        font-size: 16px; }

/*
.sc-offer-sec-wrp-icon {
    //position: absolute; top: 30px; left: 10px;
    //float: left;
    //border-left: 10px solid #fff;
    //padding-left: 20px;
    margin-left: 20px;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(240,240,240,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 );
    //min-height: 80px;
    p {
        display: inline-block;
        //padding-top: 10px;
        margin-top: -15px;
        strong {
            font-size: 18px; color: #000;
            font-weight: bold;
            padding-left: 30px;
        }
    }
}
@media only screen and (max-width: 500px) {
            .sc-offer-sec-wrp-icon {
                //position: absolute; top: 30px; left: 10px;
                //float: left;
                //border-left: 10px solid #fff;
                //padding-left: 20px;
                margin-left: 20px;
                //min-height: 80px;
                p {
                    display: inline-block;
                    //padding-top: 10px;
                    margin-top: -25px;
                    strong {
                        font-size: 14px; color: #000;
                        font-weight: bold;
                        padding-left: 20px;
                    }
                }
            }
}
.sc-offer-icon {
    display: inline-block;
    width: 84px;
    height: 84px;
    transform: skewX( -15deg );
    background-color: #000;
    //margin: 30px auto 0;
    text-align: center;
    margin-left: -20px;
    span {
        font-size: 60px; color: #fff;
        font-weight: bold;
        //transform: skewX( 15deg );
    }
}
@media only screen and (max-width: 500px) {
    .sc-offer-icon {
        display: inline-block;
        width: 64px;
        height: 64px;
        transform: skewX( -15deg );
        background-color: #000;
        //margin: 30px auto 0;
        text-align: center;
        margin-left: -20px;
        span {
            font-size: 44px; color: #fff;
            font-weight: bold;
            //transform: skewX( 15deg );
        }
    }
}
*/
.sc-offer-sec-wrp-icon {
  position: relative;
  margin-left: 20px;
  height: 84px;
  background: #f0f0f0;
  background: -moz-linear-gradient(left, #f0f0f0 0%, white 100%);
  background: -webkit-linear-gradient(left, #f0f0f0 0%, white 100%);
  background: linear-gradient(to right, #f0f0f0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=1 ); }
  .sc-offer-sec-wrp-icon p {
    display: block;
    padding-left: 100px;
    padding-top: 25px; }
    .sc-offer-sec-wrp-icon p strong {
      font-size: 18px;
      color: #000;
      font-weight: bold; }

@media only screen and (max-width: 500px) {
  .sc-offer-sec-wrp-icon {
    height: 64px; }
    .sc-offer-sec-wrp-icon p {
      padding-left: 80px;
      padding-top: 20px; }
      .sc-offer-sec-wrp-icon p strong {
        font-size: 14px;
        color: #000;
        font-weight: bold; }

  .sc-offer-sec-wrp-text p {
    font-size: 14px !important;
    line-height: 20px; } }
.sc-offer-icon {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 84px;
  height: 84px;
  transform: skewX(-15deg);
  background-color: #000;
  text-align: center; }
  .sc-offer-icon span {
    font-size: 60px;
    color: #fff;
    font-weight: bold; }

@media only screen and (max-width: 500px) {
  .sc-offer-icon {
    width: 64px;
    height: 64px;
    transform: skewX(-15deg);
    background-color: #000;
    text-align: center; }
    .sc-offer-icon span {
      font-size: 44px;
      color: #fff;
      font-weight: bold; } }
.sc-offer-header-wrp {
  position: relative;
  width: 100%;
  display: block; }
  .sc-offer-header-wrp .red-left-block {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 50%;
    height: 67px;
    background-color: #c3001e; }

.sc-offer-header {
  position: relative;
  z-index: 100;
  width: 996px;
  margin: 0 auto; }
  .sc-offer-header h3 {
    display: block;
    height: 67px;
    background-image: url(../img-e2/content/bg-header-red-left-996.png);
    background-repeat: no-repeat;
    background-position: left top; }
    .sc-offer-header h3 strong {
      line-height: 67px;
      padding-left: 15px;
      font-size: 24px;
      color: #fff;
      text-transform: uppercase; }

.subcontent-header-wrp {
  display: block;
  width: 100%;
  background-image: url(../img-e2/content/bg-header-fw.png);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 148px;
  text-align: center; }
  .subcontent-header-wrp h2 {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff; }

@media only screen and (max-width: 600px) {
  .subcontent-header-wrp h2 {
    font-size: 24px; } }
.subcontent-wrp-proc-zmiany-sprze {
  width: 996px;
  margin: 0 auto;
  text-align: center; }
  .subcontent-wrp-proc-zmiany-sprze img {
    width: 100%;
    height: auto; }
  .subcontent-wrp-proc-zmiany-sprze p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000; }
    .subcontent-wrp-proc-zmiany-sprze p strong {
      font-weight: bold; }

@media only screen and (max-width: 996px) {
  .subcontent-wrp-proc-zmiany-sprze {
    width: 100%; } }
.subcont-offer-left-v1 {
  padding-top: 20px; }
  .subcont-offer-left-v1 h2 {
    position: relative;
    z-index: 20;
    width: 700px;
    font-size: 30px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 600; }
    .subcont-offer-left-v1 h2 strong {
      font-weight: 600;
      white-space: nowrap; }
  .subcont-offer-left-v1 h3 {
    font-size: 24px;
    color: #fff;
    font-family: "Open Sans Condensed";
    font-weight: lighter; }

@media only screen and (max-width: 960px) {
  .subcont-offer-left-v1 h2 {
    width: 100%;
    font-size: 48px; }
  .subcont-offer-left-v1 h3 {
    font-size: 24px; } }
@media only screen and (max-width: 800px) {
  .subcont-offer-left-v1 h2 {
    font-size: 38px; }
  .subcont-offer-left-v1 h3 {
    font-size: 24px; } }
@media only screen and (max-width: 530px) {
  .subcont-offer-left-v1 h2 {
    font-size: 30px; }
  .subcont-offer-left-v1 h3 {
    font-size: 21px; } }
@media only screen and (max-width: 480px) {
  .subcont-offer-left-v1 h2 {
    font-size: 26px; }
  .subcont-offer-left-v1 h3 {
    font-size: 19px; } }
.sc-offer-cont-wrp-mw {
  width: 960px;
  margin: 0 auto; }

@media only screen and (max-width: 960px) {
  .sc-offer-cont-wrp-mw {
    width: 100%; } }
.sc-bg-red {
  background-color: #c3001e; }

.sc-bg-yellow {
  background-color: #ffc709; }

.sc-bg-yellow-trans-block {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 80px;
  margin-left: -50px;
  background-image: url(../img-e2/content/bg-romb-yellow-red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }

.sc-bg-red-trans-block {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  display: block;
  width: 100px;
  background-image: url(../img-e2/content/bg-romb-red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }

.sc-bg-red-yellow-trans-block {
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 80px;
  margin-left: -20px;
  background-image: url(../img-e2/content/bg-romb-red-yellow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }

.sc-red-white-4k {
  background-image: url(../img-e2/content/bg-red-white-4k.png);
  background-repeat: repeat-y;
  background-position: center center;
  margin: 30px 0; }

.sc-bg-red-trans {
  background-image: url(../img-e2/content/bg-romb-red.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover; }

.sc-bg-white-right {
  background-image: url(../img-e2/content/bg-romb-white.png.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover; }

@media only screen and (max-width: 996px) {
  .subcont-offer-left-v1 h2 {
    padding-left: 20px; } }
@media only screen and (max-width: 830px) {
  .sc-offer-wrp-text-sl {
    padding-left: 15px;
    padding-right: 15px; }

  .sc-offer-wrp.sc-min-height-oferta {
    min-height: 340px !important; } }
.sc-offer-wrp-multiple-row {
  display: block;
  clear: both; }

.sc-offer-wrp {
  position: relative;
  display: block;
  float: left;
  padding-top: 30px;
  width: 33%; }
  .sc-offer-wrp.sc-min-height-oferta {
    min-height: 300px; }

.sc-offer-wrp-icon-sl {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -40px; }

.sc-offer-wrp-icon {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -40px; }

.sc-offer-icon-sl {
  position: relative;
  display: block;
  float: left;
  width: 80px;
  height: 80px; }
  .sc-offer-icon-sl img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px; }

.sc-offer-wrp-text-sl {
  z-index: 30;
  position: relative;
  display: block;
  clear: both;
  padding-top: 100px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px; }
  .sc-offer-wrp-text-sl p {
    padding: 0 10px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    color: #fff; }
    .sc-offer-wrp-text-sl p strong {
      font-family: "Open Sans";
      font-weight: normal;
      font-size: 18px;
      font-weight: 700;
      color: #fff; }
  .sc-offer-wrp-text-sl.dark p {
    color: #000; }
    .sc-offer-wrp-text-sl.dark p strong {
      color: #000; }

.sc-offer-wrp-text {
  position: relative;
  display: block;
  clear: both;
  padding-top: 100px;
  text-align: center; }
  .sc-offer-wrp-text p {
    padding: 0 10px;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 16px;
    color: #fff; }
    .sc-offer-wrp-text p strong {
      font-family: "Open Sans";
      font-weight: normal;
      font-size: 18px;
      font-weight: 700;
      color: #faa61a; }

@media only screen and (max-width: 960px) {
  .sc-offer-wrp-text {
    width: 100%;
    margin-left: 20px;
    padding-right: 30px; } }
@media only screen and (max-width: 800px) {
  .sc-offer-wrp {
    min-height: 0;
    width: 100% !important; }

  .sc-offer-wrp.sc-min-height-oferta {
    min-height: 250px !important; }

  .sc-offer-wrp-text {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px; } }
.sc-sep-line {
  display: block;
  margin: 10px 0; }

.sc-sep-two {
  margin: 0 0 20px;
  width: 20px;
  height: 1px;
  background: #222;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  margin: 20px 0;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .sc-sep-two:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    width: 50px;
    height: 1px;
    margin: 5px 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }

.bg-div-yellow-btm {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: block;
  min-height: 100px;
  height: auto;
  width: 100%;
  background-image: url(../img/content/bg-yellow-bottom-img.png);
  background-position: right bottom;
  background-repeat: no-repeat; }

.sc-offer-sec-wrp {
  position: relative;
  display: block;
  clear: both;
  padding-top: 30px;
  min-height: 100px;
  width: 100%; }

.sc-offer-sec-wrp-text {
  position: relative;
  display: block;
  float: left;
  padding-top: 16px;
  padding-left: 80px;
  margin-left: 30px; }
  .sc-offer-sec-wrp-text p {
    font-family: "Open Sans";
    font-size: 16px;
    color: #000; }
    .sc-offer-sec-wrp-text p strong {
      font-weight: bold; }
    .sc-offer-sec-wrp-text p:last-child {
      padding-top: 10px;
      font-weight: normal;
      font-family: "Open Sans"; }

@media only screen and (max-width: 960px) {
  .subcont-offer-sec-right-v1 {
    padding-left: 10px; }

  .sc-offer-sec-main-wrp {
    padding-left: 20px;
    padding-right: 20px; }

  .sc-offer-sec-wrp-text {
    width: 100%;
    margin-left: 20px;
    padding-right: 90px; } }
.divider-line-short {
  display: block;
  width: 100px;
  height: 1px;
  margin: 10px 0; }
  .divider-line-short.grey {
    background-color: #d1d1d1; }

.sc-offer-custom1 {
  padding-bottom: 30px; }

.sc-offer-2 {
  height: 950px; }

@media only screen and (max-width: 830px) {
  .sc-offer-2 {
    height: 250px !important; }
    .sc-offer-2 .bg-align-left {
      background-size: 300px 250 !important;
      background-position: center -150px !important; } }
.sc-offer-3 {
  height: 800px; }

@media only screen and (max-width: 830px) {
  .sc-offer-3 {
    height: 250px; }
    .sc-offer-3 .bg-align-left {
      background-size: 300px 250 !important;
      background-position: center -150px !important; } }
@media only screen and (max-width: 830px) {
  .sc-offer-3 {
    height: 400px; } }
.sc-bg-fixed-wrp {
  position: relative;
  z-index: 500;
  display: block;
  clear: both;
  width: 100%;
  height: 300px;
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }
  .sc-bg-fixed-wrp.fimg-1 {
    background-image: url(../img/content/bg-offer-top-image.jpg); }
  .sc-bg-fixed-wrp.fimg-2 {
    background-image: url(../img/content/bg-offer-top-image-2.jpg); }

.sc-bg-fixed-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: block;
  height: auto;
  min-height: 140px;
  background-image: url(../img/content/bg-blue-top.png);
  background-position: center top; }

.sc-bg-fixed-bg-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: block;
  height: auto;
  min-height: 119px;
  background-image: url(../img/content/bg-blue-bottom.png);
  background-position: center bottom; }

.subcontent-docs-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.subcont-docs-mw {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px; }

@media only screen and (max-width: 960px) {
  .subcont-docs-mw {
    width: 100%; } }
.docs-wrp {
  padding-top: 10px; }

.doc-cont-div {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  width: 48%;
  margin: 1%;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  height: 140px; }
  .doc-cont-div.dcs-3 {
    height: 100px; }
  .doc-cont-div:hover {
    background-color: #f0f0f0; }
    .doc-cont-div:hover .doc-cont-icon {
      background-color: transparent;
      border: none; }

.doc-cont-div-in {
  position: relative;
  display: block;
  padding: 10px; }

.doc-cont-icon {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center; }
  .doc-cont-icon img {
    height: 50px; }
  .doc-cont-icon i {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 40px; }

.doc-cont-name {
  display: block;
  padding-left: 65px;
  padding-top: 0;
  font-family: 'PT Sans', sans-serif;
  line-height: 26px;
  color: #000;
  letter-spacing: 0.7px;
  -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; }

@media only screen and (max-width: 865px) {
  .doc-cont-div {
    clear: both;
    float: none;
    width: 100%;
    margin: 1% 0;
    height: auto !important; }
    .doc-cont-div.dcs-3 {
      height: auto !important; } }
/*
.subcontent-docs-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.subcont-docs-mw {
    width: 960px; margin:0 auto;
    padding-bottom: 30px;
}
@media only screen and (max-width: 960px) {
    .subcont-docs-mw {
        width: 100%;
    }
}
.docs-wrp-main {
    padding: 0 15px;
}
    .docs-wrp {

    }

    .doc-cont-div {
        display: block; clear: both;
        //background-color: #faa61a;
        background-color: #fff;
        //border-bottom: 1px solid #d2d2d2;
        margin-bottom:5px;
        @include transition-all(0.2s, ease-in-out);
        &:hover {
            background-color: #004c6d;
            .doc-cont-name {
                color: #faa61a;
            }
        }
    }
        .doc-cont-div-in {
            position: relative;
            display: block; padding: 10px;

            &:hover {
                .doc-cont-name {
                    //padding-left: 40px;
                }
            }
        }
            .doc-cont-icon {
                position: absolute; top: 10px; left: 10px;
                //float: left;
                //display: inline-block;
                img {
                    height: 20px;
                }
                i {

                }
            }
            .doc-cont-name {
                //float: left;
                //display: inline-block;
                padding-left: 30px;
                font-family: "Open Sans";
                //font-family: "Open Sans Condensed";
                font-size: 15px; color: #002e42;

            }


*/
.bg-color-contact {
  background-color: #fff;
  background-image: url(../img-e2/content/bg-docs.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.subcont-contact-wrp-main {
  display: block;
  clear: both;
  width: 100%;
  height: auto; }

.subcont-contact-wrp {
  width: 960px;
  margin: 0 auto; }
  .subcont-contact-wrp.bt {
    border-top: 1px solid #e6e6e6; }

@media only screen and (max-width: 960px) {
  .subcont-contact-wrp {
    width: 100%; } }
.subcont-contact-two-cols {
  display: block;
  width: 100%;
  padding: 20px 0; }

.subcont-contact-col {
  width: 50%; }
  .subcont-contact-col.left {
    float: left;
    padding-left: 20px; }
  .subcont-contact-col.right {
    float: right; }
  .subcont-contact-col .sc-divider-line {
    margin: 20px 0;
    display: block;
    width: 80%;
    height: 1px;
    background-color: #e6e6e6; }

@media only screen and (max-width: 790px) {
  .subcont-contact-col {
    width: 100%; }
    .subcont-contact-col.left {
      float: none;
      clear: both;
      padding-left: 20px; }
    .subcont-contact-col.right {
      float: none;
      clear: both;
      padding-top: 20px;
      padding-left: 20px; } }
.sc-contact-text p {
  font-family: "Open Sans";
  color: #000;
  font-size: 24px; }
.sc-contact-text.first {
  padding-top: 15px; }
  .sc-contact-text.first p {
    font-weight: lighter; }
.sc-contact-text.second p {
  font-weight: normal; }

.sc-contact-data-row {
  display: block;
  clear: both; }
  .sc-contact-data-row:first-child {
    padding-bottom: 10px; }

.sc-contact-data {
  display: block;
  clear: both;
  padding: 10px 0;
  width: 100%; }

.sc-contact-empty {
  position: relative;
  z-index: 30;
  display: block;
  float: left;
  width: 80px;
  height: 80px; }

.sc-contact-img-icon {
  position: relative;
  z-index: 30;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  text-align: center; }
  .sc-contact-img-icon img {
    height: 45px;
    margin-top: 15px; }

.sc-contact-info {
  display: block;
  float: left;
  padding-left: 20px; }
  .sc-contact-info p {
    color: #000;
    font-size: 14px;
    font-family: "Open Sans"; }
    .sc-contact-info p strong {
      display: block;
      clear: both;
      font-size: 20px; }
      .sc-contact-info p strong.red {
        color: #c3001e;
        font-size: 28px; }
    .sc-contact-info p a:hover {
      text-decoration: underline; }
  .sc-contact-info.phone p strong {
    font-weight: bold; }

.subcontent-form-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.sc-form {
  width: 960px;
  margin: 0 auto; }

@media only screen and (max-width: 960px) {
  .sc-form {
    width: 100%; } }
.sc-form-row.one-cols .sc-form-col {
  float: none;
  clear: both;
  width: 100%; }
.sc-form-row.two-cols .sc-form-col {
  float: left;
  width: 50%; }

.sc-form-col {
  padding: 10px; }
  .sc-form-col input, .sc-form-col textarea {
    background-color: #e1e1e1;
    color: #c3001e;
    border-bottom: 1px solid #c3001e;
    -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; }
    .sc-form-col input::-webkit-input-placeholder, .sc-form-col textarea::-webkit-input-placeholder {
      color: #c3001e; }
    .sc-form-col input::-moz-placeholder, .sc-form-col textarea::-moz-placeholder {
      color: #c3001e; }
    .sc-form-col input:-ms-input-placeholder, .sc-form-col textarea:-ms-input-placeholder {
      color: #c3001e; }
    .sc-form-col input:-moz-placeholder, .sc-form-col textarea:-moz-placeholder {
      color: #c3001e; }
    .sc-form-col input:focus, .sc-form-col textarea:focus {
      background-color: #ffc709;
      color: #c3001e; }
  .sc-form-col input {
    display: block;
    padding: 10px;
    width: 100%;
    font-size: 14px; }
  .sc-form-col textarea {
    display: block;
    padding: 10px;
    width: 100%;
    min-height: 120px;
    font-size: 14px;
    outline: none;
    border: none;
    border-bottom: 1px solid #c3001e;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: auto; }

.sc-form-row-checkbox {
  display: block;
  clear: both;
  padding: 10px; }

.sc-form-checkbox {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .sc-form-checkbox div {
    display: block;
    padding-left: 30px; }
  .sc-form-checkbox input {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px; }
  .sc-form-checkbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 20px; }
  .sc-form-checkbox a {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    color: #c3001e;
    text-decoration: underline;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .sc-form-checkbox a:hover {
      text-decoration: none; }

.sc-form-full-terms {
  display: block;
  clear: both;
  margin-top: 10px;
  background-color: #ffc709; }
  .sc-form-full-terms p {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #000;
    line-height: 20px; }
  .sc-form-full-terms ol {
    display: block;
    font-size: 14px;
    color: #000;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 20px; }
    .sc-form-full-terms ol li {
      list-style: lower-latin;
      list-style-type: lower-latin;
      padding-left: 5px; }

.sc-form-row-btn {
  display: block;
  width: 100%;
  padding: 10px; }
  .sc-form-row-btn button.btn-send {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    min-width: 300px;
    background-color: #c3001e;
    color: #fff;
    border: 1px solid #c3001e;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .sc-form-row-btn button.btn-send:hover {
      background-color: #ffc709;
      color: #000; }

@media only screen and (max-width: 600px) {
  .sc-form-row.one-cols .sc-form-col {
    float: none;
    clear: both;
    width: 100%; }
  .sc-form-row.two-cols .sc-form-col {
    float: none;
    clear: both;
    width: 100%; } }
.sc-error-div {
  display: none; }

.sc-form-thanks-wrp {
  display: block;
  width: 960px;
  margin: 0 auto;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.6); }

.sc-form-thanks {
  color: #000;
  width: 100%;
  text-align: center; }
  .sc-form-thanks img {
    margin-bottom: 50px; }
  .sc-form-thanks h3 {
    font-size: 26px;
    font-weight: bold; }
  .sc-form-thanks p {
    display: block;
    padding: 40px 0 0 0;
    font-size: 15px;
    font-weight: normal;
    color: #000; }

@media only screen and (max-width: 960px) {
  .sc-form-thanks-wrp {
    width: 100%; } }
.sc-form-col input.error,
.sc-form-col textarea.error {
  border: 1px solid #c12d2d;
  background-color: #f7bfbf;
  color: #760000; }
  .sc-form-col input.error:focus,
  .sc-form-col textarea.error:focus {
    border: 1px solid #c12d2d;
    background-color: #f7bfbf;
    color: #760000; }
  .sc-form-col input.error::-webkit-input-placeholder,
  .sc-form-col textarea.error::-webkit-input-placeholder {
    color: #760000; }
  .sc-form-col input.error::-moz-placeholder,
  .sc-form-col textarea.error::-moz-placeholder {
    color: #760000; }
  .sc-form-col input.error:-ms-input-placeholder,
  .sc-form-col textarea.error:-ms-input-placeholder {
    color: #760000; }
  .sc-form-col input.error:-moz-placeholder,
  .sc-form-col textarea.error:-moz-placeholder {
    color: #760000; }

.subfooter-wrp-main {
  display: block;
  clear: both;
  width: 100%;
  background-color: #e71a28; }

.subfooter-wrp-in {
  display: block;
  clear: both;
  width: 100%; }

.subfooter-wrp-mw {
  width: 960px;
  margin: 0 auto; }

.subfooter-wrp {
  display: block;
  clear: both;
  padding: 10px; }
  .subfooter-wrp.logo {
    padding: 20px 10px; }
  .subfooter-wrp.bottom {
    padding: 20px 10px; }

@media only screen and (max-width: 960px) {
  .subfooter-wrp-mw {
    width: 100%; } }
.footer-company {
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  text-align: left; }
  .footer-company strong {
    font-weight: bold; }

.flinks {
  float: left;
  color: #fff;
  font-size: 13px; }

.fcp {
  float: right;
  color: #fff;
  font-size: 13px; }

.plan-podzialu-btn {
  color: #fff;
  text-align: center;
  font-size: 11px; }
  .plan-podzialu-btn:hover, .plan-podzialu-btn:focus {
    text-decoration: underline; }

#button-menu-toggle {
  display: none;
  position: absolute;
  top: 22px;
  right: 20px;
  z-index: 20;
  width: 40px;
  height: 60px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #button-menu-toggle.close_active, #button-menu-toggle.open {
    z-index: 10000 !important;
    color: #fff; }
    #button-menu-toggle.close_active span, #button-menu-toggle.open span {
      background: #fff !important; }

#button-menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#button-menu-toggle:hover span {
  background: #000; }

#button-menu-toggle span:nth-child(1) {
  top: 0px; }

#button-menu-toggle span:nth-child(2),
#button-menu-toggle span:nth-child(3) {
  top: 12px; }

#button-menu-toggle span:nth-child(4) {
  top: 24px; }

#button-menu-toggle.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#button-menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#button-menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#button-menu-toggle.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c3021d;
  z-index: 199; }

/* Overlay closing cross */
/* Menu style */
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  font-size: 34px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative; }

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 54px; }

.overlay ul li a {
  font-family: "Open Sans";
  font-weight: 300;
  display: block;
  color: #ffffff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.overlay ul li a:hover,
.overlay ul li a:focus {
  color: #000; }

/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s; }

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg); }

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg); }

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 30px; }

  .overlay ul li {
    min-height: 34px; } }
@media only screen and (max-width: 860px) {
  .overlay nav {
    height: 60%;
    font-size: 30px; }

  .overlay ul li {
    min-height: 32px; } }
@media only screen and (max-width: 660px) {
  .overlay nav {
    height: 50%;
    font-size: 24px; }

  .overlay ul li {
    min-height: 28px; } }

/*# sourceMappingURL=css-mimodo.css.map */
