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

@font-face {
  font-family: 'Neuzeit';
  src: url("../fonts/neuzeitgro-lig.eot");
  src: url("../fonts/neuzeitgro-lig.eot?#iefix") format("embedded-opentype"), url("../fonts/neuzeitgro-lig.woff") format("woff"), url("../fonts/neuzeitgro-lig.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Neuzeit';
  src: url("../fonts/neuzeitgro-bol.eot");
  src: url("../fonts/neuzeitgro-bol.eot?#iefix") format("embedded-opentype"), url("../fonts/neuzeitgro-bol.woff") format("woff"), url("../fonts/neuzeitgro-bol.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype");
  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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

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

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

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

.fa-print:before {
  content: "\f02f";
}

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

.fa-font:before {
  content: "\f031";
}

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

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

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

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

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

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

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

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

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

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

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

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

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

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

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

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

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

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

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

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

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

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

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

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

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

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

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

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

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

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

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

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

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

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

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

.fa-hospital-o:before {
  content: "\f0f8";
}

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

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

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

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

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

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

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

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

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

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

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

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

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

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

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

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

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

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

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

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

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

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

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

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

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

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

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

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

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

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

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

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

.fa-windows:before {
  content: "\f17a";
}

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

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

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

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

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

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

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

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

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

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

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

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

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

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

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

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

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

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

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

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

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

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

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

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

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

.fa-ioxhost:before {
  content: "\f208";
}

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

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

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

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

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

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

.fa-clone:before {
  content: "\f24d";
}

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

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

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

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

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

.fa-pause-circle-o:before {
  content: "\f28c";
}

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

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

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

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

.fa-percent:before {
  content: "\f295";
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transform-style: preserve-3d;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 50px;
  width: 27px;
  height: 44px;
  width: 77px;
  height: 77px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 138px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 50px;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-button-prev.swiper-button-white {
  background: url(../img/swiper_button.png) 0 100% no-repeat;
}

.swiper-button-prev.swiper-button-white span {
  display: block;
  width: 77px;
  height: 77px;
  background: url(../img/swiper_button.png) 0 0 no-repeat;
  opacity: 0;
  transition: opacity 200ms;
}

.swiper-button-prev.swiper-button-white:hover span {
  opacity: 1;
  transition: opacity 300ms;
}

.swiper-button-next.swiper-button-white {
  background: url(../img/swiper_button.png) 100% 100% no-repeat;
}

.swiper-button-next.swiper-button-white span {
  display: block;
  width: 77px;
  height: 77px;
  background: url(../img/swiper_button.png) 100% 0 no-repeat;
  opacity: 0;
  transition: opacity 200ms;
}

.swiper-button-next.swiper-button-white:hover span {
  opacity: 1;
  transition: opacity 300ms;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

body {
  font-family: 'Neuzeit', Helvetica, Arial, sans-serif;
}

.color-primary {
  color: #2d4f9d;
}

.color-secondary {
  color: #db0000;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

a {
  color: #515151;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #111;
  text-decoration: underline;
}

b {
  font-weight: 700;
}

h1, .h1 {
  margin-bottom: 60px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1024px) {
  h1, .h1 {
    margin-bottom: 40px;
    font-size: 50px;
  }
}

h2, .h2 {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h3, .h3 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h4, .h4 {
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.1;
}

.wrapped {
  padding: 0 70px;
}

@media (max-width: 1024px) {
  .wrapped {
    padding: 0 30px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background: #fff;
}

.hidden {
  display: none;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.text-left {
  text-align: left;
}

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

.text-justify {
  text-align: justify;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img.img-responsive {
  display: block;
  max-width: 100%;
}

.text-center img.img-responsive {
  margin: 0 auto;
}

.page {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container {
  position: relative;
  margin: 0 auto;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row {
  position: relative;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

input,
select,
button,
textarea {
  color: #333;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  outline: none !important;
}

textarea {
  resize: vertical;
  overflow: auto;
}

button {
  cursor: pointer;
}

.btn {
  display: inline-block;
  height: 44px;
  padding: 9px 40px;
  color: #111 !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  border: 2px solid #111;
  background: transparent;
  cursor: pointer;
}

.btn-white {
  border-color: #fff;
  background: #fff;
}

.btn-block {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 12px;
  position: relative;
}

.form-group:before, .form-group:after {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-inline:before, .form-inline:after {
  content: " ";
  display: table;
}

.form-inline:after {
  clear: both;
}

.form-inline .form-group {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
}

.form-control {
  width: 100%;
  height: 40px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #242321;
  background: transparent;
  border-radius: 3px;
}

.page-header {
  padding: 45px 30px;
}

@media (max-width: 768px) {
  .page-header {
    padding: 30px;
  }
}

.page-header.inner {
  height: 300px;
}

@media (max-width: 1024px) {
  .page-header.inner {
    height: 250px;
  }
}

.page-header .logo {
  display: block;
  position: absolute;
  top: 9px;
  left: 70px;
  width: 175px;
  height: 141px;
  background: url("../img/logo.png") no-repeat 0 0;
  z-index: 10;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-header .logo {
    background-image: url("../img/logo@2x.png");
    background-size: 175px 141px;
  }
}

@media (max-width: 1024px) {
  .page-header .logo {
    left: 30px;
  }
}

@media (max-width: 768px) {
  .page-header .logo {
    top: -6px;
    left: 0;
  }
}

.page-header .panel {
  height: 30px;
  float: right;
}

.page-header .contact-details {
  float: left;
}

@media (max-width: 767px) {
  .page-header .contact-details {
    display: none;
  }
}

.page-header .contact-details li {
  float: left;
  margin-left: 30px;
  font-size: 20px;
  line-height: 30px;
}

.page-header .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0 0 0 40px;
  float: left;
  border: 0;
  background: url("../img/nav_toggle.png") no-repeat 0 0;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-header .nav-toggle {
    background-image: url("../img/nav_toggle@2x.png");
    background-size: 30px 30px;
  }
}

body.noscroll {
  overflow: hidden;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #919191;
  background: #262425;
  transition: opacity .75s, z-index 0 1s;
  opacity: 0;
  z-index: -1;
}

@media (max-width: 992px) {
  .sidebar {
    overflow-y: auto;
  }
}

.sidebar.active {
  transition: opacity .5s;
  opacity: 1;
  z-index: 99;
}

.sidebar .nav-close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  background: url("../img/nav_close.png") no-repeat 0 0;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sidebar .nav-close {
    background-image: url("../img/nav_close@2x.png");
    background-size: 30px 30px;
  }
}

@media (max-width: 667px) {
  .sidebar .nav-close {
    top: 20px;
    right: 15px;
  }
}

.sidebar .logo {
  display: block;
  width: 148px;
  height: 112px;
  margin-bottom: 50px;
  background: url("../img/logo_sm.png") no-repeat 0 0;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .sidebar .logo {
    background-image: url("../img/logo_sm@2x.png");
    background-size: 148px 112px;
  }
}

.sidebar .sidebar-nav li {
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  transition: transform .25s ease-in, opacity .5s;
  transform: translateY(100%);
  opacity: 0;
}

.sidebar .sidebar-nav li:nth-child(1) {
  transition-delay: .088s;
  transition-duration: .151s;
}

.sidebar .sidebar-nav li:nth-child(2) {
  transition-delay: .076s;
  transition-duration: .152s;
}

.sidebar .sidebar-nav li:nth-child(3) {
  transition-delay: .064s;
  transition-duration: .153s;
}

.sidebar .sidebar-nav li:nth-child(4) {
  transition-delay: .052s;
  transition-duration: .154s;
}

.sidebar .sidebar-nav li a {
  color: #fff;
  text-decoration: none;
}

.sidebar .contact-details {
  transition: transform .25s ease-in, opacity .5s;
  transform: translateY(100%);
  transition-delay: .04s;
  transition-duration: .155s;
  opacity: 0;
}

.sidebar .contact-details .dl {
  margin-bottom: 22px;
}

.sidebar .contact-details .dt {
  color: #fff;
  font-size: 26px;
}

.sidebar .contact-details .dd {
  font-size: 24px;
  font-weight: 300;
}

.sidebar .contact-details .social a {
  color: #fff;
}

.sidebar .sidebar-content {
  position: relative;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

.sidebar .sidebar-content.active .sidebar-nav li {
  transition: transform .5s, opacity .4s;
  transform: translateY(0);
  opacity: 1;
}

.sidebar .sidebar-content.active .sidebar-nav li:nth-child(1) {
  transition-delay: .012s;
  transition-duration: .151s;
}

.sidebar .sidebar-content.active .sidebar-nav li:nth-child(2) {
  transition-delay: .024s;
  transition-duration: .152s;
}

.sidebar .sidebar-content.active .sidebar-nav li:nth-child(3) {
  transition-delay: .036s;
  transition-duration: .153s;
}

.sidebar .sidebar-content.active .sidebar-nav li:nth-child(4) {
  transition-delay: .048s;
  transition-duration: .154s;
}

.sidebar .sidebar-content.active .contact-details {
  margin-bottom: 30px;
  transition: transform .5s, opacity .4s;
  transition-delay: .06s;
  transition-duration: .155s;
  transform: translateY(0);
  opacity: 1;
}

.sidebar .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 100px;
}

@media (max-width: 667px) {
  .sidebar .flex-container {
    display: block;
    padding: 50px 10px;
  }
}

.sidebar .flex-container .flex-block {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

@media (min-width: 668px) {
  .sidebar .flex-container .flex-block {
    min-height: 370px;
  }
}

@media (max-width: 667px) {
  .sidebar .flex-container .flex-block {
    display: block;
  }
}

.social {
  padding: 5px 0 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  list-style: none;
  white-space: nowrap;
}

.social li {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}

.social a {
  font-size: 20px;
  text-decoration: none;
}

.page-footer {
  padding: 30px;
}

@media (min-width: 1368px) {
  .page-footer .wrap {
    padding: 0 70px;
  }
}

@media (min-width: 1025px) {
  .page-footer .logo-wrap {
    width: 30%;
    float: left;
  }
}

.page-footer .logo {
  display: block;
  width: 148px;
  height: 112px;
  margin-bottom: 30px;
  background: url("../img/logo_sm_reverse.png") no-repeat 0 0;
}

@media (min--moz-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-footer .logo {
    background-image: url("../img/logo_sm_reverse@2x.png");
    background-size: 148px 112px;
  }
}

.page-footer .contact-details {
  margin: 0 -15px;
}

@media (min-width: 1025px) {
  .page-footer .contact-details {
    width: 70%;
    float: left;
  }
}

.page-footer .contact-details .contact-block {
  padding: 0 15px;
  float: left;
}

@media (min-width: 992px) {
  .page-footer .contact-details .contact-block:nth-child(1) {
    width: 40%;
  }
  .page-footer .contact-details .contact-block:nth-child(2), .page-footer .contact-details .contact-block:nth-child(3) {
    width: 30%;
  }
}

.page-footer .contact-details .dl {
  margin-bottom: 22px;
}

.page-footer .contact-details .dt {
  font-size: 24px;
  font-weight: 700;
}

.page-footer .contact-details .dd {
  font-size: 22px;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-footer .social {
  padding-top: 10px;
}

.page-footer .social a {
  color: #7f7f7f;
}

.page-footer .social a:hover {
  color: #111;
}

.page-footer .bottom {
  padding-top: 10px;
  color: #515051;
  font-size: 16px;
}

.page-footer .bottom .policy {
  margin-bottom: 5px;
  font-weight: 700;
}

.welcome-slider {
  position: relative;
  padding: 0 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .welcome-slider {
    padding: 0;
    margin-bottom: 15px;
  }
}

.welcome-slider .swiper-container,
.welcome-slider .swiper-slide {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .welcome-slider .swiper-button-prev,
  .welcome-slider .swiper-button-next {
    display: none;
  }
}

.welcome-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 70px;
  color: #fff;
}

@media (max-width: 767px) {
  .welcome-slider .caption {
    padding: 30px;
  }
}

.welcome-slider .caption .title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .welcome-slider .caption .title {
    font-size: 60px;
  }
}

.welcome-slider .caption .desc {
  margin-bottom: 15px;
  font-size: 24px;
}

@media (max-width: 767px) {
  .welcome-slider .caption .desc {
    font-size: 20px;
  }
}

.welcome-slider .caption .btn {
  display: inline-block !important;
  height: 44px !important;
  width: auto !important;
}

.portfolio {
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .portfolio {
    margin-bottom: 30px;
  }
}

.portfolio .items {
  overflow: hidden;
}

.portfolio .item {
  position: relative;
  width: 50%;
  float: left;
  background: #000;
}

@media (min-width: 1025px) {
  .portfolio .item .caption {
    transition: transform 0.35s;
    transform: translate3d(0, 100%, 0);
  }
  .portfolio .item:hover .figure {
    opacity: .4;
  }
  .portfolio .item:hover .caption {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 768px) {
  .portfolio .item {
    width: 100%;
    float: none;
  }
}

.portfolio .item .item-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.portfolio .item .figure {
  height: 520px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .portfolio .item .figure {
    height: 360px;
  }
}

@media (max-width: 1024px) {
  .portfolio .item .figure {
    opacity: .8;
  }
}

.portfolio .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 70px;
  color: #fff;
}

@media (max-width: 1024px) {
  .portfolio .item .caption {
    padding: 30px 30px;
  }
}

.portfolio .item .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.portfolio .item .desc {
  font-size: 17px;
  font-weight: 700;
}

.contact {
  padding: 0 30px;
  margin-bottom: 60px;
}

@media (min-width: 1025px) {
  .contact .caption-wrap {
    padding-left: 70px;
    width: 30%;
    float: left;
  }
}

.contact .contact-details {
  margin: 0 -15px;
}

@media (min-width: 1025px) {
  .contact .contact-details {
    width: 70%;
    float: left;
  }
}

.contact .contact-details .contact-block {
  padding: 0 15px;
  float: left;
  background: #fff;
}

@media (min-width: 992px) {
  .contact .contact-details .contact-block {
    width: 33.3333%;
  }
}

.contact .contact-details .dl {
  margin-bottom: 22px;
}

.contact .contact-details .dt {
  font-size: 24px;
  font-weight: 700;
}

.contact .contact-details .dd {
  font-size: 22px;
  font-weight: 300;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact .social {
  padding-top: 10px;
}

.contact .social a {
  color: #7f7f7f;
}

.contact .social a:hover {
  color: #111;
}

#google-map {
  width: 100%;
  height: 600px;
  background: #f0f0f0;
}

.project {
  margin-bottom: 40px;
}

.project .container {
  max-width: 1900px;
  padding: 0 70px;
}

@media (max-width: 1024px) {
  .project .container {
    padding: 0 30px;
  }
}

.project .case-heading {
  margin-bottom: 60px;
}

.project .case-heading h1 {
  margin-bottom: 0;
}

.project .case-heading .desc {
  color: #5e5e5e;
  font-size: 17px;
  text-transform: uppercase;
}

.project .case-body {
  color: #fff;
  background: #202020;
}

.project .row {
  margin: 0 -30px;
}

@media (max-width: 1024px) {
  .project .row {
    margin: 0;
  }
}

.project .row .col-1-3 {
  width: 33.3335%;
  padding: 0 30px;
  float: left;
}

@media (max-width: 1024px) {
  .project .row .col-1-3 {
    width: 100%;
    padding: 0;
    float: none;
  }
}

.project .row .col-1-2 {
  width: 50%;
  padding: 0 30px;
  float: left;
}

@media (max-width: 1024px) {
  .project .row .col-1-2 {
    width: 100%;
    padding: 0;
    float: none;
  }
}

.project .text {
  font-size: 19px;
}

.project .preview {
  max-width: 1900px;
  margin: 0 auto;
}

.project .section {
  position: relative;
}

.project .slides {
  position: relative;
}

.project .slides .img-abs {
  position: absolute;
}

@media (max-width: 1024px) {
  .project .slides .img-abs {
    display: none;
  }
}

.project .s-1 .container {
  background: url("../img/bg_s1.jpg") no-repeat 100% 100%;
}

@media (max-width: 1024px) {
  .project .s-1 .container {
    background: none;
  }
}

.project .s-1 .r-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .project .s-1 .r-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.project .s-1 .r-2 {
  padding-top: 160px;
  padding-bottom: 60px;
}

@media (max-width: 1024px) {
  .project .s-1 .r-2 {
    padding-top: 0;
  }
}

.project .s-1 .r-2 .text {
  padding: 0 60px;
}

@media (max-width: 1024px) {
  .project .s-1 .r-2 .text {
    padding: 0;
  }
}

.project .s-1 .slides {
  float: right;
}

.project .s-1 .slides .i-1 {
  position: relative;
  z-index: 3;
}

.project .s-1 .slides .i-2 {
  top: -360px;
  left: -470px;
}

.project .s-1 .slides .i-3 {
  top: 130px;
  left: -580px;
}

.project .s-1 .slides .i-4 {
  bottom: -140px;
  left: -300px;
  z-index: 3;
}

.project .s-1 .pack {
  position: absolute;
  bottom: -290px;
  left: 0;
  z-index: 10;
}

@media (max-width: 1600px) {
  .project .s-1 .pack {
    display: none;
  }
}

.project .s-2 {
  background: url("../img/pack_s2_1.jpg") no-repeat 100% 0;
}

@media (max-width: 1024px) {
  .project .s-2 {
    background: none;
  }
}

.project .s-2 .container {
  background: url("../img/bg_s2.jpg") no-repeat 50% 100%;
}

.project .s-2 .r-1 {
  padding-top: 290px;
  padding-bottom: 270px;
}

@media (max-width: 1024px) {
  .project .s-2 .r-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.project .s-2 .r-1 .col {
  width: 680px;
  padding: 0 30px;
}

@media (max-width: 1024px) {
  .project .s-2 .r-1 .col {
    width: auto;
    padding: 0;
  }
}

.project .s-2 .r-1 .text {
  text-align: right;
}

@media (max-width: 1024px) {
  .project .s-2 .r-1 .text {
    text-align: left;
  }
}

.project .s-2 .r-2 {
  clear: both;
  padding-top: 270px;
  padding-bottom: 170px;
}

@media (max-width: 1024px) {
  .project .s-2 .r-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.project .s-2 .r-2 .col {
  width: 500px;
  padding: 0 30px;
  margin-left: 820px;
}

@media (max-width: 1024px) {
  .project .s-2 .r-2 .col {
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.project .s-2 .slides {
  float: left;
}

.project .s-2 .slides .i-1 {
  position: relative;
  z-index: 2;
}

.project .s-2 .slides .i-2 {
  top: -240px;
  left: 100px;
  z-index: 3;
}

.project .s-2 .slides .i-3 {
  top: -520px;
  left: 750px;
}

.project .s-2 .slides .i-4 {
  top: 130px;
  left: 1210px;
}

.project .s-2 .slides .i-5 {
  bottom: -240px;
  left: 820px;
  z-index: 3;
}

.project .s-2 .slides .i-6 {
  bottom: -420px;
  left: 220px;
}

.project .s-2 .bottle {
  position: absolute;
  bottom: -570px;
  right: -640px;
  z-index: 10;
}

@media (max-width: 1600px) {
  .project .s-2 .bottle {
    display: none;
  }
}

.project .s-4 {
  padding-top: 150px;
  padding-bottom: 40px;
  background: url("../img/bg_s4.jpg") no-repeat 50% 0;
}

@media (max-width: 1024px) {
  .project .s-4 {
    padding-top: 60px;
  }
}

.project .s-4 .scene {
  max-width: 1680px;
  margin: 0 auto;
}

.project .s-4 .text {
  padding-bottom: 60px;
  text-align: center;
}

.project .s-4 .text .figure {
  margin-bottom: 40px;
}

.project .s-5 .container {
  padding: 0;
}

.project .s-5 .video-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 999px) {
  .project .s-5 .video-wrapper {
    display: none;
  }
}

.project .s-5 .video-wrapper iframe {
  position: relative;
  margin: -200px 0;
  height: 1156px;
  vertical-align: bottom;
  z-index: 1;
}

.project .s-5 .zPlayButton-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 2;
  transition: opacity 300ms ease;
}

.project .s-5 .zPlayButton-wrap:hover .zPlayButton:before, .project .s-5 .zPlayButton-wrap:hover .zPlayButton:after {
  transform: scale(1.1);
}

.project .s-5 .zPlayButton {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 280px;
  height: 90px;
  padding: 0 0 0 110px;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 90px;
  cursor: pointer;
  z-index: 100;
}

.project .s-5 .zPlayButton:after {
  content: "";
  transition: all 300ms ease;
  height: 0;
  width: 0;
  display: block;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  lefT: 39px;
  top: 30px;
  position: absolute;
}

.project .s-5 .zPlayButton:before {
  content: "";
  transition: all 300ms ease;
  height: 90px;
  width: 90px;
  display: block;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.project .s-5 .zMuteButton {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
  top: -60px;
  right: 0;
}

.project .s-5 .mute-active {
  background-position: 0 -60px !important;
}

.project .case-footer {
  padding: 50px 0;
  background: #f1f1f1;
}

.project .case-footer ul {
  margin: 0 -60px;
  text-align: center;
}

.project .case-footer ul li {
  display: inline-block;
  margin: 0 60px;
  font-size: 30px;
  font-weight: 700;
}

.project .case-footer ul a {
  text-decoration: none;
}

.project .case-footer ul i {
  margin: 0 5px;
}

.cd-image-container {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.cd-image-container img {
  display: block;
  max-width: 100%;
}

.cd-image-container .cd-image-label {
  display: none;
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
}

.is-visible .cd-resize-img {
  width: 50%;
  animation: cd-bounce-in .7s;
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}

.cd-handle {
  position: absolute;
  height: 61px;
  width: 61px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background: url("../img/cd-handle.png") no-repeat 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(0);
  opacity: 0;
  cursor: move;
}

.is-visible .cd-handle {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform .3s .7s, opacity 0s .7s;
}

.project2 {
  margin-bottom: 40px;
}

.project2 .container {
  max-width: 1900px;
  padding: 0 70px;
}

@media (max-width: 1024px) {
  .project2 .container {
    padding: 0 30px;
  }
}

.project2 .case-heading {
  margin-bottom: 60px;
}

.project2 .case-heading h1 {
  margin-bottom: 0;
}

.project2 .case-heading .desc {
  color: #5e5e5e;
  font-size: 17px;
  text-transform: uppercase;
}

.project2 .case-body {
  color: #fff;
  background: #2e2b2d;
}

.project2 .row {
  margin: 0 -30px;
}

@media (max-width: 1024px) {
  .project2 .row {
    margin: 0;
  }
}

.project2 .row .col-1-3 {
  width: 33.3335%;
  padding: 0 30px;
  float: left;
}

@media (max-width: 1024px) {
  .project2 .row .col-1-3 {
    width: 100%;
    padding: 0;
    float: none;
  }
}

.project2 .row .col-1-2 {
  width: 50%;
  padding: 0 30px;
  float: left;
}

@media (max-width: 1024px) {
  .project2 .row .col-1-2 {
    width: 100%;
    padding: 0;
    float: none;
  }
}

.project2 .text {
  font-size: 18px;
}

.project2 .text p {
  margin-bottom: 16px;
}

.project2 .preview {
  max-width: 1900px;
  margin: 0 auto;
}

.project2 .section {
  position: relative;
}

.project2 .slides {
  position: relative;
}

.project2 .slides .img-abs {
  position: absolute;
}

@media (max-width: 1024px) {
  .project2 .slides .img-abs {
    display: none;
  }
}

.project2 .captured {
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
}

.project2 .captured:before {
  content: '_';
  position: absolute;
  top: 0;
  left: 0;
  color: #54abea;
  font-size: 40px;
  line-height: .8;
}

.project2 .captured h2 {
  margin-bottom: 10px;
}

.project2 .captured .desc {
  font-size: 20px;
}

.project2 .s-1 .r-1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 1024px) {
  .project2 .s-1 .r-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.project2 .s-1 .tablet {
  position: absolute;
  top: -170px;
  right: 0;
}

@media (max-width: 1400px) {
  .project2 .s-1 .tablet {
    right: -320px;
  }
}

@media (max-width: 1024px) {
  .project2 .s-1 .tablet {
    display: none;
  }
}

.project2 .s-1 .phone {
  position: absolute;
  top: 190px;
  right: 0;
  z-index: 10;
}

@media (max-width: 1024px) {
  .project2 .s-1 .phone {
    display: none;
  }
}

.project2 .s-2 {
  padding-top: 120px;
}

@media (max-width: 1024px) {
  .project2 .s-2 {
    padding-top: 60px;
  }
}

.project2 .s-3 {
  padding-top: 180px;
  background: url("../img/bg_es3.jpg") no-repeat 50% 0;
}

@media (max-width: 1024px) {
  .project2 .s-3 {
    padding-top: 60px;
  }
}

.project2 .s-3 .slides .i-1 {
  position: relative;
  z-index: 3;
}

.project2 .s-3 .slides .i-2 {
  top: 0;
  left: 0;
}

.project2 .s-3 .slides .i-3 {
  top: -130px;
  right: 0;
  z-index: 4;
}

.project2 .s-8 {
  padding-bottom: 60px;
  background: url("../img/bg_es8.jpg") no-repeat 50% 100%;
}

.project2 .case-footer {
  padding: 50px 0;
  background: #f1f1f1;
}

.project2 .case-footer ul {
  margin: 0 -60px;
  text-align: center;
}

.project2 .case-footer ul li {
  display: inline-block;
  margin: 0 60px;
  font-size: 30px;
  font-weight: 700;
}

.project2 .case-footer ul a {
  text-decoration: none;
}

.project2 .case-footer ul i {
  margin: 0 5px;
}

.afterText {
  display: block;
  padding: 22px 0 0;
}

.afterText span {
  display: inline-block;
  border-top: 2px solid #fff;
  padding: 22px 45px 0 0;
}

.afterText a {
  color: #fff;
  text-transform: uppercase;
}

.projectCuba .afterText span {
  border-top: 2px solid #504b57;
}

.logoCover {
  text-align: center;
}

.logoCover img {
  margin: 0 auto;
}

.projectCuba .logoCover {
  width: 480px;
  margin: 0 auto;
}

.projectCuba .logoCover .i-1 {
  margin-bottom: 38px;
}

.projectCuba .logoCover .i-2 {
  margin-bottom: 32px;
}

.project.projectCuba {
  margin-bottom: 0;
}

.projectCuba .case-body {
  background: #2f2a3e;
}

.projectCuba .s-1 .container {
  background: url("../img/proj_cuba_back1.jpg") 50% 0 no-repeat;
}

.projectCuba .s-1 .r-2 {
  padding: 15px 0 130px;
}

.project .s-2 {
  background: none;
}

.projectCuba .s-2 .container {
  background: url("../img/proj_cuba_back2.jpg") 50% 620px no-repeat;
}

.projectCuba .s-2 .r-1 {
  padding: 0 0 40px;
  text-align: center;
}

.projectCuba .s-2 img {
  display: inline-block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}

.projectCuba .slides img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
}

.projectCuba .s-2 .r-2 {
  padding: 0 0 124px;
}

.projectCuba .s-2 .r-2 img {
  float: left;
}

.projectCuba .s-2 .r-2 .i-1 {
  margin-right: 40px;
}

.projectCuba .s-2 .col-1-3 {
  width: 36%;
  text-align: right;
}

.projectCuba .s-4 .col-1-3 {
  width: 36%;
  text-align: right;
}

.projectCuba .s-2 .col-2-3, .projectCuba .s-4 .col-2-3 {
  width: 64%;
  padding: 0 10px;
  float: left;
  text-align: left;
}

.projectCuba .s-2 .r-3 {
  padding-bottom: 134px;
}

.projectCuba .s-2 .r-3 .col-1-3 {
  padding-right: 50px;
}

.projectCuba .s-4 .col-1-3 {
  padding-right: 50px;
}

.project .s-3 {
  background: none;
}

.projectCuba .s-3 .container {
  background: url("../img/proj_cuba_back3.jpg") 50% 300px no-repeat;
}

.projectCuba .s-3 .i-2 {
  position: absolute;
  top: -247px;
}

.projectCuba .s-3 .i-3 {
  position: absolute;
  top: 440px;
  right: 50%;
  left: 188px;
}

.projectCuba .s-3 .i-4 {
  float: right;
}

.projectCuba .s-3 .i-5 {
  float: left;
  margin: 1073px 0 0  60px;
}

.projectCuba .s-3 .i-6 {
  position: absolute;
  top: 1253px;
  left: 30%;
}

.projectCuba .s-3 .i-7 {
  position: absolute;
  top: 933px;
  right: -12px;
}

.projectCuba .s-3 .i-8 {
  position: absolute;
  top: 587px;
  left: 50%;
  margin-left: 272px;
}

.projectCuba .s-4 {
  background: url("../img/proj_cuba_back5.jpg") 50% 100% no-repeat;
  padding-bottom: 0;
}

.projectCuba .s-4 .container {
  background: url("../img/proj_cuba_back4.jpg") 50% 0 no-repeat;
}

.projectCuba .s-4 .slides {
  position: relative;
  text-align: center;
}

.projectCuba .s-4 .i-1 {
  clear: both;
  float: left;
  margin-left: 30px;
  top: -180px;
  z-index: 10;
  position: relative;
}

.projectCuba .s-4 .i-3 {
  clear: both;
  float: right;
  margin: -483px 120px 0 0;
  z-index: 5;
  position: relative;
}

.projectCuba .s-4 .i-4 {
  clear: both;
  float: left;
  margin: -114px 0 0 176px;
  z-index: 10;
  position: relative;
}

.projectCuba .s-4 .i-5 {
  clear: both;
  top: -112px;
  z-index: 5;
  position: relative;
}

.projects_navi {
  background: #f1f1f1;
  margin-bottom: 50px;
}

.projects_navi_item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 30px;
}

.projects_navi_item:first-child {
  border-right: 1px solid #c1c1c1;
  text-align: right;
}

.projects_navi_item a {
  display: inline-block;
  margin: 60px 0 60px 70px;
  font-weight: 700;
  color: #262425;
  position: relative;
}

.projects_navi_item a:before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -40px;
  top: 10px;
  background: url("../img/projects_navi.png") 100% 0 no-repeat;
}

.projects_navi_item:first-child a {
  margin-right: 70px;
  margin-left: 0;
}

.projects_navi_item:first-child a:before {
  background-position: 0 0;
  left: -40px;
  right: 0;
}

.projects_navi:after {
  clear: both;
}

@media (max-width: 1800px) {
  .projectCuba .s-4 .i-1 {
    margin-left: 0;
  }
  .projectCuba .s-4 .i-3 {
    margin-right: 0;
    margin-top: -360px;
  }
  .projectCuba .s-4 .i-4 {
    margin-left: 30px;
    top: -130px;
  }
}

@media (max-width: 1600px) {
  .projectCuba .s-3 .i-3 {
    left: 0;
  }
  .projectCuba .s-3 .i-5 {
    margin-left: 0;
  }
  .projectCuba .s-3 .i-6 {
    top: 1090px;
  }
  .projectCuba .s-3 .i-7 {
    display: none;
  }
  .projectCuba .s-3 .i-8 {
    margin-left: 0;
    left: auto;
    right: 0;
    top: 530px;
  }
  .projectCuba .s-4 .i-1 {
    width: 40%;
  }
}

@media (max-width: 1324px) {
  .projectCuba .s-2 .r-2 .col-1-3 {
    display: none;
  }
  .projectCuba .s-2 .r-2 .col-2-3 {
    width: 100%;
    padding: 0;
    float: none;
    text-align: center;
  }
  .projectCuba .s-2 .r-2 .col-2-3 img {
    float: none;
  }
  .projectCuba .s-2 .r-3 {
    padding-bottom: 100px;
    text-align: center;
  }
  .projectCuba .s-3 .slides {
    text-align: center;
  }
  .projectCuba .s-3 .i-2 {
    position: relative;
    top: -130px;
    float: left;
  }
  .projectCuba .s-3 .i-3 {
    position: relative;
    top: -150px;
    left: 0;
  }
  .projectCuba .s-3 .i-4 {
    position: relative;
    top: -180px;
    float: right;
  }
  .projectCuba .s-3 .i-5 {
    clear: both;
    position: relative;
    margin: 0;
    margin-top: -330px;
    float: left;
    margin-right: 40px;
  }
  .projectCuba .s-3 .i-7 {
    display: block;
    position: relative;
    top: -100px;
    float: left;
    right: 0;
    margin-right: 40px;
  }
  .projectCuba .s-3 .i-8 {
    position: relative;
    top: -50px;
    float: left;
    lefT: 0;
    margin: 0;
  }
  .projectCuba .s-3 .i-6 {
    clear: both;
    position: relative;
    top: 0;
    float: none;
    left: 0;
  }
  .projectCuba .s-4 .i-5 {
    top: -150px;
  }
}

@media (max-width: 1280px) {
  .projectCuba .s-4 .i-1 {
    float: none;
    margin: 0 0 40px;
    top: 0;
    width: auto;
  }
  .projectCuba .s-4 .i-2, .projectCuba .s-4 .i-3, .projectCuba .s-4 .i-4, .projectCuba .s-4 .i-5, .projectCuba .s-4 .i-6 {
    float: none;
    margin: 0 0 40px;
    top: 0;
  }
}

@media (max-width: 1024px) {
  .projectCuba .slides img {
    max-width: 100%;
  }
  .projectCuba .s-2 .col-1-3 {
    float: left;
  }
  .projectCuba .s-2 .col-2-3 {
    width: 64%;
    float: left;
  }
  .projectCuba .s-4 .col-2-3 {
    width: 64%;
    float: left;
  }
  .projectCuba .s-3 .i-2 {
    top: 0;
    float: none;
    margin-bottom: 40px;
  }
  .projectCuba .s-3 .i-3 {
    top: 0;
    margin-bottom: 40px;
  }
  .projectCuba .s-3 .i-4 {
    top: 0;
    float: none;
    margin-bottom: 40px;
  }
  .projectCuba .s-3 .i-5 {
    float: none;
    margin: 0 40px 40px 0;
  }
  .projectCuba .s-3 .i-6 {
    float: none;
    margin: 0 0 40px;
  }
  .projectCuba .s-3 .i-7 {
    float: none;
    margin: 0 40px 40px 0;
    right: 0;
    top: 0;
    display: inline-block;
  }
  .projectCuba .s-3 .i-8 {
    float: none;
    margin: 0 0 40px;
    top: 0;
  }
}

@media (max-width: 880px) {
  .projectCuba .logoCover {
    width: 100%;
  }
  .projectCuba .s-1 .r-2 {
    padding-bottom: 50px;
  }
  .projectCuba .s-2 .r-2, .projectCuba .s-2 .r-3 {
    padding-bottom: 50px;
  }
  .projectCuba .s-2 .col-1-3 {
    margin-bottom: 40px;
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .projectCuba .s-2 .col-2-3 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .projectCuba .s-4 .col-1-3, .projectCuba .s-4 .col-2-3 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }
  .projectCuba .s-2 .r-3 .col-1-3 {
    padding-right: 0;
  }
  .projectCuba .s-2 .r-2 .col-2-3 img {
    margin: 0 0 40px;
  }
  .projectCuba .s-3 .i-7 {
    margin-right: 0;
  }
  .projects_navi .container {
    padding: 0;
  }
  .projects_navi_item {
    display: block;
    float: none;
    width: 100%;
    text-align: right;
    margin: 0;
  }
  .projects_navi_item:first-child {
    margin-right: 0;
    text-align: left;
    border-bottom: 1px solid #c1c1c1;
    border-right: none;
  }
  .projects_navi_item a {
    display: block;
    margin: 0;
    padding: 30px 60px 30px 0;
  }
  .projects_navi_item a:before {
    right: 20px;
    top: 42px;
  }
  .projects_navi_item:first-child a {
    padding: 30px 0 30px 60px;
  }
  .projects_navi_item:first-child a:before {
    left: 20px;
    rigth: auto;
  }
}

.project.projectUDH {
  margin-bottom: 0;
}

.projectUDH .case-body {
  background: #1c260f;
}

.projectUDH .col-1-4 {
  float: left;
  width: 27%;
}

.projectUDH .col-3-4 {
  float: left;
  width: 73%;
}

.projectUDH .s-1 .container {
  background: url("../img/proj_udh_back1.jpg") 50% 0 no-repeat;
  z-index: 25;
}

.projectUDH .s-1 .r-1 {
  padding-bottom: 110px;
}

.projectUDH .s-1 img {
  display: inline-block;
}

.projectUDH .s-1 .r-2 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.projectUDH .s-1 .r-3 {
  text-align: center;
  padding-top: 0;
}

.projectUDH .s-1 .r-4 {
  text-align: center;
  padding-top: 120px;
}

.projectUDH .s-2 .container {
  margin-top: -200px;
  background: url("../img/proj_udh_back2.jpg") 50% 0 no-repeat;
  z-index: 20;
}

.projectUDH .s-2 .r-1 {
  padding-top: 290px;
  padding-bottom: 0;
}

.projectUDH .s-2 .col-1-4 {
  text-align: right;
}

.projectUDH .s-2 .col-3-4 {
  padding-left: 45px;
}

.projectUDH .s-3 .container {
  margin-top: -140px;
  background: url("../img/proj_udh_back3.jpg") 50% 0 no-repeat;
  z-index: 15;
}

.projectUDH .s-3 .r-1 {
  padding-top: 290px;
  padding-bottom: 0;
}

.projectUDH .s-3 .col-1-4 {
  float: right;
}

.projectUDH .s-3 .col-3-4 {
  padding-right: 45px;
}

.projectUDH .s-4 {
  padding-top: 0;
  padding-bottom: 100px;
  background: url("../img/proj_udh_back5.jpg") 50% 100% no-repeat;
}

.projectUDH .s-4 .container {
  margin-top: -380px;
  background: url("../img/proj_udh_back4.jpg") 50% 0 no-repeat;
  z-index: 10;
}

.projectUDH .s-4 .r-1 {
  padding-top: 490px;
  text-align: center;
}

.projectUDH .s-4 img {
  display: inline-block;
}

.projectUDH .s-4 .r-2 {
  text-align: center;
  padding-top: 100px;
}

.projectUDH_logosCover {
  max-width: 1400px;
  margin: 0 auto;
}

.projectUDH .s-4 .r-2 img {
  margin: 0 11px;
}

.projectUDH .s-4 .r-2 .i-2 {
  margin: 0 16px;
}

@media (max-width: 1024px) {
  .projectUDH .col-1-4 {
    width: 33%;
  }
  .projectUDH .col-3-4 {
    width: 67%;
  }
  .projectUDH .s-3 .container {
    margin-top: -70px;
  }
  .projectUDH .s-3 .r-1 {
    padding-top: 140px;
  }
  .projectUDH .s-4 .container {
    margin-top: 0;
  }
  .projectUDH .s-4 .r-1 {
    padding-top: 80px;
  }
}

@media (max-width: 880px) {
  .projectUDH .col-1-4, .projectUDH .col-3-4 {
    width: 100%;
    float: none;
  }
  .projectUDH .s-2 .container {
    margin-top: -300px;
    background-position: 0 0;
  }
  .projectUDH .s-2 .r-1 {
    padding-top: 370px;
  }
  .projectUDH .s-2 .col-1-4 {
    text-align: left;
    padding-bottom: 40px;
  }
  .projectUDH .s-2 .col-3-4 {
    padding-left: 0px;
  }
  .projectUDH .s-3 .container {
    margin-top: -200px;
  }
  .projectUDH .s-3 .r-1 {
    padding-top: 270px;
  }
  .projectUDH .s-3 .col-1-4 {
    text-align: left;
    padding-bottom: 40px;
  }
  .projectUDH .s-3 .col-3-4 {
    padding-left: 0px;
    padding-right: 0;
  }
  .projectUDH .s-4 {
    padding-bottom: 50px;
  }
  .projectUDH .s-4 .r-2 {
    padding-top: 50px;
  }
  .projectUDH .s-4 .r-2 img, .projectUDH .s-4 .r-2 .i-2 {
    margin: 0 8px;
  }
}

.project.projectRest {
  margin-bottom: 0;
}

.projectRest .case-body {
  background: #201513;
}

.project.projectRest img {
  display: inline-block;
  max-width: 100%;
}

.project.projectRest .s-1 {
  background: url("../public/proj_restauracja/proj_rest_back1.jpg") 0 100% no-repeat;
}

.project.projectRest .s-1 .container {
  background: url("../public/proj_restauracja/proj_rest_back0.jpg") 100% 0 no-repeat;
}

.project.projectRest .s-1 .r-1 {
  padding-bottom: 70px;
}

.project.projectRest .s-1 .r-2 {
  padding: 0 0 100px;
  text-align: center;
}

.projectRest .i-0 {
  position: absolute;
  right: 0;
  top: 1300px;
  z-index: 20;
}

.projectRest .i-1 {
  float: left;
  margin-bottom: 80px;
}

.projectRest .i-2 {
  position: absolute;
  right: 180px;
  top: 160px;
  z-index: 5;
}

.projectRest .i-3 {
  clear: both;
  margin-right: 200px;
  z-index: 6;
  position: relative;
}

.project.projectRest .s-1 .r-3 {
  padding: 40px 0 0;
  text-align: center;
}

.projectRest .i-4 {
  position: relative;
  top: 120px;
}

.projectRest .i-6 {
  position: relative;
  top: 300px;
}

.project.projectRest .s-2 .container {
  background: url("../public/proj_restauracja/proj_rest_bottom.jpg") 50% 100% no-repeat;
  padding-top: 120px;
  padding-bottom: 950px;
}

.projectRest .i-7 {
  float: left;
  margin-bottom: 115px;
  z-index: 10;
  position: relative;
}

.projectRest .i-8 {
  position: absolute;
  right: 20px;
  top: 190px;
  z-index: 5;
}

.projectRest .i-12 {
  z-index: 11;
  position: relative;
  margin-bottom: 100px;
}

.projectRest .i-9 {
  position: absolute;
  right: 200px;
  margin-top: 450px;
  z-index: 14;
}

.projectRest .i-10 {
  float: left;
  margin: 0 0 0 115px;
}

.projectRest .i-11 {
  position: absolute;
  right: 130px;
  z-index: 14;
  margin-top: 930px;
}

@media (max-width: 1500px) {
  .project.projectRest .s-2 .container {
    padding-bottom: 900px;
  }
  .project.projectRest .s-1 .r-2 {
    text-align: left;
  }
  .projectRest .i-2 {
    right: 20px;
  }
  .projectRest .i-3 {
    margin-left: 20px;
  }
  .projectRest .i-7 {
    margin-bottom: 50px;
  }
  .projectRest .i-8 {
    position: relative;
    float: right;
    right: 0;
    top: 0;
  }
  .projectRest .i-12 {
    top: -200px;
    margin-bottom: 0;
  }
  .projectRest .i-9 {
    right: 50px;
  }
  .projectRest .i-10 {
    margin-left: 30px;
  }
  .projectRest .i-11 {
    right: 0;
    margin-top: 960px;
  }
}

@media (max-width: 1400px) {
  .projectRest .i-0 {
    width: 400px;
  }
  .projectRest .i-1 {
    width: 70%;
  }
  .projectRest .i-2 {
    z-index: 20;
  }
  .projectRest .i-3 {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .project.projectRest .s-2 .container {
    padding-top: 250px;
    padding-bottom: 600px;
    background-position: 30% 100%;
  }
  .projectRest .i-2 {
    width: 40%;
  }
  .projectRest .i-12 {
    top: 50px;
  }
  .projectRest .i-9 {
    position: relative;
    float: left;
    margin-top: 100px;
    right: 0;
    width: 45%;
  }
  .projectRest .i-10 {
    position: relative;
    float: right;
    margin-top: 100px;
    right: 0;
    width: 45%;
  }
  .projectRest .i-11 {
    position: relative;
    float: left;
    width: 45%;
    margin-top: 50px;
    left: -50px;
  }
}

@media (max-width: 1000px) {
  .projectRest .i-0 {
    width: 300px;
    top: 1100px;
  }
  .project.projectRest .s-1 .row.r-3 .col-1-3 {
    float: left;
    width: 33%;
    padding: 20px;
  }
  .projectRest .i-4, .projectRest .i-6 {
    top: 0;
  }
  .project.projectRest .s-2 .container {
    padding-top: 30px;
  }
}

@media (max-width: 800px) {
  .projectRest .i-0 {
    width: 250px;
    top: 1000px;
  }
  .project.projectRest .s-2 .container {
    padding-top: 250px;
    padding-bottom: 600px;
    background-position: 45% 100%;
  }
}

@media (max-width: 600px) {
  .projectRest .i-0 {
    width: 200px;
    top: 1150px;
  }
  .project.projectRest .s-1 .r-2 {
    padding-bottom: 20px;
  }
  .projectRest .i-1 {
    widtH: 50%;
    margin-bottom: 20px;
  }
  .projectRest .i-2 {
    widtH: 40%;
    top: 0;
  }
  .projectRest .i-3 {
    widtH: 50%;
    margin-left: 0;
  }
  .project.projectRest .s-1 .row.r-3 .col-1-3 {
    padding: 10px;
  }
  .project.projectRest .s-2 .container {
    padding-top: 200px;
  }
}

@media (max-width: 450px) {
  .project.projectRest img.i-0 {
    display: none;
  }
  .project.projectRest .s-1 .r-2, .project.projectRest .s-1 .r-3 {
    text-align: center;
  }
  .project.projectRest .s-2 {
    text-align: center;
  }
  .projectRest .i-1 {
    widtH: 100%;
    margin-bottom: 20px;
  }
  .projectRest .i-2 {
    widtH: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .projectRest .i-3 {
    widtH: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .project.projectRest .s-2 .container {
    padding-top: 60px;
    padding-bottom: 800px;
    background-position: 50% 100%;
  }
  .projectRest .i-7 {
    margin-bottom: 20px;
  }
  .projectRest .i-12 {
    margin-top: 20px;
    top: 0;
  }
  .project.projectRest .s-1 .row.r-3 .col-1-3 {
    float: none;
    width: 100%;
    padding: 0;
  }
  .projectRest .i-9 {
    width: 100%;
    margin-top: 60px;
  }
  .projectRest .i-10 {
    width: 100%;
    margin-top: 20px;
  }
  .projectRest .i-11 {
    width: 100%;
    margin-top: 20px;
    left: 0;
  }
}

.project.projectPiwo {
  margin-bottom: 0;
}

.projectPiwo .case-body {
  background: #201513;
}

.project.projectPiwo .s-1 .container {
  background: none;
}

.project.projectPiwo .s-2 .container {
  background: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 150px;
}

.project.projectPiwo .s-2 img {
  display: inline-block;
  max-width: 100%;
}

.project.projectPiwo .s-2 .projectPiwo_imageCover {
  display: inline-block;
  position: relative;
  padding-bottom: 190px;
}

.project.projectPiwo .s-2 .projectPiwo_imageCover h2 {
  position: absolute;
  left: 0;
  bottom: 70px;
  text-align: left;
  margin-bottom: 0;
  font-size: 50px;
}

.project.projectPiwo .s-2 .col-2-2 {
  padding: 190px 30px 0;
  float: left;
  width: 50%;
}

.project.projectPiwo .s-2 .col-2-2 .projectPiwo_imageCover {
  padding-bottom: 50px;
}

.project.projectPiwo .s-2 .col-2-2 .projectPiwo_imageCover h2 {
  bottom: -70px;
}

@media (max-width: 1024px) {
  .project.projectPiwo .row .col-1-2 {
    width: 50%;
    padding: 0 30px 0 0;
    float: left;
  }
  .project.projectPiwo .s-2 .col-2-2 {
    padding: 100px 0 0;
  }
}

@media (max-width: 600px) {
  .project.projectPiwo .s-2 .container {
    padding-bottom: 0px;
  }
  .project.projectPiwo .s-2 .projectPiwo_imageCover {
    padding-bottom: 50px;
  }
  .project.projectPiwo .row .col-1-2, .project.projectPiwo .row .col-2-2 {
    width: 100%;
    padding: 0;
    float: none;
  }
  .project.projectPiwo .s-2 .projectPiwo_imageCover h2 {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 36px;
    padding-top: 10px;
  }
  .project.projectPiwo .s-2 .col-2-2 .projectPiwo_imageCover h2 {
    bottom: 0;
  }
}

.clients {
  padding: 70px 30px 10px;
  color: #fff;
  background: #191919;
}

@media (min-width: 1025px) {
  .clients .caption-wrap {
    padding-left: 70px;
    width: 32%;
    float: left;
  }
}

.clients .clients-list {
  text-align: center;
}

@media (min-width: 1025px) {
  .clients .clients-list {
    width: 68%;
    float: left;
    text-align: left;
	max-height: 540px;
  }
}

.clients .clients-list ul {
  position: relative;
  padding-left: 30px;
  margin-right: -60px;
}

@media (max-width: 1024px) {
  .clients .clients-list ul {
    padding-left: 0;
    margin-right: 0;
  }
}

.clients .clients-list ul li {
  display: inline-block;
  margin: 0 30px 70px;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .clients .clients-list ul li {
    margin-bottom: 40px;
  }
}

.feedback {
  padding: 50px 100px;
}

@media (max-width: 1025px) {
  .feedback {
    padding: 30px;
  }
}

.feedback .fieldset {
  position: relative;
  margin-bottom: 20px;
}

.feedback .fieldset input {
  display: block;
  width: 100%;
  height: 75px;
  padding-right: 90px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  border: 0;
}

.feedback .fieldset input::-webkit-input-placeholder {
  color: #262932;
}

.feedback .fieldset input:-moz-placeholder {
  color: #262932;
}

.feedback .fieldset input::-moz-placeholder {
  color: #262932;
}

.feedback .fieldset input:-ms-input-placeholder {
  color: #262932;
}

@media (max-width: 1025px) {
  .feedback .fieldset input {
    font-size: 30px;
  }
}

.feedback .fieldset button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 0;
  font-size: 60px;
  line-height: 1;
  border: 0;
  background: none;
}

.feedback .desc {
  padding: 20px 0;
  font-size: 20px;
  border-top: 2px solid #262932;
}

.feedback .has-error .fieldset input {
  color: #a94442;
}

.feedback .has-error .fieldset button {
  color: #a94442;
}

.feedback .has-error .desc {
  border-top: 2px solid #a94442;
}

.news {
  padding: 40px 30px 70px;
}

@media (min-width: 1025px) {
  .news .caption-wrap {
    padding-left: 70px;
    width: 32%;
    float: left;
  }
}

@media (min-width: 1025px) {
  .news .news-list {
    width: 68%;
    float: left;
    text-align: left;
  }
}

.news .arrows {
  width: 240px;
  padding-top: 300px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .news .arrows {
    display: none;
  }
}

.news .swiper-container,
.news .swiper-slide {
  width: 100%;
  overflow: hidden;
}

.news .swiper-button-prev,
.news .swiper-button-next {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  width: 100px;
  height: 60px;
  font-size: 34px;
  line-height: 60px;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news .swiper-button-prev {
  border-right: 1px solid #ccc;
}

.news .swiper-slide .info {
  width: 50%;
  padding: 0 15px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news .swiper-slide .info {
    width: 100%;
    padding: 0;
  }
}

.news .swiper-slide .figure {
  width: 50%;
  height: 600px;
  float: right;
}

@media (max-width: 767px) {
  .news .swiper-slide .figure {
    width: 100%;
    height: 320px;
    margin-bottom: 30px;
    float: none;
  }
}

.news .swiper-slide .num {
  margin-bottom: 30px;
  color: #cecece;
  font-size: 30px;
  font-weight: 700;
}

.news .swiper-slide .title {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.news .swiper-slide .desc {
  font-size: 20px;
}

.news .swiper-slide .desc p {
  margin-bottom: 20px;
}

.clear {clear: both;}
.thin {font-weight: 100 }

.ourtext {padding: 40px 0 0;}
.ourtext_caption {float:left;width: 32%;padding-left: 100px;max-width: 300px;
}
@media (max-width: 1025px) {
	.ourtext_caption {float: none;	width: 100%;	max-width: 100%;	padding-left: 30px;	}
}
.ourtext_content{float:right;width: 68%; padding: 10px 30px 70px 0;}
@media (max-width: 1025px) {
	.ourtext_content{		float: none;	width: 100%;		padding-left: 30px;		}
}
.ourtext_columnitem{float: left;width: 38%;padding-right: 3%; font-size: 18px;}
@media (max-width: 600px) {
	.ourtext_columnitem {float: none;width: 100%;padding-left: 0;padding-bottom: 20px;}
}


.ourtext_columnitem:last-child {width:19%;padding-right: 0; }

@media (max-width: 600px) {
	.ourtext_columnitem:last-child {width: 100%;padding-bottom: 0}
}

.ourtext_quote{background: #f3f3f3;padding: 50px 0 40px 0;}

@media (max-width: 1025px) {.ourtext_quote{margin-top: 50px;padding-bottom: 30px;}}
.ourtext_quotepad{float:right;width: 68%;adding: 0 30px 0 0;color: #999;}
	@media (max-width: 1025px) {.ourtext_quotepad{float: none;width: 100%;padding-left: 60px;}}
.ourtext_quotepad .border {font-size: 18px;padding: 0 30px 0 20px;color: #333;border-left: 1px solid #333;max-width: 800px;}
.ourtext_quotepad p {padding: 10px 0 0}