@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

.reviews2 li .inner .gallery-review li .img, .reviews-link-block .img-bg, .reviews-link li .inner, #gototop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.reviews-link li:first-child, #gototop {
  display: block;
  content: '';
  clear: both; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #777;
  background: #fff;
  font: 15px/1.8 "PT Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #39f; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #777; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@font-face {
  font-family: "Flaticon";
  src: url(../fonts/flaticon.eot);
  src: url(../fonts/flaticon.eot?#iefix) format("embedded-opentype"), url(../fonts/flaticon.woff) format("woff"), url(../fonts/flaticon.ttf) format("truetype"), url(../fonts/flaticon.svg#Flaticon) format("svg");
  font-weight: 400;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(../fonts/flaticon.svg#Flaticon) format("svg"); } }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal; }

.flaticon-24-hours-support:before {
  content: "\f100"; }

.flaticon-add:before {
  content: "\f101"; }

.flaticon-anchor:before {
  content: "\f102"; }

.flaticon-anchor-1:before {
  content: "\f103"; }

.flaticon-anchor-2:before {
  content: "\f104"; }

.flaticon-archives:before {
  content: "\f105"; }

.flaticon-arrows:before {
  content: "\f106"; }

.flaticon-arrows-1:before {
  content: "\f107"; }

.flaticon-arrows-10:before {
  content: "\f108"; }

.flaticon-arrows-2:before {
  content: "\f109"; }

.flaticon-arrows-3:before {
  content: "\f10a"; }

.flaticon-arrows-4:before {
  content: "\f10b"; }

.flaticon-arrows-5:before {
  content: "\f10c"; }

.flaticon-arrows-6:before {
  content: "\f10d"; }

.flaticon-arrows-7:before {
  content: "\f10e"; }

.flaticon-arrows-8:before {
  content: "\f10f"; }

.flaticon-arrows-9:before {
  content: "\f110"; }

.flaticon-back:before {
  content: "\f111"; }

.flaticon-backpack:before {
  content: "\f112"; }

.flaticon-bars:before {
  content: "\f113"; }

.flaticon-bicycle:before {
  content: "\f114"; }

.flaticon-black:before {
  content: "\f115"; }

.flaticon-building:before {
  content: "\f116"; }

.flaticon-buildings:before {
  content: "\f117"; }

.flaticon-buildings-1:before {
  content: "\f118"; }

.flaticon-business:before {
  content: "\f119"; }

.flaticon-business-1:before {
  content: "\f11a"; }

.flaticon-business-2:before {
  content: "\f11b"; }

.flaticon-business-3:before {
  content: "\f11c"; }

.flaticon-can:before {
  content: "\f11d"; }

.flaticon-car:before {
  content: "\f11e"; }

.flaticon-car-1:before {
  content: "\f11f"; }

.flaticon-car-2:before {
  content: "\f120"; }

.flaticon-car-3:before {
  content: "\f121"; }

.flaticon-car-insurance:before {
  content: "\f122"; }

.flaticon-car-steering-wheel:before {
  content: "\f123"; }

.flaticon-car-wash:before {
  content: "\f124"; }

.flaticon-cargo-truck:before {
  content: "\f125"; }

.flaticon-cellphone:before {
  content: "\f126"; }

.flaticon-chat:before {
  content: "\f127"; }

.flaticon-chat-1:before {
  content: "\f128"; }

.flaticon-check:before {
  content: "\f129"; }

.flaticon-check-1:before {
  content: "\f12a"; }

.flaticon-check-2:before {
  content: "\f12b"; }

.flaticon-check-symbol:before {
  content: "\f12c"; }

.flaticon-checked:before {
  content: "\f12d"; }

.flaticon-checked-1:before {
  content: "\f12e"; }

.flaticon-chrome:before {
  content: "\f12f"; }

.flaticon-circle:before {
  content: "\f130"; }

.flaticon-circle-1:before {
  content: "\f131"; }

.flaticon-circle-2:before {
  content: "\f132"; }

.flaticon-circle-ring:before {
  content: "\f133"; }

.flaticon-circular-label-with-certified-stamp:before {
  content: "\f134"; }

.flaticon-clipboard:before {
  content: "\f135"; }

.flaticon-clipboard-1:before {
  content: "\f136"; }

.flaticon-clipboard-variant-with-lists-and-checks:before {
  content: "\f137"; }

.flaticon-clock:before {
  content: "\f138"; }

.flaticon-clock-1:before {
  content: "\f139"; }

.flaticon-clock-2:before {
  content: "\f13a"; }

.flaticon-clock-3:before {
  content: "\f13b"; }

.flaticon-clock-4:before {
  content: "\f13c"; }

.flaticon-close:before {
  content: "\f13d"; }

.flaticon-close-1:before {
  content: "\f13e"; }

.flaticon-cloud:before {
  content: "\f13f"; }

.flaticon-cocktail:before {
  content: "\f140"; }

.flaticon-coffee:before {
  content: "\f141"; }

.flaticon-cogwheel:before {
  content: "\f142"; }

.flaticon-cogwheel-1:before {
  content: "\f143"; }

.flaticon-commerce:before {
  content: "\f144"; }

.flaticon-commercial-air-company:before {
  content: "\f145"; }

.flaticon-computer-screen:before {
  content: "\f146"; }

.flaticon-construction:before {
  content: "\f147"; }

.flaticon-contact:before {
  content: "\f148"; }

.flaticon-credit-card:before {
  content: "\f149"; }

.flaticon-cross:before {
  content: "\f14a"; }

.flaticon-cross-1:before {
  content: "\f14b"; }

.flaticon-cross-2:before {
  content: "\f14c"; }

.flaticon-cup:before {
  content: "\f14d"; }

.flaticon-cup-1:before {
  content: "\f14e"; }

.flaticon-cursor:before {
  content: "\f14f"; }

.flaticon-cutlery:before {
  content: "\f150"; }

.flaticon-dashboard:before {
  content: "\f151"; }

.flaticon-dashboard-1:before {
  content: "\f152"; }

.flaticon-delivery-truck:before {
  content: "\f153"; }

.flaticon-drink:before {
  content: "\f154"; }

.flaticon-drink-beer-jar:before {
  content: "\f155"; }

.flaticon-e-mail-envelope:before {
  content: "\f156"; }

.flaticon-earth:before {
  content: "\f157"; }

.flaticon-earth-1:before {
  content: "\f158"; }

.flaticon-earth-globe:before {
  content: "\f159"; }

.flaticon-earth-globe-1:before {
  content: "\f15a"; }

.flaticon-email-envelope-outline-shape-with-rounded-corners:before {
  content: "\f15b"; }

.flaticon-emoticon-square-smiling-face-with-closed-eyes:before {
  content: "\f15c"; }

.flaticon-engagement-ring:before {
  content: "\f15d"; }

.flaticon-envelope:before {
  content: "\f15e"; }

.flaticon-envelope-1:before {
  content: "\f15f"; }

.flaticon-eye:before {
  content: "\f160"; }

.flaticon-eye-1:before {
  content: "\f161"; }

.flaticon-eye-close-up:before {
  content: "\f162"; }

.flaticon-fashion:before {
  content: "\f163"; }

.flaticon-fashion-1:before {
  content: "\f164"; }

.flaticon-favorite:before {
  content: "\f165"; }

.flaticon-favorite-1:before {
  content: "\f166"; }

.flaticon-file:before {
  content: "\f167"; }

.flaticon-folder:before {
  content: "\f168"; }

.flaticon-food:before {
  content: "\f169"; }

.flaticon-food-1:before {
  content: "\f16a"; }

.flaticon-food-2:before {
  content: "\f16b"; }

.flaticon-food-3:before {
  content: "\f16c"; }

.flaticon-frontal-taxi-cab:before {
  content: "\f16d"; }

.flaticon-game-console-steering-wheel:before {
  content: "\f16e"; }

.flaticon-gas-level:before {
  content: "\f16f"; }

.flaticon-hands:before {
  content: "\f170"; }

.flaticon-headphones:before {
  content: "\f171"; }

.flaticon-heart:before {
  content: "\f172"; }

.flaticon-heart-1:before {
  content: "\f173"; }

.flaticon-help-lifeguard-symbol:before {
  content: "\f174"; }

.flaticon-home:before {
  content: "\f175"; }

.flaticon-home-1:before {
  content: "\f176"; }

.flaticon-honeymoon:before {
  content: "\f177"; }

.flaticon-inclined-rocket:before {
  content: "\f178"; }

.flaticon-interface:before {
  content: "\f179"; }

.flaticon-interface-1:before {
  content: "\f17a"; }

.flaticon-interface-2:before {
  content: "\f17b"; }

.flaticon-interface-3:before {
  content: "\f17c"; }

.flaticon-interface-4:before {
  content: "\f17d"; }

.flaticon-internet:before {
  content: "\f17e"; }

.flaticon-key:before {
  content: "\f17f"; }

.flaticon-letter:before {
  content: "\f180"; }

.flaticon-letter-1:before {
  content: "\f181"; }

.flaticon-levels:before {
  content: "\f182"; }

.flaticon-light-bulb:before {
  content: "\f183"; }

.flaticon-light-bulb-1:before {
  content: "\f184"; }

.flaticon-line:before {
  content: "\f185"; }

.flaticon-line-1:before {
  content: "\f186"; }

.flaticon-line-2:before {
  content: "\f187"; }

.flaticon-line-3:before {
  content: "\f188"; }

.flaticon-list:before {
  content: "\f189"; }

.flaticon-list-1:before {
  content: "\f18a"; }

.flaticon-list-2:before {
  content: "\f18b"; }

.flaticon-list-menu:before {
  content: "\f18c"; }

.flaticon-location:before {
  content: "\f18d"; }

.flaticon-location-1:before {
  content: "\f18e"; }

.flaticon-location-pin:before {
  content: "\f18f"; }

.flaticon-lock-icon:before {
  content: "\f190"; }

.flaticon-magnifier-tool:before {
  content: "\f191"; }

.flaticon-magnifying-glass:before {
  content: "\f192"; }

.flaticon-map-marker:before {
  content: "\f193"; }

.flaticon-map-marker-point:before {
  content: "\f194"; }

.flaticon-mark:before {
  content: "\f195"; }

.flaticon-medal:before {
  content: "\f196"; }

.flaticon-medical-notes-symbol-of-a-list-paper-on-a-clipboard:before {
  content: "\f197"; }

.flaticon-megaphone:before {
  content: "\f198"; }

.flaticon-menu:before {
  content: "\f199"; }

.flaticon-menu-1:before {
  content: "\f19a"; }

.flaticon-menu-2:before {
  content: "\f19b"; }

.flaticon-menu-3:before {
  content: "\f19c"; }

.flaticon-menu-4:before {
  content: "\f19d"; }

.flaticon-menu-5:before {
  content: "\f19e"; }

.flaticon-menu-6:before {
  content: "\f19f"; }

.flaticon-money:before {
  content: "\f1a0"; }

.flaticon-money-1:before {
  content: "\f1a1"; }

.flaticon-money-2:before {
  content: "\f1a2"; }

.flaticon-money-3:before {
  content: "\f1a3"; }

.flaticon-multimedia:before {
  content: "\f1a4"; }

.flaticon-multimedia-1:before {
  content: "\f1a5"; }

.flaticon-multimedia-2:before {
  content: "\f1a6"; }

.flaticon-note:before {
  content: "\f1a7"; }

.flaticon-note-1:before {
  content: "\f1a8"; }

.flaticon-note-2:before {
  content: "\f1a9"; }

.flaticon-people:before {
  content: "\f1aa"; }

.flaticon-pie-chart:before {
  content: "\f1ab"; }

.flaticon-pizza:before {
  content: "\f1ac"; }

.flaticon-pizza-1:before {
  content: "\f1ad"; }

.flaticon-pizza-2:before {
  content: "\f1ae"; }

.flaticon-pizza-3:before {
  content: "\f1af"; }

.flaticon-pizza-4:before {
  content: "\f1b0"; }

.flaticon-pizza-5:before {
  content: "\f1b1"; }

.flaticon-placeholder:before {
  content: "\f1b2"; }

.flaticon-plane:before {
  content: "\f1b3"; }

.flaticon-play-button:before {
  content: "\f1b4"; }

.flaticon-play-button-1:before {
  content: "\f1b5"; }

.flaticon-play-button-2:before {
  content: "\f1b6"; }

.flaticon-play-button-3:before {
  content: "\f1b7"; }

.flaticon-play-button-4:before {
  content: "\f1b8"; }

.flaticon-plug:before {
  content: "\f1b9"; }

.flaticon-postcard:before {
  content: "\f1ba"; }

.flaticon-rocket:before {
  content: "\f1bb"; }

.flaticon-rocket-ship:before {
  content: "\f1bc"; }

.flaticon-room-key:before {
  content: "\f1bd"; }

.flaticon-round:before {
  content: "\f1be"; }

.flaticon-search:before {
  content: "\f1bf"; }

.flaticon-search-1:before {
  content: "\f1c0"; }

.flaticon-search-2:before {
  content: "\f1c1"; }

.flaticon-search-3:before {
  content: "\f1c2"; }

.flaticon-search-4:before {
  content: "\f1c3"; }

.flaticon-setting-tool:before {
  content: "\f1c4"; }

.flaticon-settings:before {
  content: "\f1c5"; }

.flaticon-shape:before {
  content: "\f1c6"; }

.flaticon-shape-1:before {
  content: "\f1c7"; }

.flaticon-shape-2:before {
  content: "\f1c8"; }

.flaticon-shapes:before {
  content: "\f1c9"; }

.flaticon-shapes-1:before {
  content: "\f1ca"; }

.flaticon-shapes-2:before {
  content: "\f1cb"; }

.flaticon-share:before {
  content: "\f1cc"; }

.flaticon-sharing-big-symbol:before {
  content: "\f1cd"; }

.flaticon-shield:before {
  content: "\f1ce"; }

.flaticon-shopping-cart:before {
  content: "\f1cf"; }

.flaticon-shopping-cart-1:before {
  content: "\f1d0"; }

.flaticon-sign:before {
  content: "\f1d1"; }

.flaticon-signs:before {
  content: "\f1d2"; }

.flaticon-social:before {
  content: "\f1d3"; }

.flaticon-social-1:before {
  content: "\f1d4"; }

.flaticon-social-2:before {
  content: "\f1d5"; }

.flaticon-social-3:before {
  content: "\f1d6"; }

.flaticon-social-media:before {
  content: "\f1d7"; }

.flaticon-speech-bubble:before {
  content: "\f1d8"; }

.flaticon-speedometer:before {
  content: "\f1d9"; }

.flaticon-speedometer-counter:before {
  content: "\f1da"; }

.flaticon-sports-car:before {
  content: "\f1db"; }

.flaticon-spy:before {
  content: "\f1dc"; }

.flaticon-squares:before {
  content: "\f1dd"; }

.flaticon-startup:before {
  content: "\f1de"; }

.flaticon-support:before {
  content: "\f1df"; }

.flaticon-support-1:before {
  content: "\f1e0"; }

.flaticon-target:before {
  content: "\f1e1"; }

.flaticon-tax:before {
  content: "\f1e2"; }

.flaticon-tax-1:before {
  content: "\f1e3"; }

.flaticon-technology:before {
  content: "\f1e4"; }

.flaticon-technology-1:before {
  content: "\f1e5"; }

.flaticon-technology-2:before {
  content: "\f1e6"; }

.flaticon-technology-3:before {
  content: "\f1e7"; }

.flaticon-technology-4:before {
  content: "\f1e8"; }

.flaticon-technology-5:before {
  content: "\f1e9"; }

.flaticon-technology-6:before {
  content: "\f1ea"; }

.flaticon-technology-7:before {
  content: "\f1eb"; }

.flaticon-telephone:before {
  content: "\f1ec"; }

.flaticon-time:before {
  content: "\f1ed"; }

.flaticon-tint-drop:before {
  content: "\f1ee"; }

.flaticon-tool:before {
  content: "\f1ef"; }

.flaticon-tool-1:before {
  content: "\f1f0"; }

.flaticon-tool-2:before {
  content: "\f1f1"; }

.flaticon-tool-3:before {
  content: "\f1f2"; }

.flaticon-transport:before {
  content: "\f1f3"; }

.flaticon-transport-1:before {
  content: "\f1f4"; }

.flaticon-transport-2:before {
  content: "\f1f5"; }

.flaticon-transport-3:before {
  content: "\f1f6"; }

.flaticon-transport-4:before {
  content: "\f1f7"; }

.flaticon-transport-5:before {
  content: "\f1f8"; }

.flaticon-truck:before {
  content: "\f1f9"; }

.flaticon-user:before {
  content: "\f1fa"; }

.flaticon-valve:before {
  content: "\f1fb"; }

.flaticon-volkswagen-car-side-view:before {
  content: "\f1fc"; }

.flaticon-web-page-home:before {
  content: "\f1fd"; }

.flaticon-working-tools:before {
  content: "\f1fe"; }

.flaticon-wrench:before {
  content: "\f1ff"; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }

.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes 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); }

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

.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-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 {
  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:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.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 {
  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-square:before,
.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-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-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"; }

@font-face {
  font-family: "simple-line-icons";
  src: url(../fonts/Simple-Line-Icons.eot?-i3a2kk);
  src: url(../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk) format("embedded-opentype"), url(../fonts/Simple-Line-Icons.ttf) format("truetype"), url(../fonts/Simple-Line-Icons.woff) format("woff"), url(../fonts/Simple-Line-Icons.svg?#simple-line-icons) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "et-line";
  src: url(../fonts/et-line.eot);
  src: url(../fonts/et-line.eot?#iefix) format("embedded-opentype"), url(../fonts/et-line.woff) format("woff"), url(../fonts/et-line.ttf) format("truetype"), url(../fonts/et-line.svg#et-line) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/fa-solid-900.eot);
  src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "FontAwesomeBrands";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot);
  src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff) format("woff"), url(../fonts/fa-brands-400.ttf) format("truetype"), url(../fonts/fa-brands-400.svg#fontawesome) format("svg"); }

[class^="et-"],
[class*=" et-"],
[class^="et-"]:before,
[class*=" et-"]:before {
  font-family: "et-line";
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: 400; }

.et-mobile:before {
  content: "\e000"; }

.et-laptop:before {
  content: "\e001"; }

.et-desktop:before {
  content: "\e002"; }

.et-tablet:before {
  content: "\e003"; }

.et-phone:before {
  content: "\e004"; }

.et-document:before {
  content: "\e005"; }

.et-documents:before {
  content: "\e006"; }

.et-search:before {
  content: "\e007"; }

.et-clipboard:before {
  content: "\e008"; }

.et-newspaper:before {
  content: "\e009"; }

.et-notebook:before {
  content: "\e00a"; }

.et-book-open:before {
  content: "\e00b"; }

.et-browser:before {
  content: "\e00c"; }

.et-calendar:before {
  content: "\e00d"; }

.et-presentation:before {
  content: "\e00e"; }

.et-picture:before {
  content: "\e00f"; }

.et-pictures:before {
  content: "\e010"; }

.et-video:before {
  content: "\e011"; }

.et-camera:before {
  content: "\e012"; }

.et-printer:before {
  content: "\e013"; }

.et-toolbox:before {
  content: "\e014"; }

.et-briefcase:before {
  content: "\e015"; }

.et-wallet:before {
  content: "\e016"; }

.et-gift:before {
  content: "\e017"; }

.et-bargraph:before {
  content: "\e018"; }

.et-grid:before {
  content: "\e019"; }

.et-expand:before {
  content: "\e01a"; }

.et-focus:before {
  content: "\e01b"; }

.et-edit:before {
  content: "\e01c"; }

.et-adjustments:before {
  content: "\e01d"; }

.et-ribbon:before {
  content: "\e01e"; }

.et-hourglass:before {
  content: "\e01f"; }

.et-lock:before {
  content: "\e020"; }

.et-megaphone:before {
  content: "\e021"; }

.et-shield:before {
  content: "\e022"; }

.et-trophy:before {
  content: "\e023"; }

.et-flag:before {
  content: "\e024"; }

.et-map:before {
  content: "\e025"; }

.et-puzzle:before {
  content: "\e026"; }

.et-basket:before {
  content: "\e027"; }

.et-envelope:before {
  content: "\e028"; }

.et-streetsign:before {
  content: "\e029"; }

.et-telescope:before {
  content: "\e02a"; }

.et-gears:before {
  content: "\e02b"; }

.et-key:before {
  content: "\e02c"; }

.et-paperclip:before {
  content: "\e02d"; }

.et-attachment:before {
  content: "\e02e"; }

.et-pricetags:before {
  content: "\e02f"; }

.et-lightbulb:before {
  content: "\e030"; }

.et-layers:before {
  content: "\e031"; }

.et-pencil:before {
  content: "\e032"; }

.et-tools:before {
  content: "\e033"; }

.et-tools-2:before {
  content: "\e034"; }

.et-scissors:before {
  content: "\e035"; }

.et-paintbrush:before {
  content: "\e036"; }

.et-magnifying-glass:before {
  content: "\e037"; }

.et-circle-compass:before {
  content: "\e038"; }

.et-linegraph:before {
  content: "\e039"; }

.et-mic:before {
  content: "\e03a"; }

.et-strategy:before {
  content: "\e03b"; }

.et-beaker:before {
  content: "\e03c"; }

.et-caution:before {
  content: "\e03d"; }

.et-recycle:before {
  content: "\e03e"; }

.et-anchor:before {
  content: "\e03f"; }

.et-profile-male:before {
  content: "\e040"; }

.et-profile-female:before {
  content: "\e041"; }

.et-bike:before {
  content: "\e042"; }

.et-wine:before {
  content: "\e043"; }

.et-hotairballoon:before {
  content: "\e044"; }

.et-globe:before {
  content: "\e045"; }

.et-genius:before {
  content: "\e046"; }

.et-map-pin:before {
  content: "\e047"; }

.et-dial:before {
  content: "\e048"; }

.et-chat:before {
  content: "\e049"; }

.et-heart:before {
  content: "\e04a"; }

.et-cloud:before {
  content: "\e04b"; }

.et-upload:before {
  content: "\e04c"; }

.et-download:before {
  content: "\e04d"; }

.et-target:before {
  content: "\e04e"; }

.et-hazardous:before {
  content: "\e04f"; }

.et-piechart:before {
  content: "\e050"; }

.et-speedometer:before {
  content: "\e051"; }

.et-global:before {
  content: "\e052"; }

.et-compass:before {
  content: "\e053"; }

.et-lifesaver:before {
  content: "\e054"; }

.et-clock:before {
  content: "\e055"; }

.et-aperture:before {
  content: "\e056"; }

.et-quote:before {
  content: "\e057"; }

.et-scope:before {
  content: "\e058"; }

.et-alarmclock:before {
  content: "\e059"; }

.et-refresh:before {
  content: "\e05a"; }

.et-happy:before {
  content: "\e05b"; }

.et-sad:before {
  content: "\e05c"; }

.et-facebook:before {
  content: "\e05d"; }

.et-twitter:before {
  content: "\e05e"; }

.et-googleplus:before {
  content: "\e05f"; }

.et-rss:before {
  content: "\e060"; }

.et-tumblr:before {
  content: "\e061"; }

.et-linkedin:before {
  content: "\e062"; }

.et-dribbble:before {
  content: "\e063"; }

[class^="sl-"],
[class*=" sl-"],
[class^="sl-"]:before,
[class*=" sl-"]:before {
  font-family: "simple-line-icons";
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  speak: none;
  font-weight: 400; }

.sl-user:before {
  content: "\e005"; }

.sl-people:before {
  content: "\e001"; }

.sl-user-female:before {
  content: "\e000"; }

.sl-user-follow:before {
  content: "\e002"; }

.sl-user-following:before {
  content: "\e003"; }

.sl-user-unfollow:before {
  content: "\e004"; }

.sl-login:before {
  content: "\e066"; }

.sl-logout:before {
  content: "\e065"; }

.sl-emotsmile:before {
  content: "\e021"; }

.sl-phone:before {
  content: "\e600"; }

.sl-call-end:before {
  content: "\e048"; }

.sl-call-in:before {
  content: "\e047"; }

.sl-call-out:before {
  content: "\e046"; }

.sl-map:before {
  content: "\e033"; }

.sl-location-pin:before {
  content: "\e096"; }

.sl-direction:before {
  content: "\e042"; }

.sl-directions:before {
  content: "\e041"; }

.sl-compass:before {
  content: "\e045"; }

.sl-layers:before {
  content: "\e034"; }

.sl-menu:before {
  content: "\e601"; }

.sl-list:before {
  content: "\e067"; }

.sl-options-vertical:before {
  content: "\e602"; }

.sl-options:before {
  content: "\e603"; }

.sl-arrow-down:before {
  content: "\e604"; }

.sl-arrow-left:before {
  content: "\e605"; }

.sl-arrow-right:before {
  content: "\e606"; }

.sl-arrow-up:before {
  content: "\e607"; }

.sl-arrow-up-circle:before {
  content: "\e078"; }

.sl-arrow-left-circle:before {
  content: "\e07a"; }

.sl-arrow-right-circle:before {
  content: "\e079"; }

.sl-arrow-down-circle:before {
  content: "\e07b"; }

.sl-check:before {
  content: "\e080"; }

.sl-clock:before {
  content: "\e081"; }

.sl-plus:before {
  content: "\e095"; }

.sl-close:before {
  content: "\e082"; }

.sl-trophy:before {
  content: "\e006"; }

.sl-screen-smartphone:before {
  content: "\e010"; }

.sl-screen-desktop:before {
  content: "\e011"; }

.sl-plane:before {
  content: "\e012"; }

.sl-notebook:before {
  content: "\e013"; }

.sl-mustache:before {
  content: "\e014"; }

.sl-mouse:before {
  content: "\e015"; }

.sl-magnet:before {
  content: "\e016"; }

.sl-energy:before {
  content: "\e020"; }

.sl-disc:before {
  content: "\e022"; }

.sl-cursor:before {
  content: "\e06e"; }

.sl-cursor-move:before {
  content: "\e023"; }

.sl-crop:before {
  content: "\e024"; }

.sl-chemistry:before {
  content: "\e026"; }

.sl-speedometer:before {
  content: "\e007"; }

.sl-shield:before {
  content: "\e00e"; }

.sl-screen-tablet:before {
  content: "\e00f"; }

.sl-magic-wand:before {
  content: "\e017"; }

.sl-hourglass:before {
  content: "\e018"; }

.sl-graduation:before {
  content: "\e019"; }

.sl-ghost:before {
  content: "\e01a"; }

.sl-game-controller:before {
  content: "\e01b"; }

.sl-fire:before {
  content: "\e01c"; }

.sl-eyeglass:before {
  content: "\e01d"; }

.sl-envelope-open:before {
  content: "\e01e"; }

.sl-envolope-letter:before {
  content: "\e01f"; }

.sl-bell:before {
  content: "\e027"; }

.sl-badge:before {
  content: "\e028"; }

.sl-anchor:before {
  content: "\e029"; }

.sl-wallet:before {
  content: "\e02a"; }

.sl-vector:before {
  content: "\e02b"; }

.sl-speech:before {
  content: "\e02c"; }

.sl-puzzle:before {
  content: "\e02d"; }

.sl-printer:before {
  content: "\e02e"; }

.sl-present:before {
  content: "\e02f"; }

.sl-playlist:before {
  content: "\e030"; }

.sl-pin:before {
  content: "\e031"; }

.sl-picture:before {
  content: "\e032"; }

.sl-handbag:before {
  content: "\e035"; }

.sl-globe-alt:before {
  content: "\e036"; }

.sl-globe:before {
  content: "\e037"; }

.sl-folder-alt:before {
  content: "\e039"; }

.sl-folder:before {
  content: "\e089"; }

.sl-film:before {
  content: "\e03a"; }

.sl-feed:before {
  content: "\e03b"; }

.sl-drop:before {
  content: "\e03e"; }

.sl-drawar:before {
  content: "\e03f"; }

.sl-docs:before {
  content: "\e040"; }

.sl-doc:before {
  content: "\e085"; }

.sl-diamond:before {
  content: "\e043"; }

.sl-cup:before {
  content: "\e044"; }

.sl-calculator:before {
  content: "\e049"; }

.sl-bubbles:before {
  content: "\e04a"; }

.sl-briefcase:before {
  content: "\e04b"; }

.sl-book-open:before {
  content: "\e04c"; }

.sl-basket-loaded:before {
  content: "\e04d"; }

.sl-basket:before {
  content: "\e04e"; }

.sl-bag:before {
  content: "\e04f"; }

.sl-action-undo:before {
  content: "\e050"; }

.sl-action-redo:before {
  content: "\e051"; }

.sl-wrench:before {
  content: "\e052"; }

.sl-umbrella:before {
  content: "\e053"; }

.sl-trash:before {
  content: "\e054"; }

.sl-tag:before {
  content: "\e055"; }

.sl-support:before {
  content: "\e056"; }

.sl-frame:before {
  content: "\e038"; }

.sl-size-fullscreen:before {
  content: "\e057"; }

.sl-size-actual:before {
  content: "\e058"; }

.sl-shuffle:before {
  content: "\e059"; }

.sl-share-alt:before {
  content: "\e05a"; }

.sl-share:before {
  content: "\e05b"; }

.sl-rocket:before {
  content: "\e05c"; }

.sl-question:before {
  content: "\e05d"; }

.sl-pie-chart:before {
  content: "\e05e"; }

.sl-pencil:before {
  content: "\e05f"; }

.sl-note:before {
  content: "\e060"; }

.sl-loop:before {
  content: "\e064"; }

.sl-home:before {
  content: "\e069"; }

.sl-grid:before {
  content: "\e06a"; }

.sl-graph:before {
  content: "\e06b"; }

.sl-microphone:before {
  content: "\e063"; }

.sl-music-tone-alt:before {
  content: "\e061"; }

.sl-music-tone:before {
  content: "\e062"; }

.sl-earphones-alt:before {
  content: "\e03c"; }

.sl-earphones:before {
  content: "\e03d"; }

.sl-equalizer:before {
  content: "\e06c"; }

.sl-like:before {
  content: "\e068"; }

.sl-dislike:before {
  content: "\e06d"; }

.sl-control-start:before {
  content: "\e06f"; }

.sl-control-rewind:before {
  content: "\e070"; }

.sl-control-play:before {
  content: "\e071"; }

.sl-control-pause:before {
  content: "\e072"; }

.sl-control-forward:before {
  content: "\e073"; }

.sl-control-end:before {
  content: "\e074"; }

.sl-volume-1:before {
  content: "\e09f"; }

.sl-volume-2:before {
  content: "\e0a0"; }

.sl-volume-off:before {
  content: "\e0a1"; }

.sl-calender:before {
  content: "\e075"; }

.sl-bulb:before {
  content: "\e076"; }

.sl-chart:before {
  content: "\e077"; }

.sl-ban:before {
  content: "\e07c"; }

.sl-bubble:before {
  content: "\e07d"; }

.sl-camrecorder:before {
  content: "\e07e"; }

.sl-camera:before {
  content: "\e07f"; }

.sl-cloud-download:before {
  content: "\e083"; }

.sl-cloud-upload:before {
  content: "\e084"; }

.sl-envolope:before {
  content: "\e086"; }

.sl-eye:before {
  content: "\e087"; }

.sl-flag:before {
  content: "\e088"; }

.sl-heart:before {
  content: "\e08a"; }

.sl-info:before {
  content: "\e08b"; }

.sl-key:before {
  content: "\e08c"; }

.sl-link:before {
  content: "\e08d"; }

.sl-lock:before {
  content: "\e08e"; }

.sl-lock-open:before {
  content: "\e08f"; }

.sl-magnifier:before {
  content: "\e090"; }

.sl-magnifier-add:before {
  content: "\e091"; }

.sl-magnifier-remove:before {
  content: "\e092"; }

.sl-paper-clip:before {
  content: "\e093"; }

.sl-paper-plane:before {
  content: "\e094"; }

.sl-power:before {
  content: "\e097"; }

.sl-refresh:before {
  content: "\e098"; }

.sl-reload:before {
  content: "\e099"; }

.sl-settings:before {
  content: "\e09a"; }

.sl-star:before {
  content: "\e09b"; }

.sl-symble-female:before {
  content: "\e09c"; }

.sl-symbol-male:before {
  content: "\e09d"; }

.sl-target:before {
  content: "\e09e"; }

.sl-credit-card:before {
  content: "\e025"; }

.sl-paypal:before {
  content: "\e608"; }

.sl-social-tumblr:before {
  content: "\e00a"; }

.sl-social-twitter:before {
  content: "\e009"; }

.sl-social-facebook:before {
  content: "\e00b"; }

.sl-social-instagram:before {
  content: "\e609"; }

.sl-social-linkedin:before {
  content: "\e60a"; }

.sl-social-pintarest:before {
  content: "\e60b"; }

.sl-social-github:before {
  content: "\e60c"; }

.sl-social-gplus:before {
  content: "\e60d"; }

.sl-social-reddit:before {
  content: "\e60e"; }

.sl-social-skype:before {
  content: "\e60f"; }

.sl-social-dribbble:before {
  content: "\e00d"; }

.sl-social-behance:before {
  content: "\e610"; }

.sl-social-foursqare:before {
  content: "\e611"; }

.sl-social-soundcloud:before {
  content: "\e612"; }

.sl-social-spotify:before {
  content: "\e613"; }

.sl-social-stumbleupon:before {
  content: "\e614"; }

.sl-social-youtube:before {
  content: "\e008"; }

.sl-social-dropbox:before {
  content: "\e00c"; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
[class^="fa-"],
[class*=" fa-"],
[class^="fa-"]:before,
[class*=" fa-"]:before,
[class^="fab-"],
[class*=" fab-"],
[class^="fab-"]:before,
[class*=" fab-"]:before {
  font-family: "FontAwesome";
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-rendering: auto;
  speak: none;
  font-weight: 400; }

[class^="fab-"],
[class*=" fab-"],
[class^="fab-"]:before,
[class*=" fab-"]:before {
  font-family: "FontAwesomeBrands"; }

.fa-fw,
.fa-li {
  text-align: center; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.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(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fab-accessible-icon:before {
  content: "\f368"; }

.fab-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fab-adn:before {
  content: "\f170"; }

.fab-adversal:before {
  content: "\f36a"; }

.fab-affiliatetheme:before {
  content: "\f36b"; }

.fab-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fab-amazon:before {
  content: "\f270"; }

.fab-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fab-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fab-android:before {
  content: "\f17b"; }

.fab-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fab-angrycreative:before {
  content: "\f36e"; }

.fab-angular:before {
  content: "\f420"; }

.fab-app-store:before {
  content: "\f36f"; }

.fab-app-store-ios:before {
  content: "\f370"; }

.fab-apper:before {
  content: "\f371"; }

.fab-apple:before {
  content: "\f179"; }

.fab-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fab-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fab-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fab-autoprefixer:before {
  content: "\f41c"; }

.fab-avianex:before {
  content: "\f374"; }

.fab-aviato:before {
  content: "\f421"; }

.fab-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fab-behance:before {
  content: "\f1b4"; }

.fab-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fab-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fab-bitbucket:before {
  content: "\f171"; }

.fab-bitcoin:before {
  content: "\f379"; }

.fab-bity:before {
  content: "\f37a"; }

.fab-black-tie:before {
  content: "\f27e"; }

.fab-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fab-blogger:before {
  content: "\f37c"; }

.fab-blogger-b:before {
  content: "\f37d"; }

.fab-bluetooth:before {
  content: "\f293"; }

.fab-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fab-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fab-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fab-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fab-cc-amazon-pay:before {
  content: "\f42d"; }

.fab-cc-amex:before {
  content: "\f1f3"; }

.fab-cc-apple-pay:before {
  content: "\f416"; }

.fab-cc-diners-club:before {
  content: "\f24c"; }

.fab-cc-discover:before {
  content: "\f1f2"; }

.fab-cc-jcb:before {
  content: "\f24b"; }

.fab-cc-mastercard:before {
  content: "\f1f1"; }

.fab-cc-paypal:before {
  content: "\f1f4"; }

.fab-cc-stripe:before {
  content: "\f1f5"; }

.fab-cc-visa:before {
  content: "\f1f0"; }

.fab-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fab-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fab-cloudscale:before {
  content: "\f383"; }

.fab-cloudsmith:before {
  content: "\f384"; }

.fab-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fab-codepen:before {
  content: "\f1cb"; }

.fab-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fab-connectdevelop:before {
  content: "\f20e"; }

.fab-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fab-cpanel:before {
  content: "\f388"; }

.fab-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fab-css3:before {
  content: "\f13c"; }

.fab-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fab-cuttlefish:before {
  content: "\f38c"; }

.fab-d-and-d:before {
  content: "\f38d"; }

.fab-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fab-delicious:before {
  content: "\f1a5"; }

.fab-deploydog:before {
  content: "\f38e"; }

.fab-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fab-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fab-digg:before {
  content: "\f1a6"; }

.fab-digital-ocean:before {
  content: "\f391"; }

.fab-discord:before {
  content: "\f392"; }

.fab-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fab-dochub:before {
  content: "\f394"; }

.fab-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fab-draft2digital:before {
  content: "\f396"; }

.fab-dribbble:before {
  content: "\f17d"; }

.fab-dribbble-square:before {
  content: "\f397"; }

.fab-dropbox:before {
  content: "\f16b"; }

.fab-drupal:before {
  content: "\f1a9"; }

.fab-dyalog:before {
  content: "\f399"; }

.fab-earlybirds:before {
  content: "\f39a"; }

.fab-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fab-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fab-ember:before {
  content: "\f423"; }

.fab-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fab-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fab-ethereum:before {
  content: "\f42e"; }

.fab-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fab-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fab-facebook:before {
  content: "\f09a"; }

.fab-facebook-f:before {
  content: "\f39e"; }

.fab-facebook-messenger:before {
  content: "\f39f"; }

.fab-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fab-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fab-first-order:before {
  content: "\f2b0"; }

.fab-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fab-flickr:before {
  content: "\f16e"; }

.fab-flipboard:before {
  content: "\f44d"; }

.fab-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fab-font-awesome:before {
  content: "\f2b4"; }

.fab-font-awesome-alt:before {
  content: "\f35c"; }

.fab-font-awesome-flag:before {
  content: "\f425"; }

.fab-fonticons:before {
  content: "\f280"; }

.fab-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fab-fort-awesome:before {
  content: "\f286"; }

.fab-fort-awesome-alt:before {
  content: "\f3a3"; }

.fab-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fab-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fab-get-pocket:before {
  content: "\f265"; }

.fab-gg:before {
  content: "\f260"; }

.fab-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fab-git:before {
  content: "\f1d3"; }

.fab-git-square:before {
  content: "\f1d2"; }

.fab-github:before {
  content: "\f09b"; }

.fab-github-alt:before {
  content: "\f113"; }

.fab-github-square:before {
  content: "\f092"; }

.fab-gitkraken:before {
  content: "\f3a6"; }

.fab-gitlab:before {
  content: "\f296"; }

.fab-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fab-glide:before {
  content: "\f2a5"; }

.fab-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fab-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fab-goodreads:before {
  content: "\f3a8"; }

.fab-goodreads-g:before {
  content: "\f3a9"; }

.fab-google:before {
  content: "\f1a0"; }

.fab-google-drive:before {
  content: "\f3aa"; }

.fab-google-play:before {
  content: "\f3ab"; }

.fab-google-plus:before {
  content: "\f2b3"; }

.fab-google-plus-g:before {
  content: "\f0d5"; }

.fab-google-plus-square:before {
  content: "\f0d4"; }

.fab-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fab-gratipay:before {
  content: "\f184"; }

.fab-grav:before {
  content: "\f2d6"; }

.fab-gripfire:before {
  content: "\f3ac"; }

.fab-grunt:before {
  content: "\f3ad"; }

.fab-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fab-hacker-news:before {
  content: "\f1d4"; }

.fab-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fab-hips:before {
  content: "\f452"; }

.fab-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fab-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fab-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fab-houzz:before {
  content: "\f27c"; }

.fab-html5:before {
  content: "\f13b"; }

.fab-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fab-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fab-instagram:before {
  content: "\f16d"; }

.fab-internet-explorer:before {
  content: "\f26b"; }

.fab-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fab-itunes:before {
  content: "\f3b4"; }

.fab-itunes-note:before {
  content: "\f3b5"; }

.fab-java:before {
  content: "\f4e4"; }

.fab-jenkins:before {
  content: "\f3b6"; }

.fab-joget:before {
  content: "\f3b7"; }

.fab-joomla:before {
  content: "\f1aa"; }

.fab-js:before {
  content: "\f3b8"; }

.fab-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fab-keycdn:before {
  content: "\f3ba"; }

.fab-kickstarter:before {
  content: "\f3bb"; }

.fab-kickstarter-k:before {
  content: "\f3bc"; }

.fab-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fab-laravel:before {
  content: "\f3bd"; }

.fab-lastfm:before {
  content: "\f202"; }

.fab-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fab-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fab-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fab-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fab-linkedin:before {
  content: "\f08c"; }

.fab-linkedin-in:before {
  content: "\f0e1"; }

.fab-linode:before {
  content: "\f2b8"; }

.fab-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fab-lyft:before {
  content: "\f3c3"; }

.fab-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fab-maxcdn:before {
  content: "\f136"; }

.fab-medapps:before {
  content: "\f3c6"; }

.fab-medium:before {
  content: "\f23a"; }

.fab-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fab-medrt:before {
  content: "\f3c8"; }

.fab-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fab-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fab-mix:before {
  content: "\f3cb"; }

.fab-mixcloud:before {
  content: "\f289"; }

.fab-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fab-modx:before {
  content: "\f285"; }

.fab-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fab-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fab-node:before {
  content: "\f419"; }

.fab-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fab-npm:before {
  content: "\f3d4"; }

.fab-ns8:before {
  content: "\f3d5"; }

.fab-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fab-odnoklassniki:before {
  content: "\f263"; }

.fab-odnoklassniki-square:before {
  content: "\f264"; }

.fab-opencart:before {
  content: "\f23d"; }

.fab-openid:before {
  content: "\f19b"; }

.fab-opera:before {
  content: "\f26a"; }

.fab-optin-monster:before {
  content: "\f23c"; }

.fab-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fab-page4:before {
  content: "\f3d7"; }

.fab-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fab-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fab-periscope:before {
  content: "\f3da"; }

.fab-phabricator:before {
  content: "\f3db"; }

.fab-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fab-php:before {
  content: "\f457"; }

.fab-pied-piper:before {
  content: "\f2ae"; }

.fab-pied-piper-alt:before {
  content: "\f1a8"; }

.fab-pied-piper-hat:before {
  content: "\f4e5"; }

.fab-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fab-pinterest:before {
  content: "\f0d2"; }

.fab-pinterest-p:before {
  content: "\f231"; }

.fab-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fab-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fab-product-hunt:before {
  content: "\f288"; }

.fab-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fab-python:before {
  content: "\f3e2"; }

.fab-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fab-quinscape:before {
  content: "\f459"; }

.fab-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fab-ravelry:before {
  content: "\f2d9"; }

.fab-react:before {
  content: "\f41b"; }

.fab-readme:before {
  content: "\f4d5"; }

.fab-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fab-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fab-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fab-rendact:before {
  content: "\f3e4"; }

.fab-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fab-replyd:before {
  content: "\f3e6"; }

.fab-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fab-rocketchat:before {
  content: "\f3e8"; }

.fab-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fab-safari:before {
  content: "\f267"; }

.fab-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fab-schlix:before {
  content: "\f3ea"; }

.fab-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fab-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fab-sellcast:before {
  content: "\f2da"; }

.fab-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fab-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fab-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fab-simplybuilt:before {
  content: "\f215"; }

.fab-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fab-skyatlas:before {
  content: "\f216"; }

.fab-skype:before {
  content: "\f17e"; }

.fab-slack:before {
  content: "\f198"; }

.fab-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fab-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fab-snapchat-ghost:before {
  content: "\f2ac"; }

.fab-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fab-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fab-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fab-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fab-stack-exchange:before {
  content: "\f18d"; }

.fab-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fab-staylinked:before {
  content: "\f3f5"; }

.fab-steam:before {
  content: "\f1b6"; }

.fab-steam-square:before {
  content: "\f1b7"; }

.fab-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fab-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fab-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fab-stripe:before {
  content: "\f429"; }

.fab-stripe-s:before {
  content: "\f42a"; }

.fab-studiovinari:before {
  content: "\f3f8"; }

.fab-stumbleupon:before {
  content: "\f1a4"; }

.fab-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fab-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fab-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fab-telegram:before {
  content: "\f2c6"; }

.fab-telegram-plane:before {
  content: "\f3fe"; }

.fab-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fab-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fab-trello:before {
  content: "\f181"; }

.fab-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fab-tumblr:before {
  content: "\f173"; }

.fab-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fab-twitch:before {
  content: "\f1e8"; }

.fab-twitter:before {
  content: "\f099"; }

.fab-twitter-square:before {
  content: "\f081"; }

.fab-typo3:before {
  content: "\f42b"; }

.fab-uber:before {
  content: "\f402"; }

.fab-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fab-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fab-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fab-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fab-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fab-viacoin:before {
  content: "\f237"; }

.fab-viadeo:before {
  content: "\f2a9"; }

.fab-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fab-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fab-vimeo:before {
  content: "\f40a"; }

.fab-vimeo-square:before {
  content: "\f194"; }

.fab-vimeo-v:before {
  content: "\f27d"; }

.fab-vine:before {
  content: "\f1ca"; }

.fab-vk:before {
  content: "\f189"; }

.fab-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fab-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fab-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fab-weixin:before {
  content: "\f1d7"; }

.fab-whatsapp:before {
  content: "\f232"; }

.fab-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fab-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fab-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fab-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-won-sign:before {
  content: "\f159"; }

.fab-wordpress:before {
  content: "\f19a"; }

.fab-wordpress-simple:before {
  content: "\f411"; }

.fab-wpbeginner:before {
  content: "\f297"; }

.fab-wpexplorer:before {
  content: "\f2de"; }

.fab-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fab-xbox:before {
  content: "\f412"; }

.fab-xing:before {
  content: "\f168"; }

.fab-xing-square:before {
  content: "\f169"; }

.fab-y-combinator:before {
  content: "\f23b"; }

.fab-yahoo:before {
  content: "\f19e"; }

.fab-yandex:before {
  content: "\f413"; }

.fab-yandex-international:before {
  content: "\f414"; }

.fab-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fab-yoast:before {
  content: "\f2b1"; }

.fab-youtube:before {
  content: "\f167"; }

.fab-youtube-square:before {
  content: "\f431"; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

* {
  box-sizing: border-box; }

html {
  width: 100%;
  min-height: 100%; }

body {
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

#wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%; }

.none {
  display: none; }

header,
main,
footer {
  width: 100%; }

section {
  width: 100%; }

section > .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

main > section {
  width: 100%; }

main > section > .container {
  position: relative;
  width: 100%;
  padding: 50px 15px; }
  @media (max-width: 1023px) {
    main > section > .container {
      padding: 15px; } }

footer > section > .container {
  padding: 30px 15px; }

form .block {
  width: 100%; }

.column1,
section > .container > .row > .column1,
section > .container > .row > .block.column1,
header section > .container > .row > .column1,
footer section > .container > .row > .column1,
section form fieldset .column1,
form .column1 {
  width: 1%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column1,
    section > .container > .row > .column1,
    section > .container > .row > .block.column1,
    header section > .container > .row > .column1,
    footer section > .container > .row > .column1,
    section form fieldset .column1,
    form .column1 {
      width: 100%; } }

section form fieldset > .row > .column1,
form .column1 {
  padding: 15px; }

.column2,
section > .container > .row > .column2,
section > .container > .row > .block.column2,
header section > .container > .row > .column2,
footer section > .container > .row > .column2,
section form fieldset .column2,
form .column2 {
  width: 2%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column2,
    section > .container > .row > .column2,
    section > .container > .row > .block.column2,
    header section > .container > .row > .column2,
    footer section > .container > .row > .column2,
    section form fieldset .column2,
    form .column2 {
      width: 100%; } }

section form fieldset > .row > .column2,
form .column2 {
  padding: 15px; }

.column3,
section > .container > .row > .column3,
section > .container > .row > .block.column3,
header section > .container > .row > .column3,
footer section > .container > .row > .column3,
section form fieldset .column3,
form .column3 {
  width: 3%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column3,
    section > .container > .row > .column3,
    section > .container > .row > .block.column3,
    header section > .container > .row > .column3,
    footer section > .container > .row > .column3,
    section form fieldset .column3,
    form .column3 {
      width: 100%; } }

section form fieldset > .row > .column3,
form .column3 {
  padding: 15px; }

.column4,
section > .container > .row > .column4,
section > .container > .row > .block.column4,
header section > .container > .row > .column4,
footer section > .container > .row > .column4,
section form fieldset .column4,
form .column4 {
  width: 4%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column4,
    section > .container > .row > .column4,
    section > .container > .row > .block.column4,
    header section > .container > .row > .column4,
    footer section > .container > .row > .column4,
    section form fieldset .column4,
    form .column4 {
      width: 100%; } }

section form fieldset > .row > .column4,
form .column4 {
  padding: 15px; }

.column5,
section > .container > .row > .column5,
section > .container > .row > .block.column5,
header section > .container > .row > .column5,
footer section > .container > .row > .column5,
section form fieldset .column5,
form .column5 {
  width: 5%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column5,
    section > .container > .row > .column5,
    section > .container > .row > .block.column5,
    header section > .container > .row > .column5,
    footer section > .container > .row > .column5,
    section form fieldset .column5,
    form .column5 {
      width: 100%; } }

section form fieldset > .row > .column5,
form .column5 {
  padding: 15px; }

.column6,
section > .container > .row > .column6,
section > .container > .row > .block.column6,
header section > .container > .row > .column6,
footer section > .container > .row > .column6,
section form fieldset .column6,
form .column6 {
  width: 6%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column6,
    section > .container > .row > .column6,
    section > .container > .row > .block.column6,
    header section > .container > .row > .column6,
    footer section > .container > .row > .column6,
    section form fieldset .column6,
    form .column6 {
      width: 100%; } }

section form fieldset > .row > .column6,
form .column6 {
  padding: 15px; }

.column7,
section > .container > .row > .column7,
section > .container > .row > .block.column7,
header section > .container > .row > .column7,
footer section > .container > .row > .column7,
section form fieldset .column7,
form .column7 {
  width: 7%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column7,
    section > .container > .row > .column7,
    section > .container > .row > .block.column7,
    header section > .container > .row > .column7,
    footer section > .container > .row > .column7,
    section form fieldset .column7,
    form .column7 {
      width: 100%; } }

section form fieldset > .row > .column7,
form .column7 {
  padding: 15px; }

.column8,
section > .container > .row > .column8,
section > .container > .row > .block.column8,
header section > .container > .row > .column8,
footer section > .container > .row > .column8,
section form fieldset .column8,
form .column8 {
  width: 8%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column8,
    section > .container > .row > .column8,
    section > .container > .row > .block.column8,
    header section > .container > .row > .column8,
    footer section > .container > .row > .column8,
    section form fieldset .column8,
    form .column8 {
      width: 100%; } }

section form fieldset > .row > .column8,
form .column8 {
  padding: 15px; }

.column9,
section > .container > .row > .column9,
section > .container > .row > .block.column9,
header section > .container > .row > .column9,
footer section > .container > .row > .column9,
section form fieldset .column9,
form .column9 {
  width: 9%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column9,
    section > .container > .row > .column9,
    section > .container > .row > .block.column9,
    header section > .container > .row > .column9,
    footer section > .container > .row > .column9,
    section form fieldset .column9,
    form .column9 {
      width: 100%; } }

section form fieldset > .row > .column9,
form .column9 {
  padding: 15px; }

.column10,
section > .container > .row > .column10,
section > .container > .row > .block.column10,
header section > .container > .row > .column10,
footer section > .container > .row > .column10,
section form fieldset .column10,
form .column10 {
  width: 10%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column10,
    section > .container > .row > .column10,
    section > .container > .row > .block.column10,
    header section > .container > .row > .column10,
    footer section > .container > .row > .column10,
    section form fieldset .column10,
    form .column10 {
      width: 100%; } }

section form fieldset > .row > .column10,
form .column10 {
  padding: 15px; }

.column11,
section > .container > .row > .column11,
section > .container > .row > .block.column11,
header section > .container > .row > .column11,
footer section > .container > .row > .column11,
section form fieldset .column11,
form .column11 {
  width: 11%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column11,
    section > .container > .row > .column11,
    section > .container > .row > .block.column11,
    header section > .container > .row > .column11,
    footer section > .container > .row > .column11,
    section form fieldset .column11,
    form .column11 {
      width: 100%; } }

section form fieldset > .row > .column11,
form .column11 {
  padding: 15px; }

.column12,
section > .container > .row > .column12,
section > .container > .row > .block.column12,
header section > .container > .row > .column12,
footer section > .container > .row > .column12,
section form fieldset .column12,
form .column12 {
  width: 12%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column12,
    section > .container > .row > .column12,
    section > .container > .row > .block.column12,
    header section > .container > .row > .column12,
    footer section > .container > .row > .column12,
    section form fieldset .column12,
    form .column12 {
      width: 100%; } }

section form fieldset > .row > .column12,
form .column12 {
  padding: 15px; }

.column13,
section > .container > .row > .column13,
section > .container > .row > .block.column13,
header section > .container > .row > .column13,
footer section > .container > .row > .column13,
section form fieldset .column13,
form .column13 {
  width: 13%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column13,
    section > .container > .row > .column13,
    section > .container > .row > .block.column13,
    header section > .container > .row > .column13,
    footer section > .container > .row > .column13,
    section form fieldset .column13,
    form .column13 {
      width: 100%; } }

section form fieldset > .row > .column13,
form .column13 {
  padding: 15px; }

.column14,
section > .container > .row > .column14,
section > .container > .row > .block.column14,
header section > .container > .row > .column14,
footer section > .container > .row > .column14,
section form fieldset .column14,
form .column14 {
  width: 14%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column14,
    section > .container > .row > .column14,
    section > .container > .row > .block.column14,
    header section > .container > .row > .column14,
    footer section > .container > .row > .column14,
    section form fieldset .column14,
    form .column14 {
      width: 100%; } }

section form fieldset > .row > .column14,
form .column14 {
  padding: 15px; }

.column15,
section > .container > .row > .column15,
section > .container > .row > .block.column15,
header section > .container > .row > .column15,
footer section > .container > .row > .column15,
section form fieldset .column15,
form .column15 {
  width: 15%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column15,
    section > .container > .row > .column15,
    section > .container > .row > .block.column15,
    header section > .container > .row > .column15,
    footer section > .container > .row > .column15,
    section form fieldset .column15,
    form .column15 {
      width: 100%; } }

section form fieldset > .row > .column15,
form .column15 {
  padding: 15px; }

.column16,
section > .container > .row > .column16,
section > .container > .row > .block.column16,
header section > .container > .row > .column16,
footer section > .container > .row > .column16,
section form fieldset .column16,
form .column16 {
  width: 16%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column16,
    section > .container > .row > .column16,
    section > .container > .row > .block.column16,
    header section > .container > .row > .column16,
    footer section > .container > .row > .column16,
    section form fieldset .column16,
    form .column16 {
      width: 100%; } }

section form fieldset > .row > .column16,
form .column16 {
  padding: 15px; }

.column17,
section > .container > .row > .column17,
section > .container > .row > .block.column17,
header section > .container > .row > .column17,
footer section > .container > .row > .column17,
section form fieldset .column17,
form .column17 {
  width: 17%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column17,
    section > .container > .row > .column17,
    section > .container > .row > .block.column17,
    header section > .container > .row > .column17,
    footer section > .container > .row > .column17,
    section form fieldset .column17,
    form .column17 {
      width: 100%; } }

section form fieldset > .row > .column17,
form .column17 {
  padding: 15px; }

.column18,
section > .container > .row > .column18,
section > .container > .row > .block.column18,
header section > .container > .row > .column18,
footer section > .container > .row > .column18,
section form fieldset .column18,
form .column18 {
  width: 18%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column18,
    section > .container > .row > .column18,
    section > .container > .row > .block.column18,
    header section > .container > .row > .column18,
    footer section > .container > .row > .column18,
    section form fieldset .column18,
    form .column18 {
      width: 100%; } }

section form fieldset > .row > .column18,
form .column18 {
  padding: 15px; }

.column19,
section > .container > .row > .column19,
section > .container > .row > .block.column19,
header section > .container > .row > .column19,
footer section > .container > .row > .column19,
section form fieldset .column19,
form .column19 {
  width: 19%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column19,
    section > .container > .row > .column19,
    section > .container > .row > .block.column19,
    header section > .container > .row > .column19,
    footer section > .container > .row > .column19,
    section form fieldset .column19,
    form .column19 {
      width: 100%; } }

section form fieldset > .row > .column19,
form .column19 {
  padding: 15px; }

.column20,
section > .container > .row > .column20,
section > .container > .row > .block.column20,
header section > .container > .row > .column20,
footer section > .container > .row > .column20,
section form fieldset .column20,
form .column20 {
  width: 20%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column20,
    section > .container > .row > .column20,
    section > .container > .row > .block.column20,
    header section > .container > .row > .column20,
    footer section > .container > .row > .column20,
    section form fieldset .column20,
    form .column20 {
      width: 100%; } }

section form fieldset > .row > .column20,
form .column20 {
  padding: 15px; }

.column21,
section > .container > .row > .column21,
section > .container > .row > .block.column21,
header section > .container > .row > .column21,
footer section > .container > .row > .column21,
section form fieldset .column21,
form .column21 {
  width: 21%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column21,
    section > .container > .row > .column21,
    section > .container > .row > .block.column21,
    header section > .container > .row > .column21,
    footer section > .container > .row > .column21,
    section form fieldset .column21,
    form .column21 {
      width: 100%; } }

section form fieldset > .row > .column21,
form .column21 {
  padding: 15px; }

.column22,
section > .container > .row > .column22,
section > .container > .row > .block.column22,
header section > .container > .row > .column22,
footer section > .container > .row > .column22,
section form fieldset .column22,
form .column22 {
  width: 22%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column22,
    section > .container > .row > .column22,
    section > .container > .row > .block.column22,
    header section > .container > .row > .column22,
    footer section > .container > .row > .column22,
    section form fieldset .column22,
    form .column22 {
      width: 100%; } }

section form fieldset > .row > .column22,
form .column22 {
  padding: 15px; }

.column23,
section > .container > .row > .column23,
section > .container > .row > .block.column23,
header section > .container > .row > .column23,
footer section > .container > .row > .column23,
section form fieldset .column23,
form .column23 {
  width: 23%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column23,
    section > .container > .row > .column23,
    section > .container > .row > .block.column23,
    header section > .container > .row > .column23,
    footer section > .container > .row > .column23,
    section form fieldset .column23,
    form .column23 {
      width: 100%; } }

section form fieldset > .row > .column23,
form .column23 {
  padding: 15px; }

.column24,
section > .container > .row > .column24,
section > .container > .row > .block.column24,
header section > .container > .row > .column24,
footer section > .container > .row > .column24,
section form fieldset .column24,
form .column24 {
  width: 24%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column24,
    section > .container > .row > .column24,
    section > .container > .row > .block.column24,
    header section > .container > .row > .column24,
    footer section > .container > .row > .column24,
    section form fieldset .column24,
    form .column24 {
      width: 100%; } }

section form fieldset > .row > .column24,
form .column24 {
  padding: 15px; }

.column25,
section > .container > .row > .column25,
section > .container > .row > .block.column25,
header section > .container > .row > .column25,
footer section > .container > .row > .column25,
section form fieldset .column25,
form .column25 {
  width: 25%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column25,
    section > .container > .row > .column25,
    section > .container > .row > .block.column25,
    header section > .container > .row > .column25,
    footer section > .container > .row > .column25,
    section form fieldset .column25,
    form .column25 {
      width: 100%; } }

section form fieldset > .row > .column25,
form .column25 {
  padding: 15px; }

.column26,
section > .container > .row > .column26,
section > .container > .row > .block.column26,
header section > .container > .row > .column26,
footer section > .container > .row > .column26,
section form fieldset .column26,
form .column26 {
  width: 26%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column26,
    section > .container > .row > .column26,
    section > .container > .row > .block.column26,
    header section > .container > .row > .column26,
    footer section > .container > .row > .column26,
    section form fieldset .column26,
    form .column26 {
      width: 100%; } }

section form fieldset > .row > .column26,
form .column26 {
  padding: 15px; }

.column27,
section > .container > .row > .column27,
section > .container > .row > .block.column27,
header section > .container > .row > .column27,
footer section > .container > .row > .column27,
section form fieldset .column27,
form .column27 {
  width: 27%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column27,
    section > .container > .row > .column27,
    section > .container > .row > .block.column27,
    header section > .container > .row > .column27,
    footer section > .container > .row > .column27,
    section form fieldset .column27,
    form .column27 {
      width: 100%; } }

section form fieldset > .row > .column27,
form .column27 {
  padding: 15px; }

.column28,
section > .container > .row > .column28,
section > .container > .row > .block.column28,
header section > .container > .row > .column28,
footer section > .container > .row > .column28,
section form fieldset .column28,
form .column28 {
  width: 28%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column28,
    section > .container > .row > .column28,
    section > .container > .row > .block.column28,
    header section > .container > .row > .column28,
    footer section > .container > .row > .column28,
    section form fieldset .column28,
    form .column28 {
      width: 100%; } }

section form fieldset > .row > .column28,
form .column28 {
  padding: 15px; }

.column29,
section > .container > .row > .column29,
section > .container > .row > .block.column29,
header section > .container > .row > .column29,
footer section > .container > .row > .column29,
section form fieldset .column29,
form .column29 {
  width: 29%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column29,
    section > .container > .row > .column29,
    section > .container > .row > .block.column29,
    header section > .container > .row > .column29,
    footer section > .container > .row > .column29,
    section form fieldset .column29,
    form .column29 {
      width: 100%; } }

section form fieldset > .row > .column29,
form .column29 {
  padding: 15px; }

.column30,
section > .container > .row > .column30,
section > .container > .row > .block.column30,
header section > .container > .row > .column30,
footer section > .container > .row > .column30,
section form fieldset .column30,
form .column30 {
  width: 30%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column30,
    section > .container > .row > .column30,
    section > .container > .row > .block.column30,
    header section > .container > .row > .column30,
    footer section > .container > .row > .column30,
    section form fieldset .column30,
    form .column30 {
      width: 100%; } }

section form fieldset > .row > .column30,
form .column30 {
  padding: 15px; }

.column31,
section > .container > .row > .column31,
section > .container > .row > .block.column31,
header section > .container > .row > .column31,
footer section > .container > .row > .column31,
section form fieldset .column31,
form .column31 {
  width: 31%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column31,
    section > .container > .row > .column31,
    section > .container > .row > .block.column31,
    header section > .container > .row > .column31,
    footer section > .container > .row > .column31,
    section form fieldset .column31,
    form .column31 {
      width: 100%; } }

section form fieldset > .row > .column31,
form .column31 {
  padding: 15px; }

.column32,
section > .container > .row > .column32,
section > .container > .row > .block.column32,
header section > .container > .row > .column32,
footer section > .container > .row > .column32,
section form fieldset .column32,
form .column32 {
  width: 32%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column32,
    section > .container > .row > .column32,
    section > .container > .row > .block.column32,
    header section > .container > .row > .column32,
    footer section > .container > .row > .column32,
    section form fieldset .column32,
    form .column32 {
      width: 100%; } }

section form fieldset > .row > .column32,
form .column32 {
  padding: 15px; }

.column33,
section > .container > .row > .column33,
section > .container > .row > .block.column33,
header section > .container > .row > .column33,
footer section > .container > .row > .column33,
section form fieldset .column33,
form .column33 {
  width: 33%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column33,
    section > .container > .row > .column33,
    section > .container > .row > .block.column33,
    header section > .container > .row > .column33,
    footer section > .container > .row > .column33,
    section form fieldset .column33,
    form .column33 {
      width: 100%; } }

section form fieldset > .row > .column33,
form .column33 {
  padding: 15px; }

.column34,
section > .container > .row > .column34,
section > .container > .row > .block.column34,
header section > .container > .row > .column34,
footer section > .container > .row > .column34,
section form fieldset .column34,
form .column34 {
  width: 34%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column34,
    section > .container > .row > .column34,
    section > .container > .row > .block.column34,
    header section > .container > .row > .column34,
    footer section > .container > .row > .column34,
    section form fieldset .column34,
    form .column34 {
      width: 100%; } }

section form fieldset > .row > .column34,
form .column34 {
  padding: 15px; }

.column35,
section > .container > .row > .column35,
section > .container > .row > .block.column35,
header section > .container > .row > .column35,
footer section > .container > .row > .column35,
section form fieldset .column35,
form .column35 {
  width: 35%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column35,
    section > .container > .row > .column35,
    section > .container > .row > .block.column35,
    header section > .container > .row > .column35,
    footer section > .container > .row > .column35,
    section form fieldset .column35,
    form .column35 {
      width: 100%; } }

section form fieldset > .row > .column35,
form .column35 {
  padding: 15px; }

.column36,
section > .container > .row > .column36,
section > .container > .row > .block.column36,
header section > .container > .row > .column36,
footer section > .container > .row > .column36,
section form fieldset .column36,
form .column36 {
  width: 36%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column36,
    section > .container > .row > .column36,
    section > .container > .row > .block.column36,
    header section > .container > .row > .column36,
    footer section > .container > .row > .column36,
    section form fieldset .column36,
    form .column36 {
      width: 100%; } }

section form fieldset > .row > .column36,
form .column36 {
  padding: 15px; }

.column37,
section > .container > .row > .column37,
section > .container > .row > .block.column37,
header section > .container > .row > .column37,
footer section > .container > .row > .column37,
section form fieldset .column37,
form .column37 {
  width: 37%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column37,
    section > .container > .row > .column37,
    section > .container > .row > .block.column37,
    header section > .container > .row > .column37,
    footer section > .container > .row > .column37,
    section form fieldset .column37,
    form .column37 {
      width: 100%; } }

section form fieldset > .row > .column37,
form .column37 {
  padding: 15px; }

.column38,
section > .container > .row > .column38,
section > .container > .row > .block.column38,
header section > .container > .row > .column38,
footer section > .container > .row > .column38,
section form fieldset .column38,
form .column38 {
  width: 38%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column38,
    section > .container > .row > .column38,
    section > .container > .row > .block.column38,
    header section > .container > .row > .column38,
    footer section > .container > .row > .column38,
    section form fieldset .column38,
    form .column38 {
      width: 100%; } }

section form fieldset > .row > .column38,
form .column38 {
  padding: 15px; }

.column39,
section > .container > .row > .column39,
section > .container > .row > .block.column39,
header section > .container > .row > .column39,
footer section > .container > .row > .column39,
section form fieldset .column39,
form .column39 {
  width: 39%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column39,
    section > .container > .row > .column39,
    section > .container > .row > .block.column39,
    header section > .container > .row > .column39,
    footer section > .container > .row > .column39,
    section form fieldset .column39,
    form .column39 {
      width: 100%; } }

section form fieldset > .row > .column39,
form .column39 {
  padding: 15px; }

.column40,
section > .container > .row > .column40,
section > .container > .row > .block.column40,
header section > .container > .row > .column40,
footer section > .container > .row > .column40,
section form fieldset .column40,
form .column40 {
  width: 40%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column40,
    section > .container > .row > .column40,
    section > .container > .row > .block.column40,
    header section > .container > .row > .column40,
    footer section > .container > .row > .column40,
    section form fieldset .column40,
    form .column40 {
      width: 100%; } }

section form fieldset > .row > .column40,
form .column40 {
  padding: 15px; }

.column41,
section > .container > .row > .column41,
section > .container > .row > .block.column41,
header section > .container > .row > .column41,
footer section > .container > .row > .column41,
section form fieldset .column41,
form .column41 {
  width: 41%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column41,
    section > .container > .row > .column41,
    section > .container > .row > .block.column41,
    header section > .container > .row > .column41,
    footer section > .container > .row > .column41,
    section form fieldset .column41,
    form .column41 {
      width: 100%; } }

section form fieldset > .row > .column41,
form .column41 {
  padding: 15px; }

.column42,
section > .container > .row > .column42,
section > .container > .row > .block.column42,
header section > .container > .row > .column42,
footer section > .container > .row > .column42,
section form fieldset .column42,
form .column42 {
  width: 42%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column42,
    section > .container > .row > .column42,
    section > .container > .row > .block.column42,
    header section > .container > .row > .column42,
    footer section > .container > .row > .column42,
    section form fieldset .column42,
    form .column42 {
      width: 100%; } }

section form fieldset > .row > .column42,
form .column42 {
  padding: 15px; }

.column43,
section > .container > .row > .column43,
section > .container > .row > .block.column43,
header section > .container > .row > .column43,
footer section > .container > .row > .column43,
section form fieldset .column43,
form .column43 {
  width: 43%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column43,
    section > .container > .row > .column43,
    section > .container > .row > .block.column43,
    header section > .container > .row > .column43,
    footer section > .container > .row > .column43,
    section form fieldset .column43,
    form .column43 {
      width: 100%; } }

section form fieldset > .row > .column43,
form .column43 {
  padding: 15px; }

.column44,
section > .container > .row > .column44,
section > .container > .row > .block.column44,
header section > .container > .row > .column44,
footer section > .container > .row > .column44,
section form fieldset .column44,
form .column44 {
  width: 44%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column44,
    section > .container > .row > .column44,
    section > .container > .row > .block.column44,
    header section > .container > .row > .column44,
    footer section > .container > .row > .column44,
    section form fieldset .column44,
    form .column44 {
      width: 100%; } }

section form fieldset > .row > .column44,
form .column44 {
  padding: 15px; }

.column45,
section > .container > .row > .column45,
section > .container > .row > .block.column45,
header section > .container > .row > .column45,
footer section > .container > .row > .column45,
section form fieldset .column45,
form .column45 {
  width: 45%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column45,
    section > .container > .row > .column45,
    section > .container > .row > .block.column45,
    header section > .container > .row > .column45,
    footer section > .container > .row > .column45,
    section form fieldset .column45,
    form .column45 {
      width: 100%; } }

section form fieldset > .row > .column45,
form .column45 {
  padding: 15px; }

.column46,
section > .container > .row > .column46,
section > .container > .row > .block.column46,
header section > .container > .row > .column46,
footer section > .container > .row > .column46,
section form fieldset .column46,
form .column46 {
  width: 46%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column46,
    section > .container > .row > .column46,
    section > .container > .row > .block.column46,
    header section > .container > .row > .column46,
    footer section > .container > .row > .column46,
    section form fieldset .column46,
    form .column46 {
      width: 100%; } }

section form fieldset > .row > .column46,
form .column46 {
  padding: 15px; }

.column47,
section > .container > .row > .column47,
section > .container > .row > .block.column47,
header section > .container > .row > .column47,
footer section > .container > .row > .column47,
section form fieldset .column47,
form .column47 {
  width: 47%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column47,
    section > .container > .row > .column47,
    section > .container > .row > .block.column47,
    header section > .container > .row > .column47,
    footer section > .container > .row > .column47,
    section form fieldset .column47,
    form .column47 {
      width: 100%; } }

section form fieldset > .row > .column47,
form .column47 {
  padding: 15px; }

.column48,
section > .container > .row > .column48,
section > .container > .row > .block.column48,
header section > .container > .row > .column48,
footer section > .container > .row > .column48,
section form fieldset .column48,
form .column48 {
  width: 48%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column48,
    section > .container > .row > .column48,
    section > .container > .row > .block.column48,
    header section > .container > .row > .column48,
    footer section > .container > .row > .column48,
    section form fieldset .column48,
    form .column48 {
      width: 100%; } }

section form fieldset > .row > .column48,
form .column48 {
  padding: 15px; }

.column49,
section > .container > .row > .column49,
section > .container > .row > .block.column49,
header section > .container > .row > .column49,
footer section > .container > .row > .column49,
section form fieldset .column49,
form .column49 {
  width: 49%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column49,
    section > .container > .row > .column49,
    section > .container > .row > .block.column49,
    header section > .container > .row > .column49,
    footer section > .container > .row > .column49,
    section form fieldset .column49,
    form .column49 {
      width: 100%; } }

section form fieldset > .row > .column49,
form .column49 {
  padding: 15px; }

.column50,
section > .container > .row > .column50,
section > .container > .row > .block.column50,
header section > .container > .row > .column50,
footer section > .container > .row > .column50,
section form fieldset .column50,
form .column50 {
  width: 50%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column50,
    section > .container > .row > .column50,
    section > .container > .row > .block.column50,
    header section > .container > .row > .column50,
    footer section > .container > .row > .column50,
    section form fieldset .column50,
    form .column50 {
      width: 100%; } }

section form fieldset > .row > .column50,
form .column50 {
  padding: 15px; }

.column51,
section > .container > .row > .column51,
section > .container > .row > .block.column51,
header section > .container > .row > .column51,
footer section > .container > .row > .column51,
section form fieldset .column51,
form .column51 {
  width: 51%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column51,
    section > .container > .row > .column51,
    section > .container > .row > .block.column51,
    header section > .container > .row > .column51,
    footer section > .container > .row > .column51,
    section form fieldset .column51,
    form .column51 {
      width: 100%; } }

section form fieldset > .row > .column51,
form .column51 {
  padding: 15px; }

.column52,
section > .container > .row > .column52,
section > .container > .row > .block.column52,
header section > .container > .row > .column52,
footer section > .container > .row > .column52,
section form fieldset .column52,
form .column52 {
  width: 52%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column52,
    section > .container > .row > .column52,
    section > .container > .row > .block.column52,
    header section > .container > .row > .column52,
    footer section > .container > .row > .column52,
    section form fieldset .column52,
    form .column52 {
      width: 100%; } }

section form fieldset > .row > .column52,
form .column52 {
  padding: 15px; }

.column53,
section > .container > .row > .column53,
section > .container > .row > .block.column53,
header section > .container > .row > .column53,
footer section > .container > .row > .column53,
section form fieldset .column53,
form .column53 {
  width: 53%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column53,
    section > .container > .row > .column53,
    section > .container > .row > .block.column53,
    header section > .container > .row > .column53,
    footer section > .container > .row > .column53,
    section form fieldset .column53,
    form .column53 {
      width: 100%; } }

section form fieldset > .row > .column53,
form .column53 {
  padding: 15px; }

.column54,
section > .container > .row > .column54,
section > .container > .row > .block.column54,
header section > .container > .row > .column54,
footer section > .container > .row > .column54,
section form fieldset .column54,
form .column54 {
  width: 54%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column54,
    section > .container > .row > .column54,
    section > .container > .row > .block.column54,
    header section > .container > .row > .column54,
    footer section > .container > .row > .column54,
    section form fieldset .column54,
    form .column54 {
      width: 100%; } }

section form fieldset > .row > .column54,
form .column54 {
  padding: 15px; }

.column55,
section > .container > .row > .column55,
section > .container > .row > .block.column55,
header section > .container > .row > .column55,
footer section > .container > .row > .column55,
section form fieldset .column55,
form .column55 {
  width: 55%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column55,
    section > .container > .row > .column55,
    section > .container > .row > .block.column55,
    header section > .container > .row > .column55,
    footer section > .container > .row > .column55,
    section form fieldset .column55,
    form .column55 {
      width: 100%; } }

section form fieldset > .row > .column55,
form .column55 {
  padding: 15px; }

.column56,
section > .container > .row > .column56,
section > .container > .row > .block.column56,
header section > .container > .row > .column56,
footer section > .container > .row > .column56,
section form fieldset .column56,
form .column56 {
  width: 56%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column56,
    section > .container > .row > .column56,
    section > .container > .row > .block.column56,
    header section > .container > .row > .column56,
    footer section > .container > .row > .column56,
    section form fieldset .column56,
    form .column56 {
      width: 100%; } }

section form fieldset > .row > .column56,
form .column56 {
  padding: 15px; }

.column57,
section > .container > .row > .column57,
section > .container > .row > .block.column57,
header section > .container > .row > .column57,
footer section > .container > .row > .column57,
section form fieldset .column57,
form .column57 {
  width: 57%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column57,
    section > .container > .row > .column57,
    section > .container > .row > .block.column57,
    header section > .container > .row > .column57,
    footer section > .container > .row > .column57,
    section form fieldset .column57,
    form .column57 {
      width: 100%; } }

section form fieldset > .row > .column57,
form .column57 {
  padding: 15px; }

.column58,
section > .container > .row > .column58,
section > .container > .row > .block.column58,
header section > .container > .row > .column58,
footer section > .container > .row > .column58,
section form fieldset .column58,
form .column58 {
  width: 58%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column58,
    section > .container > .row > .column58,
    section > .container > .row > .block.column58,
    header section > .container > .row > .column58,
    footer section > .container > .row > .column58,
    section form fieldset .column58,
    form .column58 {
      width: 100%; } }

section form fieldset > .row > .column58,
form .column58 {
  padding: 15px; }

.column59,
section > .container > .row > .column59,
section > .container > .row > .block.column59,
header section > .container > .row > .column59,
footer section > .container > .row > .column59,
section form fieldset .column59,
form .column59 {
  width: 59%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column59,
    section > .container > .row > .column59,
    section > .container > .row > .block.column59,
    header section > .container > .row > .column59,
    footer section > .container > .row > .column59,
    section form fieldset .column59,
    form .column59 {
      width: 100%; } }

section form fieldset > .row > .column59,
form .column59 {
  padding: 15px; }

.column60,
section > .container > .row > .column60,
section > .container > .row > .block.column60,
header section > .container > .row > .column60,
footer section > .container > .row > .column60,
section form fieldset .column60,
form .column60 {
  width: 60%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column60,
    section > .container > .row > .column60,
    section > .container > .row > .block.column60,
    header section > .container > .row > .column60,
    footer section > .container > .row > .column60,
    section form fieldset .column60,
    form .column60 {
      width: 100%; } }

section form fieldset > .row > .column60,
form .column60 {
  padding: 15px; }

.column61,
section > .container > .row > .column61,
section > .container > .row > .block.column61,
header section > .container > .row > .column61,
footer section > .container > .row > .column61,
section form fieldset .column61,
form .column61 {
  width: 61%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column61,
    section > .container > .row > .column61,
    section > .container > .row > .block.column61,
    header section > .container > .row > .column61,
    footer section > .container > .row > .column61,
    section form fieldset .column61,
    form .column61 {
      width: 100%; } }

section form fieldset > .row > .column61,
form .column61 {
  padding: 15px; }

.column62,
section > .container > .row > .column62,
section > .container > .row > .block.column62,
header section > .container > .row > .column62,
footer section > .container > .row > .column62,
section form fieldset .column62,
form .column62 {
  width: 62%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column62,
    section > .container > .row > .column62,
    section > .container > .row > .block.column62,
    header section > .container > .row > .column62,
    footer section > .container > .row > .column62,
    section form fieldset .column62,
    form .column62 {
      width: 100%; } }

section form fieldset > .row > .column62,
form .column62 {
  padding: 15px; }

.column63,
section > .container > .row > .column63,
section > .container > .row > .block.column63,
header section > .container > .row > .column63,
footer section > .container > .row > .column63,
section form fieldset .column63,
form .column63 {
  width: 63%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column63,
    section > .container > .row > .column63,
    section > .container > .row > .block.column63,
    header section > .container > .row > .column63,
    footer section > .container > .row > .column63,
    section form fieldset .column63,
    form .column63 {
      width: 100%; } }

section form fieldset > .row > .column63,
form .column63 {
  padding: 15px; }

.column64,
section > .container > .row > .column64,
section > .container > .row > .block.column64,
header section > .container > .row > .column64,
footer section > .container > .row > .column64,
section form fieldset .column64,
form .column64 {
  width: 64%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column64,
    section > .container > .row > .column64,
    section > .container > .row > .block.column64,
    header section > .container > .row > .column64,
    footer section > .container > .row > .column64,
    section form fieldset .column64,
    form .column64 {
      width: 100%; } }

section form fieldset > .row > .column64,
form .column64 {
  padding: 15px; }

.column65,
section > .container > .row > .column65,
section > .container > .row > .block.column65,
header section > .container > .row > .column65,
footer section > .container > .row > .column65,
section form fieldset .column65,
form .column65 {
  width: 65%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column65,
    section > .container > .row > .column65,
    section > .container > .row > .block.column65,
    header section > .container > .row > .column65,
    footer section > .container > .row > .column65,
    section form fieldset .column65,
    form .column65 {
      width: 100%; } }

section form fieldset > .row > .column65,
form .column65 {
  padding: 15px; }

.column66,
section > .container > .row > .column66,
section > .container > .row > .block.column66,
header section > .container > .row > .column66,
footer section > .container > .row > .column66,
section form fieldset .column66,
form .column66 {
  width: 66%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column66,
    section > .container > .row > .column66,
    section > .container > .row > .block.column66,
    header section > .container > .row > .column66,
    footer section > .container > .row > .column66,
    section form fieldset .column66,
    form .column66 {
      width: 100%; } }

section form fieldset > .row > .column66,
form .column66 {
  padding: 15px; }

.column67,
section > .container > .row > .column67,
section > .container > .row > .block.column67,
header section > .container > .row > .column67,
footer section > .container > .row > .column67,
section form fieldset .column67,
form .column67 {
  width: 67%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column67,
    section > .container > .row > .column67,
    section > .container > .row > .block.column67,
    header section > .container > .row > .column67,
    footer section > .container > .row > .column67,
    section form fieldset .column67,
    form .column67 {
      width: 100%; } }

section form fieldset > .row > .column67,
form .column67 {
  padding: 15px; }

.column68,
section > .container > .row > .column68,
section > .container > .row > .block.column68,
header section > .container > .row > .column68,
footer section > .container > .row > .column68,
section form fieldset .column68,
form .column68 {
  width: 68%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column68,
    section > .container > .row > .column68,
    section > .container > .row > .block.column68,
    header section > .container > .row > .column68,
    footer section > .container > .row > .column68,
    section form fieldset .column68,
    form .column68 {
      width: 100%; } }

section form fieldset > .row > .column68,
form .column68 {
  padding: 15px; }

.column69,
section > .container > .row > .column69,
section > .container > .row > .block.column69,
header section > .container > .row > .column69,
footer section > .container > .row > .column69,
section form fieldset .column69,
form .column69 {
  width: 69%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column69,
    section > .container > .row > .column69,
    section > .container > .row > .block.column69,
    header section > .container > .row > .column69,
    footer section > .container > .row > .column69,
    section form fieldset .column69,
    form .column69 {
      width: 100%; } }

section form fieldset > .row > .column69,
form .column69 {
  padding: 15px; }

.column70,
section > .container > .row > .column70,
section > .container > .row > .block.column70,
header section > .container > .row > .column70,
footer section > .container > .row > .column70,
section form fieldset .column70,
form .column70 {
  width: 70%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column70,
    section > .container > .row > .column70,
    section > .container > .row > .block.column70,
    header section > .container > .row > .column70,
    footer section > .container > .row > .column70,
    section form fieldset .column70,
    form .column70 {
      width: 100%; } }

section form fieldset > .row > .column70,
form .column70 {
  padding: 15px; }

.column71,
section > .container > .row > .column71,
section > .container > .row > .block.column71,
header section > .container > .row > .column71,
footer section > .container > .row > .column71,
section form fieldset .column71,
form .column71 {
  width: 71%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column71,
    section > .container > .row > .column71,
    section > .container > .row > .block.column71,
    header section > .container > .row > .column71,
    footer section > .container > .row > .column71,
    section form fieldset .column71,
    form .column71 {
      width: 100%; } }

section form fieldset > .row > .column71,
form .column71 {
  padding: 15px; }

.column72,
section > .container > .row > .column72,
section > .container > .row > .block.column72,
header section > .container > .row > .column72,
footer section > .container > .row > .column72,
section form fieldset .column72,
form .column72 {
  width: 72%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column72,
    section > .container > .row > .column72,
    section > .container > .row > .block.column72,
    header section > .container > .row > .column72,
    footer section > .container > .row > .column72,
    section form fieldset .column72,
    form .column72 {
      width: 100%; } }

section form fieldset > .row > .column72,
form .column72 {
  padding: 15px; }

.column73,
section > .container > .row > .column73,
section > .container > .row > .block.column73,
header section > .container > .row > .column73,
footer section > .container > .row > .column73,
section form fieldset .column73,
form .column73 {
  width: 73%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column73,
    section > .container > .row > .column73,
    section > .container > .row > .block.column73,
    header section > .container > .row > .column73,
    footer section > .container > .row > .column73,
    section form fieldset .column73,
    form .column73 {
      width: 100%; } }

section form fieldset > .row > .column73,
form .column73 {
  padding: 15px; }

.column74,
section > .container > .row > .column74,
section > .container > .row > .block.column74,
header section > .container > .row > .column74,
footer section > .container > .row > .column74,
section form fieldset .column74,
form .column74 {
  width: 74%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column74,
    section > .container > .row > .column74,
    section > .container > .row > .block.column74,
    header section > .container > .row > .column74,
    footer section > .container > .row > .column74,
    section form fieldset .column74,
    form .column74 {
      width: 100%; } }

section form fieldset > .row > .column74,
form .column74 {
  padding: 15px; }

.column75,
section > .container > .row > .column75,
section > .container > .row > .block.column75,
header section > .container > .row > .column75,
footer section > .container > .row > .column75,
section form fieldset .column75,
form .column75 {
  width: 75%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column75,
    section > .container > .row > .column75,
    section > .container > .row > .block.column75,
    header section > .container > .row > .column75,
    footer section > .container > .row > .column75,
    section form fieldset .column75,
    form .column75 {
      width: 100%; } }

section form fieldset > .row > .column75,
form .column75 {
  padding: 15px; }

.column76,
section > .container > .row > .column76,
section > .container > .row > .block.column76,
header section > .container > .row > .column76,
footer section > .container > .row > .column76,
section form fieldset .column76,
form .column76 {
  width: 76%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column76,
    section > .container > .row > .column76,
    section > .container > .row > .block.column76,
    header section > .container > .row > .column76,
    footer section > .container > .row > .column76,
    section form fieldset .column76,
    form .column76 {
      width: 100%; } }

section form fieldset > .row > .column76,
form .column76 {
  padding: 15px; }

.column77,
section > .container > .row > .column77,
section > .container > .row > .block.column77,
header section > .container > .row > .column77,
footer section > .container > .row > .column77,
section form fieldset .column77,
form .column77 {
  width: 77%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column77,
    section > .container > .row > .column77,
    section > .container > .row > .block.column77,
    header section > .container > .row > .column77,
    footer section > .container > .row > .column77,
    section form fieldset .column77,
    form .column77 {
      width: 100%; } }

section form fieldset > .row > .column77,
form .column77 {
  padding: 15px; }

.column78,
section > .container > .row > .column78,
section > .container > .row > .block.column78,
header section > .container > .row > .column78,
footer section > .container > .row > .column78,
section form fieldset .column78,
form .column78 {
  width: 78%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column78,
    section > .container > .row > .column78,
    section > .container > .row > .block.column78,
    header section > .container > .row > .column78,
    footer section > .container > .row > .column78,
    section form fieldset .column78,
    form .column78 {
      width: 100%; } }

section form fieldset > .row > .column78,
form .column78 {
  padding: 15px; }

.column79,
section > .container > .row > .column79,
section > .container > .row > .block.column79,
header section > .container > .row > .column79,
footer section > .container > .row > .column79,
section form fieldset .column79,
form .column79 {
  width: 79%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column79,
    section > .container > .row > .column79,
    section > .container > .row > .block.column79,
    header section > .container > .row > .column79,
    footer section > .container > .row > .column79,
    section form fieldset .column79,
    form .column79 {
      width: 100%; } }

section form fieldset > .row > .column79,
form .column79 {
  padding: 15px; }

.column80,
section > .container > .row > .column80,
section > .container > .row > .block.column80,
header section > .container > .row > .column80,
footer section > .container > .row > .column80,
section form fieldset .column80,
form .column80 {
  width: 80%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column80,
    section > .container > .row > .column80,
    section > .container > .row > .block.column80,
    header section > .container > .row > .column80,
    footer section > .container > .row > .column80,
    section form fieldset .column80,
    form .column80 {
      width: 100%; } }

section form fieldset > .row > .column80,
form .column80 {
  padding: 15px; }

.column81,
section > .container > .row > .column81,
section > .container > .row > .block.column81,
header section > .container > .row > .column81,
footer section > .container > .row > .column81,
section form fieldset .column81,
form .column81 {
  width: 81%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column81,
    section > .container > .row > .column81,
    section > .container > .row > .block.column81,
    header section > .container > .row > .column81,
    footer section > .container > .row > .column81,
    section form fieldset .column81,
    form .column81 {
      width: 100%; } }

section form fieldset > .row > .column81,
form .column81 {
  padding: 15px; }

.column82,
section > .container > .row > .column82,
section > .container > .row > .block.column82,
header section > .container > .row > .column82,
footer section > .container > .row > .column82,
section form fieldset .column82,
form .column82 {
  width: 82%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column82,
    section > .container > .row > .column82,
    section > .container > .row > .block.column82,
    header section > .container > .row > .column82,
    footer section > .container > .row > .column82,
    section form fieldset .column82,
    form .column82 {
      width: 100%; } }

section form fieldset > .row > .column82,
form .column82 {
  padding: 15px; }

.column83,
section > .container > .row > .column83,
section > .container > .row > .block.column83,
header section > .container > .row > .column83,
footer section > .container > .row > .column83,
section form fieldset .column83,
form .column83 {
  width: 83%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column83,
    section > .container > .row > .column83,
    section > .container > .row > .block.column83,
    header section > .container > .row > .column83,
    footer section > .container > .row > .column83,
    section form fieldset .column83,
    form .column83 {
      width: 100%; } }

section form fieldset > .row > .column83,
form .column83 {
  padding: 15px; }

.column84,
section > .container > .row > .column84,
section > .container > .row > .block.column84,
header section > .container > .row > .column84,
footer section > .container > .row > .column84,
section form fieldset .column84,
form .column84 {
  width: 84%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column84,
    section > .container > .row > .column84,
    section > .container > .row > .block.column84,
    header section > .container > .row > .column84,
    footer section > .container > .row > .column84,
    section form fieldset .column84,
    form .column84 {
      width: 100%; } }

section form fieldset > .row > .column84,
form .column84 {
  padding: 15px; }

.column85,
section > .container > .row > .column85,
section > .container > .row > .block.column85,
header section > .container > .row > .column85,
footer section > .container > .row > .column85,
section form fieldset .column85,
form .column85 {
  width: 85%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column85,
    section > .container > .row > .column85,
    section > .container > .row > .block.column85,
    header section > .container > .row > .column85,
    footer section > .container > .row > .column85,
    section form fieldset .column85,
    form .column85 {
      width: 100%; } }

section form fieldset > .row > .column85,
form .column85 {
  padding: 15px; }

.column86,
section > .container > .row > .column86,
section > .container > .row > .block.column86,
header section > .container > .row > .column86,
footer section > .container > .row > .column86,
section form fieldset .column86,
form .column86 {
  width: 86%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column86,
    section > .container > .row > .column86,
    section > .container > .row > .block.column86,
    header section > .container > .row > .column86,
    footer section > .container > .row > .column86,
    section form fieldset .column86,
    form .column86 {
      width: 100%; } }

section form fieldset > .row > .column86,
form .column86 {
  padding: 15px; }

.column87,
section > .container > .row > .column87,
section > .container > .row > .block.column87,
header section > .container > .row > .column87,
footer section > .container > .row > .column87,
section form fieldset .column87,
form .column87 {
  width: 87%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column87,
    section > .container > .row > .column87,
    section > .container > .row > .block.column87,
    header section > .container > .row > .column87,
    footer section > .container > .row > .column87,
    section form fieldset .column87,
    form .column87 {
      width: 100%; } }

section form fieldset > .row > .column87,
form .column87 {
  padding: 15px; }

.column88,
section > .container > .row > .column88,
section > .container > .row > .block.column88,
header section > .container > .row > .column88,
footer section > .container > .row > .column88,
section form fieldset .column88,
form .column88 {
  width: 88%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column88,
    section > .container > .row > .column88,
    section > .container > .row > .block.column88,
    header section > .container > .row > .column88,
    footer section > .container > .row > .column88,
    section form fieldset .column88,
    form .column88 {
      width: 100%; } }

section form fieldset > .row > .column88,
form .column88 {
  padding: 15px; }

.column89,
section > .container > .row > .column89,
section > .container > .row > .block.column89,
header section > .container > .row > .column89,
footer section > .container > .row > .column89,
section form fieldset .column89,
form .column89 {
  width: 89%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column89,
    section > .container > .row > .column89,
    section > .container > .row > .block.column89,
    header section > .container > .row > .column89,
    footer section > .container > .row > .column89,
    section form fieldset .column89,
    form .column89 {
      width: 100%; } }

section form fieldset > .row > .column89,
form .column89 {
  padding: 15px; }

.column90,
section > .container > .row > .column90,
section > .container > .row > .block.column90,
header section > .container > .row > .column90,
footer section > .container > .row > .column90,
section form fieldset .column90,
form .column90 {
  width: 90%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column90,
    section > .container > .row > .column90,
    section > .container > .row > .block.column90,
    header section > .container > .row > .column90,
    footer section > .container > .row > .column90,
    section form fieldset .column90,
    form .column90 {
      width: 100%; } }

section form fieldset > .row > .column90,
form .column90 {
  padding: 15px; }

.column91,
section > .container > .row > .column91,
section > .container > .row > .block.column91,
header section > .container > .row > .column91,
footer section > .container > .row > .column91,
section form fieldset .column91,
form .column91 {
  width: 91%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column91,
    section > .container > .row > .column91,
    section > .container > .row > .block.column91,
    header section > .container > .row > .column91,
    footer section > .container > .row > .column91,
    section form fieldset .column91,
    form .column91 {
      width: 100%; } }

section form fieldset > .row > .column91,
form .column91 {
  padding: 15px; }

.column92,
section > .container > .row > .column92,
section > .container > .row > .block.column92,
header section > .container > .row > .column92,
footer section > .container > .row > .column92,
section form fieldset .column92,
form .column92 {
  width: 92%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column92,
    section > .container > .row > .column92,
    section > .container > .row > .block.column92,
    header section > .container > .row > .column92,
    footer section > .container > .row > .column92,
    section form fieldset .column92,
    form .column92 {
      width: 100%; } }

section form fieldset > .row > .column92,
form .column92 {
  padding: 15px; }

.column93,
section > .container > .row > .column93,
section > .container > .row > .block.column93,
header section > .container > .row > .column93,
footer section > .container > .row > .column93,
section form fieldset .column93,
form .column93 {
  width: 93%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column93,
    section > .container > .row > .column93,
    section > .container > .row > .block.column93,
    header section > .container > .row > .column93,
    footer section > .container > .row > .column93,
    section form fieldset .column93,
    form .column93 {
      width: 100%; } }

section form fieldset > .row > .column93,
form .column93 {
  padding: 15px; }

.column94,
section > .container > .row > .column94,
section > .container > .row > .block.column94,
header section > .container > .row > .column94,
footer section > .container > .row > .column94,
section form fieldset .column94,
form .column94 {
  width: 94%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column94,
    section > .container > .row > .column94,
    section > .container > .row > .block.column94,
    header section > .container > .row > .column94,
    footer section > .container > .row > .column94,
    section form fieldset .column94,
    form .column94 {
      width: 100%; } }

section form fieldset > .row > .column94,
form .column94 {
  padding: 15px; }

.column95,
section > .container > .row > .column95,
section > .container > .row > .block.column95,
header section > .container > .row > .column95,
footer section > .container > .row > .column95,
section form fieldset .column95,
form .column95 {
  width: 95%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column95,
    section > .container > .row > .column95,
    section > .container > .row > .block.column95,
    header section > .container > .row > .column95,
    footer section > .container > .row > .column95,
    section form fieldset .column95,
    form .column95 {
      width: 100%; } }

section form fieldset > .row > .column95,
form .column95 {
  padding: 15px; }

.column96,
section > .container > .row > .column96,
section > .container > .row > .block.column96,
header section > .container > .row > .column96,
footer section > .container > .row > .column96,
section form fieldset .column96,
form .column96 {
  width: 96%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column96,
    section > .container > .row > .column96,
    section > .container > .row > .block.column96,
    header section > .container > .row > .column96,
    footer section > .container > .row > .column96,
    section form fieldset .column96,
    form .column96 {
      width: 100%; } }

section form fieldset > .row > .column96,
form .column96 {
  padding: 15px; }

.column97,
section > .container > .row > .column97,
section > .container > .row > .block.column97,
header section > .container > .row > .column97,
footer section > .container > .row > .column97,
section form fieldset .column97,
form .column97 {
  width: 97%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column97,
    section > .container > .row > .column97,
    section > .container > .row > .block.column97,
    header section > .container > .row > .column97,
    footer section > .container > .row > .column97,
    section form fieldset .column97,
    form .column97 {
      width: 100%; } }

section form fieldset > .row > .column97,
form .column97 {
  padding: 15px; }

.column98,
section > .container > .row > .column98,
section > .container > .row > .block.column98,
header section > .container > .row > .column98,
footer section > .container > .row > .column98,
section form fieldset .column98,
form .column98 {
  width: 98%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column98,
    section > .container > .row > .column98,
    section > .container > .row > .block.column98,
    header section > .container > .row > .column98,
    footer section > .container > .row > .column98,
    section form fieldset .column98,
    form .column98 {
      width: 100%; } }

section form fieldset > .row > .column98,
form .column98 {
  padding: 15px; }

.column99,
section > .container > .row > .column99,
section > .container > .row > .block.column99,
header section > .container > .row > .column99,
footer section > .container > .row > .column99,
section form fieldset .column99,
form .column99 {
  width: 99%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column99,
    section > .container > .row > .column99,
    section > .container > .row > .block.column99,
    header section > .container > .row > .column99,
    footer section > .container > .row > .column99,
    section form fieldset .column99,
    form .column99 {
      width: 100%; } }

section form fieldset > .row > .column99,
form .column99 {
  padding: 15px; }

.column100,
section > .container > .row > .column100,
section > .container > .row > .block.column100,
header section > .container > .row > .column100,
footer section > .container > .row > .column100,
section form fieldset .column100,
form .column100 {
  width: 100%;
  padding: 15px; }
  @media (max-width: 767px) {
    .column100,
    section > .container > .row > .column100,
    section > .container > .row > .block.column100,
    header section > .container > .row > .column100,
    footer section > .container > .row > .column100,
    section form fieldset .column100,
    form .column100 {
      width: 100%; } }

section form fieldset > .row > .column100,
form .column100 {
  padding: 15px; }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.3333333333%; }

.col4 {
  width: 25%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.6666666667%; }

.col7 {
  width: 14.2857142857%; }

.col8 {
  width: 12.5%; }

.col9 {
  width: 11.1111111111%; }

.col10 {
  width: 10%; }

.colli1 li {
  width: 100%; }

.colli2 li {
  width: 50%; }

.colli3 li {
  width: 33.3333333333%; }

.colli4 li {
  width: 25%; }

.colli5 li {
  width: 20%; }

.colli6 li {
  width: 16.6666666667%; }

.colli7 li {
  width: 14.2857142857%; }

.colli8 li {
  width: 12.5%; }

.colli9 li {
  width: 11.1111111111%; }

.colli10 li {
  width: 10%; }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

section > .container .row {
  width: 100%; }

section > .container > .row {
  position: relative; }

section > .container .row,
section > .container .row .row,
section > .container > .row > .block .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section > .container .row.center,
  section > .container .row .row.center,
  section > .container > .row > .block .row.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  section > .container .row.column,
  section > .container .row .row.column,
  section > .container > .row > .block .row.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section > .container .row.column.center,
    section > .container .row .row.column.center,
    section > .container > .row > .block .row.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  section > .container .row.start,
  section > .container .row .row.start,
  section > .container > .row > .block .row.start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  section > .container .row.end,
  section > .container .row .row.end,
  section > .container > .row > .block .row.end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  section > .container .row.between,
  section > .container .row .row.between,
  section > .container > .row > .block .row.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  section > .container .row.around,
  section > .container .row .row.around,
  section > .container > .row > .block .row.around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  section > .container .row.row-calc,
  section > .container .row .row.row-calc,
  section > .container > .row > .block .row.row-calc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    section > .container .row.row-calc > .block,
    section > .container .row .row.row-calc > .block,
    section > .container > .row > .block .row.row-calc > .block {
      width: initial; }

section > .container > .row > .block {
  position: relative;
  width: 100%; }
  header section > .container > .row > .block {
    width: initial; }
    @media (max-width: 767px) {
      header section > .container > .row > .block {
        width: 100%; } }

section > .container > .row .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  section > .container > .row .block.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  section > .container > .row .block.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section > .container > .row .block.center.center-all {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  section > .container > .row .block.start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  section > .container > .row .block.end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  section > .container > .row .block.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    section > .container > .row .block.column.center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  section > .container > .row .block.block-enter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

ol {
  counter-reset: my-counter; }
  ol li {
    position: relative;
    counter-increment: my-counter;
    padding: 5px 0 5px 34px; }
    ol li:before {
      position: absolute;
      left: 0;
      top: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      content: counter(my-counter);
      clear: both;
      margin-right: 10px;
      line-height: 1;
      color: #fff;
      background: #062d55;
      width: 24px;
      height: 24px;
      font-size: 0.8em;
      border-radius: 3px;
      font-weight: bold; }

ul:not(.content) {
  width: 100%; }

.content ul li {
  position: relative;
  padding: 3px 6px 3px 34px; }
  .content ul li:before {
    position: absolute;
    top: 13px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    border: 1px solid #18ba60;
    background: transparent;
    display: block;
    content: "";
    clear: both; }

.content ul.none {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .content ul.none li:before {
    display: none; }
  .content ul.none li .inner a {
    color: #18ba60; }
    .content ul.none li .inner a:hover {
      color: #062d55; }

.direction-info ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.9em; }
  .direction-info ul li {
    padding-left: 0; }
    .direction-info ul li b {
      color: rgba(34, 34, 34, 0.7); }
    .direction-info ul li .inner a {
      color: #18ba60; }
      .direction-info ul li .inner a:hover {
        color: #062d55; }

header ul li {
  padding: 0; }
  header ul li:before {
    display: none; }

.content section ul li:before {
  display: none; }

.direction-info {
  margin-bottom: 10px; }

.direction-info-price {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  background: #18ba60;
  margin-bottom: 20px;
  padding: 10px;
  width: 300px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.one-one {
  color: #18ba60; }

a {
  text-decoration: none;
  color: #18ba60;
  -webkit-transition: 0.35s all;
          transition: 0.35s all;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover {
    color: #062d55;
    -webkit-transition: 0.35s all;
            transition: 0.35s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a.active {
    color: #000; }

sup {
  color: red; }

b,
strong {
  font-weight: 700;
  color: #18ba60; }

p {
  margin-bottom: 5px; }

.error {
  width: 100%;
  padding: 10px;
  background: rgba(255, 0, 0, 0.9);
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 0.8em;
  margin: 25px 0; }
  .error b {
    color: #fff; }
  .error p:last-child {
    margin-bottom: 0; }

.success {
  width: 100%;
  padding: 10px;
  background: rgba(0, 128, 0, 0.9);
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  font-size: 0.8em;
  margin: 25px 0; }
  .success b {
    color: #fff; }
  .success p:last-child {
    margin-bottom: 0; }

.important {
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 0, 0.9);
  border-radius: 5px;
  color: #222;
  font-weight: 400;
  font-size: 0.8em;
  margin: 25px 0; }
  .important b {
    color: #fff; }
  .important p:last-child {
    margin-bottom: 0; }

header {
  position: relative;
  z-index: 10; }
  header > section > .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

main > section > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  main > section > .container > .row > .block > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

footer > section > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.bold {
  font-weight: bold; }

.content {
  width: 100%; }
  .content.center {
    text-align: center; }
  .content p.center {
    text-align: center; }

table {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ddd; }
  table .sum {
    font-weight: bold; }
  table thead tr th {
    background: rgba(250, 250, 250, 0.5);
    font-size: 0.8em;
    padding: 10px;
    border-bottom: 3px solid #222;
    text-align: left; }
    @media (max-width: 479px) {
      table thead tr th {
        padding: 10px 3px; } }
  table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    table tbody tr td {
      font-size: 0.9em;
      padding: 10px;
      font-weight: 500;
      border: 1px solid #ddd; }
      @media (max-width: 479px) {
        table tbody tr td {
          padding: 10px 3px;
          font-size: 0.7em; } }
      table tbody tr td.heading {
        display: table-cell;
        font-size: 0.7em;
        width: 100%;
        background: #062d55;
        color: #fff;
        padding: 15px;
        opacity: 1; }
        @media (max-width: 479px) {
          table tbody tr td.heading {
            padding: 15px 3px; } }
        table tbody tr td.heading.center {
          text-align: center; }
        table tbody tr td.heading b {
          color: #222; }
  table.table-stats th,
  table.table-stats td {
    width: 25%; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  display: block;
  width: 100%;
  line-height: 22px;
  height: 44px;
  font-size: 14px;
  border: 1px solid #e3e3e3;
  padding: 10px 20px;
  background-color: #fff;
  color: #222;
  border-radius: 3px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

textarea {
  height: initial; }

.add_serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .add_serv li {
    width: calc(100% / 8);
    padding: 10px; }
    @media (max-width: 1023px) {
      .add_serv li {
        width: calc(100% / 4); } }
    .add_serv li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .add_serv li .inner .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 10px;
        margin-bottom: 10px; }
        .add_serv li .inner .icon img {
          filter: invert(56%) sepia(75%) saturate(481%) hue-rotate(94deg) brightness(89%) contrast(93%); }
      .add_serv li .inner .caption {
        text-align: center;
        font-size: 16px;
        color: #222;
        font-weight: 500;
        line-height: 1.4em;
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .add_serv li .inner .caption {
            font-size: 14px; } }
      .add_serv li .inner:hover .icon img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); }

.slider-for {
  max-height: 400px;
  overflow: hidden; }

@media (max-width: 1023px) {
  main {
    overflow-x: hidden; } }

.section-bg {
  background: #fafafa; }

.section-mainslider .container {
  max-width: 100%;
  padding: 0; }

.sh {
  position: relative;
  overflow: hidden; }

.s0 .container {
  padding: 0 15px; }

.section-breadcrumbs + .s0 .container {
  padding-top: 30px; }

@media (max-width: 1023px) {
  .section-menu {
    background: #fff;
    border-bottom: 1px solid #ccc; } }

.section-menu .container {
  background: #062d55;
  border: 4px solid #fff;
  margin-bottom: -24px; }
  @media (max-width: 1023px) {
    .section-menu .container {
      background: transparent;
      border: 0;
      margin-bottom: 0; } }

.fixed-position .section-menu {
  background: #fff;
  border-bottom: 1px solid #ccc; }
  .fixed-position .section-menu .container {
    background: transparent;
    border: 0;
    margin-bottom: 0; }

.section-breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
  overflow: hidden; }
  .section-breadcrumbs .bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    clear: both;
    background: rgba(0, 0, 0, 0.8); }
  .section-breadcrumbs h1 {
    color: #fff;
    text-align: center; }

.section-informer.section-informer-totop {
  margin-top: -90px; }
  @media (max-width: 1023px) {
    .section-informer.section-informer-totop {
      margin-top: -57px; } }

.section-dark {
  position: relative; }
  .section-dark .container {
    padding: 100px 15px 60px; }
    @media (max-width: 1023px) {
      .section-dark .container {
        padding: 30px 15px; } }
  .section-dark .bg:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    clear: both;
    background: rgba(6, 45, 85, 0.95); }
  .section-dark * {
    color: #fff; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .breadcrumbs li {
    padding: 0 5px; }
    .breadcrumbs li span {
      color: #18ba60; }
      .breadcrumbs li span.delim {
        color: #fff; }
    .breadcrumbs li .inner {
      color: #fff;
      padding: 0; }
      .breadcrumbs li .inner:hover {
        color: #18ba60; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1023px) {
    .contacts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .contacts br {
      display: none; } }
  .contacts li {
    margin-right: 20px; }
    @media (max-width: 1023px) {
      .contacts li {
        margin: 10px 0; } }
    .contacts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 1023px) {
        .contacts li .inner {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .contacts li .inner .icon {
        color: #18ba60;
        font-size: 1.7em;
        margin-right: 10px; }
      .contacts li .inner .text {
        color: #222;
        font-size: 13px;
        font-weight: 400; }
        .contacts li .inner .text .caption {
          font-weight: 600;
          color: #222;
          font-size: 14px;
          margin-bottom: 4px; }
        .contacts li .inner .text a {
          color: #222; }
          @media (max-width: 1023px) {
            .contacts li .inner .text a {
              color: #18ba60;
              font-size: 1.2em; } }
          .contacts li .inner .text a:hover {
            color: #18ba60; }
            @media (max-width: 1023px) {
              .contacts li .inner .text a:hover {
                color: #062d55; } }
        .contacts li .inner .text p {
          white-space: nowrap; }
          @media (max-width: 1023px) {
            .contacts li .inner .text p {
              white-space: initial; } }
          @media (max-width: 1023px) {
            .contacts li .inner .text p a {
              width: 100%; } }
  @media (max-width: 1023px) {
    header .contacts li .inner .text {
      text-align: center; } }

section > .container > .row.row_contacts,
.row_contacts {
  border-top: 1px solid #e0e0e0;
  box-shadow: inset 15px 30px 50px rgba(34, 34, 34, 0.1); }
  section > .container > .row.row_contacts > .block,
  .row_contacts > .block {
    padding: 5px; }

.contacts_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .contacts_mobile li {
    margin: 0 5px; }
    @media (max-width: 479px) {
      .contacts_mobile li {
        font-size: 14px; } }
    @media (max-width: 359px) {
      .contacts_mobile li {
        font-size: 13px; } }
    .contacts_mobile li a {
      font-weight: 600;
      margin: 0 5px; }

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1023px) {
    .lang {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (max-width: 479px) {
    .lang {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .lang li {
    margin: 3px 10px; }
    @media (max-width: 1199px) {
      .lang li {
        margin: 1px 5px; } }
    .lang li a {
      padding: 5px;
      color: #222;
      font-size: 13px;
      font-weight: 500;
      background: #e2e2e2; }
      .lang li a:hover {
        color: #18ba60; }
    .lang li.active a {
      background: #000;
      color: #fff; }

.menu-footer li {
  padding: 3px 0; }
  .menu-footer li a {
    color: #e0e0e0; }
    .menu-footer li a .icon {
      color: #18ba60; }
    .menu-footer li a:hover {
      color: #18ba60; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 50px; }
  @media (max-width: 1023px) {
    .menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: initial; } }
  .menu li {
    position: relative;
    margin: 0 18px;
    height: 100%; }
    @media (max-width: 1199px) {
      .menu li {
        margin: 0 15px; } }
    @media (max-width: 1023px) {
      .menu li {
        height: initial;
        width: 100%;
        margin: 0; } }
    .menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      color: #fff;
      padding: 13px 0;
      font-size: 16px;
      line-height: 24px;
      font-weight: 530; }
      @media (max-width: 1023px) {
        .menu li a {
          height: initial;
          width: 100%;
          color: #222;
          border: 1px solid #ddd; } }
      .menu li a .icon {
        margin-left: 10px; }
        @media (max-width: 1023px) {
          .menu li a .icon {
            display: none; } }
      .menu li a:before {
        position: absolute;
        bottom: -4px;
        height: 4px;
        width: 100%;
        background: #18ba60;
        display: block;
        content: '';
        clear: both;
        opacity: 0;
        visibility: hidden; }
    .menu li ul {
      position: absolute;
      top: 50px;
      left: 0;
      width: 240px;
      background: #062d55;
      border-top: 3px solid #18ba60;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
      @media (max-width: 1023px) {
        .menu li ul {
          display: none; } }
      .menu li ul li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
        .menu li ul li a {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 12px 20px;
          line-height: 22px;
          font-weight: 400;
          font-size: 14px; }
          .menu li ul li a:before {
            display: none; }
    .menu li :only-child .icon {
      display: none; }
    .menu li:hover a {
      color: #18ba60; }
      .menu li:hover a:before {
        opacity: 1;
        visibility: visible; }
    .menu li:hover ul {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
      .menu li:hover ul li a {
        color: #fff; }
      .menu li:hover ul li:hover a {
        background: #18ba60; }
  .fixed-position .menu a {
    color: #222; }
  .fixed-position .menu .icon {
    display: none; }
  .fixed-position .menu ul {
    display: none; }
  @media (max-width: 1199px) {
    .fixed-position .menu li {
      margin: 0 10px; } }

.forfixed {
  display: none !important; }
  @media (max-width: 1023px) {
    .forfixed {
      display: initial !important; } }
  .fixed-position .forfixed {
    display: initial !important; }

.hidefixed {
  display: initial !important; }
  .fixed-position .hidefixed {
    display: none !important; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    header .logo {
      max-width: 200px; } }
  @media (max-width: 767px) {
    header .logo {
      max-width: 70px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    header .logo img {
      max-width: initial; } }

header section > .container > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.content .social,
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px; }
  @media (max-width: 1023px) {
    .content .social,
    .social {
      margin: 0; } }
  .content .social li,
  .social li {
    padding: 0;
    margin: 0 10px; }
    @media (max-width: 1023px) {
      .content .social li,
      .social li {
        margin: 0 5px; } }
    .content .social li a,
    .social li a {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #c8c8c8; }
      @media (max-width: 1023px) {
        .content .social li a,
        .social li a {
          color: rgba(34, 34, 34, 0.5); } }
      @media (max-width: 1023px) {
        .content .social li a span::before,
        .social li a span::before {
          font-size: 2em; } }
      .content .social li a:hover,
      .social li a:hover {
        color: #18ba60; }

.content .social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0; }

.fade {
  width: 100%; }
  .fade .slide {
    position: relative; }
    .fade .slide .img {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 780px;
      overflow: hidden; }
      @media (max-width: 1023px) {
        .fade .slide .img {
          height: initial; } }
      .fade .slide .img:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        display: block;
        content: "";
        clear: both;
        background: rgba(34, 34, 34, 0.5); }
      .fade .slide .img img {
        max-width: initial;
        min-width: 100%;
        min-height: 100%; }
    .fade .slide .text {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      text-align: center;
      padding: 0 5%; }
      .fade .slide .text .tag {
        font-weight: 700;
        color: #fff;
        font-size: 20px; }
      .fade .slide .text .caption {
        font-size: 54px;
        font-weight: 600;
        color: #fff; }
        @media (max-width: 1023px) {
          .fade .slide .text .caption {
            font-size: 18px; } }
      .fade .slide .text .description {
        font-size: 39px;
        font-weight: 400;
        color: #fff; }
        @media (max-width: 1023px) {
          .fade .slide .text .description {
            font-size: 14px; } }
      .fade .slide .text .link {
        margin: 30px auto; }
        @media (max-width: 1023px) {
          .fade .slide .text .link {
            margin: 5px auto; } }

.multiple {
  width: 100%; }
  .multiple .slide {
    position: relative; }
    .multiple .slide .img {
      -webkit-transform: scale(0.9, 0.9) translate(0, 40px);
          -ms-transform: scale(0.9, 0.9) translate(0, 40px);
              transform: scale(0.9, 0.9) translate(0, 40px);
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .multiple .slide.slick-current .img {
      -webkit-transform: scale(1, 1) translate(0, 0);
          -ms-transform: scale(1, 1) translate(0, 0);
              transform: scale(1, 1) translate(0, 0);
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.heading {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #222;
  font-weight: 500;
  line-height: 1.3em; }
  .heading .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.1;
    font-size: 2em; }
  .heading.center {
    text-align: center; }
  footer .heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #fff; }
    @media (max-width: 1023px) {
      footer .heading {
        font-size: 16px; } }
    @media (max-width: 1023px) {
      footer .heading {
        font-size: 14px; } }

.basic {
  padding-top: 10px;
  font-size: 16px;
  color: #777;
  line-height: 1.8em;
  margin-bottom: 25px; }
  .basic.center {
    max-width: 750px;
    text-align: center;
    margin: 0 auto; }
  footer .basic {
    font-size: 14px;
    font-weight: 500;
    color: #fff; }

.caption {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 12px; }

.text {
  font-size: 15px;
  line-height: 1.8em; }

.informer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fafafa;
  border-radius: 25px;
  color: #222;
  font-size: 18px; }
  @media (max-width: 1023px) {
    .informer {
      font-size: 14px; } }
  .informer:before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    content: '';
    clear: both;
    height: 1px;
    width: 100%;
    background: #fafafa; }
  .informer span {
    padding: 10px 32px; }
    @media (max-width: 1023px) {
      .informer span {
        padding: 10px; } }
  .informer .or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #18ba60;
    color: #fff;
    font-size: 1.5em; }

main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 20px 0; }
  main .inner .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    color: #18ba60;
    font-size: 1.5em;
    -webkit-transition: 0.35s all;
            transition: 0.35s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  main .inner:hover .icon {
    background: #18ba60;
    border: 1px solid #18ba60;
    color: #fff;
    -webkit-transition: 0.35s all;
            transition: 0.35s all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  main .inner:hover .inner .icon {
    background: transparent;
    color: #18ba60; }

.img-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #e0e0e0;
  margin: 0 auto; }
  .img-bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    content: "";
    clear: both;
    background: rgba(34, 34, 34, 0.9); }
  .img-bg .img {
    position: relative;
    z-index: 0; }
  .img-bg .top {
    position: absolute;
    top: 50px;
    z-index: 2; }
  .img-bg .bottom {
    position: absolute;
    bottom: -70px;
    z-index: 2; }

.benefits li .inner .icon {
  margin-right: 30px; }

.benefits li .inner .description {
  font-size: 13px; }

.benefits.reverse li .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .benefits.reverse li .inner .icon {
    margin-right: initial;
    margin-left: 30px; }
  .benefits.reverse li .inner .text {
    text-align: right; }

.benefits.benefits3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .benefits.benefits3 li {
    width: 30%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .benefits.benefits3 li {
        width: 50%; } }
    @media (max-width: 767px) {
      .benefits.benefits3 li {
        width: 100%; } }
    .benefits.benefits3 li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid rgba(34, 34, 34, 0.1);
      border-radius: 3px;
      padding: 10px;
      background: #fff; }
      .benefits.benefits3 li .inner .icon {
        margin: 0;
        border: 0; }
      .benefits.benefits3 li .inner .text {
        text-align: center; }
      .benefits.benefits3 li .inner:hover {
        background: #062d55; }
        .benefits.benefits3 li .inner:hover .icon {
          background: transparent;
          color: #18ba60; }
        .benefits.benefits3 li .inner:hover .caption {
          color: #fff; }

.whywe li .inner .icon {
  margin-right: 30px; }

.whywe.whywe2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .whywe.whywe2 li {
    width: 50%;
    padding: 5px; }
    @media (max-width: 1023px) {
      .whywe.whywe2 li {
        width: 100%; } }

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .products li {
    width: 50%;
    padding: 15px 30px; }
    @media (max-width: 767px) {
      .products li {
        width: 100%; } }
    .products li .inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .products li .inner .img {
        margin-bottom: 20px; }
      .products li .inner .text {
        width: 100%;
        text-align: center; }
        .products li .inner .text a.caption {
          font-weight: 600; }
          .products li .inner .text a.caption:hover {
            color: #18ba60; }
        .products li .inner .text .rating {
          color: #18ba60; }
        .products li .inner .text .bold {
          font-size: 18px;
          font-weight: 600;
          color: #18ba60; }
  .products.multiple li .inner .text {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .products.multiple li.slick-current .inner .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .price > * {
    padding: 0 2px; }
  .price .caption {
    font-weight: normal;
    font-size: 14px;
    margin: 0; }
    .price .caption:hover {
      color: #222; }
  .price .bold {
    font-size: 18px;
    font-weight: 600;
    color: #18ba60; }

.prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e0e0e0;
  margin: 20px 0; }
  .prices li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px;
    width: 50%; }
    @media (max-width: 767px) {
      .prices li {
        width: 100%; } }
    .prices li:nth-child(2n+1) {
      border-right: 1px solid #e0e0e0; }
      @media (max-width: 767px) {
        .prices li:nth-child(2n+1) {
          border-right: 0;
          border-bottom: 1px solid #e0e0e0; } }

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .reviews li {
    width: 30%;
    padding: 15px; }
    .reviews li .inner {
      position: relative;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px; }
      .reviews li .inner .bg {
        background: #18ba60;
        border-radius: 5px; }
        .reviews li .inner .bg img {
          max-width: initial; }
      .reviews li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 30px; }
      .reviews li .inner .text {
        color: rgba(255, 255, 255, 0.9);
        text-align: center; }
        .reviews li .inner .text .description {
          margin-bottom: 25px; }
        .reviews li .inner .text .caption {
          font-size: 15px;
          font-weight: 500;
          color: #062d55;
          margin-bottom: 0; }
        .reviews li .inner .text .tag {
          font-style: italic;
          color: #e0e0e0;
          font-size: 14px; }

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .bg.bg-right {
    left: initial; }
  @media (max-width: 1023px) {
    .bg img {
      max-width: initial; } }

form {
  position: relative;
  width: 100%; }
  form .row {
    margin: 10px 0; }
    form .row .block {
      padding: 15px; }
  .popup form .row {
    margin: 0; }
    .popup form .row .block {
      padding: 5px 0; }
  .info-form form .row {
    margin: 0; }
    .info-form form .row .block {
      padding: 5px; }

.form-bg {
  padding: 40px; }
  .form-bg .bg:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    clear: both;
    background: #062d55; }
  .form-bg .bg img {
    width: 100%; }
  .form-bg label {
    font-weight: 400;
    font-size: 16px;
    color: #fff; }

.block-abso {
  position: relative; }

label.abso {
  position: absolute;
  top: 13px;
  right: 15px;
  color: #18ba60; }
  label.abso + input {
    padding-right: 40px; }

.req {
  color: #18ba60;
  font-weight: bold; }

.link,
button {
  display: inline-block;
  font-size: 13px;
  padding: 10px 34px;
  text-transform: uppercase;
  font-weight: 700;
  background: #18ba60;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 0;
  line-height: 24px; }
  .link:hover,
  button:hover {
    background: #062d55;
    color: #fff; }
  .link.invert,
  button.invert {
    background: #062d55; }
    .link.invert:hover,
    button.invert:hover {
      background: #18ba60; }
  .link.width,
  button.width {
    width: 100%;
    text-align: center; }

.howwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .howwork li {
    position: relative;
    width: 30%;
    z-index: 2; }
    .howwork li .inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .howwork li .inner .icon {
        margin: 30px auto;
        background: #fafafa; }
      .howwork li .inner .text {
        text-align: center; }
        @media (max-width: 1023px) {
          .howwork li .inner .text {
            font-size: 0.8em; } }
    .howwork li.delim {
      width: 1%;
      z-index: 1; }
      .howwork li.delim .inner {
        position: absolute;
        top: 50px;
        left: 0;
        width: 160px;
        margin-left: -80px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  font-weight: 400;
  line-height: 1.6em;
  color: #000; }
  @media (max-width: 1023px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-size: 1.3em; } }
  h1.color,
  h2.color,
  h3.color,
  h4.color,
  h5.color,
  h6.color {
    color: #18ba60; }
  h1.center,
  h2.center,
  h3.center,
  h4.center,
  h5.center,
  h6.center {
    text-align: center; }
  .info h1, .info
  h2, .info
  h3, .info
  h4, .info
  h5, .info
  h6 {
    line-height: 1.2; }

h1 {
  color: #222222;
  font-weight: 500;
  line-height: 1.3em;
  text-align: center; }

.video {
  margin: 0 auto;
  max-width: 100%; }
  .video .inner {
    width: 100%; }
  .video .youtube {
    position: relative;
    width: 100%;
    background-size: cover;
    max-width: 100%; }
    @media (max-width: 479px) {
      .video .youtube {
        max-height: 300px; } }
    .video .youtube:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: block;
      content: '';
      clear: both;
      width: 100%;
      height: 100%;
      background: rgba(6, 45, 85, 0.5); }
    .video .youtube .play {
      position: absolute;
      left: 50%;
      margin-left: -40px;
      top: 50%;
      margin-top: -40px;
      width: 80px;
      height: 80px;
      background: 0 0;
      color: #fff;
      border: 8px solid rgba(24, 186, 96, 0.4);
      border-radius: 50%;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease; }
      .video .youtube .play:before {
        position: relative;
        padding-left: 3px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: '';
        clear: both;
        width: 64px;
        height: 64px;
        line-height: 64px;
        font-size: 24px;
        background: #18ba60;
        border-radius: 50%;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease; }
      .video .youtube .play:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        content: '';
        clear: both;
        font-family: 'Flaticon';
        font-style: normal;
        content: "\f1b6"; }
    .video .youtube:hover {
      cursor: pointer; }
      .video .youtube:hover .play:before {
        opacity: 0.7; }
  .footer .video {
    margin: initial; }

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news li {
    width: 30%;
    padding: 15px; }
    @media (max-width: 1023px) {
      .news li {
        width: 50%; } }
    @media (max-width: 479px) {
      .news li {
        width: 100%; } }
    .news li .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news li .inner ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 15px; }
        .news li .inner ul li {
          width: initial;
          padding: 0;
          padding-right: 20px; }
          .news li .inner ul li .inner {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            padding: 0;
            font-size: 13px;
            color: rgba(34, 34, 34, 0.7); }
            .news li .inner ul li .inner .icon {
              width: initial;
              height: initial;
              min-width: initial;
              min-height: initial;
              border: 0;
              border-radius: 0;
              font-size: 1em;
              margin-right: 6px;
              color: #18ba60; }
            .news li .inner ul li .inner:hover .icon {
              background: transparent;
              color: #062d55; }
      .news li .inner .img {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 3px;
        overflow: hidden;
        margin-bottom: 20px; }
        .news li .inner .img .date {
          position: absolute;
          left: 20px;
          bottom: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          background: #18ba60;
          color: #fff;
          padding: 10px; }
          .news li .inner .img .date .day {
            font-size: 20px;
            font-weight: 700;
            line-height: 30px; }
          .news li .inner .img .date .month {
            font-size: 13px;
            font-weight: 500;
            line-height: 20px;
            background: #062d55; }
      .news li .inner .caption {
        font-size: 24px;
        font-weight: 400; }
      .news li .inner .description {
        line-height: 1.8em;
        margin-bottom: 20px; }

footer section {
  background: #012142; }
  footer section.section-bg {
    background: #001b36;
    font-size: 14px;
    padding: 13px 0;
    line-height: 24px;
    text-align: center;
    color: #c8c8c8; }
    footer section.section-bg .container {
      padding: 15px; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery li {
    width: 33.33333%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .gallery li {
        width: 50%; } }
    @media (max-width: 767px) {
      .gallery li {
        width: 100%; } }
    .gallery li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0; }
      .gallery li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 370px; }

.facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .facts {
      font-size: 0.8em; } }
  .facts li {
    width: 25%;
    padding: 10px; }
    .facts li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1023px) {
        .facts li .inner {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (max-width: 479px) {
        .facts li .inner {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .facts li .inner .icon {
        border-radius: 0;
        border: 0;
        border-right: 1px dashed #fff;
        font-size: 3em;
        padding-right: 30px; }
      .facts li .inner .text {
        padding-left: 30px; }
      .facts li .inner:hover .icon {
        background: transparent; }

.facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .facts li {
    width: 25%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .facts li {
        width: 50%; } }
    @media (max-width: 479px) {
      .facts li {
        width: 100%; } }
    .facts li .inner {
      color: #fff; }
      .facts li .inner .caption {
        color: #18ba60; }
        @media (max-width: 1023px) {
          .facts li .inner .caption {
            font-size: 0.9em; } }
      .facts li .inner .numb {
        font-weight: bold;
        font-size: 1.5em; }
        @media (max-width: 1023px) {
          .facts li .inner .numb {
            font-size: 1.2em; } }

.paginations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .paginations li {
    padding: 3px; }
    .paginations li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px;
      font-size: 14px;
      border: 1px solid #e0e0e0;
      line-height: 1;
      min-width: 42px;
      min-height: 42px;
      border-radius: 2px;
      overflow: hidden;
      color: #222; }
      .paginations li .inner:hover {
        background: #e0e0e0;
        border: 1px solid #18ba60;
        color: #18ba60; }
      .paginations li .inner.active {
        background: #062d55;
        color: #fff;
        border: 1px solid #062d55; }

.slider-gallery .slick-track,
.slider-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.slider-for {
  padding: 0 50px;
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .slider-for {
      padding: 0; } }
  .slider-for .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
    .slider-for .inner img {
      max-width: 670px; }
      @media (max-width: 767px) {
        .slider-for .inner img {
          max-width: 100%; } }

.slider-nav li {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .slider-nav li .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  .slider-nav li.slick-current {
    border: 1px solid #18ba60; }

.slider-nav .slick-dots {
  bottom: -25px; }

.info {
  position: relative;
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 25px 30px 20px; }
  .info.info-form {
    padding: 15px;
    box-shadow: 0px 0px 7px 0px rgba(34, 34, 34, 0.1); }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .list li > div {
      width: 50%;
      font-size: 13px;
      color: rgba(34, 34, 34, 0.7);
      line-height: 1.3;
      padding-right: 10px; }
      @media (max-width: 767px) {
        .list li > div {
          width: 100%; } }
      .list li > div a {
        color: #18ba60; }

.listlinks li {
  padding: 5px 0; }
  .listlinks li .inner {
    padding: 0;
    color: rgba(34, 34, 34, 0.7);
    font-size: 13px;
    line-height: 1.3; }
    .listlinks li .inner:hover {
      color: #18ba60; }

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .videos li {
    width: 50%;
    padding: 5px 10px; }
    @media (max-width: 767px) {
      .videos li {
        width: 100%; } }

.relink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .relink li {
    width: 25%;
    padding: 10px; }
    @media (max-width: 1023px) {
      .relink li {
        width: initial; } }
    .relink li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      background: #1E73BE;
      color: #fff;
      font-size: 13px; }
      .relink li .inner .icon {
        width: initial;
        height: initial;
        min-width: initial;
        min-height: initial;
        font-size: 1em;
        border: 0;
        padding: 0;
        margin-right: 10px; }
      .relink li .inner .caption {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 13px; }
      .relink li .inner:hover {
        background: #062d55; }
        .relink li .inner:hover .icon {
          background: transparent; }

.img-date {
  position: relative; }
  .img-date .date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #18ba60;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 3px;
    padding: 5px 10px; }

.reviewslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #18ba60;
  border-radius: 25px;
  color: #222;
  padding: 10px 30px;
  min-width: 240px; }
  @media (max-width: 479px) {
    .reviewslink {
      min-width: initial;
      padding: 10px 20px; } }
  .reviewslink i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 20px; }
  .reviewslink:hover {
    background: #062d55;
    color: #000; }

.reviews2 {
  font-size: 0; }
  .reviews2 li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .35s;
            transition: all .35s;
    margin-bottom: 10px;
    border-bottom: 1px solid #fafafa; }
    @media (max-width: 479px) {
      .reviews2 li {
        font-size: 13px; } }
    .reviews2 li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 10px 0; }
      @media (max-width: 1199px) {
        .reviews2 li .inner {
          padding: 10px; } }
      @media (max-width: 479px) {
        .reviews2 li .inner {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .reviews2 li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 140px;
        height: 140px;
        min-width: 140px;
        min-height: 140px;
        border-radius: 50%;
        margin-right: 10px;
        background: #e0e0e0; }
        @media (max-width: 767px) {
          .reviews2 li .inner .img {
            width: 100px;
            height: 100px;
            min-width: 100px;
            min-height: 100px; } }
        @media (max-width: 479px) {
          .reviews2 li .inner .img {
            width: 50px;
            height: 50px;
            min-width: 50px;
            min-height: 50px; } }
        .reviews2 li .inner .img img {
          max-width: 120%; }
      .reviews2 li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 767px) {
          .reviews2 li .inner .text {
            font-size: 0.9em; } }
      .reviews2 li .inner .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 5px; }
      .reviews2 li .inner .source {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 5px; }
        .reviews2 li .inner .source a {
          margin: 0 5px;
          color: #000;
          font-weight: 500;
          border-bottom: 1px solid #000;
          -webkit-transition: .35s all;
                  transition: .35s all; }
          .reviews2 li .inner .source a:hover {
            color: #18ba60;
            border-bottom: 1px solid #062d55; }
      .reviews2 li .inner .caption {
        font-weight: bold;
        margin: 5px 20px 5px 0; }
      .reviews2 li .inner .date {
        margin: 5px 20px 5px 0;
        color: rgba(34, 34, 34, 0.5); }
      .reviews2 li .inner .stars {
        margin: 5px 0; }
      .reviews2 li .inner .description p {
        margin-bottom: 5px; }
      .reviews2 li .inner .gallery-review {
        padding-left: initial;
        margin-bottom: 10px;
        font-size: 0; }
        .reviews2 li .inner .gallery-review li {
          width: initial;
          height: 100px;
          padding-right: 10px;
          margin-bottom: 5px; }
          @media (max-width: 767px) {
            .reviews2 li .inner .gallery-review li {
              max-width: 33.33333%; } }
          @media (max-width: 479px) {
            .reviews2 li .inner .gallery-review li {
              max-width: 50%; } }
          .reviews2 li .inner .gallery-review li .img {
            height: 100px;
            overflow: hidden; }
            .reviews2 li .inner .gallery-review li .img img {
              max-width: initial;
              height: 100%; }
      .reviews2 li .inner .link {
        color: #18ba60;
        text-decoration: underline;
        padding: 0 5px;
        color: #fff;
        font-size: 0.7em;
        letter-spacing: normal; }
        .reviews2 li .inner .link:hover {
          text-decoration: none; }
    .reviews2 li ul {
      padding-left: 30px;
      padding-bottom: 10px; }
      .reviews2 li ul li {
        margin-bottom: initial;
        border-top: 1px solid #e0e0e0;
        border-bottom: 0; }
        .reviews2 li ul li.admin {
          border-top: 0;
          background: #fafafa;
          border-radius: 3px; }
    .reviews2 li:hover ul li {
      box-shadow: none; }

.reviews-link-block {
  background: #999;
  padding: 20px;
  position: relative; }
  .reviews-link-block .img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    z-index: 1; }
    .reviews-link-block .img-bg i {
      color: #c8c8c8;
      font-size: 220px;
      opacity: .5; }

.reviews-link {
  font-size: 0;
  position: relative;
  z-index: 2; }
  .reviews-link li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    position: relative;
    padding: 15px 0; }
    .reviews-link li .inner a {
      background: #fff;
      font-size: 19px;
      font-weight: 500;
      color: #18ba60;
      padding: 10px 20px;
      border-radius: 3px;
      margin: 10px 0;
      box-shadow: none;
      text-align: center; }
      @media (max-width: 1199px) {
        .reviews-link li .inner a {
          font-size: 17px; } }
      @media (max-width: 479px) {
        .reviews-link li .inner a {
          font-size: 17px; } }
      @media (max-width: 319px) {
        .reviews-link li .inner a {
          font-size: 15px; } }
      .reviews-link li .inner a:hover {
        background: #062d55;
        color: #fff;
        box-shadow: none; }
    .reviews-link li:first-child:before {
      position: absolute;
      bottom: 0;
      content: '';
      left: 50%;
      margin-left: -50px;
      height: 3px;
      width: 100px;
      background: #000; }

.stars input.rating.hidden {
  background: transparent !important;
  border: 0 !important; }

.rating-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fa,
.glyphicon {
  font-family: 'FontAwesome' !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: start;
  margin: 0 2px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: .35s all;
          transition: .35s all; }
  .fa:before,
  .glyphicon:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 1.5em; }
  .fa.fa-heart-o, .fa.glyphicon-star-empty,
  .glyphicon.fa-heart-o,
  .glyphicon.glyphicon-star-empty {
    color: rgba(34, 34, 34, 0.5); }
    .fa.fa-heart-o:before, .fa.glyphicon-star-empty:before,
    .glyphicon.fa-heart-o:before,
    .glyphicon.glyphicon-star-empty:before {
      content: '\f005' !important; }
  .fa.fa-heart, .fa.glyphicon-star,
  .glyphicon.fa-heart,
  .glyphicon.glyphicon-star {
    color: #062d55; }
    .fa.fa-heart:before, .fa.glyphicon-star:before,
    .glyphicon.fa-heart:before,
    .glyphicon.glyphicon-star:before {
      content: '\f005' !important; }
  form .fa.fa-heart:hover, form .fa.glyphicon-star:hover, form
  .glyphicon.fa-heart:hover, form
  .glyphicon.glyphicon-star:hover {
    cursor: pointer; }
  .block-info .fa.fa-heart:hover, .block-info .fa.glyphicon-star:hover, .block-info
  .glyphicon.fa-heart:hover, .block-info
  .glyphicon.glyphicon-star:hover {
    cursor: pointer; }

.rating-clear {
  display: none; }

.imgtext {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 420px;
  background: #e0e0e0;
  overflow: hidden;
  border-radius: 5px; }
  @media (max-width: 1023px) {
    .imgtext {
      height: initial;
      min-height: 320px; } }
  .imgtext .img {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .imgtext .img i {
      font-size: 20em;
      opacity: 0.25;
      color: #000; }
      @media (max-width: 767px) {
        .imgtext .img i {
          font-size: 10em; } }
    .imgtext .img .logo {
      opacity: 0.1; }
      .imgtext .img .logo .logotip .img {
        width: 256px;
        height: 256px; }
        .imgtext .img .logo .logotip .img img {
          padding: 10px; }
        .imgtext .img .logo .logotip .img i {
          font-size: 10em; }
  .imgtext .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .imgtext .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 50px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 479px) {
      .imgtext .text {
        left: 30px;
        right: 30px; } }
  .imgtext .caption {
    position: relative;
    z-index: 3;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    font-size: 2em;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 50px rgba(34, 34, 34, 0.25);
    border-radius: 5px;
    font-weight: bold;
    color: #000; }
    @media (max-width: 767px) {
      .imgtext .caption {
        font-size: 1.5em; } }
    @media (max-width: 479px) {
      .imgtext .caption {
        padding: 10px;
        font-size: 1.1em; } }
  .imgtext .description {
    padding: 20px;
    text-align: center; }
    @media (max-width: 479px) {
      .imgtext .description {
        padding: 10px; } }
    .imgtext .description a {
      border-bottom: 1px solid #062d55;
      font-weight: bold; }

#gototop {
  position: fixed;
  z-index: 59;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: none;
  border-radius: 50%;
  background: #222;
  box-shadow: none;
  opacity: .9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  font-family: 'FontAwesome' !important; }
  #gototop:before {
    content: '\f062';
    color: #fff; }
  #gototop:hover {
    background: #062d55;
    opacity: .9;
    color: #222; }

@media (max-width: 1023px) {
  .desktop {
    display: none !important; } }

@media (min-width: 1024px) {
  .mobile {
    display: none !important; } }

@media (max-width: 1023px) {
  header section > .container > .row > .block {
    width: initial; } }

@media (max-width: 1023px) {
  .info-form form .row .block {
    width: 100% !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../fonts/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 2px solid #e0e0e0;
  outline: none;
  letter-spacing: normal; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    border: 2px solid #18ba60;
    background: #fff; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1;
      color: #18ba60; }
  .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: rgba(34, 34, 34, 0.5);
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome'; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome'; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 10px;
  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: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.popup-holder,
.popup-hover {
  position: relative; }
  .popup-holder .popup-holder-inner,
  .popup-holder .popup-hover-inner,
  .popup-hover .popup-holder-inner,
  .popup-hover .popup-hover-inner {
    position: relative; }
  .popup-holder .open,
  .popup-hover .open {
    display: inline-block; }
  .popup-holder .popup,
  .popup-hover .popup {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 10px;
    width: 240px;
    max-height: 100vh; }
    @media (max-width: 1023px) {
      .popup-holder .popup,
      .popup-hover .popup {
        position: fixed; } }
    .popup-holder .popup .popup-content,
    .popup-hover .popup .popup-content {
      border-radius: 5px;
      background: #fff;
      box-shadow: 0 0 20px rgba(34, 34, 34, 0.2);
      overflow: hidden;
      padding: 20px; }
      @media (max-width: 1023px) {
        .popup-holder .popup .popup-content,
        .popup-hover .popup .popup-content {
          border-radius: 0; } }
    .popup-holder .popup .popup-inner,
    .popup-hover .popup .popup-inner {
      overflow-y: auto;
      height: 100%;
      max-height: 100vh; }
    .popup-holder .popup .close,
    .popup-hover .popup .close {
      position: absolute;
      z-index: 10;
      top: 0;
      right: -50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      height: 50px;
      overflow: hidden;
      background: #18ba60;
      color: #222; }
      .popup-holder .popup .close:hover,
      .popup-hover .popup .close:hover {
        background: #062d55;
        opacity: 1; }
        .popup-holder .popup .close:hover i,
        .popup-hover .popup .close:hover i {
          color: #fff; }
  .popup-holder.popup-active .popup-holder-inner:before,
  .popup-holder.popup-active .popup-hover-inner:before,
  .popup-hover.popup-active .popup-holder-inner:before,
  .popup-hover.popup-active .popup-hover-inner:before {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(34, 34, 34, 0.5); }
  .popup-holder.popup-active .popup,
  .popup-hover.popup-active .popup {
    display: block;
    overflow: hidden; }

.popup-holder-menu .popup-menu {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-menu .popup-menu {
      width: 85%; } }
  .popup-holder-menu .popup-menu .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-menu .popup-menu .popup-inner > * {
      margin: 10px 0; }

.popup-holder-menu.popup-active-menu {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-menu.popup-active-menu {
      padding-right: 0; } }
  .popup-holder-menu.popup-active-menu .popup-holder-inner-menu:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(34, 34, 34, 0.5); }
  .popup-holder-menu.popup-active-menu .popup-menu {
    z-index: 100; }

.open-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin: 0 5px;
  background: #f2f2f2;
  min-width: 50px; }
  .open-menu i {
    font-size: 2em; }
  .open-menu:hover {
    color: #18ba60; }

.popup-holder-contacts .popup-contacts {
  width: 90%;
  height: 100vh;
  background: #fff;
  padding: 10px; }
  @media (max-width: 479px) {
    .popup-holder-contacts .popup-contacts {
      width: 85%; } }
  .popup-holder-contacts .popup-contacts .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .popup-holder-contacts .popup-contacts .popup-inner > * {
      margin: 10px 0; }

.popup-holder-contacts.popup-active-contacts {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-contacts.popup-active-contacts {
      padding-right: 0; } }
  .popup-holder-contacts.popup-active-contacts .popup-holder-inner-contacts:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(34, 34, 34, 0.5); }
  .popup-holder-contacts.popup-active-contacts .popup-contacts {
    z-index: 100; }

.open-contacts {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  margin: 0 5px; }
  .open-contacts i {
    font-size: 2em; }
  .open-contacts:hover {
    color: #fff; }

.popup-holder-callback .popup-holder-inner-callback {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto; }

.popup-holder-callback .popup-callback {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-callback .popup-callback {
      width: 85%; } }
  .popup-holder-callback .popup-callback .popup-in-callback {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-callback .popup-callback .close {
      right: -20px; } }

.popup-holder-callback.popup-active-callback {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-callback.popup-active-callback .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-callback.popup-active-callback {
      padding-right: 0; } }
  .popup-holder-callback.popup-active-callback .popup-holder-inner-callback {
    z-index: 99; }
    .popup-holder-callback.popup-active-callback .popup-holder-inner-callback:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(34, 34, 34, 0.5); }
  .popup-holder-callback.popup-active-callback .popup-callback {
    z-index: 100; }

.popup-holder-thanks .popup-holder-inner-thanks {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto; }

.popup-holder-thanks .popup-thanks {
  top: initial;
  left: initial;
  width: 440px;
  padding: 0; }
  @media (max-width: 479px) {
    .popup-holder-thanks .popup-thanks {
      width: 85%; } }
  .popup-holder-thanks .popup-thanks .popup-in-thanks {
    background: #fff;
    padding: 20px; }
  @media (max-width: 479px) {
    .popup-holder-thanks .popup-thanks .close {
      right: -20px; } }

.popup-holder-thanks.popup-active-thanks {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow-y: hidden; }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks .gofast {
      right: 20px; } }
  @media (max-width: 1023px) {
    .popup-holder-thanks.popup-active-thanks {
      padding-right: 0; } }
  .popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks {
    z-index: 99; }
    .popup-holder-thanks.popup-active-thanks .popup-holder-inner-thanks:before {
      position: fixed;
      z-index: 50;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      clear: both;
      background: rgba(34, 34, 34, 0.5); }
  .popup-holder-thanks.popup-active-thanks .popup-thanks {
    z-index: 100; }
/*# sourceMappingURL=main.css.map */