@charset "UTF-8";
/*
    Do not write anything besides imports and variable declarations in this file.
    
    Use the following folders to organize your code:
    
    partials
        Reusable styles for specific patterns / elements / widgets.
    
    pages
        Page-specific styles.
    
    lib
        External libraries such as bourbon, font-awesome, etc.
    
    utility
        Miscellaneous mixins & style defaults we use on pretty much every project.
*/
/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

a{
  color: #e8001a;
}

.screen-reader-text{
  display: none;
}

.navigation.pagination{
  text-align: center;
}
.navigation.pagination .page-numbers{
  display: inline-block;
  margin: 0 0.5em;
}

.fa, header.header .header-mobile-menu a {
  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;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, header.header .header-mobile-menu a.pull-left {
  margin-right: .3em;
}

.fa.pull-right, header.header .header-mobile-menu a.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
header.header .header-mobile-menu a:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

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

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

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

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

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

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/gt-walsheim-light-webfont.eot");
  src: url("../fonts/gt-walsheim-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-light-webfont.woff2") format("woff2"), url("../fonts/gt-walsheim-light-webfont.woff") format("woff"), url("../fonts/gt-walsheim-light-webfont.ttf") format("truetype"), url("../fonts/gt-walsheim-light-webfont.svg#gt_walsheimlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GTWalsheim';
  src: url("../fonts/gt-walsheim-bold-webfont.eot");
  src: url("../fonts/gt-walsheim-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gt-walsheim-bold-webfont.woff2") format("woff2"), url("../fonts/gt-walsheim-bold-webfont.woff") format("woff"), url("../fonts/gt-walsheim-bold-webfont.ttf") format("truetype"), url("../fonts/gt-walsheim-bold-webfont.svg#gt_walsheimbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none;
}

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

.outer-container {
  max-width: 1366px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .outer-container {
    padding: 0 30px;
  }
}

.inner-container {
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner-container {
    padding: 0 30px;
  }
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0px;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

/*
    Responsive Media Containers
    
    Set the width of the container and the height will adjust based on the given aspect ratio.
    
    The default markup is as follows:
    <div class="media-container">
        <div class="media-container-inner">
            {{ Content -- can be an iframe, img, or div. }}
        </div>
    </div>
*/
.media-container.portrait {
  position: relative;
}

.media-container.portrait .media-container-inner {
  padding-top: 150%;
}

.media-container .media-container-inner iframe{
  border: none;
}

.media-container.portrait .media-container-inner img, .media-container.portrait .media-container-inner iframe, .media-container.portrait .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

/*li.case-element .media-container.portrait .media-container-inner img {
  position: static;
}*/

li.case-element .media-container .media-container-inner img.preview {
  position: static;
}

.media-container.landscape {
  position: relative;
}

.media-container.landscape .media-container-inner {
  /*padding-top: 66.66667%;*/
}

li.case-element .media-container.portrait .media-container-inner {
  padding-top: 0;
}

.media-container.landscape .media-container-inner img, .media-container.landscape .media-container-inner iframe, .media-container.landscape .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.media-container.square {
  position: relative;
}

.media-container.square .media-container-inner {
  padding-top: 100%;
}

.media-container.square .media-container-inner img, .media-container.square .media-container-inner iframe, .media-container.square .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.media-container.widescreen {
  position: relative;
}

.media-container.widescreen .media-container-inner {
  padding-top: 56.25%;
}

.media-container.widescreen .media-container-inner img, .media-container.widescreen .media-container-inner iframe, .media-container.widescreen .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.media-container.youtube {
  position: relative;
}

.media-container.youtube .media-container-inner {
  padding-top: 75%;
}

.media-container.youtube .media-container-inner img, .media-container.youtube .media-container-inner iframe, .media-container.youtube .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.wrapper.fixed {
  margin-top: 80px;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

.slick-slide::after, .slick-slide *::after {
  clear: both;
  content: "";
  display: table;
}

body {
  font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

div, a {
  text-decoration: none;
  transition: text-decoration .3s ease-in-out, background .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out;
}

div:hover, a:hover {
  transition-duration: .3s;
}

p {
  margin-bottom: .5em;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 30px 0 30px;
  line-height: 1.25em;
}

h1.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.8em;
}

.full-width-holder {
  margin: 0 inherit;
  width: 100%;
  background-color: transparent;
  text-align: center;
}

.full-width-holder.single {
  padding-bottom: 120px;
}

.full-width-holder img {
  max-width: 1366px;
  margin: 0 auto;
  max-width: 1170px;
  display: block;
  width: 100%;
}

.full-width-holder img.wide {
  max-width: 100%;
}

/* Partials */
footer.footer {
  position: relative;
  overflow: hidden;
  background: #1a1717;
  color: #6e6e6e;
  padding: 120px 0;
}

footer.footer::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 840px) {
  footer.footer {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 640px) {
  footer.footer {
    height: auto;
  }
}

footer.footer > div {
  max-width: 650px;
  margin: 0 auto;
}

footer.footer .vertical {
  display: block;
}

footer.footer .vertical span {
  white-space: nowrap;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #6e6e6e;
}

footer.footer a {
  position: relative;
}

footer.footer a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: white;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

footer.footer a:hover:before {
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

footer.footer .contact-form {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  footer.footer .contact-form {
    height: auto;
  }
}

footer.footer .contact-form form {
  margin-top: 20px;
}

footer.footer .contact-form form::after {
  clear: both;
  content: "";
  display: table;
}

footer.footer .contact-form form input {
  color: #eee;
  font-weight: bold;
  font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
  font-size: 36px;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 45%;
  border-bottom: 2px solid #444;
  padding-bottom: 20px;
  transition: border 0.5s;
}

footer.footer .contact-form form input:last-of-type {
  margin-left: 2%;
}

footer.footer .contact-form form input:focus {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  footer.footer .contact-form form input {
    float: none;
    width: calc(100% - 60px);
  }
  footer.footer .contact-form form input:last-of-type {
    margin-left: 0;
    margin-top: 30px;
  }
}

footer.footer .contact-form form input::-webkit-input-placeholder {
  color: #444;
}

footer.footer .contact-form form input::-moz-placeholder {
  color: #444;
}

footer.footer .contact-form form input:-moz-placeholder {
  color: #444;
}

footer.footer .contact-form form input:-ms-input-placeholder {
  color: #444;
}

footer.footer .contact-form form input.error {
  border-bottom: 2px solid #e8001a;
}

footer.footer .contact-form form button {
  background: transparent;
  border: 0;
  float: right;
  cursor: pointer;
}

footer.footer .contact-form form button:hover .footer-arrow {
  stroke: white;
}

@media screen and (max-width: 768px) {
  footer.footer .contact-form form button {
    margin-top: 30px;
  }
}

footer.footer .contact-form .contact-response {
  height: 71px;
  display: none;
  margin-top: 20px;
  font-weight: bold;
  font-family: "GTWalsheim", Helvetica, Arial, sans-serif;
  font-size: 42px;
}

footer.footer .footer-contact {
  min-height: 70px;
}

footer.footer .footer-contact::after {
  clear: both;
  content: "";
  display: table;
}

footer.footer .footer-arrow {
  transition: stroke 0.3s;
  fill: none;
  stroke: #444;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

footer.footer .contact-info {
  line-height: 1.8em;
  font-size: 15px;
}

footer.footer .contact-info .vertical {
  margin-bottom: 20px;
}

footer.footer .contact-info .info {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
}

footer.footer .contact-info .info-full .info {
	width: 35%;
}

footer.footer .contact-info .info-full {
	margin-top: 50px;
	padding-top:50px;
	border-top:2px solid #444;
}

footer.footer .contact-info .info:hover {
  color: lighter(#6e6e6e, 20%);
}

footer.footer .contact-info .info a {
  color: #6e6e6e;
}

footer.footer .contact-info .info .map-display a,footer.footer .contact-info .info a:hover {
  color: white;
}

footer.footer .contact-info .info.narrow {
  width: 25%;
}

@media screen and (max-width: 840px) {
  footer.footer .contact-info .info {
    width: 35%;
  }
  footer.footer .contact-info .info.narrow {
    width: 35%;
  }
  footer.footer .contact-info .info.address {
    width: 25%;
  }
}

@media screen and (max-width: 640px) {
  footer.footer .contact-info .info {
    padding-top: 25px;
    width: 100%;
  }
  footer.footer .contact-info .info.narrow {
    width: 100%;
  }
  footer.footer .contact-info .info.address {
    padding-top: 0px;
    width: 100%;
  }
  footer.footer .contact-info .info:first-of-type {
    padding-top: 20px;
  }
}

footer.footer .map-display {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #6e6e6e;
  margin-top: 30px;
  display: inline-block;
  line-height: 2.1;
}

footer.footer .map-display a {
  color: white;
  line-height: 12px;
}

footer.footer .map-display a:after {
  height: 15px;
  width: 15px;
  content: "";
  background: #e8001a;
  display: inline-block;
  transition: background 0.3s ease-in-out;
  margin-right: 8px;
  margin-top: 5px;
  vertical-align: middle;
  float: left;
}

footer.footer #footer-map {
  margin: 15px 0;
  position: relative;
  transition: margin 0.5s ease-in-out;
}

footer.footer #footer-map .gmaps {
  height: 0;
}

footer.footer #footer-map.slide-out .gmaps {
  height: 420px;
}

footer.footer #footer-map .gmaps iframe{
  border: none;
  width: 100%;
  height: 100%;
}

footer.footer input:focus,
footer.footer select:focus,
footer.footer textarea:focus,
footer.footer button:focus {
  outline: none;
}

header.header {
  width: 100%;
  background-color: #1a1717;
  height: calc(100vh - 80px);
}

header.header > .header-container {
  height: calc(100vh - 80px);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

header.header > .header-container .nav-container {
  position: absolute;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0px;
  height: calc(100vh - 160px);
  width: 100%;
  top: 80px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100;
}

header.header > .header-container .nav-container p {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  header.header > .header-container .nav-container {
    height: calc(100vh);
  }
}

@media screen and (max-width: 768px) {
  header.header > .header-container .nav-container {
    top: 1em;
  }
}

header.header a.logo-link:hover {
  opacity: 0.5;
}

header.header .nav-container > .logo {
  float: left;
  margin-left: 1em;
}

header.header .nav-container > .logo img {
  width: 135px;
}

header.header .nav-container > .logo img .logo {
  fill: white;
}

@media screen and (max-width: 768px) {
  header.header .nav-container > .logo img {
    width: 108px;
  }
}

@media screen and (max-width: 768px) {
  header.header .nav-container > .logo {
    margin-left: 26px;
    margin-top: 15px;
  }
}

header.header .header-mobile-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 29px;
  right: 30px;
  z-index: 100000;
  background: white;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

header.header .header-mobile-menu a {
  color: #e8001a;
}

@media screen and (max-width: 768px) {
  header.header .header-mobile-menu {
    display: block;
  }
}

header.header .title-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 320px);
}

header.header.video .title-holder{
	align-items: baseline;
}

header.header .title-holder h1 {
  font-weight: bold;
  font-size: 72px;
  color: white;
  text-align: center;
  padding: 0;
  width: 650px;
}

@media screen and (max-width: 768px) {
  header.header .title-holder h1 {
    line-height: 1.1em;
    width: auto;
    font-size: 64px;
  }
}

header.header .slide-holder {
  height: calc(100vh - 80px);
  overflow: hidden;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

header.header .slide-holder .slide {
  position: relative;
  height: calc(100vh - 80px);
  background-size: cover;
  background-position: center;
}

header.header .slide-holder .slide .slide-desc {
  max-width: calc(1140px - 2em);
  margin: 0 auto;
}

header.header .slide-holder .slide .countdown {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 2px;
  max-width: calc(1140px - 2em);
  bottom: 50px;
}

@media screen and (max-width: 1110px) {
  header.header .slide-holder .slide .countdown {
    left: 1em;
    max-width: calc(100% - 2em);
  }
}

@media screen and (max-width: 768px) {
  header.header .slide-holder .slide .countdown {
    left: 30px;
    max-width: calc(100% - 60px);
  }
}

header.header .slide-holder .slide .countdown .inner {
  transition: transform 6s linear;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 100%;
  background: #e8001a;
  height: 2px;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

header.header .slide-holder .slide h1 {
  left: auto;
  top: auto;
  width: auto;
  color: white;
  position: absolute;
  margin-top: 0;
  text-align: left;
  bottom: 30px;
  font-size: 30px;
  padding: 15px 0 40px;
  height: auto;
  display: block;
}

@media screen and (max-width: 1110px) {
  header.header .slide-holder .slide h1 {
    padding-left: 0.5em;
    max-width: calc(100% - 2em);
  }
}

@media screen and (max-width: 768px) {
  header.header .slide-holder .slide h1 {
    padding-left: 0;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}

header.header .slide-holder a.timeout .slide .countdown .inner {
  -ms-transform: scaleX(0.01);
  transform: scaleX(0.01);
}

header.header .credentials {
  /*max-width: 650px;*/
  max-width: 100%;
  margin: 0 auto;
  padding-left: 1em;
  /*left: calc(50% - 325px);*/
  width: 100%;
  position: absolute;
  bottom: 50px;
}

header.header .credentials > div {
  width: 44%;
  display: inline-block;
}

header.header .credentials > div:last-of-type {
  width: 10%;
  text-align: right;
}

header.header .credentials > div h2 {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: white;
  opacity: 0.5;
}

header.header .credentials > div p {
  margin-top: 10px;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 768px) {
  header.header .credentials {
    left: auto;
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
  header.header .credentials p {
    margin-top: 0;
  }
  header.header .credentials > div {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  header.header .credentials > div:last-of-type {
    width: 100%;
    text-align: center;
  }
}

header.header .header-button {
  margin-top: 7px;
  margin-right: 1em;
  float: right;
  background: white;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(33, 33, 33, 0.25);
}

header.header .header-button:hover {
  background-color: #e8001a;
}

header.header .header-button:hover a {
  color: white;
}

header.header .header-button a {
  padding: 15px 20px 15px 20px;
  display: block;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #e8001a;
  letter-spacing: 0.04em;
}

header.header .header-button a:hover {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 768px) {
  header.header .header-button {
    display: none;
  }
}

header.header.video {
  background: black;
  position: relative;
}

header.header.video > .header-container {
  min-height: 576px;
  background: none;
}

header.header.video .video-container {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100vh - 80px);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}

header.header.video video {
  height: calc(100vh - 80px);
  left: 50%;
  position: absolute;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

header.header.video video.vid-placeholder {
  display: block;
  opacity: 1;
  transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
}

header.header.video video.vid-placeholder.fadeout {
  opacity: 0;
}

header.header.video video.vid-poznaj {
  opacity: 0;
  transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
}

header.header.video .play {
  opacity: 1;
  transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
}

header.header.video .play.fadeout {
  opacity: 0;
}

header.header.video video.vid-poznaj.fadein {
    opacity: 1;
}

@media screen and (max-width: 768px) {
  header.header.video video {
    /*display: none;*/
  }
}

header.header.video .play {
  display: block;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 40px);
}

header.header.video .play svg {
  height: 80px;
  width: 80px;
}

header.header.video #play .cls-1 {
  transition: fill 0.3s;
  fill: #fff;
}

header.header.video #play .cls-2 {
  transition: fill 0.3s;
  fill: #e8001a;
}

header.header.video #play:hover .cls-1 {
  fill: #e8001a;
}

header.header.video #play:hover .cls-2 {
  fill: #fff;
}

header.header.video .header-contact:hover {
  background-color: #000;
}

header.header.video .header-contact:hover a {
  color: white;
}

header.header.video .header-contact a {
  color: black;
}

header.header.businessunit .header-container {
  background-color: white;
  /*background-color: #f2f2f2;*/
}

header.header.businessunit .nav-container {
  height: calc(100vh - 300px);
}

header.header.businessunit .nav-container .bu {
  position: absolute;
  left: 50%;
  top: 55%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  opacity: 0;
  transition: 2s opacity;
  -moz-transition: 2s opacity;
  -webkit-transition: 2s opacity;
}

header.header.businessunit .nav-container .bu.animatebu {
  opacity: 1;
}

header.header.businessunit .nav-container .bu img.bu-logo {
  max-width: 100%;
  width: auto;
  height: 75px;
  margin: 0 auto;
  display: block;
}

body.category-digital-en header.header.businessunit .nav-container .bu img.bu-logo,
body.category-digital header.header.businessunit .nav-container .bu img.bu-logo {
  height: 95px;
}

header.header.businessunit .nav-container .bu p {
  max-width: 720px;
  margin: 0 auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  top: 35px;
  display: block;
  text-align: center;
  color: white;
  color: #444;
}

@media screen and (max-width: 640px) {
  body.page-case header.header .header-container .title-holder h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  body.page-case header.header .credentials {
    bottom: 50px;
  }
}

nav#main-nav {
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: white;
}

nav#main-nav .logo {
  display: none;
}

nav#main-nav ul::after {
  clear: both;
  content: "";
  display: table;
}

nav#main-nav ul li {
  float: right;
  margin-right: 2em;
  padding: 30px 0;
  transition: opacity 0.3s, padding 0.3s, margin 0.3s;
}

nav#main-nav ul li a, #nav-submenu a {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  letter-spacing: 0.1em;
}

nav#main-nav ul li a:hover {
  text-decoration: underline;
}

nav#main-nav ul li a.active {
  color: #e8001a;
}

nav#main-nav ul li.mobile {
  display: none;
}

nav#main-nav ul li:nth-of-type(10n+2) {
  margin: 0;
  margin-right: 1em;
}

nav#main-nav ul li.home {
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  margin-right: 0;
  opacity: 0;
}

nav#main-nav ul li.social {
  padding-top: 20px;
  padding-bottom: 19px;
}
nav#main-nav ul li.social:first-of-type{
  margin-right: 0;
}

nav#main-nav ul li.social a{
  display: inline-block;
}
nav#main-nav ul li.social a + a{
  margin-left: 1em;
}
nav#main-nav ul li.social img{
  width: 36px;
  height: 36px;
}

nav#main-nav ul li.en, nav#main-nav ul li.pl {
  display: none;
}

#nav-submenu{
  border: 1px solid #ddd;
  margin: 0 -12px;
  padding: 8px 12px;
  background-color: #fff;
  transition: all 300ms linear;
  z-index: 9999999;
}

#nav-submenu[x-placement="bottom-start"]{
  border-top-color: #fff;
}
#nav-submenu[x-placement="top-start"]{
  border-bottom-color: #fff;
  transform: translateY(-50%);
}

#nav-submenu:not(.show){
  visibility: hidden;
  opacity: 0;
  transition: all 150ms linear;
}

#nav-submenu a{
  display: inline-block;
  padding: 7px 0;
}

body.category nav#main-nav {
  border-top: 1px solid #ddd;
}

nav#main-nav ul li.left {
  margin-left: 1em;
  margin-right: 0;
  float: left;
}

@media screen and (max-width: 1366px) {
  nav#main-nav ul li {
    margin-right: 1.8em;
  }
  nav#main-nav ul li.home {
    margin-left: 1em;
  }
  nav#main-nav ul li:nth-of-type(10n+2) {
    margin-right: 1em;
  }
}

@media screen and (max-width: 1040px) {
  nav#main-nav ul li {
    margin-right: 1.3em;
  }
  nav#main-nav ul li.home {
    margin-left: 1em;
  }
  nav#main-nav ul li:nth-of-type(10n+2) {
    margin-right: 1em;
  }
}

@media screen and (max-width: 920px) {
  nav#main-nav ul li {
    margin-right: 1em;
  }
  nav#main-nav ul li.home {
    margin-left: 1em;
  }
  nav#main-nav ul li:nth-of-type(10n+2) {
    margin-right: 0.5em;
  }
}

nav#main-nav.fixed {
  position: fixed;
  z-index: 10010;
  top: 0;
}

nav#main-nav.fixed ul li {
  transition: opacity 0.3s, padding 0.3s, margin 0.3s;
}

nav#main-nav.fixed ul li.left {
  margin-left: 1em;
  margin-right: 0;
  float: left;
}

@media screen and (max-width: 768px) {
  nav#main-nav {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 60000;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }

  header.header.businessunit .nav-container .bu {
  	position: static;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	padding: 0px;
  	left: auto;
  	right: auto;
  	transform: translate(0,0);
  	margin-top: 150px;
  	width: 100%;
  }

  header.header.businessunit .nav-container .bu img.bu-logo {
	max-width: 100%;
	height: 50px;
  	box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	padding: 0 2em;
  }

  /*nav#main-nav ul {
    transform: rotate(180deg);
  }*/

  /*nav#main-nav ul > li {
    transform: rotate(-180deg);
  }*/

  nav#main-nav ul li.en, nav#main-nav ul li.pl {
    display: block;
  }
  nav#main-nav .logo {
    display: block;
    margin-left: 1.5em;
    margin-top: 33px;
  }
  nav#main-nav .logo img {
    width: 108px;
  }
  nav#main-nav .logo img .logo {
    fill: white;
  }
  nav#main-nav.show {
    display: block;
  }
  nav#main-nav ul.container {
    max-width: 100%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  nav#main-nav ul.container li {
    float: none;
    text-align: left;
    padding: 12px 0;
    margin: 0;
  }
  nav#main-nav ul li.social.desktop{
    display: none;
  }
  nav#main-nav ul li.social.mobile{
    white-space: nowrap;
  }
  nav#main-nav ul li.social.mobile a + a{
    margin-left: 0.5em;
  }
  nav#main-nav ul.container li.mobile {
    display: list-item;
  }
  nav#main-nav ul.container li.left + li:not(.left), nav#main-nav ul li.social.mobile {
    padding-top: 40px;
  }
  nav#main-nav ul.container li.break {
    padding-top: 40px;
  }
  nav#main-nav ul.container li a {
    font-size: 130%;
    text-transform: none;
    letter-spacing: 0;
  }
  nav#main-nav.fixed {
    position: fixed;
    z-index: 60010;
    top: 0;
  }
  nav#main-nav.fixed ul li {
    transition: opacity 0.3s, padding 0.3s, margin 0.3s;
  }
  nav#main-nav.fixed ul li.home {
    display: none;
  }
  nav#main-nav.fixed ul li.left {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 376px) {
  nav#main-nav ul.container {
    max-width: 100%;
    padding-top: 10px;
  }
  nav#main-nav ul.container li {
    padding: 6px 0;
    width: 45%;
  }
  nav#main-nav ul.container li.left + li:not(.left), nav#main-nav ul li.social.mobile {
    padding-top: 20px;
  }
  nav#main-nav ul.container li.break {
    padding-top: 20px;
  }
  nav#main-nav ul.container li a {
    font-size: 110%;
  }
}

@media screen and (max-width: 356px) {
  nav#main-nav ul.container {
    max-width: 100%;
    padding-top: 40px;
  }
  nav#main-nav ul.container li {
    padding: 6px 0;
    width: 55%;
  }
  nav#main-nav ul.container li.break {
    padding-top: 20px;
  }
  nav#main-nav ul.container li a {
    font-size: 110%;
  }
}

/* Pages */
.page-news .body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 1em;
}

.page-news .body img{
  max-width: 100%;
  height: auto;
}

.post + .post{
  margin-top: 2em;
}

.entry-header{
  margin-bottom: 1em;
}

.entry-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.entry-title a{
  color: black;
}

.entry-meta, .entry-footer{
  font-size: 12px;
  font-weight: bold;
}

.page-cases .body {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0px;
  text-align: center;
}

.page-cases .gallery-nav {
  margin-top: 60px;
  padding-bottom: 60px;
}

.page-cases .gallery-nav img {
  width: 16px;
  height: 50px;
}

.page-cases .gallery-nav a {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.page-cases .gallery-nav a.load-more {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  width: 150px;
}

.page-cases .gallery-nav a.load-more img {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.page-cases .gallery-nav a.load-more:hover {
  opacity: 0.7;
}

.cases-holder {
  max-width: 990px;
  margin: 0 auto;
}

li.case-element {
  max-width: 470px;
  width: 47%;
  display: inline-block;
  letter-spacing: 0.02em;
  margin: 120px 13px 0;
  vertical-align: top;
}

li.case-element::after {
  clear: both;
  content: "";
  display: table;
}

li.case-element .media-container {
  position: relative;
}

li.case-element .media-container .media-container-inner {
  /*padding-top: 60.70686%;*/
}

.page-walk .media-container-inner iframe {
  width: 100% !important;
  height: 100% !important;
}

li.case-element .media-container .media-container-inner {
  padding-top: 0;
}

li.case-element .media-container .media-container-inner img, li.case-element .media-container .media-container-inner iframe, li.case-element .media-container .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

li.case-element.wide {
  max-width: 962px;
  width: 100%;
  display: inline-block;
}

li.case-element .sig {
  text-align: center;
  margin-top: 30px;
}

li.case-element .sig > * {
  display: block;
}

li.case-element .sig .title {
  font-weight: bold;
  font-size: 24px;
}

li.case-element .sig .agency {
  margin-top: 15px;
  opacity: 0.35;
  font-size: 14px;
}

@media screen and (max-width: 1005px) {
  li.case-element {
    width: calc(100% - 60px);
    margin: 60px auto;
  }
  li.case-element.wide {
    width: calc(100% - 60px);
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  li.case-element:first-child {
    margin-top: 1px !important;
  }
  li.case-element {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  li.case-element.wide {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.page-case .awards {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 110px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 120px;
  margin-top: -50px;
}

.page-case .awards h1 {
  text-align: left;
}

.page-case .awards li {
  width: 200px;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.page-case .awards li div {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.page-case .awards li div.award-copy {
  padding-top: 2em;
}

.page-case .awards li div.award-copy p {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #d6d6d6;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .page-case .awards li {
    width: calc(50% - 30px);
  }
  .page-case .awards li img {
    width: 100%;
  }
}

.page-case div.media.body {
  padding-bottom: 90px;
}

.page-case div.media.body a {
  position: relative;
}

.page-case div.media.body a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: white;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.page-case div.media.body a:hover:before {
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.page-case div.media.body ul.media-list {
  padding-top: 30px;
}

.page-case div.media.body ul.media-list li {
  width: 100%;
  min-height: auto;
  list-style: none !important;
  display:table;
  width:100%;
  padding-bottom:20px;
}

.page-case div.media.body ul.media-list li::after {
  clear: both;
  content: "";
  display: table;
}

.page-case div.media.body ul.media-list li a {
  color: #444;
  padding-bottom: 8px;
  line-height: 1.5;
}

.page-case div.media.body ul.media-list li a:hover {
  color: #e8001a;
}

.page-case div.media.body ul.media-list li a:hover:before {
  background-color: #e8001a;
}

.page-case div.media.body ul.media-list li > div {
  /*float: left;*/
  display:table-cell;
  vertical-align:top;
}

.page-case div.media.body ul.media-list li div.link-title {
	box-sizing: border-box;
	padding:0 5px;
}

.page-case div.media.body ul.media-list li div.number {
  width: 35px;
  color: #d6d6d6;
}

.page-case div.media.body ul.media-list li div.publisher {
  /*float: right;*/
  color: #d6d6d6;
  text-align:right;
}

@media screen and (max-width: 768px) {
  .page-case div.media.body ul.media-list {
    display: table;
  }
  .page-case div.media.body ul.media-list li {
    display: table-row;
  }
  .page-case div.media.body ul.media-list li a:hover {
    border: none;
  }
  .page-case div.media.body ul.media-list li div {
    padding-bottom: 28px;
    display: table-cell;
    float: none;
  }
  .page-case div.media.body ul.media-list li div.publisher {
    display: none;
    float: none;
  }
}

.page-case .body {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 0 100px;
}

.page-case .body.last {
  padding-bottom: 50px;
}

.page-case .body h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 10px 0 20px;
  line-height: 1.25em;
}

.page-case .body h2 {
  padding-top: 0px;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #bbb;
}

.page-case .body p {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.8em;
  padding-top: 30px;
}

.page-case .body ul {
  list-style-type: square !important;
  list-style-position: inside !important;
  padding-top: 30px;
  margin-bottom: 1em;
}

.page-case .body ul li {
    font-size: 18px;
    list-style-type: square !important;
    list-style-position: inside !important;
    line-height: 1.8em;
    padding-left: 0;
}

.page-case .body:first-of-type {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .page-case .body {
    padding: 0 20px 50px;
  }
}

.page-case .related {
  background: #1a1717;
  text-align: center;
  padding: 120px 0;
  border-bottom: 1px solid #444;
}

.page-case .related h1 {
  max-width: 100%;
  width: 100%;
  color: white;
  padding-top: 0px;
  padding-bottom: 60px;
}

.page-case .related .related-item {
  max-width: 570px;
  width: 40%;
  text-align: center;
  display: inline-block;
  margin: 0 20px;
  overflow: hidden;
}

.page-case .related .related-item .media-container {
  position: relative;
}

.page-case .related .related-item .media-container .media-container-inner {
  padding-top: 56.23377%;
}

.page-case .related .related-item .media-container .media-container-inner img, .page-case .related .related-item .media-container .media-container-inner iframe, .page-case .related .related-item .media-container .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-case .related .related-item {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .page-case .related .related-item:last-of-type {
    margin-top: 40px;
  }
}

.page-case .related a {
  color: white;
}

.page-case .related img {
  max-width: 570px;
}

.page-case .related h2 {
  padding-top: 25px;
  font-weight: bold;
  font-size: 22px;
  color: white;
}

.page-case .related h3 {
  padding-top: 10px;
  opacity: 0.5;
  font-size: 14px;
  color: white;
  text-align: center;
  padding-bottom: 20px;
}

.page-case .full-width-holder {
  margin-bottom: 120px;
}

.page-case .full-width-holder .media-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1136px;
  position: relative;
}

// .page-case .full-width-holder .media-container .media-container-inner {
//   padding-top: 56.21622%;
// }

.page-case .full-width-holder .media-container .media-container-inner img, .page-case .full-width-holder .media-container .media-container-inner iframe, .page-case .full-width-holder .media-container .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.page-case .full-width-holder .media-container .media-container-inner{
  display: inline-block;;
  position: relative;
  margin-top: -79px;
}

.page-case .full-width-holder .media-container .media-container-inner img.ratio{
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100vh;
  // width: 100%;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  padding-top: 79px;
}
.page-case .full-width-holder .media-container .media-container-inner .iframe-container{
  top: 79px;
}

.page-case .full-width-holder .media-container .media-container-inner iframe {
  height: 100%;
}

.carousel .slick-track {
  margin-left: calc(50% - (650px / 2) - 240px);
}

.carousel .item {
  max-height: 471px;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .carousel .item {
    margin-top: 20px !important;
    max-width: 100% !important;
    width: auto !important;
    padding: 0 15px !important;
  }
  .carousel .item > iframe {
    max-width: 100%;
    /*height: auto;*/
  }
}

.carousel .item img {
  max-width: 100%;
  max-height: 416px;
}

.carousel .item p {
  padding-top: 25px;
  text-align: left;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.page-walk #icon-holder {
  position: absolute;
  z-index: 8000;
  top: 100vh;
  pointer-events: none;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  transition: top 0.3s;
}

@media screen and (max-width: 768px) {
  .page-walk #icon-holder {
    display: none;
  }
}

.page-walk #icon-holder .icon {
  position: absolute;
  width: 40px;
}

.page-walk #icon-holder .icon.star {
  width: 24px;
}

.page-walk #icon-holder .icon.pencil {
  width: 50px;
}

.page-walk #icon-holder .icon.rocket {
  width: 48px;
}

.page-walk #icon-holder .icon.head {
  width: 70px;
}

.page-walk #icon-holder .icon.thunder {
  width: 30px;
}

.page-walk #icon-holder .icon.trophy {
  width: 50px;
}

.page-walk .video-lightbox {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10001;
  display: none;
}

.page-walk .video-lightbox .media-container {
  width: 80%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-walk .video-lightbox .media-container .media-container-inner {
  padding-top: 56.25%;
}

.page-walk .video-lightbox .media-container .media-container-inner img, .page-walk .video-lightbox .media-container .media-container-inner iframe, .page-walk .video-lightbox .media-container .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  border: none;
}

.page-walk header.header h1 {
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}

.page-walk header.header h1 a {
  color: white;
}

.page-walk header.header h1 a:hover {
  color: black;
  opacity: 0.7;
}

.page-walk header.header h1 svg {
  height: 50px;
  width: 50px;
}

.page-walk .body {
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-walk .body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-walk .body h1.center {
  padding: 180px 0 160px;
}

.page-walk .body h1.narrow {
  max-width: 510px;
  padding-left: 30px;
  padding-right: 30px;
}

.page-walk .awards {
  max-width: 650px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

.page-walk .awards h1 {
  text-align: left;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.page-walk .awards li {
  height: 150px;
  width: 150px;
  position: relative;
  display: inline-block;
  text-align: center;
}

.page-walk .awards li .award-name {
  height: 150px;
  width: 180px;
  position: absolute;
  z-index: 10;
  padding-top: 15px;
}

.page-walk .awards li .award-count {
  transition: color 0.5s;
  position: absolute;
  height: 150px;
  width: 180px;
  text-align: center;
  color: #ededed;
  font-size: 135px;
  font-weight: bold;
}

.page-walk .awards li:hover .award-count {
  transition: color 0.5s;
  color: #e8001a;
}

.page-walk .awards li.tail {
  height: 180px;
  width: 100%;
  max-width: 100%;
}

.page-walk .awards li.tail > div {
  height: 180px;
  width: 100%;
}

.page-walk .awards li.tail > div.award-count {
  padding-top: 30px;
}

.page-walk .awards li.tail > div.award-name {
  padding-top: 0px;
  line-height: 32px;
}

.page-walk .full-width-holder {
  overflow: hidden;
}

.page-walk .full-width-holder img {
  height: 670px;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .page-walk .full-width-holder img {
    height: auto;
    width: 100%;
  }
}

.outer-container::after {
  clear: both;
  content: "";
  display: table;
}

.outer-container .floater {
  margin: 20px 0 180px;
  max-width: 940px;
}

.outer-container .floatern {
  margin: 20px 0 180px;
  max-width: 940px;
}

.outer-container .floater::after {
  clear: both;
  content: "";
  display: table;
}

.outer-container .floaterm::after {
  clear: both;
  content: "";
  display: table;
}

.outer-container .floater img {
  float: left;
  max-width: 100%;
}

.outer-container .floater > div {
  width: 55%;
  padding-left: 10%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 493px;
}

.outer-container .floatern img {
  float: left;
  max-width: 100%;
}

.outer-container .floatern > div {
  width: 55%;
  padding-left: 10%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 493px;
}

@media screen and (max-width: 768px) {
  .outer-container .floater > div {
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }
  .outer-container .floatern > div {
    width: 100%;
    float: none;
    height: auto;
    padding: 0;
  }
}

.outer-container .floater > div h1 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.outer-container .floatern > div h1 {
  width: 100%;
  max-width: 100%;
  padding: 0;

}

@media screen and (max-width: 768px) {
  .outer-container .floater > div h1 {
    padding-top: 55px;
  }
  .outer-container .floatern > div h1 {
    padding-top: 55px;
  }
}

.outer-container .floater p {
  margin-top: 55px;
  margin-bottom: 0;
}

.outer-container .floatern p {
  margin-top: 55px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .outer-container .floater {
    float: none;
  }
  .outer-container .floatern {
    float: none;
  }
}

.outer-container .floater.left {
  margin-left: 15%;
}
.outer-container .floatern.left {
  margin-left: 15%;
}

@media screen and (max-width: 768px) {
  .outer-container .floater.left {
    margin-left: 0;
  }
  .outer-container .floatern.left {
    margin-left: 0;
  }
}

.outer-container .floater.right {
  float: right;
  margin-right: 15%;
}
.outer-container .floatern.right {
  float: right;
  margin-right: 15%;
}

@media screen and (max-width: 768px) {
  .outer-container .floater.right {
    float: none;
    margin-right: 0;
  }
  .outer-container .floatern.right {
    float: none;
    margin-right: 0;
  }
}

.outer-container .floater.right img {
  float: right;
}

.outer-container .floatern.right img {
  float: right;
}

@media screen and (max-width: 768px) {
  .outer-container .floater.right img {
    float: none;
  }
  .outer-container .floatern.right img {
    float: none;
  }
}

.outer-container .floater.right > div {
  float: right;
  padding-left: 0;
  padding-right: 10%;
}

.outer-container .floatern.right > div {
  float: right;
  padding-left: 0;
  padding-right: 10%;
}

@media screen and (max-width: 768px) {
  .outer-container .floater.right > div {
    float: none;
  }
  .outer-container .floatern.right > div {
    float: none;
  }
}

.carousel .item {
  max-width: 770px;
  width: 100%;
  padding: 0 15px;
}

.carousel .item .media-container {
  position: relative;
}

.carousel .item .media-container .media-container-inner {
  padding-top: 56.21622%;
}

.carousel .item .media-container .media-container-inner img, .carousel .item .media-container .media-container-inner iframe, .carousel .item .media-container .media-container-inner div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.carousel .item p {
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.team-blurb {
  padding-bottom: 100px;
}

.team-blurb h1 {
  padding: 110px 0 50px;
}

.team-holder .slick-track {
  margin-left: calc(50% - (650px / 2) - 240px);
}

@media screen and (max-width: 640px) {
  .team-holder .slick-track {
    margin-left: 30px;
  }
}

.team-holder ul li:nth-of-type(2n) {
  display: none;
}

.team-holder h1 {
  padding-top: 115px;
  padding-bottom: 35px;
}

.team-holder .member {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .team-holder .member {
    width: 300px;
    margin: 0 auto 30px auto;;
  }
  .team-holder .member h2, .team-holder .member h4, .team-holder .member h3 {
    float: none !important;
    display: block !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .team-holder .member h4 {
    margin-top: 5px !important;
  }
  .team-holder .member h3 {
    margin-top: 15px !important;
  }
}

.team-holder .member img {
  height: 370px;
  width: 370px;
  box-shadow: 2px 8px 30px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .team-holder .member img {
    height: 270px;
    width: 270px;
  }
}

.team-holder .member h2, .team-holder .member h3, .team-holder .member h4 {
  color: #1a1717;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

.team-holder .member h2, .team-holder .member h4 {
  text-transform: uppercase;
}

.team-holder .member h3 {
  color: #6e6e6e;
  clear: both;
  padding-top: 10px;
  width: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: normal;
  text-transform: uppercase;
}

.team-holder .member h2 {
  padding-top: 10px;
  float: left;
}

.team-holder .member h4 {
  padding-top: 10px;
  margin-right: 30px;
  color: #e8001a;
  float: right;
  text-align: right;
}

.values {
  background-color: #e9e9e9;
  position: relative;
  padding-bottom: 80px;
}

.values h1 {
  padding-top: 120px;
  padding-bottom: 60px;
  max-width: 650px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 640px) {
  .values h1 {
    padding-left: 30px;
  }
}

.values .values-holder .slick-track {
  margin-left: calc(50% - (650px / 2) - 240px);
}

@media screen and (max-width: 640px) {
  .values .values-holder .slick-track {
    margin-left: 0;
  }
}

.values .values-holder .slick-slide {
  transition: opacity 0.9s;
  opacity: 0.15;
  max-width: 100%;
}

.slick-slide {
  /*cursor: move; /* fallback: no `url()` support or images disabled */
  /* cursor: url(images/grab.cur); fallback: Internet Explorer */
  /*cursor: -webkit-grab; /* Chrome 1-21, Safari 4+ */
  /*cursor:    -moz-grab; /* Firefox 1.5-26 */
  /*cursor:         grab; /* W3C standards syntax, should come least */
}

.slick-slide:active {
  /*cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;*/
}

.values .values-holder .slick-slide.slick-current {
  transition: opacity 0.9s;
  opacity: 1;
}

.values .values-holder .value {
  position: relative;
  padding-left: 242px;
  margin-top: 50px;
  width: 980px;
}

@media screen and (max-width: 768px) {
  .values .values-holder .value {
    position: static;
    padding-left: 0;
    width: auto;
  }
}

.values .values-holder .value:before {
  background: white;
  color: #e9e9e9;
  font-weight: bold;
  font-size: 72px;
  border-radius: 120px;
  height: 100px;
  width: 80px;
  display: block;
  text-align: center;
  line-height: 100px;
  padding-left: 20px;
  position: absolute;
  left: 0px;
  top: -20px;
}

@media screen and (max-width: 768px) {
  .values .values-holder .value:before {
    position: static;
    margin-left: 30px;
  }
}

.values .values-holder .value.walking::before {
  content: '1.';
}

.values .values-holder .value.knowhow::before {
  content: '2.';
}

.values .values-holder .value.together::before {
  content: '3.';
}

.values .values-holder .value.doit::before {
  content: '4.';
}

.values .values-holder .value h2 {
  font-size: 72px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-left: -4px;
}

@media screen and (max-width: 768px) {
  .values .values-holder .value h2 {
    font-size: 48px;
    padding-left: 30px;
  }
}

.values .values-holder .value p {
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .values .values-holder .value p {
    max-width: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.values .values-holder .value .icon {
  position: absolute;
  margin-bottom: 10px;
  left: 80px;
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.values .values-holder .value .icon > img {
  height: 82px;
}

@media screen and (max-width: 768px) {
  .values .values-holder .value .icon {
    position: static;
    margin-left: 30px;
  }
}

.values .values-holder .value.doit .icon {
  padding-top: 0px;
  left: 60px;
}

.values .values-holder .value.doit .icon > img {
  height: 160px;
}

.values .next-button-holder {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 285px;
  z-index:10000;
}

.values .prev-button-holder {
  position: absolute;
  right: 50%;
  top: 0;
  width: 100%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 285px;
  z-index:10000;
}

body.page-case .next-button-holder, .team-holder .next-button-holder {
  position: absolute;
  right: 25px;
  width: 50px;
  top: 180px;
  z-index:10000;
}

body.page-case .prev-button-holder, .team-holder .prev-button-holder {
  position: absolute;
  left: 25px;
  width: 50px;
  top: 180px;
  z-index:10000;
}

body.page-case .next-button-holder .next-button, .team-holder .next-button-holder .next-button {
  height: 50px;
  width: 50px;
  position: static;
  cursor: pointer;
}

body.page-case .prev-button-holder .prev-button, .team-holder .prev-button-holder .prev-button {
  height: 50px;
  width: 50px;
  position: static;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-list {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
.values .next-button-holder {
    top: 300px;
    left: 45%;
  }
  .values .prev-button-holder {
    top: 300px;
    right: 45%;
  }
}

.values .next-button-holder .next-button {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.next-button-holder .next-button:hover {
  opacity: 0.8;
}

.values .prev-button-holder .prev-button {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prev-button-holder .prev-button:hover {
  opacity: 0.8;
}

.capabilities {
  padding-bottom: 80px;
  padding-top: 30px;
}

.capabilities ul li {
  display: block;
}

.capabilities ul li h1 {
  font-size: 72px;
  color: #d6d6d6;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}

.capabilities ul li h1:hover {
  color: #bdbdbd;
}

.capabilities ul li div {
  margin-bottom: 30px;
  display: none;
}

.capabilities ul li a {
  display: none;
  width: 180px;
  text-align: center;
  margin-top: 30px;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  letter-spacing: 0.04em;
  padding: 15px 15px 15px 20px;
  background: #e8001a;
  color: white;
  border-radius: 30px;
}

.capabilities ul li a:hover {
  background: black;
}

.capabilities ul li.active {
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #d6d6d6;
}

.capabilities ul li.active h1 {
  padding-bottom: 30px;
  color: #e8001a;
}

.capabilities ul li.active div, .capabilities ul li.active a {
  display: block;
}

ul.slick-dots {
  text-align: center;
  display: none !important;
}

ul.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

ul.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

ul.slick-dots li button:before {
  color: #999;
  font-weight: bold;
  content: "__";
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
}

body.category-design .body, body.category-design-en .body {
  display: none;
}

a.wwd-button {
  padding: 10px 20px 10px 20px;
  display: inline-block;
  color: #1a1717;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #e8001a;
  letter-spacing: 0.04em;
  margin-top: 25px;
  background: white;
  border-radius: 35px;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(33, 33, 33, 0.25);
  transition: .5s all;
  -moz-transition: .5s all;
  -webkit-transition: .5s all;
}

a.wwd-button:hover {
  background-color: #e8001a;
  color: #fff;
}

body .carousel.slick-slider .prev-button-holder .prev-button,body .carousel.slick-slider .next-button-holder .next-button {
	transition:opacity .5s,visibility .01s;
}
body .carousel.slick-slider .prev-button-holder.slick-disabled .prev-button,body .carousel.slick-slider .next-button-holder.slick-disabled .next-button {
	transition:opacity .5s,visiblity .01s .5s;
	visibility:hidden;
	opacity:0;
	cursor:default;
}

section.not-found{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  color: #fff;
}