@charset "UTF-8";
/*Defaults*/
/*$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; } }
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("fonts/glyphicons-halflings-regular.eot");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #f1f1f1;
  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: absolute;
  top: 25px;
  right: 30px;
  border: 1px solid black;
  width: 360px;
  padding: 2px;
  background-color: white;
  z-index: 9999; }
  .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-bottom: 1px solid #DCE0D4;
  width: 100%;
  background: #333;
  font: 12px Arial, Helvetica, sans-serif;
  /*position:fixed;
  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: #9D160A;*/
    color: #fff;
    font: 12px Arial, Helvetica, sans-serif; }
  .adminTopPanel .divEdit {
    margin-bottom: 0;
    color: #66CC33; }

.adminTopPanel .adminInfoBox a {
  color: #000; }

.tdAdminTopPanel {
  padding: 5px; }

.metaEditBlock {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  display: inline-block; }

.metaEdit {
  margin-top: 10px;
  position: absolute;
  z-index: 999;
  padding: 10px;
  width: 450px;
  background: #333;
  border: 1px solid #DCE0D4; }

.metaEdit .field {
  margin-bottom: 10px; }

.metaEdit input.visibleInput, .metaEdit textarea.visibleInput {
  width: 97%; }

.metaEdit textarea.visibleInput {
  height: 80px; }

.metaRed {
  font-weight: normal;
  color: #ff0000; }

.metaGreen {
  font-weight: normal;
  color: #66CC33; }

.podMenu {
  text-align: left;
  position: absolute;
  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, .podMenuRel a:hover {
  color: #66CC33; }

.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 {
  background: #fff3eb none repeat scroll 0 0;
  border: 2px solid #db7474;
  border-radius: 25px;
  box-shadow: 0 0 8px 2px #b50b0b;
  box-sizing: border-box;
  color: #aa0000 !important;
  display: inline-block;
  font-size: 14px !important;
  font-weight: bold !important;
  height: 25px;
  padding: 2px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 25px;
  z-index: 100;
  -webkit-animation: myfirst 2.0s infinite;
  -moz-animation: myfirst 2.0s infinite;
  -o-animation: myfirst 2.0s infinite;
  animation: myfirst 2.0s infinite; }
  .adminInfoBox a {
    color: #000 !Important; }

@-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;
    /*margin-left: 25px;*/ }

.listExtraField {
  margin-top: 10px; }
  .listExtraField input {
    width: 50%; }

.docList .listItem {
  margin-bottom: 20px;
  overflow: hidden; }
.docList .listPhoto {
  float: left;
  margin-right: 10px; }
.docList .listDate {
  font-size: 80%;
  margin-right: 5px; }
.docList .listTitle {
  font-weight: bold; }
.docList .listPreview {
  margin-top: 3px; }

.docItem .docDate {
  font-size: 80%; }
.docItem .docText {
  margin-top: 3px; }
.docItem .docBack {
  text-align: right; }

.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; }

.divFormButton {
  margin-top: 10px; }

.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; }

.tablecart th {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #819d54;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: 2px solid #068500; }
  .tablecart th span {
    font-weight: normal; }
.tablecart td {
  padding: 5px 0;
  border-bottom: 1px solid #333; }
  .tablecart td.right {
    color: #068500;
    font-size: 14px;
    font-weight: bold; }

.user table {
  width: 60%;
  margin: 0 auto; }
  .user table td {
    padding: 0 0 5px; }
    .user table td.right {
      color: #819d54;
      padding-right: 10px; }

.itogi {
  text-align: right;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  margin: 5px 0 15px; }
  .itogi span {
    color: #068500; }

.authorization {
  position: absolute;
  left: 0;
  bottom: 67px; }
  .authorization span {
    display: block;
    color: #068500;
    text-shadow: 1px 1px #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 5px; }
  .authorization .btn {
    height: 30px;
    line-height: 30px; }
  .authorization input[type="text"], .authorization input[type="password"] {
    border: 1px solid #333;
    -moz-box-shadow: inset 1px 2px 3px #ccc;
    -webkit-box-shadow: inset 1px 2px 3px #ccc;
    -o-box-shadow: inset 1px 2px 3px #ccc;
    -ms-box-shadow: inset 1px 2px 3px #ccc;
    box-shadow: inset 1px 2px 3px #ccc;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    width: 95px;
    padding: 0 5px;
    color: #777; }

.profile {
  padding: 10px 15px 0px;
  margin: 5px 0 0;
  /*float:left;*/
  position: absolute;
  left: 0;
  bottom: 53px;
  color: #068500;
  text-shadow: 1px 1px #fff;
  font-size: 12px;
  line-height: 16px; }
  .profile .title {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 0 0 5px; }

#divPopup {
  position: absolute;
  z-index: 100;
  background: #F5F6EA;
  padding-top: 28px;
  text-align: center;
  -moz-box-shadow: 0 0 10px #404040;
  -webkit-box-shadow: 0 0 10px #404040;
  -o-box-shadow: 0 0 10px #404040;
  -ms-box-shadow: 0 0 10px #404040;
  box-shadow: 0 0 10px #404040; }
  #divPopup button {
    padding: 0px;
    margin: 20px 0 0 15px;
    border: 0 none;
    width: 100px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px #068500;
    font-family: "Roboto", sans-serif; }

.fancybox-inner .divFormButton {
  text-align: center;
  padding: 3px; }
  .fancybox-inner .divFormButton input {
    font-size: 22px; }

.fullcartText {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #068500; }

.cart {
  width: 100%; }
  .cart th {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
    background: #819d54;
    color: #fff;
    padding: 5px; }
    .cart th.goodBorder {
      font-size: 14px;
      text-align: right;
      padding-right: 20px; }
      .cart th.goodBorder strong {
        font-size: 20px; }
  .cart td {
    padding: 10px;
    border-bottom: 1px solid #333;
    text-align: center; }
    .cart td.image {
      padding-left: 0;
      width: 100px; }
      .cart td.image img {
        width: 80px;
        height: auto; }
    .cart td.left {
      text-align: left; }
    .cart td .delete {
      border-radius: 22px;
      behavior: url(JS/PIE.htc);
      position: relative;
      text-decoration: none;
      font-family: "Roboto Condensed", sans-serif;
      height: 22px;
      line-height: 22px;
      font-size: 16px;
      text-transform: uppercase;
      width: 24px;
      padding: 0; }
    .cart td .inputGold {
      border: 1px solid #E3D852;
      color: #333;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
      height: 29px;
      padding-right: 8px;
      text-align: right;
      width: 60px; }
    .cart td .goodPrice {
      font-size: 18px; }

.edit {
  position: relative;
  z-index: 2; }
  .edit .spanEditDel {
    display: block;
    position: absolute;
    width: 100%;
    padding: 2px;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0.6;
    filter: alpha(opacity=60);
    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; }
    .edit .spanEditDel:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.nodisplay {
  display: none; }

html,
body {
  height: 100%; }

html {
  overflow-y: scroll; }

body {
  background: #fff;
  color: #333;
  font: normal 16px "Roboto Condensed", sans-serif; }
  @media (max-width: 600px) {
    body {
      font: normal 14px "Roboto Condensed", sans-serif; } }

#outer {
  overflow: hidden; }
  @media (max-width: 990px) {
    #outer {
      padding: 45px 0 0; } }

.container {
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  /*position: relative;*/ }
  .container:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }

.main #body {
  padding-top: 50px; }
  @media (max-width: 990px) {
    .main #body {
      padding: 20px 0 0; } }

#body {
  padding: 20px 0 0; }

.main #header {
  padding-bottom: 44px; }
  .main #header .top {
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .main #header .menuTop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (max-width: 990px) {
      .main #header .menuTop {
        position: fixed; } }

#header {
  position: relative;
  z-index: 11; }
  #header .top {
    height: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.85); }
    @media (max-width: 990px) {
      #header .top {
        display: none; } }
    #header .top .logo {
      float: left;
      padding: 4px 0 0; }
      @media (max-width: 1180px) {
        #header .top .logo {
          padding: 10px 0 0; } }
      #header .top .logo a, #header .top .logo span {
        display: block; }
      #header .top .logo img {
        display: block; }
        @media (max-width: 1180px) {
          #header .top .logo img {
            width: 450px; } }
    #header .top .info {
      float: right; }
    #header .top .icons {
      text-align: right; }
      #header .top .icons a, #header .top .icons span {
        display: inline-block;
        color: #555555;
        font-weight: 400;
        font-size: 11px;
        line-height: 12px;
        font-family: "Roboto Condensed", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        margin: 0 20px 0 0;
        vertical-align: middle; }
        #header .top .icons a:after, #header .top .icons span:after {
          display: block;
          position: absolute;
          content: "";
          content: "|";
          color: #999;
          right: -12px;
          top: 0; }
        #header .top .icons a.eye, #header .top .icons span.eye {
          width: 30px;
          height: 16px;
          margin: 0 0 0 5px;
          overflow: hidden;
          position: relative;
          -webkit-transition: all 0s ease;
          -moz-transition: all 0s ease;
          -o-transition: all 0s ease;
          -ms-transition: all 0s ease;
          transition: all 0s ease;
          background-image: url(img/icons.png);
          background-repeat: no-repeat;
          background-position: -37px 0; }
          #header .top .icons a.eye:after, #header .top .icons span.eye:after {
            display: none; }
          #header .top .icons a.eye:hover, #header .top .icons span.eye:hover {
            background-position: -37px -17px; }
          #header .top .icons a.eye button, #header .top .icons span.eye button {
            background: none;
            background-color: transparent;
            border: none;
            padding: 0;
            margin: 0;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            cursor: pointer; }
        #header .top .icons a:hover, #header .top .icons span:hover {
          color: #819d54; }
    #header .top .searchFaq {
      position: relative;
      line-height: 100%; }
      @media (max-width: 990px) {
        #header .top .searchFaq {
          display: none; } }
      #header .top .searchFaq strong,
      #header .top .searchFaq span {
        font-weight: 600;
        font-size: 11px;
        line-height: 13px;
        font-family: "Roboto Condensed", sans-serif;
        color: #b1b1b1;
        text-transform: uppercase;
        display: block; }
      #header .top .searchFaq input[type="text"] {
        height: 30px;
        line-height: 28px;
        margin: 5px 20px 0 0; }
      #header .top .searchFaq button {
        padding: 0;
        margin: 0;
        position: absolute;
        background-image: url(img/icons.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 12px;
        height: 13px;
        bottom: 9px;
        right: 23px;
        background-color: transparent; }

.hotline {
  text-align: right;
  margin: 20px 0 0; }
  .hotline span, .hotline a {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle; }
    .hotline span.hotline__title, .hotline a.hotline__title {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      font-family: "Roboto Condensed", sans-serif;
      color: #555555; }
    .hotline span.tel, .hotline a.tel {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      font-family: "Roboto Condensed", sans-serif;
      margin-left: 15px; }
    .hotline span.callback, .hotline span.towrite, .hotline a.callback, .hotline a.towrite {
      cursor: pointer;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      font-family: "Roboto Condensed", sans-serif;
      text-decoration: none;
      color: #068500;
      border-bottom: 1px dotted #068500;
      padding-left: 11px;
      margin: 0 0 4px 40px;
      position: relative;
      color: #00602a;
      -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; }
      .hotline span.callback:hover, .hotline span.towrite:hover, .hotline a.callback:hover, .hotline a.towrite:hover {
        color: #a26506;
        border-color: transparent; }
    .hotline span.callback:before, .hotline a.callback:before {
      background-image: url(img/icons.png);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      top: 5px;
      left: -15px;
      background-position: 0 0; }
    .hotline span.callback:hover:before, .hotline a.callback:hover:before {
      background-position: 0 -17px; }
    .hotline span.towrite:before, .hotline a.towrite:before {
      background-image: url(img/icons.png);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      content: "";
      width: 19px;
      height: 17px;
      top: 3px;
      left: -15px;
      background-position: -17px 0px; }
    .hotline span.towrite:hover:before, .hotline a.towrite:hover:before {
      background-position: -17px -19px; }

footer {
  font-family: "Roboto", sans-serif;
  color: #afa88c;
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif; }
  footer .footerInner {
    position: relative;
    background: #cccccc;
    padding: 60px 15px; }
    @media (max-width: 990px) {
      footer .footerInner {
        padding: 20px 15px; } }
    footer .footerInner:before {
      right: 100%;
      width: 1000px;
      height: 100%;
      top: 0;
      display: block;
      position: absolute;
      content: "";
      background: #cccccc; }
    footer .footerInner:after {
      left: 100%;
      width: 1000px;
      height: 100%;
      top: 0;
      display: block;
      position: absolute;
      content: "";
      background: #cccccc; }
    footer .footerInner a {
      color: #242424;
      text-decoration: none; }
      footer .footerInner a:hover {
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
        color: #242424; }
      footer .footerInner a[href^="tel:"] {
        color: #242424;
        white-space: nowrap; }
        footer .footerInner a[href^="tel:"]:hover {
          text-decoration: none;
          color: #242424; }
    footer .footerInner .title {
      font-weight: 700;
      font-size: 16px;
      line-height: 18px;
      font-family: "Roboto Condensed", sans-serif;
      color: #242424;
      text-transform: uppercase;
      margin: 0 0 35px; }
      footer .footerInner .title a {
        text-decoration: none;
        color: #242424; }
        footer .footerInner .title a:hover {
          opacity: 0.6;
          filter: alpha(opacity=60);
          color: #242424; }
    @media (max-width: 990px) {
      footer .footerInner .menu {
        display: none; } }
    footer .footerInner .menu ul {
      margin: 0;
      padding: 0; }
      footer .footerInner .menu ul li {
        margin: 20px 0 0;
        list-style: none; }
        footer .footerInner .menu ul li a {
          color: #242424;
          text-decoration: none;
          position: relative;
          padding: 0 0 0 19px;
          display: block; }
          footer .footerInner .menu ul li a:before {
            display: block;
            position: absolute;
            content: "";
            width: 7px;
            height: 11px;
            background: url(img/arrow-s.png) no-repeat 0 -12px;
            left: 0;
            top: 6px; }
          footer .footerInner .menu ul li a:hover {
            opacity: 0.6;
            filter: alpha(opacity=60); }
    footer .footerInner .contacts .edit .spanEditDel {
      top: -35px; }
    footer .footerInner .contacts p {
      margin: 20px 0 0 0px;
      position: relative;
      padding: 0 0 0 24px;
      color: #242424;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      font-family: "Roboto", sans-serif; }
      footer .footerInner .contacts p.address:before, footer .footerInner .contacts p.phone:before, footer .footerInner .contacts p.email:before {
        display: block;
        position: absolute;
        content: "";
        background-image: url(img/icons.png);
        background-repeat: no-repeat;
        top: 5px; }
      footer .footerInner .contacts p.address:before {
        width: 12px;
        height: 16px;
        left: 0px;
        background-position: -20px -38px; }
      footer .footerInner .contacts p.phone:before {
        width: 13px;
        height: 14px;
        left: 2px;
        background-position: -21px -55px; }
      footer .footerInner .contacts p.email:before {
        width: 17px;
        height: 13px;
        left: 0px;
        background-position: -20px -69px; }
  footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #999;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 990px) {
      footer .copyright {
        font-weight: 300;
        font-size: 12px;
        line-height: 14px;
        font-family: "Roboto", sans-serif;
        padding-top: 15px;
        padding-bottom: 15px; } }
    footer .copyright p {
      margin: 0; }

.navigator {
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  font-family: "Roboto Condensed", sans-serif;
  color: #aeaeae;
  margin: 0px 0 10px; }
  @media (max-width: 990px) {
    .navigator {
      display: none; } }
  .navigator a {
    display: inline-block;
    position: relative;
    margin: 0 22px 0 0;
    color: #aeaeae;
    text-decoration: none; }
    .navigator a:after {
      display: block;
      position: absolute;
      content: "";
      content: ">";
      top: 0px;
      left: -14px;
      font-size: 15px; }
    .navigator a:first-child:after {
      display: none; }
    .navigator a:hover {
      color: #819d54;
      text-decoration: none; }
      .navigator a:hover:after {
        color: #aeaeae; }
  .navigator span {
    display: inline-block;
    position: relative; }
    .navigator span:after {
      display: block;
      position: absolute;
      content: "";
      content: ">";
      top: 0px;
      left: -14px;
      font-size: 15px; }

#nav_dropdown {
  height: 24px;
  width: 36px;
  display: none;
  color: #fff;
  font-size: 20px; }
  @media (max-width: 990px) {
    #nav_dropdown {
      display: block;
      position: absolute;
      top: 10px;
      left: 65px;
      cursor: pointer;
      border-top: 2px solid #fff;
      border-bottom: 2px solid #fff; } }
  #nav_dropdown:before {
    display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    left: 0;
    top: 7px; }
  #nav_dropdown.active {
    border-color: #819d54; }
    @media (max-width: 990px) {
      #nav_dropdown.active {
        z-index: 5; } }
    #nav_dropdown.active:after {
      display: block;
      position: absolute;
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

#nav_filter {
  display: none; }
  @media (max-width: 990px) {
    #nav_filter {
      display: block;
      cursor: pointer;
      color: #555555;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 13px;
      line-height: 20px;
      font-family: "Roboto Condensed", sans-serif;
      padding: 0 0 0 20px;
      font-family: "Roboto Condensed", sans-serif;
      position: relative;
      text-decoration: underline;
      overflow: hidden; } }
  @media (max-width: 480px) {
    #nav_filter {
      padding: 0 0 0 18px; } }
  #nav_filter:before {
    display: block;
    position: absolute;
    content: "";
    left: 2px;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 11px;
    background: url(img/arrow-s.png) no-repeat 0 -12px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -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; }
  #nav_filter.active {
    text-decoration: none; }
    #nav_filter.active:before {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

#nav_search {
  display: none; }
  @media (max-width: 990px) {
    #nav_search {
      display: block;
      position: absolute;
      right: 130px;
      top: 13px;
      cursor: pointer;
      height: 100%; } }
  #nav_search:before {
    display: block;
    position: absolute;
    content: "";
    background: url(img/icons.png) no-repeat !important;
    background-position: 0px -37px !important;
    height: 20px;
    width: 20px;
    right: 0px;
    top: 0px; }
  @media (max-width: 990px) {
    #nav_search.active {
      z-index: 5; } }
  #nav_search.active:before {
    background: none !important; }
  #nav_search.active:after {
    display: block;
    position: absolute;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.c-hamburger,
#nav_dropdown {
  display: none;
  z-index: 100;
  overflow: hidden;
  padding: 0;
  width: 36px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  @media (max-width: 990px) {
    .c-hamburger,
    #nav_dropdown {
      display: block; } }

.c-hamburger:focus,
#nav_dropdown:focus {
  outline: none; }

.c-hamburger span,
#nav_dropdown span {
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #555555 !important; }

.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: 2px;
  background-color: #555555 !important;
  content: ""; }

.c-hamburger span::before,
#nav_dropdown span::before {
  top: -7px; }

.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 !important; }

.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 !important; }

.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: #333 !important; }

.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: #333 !important; }

.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; }

.ru .menuTop #nav_dropdown {
  left: 190px; }

.menuTop {
  background: #f1f1f1;
  height: 44px;
  z-index: 5;
  position: relative;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33); }
  @media (max-width: 990px) {
    .menuTop {
      height: 45px;
      -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;
      position: fixed;
      background: rgba(255, 255, 255, 0.9);
      top: 0;
      width: 100%;
      left: 0; } }
  .menuTop .container {
    position: relative;
    max-width: 1170px;
    padding: 0; }
  .menuTop .logo {
    display: none; }
    @media (max-width: 990px) {
      .menuTop .logo {
        display: block;
        float: left;
        padding: 2px 0 0 15px; } }
  .menuTop .hotline {
    display: none; }
    @media (max-width: 990px) {
      .menuTop .hotline {
        display: block;
        position: absolute;
        right: 60px;
        margin: 0;
        top: 13px; } }
    .menuTop .hotline__title, .menuTop .hotline .tel {
      display: none; }
    .menuTop .hotline .callback, .menuTop .hotline .towrite {
      margin: 0 0 0 15px;
      overflow: hidden;
      display: inline-block;
      padding: 0 0 0 16px;
      width: 0;
      height: 16px;
      border: none;
      line-height: normal !important; }
      .menuTop .hotline .callback:before, .menuTop .hotline .towrite:before {
        top: 0;
        left: 0;
        text-indent: 0;
        background: url(img/icons.png) no-repeat !important; }
    .menuTop .hotline .callback:before {
      background-position: 0 0 !important; }
    .menuTop .hotline .towrite {
      padding: 0 0 0 19px;
      height: 17px; }
      .menuTop .hotline .towrite:before {
        background-position: -17px 0px !important; }
  .menuTop .v-impaired {
    display: none; }
    @media (max-width: 990px) {
      .menuTop .v-impaired {
        display: block;
        position: absolute;
        right: 15px;
        top: 17px; } }
    .menuTop .v-impaired a.eye {
      width: 30px;
      height: 16px;
      margin: 0 0 0 5px;
      text-indent: -9999px;
      overflow: hidden;
      display: block;
      -webkit-transition: all 0s ease;
      -moz-transition: all 0s ease;
      -o-transition: all 0s ease;
      -ms-transition: all 0s ease;
      transition: all 0s ease;
      background-image: url(img/icons.png);
      background-repeat: no-repeat;
      background-position: -37px 0; }
      .menuTop .v-impaired a.eye:hover {
        background-position: -37px -17px; }
  .menuTop .searchTop {
    display: none; }
    .menuTop .searchTop.nav-active {
      position: absolute;
      width: 100%;
      left: 0;
      top: 45px;
      background: #f1f1f1;
      padding: 10px;
      z-index: 6;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      -moz-box-shadow: 1px 2px 3px #333;
      -webkit-box-shadow: 1px 2px 3px #333;
      -o-box-shadow: 1px 2px 3px #333;
      -ms-box-shadow: 1px 2px 3px #333;
      box-shadow: 1px 2px 3px #333; }
      @media (max-width: 990px) {
        .menuTop .searchTop.nav-active {
          display: block; } }
      .menuTop .searchTop.nav-active button, .menuTop .searchTop.nav-active input[type="submit"] {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        background: url(img/icons.png) no-repeat !important;
        background-position: 0 -37px !important;
        width: 20px;
        height: 20px;
        background-color: transparent !important;
        position: absolute;
        right: 20px;
        bottom: 16px;
        padding: 0; }
        .menuTop .searchTop.nav-active button:hover, .menuTop .searchTop.nav-active button:focus, .menuTop .searchTop.nav-active input[type="submit"]:hover, .menuTop .searchTop.nav-active input[type="submit"]:focus {
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -o-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none; }
      .menuTop .searchTop.nav-active input[type="text"] {
        height: 32px;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        font-family: "Roboto Condensed", sans-serif;
        padding-right: 40px; }
  .menuTop ul.nav_menu {
    width: 100%;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0;
    list-style: none; }
    @media (max-width: 990px) {
      .menuTop ul.nav_menu {
        display: none; } }
    @media (max-width: 990px) {
      .menuTop ul.nav_menu.nav-active {
        display: block;
        position: fixed;
        left: 0;
        top: 45px;
        right: 0;
        height: auto;
        max-height: calc(100% - 45px);
        overflow-y: auto;
        background: #fff;
        z-index: 6;
        width: 100%;
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33); } }
    .menuTop ul.nav_menu.nav-active li {
      display: block;
      text-align: left; }
      .menuTop ul.nav_menu.nav-active li:last-child {
        text-align: left; }
        .menuTop ul.nav_menu.nav-active li:last-child a, .menuTop ul.nav_menu.nav-active li:last-child span {
          text-align: left; }
      .menuTop ul.nav_menu.nav-active li a,
      .menuTop ul.nav_menu.nav-active li span {
        height: auto;
        padding: 10px 15px;
        line-height: 100%;
        font-size: 16px;
        display: block;
        text-align: left; }
        .menuTop ul.nav_menu.nav-active li a.clicked,
        .menuTop ul.nav_menu.nav-active li span.clicked {
          background: #819d54; }
      .menuTop ul.nav_menu.nav-active li ul {
        display: none;
        position: relative;
        margin: 0;
        left: auto;
        top: auto;
        padding: 0;
        width: auto;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        background: #819d54;
        float: none; }
        .menuTop ul.nav_menu.nav-active li ul li {
          margin: 0; }
          .menuTop ul.nav_menu.nav-active li ul li a,
          .menuTop ul.nav_menu.nav-active li ul li span {
            border-bottom: none;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            font-family: "Roboto Condensed", sans-serif;
            padding: 5px 15px 5px 25px !important;
            color: #fff; }
          .menuTop ul.nav_menu.nav-active li ul li:hover a {
            color: #fff; }
          .menuTop ul.nav_menu.nav-active li ul li ul {
            background: #fff; }
            .menuTop ul.nav_menu.nav-active li ul li ul li a,
            .menuTop ul.nav_menu.nav-active li ul li ul li span {
              font-weight: 700;
              font-size: 13px;
              line-height: 15px;
              font-family: "Roboto Condensed", sans-serif;
              color: #fff;
              padding: 5px 15px 5px 35px !important; }
      .menuTop ul.nav_menu.nav-active li:hover ul {
        position: relative;
        margin: 0;
        left: auto;
        top: auto; }
        .menuTop ul.nav_menu.nav-active li:hover ul li a,
        .menuTop ul.nav_menu.nav-active li:hover ul li span {
          color: #fff; }
        .menuTop ul.nav_menu.nav-active li:hover ul li:hover a,
        .menuTop ul.nav_menu.nav-active li:hover ul li:hover span {
          color: #fff; }
        .menuTop ul.nav_menu.nav-active li:hover ul li:hover ul {
          position: relative;
          margin: 0;
          left: auto;
          top: auto; }
    .menuTop ul.nav_menu li {
      text-align: center;
      vertical-align: middle;
      position: relative; }
      .menuTop ul.nav_menu li a, .menuTop ul.nav_menu li span {
        display: inline-block;
        height: 44px;
        text-decoration: none;
        color: #242424;
        font-weight: 700;
        font-size: 14px;
        line-height: 44px;
        font-family: "Roboto Condensed", sans-serif;
        padding: 0 15px;
        position: relative;
        text-transform: uppercase; }
        .menuTop ul.nav_menu li a:after, .menuTop ul.nav_menu li span:after {
          display: block;
          position: absolute;
          content: "";
          bottom: 0;
          left: 0;
          right: 0;
          background: #00622d;
          height: 3px;
          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; }
      .menuTop ul.nav_menu li ul {
        left: -9999px;
        top: 100%;
        width: 100%;
        min-width: 200px;
        background: #00622d;
        margin: -3px 0 0;
        padding: 0;
        height: auto;
        display: block;
        position: absolute;
        z-index: 10;
        -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33); }
        .menuTop ul.nav_menu li ul li {
          display: block;
          position: relative; }
          .menuTop ul.nav_menu li ul li a,
          .menuTop ul.nav_menu li ul li span {
            display: block;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            font-family: "Roboto Condensed", sans-serif;
            text-transform: none;
            padding: 8px 15px;
            height: auto;
            text-align: left; }
          .menuTop ul.nav_menu li ul li:last-child {
            text-align: left; }
            .menuTop ul.nav_menu li ul li:last-child a, .menuTop ul.nav_menu li ul li:last-child span {
              text-align: left; }
        .menuTop ul.nav_menu li ul ul {
          margin: 0; }
          .menuTop ul.nav_menu li ul ul li a, .menuTop ul.nav_menu li ul ul li span {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            font-family: "Roboto Condensed", sans-serif; }
      .menuTop ul.nav_menu li:hover a, .menuTop ul.nav_menu li:hover span {
        color: #00622d; }
        .menuTop ul.nav_menu li:hover a:after, .menuTop ul.nav_menu li:hover span:after {
          opacity: 1;
          filter: alpha(opacity=100); }
      .menuTop ul.nav_menu li:hover ul {
        left: 0;
        background: #00622d; }
        .menuTop ul.nav_menu li:hover ul li a, .menuTop ul.nav_menu li:hover ul li span {
          color: #fff;
          background: none; }
          .menuTop ul.nav_menu li:hover ul li a:after, .menuTop ul.nav_menu li:hover ul li span:after {
            display: none; }
        .menuTop ul.nav_menu li:hover ul li ul {
          left: -9999px; }
        .menuTop ul.nav_menu li:hover ul li:hover a, .menuTop ul.nav_menu li:hover ul li:hover span {
          background: #819d54; }
        .menuTop ul.nav_menu li:hover ul li:hover ul {
          left: 100%;
          top: 0; }
          .menuTop ul.nav_menu li:hover ul li:hover ul li:hover ul {
            left: 100%; }
          .menuTop ul.nav_menu li:hover ul li:hover ul ul {
            left: -9999px; }
        .menuTop ul.nav_menu li:hover ul li ul {
          left: -9999px; }
      .menuTop ul.nav_menu li:hover li a, .menuTop ul.nav_menu li:hover li span {
        color: #fff; }
      .menuTop ul.nav_menu li:hover li:hover a, .menuTop ul.nav_menu li:hover li:hover span {
        background: #819d54; }
      .menuTop ul.nav_menu li:hover li:hover li:hover a, .menuTop ul.nav_menu li:hover li:hover li:hover span {
        background: #00622d; }
      .menuTop ul.nav_menu li:hover li:hover li:hover li:hover a, .menuTop ul.nav_menu li:hover li:hover li:hover li:hover span {
        background: #819d54; }
      .menuTop ul.nav_menu li.act a,
      .menuTop ul.nav_menu li.act span {
        color: #00622d; }
        .menuTop ul.nav_menu li.act a:after,
        .menuTop ul.nav_menu li.act span:after {
          opacity: 1;
          filter: alpha(opacity=100); }
      .menuTop ul.nav_menu li.act:hover a, .menuTop ul.nav_menu li.act:hover span {
        color: #00622d; }
        .menuTop ul.nav_menu li.act:hover a:after, .menuTop ul.nav_menu li.act:hover span:after {
          opacity: 1;
          filter: alpha(opacity=100); }
      .menuTop ul.nav_menu li.act:hover li a, .menuTop ul.nav_menu li.act:hover li span {
        color: #fff;
        background: none; }
        .menuTop ul.nav_menu li.act:hover li a:after, .menuTop ul.nav_menu li.act:hover li span:after {
          display: none; }
      .menuTop ul.nav_menu li.act:hover li:hover a,
      .menuTop ul.nav_menu li.act:hover li:hover span, .menuTop ul.nav_menu li.act:hover li.act a,
      .menuTop ul.nav_menu li.act:hover li.act span {
        background: #819d54; }
      .menuTop ul.nav_menu li.act:hover li:hover li:hover a,
      .menuTop ul.nav_menu li.act:hover li:hover li:hover span, .menuTop ul.nav_menu li.act:hover li:hover li.act a,
      .menuTop ul.nav_menu li.act:hover li:hover li.act span, .menuTop ul.nav_menu li.act:hover li.act li:hover a,
      .menuTop ul.nav_menu li.act:hover li.act li:hover span, .menuTop ul.nav_menu li.act:hover li.act li.act a,
      .menuTop ul.nav_menu li.act:hover li.act li.act span {
        background: #00622d; }
      .menuTop ul.nav_menu li.act:hover li:hover li span, .menuTop ul.nav_menu li.act:hover li.act li span {
        background: #00622d; }
      .menuTop ul.nav_menu li.act li a, .menuTop ul.nav_menu li.act li span {
        color: #fff;
        background: none; }
      .menuTop ul.nav_menu li.act li.act a,
      .menuTop ul.nav_menu li.act li.act span {
        background: #555555; }

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #b7b7b7;
  height: 44px;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  color: #999;
  font-size: 12px;
  padding: 0px 10px;
  width: 100%;
  -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: 2px 0 0;
  background: #fff; }
  @media (max-width: 990px) {
    input[type="text"],
    input[type="password"],
    textarea {
      height: 34px;
      line-height: 34px; } }
  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;
    color: #333; }

textarea {
  height: 130px;
  padding: 10px;
  line-height: normal; }
  @media (max-width: 990px) {
    textarea {
      height: 90px; } }

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: 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 0px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  background: #006c32;
  text-align: center;
  border-radius: 5px;
  -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) {
    input[type=submit],
    input[type=button],
    button,
    .btn {
      height: 34px;
      font-weight: 400;
      font-size: 14px;
      line-height: 34px;
      font-family: "Roboto", sans-serif; } }
  input[type=submit]:hover,
  input[type=button]:hover,
  button:hover,
  .btn:hover {
    background: #068500;
    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].arrow-btn,
  input[type=button].arrow-btn,
  button.arrow-btn,
  .btn.arrow-btn {
    line-height: 42px;
    height: 45px; }
    @media (max-width: 990px) {
      input[type=submit].arrow-btn,
      input[type=button].arrow-btn,
      button.arrow-btn,
      .btn.arrow-btn {
        height: 34px;
        line-height: 32px; } }
    input[type=submit].arrow-btn:after,
    input[type=button].arrow-btn:after,
    button.arrow-btn:after,
    .btn.arrow-btn:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url(img/arrow-s.png) no-repeat 0 0;
      content: "";
      margin: 0 0 0 10px; }
  input[type=submit].border,
  input[type=button].border,
  button.border,
  .btn.border {
    border: 2px solid #fff;
    line-height: 47px;
    background-color: transparent; }
    @media (max-width: 990px) {
      input[type=submit].border,
      input[type=button].border,
      button.border,
      .btn.border {
        line-height: 32px; } }
    input[type=submit].border:after,
    input[type=button].border:after,
    button.border:after,
    .btn.border:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url(img/arrow-s.png) no-repeat 0 0;
      content: "";
      margin: 0 0 0 10px; }
    input[type=submit].border:hover,
    input[type=button].border:hover,
    button.border:hover,
    .btn.border:hover {
      border-color: #068500;
      background: #068500;
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33); }
  input[type=submit].btn-grey,
  input[type=button].btn-grey,
  button.btn-grey,
  .btn.btn-grey {
    background: #aaaaaa;
    color: #fff;
    line-height: normal;
    height: auto;
    padding: 25px 15px;
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    font-family: "Roboto Condensed", sans-serif; }
    @media (max-width: 990px) {
      input[type=submit].btn-grey,
      input[type=button].btn-grey,
      button.btn-grey,
      .btn.btn-grey {
        padding: 15px 10px;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        font-family: "Roboto Condensed", sans-serif; } }
    @media (max-width: 700px) {
      input[type=submit].btn-grey,
      input[type=button].btn-grey,
      button.btn-grey,
      .btn.btn-grey {
        margin-bottom: 10px; } }
    input[type=submit].btn-grey:hover,
    input[type=button].btn-grey:hover,
    button.btn-grey:hover,
    .btn.btn-grey:hover {
      background: #068500;
      color: #fff;
      text-decoration: none; }

@media (max-width: 400px) {
  .btn {
    height: auto !important;
    line-height: 100% !important;
    padding: 10px 15px !important; } }

.jserror {
  display: none; }

.errortext {
  display: none; }

.formField {
  position: relative;
  margin-bottom: 15px; }
  .formField.error input[type="text"],
  .formField.error input[type="password"],
  .formField.error textarea {
    border-color: #ac354e !important;
    position: relative; }
    .formField.error input[type="text"]:after,
    .formField.error input[type="password"]:after,
    .formField.error textarea:after {
      display: block;
      position: absolute;
      content: "";
      content: "!";
      font-weight: bold;
      right: 5px;
      top: 5px; }
  .formField:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .formField label {
    display: block; }
  .formField img {
    max-width: inherit; }

.content-search {
  position: relative; }
  .content-search input[type="text"] {
    padding-right: 110px;
    margin: 0; }
  .content-search input[type="submit"], .content-search button {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    height: 44px;
    line-height: 44px; }
    @media (max-width: 990px) {
      .content-search input[type="submit"], .content-search button {
        height: 34px;
        line-height: 34px; } }

.captcha {
  overflow: hidden; }
  .captcha img {
    float: left;
    margin-right: 15px; }
  .captcha input {
    width: 120px; }

@media (max-width: 600px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

#toTop {
  padding: 13px 8px 0px;
  background: #a26506;
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #fff;
  z-index: 50;
  opacity: 0.5;
  text-indent: -9999px;
  -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; }
  #toTop:before {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    border-bottom: 23px solid #9d6206;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    top: 10px;
    left: 10px; }
  #toTop:after {
    display: block;
    position: absolute;
    content: "";
    width: 0;
    border-bottom: 20px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: 11px;
    left: 11px;
    z-index: 2; }
  #toTop:hover {
    opacity: 0.9;
    -moz-box-shadow: 0 0 15px #555555;
    -webkit-box-shadow: 0 0 15px #555555;
    -o-box-shadow: 0 0 15px #555555;
    -ms-box-shadow: 0 0 15px #555555;
    box-shadow: 0 0 15px #555555; }

.printBtn {
  display: none; }

.fancybox-skin {
  background: #fff; }

.fancybox-close, .mfp-close, button.mfp-close {
  background: 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: 20px;
  top: 28px;
  border-radius: 50%;
  border: 2px solid #4b7608;
  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) {
    .fancybox-close, .mfp-close, button.mfp-close {
      right: 15px;
      top: 15px;
      background-size: 14px auto;
      width: 24px;
      height: 24px; } }
  .fancybox-close:hover, .mfp-close:hover, button.mfp-close:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1); }

.fancybox-overlay {
  background: rgba(241, 241, 241, 0.65); }
  .fancybox-overlay .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
    @media (max-width: 600px) {
      .fancybox-overlay .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }

.mfp-content .divForm {
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  padding: 30px;
  background: #fff;
  max-width: 500px; }
  .mfp-content .divForm.hidden {
    opacity: 1;
    display: block; }
  @media (max-width: 600px) {
    .mfp-content .divForm {
      min-width: inherit;
      padding: 15px; } }
  .mfp-content .divForm .title {
    margin: 0 0 30px;
    padding: 0 50px 20px 0;
    text-transform: uppercase;
    text-align: left;
    position: relative; }
    .mfp-content .divForm .title:after {
      display: block;
      position: absolute;
      content: "";
      height: 7px;
      width: 165px;
      background: #ebebeb;
      left: 0px;
      top: 100%; }
    .mfp-content .divForm .title.col-xs-12 {
      padding-left: 15px;
      padding-right: 15px; }
      .mfp-content .divForm .title.col-xs-12:after {
        left: 15px; }
  .mfp-content .divForm .formButton {
    text-align: center; }
.mfp-content .title {
  color: #242424;
  font-weight: 400;
  font-size: 32px;
  line-height: 34px;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 0 40px;
  padding-right: 50px;
  text-transform: uppercase;
  text-align: left; }
  @media (max-width: 990px) {
    .mfp-content .title {
      font-weight: 400;
      font-size: 24px;
      line-height: 24px;
      font-family: "Roboto Condensed", sans-serif;
      margin: 0 0 20px; } }
  @media (max-width: 600px) {
    .mfp-content .title {
      margin: 0 0 15px;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      font-family: "Roboto Condensed", sans-serif; } }
.mfp-content .container {
  max-width: 945px; }

.jq-checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 5px 0 0; }

.jq-checkbox.checked .jq-checkbox__div {
  width: 10px;
  height: 10px;
  margin: 2px 0 0 2px;
  background: #085376; }

.jq-checkbox.checked {
  border-color: #085376; }

.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: "Roboto Condensed", 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: #085376; }
.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: "Roboto Condensed", 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: #333;
  -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: #4b7608;
    background: transparent url(img/file-green.png) no-repeat left center; }
  .divForm .jq-file__name:active {
    color: #085376; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  display: block !important;
  margin: 2px 0 0; }

.jq-selectbox__select {
  height: 44px;
  line-height: 44px;
  font-family: "Roboto", sans-serif;
  color: #999;
  font-size: 12px;
  padding: 0 35px 0 10px;
  border: 1px solid #b7b7b7;
  background: #fff;
  -moz-box-shadow: border-box;
  -webkit-box-shadow: border-box;
  -o-box-shadow: border-box;
  -ms-box-shadow: border-box;
  box-shadow: border-box; }
  @media (max-width: 990px) {
    .jq-selectbox__select {
      height: 34px;
      line-height: 34px; } }

.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 #4b7608;
  -moz-box-shadow: 0 0 3px #4b7608;
  -webkit-box-shadow: 0 0 3px #4b7608;
  -o-box-shadow: 0 0 3px #4b7608;
  -ms-box-shadow: 0 0 3px #4b7608;
  box-shadow: 0 0 3px #4b7608; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #f4f4f4;
  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: 13px;
  width: 7px;
  height: 11px;
  background: url(img/arrow-s.png) no-repeat 0 -12px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  overflow: hidden;
  opacity: 0.8;
  filter: alpha(opacity=80); }
  @media (max-width: 990px) {
    .jq-selectbox__trigger-arrow {
      top: 10px; } }

.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: 44px;
  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; }
  @media (max-width: 990px) {
    .jq-selectbox__dropdown {
      top: 34px; } }

.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;
  white-space: inherit !important; }
  .jq-selectbox li:before {
    display: none !important; }

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF; }

.jq-selectbox li:hover {
  background-color: #819d54;
  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: #068500;
  text-decoration: none;
  -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 {
    color: #819d54;
    text-decoration: underline; }
  a:hover, a:focus, a:active {
    outline: none;
    outline: 0; }

img {
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #555555;
  font-weight: normal;
  line-height: 100%;
  margin: 0.3rem 0 0.4rem 0; }

h1,
.h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  font-family: "Roboto", sans-serif;
  color: #555555;
  margin: 0px 0 25px; }
  @media (max-width: 990px) {
    h1,
    .h1 {
      font-weight: 700;
      font-size: 30px;
      line-height: 32px;
      font-family: "Roboto", sans-serif;
      margin: 0px 0 20px; } }
  @media (max-width: 600px) {
    h1,
    .h1 {
      font-weight: 700;
      font-size: 22px;
      line-height: 24px;
      font-family: "Roboto", sans-serif;
      margin: 0px 0 15px; } }

h2,
.h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #555555;
  margin: 30px 0 15px;
  display: block; }
  @media (max-width: 480px) {
    h2,
    .h2 {
      font-weight: 700;
      font-size: 18px;
      line-height: 22px;
      font-family: "Roboto", sans-serif; } }
  h2 a,
  .h2 a {
    text-decoration: none;
    color: #555555; }
    h2 a:hover,
    .h2 a:hover {
      text-decoration: none;
      color: #819d54; }

h3,
.h3 {
  font-size: 20px; }

.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 {
  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: #ac354e; }

.grey,
.grey a {
  color: #999999; }

.bold,
.bold a {
  font-weight: bold; }

.star,
.error,
.req {
  color: #ac354e; }

.clear {
  clear: both; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

p.indent {
  text-indent: 1.25cm; }

.content {
  position: relative;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  color: #555555; }
  @media (max-width: 990px) {
    .content {
      line-height: 22px; } }
  .content a[href^="tel:"] {
    color: #333;
    text-decoration: none; }
  .content h2, .content .h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 30px 0 20px; }
    @media (max-width: 990px) {
      .content h2, .content .h2 {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
        font-family: "Roboto Condensed", sans-serif;
        margin-bottom: 15px; } }
    @media (max-width: 700px) {
      .content h2, .content .h2 {
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        font-family: "Roboto Condensed", sans-serif; } }
  .content ul {
    margin: 10px 0 20px;
    padding: 0; }
    .content ul li {
      list-style: none;
      margin: 0 0 5px;
      padding: 0 0 0 17px;
      position: relative; }
      .content ul li:before {
        display: block;
        position: absolute;
        content: "";
        width: 5px;
        height: 5px;
        background: #4b7608;
        border-radius: 50%;
        left: 0;
        top: 12px; }
  .content ol {
    /*list-style: none;
    counter-reset: li1;*/
    margin: 30px 0 30px 30px;
    padding: 0; }
    @media (max-width: 990px) {
      .content ol {
        margin: 20px 0 20px 20px; } }
    .content ol li {
      /*padding: 0 0 0 30px;
      position: relative;
      margin: 0 0 5px;
      &:before {
      	@include twins;
      	counter-increment: li1;
      	content: counter(li1);
      	color: $color_green;
      	font-style: italic;
      	width: 20px;
      	text-align: right;
      	left: 0;
      	top: 0;
      }
      ol {
      	margin: 5px 0 10px;
      	counter-reset: li2;
      	li {
      		@include font(16, 20, 400);
      		@include breakpoint(tablet-portrait) {
      			@include font(14, 18, 400);
      		}
      		&:before {
      			counter-increment: li2;
      			content: counter(li1)'.'counter(li2);
      		}
      	}
      }*/ }
  .content table {
    width: 100%;
    margin: 30px 0;
    position: relative;
    line-height: 100%; }
    @media (max-width: 990px) {
      .content table {
        margin: 20px 0; } }
    .content table tr th {
      text-align: left;
      padding: 10px;
      text-transform: uppercase;
      border-bottom: 1px solid #068500;
      color: #068500; }
      .content table tr th p {
        margin: 0; }
    .content table tr td {
      padding: 15px;
      border-bottom: 1px solid #ccc;
      text-align: left;
      vertical-align: top; }
      .content table tr td p {
        margin: 0; }
  .content .image-left {
    float: left;
    margin: 5px 15px 5px 0;
    position: relative;
    max-width: 460px; }
    @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 #068500; }
    @media (max-width: 480px) {
      .content img[align="left"] {
        float: none;
        margin: 0 0 15px;
        display: block;
        border: 1px solid #068500;
        padding: 10px; } }
  .content img[align="right"] {
    float: right;
    margin: 5px 0px 5px 30px;
    padding: 15px;
    border: 2px solid #068500; }
    @media (max-width: 480px) {
      .content img[align="right"] {
        float: none;
        margin: 0 0 15px;
        display: block;
        border: 1px solid #068500;
        padding: 10px; } }
  .content p {
    margin: 0 0 15px; }
    @media (max-width: 990px) {
      .content p {
        margin: 0 0 10px; } }
  .content .map {
    overflow: hidden;
    margin: 20px 0 0; }
    @media (max-width: 990px) {
      .content .map {
        height: 400px !important; } }
    @media (max-width: 600px) {
      .content .map {
        height: 300px !important; } }
    .content .map iframe {
      width: 100% !important; }
      @media (max-width: 990px) {
        .content .map iframe {
          height: 400px !important; } }
      @media (max-width: 600px) {
        .content .map iframe {
          height: 300px !important; } }

.infoBlock img {
  display: block; }

.firstHeading {
  color: #085376;
  margin: 10px 0 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif; }
  .firstHeading span {
    background: url(img/flags.png) no-repeat -17px 0;
    background-size: auto 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px; }

.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; } }

@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
*/
.searchRight, .rss-news {
  position: relative; }
  .searchRight:after, .rss-news:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .searchRight .h2, .rss-news .h2 {
    margin: 0 0 8px; }
  .searchRight input[type=text], .rss-news input[type=text] {
    margin: 0;
    font-size: 12px; }

.rss-news {
  margin: 44px 0 0; }
  @media (max-width: 990px) {
    .rss-news {
      margin: 30px 0 0; } }
  .rss-news button, .rss-news input[type=submit] {
    float: right;
    margin: 12px 0 0; }

.searchRight input[type=text] {
  padding-right: 35px; }
.searchRight button, .searchRight input[type=submit] {
  position: absolute;
  width: 22px;
  height: 18px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  bottom: 13px;
  right: 11px;
  background-image: url(img/icons.png);
  background-repeat: no-repeat;
  background-position: -68px 0; }
@media (max-width: 990px) {
  .searchRight {
    display: none; } }

.Information, .importantDocs, .newsList {
  margin: 44px 0 0; }
  @media (max-width: 990px) {
    .Information, .importantDocs, .newsList {
      margin: 30px 0 0; } }
  .Information .h2, .importantDocs .h2, .newsList .h2 {
    margin: 0 0 15px;
    padding: 0 30px 15px 0;
    border-bottom: 7px solid #ebebeb;
    float: left; }
    @media (max-width: 990px) {
      .Information .h2, .importantDocs .h2, .newsList .h2 {
        padding: 0 0px 10px 0;
        border-bottom: 3px solid #ebebeb; } }

.Information ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }
  .Information ul li {
    margin: 0 0 10px;
    padding: 0; }
    .Information ul li a {
      position: relative;
      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-align-content: center;
      -moz-align-content: center;
      -o-align-content: center;
      -ms-flex-align-content: center;
      align-content: center;
      font-weight: 300;
      font-size: 18px;
      line-height: 20px;
      font-family: "Roboto", sans-serif;
      text-decoration: none;
      color: #242424; }
      .Information ul li a:hover {
        color: #4b7608; }
        .Information ul li a:hover .ico.ico1::before {
          background-position: -53px 0; }
        .Information ul li a:hover .ico.ico2::before {
          background-position: -53px -45px; }
        .Information ul li a:hover .ico.ico3::before {
          background-position: -53px -98px; }
    .Information ul li .ico {
      -webkit-flex: 0 0 60px;
      -moz-flex: 0 0 60px;
      -o-flex: 0 0 60px;
      -ms-flexbox: 0 0 60px;
      flex: 0 0 60px;
      position: relative;
      height: 52px; }
      .Information ul li .ico:before {
        display: block;
        position: absolute;
        content: "";
        background: url(img/icons-info.png) no-repeat;
        left: 0;
        top: 0; }
      .Information ul li .ico.ico1:before {
        width: 52px;
        height: 44px;
        background-position: 0 0; }
      .Information ul li .ico.ico2:before {
        width: 44px;
        height: 52px;
        background-position: 0 -45px; }
      .Information ul li .ico.ico3:before {
        width: 52px;
        height: 52px;
        background-position: 0 -98px; }

.importantDocs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both; }
  .importantDocs ul li {
    margin: 0 0 10px;
    border-top: 1px solid #bebebe; }
    .importantDocs ul li:first-child {
      border: none; }
    .importantDocs ul li > a {
      display: block;
      padding: 10px 0 0 15px;
      color: #242424;
      position: relative;
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      font-family: "Roboto Condensed", sans-serif;
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .importantDocs ul li > a:before {
        display: block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        background: #bebebe;
        left: 1px;
        top: 17px;
        border-radius: 50%; }
      .importantDocs ul li > a:hover {
        opacity: 1;
        filter: alpha(opacity=100); }

aside .infoBlock {
  margin: 44px 0 0; }
  @media (max-width: 990px) {
    aside .infoBlock {
      margin: 30px 0 0; } }
  aside .infoBlock__Item {
    margin: 40px 0 0; }
    @media (max-width: 990px) {
      aside .infoBlock__Item {
        margin: 20px 0 0; } }
    aside .infoBlock__Item img {
      display: block; }
aside .padding {
  margin: 35px 0 65px; }

.main aside .infoBlock {
  margin: 40px 0 30px; }
  @media (max-width: 990px) {
    .main aside .infoBlock {
      margin: 20px 0 30px; } }

.quote {
  margin: 25px 0 -20px;
  padding: 20px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #242424;
  background: url(img/quote.png) no-repeat right top; }
  @media (max-width: 990px) {
    .quote {
      margin: 20px 0 0;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      font-family: "Roboto", sans-serif; } }
  .quote p {
    margin: 0; }
    .quote p a {
      font-size: 12px; }
  .quote .sig {
    margin: 30px 0 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #777777;
    text-align: right;
    text-transform: uppercase;
    display: block; }
    .quote .sig:before {
      content: "- "; }

.partners {
  position: relative;
  padding: 55px 0;
  background: #f5e1c0; }
  .partners .container {
    width: 1140px;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-flex-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -o-align-content: center;
    -ms-flex-align-content: center;
    align-content: center; }
    .partners .container:after {
      display: none; }
  .partners__Item:hover a {
    display: block;
    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); }

.sorting {
  margin: 0 0 20px;
  display: block;
  width: 100%;
  overflow: hidden; }
  .sorting .search-theme {
    margin: 0 0 5px;
    color: #666;
    font-family: "Roboto Condensed", sans-serif; }
    .sorting .search-theme b {
      font-weight: 500;
      color: #333; }
      @media (max-width: 990px) {
        .sorting .search-theme b {
          display: block; } }
  .sorting .newsType {
    text-align: right;
    margin: -5px 0 5px;
    float: right; }
    @media (max-width: 700px) {
      .sorting .newsType {
        display: none; } }
    .sorting .newsType span {
      color: #333333;
      font-weight: 700;
      font-size: 12px;
      line-height: 12px;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      position: relative;
      opacity: 0.8;
      filter: alpha(opacity=80);
      cursor: pointer;
      display: inline-block;
      -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;
      width: 12px;
      overflow: hidden;
      padding: 0 0 0 12px;
      margin: 0 0 0 15px; }
      .sorting .newsType span:before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        top: 1px;
        opacity: 0.8;
        filter: alpha(opacity=80);
        width: 11px;
        height: 11px; }
      .sorting .newsType span.card::before {
        background: url(img/ico-card.png) no-repeat; }
      .sorting .newsType span.line::before {
        background: url(img/ico-line.png) no-repeat; }
      .sorting .newsType span.active {
        opacity: 1;
        filter: alpha(opacity=100);
        text-decoration: underline; }
        .sorting .newsType span.active:before {
          opacity: 1;
          filter: alpha(opacity=100); }
      .sorting .newsType span:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
        .sorting .newsType span:hover:before {
          opacity: 1;
          filter: alpha(opacity=100); }
  .sorting .region {
    float: right;
    color: #333333;
    clear: both;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }
    .sorting .region a, .sorting .region span {
      color: #333333;
      display: inline-block;
      text-decoration: underline;
      position: relative;
      cursor: pointer;
      margin: 0 0 0 20px;
      /*&:after {
      	@include twins;
      	background: url(img/arrow-s.png) no-repeat 0 -12px;
      	width: 7px;
      	height: 11px;
      	display:inline-block;
      	top: 5px;
      	right: 0;
      }*/ }
      .sorting .region a:first-child, .sorting .region span:first-child {
        margin: 0; }
        .sorting .region a:first-child:before, .sorting .region span:first-child:before {
          display: none; }
      .sorting .region a:before, .sorting .region span:before {
        display: block;
        position: absolute;
        content: "";
        content: "|";
        color: #999999;
        right: 100%;
        margin-right: 8px;
        top: 0px; }
      .sorting .region a:hover, .sorting .region span:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }
        .sorting .region a:hover:before, .sorting .region span:hover:before {
          color: #999999;
          opacity: 1;
          filter: alpha(opacity=100); }
  .sorting .years {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    font-family: "Roboto Condensed", sans-serif;
    color: #555555; }
    @media (max-width: 990px) {
      .sorting .years {
        font-weight: 700;
        font-size: 14px;
        line-height: 15px;
        font-family: "Roboto Condensed", sans-serif; } }
    .sorting .years .title {
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 990px) {
        .sorting .years .title {
          display: block;
          margin: 0 0 5px; } }
    .sorting .years strong, .sorting .years a {
      display: inline-block;
      color: #242424;
      margin: 0 6px; }
      @media (max-width: 990px) {
        .sorting .years strong, .sorting .years a {
          margin: 0 10px 5px 0; } }
    .sorting .years strong {
      color: #4b7608; }
  .sorting ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 70%; }
    @media (max-width: 990px) {
      .sorting ul {
        display: none;
        width: 100%; } }
    .sorting ul.nav-active {
      display: block;
      margin: 15px 0 0 20px; }
      .sorting ul.nav-active li {
        display: block;
        margin: 0 0 5px;
        padding: 0 0 0 20px;
        position: relative; }
        .sorting ul.nav-active li:before {
          display: block;
          position: absolute;
          content: "";
          width: 10px;
          height: 1px;
          background: #555;
          top: 10px;
          left: 0; }
    .sorting ul li {
      margin: 0 18px 0 0;
      padding: 0;
      list-style: none; }
      .sorting ul li:before {
        display: none; }
      .sorting ul li a {
        display: block;
        text-decoration: underline;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase; }
      .sorting ul li.active a, .sorting ul li:hover a {
        text-decoration: none; }

.news {
  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;
  clear: both; }
  .news.others {
    margin-top: 44px; }
    @media (max-width: 990px) {
      .news.others {
        margin-top: 30px; } }
    .news.others .h2 {
      margin: 0 0 25px;
      padding-bottom: 20px;
      position: relative;
      color: #555555;
      font-weight: 400;
      font-size: 22px;
      line-height: 24px;
      font-family: "Roboto", sans-serif; }
      @media (max-width: 990px) {
        .news.others .h2 {
          font-weight: 400;
          font-size: 18px;
          line-height: 20px;
          font-family: "Roboto", sans-serif;
          padding-bottom: 15px;
          margin: 0 0 20px; } }
      @media (max-width: 600px) {
        .news.others .h2 {
          font-weight: 400;
          font-size: 16px;
          line-height: 18px;
          font-family: "Roboto", sans-serif; } }
      .news.others .h2:after {
        display: block;
        position: absolute;
        content: "";
        height: 7px;
        width: 165px;
        background: #ebebeb;
        left: 15px;
        bottom: 0; }
        @media (max-width: 990px) {
          .news.others .h2:after {
            height: 3px; } }
      .news.others .h2 span {
        white-space: nowrap;
        display: inline-block;
        margin-left: 5px; }
      .news.others .h2 a {
        color: #068500; }
        .news.others .h2 a:hover {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      .news.others .h2.green a {
        color: #4b7608; }
      .news.others .h2.greenlight a {
        background: #3ab69d; }
      .news.others .h2.blue a {
        color: #085376; }
      .news.others .h2.yellow a {
        color: #a26506; }
      .news.others .h2.red a {
        color: #ac354e; }
      .news.others .h2.purple a {
        color: #6d5182; }
      .news.others .h2.grey a {
        color: #999999; }
  .news.newsLine .col-xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%; }
  .news.newsLine .news__item {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
    @media (max-width: 400px) {
      .news.newsLine .news__item {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .news.newsLine .news__item .image {
      width: 263px;
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -o-flex-basis: 33.33333%;
      -ms-flex-basis: 33.33333%;
      flex-basis: 33.33333%;
      -webkit-flex: 0 0 263px;
      -moz-flex: 0 0 263px;
      -o-flex: 0 0 263px;
      -ms-flexbox: 0 0 263px;
      flex: 0 0 263px;
      margin: -1px 0 0 -1px;
      position: relative; }
      @media (max-width: 600px) {
        .news.newsLine .news__item .image {
          -webkit-flex: 0 0 50%;
          -moz-flex: 0 0 50%;
          -o-flex: 0 0 50%;
          -ms-flexbox: 0 0 50%;
          flex: 0 0 50%; } }
      @media (max-width: 400px) {
        .news.newsLine .news__item .image {
          -webkit-flex: 0 0 101%;
          -moz-flex: 0 0 101%;
          -o-flex: 0 0 101%;
          -ms-flexbox: 0 0 101%;
          flex: 0 0 101%;
          margin: -1px -1px 0;
          height: 158px; } }
      .news.newsLine .news__item .image a {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%; }
        .news.newsLine .news__item .image a img {
          position: absolute;
          width: 100%;
          height: auto;
          top: 0;
          left: 0;
          display: block;
          opacity: 0;
          filter: alpha(opacity=0); }
  .news.newsLine .newsList .news__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news.newsLine .newsList .news__item .date {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -o-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%; }
  .news .col-xs-12 {
    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__item {
    border: 1px solid #dedede;
    -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;
    position: relative;
    background: #fafafa;
    margin: 0 0 30px; }
    .news__item .line {
      display: block;
      position: absolute;
      height: 5px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: #4b7608; }
    .news__item .image {
      margin: -1px -1px 0; }
      .news__item .image > a {
        display: block;
        height: 158px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .news__item .image > a img {
          position: absolute;
          width: 100%;
          height: auto;
          top: 0;
          left: 0;
          display: block;
          opacity: 0;
          filter: alpha(opacity=0); }
    .news__item .text {
      padding: 10px 15px 15px; }
    .news__item .date {
      text-transform: uppercase;
      color: #ababab;
      font-size: 11px;
      margin: 10px 0 0; }
    .news__item .desc {
      margin: 10px 0 0;
      font-weight: 400;
      font-size: 13px;
      line-height: 18px;
      font-family: "Roboto", sans-serif;
      color: #555555; }
    .news__item:hover {
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33);
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.33); }
      .news__item:hover .news__title > a {
        color: #068500; }
  .news__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    font-family: "Roboto Condensed", sans-serif; }
    .news__title > a {
      text-decoration: none;
      color: #242424; }
  .news .overview {
    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 .overview .news__item .line {
      top: -1px;
      bottom: auto; }
    .news .overview .news__item .date {
      margin: 0 0 10px; }
  .news .newsList {
    border: 1px solid #dedede;
    -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;
    position: relative;
    background: #fafafa;
    padding: 15px;
    margin: 0 0 30px; }
    .news .newsList .news__item {
      border: none;
      border-bottom: 1px solid #b1b1b1;
      padding: 0 0 15px;
      margin: 0 0 15px; }
      .news .newsList .news__item:after {
        display: none; }
      .news .newsList .news__item .news__title > a {
        display: block;
        position: relative; }
        .news .newsList .news__item .news__title > a span {
          width: 9px;
          height: 9px;
          display: inline-block;
          margin-left: 10px; }
      .news .newsList .news__item:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }

.all {
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase; }
  .all a {
    text-decoration: none; }

.content .infoBlock {
  /*width: 100vw;
  left: calc( (-100vw + 1163px)/2);
  position: relative;*/
  margin: 35px 0 65px; }
  @media (max-width: 990px) {
    .content .infoBlock {
      margin: 5px 0 35px; } }
  .content .infoBlock a {
    /*display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;*/ }
    .content .infoBlock a img {
      display: block;
      width: 100%;
      height: auto; }

.newsList {
  border: 1px solid #dedede;
  -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;
  position: relative;
  background: #fafafa;
  padding: 15px; }
  .newsList .news__item {
    border: none;
    border-bottom: 1px solid #b1b1b1;
    padding: 0 0 15px;
    margin: 0 0 15px; }
    .newsList .news__item .line {
      display: none; }
    .newsList .news__item .news__title > a {
      display: block; }
      .newsList .news__item .news__title > a span {
        width: 9px;
        height: 9px;
        display: inline-block;
        margin-left: 10px; }
    .newsList .news__item:hover {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }

.newsItem:after {
  display: block;
  position: absolute;
  content: "";
  position: relative;
  clear: both; }
.newsItem .image {
  float: left;
  margin: 5px 30px 18px 0; }
  .newsItem .image img {
    display: block; }
  @media (max-width: 600px) {
    .newsItem .image {
      float: none;
      margin: 0 0 15px; } }
.newsItem .author {
  float: left;
  margin: 20px 0 0; }
.newsItem .back {
  float: right; }

.category {
  margin: 0 0 25px;
  padding: 0 0 2px;
  border-bottom: 5px solid #4b7608;
  position: relative;
  /*&.green {
  	border-color:$color_green;
  	.category__title {
  		a,span {background:$color_green;}
  	}
  	.date {color:$color_green;}
  } 
  &.greenlight {
  	border-color:$color_greenlight;
  	.category__title {
  		a,span {background:$color_greenlight;}
  	}
  	.date {color:$color_greenlight;}
  } 
  &.blue {
  	border-color:$color_blue;
  	.category__title {
  		a,span {background:$color_blue;}
  	}
  	.date {color:$color_blue;}
  } 
  &.yellow {
  	border-color:$color_yellow;
  	.category__title {
  		a,span {background:$color_yellow;}
  	}
  	.date {color:$color_yellow;}
  } 
  &.red {
  	border-color:$color_red;
  	.category__title {
  		a,span {background:$color_red;}
  	}
  	.date {color:$color_red;}
  } 
  &.purple {
  	border-color:$color_purple;
  	.category__title {
  		a,span {background:$color_purple;}
  	}
  	.date {color:$color_purple;}
  } */ }
  @media (max-width: 400px) {
    .category {
      margin: 0 0 40px;
      border-width: 3px; } }
  .category:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .category__title {
    position: absolute;
    right: 0;
    bottom: -5px; }
    @media (max-width: 400px) {
      .category__title {
        top: 100%;
        margin-top: 3px;
        bottom: auto; } }
    .category__title > a, .category__title > span {
      display: block;
      padding: 2px 20px;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Roboto Condensed", sans-serif;
      background: #4b7608;
      text-decoration: none; }
      @media (max-width: 990px) {
        .category__title > a, .category__title > span {
          font-size: 13px; } }
  .category .date {
    color: #4b7608;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 990px) {
      .category .date {
        font-size: 12px; } }

.author {
  color: #999999;
  font-style: italic; }
  .author a {
    color: #819d54; }
    .author a:hover {
      color: #068500; }

.newsLinks {
  color: #242424;
  margin: 20px 0 0;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 20px; }
  @media (max-width: 600px) {
    .newsLinks {
      font: normal 14px/18px "Roboto Condensed", sans-serif; } }
  .newsLinks strong {
    display: block; }
  .newsLinks a {
    color: #242424;
    text-decoration: underline; }
    .newsLinks a:hover {
      color: #819d54;
      text-decoration: none; }

.views {
  margin: 20px 0 0 !important;
  font-size: 12px;
  float: left;
  color: #ccc;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    .views {
      float: none; } }

.docList.list .listItem {
  padding-left: 0; }
.docList .listItem {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0 20px 40px;
  margin: 0 0 20px;
  position: relative; }
  .docList .listItem .ico-file {
    position: absolute;
    left: 0;
    top: 0; }
  .docList .listItem span {
    color: #999;
    font-size: 80%;
    text-transform: uppercase;
    white-space: nowrap; }
  .docList .listItem .date {
    display: block; }
  .docList .listItem a {
    text-decoration: none;
    color: #666; }
    .docList .listItem a:hover {
      color: #333; }

.filterSearch {
  border-bottom: 8px solid #f1f1f1;
  padding: 0 0 10px;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  font-family: "Roboto", sans-serif; }
  @media (max-width: 990px) {
    .filterSearch {
      font-weight: 400;
      font-size: 16px;
      line-height: 18px;
      font-family: "Roboto", sans-serif; } }
  .filterSearch .col-xs-12 {
    margin: 0 0 15px; }
  .filterSearch .jq-selectbox.disabled .jq-selectbox__select {
    background: #f4f4f4;
    border-color: #f4f4f4; }
  .filterSearch .jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    background-position: 0 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  .filterSearch .jq-selectbox .jq-selectbox__select {
    height: 30px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    color: #999;
    font-size: 14px;
    padding: 0 35px 0 10px;
    border: 1px solid #b7b7b7;
    background: #fff;
    -moz-box-shadow: border-box;
    -webkit-box-shadow: border-box;
    -o-box-shadow: border-box;
    -ms-box-shadow: border-box;
    box-shadow: border-box; }
    @media (max-width: 990px) {
      .filterSearch .jq-selectbox .jq-selectbox__select {
        height: 30px;
        line-height: 30px; } }
  .filterSearch .jq-selectbox .jq-selectbox__trigger-arrow {
    top: 9px; }
  .filterSearch .jq-selectbox .jq-selectbox__dropdown {
    top: 30px; }
  .filterSearch h3 {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    font-family: "Roboto", sans-serif;
    color: #545454;
    margin: 0 0 15px; }
    @media (max-width: 990px) {
      .filterSearch h3 {
        font-weight: 700;
        font-size: 20px;
        line-height: 22px;
        font-family: "Roboto", sans-serif; } }
    @media (max-width: 700px) {
      .filterSearch h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        font-family: "Roboto", sans-serif; } }
    .filterSearch h3:after {
      width: 100%;
      height: 14px;
      top: calc(50% - 4px);
      background: #f1f1f1;
      left: 0;
      z-index: 0;
      display: block;
      position: absolute;
      content: ""; }
    .filterSearch h3 span {
      display: inline-block;
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 2px 10px 1px 0; }
  .filterSearch p {
    margin: 0 0 7px; }
  .filterSearch button {
    margin-top: 20px; }
  .filterSearch ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    .filterSearch ul li {
      display: inline-block;
      margin: 0 10px 0 0;
      padding: 0;
      /*&:nth-of-type(3) {
      	margin: 0;
      	@include breakpoint(tablet-portrait) {
      		margin: 0 0 0 10px;
      	}
      }*/ }
      .filterSearch ul li:before {
        display: none; }
      .filterSearch ul li a, .filterSearch ul li span {
        display: block;
        position: relative;
        height: 30px;
        line-height: 30px; }
        .filterSearch ul li a:hover, .filterSearch ul li span:hover {
          text-decoration: none; }
      .filterSearch ul li span {
        color: #ccc; }
        .filterSearch ul li span.active {
          color: #fff;
          padding: 0px 17px 0px 5px;
          border-radius: 5px;
          background: #068500; }
          .filterSearch ul li span.active a {
            position: absolute;
            color: #fff;
            right: 3px;
            top: 2px;
            font-weight: 700;
            font-size: 14px;
            line-height: 12px;
            font-family: "Roboto", sans-serif; }
            .filterSearch ul li span.active a:hover {
              color: #ac354e; }
          .filterSearch ul li span.active:hover a:hover {
            color: #ac354e; }

#regions, #years {
  background: #fff;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.33); }
  #regions.container, #years.container {
    max-width: 945px;
    padding: 30px; }
    @media (max-width: 600px) {
      #regions.container, #years.container {
        padding: 15px; } }
  #regions .column, #years .column {
    -webkit-column-width: 20%;
    -moz-column-width: 20%;
    column-width: 20%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 990px) {
      #regions .column, #years .column {
        -webkit-column-width: 25%;
        -moz-column-width: 25%;
        column-width: 25%;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px; } }
    @media (max-width: 700px) {
      #regions .column, #years .column {
        -webkit-column-width: 50%;
        -moz-column-width: 50%;
        column-width: 50%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; } }
    @media (max-width: 400px) {
      #regions .column, #years .column {
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px; } }
    #regions .column__Item, #years .column__Item {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      /* Makes effect only in Firefox */
      break-inside: avoid; }
  #regions h3, #years h3 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0px 0 10px;
    text-transform: uppercase;
    color: #999; }
    @media (max-width: 990px) {
      #regions h3, #years h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        font-family: "Roboto Condensed", sans-serif;
        margin: 10px 0 10px; } }
    #regions h3 a, #years h3 a {
      text-decoration: none;
      color: #000; }
      #regions h3 a:hover, #years h3 a:hover {
        color: #29b5de; }
  #regions ul, #years ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none; }
    #regions ul li, #years ul li {
      margin: 0 0 10px;
      font-weight: 400;
      font-size: 18px;
      line-height: 19px;
      font-family: "Roboto Condensed", sans-serif; }
      @media (max-width: 990px) {
        #regions ul li, #years ul li {
          margin: 0 0 5px;
          font-weight: 400;
          font-size: 16px;
          line-height: 18px;
          font-family: "Roboto Condensed", sans-serif; } }

.infoFaq {
  background: #f1f1f1;
  padding: 20px;
  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-align-content: center;
  -moz-align-content: center;
  -o-align-content: center;
  -ms-flex-align-content: center;
  align-content: center;
  margin: 0 0 30px; }
  @media (max-width: 990px) {
    .infoFaq {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .infoFaq .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #777;
    margin: 0 30px 0 0; }
    .infoFaq .text p {
      margin: 0; }
    @media (max-width: 990px) {
      .infoFaq .text {
        margin: 0 0 15px;
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%; } }
  .infoFaq .send-case {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -o-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -o-flex: 0 0 auto;
    -ms-flexbox: 0 0 auto;
    flex: 0 0 auto; }
    @media (max-width: 990px) {
      .infoFaq .send-case {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -o-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -o-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        text-align: right; } }
    .infoFaq .send-case a {
      display: inline-block;
      font-weight: 700;
      line-height: 45px; }

.faq {
  margin: 20px 0 0; }
  .faq__item {
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    color: #242424; }
    .faq__item .category {
      border: none;
      color: #ababab;
      margin: 0 0 15px; }
      .faq__item .category:before {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        right: 0;
        top: calc(50% - 4px);
        height: 7px;
        background: #ebebeb;
        z-index: 0; }
      .faq__item .category .date {
        font-weight: 400;
        font-size: 11px;
        line-height: 10px;
        font-family: "Roboto Condensed", sans-serif;
        color: #ababab;
        text-transform: uppercase;
        float: left;
        position: relative;
        background: #fff;
        padding: 2px 18px 2px 0; }
      .faq__item .category__title {
        float: right;
        position: relative;
        text-transform: uppercase;
        bottom: auto;
        right: auto;
        font-weight: 400;
        font-size: 11px;
        line-height: 10px;
        font-family: "Roboto Condensed", sans-serif; }
        .faq__item .category__title a, .faq__item .category__title span {
          text-decoration: none;
          background: #fff;
          padding: 2px 0 2px 18px; }
          .faq__item .category__title a:hover, .faq__item .category__title span:hover {
            opacity: 0.7;
            filter: alpha(opacity=70);
            text-decoration: none; }
        .faq__item .category__title.green a, .faq__item .category__title.green span {
          color: #4b7608; }
        .faq__item .category__title .news__title a::after {
          color: #4b7608; }
        .faq__item .category__title.greenlight a, .faq__item .category__title.greenlight span {
          color: #3ab69d; }
        .faq__item .category__title.blue a, .faq__item .category__title.blue span {
          color: #085376; }
        .faq__item .category__title.yellow a, .faq__item .category__title.yellow span {
          color: #a26506; }
        .faq__item .category__title .news__title a::after {
          color: #a26506; }
        .faq__item .category__title.red a, .faq__item .category__title.red span {
          color: #ac354e; }
        .faq__item .category__title.purple a, .faq__item .category__title.purple span {
          color: #6d5182; }
  .faq__title {
    text-transform: uppercase; }
  .faq__question {
    margin: 15px 0 0; }
    .faq__question a {
      font-weight: 400;
      font-size: 12px;
      line-height: 30px;
      font-family: "Roboto", sans-serif;
      display: inline-block;
      float: right;
      text-decoration: none; }
  .faq .answer {
    margin: 25px 0 0; }
    .faq .answer__btn {
      cursor: pointer;
      color: #42855c;
      font-weight: bold;
      text-transform: uppercase; }
      .faq .answer__btn:after {
        content: "";
        width: 7px;
        height: 11px;
        background: url(img/arrow-s.png) no-repeat;
        display: inline-block;
        background-position: 0 -24px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 0 0 0 10px; }
      .faq .answer__btn:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
      .faq .answer__btn.active {
        color: #ababab; }
        .faq .answer__btn.active:after {
          background-position: 0 -12px;
          opacity: 0.7;
          filter: alpha(opacity=70); }
    .faq .answer__text {
      display: none;
      padding: 15px;
      background: #f1f1f1;
      color: #555555;
      margin: 15px 0 0; }

.formFaq__item {
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 990px) {
    .formFaq__item {
      margin-bottom: 40px; } }
  .formFaq__item.last:before {
    width: auto;
    right: 15px; }
  .formFaq__item:before {
    display: block;
    position: absolute;
    content: "";
    height: 7px;
    width: 165px;
    background: #ebebeb;
    left: 15px;
    bottom: -30px; }
    @media (max-width: 990px) {
      .formFaq__item:before {
        bottom: -20px;
        height: 3px; } }
  .formFaq__item .text {
    float: right;
    clear: both;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
    color: #777;
    padding-top: 15px; }
    @media (max-width: 990px) {
      .formFaq__item .text {
        padding-top: 0px; } }
    .formFaq__item .text p {
      margin: 0 0 20px; }
      @media (max-width: 990px) {
        .formFaq__item .text p {
          margin: 0 0 10px; } }
    .formFaq__item .text.text-last {
      padding-top: 0px; }
  .formFaq__item .formField {
    text-transform: uppercase;
    color: #333;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: "Roboto Condensed", sans-serif; }
    .formFaq__item .formField input[type="text"], .formFaq__item .formField textarea, .formFaq__item .formField .jq-selectbox {
      text-transform: none; }
    .formFaq__item .formField textarea {
      height: 395px; }
      @media (max-width: 990px) {
        .formFaq__item .formField textarea {
          height: 200px; } }
.formFaq .formbutton {
  text-align: center; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider.single-item {
    padding: 0 100px;
    margin: 50px 0 100px; }
    @media (max-width: 990px) {
      .slick-slider.single-item {
        padding: 0 60px;
        margin: 30px 0 80px; } }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-slide.slick-active {
    opacity: 1;
    filter: alpha(opacity=100); }

.slick-arrow.slick-hidden {
  display: none; }

.slider-card {
  margin: 0 0 15px; }

.slick-prev,
.slick-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  background-color: #cccccc;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    position: absolute;
    content: "";
    background: url(img/arrow-s.png) no-repeat 0 0;
    width: 7px;
    height: 11px;
    left: 12px;
    top: 10px; }
  .slick-prev.slick-disabled,
  .slick-next.slick-disabled {
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .slick-prev:hover,
  .slick-next:hover {
    background: #068500; }

.slick-prev {
  left: -44px; }
  .slick-prev:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  @media (max-width: 1180px) {
    .slick-prev {
      left: 10px; } }

.slick-next {
  left: auto;
  right: -44px; }
  @media (max-width: 1180px) {
    .slick-next {
      right: 10px; } }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    vertical-align: middle;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    background: transparent;
    overflow: hidden;
    -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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f6f27b; }
    .slick-dots li button {
      text-indent: -9999px;
      overflow: hidden;
      padding: 0;
      margin: 0;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      background: none;
      width: 100%;
      height: 100%;
      line-height: 100%; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background: #fff;
      width: 15px;
      height: 15px; }
      .slick-dots li:hover button, .slick-dots li.slick-active button {
        background: none; }

.sliderTop {
  overflow: hidden;
  height: 430px; }
  @media (max-width: 1180px) {
    .sliderTop {
      height: 400px; } }
  .sliderTop .slick-dots li {
    border-color: #fff; }
    .sliderTop .slick-dots li:hover, .sliderTop .slick-dots li.slick-active {
      background: #fff;
      border-color: #fff; }
      .sliderTop .slick-dots li:hover button, .sliderTop .slick-dots li.slick-active button {
        background: none; }
  .sliderTop .slide {
    overflow: hidden;
    position: relative;
    height: 430px;
    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-top: 110px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1180px) {
      .sliderTop .slide {
        padding-left: 30px;
        padding-right: 30px;
        height: 400px; } }
    @media (max-width: 990px) {
      .sliderTop .slide {
        padding: 0px 30px;
        background-position: center center;
        background-size: cover; } }
    .sliderTop .slide .title {
      font-weight: 700;
      font-size: 64px;
      line-height: 50px;
      font-family: "Roboto Condensed", sans-serif;
      color: #fff;
      margin: 0 0 25px; }
      @media (max-width: 1180px) {
        .sliderTop .slide .title {
          margin: 0 0 15px;
          font-weight: 700;
          font-size: 54px;
          line-height: 40px;
          font-family: "Roboto Condensed", sans-serif; } }
      @media (max-width: 990px) {
        .sliderTop .slide .title {
          margin: 40px 0 15px;
          font-weight: 700;
          font-size: 40px;
          line-height: 30px;
          font-family: "Roboto Condensed", sans-serif;
          width: 100%; } }
      @media (max-width: 700px) {
        .sliderTop .slide .title {
          font-weight: 700;
          font-size: 30px;
          line-height: 26px;
          font-family: "Roboto Condensed", sans-serif;
          margin: 20px 0 10px; } }
    .sliderTop .slide .more {
      text-align: right; }
      @media (max-width: 990px) {
        .sliderTop .slide .more {
          display: none; } }
    .sliderTop .slide .text {
      border-left: 1px solid #fff;
      padding: 10px 0 10px 47px;
      font-weight: 400;
      font-size: 16px;
      line-height: 26px;
      font-family: "Roboto", sans-serif;
      height: 100%;
      color: #fff;
      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-align-content: center;
      -moz-align-content: center;
      -o-align-content: center;
      -ms-flex-align-content: center;
      align-content: center; }
      @media (max-width: 1180px) {
        .sliderTop .slide .text {
          font-weight: 400;
          font-size: 14px;
          line-height: 24px;
          font-family: "Roboto", sans-serif; } }
      @media (max-width: 990px) {
        .sliderTop .slide .text {
          border-left: none;
          border-top: 1px solid #fff;
          padding: 20px 0 0;
          margin: 0px 0 15px;
          height: auto;
          width: 100%;
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -o-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          font-weight: 400;
          font-size: 14px;
          line-height: 20px;
          font-family: "Roboto", sans-serif; } }
      @media (max-width: 700px) {
        .sliderTop .slide .text {
          margin: 0px 0 10px;
          padding: 15px 0 0; } }
      .sliderTop .slide .text + .more {
        display: none; }
        @media (max-width: 990px) {
          .sliderTop .slide .text + .more {
            display: block;
            margin: 0 0 30px; } }
        @media (max-width: 700px) {
          .sliderTop .slide .text + .more {
            margin: 0 0 20px; } }
      .sliderTop .slide .text p {
        margin: 0; }
    .sliderTop .slide .row {
      display: -moz-flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media (max-width: 990px) {
        .sliderTop .slide .row {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .sliderTop .slick-prev,
  .sliderTop .slick-next {
    position: absolute;
    width: 20px;
    height: 36px;
    top: calc(50% + 55px - 18px);
    background: url(img/arrows.png) no-repeat 0 0;
    background-color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease; }
    .sliderTop .slick-prev:before,
    .sliderTop .slick-next:before {
      display: none; }
    .sliderTop .slick-prev.slick-disabled,
    .sliderTop .slick-next.slick-disabled {
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .sliderTop .slick-prev:hover,
    .sliderTop .slick-next:hover {
      background-position: 0 -37px; }
  .sliderTop .slick-prev {
    left: 20px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
    @media (min-width: 1400px) {
      .sliderTop .slick-prev {
        left: 40px; } }
    @media (max-width: 1180px) {
      .sliderTop .slick-prev {
        left: 10px; } }
  .sliderTop .slick-next {
    left: auto;
    right: 20px; }
    @media (min-width: 1400px) {
      .sliderTop .slick-next {
        right: 40px; } }
    @media (max-width: 1180px) {
      .sliderTop .slick-next {
        right: 10px; } }

.clientSlider {
  margin: 50px auto; }
  @media (max-width: 1180px) {
    .clientSlider {
      padding: 0 50px; } }
  @media (max-width: 990px) {
    .clientSlider {
      margin: 30px auto; } }
  .clientSlider .slick-track {
    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: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    text-align: center; }
  .clientSlider .slide {
    text-align: center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    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;
    padding: 0 5px; }
    .clientSlider .slide:hover {
      filter: none;
      -webkit-filter: grayscale(0); }
    @media (min-width: 1181px) {
      .clientSlider .slide {
        -webkit-flex: 1 1 auto;
        -moz-flex: 1 1 auto;
        -o-flex: 1 1 auto;
        -ms-flexbox: 1 1 auto;
        flex: 1 1 auto; } }
    @media (max-width: 990px) {
      .clientSlider .slide {
        padding: 0 10px; } }
    @media (max-width: 600px) {
      .clientSlider .slide {
        padding: 0 15px; } }
    .clientSlider .slide img {
      margin: 0 auto; }
      @media (max-width: 600px) {
        .clientSlider .slide img {
          max-width: 90%; } }
    .clientSlider .slide:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
      .clientSlider .slide:hover img {
        opacity: 1;
        filter: alpha(opacity=100); }

.paging {
  margin: 30px 0 0;
  color: #777;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  font-family: "Roboto Condensed", sans-serif; }
  .paging a, .paging span {
    display: inline-block;
    margin: 0 6px; }
    .paging a.prev, .paging span.prev {
      float: left; }
      .paging a.prev:before, .paging span.prev:before {
        content: "";
        width: 7px;
        height: 11px;
        background: url(img/arrow-s.png) no-repeat;
        display: inline-block;
        background-position: 0 -24px;
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin: 0 10px 0 0; }
    .paging a.next, .paging span.next {
      float: right; }
      .paging a.next:after, .paging span.next:after {
        content: "";
        width: 7px;
        height: 11px;
        background: url(img/arrow-s.png) no-repeat;
        display: inline-block;
        background-position: 0 -24px;
        margin: 0 0 0 10px; }
    .paging a:hover, .paging span:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .paging span.prev:before, .paging span.next:before {
    background-position: 0 -12px;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .paging span:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

.back {
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  margin: 20px 0 0; }
  .back a {
    display: inline-block;
    color: #006c32; }
    .back a:before {
      content: "";
      width: 7px;
      height: 11px;
      background: url(img/arrow-s.png) 0 -24px;
      -webkit-transform: rotate(-180deg);
      -moz-transform: rotate(-180deg);
      -o-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      display: inline-block;
      margin: 0 10px 0 0; }
    .back a:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .back a:hover:before {
        opacity: 0.7;
        filter: alpha(opacity=70); }

.bvi-body #outer {
  padding-top: 0 !important; }
.bvi-body .menuTop, .bvi-body #header .top {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  height: auto !important; }
@media (max-width: 990px) {
  .bvi-body .menuTop {
    height: 45px !important;
    border-bottom: 1px solid #000; } }
@media (max-width: 990px) {
  .bvi-body .menuTop ul.nav_menu.nav-active {
    position: absolute !important;
    max-height: inherit !important; } }
.bvi-body .menuTop .logo img {
  background-color: transparent !important;
  display: block !important; }
.bvi-body .menuTop .logo .bvi-img-off {
  display: none !important; }
.bvi-body .menuTop ul.nav_menu li a, .bvi-body .menuTop ul.nav_menu li span {
  height: auto; }
.bvi-body .sliderTop .slide {
  padding-top: 0 !important; }
.bvi-body .news__item .image a img {
  opacity: 1;
  filter: alpha(opacity=100); }
.bvi-body .news.newsCard .col-xs-12, .bvi-body .news.newsLine .col-xs-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%; }
.bvi-body .news.newsCard .news__item, .bvi-body .news.newsLine .news__item {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -o-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 0 15px; }
  @media (max-width: 400px) {
    .bvi-body .news.newsCard .news__item, .bvi-body .news.newsLine .news__item {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .bvi-body .news.newsCard .news__item:after, .bvi-body .news.newsLine .news__item:after {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    clear: both; }
  .bvi-body .news.newsCard .news__item .text, .bvi-body .news.newsLine .news__item .text {
    padding: 0; }
  .bvi-body .news.newsCard .news__item .image, .bvi-body .news.newsLine .news__item .image {
    width: 263px;
    -webkit-flex-basis: 33.33333%;
    -moz-flex-basis: 33.33333%;
    -o-flex-basis: 33.33333%;
    -ms-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    -webkit-flex: 0 0 263px;
    -moz-flex: 0 0 263px;
    -o-flex: 0 0 263px;
    -ms-flexbox: 0 0 263px;
    flex: 0 0 263px;
    margin: -1px 15px 0 -1px;
    position: relative;
    overflow: hidden; }
    @media (max-width: 600px) {
      .bvi-body .news.newsCard .news__item .image, .bvi-body .news.newsLine .news__item .image {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -o-flex: 0 0 50%;
        -ms-flexbox: 0 0 50%;
        flex: 0 0 50%; } }
    @media (max-width: 400px) {
      .bvi-body .news.newsCard .news__item .image, .bvi-body .news.newsLine .news__item .image {
        -webkit-flex: 0 0 101%;
        -moz-flex: 0 0 101%;
        -o-flex: 0 0 101%;
        -ms-flexbox: 0 0 101%;
        flex: 0 0 101%;
        margin: -1px -1px 0;
        height: 158px; } }
    .bvi-body .news.newsCard .news__item .image a, .bvi-body .news.newsLine .news__item .image a {
      position: relative;
      height: auto;
      left: 0;
      top: 0;
      width: 100%; }
      .bvi-body .news.newsCard .news__item .image a img, .bvi-body .news.newsLine .news__item .image a img {
        opacity: 1;
        filter: alpha(opacity=100);
        position: relative; }
.bvi-body .news.newsCard .newsList .news__item, .bvi-body .news.newsLine .newsList .news__item {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bvi-body .news.newsCard .newsList .news__item .date, .bvi-body .news.newsLine .newsList .news__item .date {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -o-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
.bvi-body .news__item .line {
  display: none; }
.bvi-body .hotline {
  line-height: 24px !important; }
  @media (max-width: 990px) {
    .bvi-body .hotline {
      top: 10px !important; } }
  .bvi-body .hotline a {
    line-height: 24px !important; }
.bvi-body .searchRight input[type=text] {
  padding-right: 10px;
  margin: 0 0 5px; }
.bvi-body .searchRight button, .bvi-body .searchRight input[type=submit] {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  bottom: auto;
  right: auto;
  line-height: normal; }
.bvi-body .formFiled button, .bvi-body .formFiled input[type=submit] {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  bottom: auto;
  right: auto;
  line-height: normal;
  position: relative;
  width: 100%;
  height: auto;
  padding: 5px 10px; }
.bvi-body .Information .ico {
  display: none; }
.bvi-body .btn, .bvi-body button.arrow-btn {
  border-width: 2px;
  border-style: solid;
  padding: 5px 10px;
  height: auto;
  line-height: normal;
  border-radius: 5px; }
.bvi-body .slick-dots {
  background: none;
  z-index: 2 !important; }
.bvi-body .slick-prev, .bvi-body .slick-next {
  bottom: auto !important;
  top: calc(50% - 35px) !important;
  padding: 0 !important;
  text-indent: -9999px;
  width: 30px;
  height: 50px;
  z-index: 5 !important;
  font-size: 70px !important;
  line-height: 35px !important;
  overflow: hidden;
  text-transform: capitalize; }
  .bvi-body .slick-prev:before, .bvi-body .slick-next:before {
    display: block;
    position: absolute;
    content: "";
    position: relative;
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    left: auto;
    top: auto;
    right: auto;
    margin: 0 0 50px; }
.bvi-body .slick-prev:before {
  content: "\00AB";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }
.bvi-body .slick-next:before {
  content: "\00BB"; }
.bvi-body .sliderTop .slick-prev:before {
  content: "\00BB";
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }
.bvi-body .importantDocs ul {
  list-style-type: disc;
  list-style-position: inside; }
  .bvi-body .importantDocs ul li {
    margin: 0 0 5px; }
    .bvi-body .importantDocs ul li:before, .bvi-body .importantDocs ul li:after {
      display: none; }
    .bvi-body .importantDocs ul li a {
      display: inline;
      background: none !important; }
      .bvi-body .importantDocs ul li a:before, .bvi-body .importantDocs ul li a:after {
        display: none; }
.bvi-body .logo .bvi-img-off {
  text-align: left !important;
  width: auto !important;
  height: auto !important; }
.bvi-body .v-impaired {
  line-height: 24px !important; }
  .bvi-body .v-impaired li {
    list-style: none;
    line-height: 24px !important; }
  .bvi-body .v-impaired a.bvi-panel-close {
    position: relative;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal !important;
    font-weight: 100 !important;
    font-size: 24px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    text-indent: -9999px !important;
    height: 26px;
    width: 30px;
    overflow: hidden;
    line-height: 24px !important; }
    .bvi-body .v-impaired a.bvi-panel-close:before {
      content: "\e106";
      text-indent: 0 !important;
      display: block;
      margin: 0 0 10px; }
.bvi-body footer .footerInner:before, .bvi-body footer .footerInner:after {
  display: none; }

.bvi-panel .bvi-container {
  width: 100% !important; }

@media print {
  html,
  body {
    height: auto; }

  .menuTop, .divNewsBack, .back {
    display: none !important; }

  aside .Information, aside .searchRight, aside .importantDocs, aside .rss-news {
    display: none !important; }

  footer .clientSlider {
    display: none !important; }
  footer .footerInner {
    background: none; }
    footer .footerInner:before, footer .footerInner:after {
      display: none; }
    footer .footerInner .title {
      color: #000; }

  h1,
  .h1,
  .author,
  .date,
  .content ol li::before {
    color: #000 !important; }

  .content ul li::before {
    background: #666; }

  .main #header {
    padding: 0 !important; }
    .main #header .top {
      position: relative;
      top: auto;
      left: auto;
      right: auto; }

  #header {
    border-bottom: 3px solid #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 .icons {
        display: none; }
      #header .top .hotline {
        float: right;
        width: auto;
        text-align: right; }
        #header .top .hotline span {
          display: block; }
        #header .top .hotline a {
          display: none !important; }
    #header .sliderTop {
      display: none !important; }

  #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; }

  .answer__text {
    display: block !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; }

  .printBtn {
    display: none !important; } }

/*# sourceMappingURL=css.css.map */
