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

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -8px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    transform: translate3d(0,-2px,0);
  }
}
.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
.ico-back{ background-image: url(../images/src/assets/images/sprite.png); background-position: 100% 0%; background-size: 473.9837398373984% 427.72277227722776%; width: 123px; height: 101px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-buy{ background-image: url(../images/src/assets/images/sprite.png); background-position: 68.18181818181817% 85.57692307692307%; background-size: 481.8181818181818% 360%; width: 121px; height: 120px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-gear-1{ background-image: url(../images/src/assets/images/sprite.png); background-position: 0% 0%; background-size: 224.23076923076923% 164.25855513307985%; width: 260px; height: 263px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-gear-2{ background-image: url(../images/src/assets/images/sprite.png); background-position: 67.51918158567774% 0%; background-size: 303.64583333333337% 225%; width: 192px; height: 192px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-gear-3{ background-image: url(../images/src/assets/images/sprite.png); background-position: 0% 100%; background-size: 351.20481927710847% 261.8181818181818%; width: 166px; height: 165px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-play{ background-image: url(../images/src/assets/images/sprite.png); background-position: 96.84210526315789% 32.407407407407405%; background-size: 539.8148148148148% 400%; width: 108px; height: 108px; display: inline-block; vertical-align: middle; font-size: 0px; }
.ico-re-rent{ background-image: url(../images/src/assets/images/sprite.png); background-position: 38.46153846153847% 89.59731543624162%; background-size: 413.4751773049645% 322.3880597014925%; width: 141px; height: 134px; display: inline-block; vertical-align: middle; font-size: 0px; }
.logo-footer{ background-image: url(../images/src/assets/images/sprite.png); background-position: 91.0891089108911% 61.29943502824858%; background-size: 747.4358974358975% 553.8461538461538%; width: 78px; height: 78px; display: inline-block; vertical-align: middle; font-size: 0px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	.ico-back{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 100% 0%; background-size: 473.9837398373984% 427.72277227722776%; width: 123px; height: 101px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-buy{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 68.18181818181817% 85.57692307692307%; background-size: 481.8181818181818% 360%; width: 121px; height: 120px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-gear-1{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 0% 0%; background-size: 224.23076923076923% 164.25855513307985%; width: 260px; height: 263px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-gear-2{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 67.51918158567774% 0%; background-size: 303.64583333333337% 225%; width: 192px; height: 192px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-gear-3{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 0% 100%; background-size: 351.20481927710847% 261.8181818181818%; width: 166px; height: 165px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-play{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 96.84210526315789% 32.407407407407405%; background-size: 539.8148148148148% 400%; width: 108px; height: 108px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-re-rent{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 38.46153846153847% 89.59731543624162%; background-size: 413.4751773049645% 322.3880597014925%; width: 141px; height: 134px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.logo-footer{ background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 91.0891089108911% 61.29943502824858%; background-size: 747.4358974358975% 553.8461538461538%; width: 78px; height: 78px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
*, *:before, *:after {
  box-sizing: border-box; }
/* ------------------------------------------------------------ *	Mixins
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }
*:before, *:after {
    box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type='submit'],
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='image'],
label[for] {
  cursor: pointer; }
a[href^='tel'],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type='text'],
input[type='password'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
textarea,
a[href^='tel'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #525252; }
a {
  color: inherit;
  text-decoration: underline;
  transition: color .4s; }
a:hover, a[href^="tel"] {
    text-decoration: none; }
p {
  font-weight: 300; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  line-height: 1.1;
  color: #262628;
  text-transform: uppercase; }
h1 {
  font-size: 50px; }
h2 {
  font-size: 40px; }
h3 {
  font-size: 30px; }
h4 {
  font-size: 23px; }
h5 {
  font-size: 20px; }
h6 {
  font-size: 17px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 18px; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
body.no-scroll {
  overflow: hidden; }
/* ------------------------------------------------------------ *	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after{
  content: '';
  display: block;
  clear: both; }
/*  Notext  */
.notext {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }
/*  Hidden  */
[hidden],
.hidden {
  display: none !important; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Grid  */
.cols-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.col {
  -ms-flex: 1 1;
      flex: 1 1; }
.cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
.col--1of2 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1024px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  left: 0;
  transition: left .4s; }
.wrapper.move {
  left: -273px;
  height: 100%;
  overflow: hidden; }
/* ------------------------------------------------------------ *	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1620px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto; }
/* ------------------------------------------------------------ *	Container
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Header
\* ------------------------------------------------------------ */
.header {
  padding: 31px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 20; }
.header:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent); }
.header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    transition: margin .4s;
    position: relative;
    z-index: 20; }
.header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
.header .nav {
    margin-right: 28px;
    margin-top: -9px; }
.header .nav a:hover {
      color: #e4a400; }
.header .logo {
    margin-top: 10px; }
@media (max-width: 1200px) {
    .header .btn {
      font-size: 13px; }
    .header .nav {
      margin-top: -2px;
      margin-right: 10px; } }
@media (max-width: 1023px) {
    .header {
      padding: 15px 0; }
      .header__content {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        right: -273px;
        background: #262628;
        width: 273px;
        transition: right .4s; }
      .header .header__content {
        padding: 0 32px 0 29px; }
      .header .header__content.open {
        right: 0; }
      .header .nav {
        margin-top: 0;
        margin-right: 0; }
      .header .btn {
        text-align: left;
        width: 100%;
        display: block; }
      .header .btn-outline-white {
        text-align: center;
        background: #e1b23c;
        border-color: #e1b23c;
        margin-top: 10px;
        margin-bottom: 35px;
        font-size: 16px; }
        .header .btn-outline-white:hover {
          background: #262628;
          border-color: #fff; } }
@media (max-width: 767px) {
    .header {
      padding: 13px 0; }
      .header .logo {
        width: 150px;
        height: 39px;
        background-size: 150px 39px; }
      .header .btn-outline-white {
        display: block;
        width: 100%; }
      .header .socials li + li {
        margin-left: 14px; }
      .header .socials a {
        width: 36px;
        height: 36px; }
      .header .socials i {
        font-size: 20px; }
      .header .socials p {
        margin-bottom: 18px; } }
.header--fixed {
  background: #262628;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.4); }
.header--shown {
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition: transform .5s; }
.header.move .header__inner {
  margin-right: 363px;
  transition: margin .4s; }
/* ------------------------------------------------------------ *	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Footer
\* ------------------------------------------------------------ */
.footer {
  font-size: 18px;
  background: #262628;
  color: #fff; }
.footer__inner {
    padding: 87px 0 141px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.footer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.footer__content ul {
      list-style-type: none; }
.footer__content ul + ul {
        margin-left: 107px; }
.footer__content ul li + li {
        margin-top: 3px; }
.footer__content ul a {
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.02em; }
.footer__content ul a:hover {
          color: #E4A400; }
.footer__bar {
    padding: 22px 0 20px;
    font-size: 16px;
    text-align: center;
    background: #525252; }
.footer__bar p {
      letter-spacing: 0.02em;
      font-weight: normal; }
.footer .logo-footer {
    margin-right: 57px;
    margin-top: 5px; }
.footer .btn {
    margin-bottom: 29px;
    margin-top: 5px;
    letter-spacing: 0.036em; }
.footer .socials {
    margin-left: 5px; }
@media (max-width: 1440px) {
    .footer__inner {
      padding: 30px 0 20px; } }
@media (max-width: 1023px) {
    .footer {
      font-size: 16px; }
      .footer ul + ul {
        margin-left: 40px; }
      .footer__bar {
        padding: 15px 0;
        font-size: 14px; }
      .footer .logo-footer {
        display: inline-block;
        background-repeat: no-repeat;
        margin-right: 27px;
        margin-top: 5px; } }
@media (max-width: 767px) {
    .footer {
      text-align: center; }
      .footer ul {
        margin-bottom: 0; }
        .footer ul + ul {
          margin-left: 0;
          margin-top: 15px; }
      .footer__inner {
        display: block;
        padding: 39px 0 22px; }
      .footer__content {
        display: block;
        width: 100%;
        max-width: 100%; }
        .footer__content ul li + li {
          margin-top: 16px; }
      .footer__aside {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0px; }
      .footer__bar {
        padding: 12px 36px;
        font-size: 14px; }
      .footer .logo-footer {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px; }
      .footer .btn {
        margin-bottom: 45px;
        margin-top: 39px;
        letter-spacing: 0.036em;
        display: block;
        width: 100%; }
      .footer .socials {
        margin-left: 5px; }
        .footer .socials ul {
          -ms-flex-pack: center;
              justify-content: center; }
      .footer .logo-footer {
        width: 45px;
        height: 45px;
        margin-bottom: 26px; } }
/* ------------------------------------------------------------ *	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
.btn--block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
.btn-default {
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transition: border-color .4s, background .4s; }
.btn-outline-white {
    background: transparent;
    border: 1px solid #fff; }
.btn-outline-white:hover {
      border-color: #e4a400;
      background: #e4a400; }
.btn-warning {
    background: #e1b23c;
    color: #fff !important; }
.btn-warning:hover {
      background: #e4a400; }
.btn-outline-warning {
    background: transparent;
    border: 1px solid #e1b23c;
    color: #e1b23c; }
@media (max-width: 1440px) {
    .btn-default {
      padding: 11px 10px;
      font-size: 16px; } }
@media (max-width: 1023px) {
    .btn-default {
      padding: 9px 10px;
      font-size: 16px; } }
/* ------------------------------------------------------------ *	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
.field {
  background: #fff;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 17px;
  font-weight: 300;
  color: #525252;
  height: 55px;
  padding: 0 16px; }
.select {
  position: relative;
  display: inline-block; }
.select:before {
    content: '';
    width: 50px;
    height: 55px;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none; }
.select:after {
    content: '';
    width: 28px;
    height: 16px;
    display: inline-block;
    background: url(../images/src/assets/images/ico-arrow-yellow2.png);
    position: absolute;
    top: 20px;
    right: 11px;
    pointer-events: none; }
.select select {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 17px;
    color: #525252;
    height: 55px;
    padding: 0 19px;
    width: 100%; }
/* ------------------------------------------------------------ *	Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *	List gears
\* ------------------------------------------------------------ */
.list-gears {
  position: relative;
  height: 266px;
  margin-bottom: 0;
  margin-top: 152px;
  margin-left: 47px; }
.list-gears li:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    animation-duration: 3s; }
.list-gears li:nth-child(2) {
    position: absolute;
    top: -150px;
    left: 150px;
    animation-duration: 3s; }
.list-gears li:nth-child(3) {
    position: absolute;
    top: -93px;
    left: 331px;
    animation-duration: 3s; }
@media (max-width: 1200px) {
    .list-gears li:nth-child(2) {
      position: absolute;
      top: -106px;
      left: 106px;
      animation-duration: 3s; }
    .list-gears li:nth-child(3) {
      position: absolute;
      top: -67px;
      left: 233px;
      animation-duration: 3s; }
    .list-gears .ico-gear-1 {
      width: 182px;
      height: 184px; }
    .list-gears .ico-gear-2 {
      width: 134px;
      height: 134px; }
    .list-gears .ico-gear-3 {
      width: 116px;
      height: 116px; } }
@media (max-width: 1023px) {
    .list-gears {
      display: block;
      height: 200px;
      width: 220px;
      margin: 120px 0 0 -20px; } }
@media (max-width: 767px) {
    .list-gears {
      display: block;
      height: 182px;
      width: 280px;
      margin: 40px auto 0; }
      .list-gears li:nth-child(1) {
        position: absolute;
        top: 0;
        left: 11px;
        animation-duration: 3s; }
      .list-gears li:nth-child(2) {
        position: absolute;
        top: -75px;
        left: 90px;
        animation-duration: 3s; }
      .list-gears li:nth-child(3) {
        position: absolute;
        top: -48px;
        left: 183px;
        animation-duration: 3s; }
      .list-gears .ico-gear-1 {
        width: 136px;
        height: 136px; }
      .list-gears .ico-gear-2 {
        width: 98px;
        height: 98px; }
      .list-gears .ico-gear-3 {
        width: 86px;
        height: 86px; } }
/* ------------------------------------------------------------ *	List categories
\* ------------------------------------------------------------ */
.list-categories li {
  border-bottom: 1px solid #cdcdc4; }
.list-categories a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  color: #e1b23c;
  padding: 22px 0 21px; }
.list-categories a:hover {
    color: #262628; }
@media (max-width: 1200px) {
  .list-categories a {
    padding: 10px 0; } }
/* ------------------------------------------------------------ *	List locations
\* ------------------------------------------------------------ */
.list-locations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-bottom: -72px !important; }
.list-locations h4 {
    margin-bottom: 3px;
    letter-spacing: 0.02em; }
.list-locations p {
    margin-bottom: 0px;
    color: #525252;
    letter-spacing: 0.02em; }
.list-locations p.location__contact-name {
      font-weight: bold; }
.list-locations p.location__email a {
      color: #e1b23c;
      text-decoration: none; }
.list-locations p.location__email a:hover {
        color: #525252; }
.list-locations > li {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 72px;
    padding-right: 20px; }
.list-locations ul {
    list-style-type: none; }
.list-locations ul li + li {
      margin-top: 0px; }
.list-locations ul li:nth-child(2) a {
      color: #e1b23c; }
.list-locations ul li:nth-child(2) a:hover {
        color: inherit; }
.list-locations ul a {
      color: #525252;
      text-decoration: none;
      font-weight: 300;
      letter-spacing: 0.01em; }
@media (max-width: 1023px) {
    .list-locations {
      margin-bottom: -50px !important; }
      .list-locations > li {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 50px; }
      .list-locations h4 {
        font-size: 20px;
        margin-bottom: 3px; }
      .list-locations p {
        font-size: 16px;
        margin-bottom: 0px; } }
@media (max-width: 767px) {
    .list-locations {
      display: block;
      margin-bottom: 0 !important; }
      .list-locations li {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 0; }
        .list-locations li + li {
          margin-top: 64px; }
      .list-locations a {
        font-size: 16px; }
      .list-locations ul li + li {
        margin-top: -5px; } }
/* ------------------------------------------------------------ *	Logo
\* ------------------------------------------------------------ */
.logo {
  font-size: 0;
  display: inline-block;
  background-image: url(../images/src/assets/images/logo@2x.png);
  width: 306px;
  height: 78px;
  background-size: 306px 78px;
  background-repeat: no-repeat; }
.logo h1 {
    font-size: 0; }
/* ------------------------------------------------------------ *	Nav
\* ------------------------------------------------------------ */
.nav > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
.nav > ul > li {
    position: relative; }
.nav > ul > li + li {
      margin-left: 10px; }
.nav > ul a {
    display: block;
    padding: 18px 20px 8px;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .4s, background .4s;
    letter-spacing: 0.04em; }
.nav > ul a:hover a {
      background: #e1b23c;
      color: #fff; }
.nav .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 53px;
  left: 0;
  background: #e1b23c;
  width: 150%;
  transition: visibility .4s, opacity .4s;
  padding-bottom: 7px; }
.nav .dropdown a {
    position: relative;
    display: block;
    padding: 16px 20px 16px 20px !important;
    transition: color .4s; }
.nav .dropdown a:after {
      content: none; }
.nav .dropdown a:hover {
      color: #525252 !important; }
.nav .has-dropdown a {
  padding: 18px 47px 8px 20px; }
.nav .has-dropdown a:hover {
    background: #e1b23c;
    color: #fff; }
.nav .has-dropdown .trigger-dropdown {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 14px;
  transition: transform .4s;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  cursor: pointer; }
.nav .has-dropdown .trigger-dropdown:before {
    content: '';
    background: url(../images/src/assets/images/ico-arrow-down.png);
    width: 14px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.nav .has-dropdown .dropdown {
  visibility: hidden;
  opacity: 0; }
.nav .has-dropdown.open-dd:after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
.nav .has-dropdown.open-dd .dropdown.visible {
  visibility: visible;
  opacity: 1; }
.nav .has-dropdown.open-dd .arrow-down {
  display: none; }
@media (min-width: 1024px) {
  .nav .has-dropdown:hover .trigger-dropdown {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .nav .has-dropdown:hover a {
    background: #e1b23c;
    color: #fff; }
  .nav .has-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1; } }
@media (max-width: 1440px) {
  .nav > ul a {
    padding: 13px 13px 8px;
    font-size: 16px; }
  .nav > ul li + li {
    margin-left: 0; }
  .nav .dropdown {
    top: 45px; }
    .nav .dropdown a {
      padding: 16px 3px 16px 13px !important; }
  .nav .has-dropdown a {
    padding: 13px 27px 8px 13px; }
  .nav .has-dropdown:after {
    top: 20px;
    right: 7px; }
  .nav .has-dropdown .trigger-dropdown {
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    right: 0; } }
@media (max-width: 1200px) {
  .nav > ul a {
    padding: 13px 8px 8px;
    font-size: 13px; }
  .nav > ul li + li {
    margin-left: 0; }
  .nav .dropdown {
    top: 40px;
    padding-bottom: 0; }
    .nav .dropdown a {
      padding: 13px 3px 13px 8px !important; }
  .nav .has-dropdown a {
    padding: 13px 20px 8px 8px; }
  .nav .has-dropdown:after {
    top: 19px;
    right: 5px;
    width: 12px;
    height: 6px;
    background-size: 12px 6px; }
  .nav .has-dropdown .trigger-dropdown {
    right: -9px !important; } }
@media (min-width: 1024px) and (max-width: 1440px) {
  .nav .has-dropdown .trigger-dropdown {
    top: 5px;
    right: -5px;
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); } }
@media (max-width: 1023px) {
  .nav > ul {
    margin-top: 13px;
    margin-bottom: 16px;
    display: block;
    text-align: left; }
    .nav > ul a {
      padding: 18px 0;
      font-size: 13px;
      transition: color .4s;
      font-size: 16px !important;
      letter-spacing: 0.01em;
      font-weight: 500; }
      .nav > ul a:hover a {
        background: #3c3c3d;
        color: #e1b23c; }
    .nav > ul li + li {
      margin-left: 0;
      border-top: 1px solid #3c3c3d; }
  .nav .dropdown {
    background: #262628;
    left: 20px;
    right: 20px;
    width: auto;
    margin-top: 0;
    transition: none; }
    .nav .dropdown a {
      transition: color .4s;
      letter-spacing: 0.01em;
      font-weight: 500; }
  .nav .has-dropdown:after {
    top: 25px;
    right: 1px;
    width: 15px;
    height: 9px;
    background-size: 15px 9px;
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .nav .has-dropdown li:last-child a {
    font-weight: 500; }
  .nav .has-dropdown a {
    padding: 18px 0;
    transition: color .4s;
    font-weight: 500; }
    .nav .has-dropdown a:hover {
      background: #262628;
      color: #e1b23c !important; }
  .nav .has-dropdown .btn {
    text-align: left !important;
    border-bottom: 1px solid #3c3c3d;
    font-weight: 500; }
  .nav .has-dropdown .trigger-dropdown {
    transition: transform 0s;
    right: 0; }
  .nav .open-dd {
    background: #262628;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 0 28px 0 30px; }
    .nav .open-dd:after {
      content: none; }
    .nav .open-dd .btn {
      font-size: 0 !important;
      padding: 23px 0;
      font-weight: 500; }
      .nav .open-dd .btn:before {
        content: 'Back';
        font-size: 16px;
        letter-spacing: .1em;
        color: #e1b23c;
        padding-left: 21px;
        top: 7px;
        position: relative;
        letter-spacing: 0.02em;
        pointer-events: none; }
    .nav .open-dd .trigger-dropdown {
      top: 0px;
      left: 50px;
      height: 80px; }
      .nav .open-dd .trigger-dropdown:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 13px;
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        background-image: url(../images/src/assets/images/ico-arrow-yellow.png);
        width: 6px;
        height: 11px;
        background-repeat: no-repeat;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    .nav .open-dd .dropdown {
      visibility: visible;
      opacity: 1;
      margin-top: 35px;
      border-bottom: 1px solid #3c3c3d; }
      .nav .open-dd .dropdown a {
        padding: 17px 10px !important; }
  .nav .trigger-dropdown {
    transition: transform 0s; } }
/* ------------------------------------------------------------ *	Nav trigger outer
\* ------------------------------------------------------------ */
.nav-trigger-outer {
  display: none;
  text-decoration: none;
  position: absolute;
  left: -110px;
  top: 30px; }
.nav-trigger-outer p {
    font-size: 15px;
    font-weight: 500;
    color: 500;
    margin-bottom: 0;
    margin-right: 12px;
    text-transform: uppercase; }
.nav-trigger-outer .nav-trigger {
    display: inline-block;
    width: 32px;
    height: 25px; }
.nav-trigger-outer .nav-trigger span {
      display: block;
      width: 32px;
      height: 4px;
      background: #fff; }
.nav-trigger-outer .nav-trigger span + span {
        margin-top: 6px; }
@media (max-width: 1023px) {
    .nav-trigger-outer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
/* ------------------------------------------------------------ *	Section
\* ------------------------------------------------------------ */
.container section:first-of-type {
  padding-top: 80px; }
@media (max-width: 767px) {
    .container section:first-of-type {
      padding-top: 45px; } }
.home .container section:first-of-type {
    padding-top: 0; }
.section {
  padding: 45px 0; }
@media (max-width: 1023px) {
    .section p {
      font-size: 16px; } }
@media (max-width: 767px) {
    .section {
      padding: 25px 0; }
      .section p {
        line-height: 1.4em;
        letter-spacing: 0.02em; } }
/* ------------------------------------------------------------ *	Section About
\* ------------------------------------------------------------ */
.section--about {
  padding: 107px 0 100px; }
.section--about h3 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.014em;
    line-height: 1.18;
    margin-bottom: 25px; }
.section--about .cols {
    max-width: 1400px !important;
    margin: 0 auto;
    max-width: 1200px;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center; }
.section--about .cols:after {
      content: "";
      display: table;
      clear: both; }
.section--about .cols .col {
      display: inline-block;
      float: left;
      padding-left: 10px;
      padding-right: 10px;
      width: 100%;
      width: 50%; }
@media only screen and (min-width: 25em) {
        .section--about .cols .col {
          width: 100%; } }
.section--about .cols .col:nth-child(2) {
      padding-left: 20px; }
@media (max-width: 1023px) {
    .section--about {
      padding: 107px 0 60px; }
      .section--about h3 {
        font-size: 23px;
        line-height: 1.18; }
      .section--about .cols {
        display: block; }
      .section--about .col {
        display: block;
        width: 100%;
        max-width: 100%; }
      .section--about .col:nth-child(2) {
        padding-left: 0 !important; } }
@media (max-width: 767px) {
    .section--about {
      padding: 87px 0 48px; }
      .section--about h3 {
        font-size: 23px;
        line-height: 1.15;
        margin-bottom: 21px; }
      .section--about .cols {
        display: block; }
        .section--about .cols .col {
          display: block;
          width: 100%;
          padding: 0; } }
/* ------------------------------------------------------------ *	Section testimonials
\* ------------------------------------------------------------ */
.section--testimonials {
  margin-top: -430px;
  padding: 0; }
@media (max-width: 1440px) {
    .section--testimonials {
      margin-top: -170px; } }
@media (max-width: 767px) {
    .section--testimonials {
      margin-top: -135px; } }
/* ------------------------------------------------------------ *	Section highlight
\* ------------------------------------------------------------ */
.section--highlight {
  position: relative;
  z-index: 10; }
.section--highlight img {
    width: 100%;
    height: auto; }
.section--highlight .section__image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%; }
.section--highlight .col--size-1 {
    -ms-flex: 0 0 58.7%;
        flex: 0 0 58.7%;
    max-width: 58.7%; }
.section--highlight .col--size-2 {
    -ms-flex: 0 0 41.3%;
        flex: 0 0 41.3%;
    max-width: 41.3%; }
.section--highlight .feature {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 70px 39px 73px 79px;
    background: #262628; }
.section--highlight .feature h3 {
      letter-spacing: 0.014em;
      line-height: 1.25;
      margin-bottom: 53px; }
@media (max-width: 1440px) {
    .section--highlight .feature {
      padding: 50px 40px; } }
@media (max-width: 1200px) {
    .section--highlight .feature h3 {
      font-size: 30px; } }
@media (max-width: 1023px) {
    .section--highlight .section__image {
      height: 350px; }
    .section--highlight .cols-flex {
      display: block; }
    .section--highlight .col--size-1 {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 400px; }
    .section--highlight .col--size-2 {
      display: block;
      width: 100%;
      max-width: 100%; } }
@media (max-width: 767px) {
    .section--highlight .section__image {
      height: 200px; }
    .section--highlight .feature {
      padding: 15px 20px 35px;
      z-index: 20;
      position: relative; }
      .section--highlight .feature h3 {
        margin-bottom: 30px;
        line-height: 1.15;
        margin-right: -10px; }
      .section--highlight .feature .btn {
        display: block;
        width: 100%;
        padding: 8px 9px; }
    .section--highlight .col--size-1 {
      height: 200px; } }
/* ------------------------------------------------------------ *	Section highlight secondary
\* ------------------------------------------------------------ */
.section--highlight-secondary {
  padding: 0; }
.section--highlight-secondary .feature {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 97px 79px 103px; }
.section--highlight-secondary .section__video {
    position: relative;
    height: 100%;
    overflow: hidden; }
.section--highlight-secondary .play-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    display: block;
    transition: opacity .3s, visibility .3s; }
.section--highlight-secondary .vimeo-video {
    pointer-events: none; }
.section--highlight-secondary iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
.section--highlight-secondary .ico-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
@media (max-width: 1440px) {
    .section--highlight-secondary .feature {
      padding: 80px 40px; }
      .section--highlight-secondary .feature h3 {
        margin-bottom: 30px; } }
@media (max-width: 1023px) {
    .section--highlight-secondary .feature {
      padding: 50px 40px; }
    .section--highlight-secondary .ico-play {
      width: 80px;
      height: 80px; } }
@media (max-width: 767px) {
    .section--highlight-secondary .feature {
      padding: 15px 20px 35px;
      z-index: 20;
      position: relative; }
      .section--highlight-secondary .feature h3 {
        margin-bottom: 30px;
        line-height: 1.15;
        margin-right: -10px; }
      .section--highlight-secondary .feature .btn {
        display: block;
        width: 100%; }
    .section--highlight-secondary .ico-play {
      width: 70px;
      height: 70px; } }
/* ------------------------------------------------------------ *	Section articles
\* ------------------------------------------------------------ */
.section--articles {
  padding: 92px 0 160px; }
.section--articles .section__head {
    text-align: center;
    position: relative;
    margin-bottom: 60px; }
.section--articles .section__head h4 {
      font-size: 45px;
      letter-spacing: 0.02em; }
.section--articles .section__head .link-more {
      position: absolute;
      top: 21px;
      right: 0;
      letter-spacing: 0.01em; }
.section--articles .link-more {
    font-size: 16px; }
.section--articles .section__body {
    margin: 0 -20px; }
.section--articles .articles {
    max-width: 100%; }
.section--articles .article .link-more {
    font-size: 17px; }
@media (max-width: 1440px) {
    .section--articles {
      padding: 94px 0 100px; } }
@media (max-width: 1023px) {
    .section--articles {
      padding: 94px 0 70px; }
      .section--articles .section__head {
        margin-bottom: 30px; }
        .section--articles .section__head h4 {
          font-size: 32px; }
      .section--articles .section__body {
        margin: 0 -10px; }
      .section--articles .link-more {
        margin-top: 20px;
        margin-left: 10px; }
      .section--articles .article .link-more {
        margin-left: 0; } }
@media (max-width: 767px) {
    .section--articles {
      padding: 47px 0 80px; }
      .section--articles h4 {
        line-height: 1.2;
        padding: 0 40px; }
      .section--articles .section__head {
        margin-bottom: 22px; }
        .section--articles .section__head h4 {
          font-size: 26px; }
      .section--articles .link-more {
        margin-top: 5px;
        margin-left: 10px;
        letter-spacing: -0.04em; } }
/* ------------------------------------------------------------ *	Section video
\* ------------------------------------------------------------ */
.section--video {
  position: relative;
  height: 996px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.section--video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 320px;
    height: 100%; }
.section--video .section__video {
    position: relative;
    min-width: 320px;
    position: absolute;
    pointer-events: none;
    top: -200px;
    left: -200px;
    bottom: -200px;
    right: -200px; }
.section--video .slider__slide {
    position: absolute;
    bottom: 128px;
    left: 0;
    width: 100%; }
.section--video .slider__slide .feature {
      max-width: 650px; }
@media (max-width: 1440px) {
    .section--video {
      height: 715px; }
      .section--video .slider__slide {
        bottom: 30px; } }
@media (max-width: 1023px) {
    .section--video {
      height: 550px; }
      .section--video .slider__slide .feature {
        max-width: 100%;
        width: 100%;
        background: #262628; } }
@media (max-width: 1024px) {
    .section--video {
      margin-bottom: 0;
      height: 607px; }
      .section--video iframe {
        display: none; }
      .section--video video {
        margin-bottom: -10px;
        min-height: 180px; }
      .section--video .slider__slide {
        bottom: 0; }
        .section--video .slider__slide .shell {
          padding: 0; }
        .section--video .slider__slide .feature {
          padding: 26px 20px 36px; }
        .section--video .slider__slide .btn {
          width: 100%;
          display: block; } }
/* ------------------------------------------------------------ *	Section main
\* ------------------------------------------------------------ */
.section--main {
  padding: 82px 0 39px; }
.section--main .section__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
.section--main .section__content {
    -ms-flex: 0 0 74.4%;
        flex: 0 0 74.4%;
    max-width: 74.4%; }
.section--main .section__aside {
    -ms-flex: 0 0 25.6%;
        flex: 0 0 25.6%;
    max-width: 25.6%;
    padding-left: 40px; }
@media (max-width: 1023px) {
    .section--main {
      padding: 43px 0 24px; }
      .section--main .section__inner {
        display: block; }
      .section--main .section__content {
        display: block;
        width: 100%;
        max-width: 100%; }
      .section--main .section__aside {
        display: none; } }
/* ------------------------------------------------------------ *	Section search
\* ------------------------------------------------------------ */
#news-results.loading {
  opacity: 0.25; }
.section--search {
  padding: 0 0 91px; }
.section--search .section__head {
    margin-bottom: 40px; }
.section--search .section__foot {
    margin-top: -7px;
    padding: 23px 0 0;
    border-top: 1px solid #dcdcdc;
    text-align: center; }
.section--search .section__inner {
    margin: 0 -20px; }
.section--search .section__audio {
    margin: 0 0 43px 0;
    width: 100%; }
.section--search .section__search {
    padding: 24px 28px 20px 31px;
    background: #837361; }
.section--search .section__search h4 {
      font-size: 24px;
      display: inline-block;
      color: #fff;
      margin-right: 10px;
      letter-spacing: 0.014em; }
.section--search .section__search .field {
      width: 539px; }
.section--search .section__search .select {
      width: 377px; }
.section--search .section__search .col--size-1 {
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
      max-width: 56%; }
.section--search .section__search .col--size-2 {
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
      max-width: 44%; }
.section--search .articles {
    max-width: 100%; }
.section--search .article {
    margin-bottom: 43px; }
@media (max-width: 1640px) {
    .section--search .section__search .field {
      width: 480px; }
    .section--search .section__search .select {
      width: 300px; } }
@media (max-width: 1440px) {
    .section--search .section__inner {
      margin: 0 -10px; }
    .section--search .section__search h4 {
      display: block; }
    .section--search .section__search .field {
      width: 480px; }
    .section--search .section__search .select {
      width: 377px; } }
.section--search .news-none {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px; }
@media (max-width: 1023px) {
    .section--search {
      padding: 0 0 50px 0; }
      .section--search .section__search {
        margin: 0 -20px;
        padding: 45px 20px 46px; }
        .section--search .section__search h4 {
          font-size: 23px;
          margin-right: 0;
          margin-bottom: 16px; }
        .section--search .section__search .cols-flex {
          display: block; }
        .section--search .section__search .col--size-1 {
          display: block;
          width: 100%;
          max-width: 100%;
          margin-bottom: 30px; }
        .section--search .section__search .col--size-2 {
          display: block;
          width: 100%;
          max-width: 100%; }
        .section--search .section__search .field {
          width: 100%; }
        .section--search .section__search .select {
          width: 100%; } }
@media (max-width: 767px) {
    .section--search .section__head {
      margin-bottom: 22px; }
    .section--search .section__audio {
      margin: 0 0 20px 0; }
    .section--search .btn {
      margin-top: -5px;
      padding: 15px 10px 14px;
      display: block;
      width: 100%; } }
/* ------------------------------------------------------------ *	Section image
\* ------------------------------------------------------------ */
.section--image {
  position: relative;
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.section--image:before {
    content: '';
    background-image: url(../images/src/assets/images/logo3.png);
    width: 238px;
    height: 240px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 10; }
@media (max-width: 1200px) {
    .section--image {
      height: 500px; } }
@media (max-width: 1023px) {
    .section--image {
      height: 400px; } }
@media (max-width: 767px) {
    .section--image {
      height: 255px; }
      .section--image:before {
        width: 87px;
        height: 87px;
        background-size: 87px 87px; } }
/* ------------------------------------------------------------ *	Section text
\* ------------------------------------------------------------ */
.section--text h2 {
  font-size: 30px;
  margin-bottom: 29px;
  letter-spacing: 0.02em; }
.section--text h3 {
  color: #e1b23c; }
.section--text h3 + h4 {
  margin-top: 43px; }
.section--text h4 {
  margin-bottom: 48px; }
.section--text h5 {
  margin-bottom: 51px; }
.section--text p {
  margin-bottom: 34px;
  letter-spacing: 0.02em; }
.section--text ul {
  list-style-type: none;
  margin-bottom: 24px;
  font-weight: 300; }
.section--text ul li {
    position: relative;
    padding-left: 32px; }
.section--text ul li + li {
      margin-top: 7px; }
.section--text ul li:before {
      content: '›';
      position: absolute;
      top: 0px;
      left: 15px;
      color: #e1b23c; }
.section--text ol {
  counter-reset: item;
  margin-bottom: 24px;
  font-weight: 300; }
.section--text ol li {
    display: block;
    padding-left: 15px; }
.section--text ol li + li {
      margin-top: 7px; }
.section--text ol li:before {
      content: counter(item) "";
      counter-increment: item;
      color: #e1b23c;
      margin-right: 10px; }
.section--text a {
  color: #e1b23c;
  text-decoration: underline; }
.section--text a:hover {
    text-decoration: none; }
.section--text .section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
.section--text .section__content {
  -ms-flex: 0 0 58.6%;
      flex: 0 0 58.6%;
  max-width: 58.6%;
  padding-right: 81px; }
.section--text .section__aside {
  padding-top: 8px;
  -ms-flex: 0 0 41.4%;
      flex: 0 0 41.4%;
  max-width: 41.4%; }
.section--text .section__aside .feature {
    width: 100%;
    padding: 68px 30px 77px 80px; }
.section--text .section__aside .feature h3 {
      line-height: 1.12;
      letter-spacing: -0.018em;
      margin-bottom: 52px; }
.section--text .feature {
  background: #262628; }
@media (max-width: 1023px) {
  .section--text .section__inner {
    display: block; }
  .section--text .section__content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    margin-bottom: 30px; }
  .section--text .section__aside {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0px; }
    .section--text .section__aside .feature {
      padding: 40px 20px 30px 20px; }
      .section--text .section__aside .feature h3 {
        margin-bottom: 30px; } }
@media (max-width: 767px) {
  .section--text h1 {
    font-size: 30px; }
  .section--text h2 {
    font-size: 23px;
    line-height: 1.15; }
  .section--text h3 {
    font-size: 23px; }
  .section--text h4 {
    font-size: 20px; }
  .section--text h5 {
    font-size: 18px; }
  .section--text h6 {
    font-size: 16px; }
  .section--text ol,
  .section--text ul {
    font-size: 16px; }
  .section--text .section__aside .feature {
    padding: 16px 20px 46px; }
    .section--text .section__aside .feature h3 {
      line-height: 1.14;
      letter-spacing: -0.018em;
      margin-bottom: 40px; }
    .section--text .section__aside .feature .btn {
      padding: 10px 10px;
      display: block;
      width: 100%; } }
/* ------------------------------------------------------------ *	Section locations
\* ------------------------------------------------------------ */
.section--locations .section__head {
  margin-bottom: 58px; }
.section--locations .section__head h2 {
    font-size: 30px;
    letter-spacing: 0.016em;
    line-height: 1.2; }
.section--locations .section__body {
  max-width: 1218px; }
@media (max-width: 767px) {
  .section--locations .section__head {
    margin-bottom: 25px; }
    .section--locations .section__head h2 {
      font-size: 23px; } }
/* ------------------------------------------------------------ *	Section slider info
\* ------------------------------------------------------------ */
.section--slider-info {
  padding: 0; }
.section--slider-info.move {
  margin-left: 20px; }
/* ------------------------------------------------------------ *	Section icons
\* ------------------------------------------------------------ */
.section--icons {
  overflow: hidden; }
.section--icons .services {
    max-width: 956px; }
/* ------------------------------------------------------------ *	Slider info
\* ------------------------------------------------------------ */
.slider--info h2 {
  font-size: 60px; }
.slider--info .slider__slide {
  height: 996px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.slider--info .slider__slide-inner {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%; }
.slider--info .feature {
  max-width: 650px; }
.slider--info .owl-dots {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 41px;
  right: 10.5%; }
.slider--info .owl-dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%; }
.slider--info .owl-dot + .owl-dot {
    margin-left: 23px; }
.slider--info .owl-dot.active {
  background: white; }
@media (max-width: 1440px) {
  .slider--info .slider__slide {
    height: 750px; }
  .slider--info .slider__slide-inner {
    bottom: 80px; } }
@media (max-width: 1023px) {
  .slider--info h2 {
    font-size: 40px; }
  .slider--info .slider__slide {
    height: 550px; }
  .slider--info .owl-dot {
    width: 15px;
    height: 15px; }
    .slider--info .owl-dot + .owl-dot {
      margin-left: 13px; } }
@media (max-width: 1023px) and (max-width: 767px) {
  .slider--info h2 {
    font-size: 34px; }
  .slider--info .slider__slide {
    height: 608px;
    background-size: 740px auto;
    background-repeat: no-repeat;
    background-position: top center; }
  .slider--info .slider__slide-inner {
    bottom: 0;
    top: 50%; }
  .slider--info .feature {
    margin-left: -20px;
    margin-right: -20px;
    top: 16%;
    bottom: 0;
    background: #262628;
    position: absolute;
    max-width: 100%;
    width: 100%; }
    .slider--info .feature .btn {
      display: block;
      width: 100%; }
  .slider--info .owl-dots {
    bottom: auto;
    top: 323px;
    right: 6.5%; } }
/* ------------------------------------------------------------ *	Section testimonials
\* ------------------------------------------------------------ */
.section--testimonials .slider__slide {
  height: 1034px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.section--testimonials .owl-dots {
  position: absolute;
  bottom: 126px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
.section--testimonials .owl-dot {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(38, 38, 40, 0.25);
  border-radius: 50%; }
.section--testimonials .owl-dot + .owl-dot {
    margin-left: 19px; }
.section--testimonials .owl-dot.active {
  background: #262628; }
.section--testimonials .quote {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  position: absolute;
  bottom: 190px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
@media (max-width: 1440px) {
  .section--testimonials .slider__slide {
    height: 800px; }
  .section--testimonials .owl-dots {
    bottom: 60px; }
  .section--testimonials .quote {
    bottom: 120px; } }
@media (max-width: 1023px) {
  .section--testimonials .slider__slide {
    height: 620px; }
  .section--testimonials .owl-dots {
    bottom: 30px; }
  .section--testimonials .quote {
    bottom: 90px; } }
@media (max-width: 767px) {
  .section--testimonials .slider__slide {
    height: 690px; }
  .section--testimonials .owl-dots {
    bottom: 46px; }
  .section--testimonials .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(38, 38, 40, 0.25);
    border-radius: 50%; }
    .section--testimonials .owl-dot + .owl-dot {
      margin-left: 19px; }
  .section--testimonials .quote {
    bottom: 99px; } }
/* ------------------------------------------------------------ *	Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *	Widget
\* ------------------------------------------------------------ */
.widget {
  padding: 48px 38px 54px;
  background: #ecece0; }
.widget__head {
    margin-bottom: 13px; }
.widget h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.02em; }
/* ------------------------------------------------------------ *	Feature
\* ------------------------------------------------------------ */
.feature {
  padding: 65px 69px;
  background: rgba(38, 38, 40, 0.5);
  color: #fff;
  display: inline-block; }
.feature h2 {
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 35px;
    letter-spacing: 0.01em; }
.feature h3 {
    font-size: 45px;
    line-height: 1.24;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.01em;
    margin-bottom: 64px; }
.feature .btn {
    padding: 15px 29px; }
@media (max-width: 1440px) {
    .feature h2 {
      font-size: 50px; }
    .feature h3 {
      font-size: 35px; } }
@media (max-width: 1023px) {
    .feature {
      padding: 40px; }
      .feature h2 {
        font-size: 34px; }
      .feature h3 {
        font-size: 23px;
        margin-bottom: 20px; } }
@media (max-width: 767px) {
    .feature {
      padding: 26px 20px; }
      .feature h2 {
        margin-bottom: 16px; }
      .feature .btn {
        padding: 8px 29px; } }
.feature--secondary h3 {
  font-size: 43px; }
/* ------------------------------------------------------------ *	Quote
\* ------------------------------------------------------------ */
.quote {
  text-align: center; }
.quote p {
    margin-bottom: 52px;
    padding: 0 60px;
    font-size: 36px;
    font-weight: 500;
    color: #e1b23c;
    position: relative;
    line-height: 1.3;
    letter-spacing: 0.019em; }
.quote p:before {
      content: '“';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 140px;
      font-weight: 500;
      line-height: .5; }
.quote p:after {
      content: '”';
      position: absolute;
      bottom: -81px;
      right: 18px;
      font-size: 140px;
      font-weight: 500;
      line-height: .5; }
.quote cite {
    font-size: 24px;
    font-weight: 600;
    color: #262628;
    font-style: normal; }
.quote small {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #525252;
    margin-top: -3px; }
@media (max-width: 1023px) {
    .quote p {
      margin-bottom: 27px;
      padding: 0 30px;
      font-size: 22px; }
      .quote p:before {
        font-size: 90px; }
      .quote p:after {
        font-size: 90px;
        bottom: -57px;
        right: 0; }
    .quote cite {
      font-size: 20px; }
    .quote small {
      font-size: 16px; } }
@media (max-width: 767px) {
    .quote p {
      margin-bottom: 39px;
      padding: 0;
      line-height: 1.4; }
      .quote p:before {
        left: 0;
        top: -13px; }
      .quote p:after {
        font-size: 90px;
        bottom: -61px;
        right: 0; } }
/* ------------------------------------------------------------ *	Link more
\* ------------------------------------------------------------ */
.link-more {
  font-size: 17px;
  font-weight: 500;
  color: #e1b23c;
  text-decoration: none;
  letter-spacing: 0.02em; }
.link-more:hover {
    color: #E4A400; }
/* ------------------------------------------------------------ *	Articles
\* ------------------------------------------------------------ */
.articles {
  list-style-type: none;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
.articles:after {
    content: "";
    display: table;
    clear: both; }
.articles .article {
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    width: 25%;
    padding: 0 20px; }
@media only screen and (min-width: 25em) {
      .articles .article {
        width: 100%; } }
@media only screen and (min-width: 50em) {
      .articles .article {
        width: 50%; } }
@media only screen and (min-width: 75em) {
      .articles .article {
        width: 25%; } }
@media (max-width: 1440px) {
    .articles .article {
      padding: 0 10px; } }
@media (max-width: 1200px) {
    .articles .article {
      margin-bottom: 20px; } }
@media (max-width: 1023px) {
    .articles {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
      .articles .article {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        width: 50% !important;
        max-width: 50%; } }
@media (max-width: 767px) {
    .articles {
      display: block; }
      .articles .article {
        display: block;
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 19px; } }
/* ------------------------------------------------------------ *	Article
\* ------------------------------------------------------------ */
.article .article__inner {
  height: 100%;
  box-shadow: 0px 5px 6.79px 0.21px rgba(0, 0, 0, 0.1); }
.article img {
  width: 100%; }
.article h5 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-transform: none; }
.article p {
  margin-bottom: 26px;
  letter-spacing: 0.02em; }
.article .article__content {
  padding: 44px 30px 50px 36px; }
.article .article__content h2 a,
  .article .article__content h5 a {
    text-decoration: none; }
@media (max-width: 1440px) {
  .article .article__content {
    padding: 44px 25px 50px; } }
@media (max-width: 1023px) {
  .article h5 {
    margin-bottom: 12px;
    font-size: 20px; }
  .article p {
    margin-bottom: 15px; }
  .article .article__content {
    padding: 30px 20px 30px; } }
@media (max-width: 767px) {
  .article p {
    display: none; }
  .article h5 {
    margin-bottom: 0;
    font-size: 16px; }
  .article .article__inner:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both; }
  .article .article__image {
    display: inline-block;
    width: 34%;
    float: left; }
  .article .article__content {
    display: inline-block;
    width: 66%;
    float: left;
    padding: 13px 6px 13px 16px; }
  .article .link-more {
    display: none;
    font-size: 16px; } }
/* ------------------------------------------------------------ *	Article float
\* ------------------------------------------------------------ */
.article-float h2 {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0.02em;
  line-height: 1.2; }
.article-float .article__inner {
  display: -ms-flexbox;
  display: flex;
  box-shadow: none; }
.article-float .article__image {
  -ms-flex: 0 0 54%;
      flex: 0 0 54%;
  max-width: 54%; }
.article-float .article__content {
  padding: 69px 30px 58px 41px;
  -ms-flex: 0 0 46%;
      flex: 0 0 46%;
  max-width: 46%;
  box-shadow: 0px 5px 6.79px 0.21px rgba(0, 0, 0, 0.1); }
@media (max-width: 1440px) {
  .article-float h2 {
    margin-bottom: 10px; }
  .article-float p {
    margin-bottom: 5px; }
  .article-float .article__content {
    padding: 5px 20px 10px;
    -ms-flex: 0 0 57%;
        flex: 0 0 57%;
    max-width: 57%; }
  .article-float .article__image {
    -ms-flex: 0 0 43%;
        flex: 0 0 43%;
    max-width: 43%; } }
@media (max-width: 1200px) {
  .article-float h2 {
    font-size: 19px;
    margin-bottom: 5px; }
  .article-float p {
    font-size: 15px;
    margin-bottom: 2px; }
  .article-float .article__content {
    padding: 11px 25px 0px;
    -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    max-width: 58%; }
  .article-float .article__image {
    -ms-flex: 0 0 42%;
        flex: 0 0 42%;
    max-width: 42%; } }
@media (max-width: 1023px) {
  .article-float h2 {
    margin-bottom: 25px; }
  .article-float p {
    margin-bottom: 24px; }
  .article-float .article__inner {
    display: block; }
  .article-float .article__image {
    display: block;
    width: 100%;
    max-width: 100%; }
  .article-float .article__content {
    padding: 25px 40px 40px;
    display: block;
    width: 100%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .article-float h2 {
    margin-bottom: 14px; }
  .article-float p {
    display: block;
    margin-bottom: 20px; }
  .article-float .article__content {
    padding: 21px 10px 32px 20px; }
  .article-float .link-more {
    display: block; } }
/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex; }
.socials li + li {
  margin-left: 14px;
  margin-top: 0; }
.socials a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 37px;
  height: 37px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: border-color .4s, color .4s; }
.socials a:hover {
    border-color: #e4a400;
    color: #e4a400; }
.socials i {
  font-size: 23px; }
.socials .fa-facebook {
  margin-right: 2px;
  margin-top: 2px; }
.socials p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.015em; }
@media (max-width: 767px) {
  .socials li + li {
    margin-left: 25px;
    margin-top: 0; }
  .socials a {
    width: 47px;
    height: 47px; }
  .socials i {
    font-size: 30px; }
  .socials p {
    margin-bottom: 15px; }
  .socials .fa-linkedin {
    margin-bottom: 2px; } }
.intro {
  position: relative;
  height: 608px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff; }
.intro__inner {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 100%; }
.intro .feature {
    padding: 58px 80px 100px 66px; }
.intro .feature h1 {
      letter-spacing: 0.023em;
      font-size: 55px;
      font-weight: 800;
      color: #fff; }
@media (max-width: 1023px) {
    .intro {
      height: 350px;
      margin-bottom: 137px; }
      .intro__inner {
        bottom: auto;
        top: 100%; }
        .intro__inner .shell {
          padding: 0; }
      .intro .feature {
        padding: 40px 40px 60px;
        background: #262628;
        display: block;
        width: 100%; }
        .intro .feature h1 {
          letter-spacing: 0.023em;
          font-size: 34px;
          color: #fff; } }
@media (max-width: 767px) {
    .intro {
      height: 282px;
      margin-bottom: 111px; }
      .intro .feature {
        padding: 23px 20px 14px; } }
@media (max-width: 1023px) {
  .intro--secondary {
    margin-bottom: 112px; } }
@media (max-width: 767px) {
  .intro--secondary .feature {
    padding: 24px 20px 51px; } }
/* ------------------------------------------------------------ *	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  background: #ecece0;
  padding: 16px 0 10px; }
.breadcrumbs ul {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
    text-transform: uppercase;
    list-style-type: none; }
.breadcrumbs li {
    display: inline-block;
    vertical-align: middle; }
.breadcrumbs li:after {
      content: '>';
      margin: 0 6px; }
.breadcrumbs li:last-child:after {
      display: none; }
.breadcrumbs a {
    color: #525252;
    text-decoration: none; }
.breadcrumbs a:hover {
      color: #e4a400; }
.breadcrumbs span {
    display: inline-block;
    line-height: 1;
    color: #e1b23c; }
@media (max-width: 1023px) {
    .breadcrumbs {
      display: none; } }
/* ------------------------------------------------------------ *	Paging
\* ------------------------------------------------------------ */
.paging ul {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0; }
.paging li {
  display: inline-block; }
.paging li + li {
    margin-left: 20px; }
.paging a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  color: #e1b23c; }
.paging a:hover {
    color: #262628; }
@media (max-width: 767px) {
  .paging a {
    font-size: 16px; } }
/* ------------------------------------------------------------ *	Callout
\* ------------------------------------------------------------ */
.callout {
  text-align: center;
  padding: 140px 0 133px; }
.callout h4 {
    font-size: 45px;
    letter-spacing: 0.017em;
    line-height: 1.25;
    margin-bottom: 79px; }
.callout__inner {
    max-width: 1270px;
    margin: 0 auto; }
.callout .btn {
    padding: 15px 26px; }
.callout__actions ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
.callout__actions ul li + li {
      margin-left: 20px; }
@media (max-width: 1023px) {
    .callout {
      padding: 46px 0 105px; }
      .callout h4 {
        font-size: 26px;
        margin-bottom: 42px;
        line-height: 1.15;
        padding: 0 5px; } }
@media (max-width: 767px) {
    .callout__actions ul {
      display: block; }
      .callout__actions ul li {
        display: block; }
      .callout__actions ul li + li {
        margin-left: 0;
        margin-top: 22px; }
    .callout .btn {
      display: block;
      width: 100%;
      padding: 15px 1px;
      letter-spacing: 0.05em; } }
/* ------------------------------------------------------------ *	Callout secondary
\* ------------------------------------------------------------ */
.callout--secondary .callout__inner {
  max-width: 830px;
  margin: 0 auto; }
.callout--secondary h4 {
  margin-bottom: 19px; }
.callout--secondary p {
  margin-bottom: 65px;
  font-size: 20px;
  letter-spacing: 0.02em; }
@media (max-width: 1023px) {
  .callout--secondary {
    padding: 46px 0 50px; }
    .callout--secondary p {
      font-size: 16px;
      margin-bottom: 20px; } }
@media (max-width: 767px) {
  .callout--secondary {
    padding: 46px 0 70px; }
    .callout--secondary h4 {
      margin-bottom: 9px; }
    .callout--secondary p {
      margin-bottom: 34px;
      line-height: 1.4; } }
/* ------------------------------------------------------------ *	Services
\* ------------------------------------------------------------ */
.services {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -46px; }
.services .service {
    padding: 0 20px;
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px; }
@media (max-width: 767px) {
    .services {
      display: block;
      margin: 0; }
      .services .service {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 0; }
        .services .service + .service {
          margin-top: 53px; } }
/* ------------------------------------------------------------ *	Service
\* ------------------------------------------------------------ */
.service {
  text-align: center; }
.service h4 {
    font-size: 24px; }
.service span {
    width: 222px;
    height: 222px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 50%;
    background: #837361;
    transition: opacity .4s;
    margin: 0 auto 30px; }
.service span:hover {
      opacity: .8; }
@media (max-width: 1023px) {
    .service span {
      width: 184px;
      height: 184px;
      margin: 0 auto 25px; }
    .service h4 {
      font-size: 18px; }
    .service .ico-re-rent {
      width: 102px;
      height: 98px; }
    .service .ico-back {
      width: 100px;
      height: 100px; }
    .service .ico-buy {
      width: 117px;
      height: 116px; } }
/* ------------------------------------------------------------ *	Profiles
\* ------------------------------------------------------------ */
.profiles {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px; }
.profiles .profile {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    max-width: 700px; }
@media (max-width: 767px) {
    .profiles {
      display: block;
      margin: 0; }
      .profiles .profile {
        padding: 0; } }
/* ------------------------------------------------------------ *	Profile
\* ------------------------------------------------------------ */
.profile {
  display: -ms-flexbox;
  display: flex; }
.profile h4 {
    text-transform: none;
    font-size: 24px;
    margin-bottom: 3px;
    letter-spacing: 0.05em;
    margin-right: 60px; }
.profile h5 {
    text-transform: none;
    font-size: 20px;
    margin-bottom: 29px;
    letter-spacing: 0.01em;
    margin-right: 60px; }
.profile p {
    letter-spacing: 0.02em; }
.profile__image {
    -ms-flex: 0 0 34.6%;
        flex: 0 0 34.6%;
    max-width: 34.6%; }
.profile__image img {
      height: auto; }
.profile__content {
    position: relative;
    -ms-flex: 0 0 65.4%;
        flex: 0 0 65.4%;
    max-width: 65.4%;
    margin-top: -4px;
    padding: 0 10px 30px 41px; }
.profile .social__icon {
    position: absolute;
    top: 0;
    right: 10px; }
.profile .social__icon a {
      text-decoration: none;
      width: 48px;
      height: 48px;
      display: -ms-flexbox;
      display: flex;
      border-radius: 50%;
      background: #0079b8;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      transition: opacity .4s; }
.profile .social__icon a:hover {
        opacity: .8; }
.profile .social__icon i {
      font-size: 25px;
      color: #fff; }
@media (max-width: 1023px) {
    .profile {
      display: block; }
      .profile h5 {
        margin-bottom: 106px; }
      .profile__image {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px; }
      .profile__content {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
        padding: 16px 0 30px; }
      .profile .social__icon {
        position: absolute;
        top: 98px;
        right: auto;
        left: 0; }
        .profile .social__icon a {
          text-decoration: none;
          width: 48px;
          height: 48px;
          display: -ms-flexbox;
          display: flex;
          border-radius: 50%;
          background: #0079b8;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          transition: opacity .4s; }
          .profile .social__icon a:hover {
            opacity: .8; }
        .profile .social__icon i {
          font-size: 25px;
          color: #fff; } }
/* ------------------------------------------------------------ *	Site Map
\* ------------------------------------------------------------ */
.site-map {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.site-map__col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-bottom: 10px; }
.site-map a {
    text-decoration: none;
    color: #525252; }
.site-map a:hover {
      color: #e1b23c; }
.site-map h4 {
    margin-bottom: 30px; }
.site-map ul {
    margin-bottom: 40px; }
.site-map ul ul {
      margin-bottom: 0; }
.site-map ul ul li:first-child {
        margin-top: 7px; }
@media (max-width: 767px) {
    .site-map__col {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
