@import "../select21/css/select2.css";
/*! normalize.css v3.0.2 | 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%;
  -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,
menu,
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-color: 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;
}
/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                     http://www.sanbeiji.com/archives/953 */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@font-face {
  font-family: 'ALS Rubl';
  src: url('../fonts/rouble.eot');
  src: url('../fonts/rouble.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble.woff') format('woff'), url('../fonts/rouble.ttf') format('truetype'), url('../fonts/rouble.svg#1d4d5bded000622717bbafd05481f14a') format('svg');
  font-style: normal;
  font-weight: 400;
}
.rub {
  font-family: 'ALS Rubl';
}
div,
nav,
footer,
section,
aside,
article {
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  margin: 0;
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Colibri', sans-serif;
  font-size: 16px;
  background-color: #fff;
  height: 100%;
  margin: 0;
  color: #333;
  -webkit-font-smoothing: antialiased;
}
h1,
h2 {
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -2px;
}
h1 {
  margin-top: 80px;
}
.h1-prod-desc {
  text-align: left;
  font-size: 36px;
  margin-top: 0;
}
@media (max-width: 481px) {
  h1,
  h2 {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -1px;
  }
  h1 {
    margin-top: 50px;
  }
  h1.h1-prod-desc {
    font-size: 26px;
    line-height: 130%;
  }
}
h3,
h4 {
  letter-spacing: -1px;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1em;
}
span[class^='skype_pnh_container'] {
  display: none !important;
}
span[class^='skype_pnh_print_container'] {
  display: inline !important;
}
.unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.unstyled li {
  margin-left: 0;
  margin-bottom: 0.6em;
}
a {
  color: #ec581a;
}
.price-strike {
  text-decoration: line-through;
  color: #999999;
  font-weight: 400;
}
.li-custom ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0;
}
.li-custom ul li {
  margin-left: 0;
  padding-left: 1.45em;
  margin-bottom: 0.5em;
}
.li-custom ul li:before {
  content: '\2014\a0';
  float: left;
  margin-left: -1.45em;
  color: #000;
}
.vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-wrapper .vertical-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 100%;
}
.prod-cat-desc {
  color: #999999;
  width: 60%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  margin-top: -20px;
}
@media (max-width: 481px) {
  .prod-cat-desc {
    width: 90%;
    margin-top: -5px;
  }
}
.prod-list {
  margin-left: -3%;
  box-sizing: border-box;
  font-size: 0;
}
.prod-list .prod-headline {
  margin-left: 5%;
}
.prod-list .prod-headline h2 {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  padding-top: 0;
  font-size: 32px;
  font-weight: 200;
  color: #000;
}
.prod-list .prod-headline .prod-headline-desc {
  display: inline-block;
  vertical-align: bottom;
}
.prod-list .prod-see-more {
  font-size: 14px;
  text-align: center;
  margin-left: 3%;
  margin-bottom: 3%;
}
.prod-list .prod-see-more .prod-see-more-button {
  display: inline-block;
  padding: 8px 16px;
  font-size: 10px;
  border-radius: 3px;
  border: solid 2px #ee6932;
  text-transform: uppercase;
  color: #ee6932;
  font-weight: bold;
}
.prod-list .prod-see-more .prod-see-more-button:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.prod-list .prod-list-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0;
  width: 22%;
  margin: 0px 0px 5% 3%;
  position: relative;
  text-align: center;
}
.prod-list .prod-list-item a {
  text-decoration: none;
  color: #333;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
}
.prod-list .prod-list-item a .prod-list-imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 110%;
}
.prod-list .prod-list-item a .prod-list-imgbox .prod-list-p2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
}
.prod-list .prod-list-item a .prod-list-item-preview {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  border: none;
  font-size: 0;
  opacity: 0.92;
  border-radius: 3px;
}
.prod-list .prod-list-item a .prod-list-icons {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: #ddd;
}
.prod-list .prod-list-item a .prod-list-icons .prod-list-icon {
  display: inline-block;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #ee6932;
  color: #fff;
}
.prod-list .prod-list-item a .prod-list-item-text {
  font-size: 0;
  padding: 0;
  width: 100%;
  padding: 10px 0px;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-title {
  box-sizing: border-box;
  margin-top: 0.5em;
  padding: 0em 1em;
  text-align: center;
  line-height: 120%;
  font-size: 15px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-price {
  margin-top: 0.9em;
  box-sizing: border-box;
  line-height: 120%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  color: #ee6932;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.prod-list .prod-list-item a .prod-list-item-text .prod-list-item-price .price-strike {
  display: block;
  padding-right: 1.3em;
  font-size: 12px;
}
.prod-list .prod-list-item a:hover {
  text-decoration: none;
}
.prod-list .prod-list-item a:hover .prod-list-item-preview {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.prod-list .prod-list-item a:hover .prod-list-item-price {
  color: #f6ae90;
}
.prod-list .prod-list-item a:hover .prod-list-item-title {
  color: #999999;
}
.prod-list .prod-list-item:hover {
  border-color: #ddd;
}
@media (max-width: 768px) {
  .prod-list .prod-list-item {
    width: 30.2%;
  }
  .prod-list .prod-list-item.prod-list-item-ontitle:nth-child(7) {
    display: none;
  }
  .prod-list .prod-list-item.prod-list-item-ontitle:nth-child(8) {
    display: none;
  }
}
@media (max-width: 481px) {
  .prod-list .prod-headline h2 {
    font-size: 20px !important;
  }
  .prod-list .prod-list-item {
    width: 45%;
  }
  .prod-list .prod-list-item a .prod-list-item-text .prod-list-item-title {
    font-size: 14px;
    padding: 0em;
    text-align: center;
    line-height: 120%;
    font-size: 13px;
  }
  .prod-list .prod-list-item a .prod-list-item-text .prod-list-item-price {
    font-size: 13px;
  }
}
@media (max-width: 481px) {
  .prod-headline {
    font-size: 16px;
  }
}
.prod-param-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
.prod-param-list a,
.prod-param-list a:visited {
  color: #555555;
  border-bottom: dotted 1px;
}
.prod-param-list li {
  margin-bottom: 0.5em;
}
.button-buy {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #ee6932;
  border: solid 2px #ee6932;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
}
.button-buy:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button-buy.disabled {
  color: #555555;
  border-color: #555555;
  background-color: none !important;
}
.button-buy2 {
  padding: 20px 20px;
  display: block;
  box-shadow: border-box;
  color: #ee6932;
  border: solid 2px #ee6932;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  border-radius: 4px;
  background-color: transparent;
  width: 100%;
  background: transparent;
}
.button-buy2:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.button-buy2.disabled {
  color: #555555;
  border-color: #555555;
  background-color: none !important;
}
.button-order1 {
  padding: 20px 50px;
  display: inline-block;
  box-shadow: border-box;
  color: #ee6932 !important;
  border: solid 2px #ee6932 !important;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  background-color: #fff !important;
}
.button-order1:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 481px) {
  .button-order1 {
    width: 100%;
  }
}
.submit-box {
  padding-bottom: 50px;
  text-align: center;
  border-top: solid 1px #ee6932;
  padding-top: 20px;
}
.button-wide {
  width: auto;
  text-align: center;
}
.prod-cart-result,
.order-process {
  font-size: 15px;
  line-height: 130%;
  color: #333333;
  text-align: center;
  padding: 20px;
  margin-top: 30px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  border-radius: 3px;
}
.prod-cart-result a,
.order-process a {
  padding: 20px 50px;
  display: inline-block;
  box-shadow: border-box;
  color: #ee6932 !important;
  border: solid 2px #ee6932 !important;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  background-color: #fff !important;
  width: inherit;
  margin-top: 1em;
  display: block;
}
.prod-cart-result a:hover,
.order-process a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.form-line {
  margin-bottom: 20px;
  font-size: 0;
  box-sizing: border-box;
}
.form-line .form-label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  box-sizing: border-box;
  padding-top: 10px;
  margin-bottom: 0.3em;
  font-size: 16px;
}
.form-line .form-label .required {
  color: #ee6932;
  font-weight: bold;
}
.form-line .form-item {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  font-size: 16px;
  box-sizing: border-box;
}
.form-line .form-item input[type=text],
.form-line .form-item input[type=email],
.form-line .form-item textarea {
  width: 100%;
  border: solid 1px #999999;
  padding: 10px;
  color: #555555;
  background-color: transparent;
  box-sizing: border-box;
  margin-bottom: 4px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.form-line .form-item input[type=text]:focus,
.form-line .form-item input[type=email]:focus,
.form-line .form-item textarea:focus {
  outline: 0;
  border-color: #ee6932;
}
.form-line .form-item textarea {
  height: 5em;
}
.form-line .form-item .form-help-text {
  font-size: 13px;
  color: #999999;
}
.form-line .form-item .form-select-ins {
  margin-top: 0.3em;
}
.form-line .form-item .form-select-ins a.form-select-sc {
  border-bottom: dotted 1px #aaa;
  text-decoration: none;
}
.form-line .form-item .form-select-ins a.form-select-sc.form-select-cs-active {
  border-bottom: dotted 1px #ee6932;
  color: #ee6932;
}
.form-line .form-item ul.errorlist {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: bold;
  color: #ee6932;
}
.form-line .form-item ul#id_fill,
.form-line .form-item ul#id_pay {
  list-style: none;
  padding-left: 0;
}
.form-line .form-item ul#id_fill li,
.form-line .form-item ul#id_pay li {
  display: block;
  margin-bottom: 0.4em;
}
.form-line .form-item ul#id_fill li input,
.form-line .form-item ul#id_pay li input {
  width: 20px;
  text-align: left;
}
.form-line .form-item #id_city {
  width: 100%;
}
@media (max-width: 481px) {
  .form-line .form-label {
    display: block;
    width: auto;
    padding-top: 0px;
  }
  .form-line .form-item {
    display: block;
    width: auto;
  }
}
.search-inp {
  border: solid 1px #999999;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-user-select: auto;
  -khtml-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  outline: none;
  font-size: 16px;
  padding: 4px 6px;
}
.search-button {
  font-size: 15px;
  font-weight: bold;
  padding: 3px 10px;
  border: solid 2px #ee6932;
  background-color: #fff;
  color: #ee6932;
  margin-left: -1px;
}
@media (max-width: 768px) {
  
}
.order-topline {
  border-top: solid 1px #ee6932;
  margin-bottom: 20px;
}
.prod-info {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}
.prod-info .prod-pix-box {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}
.prod-info .prod-pix-box .prod-pix {
  width: 100%;
  position: relative;
}
.prod-info .prod-pix-box .prod-pix .prod-pix-big {
  width: 100%;
}
.prod-info .prod-pix-box .prod-pixx {
  width: 100%;
}
.prod-info .prod-pix-box .prod-pixx .prod-pix1 {
  width: 100%;
  border-radius: 3px;
}
.prod-info .prod-pix-box .prod-slidexx {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 36px;
  overflow-x: hidden;
  text-align: center;
}
.prod-info .prod-pix-box .prod-slidexx .prod-slidexx-item {
  width: 100px;
  border-radius: 3px;
  border: solid 1px #f6ae90;
}
.prod-info .prod-pix-box .prod-slidexx div {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.prod-info .prod-text {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 30px;
  width: 40%;
  font-size: 14px;
  -webkit-transition: height 0.8s;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  transition: height 0.8s;
}
.prod-info .prod-text .prod-desc {
  margin: 10px 0px;
  line-height: 150%;
  font-size: 14px;
}
.prod-info .prod-text .prod-headline {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}
.prod-info .prod-text .prod-artbox {
  text-align: center;
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
}
.prod-info .prod-text .prod-articil {
  font-size: 13px;
  display: inline-block;
  padding: 2%;
}
.prod-info .prod-text .prod-articil span {
  color: #ee6932;
  font-weight: bold;
}
.prod-info .prod-text .prod-price-box {
  margin-top: 30px;
  font-size: 30px;
  text-align: center;
}
.prod-info .prod-text .prod-price-box .price-strike {
  font-size: 14px;
}
.prod-info .prod-text .prod-button {
  margin-top: 30px;
}
.prod-info .prod-text .prod-button .button-buy {
  width: auto;
  text-align: center;
}
.prod-info .prod-info-icons {
  text-align: center;
  vertical-align: top;
  border-bottom: solid 2px #f5f5f5;
}
.prod-info .prod-info-icons .prod-info-icon {
  width: 28%;
  vertical-align: top;
  display: inline-block;
  margin: 2%;
  padding: 1%;
}
.prod-info .prod-info-icons .prod-info-icon .prod-info-ico {
  font-size: 20px;
}
.prod-info .prod-info-icons .prod-info-icon .prod-info-txt {
  margin-top: 0.3em;
  font-size: 12px;
  color: #555555;
  line-height: 130%;
}
.prod-info .prod-stick {
  text-decoration: none;
  padding: 3px 5px;
  border: solid 1px #ee6932;
  border-radius: 2px;
  font-size: 12px;
}
.prod-info .prod-price-inet {
  font-size: 14px;
  font-weight: bold;
}
.prod-info .prod-price-inet-icon {
  color: #ee6932;
}
@media (max-width: 768px) {
  .prod-info .prod-pix-box {
    width: 100%;
  }
  .prod-info .prod-pix-box .prod-thumbs {
    text-align: center;
  }
  .prod-info .prod-pix-box .prod-thumbs .prod-thumbs-item {
    width: 20%;
  }
  .prod-info .prod-text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.tab-info {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  color: #ee6932;
}
.tab-info tr {
  border-bottom: solid 1px #fef3ee;
}
.tab-info tr:last-child {
  border: none;
}
.tab-info tr td {
  padding: 5px 3px 5px 0px;
}
/*
.table-cart {
	width: 100%;
	//font-weight: 200;
	.cart-preview {
		width: 50px;
		height: 50px;
	}

	.button-cart {
		display: inline-block;
		text-align: center;
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		//background-color: #000;
		margin: 5px;
		color: #fff;
		background-color: @orange;
		border: solid 1px @orange;
		font-weight: 200;
		text-decoration: none;

		&:hover {
			background-color: #000;
			border-color: #000;
			color: #fff;

		}
	}

	th {
		border-bottom: solid 1px @orange;
		text-align: left;
		padding-bottom: 5px;

		&.count {
			text-align: center;

		}
		&.th-price {
			text-align: right;
			padding: 0px 15px;
		}

		&.th-preview {
			width: 70px;
		}
	}
	tr {
		border-bottom: solid 1px @grayLight2;
		td {
			padding: 15px 0px;
			//border-right: solid 1px;
			&:first-child {
				padding-right: 5px;
			}
			&.count {
				text-align: center;
				padding-left: 3px;
				padding-right: 3px;
			}

			&.td-btn-munus {
				text-align: right;
			}

			&.td-price {
				text-align: right;
				padding: 0px 10px;
				white-space: nowrap;
			}
		}

		&.summary {
			border-bottom: solid 1px @orange;
			font-weight: normal;
		}
	}
}

@media (max-width: 481px) {
	.table-cart { 
		font-size: 12px;
		line-height: 130%;

		.button-cart {
			height: 30px;
			width: 30px;
			line-height: 30px;
		}

		.cart-preview {
			width: 30px;
			height: 30px;

		}

		th.th-preview {
			width: 40px;
		}
	}
}

*/
/*
.prev-next {
	font-size: 0;
	margin-bottom: -5px;
	.prev-box, .next-box, .back-box {
		display: inline-block;
		//vertical-align: top;
		width: 33.333%;
		font-size: 16px;
		font-weight: 200;
		height: 50px;
		
		
		.prev-next-title {
			padding: 10px;
		}
		
		.prev-next-thumbs{
			width: 50px;
			height: 50px;
			//background-color: #333;
			padding: 2px;
			display: inline-block;
			position: relative;
			
			img {
				width: 100%;
			}

			.prev-next-arr2 {
				position: absolute;
				top: 20px;
				left: 20px;
				width: 15px;
				height: 15px;
			}
		}

	}

	.next-box {
		text-align: right;
	}

	.back-box {
		text-align: center;
	}

	.back-arr2 {
		//position: absolute;
		//top: 20px;
		//left: 20px;
		
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 768px) {
	.prev-next {
		.prev-box, .next-box {
			font-size: 14px;

			.prev-next-title {
				display: none;
			}
		}
	}
}
@media (max-width: 481px) {
	.prev-next {
		.prev-box, .next-box {
			font-size: 14px;

			.prev-next-title {
				display: none;
			}
		}
	}
}

*/
.prev-next {
  font-size: 0;
  margin-bottom: -5px;
}
.prev-next .prev-box,
.prev-next .next-box,
.prev-next .back-box {
  display: inline-block;
  width: 33.333%;
  font-size: 16px;
  font-weight: 200;
  height: 50px;
}
.prev-next .prev-box .prev-next-title,
.prev-next .next-box .prev-next-title,
.prev-next .back-box .prev-next-title {
  padding: 10px;
}
.prev-next .prev-box .prev-next-thumbs,
.prev-next .next-box .prev-next-thumbs,
.prev-next .back-box .prev-next-thumbs {
  width: 50px;
  height: 50px;
  padding: 2px;
  display: inline-block;
  position: relative;
}
.prev-next .prev-box .prev-next-thumbs img,
.prev-next .next-box .prev-next-thumbs img,
.prev-next .back-box .prev-next-thumbs img {
  width: 100%;
}
.prev-next .prev-box .prev-next-thumbs .prev-next-arr2,
.prev-next .next-box .prev-next-thumbs .prev-next-arr2,
.prev-next .back-box .prev-next-thumbs .prev-next-arr2 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 15px;
}
.prev-next .next-box {
  text-align: right;
}
.prev-next .back-box {
  text-align: center;
}
.prev-next .back-arr2 {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .prev-next .prev-box,
  .prev-next .next-box {
    font-size: 14px;
  }
  .prev-next .prev-box .prev-next-title,
  .prev-next .next-box .prev-next-title {
    display: none;
  }
}
@media (max-width: 481px) {
  .prev-next .prev-box,
  .prev-next .next-box {
    font-size: 14px;
  }
  .prev-next .prev-box .prev-next-title,
  .prev-next .next-box .prev-next-title {
    display: none;
  }
}
.prev-next2 {
  width: 100%;
  font-size: 14px;
}
.prev-next2 tr td {
  vertical-align: middle;
}
.prev-next2 .prev-next2-thumbs {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
}
.prev-next2 .prev-next2-thumbs img {
  width: 100%;
}
.prev-next2 .prev-next2-thumbs .prev-next2-arr2 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15px;
  height: 15px;
}
.prev-next2 .prev-next2-title {
  padding: 10px;
  display: inline-block;
  line-height: 130%;
  vertical-align: baseline;
}
.prev-next2 .back-arr2 {
  width: 15px;
  height: 15px;
}
@media (max-width: 768px) {
  .prev-next2 .prev-next2-prev,
  .prev-next2 .prev-next2-next {
    display: none;
  }
}
.pagination {
  font-size: 0;
  margin-bottom: 30px;
}
.pagination a,
.pagination a:visited {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-prev,
.pagination .page-next,
.pagination .page-nums {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  width: 33.3%;
}
.pagination .page-prev a:hover,
.pagination .page-next a:hover,
.pagination .page-nums a:hover {
  color: #555555;
}
.pagination .page-next {
  text-align: right;
}
.pagination .page-nums {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.pagination .page-nums a,
.pagination .page-nums a:visited {
  color: #999999;
}
.pagination .page-nums a:hover,
.pagination .page-nums a:visited:hover {
  color: #ee6932;
}
.pagination .page-nums .page {
  padding: 0px 5px;
}
.pagination .page-short {
  display: none;
}
@media (max-width: 768px) {
  .pagination .page-nums .page-list {
    display: none;
  }
  .pagination .page-nums .page-short {
    display: inline-block;
  }
}
@media (max-width: 481px) {
  .pagination .page-short {
    display: inline-block;
  }
}
.prod-coltext {
  padding: 30px 30px;
  margin-bottom: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #e8e8e8;
  vertical-align: top;
  line-height: 150%;
}
.prod-coltext p {
  margin: 0 1em 1em 1em;
}
@media (max-width: 768px) {
  .prod-coltext {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
    padding: 20px 15px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    width: 110%;
    margin: 0 -5%;
    font-size: 13px;
  }
}
.cart-lines {
  border-top: solid 1px #ee6932;
}
.cart-lines .cart-line {
  border-bottom: solid 1px #f5f5f5;
  padding: 20px 0px;
  font-size: 0;
}
.cart-lines .cart-thumb,
.cart-lines .cart-title,
.cart-lines .cart-quant,
.cart-lines .cart-price,
.cart-lines .cart-summary {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2%;
  font-size: 16px;
}
.cart-lines .cart-preview {
  width: 100px;
  max-width: 100%;
}
.cart-lines .button-cart {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  background-color: #ee6932;
  border: solid 1px #ee6932;
  font-weight: 200;
  text-decoration: none;
}
.cart-lines .button-cart:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cart-lines .cart-quant-num {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.cart-lines .cart-quant {
  width: 24%;
  text-align: center;
}
.cart-lines .cart-thumb {
  width: 10%;
}
.cart-lines .cart-title {
  width: 40%;
}
.cart-lines .cart-price {
  width: 19%;
  text-align: right;
  margin-right: 0;
  font-size: 22px;
  font-weight: bold;
}
.cart-lines .cart-summary {
  width: 78%;
  padding-left: 12%;
  font-size: 22px;
}
@media (max-width: 768px) {
  .cart-lines .button-cart {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }
  .cart-lines .cart-thumb {
    width: 20%;
  }
  .cart-lines .cart-title {
    width: 76%;
  }
  .cart-lines .cart-quant {
    width: 50%;
    margin-top: 20px;
    text-align: left;
  }
  .cart-lines .cart-price {
    width: 46%;
    margin-top: 20px;
    font-size: 16px;
  }
  .cart-lines .cart-summary {
    width: 50%;
    font-size: 16px;
    padding-left: 0%;
  }
}
#prod-shadow {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.6);
}
#prod-shadow .prod-slider {
  position: absolute;
  top: -110vh;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.prod-slider {
  background-color: #fff;
  min-height: 110vh;
  z-index: 200;
  border-bottom: solid 2px #ee6932;
  border-top: solid 2px #ee6932;
  width: 100%;
}
.prod-slider.opened {
  top: 0;
}
.prod-slider .prod-content {
  margin: 0px 0px;
}
.prod-slider .header-box {
  max-width: 1200px;
  margin: 0px auto;
  vertical-align: middle;
  padding: 40px;
}
.prod-slider .menu {
  font-size: 0;
}
.prod-slider .close {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.prod-slider .close a {
  display: block;
  color: #000;
  font-size: 40px;
}
.prod-slider .cart {
  display: inline-block;
  vertical-align: top;
  width: 10%;
  text-align: right;
  padding-top: 6px;
}
.prod-slider .cart .cart-link {
  font-size: 30px;
  color: #000;
}
.prod-slider .cart .cart-num {
  font-size: 11px;
}
.prod-slider .cart-phone {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: right;
  font-size: 40px;
  color: #000;
}
.prod-slider .cart-phone:link {
  color: #000;
}
.prod-slider .cart-phone .cart-phone-num {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px 5px 10px;
  color: #000;
  font-family: 'Helvetica', Arial, sans-serif;
}
@media (max-width: 481px) {
  .prod-slider {
    padding: 20px 0px;
  }
  .prod-slider .prod-content {
    margin: 0px 0px;
  }
  .prod-slider .cart-phone {
    padding-right: 20px;
  }
  .prod-slider .cart-phone .cart-phone-num {
    display: none;
  }
}
#main-content {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.blog-list {
  margin-left: -5%;
  box-sizing: border-box;
  font-size: 0;
  padding-top: 1%;
}
.blog-list .blog-link {
  border: none;
  text-decoration: none;
}
.blog-list .blog-list-item {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 28.3%;
  margin-left: 5%;
  margin-bottom: 5%;
}
.blog-list .blog-list-item.cat-list {
  min-height: auto !important;
}
.blog-list .blog-list-item .blog-item-bg {
  background-color: #000;
  border: none;
  display: block;
  width: 99.94%;
  overflow-y: hidden;
}
.blog-list .blog-list-item .blog-item-bg .blog-item-preview {
  width: 100%;
  height: 105%;
  opacity: 0.9;
  filter: alpha(opacity=90);
  vertical-align: top;
}
.blog-list .blog-list-item .blog-item-headline {
  margin-top: 16px;
  display: inline-block;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
}
.blog-list .blog-list-item .blog-item-headline2 {
  margin-top: 14px;
  display: inline-block;
  font-size: 16px;
  line-height: 130%;
  color: #333333;
}
.blog-list .blog-list-item .blog-item-desc {
  margin-top: 10px;
  color: #999999;
  font-size: 16px;
  line-height: 140%;
}
.blog-list .blog-list-item .blog-item-date {
  margin-top: 7px;
  font-size: 11px;
  color: #999999;
}
.blog-list .blog-list-item:hover .blog-item-preview {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
@media (max-width: 992px) {
  .blog-list {
    padding-top: 2%;
  }
}
@media (max-width: 768px) {
  .blog-list {
    padding-top: 2%;
  }
  .blog-list .blog-list-item {
    width: 45%;
    font-size: 14px;
    line-height: 150%;
  }
  .blog-list .blog-list-item .blog-item-headline {
    font-size: 18px;
  }
}
@media (max-width: 481px) {
  .blog-list {
    margin-left: 0;
    padding-top: 1%;
  }
  .blog-list .blog-list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15%;
  }
}
.lnk {
  margin-left: -3%;
  margin-bottom: 3%;
  margin-top: 3%;
  box-sizing: border-box;
  font-size: 0;
}
.lnk .lnk-item {
  margin-left: 3%;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
.lnk .lnk-item a,
.lnk .lnk-item a:visited {
  text-decoration: none;
}
.lnk .lnk-item .lnk-img {
  width: 100%;
}
.lnk .lnk-item .lnk-head {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.lnk .lnk-item .lnk-desc {
  color: #999;
  font-size: 16px;
}
.lnk .lnk-item-one {
  margin-left: 3%;
  width: 97%;
}
.lnk .lnk-item-one .lnk-img-one {
  width: 100%;
}
@media (max-width: 768px) {
  .lnk .lnk-item {
    width: 97%;
  }
  .lnk .lnk-item:last-child {
    display: none;
  }
}
.prod-store-link {
  font-size: 12px;
  color: #eee;
  text-decoration: none;
  border-bottom: dotted 1px;
}
.prod-store-table {
  margin-top: 1em;
  width: 100%;
  font-size: 12px;
}
.prod-store-table tr {
  border-bottom: solid 1px #eee;
}
.prod-store-table tr.prod-store-table-total {
  border-top: solid 2px #ddd;
}
.prod-store-table tr td {
  padding: 3px;
}
.prod-store-table tr td.prod-store-num {
  text-align: right;
}
.prod_rel {
  margin-top: 30px;
  padding-top: 10px;
  border-top: solid 1px #f5f5f5;
  font-size: 16px;
}
.prod-sel-form {
  padding: 30px 10px;
  text-align: center;
  background-color: #fce2d7;
  border-radius: 5px;
  margin: 50px 0;
}
.prod-sel-button {
  font-size: 15px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 2px;
  border: solid 2px #ee6932;
  background-color: #fff;
  color: #ee6932;
}
nav {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 35px;
}
nav .nav-logo {
  text-align: center;
  padding: 10px;
}
nav .nav-logo .logo {
  width: 150px;
  height: 50px;
}
nav .nav-item {
  display: inline-block;
  color: #000;
  vertical-align: top;
  padding: 6px 9px;
  font-size: 13px;
  margin: 1px 1px;
  margin-top: -7px;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
nav .nav-item .nav-icon {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 5px;
}
nav .nav-item .nav-small {
  font-size: 11px;
  display: block;
  margin: 0 auto;
  margin-top: 2px;
  color: #999999;
}
nav .nav-item .nav-phone-prefix {
  font-size: 10px;
  color: #555555;
}
nav .nav-item span {
  font-size: 10px;
  color: #999999;
}
nav .nav-item:hover {
  color: #555555;
}
nav .nav-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 40px;
  height: 1px;
  padding: 10px 40px 10px 40px;
}
nav .nav-wrap .nav-wrap-inner {
  margin: 0 auto;
  max-width: 1200px;
}
nav .nav-wrap .nav-left {
  float: left;
}
nav .nav-wrap .nav-right {
  float: right;
  text-align: right;
}
.cart-num {
  position: absolute;
  top: -4px;
  right: -2px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #ee6932;
  color: #fff !important;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  float: auto;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Colibri', sans-serif;
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  nav {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  nav .nav-item {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 10px;
  }
  nav .nav-wrap {
    position: relative;
    top: 0;
    text-align: center;
    height: auto;
    margin-top: 20px;
  }
  nav .nav-wrap .nav-left,
  nav .nav-wrap .nav-right {
    float: none;
    display: inline-block;
    text-align: center;
  }
  nav .nav-wrap .nav-left {
    margin-bottom: 20px;
  }
}
footer {
  margin-top: 50px;
  background-color: #333333;
  color: #999999;
  padding: 50px 40px;
  font-size: 14px;
  color: #8A8A8A;
}
footer .footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
footer h5 {
  font-size: 16px;
  font-weight: bold;
  color: #ac3c0e;
  text-transform: uppercase;
  margin-bottom: 1em;
  margin-top: 0;
}
footer a {
  color: #999999;
}
footer .icons-social {
  font-size: 24px;
}
footer .icons-social a {
  padding-right: 10px;
}
footer .footer-cols3 .footer-col {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  margin-bottom: 5%;
  margin-right: -0.2em;
}
footer .footer-cols3 .footer-col.footer-big {
  font-size: 14px;
  width: 40%;
}
footer .footer-cols3 .footer-col.footer-big .icons-contact {
  width: 18px;
  text-align: center;
  margin: 0px 10px 0px 0px;
}
footer .footer-cols3 .footer-col.footer-big .developer {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
}
@media (max-width: 768px) {
  footer .footer-cols3 .footer-col {
    width: 50%;
  }
  footer .footer-cols3 .footer-col.footer-big {
    width: 95%;
  }
}
@media (max-width: 481px) {
  footer {
    padding: 50px 20px;
    font-size: 13px;
  }
  footer h5 {
    font-size: 12px;
  }
  footer .footer-cols3 .footer-col {
    width: 50%;
    padding-right: 10%;
  }
  footer .footer-cols3 .footer-col.footer-big {
    width: 95%;
  }
}
.menu2-box {
  border-top: solid 2px #f5f5f5;
  border-bottom: solid 2px #f5f5f5;
  text-align: left;
  *zoom: 1;
}
.menu2-box:before,
.menu2-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu2-box:after {
  clear: both;
}
.menu2 {
  float: left;
}
.menu2 .menu2-ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  text-align: center;
  *zoom: 1;
}
.menu2 .menu2-ul:before,
.menu2 .menu2-ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu2 .menu2-ul:after {
  clear: both;
}
.menu2 .menu2-ul .menu2-main-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.menu2 .menu2-ul .menu2-main-item .menu2-link {
  text-decoration: none;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #000;
}
.menu2 .menu2-ul .menu2-main-item .menu2-sub-ul {
  display: none;
  list-style: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  border-radius: 2px;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 300;
  transition: .1s all 0.05s;
}
.menu2 .menu2-ul .menu2-main-item .menu2-sub-ul .menu2-sub-item {
  white-space: nowrap;
}
.menu2 .menu2-ul .menu2-main-item .menu2-sub-ul .menu2-sub-item:hover {
  background-color: #ee6932;
}
.menu2 .menu2-ul .menu2-main-item .menu2-sub-ul .menu2-sub-item .menu2-sublink {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  color: #333333;
}
.menu2 .menu2-ul .menu2-main-item .menu2-sub-ul .menu2-sub-item .menu2-sublink:hover {
  color: #fff;
  text-decoration: none;
}
.menu2 .menu2-ul .menu2-main-item:hover .menu2-sub-ul {
  display: block;
  opacity: 1;
  transition-delay: 0s;
}
.menu2 .menu2-ul .menu2-main-item:hover .menu2-link {
  color: #ee6932;
}
@media (max-width: 768px) {
  .menu2 {
    width: 100%;
    text-align: center;
  }
  .menu2 .menu2-ul {
    padding: 10px 0;
  }
  .menu2 .menu2-ul .menu2-main-item {
    margin-bottom: 0;
  }
  .menu2 .menu2-ul .menu2-main-item .menu2-link {
    padding: 10px 8px;
  }
}
@media (max-width: 481px) {
  .menu2 {
    width: 100%;
    text-align: center;
    background-color: #ddd;
    float: auto;
  }
  .menu2 .menu2-ul {
    text-align: center;
  }
  .menu2 .menu2-ul .menu2-main-item {
    padding: 3px 10px;
    text-align: left;
  }
  .menu2 .menu2-ul .menu2-main-item .menu2-link {
    font-size: 13px;
  }
}
.menu3 {
  float: right;
}
.menu3 .menu3-ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
  text-align: center;
  *zoom: 1;
}
.menu3 .menu3-ul:before,
.menu3 .menu3-ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu3 .menu3-ul:after {
  clear: both;
}
.menu3 .menu3-ul .menu3-main-item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-decoration: none;
}
.menu3 .menu3-ul .menu3-main-item .menu3-link {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 8px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #000;
}
@media (max-width: 768px) {
  .menu3 {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #f5f5f5;
  }
}
.box {
  padding: 0px 30px;
}
.box .inside {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 768px) {
  .box {
    padding: 0px 40px;
  }
}
@media (max-width: 481px) {
  .box {
    padding: 0px 20px;
  }
  .box.box-wide {
    padding: 0px 0px;
  }
}
.cols2 .cols2-item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-right: -0.15em;
}
.cols2 .cols2-item.text-right {
  text-align: right;
}
.cols3 .cols3-item {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  margin-right: -0.1em;
}
@media (max-width: 768px) {
  .cols3 .cols3-item {
    width: 50%;
    margin-bottom: 2em;
  }
}
@media (max-width: 481px) {
  .cols3 .cols3-item {
    width: 100%;
    padding-right: 0%;
    margin-right: 0em;
    margin-bottom: 2em;
  }
}
.cl01 {
  font-size: 0;
  margin-bottom: 5%;
}
.cl01 img {
  max-width: 100%;
  width: 100%;
}
.cl01 .cl01-big {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-right: 5%;
  background-color: #ccc;
  font-size: 16px;
}
.cl01 .cl01-thumb {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.cl01 .cl01-thumb .cl01-pic2,
.cl01 .cl01-thumb .cl01-pic3 {
  width: 100%;
  margin-bottom: 16.5%;
  font-size: 16px;
  background-color: #ccc;
}
.cl01 .cl01-thumb .cl02-pic3 {
  margin-bottom: 0;
}
.cl01 .cl01-texts {
  width: 105%;
  margin-left: -5%;
  margin-bottom: 5%;
}
.cl01 .cl01-texts .cl01-titem {
  display: inline-block;
  vertical-align: top;
  width: 28.4%;
  margin-left: 5%;
  font-size: 14px;
}
.cl01 .cl01-texts .cl01-titem h3,
.cl01 .cl01-texts .cl01-titem h4,
.cl01 .cl01-texts .cl01-titem h5 {
  padding-top: 0;
  margin-top: 0;
}
.cl01 .cl01-texts .cl01-titem.cl01-titem-last {
  width: 27.9%;
}
@media (max-width: 768px) {
  .cl01 .cl01-big {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .cl01 .cl01-thumb {
    width: 105%;
    margin-left: -5%;
    margin-bottom: 5%;
  }
  .cl01 .cl01-thumb .cl01-pic2,
  .cl01 .cl01-thumb .cl01-pic3 {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5%;
    margin-bottom: 0;
  }
  .cl01 .cl01-texts .cl01-titem {
    width: 45%;
    font-size: 12px;
  }
  .cl01 .cl01-texts .cl01-titem.cl01-titem-last {
    display: none;
  }
}
.cl02 {
  margin-left: -5%;
  width: 105%;
  font-size: 0;
}
.cl02 .cl02-item {
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 170%;
}
.cl02 .cl02-item .cl02-desc {
  margin-top: 0.7em;
  width: 80%;
}
.cl02 .cl02-item img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .cl02 {
    width: 100%;
    margin-left: 0;
  }
  .cl02 .cl02-item {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }
}
.cl03 {
  margin-bottom: 5%;
  position: relative;
  color: #000;
}
.cl03 img {
  max-width: 100%;
  width: 100%;
}
.cl03 .cl03-desc {
  width: 50%;
  position: absolute;
}
.cl03 .cl03-desc.cl03-desc1 {
  right: 5%;
  top: 5%;
}
.cl03 .cl03-desc.cl03-desc2 {
  right: 5%;
  bottom: 5%;
}
.cl03 .cl03-desc.cl03-desc3 {
  left: 5%;
  bottom: 5%;
}
.cl03 .cl03-desc.cl03-desc4 {
  left: 5%;
  top: 5%;
}
@media (max-width: 768px) {
  .cl03 .cl03-desc {
    font-size: 12px;
  }
}
.t01 .t01-text {
  width: 75%;
  margin-top: 0.6em;
}
@media (max-width: 768px) {
  .t01 .t01-text {
    width: 100%;
  }
}
.t02 {
  margin-left: -5%;
  margin-bottom: -10px;
  *zoom: 1;
}
.t02:before,
.t02:after {
  display: table;
  content: "";
  line-height: 0;
}
.t02:after {
  clear: both;
}
.t02 .t02-text {
  float: left;
  box-sizing: border-box;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 0em;
}
.t02 .t02-text p {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .t02 .t02-text {
    width: 95%;
    box-sizing: border-box;
  }
}
.t03 {
  *zoom: 1;
}
.t03:before,
.t03:after {
  display: table;
  content: "";
  line-height: 0;
}
.t03:after {
  clear: both;
}
.t03 .t03-text {
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
}
.t03 .t03-text.t03-up {
  margin-top: -50px;
}
.t03 .t03-author {
  font-size: 12px;
  font-style: italic;
  padding-bottom: 1.5em;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-top: -1em;
}
@media (max-width: 768px) {
  .t03 .t03-text {
    font-size: 22px;
    line-height: 150%;
  }
}
@media (max-width: 481px) {
  .t03 .t03-text {
    font-size: 18px;
    line-height: 150%;
  }
}
.t04 {
  text-align: left;
  display: inline-block;
  font-size: 24px;
  line-height: 150%;
  padding: 0.5em 20%;
  margin: 0 auto;
  text-align: center;
}
.t04 p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .t04 {
    font-size: 20px;
    width: auto;
    padding: 0.5em 10%;
  }
}
@media (max-width: 481px) {
  .t04 {
    font-size: 18px;
    width: auto;
  }
}
.t06 .t06-text,
.t06 .t06-img-box {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.t06 .t06-img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .t06 h3 {
    font-size: 24px;
  }
  .t06 .t06-text {
    width: 66%;
  }
  .t06 .t06-img-box {
    width: 33%;
    padding-top: 3em;
  }
}
@media (max-width: 481px) {
  .t06 .t06-text {
    width: 100%;
  }
  .t06 .t06-img-box {
    width: 100%;
    padding: 10px;
  }
}
.t07 .t07-text {
  width: 60%;
  padding-right: 6%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 180%;
}
.t07 .t07-headline {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.t07 h3 {
  font-size: 24px;
  line-height: 150%;
  margin-top: 0;
  padding-top: 15px;
  color: #555555;
}
.t07 .t07-mobile {
  display: none;
}
@media (max-width: 768px) {
  .t07 h3 {
    font-size: 18px;
  }
  .t07 .t07-text {
    width: 70%;
    font-size: 14px;
  }
  .t07 .t07-headline {
    width: 20%;
  }
}
@media (max-width: 481px) {
  .t07 .t07-mobile {
    display: block;
  }
  .t07 .t07-headline {
    display: none;
  }
  .t07 .t07-text {
    width: auto;
    padding: 0;
  }
  .t07 h3 {
    line-height: 130%;
    font-size: 24px;
  }
}
.t08 h2 {
  color: #ee6932;
  text-align: center;
  padding: 20px 50px;
  margin: 0 auto;
  width: 80%;
  box-sizing: border-box;
}
.t08 .t08-cols {
  margin-left: -5%;
  margin-bottom: 30px;
  margin-top: 0px;
}
.t08 .t08-cols .t08-text {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  margin-left: 5%;
  margin-bottom: 0em;
  box-sizing: border-box;
  padding: 0px;
  font-size: 14px;
  line-height: 200%;
}
.t08 .t08-picbox {
  text-align: center;
  margin-bottom: -20px;
}
.t08 .t08-picbox .t08-pix {
  max-width: 100%;
}
@media (max-width: 768px) {
  .t08 h2 {
    width: 100%;
    padding: 0px 50px;
  }
  .t08 .t08-cols .t08-text {
    width: auto;
    padding: 0px;
  }
}
@media (max-width: 481px) {
  .t08 h2 {
    font-size: 12px;
    padding: 10px;
  }
}
.t09 h2 {
  text-align: center;
  color: #ee6932;
  margin-bottom: 0;
}
.t09 .t09-list {
  overflow: hidden;
}
.t09 .t09-list .t09-item {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 100px;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}
.t09 .t09-list .t09-item .t09-author {
  font-size: 14px;
  color: #ee6932;
}
.t10 {
  padding: 30px 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  -moz-column-gap: 0px;
  column-gap: 0px;
}
.t10 .t10-item {
  display: inline-block;
  margin-bottom: 9%;
  padding-right: 10%;
  width: 100%;
}
.t10 .t10-item .t10-item-headline {
  margin-top: 16px;
  display: inline-block;
  font-size: 20px;
  line-height: 130%;
  color: #333333;
}
.t10 .t10-item .t10-item-desc {
  font-size: 14px;
  color: #999999;
  line-height: 140%;
}
.t10 .t10-item .t10-hr {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 10%;
  border-color: #ee6932;
  border-width: 2px;
}
@media (max-width: 481px) {
  .t10 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}
.l01 .list-item {
  padding: 0px 20px 0px 20px;
}
.l01 .list-item .list-num {
  width: 90px;
  display: inline-block;
  vertical-align: top;
}
.l01 .list-item .list-num .num {
  width: 60px;
  height: 60px;
  background-color: #ee6932;
  color: #fff;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}
.l01 .list-item .list-text {
  display: inline-block;
  vertical-align: top;
  width: 70%;
}
.l01 .list-item .list-text h3 {
  margin-bottom: 0.3em;
}
.l01 .list-item .list-text p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .l01 .list-item {
    padding: 0;
  }
  .l01 .list-item .list-num {
    width: 60px;
  }
  .l01 .list-item .list-num .num {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 15px;
  }
  .l01 .list-item .list-text {
    width: 80%;
  }
  .l01 .list-item .list-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 481px) {
  .l01 .list-item {
    padding: 0;
  }
  .l01 .list-item .list-num {
    width: 40px;
  }
  .l01 .list-item .list-num .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .l01 .list-item .list-text {
    width: 80%;
  }
  .l01 .list-item .list-text h3 {
    font-size: 18px;
  }
}
.l02 {
  padding: 30px 0px;
}
.l02 .l02-intro {
  margin-bottom: 4em;
}
.l02 .l02-intro h2 {
  text-align: center;
}
.l02 .l02-intro .l02-desc {
  display: block;
  width: 60%;
  margin: 10px auto;
  text-align: center;
}
.l02 .l02-cols {
  margin-left: -3%;
}
.l02 .l02-cols .l02-col {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin-left: 3%;
  margin-bottom: 4%;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 180%;
  color: #fff;
  text-align: left;
  position: relative;
}
.l02 .l02-cols .l02-col h3 {
  color: #000;
  font-size: 17px;
  margin-bottom: 0em;
  padding-bottom: 0em;
  padding-top: 0;
  margin-top: 0;
  font-weight: normal;
}
.l02 .l02-cols .l02-col .l02-num {
  font-size: 14px;
  background-color: #fff;
  color: #f28b61;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0.8;
}
.l02 .l02-cols .l02-col .l02-icon {
  width: 50px;
  height: 50px;
}
.l02 .l02-cols .l02-col .l02-header {
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.l02 .l02-cols .l02-col .l02-text {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .l02 .l02-intro .l02-desc {
    width: 80%;
  }
  .l02 .l02-cols {
    padding: 0;
    margin-left: 0px;
    padding-left: 10px;
  }
  .l02 .l02-cols .l02-col {
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0px;
  }
  .l02 .l02-cols .l02-col .l02-header {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    padding-right: 5%;
  }
  .l02 .l02-cols .l02-col .l02-text {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    padding-left: 3%;
    font-size: 15px;
    text-align: left;
    margin-bottom: -1em;
  }
  .l02 .l02-cols .l02-col .l02-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 481px) {
  .l02 {
    padding-left: 10px;
  }
  .l02 .l02-intro h2 {
    padding-top: 0;
    margin-top: 0;
  }
  .l02 .l02-intro .l02-desc {
    width: 100%;
  }
}
.list-custom ul {
  list-style-type: none;
  margin-left: 10px;
  padding-left: 0;
}
.list-custom ul li {
  margin-left: 0;
  padding-left: 30px;
}
.list-custom ul li:before {
  content: '\2014\a0';
  float: left;
  margin-left: -1.45em;
  color: #ee6932;
}
.l03 {
  margin-left: -5%;
  margin-bottom: -10px;
  box-sizing: border-box;
  *zoom: 1;
}
.l03:before,
.l03:after {
  display: table;
  content: "";
  line-height: 0;
}
.l03:after {
  clear: both;
}
.l03 .l03-text {
  float: left;
  box-sizing: border-box;
  width: 28%;
  margin-left: 5%;
  margin-bottom: 0em;
}
.l03 .l03-text p {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .l03 {
    font-size: 14px;
  }
}
@media (max-width: 481px) {
  .l03 {
    margin-bottom: 25px;
  }
  .l03 .l03-text {
    width: 99%;
    margin-bottom: -28px;
  }
}
.p0 {
  text-align: left;
}
.p0 .p0-img {
  max-width: 100%;
}
.p01 {
  text-align: center;
}
.p01 .p01-col {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 40%;
  margin: 0 2em 3em 2em;
}
.p01 .p01-col .p01-img {
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: solid 2px #1ca8e4;
  margin-bottom: 0em;
}
.p01 .p01-col .p01-text h3 {
  text-align: center;
  margin-bottom: 0.2em;
  padding: 0;
}
.p01 .p01-col .p01-text h6 {
  margin: 0 0 0 0em;
  padding: 0;
  color: #555555;
}
.p01 .p01-col .p01-text p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .p01 .p01-col {
    width: auto;
  }
  .p01 .p01-col .p01-img {
    float: left;
    margin-right: 2em;
    margin-top: 1em;
    width: 80px;
    height: 80px;
  }
  .p01 .p01-col .p01-text {
    float: left;
    width: 70%;
  }
  .p01 .p01-col .p01-text h3 {
    text-align: left;
  }
  .p01 .p01-col .p01-text h6 {
    text-align: left;
  }
  .p01 .p01-col .p01-text p {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 481px) {
  .p01 .p01-col .p01-img {
    width: 80px;
    height: 80px;
    margin-right: 1em;
    margin-top: 1em;
  }
  .p01 .p01-col .p01-text {
    width: 80%;
  }
  .p01 .p01-col .p01-text p {
    font-size: 14px;
  }
}
.p02 {
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  height: 110vh;
  margin: -40px;
  position: relative;
  overflow: hidden;
}
.p02 h2 {
  color: #555555;
  font-size: 40px;
  line-height: 120%;
  width: 60%;
  margin: 0.5em auto;
}
.p02 p {
  text-align: center;
  font-size: 22px;
  line-height: 140%;
  width: 60%;
  margin: 1em auto;
}
.p02 .item-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  height: 100vh;
}
.p02 .item-wrapper .item-cell {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p02 {
    height: 70vh;
  }
  .p02 h2 {
    width: 90%;
    font-size: 32px;
  }
  .p02 p {
    width: 90%;
    font-size: 18px;
  }
}
@media (max-width: 481px) {
  .p02 {
    height: 40vh;
    margin: -20px;
  }
  .p02 h2 {
    width: 90%;
    font-size: 28px;
  }
  .p02 p {
    width: 80%;
    font-size: 16px;
  }
}
.p03 .p03-img {
  width: 100%;
  max-width: 100%;
}
.p03 .p03-desc {
  margin-top: 0.5em;
  text-align: center;
  font-size: 14px;
}
.p04 {
  margin-left: -5%;
  margin-bottom: -3%;
  font-size: 0;
}
.p04 .p04-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-left: 5%;
  margin-bottom: 5%;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.p04 .p04-item .p04-img {
  max-width: 100%;
}
.p04 .p04-item .p04-desc {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
.p04 .p04-item .p04-desc h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 0.4em;
}
@media (max-width: 768px) {
  .p04 {
    margin-left: -3%;
    margin-bottom: -1%;
  }
  .p04 .p04-item {
    width: 47%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 481px) {
  .p04 {
    margin-left: -3%;
    margin-bottom: 0%;
  }
  .p04 .p04-item {
    width: 97%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
.p05 {
  margin-left: -5%;
  margin-bottom: -3%;
  font-size: 0;
}
.p05 .p05-item {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-left: 5%;
  margin-bottom: 5%;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.p05 .p05-item .p05-img {
  max-width: 100%;
}
.p05 .p05-item .p05-desc {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}
.p05 .p05-item .p05-desc h4 {
  padding: 0;
  margin: 0;
  margin-bottom: 0.4em;
}
/*
@media (max-width: 768px) {
    .p05 {
        margin-left: -5%;
        padding-top: 30px;
        
        .p05-item { 

            width: 45%;
            margin-left: 5%;
            margin-bottom: 5%;
            //min-height: 300px;
        }
    }
}
@media (max-width: 481px) {
*/
@media (max-width: 768px) {
  .p05 {
    margin-left: 0%;
    padding-top: 30px;
  }
  .p05 .p05-item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 5%;
  }
}
.p06 {
  font-size: 0;
  overflow-y: hidden;
}
.p06 .p06-box {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  background-color: #ededed;
}
.p06 .p06-box .p06-bg {
  position: absolute;
  width: 100%;
  height: 101%;
  right: -100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.p06 .p06-box .p06-text {
  display: inline-block;
  max-width: 630px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  padding: 50px 50px 50px 40px;
  background-color: #ededed;
  height: 500px;
}
.p06 h2 {
  margin-bottom: 0.9em;
  line-height: 120%;
}
@media (min-width: 1100px) {
  .p06 .p06-box .p06-text {
    font-size: 18px;
    line-height: 160%;
    padding: 80px 50px 80px 40px;
  }
}
@media (max-width: 768px) {
  .p06 .p06-box .p06-text {
    font-size: 14px;
    line-height: 160%;
    min-height: auto;
  }
}
@media (max-width: 481px) {
  .p06 .p06-box {
    width: 100%;
    text-align: center;
  }
  .p06 .p06-box .p06-text {
    padding-top: 0px;
    padding: 10px 20px 20px 10px;
    height: auto;
  }
  .p06 .p06-box .p06-bg {
    position: relative;
    width: 280px;
    height: 280px;
    display: inline-block;
    margin: 40px auto 0px auto;
    right: 0;
    left: 0;
    border: solid 10px #fff;
    bottom: 20px;
  }
  .p06 h2 {
    font-size: 30px;
    margin-bottom: 0.9em;
    text-align: center;
    margin-left: -10px;
  }
}
.p07 {
  height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-size: cover;
  text-align: center;
  color: #fff;
}
.p07 h2 {
  margin-top: -50px;
  padding-top: 0;
  line-height: 140%;
}
.p07 .p07-text {
  height: 600px;
  text-align: center;
  margin: 0px auto;
  padding: 50px 20px 50px 20px;
  max-width: 600px;
  font-size: 20px;
  line-height: 140%;
}
.p07 .p07-text .p07-table {
  height: 600px;
}
.p07 .p07-text .p07-table .p07-td {
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 1200px) {
  .p07 {
    min-height: 650px;
  }
  .p07 h2 {
    font-size: 50px;
  }
  .p07 .p07-text {
    height: 650px;
  }
  .p07 .p07-text .p07-table {
    height: 650px;
  }
}
@media (max-width: 768px) {
  .p07 .p07-text {
    font-size: 16px;
  }
  .p07 .p07-text .p07-table {
    height: 100%;
  }
}
@media (max-width: 481px) {
  .p07 {
    height: 450px;
  }
}
.p08 {
  margin-left: -5%;
  font-size: 0;
}
.p08 .p08-intro {
  margin-bottom: 4em;
}
.p08 .p08-intro h2 {
  text-align: center;
}
.p08 .p08-intro .p08-desc {
  display: block;
  width: 60%;
  margin: 10px auto;
  text-align: center;
}
.p08 .p08-item {
  display: inline-block;
  vertical-align: top;
  width: 11%;
  margin-left: 5%;
  box-sizing: border-box;
}
.p08 .p08-item .p08-img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .p08 .p08-item {
    width: 20%;
  }
}
@media (max-width: 481px) {
  .p08 .p08-item {
    width: 28%;
  }
}
.p09 {
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  padding: 40px;
}
.p09 .p09-inside {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}
.p09 .p09-textbox {
  width: 50%;
  padding: 5%;
  margin: 100px 0px;
  background-color: #fff;
  opacity: 0.8;
}
.p09 .p09-h1 {
  margin-left: 0;
  text-align: left;
}
.p09 .p09-hr {
  width: 10%;
  border-color: #ee6932;
  border-width: 2px;
}
@media (max-width: 768px) {
  .p09 .p09-textbox {
    width: 60%;
    margin: 50px 0px;
  }
  .p09 .p09-hr {
    width: 15%;
  }
}
@media (max-width: 481px) {
  .p09 {
    padding: 20px;
  }
  .p09 .p09-textbox {
    width: 100%;
    margin: 0px 0px;
  }
}
.tb01 h2 {
  text-align: center;
}
.h01 {
  font-size: 0;
  overflow-y: hidden;
}
.h01 .h01-box {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  background-color: #ededed;
}
.h01 .h01-box .h01-bg {
  position: absolute;
  width: 100%;
  height: 101%;
  right: -100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  /*
            background-image: linear-gradient(
              rgba(67, 138, 201, 0.1),
              rgba(67, 138, 201, 0.8),
            );
            */

}
.h01 .h01-box .h01-bg .h01-bg-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 50px 30px 50px;
  text-align: center;
  font-size: 13px;
  line-height: 140%;
  font-weight: bold;
}
.h01 .h01-box .h01-bg .h01-bg-text h3 {
  font-size: 20px;
  font-weight: bold;
}
.h01 .h01-box .h01-bg .h01-bg-text .h01-hr {
  width: 30%;
  border-color: #ee6932;
  margin: 0 auto;
  margin-top: 15px;
}
.h01 .h01-box .h01-text {
  display: inline-block;
  max-width: 530px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  padding: 50px 50px 50px 40px;
  background-color: #ededed;
}
.h01 h1 {
  margin-bottom: 0.9em;
}
@media (min-width: 1100px) {
  .h01 .h01-box .h01-text {
    font-size: 18px;
    line-height: 160%;
    padding: 80px 50px 80px 40px;
  }
}
@media (max-width: 768px) {
  .h01 .h01-box .h01-text {
    font-size: 14px;
    line-height: 160%;
    padding: 50px 20px 50px 20px;
  }
}
@media (max-width: 481px) {
  .h01 .h01-box {
    width: 100%;
    text-align: center;
  }
  .h01 .h01-box .h01-text {
    padding-top: 20px;
  }
  .h01 .h01-box .h01-bg {
    position: relative;
    width: 250px;
    height: 250px;
    display: inline-block;
    margin: 70px auto 0px auto;
    right: 0;
    left: 0;
    border-radius: 200px;
    border: solid 15px #fff;
    bottom: 20px;
  }
  .h01 .h01-box .h01-bg .h01-bg-text {
    font-size: 11px;
  }
  .h01 h1 {
    font-size: 30px;
    margin-bottom: 0.9em;
    text-align: center;
  }
}
.h02 {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  height: 500px;
  font-size: 30px;
  color: #fff;
}
.h02 h1 {
  font-size: 50px;
}
.h02 .h02-text {
  padding: 30px;
  text-align: center;
}
.h02 .h02-text .h02-desc {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .h02 {
    font-size: 20px;
  }
  .h02 h1 {
    font-size: 32px;
  }
}
@media (max-width: 481px) {
  .h02 {
    height: auto;
    font-size: 18px;
  }
  .h02 h1 {
    font-size: 28px;
  }
  .h02 .h02-text {
    margin: 0px auto;
    padding: 30px;
  }
  .h02 .h02-text .h02-desc {
    width: 90%;
  }
}
.m01 {
  font-size: 0;
  overflow-y: hidden;
  width: 100%;
}
.m01 .m01-box {
  width: 49.99%;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  min-height: 500px;
}
.m01 .m01-box .m01-map {
  position: absolute;
  width: 100%;
  height: 101%;
  right: -100%;
  top: 0;
  font-size: 16px;
  background-color: #ddd;
  text-align: left;
  height: 100%;
}
.m01 .m01-box .m01-text {
  display: inline-block;
  max-width: 640px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  padding: 30px 50px 50px 40px;
  height: 100%;
  height: 500px;
}
.m01 h2 {
  margin-bottom: 0.9em;
}
/*
@media (min-width: 1100px) {
    .m01 {
        .m01-box {
            .m01-text {
                font-size: 18px;
                line-height: 160%;
                padding: 50px 50px 80px 40px;
            }
        }
    }
}
*/
@media (max-width: 768px) {
  .m01 .m01-box .m01-text {
    font-size: 14px;
    line-height: 160%;
  }
}
@media (max-width: 481px) {
  .m01 .m01-box {
    width: 100%;
    text-align: center;
    display: block;
  }
  .m01 .m01-box .m01-text {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
    min-height: auto;
  }
  .m01 .m01-box .m01-map {
    position: static !important;
    top: auto;
    bottom: auto;
    left: auto;
    height: 400px !important;
    width: auto;
    display: block;
    padding: 0;
    margin: -20px 0px 0px 0px;
  }
  .m01 h2 {
    font-size: 30px;
    margin-bottom: 0.9em;
    text-align: center;
  }
}
.f01 {
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 0px 40px 0px 40px;
  box-sizing: border-box;
  position: relative;
}
.f01 .f01-intro {
  margin: 50px auto;
  max-width: 980px;
  box-sizing: border-box;
  text-align: center;
}
.f01 .f01-intro h2 {
  text-align: center;
  color: #fff;
}
.f01 .f01-intro .f01-desc {
  width: 60%;
  margin: 0 auto;
  color: #f5f5f5;
  text-align: center;
}
.f01 .f01-box {
  margin: 0 auto;
  max-width: 980px;
  box-sizing: border-box;
  background-color: #333;
  text-align: left;
  font-size: 0;
  *zoom: 1;
}
.f01 .f01-box:before,
.f01 .f01-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.f01 .f01-box:after {
  clear: both;
}
.f01 .f01-box .f01-form {
  display: block;
  float: left;
  width: 50%;
  background-color: #444;
  color: #eee;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  padding: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f01 .f01-box .f01-form .f01-text {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 40px;
  background-color: #ee6932;
  color: #000;
  font-size: 16px;
}
.f01 .f01-box .f01-form .f01-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 140%;
}
.f01 .f01-box .f01-form .f01-text .f01-text-box.f01-text-box-tr {
  opacity: 0;
  filter: alpha(opacity=0);
}
@media (max-width: 768px) {
  .f01 {
    padding: 0px 20px 0px 20px;
  }
  .f01 .f01-intro .f01-desc {
    width: 80%;
  }
  .f01 .f01-box .f01-form {
    width: 100%;
    padding: 20px;
  }
  .f01 .f01-box .f01-form .f01-text {
    display: none;
  }
}
/*

.fb-form {
    #id_email {
        position: absolute;
        left: -9999px;
    }
    .fb-line {
        margin: 20px 0px;
    }

    .required {
        color: @orange;
    }
    input, textarea {
        width: 100%;
        box-sizing: border-box;
        border: solid 1px #999;
        background-color: #777;
        color: #fff;
        padding: 10px 10px;
        font-size: 14px;
        margin: 2px 0px;

        &:focus {
            outline: 0;
            border-color: @orange;
        }
    }
    label {
        display: inline-block;
    }
    textarea {
        height: 5em;
    }

    .btn-submit {
        width: 90%;
        background-color: transparent;
        border: solid 2px #fff;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        padding: 20px 20px;

        &:hover {
            background-color: @orange;
            border-color: @orange;
        }
        &[disabled] {
            background-color: @gray;
            color: @grayLight;
            border-color: @grayLight;
        }
    }

    .submit-box {
        margin-top: 20px;
        .spinner {
            display: inline-block;
            width: 5%;

            img {
                display: none;
            }
        }
        .submit {
            display: inline-block;
            width: 80%;
            text-align: center;
        }
    }

     a.text-insert{

        color: #ccc;
        border-bottom: dotted 1px;
        font-size: 14px;
        padding-bottom: 3px;
        margin-bottom: 5px;

        &:hover {
            color: #fff;
            border-bottom-color: @orange;
        }

        &.clicked {
            color: #999;
            border-bottom-color: #555;
            cursor: pointer;
        }

    }

    .errorlist {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
        font-weight: bold;
        color: @orange;

        li {}
    }

}

*//*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* 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;
  cursor: pointer;
  cursor: hand;
  outline: none;
  /*
    &:active, &:hover {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    */

}
.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 {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  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-arrow.slick-hidden {
  display: none;
}
.slick-list.draggable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #b17649;
  opacity: 0.75;
}
.prod-slidexx .slick-current .prod-slidexx-item {
  background-color: #000;
  opacity: 0.3;
}
