@charset "UTF-8";
/*Defaults*/
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothic-Italic.eot");
  src: local("../fonts/CenturyGothic/CenturyGothic-Italic"), url("../fonts/CenturyGothic/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-Italic.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic-Italic.svg#CenturyGothic-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothic.eot");
  src: local("../fonts/CenturyGothic/CenturyGothic"), url("../fonts/CenturyGothic/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic.svg#CenturyGothic") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothic-Bold.eot");
  src: local("../fonts/CenturyGothic/CenturyGothic-Bold"), url("../fonts/CenturyGothic/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-Bold.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic-Bold.svg#CenturyGothic-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'CenturyGothic';
  src: url("../fonts/CenturyGothic/CenturyGothic-BoldItalic.eot");
  src: local("../fonts/CenturyGothic/CenturyGothic-BoldItalic"), url("../fonts/CenturyGothic/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/CenturyGothic/CenturyGothic-BoldItalic.ttf") format("truetype"), url("../fonts/CenturyGothic/CenturyGothic-BoldItalic.svg#CenturyGothic-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
/*$img: "Images/";*/
/*! normalize.css v3.0.0 | 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; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  	/* @include container-fixed;
  
    @media (min-width: $screen-sm-min) {
      width: $container-sm;
    }
    @media (min-width: $screen-md-min) {
      width: $container-md;
    }
    @media (min-width: $screen-lg-min) {
      width: $container-lg;
    }*/ }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /* position: relative;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-right-0 {
  margin-right: 0%; }

.col-xs-offset-right-1 {
  margin-right: 8.33333%; }

.col-xs-offset-right-2 {
  margin-right: 16.66667%; }

.col-xs-offset-right-3 {
  margin-right: 25%; }

.col-xs-offset-right-4 {
  margin-right: 33.33333%; }

.col-xs-offset-right-5 {
  margin-right: 41.66667%; }

.col-xs-offset-right-6 {
  margin-right: 50%; }

.col-xs-offset-right-7 {
  margin-right: 58.33333%; }

.col-xs-offset-right-8 {
  margin-right: 66.66667%; }

.col-xs-offset-right-9 {
  margin-right: 75%; }

.col-xs-offset-right-10 {
  margin-right: 83.33333%; }

.col-xs-offset-right-11 {
  margin-right: 91.66667%; }

.col-xs-offset-right-12 {
  margin-right: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-right-0 {
    margin-right: 0%; }

  .col-sm-offset-right-1 {
    margin-right: 8.33333%; }

  .col-sm-offset-right-2 {
    margin-right: 16.66667%; }

  .col-sm-offset-right-3 {
    margin-right: 25%; }

  .col-sm-offset-right-4 {
    margin-right: 33.33333%; }

  .col-sm-offset-right-5 {
    margin-right: 41.66667%; }

  .col-sm-offset-right-6 {
    margin-right: 50%; }

  .col-sm-offset-right-7 {
    margin-right: 58.33333%; }

  .col-sm-offset-right-8 {
    margin-right: 66.66667%; }

  .col-sm-offset-right-9 {
    margin-right: 75%; }

  .col-sm-offset-right-10 {
    margin-right: 83.33333%; }

  .col-sm-offset-right-11 {
    margin-right: 91.66667%; }

  .col-sm-offset-right-12 {
    margin-right: 100%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-right-0 {
    margin-right: 0%; }

  .col-md-offset-right-1 {
    margin-right: 8.33333%; }

  .col-md-offset-right-2 {
    margin-right: 16.66667%; }

  .col-md-offset-right-3 {
    margin-right: 25%; }

  .col-md-offset-right-4 {
    margin-right: 33.33333%; }

  .col-md-offset-right-5 {
    margin-right: 41.66667%; }

  .col-md-offset-right-6 {
    margin-right: 50%; }

  .col-md-offset-right-7 {
    margin-right: 58.33333%; }

  .col-md-offset-right-8 {
    margin-right: 66.66667%; }

  .col-md-offset-right-9 {
    margin-right: 75%; }

  .col-md-offset-right-10 {
    margin-right: 83.33333%; }

  .col-md-offset-right-11 {
    margin-right: 91.66667%; }

  .col-md-offset-right-12 {
    margin-right: 100%; } }
@media (min-width: 1400px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-right-0 {
    margin-right: 0%; }

  .col-lg-offset-right-1 {
    margin-right: 8.33333%; }

  .col-lg-offset-right-2 {
    margin-right: 16.66667%; }

  .col-lg-offset-right-3 {
    margin-right: 25%; }

  .col-lg-offset-right-4 {
    margin-right: 33.33333%; }

  .col-lg-offset-right-5 {
    margin-right: 41.66667%; }

  .col-lg-offset-right-6 {
    margin-right: 50%; }

  .col-lg-offset-right-7 {
    margin-right: 58.33333%; }

  .col-lg-offset-right-8 {
    margin-right: 66.66667%; }

  .col-lg-offset-right-9 {
    margin-right: 75%; }

  .col-lg-offset-right-10 {
    margin-right: 83.33333%; }

  .col-lg-offset-right-11 {
    margin-right: 91.66667%; }

  .col-lg-offset-right-12 {
    margin-right: 100%; } }
@-ms-viewport {
  width: device-width; }
.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1400px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.65; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  z-index: 1045;
  max-width: 100%; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/*.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;

  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: $mfp-controls-opacity;
  padding: 0 0 18px 10px;
  color: $mfp-controls-color;

  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;

  &:hover,
  &:focus {
    opacity: 1;
    background-color: transparent;

  }

  &:active {
    top: 1px;
  }
}*/
.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder,
.mfp-iframe-holder {
  /*.mfp-close {
    color: $mfp-controls-color;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
  }*/ }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
Design
*/
.divEdit {
  margin: 0 0 15px; }

.divModuleRights {
  z-index: 999; }

.adminDivCreate {
  margin: 0 0 10px; }

.adminEditDelText {
  margin: 0 0 10px; }

.spanEditDel {
  padding: 0 10px 0; }
  .spanEditDel img {
    vertical-align: middle;
    margin: 0 3px 0;
    border: 0; }

.absolute .spanEditDel {
  position: relative;
  top: -20px; }

.divAddModule {
  margin: 0 0 10px; }

.divMoveForm {
  margin: 15px 0 25px; }

.spanSort {
  padding: 0 10px 0; }
  .spanSort input.inactive,
  .spanSort input.active,
  .spanSort input.error {
    border: 1px solid #000;
    width: 50px;
    height: 20px;
    padding-left: 15px;
    background: url(adminimg/sort_inactive.png) no-repeat left;
    color: #000; }
  .spanSort input.active {
    background: url(adminimg/sort_active.png) no-repeat left; }
  .spanSort input.error {
    background: url(adminimg/sort_error.png) no-repeat left; }

.pageEdit {
  margin: 10px 0 0; }

.pageInput {
  width: 30px;
  padding: 0 5px; }

#groupEditor {
  padding: 0 0 20px;
  background: #e9e9e4;
  border: 2px solid #82827F;
  width: 420px; }
  #groupEditor .closeImg {
    text-align: right; }
  #groupEditor .mainDiv {
    margin: 20px 20px 0 20px; }
  #groupEditor table {
    margin: 15px 0 0; }
  #groupEditor .fieldGroupEditor {
    padding: 5px; }
    #groupEditor .fieldGroupEditor input {
      width: 250px; }
  #groupEditor .submitGroupEditor {
    padding: 5px;
    text-align: center; }
  #groupEditor .error {
    font-size: 11px;
    font-weight: bold;
    color: #E00000; }
  #groupEditor .info {
    font-size: 11px;
    font-weight: bold;
    color: #00AF00; }

.divModuleRights {
  position: fixed;
  top: 50px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999;
  font-size: 14px; }
  .divModuleRights .moduleRightsContainer {
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 40px; }
  .divModuleRights input[type="submit"] {
    position: absolute;
    bottom: 5px;
    left: 120px;
    z-index: 200; }
    .divModuleRights input[type="submit"]:hover {
      position: absolute; }
  .divModuleRights .title {
    width: 100%;
    text-align: center;
    font-weight: bold; }
    .divModuleRights .title a {
      cursor: pointer; }
  .divModuleRights .module {
    padding: 4px;
    margin: 5px 2px;
    border: 1px solid black; }
    .divModuleRights .module .role {
      clear: both;
      padding: 3px 0 3px 0; }

.leftalign, .divEdit, .adminDivCreate, .adminEditDelText, .leftalign a, .divEdit a, .adminDivCreate a, .adminEditDelText a, #flashUploadDiv a, .edit a {
  font: 11px Tahoma !important;
  color: #666; }

.adminTopPanel {
  border-top: 1px solid #DCE0D4;
  width: 100%;
  background: #111;
  font: 12px "CenturyGothic", sans-serif;
  position: fixed;
  bottom: 0px;
  z-index: 2000; }
  .adminTopPanel table {
    width: 980px !important;
    text-align: center;
    margin: 0 auto; }
    .adminTopPanel table td {
      text-align: left; }
  .adminTopPanel a:hover, .adminTopPanel a:visited, .adminTopPanel a:link {
    color: #fff;
    font: 12px "CenturyGothic", sans-serif; }
  .adminTopPanel .divEdit {
    margin-bottom: 0;
    color: #212121; }

.tdAdminTopPanel {
  padding: 5px; }

.metaEditBlock {
  padding: 5px 10px;
  color: #fff; }

.metaEdit {
  margin-top: 10px;
  position: absolute;
  z-index: 999;
  padding: 10px;
  bottom: 38px;
  width: 450px;
  background: #111;
  border: 1px solid #DCE0D4; }
  .metaEdit p {
    display: inline; }
    .metaEdit p#descriptionContent, .metaEdit p#h1Content, .metaEdit p#keywordsContent, .metaEdit p#titleContent, .metaEdit p#lastmodifiedContent {
      display: block;
      color: #888; }
  .metaEdit input[type="text"], .metaEdit textarea {
    margin-bottom: 10px; }
    .metaEdit input[type="text"]:hover, .metaEdit input[type="text"]:focus, .metaEdit textarea:hover, .metaEdit textarea:focus {
      color: #000; }

.metaEdit .field {
  margin-bottom: 10px; }

.metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
  width: 97%; }

.metaRed {
  font-weight: normal;
  color: #ff0000; }

.metaGreen {
  font-weight: normal;
  color: #66CC33; }

.podMenu {
  text-align: left;
  position: absolute;
  bottom: 38px;
  z-index: 999;
  visibility: hidden;
  width: 215px;
  background: #333;
  border: 1px solid #DCE0D4;
  margin-top: 10px; }

.podMenuRel {
  padding: 5px 0px 5px 5px; }
  .podMenuRel a {
    text-decoration: none;
    color: #fff; }
  .podMenuRel:hover a {
    color: #212121; }

.adminDivFormText {
  background: #F5F6EA;
  padding: 5px;
  border: 1px solid #DCE0D4;
  color: #000; }
  .adminDivFormText a {
    color: #000; }
  .adminDivFormText .adminEditDelText {
    font-size: 80%; }
    .adminDivFormText .adminEditDelText a {
      color: #9D160A; }

.adminInfoBox {
  color: #aa0000;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #DB7474;
  padding: 8px;
  background: #FFF3EB;
  box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.5);
  -webkit-animation: myfirst 2.5s infinite;
  -moz-animation: myfirst 2.5s infinite;
  -o-animation: myfirst 2.5s infinite;
  animation: myfirst 2.5s infinite; }

@-webkit-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@-moz-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@-o-keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
@keyframes myfirst {
  0% {
    background: #FFF3EB; }
  50% {
    background: #FFFFBB; }
  100% {
    background: #FFF3EB; } }
/* Forms */
/* ╨Ч╨░╤П╨▓╨║╨░ ╨╛╤В╨┐╤А╨░╨▓╨╗╨╡╨╜╨░ ╤Г╤Б╨┐╨╡╤И╨╜╨╛ */
.divForm .divFormStar {
  margin: 10px 0; }

.divListErrors {
  margin: 10pt 0; }
  .divListErrors .divError {
    color: #FF0000;
    margin: 3pt 0;
    padding-left: 10pt; }
  .divListErrors .desc {
    font-size: 90%;
    color: #333333; }

.divListErrorsHead {
  font-weight: bold;
  margin-bottom: 10pt; }

.divFormStruct {
  padding-top: 6px; }
  .divFormStruct li {
    list-style-type: none; }
  .divFormStruct .inactive {
    font-weight: bold; }

.listExtraField {
  margin-top: 10px; }
  .listExtraField input {
    width: 50%; }

.docList .listItem {
  margin-bottom: 15px; }
.docList .listPhoto {
  float: left;
  margin-right: 10px; }
.docList .listDate {
  font-size: 80%;
  margin-right: 5px; }
.docList .listTitle {
  font-weight: bold; }
  .docList .listTitle a {
    font-weight: normal; }
.docList .listPreview {
  margin-top: 3px; }

.docItem {
  font-family: "CenturyGothic", sans-serif; }
  .docItem .docDate {
    font-size: 12px;
    color: #888;
    margin: 0 0 5px; }
  .docItem .docText {
    margin-top: 3px; }

.jserror {
  display: block;
  margin-top: 5px; }
  .jserror span {
    background: url(img/invalid.png) no-repeat 3px 3px;
    padding-left: 24px;
    color: #FB0F00; }

.jssuccess {
  display: inline-block;
  background: url(img/valid.png) no-repeat;
  height: 16px;
  width: 16px;
  position: relative;
  top: 5px;
  left: 3px; }

.error_message {
  position: fixed;
  width: 260px;
  top: 50%;
  left: 50%;
  color: black;
  margin-left: -130px;
  margin-top: -130px;
  z-index: 1000; }
  .error_message .error_block_header {
    background: url(img/wrench.png) 2px 2px no-repeat #CCCCCC;
    height: 20px;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 5px 5px 0px 0px;
    text-align: right;
    behavior: url(JS/PIE.htc);
    position: relative; }
  .error_message .error_block_body {
    padding: 18px 5px 18px 5px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 5px 5px;
    behavior: url(JS/PIE.htc);
    position: relative; }
  .error_message a {
    position: relative;
    background: url(img/close.png) 2px 2px no-repeat;
    height: 20px;
    width: 20px;
    float: right; }

.formField {
  margin: 10px 0px; }

.formFieldString {
  display: block;
  margin-top: 3px; }

.captchaImg {
  margin-bottom: 5px; }

.captcha {
  overflow: hidden;
  margin-bottom: 10px; }
  .captcha .captchaImg {
    float: left;
    margin-right: 15px; }
  .captcha .jserror {
    display: inline-block; }
  .captcha br {
    display: none; }
  .captcha .captcha_input {
    margin-top: 5px; }
  .captcha a {
    display: block; }

.divMoveForm {
  position: relative;
  z-index: 1000; }
  .divMoveForm .selectbox .select {
    width: 665px; }
  .divMoveForm .selectbox .dropdown {
    width: 665px; }
    .divMoveForm .selectbox .dropdown li {
      margin: 0; }
      .divMoveForm .selectbox .dropdown li:after {
        display: none; }

.divFilter {
  margin: 15px 0;
  padding: 10px;
  border: 1px dashed #bcdbed;
  width: 67%; }
  .divFilter table {
    width: auto; }
    .divFilter table td {
      vertical-align: middle;
      padding: 5px; }
      .divFilter table td input[type="text"] {
        margin-right: 10px; }

html,
body {
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  background: #fff;
  color: #212121;
  font: normal 18px "CenturyGothic", sans-serif; }
  @media (max-width: 600px) {
    body {
      font: normal 16px "CenturyGothic", sans-serif; } }

#outer {
  overflow: hidden; }

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  /*position: relative;*/ }
  .container:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

#body {
  position: relative; }
  #body:before {
    display: block;
    position: absolute;
    content: "";
    background: #ededed;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    top: -380px;
    right: 108px;
    z-index: 0; }
    @media (max-width: 1180px) {
      #body:before {
        top: -330px; } }
    @media (max-width: 990px) {
      #body:before {
        top: -180px;
        right: 80px; } }
    @media (max-width: 700px) {
      #body:before {
        right: 0px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0); } }
    @media (max-width: 400px) {
      #body:before {
        right: -60px; } }
  #body:after {
    display: block;
    position: absolute;
    content: "";
    background: #ededed;
    width: 200%;
    height: 100%;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    bottom: -230px;
    right: 283px;
    z-index: 0; }
    @media (max-width: 1180px) {
      #body:after {
        right: 282px; } }
  #body div, #body section {
    position: relative;
    z-index: 1; }
    #body div.content, #body section.content {
      z-index: 3; }

@media (max-width: 700px) {
  .inner #body {
    background: #ededed; } }
.inner #body:before {
  right: -150px;
  top: -285px; }
  @media (max-width: 1180px) {
    .inner #body:before {
      top: -200px; } }
.inner #body:after {
  bottom: -40px;
  right: -50px; }
  @media (max-width: 700px) {
    .inner #body:after {
      display: none; } }
.inner .content {
  padding-bottom: 0; }
  .inner .content .inner {
    padding-bottom: 150px; }
    @media (max-width: 700px) {
      .inner .content .inner {
        padding-bottom: 20px; } }
  @media (max-width: 1180px) {
    .inner .content p br, .inner .content li br {
      display: none; } }
  @media (max-width: 1180px) {
    .inner .content ul:last-child li:last-child {
      max-width: 50%; } }
  @media (max-width: 830px) {
    .inner .content ul:last-child li:last-child {
      max-width: 40%; } }
  @media (max-width: 700px) {
    .inner .content ul:last-child li:last-child {
      max-width: inherit; } }

.greysquare {
  position: absolute;
  margin-top: -470px;
  left: 0;
  right: 0;
  height: 900px;
  background: url(../img/grey.jpg) no-repeat center top; }

#header {
  position: relative; }
  #header .container {
    position: relative; }
  #header .row {
    padding: 35px 0;
    position: relative;
    z-index: 2; }
    @media (max-width: 990px) {
      #header .row {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 700px) {
      #header .row {
        padding: 10px 0 30px; } }
    #header .row:before {
      display: block;
      position: absolute;
      content: "";
      background: #ec5a0a;
      bottom: -130px;
      left: 100px;
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg);
      width: 2000px;
      height: 900px;
      z-index: 0; }
      @media (max-width: 990px) {
        #header .row:before {
          bottom: auto;
          height: 100%;
          width: 150%;
          left: 60px;
          top: -50px; } }
      @media (max-width: 700px) {
        #header .row:before {
          left: 30px;
          top: -30px; } }
      @media (max-width: 480px) {
        #header .row:before {
          left: 15px;
          top: -15px; } }
    @media (max-width: 990px) {
      #header .row:after {
        display: block;
        position: absolute;
        content: "";
        background: #ec5a0a;
        height: 100%;
        width: 150%;
        left: -5px;
        bottom: -130px;
        z-index: 0;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg); } }
    @media (max-width: 830px) {
      #header .row:after {
        bottom: -80px;
        left: 10px; } }
    @media (max-width: 480px) {
      #header .row:after {
        bottom: -60px; } }
    @media (max-width: 400px) {
      #header .row:after {
        bottom: -30px; } }
    #header .row .col-xs-12 {
      position: relative;
      z-index: 1; }
    #header .row .logo {
      /*@include breakpoint(phone-landscape) {
      	text-align: right;
      }*/ }
      @media (max-width: 700px) {
        #header .row .logo {
          text-align: center;
          margin: 0 0 20px; } }
      @media (max-width: 700px) {
        #header .row .logo {
          text-align: left;
          display: block; } }
      #header .row .logo a {
        text-decoration: none; }
        @media (max-width: 700px) {
          #header .row .logo a {
            display: block;
            float: right; } }
        @media (max-width: 480px) {
          #header .row .logo a {
            margin-right: -5px; } }
      #header .row .logo span {
        display: none;
        color: #fff;
        text-transform: uppercase; }
        @media (max-width: 700px) {
          #header .row .logo span {
            display: block; } }
        #header .row .logo span:nth-of-type(1) {
          float: left;
          font-weight: 700;
          font-size: 30px;
          line-height: 30px;
          font-family: "CenturyGothic", sans-serif; }
        #header .row .logo span:nth-of-type(2) {
          float: right;
          font-weight: 400;
          font-size: 11px;
          line-height: 12px;
          font-family: "CenturyGothic", sans-serif;
          margin: 3px 0 0; }
        #header .row .logo span:nth-of-type(3) {
          font-weight: 700;
          font-size: 25px;
          line-height: 25px;
          font-family: "CenturyGothic", sans-serif; }
          @media (max-width: 480px) {
            #header .row .logo span:nth-of-type(3) {
              font-weight: 700;
              font-size: 24px;
              line-height: 23px;
              font-family: "CenturyGothic", sans-serif; } }
          #header .row .logo span:nth-of-type(3) strong {
            font-weight: 700;
            font-size: 19px;
            line-height: 19px;
            font-family: "CenturyGothic", sans-serif;
            display: block; }
            @media (max-width: 480px) {
              #header .row .logo span:nth-of-type(3) strong {
                font-weight: 700;
                font-size: 18px;
                line-height: 18px;
                font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 1180px) {
        #header .row .logo img {
          width: 400px;
          height: auto;
          margin: 30px 0 0 25px; } }
      @media (max-width: 1080px) {
        #header .row .logo img {
          margin: 30px 0 0 30px; } }
      @media (max-width: 990px) {
        #header .row .logo img {
          max-width: 350px;
          margin: 50px 0 0 28px; } }
      @media (max-width: 830px) {
        #header .row .logo img {
          max-width: 300px; } }
      @media (max-width: 700px) {
        #header .row .logo img {
          text-align: center;
          margin: 0 auto;
          display: none; } }
      @media (max-width: 480px) {
        #header .row .logo img {
          max-width: 240px; } }
      @media (max-width: 400px) {
        #header .row .logo img {
          margin-top: 50px; } }
    #header .row .text {
      font-weight: 400;
      font-size: 26px;
      line-height: 24px;
      font-family: "CenturyGothic", sans-serif; }
      @media (max-width: 1180px) {
        #header .row .text {
          font-weight: 400;
          font-size: 20px;
          line-height: 23px;
          font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 700px) {
        #header .row .text {
          max-width: 400px;
          margin: 0 auto;
          padding: 0 30px; } }
      @media (max-width: 480px) {
        #header .row .text {
          max-width: 100%;
          font-weight: 400;
          font-size: 18px;
          line-height: 23px;
          font-family: "CenturyGothic", sans-serif; } }
      #header .row .text p {
        margin: 0 0 20px; }
        @media (max-width: 1180px) {
          #header .row .text p {
            margin: 0 0 15px; } }
        @media (max-width: 700px) {
          #header .row .text p {
            margin: 0 0 10px 15px; } }
        @media (max-width: 700px) {
          #header .row .text p:last-child {
            margin-left: 0px; } }
      #header .row .text span {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 7px 5px; }
        @media (max-width: 480px) {
          #header .row .text span {
            padding: 5px 5px; } }
        #header .row .text span span {
          color: #fff;
          padding: 0;
          display: inline;
          background: none; }
      #header .row .text strong {
        color: #ffb932;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 29px;
        line-height: 24px;
        font-family: "CenturyGothic", sans-serif; }
        @media (max-width: 1180px) {
          #header .row .text strong {
            font-weight: 700;
            font-size: 24px;
            line-height: 20px;
            font-family: "CenturyGothic", sans-serif; } }
        @media (max-width: 700px) {
          #header .row .text strong {
            font-weight: 700;
            font-size: 22px;
            line-height: 20px;
            font-family: "CenturyGothic", sans-serif; } }
        @media (max-width: 480px) {
          #header .row .text strong {
            font-weight: 700;
            font-size: 18px;
            line-height: 20px;
            font-family: "CenturyGothic", sans-serif; } }
        #header .row .text strong span {
          color: #fff;
          padding: 0;
          display: inline;
          background: none; }
      #header .row .text i.tire {
        font-style: normal;
        color: #6d6d6d;
        text-align: center;
        width: 25px;
        display: inline-block; }
        @media (max-width: 700px) {
          #header .row .text i.tire {
            width: 20px; } }
      #header .row .text ul {
        margin: -20px 0 30px;
        padding: 0; }
        @media (max-width: 1180px) {
          #header .row .text ul {
            margin: -15px 0 15px; } }
        @media (max-width: 700px) {
          #header .row .text ul {
            margin: -15px 0 15px 15px; } }
        #header .row .text ul li {
          list-style: none; }
          #header .row .text ul li strong span {
            text-transform: none; }
          @media (max-width: 700px) {
            #header .row .text ul li span:nth-of-type(2) {
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              font-family: "CenturyGothic", sans-serif;
              padding-top: 2px; } }
  #header .social {
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 3;
    margin: 0; }
    @media (max-width: 990px) {
      #header .social {
        top: 70px;
        left: -15px;
        margin: 0; } }
    @media (max-width: 700px) {
      #header .social {
        left: 0;
        margin: 0; } }
    @media (max-width: 480px) {
      #header .social {
        left: -15px; } }
    #header .social a {
      background: url(../img/social.png) no-repeat;
      display: inline-block;
      position: absolute;
      overflow: hidden;
      text-decoration: none;
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -o-transition: all 0s ease;
      -ms-transition: all 0s ease;
      transition: all 0s ease; }
      @media (max-width: 700px) {
        #header .social a {
          margin: 0 !important; } }
      #header .social a.vk {
        background-position: 0 -58px;
        width: 17px;
        height: 10px;
        top: 80px;
        left: 15px; }
        @media (max-width: 1180px) {
          #header .social a.vk {
            top: 50px;
            left: 20px; } }
      #header .social a.fb {
        background-position: -33px -58px;
        width: 8px;
        height: 16px;
        left: 43px;
        top: 0; }
      #header .social a.tw {
        background-position: -18px -58px;
        width: 14px;
        height: 12px;
        top: 41px;
        left: 27px; }
        @media (max-width: 1180px) {
          #header .social a.tw {
            top: 25px;
            left: 30px; } }
      #header .social a.inst {
        width: 22px;
        height: 22px;
        background: url(../img/instagram.png) no-repeat 0 0;
        top: 36px;
        left: 25px; }
        @media (max-width: 1180px) {
          #header .social a.inst {
            top: 22px;
            left: 27px; } }
      #header .social a:hover.vk {
        background-position: 0 -69px; }
      #header .social a:hover.fb {
        background-position: -33px -75px; }
      #header .social a:hover.tw {
        background-position: -18px -71px; }
      #header .social a:hover.inst {
        background: url(../img/instagram.png) no-repeat -23px 0; }

#footer {
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  font-family: "CenturyGothic", sans-serif;
  position: relative;
  clear: both;
  color: #242424; }
  @media (max-width: 990px) {
    #footer {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    #footer {
      padding-top: 40px; } }
  #footer a {
    color: #242424;
    text-decoration: none; }
    #footer a:hover {
      color: #000; }
  #footer .social {
    margin: 0 0 30px; }
    @media (max-width: 990px) {
      #footer .social {
        margin: 0 0 15px; } }
  #footer .copyright p {
    margin: 25px 0 0; }
    @media (max-width: 990px) {
      #footer .copyright p {
        margin: 15px 0 0; } }
    #footer .copyright p:last-child {
      text-transform: uppercase; }

.social {
  margin: 20px 0 0; }
  @media (max-width: 990px) {
    .social {
      margin: 15px 0 0; } }
  .social span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    font-family: "CenturyGothic", sans-serif;
    color: #555;
    vertical-align: middle; }
    .social span strong {
      display: block;
      font-weight: 700;
      font-size: 17px;
      line-height: 17px;
      font-family: "CenturyGothic", sans-serif; }
  .social a {
    background: url(../img/social.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../img/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .social a:hover {
      filter: none;
      -webkit-filter: grayscale(0); }
    .social a.vk {
      background-position: 0 -16px;
      width: 25px;
      height: 15px; }
    .social a.fb {
      background-position: -26px -22px;
      width: 10px;
      height: 20px; }
    .social a.ok {
      background-position: -37px -27px;
      width: 15px;
      height: 25px; }
    .social a.mm {
      background-position: -53px -27px;
      width: 25px;
      height: 25px; }

.navigator {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  font-family: "CenturyGothic", sans-serif;
  color: #ec5a0a;
  color: #f66e24;
  margin: 30px 0 40px; }
  @media (max-width: 990px) {
    .navigator {
      display: none; } }
  .navigator a {
    position: relative;
    color: #999;
    text-decoration: none;
    /*&:after {
    	@include twins;
    	width: 10px;
    	height: 1px;
    	background: #999;
    	top: 8px;
    	left: -16px;
    }*/ }
    .navigator a:hover {
      color: #ec5a0a;
      text-decoration: none; }
      .navigator a:hover:after {
        color: #999; }
    .navigator a:first-child:after {
      display: none; }
  .navigator i {
    display: inline-block;
    position: relative;
    color: #98b372;
    width: 22px;
    text-align: center;
    vertical-align: middle; }
    .navigator i:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 1px;
      background: #999;
      vertical-align: middle;
      /*top: 8px;
      left: -16px;*/ }

.back {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-family: "CenturyGothic-Bold", sans-serif;
  margin: 20px 0 0; }
  .back a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 17px;
    text-decoration: none;
    text-transform: uppercase; }
    .back a:after {
      display: block;
      position: absolute;
      content: "";
      content: "<";
      top: -1px;
      left: 0px;
      font-size: 16px; }
    .back a:hover {
      color: #ebff10;
      text-decoration: none; }
      .back a:hover:after {
        color: #ebff10; }

#nav_dropdown {
  height: 27px;
  color: #fff;
  font-weight: 400;
  font-size: 32px;
  line-height: 27px;
  font-family: "CenturyGothic", sans-serif;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  z-index: 100;
  /*@include breakpoint(tablet-portrait) {
  	display: block;
  	position: absolute;
  	top: 10px;
  	left: 15px;
  	cursor: pointer;
  	border-top: 2px solid #fff;
  	border-bottom: 2px solid #fff;
  }*/ }
  @media (max-width: 990px) {
    #nav_dropdown {
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      font-family: "CenturyGothic", sans-serif; } }
  #nav_dropdown i {
    font-style: normal;
    display: block;
    position: relative;
    padding: 0 0 0 39px; }
    @media (max-width: 700px) {
      #nav_dropdown i {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        font-family: "CenturyGothic", sans-serif; } }
  #nav_dropdown span {
    width: 28px; }
  #nav_dropdown.active {
    /*&:after {
    	@include twins;
    	position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    }*/ }

.c-hamburger,
#nav_dropdown {
  display: block;
  overflow: hidden;
  padding: 0;
  height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  @media (max-width: 990px) {
    .c-hamburger,
    #nav_dropdown {
      height: 24px; } }
  @media (max-width: 700px) {
    .c-hamburger,
    #nav_dropdown {
      height: 20px; } }

.c-hamburger:focus,
#nav_dropdown:focus {
  outline: none; }

.c-hamburger span,
#nav_dropdown span {
  display: block;
  position: absolute;
  top: 10.5px;
  left: 5px;
  right: 5px;
  height: 6px;
  background: #fff; }
  @media (max-width: 990px) {
    .c-hamburger span,
    #nav_dropdown span {
      height: 3px;
      top: 10.5px; } }
  @media (max-width: 700px) {
    .c-hamburger span,
    #nav_dropdown span {
      height: 2px;
      top: 9px; } }

.c-hamburger span::before,
.c-hamburger span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
  content: ""; }
  @media (max-width: 990px) {
    .c-hamburger span::before,
    .c-hamburger span::after,
    #nav_dropdown span::before,
    #nav_dropdown span::after {
      height: 3px; } }
  @media (max-width: 700px) {
    .c-hamburger span::before,
    .c-hamburger span::after,
    #nav_dropdown span::before,
    #nav_dropdown span::after {
      height: 2px; } }

.c-hamburger span::before,
#nav_dropdown span::before {
  top: -11px; }
  @media (max-width: 990px) {
    .c-hamburger span::before,
    #nav_dropdown span::before {
      top: -8px; } }
  @media (max-width: 700px) {
    .c-hamburger span::before,
    #nav_dropdown span::before {
      top: -7px; } }

.c-hamburger span::after,
#nav_dropdown span::after {
  bottom: -11px; }
  @media (max-width: 990px) {
    .c-hamburger span::after,
    #nav_dropdown span::after {
      bottom: -8px; } }
  @media (max-width: 700px) {
    .c-hamburger span::after,
    #nav_dropdown span::after {
      bottom: -7px; } }

/**
 * Style 2
 *
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx,
#nav_dropdown {
  background-color: none; }

.c-hamburger--htx span,
#nav_dropdown span {
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  -ms-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after,
#nav_dropdown span::before,
#nav_dropdown span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before,
#nav_dropdown span::before {
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
  -ms-transition-property: top, transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after,
#nav_dropdown span::after {
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span,
#nav_dropdown.active span {
  background: none; }

.c-hamburger--htx.is-active span::before,
#nav_dropdown.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff; }

.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff; }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after,
#nav_dropdown.active span::before,
#nav_dropdown.active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

.menuTop {
  position: absolute;
  top: 0;
  left: 15px;
  top: 47px;
  z-index: 5;
  padding-left: 30px; }
  @media (max-width: 990px) {
    .menuTop {
      top: 15px; } }
  @media (max-width: 700px) {
    .menuTop {
      padding-left: 10px; } }
  .menuTop:before {
    display: block;
    position: absolute;
    content: "";
    background: #000;
    width: 176px;
    height: 176px;
    left: 20px;
    top: -95px;
    z-index: 30;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
    @media (max-width: 990px) {
      .menuTop:before {
        width: 140px;
        height: 110px;
        top: -55px; } }
    @media (max-width: 700px) {
      .menuTop:before {
        left: 5px;
        width: 110px;
        height: 100px; } }
  .menuTop ul.nav_menu {
    display: none;
    position: absolute;
    width: 360px;
    top: 127px;
    left: 0;
    padding: 0;
    margin: 0; }
    .menuTop ul.nav_menu.nav-active {
      display: block;
      z-index: 20; }
    .menuTop ul.nav_menu:before {
      display: block;
      position: absolute;
      content: "";
      bottom: -10px;
      right: -164px;
      height: 900px;
      width: 1200px;
      -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      transform: rotate(15deg);
      background: #fff;
      -moz-box-shadow: 0 0px 4px rgba(36, 36, 36, 0.5);
      -webkit-box-shadow: 0 0px 4px rgba(36, 36, 36, 0.5);
      -o-box-shadow: 0 0px 4px rgba(36, 36, 36, 0.5);
      -ms-box-shadow: 0 0px 4px rgba(36, 36, 36, 0.5);
      box-shadow: 0 0px 4px rgba(36, 36, 36, 0.5);
      z-index: 0; }
    .menuTop ul.nav_menu li {
      display: block;
      text-align: left;
      position: relative;
      z-index: 1; }
      .menuTop ul.nav_menu li a,
      .menuTop ul.nav_menu li span {
        text-transform: uppercase;
        padding: 15px 15px 15px 38px;
        line-height: 100%;
        font-size: 16px;
        font-weight: 700;
        font-size: 15px;
        line-height: 17px;
        font-family: "CenturyGothic", sans-serif;
        display: block;
        text-align: left;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #c8c8c8;
        position: relative; }
        .menuTop ul.nav_menu li a.clicked,
        .menuTop ul.nav_menu li span.clicked {
          background: #ec5a0a;
          color: #fff;
          border-color: #ec5a0a; }
          .menuTop ul.nav_menu li a.clicked:before,
          .menuTop ul.nav_menu li span.clicked:before {
            opacity: 1;
            filter: alpha(opacity=100); }
        .menuTop ul.nav_menu li a:before,
        .menuTop ul.nav_menu li span:before {
          width: 100%;
          height: 1px;
          top: -1px;
          left: 0;
          display: block;
          position: absolute;
          content: "";
          background: #ec5a0a;
          opacity: 0;
          filter: alpha(opacity=0); }
      .menuTop ul.nav_menu li:hover a, .menuTop ul.nav_menu li:hover span, .menuTop ul.nav_menu li.act a, .menuTop ul.nav_menu li.act span {
        background: #ec5a0a;
        color: #fff;
        border-color: #ec5a0a; }
        .menuTop ul.nav_menu li:hover a:before, .menuTop ul.nav_menu li:hover span:before, .menuTop ul.nav_menu li.act a:before, .menuTop ul.nav_menu li.act span:before {
          opacity: 1;
          filter: alpha(opacity=100); }
      .menuTop ul.nav_menu li:hover ul, .menuTop ul.nav_menu li.act ul {
        background: #ec5a0a;
        padding-bottom: 5px; }
        .menuTop ul.nav_menu li:hover ul li, .menuTop ul.nav_menu li.act ul li {
          margin: 0 0 10px; }
        .menuTop ul.nav_menu li:hover ul a, .menuTop ul.nav_menu li:hover ul span, .menuTop ul.nav_menu li.act ul a, .menuTop ul.nav_menu li.act ul span {
          padding: 0px 15px 0px 20px;
          text-transform: none; }
          .menuTop ul.nav_menu li:hover ul a:before, .menuTop ul.nav_menu li:hover ul span:before, .menuTop ul.nav_menu li.act ul a:before, .menuTop ul.nav_menu li.act ul span:before {
            opacity: 1;
            filter: alpha(opacity=100);
            width: 10px;
            height: 1px;
            background: #fff;
            top: 9px;
            left: 0; }

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #bebebe;
  height: 40px;
  line-height: 40px;
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  padding: 0px 10px;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  font-family: "CenturyGothic", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
  background: #fff;
  position: relative; }
  @media (max-width: 990px) {
    input[type="text"],
    input[type="password"],
    textarea {
      height: 36px;
      font-weight: 400;
      font-size: 12px;
      line-height: 36px;
      font-family: "CenturyGothic", sans-serif; } }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    -moz-box-shadow: inset 1px 2px 2px #ccc;
    -webkit-box-shadow: inset 1px 2px 2px #ccc;
    -o-box-shadow: inset 1px 2px 2px #ccc;
    -ms-box-shadow: inset 1px 2px 2px #ccc;
    box-shadow: inset 1px 2px 2px #ccc; }
  input[type="text"].error,
  input[type="password"].error,
  textarea.error {
    border-color: #bf3036; }
    input[type="text"].error:before,
    input[type="password"].error:before,
    textarea.error:before {
      display: block;
      position: absolute;
      content: "";
      content: "!";
      color: #bf3036;
      font-size: 20px;
      top: 5px;
      right: 5px; }

textarea {
  height: 110px;
  padding: 10px;
  line-height: normal; }
  @media (max-width: 990px) {
    textarea {
      height: 80px; } }

input[type="text"]::-webkit-input-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

input[type="text"]::-moz-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

input[type="text"]:-moz-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

input[type="text"]:-ms-input-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

textarea::-webkit-input-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

textarea::-moz-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

textarea:-moz-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

textarea:-ms-input-placeholder {
  color: #596472;
  opacity: 1;
  filter: alpha(opacity=100); }

input[type=submit],
input[type=button],
button,
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  padding: 0px 30px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: #ebff10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
  @media (max-width: 1180px) {
    input[type=submit],
    input[type=button],
    button,
    .btn {
      height: 50px;
      font-weight: 700;
      font-size: 18px;
      line-height: 50px;
      font-family: "CenturyGothic", sans-serif;
      padding: 0px 20px; } }
  @media (max-width: 700px) {
    input[type=submit],
    input[type=button],
    button,
    .btn {
      height: 40px;
      font-weight: 700;
      font-size: 16px;
      line-height: 40px;
      font-family: "CenturyGothic", sans-serif;
      padding: 0px 15px; } }
  input[type=submit]:hover,
  input[type=button]:hover,
  button:hover,
  .btn:hover {
    background: #000;
    color: #fff;
    text-decoration: none; }
  input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:focus,
  input[type=button]:active,
  button:hover,
  button:focus,
  button:active,
  .btn:hover,
  .btn:focus,
  .btn:active {
    outline: none;
    outline: 0; }
  input[type=submit].green,
  input[type=button].green,
  button.green,
  .btn.green {
    color: #ebff10;
    background: #598913;
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5); }
    input[type=submit].green:hover,
    input[type=button].green:hover,
    button.green:hover,
    .btn.green:hover {
      background: #000;
      color: #fff; }
  input[type=submit].yellow,
  input[type=button].yellow,
  button.yellow,
  .btn.yellow {
    background: url(../img/yellow-btn.png) no-repeat;
    background-size: 100% 100%;
    height: 100px;
    font-weight: 700;
    font-size: 36px;
    line-height: 100px;
    font-family: "CenturyGothic", sans-serif;
    text-shadow: 1px 1px #ffffff;
    color: #242424; }
    @media (max-width: 1180px) {
      input[type=submit].yellow,
      input[type=button].yellow,
      button.yellow,
      .btn.yellow {
        height: 50px;
        font-weight: 700;
        font-size: 24px;
        line-height: 50px;
        font-family: "CenturyGothic", sans-serif;
        padding: 0px 20px; } }
    input[type=submit].yellow:hover,
    input[type=button].yellow:hover,
    button.yellow:hover,
    .btn.yellow:hover {
      background: #000;
      text-shadow: 1px 1px #000;
      color: #fff; }

#toTop {
  width: 165px;
  position: absolute;
  bottom: 52px;
  left: calc(50% - 83px);
  cursor: pointer;
  display: none;
  color: #adadad;
  font-weight: 700;
  font-size: 36px;
  line-height: 20px;
  font-family: "CenturyGothic", sans-serif;
  text-transform: uppercase;
  z-index: 50;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media (max-width: 990px) {
    #toTop {
      left: auto;
      right: 200px;
      bottom: 32px;
      font-weight: 700;
      font-size: 30px;
      line-height: 20px;
      font-family: "CenturyGothic", sans-serif; } }
  @media (max-width: 830px) {
    #toTop {
      right: 120px; } }
  @media (max-width: 700px) {
    #toTop {
      right: 20px; } }
  @media (max-width: 700px) {
    #toTop {
      right: 15px;
      bottom: 20px;
      text-indent: -9999px;
      width: 24px;
      height: 34px;
      background: url(../img/up.png) no-repeat 0 0; } }
  @media (max-width: 480px) {
    #toTop {
      bottom: 10px; } }
  #toTop:after {
    content: "";
    display: inline-block;
    margin: 0 0 0 5px;
    width: 24px;
    height: 34px;
    background: url(../img/up.png) no-repeat 0 0; }
    @media (max-width: 990px) {
      #toTop:after {
        height: 24px; } }
  #toTop:hover {
    opacity: 0.9;
    color: #242424; }
    #toTop:hover:after {
      background-position: -25px 0; }

.printBtn {
  display: none; }

.mfp-content .displaynone {
  display: block; }
.mfp-content form {
  width: 500px;
  padding: 20px;
  background: #f8f6f3; }
  @media (max-width: 600px) {
    .mfp-content form {
      width: auto; } }
  .mfp-content form .h1 {
    margin-top: 0;
    font-size: 26px;
    line-height: 28px;
    padding: 0 0 20px;
    margin: 0 0 45px; }
    .mfp-content form .h1:after {
      width: 100%; }
  .mfp-content form .formButton {
    margin-top: 15px; }

.mfp-close, button.mfp-close {
  background: #212121 url(../img/close.png) no-repeat center;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -18px;
  top: -18px;
  cursor: pointer;
  opacity: 1;
  text-indent: -9999px;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease; }
  @media (max-width: 600px) {
    .mfp-close, button.mfp-close {
      right: -12px;
      top: -12px;
      background-size: 14px auto;
      width: 24px;
      height: 24px; } }
  .mfp-close:hover, button.mfp-close:hover {
    background-color: #ebff10; }

.main .form {
  background: #212121;
  color: #fff; }
  .main .form .h1 {
    color: #fff; }
  .main .form form input[type="text"] {
    border: none;
    line-height: 42px;
    color: #596472; }
    @media (max-width: 990px) {
      .main .form form input[type="text"] {
        font-weight: 400;
        font-size: 12px;
        line-height: 36px;
        font-family: "CenturyGothic", sans-serif; } }
    .main .form form input[type="text"]:focus {
      color: #596472; }
    .main .form form input[type="text"].error {
      border: 1px solid #bf3036; }
  .main .form form input[type="submit"]:hover, .main .form form .btn:hover {
    background: #76b6f2; }
  .main .form form textarea {
    border: none; }
    .main .form form textarea.error {
      border: 1px solid #bf3036; }
  .main .form form .jq-checkbox {
    border: none; }
    .main .form form .jq-checkbox:before {
      background-image: url(../img/checkbox-blue.png); }
  .main .form form label {
    color: #76b6f2; }
    .main .form form label a {
      color: #76b6f2;
      text-decoration: underline; }
      .main .form form label a:hover {
        text-decoration: none;
        color: #fff; }

.form {
  padding: 40px 0 40px;
  border-top: 1px solid #212121; }
  @media (min-width: 1400px) {
    .form {
      padding: 65px 0 65px; } }
  .form .h1 span {
    display: inline-block;
    position: relative; }
    .form .h1 span:before {
      display: block;
      position: absolute;
      content: "";
      bottom: 100%;
      margin-bottom: 30px;
      height: 10px;
      width: 100%;
      left: 0;
      background: #212121; }
      @media (min-width: 1400px) {
        .form .h1 span:before {
          margin-bottom: 55px; } }
  @media (max-width: 990px) {
    .form .text {
      margin: 30px 0 0; } }
  .form .text .h1, .form .text ol {
    margin-left: 35px; }
    @media (max-width: 990px) {
      .form .text .h1, .form .text ol {
        margin-left: 0px; } }
  .form .text .h1 {
    margin-left: 32px; }
    @media (max-width: 990px) {
      .form .text .h1 {
        margin-left: 0px; } }
  .form form label {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-family: "CenturyGothic", sans-serif;
    margin: 10px 0 0; }
    .form form label .jq-checkbox {
      -webkit-flex: 0 0 16px;
      -moz-flex: 0 0 16px;
      -o-flex: 0 0 16px;
      -ms-flexbox: 0 0 16px;
      flex: 0 0 16px; }
  .form form .formButton {
    margin-top: 12px; }
    @media (min-width: 1400px) {
      .form form .formButton {
        margin-top: 12px; } }
  .form form input[type="text"]::-webkit-input-placeholder {
    color: #596472; }
  .form form input[type="text"]::-moz-placeholder {
    color: #596472; }
  .form form input[type="text"]:-moz-placeholder {
    color: #596472; }
  .form form input[type="text"]:-ms-input-placeholder {
    color: #596472; }
  .form form textarea::-webkit-input-placeholder {
    color: #596472; }
  .form form textarea::-moz-placeholder {
    color: #596472; }
  .form form textarea:-moz-placeholder {
    color: #596472; }
  .form form textarea:-ms-input-placeholder {
    color: #596472; }
  .form form.row {
    margin: 0 -6px; }
    .form form.row .col-xs-12 {
      padding: 0 6px; }
  .form form .row {
    margin: 0 -6px; }
    .form form .row .col-xs-12 {
      padding: 0 6px; }
  .form ol {
    list-style: none;
    counter-reset: li1;
    margin: 0;
    padding: 0; }
    @media (max-width: 990px) {
      .form ol {
        margin: 20px 0 0; } }
    .form ol li {
      padding: 0 0 0 26px;
      position: relative;
      margin: 0 0 30px;
      font-weight: 400;
      font-size: 18px;
      line-height: 26px;
      font-family: "CenturyGothic", sans-serif; }
      @media (max-width: 990px) {
        .form ol li {
          margin: 0 0 20px;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
          font-family: "CenturyGothic", sans-serif; } }
      .form ol li:before {
        display: block;
        position: absolute;
        content: "";
        counter-increment: li1;
        content: counter(li1);
        color: #76b6f2;
        font-weight: 300;
        font-size: 36px;
        line-height: 36px;
        font-family: "CenturyGothic-Bold", sans-serif;
        width: 26px;
        left: 0;
        top: -6px; }
        @media (max-width: 990px) {
          .form ol li:before {
            font-weight: 300;
            font-size: 30px;
            line-height: 30px;
            font-family: "CenturyGothic-Bold", sans-serif; } }

.jq-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #bebebe;
  background: #fff;
  vertical-align: middle;
  overflow: visible !important;
  cursor: pointer;
  margin: 0 8px 0 0;
  position: relative; }
  .jq-checkbox:before {
    display: block;
    position: absolute;
    content: "";
    width: 20px;
    height: 23px;
    background: url(../img/checkbox.png) no-repeat;
    bottom: 1px;
    left: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.jq-checkbox.checked .jq-checkbox__div {
  display: none; }

.jq-checkbox.checked:before {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-checkbox.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-radio {
  width: 17px;
  height: 17px;
  border: 1px solid #8b9db0;
  border-radius: 50%;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0; }

.jq-radio.checked .jq-radio__div {
  width: 9px;
  height: 9px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #666; }

.jq-radio.focused {
  border: 1px solid #08C; }

.jq-radio.disabled {
  opacity: 0.55;
  filter: alpha(opacity=55); }

.jq-file {
  display: block !important;
  margin: 2px 0 0; }

.jq-file input {
  cursor: pointer;
  height: auto;
  line-height: 1em; }

.jq-file__name {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  padding: 0 80px 0 10px;
  color: #333;
  font: 14px/30px Arial, sans-serif;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1;
  background: #FFF; }

.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }

.jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.disabled .jq-file__name {
  color: #888; }

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.form .jq-file__name,
.divForm .jq-file__name {
  height: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  font-family: "CenturyGothic", sans-serif;
  padding: 0px 0 0 35px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  background: none;
  background: transparent url(../img/file.png) no-repeat left center;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0; }
  .form .jq-file__name:hover,
  .divForm .jq-file__name:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .form .jq-file__name:active,
  .divForm .jq-file__name:active {
    color: #49a5fb; }
.form .jq-file__browse,
.divForm .jq-file__browse {
  display: none;
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px/30px Arial, sans-serif; }
.form .jq-file:hover .jq-file__browse,
.divForm .jq-file:hover .jq-file__browse {
  background-color: #E6E6E6;
  background-position: 0 -10px; }
.form .jq-file:active .jq-file__browse,
.divForm .jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }
.form .jq-file.disabled .jq-file__name,
.divForm .jq-file.disabled .jq-file__name {
  color: #888; }
.form .jq-file.disabled,
.form .jq-file.disabled .jq-file__browse,
.divForm .jq-file.disabled,
.divForm .jq-file.disabled .jq-file__browse {
  box-shadow: none;
  color: #888; }

.divForm .jq-file__name {
  height: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  font-family: "CenturyGothic", sans-serif;
  padding: 0px 0 0 35px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  background: none;
  background: transparent url(../img/file-grey.png) no-repeat left center;
  color: #212121;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0; }
  .divForm .jq-file__name:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    color: #9dd633;
    background: transparent url(../img/file-green.png) no-repeat left center; }
  .divForm .jq-file__name:active {
    color: #49a5fb; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  display: block !important;
  margin: 2px 0 0; }

.jq-selectbox__select {
  height: 42px;
  padding: 0 35px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  background: #fff;
  line-height: 42px;
  color: #666;
  margin: 2px 0 0;
  border-radius: 5px;
  -moz-box-shadow: border-box;
  -webkit-box-shadow: border-box;
  -o-box-shadow: border-box;
  -ms-box-shadow: border-box;
  box-shadow: border-box; }

.jq-selectbox__select:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #9dd633;
  -moz-box-shadow: 0 0 3px #9dd633;
  -webkit-box-shadow: 0 0 3px #9dd633;
  -o-box-shadow: 0 0 3px #9dd633;
  -ms-box-shadow: 0 0 3px #9dd633;
  box-shadow: 0 0 3px #9dd633; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.jq-selectbox .placeholder {
  color: #888; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 10px solid #000;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100); }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.jq-selectbox__dropdown {
  top: 41px;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  -moz-box-shadow: 0px 2px 3px #777;
  -webkit-box-shadow: 0px 2px 3px #777;
  -o-box-shadow: 0px 2px 3px #777;
  -ms-box-shadow: 0px 2px 3px #777;
  box-shadow: 0px 2px 3px #777; }
  .jq-selectbox__dropdown ul {
    margin: 0 !important; }

.jq-selectbox__search {
  margin: 5px;
  display: none; }

.jq-selectbox__search input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  outline: none;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  padding: 5px 10px 5px !important;
  color: #231F20;
  margin: 0 !important; }
  .jq-selectbox li:before {
    display: none !important; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #2f7ac3;
  color: #FFF; }

.jq-selectbox li.disabled {
  color: #AAA; }

.jq-selectbox li.disabled:hover {
  background: none; }

.jq-selectbox li.optgroup {
  font-weight: bold; }

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default; }

.jq-selectbox li.option {
  padding-left: 25px; }

.jq-select-multiple {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #333;
  font: 14px/18px Arial, sans-serif;
  cursor: default; }

.jq-select-multiple.focused {
  border: 1px solid #5794BF; }

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

.jq-select-multiple ul {
  margin: 0;
  padding: 0; }

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none; }

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0; }

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px; }

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF; }

.jq-select-multiple li.disabled {
  color: #AAA; }

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF; }

.jq-select-multiple li.optgroup {
  font-weight: bold; }

.jq-select-multiple li.option {
  padding-left: 25px; }

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
  padding: 7px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  font: 14px Arial, sans-serif; }

input[type="search"].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3; }

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  outline: none; }

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
  overflow: visible;
  padding: 7px 11px;
  outline: none;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
  text-shadow: 1px 1px #FFF;
  font: 14px Arial, sans-serif;
  cursor: pointer; }

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:after {
  content: ''; }

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
  background-color: #E6E6E6;
  background-position: 0 -10px; }

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888; }

a {
  color: #212121;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  a:hover {
    text-decoration: none;
    color: #9dd633;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    outline: none;
    outline: 0; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  font-weight: normal;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0; }

h1,
.h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  margin: 0px 0 20px;
  text-transform: uppercase;
  position: relative;
  max-width: 50%; }
  @media (max-width: 990px) {
    h1,
    .h1 {
      font-weight: 700;
      font-size: 30px;
      line-height: 32px;
      font-family: "CenturyGothic", sans-serif;
      margin: 0px 0 20px; } }
  @media (max-width: 600px) {
    h1,
    .h1 {
      font-weight: 700;
      font-size: 24px;
      line-height: 26px;
      font-family: "CenturyGothic", sans-serif;
      margin: 0px 0 15px; } }
  @media (max-width: 480px) {
    h1,
    .h1 {
      font-weight: 700;
      font-size: 20px;
      line-height: 22px;
      font-family: "CenturyGothic", sans-serif; } }
  h1 a,
  .h1 a {
    text-decoration: none;
    color: #212121; }

h2,
.h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  margin: 20px 0 15px;
  text-transform: uppercase; }
  @media (max-width: 990px) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 28px;
      line-height: 30px;
      font-family: "CenturyGothic", sans-serif; } }
  @media (max-width: 600px) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 20px;
      line-height: 22px;
      font-family: "CenturyGothic", sans-serif; } }
  @media (max-width: 480px) {
    h2,
    .h2 {
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      font-family: "CenturyGothic", sans-serif; } }
  h2 a,
  .h2 a {
    text-decoration: none; }
    h2 a:hover,
    .h2 a:hover {
      text-decoration: none; }

.inner h2 {
  margin: 40px 0 20px; }
  @media (max-width: 990px) {
    .inner h2 {
      margin: 30px 0 15px; } }
  .inner h2 span {
    color: #ec5a0a; }

h3,
.h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  font-family: "CenturyGothic", sans-serif;
  color: #212121;
  margin: 30px 0 15px; }
  @media (max-width: 990px) {
    h3,
    .h3 {
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      font-family: "CenturyGothic", sans-serif;
      margin: 20px 0 15px; } }
  @media (max-width: 480px) {
    h3,
    .h3 {
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      font-family: "CenturyGothic", sans-serif; } }

.span1 {
  width: 847px;
  width: 48.7%; }

.span2 {
  width: 555px;
  width: 48.7%; }

.span4 {
  width: 265px;
  width: 22.6%; }

.text {
  /*overflow: hidden;*/ }

.fleft {
  float: left; }

.fright {
  float: right; }

.hidden {
  opacity: 0; }

.displaynone {
  display: none; }

.visible {
  opacity: 1; }

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .row * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }

abbr {
  cursor: help; }

.group:before, .group:after {
  content: "";
  display: table; }
.group:after {
  clear: both; }
.group {
  *zoom: 1; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.relative,
.rel {
  position: relative; }

.absolute {
  position: absolute; }

.left,
.leftalign,
.tleft {
  text-align: left; }

.center,
.centeralign,
.tcenter {
  text-align: center; }

.right,
.rightalign,
.tright {
  text-align: right; }

.topvalign,
.vtop {
  vertical-align: top; }

.middlevalign,
.vmiddle {
  vertical-align: middle; }

.bottomvalign,
.vbottom {
  vertical-align: bottom; }

.fleft {
  float: left; }

.fright {
  float: right; }

.bold {
  font-weight: bold; }

.italic {
  font-weight: italic; }

.big,
.big a {
  font-size: 1.25em; }

.small,
.small a {
  font-size: .8em; }

.darkred,
.darkred a {
  color: #800000; }

.black,
.black a {
  color: black; }

.red,
.red a {
  color: #bf3036; }

.blue {
  color: #212121; }

.grey,
.grey a {
  color: #c5c5c5; }

.bold,
.bold a {
  font-weight: bold; }

.star,
.error,
.req {
  color: #bf3036; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

p.indent {
  text-indent: 1.25cm; }

.content {
  position: relative;
  line-height: 30px;
  padding-bottom: 30px;
  min-height: 340px; }
  @media (min-width: 1400px) {
    .content {
      padding-bottom: 50px; } }
  @media (max-width: 990px) {
    .content {
      line-height: 22px;
      padding-top: 30px;
      font-size: 16px; } }
  .content a {
    color: #ec5a0a;
    text-decoration: underline;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .content a:hover {
      color: #000000;
      text-decoration: none; }
    .content a:hover, .content a:focus, .content a:active {
      outline: none;
      outline: 0; }
  .content:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .content a[href^="tel:"] {
    color: #212121;
    text-decoration: none;
    font-weight: 700; }
    .content a[href^="tel:"]:hover {
      color: #212121; }
  @media (max-width: 700px) {
    .content iframe {
      width: 100% !important; } }
  .content .goodluck {
    position: absolute;
    -webkit-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    font-family: "CenturyGothic", sans-serif;
    color: #ec5a0a;
    margin: 0;
    padding: 0;
    right: -197px;
    top: 300px; }
    @media (max-width: 1180px) {
      .content .goodluck {
        font-weight: 400;
        font-size: 50px;
        line-height: 50px;
        font-family: "CenturyGothic", sans-serif;
        right: -169px;
        top: 300px; } }
    @media (max-width: 1080px) {
      .content .goodluck {
        font-weight: 400;
        font-size: 40px;
        line-height: 44px;
        font-family: "CenturyGothic", sans-serif;
        right: -146px; } }
    @media (max-width: 990px) {
      .content .goodluck {
        top: 300px;
        right: -170px; } }
    @media (max-width: 830px) {
      .content .goodluck {
        position: relative;
        right: auto;
        margin: 30px 0 0;
        top: auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        font-weight: 400;
        font-size: 30px;
        line-height: 36px;
        font-family: "CenturyGothic", sans-serif; } }
    .content .goodluck span {
      font-weight: 700;
      font-size: 82px;
      line-height: 64px;
      font-family: "CenturyGothic", sans-serif;
      display: block;
      color: #ffb932; }
      @media (max-width: 1180px) {
        .content .goodluck span {
          font-weight: 700;
          font-size: 60px;
          line-height: 50px;
          font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 1080px) {
        .content .goodluck span {
          font-weight: 700;
          font-size: 50px;
          line-height: 44px;
          font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 830px) {
        .content .goodluck span {
          display: inline-block;
          font-weight: 700;
          font-size: 30px;
          line-height: 36px;
          font-family: "CenturyGothic", sans-serif; } }
      .content .goodluck span span {
        font-weight: 700;
        font-size: 158px;
        line-height: 64px;
        font-family: "CenturyGothic", sans-serif;
        position: absolute;
        right: -35px;
        bottom: 31px;
        color: #ec5a0a; }
        @media (max-width: 1180px) {
          .content .goodluck span span {
            font-weight: 700;
            font-size: 124px;
            line-height: 50px;
            font-family: "CenturyGothic", sans-serif;
            right: -30px;
            bottom: 25px; } }
        @media (max-width: 1080px) {
          .content .goodluck span span {
            font-weight: 700;
            font-size: 104px;
            line-height: 44px;
            font-family: "CenturyGothic", sans-serif;
            bottom: 20px; } }
        @media (max-width: 830px) {
          .content .goodluck span span {
            font-weight: 700;
            font-size: 30px;
            line-height: 36px;
            font-family: "CenturyGothic", sans-serif;
            position: relative;
            right: auto;
            bottom: auto; } }
  .content ul {
    margin: 10px 0 20px;
    padding: 0; }
    .content ul li {
      list-style: none;
      margin: 0 0 10px;
      padding: 0 0 0 38px;
      position: relative; }
      @media (max-width: 990px) {
        .content ul li {
          padding-left: 25px; } }
      .content ul li:before {
        display: block;
        position: absolute;
        content: "";
        width: 13px;
        height: 13px;
        background: #ec5a0a;
        left: 8px;
        top: 10px;
        border-radius: 50%; }
        @media (max-width: 990px) {
          .content ul li:before {
            width: 7px;
            height: 7px; } }
  .content table {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
    background: #fff;
    line-height: 100%;
    border: none; }
    @media (max-width: 990px) {
      .content table {
        margin: 0 0 20px; } }
    .content table tr th {
      background: #212121;
      text-align: left;
      padding: 10px 15px;
      color: #dcf0ff;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      font-family: "CenturyGothic", sans-serif;
      text-transform: uppercase; }
      .content table tr th p {
        margin: 0; }
    .content table tr td {
      padding: 20px 15px;
      text-align: left;
      vertical-align: top;
      line-height: 18px; }
      .content table tr td p {
        margin: 0; }
    .content table tr:nth-of-type(2n-1) {
      background: #ecf7ff; }
    .content table.tab-indust tr td:nth-of-type(2) {
      width: 12%; }
      @media (max-width: 990px) {
        .content table.tab-indust tr td:nth-of-type(2) {
          width: auto; } }
    .content table.tab-indust tr td:last-child {
      width: 20%; }
      @media (max-width: 990px) {
        .content table.tab-indust tr td:last-child {
          width: auto; } }
    .content table.tabDesc {
      border-bottom: 1px solid #ecf7ff; }
      .content table.tabDesc tr:nth-of-type(2n) {
        background: #fff; }
      .content table.tabDesc tr:nth-of-type(2n-1) {
        background: #ecf7ff; }
      .content table.tabDesc tr td {
        padding: 12px 15px 11px; }
        .content table.tabDesc tr td:first-child {
          color: #66ccff;
          font-weight: 700;
          font-size: 14px;
          line-height: 16px;
          font-family: "CenturyGothic", sans-serif;
          text-transform: uppercase; }
  @media (max-width: 640px) {
    .content table,
    .content thead,
    .content tbody,
    .content th,
    .content td,
    .content tr {
      display: block; }
    .content table {
      border: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .content table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .content table tr {
      border: 1px solid #ccc;
      margin: 0 0 20px;
      -moz-box-shadow: 0 5px 15px #c6d3e0;
      -webkit-box-shadow: 0 5px 15px #c6d3e0;
      -o-box-shadow: 0 5px 15px #c6d3e0;
      -ms-box-shadow: 0 5px 15px #c6d3e0;
      box-shadow: 0 5px 15px #c6d3e0; }
      .content table tr:nth-of-type(2n) {
        background: #ecf7ff; }
      .content table tr:nth-of-type(2n-1) {
        background: #fff; }
    .content table td {
      border: none;
      border-bottom: 1px solid #e0e7ea;
      position: relative; }
      .content table td:before {
        content: attr(data-head);
        display: block;
        color: #c5c5c5;
        text-transform: uppercase; } }
  .content .image-left {
    float: left;
    margin: 5px 15px 5px 0;
    position: relative;
    max-width: 570px; }
    @media (max-width: 990px) {
      .content .image-left {
        max-width: 300px; } }
    @media (max-width: 480px) {
      .content .image-left {
        float: none;
        margin: 0 0 15px;
        display: block;
        max-width: 100%; } }
  .content img[align="left"] {
    float: left;
    margin: 5px 30px 5px 0;
    padding: 15px;
    border: 2px solid #212121; }
    @media (max-width: 480px) {
      .content img[align="left"] {
        float: none;
        margin: 0 0 15px;
        display: block;
        border: 1px solid #212121;
        padding: 10px; } }
  .content img[align="right"] {
    float: right;
    margin: 5px 0px 5px 30px;
    padding: 15px;
    border: 2px solid #212121; }
    @media (max-width: 480px) {
      .content img[align="right"] {
        float: none;
        margin: 0 0 15px;
        display: block;
        border: 1px solid #212121;
        padding: 10px; } }
  .content .border {
    padding: 15px;
    border: 2px solid #212121; }
    @media (max-width: 480px) {
      .content .border {
        border: 1px solid #212121;
        padding: 10px; } }
  .content p {
    margin: 0 0 15px; }
    @media (max-width: 990px) {
      .content p {
        margin: 0 0 10px; } }
  .content .share ul {
    margin: 0; }
    .content .share ul li {
      padding: 0;
      margin: 0 5px 0 0; }
      .content .share ul li:before {
        display: none; }

.mistake {
  text-align: center; }
  .mistake p {
    margin: 0 0 10px;
    color: #777; }
  .mistake h1 {
    font-size: 350px;
    color: #fff;
    line-height: 350px;
    text-shadow: 0 0 50px #ccc;
    margin: 50px 0;
    text-align: center; }
    @media (max-width: 990px) {
      .mistake h1 {
        font-size: 250px;
        line-height: 250px;
        margin: 40px 0; } }
    @media (max-width: 480px) {
      .mistake h1 {
        font-size: 150px;
        line-height: 150px;
        margin: 20px 0; } }

.main .advantages {
  background: #fff; }

.advantages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
  background: #f8f9fa; }
  .advantages:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  @media (min-width: 1400px) {
    .advantages {
      padding-top: 95px;
      padding-bottom: 95px; } }
  @media (max-width: 990px) {
    .advantages {
      padding: 30px 15px; } }
  .advantages p {
    color: #777;
    margin: 0 0 10px; }
  .advantages ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px -15px 0;
    list-style: none;
    padding: 0; }
    @media (min-width: 1400px) {
      .advantages ul {
        margin: 50px -15px 0; } }
    @media (max-width: 990px) {
      .advantages ul {
        display: -moz-flex;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .advantages ul li {
      position: relative;
      padding: 85px 15px 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      font-family: "CenturyGothic", sans-serif;
      float: left;
      width: 25%;
      text-align: justify;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 990px) {
        .advantages ul li {
          width: 50%;
          margin: 0 0 25px;
          padding: 65px 15px 0; } }
      @media (max-width: 600px) {
        .advantages ul li {
          width: 100%; } }
      .advantages ul li:before {
        display: none; }
      .advantages ul li img {
        position: absolute;
        left: 15px;
        top: 0;
        display: block; }
      .advantages ul li strong {
        color: #212121;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        line-height: 18px;
        font-family: "CenturyGothic", sans-serif;
        display: block;
        margin: 0 0 15px; }

@keyframes nev {
  0% {
    top: -900px; }
  100% {
    top: -340px;
    @media (max-width: 990px) {
      top: -240px; } } }
@keyframes auth {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    overflow: hidden;
    top: 100%; }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto; } }
@keyframes aboutwht {
  0% {
    bottom: -900px;
    right: -850px; }
  100% {
    bottom: 30px;
    right: -150px; } }
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes flash {
  0%,
	50%,
	100% {
    opacity: 1; }
  25%,
	75% {
    opacity: 0; } }
@-moz-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; } }
.animated.flash {
  -webkit-animation-name: flash;
  -moz-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); } }
@-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); } }
.animated.shake {
  -webkit-animation-name: shake;
  -moz-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); } }
@-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); } }
.animated.bounce {
  -webkit-animation-name: bounce;
  -moz-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); } }
@-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); } }
.animated.tada {
  -webkit-animation-name: tada;
  -moz-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); } }
@-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); } }
.animated.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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%); } }
@-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%); } }
.animated.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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); } }
@-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); } }
.animated.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in; } }
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -moz-animation-timing-function: ease-out; }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in; }
  100% {
    -moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -moz-animation-timing-function: ease-in; } }
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -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) translateZ(0) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -o-animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in; }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-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; } }
@-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; } }
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-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; } }
@-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; } }
.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-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; } }
@-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; } }
.animated.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-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; } }
@-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; } }
.animated.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-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; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(200px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(200px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(200px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
.animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-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); } }
@-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); } }
.animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-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); } }
@-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); } }
.animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-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); } }
@-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); } }
.animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-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); } }
@-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); } }
.animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-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; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-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); } }
@-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); } }
.animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-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); } }
@-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); } }
.animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-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); } }
@-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); } }
.animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-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); } }
@-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); } }
.animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-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); } }
@-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); } }
.animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-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); } }
@-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); } }
.animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-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); } }
@-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); } }
.animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-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); } }
@-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); } }
.animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-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); } }
@-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); } }
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px); }
  100% {
    -moz-transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    -o-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px); }
  100% {
    transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  -o-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -moz-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px); }
  100% {
    -moz-transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    -o-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px); } }
@-o-keyframes slideOutLeft {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -moz-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0); }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px); } }
@-o-keyframes slideOutRight {
  0% {
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -moz-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px); } }
@-o-keyframes slideOutUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -moz-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-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); } }
@-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); } }
.animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-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); } }
@-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); } }
.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-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); } }
@-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); } }
.animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-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); } }
@-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); } }
.animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-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); } }
@-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); } }
.animated.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-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); } }
@-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); } }
.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-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); } }
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    transform: translateY(0); }
  20% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(2000px); } }
.animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-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); } }
@-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); } }
.animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-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); } }
@-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); } }
.animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-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; } }
@-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; } }
.animated.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-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; } }
@-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; } }
.animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-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; } }
@-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; } }
.animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-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; } }
@-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; } }
.animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-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; } }
@-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; } }
.animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-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; } }
@-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; } }
.animated.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-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; } }
@-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; } }
.animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-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; } }
@-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; } }
.animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-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; } }
@-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; } }
.animated.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-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; } }
@-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; } }
.animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-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; } }
@-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; } }
.animated.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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); } }
@-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); } }
.animated.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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); } }
@-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); } }
.animated.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.animated.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.animated.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  animation-name: slideOutUp; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }
.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }
.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  animation-name: zoomOutUp; }

.sequentialChild > * {
  opacity: 0; }
.sequentialChild > *:nth-child(1) {
  animation-delay: 300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(2) {
  animation-delay: 600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(3) {
  animation-delay: 900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(4) {
  animation-delay: 1200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(5) {
  animation-delay: 1500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(6) {
  animation-delay: 1800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(7) {
  animation-delay: 2100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(8) {
  animation-delay: 2400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(9) {
  animation-delay: 2700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(10) {
  animation-delay: 3000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(11) {
  animation-delay: 3300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(12) {
  animation-delay: 3600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(13) {
  animation-delay: 3900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(14) {
  animation-delay: 4200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(15) {
  animation-delay: 4500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(16) {
  animation-delay: 4800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(17) {
  animation-delay: 5100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(18) {
  animation-delay: 5400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(19) {
  animation-delay: 5700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(20) {
  animation-delay: 6000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(21) {
  animation-delay: 6300ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(22) {
  animation-delay: 6600ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(23) {
  animation-delay: 6900ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(24) {
  animation-delay: 7200ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(25) {
  animation-delay: 7500ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(26) {
  animation-delay: 7800ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(27) {
  animation-delay: 8100ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(28) {
  animation-delay: 8400ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(29) {
  animation-delay: 8700ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }
.sequentialChild > *:nth-child(30) {
  animation-delay: 9000ms;
  animation-duration: 300ms;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: ease-in-out; }

/*
Modules
*/
.projects {
  position: relative; }
  .projects .row {
    margin-bottom: 40px;
    margin-top: 40px; }
    @media (max-width: 700px) {
      .projects .row {
        margin-bottom: 10px;
        margin-top: 10px; } }
  .projects__item {
    margin: 0 0 30px; }
    .projects__item .image a {
      height: 185px;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-flex-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -o-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px;
      position: relative; }
      @media (max-width: 830px) {
        .projects__item .image a {
          height: 120px; } }
      .projects__item .image a:before {
        display: block;
        position: absolute;
        content: "";
        background: #505050;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media (max-width: 830px) {
          .projects__item .image a:before {
            display: none; } }
      .projects__item .image a img {
        display: block;
        position: relative;
        z-index: 1;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: url(../img/desaturate.svg#greyscale);
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .projects__item .image a img:hover {
          filter: none;
          -webkit-filter: grayscale(0); }
        @media (max-width: 830px) {
          .projects__item .image a img {
            opacity: 1;
            filter: alpha(opacity=100);
            filter: none;
            -webkit-filter: grayscale(0); } }
      .projects__item .image a:hover:before {
        opacity: 0;
        filter: alpha(opacity=0); }
      .projects__item .image a:hover img {
        filter: none;
        -webkit-filter: grayscale(0);
        opacity: 1;
        filter: alpha(opacity=100); }
    .projects__item:hover .image a:before {
      opacity: 0;
      filter: alpha(opacity=0); }
    .projects__item:hover .image a img {
      filter: none;
      -webkit-filter: grayscale(0);
      opacity: 1;
      filter: alpha(opacity=100); }
    .projects__item:hover .projects__title a {
      opacity: 1;
      filter: alpha(opacity=100); }
  .projects__title {
    color: #fff;
    margin: 10px 0 0; }
    .projects__title > a {
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      font-family: "CenturyGothic", sans-serif;
      opacity: 0.5;
      filter: alpha(opacity=50);
      display: block; }
      @media (max-width: 830px) {
        .projects__title > a {
          opacity: 1;
          filter: alpha(opacity=100); } }
      .projects__title > a span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        font-family: "CenturyGothic", sans-serif;
        display: block; }

.inner .blackBox {
  padding: 0; }
  @media (max-width: 700px) {
    .inner .blackBox {
      background: #242424;
      max-width: 100%;
      float: none;
      padding: 20px 15px 10px;
      margin: 0 -15px 20px; } }
  .inner .blackBox:before {
    top: 80px; }
    @media (max-width: 990px) {
      .inner .blackBox:before {
        height: 150%; } }
    @media (max-width: 830px) {
      .inner .blackBox:before {
        left: -20px; } }
    @media (max-width: 700px) {
      .inner .blackBox:before {
        display: none; } }
  .inner .blackBox:after {
    left: -86px;
    height: 150%;
    bottom: -250px; }
    @media (max-width: 990px) {
      .inner .blackBox:after {
        left: -79px; } }
    @media (max-width: 830px) {
      .inner .blackBox:after {
        left: -52px; } }
    @media (max-width: 700px) {
      .inner .blackBox:after {
        display: none; } }

.blackBox {
  float: right;
  max-width: 75%;
  position: relative;
  padding: 50px 0 0;
  z-index: 0; }
  @media (max-width: 480px) {
    .blackBox {
      max-width: 100%;
      padding: 30px 0 0; } }
  .blackBox:before {
    display: block;
    position: absolute;
    content: "";
    background: #242424;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    top: 0;
    left: -50px;
    width: 2000px;
    height: 100%;
    z-index: 0; }
    @media (max-width: 480px) {
      .blackBox:before {
        left: -200px; } }
  .blackBox:after {
    display: block;
    position: absolute;
    content: "";
    background: #242424;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    height: 100%;
    left: -105px;
    width: 2000px;
    bottom: -180px;
    z-index: 0; }
  .blackBox div {
    position: relative;
    z-index: 1; }
  .blackBox h2 {
    position: absolute;
    color: #333;
    left: -280px;
    top: 120px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transform: rotate(-75deg);
    -moz-transform: rotate(-75deg);
    -o-transform: rotate(-75deg);
    -ms-transform: rotate(-75deg);
    transform: rotate(-75deg); }
    @media (max-width: 990px) {
      .blackBox h2 {
        left: -220px; } }
    @media (max-width: 830px) {
      .blackBox h2 {
        left: -200px; } }
    @media (max-width: 700px) {
      .blackBox h2 {
        left: -170px; } }
    @media (max-width: 480px) {
      .blackBox h2 {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 30px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #fff;
        z-index: 5;
        text-align: center; } }
    .blackBox h2 span {
      display: block;
      font-weight: 400;
      font-size: 28px;
      line-height: 30px;
      font-family: "CenturyGothic", sans-serif; }
      @media (max-width: 990px) {
        .blackBox h2 span {
          font-weight: 400;
          font-size: 19px;
          line-height: 24px;
          font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 480px) {
        .blackBox h2 span {
          font-weight: 400;
          font-size: 18px;
          line-height: 22px;
          font-family: "CenturyGothic", sans-serif; } }
      .blackBox h2 span:nth-of-type(1) {
        font-weight: 700;
        font-size: 34px;
        line-height: 30px;
        font-family: "CenturyGothic", sans-serif; }
        @media (max-width: 990px) {
          .blackBox h2 span:nth-of-type(1) {
            font-weight: 700;
            font-size: 24px;
            line-height: 24px;
            font-family: "CenturyGothic", sans-serif; } }
        @media (max-width: 480px) {
          .blackBox h2 span:nth-of-type(1) {
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            font-family: "CenturyGothic", sans-serif; } }
      .blackBox h2 span:nth-of-type(3) {
        font-weight: 400;
        font-size: 49px;
        line-height: 40px;
        font-family: "CenturyGothic", sans-serif; }
        @media (max-width: 990px) {
          .blackBox h2 span:nth-of-type(3) {
            font-weight: 400;
            font-size: 34px;
            line-height: 30px;
            font-family: "CenturyGothic", sans-serif; } }
        @media (max-width: 480px) {
          .blackBox h2 span:nth-of-type(3) {
            font-weight: 700;
            font-size: 18px;
            line-height: 22px;
            font-family: "CenturyGothic", sans-serif; } }

.nbfund {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: "CenturyGothic", sans-serif;
  color: #c5c5c5;
  text-align: right; }
  @media (max-width: 990px) {
    .nbfund {
      font-weight: 400;
      font-size: 18px;
      line-height: 22px;
      font-family: "CenturyGothic", sans-serif; } }
  @media (max-width: 830px) {
    .nbfund {
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      font-family: "CenturyGothic", sans-serif; } }
  @media (max-width: 700px) {
    .nbfund {
      margin-bottom: 30px; } }
  .nbfund p {
    margin: 0 0 25px; }
    @media (max-width: 990px) {
      .nbfund p {
        margin: 0 0 15px; } }
  .nbfund a {
    color: #c5c5c5;
    text-decoration: none;
    font-weight: 700; }
  @media (max-width: 830px) {
    .nbfund img {
      height: 40px; } }

.video {
  position: relative;
  z-index: 2 !important; }
  @media (max-width: 700px) {
    .video__item {
      margin: 0 0 20px; } }
  .video__item > a {
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    font-family: "CenturyGothic", sans-serif;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    @media (max-width: 830px) {
      .video__item > a {
        height: 300px;
        font-weight: 400;
        font-size: 24px;
        line-height: 26px;
        font-family: "CenturyGothic", sans-serif; } }
    @media (max-width: 700px) {
      .video__item > a {
        height: 180px;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        font-family: "CenturyGothic", sans-serif; } }
    .video__item > a:before {
      display: block;
      position: absolute;
      content: "";
      background: rgba(0, 0, 0, 0.33);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
    .video__item > a:hover span span, .video__item > a:hover span strong {
      background: #ec5a0a;
      border-color: #ec5a0a; }
    .video__item > a span {
      position: absolute;
      left: 35px;
      bottom: 40px;
      color: #fff;
      display: block;
      z-index: 1; }
      @media (max-width: 700px) {
        .video__item > a span {
          left: 20px;
          top: 30px; } }
      .video__item > a span span, .video__item > a span strong {
        position: relative;
        display: inline;
        background: #000;
        left: auto;
        top: auto;
        bottom: auto;
        border-left: 3px solid #000;
        border-right: 3px solid #000;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .video__item > a span span:nth-of-type(2n), .video__item > a span strong:nth-of-type(2n) {
          left: auto;
          top: auto;
          bottom: auto; }
      .video__item > a span strong {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        font-family: "CenturyGothic", sans-serif; }
        @media (max-width: 830px) {
          .video__item > a span strong {
            font-weight: 700;
            font-size: 24px;
            line-height: 22px;
            font-family: "CenturyGothic", sans-serif; } }
        @media (max-width: 700px) {
          .video__item > a span strong {
            font-weight: 700;
            font-size: 18px;
            line-height: 18px;
            font-family: "CenturyGothic", sans-serif; } }
  .video__item:nth-of-type(2n) a span {
    bottom: auto;
    top: 40px; }
    @media (max-width: 700px) {
      .video__item:nth-of-type(2n) a span {
        left: 20px;
        top: 30px; } }
    .video__item:nth-of-type(2n) a span span {
      left: auto;
      top: auto;
      bottom: auto; }

.regions {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  .regions:before, .regions:after {
    display: none; }
  .regions__item {
    margin: 0 0 45px; }
    @media (max-width: 990px) {
      .regions__item {
        margin: 0 0 30px; } }
    .regions__item > a {
      text-decoration: none;
      display: block;
      color: #212121; }
    .regions__item .image {
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-flex-align-items: center;
      align-items: center;
      padding: 20px;
      text-align: center;
      background: #fff;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -ms-transition: all 0.25s ease;
      transition: all 0.25s ease; }
      .regions__item .image img {
        margin: 0 auto; }
    .regions__item .title {
      margin: 10px 0 0;
      display: block;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      font-family: "CenturyGothic", sans-serif;
      text-align: center; }
      @media (max-width: 700px) {
        .regions__item .title {
          font-weight: 700;
          font-size: 14px;
          line-height: 16px;
          font-family: "CenturyGothic", sans-serif; } }
    .regions__item:hover a {
      color: #ec5a0a; }
      .regions__item:hover a .image {
        -moz-box-shadow: 2px 2px 2px #b2b2b2;
        -webkit-box-shadow: 2px 2px 2px #b2b2b2;
        -o-box-shadow: 2px 2px 2px #b2b2b2;
        -ms-box-shadow: 2px 2px 2px #b2b2b2;
        box-shadow: 2px 2px 2px #b2b2b2; }

.news, .coindex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news:before, .news:after, .coindex:before, .coindex:after {
    display: none; }
  .news .col-xs-12, .coindex .col-xs-12 {
    margin: 0 0 30px; }
  .news__item, .coindex__item {
    padding: 20px;
    background: #fff;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .news__item:hover, .coindex__item:hover {
      -moz-box-shadow: 2px 2px 2px #b2b2b2;
      -webkit-box-shadow: 2px 2px 2px #b2b2b2;
      -o-box-shadow: 2px 2px 2px #b2b2b2;
      -ms-box-shadow: 2px 2px 2px #b2b2b2;
      box-shadow: 2px 2px 2px #b2b2b2; }
      .news__item:hover .title a, .coindex__item:hover .title a {
        color: #ec5a0a; }
    .news__item .title, .coindex__item .title {
      font-weight: 700;
      font-size: 18px;
      line-height: 20px;
      font-family: "CenturyGothic", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 700px) {
        .news__item .title, .coindex__item .title {
          font-weight: 700;
          font-size: 16px;
          line-height: 18px;
          font-family: "CenturyGothic", sans-serif; } }
      @media (max-width: 480px) {
        .news__item .title, .coindex__item .title {
          height: auto !important; } }
      .news__item .title a, .coindex__item .title a {
        text-decoration: none;
        color: #212121; }
    .news__item .desc, .coindex__item .desc {
      font-weight: 400;
      font-size: 18px;
      line-height: 30px;
      font-family: "CenturyGothic", sans-serif;
      color: #212121;
      margin: 15px 0 0; }
      @media (max-width: 700px) {
        .news__item .desc, .coindex__item .desc {
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          font-family: "CenturyGothic", sans-serif;
          margin: 10px 0 0; } }
      @media (max-width: 480px) {
        .news__item .desc, .coindex__item .desc {
          height: auto !important; } }
    .news__item .scope, .coindex__item .scope {
      margin: 20px 0 0;
      border-top: 2px solid #c0c0c0;
      padding: 15px 0 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      font-family: "CenturyGothic", sans-serif;
      color: #666; }
      @media (max-width: 700px) {
        .news__item .scope, .coindex__item .scope {
          margin: 15px 0 0; } }
      @media (max-width: 480px) {
        .news__item .scope, .coindex__item .scope {
          height: auto !important; } }

.docBack {
  text-align: left;
  padding: 0;
  margin: 30px 0 0; }
  .docBack a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 20px;
    color: #ec5a0a; }
    .docBack a:before {
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 2px;
      left: 0;
      top: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background: #ec5a0a; }
      @media (max-width: 700px) {
        .docBack a:before {
          top: 8px; } }
    .docBack a:after {
      display: block;
      position: absolute;
      content: "";
      width: 10px;
      height: 2px;
      left: 0px;
      top: 17px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #ec5a0a; }
      @media (max-width: 700px) {
        .docBack a:after {
          top: 14px; } }
    .docBack a:hover {
      color: #212121; }
      .docBack a:hover:before, .docBack a:hover:after {
        background: #212121; }

.coindexItem .row {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .coindexItem .row:before, .coindexItem .row:after {
    display: none; }
  @media (max-width: 990px) {
    .coindexItem .row .col-xs-12 {
      -webkit-order: 1;
      -moz-order: 1;
      -o-order: 1;
      -ms-order: 1;
      order: 1; } }
  @media (max-width: 990px) {
    .coindexItem .row .col-xs-12.preview {
      -webkit-order: 0;
      -moz-order: 0;
      -o-order: 0;
      -ms-order: 0;
      order: 0; } }
.coindexItem h2, .coindexItem .h2 {
  width: 66.66667%;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  font-family: "CenturyGothic", sans-serif;
  margin: 40px 0 30px;
  max-width: 100%; }
  @media (min-width: 1400px) {
    .coindexItem h2, .coindexItem .h2 {
      margin: 60px 0 30px; } }
  @media (max-width: 990px) {
    .coindexItem h2, .coindexItem .h2 {
      width: auto; } }
.coindexItem .preview {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "CenturyGothic", sans-serif; }
  @media (max-width: 990px) {
    .coindexItem .preview {
      -webkit-order: 0;
      -moz-order: 0;
      -o-order: 0;
      -ms-order: 0;
      order: 0;
      margin: 0 0 30px; } }
  .coindexItem .preview strong {
    font-weight: 400;
    color: #656565; }
  .coindexItem .preview p {
    margin: 0 0 20px; }
    @media (max-width: 990px) {
      .coindexItem .preview p {
        margin: 0 0 10px; } }
.coindexItem .address {
  border-top: 2px solid #ccc;
  padding: 30px 0 0;
  margin: 30px 0 0; }
  .coindexItem .address a {
    color: #212121; }
    .coindexItem .address a:hover {
      color: #ec5a0a; }
  .coindexItem .address p {
    margin: 0 0 5px !important; }

.docList .listItem {
  margin: 0 0 15px; }
  .docList .listItem h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    font-family: "CenturyGothic", sans-serif;
    color: #212121;
    margin: 0px 0 5px;
    text-transform: none !important; }
    @media (max-width: 990px) {
      .docList .listItem h2 {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        font-family: "CenturyGothic", sans-serif; } }
    @media (max-width: 480px) {
      .docList .listItem h2 {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        font-family: "CenturyGothic", sans-serif; } }
    .docList .listItem h2 a {
      text-decoration: underline !important; }
    .docList .listItem h2:hover a {
      text-decoration: none !important; }

.listPages {
  margin: 30px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  font-family: "CenturyGothic", sans-serif;
  color: #ec5a0a;
  text-align: center; }
  .listPages a, .listPages span {
    display: inline-block;
    margin: 0 10px 5px 0;
    color: #212121;
    text-decoration: none; }
    .listPages a:hover, .listPages span:hover {
      color: #ec5a0a; }
  .listPages span {
    color: #ec5a0a; }
  .listPages .pagesNav {
    margin: 10px 0 0; }
    .listPages .pagesNav:after {
      display: block;
      position: absolute;
      content: "";
      position: relative;
      clear: both; }
    .listPages .pagesNav .pagesNav_next {
      float: right;
      text-transform: uppercase;
      padding-right: 15px;
      position: relative;
      display: block;
      text-align: right; }
      .listPages .pagesNav .pagesNav_next:before {
        width: 14px;
        height: 2px;
        background: #212121;
        display: block;
        position: absolute;
        content: "";
        -webkit-transform: rotate(70deg);
        -moz-transform: rotate(70deg);
        -o-transform: rotate(70deg);
        -ms-transform: rotate(70deg);
        transform: rotate(70deg);
        right: 0;
        top: 9px; }
      .listPages .pagesNav .pagesNav_next:after {
        width: 14px;
        height: 2px;
        background: #212121;
        display: block;
        position: absolute;
        content: "";
        -webkit-transform: rotate(-70deg);
        -moz-transform: rotate(-70deg);
        -o-transform: rotate(-70deg);
        -ms-transform: rotate(-70deg);
        transform: rotate(-70deg);
        right: 0;
        top: 22px; }
      .listPages .pagesNav .pagesNav_next:hover:before, .listPages .pagesNav .pagesNav_next:hover:after {
        background: #ec5a0a; }
    .listPages .pagesNav .pagesNav_prev {
      float: left;
      text-transform: uppercase;
      padding-left: 15px;
      position: relative;
      display: block;
      text-align: left; }
      .listPages .pagesNav .pagesNav_prev:before {
        width: 14px;
        height: 2px;
        background: #212121;
        display: block;
        position: absolute;
        content: "";
        -webkit-transform: rotate(110deg);
        -moz-transform: rotate(110deg);
        -o-transform: rotate(110deg);
        -ms-transform: rotate(110deg);
        transform: rotate(110deg);
        left: 0;
        top: 9px; }
      .listPages .pagesNav .pagesNav_prev:after {
        width: 14px;
        height: 2px;
        background: #212121;
        display: block;
        position: absolute;
        content: "";
        -webkit-transform: rotate(-110deg);
        -moz-transform: rotate(-110deg);
        -o-transform: rotate(-110deg);
        -ms-transform: rotate(-110deg);
        transform: rotate(-110deg);
        left: 0;
        top: 22px; }
      .listPages .pagesNav .pagesNav_prev:hover:before, .listPages .pagesNav .pagesNav_prev:hover:after {
        background: #ec5a0a; }

.coindex .listPages {
  margin: 0; }
  @media (max-width: 700px) {
    .coindex .listPages {
      margin: 0; } }

.paging {
  margin: 30px 0 0px;
  clear: both;
  text-align: center; }
  .paging:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .paging a,
  .paging span, .paging b {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    font-family: "CenturyGothic", sans-serif;
    margin: 0 8px; }
    @media (max-width: 990px) {
      .paging a,
      .paging span, .paging b {
        font-weight: 700;
        font-size: 13px;
        line-height: 30px;
        font-family: "CenturyGothic", sans-serif; } }
  .paging a:hover, .paging span:hover {
    text-decoration: none; }
  .paging a.prev, .paging span.prev {
    padding-left: 43px;
    text-transform: uppercase;
    margin-left: 0;
    margin-right: 12px; }
    @media (max-width: 990px) {
      .paging a.prev, .paging span.prev {
        text-indent: -9999px;
        overflow: hidden;
        width: 30px; } }
    .paging a.prev:before, .paging span.prev:before {
      display: block;
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      left: 0;
      top: 0;
      background: #212121; }
    .paging a.prev:after, .paging span.prev:after {
      display: block;
      position: absolute;
      content: "";
      content: "\2190";
      font-weight: 400;
      font-size: 22px;
      line-height: 14px;
      font-family: "CenturyGothic", sans-serif;
      color: #fff;
      width: 12px;
      overflow: hidden;
      left: 9px;
      top: 5px;
      text-indent: 0 !important;
      z-index: 2; }
  .paging a.next, .paging span.next {
    padding-right: 43px;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: 12px; }
    @media (max-width: 990px) {
      .paging a.next, .paging span.next {
        text-indent: -9999px;
        overflow: hidden;
        width: 30px; } }
    .paging a.next:before, .paging span.next:before {
      display: block;
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      right: 0;
      top: 0;
      background: #212121; }
    .paging a.next:after, .paging span.next:after {
      display: block;
      position: absolute;
      content: "";
      content: "\2190";
      font-weight: 400;
      font-size: 22px;
      line-height: 14px;
      font-family: "CenturyGothic", sans-serif;
      color: #fff;
      width: 12px;
      overflow: hidden;
      right: 8px;
      top: 12px;
      text-indent: 0 !important;
      z-index: 2;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .paging a.prev, .paging a.next, .paging span.prev, .paging span.next {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .paging a.prev:hover, .paging a.next:hover, .paging span.prev:hover, .paging span.next:hover {
      color: #ebff10; }
      .paging a.prev:hover:before, .paging a.next:hover:before, .paging span.prev:hover:before, .paging span.next:hover:before {
        background: #ebff10; }
  .paging a.disabled.prev, .paging a.disabled.next, .paging span.disabled.prev, .paging span.disabled.next {
    color: #a0a0a0; }
    .paging a.disabled.prev:before, .paging a.disabled.next:before, .paging span.disabled.prev:before, .paging span.disabled.next:before {
      background: #a0a0a0; }
    .paging a.disabled.prev:hover, .paging a.disabled.next:hover, .paging span.disabled.prev:hover, .paging span.disabled.next:hover {
      color: #a0a0a0; }
      .paging a.disabled.prev:hover:before, .paging a.disabled.next:hover:before, .paging span.disabled.prev:hover:before, .paging span.disabled.next:hover:before {
        background: #a0a0a0; }
  .paging span.prev, .paging span.next {
    color: #a0a0a0; }
    .paging span.prev:before, .paging span.next:before {
      background: #a0a0a0; }
    .paging span.prev:hover, .paging span.next:hover {
      color: #a0a0a0; }
      .paging span.prev:hover:before, .paging span.next:hover:before {
        background: #a0a0a0; }
  .paging b, .paging span {
    color: #ebff10; }

@media print {
  html,
  body {
    height: auto; }

  .menuTop {
    height: 5px;
    background: #666;
    position: relative !important;
    left: auto !important;
    top: auto !important; }
    .menuTop .container {
      display: none; }

  h1,
  .h1,
  .author,
  .date,
  .content ol li::before {
    color: #000 !important; }

  .content ul li::before {
    background: #666; }

  #header .callback {
    display: none; }
  #header .top {
    display: block;
    padding: 15px; }
    #header .top .logo {
      display: block;
      float: left;
      position: relative;
      left: auto;
      top: auto;
      margin: 0; }
    #header .top .contacts {
      float: right; }
    #header .top .phone {
      float: right;
      width: auto; }

  #body.section, #body.company, #body.contacts, #body.page {
    background: none !important; }
  #body .content table {
    border: 1px solid #ccc; }
    #body .content table tr th {
      background: #f5f5f5 !important;
      color: #000 !important;
      border-color: #ccc !important; }

  #toTop,
  .btn,
  .bannerInner,
  .reviews-collapse,
  .nonprint,
  #panel,
  .bx-context-toolbar-empty-area,
  .back,
  .catalogInner,
  .social,
  .formLinks,
  .inner .catalogTop,
  .divForm,
  form,
  .versionPrint,
  .share,
  .infodesign {
    display: none !important; }

  #body {
    min-height: inherit !important; }

  .ravno {
    height: auto !important; }

  .printBtn {
    display: block;
    text-align: center; }

  blockquote:before {
    background: url(../img/quote-blk.png) no-repeat !important; }

  #footer {
    border-top: 2px solid #888;
    background: #fff;
    color: #777 !important;
    padding: 15px 0; }
    #footer .contacts {
      margin: 0 0 5px; }
      #footer .contacts .title {
        color: #777 !important;
        margin: 0 0 5px; }
      #footer .contacts p {
        margin: 0; }
    #footer a {
      color: #777 !important; }
    #footer p {
      margin: 0; }
    #footer .menuBottom,
    #footer .infoBlock {
      display: none; }
    #footer .copyRight {
      color: #777 !important; }
      #footer .copyRight p:last-child {
        display: none; }

  img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(img/desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1); }

  .slick-track {
    width: auto !important;
    height: auto !important;
    text-align: center; }
    .slick-track .slider-card__item {
      width: 48% !important;
      display: inline-block !important;
      margin: 0 5px 10px;
      left: auto !important;
      top: auto !important;
      opacity: 1 !important;
      height: auto !important;
      min-height: inherit !important; }

  .slider-nav,
  .wbl-catalog-detail-same-products,
  .more,
  .sorting,
  .btns-grid {
    display: none !important; }

  .product__Info {
    border-color: #666; }

  .product__Info .sale strong,
  .product__Info .col-xs-6 span,
  .product__Tab h3,
  .product__Tab table td,
  .content .contacts h3,
  .product__Info .price,
  .product__Info .sale,
  a,
  .catalog__Item .price {
    color: #000 !important; }

  .catalog__Item .price {
    padding-bottom: 20px; }

  .printBtn {
    display: none !important; } }

