/* Minification failed. Returning unminified contents.
(7267,18): run-time error CSS1030: Expected identifier, found '.'
(7267,18): run-time error CSS1031: Expected selector, found '.'
 */
@font-face { font-family: 'Proximanova'; src: url('/includes/fonts/proximanova-regular-webfont.eot'); src: url('/includes/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/proximanova-regular-webfont.woff2') format('woff2'), url('/includes/fonts/proximanova-regular-webfont.woff') format('woff'), url('/includes/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/includes/fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Proximanova'; src: url('/includes/fonts/proxima_nova_bold-webfont.eot'); src: url('/includes/fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/proxima_nova_bold-webfont.woff2') format('woff2'), url('/includes/fonts/proxima_nova_bold-webfont.woff') format('woff'), url('/includes/fonts/proxima_nova_bold-webfont.ttf') format('truetype'), url('/includes/fonts/proxima_nova_bold-webfont.svg#proxima_novabold') format('svg'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Quadon Medium'; src: url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.eot'); src: url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.eot?#iefix') format('embedded-opentype'), url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.woff2') format('woff2'), url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.woff') format('woff'), url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.ttf') format('truetype'), url('/includes/fonts/rene_bieder_-_quadon_medium-webfont.svg#quadonmedium') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Wenger'; src: url('/includes/fonts/wenger.eot?jd4wpa'); src: url('/includes/fonts/wenger.eot?jd4wpa#iefix') format('embedded-opentype'), url('/includes/fonts/wenger.ttf?jd4wpa') format('truetype'), url('/includes/fonts/wenger.woff?jd4wpa') format('woff'), url('/includes/fonts/wenger.svg?jd4wpa#wenger') format('svg'); font-weight: normal; font-style: normal; }
[class^="wenger-"], [class*=" wenger-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'wenger' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wenger-search:before { content: "\e900"; }
.wenger-download:before { content: "\e901"; }
.wenger-phone:before { content: "\e902"; }
.wenger-email:before { content: "\e903"; }
.wenger-facebook:before { content: "\e904"; }
.wenger-twitter:before { content: "\e905"; }
.wenger-linkedin:before { content: "\e906"; }
.wenger-youtube:before { content: "\e907"; }

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

.cke_editable ol, .cke_editable ul { margin-bottom: 32px; list-style: none; }
.cke_editable ol > li, .cke_editable ul > li { position: relative; padding-left: 36px; margin-bottom: 4px; }
.cke_editable ul > li:before, .cke_editable ul > li:after { position: absolute; content: ''; width: 10px; height: 2px; left: 15px; top: 14px; background-color: #A81D35; }
/*doesn't like the wrapper*/
.parts-wrapper #cke_Item_ListDescription .cke_editable ul > li:before + table, 
.parts-wrapper #cke_Item_ListDescription .cke_editable ul > li:after + table {  
	display: none; 
}
.cke_editable table tr td {
	position: relative;
}
.cke_editable table tr td:first-child:before, 
.cke_editable table tr td:first-child:after { 
	background-color: #A81D35; 
	content: ''; 
	height: 2px; 
	left: -22px; 
	position: absolute; 
	top: 13px; 
	width: 10px; 
}
.cke_editable ul > li:after { top: 14px; left: 15px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.cke_editable table tr td:first-child:after { top: 13px; left: -22px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
 
/*-------------------------------------BUTTONS--------------------------------------*/
.btn-jump-to-content { position: absolute; display: block; width: 300px; top: 0; left: 0; right: 0; margin: 0 auto; padding: 10px 15px; font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: .02em; color: #a81d35; text-align: center; text-decoration: none; background: #fff; z-index: -9999; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; opacity: 0; }
.btn-jump-to-content:hover { color: #015CE9; text-decoration: none; }
.btn-jump-to-content:focus { opacity: 1; text-decoration: none; z-index: 9999; }
a.btn, .btn { position: relative;  display: inline-block; min-width: 270px; padding: 22px 70px 18px 26px; font: 700 16px/1 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .1em; text-align: left; text-transform: uppercase; text-decoration: none; color: #ffffff; border: 1px solid #A91D35; background-color: #A91D35; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; cursor: pointer; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; }
a.btn:after, .btn:after { z-index: 5; position: absolute; content: ''; top: 50%; right: 21px; width: 12px; height: 1px; background-color: #ffffff; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; }
a.btn:before, .btn:before { z-index: 6; position: absolute; content: ''; top: 50.5%; right: 21px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -webkit-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; }
a.btn:hover, a.btn:focus, .btn:hover, .btn:focus { color: #A91D35; background-color: #ffffff; }
a.btn:hover:before, a.btn:focus:before, .btn:hover:before, .btn:focus:before { border-color: #A91D35; }
a.btn:hover:after, a.btn:focus:after, .btn:hover:after, .btn:focus:after { background-color: #A91D35; }
/*Blue styles*/
.light-blue-style a.btn, .light-blue-style .btn, a.btn.light-blue, .btn.light-blue { background-color: #37B0C9; border-color: #37B0C9; }
.light-blue-style a.btn:hover, .light-blue-style a.btn:focus, .light-blue-style .btn:hover, .light-blue-style .btn:focus, a.btn.light-blue:hover, a.btn.light-blue:focus, .btn.light-blue:hover, .btn.light-blue:focus { color: #37B0C9; background-color: transparent; }
.light-blue-style a.btn:hover:before, .light-blue-style a.btn:focus:before, .light-blue-style .btn:hover:before, .light-blue-style .btn:focus:before, a.btn.light-blue:hover:before, a.btn.light-blue:focus:before, .btn.light-blue:hover:before, .btn.light-blue:focus:before { border-color: #37B0C9; }
.light-blue-style a.btn:hover:after, .light-blue-style a.btn:focus:after, .light-blue-style .btn:hover:after, .light-blue-style .btn:focus:after, a.btn.light-blue:hover:after, a.btn.light-blue:focus:after, .btn.light-blue:hover:after, .btn.light-blue:focus:after { background-color: #37B0C9; }
/*Green styles*/
.light-green-style a.btn, .light-green-style .btn, a.btn.light-green, .btn.light-green { background-color: #8A9B3D; border-color: #8A9B3D; }
.light-green-style a.btn:hover, .light-green-style a.btn:focus, .light-green-style .btn:hover, .light-green-style .btn:focus, a.btn.light-green:hover, a.btn.light-green:focus, .btn.light-green:hover, .btn.light-green:focus { color: #8A9B3D; background-color: transparent; }
.light-green-style a.btn:hover:before, .light-green-style a.btn:focus:before, .light-green-style .btn:hover:before, .light-green-style .btn:focus:before, a.btn.light-green:hover:before, a.btn.light-green:focus:before, .btn.light-green:hover:before, .btn.light-green:focus:before { border-color: #8A9B3D; }
.light-green-style a.btn:hover:after, .light-green-style a.btn:focus:after, .light-green-style .btn:hover:after, .light-green-style .btn:focus:after, a.btn.light-green:hover:after, a.btn.light-green:focus:after, .btn.light-green:hover:after, .btn.light-green:focus:after { background-color: #8A9B3D; }
/*Yellow styles*/
.light-yellow-style a.btn, .light-yellow-style .btn, a.btn.light-yellow, .btn.light-yellow { background-color: #f5be4a; border-color: #f5be4a; }
.light-yellow-style a.btn:hover, .light-yellow-style a.btn:focus, .light-yellow-style .btn:hover, .light-yellow-style .btn:focus, a.btn.light-yellow:hover, a.btn.light-yellow:focus, .btn.light-yellow:hover, .btn.light-yellow:focus { color: #f5be4a; background-color: transparent; }
.light-yellow-style a.btn:hover:before, .light-yellow-style a.btn:focus:before, .light-yellow-style .btn:hover:before, .light-yellow-style .btn:focus:before, a.btn.light-yellow:hover:before, a.btn.light-yellow:focus:before, .btn.light-yellow:hover:before, .btn.light-yellow:focus:before { border-color: #f5be4a; }
.light-yellow-style a.btn:hover:after, .light-yellow-style a.btn:focus:after, .light-yellow-style .btn:hover:after, .light-yellow-style .btn:focus:after, a.btn.light-yellow:hover:after, a.btn.light-yellow:focus:after, .btn.light-yellow:hover:after, .btn.light-yellow:focus:after { background-color: #f5be4a; }
/*Gray styles*/
.light-gray-style a.btn, .light-gray-style .btn, a.btn.light-gray, .btn.light-gray { background-color: #a6a6a6; border-color: #a6a6a6; }
.light-gray-style a.btn:hover, .light-gray-style a.btn:focus, .light-gray-style .btn:hover, .light-gray-style .btn:focus, a.btn.light-gray:hover, a.btn.light-gray:focus, .btn.light-gray:hover, .btn.light-gray:focus { color: #a6a6a6; background-color: transparent; }
.light-gray-style a.btn:hover:before, .light-gray-style a.btn:focus:before, .light-gray-style .btn:hover:before, .light-gray-style .btn:focus:before, a.btn.light-gray:hover:before, a.btn.light-gray:focus:before, .btn.light-gray:hover:before, .btn.light-gray:focus:before { border-color: #a6a6a6; }
.light-gray-style a.btn:hover:after, .light-gray-style a.btn:focus:after, .light-gray-style .btn:hover:after, .light-gray-style .btn:focus:after, a.btn.light-gray:hover:after, a.btn.light-gray:focus:after, .btn.light-gray:hover:after, .btn.light-gray:focus:after { background-color: #a6a6a6; }
/*-----------------------------------FORM----------------------------------------*/
.input-style { display: block; width: 100%; min-height: 51px; margin: 0; padding: 20px 15px 8px; border: 1px solid #BFC3C5; box-shadow: none; font: 700 18px/1 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .01em; color: #5e6970; background-color: #f5f5f5; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
input::-webkit-input-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
input::-moz-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
input:-ms-input-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
input:-moz-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
textarea.input-style { overflow-y: auto; font: 700 18px/1.6 'Proximanova', Arial, Tahoma, sans-serif; padding: 12px 16px; width: 100%; height: 212px; resize: none; border: 1px solid #BFC3C5; color: #5e6970; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
textarea::-webkit-input-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
textarea::-moz-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
textarea:-ms-input-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
textarea:-moz-placeholder { font-family: 'Proximanova', Arial, Tahoma, sans-serif; font-weight: 400; color: #94a0a7; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
*:focus::-webkit-input-placeholder { opacity: 0; }
*:focus::-moz-placeholder { opacity: 0; }
*:focus:-ms-input-placeholder { opacity: 0; }
*:focus:-moz-placeholder { opacity: 0; }
.input-effect { position: relative; }
.label-effect ~ label { position: absolute; display: inline-block; left: 18px; top: 18px; font: 400 18px/1 'Proximanova', Arial, Tahoma, sans-serif; color: #94a0a7; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.label-effect.required ~ label:before { position: absolute; content: '*'; top: 0; left: -6px; font: 700 18px/1 'Proximanova', Arial, Tahoma, sans-serif; color: #a91d35; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.label-effect.required ~ label { left: 22px; }
.label-effect:focus ~ label, .has-content.label-effect ~ label, .label-effect:valid ~ label { top: 8px; font-size: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
.label-effect.required:focus ~ label:before, .has-content.label-effect.required ~ label:before { font-size: 12px; }
/* Label update for validation */
.label-effect { pointer-events: none;position: absolute; display: inline-block; left: 18px; top: 18px; font: 400 18px/1 'Proximanova', Arial, Tahoma, sans-serif; color: #94a0a7; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.label-effect.required:before { position: absolute; content: '*'; top: 0; left: -6px; font: 700 18px/1 'Proximanova', Arial, Tahoma, sans-serif; color: #a91d35; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.label-effect.required { left: 22px; }
.label-effect:focus, .has-content.label-effect, .label-effect:valid { top: 8px; left: 0px; font-size: 12px; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
.no-js .label-effect, .isFocused .label-effect, .hasValue .label-effect, .label-effect.smallLabel { top: 2px; left: 0px; padding: .5em 1.63em; font-size: 12px; font-weight: 700; line-height: 1.2em; color: #929292; }
.no-js .label-effect.required:before, .isFocused .label-effect.required:before, .hasValue .label-effect.required:before { position: absolute; content: '*'; top: 5px; left: 13px; font-size: 12px; color: #a91d35; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.select-wrap { position: relative; display: inline-block; max-width: 100%; width: 100%; }
.select-wrap:after { position: absolute; content: ''; z-index: 98; width: 60px; height: 50px; right: 1px; top: 1px; background: #f5f5f5; pointer-events: none; }
.select-wrap:before { position: absolute; content: ''; z-index: 99; right: 26px; top: 17px; width: 12px; height: 12px; border: 2px solid #A81D35; border-top: none; border-right: none; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; pointer-events: none; }
.select-wrap.open:before { top: 20px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.select-wrap select { min-height: 52px; padding: 13px 30px 13px 16px; width: 100%; font: 400 18px/1 'Proximanova', Arial, Tahoma, sans-serif; color: #94a0a7; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; border: 1px solid #BFC3C5; background-color: #f5f5f5; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
.select-wrap select.selected { font-weight: 700; font-size: 16px; color: #5e6970; }
.select-wrap select option { font: 400 18px/1 'Proximanova', Arial, Tahoma, sans-serif; }
li.stateList { position: relative; }
/*-------------------------------------WRAPPER--------------------------------------*/
.wrapper { position: relative; }
/*-------------------------------------HEADER---------------------------------------*/
#header { width: 100%; height: 139px; position: relative; z-index: 899; padding: 14px 0 10px; text-align: right; border-bottom: 1px solid #cccccc; }
.product-detail #header, .home #header { position: absolute; top: 0; left: 0; }
.home #main-content { padding-top: 0; }
.home #header { border-bottom: 0; }
#header.popup { z-index: 1; }
.network #header { border-bottom: 0; }
#header .container { border: 0; padding: 0 27px; }
#header .container { position: relative; }
.logo { float: left; max-width: 193px; }
.logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
/*--------------------------------------NAV-----------------------------------------*/
.main-nav { display: inline-block; padding: 42px 40px 0 0; }
	.main-nav > ul {
		display: inline-block;
	}
		.main-nav > ul > li {
			display: inline-block;
			position: relative;
		}
.main-nav > ul > li > a { position: relative; display: inline-block; padding: 18px 23px 25px 23px; font-weight: 700; font-size: 16px; line-height: 1; letter-spacing: .09em; text-transform: uppercase; text-decoration: none; vertical-align: top; }
.main-nav > ul > li > a:after { position: absolute; content: ''; left: 20px; bottom: 7px; width: 100%; width: -webkit-calc(100% - 40px); width: calc(100% - 40px); height: 4px; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
.main-nav > ul > li.active a:after, .main-nav > ul > li:not(.search) > a:hover:after, .main-nav > ul > li:not(.search) > a:focus:after { background-color: #A81D35; }
.main-nav > ul > li.search { padding-left: 33px; }
.main-nav > ul > li.search a { padding: 10px 10px 18px; }
.main-nav > ul > li.search a:hover, .main-nav > ul > li.search a:focus { color: #A81D35; }
.main-nav > ul > li.search .wenger-search { font-size: 21px; line-height: 1; }
.mobile-menu-toggle { position: absolute; z-index: 999; right: 9px; top: 40px; height: 52px; width: 46px; vertical-align: middle; cursor: pointer; font-size: 26px; }
.mobile-menu-toggle span:before, .mobile-menu-toggle span:after, .mobile-menu-toggle span { position: absolute; display: block; content: ''; cursor: pointer; height: 2px; width: 24px; background-color: #5E6971; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.mobile-menu-toggle span { z-index: 666; left: 50%; top: 42%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.mobile-menu-toggle span:before { top: -7px; }
.mobile-menu-toggle span:after { bottom: -7px; }
.mobile-menu-toggle:hover span:before, .mobile-menu-toggle:hover span:after, .mobile-menu-toggle:hover span, .mobile-menu-toggle:focus span:before, .mobile-menu-toggle:focus span:after, .mobile-menu-toggle:focus span { background-color: #a81d35; }
.mobile-menu-toggle.active span { background-color: transparent; }
.mobile-menu-toggle.active span:before { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.mobile-menu-toggle.active span:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
.mobile-menu-wrap { position: fixed; z-index: 9999; right: 0; height: 0; width: 0; top: 0; -webkit-transition-delay: 0.35s; -moz-transition-delay: 0.35s; -o-transition-delay: 0.35s; transition-delay: 0.35s; }
.mobile-menu-wrap.showing { height: 100%; width: 100%; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-menu-overlay { position: absolute; z-index: 1; right: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .05); opacity: 0; -webkit-transition: opacity 0.35s; -moz-transition: opacity 0.35s; -o-transition: opacity 0.35s; transition: opacity 0.35s; }
.showing .mobile-menu-overlay { opacity: 1; }
.mobile-menu-box { position: absolute; max-width: 676px; width: 100%; height: 100%; right: -700px; z-index: 9999; padding: 150px 20px 160px 82px; text-align: left; background-color: #A81D35; -webkit-transition: right 0.35s; -moz-transition: right 0.35s; -o-transition: right 0.35s; transition: right 0.35s; overflow: auto; }
.showing .mobile-menu-box { right: 0; }
.mobile-menu-inner-box { display: block; max-width: 400px; width: 100%; }
.mobile-menu-inner-box-2{ display: none; }
.mobile-menu { display: block; margin-bottom: 24px; list-style: none; }
.mobile-menu > li a { display: inline-block; width: 100%; padding: 16px 0; font-size: 28px; font-weight: 600; line-height: 1; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: #ffffff; }
.mobile-menu.small > li a { padding: 13px 0; font-size: 16px; font-weight: 700; }
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu .current-menu-item > a, .mobile-menu .current-menu-ancestor > a { color: #000000; text-decoration: none; }
.mobile-menu .sub-menu { margin-left: 5px; list-style: none; }
.mobile-menu.small li { position: relative; }/*Add on*/
.mobile-menu > li .sub-menu a { font-size: 26px; padding: 8px 10px; text-transform: inherit; }
.mobile-menu.small {display: none;}
.search-form { position: relative; /*position: absolute;*/ margin-bottom: 46px; z-index: 200; }
.search-form:after { position: absolute; content: '\e900'; top: 1px; left: 4px; width: 54px; height: 54px; font-family: 'wenger' !important; color: #A81D35; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 21px; line-height: 54px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.search-form .input-style { min-height: 56px; color: #ffffff; font-size: 18px; padding: 12px 56px 12px 56px; background-color: #FFA7B6; border-color: #FFA7B6; border-radius: 28px; }
.search-form .input-style:hover, .search-form .input-style:focus {color: #010101; background-color: #ffffff; border-color: #ffffff;}
.search-btn { position: absolute; top: 1px; right: 1px; width: 54px; height: 54px; background-color: transparent; border: none; }
.search-form .input-style .right-arrow { position: relative; display: inline-block; width: 17px; height: 13px; margin-right: 12px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.search-btn:hover .right-arrow:before, .search-btn:focus .right-arrow:before { background-color: #000000; }
.search-btn:hover .right-arrow:after, .search-btn:focus .right-arrow:after { border-color: #000000; }
/*Nav arrows*/
/*.mobile-menu.small .white-right-arrow { position: absolute; top: 15px; right: 0; display: block; width: 17px; height: 13px; margin-right: 12px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.mobile-menu.small .white-right-arrow:before { position: absolute; display: block; content: ''; z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #ffffff; }
.mobile-menu.small .white-right-arrow:after { position: absolute; display: block; content: ''; z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }*/
.mobile-menu-close { display: block; position: absolute; z-index: 999; top: 6px; right: 4px; height: 85px; width: 85px; vertical-align: middle; cursor: pointer; }
.mobile-menu-close span:before, .mobile-menu-close span:after, .mobile-menu-close span { position: absolute; display: block; content: ''; cursor: pointer; height: 4px; width: 35px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
.mobile-menu-close span:before, .mobile-menu-close span:after, .mobile-menu-close span { background-color: #ffffff; }
.mobile-menu-close span { z-index: 666; left: 50%; top: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.mobile-menu-close span { background-color: transparent; }
.mobile-menu-close span:before { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.mobile-menu-close span:after { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
.mobile-menu-close:hover span:before, .mobile-menu-close:hover span:after, .mobile-menu-close:focus span:before, .mobile-menu-close:focus span:after { background-color: #000000; }
/*--------------------------------------Slider Nav----------------------------------*/
/*.mobile-menu-box .text-scroll {
    max-height: 380px;
    overflow-x: auto;
    padding: 20px;
}
.text-scroll::-webkit-scrollbar {
    width: 5px;
    border-radius: 30px;
    background-color: #b1b1b1;
}
.text-scroll::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 30px;
}
.text-scroll::-webkit-scrollbar-track {
    border-radius: 30px;
    background-color: #eaeaea;
}
.canvas {
    position: absolute;
    top: 110px;
    left: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 80px 0 60px;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.canvas__scroller {
    position: relative;
    height: 100%;
    padding: 30px 0
}

.canvas__container {
    position: relative;
    top: 30px !important;
    bottom: 30px !important
}*/
/*.canvas__container section {
    width: 65%;
    max-width: 720px;
    margin: 0 auto
}
.canvas__container a {
    color: #fff;
    border-bottom: 1px dashed #fff
}
.canvas__container a:hover {
    color: #fff;
    border-bottom: 1px dashed transparent
}*/
/*Not sure if needed*/
/*.navigation__item {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: 60px;
    width: 40px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer
}
.navigation__item:hover {
    background-color: rgba(255, 255, 255, 0.5)
}
.navigation__item:first-child {
    position: absolute;
    color: #fff;
    display: block;
    z-index: 99;
    top: 50%;
    left: 0
}
.navigation__item:last-child {
    position: absolute;
    color: #fff;
    display: block;
    z-index: 99;
    top: 50%;
    right: 0
}
.navigation__arrow {
    margin: 0;
    padding: 0;
    opacity: .9
}
.navigation__arrow:before {
    margin-top: 22px;
    display: inline-block
}*/
/*code[class*="language-"],
pre[class*="language-"] {
    font-family: Consolas, Monaco, "Andale Mono", monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: black;
    text-align: left;
    word-spacing: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre;
    direction: ltr
}

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    font-size: 14px
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: rgba(250, 250, 250, 0.8)
}

:not(pre) > code[class*="language-"] {
    padding: .1em;
    -webkit-border-radius: .3em;
    border-radius: .3em
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray
}

.token.punctuation {
    color: #999
}

.namespace {
    opacity: .7
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
    color: #905
}

.token.selector,
.token.attr-name,
.token.string,
.token.builtin {
    color: #690
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
    color: #a67f59
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a
}

.token.regex,
.token.important {
    color: #e90
}

.token.important {
    font-weight: bold
}

.token.entity {
    cursor: help
}

.nano {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.nano > .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden
}

.nano > .nano-content:focus {
    outline: none
}

.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible
}

.nano > .nano-pane {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    visibility: hidden\9;
    width: 8px;
    opacity: .01;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(117, 117, 117, 0.2);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nano > .nano-pane > .nano-slider {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background
}

.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
     background: #a6a6a6
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    opacity: .99
}*/

/*.sliding-menu {
    position: relative;
    overflow: hidden;
}

.sliding-menu-panel {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%
}

.sliding-menu li {
    padding: 0;
    margin: 0;
    list-style: none
}

.sliding-menu li a {
    display: block;
    padding: .8em 1em;
    font-size: 21px;
    line-height: 1.4em;
    color: #ffffff;
    text-decoration: none;
    border: none;
    outline: none
}
.sliding-menu li span {
    display: block;
    padding: .8em 1em;
    font-size: 21px;
    line-height: 1.4em;
    color: #ffffff;
    text-decoration: none;
    border: none;
    outline: none
}

.sliding-menu li a:hover {
     color: #fff;
     border: none
}

.sliding-menu .active a {
    color: #fff;
    border: none
}*/

/*.sliding-menu .sliding-menu-nav:before {
    float: right;
    margin-left: 1em;
    content: "\3009"
}*/

/*.mobile-menu.small .white-right-arrow {
    position: absolute;
    top: 15px;
    right: 0;
    display: block;
    width: 17px;
    height: 13px;
    margin-right: 12px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}*/

/*.sliding-menu .sliding-menu-nav:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 5;
    top: 27px;
    right: 3px;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
}

.sliding-menu .sliding-menu-nav:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 6;
    top: 23px;
    right: 3px;
    width: 9px;
    height: 9px;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sliding-menu .sliding-menu-back {
    color: #fff;
    font-size: 18px;
    padding-left: 25px;
}*/

/*.sliding-menu .sliding-menu-back:before {
    float: left;
    margin-right: 1em;
    content: "\3008"
}*/

/*.sliding-menu .sliding-menu-back:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 5;
    top: 27px;
    left: 3px;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
}

.sliding-menu .sliding-menu-back:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 6;
    top: 23px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: 1px solid #ffffff;
    border-bottom: none;
    border-left: none;
    -moz-transform: rotate(-136deg);
    -ms-transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg);
    -o-transform: rotate(-136deg);
    transform: rotate(-136deg);
}

.sliding-menu .sliding-menu-icon {
    margin-right: .4em
}

.sliding-menu .sliding-menu-separator {
    margin: .4em 1em;
    border-top: 2px solid #555
}*/
/*--------------------------------------DROP-DOWN-----------------------------------*/
.dropdown-menu { position: absolute; z-index: 90; left: 148px; top: 120px; max-width: 1098px; width: 100%; text-align: left; background-color: #ffffff; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2); -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; opacity: 0; visibility: hidden; }
.dropdown-menu-inner { display: table; width: 100%; }
.info-box, .dropdown-menu-box { display: table-cell; padding: 43px 38px 68px; vertical-align: top; }
.dropdown-menu-list { overflow: hidden; display: table; width: 100%; }
.dropdown-menu-list > li { display: table-cell; padding: 0 20px; vertical-align: top; }
.dropdown-menu-list > li:first-child { width: 21.7%; }
/*.dropdown-menu-list > li:nth-child(2) { width: 25.2%; }
.dropdown-menu-list > li:nth-child(3) { width: 25.8%; }*/
.dropdown-menu-list > li:nth-child(2) { width: 27%; }
.dropdown-menu-list > li:nth-child(3) { width: 25.5%; }
.dropdown-menu-list > li:nth-child(4) { width: 27%; }
a.dropdown-col-title, .dropdown-col-title { position: relative; display: block; font-size: 13px; font-weight: 700; letter-spacing: .1em; padding: 5px 0; margin-bottom: 10px; text-decoration: none; text-transform: uppercase; }
a.dropdown-col-title:after, .dropdown-col-title:after { position: absolute; content: ''; left: 0; bottom: 0; width: 145px; max-width: 100%; height: 1px; background-color: #C8D2D9; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
a.dropdown-col-title:hover, a.dropdown-col-title:focus { color: #a81d35; }
a.dropdown-col-title:hover:after, a.dropdown-col-title:focus:after { background-color: #a81d35; }
a.dropdown-link, .dropdown-link { display: block; font-size: 17px; letter-spacing: .01em; line-height: 1.3; padding: 6px 0; text-decoration: none; }
a.dropdown-link:hover, a.dropdown-link:focus { color: #a81d35; }
a.dropdown-box-link, .dropdown-box-link { position: relative; display: block; text-decoration: none; margin: 1px; padding: 4px; }
.dropdown-box-link .box { display: block; }
.dropdown-box-link .title { display: block; margin-bottom: 1px; font-size: 18px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.dropdown-box-link .desc { display: block; margin-bottom: 10px; font-size: 14px; line-height: 1.6; letter-spacing: .01em; }
a.dropdown-box-link:hover .right-arrow, a.dropdown-box-link:focus .right-arrow { margin-left: 5px; }
.info-box { padding: 45px 52px 50px; width: 332px; background-color: #A81D35; }
.info-box > * { max-width: 200px; }
.info-title { display: block; margin-bottom: 8px; padding-top: 1em;font-family: "Quadon Medium", Arial, sans-serif; font-size: 22px; letter-spacing: .01em; color: #FFFFFF; }
.info-title a{ color: #ffffff; text-decoration: none; }
.info-title a:hover, .info-title a:focus { text-decoration: underline; }
.info-desc { font-size: 14px; line-height: 1.6; color: #FFFFFF; padding-bottom: 1em; }
.info-desc a, .info-desc a:active { color: #ffffff; text-decoration: none; }
.info-desc a:hover, .info-desc a:focus { color: #ffffff; text-decoration: underline; }
.dropdown-menu.big { left: -4px; max-width: 1178px; }
.big .info-box, .big .dropdown-menu-box { padding: 42px 32px 60px 32px; }
.big .dropdown-menu-list > li:first-child { width: 25.2%; }
.big .dropdown-menu-list > li:nth-child(2) { width: 25.5%; }
.big .dropdown-menu-list > li:nth-child(3) { width: 24.9%; }
.dropdown-menu.red { background-color: #A91D35; }
.dropdown-menu.red .dropdown-box-link { color: #FFFFFF; }
.dropdown-menu.red .right-arrow:after { border-color: #FFFFFF; }
.dropdown-menu.red .right-arrow:before { background-color: #FFFFFF; }
.dropdown-menu.red a.dropdown-link, .dropdown-menu.red .dropdown-link { color: #FFFFFF; }
.dropdown-menu.red .dropdown-col-title { color: #FFFFFF; }
.dropdown-menu.red a.dropdown-col-title:hover, .dropdown-menu.red a.dropdown-col-title:focus, .dropdown-menu.red a.dropdown-link:hover, .dropdown-menu.red a.dropdown-link:focus { color: #000000; }
a.dropdown-col-title:after, .dropdown-col-title:after { background-color: #FFFFFF; }
a.dropdown-col-title:hover:after, a.dropdown-col-title:focus:after { background-color: #000000; }
.dropdown-menu.red .info-box { background-color: #FFFFFF; }
.dropdown-menu.red .info-title, .dropdown-menu.red .info-desc { color: #5e6970; }
.dropdown-menu.info { left: 127px; /*max-width: 1115px;*/ max-width: 1500px; }
.dropdown-menu.info .dropdown-menu-inner { min-height: 353px; }
.info-box + .dropdown-menu-box { padding-top: 42px; padding-left: 47px; }
.info-box + .dropdown-menu-box .dropdown-menu-list > li:first-child { /*width: 18.8%;*/ width: 25%; }
.info-box + .dropdown-menu-box .dropdown-box-link { max-width: 240px; }
.info-box + .dropdown-menu-box .dropdown-box-link .title { margin-bottom: 9px; }
.info-box + .dropdown-menu-box .dropdown-box-link .desc { margin-bottom: 22px; }
.main-nav > ul > li.active a + .dropdown-menu, .main-nav > ul > li:hover a + .dropdown-menu, .main-nav > ul > li > a:focus + .dropdown-menu { top: 60px; opacity: 1; visibility: visible; }
/*-------------------------------------CONTENT--------------------------------------*/
.product-detail #main-content, .dryers #main-content, .industry #main-content, .network #main-content, .feasibility #main-content, .services #main-content { padding-top: 0; }
#main-content { overflow: hidden; }
.network #main-content { overflow: visible; }
.section { position: relative; }
.content { font-size: 18px; font-weight: 300; line-height: 1.6; letter-spacing: .02em; }
.content > * { display: block; }
.content * { margin-bottom: 31px; }
.content *:last-child { margin-bottom: 0; }
.content h1, .content .h1style, .content h2, .content .h2style, .content h3, .content .h3style, .content h4, .content .h4style, .content h5, .content .h5style, .content h6, .content .h6style { margin-bottom: 10px; font-size: 34px; font-weight: 700; line-height: 1.1; letter-spacing: .04em; }
.content h2, .content .h2style { font-size: 30px; }
.content h3, .content .h3style { font-size: 28px; }
.content h4, .content .h4style { font-size: 24px; }
.content h5, .content .h5style { font-size: 20px; }
.content h6, .content .h6style { font-size: 18px; }
.content a { font-size: 16px; text-decoration: underline; }
.content a.btn { text-decoration: none; }
.content a:hover, .content a:focus { text-decoration: none; }
.content.small a { /*font-size: 25px;*/ text-decoration: none; }
.content.small ul > li:before, .content.small ul > li:after { top: 16px; left: 2px; }
.content b, .content strong { font-weight: 700; }
.content ol, .content ul { margin-bottom: 32px; list-style: none; }
.content ol > li, .content ul > li { position: relative; padding-left: 36px; margin-bottom: 4px; }
.content ul > li:before, 
.content ul > li:after,
.parts-model-wrap + .parts-model-bottom ul > li:before,
.parts-model-wrap + .parts-model-bottom ul > li:after { position: absolute; content: ''; width: 10px; height: 2px; left: 15px; top: 14px; background-color: #A81D35; }
.content ul > li:after, 
.parts-model-wrap + .parts-model-bottom ul > li:after { top: 14px; left: 15px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.content ol { counter-reset: myCounter; }
.content ol > li { position: relative; }
.content ol > li:before { position: absolute; display: inline-block; padding-right: 12px; counter-increment: myCounter; content: counter(myCounter) "."; left: 10px; top: 2px; font-size: 16px; font-weight: 700; color: #A81D35; background-color: transparent; }
.content blockquote { max-width: 80%; margin-left: auto; margin-right: auto; padding-left: 20px; text-align: left; border-left: 2px solid #a81d35; }
.content img { max-width: 100%; height: auto; }
.content img.alignleft { float: left; margin: 4px 12px 12px 0; }
.content img.alignright { float: right; margin: 4px 0 12px 12px; }
.content img.aligncenter { display: block; margin: 0 auto 12px; clear: both; }
.content.small { font-size: 16px; letter-spacing: .01em; }
.small.content * { margin-bottom: 29px; }
.small.content *:last-child { margin-bottom: 0; }
.content.small h1, .content.small .h1style, .content.small h2, .content.small .h2style, .content.small h3, .content.small .h3style, .content.small h4, .content.small .h4style, .content.small h5, .content.small .h5style, .content.small h6, .content.small .h6style, .content.small span, .content.small .boldstyle { margin-bottom: 10px; }
.content.small h1, .content.small .h1style { font-size: 32px; font-family: "Quadon Medium", Arial, sans-serif; }
.content.small h2, .content.small .h2style { /*font-size: 28px;*/ font-size: 30px; font-family: "Quadon Medium", Arial, sans-serif; font-weight: 400; }
.content.small h3, .content.small .h3style { /*font-size: 26px;*/ font-size: 25px; }
.content.small h3, .content.small .h3styleLeft { font-size: 25px; text-align: left; margin-bottom: 0; font-weight: bold; }
.content.small h4, .content.small .h4style { font-size: 22px; }
.content.small h5, .content.small .h5style { font-size: 18px; }
.content.small h6, .content.small .h6style { font-size: 16px; }
.content.small span, .content.small .boldstyle { font-size: 16px; font-weight: bold; }
.small-content-title, .content .small-content-title { text-transform: uppercase; letter-spacing: .1em; }
.small-content-title + p { margin-top: -6px; }
.content.small p + ol { /*margin-top: -8px;*/ margin-top: 10px; }
.content.small p + ul { margin-top: -12px; }
.content.small ol > li, .content.small ul > li { 
	margin-bottom: 9px; 
	padding-left: 26px; 
}
.content.small ul > li:before, .content.small ul > li:after { top: 11px; left: 2px; }
.content.big { font-size: 22px; letter-spacing: .01em; line-height: 1.45; }
.content.big ol > li, .content.big ul > li { margin-bottom: 18px; padding-left: 55px; }
.content.big ul > li:before, .content.big ul > li:after { left: 26px; width: 14px; height: 3px; }
.content.small ol > li { margin-bottom: 15px; padding-left: 30px; }
.light-blue-style .content ul > li:before, .light-blue-style .content ul > li:after { background-color: #37B0C9; }
.light-green-style .content ul > li:before, .light-green-style .content ul > li:after { background-color: #8A9B3D; }
.light-yellow-style .content ul > li:before, .light-yellow-style .content ul > li:after { background-color: #f5be4a; }
.light-gray-style .content ul > li:before, .light-gray-style .content ul > li:after { background-color: #a6a6a6; }
.light-blue-style .content ol > li:before { color: #37B0C9; }
.light-green-style .content ol > li:before { color: #8A9B3D; }
.light-yellow-style .content ol > li:before { color: #f5be4a; }
.light-yellow-style .content ol > li:before { color: #a6a6a6; }
.privacy-table {max-width: 720px; margin: 1em 1em 1em 0; /*border: 1px solid #3d3d3d;*/}
.privacy-table td {vertical-align: top; border: 1px solid #3d3d3d;}
.privacy-table td p {font-size: .9em; padding: .5em; line-height: 1.2em; text-align: left;}
/*-------------------------------------SECTION-DRYERS---------------------------------*/
.section-feasibility .text { padding: 50px 100px 50px 286px; }
.section-feasibility h1 { padding-bottom: 26px; font: 700 64px/1.1 "Proximanova", Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; color: #5e6970; display: block; }
.section-feasibility p { padding-bottom: 20px; font-size: 18px; line-height: 28px; max-width: none; }
.research-product .section-feasibility p { max-width: 88%; }
.section-feasibility .btn { margin-top: 30px; }
.section-feasibility .info-block .col-6 { width: 54%; }
.section-feasibility .info-block { overflow: hidden; /*min-height: 880px;*/ min-height: 456px; background-color: #363c40; }
.section-feasibility .info-block .col-6.small { width: 46%; margin: 0 auto; /*overflow: hidden;*/ }
.section-feasibility h2 { padding-bottom: 15px; font-family: "Quadon Medium", Arial, sans-serif; font-size: 46px; letter-spacing: .01em; color: #5e6970; font-weight: 500; }
.section-feasibility .solution-block.info-block { padding-top: 0; padding-bottom: 0; }
.section-feasibility .solution-block.info-block .col-6 { padding-right: 0; }
.research-product .section-feasibility .solution-block.technical-block { min-height: 600px; }
.research-product .section-feasibility .solution-block.technical-block .text { padding-right: 0; max-width: 80%; }
.research-product .section-feasibility .solution-block { min-height: 1080px; }
.section-feasibility .solution-block { min-height: 1040px; padding: 118px 0 90px; background: rgba(254,254,254,1); background: -moz-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(254,254,254,0.88) 40%, rgba(221,221,221,0.71) 100%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(254,254,254,1)), color-stop(40%, rgba(254,254,254,0.88)), color-stop(100%, rgba(221,221,221,0.71))); background: -webkit-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(254,254,254,0.88) 40%, rgba(221,221,221,0.71) 100%); background: -o-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(254,254,254,0.88) 40%, rgba(221,221,221,0.71) 100%); background: -ms-radial-gradient(center, ellipse cover, rgba(254,254,254,1) 0%, rgba(254,254,254,0.88) 40%, rgba(221,221,221,0.71) 100%); background: radial-gradient(ellipse at center, rgba(254,254,254,1) 0%, rgba(254,254,254,0.88) 40%, rgba(221,221,221,0.71) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd', GradientType=1 ); }
.section-feasibility .container { padding: 0 286px; max-width: 100%; }
.section-feasibility .header-text { padding-bottom: 28px; max-width: 790px; }
.section-feasibility .row { margin: 0; max-width: 1304px; }
.section-feasibility .h4style { padding-bottom: 15px; display: block; font-weight: 700; }
.section-feasibility .smallSize li { padding: 5px 0 0 30px; font-size: 15px; line-height: 21px; }
.section-feasibility .smallSize ul > li:after { left: 7px; }
.section-feasibility .smallSize ul > li:before { left: 7px; }
.section-feasibility .smallSize ul > li:before, .section-feasibility .smallSize ul > li:after { top: 14px; }
.section-feasibility .solution-block .col-6 { padding-right: 10%; }
.section-feasibility .content ul { padding-bottom: 50px; }
.section-feasibility .content ul.noSpace { padding-bottom: 0; }
.section-feasibility .row p { font-size: 15px; line-height: 20px; }
.section-feasibility .support .text { padding: 0; width: 720px; }
.section-feasibility .solution-block.support { padding: 0; min-height: 432px; }
.section-feasibility .quote-block { padding: 40px 45px; position: absolute; left: 0; z-index: 10; bottom: 0; width: 100%; background: rgba(0,0,0,.6); }
.section-feasibility .quote-block small { color: #c4d0d7; font-size: 15px; font-weight: 600; }
.section-feasibility .quote-block .quote { padding-bottom: 10px; display: block; font-size: 24px; line-height: 34px; color: #fff; font-style: italic; }
.section-feasibility .leftPadd { padding-left: 190px; }
.section-feasibility .quote-icon { width: 54px; top: -27px; height: 54px; position: absolute; left: 30px; display: block; background: url(/images/quote.png) left top no-repeat; }
.section-feasibility .textSize { max-width: 600px; }
/*-------------------------------------SECTION-DRYERS---------------------------------*/
.section-cookie { padding: 0; z-index: 9999; width: 100%; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; height: 85px; position: fixed; bottom: 0; box-shadow: 1px 1px 10px rgba(0,0,0,.4); background: #fff; }
body.noCookie .section-cookie { display: none; }
.section-cookie p { padding-right: 10px; font-size: 11px; line-height: 18px; float: left; width: 82%; }
.section-cookie p a:hover { text-decoration: none; }
.section-cookie .btn { padding: 0 15px; line-height: 38px; height: 38px; font-size: 9px; min-width: 0; width: 100px; }
#footer .section-cookie .container { padding: 0 10px; max-width: 980px; }
.section-cookie .btn:after { width: 7px; height: 1px; right: 15px; width: 8px; }
.section-cookie .btn:before { width: 7px; height: 8px; right: 15px; width: 6px; height: 6px; }
/*-------------------------------------SECTION-DRYERS---------------------------------*/
.section-network .img-responsive { margin: auto; opacity: .11; }
.section-network { padding-top: 0; }
.section-network .map, .section-network .map-block { position: relative; }
.section-network .location { position: absolute; left: 47%; top: 28%; margin-top: 4px; }
.section-network .location-2 { position: absolute; left: 47%; margin: 3px 0 0 -4px; top: 26%; }
.section-network .location-3 { position: absolute; left: 44%; margin: 2px 0 0 -5px; top: 39%; }
.section-network .location-4 { position: absolute; left: 23.5%; margin: 2px 0 0 -9px; top: 39%; }
.section-network .location-5 { position: absolute; left: 22%; margin: 3px 0 0 -2px; top: 39%; }
.section-network .location-6 { position: absolute; left: 32%; margin: 0 0 -3px 0; bottom: 26%; top: auto; }
.section-network .location-7 { position: absolute; left: 28%; margin: 0 0 0 2px; bottom: 18%; top: auto; }
.section-network .location-8 { position: absolute; left: 28%; margin: 0 0 3px -6px; bottom: 37%; top: auto; }
.section-network .location-9 { position: absolute; left: auto; right: 23%; margin: -1px 9px 0 0; top: 34%; }
.section-network .location-17 { position: absolute; left: auto; right: 23%; margin: -5px 6px 0 0; top: 34%; }
.section-network .location-10 { position: absolute; left: auto; right: 23%; margin: -1px 3px 0 0; top: 34%; }
.section-network .location-11 { position: absolute; left: auto; right: 22%; margin: -6px -3px 0 0; top: 44%; }
.section-network .location-12 { position: absolute; left: 24%; margin: 2px 0 0 -3px; top: 39%; }
.section-network .location-14 { position: absolute; left: 47%; top: 26%; margin-top: 8px; }
.section-network .location-16 { position: absolute; left: 48%; top: 21%; margin-top: 8px; }
.section-network .pin { position: relative; cursor: pointer; width: 18px; height: 26px; text-indent: -99999px; display: block; background: url(/images/red-pin.png) left top no-repeat; }
.section-network .grey .pin { background: url(/images/grey-pin.png) left top no-repeat; background-size: cover; }
.section-network .up-side { z-index: 0; }
.section-network .location-info { padding: 20px; position: absolute; left: 7%; bottom: 24%; border: 1px solid #e2e3e4; }
.section-network .location-info span { padding-left: 18px; margin-top: 20px; font-size: 12px; font-weight: 700; display: block; background: url(/images/grey-pin.png) left top no-repeat; background-size: 9px; }
.section-network .location-info span:first-child { margin-top: 0; }
.section-network .location-info span.red { background-image: url(/images/red-pin.jpg); }
.section-network .location .pin.active:after { z-index: 99999; height: 23px; width: 18px; display: block; position: absolute; right: -5px; top: 0; content: ''; background: url(/images/tri-arrow.png) left top no-repeat; }
.section-network .location.rightSide .pin.active:after { right: auto; left: -5px; background: url(/images/tri-arrow-left.png) left top no-repeat; }
.section-network .location.active { z-index: 4; }
.section-network .location .block { display: none; }
.section-network .location .pin.active + .block { padding: 30px 25px; z-index: 9999; display: block; min-width: 252px; box-shadow: 0px 0px 10px rgba(0,0,0,.1); right: -5px; transform: translate(100%, -50%); position: absolute; top: 50%; background: #fff; }
.section-network .location.rightSide .pin.active + .block { right: auto; left: -5px; transform: translate(-100%, -50%); }
.section-network address strong { display: block; font-size: 18px; }
.section-network address { font-style: normal; line-height: 30px; font-size: 16px; }
.section-network.location address { line-height: 28px; font-size: 18px; }
.section-network .close { width: 14px; height: 14px; cursor: pointer; position: absolute; right: 33px; top: 18px; background: url(/images/close.png) left top no-repeat; }
.section-network .location .pin.active + .block.w300 { padding: 50px 35px 30px; width: 300px; }
.section-network .location .pin.active + .block.w430 { padding: 50px 35px 30px; width: 436px; }
.section-network address a { text-decoration: none; }
.section-network .block li { padding-top: 5px; padding-left: 30px; font-size: 15px; }
.section-network .block ul { padding: 10px 0 30px; }
.section-network .h2 { padding-bottom: 5px; font: 700 62px/1.1 "Proximanova", Arial, sans-serif; text-transform: uppercase; letter-spacing: .1em; color: #5e6970; display: block; }
.section-network.location .h2 small { font-weight: 300; letter-spacing: normal; display: block; font-size: 27px; text-transform: none; line-height: 34px; font-family: "Quadon Medium", Arial, sans-serif; }
.section-network.location .h2 { letter-spacing: .1em; font-size: 69px; }
.section-network .block .content ul > li:before, .section-network .block .content ul > li:after { left: 4px; top: 14px; }
.section-network .h3 { display: block; padding-bottom: 10px; margin-bottom: 30px; font-weight: 700; border-bottom: 1px solid #b4b4b4; text-transform: uppercase; }
.section-network .service { margin: -133px auto 0; width: 750px; }
.section-network p { max-width: none; font-family: "Quadon Medium", Arial, sans-serif; font-size: 28px; line-height: 1.1; letter-spacing: .01em; }
.section-network .location-list .h2style { font-family: "Quadon Medium", Arial, sans-serif; font-size: 38px; padding-bottom: 25px; line-height: 1.1; letter-spacing: .01em; }
.section-network .centerContent { padding-bottom: 60px; }
.section-network .office { /*width: 408px;*/ width: 388px; }
.section-network .service li { padding-bottom: 24px; font-weight: 700; list-style: none; }
.section-network .service li { padding-bottom: 24px; font-weight: 700; list-style: none; }
.section-network span { font-weight: 400; }
.section-network .network { /*width: 230px;*/ width: 265px; }
.section-network .text-scroll { max-height: 380px; overflow-x: auto; padding: 20px; }
.text-scroll::-webkit-scrollbar { width: 5px; border-radius: 30px; background-color: #b1b1b1; }
.text-scroll::-webkit-scrollbar-thumb { background-color: #b1b1b1; border-radius: 30px; }
.text-scroll::-webkit-scrollbar-track { border-radius: 30px; background-color: #eaeaea; }
.section-network .location-list { padding-top: 30px; max-width: 1180px; margin: auto; overflow: hidden; }
.section-network .location-list address { padding-bottom: 18px; }
.section-network .location-list li { padding-left: 28px; line-height: 22px; margin-bottom: 14px; font-size: 16px; }
.section-network .location-list li p { padding: 0; margin: 0; font-family: 'Proximanova', Arial, Tahoma, sans-serif;line-height: 22px; letter-spacing: normal; font-size: 16px;  }
.section-network .location-list .content ul > li:before, .section-network .location-list .content ul > li:after { left: 0; top: 9px; }

.section-network .padLeft { padding-left: 60px; }
.section-network .line-block { padding-bottom: 32px; margin-bottom: 40px; border-bottom: 1px solid #a1aeb7; }
.section-network .line-block:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
/*-------------------------------------SECTION-DRYERS---------------------------------*/
.section-industry .link-title { padding-bottom: 5px; display: block; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #5e6970; font-size: 18px; line-height: 1rem; }
.section-industry .container { max-width: 1360px; }
.section-industry p { font-size: 16px; max-width: 230px; line-height: 24px; }
.section-industry p a { display: inline-block; color: #5e6970; text-decoration: none; }
.section-industry .right-arrow { display: block; margin-top: 10px; }
.section-industry a:hover .right-arrow { margin-left: 15px; }
/*-------------------------------------SECTION-SERVICES---------------------------------*/
.section-services .leftSide { color: #fff; width: 746px; background: #a81d35; }
@media screen and (min-width:0\0) {
	/* IE9 and IE10-specific styles go here */
	.section-services .leftSide { color: #ffffff; padding-top: 84px; padding-bottom: 30px; padding-right: 30px; padding-left: 30px; }
	.section-services .text { padding-left: 30%; width: 100%; }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section-services .leftSide { color: #ffffff; padding-top: 50px; padding-bottom: 30px; padding-right: 30px; padding-left: 30px; }
}
_:-ms-lang(x), .section-services .leftSide { padding-top: 84px\9; }
_::-webkit-full-page-media, _:future, :root .section-services .leftSide { color: #ffffff; padding-top: 82px; padding-bottom: 30px; padding-right: 30px; padding-left: 30px; }
_::-webkit-full-page-media, _:future, :root .section-services .text { padding-right: 40px; padding-left: 30%; width: 100%; }
.section-services { height: 360px; }
.section-services .text { padding-right: 40px; color: #fff; width: 504px; font-family: "Quadon Medium", Arial, sans-serif; font-size: 28px; line-height: 1.1; letter-spacing: .01em; }
@media screen\0 {
	.section-services .text { padding-right: 40px; color: #fff; width: 100%; font-family: "Quadon Medium", Arial, sans-serif; font-size: 28px; line-height: 1.1; letter-spacing: .01em; }
}
.section-services h1 { padding-bottom: 13px; font-family: "Quadon Medium", Arial, sans-serif; font-size: 28px; line-height: 1.4; letter-spacing: .08em; }
.section-services .text p { padding-bottom: 10px; font-size: 16px; font-weight: 300; line-height: 30px; font-family: "Proximanova", Arial, sans-serif; }
.section-services .text p a { color: #fff; text-decoration: none; }
.section-services .rightSide { padding: 82px 0 0 120px; }
.section-services .block { padding-right: 60px; width: 370px; float: left; }
.section-services .h3style { padding-bottom: 10px; font-weight: 700; display: block; letter-spacing: .08em; line-height: 1.4; }
.section-services .block p { font-size: 16px; max-width: 250px; color: #5e6970; line-height: 1.5; }
.section-services .block p a { text-decoration: none; display: inline-block; }
.section-services .block p a:hover span { margin-left: 10px; }
.section-services .block p span { margin-top: 15px; display: block; }
.section-services { }
/*-------------------------------------SECTION-DRYERS---------------------------------*/
.section-dryers .link-title { padding-bottom: 18px; display: block; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #5e6970; font-size: 13px; line-height: 1rem; }
.section-dryers .container { padding-top: 53px; max-width: 1200px; }
.section-dryers li { padding-bottom: 14px; font-size: 17px; list-style: none; }
.section-dryers li a { color: #fff; display: inline-block; text-decoration: none; color: #5e6970; }
.section-dryers li a:hover { color: #A81D35; }
/*-------------------------------------SECTION-EVENT---------------------------------*/
.section-events {padding: 0px 0 130px;}
.section-events img {}
.section-events label { display: block; font-size: 12px; font-weight: 600; padding-bottom: 7px; text-transform: uppercase; letter-spacing: .1em; }
.section-events select { padding: 5px 15px; width: 166px; border: 1px solid #bfc3c5; height: 46px; font-size: 16px; -webkit-appearance: none; appearance: none; -moz-appearance: none; background: url(/images/drop-down.png) right center no-repeat; }
.section-events form { padding-top: 10px; }
.section-events .flex-stretch { display: flex; /*margin: 0 -17px;*/ flex-wrap: wrap; align-items: stretch; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; }
.section-events .info-block {/*min-height: 456px;*/ min-height: 610px; height: auto; background-color: #363c40; overflow: hidden;}
.section-events .info-block .col-6.small {width: 46%; margin: 0 auto;}
.section-events .container { max-width: 1496px; }
.section-events .col-4, .section-parts .col-4 { width: 25%; flex-wrap: wrap; padding: 0 17px; margin-bottom: 45px; }
.section-events .block, .section-parts .block, .section-parts-detail .block { box-shadow: 1px 1px 10px rgba(0,0,0,.1); height: 100%; position: relative; }
.section-events .blockWrap, .section-events .block-wrap, .section-parts .block-wrap, .section-parts-detail .block-wrap { height: 100%; position: relative; display: block; text-decoration: none; }
.section-events .blockWrap:hover::after, 
.section-events .blockWrap:hover:after, 
.section-events .block-wrap:hover::after, 
.section-events .block-wrap:hover:after { 
	position: absolute; 
	content: ''; 
	left: 0px; 
	bottom: 0px; 
	width: calc(100% - 0px); 
	height: 4px; 
	background-color: #a81d35; 
	-webkit-transition: .2s; 
	-moz-transition: .2s; 
	transition: .2s; 
}
.section-events .img-responsive { margin-bottom: -96px; }
.section-events .date { margin-bottom: 13px; display: block; text-align: center; font-weight: 600; letter-spacing: .05em; width: 76px; text-transform: uppercase; color: #fff; }
.section-events .date small { display: block; font-size: 13px; line-height: 29px; margin-bottom: 1px; background: #a81d35; }
.section-events .date strong { display: block; font-size: 17px; line-height: 57px; background: #a81d35; }
.section-events .text { padding: 25px 25px 70px; position: relative; }
.section-events span.text { padding: 25px 25px 70px; position: relative; display: block; }
.section-events .event { padding-bottom: 12px; display: block; color: #a81d35; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .07em; }
.section-events .location { font-size: 26px; font-weight: 700; line-height: 1.1em; }
.section-events .location small { display: block; font-weight: 400; font-size: 70%; }
.section-events h2 { font-size: 26px; font-weight: 700; line-height: 1.1em; }
.section-events h2 a { text-decoration: none; }
.section-events h2 small { display: block; font-weight: 400; font-size: 70%; }
.section-events .arrow { position: absolute; right: 34px; bottom: 26px; display: block; width: 15px; text-indent: -9999px; height: 13px; background: url(/images/event-arrow.jpg) left top no-repeat; }
.section-events span.arrow,
.section-parts span.arrow { position: absolute; /*position: relative;*/ right: 34px; /*left: 87%;*/ bottom: 26px; display: block; width: 15px; text-indent: -9999px; height: 13px; background: url(/images/event-arrow.jpg) left top no-repeat; }
/*-------------------------------------SECTION-EVENT---------------------------------*/
.section-download form { padding-top: 50px; width: 770px; }
.section-download .row { overflow: hidden; margin: 0 -10px; }
.section-download .col-6 { padding: 0 11px; }
.section-download .col-4 { padding: 0 11px; }
.section-download .col-12 { padding: 0 11px; }
.section-download input:focus ~ label, .section-download select:focus ~ label, .section-download input:valid ~ label, .section-download select:valid ~ label { font-size: 0.60em; color: #94a0a7; top: -.6rem; transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1); }
.section-download label small { color: red; }
.section-download .styled-input { margin-bottom: 30px; position: relative; }
.section-download .styled-input label { color: #999; padding: 1rem; position: absolute; top: 0; left: 0; transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1); pointer-events: none; }
.section-download .styled-input.wide { width: 100%; }
.section-download input, .section-download select { font-weight: 700; padding: .5rem 1rem 0; height: 51px; border: 1px solid #bfc3c5; width: 100%; color: #5e6970; background: #f5f5f5; }
.section-download select { padding-top: 0; font-weight: 400; -webkit-appearance: none; appearance: none; -moz-appearance: none; background: #f5f5f5 url(/images/drop-down.png) right center no-repeat; }
.section-download .btn:before, .section-download .btn:after { right: 36px; }
.section-download input:focus, .section-download select:focus { outline: 0; }
.section-download button { margin: 10px 0; position: relative; padding-left: 30px; text-align: left; text-transform: uppercase; font-size: 16px; letter-spacing: .1em; color: #fff; font-weight: 700; width: 335px; height: 58px; background: #a91d35; }
.grey-home-bg { padding-bottom: 32px; background: url(/images/home-hero-bg-gray-right.jpg) center top no-repeat; background-size: cover; position: relative; z-index: 0; }
/*-------------------------------------HERO-TAB---------------------------------*/
.homeTab .container { max-width: 1620px; }
.homeTab li { width: 25%; border-left: 1px solid #686767; float: left; /*height: 100%;*/ }
.homeTab li {
	display: inline-block;
	float: none;
}
.homeTab li:first-child { border-left: 0; }
.homeTab ul { overflow: hidden; height: 230px; box-shadow: 1px 1px 20px rgba(0,0,0,.3); list-style: none; background: #484848 url(/images/home-tab.png) center no-repeat; background-size: cover; }
.homeTab ul {
	align-items: stretch;
	display: flex;
	height: auto;
	justify-content: space-between;
	position: relative;
}
.homeTab li a { padding: 55px 60px 55px 60px; overflow: hidden; height: 100%; transition: .6s; position: relative; color: #fff; border-top: 16px solid #37b0c9; display: block; text-decoration: none; }
.homeTab li a:hover { background: #37b0c9 }
.homeTab li a:hover small { color: #fff; }
.homeTab li.yellow a { border-top: 16px solid #e7b344; }
.homeTab li.yellow a:hover { background: #e7b344 }
.homeTab li.green a { border-top: 16px solid #98a752; }
.homeTab li.green a:hover { background: #98a752 }
.homeTab li.grey a { border-top: 16px solid #a6a6a6; }
.homeTab li.grey a:hover { background: #a6a6a6 }
.homeTab li strong { font-size: 32px; line-height: 1em; font-weight: 400; font-family: "Quadon Medium", Arial, sans-serif; }
.homeTab li small { padding: 7px 0; line-height: 24px; color: #cbcbcb; display: block; }
.homeTab li a:before { content: ''; display: block; position: absolute; background: rgba(255, 255, 255, 0.5); width: 60px; height: 100%; left: -50px; top: 0; opacity: .5; -webkit-filter: blur(60px); filter: blur(40px); -webkit-transform: translateX(-150%) skewX(-15deg); transform: translateX(-150%) skewX(-15deg); }
.homeTab li a:after { content: ''; display: block; position: absolute; background: rgba(255, 255, 255, 0.2); width: 30px; height: 100%; left: -20px; top: 0; opacity: 0; -webkit-filter: blur(30px); filter: blur(40px); -webkit-transform: translateX(-150%) skewX(-15deg); transform: translateX(-150%) skewX(-15deg); }
.homeTab li a:hover:before { -webkit-transform: translateX(500px) skewX(-15deg); transform: translateX(500px) skewX(-15deg); opacity: 0.6; transition: .7s; }
.homeTab li a:hover:after { -webkit-transform: translateX(500px) skewX(-15deg); transform: translateX(500px) skewX(-15deg); opacity: 1; transition: .7s; }
/*-------------------------------------HERO-BANNER---------------------------------*/
.heroBanner { /*overflow: hidden;*/ position: relative; }
.heroBanner .container { height: 822px; position: relative; }
.heroBanner .line-box { position: absolute; left: 0; display: none; top: 0; width: 335px; height: 421px; background: url(/images/line_box_style_4.png) left top no-repeat; background-size: cover; }
.heroBanner .title-box { width: 38.5%; z-index: 8; position: absolute; left: 123px;/*left: 116px;*/ top: 321px; width: 602px;/*width: 400px;*/ }
.heroBanner .title-box h1:after { position: absolute; content: ''; left: 0; top: 0; width: 68px; height: 10px; background-color: #A81D35; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
.heroBanner .hero-title { padding: 37px 0;/*padding: 50px 0;*/ line-height: 1.02em; font-size: 56px;/*font-size: 64px;*/ font-weight: 700; letter-spacing: .1em; text-transform: uppercase; position: relative; }
.heroBanner .hero-title small { display: block; margin-top: 4px; font-family: "Quadon Medium", Arial, sans-serif; line-height: 1.6em; font-size: 24px; font-weight: 400; letter-spacing: .02em; text-transform: none; color: #78838a; }
.heroBanner .slide { }
.heroBanner .image { position: absolute; right: -.2em; bottom: -13.8em;/*bottom: 0;*/ width: 61.9%; z-index: -1; }
.heroBanner .image img { display: block; width: 100%; }
/*-------------------------------------HERO-SLIDER---------------------------------*/
.homeSlider { padding-bottom: 120px; height: 604px; text-align: center; position: relative; }
/*background: url(/images/slider-img.jpg) left center no-repeat;    }*/
.homeSlider .overlay { position: absolute; left: 0; top: 0; height: 100%; width: 100%; display: block; background: rgba(40,40,40,.74); }
/*.homeSlider li { width: 100%; color: #fff;  }*/
/*.homeSlider ul { position: relative; width: 100%;  }*/
.homeSlider h2 { padding-bottom: 10px; font-size: 46px; line-height: 1.1em; font-family: "Quadon Medium", Arial, sans-serif; }
.homeSlider .text { padding: 115px 0 0; margin: auto; width: 600px; margin: auto; }
.homeSlider p { padding: 0 10px 20px; min-height: 165px; font-size: 16px; line-height: 1.5; }
.homeSlider a.link { /*padding: 0 30px;*/ font-weight: 700; color: #fff; text-decoration: none; font-size: 16px; letter-spacing: .1em; /*background: url(/images/button-white.png) center right no-repeat;*/ }
.homeSlider a.link .right-arrow { position: relative; top: 3px; right: 0px; margin-left: 20px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.homeSlider .right-arrow:before {z-index: 5; top: 7px; right: 3px; width: 12px;height: 1px;background-color: #ffffff;}
.homeSlider .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.homeSlider a.link:hover .right-arrow, .homeSlider a.link:focus .right-arrow { right: -4px; /*margin-left: 24px;*/ }

.homeSlider .dots { width: 100%; position: absolute; left: 0; bottom: 70px; text-align: center; }
.homeSlider .dots span { margin: 0 4px; display: inline-block; }
.homeSlider .dots .next { margin-left: 10px; width: 19px; text-indent: -9999px; height: 16px; cursor: pointer; background: url(/images/next-btn.png) left top no-repeat; }
.homeSlider .dots .prev { /*margin-left: 20px;*/ width: 19px; text-indent: -9999px; height: 16px; cursor: pointer; background: url(/images/next-btn.png) left top no-repeat; margin-right: 10px; transform: rotate(-180deg); }
.homeSlider .num { width: 12px; height: 12px; background: #fff; opacity: .4; border-radius: 50%; }
.homeSlider .num:hover, .homeSlider .num.active { opacity: 1; }
.homeSlider .slideItem { position: relative; width: 100%; color: #fff; }
.homeSlider .slideItem h2 { }
.homeSlider .slideItem img { height: 604px; margin: 0 auto; }
.homeSlider .dots .slick-dots { position: relative; top: -8px; }
.homeSlider .dots .slick-dots li button:before { color: white; }
.homeSlider .dots .slick-dots li.slick-active button:before { color: white; }
/*-------------------------------------UPDATES-SECTION---------------------------------*/
.updateSection h3 { padding-bottom: 15px; margin-bottom: 22px; position: relative; font-weight: 700; letter-spacing: .1em; font-size: 16px; color: #5f6a71; text-transform: uppercase; }
.updateSection h3:after { width: 30px; border-radius: 5px; height: 4px; content: ''; position: absolute; left: 0; bottom: 0; background: #a81d35; }
.updateSection .container { padding-top: 118px; padding-bottom: 118px; max-width: 1170px; }
.updateSection .leftside li { padding: 36px 0; border-bottom: 1px solid #b4b4b4; }
.updateSection .blockWrap {height: 100%; position: relative; display: block;text-decoration: none;}
/*.updateSection .blockWrap:hover::after, .updateSection .blockWrap:hover:after {position: absolute; content: ''; right: 0px; bottom: -123px; width: calc(100% - 0px); height: 4px; background-color: #a81d35; -webkit-transition: .2s; -moz-transition: .2s; transition: .2s;}*/
.updateSection .blockWrap:hover .date, .updateSection .blockWrap:focus .date { border: 1px solid #a81d35; background:#ffffff; color: #a81d35; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; }
.updateSection .leftside li .date { width: 68px; color: #fff; float: left; display: block; text-align: center; background: #a81d35; border: 1px solid #a81d35; }
.updateSection .leftside li .date small { border-bottom: 1px solid #dca5ae; line-height: 28px; text-transform: uppercase; display: block; font-size: 13px; font-weight: 500; }
.updateSection .leftside li .date strong { line-height: 58px; }
.updateSection .leftside li a { text-decoration: none; }
.updateSection .leftside li .text { padding-left: 32px; width: 82%; float: left; }
.updateSection .leftside { float: left; width: 450px; }
.updateSection .leftside li { overflow: hidden; }
.updateSection .leftside li .tag { color: #a81d35; display: block; text-transform: uppercase; font-size: 12px; font-weight: 600; letter-spacing: .1em; }
.updateSection .leftside li .title { display: block; padding: 11px 0 0; font-size: 26px; font-weight: 600; line-height: 1.1em; }
.updateSection .leftside li:last-child { border-bottom: 0; }
.updateSection a.link { padding-right: 32px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 16px; text-decoration: none; /*background: url(/images/event-arrow.jpg) right center no-repeat;*/ }
.updateSection a.link .right-arrow { position: relative; top: 3px; margin-left: 20px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.updateSection a.link .right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #5e6970; }
.updateSection a.link .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #5e6970; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.updateSection a.link:hover .right-arrow, .updateSection a.link:focus .right-arrow { /*right: -4px;*/ margin-left: 24px; }
.updateSection ul { padding-bottom: 42px; }
.updateSection .rightside { width: 515px; float: right; position: relative; }
.updateSection li { list-style: none; }
.updateSection .rightside li span { display: block; padding-bottom: 10px; font-weight: 700; font-weight: 600; color: #a81d35; }
.updateSection .rightside li { padding: 28px 0; font-size: 16px; line-height: 24px; }
.updateSection .rightside li a { text-decoration: none; color: #a81d35; }
.updateSection .rightside img { margin-top: 40px; display: block; max-width: 360px; max-height: 250px; }
.updateSection .bird { width: 24px; height: 20px; position: absolute; right: 20%; top: 0; background: url(/images/tweet-bird.png) left top no-repeat; }
/*-------------------------------------SECTION-HERO---------------------------------*/
.section-hero { position: relative; width: 100%; height: 0; padding: 42.5% 0 0 0; /*padding: 43.5% 0 0 0;*/ overflow: hidden; z-index: 799; }
.section-hero img { position: absolute; /*top: 0;*/ /*bottom: 0;*/ bottom: -32px; left: 0; width: 100%; height: auto; }
.section-hero .container { position: absolute; display: block; top: 0; left: 0; max-width: 100%; width: 100%; height: 100%; }
.right-box { position: absolute; display: block; width: 33%; height: 100%; top: 0; right: 0; }
/*.section-hero .container { display: table; min-height: 585px; height: 100%; }*/
/*.section-hero .left-box, .section-hero .right-box { display: table-cell; width: 30%; vertical-align: middle; }*/
.section-hero .left-box { width: 57.5%; }
/*.section-hero .right-box { padding-top: 235px; }*/
.hero-img { position: relative; z-index: 7; max-width: 100%; max-width: -webkit-calc(100% + 230px); max-width: calc(100% + 230px); height: auto; left: -116px; }
.magnum-text { position: absolute; z-index: 6; top: 157px; left: 42.7%; }
/*.hero-title-box { position: relative; z-index: 8; margin-top: 310px; padding-top: 59px; padding-bottom: 60px; }*/
.hero-title-box { position: absolute; padding-top: 59px; padding-bottom: 60px; top: 41%; left: 0px; right: 40px; z-index: 8; }
.hero-title-box:after { position: absolute; content: ''; left: 0; top: 0; width: 68px; height: 10px; background-color: #A81D35; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
.hero-title { font-size: 74px; line-height: 1; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-title .small { display: block; margin-bottom: 8px; font-size: 42px; font-weight: 400; letter-spacing: .09em; }
.hero-bg-text { position: absolute; width: 100%; top: 20px; left: 50%; font-size: 160px; line-height: 1; font-weight: 700; color: #fcfcfc; color: rgba(255, 255, 255, .28); text-shadow: 0 0 55px rgba(0, 0, 0, 0.2); text-transform: uppercase; }
.hero-nav { /*position: relative;*/ position: fixed; bottom: 0px; display: block; width: 100%; height: 76px; /*margin: -76px 0 0 0;*/ /*background-color: rgba(94, 105, 112, .9)*/ background-color: rgba(94, 105, 112, 1); z-index: 799; }
.hero-nav .container { padding: 0 30px 0 53px; }
.hero-nav-box { float: left; }
.hero-nav-box ul { position: relative; z-index: 10; display: inline-block; }
.hero-nav-box ul > li { display: inline-block; }
.hero-nav-box ul > li a { display: inline-block; padding: 31px 25px; font-size: 14px; font-weight: 700; line-height: 1; letter-spacing: .1em; color: #FFFFFF; text-transform: uppercase; text-decoration: none; }
.hero-nav-box ul > li a:hover, .hero-nav-box ul > li a:focus, .hero-nav-box ul > li a.download:hover .wenger-download, .hero-nav-box ul > li a.download:focus .wenger-download { color: #A81D35; opacity: 1; }
.hero-nav-box.right { position: relative; text-align: right; float: right; }
.hero-nav-box.right:after { position: absolute; z-index: 5; content: ''; right: -300%; top: 0; width: 300%; height: 100%; background-color: #A81D35; }
.hero-nav-box ul > li a.download { position: relative; padding-right: 48px; padding-left: 48px; }
.hero-nav-box ul > li a.download .wenger-download { position: relative; top: 5px; padding-right: 9px; line-height: 6px; font-size: 19px; opacity: .35; }
.hero-nav-box.right ul > li:last-child a { padding-right: 27px; padding-left: 27px; background-color: #A81D35; }
.hero-nav-box.right ul > li:last-child a:hover, .hero-nav-box.right ul > li:last-child a:focus { color: #000000; }
.line-box { position: absolute; z-index: 3; right: 0; bottom: 0; width: 457px; height: 523px; background-image: url(/images/line_box_right.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
.line-box.style-1 { right: -8px; bottom: -28px; }
/*-------------------------------------SECTION-CONTENT-IMAGE------------------------*/
.section-content-image { display: table; width: 100%; height: 878px; }
.section-content-image .left-box, .section-content-image .right-box { overflow: hidden; position: relative; display: table-cell; padding: 20px; vertical-align: top; }
.section-content-image .left-box { padding: 134px 140px 134px 90px; text-align: right; width: 54.6%; }
.section-subtitle { display: block; margin-bottom: 5px; font-size: 19px; font-weight: 400; line-height: 1.1; letter-spacing: .14em; text-transform: uppercase; }
.section-title, .section-title-left { margin-bottom: 42px; font-family: "Quadon Medium", Arial, sans-serif; font-size: 46px; line-height: 1.1; letter-spacing: .01em; }
.section-title-left { width: 90%; margin: 0px auto 42px; }
.section-title.small { font-size: 43px; }
.section-title.big { font-size: 80px; }
.section-content-image .section-title { margin-bottom: 20px; }
.section-content-image .content-box { display: inline-block; max-width: 605px; width: 100%; text-align: left; }
.h3style { margin: 0 auto 57px auto; font-family: "Quadon Medium", Arial, sans-serif; font-size: 46px; line-height: 1.1; letter-spacing: .01em; text-align: center; }
.bg-img { position: absolute; z-index: 3; min-height: 100%; min-width: 100%; width: auto; height: auto; top: -9999px; left: -9999px; right: -9999px; bottom: -9999px; margin: auto }
.section-content-image.left { height: 955px; background-color: #FAFAFA; background-image: url(/images/section_bg.png); background-position: center; background-size: cover; background-repeat: no-repeat; }
.section-content-image.left .left-box { padding: 0 0 80px 0; text-align: left; width: 50%; }
.section-content-image.left .right-box { padding: 184px 20px 20px 108px; width: 50%; }
.electric-motor-img-wrap img { position: relative; z-index: 10; max-width: 100%; width: auto; height: auto; }
.section-img-desc-box-wrap { max-width: 630px; margin: -7px auto 0; text-align: right; }
.section-img-desc-box { position: relative; z-index: 15; display: inline-block; padding: 10px 35px; max-width: 415px; width: 100%; text-align: left; }
.section-img-desc-box:after, .section-img-desc-box:before { position: absolute; content: ''; width: 20px; height: 3px; top: 17px; left: 2px; background-color: #A81D35; }
.section-img-desc-box:after { top: 17px; left: 2px; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.section-img-desc-title { display: block; margin-bottom: 1px; font-size: 16px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.section-img-desc-text { font-size: 14px; letter-spacing: .02em; line-height: 1.4; }
.line-box.style-2 { left: -10px; right: auto; bottom: -122px; width: 495px; height: 523px; background-image: url(/images/line_box_style_2.png); }
/*-------------------------------------SECTION-INDUSTRIES----------------------------*/
.section-industries { padding: 145px 0 155px; }
.section-industries .section-title { text-align: center; }
.section-industries .section-title-left { text-align: left; }
.industries-list { /*margin: 0 -20px 0;*/ margin: 0 auto; text-align: center; }
.industries-list > li { display: inline-block; width: 24%; width: -webkit-calc(25% - 4px); width: calc(25% - 4px); padding: 0 8px; vertical-align: top; margin-bottom: 20px; }
.industries-list > li a { text-decoration: none; }
.industries-list > li a span { display: block; z-index: 1; }
.industry-box { background-color: #FFFFFF; -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
.industry-header-box { overflow: hidden; min-height: 160px; padding: 34px 35px 30px; }
.industry-title { margin-bottom: 2px; font-size: 18px; font-weight: 700; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; }
.industry-desc { font-size: 15px; line-height: 1.6; }
.industry-img-wrap { overflow: hidden; position: relative; }
.industry-img-wrap img { position: absolute; z-index: 15; min-height: 100%; min-width: 100%; width: auto; height: auto; top: -9999px; left: -9999px; right: -9999px; bottom: -9999px; margin: auto; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
.placeholder-box { position: relative; z-index: 10; display: block; width: 100%; padding-bottom: 50%; }
.placeholder-box:before, .placeholder-box:after { position: absolute; content: ''; top: 0; width: 50%; height: 100%; }
.placeholder-box:before { left: 0; background-color: #ECECEC; }
.placeholder-box:after { right: 0; background-color: #DEDEDE; }
.industry-img-wrap .placeholder-box.second:before { background-color: #D8D8D8; }
.industry-img-wrap .placeholder-box.second:after { background-color: #C3C3C3; }
.industries-list > li a:hover .industry-box, .industries-list > li a:focus .industry-box { -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); box-shadow: 0 0 14px 0 rgba(0, 0, 0, .4); }
.industries-list > li a:hover img, .industries-list > li a:focus img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
/*Food Industries*/
#AncillaryProducts .right-box .content.small a { /*font-size: 19px;*/ font-size: 16px; text-decoration: none; }
#AncillaryProducts .right-box .content.small ul > li:before, #AncillaryProducts .right-box .content.small ul > li:after { /*top: 18px;*/ top: 11px; left: 2px; }
/*-------------------------------------SECTION-APP----------------------------------*/
.section-app { padding: 130px 0 105px; margin-bottom: 40px; background-color: #FEFEFE; background-image: url(/images/app_bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.section-app .container { position: relative; z-index: 5; }
.section-app .section-title { max-width: 1133px; margin: 0 auto 34px; }
.app-slide-box { position: relative; }
.app-slide-prev, .app-slide-next { display: none; position: absolute; z-index: 20; top: 73px; width: 43px; height: 43px; background-color: #A81D35; }
.app-slide-prev { left: 0; }
.app-slide-next { right: 0; }
.app-slide-prev:after, .app-slide-next:after { position: absolute; content: ''; margin-top: -8px; top: 50%; left: 50%; width: 14px; height: 14px; border: 2px solid #FFFFFF; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; }
.app-slide-prev:after { margin-left: -5px; border-right: none; border-top: none; }
.app-slide-next:after { margin-left: -10px; border-left: none; border-bottom: none; }
a.app-slide-prev:hover:after, .app-slide-prev:focus:after { margin-left: -10px; }
a.app-slide-next:hover:after, .app-slide-next:focus:after { margin-left: -5px; }
.app-slide-wrap { overflow: hidden; margin-bottom: 76px; width: 100%; }
.app-slide-wrap > *:not(:first-child) .app-img-wrap { border-left: none; }
.app-img-box { position: relative; float: left; width: 25%; }
.app-img-box.app-width-32 { width: 32%; }
.app-img-box.app-width-12 { width: 12.2%; }
.app-img-box.app-width-19 { width: 19.1%; }
.app-img-box.app-width-37 { width: 36.7%; }
.app-img-wrap { overflow: hidden; position: relative; padding-bottom: 95.6%; border: 1px solid #A1AEB7; }
.app-img-box.app-width-32 .app-img-wrap { padding-bottom: 74.7%; }
.app-img-box.app-width-12 .app-img-wrap { padding-bottom: 196.2%; }
.app-img-box.app-width-19 .app-img-wrap { padding-bottom: 125.3%; }
.app-img-box.app-width-37 .app-img-wrap { padding-bottom: 65.1%; }
.app-img-box img { position: absolute; z-index: 3; display: block; min-height: 100%; min-width: 100%; max-width: 100%; width: auto; height: auto; top: -9999px; left: -9999px; right: -9999px; bottom: -9999px; margin: auto }
.app-img-box.wider img { max-height: 100%; max-width: none; }
.app-img-title { display: block; padding: 10px 10px 10px 0; font-size: 14px; font-weight: 400; letter-spacing: .01em; }
.faq-wrap { max-width: 1130px; margin: 0 auto; }
.faq-list { max-width: 880px; }
.faq-list { margin-bottom: 30px; list-style: none; }
.faq-list > li { position: relative; border-bottom: 1px solid #d9d9d9; }
.faq-list > li:last-child { margin-bottom: 0; border-bottom: none; }
.faq-list > li > a { text-decoration: none; }
.faq-list > li h2 { position: relative; padding: 34px 35px 34px 0; color: #5e6970; font-size: 24px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; cursor: pointer; }
.faq-list > li h2:after { position: absolute; content: ''; right: 9px; top: 50%; width: 20px; height: 20px; margin-top: -16px; border: 3px solid #A81D35; border-bottom: none; border-right: none; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); -webkit-transform-origin: 50%; -moz-transform-origin: 50%; -ms-transform-origin: 50%; -o-transform-origin: 50%; transform-origin: 50%; }
.faq-list > li h2 > a { color: #5e6970; font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: .1em; cursor: pointer; text-decoration: none; }
.faq-list > li h2.open:after, .no-js .faq-list > li h2:after { margin-top: -6px; -webkit-transform: rotate(45deg); -khtml-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.accordion-box-content, .faq-list > li h2 + [aria-hidden] .accordion-box-content,
.faq-list > li h2 + [aria-hidden] { display: none; }
.no-js .accordion-box-content, .faq-list > li h2 + [aria-hidden="false"] .accordion-box-content,
.no-js .faq-list > li h2 + [aria-hidden] .accordion-box-content,
.faq-list > li h2 + [aria-hidden="false"], .no-js .faq-list > li h2 + [aria-hidden] { display: block; }
.collapsible h3 + [aria-hidden] { display: none; }
.collapsible h3 + [aria-hidden="false"] { display: block; }
.accordion-box-content { position: relative; z-index: 2; margin: -25px 0 0 0; padding: 0 80px 32px 0; font-size: 18px; letter-spacing: .02em; line-height: 1.5; }
.accordion-box-content > * { margin-bottom: 10px; }
.accordion-box-content > *:last-child { margin-bottom: 0; }
.accordion-box-content ul { margin-left: 20px; }
.accordion-box-content ul li { list-style-type: disc; }
.accordion-box-content ol { margin-left: 20px; }
.accordion-box-content ol li { list-style-type: decimal; }
.accordion-box-content li { margin-bottom: 5px; }
.line-box.style-3 { right: auto; left: -8px; bottom: -155px; width: 367px; height: 487px; background-image: url(/images/line_box_style_3.png); }
/*-------------------------------------SECTION-TECHNICAL-DATA-----------------------*/
.section-technical-data { padding: 126px 0 90px; }
.section-technical-data .section-title { margin-bottom: 49px; text-align: center; }
.table-right-gradient { position: relative; }
.table-right-gradient:after { display: none; position: absolute; content: ''; top: 0; right: 0; width: 50px; height: 100%; background: #FFFFFF; background: rgba(255,255,255,0); background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 51%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(51%, rgba(255,255,255,0.86)), color-stop(59%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 51%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 51%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 51%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 51%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }
.technical-table-wrap { overflow-y: auto; max-width: 1070px; margin: 0 auto 41px; }
.technical-table { width: 100%; margin: 0 auto; text-align: center; }
.technical-table thead { border-bottom: 2px solid #A81D35; }
.technical-table thead tr th, .technical-table thead tr th p { padding: 5px 10px; font-size: 14px; font-weight: 700; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; background-color: #FFFFFF; vertical-align: bottom; }
.technical-table thead tr th p { padding: 5px 10px 0px; /*padding: 5px 10px;*/ }
.technical-table tbody tr { border-bottom: 1px solid #BDC9D1; }
.technical-table tbody tr td { padding: 13px 10px; font-size: 16px; font-weight: 400; line-height: 1; letter-spacing: .1em; background-color: #FFFFFF; vertical-align: middle; }
.technical-table tbody tr td p { margin: 0 auto; }
.htmlModuleWrap { padding: 50px 193px; }
.technical-table tbody tr:nth-child(even) td { background-color: #f5f5f5; }
.technical-table .cell-model { width: 105px; }
.technical-table .cell-mm { width: 245px; }
.technical-table .cell-kg { width: 226px; }
.technical-table .cell-hp { width: 310px; }
.technical-table .cell-rpm { width: 185px; }
.hide-table-box { display: none; }
.table-more { max-width: 1072px; width: 100%; margin: 0 auto; font-size: 14px; font-weight: 700; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.table-more a { position: relative; color: #a81d35; text-decoration: none; }
.table-more a:after { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 1px; background-color: #a81d35; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; }
.table-more a:hover:after, .table-more a:focus:after { opacity: 0; }
/*-------------------------------------SECTION-TALK---------------------------------*/
.section-talk { padding: 78px 0 164px; text-align: center; }
.section-talk .section-title { margin-bottom: 5px; }
.section-desc { max-width: 400px; margin: 0 auto 55px; font-size: 24px; line-height: 1.25; letter-spacing: .01em; }
.section-desc-left { /*max-width: 700px;*/ width: 90%; margin: 0 auto 55px; font-size: 24px; line-height: 1.25; letter-spacing: .01em; }
.section-desc-left p { max-width: 1080px; }
.talk-list { max-width: 580px; margin: 0 auto; list-style: none; }
.talk-list > li { display: inline-block; width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 20px; vertical-align: top; }
.talk-list > li [href^=tel], .talk-list > li a { font-size: 18px; font-weight: 700; color: #a81d35; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.talk-list .wenger-download { width: 36px; height: 36px; margin: 0 auto 16px; color: #ffffff; line-height: 36px; background-color: #a81d35; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.talk-list > li [href^=tel] { color: #a81d35 !important; }
.talk-list > li a:hover, .talk-list > li a:focus { color: #5e6970; }
.talk-list > li a:hover .wenger-download, .talk-list > li a:focus .wenger-download { background-color: #5e6970; }
.talk-list > li a span { display: block; }
.talk-list .wenger-phone, .talk-list .wenger-email { margin-bottom: 16px; font-size: 36px; }
/*-------------------------------------SECTION-HERO---------------------------------*/
.section-pre-footer { padding: 55px 0 49px; }
.section + .section-pre-footer { border-top: 1px solid #A1AEB7; }
.section-pre-footer .section-title { margin-bottom: 0; font-size: 36px; letter-spacing: .1em; text-align: center; text-transform: uppercase; max-width: 100%; }
/*-------------------------------------SECTION-PRE-FOOTER---------------------------*/
#footer { margin-bottom: 75px; border-top: 1px solid #A1AEB7; }
#footer.noCookie { margin-bottom: 0; }
.mobile-box { display: none; }
#footer .container { max-width: 1492px; }
.footer-table { display: table; width: 100%; height: 425px; }
.footer-cell { display: table-cell; vertical-align: top; padding: 24px 0 24px 42px; }
.footer-cell.first { width: 21.4%; padding-left: 0; padding-right: 20px; border-right: 1px solid #A1AEB7; }
.footer-cell.first .footer-text { margin-left: 35px; }
.footer-text-phone { margin-left: 35px; }
.footer-logo { display: block; max-width: 145px; margin-bottom: 5px; }
.footer-logo img { max-width: 100%; width: auto; height: auto; }
.footer-title { display: block; padding: 15px 5px; font-size: 15px; font-weight: 700; line-height: 1.35; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-text, .footer-text-phone { display: block; padding: 10px 5px; font-size: 15px; font-weight: 400; line-height: 1.35; letter-spacing: .01em; text-decoration: none; }
.footer-link { display: block; padding: 5px 5px; font-size: 15px; font-weight: 400; line-height: 1.35; letter-spacing: .01em; text-decoration: none; }
a.footer-title:hover, a.footer-title:focus, a.footer-text:hover, a.footer-text:focus, a.footer-link:hover, a.footer-link:focus { color: #a81d35; }
.footer-title strong, .footer-text strong, .footer-link strong { font-weight: 700; }
.footer-title + .footer-text { margin-top: -22px; }
.footer-title + .footer-link { margin-top: -10px; }
.footer-title.big { margin-top: 7px; margin-bottom: 11px; letter-spacing: .15em; color: #a81d35; }
.footer-title.big .right-arrow { position: relative; top: 3px; margin-left: 20px; }
a.footer-title.big:hover .right-arrow,
a.footer-title.big:focus .right-arrow { margin-left: 24px; }
.right-arrow { position: relative; display: inline-block; width: 17px; height: 15px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.right-arrow:before, .right-arrow:after { position: absolute; content: ''; right: 0; top: 0; }
.right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; }
.right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.footer-list { margin-top: 23px;list-style-type: none; }
.footer-list > li { display: inline-block; width: 24%; width: -webkit-calc(25% - 4px); width: calc(25% - 4px); padding: 0 25px; vertical-align: top; }
.footer-list > li.first-col { width: 17.3%; }
.footer-list > li.second-col { width: 21%; }
.footer-list > li.third-col { width: 22.2%; padding-left: 20px; padding-right: 20px; }
.footer-list > li.last-col { width: 38%; padding-left: 80px; padding-right: 80px; }
.footer-list > li.resp-1366 {
	display: none;
}
.resp-1366 ul { list-style: none; }
.footer-title + .social-list { margin-top: -7px; }
.social-list { list-style: none; margin-left: 2px; }
.social-list > li { display: inline-block; padding: 0 3px; }
.social-list > li a { display: block; height: 26px; text-decoration: none; color: #c2c2c2; }
.social-list > li a:hover, .social-list > li a:focus { color: #a81d35; }
.social-list > li span { font-size: 28px; line-height: 1; }
.footer-bottom-box { padding-top: 3px; padding-bottom: 10px; border-top: 1px solid #A1AEB7; }
#footer .footer-bottom-box .container { max-width: 1480px; }
.footer-bottom-table { display: table; width: 100%; }
.footer-bottom-cell { display: table-cell; padding: 9px 0 9px 20px; text-align: right; vertical-align: top; }
.footer-bottom-table > *:last-child { width: 430px; }
.footer-bottom-cell.first { padding-left: 20px; padding-right: 0; text-align: left; }
.footer-tel-list { list-style: none; }
.footer-tel-list > li { display: inline-block; vertical-align: top; /*padding: 10px 15px;*/ padding: 0px 15px 0px 0px; font-size: 13px; line-height: 1; }
.footer-tel-list > li a { display: inline-block; }
.footer-tel-list > li a strong, .footer-tel-list > li a b, .footer-tel-list > li strong { font-weight: 700; letter-spacing: .09em; text-transform: capitalize; }
.copyright { padding-top: 2px; font-size: 13px; letter-spacing: .1em; word-spacing: -.03em; line-height: 1.8; text-transform: uppercase; }
.copyright a { padding-right: 4px; text-decoration: none; }
.copyright a:hover, .copyright a:focus { color: #a81d35; }
/*-------------------------------------CONTACT--------------------------------------*/
/*.section-contact, .section-events { padding: 204px 0 130px; }*/
.section-contact { padding: 204px 0 130px; }
.section-contact .container { overflow: hidden; }
.section-contact .left-box, .section-contact .right-box { float: left; width: 50%; }
.section-contact .left-box { width: 67.4%; text-align: right; }
.section-contact .right-box { width: 32.6%; padding-top: 73px; }
.contact-box { display: inline-block; max-width: 772px; width: 100%; text-align: left; }
.section-contact .section-title { margin-bottom: 24px; }
.contact-list { margin-bottom: 54px; list-style: none; }
.contact-list > li { display: inline-block; width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); vertical-align: top; }
.contact-list .footer-text { padding: 14px 5px; font-size: 18px; line-height: 1.5; }
.contact-list .footer-tel-list { margin-top: 10px; margin-bottom: 34px; }
.contact-list .footer-tel-list > li { display: block; }
.contact-list > li:last-child:not(:first-child) { padding-left: 15px; }
.contact-list .footer-tel-list > li a { padding: 6px 0; font-size: 18px; }
.contact-list .footer-tel-list > li a strong, .contact-list .footer-tel-list > li a b { display: inline-block; min-width: 80px; letter-spacing: .02em; text-transform: capitalize; }
.contact-link-box a { position: relative; display: inline-block; padding: 5px 0; font-size: 16px; font-weight: 400; color: #a91d35; letter-spacing: .01em; text-decoration: none; }
.contact-link-box a:before { position: absolute; content: ''; bottom: 7px; left: 0; width: 100%; height: 1px; background-color: #a91d35; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
.contact-link-box a:hover:before, .contact-link-box a:focus:before { background-color: transparent; }
.form-title { margin-bottom: 13px; font-size: 18px; font-weight: 700; }
.form-list { list-style: none; }
.form-list ul { list-style: none; }
.form-list > li { margin-bottom: 30px; }
.form-list > li:nth-last-child(2) { margin-bottom: 41px; }
.form-list > li > ul { overflow: hidden; margin: 0 -10px; }
.form-list > li > ul > li { padding: 0 11px; }
.form-list > li ul.two-col > li { float: left; width: 50%; }
.form-list > li ul.two-col > li:first-child { width: 49%; }
.form-list > li ul.two-col > li:last-child { width: 51%; }
.form-list > li ul.three-col > li { float: left; width: 33.33%; }
.form-list > li ul.three-col > li:first-child { width: 38.5%; }
.form-list > li ul.three-col > li:nth-child(2) { width: 34.5%; }
.form-list > li ul.three-col > li:last-child { width: 27%; }
.form-btn-box { margin-top: 46px; }
.map-box { position: relative; left: -158px; max-width: 566px; }
.map-box.mobile { display: none; }
.map-box img { position: relative; z-index: 5; max-width: 100%; max-width: -webkit-calc(100% + 100px); max-width: calc(100% + 100px); height: auto; }
.map-pin { position: absolute; z-index: 10; display: block; top: 0; left: 0; width: 16px; height: 24px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(/images/pin@2x.png); }
.map-pin.pin-1 { top: 21%; left: 56%; }
.map-pin.pin-2 { top: 27%; left: 23%; }
.map-pin.pin-3 { top: 27%; left: 25%; }
.map-pin.pin-4 { top: 35%; left: 93%; }
.map-pin.pin-5 { top: 37%; left: 96%; }
.map-pin.pin-6 { top: 65%; left: 40%; }
.input-imp-long { display: block !important; height: 1px !important; font-size: 0px !important; border: none !important; }
.underlineWrap { text-decoration: underline; font-weight: normal !important; }
/*-------------------------------------LeadGenFormWrap-------------------------------------*/
.leadGenModal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); /*opacity: 0;*/ opacity: 1; /*visibility: hidden;*/ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s, transform 0.25s; z-index: 9999; }
.leadGenFormWrap {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	max-width: 30em;
	width: 100%;
	max-height: 75%;
	margin: 0 auto;
	-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
	padding: 2.5em 2.5em;
	border-radius: 4px;
	background: #fff /*url(/images/leadGen-back-sized.jpg) no-repeat center top*/;
	background-size: initial;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.leadGenFormWrap #closePopup { position: absolute; display: block; width: 3em; height: 3em; top: 0; right: 0; color: #fff; text-decoration: none; background: url(/images/close.png) no-repeat center; z-index: 8; cursor: pointer; }
.leadGenFormWrap #closePopup:hover { cursor: pointer; }
.leadGenFormWrap textarea.input-style { overflow-y: auto; font: 700 18px/1.6 'Proximanova', Arial, Tahoma, sans-serif; padding: 12px 16px; width: 100%; height: 112px; resize: none; border: 1px solid #BFC3C5; color: #5e6970; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
/*Checkbox*/
input[type="checkbox"] { width: 25px; height: 18px; }
.checkbox input [type="checkbox"] { opacity: 0; }
.checkbox label::before { content: ''; display: inline-block; height: 25px; width: 25px; border: 1px solid; }
.checkbox label::after { content: ''; display: inline-block; height: 6px; width: 9px; border-left: 2px solid; border-bottom: 2px solid; transform: rotate(-45deg); }
.checkbox label { position: relative; }
.checkbox label::before, .checkbox label::after { position: absolute; }
/*Outer-box*/
.checkbox label::before { top: 3px; }

/*Checkmark*/
.checkbox label::after { left: 4px; top: 7px; }

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label:after { content: none; }
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after { content: ''; }
/*Adding in focus state for accessiblity*/
.checkbox input[type="checkbox"]:focus + label::before { outline: rgb(59,153,252) auto 5px; }

/*.leadGenFormWrap h2 { font-size: 32px; }
.leadGenFormWrap p { font-size: 13px; line-height: normal; }
.leadGenFormWrap .defaultInput { margin: 5px 0 30px 0; }
.leadGenColumn1 { position: relative; display: block; width: 40%; float: left; }
.leadGenColumn1 h1 { padding-bottom: 32px; padding-top: 0px; margin-top: 0px; font-size: 35px; }
.leadGenFormWrap p.contactLine1 { font-size: 18px; line-height: normal; padding-bottom: 9px; }
.leadGenFormWrap p.contactLine2 { font-size: 18px; line-height: normal; padding-bottom: 0px; }
.leadGenFormWrap .contactInformation { font-size: 15px; }
.leadGenFormWrap .contactInformation strong { font-size: 18px; }
.leadGenColumn2 { position: relative; display: block; width: 60%; float: none; }*/
/*.catalogFormWrap #closePopup { position: absolute; display: block; width: 22px; height: 22px; top: 0px; right: 0px; background: url(/cassette.axd/file/images/popupClose-f954427�.png) no-repeat 0 0; }*/
/*.leadGenFormWrap h2 { font-size: 32px; }
.leadGenFormWrap p { font-size: 13px; line-height: normal; }
.leadGenFormWrap .centerLine { position: absolute; display: block; width: 1px; height: 76%; top: 47px; left: 13px; background: #dbdbdb; }
.submissionleadGenFormWrap { position: relative; width: 472px; height: 426px; margin: -36px auto 0 auto; padding: 42px 50px; top: 50%; left: -54px; right: 0; bottom: auto; background: #fff; box-sizing: border-box; z-index: 999; }
.grecaptcha-badge { z-index: 50; }*/
/*-------------------------------------Careers---------------------------------*/
.section-careers {padding: 87px 0 90px;}
.careers-box {display: inline-block; max-width: 776px; width: 100%; text-align: left;}
.section-careers .left-box {width: 67.5%; text-align: right; line-height: 1.5;}
.section-careers .section-title {margin-bottom: 16px;}
#inlineframe { position: relative; display: block; width: 100%; min-height: 427px; height: auto; padding: 0 0 30px 0; border: 0; }
.grecaptcha-badge { z-index: 500; }
/*-------------------------------------EMPLOYEE LOGIN---------------------------------*/
.section-employeeLog {padding: 163px 0 203px 0;}
.boxWrap {position: relative; display: block; max-width: 1152px; width: 100%; margin: 45px auto 0 auto; font-size: 0; text-align: center;}
.columnBox { position: relative; display: inline-block; width: 24%; min-height: 375px; height: auto; margin: 9px 6px; background-color: #ffffff; -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; vertical-align: top;}
    .columnBox:first-child {margin-left: 0;}
    .columnBox:last-child {margin-right: 0;}
.boxWrap:after {content: ''; display: table; clear: both;}
.section-employeeLog a.employeeLink { position: absolute; text-decoration: none; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; margin: auto; padding: 84px 0 88px 0; }
.section-employeeLog a.employeeLink .boxCTA{ position:relative; display: block; width: 100%; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 16px; text-decoration: none; color: #a81d35; }
.section-employeeLog a.employeeLink .boxCTA .right-arrow { position: relative; top: 3px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.section-employeeLog a.employeeLink .boxCTA .right-arrow:before {  z-index: 5; top: 7px; right: 3px; width: 12px;  height: 1px; background-color: #a81d35; }
.section-employeeLog a.employeeLink .boxCTA .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section-employeeLog a.employeeLink .boxCTA:hover .right-arrow, .section-employeeLog a.employeeLink .boxCTA:focus .right-arrow { right: -4px; }
.section-employeeLog a.employeeLink .boxIcon {position: relative; display: block; width: 54px; height: 46px; margin: 0 auto 48px auto; }
.section-employeeLog a.employeeLink .officeIco { background-image: url(/images/office_icon.png); background-repeat: no-repeat; background-position:  center; }
.section-employeeLog a.employeeLink .shopIco { background-image: url(/images/employee_icon.png); background-repeat: no-repeat; background-position: center; }
.section-employeeLog a.employeeLink .payIco { background-image: url(/images/pay_icon.png); background-repeat: no-repeat; background-position: center; }
.section-employeeLog a.employeeLink .concurIco { background-image: url(/images/concur_icon.png); background-repeat: no-repeat; background-position: center; }
.section-employeeLog a.employeeLink .keyIco { background-image: url(/images/key-icon.png); background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.section-employeeLog a.employeeLink .boxTitle { position: relative; display: block; width: 100%; padding:0 45px 22px 45px; font-family: "Quadon Medium", Arial, sans-serif; font-size: 22px; line-height: 1.1; letter-spacing: .01em; color: #5e6970; }
.columnBox:hover, .columnBox:focus { background-color: #a81d35; -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);  }
.section-employeeLog .columnBox:hover a.employeeLink .boxTitle { color: #ffffff; }
.section-employeeLog .columnBox:hover a.employeeLink .boxCTA { color: #ffffff; }
.section-employeeLog .columnBox:hover a.employeeLink .payIco { background-image: url(/images/pay_icon_rev.png); background-repeat: no-repeat; }
.section-employeeLog .columnBox:hover a.employeeLink .shopIco { background-image: url(/images/employee_icon_rev.png); background-repeat: no-repeat;  }
.section-employeeLog .columnBox:hover a.employeeLink .officeIco { background-image: url(/images/office_icon_rev.png); background-repeat: no-repeat;  }
.section-employeeLog .columnBox:hover a.employeeLink .concurIco { background-image: url(/images/concur_icon_rev.png); background-repeat: no-repeat;  }
.section-employeeLog .columnBox:hover a.employeeLink .keyIco { background-image: url(/images/key-icon-w.png); background-repeat: no-repeat;  }
.section-employeeLog .columnBox:hover a.employeeLink .boxCTA .right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #ffffff; }
.section-employeeLog .columnBox:hover a.employeeLink .boxCTA .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.section-employeeLog a.employeeLink  .mobileCTA {display:none;}
.section.section-employeeLog .loginButton {display: none;}
/*-------------------------------------HISTORY-HERO---------------------------------*/
.section-history-hero { overflow: hidden; padding: 109px 0 0; color: #ffffff; background-color: #070706; background-image: url(/images/history_hero.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.section-history-hero .container,
.history-bottom-box { position: relative; z-index: 5; }
.history-table { display: table; width: 100%; max-width: 1282px; margin: 0 auto; padding-bottom: 20px; height: 582px; }
.history-cell { display: table-cell; vertical-align: top; }
.history-cell > * { max-width: 600px; }
.history-title { margin-bottom: 6px; font-size: 74px; font-weight: 700; line-height: 1; letter-spacing: .1em; text-transform: uppercase; }
.history-sub-title { display: block; margin-bottom: 10px; font: 20px/1.2 "Quadon Medium", Arial, sans-serif; }
.history-bottom-box { overflow: hidden; position: relative; min-height: 120px; }
.history-info-box { float: right; max-width: 40%; width: 480px; padding: 30px 38px 40px; font-size: 15px; line-height: 1.5; letter-spacing: .01em; text-align: left; background-color: #000000; background-color: rgba(0, 0, 0, .47); }
.history-info-box p { margin-bottom: 10px; max-width: 290px; }
.history-info-box > *:last-child { margin-bottom: 0; }
a.go-to-history, .go-to-history { position: absolute; max-width: 120px; text-align: center; top: 5px; left: 50%; font-size: 15px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; color: #ffffff; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
a.go-to-history:before, a.go-to-history:after, .go-to-history:before, .go-to-history:after { position: absolute; content: ''; bottom: -53px; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
a.go-to-history:before, .go-to-history:before { width: 0; height: 0; border-left: 38px solid transparent; border-right: 38px solid transparent; border-top: 38px solid #A91D35; }
a.go-to-history:after, .go-to-history:after { bottom: -650px; left: 50%; width: 8px; height: 600px; background-color: #A91D35; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
a.go-to-history:hover, a.go-to-history:focus, .go-to-history:hover, .go-to-history:focus { color: #A91D35; }
/*-------------------------------------HISTORY--------------------------------------*/
.section-history { padding: 0 0 70px; background-color: #ededed; }
.section-history .container { max-width: 1690px; }
.history-list { overflow: hidden; position: relative; z-index: 5; width: 100%; margin-bottom: 84px; list-style: none; }
.history-list:before { position: absolute; z-index: 10; content: ''; top: 0; left: 50%; width: 8px; height: 100%; background-color: #A91D35; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.history-list:after { position: absolute; z-index: 10; content: ''; bottom: 0; left: 50%; width: 113px; height: 3px; background-color: #A91D35; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.history-list > li { overflow: hidden; width: 50%; margin-bottom: 80px; }
.history-list > li.left { float: left; clear: left; text-align: right; }
.history-list > li.right { float: right; clear: right; text-align: left; }
.history-list > li:first-child { margin-top: 75px; }
.history-list > li:nth-child(2) { margin-top: 233px; }
.history-box { display: inline-block; padding: 10px 20px 0; text-align: left; }
.history-box > *:last-child { margin-bottom: 0; }
.history-year { position: relative; display: inline-block; margin-bottom: 6px; font-weight: 700; font-size: 40px; letter-spacing: .05em; line-height: 1; }
.history-year:after { position: absolute; z-index: 10; content: ''; top: 2px; right: -45px; width: 12px; height: 12px; background-color: #A91D35; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); }
.right .history-year:after { right: auto; left: -50px; }
.big.history-year:after { top: 5px; }
.history-year:before { position: absolute; z-index: 12; content: ''; top: 6px; right: -540px; width: 500px; height: 3px; background-color: #A91D35; }
.right .history-year:before { right: auto; left: -540px; }
.big.history-year:before { top: 9px; }
.history-year.big { margin-bottom: 0; font-size: 80px; }
.history-year.biggest { margin-bottom: 0; font-size: 110px; }
.history-box-table { display: table; width: 100%; height: 50px; }
.history-box-cell { display: table-cell; vertical-align: top; }
.map-history-box { max-width: 566px; margin-left: 6px; }
.history-content { display: inline-block; margin-bottom: 24px; font-size: 18px; font-weight: 400; line-height: 1.6; letter-spacing: .01em; }
.history-content > *:not(:last-child) { margin-bottom: 10px; }
.history-img-wrap { position: relative; display: inline-block; }
.history-img-wrap img { max-width: 100%; }
.history-img-wrap figcaption { margin-top: 10px; font: 400 14px/1.45 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .01em; }
.map-history-wrap { position: relative; display: block; }
.map-history-wrap img { max-width: 100%; width: auto; height: auto; }
.history-map-pin { position: absolute; z-index: 10; display: block; top: 0; left: 0; width: 16px; height: 24px; background-position: center; background-repeat: no-repeat; background-size: contain; background-image: url(/images/pin@2x.png); }
.history-map-pin.pin-1 { top: 22%; left: 46%; }
.history-map-pin.pin-2 { top: 27%; left: 19%; }
.history-map-pin.pin-3 { top: 28%; left: 20.7%; }
.history-map-pin.pin-4 { top: 35.7%; left: 77%; }
.history-map-pin.pin-5 { top: 37%; left: 78.6%; }
.history-map-pin.pin-6 { top: 65%; left: 32.5%; }
.history-list > li.year-1935 { margin-bottom: 63px; }
.year-1935 .history-box { max-width: 490px; margin-right: 60px;/*margin-right: 130px;*/ }
.year-1935 .history-img-wrap figcaption { max-width: 307px; }
.history-list > li.year-1939 { margin-bottom: 75px; }
.year-1939 .history-box { max-width: 360px; margin-left: 60px;/*margin-left: 197px;*/ }
.history-list > li.year-1940 { margin-bottom: 125px; }
.year-1940 .history-box { max-width: 510px; margin-left: 60px;/*margin-left: 110px;*/ }
.history-list > li.year-1955 { margin-bottom: 50px; }
.year-1955 .history-box { margin-right: 45px;/*margin-right: 50px;*/ max-width: 722px; }
.year-1955 .history-box-cell.image { width: 378px; padding-right: 30px; }
.year-1955 .history-img-wrap figcaption { max-width: 307px; }
.history-list > li.year-1956 { margin-bottom: 65px; }
.year-1956 .history-box { max-width: 340px; margin-left: 196px; }
.history-list > li.year-1958 { margin-bottom: 117px; }
.year-1958 .history-box { max-width: 644px; margin-left: 30px;/*margin-left: 0;*/ padding-left: 0; }
.year-1958 .history-img-wrap { position: relative; margin-bottom: 13px; }
.year-1958 .history-img-wrap img {
	padding-left: 50px;
}
.year-1958 .history-year { position: absolute; top: 34px; left: 52px; color: #ffffff; }
.year-1958 .history-year:before, .year-1958 .history-year:after { content: none; }
.year-1958 .history-img-wrap:before, .year-1958 .history-img-wrap:after { position: absolute; content: ''; background-color: #A91D35; }
.year-1958 .history-img-wrap:before { top: 4px; left: -26px;/*left: 0;*/ width: 80px;/*width: 50px;*/ height: 3px; z-index: 12; }
.year-1958 .history-img-wrap:after { top: 0; left: 43px; width: 12px; height: 12px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); z-index: 10; }
.year-1958 .history-content { max-width: 310px; margin-left: 50px; }
.history-list > li.year-1960, 
.history-list > li.year-2021 { margin-bottom: 95px; }
.year-1960 .history-box, .year-2021 .history-box { max-width: 712px; margin-right: 46px; text-align: right; }
.year-1960 .history-year, .year-2021 .history-year { padding-right: 10px; }
.year-1960 .history-content, .year-2021 .history-content { max-width: 400px; margin-bottom: 28px; padding-right: 10px; }
.year-1960 .history-img-wrap figcaption, .year-2021 .history-img-wrap figcaption { display: inline-block; max-width: 500px; margin-top: 6px; }
.history-list > li.year-1965 { margin-bottom: 128px; }
.year-1965 .history-box { max-width: 390px; margin-left: 60px; text-align: right; }
.year-1969 .history-box { max-width: 590px; margin-right: 40px;/*margin-right: 60px;*/ }
.history-list > li.year-1970s { margin-bottom: 75px; }
.year-1970s .history-box { max-width: 612px; margin-right: 72px; margin-left: 60px; }
.year-1970s .history-box-cell.image { 
	padding-right: 30px; 
	padding-top: 30px; 
	width: 114px;
	/*width: 190px;*/ 
}
.history-list > li.year-1973 { margin-top: -59px; margin-bottom: 50px; }
.year-1973 .history-box { max-width: 550px; margin-left: 275px; margin-right: 60px; }
.history-list > li.year-1977 { margin-bottom: 89px; padding-top: 10px; }
.year-1977 .history-box { max-width: 600px; margin-left: 40px; }
.year-1977 .history-year { margin-top: -12px; margin-left: 20px; }
.year-1977 .history-content { margin-left: 20px; }
.year-1977 .history-img-wrap {
	max-width: 100%;
}
.year-1977 .history-img-wrap img {
	max-width: 80%;
}
.history-list > li.year-1980 { margin-bottom: 101px; }
.year-1980 .history-box { max-width: 330px; margin-right: 71px; text-align: right; }
.year-1985.left .history-box { max-width: 640px; margin-right: 71px; }
.year-1985.left .history-box-cell.image { 
	padding-right: 20px; 
	width: 173px;
	/*width: 288px; */
}
.history-list > li.right.year-1985 { margin-bottom: 93px; }
.year-1985.right .history-box { position: relative; max-width: 480px; margin-left: 70px;/*margin-left: 227px;*/ }
.history-list > li.year-1993 { margin-bottom: 82px; }
.year-1993 .history-box { max-width: 455px; margin-left: 70px; }
.history-list > li.year-2000 { margin-bottom: 95px; }
.year-2000 .history-box { max-width: 440px; margin-left: 70px; }
.history-list > li.year-2008 { margin-top: -280px; margin-bottom: 82px; }
.year-2008 .history-box { max-width: 618px; margin-right: 40px; padding-right: 0; text-align: right; }
.year-2008 .history-img-wrap { 
	margin-bottom: 12px;
	max-width: 100%;
	position: relative; 
}
.year-2008 .history-img-wrap img {
	max-width: 85%;
	padding-right: 50px;
}
.year-2008 .history-year { position: absolute; right: 52px; bottom: 38px; color: #ffffff; }
.year-2008 .history-content { max-width: 460px; margin-right: 50px; }
.year-2008 .history-year:before, .year-2008 .history-year:after { content: none; }
.year-2008 .history-img-wrap:before, .year-2008 .history-img-wrap:after { position: absolute; content: ''; background-color: #A91D35; }
.year-2008 .history-img-wrap:before { z-index: 12; bottom: 8px; right: -40px; width: 91px;/*right: 0;*/ /*width: 54px;*/ height: 3px; }
.year-2008 .history-img-wrap:after { z-index: 10; bottom: 4px; right: 48px; width: 12px; height: 12px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); box-shadow: 0 0 0 9px rgba(203, 203, 203,.51); }
.history-list > li.left.year-2000s { margin-bottom: 85px; }
.year-2000s.left .history-box { max-width: 490px; margin-right: 134px; text-align: right; }
.history-list > li.right.year-2000s { margin-bottom: 67px; }
.year-2000s.right .history-box { max-width: 440px; margin-left: 125px; }
.history-list > li.year-2018 { margin-bottom: -5px; }
.year-2018 .history-box { max-width: 682px; margin-left: 62px; }
.year-2018 .history-content { margin-bottom: 58px; }
.slogan-box { max-width: 1000px; margin: 80px auto 0; text-align: center; }
.slogan-text { margin-bottom: 52px; font: 36px/1.2 "Quadon Medium", Arial, sans-serif; letter-spacing: .01em; }
.slogan-text p { max-width: 100%; }
.slogan-author { max-width: 500px; margin: 0 auto; font-size: 20px; line-height: 1.3; letter-spacing: .01em; }
.year-2021 .history-box {
	margin-left: 70px;
	margin-right: 70px;
	max-width: 510px;
}
.year-2021 .history-content {
	max-width: 100%;
}
.year-2021 .history-box {
	text-align: left;
}
.history-list > li.year-2022 {
	margin-bottom: 65px;
	margin-top: 20px;
}
.year-2022 .history-box {
	max-width: 490px;
	margin-left: 70px;
	/*margin-right: 60px;*/
}
.year-2022 .history-img-wrap img {
	max-width: 250px;
}
.year-2022 .history-img-wrap figcaption {
	max-width: 307px;
}
/*-------------------------------------SECTION-TWO-COL------------------------------*/
.section-two-col { position: relative; }
.section-two-col:before, .section-two-col:after { position: absolute; z-index: 5; content: ''; width: 50%; height: 100%; top: 0; left: 0; background-color: #ffffff; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
.section-two-col:before { background-image: url(/images/two_col_bg.png); }
.section-two-col:after { left: 50%; background-color: #A81D35; }
.light-blue-style .section-two-col:after { background-color: #37B0C9; }
.section-two-col .container { position: relative; display: table; width: 100%; height: 490px; padding-top: 64px; padding-bottom: 80px; z-index: 10; }
.section-two-col .left-box, .section-two-col .right-box { display: table-cell; width: 50%; vertical-align: middle; }
.section-two-col .left-box { padding-right: 143px; text-align: right; }
.section-two-col .right-box {  position: relative; padding-left: 153px; color: #ffffff; text-align: left; }
.section-two-col .inner-box { display: inline-block; max-width: 470px; text-align: left; }
.box-title { margin-bottom: 10px; font: 36px/1.15 "Quadon Medium", Arial, sans-serif; letter-spacing: .01em; }
.box-title.small { margin-bottom: 18px; font-size: 24px; line-height: 1.2; }
.section-two-col .content { margin-bottom: 38px; letter-spacing: .01em; }
.section-two-col .content * { margin-bottom: 8px; }
.section-two-col .content ol > li { padding-left: 10px; }
.section-two-col .content ul > li { padding-left: 25px; }
.section-two-col .content ul > li:before, .section-two-col .content ul > li:after { left: 1px; background-color: #37B0C9; background-color: #A81D35; }
.section-two-col .right-box .content ul > li:before, .section-two-col .right-box .content ul > li:after { left: 1px; background-color: #ffffff; }
a.go-link, .go-link { position: relative; padding: 5px 45px 5px 0; font-size: 16px; font-weight: 700; line-height: 1.25; letter-spacing: .1em; color: #A91D35; text-transform: uppercase; text-decoration: none; }
.section-two-col .right-box a.go-link, .section-two-col .right-box .go-link { color: #ffffff; }
a.go-link .right-arrow, .go-link .right-arrow { position: absolute; right: 0; top: 50%; margin-top: -2px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
a.go-link .right-arrow:before, .go-link .right-arrow:before { background-color: #A81D35; }
a.go-link .right-arrow:after, .go-link .right-arrow:after { border-color: #A81D35; }
.section-two-col .right-box a.go-link .right-arrow:before, .section-two-col .right-box .go-link .right-arrow:before { background-color: #ffffff; }
.section-two-col .right-box a.go-link .right-arrow:after, .section-two-col .right-box .go-link .right-arrow:after { border-color: #ffffff; }
a.go-link:hover, a.go-link:focus, .go-link:hover, .go-link:focus { padding-right: 52px; }
/*Blue styles*/
.light-blue-style a.go-link, .light-blue-style .go-link { color: #37b0c9; }
.light-blue-style a.go-link .right-arrow:before, .light-blue-style .go-link .right-arrow:before { background-color: #37b0c9; }
.light-blue-style a.go-link .right-arrow:after, .light-blue-style .go-link .right-arrow:after { border-color: #37b0c9; }
/*Green styles*/
.light-green-style a.go-link, .light-green-style .go-link { color: #8A9B3D; }
.light-green-style a.go-link .right-arrow:before, .light-green-style .go-link .right-arrow:before { background-color: #8A9B3D; }
.light-green-style a.go-link .right-arrow:after, .light-green-style .go-link .right-arrow:after { border-color: #8A9B3D; }
/*Yellow styles*/
.light-yellow-style a.go-link, .light-yellow-style .go-link { color: #f5be4a; }
.light-yellow-style a.go-link .right-arrow:before, .light-yellow-style .go-link .right-arrow:before { background-color: #f5be4a; }
.light-yellow-style a.go-link .right-arrow:after, .light-yellow-style .go-link .right-arrow:after { border-color: #f5be4a; }
/*Gray styles*/
.light-gray-style a.go-link, .light-gray-style .go-link { color: #a6a6a6; }
.light-gray-style a.go-link .right-arrow:before, .light-gray-style .go-link .right-arrow:before { background-color: #a6a6a6; }
.light-gray-style a.go-link .right-arrow:after, .light-gray-style .go-link .right-arrow:after { border-color: #a6a6a6; }
/*Blue styles*/
.light-blue-style .section-two-col:after { background-color: #37B0C9; }
.light-blue-style .section-two-col .content ul > li:before, .light-blue-style .section-two-col .content ul > li:after { background-color: #37B0C9; }
/*Green styles*/
.light-green-style .section-two-col:after { background-color: #8A9B3D; }
.light-green-style .section-two-col .content ul > li:before, .light-green-style .section-two-col .content ul > li:after { background-color: #8A9B3D; }
/*Yellow styles*/
.light-yellow-style .section-two-col:after { background-color: #f5be4a; }
.light-yellow-style .section-two-col .content ul > li:before, .light-yellow-style .section-two-col .content ul > li:after { background-color: #f5be4a; }
/*Gray styles*/
.light-gray-style .section-two-col:after { background-color: #a6a6a6; }
.light-gray-style .section-two-col .content ul > li:before, .light-gray-style .section-two-col .content ul > li:after { background-color: #a6a6a6; }
/*-------------------------------------SECTION-SHRIMP-------------------------------*/
.section-shrimp { padding: 121px 0 58px; }
.section-shrimp .container { overflow: hidden; max-width: 1310px; }
.section-shrimp .left-box, .section-shrimp .right-box { float: left; width: 50%; }
.section-shrimp .left-box { width: 63.7%; padding-right: 48px; padding-top: 22px; }
.shrimp-img, .imageEditorWrap .imageEditor  { max-width: 100%; margin-bottom: 72px; }
.section-shrimp .left-box a.btn, .section-shrimp .left-box .btn, .section-shrimp .left-box .content { max-width: 700px; margin-left: 25px; margin-bottom: 60px; }
.section-shrimp .left-box a.btn, .section-shrimp .left-box .btn { padding-right: 70px; margin-top: 34px; margin-left: 0; }
.section-shrimp .right-box { position: relative; width: 36.3%; padding-top: 20px; padding-left: 48px; }
.section-shrimp .right-box .inner-box { max-width: 380px; }
.section-shrimp .section-title { text-align: center; }
.section-shrimp.shrimpModify .section-title { margin-bottom: 35px; }
.section-shrimp.shrimpModify .right-box .content.small p:first-child { margin-top: 0;margin-bottom: 0; }
.section-shrimp.shrimpModify .right-box .content.small p { margin-bottom: 0; }
.section-shrimp.shrimpModify .right-box .content.small p .btn { margin-top: 20px; }
.section-shrimp.shrimpModify .right-box .content.small p .small-content-title { margin-top: 31px; margin-bottom: 4px; display: block; }
.section-shrimp.shrimpModify .right-box .content.small ul { /*margin-top: 31px;*/ margin-top: 0px; }
/*.section-shrimp.shrimpModify .left-box .content.big li .btn { margin-top: 31px;}*/
.section-shrimp .section-title small.title-desc  { padding-top: 7px; display: block; font-size: 20px; font-weight: 400; font-family: 'Proximanova', Arial, Tahoma, sans-serif;   }
.section-shrimp .section-title + .section-desc { margin: -36px auto 61px; }
.section-shrimp .section-desc { max-width: 580px; font-size: 20px; text-align: center; }
.pet-food .section-shrimp { padding-top: 126px; padding-bottom: 76px; }
.pet-food .section-shrimp .left-box { width: 62.4%; }
.pet-food .section-shrimp .right-box { width: 37.6%; }
.pet-food .section-shrimp .container { max-width: 1220px; }
.pet-food .section-shrimp .left-box .content { margin-left: 0; }
.pet-food .section-shrimp .section-title { margin-bottom: 50px; }
.request-info .section-title { text-align: center; }
.pet-food .request-info .section-desc { margin-top: -35px; margin-bottom: 55px; }
/*-------------------------------------SECTION-REQUEST------------------------------*/
.request-info { position: relative; padding: 100px 0; background-color: #fbfbfb;   }
.request-info .section-desc { max-width: 385px; margin: 0 auto 20px; font-size: 24px; font-weight: 400; text-align: center; }
.section-shrimp .request-info .section-title + .section-desc { margin-bottom: 55px; }
.request-info .talk-list { /*max-width: 620px;*/ max-width: 390px; margin: 0 auto; }
.request-info .talk-list > li { width: 32%; /*width: -webkit-calc(32% - 4px); width: calc(32% - 4px);*/ width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 10px; text-align: center; }
/*Blue styles*/
.light-blue-style .request-info .talk-list > li [href^=tel] { color: #37B0C9 !important; }
.light-blue-style .request-info .talk-list > li a { color: #37B0C9; }
.light-blue-style .request-info .wenger-download { background-color: #37B0C9; }
.light-blue-style .request-info .talk-list > li a:hover, .light-blue-style .request-info .talk-list > li a:focus { color: #5e6970; }
.request-info .line-box.style-2 { width: 387px; height: 523px; top: -65px; right: -6px; bottom: auto; left: auto; background-image: url(/images/line_box_red_style_2.png); }
.light-blue-style .request-info .line-box.style-2 { background-image: url(/images/line_box_blue_style_2.png); }
/*Green styles*/
.light-green-style .request-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_green_style_2.png); }
.light-green-style .request-info .talk-list > li [href^=tel] { color: #8A9B3D !important; }
.light-green-style .request-info .talk-list > li a { color: #8A9B3D; }
.light-green-style .request-info .wenger-download { background-color: #8A9B3D; }
.light-green-style .request-info .talk-list > li a:hover, .light-green-style .request-info .talk-list > li a:focus { color: #5e6970; }
/*Yellow styles*/
.light-yellow-style .request-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_yellow_style_2.png); }
.light-yellow-style .request-info .talk-list > li [href^=tel] { color: #f5be4a !important; }
.light-yellow-style .request-info .talk-list > li a { color: #f5be4a; }
.light-yellow-style .request-info .wenger-download { background-color: #f5be4a; }
.light-yellow-style .request-info .talk-list > li a:hover, .light-yellow-style .request-info .talk-list > li a:focus { color: #5e6970; }
/*Gray styles*/
.light-gray-style .request-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_gray_style_2.png); }
.light-gray-style .request-info .talk-list > li [href^=tel] { color: #a6a6a6 !important; }
.light-gray-style .request-info .talk-list > li a { color: #a6a6a6; }
.light-gray-style .request-info .wenger-download { background-color: #a6a6a6; }
.light-gray-style .request-info .talk-list > li a:hover, .light-gray-style .request-info .talk-list > li a:focus { color: #5e6970; }
/*-------------------------------------SECTION-EXTRUDES-----------------------------*/
.section-extrudes { margin-top: -15.2%;   padding: 0 0 285px; background-image: url(/images/extrudes_bg.png); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
.section-extrudes.extrudesSpace { margin-top: 0; padding-top: 122px; }
.industryPullUp + .section-extrudes.extrudesSpace { margin-top: -234px; padding-top: 356px;  }
.pet-food .section-extrudes { margin-top: -11.3%; padding-bottom: 210px; }
.section-extrudes .inner-container { overflow: hidden; max-width: 1210px; margin: 0 auto; }
.section-extrudes .container > *:first-child:not(.hero-industry-box) { padding-top: 20%; }
.section-extrudes .section-title { margin-bottom: 65px; text-align: center; }
.section-extrudes .left-box, .section-extrudes .right-box { float: left; width: 50%; }
.section-extrudes .left-box { width: 62%; padding-right: 125px; text-align: right; }
.section-extrudes .right-box { position: relative; width: 38%; padding-top: 5px; border-left: 1px solid #A1AEB7; z-index: 5; }
.section-extrudes .left-box .inner-box { display: inline-block; max-width: 610px; text-align: left; }
.section-extrudes .left-box .box-title { margin-bottom: 3px; font-size: 32px; line-height: 1.35; }
.section-extrudes .left-box .content { max-width: 590px; margin-bottom: 40px; line-height: 1.6; letter-spacing: .01em; }
.section-extrudes .left-box .btn, .section-extrudes .left-box a.btn { margin-left: 6px; padding-right: 70px; }
.extruders-list { margin: 0 -20px 34px; list-style: none; }
.extruders-list > li { display: inline-block; width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); margin-bottom: 40px; padding: 0 20px; vertical-align: top; }
.extruders-list > li:nth-child(even) { text-align: right; }
.extruder-box { display: inline-block; max-width: 250px; text-align: left; }
.extruder-img-wrap { height: 80px; line-height: 71px; margin-bottom: 10px; }
.extruder-img-wrap img { max-width: 100%; height: auto; vertical-align: middle; }
.extruder-title { margin-bottom: 3px; font-size: 16px; font-weight: 700; line-height: 1.4; letter-spacing: .1em; text-transform: uppercase; }
.extruder-desc, .extrudesSpace  .extruder-desc p { font-size: 15px; font-weight: 400; line-height: 1.5; }
.section-extrudes .right-box .inner-box { padding-left: 58px; padding-bottom: 55px; }
.section-extrudes .right-box .content { margin-bottom: 40px; }
.section-extrudes a.go-link, .section-extrudes .go-link { margin-left: 25px; }
.extruder-link-list { max-width: 460px; list-style: none; }
.extruder-link-list > li { padding: 33px 0 33px 60px; border-top: 1px solid #A1AEB7; }
.extruder-link-list > li a, .section-extrudes.extrudesSpace .extruder-link-list  h3 { position: relative; display: block; padding: 10px 50px 10px 0; font: 24px/1.2 "Quadon Medium", Arial, sans-serif; letter-spacing: .01em; text-decoration: none; }
.section-extrudes.extrudesSpace .extruder-link-list  h3 { padding: 0; }
.section-extrudes.extrudesSpace .extruder-link-list > li { padding: 0 0 0 58px; }
.section-extrudes.extrudesSpace .extruder-link-list > li:first-child { border: 0;   }
.section-extrudes.extrudesSpace .extruder-link-list > li h3 a { padding: 43px 50px 43px 0;  }
.section-extrudes.extrudesSpace .extruder-link-list > li p { padding: 18px 0; font-size: 16px; letter-spacing: .01em; line-height: 1.6em;  }
.extruder-link-list > li:last-child { padding-bottom: 0; }
.extruder-link-list > li a .right-arrow { position: absolute; top: 50%; right: 7px; width: 18px; height: 20px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.extruder-link-list > li a:hover .right-arrow, .extruder-link-list > li a:focus .right-arrow { right: 0; }
.extruder-link-list > li a .right-arrow:before { top: 9px; right: 2px; width: 20px; height: 2px; }
.extruder-link-list > li a .right-arrow:after { width: 15px; height: 15px; border-width: 2px; }
.extruder-link-list > li a .right-arrow:before { background-color: #a81d35; }
.extruder-link-list > li a .right-arrow:after { border-color: #a81d35; }
.light-blue-style .extruder-link-list > li a .right-arrow:before { background-color: #37B0C9; }
.light-blue-style .extruder-link-list > li a .right-arrow:after { border-color: #37B0C9; }
.light-green-style .extruder-link-list > li a .right-arrow:before { background-color: #8A9B3D; }
.light-green-style .extruder-link-list > li a .right-arrow:after { border-color: #8A9B3D; }
.light-yellow-style .extruder-link-list > li a .right-arrow:before { background-color: #f5be4a; }
.light-yellow-style .extruder-link-list > li a .right-arrow:after { border-color: #f5be4a; }
.light-gray-style .extruder-link-list > li a .right-arrow:before { background-color: #a6a6a6; }
.light-gray-style .extruder-link-list > li a .right-arrow:after { border-color: #a6a6a6; }
.section-extrudes .line-box.style-1 { width: 375px; height: 487px; top: 8%; right: auto; bottom: auto; left: -70px; background-image: url(/images/line_box_red_style_1.png); }
.light-blue-style .section-extrudes .line-box.style-1 { background-image: url(/images/line_box_blue_style_1.png); }
.light-green-style .section-extrudes .line-box.style-1 { width: 320px; height: 487px; top: 20%; right: auto; bottom: auto; left: -7px; background-image: url(/images/line_box_green_style_1.png); }
.light-yellow-style .section-extrudes .line-box.style-1 { background-image: url(/images/line_box_yellow_style_1.png); }
.light-gray-style .section-extrudes .line-box.style-1 { background-image: url(/images/line_box_gray_style_1.png); }
.section-extrudes .right-box .inner-box { padding-bottom: 52px; }
.pet-food .section-extrudes .left-box .content { margin-bottom: 55px; }
.pet-food .box-title.small { margin-bottom: 15px; }
.pet-food .content.small { line-height: 1.3; }
.pet-food .section-extrudes .right-box .content { margin-bottom: 38px; }
.pet-food .section-extrudes a.go-link, .pet-food .section-extrudes .go-link { margin-left: 0; }
.pet-food .section-shrimp .right-box .content { margin-bottom: 44px; }
.pet-food .section-shrimp .left-box .content { max-width: 670px; }
.pet-food .section-shrimp .left-box .content.small > * { margin-bottom: 42px; }
.pet-food .section-shrimp .left-box .content.small ol > li, .pet-food .section-shrimp .left-box .content.small ul > li { margin-bottom: 23px; padding-left: 30px; }
.pet-food .section-shrimp .left-box .content.small ul > li:before, .pet-food .section-shrimp .left-box .content.small ul > li:after { left: 9px; }
/*-------------------------------------SECTION-BANNER-INDUSTRY------------------------*/
.section-banner-industry { height: 670px; background: #363c40; }
/*-------------------------------------SECTION-INDUSTRY------------------------*/
.section-banner-industry { height: 670px; background: #363c40; }
/*-------------------------------------SECTION-HERO-INDUSTRY------------------------*/
.section-hero-industry { padding: 179px 0 0; }
.hero-industry-header-box { position: relative; z-index: 10; max-width: 800px; margin: 0 auto 10px; text-align: center; }
.hero-industry-header-box > *:last-child { margin-bottom: 0; }
.hero-industry-sub-title { display: block; margin-bottom: 13px; font: 28px/1.2 "Quadon Medium", Arial, sans-serif; letter-spacing: .01em; text-transform: none; }
.hero-industry-title { margin-bottom: 20px; font: 700 70px/1.05 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.hero-industry-img-wrap { position: relative; z-index: 5; max-width: 1920px; margin: -72px auto 0; }
.hero-industry-noimg-wrap { position: relative; max-width: 1920px; height: 500px; margin: -72px auto 0; z-index: 5; }
.pet-food .hero-industry-img-wrap { margin-top: -47px; }
.hero-industry-img-wrap img { max-width: 100%; height: auto; }
.section-hero-industry + .industryPullUp { margin-top: -15.2%; }
.industryPullUp .hero-industry-box { margin-bottom: 0; }
.hero-industry-box { position: relative; z-index: 9; margin-bottom: 122px; padding: 60px 30px 60px; background-color: #ffffff; -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2); }
.hero-industry-list { display: table; width: 100%; list-style: none; table-layout: fixed; }
.hero-industry-list > li { display: table-cell; padding: 0 45px; vertical-align: top; }
.hero-industry-box .box-title { font-size: 30px; line-height: 1.3; letter-spacing: .02em; }
.hero-industry-box .content ul > li, .hero-industry-box .content ol > li { padding-left: 26px; margin-bottom: 7px; }
.hero-industry-box .content ul > li:before, .hero-industry-box .content ul > li:after { left: 5px; }
/*-------------------------------------SECTION-PETFLEX------------------------------*/
.section-petflex { overflow: hidden; padding: 113px 0 70px; /*background-color: #fbfbfb; background-image: url(/images/extrudes_bg.png); background-size: 100% 100%; background-position: center; background-repeat: no-repeat;*/ }
.section-petflex .request-info { padding-top: 98px; padding-bottom: 180px; }
.section-petflex .container { max-width: 1224px; }
.section-petflex .left-box, .section-petflex .right-box { position: relative; z-index: 5; display: inline-block; width: 49%; width: -webkit-calc(49% - 4px); width: calc(49% - 4px); vertical-align: top; }
.section-petflex .left-box { width: 41%; padding-top: 18px; padding-right: 10px; }
.section-petflex > *:not(.request-info) .section-title { margin-bottom: 14px; }
.section-petflex .right-box { width: 58%; padding-left: 10px; }
.petflex-img-wrap img { /*max-width: 160%;*/ max-width: 160%; height: auto; }
.left-box .petflex-img-wrap img { margin-left: -290px; }
.pet-food .section-petflex .content.small { line-height: 1.5; }
.pet-food .section-petflex .content { margin-bottom: 52px; }
.pet-food .section-petflex .content.small > * { margin-bottom: 40px; }
.pet-food .section-petflex .content.small > *:last-child { margin-bottom: 0; }
.section-petflex .content.small ol > li, .section-petflex .content.small ul > li { margin-bottom: 21px; padding-left: 29px; }
.section-petflex .content.small ul > li:before,
.section-petflex .content.small ul > li:after { left: 11px; }
/*-------------------------------------SECTION-RESPONSE------------------------------*/
.response-info { position: relative; /*padding: 140px 0 143px;*/ padding: 40px 0 143px; }
.response-info .section-desc { max-width: 600px; margin: 0 auto 20px; font-size: 24px; font-weight: 400; text-align: center; }
.section-shrimp .response-info .section-title + .section-desc { margin-bottom: 55px; }
.response-info .section-title { text-align: center; }
.response-info .talk-list { max-width: 620px; }
.response-info .talk-list > li { width: 32%; width: -webkit-calc(32% - 4px); width: calc(32% - 4px); padding: 0 10px; text-align: center; }
/*Blue styles*/
.light-blue-style .response-info .talk-list > li [href^=tel] { color: #37B0C9 !important; }
.light-blue-style .response-info .talk-list > li a { color: #37B0C9; }
.light-blue-style .response-info .wenger-download { background-color: #37B0C9; }
.light-blue-style .response-info .talk-list > li a:hover, .light-blue-style .response-info .talk-list > li a:focus { color: #5e6970; }
.response-info .line-box.style-2 { width: 387px; height: 523px; top: -65px; right: -6px; bottom: auto; left: auto; background-image: url(/images/line_box_red_style_2.png); }
.light-blue-style .response-info .line-box.style-2 { background-image: url(/images/line_box_blue_style_2.png); }
/*Green styles*/
.light-green-style .response-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_green_style_2.png); }
.light-green-style .response-info .talk-list > li [href^=tel] { color: #8A9B3D !important; }
.light-green-style .response-info .talk-list > li a { color: #8A9B3D; }
.light-green-style .response-info .wenger-download { background-color: #8A9B3D; }
.light-green-style .response-info .talk-list > li a:hover, .light-green-style .response-info .talk-list > li a:focus { color: #5e6970; }
/*Yellow styles*/
.light-yellow-style .response-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_yellow_style_2.png); }
.light-yellow-style .response-info .talk-list > li [href^=tel] { color: #f5be4a !important; }
.light-yellow-style .response-info .talk-list > li a { color: #f5be4a; }
.light-yellow-style .response-info .wenger-download { background-color: #f5be4a; }
.light-yellow-style .response-info .talk-list > li a:hover, .light-yellow-style .response-info .talk-list > li a:focus { color: #f5be4a; }
/*Gray styles*/
.light-gray-style .response-info .line-box.style-2 { width: 294px; height: 523px; top: -30px; background-image: url(/images/line_box_gray_style_2.png); }
.light-gray-style .response-info .talk-list > li [href^=tel] { color: #a6a6a6 !important; }
.light-gray-style .response-info .talk-list > li a { color: #a6a6a6; }
.light-gray-style .response-info .wenger-download { background-color: #a6a6a6; }
.light-gray-style .response-info .talk-list > li a:hover, .light-gray-style .response-info .talk-list > li a:focus { color: #a6a6a6; }

/*-------------------------------------SEARCH RESULTS---------------------------------*/
.formMod80 .searchInput { display: block; width: 30%; min-height: 51px; margin: 0; padding: 20px 15px 8px; border: 1px solid #BFC3C5; box-shadow: none; font: 700 18px/1 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .01em; color: #5e6970; background-color: #f5f5f5; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
.searchSubmit { position: relative; display: inline-block; min-width: 270px; padding: 22px 70px 18px 26px; font: 700 16px/1 'Proximanova', Arial, Tahoma, sans-serif; letter-spacing: .1em; text-align: left; text-transform: uppercase; text-decoration: none; color: #ffffff; border: 1px solid #A91D35; background-color: #A91D35; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: .2s; -moz-transition: .2s; -o-transition: .2s; transition: .2s; cursor: pointer; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; }
.searchSubmit:hover, .searchSubmit:focus { color: #A91D35; background-color: #ffffff; }
.searchSubmit:before { z-index: 6; position: absolute; content: ''; top: 50%; right: 20px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); -webkit-transform: translateY(-50%) rotate(45deg); -o-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; }
.searchSubmit:after { z-index: 5; position: absolute; content: ''; top: 50%; right: 21px; width: 12px; height: 1px; background-color: #ffffff; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; }
a.resultItem {position: relative; display: block; margin-bottom: 10px; text-decoration: none;}
.searchResults a.resultItem span.resultTitle { position: relative; display: block; margin-bottom: 10px; font-size: 16px; font-weight: bold; text-decoration: none; }
.searchResults a.resultItem span.resultUrl { position: relative; display: block; margin-bottom: 10px; font-size: 16px; font-weight: normal;text-decoration: underline; }
.searchResults a.resultItem span.resultDesc { position: relative; display: block; margin-bottom: 20px; font-size: 16px; font-weight: normal; text-decoration: none; }

/*-------------------------------------SEARCH RESULTS---------------------------------*/
#inlineframe {position: relative; display: block; width: 100%; min-height: 390px; height: auto;}
/*-------------------------------------FOOTER---------------------------------------*/
/*-------------------------------------NEWS-------------------------------------*/
.homeSlider.video-holder {
	height: auto;
	padding-bottom: 0;
}
.video-wrap {
	border-bottom: 1px solid #b5b5b5;
	display: block;
	position: relative;
	width: 100%;
}
.video-wrap-inner-center {
	align-items: stretch;
	display: flex;
	gap: 2.278em;
	height: auto;
	justify-content: flex-start;
	margin: 3.5em auto 2.9em;
	max-width: 1620px;
	padding: 0 20px;
	width: 100%;
	/*max-width: 1584px;*/
}
.video-wrap-background {
	display: inline-block;
	height: 37.7em;
	max-width: 79.3em;
	position: relative;
	width: 100%;
}
.video-wrap-background .video-wrap-inner {
	display: block;
	height: 100%;/* hide this to make the video cover*/
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.video-wrap-background .video-wrap-inner::before,
.video-wrap-background .video-wrap-inner:before {
	display: block;
	content: '';
	padding: 56.25% 0 0 0;
	position: relative;
	width: 100%;
}
.video-wrap-inner::before,
.video-wrap-inner:before {
	display: block;
	content: '';
	padding: 56.25% 0 0 0;
	position: relative;
	width: 100%;
	/*padding: 59.25% 0 0 0;*/
}
/*.video-wrap-background .video-wrap-inner::before,
.video-wrap-background .video-wrap-inner:before {
	display: none;
}*/
.video-wrap-inner img, 
.video-wrap-inner iframe {
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-wrap-inner-center .video-wrap-inner img,
.video-wrap-inner-center .video-wrap-inner iframe {
	/*display: block;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: auto;*/
	/*width: 100%;*/
	/*border: none;
  bottom: -50em;
  display: block;
  height: auto;
  left: -50em;
  margin: auto;
  min-height: 100%;
	min-height: 75vh;
  min-width: 100%;
	min-width: 75vw;
	object-fit: cover;
  position: absolute;
  right: -50em;
  top: -50em;
  width: auto;*/
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.news-blockwrap {
	display: flex;
	position: relative;
	width: 100%;
}
.updateSection .rightside.news-side ul {
	padding-bottom: 18px;
	padding-top: 30px;
}
.updateSection .rightside.news-side li {
	border-bottom: 1px solid #b4b4b4;
	padding: 29px 0 23px;
}
.updateSection .rightside.news-side li:last-child {
	border-bottom: 0;
}
.news-img-wrap {
	display: inline-block;
	height: 7.188em;
	margin-right: 30px;
	max-width: 11.688em;
	position: relative;
	width: 100%;
}
.news-img-wrap img,
.updateSection .rightside.news-side .news-img-wrap img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.updateSection .rightside.news-side li span.news-text {
	color: #5F6970;
	display: inline-block;
	position: relative;
}
.updateSection .rightside.news-side li span.news-text .tag {
	color: #5F6970;
	display: block;
	font-size: .611em;
	font-weight: 700;
	line-height: 1.2em;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
.updateSection .rightside.news-side li span.news-text .news-title {
	color: #5F6970;
	display: block;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1em;
	padding: 11px 0 0;
}
.read-more-cta,
.updateSection .rightside.news-side li span.read-more-cta {
	align-items: center;
	color: #A52338;
	display: inline-block;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em;
	position: relative;
	text-decoration: none;
	vertical-align: middle;
}
.read-more-cta::after,
.read-more-cta:after {
	background: url(/images/read-more-arrow.png) no-repeat center;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 16px;
	left: 0;
	position: relative;
	top: 0;
	width: 16px;
}
.updateSection .rightside.news-side li span.right-arrow {
	display: inline-block;
	vertical-align: top;
}
/*-------------------------------------NEWS INDEX-------------------------------------*/
.section-events .flex-stretch.news-page {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    max-width: 80.556em;
    position: relative;
    width: 100%;
}
.news-block {
    display: inline-block;
		font-size: 1rem;
    /*margin-bottom: 45px;*/
		margin-bottom: 2.5em;
    /*padding: 0 17px;*/
		padding: 0 .944em;
    position: relative;
    width: 33.33%;
}
.section-events .block {
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    height: 100%;
    position: relative;
}
.section-events .block-wrap {
		align-items: stretch;  
		/*align-items: flex-start;*/
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    /* justify-content: flex-start; */
}
.news-image-wrap {
		border-bottom: 1px solid #5f6970;  
		display: block;
    margin: 0;
    min-height: 3.111em;
    overflow: hidden;
		padding-bottom: 75px;
    position: relative;
    width: 100%;
}
.news-img-gradient {
    background: #ccc;
    display: block;
    height: 15.667em;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.news-img-gradient::before, 
.news-img-gradient:before {
    background: linear-gradient(178.72deg,#1f1f1f 1.1%,rgba(31,31,31,0) 77.89%);
    content: '';
    display: block;
    height: 114px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.news-bak {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.news-logo-wrap {
    display: block;
    height: 3.111em;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.news-logo-wrap img {
    bottom: 0;
    display: block;
    height: 2.056em;
    left: 25px;
    object-fit: contain;
    position: absolute;
    width: 5.111em;
    z-index: 1;
}
.news-text-wrap {
    align-items: flex-start;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 25px 4px;
    position: relative;
    width: calc(100% - 50px);
    /* width: 100%; */
}
.news-text-wrap-inner {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 23px 25px 30px;
    position: relative;
}
.news-date, 
.news-title, 
.news-wrap-cta {
    display: block;
    position: relative;
    width: 100%;
}
.news-date {
    color: #a52338;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2em;
}
.news-title {
    color: #5f6970;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0;
}
.news-desc {
    color: #5f6970;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1em;
    padding-bottom: 26px;
    position: relative;
}
.news-wrap-cta {
    border-top: 1px solid #5f6970;
    color: #a52338;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 26px 0;
}
.section-events .block-wrap.no-news-bak .news-bak {
    display: none;
}
.section-events .block-wrap.no-news-bak .news-text-wrap-inner {
    /*padding: 176px 25px 4px;*/
		padding: 40% 25px 4px;
}
.section-events .block-wrap.no-news-bak .news-title {
    font-size: 46px;
    padding-right: 26px;
}
.material-symbols-sharp {
  color: inherit;
	display: block;
	font-size: 1em;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
	height: auto;
	line-height: 1em;
	pointer-events: none;
	text-decoration: none;
}
.news-wrap-cta .material-symbols-sharp {
	display: inline-block;
	vertical-align: top;
}
/*-------------------------------------Home Page Promo update-------------------------------------*/

.updateSection .container {
	max-width: 1230px;
}
.updateSection .rightside {
	width: 546px;
}
.slider-promo {
	display: block;
	font-size: 20px;
	position: relative;
}
.slider-promo .slideItem {
	border-bottom: 1px solid #b5b5b5;
	display: inline-block;
	margin: 0 .25em 1em 0;
	position: relative;
	width: 100%;
}
.slider-promo .slideItem img {
	display: block;
	height: auto;
	margin-top: 1.9em;
	max-height: 19.9em;
	max-width: unset;
	object-fit: cover;
	position: relative;
	width: 100%;
}
.slider-promo .slideItem .overlay {
	display: block;
	margin-top: .8em;
	position: relative;
}
.slider-promo .slideItem h2 {
	color: #5F6970;
	display: block;
	font-family: 'Proximanova',Arial,Tahoma,sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1.1em;
	position: relative;
}
.slider-promo .slideItem p {
	color: #5F6970;
	display: block;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.3em;
	padding-top: .5em;
	position: relative;
}
.slider-promo .slideItem .link {
	-webkit-appearance: none;
   -moz-appearance: none;
	background: #a91d35;
	border: 1px solid #a91d35;
	-webkit-border-radius: 0;
   -moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Proximanova',Arial,Tahoma,sans-serif;
	font-size: .9em;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2em;
	margin: 1.5em 0 1.3em;
	padding: .85em 3em .85em 1.1em;
	position: relative;
	text-transform: capitalize;
	-webkit-transition: .2s;
   -moz-transition: .2s;
   -o-transition: .2s;
   transition: .2s;
}
.slider-promo .slideItem .link::before, 
.slider-promo .slideItem .link:before {
   content: '';
   border: 1px solid #fff;
   border-bottom: none;
   border-left: none;
   height: 9px;
   position: absolute;
   right: 1.55em;
   top: 50%;
   -moz-transform: translateY(-50%) rotate(45deg);
   -ms-transform: translateY(-50%) rotate(45deg);
   -webkit-transform: translateY(-50%) rotate(45deg);
   -o-transform: translateY(-50%) rotate(45deg);
   transform: translateY(-50%) rotate(45deg);
   -webkit-transition: .35s;
   -moz-transition: .35s;
   -o-transition: .35s;
   transition: .35s;
   width: 9px;
	z-index: 6;
}
.slider-promo .slideItem .link::after, 
.slider-promo .slideItem .link:after {
   background-color: #fff;
   content: '';
   height: 1px;
   position: absolute;
   right: 1.55em;
   top: 50%;
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -o-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-transition: .35s;
   -moz-transition: .35s;
   -o-transition: .35s;
   transition: .35s;
   width: 12px;
	z-index: 5;
}
.slider-promo .slideItem .link:hover, 
.slider-promo .slideItem .link:focus {
	color: #a91d35;
	background-color: #fff;
}
.slider-promo .slideItem .link:hover::before,
.slider-promo .slideItem .link:hover:before,
.slider-promo .slideItem .link:focus::before,
.slider-promo .slideItem .link:focus:before {
	border-color: #a91d35;
}
.slider-promo .slideItem .link:hover::after,
.slider-promo .slideItem .link:hover:after,
.slider-promo .slideItem .link:focus::after,
.slider-promo .slideItem .link:focus:after {
	background-color: #a91d35;
}
.updateSection .rightside.news-side .slider-promo li {
	border: none;
	margin: 0 5px;
}
.updateSection .rightside.news-side .slider-promo .slick-dots {
	bottom: -58px;
}
.updateSection .rightside.news-side .slider-promo .slick-dots li button::before,
.updateSection .rightside.news-side .slider-promo .slick-dots li button:before {
	background: #d9d9d9;
	border-radius: 50%;
	height: 8px;
	opacity: .75;
	width: 8px;
}

.material-symbols-rounded {
	color: inherit;
	display: block;
	font-size: 1em;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
	height: auto;
	line-height: 1em;
	pointer-events: none;
	text-decoration: none;
}

.updateSection .rightside.news-side .slider-promo .slick-dots li.slick-active button::before,
.updateSection .rightside.news-side .slider-promo .slick-dots li.slick-active button:before {
	background: #9BA1A5;
}
.updateSection .rightside.news-side .slider-promo .slick-prev,
.updateSection .rightside.news-side .slider-promo .slick-next {
	bottom: -25px;
	font-size: 20px;
	top: auto;
	z-index: 1;
}
.updateSection .rightside.news-side .slider-promo .slick-next {
	right: -1px;
}
.updateSection .rightside.news-side .slider-promo .slick-prev {
	left: -1px;
}
.updateSection .rightside.news-side .slider-promo .slick-prev::before,
.updateSection .rightside.news-side .slider-promo .slick-prev:before,
.updateSection .rightside.news-side .slider-promo .slick-next::before,
.updateSection .rightside.news-side .slider-promo .slick-next::before {
	color: #5f6970;
	content: '\e5c8';
	display: block;
	font-family: "Material Symbols Rounded";
	font-size: 1.15rem;
	height: .65rem;
	width: .65rem;
}

.updateSection .rightside.news-side .slider-promo .slick-prev::before,
.updateSection .rightside.news-side .slider-promo .slick-prev:before {
	color: #5f6970;
	content: '\e5c4';
	display: block;
	font-family: "Material Symbols Rounded";
	font-size: 1.15rem;
	height: .65rem;
	width: .65rem;
}
/*EXTRUDER LIST NAV UPDATE*/
.dropdown-menu.extruder-list,
.dropdown-menu.info {
	background: transparent;
	box-shadow: none;
	left: 50%;
	max-width: 41.778em;
	margin: auto;
	padding: 0;
	right: auto;
	transform: translateX(-50%);
	width: 12.78em;
}
.dropdown-menu.big {
	background: transparent;
	box-shadow: none;
	left: 50%;
	max-width: 41.778em;
	padding: 0;
	right: auto;
	transform: translateX(-50%);
}
.dropdown-menu.info {
	left: 56%;
	max-width: 17em;
}
.extruder-list .dropdown-menu-inner {
  display: block;
}
.dropdown-menu.info .dropdown-menu-box,
.dropdown-menu.big .dropdown-menu-box {
  align-items: stretch;
  display: flex;
	height: auto;
  justify-content: space-between;
	min-height: 28rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.dropdown-menu.big .dropdown-menu-box {
	min-height: 14rem;
}
.dropdown-menu.extruder-list .dropdown-menu-box {
	align-items: stretch;
	display: flex;
	height: auto;
	justify-content: space-between;
	min-height: 28rem;
	padding: 0;
	position: relative;
	width: 100%;
}
.dropdown-menu.extruder-list .dropdown-menu-list, 
.dropdown-menu.info .dropdown-menu-list,
.dropdown-menu.big .dropdown-menu-list {
	box-shadow: -3px 0 12px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -3px 0 12px rgba(0, 0, 0, 0.1);
	display: inline-block;
  margin: 0;
  position: relative;
  padding: 1.2em 0;
  width: auto;
}
.dropdown-menu.info .dropdown-menu-list, 
.dropdown-menu.info .dropdown-menu-box {
	width: 100%;
}
.dropdown-menu.extruder-list .dropdown-menu-list::after, 
.dropdown-menu.extruder-list .dropdown-menu-list:after, 
.dropdown-menu.info .dropdown-menu-list::after, 
.dropdown-menu.info .dropdown-menu-list:after,
.dropdown-menu.big .dropdown-menu-list::after, 
.dropdown-menu.big .dropdown-menu-list:after {
  background: #A52338;
	box-shadow: 0px 2px 15px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 15px rgba(0,0,0,.1);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 13.878em;
	/*width: 13.778em;*/
  z-index: -1;
}
.dropdown-menu.big .dropdown-menu-list::after, 
.dropdown-menu.big .dropdown-menu-list:after {
	width: 14.378em;
}
.dropdown-menu.info .dropdown-menu-list::after, 
.dropdown-menu.info .dropdown-menu-list:after {
  width: 100%;
}
.extruder-list .dropdown-menu-list > li,
.extruder-list .dropdown-menu-list > li:first-child,
.info .dropdown-menu-list > li, 
.info .dropdown-menu-list > li:first-child,
.info-box + .dropdown-menu-box .dropdown-menu-list > li:first-child,
.big .dropdown-menu-list > li, 
.big .dropdown-menu-list > li:first-child {
  align-items: flex-start;
	cursor: pointer;
  display: flex;
	font-size: 20px;
  justify-content: space-between;
	padding: 0;
  position: relative;
	width: 12.478em;
	/*width: 13.778em;*/
}
.info .dropdown-menu-list > li,
.info .dropdown-menu-list > li:first-child,
.info-box + .dropdown-menu-box .dropdown-menu-list > li:first-child,
.big .dropdown-menu-list > li,
.big .dropdown-menu-list > li:first-child, 
.big .dropdown-menu-list > li:nth-child(2),
.big .dropdown-menu-list > li:nth-child(3) {
	width: 100%;
}
.extruder-list .dropdown-menu-list > li.active::after,
.extruder-list .dropdown-menu-list > li.active:after, 
.info .dropdown-menu-list > li.active::after, 
.info .dropdown-menu-list > li.active:after,
.big .dropdown-menu-list > li.active::after, 
.big .dropodwn-menu-list > li.active:after {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: -.2em;
	width: 101%;
}
.info .dropdown-menu-list > li.active::after, 
.info .dropdown-menu-list > li.active:after {
	width: 121%;
} 
.big .dropdown-menu-list > li.active::after,
.big .dropdown-menu-list > li.active:after {
	width: 100%;
}
.extruder-list .dropdown-menu-list > li.active .dropdown-col-title, 
.info .dropdown-menu-list > li.active .title, 
.big .dropdown-menu-list > li.active .title,
.dropdown-menu.big .dropdown-menu-box li.active .dropdown-box-link .title {
	color: #5f6970;
	cursor: pointer;
	z-index: 1;
}
.dropdown-menu.big .dropdown-menu-box li .dropdown-box-link {
	margin: 0;
	padding: 4px 0;
	z-index: 1;
}
.info .info-box + .dropdown-menu-box .dropdown-box-link {
	z-index: 1;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-col-title,
.dropdown-menu.info .dropdown-menu-box .dropdown-box-link .title
.dropdown-menu.info .info-box + .dropdown-menu-box .dropdown-box-link .title,
.info-box + .dropdown-menu-box .dropdown-box-link .title, 
.dropdown-menu.big .dropdown-menu-box .dropdown-box-link .title {
	color: #fff;  
	display: inline-block;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
	margin: .55em 0;
	padding: 0 1em;
	text-decoration: none;
  width: 13.778em;
}
.extruder-list a.dropdown-col-title::after, 
.extruder-list a.dropdown-col-title:after, 
.extruder-list .dropodwn-col-title::after, 
.extruder-list .dropdown-col-title:after {
	content: '';
	display: none;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-col-title a.dropdown-link,
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-col-title .dropdown-link {
  font-size: .8em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-menu-list li .dropdown-col-inner, 
.dropdown-menu.info .dropdown-menu-box .dropdown-menu-list li .desc,
.dropdown-menu.big .dropdown-menu-box .dropdown-menu-list li .desc {
	background: #fff;
	box-shadow: 4px 0 7px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px 0 7px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 0 7px 0 rgba(0, 0, 0, 0.2);
	display: none;
	height: 100%;
  left: 11em;
	max-height: 100%;
	overflow: auto;
	padding: 1.6em 2em;
  position: fixed;
  top: 0;
  width: 20.333em;
}
.dropdown-menu.info .dropdown-menu-box .dropdown-menu-list li .desc,
.dropdown-menu.big .dropdown-menu-box .dropdown-menu-list li .desc {	
	left: 17.7em;
}
.dropdown-menu.info .dropdown-menu-box .dropdown-menu-list li .desc {
	right: 1em;
	width: 45%;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-menu-list li .dropdown-col-inner.active, 
.dropdown-menu.info .dropdown-menu-box .dropdown-menu-list li .desc.active, 
.dropdown-menu.big .dropdown-menu-box .dropdown-menu-list li .desc.active {
  display: inline-block;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-menu-list li .dropdown-col-inner.active.large {
	width: 31em;
}
.dropdown-menu.info .dropdown-menu-box .dropdown-menu-list li .desc.active {
	display: none;
}
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-menu-list .dropdown-col-inner a.dropdown-link,
.dropdown-menu.extruder-list .dropdown-menu-box .dropdown-menu-list .dropdown-col-inner .dropdown-link {
  padding: .3em 0 .2em;
}
.extruder-list .dropdown-menu-inner,
.info dropdown-menu-inner {
  display: block;
	min-height: unset;
}
.extruder-list .dropdown-menu-list>li, 
.big .dropdown-menu-list>li {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.big .dropdown-box-link .box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	position: relative;
}
/* SERVICES NAV LIST */
.info-box + .dropdown-menu-box .dropdown-box-link {
	margin: 0;
	max-width: unset;
	padding: 0;
}
.dropdown-menu.info .info-box {
	display: none;
}
.info a.dropdown-box-link .right-arrow, 
.big a.dropdown-box-link .right-arrow {
	display: none;
}
.process-links-wrap{
	align-items:flex-start;
	display:flex;
	gap:1.5rem;
	position:relative;
	width:100%;
}
.process-links {
	flex-basis: content;
}
.large .process-links {
	flex-basis:calc(50% - .75rem);
}
.flex-title-wrap .link-cta,
.parts-cta-wrapper .link-cta {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #a91d35;
	border: 1px solid #a91d35;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Proximanova',Arial,Tahoma,sans-serif;
  font-size: .9em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2em;
  margin: 1.1em 0 1.3em;
  padding: 0.85em 1.8em 0.85em 1.8em;
  position: relative;
  text-decoration: none;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}
.flex-title-wrap .link-cta:hover {
	background: #fff;
	color: #a91d35;
}
/* REPLACEMENT PARTS */
.partsBlock .block {
	transition: all .2s ease-in-out;
}
.partsBlock .block:hover,
.partsBlock .block:focus-visible {
	box-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
.flex-title-wrap {
	align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.flex-title-wrap .parts-img-wrap {
	display: none;
}
.topPad.flex-stretch {
	padding-top: 30px;
}
.section-parts .col-4 {
	margin-bottom: 24px;
	padding: 0 13px;
}
.flex-title-wrap .flex-item {
	font-size: 20px;
	position: relative;
}
.flex-item.page-heading {
	font-family: 'Proximanova', Arial, Tahoma, sans-serif;
	/*font-size: 64px;*/
	font-size: 45px;
	font-weight: 700;
}
.section-parts {
	padding: 85px 0 137px 0;
}
.section-parts-detail {
	padding: 44px 0 137px 0;
	/*padding: 69px 0 137px 0;*/
}
.section-parts .text-title {
	display: inline-block;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1em;
}
.replacement-parts .section-title {
	font-size: 30px;
	margin-bottom: 53px;
}
.replacement-parts .section-talk {
	padding: 130px 0 164px;
}
.replacement-parts .section-talk .section-title {
	font-size: 46px;
	margin-bottom: 5px;
}
.replacement-parts .content.small p + ul {
	margin-left: 27px;
}
.section-parts .parts-wrap {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 25px 25px 23px 25px;
	position: relative;
}
.section-parts .parts-img-wrap {
	display: inline-block;
	margin-bottom: .4em;
	position: relative;
}
.section-parts .parts-img-wrap::before,
.section-parts .parts-img-wrap:before {
	display: block;
	content: '';
	padding: 39% 0 0 0;
	position: relative;
	width: 100%;
}
.section-parts .parts-img-wrap img {
	bottom: 0;
	display: inline-block;
	height: 0;
	left: auto;
	max-width: 100%;
	margin: auto;
	min-height: 100%;
	object-fit: contain;
	position: absolute;
	right: auto;
	top: 0;
	width: 100%;
}
.section-parts span.arrow.red-arrow {
	background: url(/images/parts/parts-arrow.png) left top no-repeat;
	background-size: contain;
	bottom: .2em;
	height: 20px;
	left: auto;
	right: -.2em;
	width: 20px;
}
.section-parts-detail .search-item {
	margin-top: 0;
	/*margin-top: 22px;*/
	max-width: 210px;
}
.section-parts-detail .input-style {
	background: #fff;
	min-height: 46px;
	padding: 13px 35px 9px 15px;
}
.section-parts-detail .search-item::before,
.section-parts-detail .search-item:before {
	background: url(/images/parts/red-search.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 1em;
	pointer-events: none;
	position: absolute;
	right: 7px;
	top: 14px;
	width: 1em;
}
.section-parts-detail .label-effect {
	font-size: 16px;
	left: 27px;
	top: 16px;
}
.section-parts-detail .isFocused .label-effect,
.section-parts-detail .hasValue .label-effect {
	font-size: 12px;
	left: -4px;
	top: -2px;
}
.section-parts-detail .col-12.partsBlock {
	margin: 0 auto 24px;
	max-width: 1470px;
	padding: 0 25px;
	/*padding: 0 13px;*/
}
.section-parts-detail .parts-detail-wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-between;
	padding: 10px 25px;
	/*padding: 18px 25px 13px 25px;*/
	position: relative;
}
.parts-detail-wrap .parts-img-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 2.2em 0 0 0;
	/*margin: 4.9em 0 0 0;*/
	position: relative;
	width: 39%;
}
.parts-detail-wrap .flex-detail-wrap {
	display: inline-block;
	padding: 10px 10px;
	/*padding: 38px 10px;*/
	position: relative;
	width: 61%;
}
.parts-detail-wrap .parts-img-wrap::before, 
.parts-detail-wrap .parts-img-wrap:before {
	content: '';
	display: block;
	padding: 46% 0 0 0;
	position: relative;
	width: 100%;
}
.parts-detail-wrap .parts-img-wrap img {
	bottom: 0;
  display: inline-block;
  height: 0;
  left: auto;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
  object-fit: contain;
  position: absolute;
  right: auto;
  top: 0;
  width: auto;
}
.parts-item-wrapper {
	align-content: flex-start;
	align-items: flex-start;
	display: flex;
	/*flex-wrap: wrap;*/
	flex-wrap: nowrap;
	gap: .3em;
	/*justify-content: space-between;*/
	max-width: 387px;
	position: relative;
	width: 100%;
}
.parts-item-name {
	display: inline-block;
	position: relative;
}
.parts-item-size {
	display: inline-block;
	position: relative;
}
.parts-header {
	color: #5f6970;
	display: block;
	font-size: 30px;
	/*font-size: 50px;*/
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: .5rem;
	position: relative;
}
.parts-default-text {
	color: #5f6970;
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 1rem;
	position: relative;
}
.parts-model-wrap .parts-default-text {
	margin-bottom:  1.1rem;
}
.parts-model-wrap .parts-default-text.red-bold {
	color: #a52338;
	font-weight: 700;
	margin-bottom: .9rem;
}
.parts-default-text.red-bold::before,
.parts-default-text.red-bold:before {
	background: #bfc3c5;
	bottom: -.25em;
	content: '';
	display: block;
	height: 1px;
	left: .1em;
	position: absolute;
	width: 100%;
}
.parts-model-wrap {
	display: block;
	max-width: 624px;
	position: relative;
	width: 100%;
}
.parts-model-bottom {
	align-items: stretch;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}
.parts-model-wrap + .parts-model-bottom ul {
	line-height: .95em;
	list-style: none;
	/*margin-bottom: 29px;*/
	margin-bottom: 0;
	margin-left: 0;
	position: relative;
	width: 100%;
	/*width: 63%;*/
}
.parts-model-wrap + .parts-model-bottom ul > li { 
	display: block;
	margin-bottom: 9px; 
	padding-left: 32px; 
	position: relative;
}
.parts-model-wrap + .parts-model-bottom ul > li:before,
.parts-model-wrap + .parts-model-bottom ul > li:after {
	left: 4px;
	top: 9px;
}
.parts-cta-wrapper {
	align-items: flex-end;
	display: flex;
	font-size: 20px;
	position: relative;
}
.parts-item-name {
	color: #5f6970;
	display: inline-block;
	font-size: 19px;
	font-weight: 700;
	max-width: 232px;
	position: relative;
	width: 100%;
}
.parts-item-size {
	color: #5f6970;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.parts-cta-wrapper .link-cta {
	margin: .35em 1.5em .35em 0;
	padding: .85em 5.4em .85em 1.3em;
	white-space: nowrap;
}
.parts-cta-wrapper .link-cta:hover {
	background: #fff;
	color: #a91d35;
}
.parts-cta-wrapper .link-cta.arrow-right::before,
.parts-cta-wrapper .link-cta.arrow-right:before {
	background: url(/images/parts/arrow-forward.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	right: 1em;
	top: .8em;
	width: 20px;
}
.parts-cta-wrapper .link-cta.arrow-right:hover::before,
.parts-cta-wrapper .link-cta.arrow-right:hover:before {
	background: url(/images/parts/parts-arrow.png) no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	right: 1em;
	top: .8em;
	width: 20px;
}
.request-info-wrapper {
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	background: rgba(0,0,0,.8);
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.show-request-popup .request-info-wrapper {
	display: block;
}
.request-info-center {
	background: #fff;
	display: block;
	font-size: 0;
	padding: 0 2rem;
	position: relative;
	margin: 0 auto;
	max-height: 100%;
	max-width: 915px;
	overflow: auto;
	overflow-y: auto;
	padding: 62px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.request-info-inner {
	display: block;
	position: relative;
	width: 100%;
}
.label-effect.required.label-effect-selected {
	color: #929292;
	font-size: 12px; 
	font-weight: 700; 
	left: 18px; 
	line-height: 1.2em; 
	padding: .5em 1.63em .5em 0; 
	top: 0;
	z-index: 1;
}
.label-effect.required.label-effect-selected:before {
	font-size: 12px;
	top: 5px;
}
.input-effect.select-selected .select-wrap select {
	color: #5e6970;
	font: 700 18px/1 'Proximanova', Arial, Tahoma, sans-serif;
	padding: 20px 30px 8px 15px;
}
.request-popup-close {
	display: block;
	background: url(/images/parts/close-popup.png) no-repeat center;
	background-size: contain;
	height: 25px;
	position: absolute;
	right: 51px;
	top: 39px;
	width: 25px;
}
.parts-wrapper {
	display: block;
	padding-right: 1em;
	position: relative;
	width: 100%;
}
.parts-wrapper table {
	border: none;
	display: table;
	max-width: 500px;
	outline: none;
	position: relative;
	width: 100% !important;
}
.parts-wrapper table tbody {
	display: table;
	flex-direction: row;
	position: relative;
}
.parts-wrapper table tr {
	border: none;
	display: table-row;
	outline: none;
	position: relative;
	width: 100%;
}
.parts-wrapper table tr td {
	border: none;
	display: inline-block;
	display: table-cell;
	line-height: 1.3em;
	outline: none;
	padding-left: 1em;
	position: relative;
}
/*.parts-wrapper table tr td:first-child {
	display: inline-flex;
	display: table-cell;
	flex: 0 0 auto;
	font-weight: 700;
	padding-left: 0;
}
.parts-wrapper table tr td:first-child::before,
.parts-wrapper table tr td:first-child:before,
.parts-wrapper table tr td:first-child::after,
.parts-wrapper table tr td:first-child:after {
  background-color: #A81D35;
  content: '';
  height: 2px;
  left: -29px;
	position: absolute;
  top: 9px;
  width: 10px;
}
.parts-wrapper table tr td:first-child::after,
.parts-wrapper table tr td:first-child:after {
	top: 9px;
  left: -29px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.parts-wrapper li:before,
.parts-wrapper li::before,
.parts-wrapper li:after,
.parts-wrapper li::after {
	display: none;
}*/
/* HOME BROCHURE */
.home-brochure-wrap {
	display: inline-block;
	position: relative;
	background: #A81D35;
	max-width: 18.44em;
	width: 100%;
}
.home-brochure-inner {
	display: block;
	padding: 4.38em 3.3em;
	position: relative;
}
.home-brochure-title,
.homeSlider p.home-brochure-title {
	display: block;
	color: #fff;
	font-size: 1.7em;
	font-weight: 700;
	line-height: 1.1em;
	letter-spacing: .64px;
	min-height: unset;
	padding: .6em 0 0;
	position: relative;
	text-align: left;
}
.homeSlider p.home-brochure-title::before,
.homeSlider p.home-brochure-title:before {
	background: #FFF;
	border-radius: 10px;
	content: '';
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}
.home-brochure-desc,
.homeSlider p.home-brochure-desc {
	color: #fff;
	display: block;
	font-size: .8em;
	font-weight: 500;
	line-height: 1.4em;
	opacity: .8;
	min-height: unset;
	padding: .9em 0 0;
	position: relative;
	text-align: left;
}
.home-brochure-image-wrap {
	box-shadow: 0px 4px 14px 2px rgba(0, 0, 0, 0.25);
	display: block;
	height: 12.45em;
	margin: 1.5em auto 0;
	/*max-width: 173px;*/
	max-width: 9.61em;
	position: relative;
	width: 100%;
}
.home-brochure-image {
	display: block;
	height: 100%;
	left: 0;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-brochure-link,
.homeSlider p.home-brochure-link {
	background: #a91d35;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 2em;
	padding: .95em 3.1em .65em 1.6em;
	position: relative;
	text-decoration: none;
}
.home-brochure-link::after,
.home-brochure-link:after,
.homeSlider p.home-brochure-link::after,
.homeSlider p.home-brochure-link:after {
	background: url(/images/download-icon.svg) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	height: 1.33em;
	position: absolute;
	right: 1.1em;
	top: .8em;
	width: 1.33em;
}
/* PET FOOD SEMINAR*/
.pet-food-seminar .section-contact .left-box {
	float: none;
	margin: auto;
	text-align: left;
	width: 53.9%;
}
.pet-food-seminar .container.center {
	padding: 0;
}
.pet-food-seminar .form-logo-wrap {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
}
.pet-food-seminar .form-logo-item {
	display: inline-block;
	max-width: 15em;
	margin: auto;
	position: relative;
	width: 100%;
}
.pet-food-seminar .form-logo-item img {
	display: block;
	position: relative;
	width: 100%;
}
.pet-food-seminar .section-contact {
	padding: 103px 0 130px;
}
.pet-food-seminar .form-title,
.pet-food-seminar label.form-title {
	margin-bottom: .2em;
}
.pet-food-seminar .section-contact .section-title {
	text-align: center;
}
.pet-food-seminar .seminar-date {
	color: #A81D35;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: .5em;
	text-align: center;
}
.seminar-small-txt {
	bottom: -.2em;
	color: #94a0a7;
	display: block;
	font-size: .7em;
	font-weight: 400;
	left: 0;
	padding: 0 1.6em;
	position: relative;
}
.pricing-wrap {
	display: block;
	position: relative;
	width: 100%;
}
.pricing-wrap-inner {
	display: block;
	max-width: 20em;
	position: relative;
	width: 100%;
}
.pricing-headline {
	border-bottom: 2px solid #313131;
	color: #7f7f7f;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: .5em;
	text-transform: uppercase;
}
.pricing-wrap-item {
	align-items: flex-start;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
}
.pricing-item {
	align-items: flex-start;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: .3em;
	position: relative;
	width: 100%;
}
.pricing-item:last-of-type {
	padding-bottom: 0;
}
.pricing-item-title,
.pricing-item-amount {
	color: #a32036;
	display: inline-block;
	font-size: .9em;
	font-weight: 500;
	line-height: 1.2em;
	position: relative;
}
.pricing-item-amount {
	font-weight: 700;
}
 
/* MEDIA */
@media screen and (max-width: 1800px) {
    .dropdown-menu.info {
		/*max-width: 34.2em;*/
        max-width: 17em;
    }
    .info-box + .dropdown-menu-box .dropdown-menu-list > li:first-child {
        width: 23%;
    }
    .info .dropdown-menu-list > li, .info .dropdown-menu-list > li:first-child,
    .info-box + .dropdown-menu-box .dropdown-menu-list > li:first-child {
        /*width: 40%;*/
        width: 100%;
    }
}
@media screen and (max-width: 1500px) {
	.container, .section-extrudes.extrudesSpace  .inner-container { max-width: 1024px; padding: 0 30px; }
	#header { height: 107px; padding-top: 9px; }
	.logo { max-width: 162px; }
	.mobile-menu-toggle { right: 19px; top: 35px; height: 49px; }
	.mobile-menu-toggle span { top: 46%; }
	.mobile-menu-toggle span::before, .mobile-menu-toggle span::after, .mobile-menu-toggle span { width: 17px; }
	.mobile-menu-toggle span::before { top: -5px; }
	.mobile-menu-toggle span::after { bottom: -5px; }
	.main-nav { padding-top: 35px; }
	.main-nav > ul > li > a { font-size: 13px; padding-left: 9px; padding-right: 9px; }
	.main-nav > ul > li.search { padding-left: 8px; }
	.main-nav > ul > li.search a { padding: 15px 10px 17px; }
	.main-nav > ul > li.search .wenger-search { font-size: 15px; }
		.main-nav > ul > li.active a + .dropdown-menu, .main-nav > ul > li:hover a + .dropdown-menu, .main-nav > ul > li > a:focus + .dropdown-menu {
			top: 57px;
		}
	.dropdown-menu, .dropdown-menu.big, .dropdown-menu.info { left: 0; }
	.dropdown-menu.info {
    left: 53%;
	}
	.dropdown-menu.big {
		left: 50%;
	}
	
    /*Section Hero*/
    /*.section-hero { min-height: 700px; height: 100%; }
	.section-hero .container { max-width: 1040px; height: 100%; }
	.section-hero .left-box { width: 75.4%; }
	.hero-img { max-width: 100%; max-width: -webkit-calc(100% + 186px); max-width: calc(100% + 186px); left: -106px; }
	.hero-title-box { margin-top: -50px; padding-top: 45px; }*/
	.section-hero .container {
        max-width: 100%;
        height: 100%;
	}
    .hero-title-box { /*margin-top: 210px;*/ padding-top:45px }
    .hero-title-box:after { width: 51px; height: 8px; }

	.hero-title, .section-network .centerContent, .section-network .h2 { font-size: 54px; }
	.hero-title .small { margin-bottom: 6px; /*font-size: 30px;*/ }
	.magnum-text { max-height: 192px; top: 130px; left: 44.2%; }
	.line-box.style-1 { width: 336px; height: 390px; right: -46px; bottom: 15px; }
	/*.hero-nav { height: 75px; }*/
	.hero-nav .container { max-width: 1086px; height: 100%; padding: 0 30px 0 30px; }
	.hero-nav-box.left ul > li:first-child a { padding-left: 0; }
	.hero-nav-box ul > li a { padding: 33px 17px 30px; font-size: 12px; }
	.hero-nav-box.right { padding-right: 40px; }
	.hero-nav-box.right ul > li a { padding-left: 29px; padding-right: 29px; }
	.hero-nav-box.right ul > li a.download,
	.hero-nav-box ul > li a.download { padding-right: 18px; padding-left: 17px; }
	.hero-nav-box ul > li a.download .wenger-download { padding-right: 12px; line-height: 2px; }
	.hero-nav-box.right:after { right: -280%; }
	.section-content-image { height: 863px; }
	.section-content-image .left-box { width: 55%; padding: 60px 72px 60px 30px; }
	.section-content-image .content-box { max-width: 515px; }
	.section-content-image.left .content-box { max-width: 470px; }
	.section-subtitle { margin-bottom: 8px; font-size: 18px; }
	.section-title { font-size: 42px; line-height: 1.2; }
	.section-content-image .section-title { margin-bottom: 18px; }
	.content { font-size: 16px; line-height: 1.8; }
	.content h1, .content .h1style, .content h2, .content .h2style, .content h3, .content .h3style, .content h4, .content .h4style, .content h5, .content .h5style, .content h6, .content .h6style { letter-spacing: .02em; }
	.content h2, .content .h2style { font-size: 32px; }
	.content h3, .content .h3style { font-size: 28px; }
	.content h4, .content .h4style { font-size: 24px; }
	.content h5, .content .h5style { font-size: 20px; }
	.content h6, .content .h6style { font-size: 16px; }
	.content ol, .content ul { margin-bottom: 34px; }
	.content ul > li:before, .content ul > li:after { top: 12px; left: 18px; }
	.section-content-image.left { height: 805px; }
	.section-content-image.left .left-box { width: 46.2%; }
	.section-content-image.left .right-box { width: auto; padding: 99px 20px 99px 74px; }
	.section-img-desc-box-wrap { margin-top: -12px; max-width: 565px; }
	.section-img-desc-box { max-width: 330px; }
	.line-box.style-2 { left: 0; bottom: -98px; width: 367px; height: 400px; }
	.section-industries { padding-top: 92px; padding-bottom: 100px; }
	.section-title.small { font-size: 38px; }
	.section-industries .section-title { margin-bottom: 57px; }
	.industries-list { margin: 0 -7px 0; }
	.industries-list > li { padding: 0 7px; }
	.industry-header-box { padding: 23px 22px 22px; min-height: 110px; }
	.industry-title { margin-bottom: 1px; font-size: 13px; letter-spacing: .08em; }
	.industry-desc { font-size: 12px; line-height: 1.4; }
	.section-app { padding-top: 102px; padding-bottom: 60px; }
	.section-app .section-title { margin-bottom: 24px; }
	.app-slide-wrap { margin-bottom: 50px; }
	.app-img-title { font-size: 12px; padding: 5px 10px 5px 0; }
	.faq-list > li h2:after { right: 6px; width: 15px; height: 15px; margin-top: -14px; }
	.faq-list > li h2.open:after, .no-js .faq-list > li h2:after { margin-top: -4px; }
	.faq-list > li h2 > a, .faq-list > li h2 { font-size: 21px; }
	.accordion-box-content { margin-top: -22px; padding-right: 100px; padding-bottom: 28px; font-size: 16px; line-height: 1.75; }
	.line-box.style-3 { left: -5px; bottom: -98px; width: 205px; height: 306px; background-image: url(/images/line_box_style_3_1366.png); }
	.section-technical-data { padding-top: 135px; padding-bottom: 60px; }
	.section-talk, .replacement-parts .section-talk { padding-top: 60px; padding-bottom: 110px; }
	.section-talk .section-title { margin-bottom: 1px; }
	.section-desc { max-width: 350px; font-size: 21px; line-height: 1.6; }
	.talk-list { max-width: 510px; }
	.section-pre-footer { padding: 53px 0 47px; }
	#footer .container { max-width: 1074px; }
	.footer-table { height: auto; }
	.footer-cell { padding-left: 25px; padding-bottom: 45px; }
	.footer-cell.first { width: 31.9%; padding-left: 25px; }
	.footer-list { margin-top: 32px; }
	.footer-list > li.first-col, .footer-list > li.second-col, .footer-list > li.third-col { display: none; }
	.footer-list > li.resp-1366 { display: inline-block; width: 63%; padding: 0; }
	.footer-list > li.last-col { padding-left: 30px; padding-right: 0; width: 36%; }
	.footer-1366-list > li { display: inline-block; width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 30px; vertical-align: top; }
	.footer-1366-list > li:first-child { width: 53%; }
	.footer-1366-list > li:last-child { width: 45%; }
	.footer-link { display: none; }
	.footer-title { padding-top: 11px; padding-bottom: 10px; }
	.footer-title + .footer-text { margin-top: -17px; }
	.footer-title.big { margin-top: 10px; margin-bottom: 3px; }
	.footer-title + .social-list { margin-top: -2px; }
	#footer .footer-bottom-box .container { max-width: 1024px; }
	.footer-bottom-table, .footer-bottom-cell, .footer-bottom-cell.first { display: block; width: 100%; padding: 0 0; }
	.footer-bottom-box { padding-top: 27px; padding-bottom: 30px; }
	.footer-bottom-cell.first { text-align: center; }
	.footer-tel-list { width: 100%; }
	.footer-bottom-table > *:last-child { width: 100%; text-align: center; }
	.copyright { padding-top: 8px; max-width: 100%; }
	.section-contact { padding: 163px 0 130px; }
	.section-title.big { font-size: 70px; }
	.section-contact .left-box { width: -webkit-calc(100% - 198px); width: calc(100% - 198px); }
	.section-contact .right-box { width: 198px; padding-top: 67px; }
	.contact-list { max-width: 625px; margin-bottom: 66px; }
	.contact-list .footer-tel-list { margin-bottom: 22px; }
	.contact-form { padding-left: 2px; }
	.form-title { margin-bottom: 12px; letter-spacing: .02em; }
	.input-style { min-height: 49px; padding: 20px 16px 7px; }
	.select-wrap select { min-height: 51px; }
	.select-wrap:after { height: 49px; }
	.map-box { left: -206px; }
	.map-box img { max-width: -webkit-calc(100% + 190px); max-width: calc(100% + 190px); }
	.map-pin { width: 11px; height: 16px; }
	.map-pin.pin-1 { top: 21%; left: 90%; }
	.map-pin.pin-2 { top: 27%; left: 37%; }
	.map-pin.pin-3 { top: 27%; left: 40%; }
	.map-pin.pin-4 { top: 35%; left: 150%; }
	.map-pin.pin-5 { top: 37%; left: 154%; }
	.map-pin.pin-6 { top: 65%; left: 64%; }
	.section-hero-industry { padding-top: 159px; }
	.hero-industry-header-box { max-width: 780px; }
	.hero-industry-sub-title { font-size: 18px; letter-spacing: .08em; }
	.hero-industry-title { font-size: 50px; line-height: 1.05; }
	.section-extrudes, .section-hero-industry + .industryPullUp { margin-top: -21.2%; padding-bottom: 150px; }
  .industryPullUp + .section-extrudes.extrudesSpace { margin-top: -423px;  }
  .section-extrudes.extrudesSpace .line-box.style-1 { top: 10%; }
	.pet-food .section-extrudes { padding-bottom: 150px; }
	.hero-industry-box { margin-bottom: 83px; padding: 30px 20px 45px; }
	.hero-industry-box .box-title { font-size: 26px; }
	.hero-industry-list > li { padding: 0 21px; }
	.hero-industry-box .content { line-height: 1.65; }
	.section-extrudes .section-title { margin-bottom: 80px; }
	.section-extrudes .left-box .box-title { margin-bottom: 13px; font-size: 28px; }
	.section-extrudes .left-box { width: 57%; padding-right: 90px; text-align: left; }
	.section-extrudes .left-box .inner-box { max-width: 460px; }
	.extruders-list { margin-bottom: 8px; }
	.extruders-list > li { margin-bottom: 50px; }
	.extruder-title { font-size: 15px; line-height: 1.5; }
	.extruder-desc, .extrudesSpace .extruder-desc p { line-height: 1.6; }
	.extruder-img-wrap { height: 62px; line-height: 62px; }
  .extruder-img-wrap img { max-width: 100%; width: 26%; height: auto; vertical-align: middle; }
	.section-extrudes .left-box .btn, .section-extrudes .left-box a.btn { margin-left: 0; }
	.section-extrudes .right-box { width: 43%; }
	.section-extrudes .right-box .inner-box { padding-left: 53px; padding-bottom: 65px; }
	.box-title.small { font-size: 21px; line-height: 1.3; }
	.section-extrudes .right-box .content { margin-bottom: 30px; line-height: 1.6; }
	.section-extrudes .right-box .content ol > li, .section-extrudes .right-box .content ul > li { margin-bottom: 12px; }
	.section-extrudes a.go-link, .section-extrudes .go-link { font-size: 14px; }
	.extruder-link-list > li { padding: 34px 0 34px 54px; }
	.extruder-link-list > li a { font-size: 21px; }
	.section-shrimp { padding-top: 128px; }
	.section-shrimp .container { max-width: 1044px; }
	.section-shrimp .section-desc { font-size: 18px; }
	.section-shrimp .section-title + .section-desc { margin-bottom: 48px; }
	.section-shrimp .left-box { width: 61%; padding-top: 15px; padding-right: 40px; }
	.section-shrimp .right-box { width: 39%; padding-top: 16px; padding-left: 30px; }
	.section-shrimp .left-box a.btn, .section-shrimp .left-box .btn, .section-shrimp .left-box .content { margin-left: 10px; }
	.section-shrimp .right-box .content.small { line-height: 1.6; }
	.section-shrimp .right-box .inner-box { max-width: 340px; }
	.section-shrimp .right-box .content.small ol > li, .section-shrimp .right-box .content.small ul > li { margin-bottom: 16px; }
	.shrimp-img { margin-bottom: 30px; }
	.content.big { font-size: 18px; line-height: 1.6; }
	.content.big ol > li, .content.big ul > li { margin-bottom: 20px; padding-left: 41px; }
	.content.big ul > li:before, .content.big ul > li:after { left: 11px; }
	.section-shrimp .left-box .content { margin-bottom: 40px; max-width: 480px; }
	.request-info, .section-petflex .request-info { position: relative; padding: 80px 0; }
	.section-petflex .request-info .section-desc, .section-shrimp .request-info .section-desc { max-width: 336px; font-size: 21px; line-height: 1.25; }
	.section-petflex .request-info .section-title + .section-desc, .section-shrimp .request-info .section-title + .section-desc { margin-top: -40px; margin-bottom: 56px; }
	.box-title { margin-bottom: 8px; font-size: 32px; line-height: 1.3; }
	.section-two-col .container { max-width: 1020px; height: auto; }
	.section-two-col .left-box { padding-right: 100px; }
	.section-two-col .right-box { padding-left: 67px; }
	.section-extrudes .line-box.style-1, .light-blue-style .line-box.style-1 { width: 283px; height: 367px; top: 19.7%; left: 0; }
	.request-info .line-box.style-2, .light-blue-style .line-box.style-2 { width: 266px; height: 360px; top: -60px; right: 0; }
  .left-box .petflex-img-wrap img { margin-left: -140px; }
  .petflex-img-wrap img { max-width: 140%; }
	.light-green-style .line-box.style-1 { top: 17%; width: 240px; }
	.light-green-style .line-box.style-2 { height: 330px; width: 176px; }
  .light-yellow-style .line-box.style-1 { top: 17%; width: 240px; }
  .light-yellow-style .line-box.style-2 { height: 330px; width: 176px; }
  .light-gray-style .line-box.style-1 { top: 17%; width: 240px; }
  .light-gray-style .line-box.style-2 { height: 330px; width: 176px; }
	.pet-food .section-shrimp .container, .section-petflex .container { max-width: 1024px; }
	.section-history-hero { padding-top: 76px; background-image: url(/images/history_hero_1366.jpg); }
	.history-table { height: 423px; }
	.history-title { margin-bottom: 4px; font-size: 54px; }
	.history-sub-title { font-size: 15px; }
	.history-info-box { font-size: 12px; }
	a.go-to-history, .go-to-history { top: 30px; font-size: 10px; line-height: 1.3; }
	a.go-to-history:after, .go-to-history:after { bottom: -630px; width: 5px; }
	a.go-to-history:before, .go-to-history:before { bottom: -36px; border-left-width: 22px; border-right-width: 22px; border-top-width: 24px; }
	.history-info-box { width: 333px; padding: 25px 22px 23px; line-height: 1.4; background-color: rgba(0, 0, 0, .8); }
	.history-info-box p { max-width: 240px; }
	.section-history .container { max-width: 1120px; }
	.history-list:before { width: 5px; }
	.history-year:before { top: 2px; right: -510px;/*right: -525px;*/ height: 2px; }
	.history-year:after { top: -1px; right: -16px;/*right: -28px;*/ width: 8px; height: 8px; -webkit-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); }
	.big.history-year:after { top: 6px; }
	.right .history-year:before { right: auto; left: -525px; }
	.right .history-year:after { right: auto; left: -25px; }
	.history-year { margin-bottom: 3px; font-size: 25px; }
	.history-year.big { margin-bottom: -4px; }
	.history-year.big { font-size: 50px; }
	.history-year.biggest { font-size: 70px; }
	.history-content { font-size: 13px; line-height: 1.4; }
	.history-img-wrap figcaption { font-size: 10px; line-height: 1.3; }
	.history-list > li:first-child { margin-top: 49px; }
	.history-list > li:nth-child(2) { margin-top: 153px; }
	.history-list > li.year-1935 { margin-bottom: 32px; }
	.year-1935 .history-box { max-width: 366px; margin-right: 21px;/*margin-right: 32px;*/ }
	.year-1935 .history-img-wrap { max-width: 218px; }
	.year-1935 .history-img-wrap figcaption { max-width: 210px; margin-top: 0; }
	.history-list > li.year-1939 { margin-bottom: 48px; }
	.year-1939 .history-box { margin-left: 30px;/*margin-left: 63px;*//*margin-left: 117px;*/ max-width: 300px; }
	.history-list > li.year-1940 { margin-bottom: 55px; }
	.year-1940 .history-box { max-width: 370px; margin-left: 30px;/*margin-left: 62px;*/ }
	.history-list > li.year-1955 { margin-bottom: 20px; }
	.year-1955 .history-box { margin-right: 24px; max-width: 470px; }
	.year-1955 .history-box-cell.image { width: 237px; padding-right: 20px; }
	.year-1955 .history-img-wrap figcaption { margin-top: 6px; max-width: 200px; }
	.history-list > li.year-1956 { margin-bottom: 17px; }
	.year-1956 .history-box { max-width: 235px; margin-left: 116px; }
	.history-list > li.year-1958 { margin-bottom: 50px; }
	.year-1958 .history-box { max-width: 415px; margin-left: 18px; }
	.year-1958 .history-img-wrap { position: relative; margin-bottom: 6px; }
	.year-1958 .history-img-wrap img {
		padding-left: 32px;
	}
	.year-1958 .history-year { top: 22px; left: 30px; }
	.year-1958 .history-img-wrap:before { top: 0; left: -18px; width: 46px; height: 2px; }
	.year-1958 .history-img-wrap:after { top: -3px; left: 26px; width: 8px; height: 8px; -webkit-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); }
	.year-1958 .history-content { max-width: 200px; margin-left: 32px; }
	.history-list > li.year-1960 { margin-bottom: 54px; }
	.year-1960 .history-box { max-width: 467px; margin-right: 17px; }
	.year-1960 .history-year { padding-right: 8px; }
	.year-1960 .history-content { max-width: 260px; margin-bottom: 19px; padding-right: 8px; }
	.year-1960 .history-img-wrap figcaption { max-width: 360px; margin-top: 2px; margin-right: 2px; }
	.history-list > li.year-1965 { margin-bottom: 78px; }
	.year-1965 .history-box { max-width: 290px; margin-right: 108px; margin-left: 17px;}
	.year-1969 .history-box { max-width: 400px; margin-left: 30px; margin-right: 20px; }
	.history-list > li.year-1970s { margin-bottom: -2px; }
	.year-1970s .history-box { max-width: 400px; margin-left: 29px; margin-right: 38px; }
	.year-1970s .history-box-cell.image { width: 117px; padding-top: 26px; padding-right: 20px; }
	.history-list > li.year-1973 { margin-top: -70px; margin-bottom: 30px; }
	.year-1973 .history-box { max-width: 380px; margin-left: 165px; margin-right: 20px; }
	.history-list > li.year-1977 { margin-bottom: 53px; }
	.year-1977 .history-box { max-width: 420px; margin-left: 20px; }
	.year-1977 .history-img-wrap { max-width: 330px; }
	.year-1977 .history-year-box { margin-top: -7px; }
	.year-1977 .history-year { margin-left: 10px; }
	.year-1977 .history-content { max-width: 500px; margin-left: 10px; }
	.history-list > li.year-1980 { margin-bottom: 75px; }
	.year-1980 .history-box { max-width: 220px; margin-right: 27px; }
	.history-list > li.left.year-1985 { margin-top: -33px; }
	.year-1985.left .history-box { max-width: 427px; margin-right: 25px; }
	.year-1985.left .history-box-cell.image { width: 181px; padding-right: 25px; }
	.history-list > li.right.year-1985 { margin-bottom: 40px; }
	.year-1985.right .history-box { max-width: 320px; margin-left: 30px; }
	.history-list > li.year-1993 { margin-bottom: 26px; }
	.year-1993 .history-box { max-width: 300px; margin-left: 30px; }
	.history-list > li.year-2000 { margin-bottom: 60px; }
	.year-2000 .history-box { max-width: 310px; margin-left: 30px; }
	.history-list > li.year-2008 { margin-top: -175px; margin-bottom: 51px; }
	.year-2008 .history-box { max-width: 400px; margin-right: 14px; padding-right: 0; text-align: right; }
	.year-2008 .history-img-wrap { margin-bottom: 6px; }
	.year-2008 .history-img-wrap img {
		padding-right: 30px;
	}
	.year-2008 .history-year { right: 28px; bottom: 29px; }
	.year-2008 .history-content { max-width: 290px; margin-right: 32px; }
	.year-2008 .history-img-wrap:before { bottom: 7px; right: -14px;width: 46px; height: 2px; }
	.year-2008 .history-img-wrap:after { bottom: 4px; right: 32px; width: 8px; height: 8px; -webkit-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); }
	.year-2000s.left .history-box { max-width: 320px; margin-right: 78px; }
	.history-list > li.right.year-2000s { margin-bottom: 20px; }
	.year-2000s.right .history-box { max-width: 300px; margin-left: 72px; }
	.history-list > li.year-2018 { margin-bottom: 0; }
	.year-2018 .history-box { max-width: 445px; margin-left: 32px; }
	.year-2018 .history-content { margin-bottom: 20px; }
	.map-history-box { max-width: 350px; }
	.history-map-pin { width: 12px; height: 15px; }
	.history-list { margin-bottom: 65px; }
	.history-list:after { width: 70px; }
	.slogan-box { max-width: 920px; margin-top: 65px; }
	/*-------------------------------------heroBanner--------------------------------------*/
	.heroBanner .hero-title { /*margin-right: 30px;*/ font-size: 46px; }
	.heroBanner .hero-title small { font-size: 20px; }
	.homeTab .container { max-width: 1220px; }
	.homeTab li a { padding: 40px 30px; border-width: 13px !important; }
	/*.heroBanner .image { width: 56.5%; }*/
	.heroBanner .container { height: 606px; }
	.heroBanner .title-box h1:after { width: 50px; height: 7px; }
	.homeTab li strong { font-size: 21px; }
	.homeTab li small { padding: 0px 0; line-height: 20px; }
	/*.homeTab ul { height: 181px; }*/
	.homeSlider { height: 560px; background-size: cover; background-position: 50% 0; }
	.homeSlider h2 { font-size: 42px; line-height: 50px; }
	.homeSlider .text { padding: 90px 0; }
	.homeSlider p { min-height: 144px; }
	.homeSlider .dots { bottom: 98px; }
	.homeSlider .slideItem img { height: 560px; }
	.updateSection .container { padding-top: 100px; max-width: 1020px; }
	.updateSection .leftside { width: 49%; }
	.updateSection .rightside { width: 45%; }
	.updateSection .leftside li .title, .updateSection .rightside.news-side li span.news-text .news-title { font-size: 22px; }
	.heroBanner .line-box { top: 50px; width: 164px; height: 299px; background: url(/images/line_box_style_5.png) left top no-repeat; background-size: cover; }
	.updateSection .leftside li .title, .updateSection .rightside.news-side li span.news-text .news-title { padding: 17px 0 2px; }
	.updateSection .leftside li .p { font-size: 16px; }
	.updateSection .rightside li { padding-bottom: 5px; }
	.updateSection ul { min-height: 698px; }

    /*Services and Research*/
    .htmlModuleWrap { padding: 50px 30px; }

    /*Employee Login Page*/
    .columnBox {width: 24%; min-height: 320px; margin: 5px;}
    .section-employeeLog a.employeeLink{ padding: 58px 0; }
    .section-employeeLog a.employeeLink .boxTitle {padding: 0 55px 22px 55px;}
		.heroBanner .image { bottom: -10.7em; }

		/* HOME PAGE PROMO UPDATES */
		.updateSection .rightside.news-side .slider-promo .slick-dots {
			min-height: unset;
		}
		.slider-promo .slideItem h2 {
			font-size: 1.2em;
		}
		.slider-promo .slideItem .link {
			font-size: .8em;
		}
		.slider-promo .slideItem .link::before, 
		.slider-promo .slideItem .link:before {
			height: 8px;
			width: 8px;
		}
		.slider-promo .slideItem .link::after, 
		.slider-promo .slideItem .link:after {
			width: 10px;
		}
		/* PARTS */
		.section-parts,
		.section-parts-detail {
			padding: 44px 0 85px;
			/*padding: 85px 0 85px;*/
		}
		.flex-item.page-heading {
			font-size: 35px;
			/*font-size: 54px;*/
		}
		/*Added to show more blocks above the fold*/
		.parts-detail-wrap .flex-detail-wrap {
			padding: 14px 10px;
		}
		.section-parts .text-title {
			font-size: 20px;
			max-width: 90%;
		}
		.flex-title-wrap .link-cta {
			font-size: .8em;
		}
		.parts-header {
			font-size: 25px;
			/*font-size: 40px;*/
			margin-bottom: .3rem;
		}
		.parts-default-text {
			margin-bottom: 1.1em;
		}
		.parts-model-wrap .parts-default-text {
			margin-bottom: 1.4rem;
		}
		.parts-model-bottom {
			gap: .35em;
		}
		.parts-cta-wrapper .link-cta {
			font-size: .8em;
			margin: .35em 0 .35em 0;
			padding: .85em 3.2em .85em 1.3em;
			white-space: nowrap;
		}
		.parts-item-name {
			max-width: 220px;
		}
		.parts-detail-wrap .parts-img-wrap {
			margin: 2.2em 0 0 0;
		}
		/*.footer-list > li.resp-1366 { display: none; }*/
}
@media screen and (max-width: 1900px) {
	.section-feasibility .text, .section-feasibility .container { padding: 50px 70px 50px 102px; }
	.section-services .text { padding: 0 30px; }
	.section-services .rightSide { padding-left: 6%; }
	.section-services .block { width: 50%; }
	.section-services .leftSide { width: 42%; }
	.section-services .rightSide { width: 56%; }
}
@media screen and (max-width: 1600px) {
	.section-feasibility h1 { font-size: 50px; }
}
@media screen and (max-width: 1500px) {
	.section-network .location-info { left: 0; }
	.section-network .service { margin-top: -35px; }
	.section-network .location { position: absolute; left: 23%; }
	.section-network .location-2 { position: absolute; left: 46%; }
	.section-network .location-3 { position: absolute; left: 43%; }
	.section-network .location-4 { position: absolute; left: 22%; }
	.section-network .location-5 { position: absolute; left: 20%; }
	.section-network .location-6 { position: absolute; left: 30%; }
	.section-network .location-7 { left: 25%; }
	.section-network .location-8 { left: 25%; }
	.section-network .location-9 { right: 20%; left: auto; }
	.section-network .location-17 { right: 22%; left: auto; }
	.section-network .location-10 { right: 20%; left: auto; }
	.section-network .location-11 { right: 20%; left: auto; }
	.section-network .pin
	.section-network .location-12 { position: absolute; margin:2px 0 0 -3px;top:39%;left: 23%; }
	.section-network .location-14 { left: 44%; }
	.section-network .location-16 { left: 45%; }
	.section-feasibility .text, .section-feasibility .container { padding-left: 72px; max-width: 96%; }
	.section-feasibility .quote-block .quote { padding-bottom: 10px; font-size: 18px; max-width: 90%; line-height: 28px; }
	.section-feasibility .quote-icon { width: 44px; height: 44px; background-size: cover; top: -22px; }
	.section-feasibility .quote-block { padding-bottom: 35px; padding-top: 50px; }
	.section-feasibility .quote-block small { font-size: 14px; }
	.section-feasibility .info-block { min-height: 610px; }
	.section-feasibility p, .research-product .section-feasibility p { font-size: 16px; line-height: 24px; max-width: 98%; }
	.section-feasibility h2 { font-size: 42px; }
	.section-feasibility .info-block .col-6.small { width: 44%; }
	.section-feasibility .leftPadd { padding-left: 23%; }
	.research-product .section-feasibility .solution-block.technical-block .text { max-width: 96%; }
	.research-product .section-feasibility .content ul > li:before, .research-product .section-feasibility .content ul > li:after { left: 12px; }
	.research-product .section-feasibility .block-height { height: 710px; }
	.section-feasibility p { padding-bottom: 10px; }
  .section-petflex { overflow: hidden; padding: 0px 0 70px; -webkit-transform: translate3d(0,0,0); }
	.heroBanner .title-box { width: 50%; }
	.heroBanner .hero-title { padding-top: 35px; }
	.heroBanner .title-box { left: 40px; top: 230px; /*width: 360px;*/ }
	/* NEWS */
	/* ABOUT */
	.year-2021 .history-box {
		margin-left: 30px;
		margin-right: 24px;
	}
	.year-2021 .history-content {
		margin-left: 0;
		padding-right: 0;
	}
	.year-2022 .history-box {
		margin-right: 11px;
		margin-left: 30px;
		max-width: 400px;
	}
	.year-2022 .history-img-wrap img {
    max-width: 200px;
	}
	/* REPLACEMENT PARTS */
	.section-parts-detail .col-12.partsBlock {
		max-width: 1024px;
	}
	/* HOME BROCHURE UPDATES */
	.video-wrap-inner-center {
		max-width: 1220px;
	}
	.home-brochure-inner {
		padding: 1.88em 2.3em;
	}
	.home-brochure-title, 
	.homeSlider p.home-brochure-title {
		font-size: 1.5em;
	}
	.video-wrap-background {
		height: 32em;
	}
	.home-brochure-link, 
	.homeSlider p.home-brochure-link {
		font-size: .9em;
	}
	/* PET FOOD SEMINAR */
	.pet-food-seminar .form-logo-item {
		max-width: 13em;
	}
	.pet-food-seminar .section-contact .left-box {
		width: calc(100% - 198px);
	}
}
/*@media screen and (min-height: 770px){
    .hero-nav { position: fixed; }
}*/
@media screen and (max-width: 930px) {
	.heroBanner .hero-title { margin-right: 0; }
}
@media screen and (max-width: 1365px) {
	.section-feasibility .quote-block .quote { font-size: 18px; line-height: 26px; }
	.section-feasibility .quote-block { padding: 40px; }
	.section-feasibility .quote-icon { width: 44px; height: 44px; background-size: cover; }
	.section-feasibility .quote-block small { font-size: 14px; font-weight: 500; }
	.section-network .text-scroll { max-height: 290px; padding: 0 15px; }
	.section-feasibility .info-block { min-height: 490px; }
	.section-feasibility .text, .section-feasibility .container { padding: 40px; }
	.section-feasibility .info-block .col-6.small { width: 43%; }
    .section-events .info-block { /*min-height: 490px;*/ display: block; min-height: 0; }
    .section-events .info-block .col-6.small {/*width: 43%;*/min-height: 490px; width: 100%;}
    .section-events .info-block .bg-img { display: block; position: static; width: 100%; }
	.research-product .section-feasibility .solution-block.technical-block { min-height: 574px; }
	.section-feasibility .leftPadd { padding-left: 15%; }
	.research-product .section-feasibility .block-height { height: 746px; }
	.section-feasibility .btn { font-size: 15px; }
	.section-feasibility h1 { padding-bottom: 15px; }
}
@media screen and (max-width: 1200px) {
	.section-content-image .content-box { max-width: 505px; }
	.section-feasibility h1 { letter-spacing: normal; }
	.page-heading { font-size: 70px; }
    .section-extrudes.extrudesSpace .line-box.style-1{ top: 120px; }
    .container, .section-extrudes.extrudesSpace .inner-container { max-width: 100%; width: 100%; }
    .info-box + .dropdown-menu-box { padding-top: 42px; padding-left: 35px; }
    .info-box, .dropdown-menu-box { display: table-cell; padding: 43px 20px 68px; vertical-align: top; }
    .info-box {max-width: 332px; width: 25%; background-color: #A81D35;}
    .dropdown-menu.info .dropdown-menu-inner { min-height: 353px; width: 100%; }
    .section-extrudes, .section-hero-industry + .industryPullUp { margin-top: -21.2%; padding-bottom: 40px; }
    .section-petflex { overflow: hidden; padding: 30px 0 30px; z-index: 1; -webkit-transform: translate3d(0,0,0); }

    /*Section Hero*/
    .section-hero { position: relative; width: 100%; height: 0; padding: 60.5% 0 0 0; overflow: hidden; }
    .section-hero img { position: absolute; top: -209px; bottom: 0; left: 0; width: 100%; height: auto; }
    .section-hero .container { max-width: 100%; width: 100%; height: 100%; }
    .section-hero .left-box { width: 70.4%; }
    .hero-title-box { top: 41%; right: 34px; }
    .right-box { position: absolute; display: block; width: 34%; height: 100%; top: 0; right: 0; }

    /*Careers*/
    .section-careers .left-box { width: 100%; text-align: left; line-height: 1.5; }

    /*Employee Login*/
    .section-employeeLog .container { max-width: 100%; padding: 0 30px; }
    .section-employeeLog a.employeeLink .boxTitle {padding: 0 25px 22px 25px;}
    
		/* HOME */
		.heroBanner .image { bottom: -7.7em; }
    .main-nav > ul > li > a { font-size: 12px; padding-left: 9px; padding-right: 9px; }
		.homeTab li.grey a {
			padding: 38px;
			padding-right: 20px;
			padding-bottom: 38px;
		}
		/*.homeTab ul {
			height: 195px;
		}*/
		.hero-title {
			font-size: 48px;
		}
		.hero-title .small {
			font-size: 38px;
		}
		/* HOME PAGE PROMO UPDATES */
		.slider-promo .slideItem h2 {
			font-size: 1.1em;
		}
		.slider-promo .slideItem .link {
			font-size: .7em;
		}
		/* NAV DROPODWNS */
		.dropdown-menu.extruder-list {
			left: 57.1%;
		}
		/* PARTS */
		.flex-item.page-heading {
			font-size: 50px;
		}
		.section-parts .text-title {
			font-size: 18px;
		}
		.section-parts .parts-wrap {
			padding: 18px 18px;
		}
		.flex-item.page-heading {
			font-size: 33px;
			/*font-size: 44px;*/
		}
		.parts-header {
			font-size: 23px;
			/*font-size: 30px;*/
		}
		/* PARTS */
		.parts-model-bottom {
			flex-wrap: wrap;
		}
		.parts-detail-wrap .flex-detail-wrap {
			padding: 20px 10px;
		}
		.parts-detail-wrap .parts-img-wrap {
			margin: 2.6em 0 0 0;
		}
		.parts-wrapper table {
			max-width: 400px;
		}
		/*.section-parts-detail {
			padding: 47px 0 85px;
		}*/
		.parts-default-text,
		.parts-wrapper table tr td {
			font-size: 16px;
		}
		/* REPLACEMENT PARTS */
		.section-parts-detail .col-12.partsBlock {
			max-width: 100%;
			padding: 0 30px;
		}
		/* HOME BROCHURE UPDATES */
		.video-wrap-inner-center .video-wrap-inner img, 
		.video-wrap-inner-center .video-wrap-inner iframe {
			min-height: 100%;
			/*min-height: 86vh;*/
			min-width: 100%;
			/*min-width: 86vw;*/
		}
		.video-wrap-inner-center {
			padding: 0 30px;
		}
		.home-brochure-link,
		.homeSlider p.home-brochure-link {
			font-size: .8em;
		}
		.home-brochure-inner {
			padding: 1.88em 3.5em;
		}
		/* PET FOOD SEMINAR */
		.pet-food-seminar .form-logo-item {
			max-width: 11em;
		}
}
@media screen and (max-width: 1032px) {
	/* PARTS */
	.parts-model-bottom {
		flex-direction: column;
	}	
	.parts-model-wrap + .parts-model-bottom ul {
		width: 100%;
	}
	.parts-item-wrapper {
		max-width: 100%;
	}
	.parts-item-name {
		max-width: 250px;
	}
	.parts-cta-wrapper {
		align-items: flex-end;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 1024px) {
	.main-nav { padding-right: 30px; }
	.section-feasibility .quote-block { padding: 40px; }
	.main-nav > ul > li.search { padding-left: 0; }
	.main-nav > ul > li > a { padding-left: 5px; padding-right: 5px; }
	.main-nav > ul > li.search a { padding-left: 5px; padding-right: 5px; }
	.hero-nav-box.right { padding-right: 0; }
	.hero-nav-box ul > li a { padding-left: 8px; padding-right: 8px; }
	.hero-nav-box.right ul > li a.download, .hero-nav-box ul > li a.download { padding-right: 8px; padding-left: 8px; }
	.hero-nav-box.right ul > li:last-child a { padding-right: 8px; padding-left: 8px; }
	a.footer-title.big .right-arrow { margin-left: 4px; }
	a.footer-title.big:hover .right-arrow, a.footer-title.big:focus .right-arrow { margin-left: 8px; }
	.footer-list > li.last-col { padding-left: 15px; }
	.footer-1366-list > li:first-child { padding: 0 15px; }
	.footer-list > li.resp-1366 { width: 60%; }
	.footer-list > li.last-col { width: 39%; }
	.footer-1366-list > li:first-child { width: 49%; }
	.footer-1366-list > li:last-child { width: 49%; }
	.line-box.style-3 { display: none; }
	.section-contact .right-box { padding-top: 50px; }
	.page-heading { font-size: 60px; }
	.section-feasibility h1 { font-size: 38px; }
	.section-feasibility h2 { font-size: 32px; }
	.section-feasibility p { font-size: 16px; line-height: 24px; }
	.section-feasibility .support .text { width: 620px; }
	.section-feasibility h1 { letter-spacing: .1em; }
	.section-feasibility .quote-block .quote { font-size: 16px; line-height: 24px; }
	.section-events .col-4, .section-parts .col-4 { width: 33.33%; }
	.section-network .service { margin-top: -50px; }
	.section-network .location .pin.active + .block.w430 { width: 400px; }
	.homeTab li a,
	.homeTab li.grey a { padding: 30px 25px; }
	/*.homeTab ul {
    height: 181px;
	}*/
    .left-box .petflex-img-wrap img { margin-left: -70px; }
    .petflex-img-wrap img { max-width: 130%; }
    
    /*Hero styles*/
    .hero-title .small { font-size: 28px; }
		/* NEWS */
		.updateSection .rightside.news-side .news-blockwrap {
			gap: 1em;
		}
		.news-img-wrap {
			/*margin-right: 20px;*/
			margin-right: 0;
		}
		.main-nav>ul>li>a {
			font-size: 10px;
			padding-left: 4px;
			padding-right: 4px;
		}
		.dropdown-menu.extruder-list {
			left: 4.7%;
			max-width: 100%;
			transform: translateX(10px);
		}
		.dropdown-menu.big {
			left: 58%;
		}
		/* PARTS */
		/*.parts-model-bottom {
			flex-wrap: wrap;
		}*/
}
@media screen and (max-width: 900px) {
	.section-feasibility .solution-block .col-6 { padding-right: 5%; }
	.section-industry .link-title { font-size: 16px; }
	.section-download form { padding-top: 20px; width: auto; max-width: 750px; }
	.section-services { display: block; overflow: hidden; height: auto; }
	.section-services .rightSide { padding: 60px; overflow: hidden; width: 100%; }
	.section-download, .section-events { /*padding-top: 50px;*/ padding-top: 97px; }
	.section-services .leftSide { width: 100%; padding: 40px; display: block; }
	.section-services .text { width: 90%; }
	.section-network .location-info span { display: inline-block; margin: 0 20px; }
	.section-network .location-info { text-align: center; }
	.section-network .pin { width: 12px; height: 18px; background-size: cover; }
	#footer .container, .section-content-image.left .content-box, .section-content-image .content-box, .container { max-width: 768px; }
	#header { position: fixed; top: 0; left: 0; height: 98px; width: 100%; text-align: center; background-color: #FFFFFF; }
	#header .container { max-width: 100%; }
	.mobile-menu-toggle { right: auto; top: -10px; left: 0; height: 98px; width: 118px; }
	.mobile-menu-toggle span { top: 50%; }
	.mobile-menu-toggle span:before, .mobile-menu-toggle span:after, .mobile-menu-toggle span { width: 35px; height: 4px; background-color: #5E6971; }
	.mobile-menu-toggle span:before { top: -9px; }
	.mobile-menu-toggle span:after { bottom: -9px; }
	.main-nav { display: none; }
	.logo { float: none; display: inline-block; }
	.dropdown-menu { display: none; }
    
    /*Section Hero*/
	.section-hero-industry, .section-contact { padding-top: 150px; }
    .section-hero { margin-top: 98px; padding: 80.5% 0 0 0; background-color: #ffffff; }
    .section-hero .right-box { position: absolute; display: block; width: 100%; height: 100%; }
    .section-hero img { position: absolute; top: -65px; bottom: 0; left: 0; width: 100%; }
    .section-hero .container { top: 0px; }
	.hero-title-box { top: 5%; /*right: 36%;*/ right: 0%; left: 18%; padding-top: 25px; }
	.hero-title-box:after { width: 33px; height: 5px; }
	.hero-title, .section-network.location .h2, .section-network .h2 { font-size: 50px; }
	.section-network .service { margin-top: -10px; }
	.section-network .location .centerContent { padding-bottom: 0; }
	
	.hero-img { max-width: 100%; max-width: -webkit-calc(100% + 30px); max-width: calc(100% + 30px); left: -116px; }
	.line-box.style-1 { right: 0; bottom: 34px; width: 172px; height: 250px; background-image: url(/images/line_box_style_1_tablet.png); }
    .hero-nav { position: fixed; bottom: 0; display: block; width: 100%; height: 76px; /*margin: -77px 0 0 0;*/ background-color: rgba(94, 105, 112, 1); z-index: 799; -webkit-transform: translate3d(0,0,50px); transform: translate3d(0,0,50px); z-index: 299; }
    .hero-title .small { font-size: 40px; }
	.hero-nav .container { display: block; padding: 0; }
	.hero-nav-box.left { display: none; }
	.hero-nav-box.right { float: none; display: block; width: 100%; padding: 0; text-align: center; }
	.hero-nav-box ul { display: block; width: 100%; }
	.hero-nav-box ul > li { float: left; display: block; width: 50%; }
	.hero-nav-box ul > li a { display: block; padding: 31px 25px 31px; font-size: 14px; }
	.magnum-text { max-height: 182px; top: 128px; left: 18px; }
	.section-content-image { height: auto; }
	.section-content-image .left-box { display: table-footer-group; width: 100%; padding: 0; }
	.section-content-image .right-box { display: block; width: 100%; max-width: 100%; padding-bottom: 53%; }
	.section-content-image .bg-img { max-width: 100%; }
	.section-content-image .content-box { display: block; margin: 0 auto; padding: 56px 30px 120px; }
	.section-content-image .content-box .content { max-width: 560px; }
	.section-title-box { max-width: 460px; }
	.section-subtitle { font-size: 16px; }
	.section-title, .section-network .location-list .h2style { font-size: 35px; line-height: 1.3; }
	.section-network .location-list .h2style { padding-bottom: 12px; }
	.section-network.location address { line-height: 23px; }
	.section-network.location .content ul { margin-left: 10px; }
	.section-network.location .content ul li { line-height: 20px; }
	.content ul > li:before, .content ul > li:after { left: 12px; }
	.section-content-image.left .left-box { display: table-header-group; }
	.section-content-image.left .right-box { padding: 0; }
	.electric-motor-img-wrap img { max-width: 435px; }
	.section-img-desc-box-wrap { margin-top: -76px; max-width: 720px; }
	.section-img-desc-box { max-width: 372px; padding: 10px 35px; }
	.section-img-desc-box:after, .section-img-desc-box:before { width: 19px; height: 2px; top: 18px; left: 6px; }
	.section-img-desc-box:after { top: 18px; left: 6px; }
	.section-img-desc-title { margin-bottom: 4px; font-size: 14px; }
	.section-img-desc-text { font-size: 12px; line-height: 1.6; }
	.section-content-image.left .content-box { display: block; margin: 0 auto; padding: 56px 30px 80px; }
	.section-content-image.left .section-title-box { max-width: 560px; }
	.line-box.style-2 { display: none; }
	.section-industries { padding: 80px 0 90px; }
	.section-title.small { font-size: 35px; }
	.section-industries .section-title { margin-bottom: 46px; }
	.industries-list { margin: 0 -9px; }
	.industries-list > li { width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 9px; margin-bottom: 22px; }
	.industry-header-box { min-height: 155px; padding: 30px 35px 22px; }
	.industry-title { margin-bottom: 2px; font-size: 16px; letter-spacing: .1em; }
	.industry-desc { font-size: 15px; line-height: 1.65; }
	.section-app { padding: 78px 0 36px; }
	.section-app .section-title { margin-bottom: 26px; }
	.app-slide-wrap { margin-bottom: 46px; }
	.app-img-title { max-width: 160px; padding: 8px 10px 5px 0; line-height: 1.5; }
	.faq-list > li h2 { padding: 26px 35px 24px 0; }
	.faq-list > li h2 > a, .faq-list > li h2 { font-size: 16px; }
	.accordion-box-content { margin-top: -12px; padding-right: 70px; padding-bottom: 18px; }
	.faq-list > li h2:after { margin-top: -13px; right: 30px; border-width: 2px; }
	.faq-list > li h2.open:after, .no-js .faq-list > li h2:after { margin-top: -4px; }
	.line-box.style-3 { display: none; }
	.section-technical-data { padding: 82px 0 60px; }
	.section-technical-data .section-title { margin-bottom: 26px; }
    .datagridWrap {  position: relative; display: block; width: 100%; height: 100%; overflow: visible; white-space: nowrap; }
    .datagridWrap::before, .datagridWrap:before { content: ''; position: absolute; display: block; top: 0; right: 0; width: 70px; height: 100%; background: url(/images/right-fade.png); background-position: right top; background-repeat: repeat-y; pointer-events: none; z-index: 99; }
    .overflowTable { display: inline-block; max-width: 100%; overflow: auto; white-space: normal; pointer-events: auto; }
    .technical-table { position: relative; min-width: 1020px; }
	.technical-table:after { position: absolute; right: 0; top: 0; content: ''; width: 55px; background-color: #ffffff; height: 100%; }
	.table-right-gradient:after { display: block; }
	.technical-table-wrap { margin-bottom: 25px; }
	.technical-table .cell-rpm { width: 235px; padding-right: 50px; }
	.section-talk, .replacement-parts .section-talk { padding-top: 44px; padding-bottom: 91px; }
	.section-talk .section-title { margin-bottom: 5px; font-size: 28px; }
	.section-desc { margin-bottom: 37px; max-width: 288px; font-size: 18px; line-height: 1.4; }
	.talk-list { max-width: 390px; }
	.talk-list > li [href^=tel], .talk-list > li a { font-size: 16px; }
	.section-pre-footer { /*padding: 152px 0 52px;*/ padding: 52px 0 52px; }
	.section-pre-footer .section-title { font-size: 30px; }
	#footer .container { padding: 0 15px; }
	.footer-cell.first { width: 40.2%; padding-left: 16px; }
	.footer-cell.first .footer-text { margin-left: 37px; }
	.footer-1366-list > li:first-child, .footer-1366-list > li:last-child, .footer-1366-list > li { width: 100%; padding: 0; }
	.footer-list > li.resp-1366 { width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 10px 0 15px; }
	.footer-list > li.last-col { width: 49%; width: -webkit-calc(50% - 4px); width: calc(50% - 4px); padding: 0 0 0 4px; }
	.footer-tel-list > li { display: block; padding: 0px 0px; }
	.footer-title { font-size: 14px; line-height: 1.4; }
	.footer-list { margin-top: 33px; }
	.footer-text { line-height: 1.4; }
	.footer-1366-list .footer-title { max-width: 150px; }
	.footer-bottom-box { padding-top: 40px; padding-bottom: 50px; }
	#footer .footer-bottom-box .container { max-width: 680px; padding: 0 30px; }
	.footer-tel-list > li a { padding: 6px 15px; }
	.copyright { margin-top: 35px; padding-top: 0; }
	.footer-title.big { letter-spacing: .1em; }
	.section-contact { padding-bottom: 95px; }
	.section-contact .left-box { width: 100%; }
	.section-contact .right-box { display: none; }
	.section-title.big { font-size: 50px; }
	.section-contact .section-title { margin-bottom: 15px; }
	.contact-list { display: inline-block; width: 38%; width: -webkit-calc(0px + 270px); width: calc(0px + 270px); margin-bottom: 51px; padding-right: 5px; vertical-align: top; }
	.contact-list > li { width: 100%; }
	.contact-list > li:last-child:not(:first-child) { padding-left: 0; }
	.map-box.desktop { display: none; }
	.map-box.mobile { display: inline-block; max-width: 100%; width: 61%; width: -webkit-calc(100% - 276px); width: calc(100% - 276px); left: auto; margin: 12px auto 20px; vertical-align: top; }
	.map-box-wrap { position: relative; }
	.map-box img { max-width: 100%; max-width: -webkit-calc(100% + 50px); max-width: calc(100% + 3px); }
	.map-pin { width: 12px; height: 18px; }
	.map-pin.pin-1 { top: 20%; left: 46%; }
	.map-pin.pin-2 { top: 27%; left: 19%; }
	.map-pin.pin-3 { top: 27%; left: 20.5%; }
	.map-pin.pin-4 { top: 34%; left: 77%; }
	.map-pin.pin-5 { top: 36%; left: 79.2%; }
	.map-pin.pin-6 { top: 64%; left: 33%; }
	.map-box.mobile .contact-link-box { margin: 20px 0 10px 79px; }
	.contact-link-box { display: none; }
	.map-box.mobile .contact-link-box { display: block; max-width: 320px; }
	.contact-link-box a { padding: 6px 0; font-size: 15px; }
	.contact-list .footer-text { padding: 5px 0; line-height: 1.8; }
	.contact-list .footer-tel-list > li a,
	.contact-list .footer-text { font-size: 16px; }
	.contact-list .footer-tel-list { margin-top: 20px; }
	.contact-list .footer-tel-list > li a { padding: 7px 0; }
	.form-title { margin-bottom: 14px; font-size: 16px; letter-spacing: 0; }
	.form-list > li { margin-bottom: 31px; }
	.select-wrap select, .select-wrap select option, textarea.input-style, .input-style, .label-effect ~ label { font-size: 16px; }
	a.btn, .btn { min-width: 240px; padding: 18px 40px 18px 22px; font-size: 14px; }
	.input-style { min-height: 51px; padding: 20px 16px 7px; }
	textarea.input-style { padding: 14px 18px; letter-spacing: -.03em; word-spacing: -.07em; }
	.form-btn-box { margin-top: 54px; }
	.section-extrudes .container, .industryPullUp .container { max-width: 100%; padding: 0; }
    .section-hero-industry + .industryPullUp { margin-top: -14.4%; }
    .industryPullUp + .section-extrudes.extrudesSpace { margin-top: -439px;  }
	.section-extrudes .inner-container, .section-shrimp .container, .section-extrudes.extrudesSpace .inner-container { /*max-width: 768px;*/ padding: 0 68px; }
	.hero-industry-header-box { max-width: 400px; }
	.pet-food .hero-industry-header-box { margin-bottom: 60px; }
	.hero-industry-sub-title { margin-bottom: 10px; font-size: 16px; letter-spacing: .02em; }
	.hero-industry-title { font-size: 30px; }
	.hero-industry-img-wrap { margin-top: -20px; }
	.section-extrudes { margin-top: -14.4%; padding-bottom: 85px; }
	.pet-food .section-extrudes { padding-bottom: 85px; }
	.hero-industry-box { margin: 0 auto 67px; padding: 68px 0 25px; box-shadow: none; }
	.hero-industry-list { display: block; margin: 0 auto; padding: 0 68px; }
	.hero-industry-list > li { display: block; margin-bottom: 38px; padding: 0; }
	.hero-industry-box .box-title { margin-bottom: 2px; }
	.hero-industry-box .content ul > li, .hero-industry-box .content ol > li { padding-left: 20px; }
	.hero-industry-box .content ul > li:before, .hero-industry-box .content ul > li:after { left: 2px; }
	.section-extrudes .line-box.style-1, .light-blue-style .line-box.style-1 { display: none; }
	.section-extrudes .section-title { margin-bottom: 17px; font-size: 38px; }
	.section-extrudes .left-box, .section-extrudes .right-box { float: none; width: 100%; margin: 0 auto; padding: 0; border: none; }
	.section-extrudes .left-box { max-width: 525px; margin-bottom: 75px; }
	.section-extrudes .left-box .inner-box { max-width: 100%; }
	.section-extrudes .left-box .box-title { max-width: 400px; margin: 0 auto 8px; font-size: 24px; line-height: 1.6; text-align: center; }
	.section-extrudes .left-box .content { max-width: 400px; margin: 0 auto 40px; line-height: 1.65; text-align: center; }
	.extruders-list { margin-bottom: 22px; }
	.extruder-title { font-size: 14px; }
	.extruder-box { max-width: 215px; }
	.section-extrudes .left-box .btn, .section-extrudes .left-box a.btn { margin-left: 12px; }
	.section-extrudes .right-box { padding-top: 60px; border-top: 1px solid #A1AEB7; }
    .section-extrudes.extrudesSpace .right-box { padding-top: 0;  }
	.section-extrudes .right-box .inner-box { max-width: 500px; padding-left: 0; padding-bottom: 0; margin-bottom: 54px; }
	.box-title.small { margin-bottom: 13px; }
	.section-extrudes .right-box .content ol > li, .section-extrudes .right-box .content ul > li { padding-left: 20px; }
	.section-extrudes .right-box .content { margin-bottom: 17px; }
	.section-extrudes a.go-link, .section-extrudes .go-link { margin-left: 20px; padding-right: 35px; }
	.section-extrudes a.go-link:hover, .section-extrudes a.go-link:focus, .section-extrudes .go-link:hover, .section-extrudes .go-link:focus { padding-right: 42px; }
	.extruder-link-list { max-width: 100%; }
	.extruder-link-list > li { padding: 19px 30px 19px 0; }
	.pet-food .section-shrimp, .section-shrimp { padding-top: 78px; }
    .section-extrudes, .section-hero-industry + .industryPullUp { margin-top: -14.4%; padding-bottom: 0px; }
    .section-petflex { /*padding-top: 80px;*/ padding-top: 0; z-index: 1; -webkit-transform: translate3d(0,0,0); }
	.section-shrimp .section-title { font-size: 38px; }
	.section-shrimp .section-desc { font-size: 16px; }
	.section-shrimp .section-title + .section-desc { margin-bottom: 30px; }
	.pet-food .section-shrimp .left-box, .pet-food .section-shrimp .right-box, .section-petflex .left-box, .section-petflex .right-box, .section-shrimp .left-box, .section-shrimp .right-box { float: none; width: 100%; padding: 0; margin: 0 auto; }
	.petflex-img-wrap img { max-width: 100%; margin-top: 40px; /*max-width: -webkit-calc(100% + 68px); max-width: calc(100% + 68px);*/ }
	.section-shrimp .left-box { padding-top: 12px; }
	.section-petflex .container, .section-shrimp .container { padding: 0 68px; }
	.shrimp-img { margin-bottom: 46px; }
	.section-shrimp .left-box a.btn, .section-shrimp .left-box .btn, .section-shrimp .left-box .content { margin-left: 0; margin-bottom: 50px; }
	.section-shrimp .left-box .content { margin-bottom: 55px; max-width: 560px; }
	.content.big { font-size: 16px; line-height: 1.7; }
	.content.big ol > li, .content.big ul > li { margin-bottom: 22px; padding-left: 32px; }
	.content.big ul > li::before, .content.big ul > li::after { left: 0; }
	.section-shrimp .right-box .inner-box { max-width: 530px; }
	.section-petflex .request-info, .request-info { padding: 65px 0; }
    .section-petflex { padding-bottom: 70px; z-index: 1; -webkit-transform: translate3d(0,0,0); }
	.section-petflex .request-info .section-desc,
	.section-shrimp .request-info .section-desc { font-size: 16px; }
	.section-shrimp .request-info .section-title + .section-desc { margin-top: -34px; margin-bottom: 50px; }
	.section-two-col:before, .section-two-col:after { content: none; }
	.section-two-col .container { display: block; padding: 0; }
	.section-two-col .left-box, .section-two-col .right-box { display: table; width: 100%; padding: 30px 0; height: 402px; }
	.section-two-col .left-box { background-color: #ffffff; background-image: url(/images/two_col_bg.png); background-size: 100% 100%; background-position: center; background-repeat: no-repeat; }
	.section-two-col .right-box { background-color: #A91D35; }
	.light-blue-style .section-two-col .right-box { background-color: #37b0c9; }
	.light-green-style .section-two-col .right-box { background-color: #8A9B3D; }
    .light-yellow-style .section-two-col .right-box { background-color: #f5be4a; }
    .light-gray-style .section-two-col .right-box { background-color: #a6a6a6; }
	.section-two-col .inner-box { display: table-cell; max-width: 100%; padding: 0 68px; vertical-align: middle; }
	.box-title { font-size: 35px; }
	.section-two-col .content { margin-bottom: 31px; }
    .mobile-menu { display: none; margin-bottom: 24px; list-style: none; }
	.mobile-menu-box { right: auto; left: -100%; -webkit-transition: left .35s; -moz-transition: left .35s; -o-transition: left .35s; transition: left .35s; }
	.showing .mobile-menu-box { right: auto; left: 0; overflow-x: auto; }
	.mobile-menu-box { max-width: 100%; padding: 120px 20px 160px; }
	.mobile-menu-inner-box { display:none; max-width: 360px; margin: 0 auto; }
    .mobile-menu-inner-box-2 { display: block; max-width: 360px; margin: 0 auto;}
	.mobile-menu > li a { font-size: 24px; }
    .mobile-menu.small { display: block; }
	.mobile-menu.small > li a { font-size: 15px; }
    /*Mobile Nav*/
    .mobile-menu.inner-box { display: none; }
    .mobile-menu-inner-box.smallMobile { display:none; max-width: 360px; margin: 0 auto; }
    .mobile-menu-inner-box-2 { position: relative; display:block; max-width: 360px; width: 100%; margin: 0 auto; }
    .mobile-menu.smallMobile > li a { font-size: 15px; }
    .section-employeeLog a.employeeLink .boxCTA .right-arrow { position: relative; top: 3px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .section-employeeLog a.employeeLink .boxCTA .right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; }
    .section-employeeLog a.employeeLink .boxCTA .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .section-employeeLog a.employeeLink .boxCTA:hover .right-arrow, .section-employeeLog a.employeeLink .boxCTA:focus .right-arrow { right: -4px; }

    /*Mobile Nav slider*/
    .mobile-menu-close { top: 5px; width: 60px; height: 60px; margin-right: 23px; }
    .mobile-menu-close span:before, .mobile-menu-close span:after, .mobile-menu-close span { position: absolute; display: block; content: ''; cursor: pointer; height: 4px; width: 30px; -webkit-transition: all 0.35s; -moz-transition: all 0.35s; -o-transition: all 0.35s; transition: all 0.35s; }
    .mobile-search-form { position: relative; display: block; max-width: 381px; width: 100%; margin-top: 67px; margin-bottom: 20px; }
    .mobile-search-form:after { position: absolute; content: '\e900'; top: 1px; left: 4px; width: 54px; height: 54px; font-family: 'wenger' !important; color: #A81D35; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 21px; line-height: 54px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    .mobile-search-form .input-style { min-height: 56px; color: #ffffff; font-size: 18px; padding: 12px 56px 12px 56px; background-color: #FFA7B6; border-color: #FFA7B6; border-radius: 28px; }
    .mobile-search-form .input-style:hover, .mobile-search-form .input-style:focus { color: #010101; background-color: #ffffff; border-color: #ffffff; }
    .search-btn { position: absolute; top: 1px; right: 1px; width: 54px; height: 54px; background-color: transparent; border: none; }
    .mobile-search-form .input-style .right-arrow { position: relative; display: inline-block; width: 17px; height: 13px; margin-right: 12px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .input-style { border: 0px; border-width: 0; }
    .mobile-search-form .input-style { min-height: 56px; color: #ffffff; font-size: 18px; padding: 12px 56px 12px 56px; background-color: #FFA7B6; border-color: #FFA7B6; border-radius: 28px; max-width: 450px; width: 100%; }
    .mobile-search-form .input-style:hover, .mobile-search-form .input-style:focus { color: #010101; background-color: #ffffff; border-color: #ffffff; }
    .right-arrow { position: relative; display: inline-block; width: 17px; height: 15px; -webkit-transition: all 0.25s ease; moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .right-arrow:before { position: absolute; display: block; content: ''; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; z-index: 5; }
    .right-arrow:after { position: absolute; display: block; content: ''; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); z-index: 6; }
    /*End Search Form*/
    .slide-menu { right: auto; left: -100%; -webkit-transition: left .35s; -moz-transition: left .35s; -o-transition: left .35s; transition: left .35s; }
    body .showing .slide-menu { right: auto; left: 0; overflow: inherit;height:auto; }
    .slide-menu,
    .slide-menu a { font-size: .8rem; color: #fff; transform: translateX(-7%) !important; }
    .slide-menu a { padding: .9rem 1.5rem; border-bottom: 0px solid #A81D35; text-decoration: none; text-transform: uppercase; }
    .slide-menu a:hover { background-color: #A81D35; }
    .slide-menu .controls { display: flex; margin-bottom: 1rem; }
    .slide-menu { /*position: fixed;*/ position: relative; /*max-width: 420px;*/ max-width: 360px; width: 100%; height: 100vh; /*top: -77px;*/ top: -107px; left: 0; margin: 0 auto; background-color: #A81D35; overflow: hidden; box-sizing: border-box; transform: translateX(0); overflow-y: auto; z-index: 1000; }
    .slide-menu, .slide-menu .slide-menu__slider { transition: transform .3s ease-in-out; will-change: transform; }
    .slide-menu .slide-menu__slider { width: 100%; transform: translateX(0); }
    .slide-menu ul { position: relative; width: 100%; margin: 0; padding-left: 0; list-style: none; /* transform: translateX(50%); */ }
    .slide-menu ul ul ul { position: absolute; top: 0px; left: 100%; display: none; }
    .slide-menu ul ul { position: absolute; /*top: 0;*/ top: -81px; left: 100%; display: none; }
    .slide-menu ul a { position: relative; display: block; /*font-size: .85rem;*/ font-size: .95rem; }
    .slide-menu a { cursor: pointer; }
    /*slide menu slider*/
    .slide-menu__decorator { position: absolute; display: block; top: 0px; max-width: 348px; width: 100%; padding: .8em 1em; font-size: 21px; line-height: 1.4em; color: #ffffff; text-decoration: none; border: none; outline: none; }
    .slide-menu__decorator:before { position: absolute; display: block; content: ''; z-index: 5; top: 23px; right: 26px; width: 12px; height: 1px; background-color: #ffffff; }
    .slide-menu__decorator:after { position: absolute; display: block; content: ''; z-index: 6; top: 19px; right: 26px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    /*end slide menu slider*/
    .slide-menu .bton { padding: .75rem 1.5rem; flex: 1 0 auto; font-size: 90%; color: #fff; background-color: #A81D35; text-transform: uppercase; }
    .slide-menu .bton:first-of-type { color: #fff; font-size: 18px; padding-left: 6px; }
    .slide-menu .bton:first-of-type:before { position: relative; display: inline-block; content: ''; z-index: 5; /*top: -5px;*/ top: -1px; /*left: 1px;*/ left: -2px; width: 17px; /*height: 1px;*/ height: 1.5px; background-color: #ffffff; }
    .slide-menu .bton:first-of-type:after { position: absolute; display: block; content: ''; /*top: 19px;*/ top: 14px; /*left: 32px;*/ left: 3px; /*width: 9px; height: 9px;*/ width: 14px; height: 14px; /*border: 1px solid #ffffff;*/ border: 1.5px solid #ffffff; border-bottom: none; border-left: none; background: none; -moz-transform: rotate(-136deg); -ms-transform: rotate(-136deg); -webkit-transform: rotate(-136deg); -o-transform: rotate(-136deg); transform: rotate(-136deg); z-index: 6; }
    /*refit sliding-menu*/
    .sliding-menu .sliding-menu-nav:before { position: absolute; display: block; content: ''; z-index: 5; top: 27px; right: 3px; width: 12px; height: 1px; background-color: #ffffff; }
    .sliding-menu .sliding-menu-nav:after { position: absolute; display: block; content: ''; z-index: 6; top: 23px; right: 3px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .slide-menu-back .bton:last-of-type { position: relative; display: inline-block; z-index: 999; top: 0; right: 52px; height: 55px; width: 25px; vertical-align: middle; cursor: pointer; z-index: 0; }
    .slide-menu-back .bton:last-of-type:before { position: absolute; display: block; content: ''; z-index: 5; top: 27px; left: 36px; width: 12px; height: 1px; background-color: #ffffff; }
    .slide-menu-back .bton:last-of-type:after { position: absolute; display: block; content: ''; z-index: 6; top: 23px; left: 34px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(-136deg); -ms-transform: rotate(-136deg); -webkit-transform: rotate(-136deg); -o-transform: rotate(-136deg); transform: rotate(-136deg); }
    .slide-menu .slide-menu__backlink { text-transform: uppercase; font-size: .65rem; }
    /*End Mobile Nav*/

    /*Mobile Nav slider*/
    /*.search-form { position: relative; display: block; max-width: 381px; width: 100%; margin: 0 20px; }
    .search-form:after { position: absolute; content: '\e900'; top: 1px; left: 4px; width: 54px; height: 54px; font-family: 'wenger' !important; color: #A81D35; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 21px; line-height: 54px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
    .search-form .input-style { min-height: 56px; color: #ffffff; font-size: 18px; padding: 12px 56px 12px 56px; background-color: #FFA7B6; border-color: #FFA7B6; border-radius: 28px; }
    .search-form .input-style:hover, .search-form .input-style:focus { color: #010101; background-color: #ffffff; border-color: #ffffff; }
    .search-btn { position: absolute; top: 1px; right: 1px; width: 54px; height: 54px; background-color: transparent; border: none; }
    .search-form .input-style .right-arrow { position: relative; display: inline-block; width: 17px; height: 13px; margin-right: 12px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .input-style { border: 0px; border-width: 0; }
    .search-form .input-style { min-height: 56px; color: #ffffff; font-size: 18px; padding: 12px 56px 12px 56px; background-color: #FFA7B6; border-color: #FFA7B6; border-radius: 28px; max-width: 450px; width: 100%; }
    .search-form .input-style:hover, .search-form .input-style:focus { color: #010101; background-color: #ffffff; border-color: #ffffff; }
    .right-arrow { position: relative; display: inline-block; width: 17px; height: 15px; -webkit-transition: all 0.25s ease; moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .right-arrow:before { position: absolute; display: block; content: ''; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; z-index: 5; }
    .right-arrow:after { position: absolute; display: block; content: ''; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); z-index: 6; }*/
    /*End Search Form*/
    /*.slide-menu { right: auto; left: -100%; -webkit-transition: left .35s; -moz-transition: left .35s; -o-transition: left .35s; transition: left .35s; }
    .showing .slide-menu { right: auto; left: 0; overflow: hidden; }
    .slide-menu,
    .slide-menu a { font-size: .8rem; color: #fff; transform: translateX(-50%) !important; }
    .slide-menu a { padding: .9rem 1.5rem; border-bottom: 0px solid #A81D35; text-decoration: none; text-transform: uppercase; }
    .slide-menu a:hover { background-color: #A81D35; }
    .slide-menu .controls { display: flex; margin-bottom: 1rem; }
    .slide-menu { position: relative; max-width: 420px; width: 100%; height: 100vh; top: 0; left: 0; margin: 0 auto; background-color: #A81D35; overflow: hidden; box-sizing: border-box; transform: translateX(0); overflow-y: auto; z-index: 1000; }
    .slide-menu, .slide-menu .slide-menu__slider { transition: transform .3s ease-in-out; will-change: transform; }
    .slide-menu .slide-menu__slider { width: 100%; transform: translateX(0); }
        .slide-menu ul {
            position: relative;
            width: 100%;
            margin: 0;
            padding-left: 0;
            list-style: none; 
        }
    .slide-menu ul ul { position: absolute; top: 0; left: 100%; display: none; }
    .slide-menu ul a { position: relative; display: block; }
    .slide-menu a { cursor: pointer }*/
    /*slide menu slider*/
    /*.slide-menu_decorator { position: absolute; display: block; top: 0px; max-width: 325px; width: 100%; padding: .8em 1em; font-size: 21px; line-height: 1.4em; color: #ffffff; text-decoration: none; border: none; outline: none; }
    .slide-menu_decorator:before { position: absolute; display: block; content: ''; z-index: 5; top: 28px; right: 3px; width: 12px; height: 1px; background-color: #ffffff; }
    .slide-menu_decorator:after { position: absolute; display: block; content: ''; z-index: 6; top: 23px; right: 3px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }*/
    /*end slide menu slider*/
    /*.slide-menu .bton { padding: .75rem 1.5rem; flex: 1 0 auto; font-size: 90%; color: #fff; background-color: #A81D35; text-transform: uppercase; }
    .slide-menu .bton:first-of-type { color: #fff; font-size: 18px; padding-left: 6px; }
    .slide-menu .bton:first-of-type:before { position: relative; display: inline-block; content: ''; z-index: 5; top: -5px; left: 1px; width: 12px; height: 1px; background-color: #ffffff; }
    .slide-menu .bton:first-of-type:after { position: absolute; display: block; content: ''; top: 25px; left: 37px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; background: none; -moz-transform: rotate(-136deg); -ms-transform: rotate(-136deg); -webkit-transform: rotate(-136deg); -o-transform: rotate(-136deg); transform: rotate(-136deg); z-index: 6; }*/
    /*refit sliding-menu*/
    /*.sliding-menu .sliding-menu-nav:before { position: absolute; display: block; content: ''; z-index: 5; top: 27px; right: 3px; width: 12px; height: 1px; background-color: #ffffff; }
    .sliding-menu .sliding-menu-nav:after { position: absolute; display: block; content: ''; z-index: 6; top: 23px; right: 3px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .slide-menu-back .bton:last-of-type { position: relative; display: inline-block; z-index: 999; top: 0; right: 52px; height: 55px; width: 25px; vertical-align: middle; cursor: pointer; z-index: 0; }
    .slide-menu-back .bton:last-of-type:before { position: absolute; display: block; content: ''; z-index: 5; top: 27px; left: 36px; width: 12px; height: 1px; background-color: #ffffff; }
    .slide-menu-back .bton:last-of-type:after { position: absolute; display: block; content: ''; z-index: 6; top: 23px; left: 34px; width: 9px; height: 9px; border: 1px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(-136deg); -ms-transform: rotate(-136deg); -webkit-transform: rotate(-136deg); -o-transform: rotate(-136deg); transform: rotate(-136deg); }
    .slide-menu .slide-menu__backlink { text-transform: uppercase; }*/
    /*End Mobile Nav*/
	.section-history-hero { padding-top: 98px; background-image: url(/images/history_hero_tablet.jpg); }
	.history-table { height: 408px; }
	.history-info-box { width: 290px; padding: 25px 30px 28px 34px; }
	a.go-to-history, .go-to-history { top: auto; bottom: 50px; }
	a.go-to-history:after, .go-to-history:after { width: 5px; }
	.section-history .container { max-width: 828px; }
	.history-list:before { width: 5px; }
	.history-year.biggest { font-size: 62px; }
	.history-year:before { top: 2px; right: -525px; height: 2px; }
	.history-year:after { top: -1px; right: -28px; width: 8px; height: 8px; -webkit-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); }
	.big.history-year:after { top: 6px; }
	.right .history-year:before { right: auto; left: -525px; }
	.right .history-year:after { right: auto; left: -25px; }
	.history-content { margin-bottom: 16px; }
	.history-img-wrap figcaption { line-height: 1.2; }
	.history-list > li:first-child { margin-top: 43px; }
	.history-list > li:nth-child(2) { margin-top: 160px; }
	.history-list > li.year-1935 { margin-bottom: 40px; }
	.year-1935 .history-box { max-width: 336px; margin-right: 22px; }
	.year-1935 .history-img-wrap { max-width: 218px; }
	.year-1935 .history-img-wrap figcaption { max-width: 200px; margin-top: 4px; margin-left: 2px; }
	.history-list > li.year-1939 { margin-bottom: 34px; }
	.year-1939 .history-box { max-width: 260px; margin-left: 25px; }
	.history-list > li.year-1940 { margin-bottom: 78px; }
	.year-1940 .history-box { max-width: 305px; margin-left: 25px; }
	.history-list > li.year-1955 { margin-bottom: 12px; }
	.year-1955 .history-box { margin-right: 17px; max-width: 340px; }
	.year-1955 .history-box-cell.image { display: table-footer-group; }
	.year-1955 .history-img-wrap { max-width: 215px; }
	.history-list > li.year-1956 { margin-bottom: 103px; }
	.year-1956 .history-box { max-width: 250px; }
	.history-list > li.year-1958 { margin-bottom: 65px; }
	.year-1958 .history-box { max-width: 372px; }
	.year-1958 .history-img-wrap { margin-bottom: 11px; }
	.year-1958 .history-img-wrap img {
		padding-left: 25px;
	}
	.year-1958 .history-year { top: 22px; left: 30px; }
	.year-1958 .history-img-wrap:before { top: 0; left: -16px; width: 43px; height: 2px; }
	.year-1958 .history-img-wrap:after { top: -3px; left: 26px; width: 8px; height: 8px; -webkit-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); -moz-box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); box-shadow: 0 0 0 7px rgba(203, 203, 203,.51); }
	.year-1958 .history-content { max-width: 320px; margin-left: 25px; }
	.history-list > li.year-1960 { margin-bottom: 39px; }
	.year-1960 .history-box { max-width: 360px; margin-right: 16px; }
	.year-1960 .history-year { padding-right: 8px; }
	.year-1960 .history-content { max-width: 300px; margin-bottom: 10px; }
	.year-1960 .history-img-wrap { margin-right: 6px; }
	.year-1960 .history-img-wrap figcaption { max-width: 310px; margin-top: 3px; }
	.history-list > li.year-1965 { margin-bottom: 45px; }
	.year-1965 .history-box { max-width: 290px; margin-right: 108px; margin-left: 24px; }
	.history-list > li.year-1970s { margin-bottom: 80px; }
	.year-1969 .history-box { margin-left: 48px; }
	.year-1970s .history-box { position: relative; max-width: 333px; margin-right: 28px; margin-left: 24px; }
	.year-1970s .history-box-table, .year-1970s .history-box-cell { display: block; }
	.year-1970s .history-box-cell.image { margin-top: 20px; margin-bottom: 6px; }
	.year-1970s .history-year-box { position: absolute; top: 0; left: 20px; }
	.history-list > li.year-1973 { margin-top: -47px; margin-bottom: 55px; }
	.year-1973 .history-box { max-width: 280px; margin-left: 102px; }
	.history-list > li.year-1977 { margin-bottom: 99px; }
	.year-1977 .history-box { position: relative; margin-left: 14px; }
	.year-1977 .history-img-wrap { max-width: 234px; margin: 26px 0 5px 8px; }
	.year-1977 .history-year-box { 
		left: 20px; 
		margin-left: 0; 
		margin-top: 0; 
		position: relative; 
		top: 0; 
	}
	.year-1977 .history-content { max-width: 290px; margin-left: 10px; }
	.history-list > li.year-1980 { margin-bottom: 72px; }
	.year-1980 .history-box { max-width: 340px; margin-right: 24px; }
	.history-list > li.left.year-1985 { margin-top: 0; }
	.year-1985.left .history-box { position: relative; max-width: 254px; margin-right: 21px; }
	.year-1985.left .history-box-table, .year-1985.left .history-box-cell.image, .year-1985.left .history-box-cell { display: block; width: 100%; }
	.year-1985.left .history-img-wrap { max-width: 141px; margin-top: 62px; margin-bottom: 10px; padding-right: 0; }
	.year-1985.left .history-year-box { position: absolute; top: 5px; left: 24px; }
	.year-1985.left .history-content { margin-left: 5px; }
	.history-list > li.right.year-1985 { margin-bottom: 45px; }
	.year-1985.right .history-box { max-width: 230px; margin-left: 25px; }
	.history-list > li.year-1993 { margin-bottom: 92px; }
	.history-list > li.year-2000 { margin-bottom: 110px; }
	.year-1993 .history-box { margin-left: 24px; }
	.year-2000 .history-box { max-width: 310px; margin-left: 24px; }
	.history-list > li.year-2008 { margin-top: -126px; margin-bottom: 70px; }
	.year-2008 .history-box { max-width: 380px; }
	.year-2008 .history-img-wrap { margin-bottom: 4px; }
	.year-2008 .history-year { right: 32px; bottom: 30px; }
	.year-2008 .history-content { max-width: 100%; margin-right: 32px; }
	.history-list > li.right.year-2000s, .history-list > li.left.year-2000s { margin-bottom: 30px; }
	.year-2000s.left .history-box { max-width: 290px; }
	.history-list > li.right.year-2000s { margin-bottom: 34px; }
	.year-2000s.right .history-box { max-width: 300px; }
	.history-list > li.year-2018 { margin-bottom: 36px; }
	.year-2018 .history-box { max-width: 350px; }
	.year-2018 .history-content { margin-bottom: 10px; }
	.history-list { margin-bottom: 88px; }
	.slogan-box { max-width: 700px; margin-top: 65px; }
	.section-feasibility .info-block { display: block; }
	.product-detail #main-content, .dryers #main-content, .industry #main-content, .network #main-content, .feasibility #main-content { padding-top: 98px; }
	.section-feasibility .info-block .col-6.small, .section-feasibility .info-block .col-6 { width: 100%; }
	.section-feasibility .info-block .col-6.small { min-height: 490px; }
	.research-product .section-feasibility .block-height { padding-bottom: 35px; height: auto; }
	.section-feasibility .btn { margin-top: 52px; min-width: 290px; }
	.section-feasibility .text, .section-feasibility .container { padding: 35px 40px; }
	.section-feasibility .content ul.noSpace li { margin-bottom: 0; }
	.section-feasibility h2 { padding-bottom: 10px; }
	.research-product .section-feasibility .solution-block.technical-block { background: #fff; }
	.section-feasibility h1 br { display: none; }
	.section-feasibility p, .research-product .section-feasibility p { max-width: 92%; }
	.section-feasibility .solution-block { padding: 0; }
	.section-feasibility .info-block { min-height: 0; }
    .section-events .info-block { display: block; min-height: 0; background-color: #ffffff; }
    .section-events .info-block .col-6.small { min-height: 490px; width: 100%; margin-top: 30px; }
    .section-events .info-block .bg-img { display: block; position: static; width: 100%; }
	.section-feasibility .solution-block.support { min-height: 0; }
	.section-network .col-6 { padding: 0 30px; }
	.bottomPad { padding-bottom: 50px; }
	.section-network .location-list { margin: 0 -20px; padding-top: 35px; overflow: hidden; }
	.section-network .location .pin.active + .block, .section-network .location .pin.active:after { display: none; }
	.section-network .service { width: 100%; }
	.section-network .location-info { position: static; margin: 40px 0; width: 100%; }
	.home #header { border-bottom: 1px solid #cccccc; }
	.heroBanner .line-box { display: none; }
	.heroBanner .hero-title { padding-right: 5px; margin-right: 0; font-size: 29px; line-height: 36px; }
	.heroBanner .container { height: 495px; }
	.heroBanner .image img { width: 138%; margin: 0 0 0 -64px; }
	.heroBanner .hero-title small { font-size: 16px; margin-top: 5px; }
	.heroBanner .title-box h1:after { width: 33px; height: 5px; }
	.homeTab li a,
	.homeTab li.grey a { padding: 20px 15px; border-width: 8px !important; }
	.homeTab li strong { font-size: 18px; }
	.homeTab li small { font-size: 12px; line-height: 15px; }
	.homeTab .container { padding: 0 24px; }
	.homeTab ul { background-size: 100% 100%; /*height: 134px;*/ }
	.homeSlider .dots { bottom: 75px; }
	.grey-home-bg { padding-bottom: 20px; }
	.homeSlider { height: 506px; background-position: 25% 0; }
	.homeSlider h2 { font-size: 35px; line-height: 40px; }
	.homeSlider .text { padding: 85px 0; }
	.homeSlider p { min-height: 150px; }
	.homeSlider .slideItem img { height: 506px; }
	.updateSection .container { padding: 0; }
	.updateSection .leftside { border-bottom: 1px solid #b4b4b4; }
	.updateSection .leftside, .updateSection .rightside { width: 100%; padding: 80px 70px 45px; }
	.updateSection .bird { right: 60%; }
	.updateSection ul { padding-bottom: 25px; min-height: 0; }
	.updateSection .link { font-size: 14px; }
	.updateSection .rightside li { padding-bottom: 16px; }
	.heroBanner .title-box { top: 185px; /*width: 280px;*/ }
	.heroBanner .hero-title { padding-top: 26px; }
	.response-info { position: relative; padding: 140px 0 143px; }

    /*Services and Research*/
    .htmlModuleWrap { padding: 140px 30px 30px; }

    /*Employee Login*/
    .section.section-employeeLog .hero-industry-header-box {max-width: 100%;}
    .section.section-employeeLog .section-title.big { padding: 29px 0 10px 0; font-size: 70px; }
    .boxWrap {position: relative; display:block;max-width: 100%; padding: 0 16px 0 20px; margin: 45px auto 0 auto; font-size: 0; text-align: center;}
    .columnBox {position: relative; display: block; float: none; max-width: 100%; width: 100%; min-height: 215px; height: auto; margin: 0 0 30px; }
    .section-employeeLog a.employeeLink {position: relative; display: block; text-decoration: none; min-height: 215px; height: 100%; padding: 74px 55px; margin: 0 auto;}
    .section-employeeLog a.employeeLink .boxIcon {position: relative; display: inline; float: left; margin: 10px 40px 48px auto;  }
    .section-employeeLog a.employeeLink .boxTitle { position: relative; display: inline; /* width: 100%; */ width: 67%; padding: 8px 0 22px 0; font-family: "Quadon Medium", Arial, sans-serif; font-size: 38px; line-height: 1.1; letter-spacing: .01em; color: #5e6970;text-align: left; }
    .section-employeeLog a.employeeLink .boxCTA { display: none; }
    
    .section-employeeLog a.employeeLink .mobileCTA { position: relative; display: inline; float: right; width: 7%; padding-right: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 16px; text-decoration: none; /*color: #a81d35;*/ color: #ffffff; text-align: right; }
    .section-employeeLog a.employeeLink .mobileCTA .right-arrow { position: relative; top: 25px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .section-employeeLog a.employeeLink .mobileCTA .right-arrow:before { z-index: 5; top: 7px;  right: 2px; width: 23px; height: 2px; background-color: #a81d35; }
    .section-employeeLog a.employeeLink .mobileCTA .right-arrow:after { z-index: 6; top: -0.5px; right: 2px; width: 17px; height: 17px; border: 2px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .section-employeeLog a.employeeLink .mobileCTA:hover .right-arrow, .section-employeeLog a.employeeLink .mobileCTA:focus .right-arrow { right: -4px; }
    .section-employeeLog .columnBox:hover a.employeeLink .mobileCTA .right-arrow:before {z-index: 5; top: 7px; right: 2px; width: 23px; height: 2px; background-color: #ffffff; }
    .section-employeeLog .columnBox:hover a.employeeLink .mobileCTA .right-arrow:after { z-index: 6; /*top: 3px;*/ top: -0.5px; right: 2px; /*width: 9px; height: 9px;*/ width: 17px; height: 17px; border: 2px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

    .section.section-employeeLog .loginWrap { position: relative; display: none; float: none; width: 100%; margin: auto; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 16px; text-decoration: none; color: #a81d35; text-align: right; }
    .section.section-employeeLog .loginButton { position: relative; display: block; width: 100%; margin: 73px auto 0 auto; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 22px; text-decoration: none; color: #a81d35; text-align: center; }
    .section.section-employeeLog .loginButton .right-arrow { position: relative; top: 0px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .section.section-employeeLog .loginButton .right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; }
    .section.section-employeeLog .loginButton .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .section.section-employeeLog .loginButton:hover .right-arrow, .section.section-employeeLog .loginButton:focus .right-arrow { right: -4px; }

    /*Careers Page*/
    .section-careers {
        padding: 135px 0 90px;
    }

		.heroBanner .image { bottom: -8.4em; width: 56.5%; }

		/* HOME PAGE PROMO UPDATES */
		.slider-promo .slideItem h2 {
			font-size: .9em;
		}
		.slider-promo .slideItem p {
			font-size: .7em;
		}
		/* ABOUT/HISTORY TIMELINE */
		.year-1977 .history-img-wrap img,
		.year-2008 .history-img-wrap img {
			max-width: 100%;
		}
		.year-2022 .history-img-wrap img {
			max-width: 150px;
		}
		.year-2021 .history-box {
			margin-left: 23px;
		}
		.year-2022 .history-box {
			margin-right: 2px;
			margin-left: 24px;
			padding: 10px 29px 0 15px;
		}
		/* SECTION HERO UPDATES */
		.section-hero {
			overflow: visible;
			padding: 80.5% 0 0 0;
			/*padding: 75.5% 0 0 0;*/
			/*padding: 67.5% 0 0 0;*/
		}
		.section-hero img {
			top: -92px;
		}
		.section-hero .container {
			position: relative;
		}
		.section-hero .right-box {
			position: relative;
			left: 0;
			top: -9em;
		}
		.hero-title-box {
			left: 0;
			position: relative;
		}
		/* PARTS */
		.section-parts,
		.section-parts-detail {
			padding: 137px 0 85px 0;
		}
		.replacement-parts .section-title {
			margin-bottom: 30px;
		}
		.section-parts-detail .input-style {
			border: 1px solid #BFC3C5;
		}
		.section-parts-detail .parts-detail-wrap {
			flex-direction: column;
			padding: 18px 15px 13px 15px;
		}
		.parts-detail-wrap .parts-img-wrap,
		.parts-detail-wrap .flex-detail-wrap {
			width: 100%;
		}
		.parts-detail-wrap .parts-img-wrap {
			margin: 0;
		}
		.parts-header {
			font-size: 21px;
			/*font-size: 25px;*/
		}
		.parts-default-text,
		.parts-wrapper table tr td {
			font-size: 16px;
		}
		.parts-detail-wrap .flex-detail-wrap {
			padding: 20px 0 0 0;
		}
		.request-info-center {
			padding: 38px;
		}
		.request-popup-close {
			right: 27px;
			top: 14px;
		}
		.parts-wrapper table {
			max-width: 300px;
		}
		/* HOME BROCHURE UPDATES */
		.video-wrap-inner-center {
			flex-wrap: wrap;
			gap: 0;
			padding: 0;
		}
		.video-wrap-background {
			/*height: 27.2em;
			height: 14.8em;*/
			height: unset;
		}
		.home-brochure-wrap {
			max-width: 100%;
		}
		.home-brochure-title, 
		.homeSlider p.home-brochure-title {
			font-size: 1.3em;
		}
		/* PET FOOD SEMINAR */
		.pet-food-seminar .section-contact .section-title.big {
			line-height: 1.1;
		}
		.pet-food-seminar .section-contact .left-box {
			width: 100%;
		}
		/* PET FOOD SEMINAR */
		.pet-food-seminar .section-contact {
			padding: 133px 0 130px;
		}
}
@media screen and (max-width: 767px) {
	.section-download { padding-top: 70px; }
	.section-events { /*padding-top: 0px;*/ padding-top: 110px; }
	.section-network .location-info { padding: 10px 0; margin: 15px 0; }
	.section-network .service { margin-top: 30px; }
	.section-feasibility .info-block .col-6.small { min-height: 0; }
	.section-feasibility .solution-block.support { display: flex; min-height: 300px; }
	.section-feasibility .solution-block.support .container { padding: 0 30px; }
	.section-feasibility .text, .section-feasibility .container { max-width: 100%; min-height: 0; }
	.section-feasibility p, .research-product .section-feasibility p { max-width: 100%; }
	.research-product .section-feasibility .solution-block.technical-block .text { min-height: 0; }
	.section-feasibility p, .research-product .section-feasibility p { line-height: 20px; }
	.section-network .line-block { border-bottom: 0; margin-bottom: 0; padding-bottom: 36px; }
	.section-network .col-6 { padding-bottom: 40px; border-bottom: 1px solid #f1f2f4; margin-bottom: 50px; }
	.section-network .padLeft { border-bottom: 0; margin-bottom: 0; }
	.hero-title { font-size: 45px; }
	.section-network.location .h2, .section-network .h2 { font-size: 31px; line-height: 34px; }
	.section-network.location .h2 small { font-size: 23px; line-height: 26px; }
	.section-network .map { margin: 28px -18px 0; }
	.section-industry .row { display: flex; align-items: stretch; flex-wrap: wrap; }
	.section-industry .col-3 { padding-bottom: 30px; width: 50%; float: left; }
	.section-events select { height: 40px; font-size: 14px; }
	#footer { margin-bottom: 100px; }
	.section-cookie { padding: 10px 0; height: 130px; }
    .section-cookie.flex-center { display: block; -webkit-transform: translate3d(0,0,60px); transform: translate3d(0,0,60px); z-index: 9999; }
	.section-cookie .btn { margin: 15px auto 0; display: block; float: none; }
	.section-cookie p { text-align: center; float: none; width: 100%; }
	/*.section-events .flex-stretch { padding-top: 98px; }*/
	.section-download form { padding-top: 20px; width: 100%; }
	.section-download .btn:before { width: 9px; height: 10px; }
	.section-download .btn:after { width: 12px; }
	.section-download .btn:before, .section-download .btn:after { right: 25px; }
	.section-download .row { margin: 0 -7px; }
	.section-download .col-6, .section-download .col-12, .section-download .col-4 { padding: 0 7px; }
	.section-download button { width: 100%; max-width: none; padding-left: 20px; }
	.section-events form { float: none; }
	.page-heading { float: none; font-size: 45px; line-height: 50px; }
	.section-download from { padding-top: 20px; }
	.section-download input, .section-download select { height: 50px; }
	.section-download .styled-input label { padding: 15px; }
	.section-download .styled-input { margin-bottom: 17px; }
	.section-events .page-heading { padding-bottom: 20px; }
	.section-banner-industry { height: 550px; }
	.section-services .leftSide { padding: 30px 20px; }
	.section-services .text { width: 100%; padding: 0; }
	.section-services .rightSide { padding: 20px; }
	.section-services .block { width: 100%; padding: 0 10px 20px 0; }
	.section-network p { font-size: 21px; }
	.section-network p br { display: none; }
	.section-network .centerContent { padding-bottom: 30px; }
	.section-network .h3 { margin-bottom: 37px; }
	.section-network .service li { padding-bottom: 29px; }
	.section-network.location .centerContent { padding-bottom: 0; }
	.section-network .office, .section-network .network { padding-bottom: 30px; width: 100%; }
	.section-network .pin { width: 9px; height: 13px; background-size: cover; }
	.section-feasibility .info-block .col-6.small { display: block; height: auto; }
	.section-feasibility .info-block .bg-img, .section-feasibility .quote-block { display: block; position: static; width: 100%; }
	.section-feasibility .quote-block { padding: 20px; z-index: 5; position: relative; background: #262626; }
	.section-feasibility .quote-icon { position: static; margin: -40px 0 20px; }
    .section-events .info-block .col-6.small { display: block; min-height: 0; height: auto; margin-top: 80px; }
    /*.section-events .info-block .bg-img {display: block; position: static; width: 100%;}*/
	.col-6, .col-3, .col-4, .col-12 { float: none; width: 100%; }
	.mobileSize { width: 50%; float: left; }
	.section-feasibility .support .text { width: 100%; }
	.section-feasibility .solution-block .col-6 { padding-right: 0; }
	.section-feasibility .quote-icon { height: 34px; width: 34px; }
	.section-feasibility .quote-block .quote { line-height: 20px; }
	.section-feasibility .quote-block small { font-size: 12px; }
	.section-feasibility .text, .section-feasibility .container { padding: 30px 24px 60px; }
	.flex-center { display: block; }
	.section-feasibility h1 { font-size: 30px; letter-spacing: 2px; }
	.section-feasibility h2 { font-size: 35px; line-height: 40px; }
	.section-feasibility .quote-block .quote { max-width: 100%; }
	.section-feasibility .content ul > li { padding-left: 36px; }
	.section-feasibility .smallSize li { font-size: 16px; }
	.section-feasibility .content ul.noSpace { padding-bottom: 40px; }
	.heroBanner .slide { display: block; }
	.heroBanner .container { height: auto; }
	.homeTab .container { padding: 0; }
	.heroBanner .image { position: static; width: 100%; display: block; overflow: hidden; margin: -6px 0 0 0;/*margin: -80px 0 0 0;*/ }
	.heroBanner .image img { width: 480px; float: right; margin-right: -16px;/*margin-right: -200px;*/ display: block; }
	/*.homeTab li {
		float: left;
	}
	.homeTab .container {
		padding: 0;
	}*/
	.homeTab li a, 
	.homeTab li.grey a { padding: 44px 18px; border-width: 4px !important; }
	.homeTab li small { font-size: 11px; line-height: 16px; }
	.homeTab li strong { padding-bottom: 7px; display: block; }
	.homeTab li { float: left; /*height: 173px;*/ text-align: center; width: 50%; }
	.homeTab ul { height: auto; box-shadow: none; }
	.heroBanner .title-box { padding-left: 15px; margin: 0; position: static; width: 100%;/*width: 220px;*/ }
	.heroBanner .title-box h1 { padding-top: 16px; }
	.heroBanner .slide { height: auto; }
	.heroBanner { padding: 118px 0 0; }
	.heroBanner .hero-title { padding-bottom: 0; }
	.heroBanner .hero-title small { line-height: 22px; }
	.homeTab li strong { font-size: 17px; }
	.grey-home-bg { padding-bottom: 4px; }
	.homeSlider h2 { padding: 0 10px 10px; font-size: 25px; line-height: 32px; }
	.homeSlider .text { padding: 55px 20px; width: 100%; }
	.homeSlider p { padding: 0 5px 25px 5px; line-height: 20px; }
	.homeSlider { height: 455px; }
	.homeSlider .dots { bottom: 55px; }
	.homeSlider .slideItem img { height: 455px; }
	.updateSection .leftside, .updateSection .rightside { padding: 60px 25px 43px; }
	.updateSection .leftside li .text { width: 70%; }
	.updateSection .leftside li .title, .updateSection .rightside.news-side li span.news-text .news-title { padding-top: 13px; }
	.updateSection .leftside li { padding-bottom: 30px; }
	.updateSection ul { padding-bottom: 17px; }
	.updateSection .bird { right: auto; left: 180px; background-size: 18px; }
	.updateSection .rightside li { padding: 10px 0; }
	.updateSection .rightside li span { padding-bottom: 0; }
	.updateSection .rightside li p { line-height: 20px; }
	.updateSection .rightside img { margin-top: 20px; width: 260px; }

    /*Hero Styles*/
    /*.section-hero .right-box { top: -25px; }*/
    .hero-title-box { top: 10%; right: 0%; /*left: 18%;*/ }
    .hero-title .small { font-size: 32px; }
    .hero-title { font-size: 37px; }

		/* NEWS */
		.video-wrap-inner::before, 
		.video-wrap-inner:before {
				padding: 54.55% 0 0 0;
		}
		/* HOME PAGE PROMO UPDATES */
		.updateSection .rightside.news-side .slider-promo .slideItem img, 
		.slider-promo .slideItem img {
			margin-top: 1em;
			width: 100%;
		}
		.homeTab ul {
			display: block;
		}
		.homeTab li.blue  {
			border-left: none;
		}
		/* PARTS */
		.flex-title-wrap {
			flex-wrap: wrap;
		}
		.section-parts .col-4 {
			width: 50%;
		}
		/* HOME BROCHURE UPDATES */
		.home-brochure-inner {
			padding: 1.88em 1.6em;
		}
}
@media screen and (max-width: 720px) {
	.section-img-desc-box-wrap { margin-top: -30px; }
	.footer-table { display: block; }
	.footer-cell { display: none; }
	.footer-cell.first { display: block; width: 100%; padding: 42px 0 0; border: none; text-align: center; }
	.footer-logo { max-width: 130px; margin: 0 auto 13px; }
	.footer-cell.first .footer-text { margin: 0; font-size: 16px; }
	.footer-text-phone { margin: 0; font-size: 16px; line-height: 2.1; }
	.footer-bottom-box { padding-top: 8px; border: none; }
	.footer-tel-list > li { display: block; }
	.footer-tel-list > li a { padding: 5px 15px; font-size: 16px; }
	.copyright { max-width: 320px; margin: 20px auto 0; font-size: 10px; line-height: 1.6; }
	.mobile-box { display: block; text-align: center; }
	.mobile-box.request { padding-top: 45px; padding-bottom: 55px; border-bottom: 1px solid #A1AEB7; }
	#footer .mobile-box.request .container { max-width: 306px; }
	.request .footer-title { font-size: 15px; line-height: 1.3; }
	.request .footer-text { font-size: 16px; }
	.request .footer-title + .footer-text { margin-top: -20px; }
	.request .footer-title.big { margin-top: -2px; letter-spacing: .1em; }
	.request a.footer-title.big .right-arrow { margin-left: 18px; }
	.request a.footer-title.big:hover .right-arrow,
	.request a.footer-title.big:focus .right-arrow { margin-left: 22px; }
	.mobile-box.social { padding-top: 45px; padding-bottom: 18px; }
	.social .footer-title { font-size: 16px; }
	.social .footer-title + .social-list { margin-top: 6px; }
	.social-list > li { padding: 0 10px; }
	.map-box.mobile .contact-link-box { margin-left: 10px; }
	.section-events .col-4 { width: 50%; }
	.section-cookie p { width: 100%; float: none; }
	.section-feasibility .btn { margin-top: 30px; }
	.research-product .section-feasibility .solution-block.technical-block .text { max-width: 100%; padding-right: 24px; }
	.section-dryers .col-3 { width: 50%; float: left; padding-bottom: 20px; }
	.section-events .col-4 { margin-bottom: 20px; }
}
@media screen and (max-width: 600px) {
	.section-events { padding-top: 30px; }
    .product-detail #main-content, .dryers #main-content, .industry #main-content, .network #main-content, .feasibility #main-content { padding-top: 60px; }
	.footer-cell.first .footer-text { margin: 0; font-size: 16px; line-height: 1.5; }
	.footer-bottom-box { /*padding-top: 18px;*/ padding-top: 0px; border: none; }
	#footer .container, .section-content-image.left .content-box, .section-content-image .content-box, .section-extrudes .inner-container, .hero-industry-list, .section-shrimp .container, .section-two-col .inner-box, .section-petflex .container, .container, .section-extrudes.extrudesSpace .inner-container { padding: 0 20px; }
	#header { height: 60px; }
	#header .container { max-width: 100%; }
	.logo { max-width: 90px; }
	.mobile-menu-toggle { width: 60px; height: 60px; }
	.mobile-menu-toggle span:before, .mobile-menu-toggle span:after, .mobile-menu-toggle span { width: 24px; height: 2px; }
	.mobile-menu-toggle span:before { top: -6px; }
	.mobile-menu-toggle span:after { bottom: -6px; }
	#main-content { padding-top: 60px; }
    
    /*Section Hero*/
    .section-hero { margin-top: 0;  /*padding: 104.5% 0 0 0;*/ padding: 84.5% 0 0 0; }
    .section-hero img { position: absolute; /*top: 120px;*/ top: -65px; bottom: 0; left: 0; width: 133%; height: auto; }
	/*.hero-title-box { max-width: 129px; width: 100%; margin: 44px auto 0; padding-top: 14px; padding-bottom: 15px; }*/
	.hero-title-box:after { width: 20px; height: 3px; }
	.hero-title { font-size: 30px; line-height: 1.1; }
	.hero-title .small { font-size: 16px; }
	.magnum-text { max-height: 90px; top: 81px; left: 9px; }
	.hero-img { max-width: 100%; max-width: -webkit-calc(100% + 30px); max-width: calc(100% + 15px); left: -36px; }
	.line-box.style-1 { right: -100px; bottom: -18px; width: 172px; height: 103px; background-image: url(/images/line_box_style_1_mobile.png); }
    /*.hero-nav { height: 67px; margin: -67px 0 0 0; }*/
    .hero-nav { position: fixed; bottom: 0px; display: block; width: 100%; height: 76px; /*margin: -77px 0 0 0;*/ background-color: rgba(94, 105, 112, 1); z-index: 799; -webkit-transform: translate3d(0,0,50px); transform: translate3d(0,0,50px); }
	.hero-nav-box ul > li a { padding-top: 29px; padding-bottom: 24px; font-size: 14px; }
	.hero-nav-box.right ul > li:last-child a, .hero-nav-box.right ul > li a.download, .hero-nav-box ul > li a.download { padding-right: 10px; padding-left: 25px;padding-top: 31px;padding-bottom: 31px; text-align: left; }
	.hero-nav-box.right ul > li a.download, .hero-nav-box ul > li a.download { padding-left: 15px; }
	.hero-nav-box ul > li a.download .wenger-download { padding-right: 8px; }
	.section-content-image .right-box { padding-bottom: 38%; }
	.section-content-image .content-box { padding-top: 36px; padding-bottom: 58px; }
	.section-title { line-height: 1.1; }
	.section-subtitle { margin-bottom: 5px; }
	.section-content-image .section-title { margin-bottom: 6px; }
	.content { line-height: 1.35; }
	.content * { margin-bottom: 25px; }
	.content ol, .content ul { margin-bottom: 28px; }
	.content ul > li { padding-left: 20px; }
	.content ul > li:before, .content ul > li:after { top: 8px; left: 1px; }
	.content h1, .content .h1style, .content h2, .content .h2style, .content h3, .content .h3style, .content h4, .content .h4style, .content h5, .content .h5style, .content h6, .content .h6style { margin-bottom: 8px; }
	.electric-motor-img-wrap img { max-width: 75%; }
	.section-img-desc-box-wrap { margin-top: 12px; text-align: left; }
	.section-img-desc-box { padding-left: 40px; padding-right: 40px; }
	.section-img-desc-title { margin-bottom: -1px; font-size: 12px; }
	.section-img-desc-text { line-height: 1.4; }
	.section-content-image.left .content-box { padding-top: 38px; padding-bottom: 78px; }
	.section-img-desc-box:after, .section-img-desc-box:before { top: 16px; left: 20px; width: 12px; height: 2px; }
	.section-img-desc-box:after { top: 16px; }
	.section-industries { padding: 54px 0 36px; }
	.section-industries .section-title { max-width: 240px; margin: 0 auto 30px; }
	.industries-list { max-width: 267px; margin: 0 auto; }
	.industries-list > li { width: 100%; padding: 0; margin-bottom: 25px; }
	.industry-header-box { min-height: 105px; padding: 22px 23px 22px; }
	.industry-title { margin-bottom: 1px; }
	.industry-desc { line-height: 1.35; }
	.section-app { overflow: hidden; padding: 54px 0 36px; }
	.section-app .section-title { margin-bottom: 22px; }
	.app-slide-box { overflow-y: auto; overflow: hidden; }
	.app-slide-prev, .app-slide-next { display: block; }
	.app-slide-wrap { min-width: 780px; overflow-y: auto; margin-bottom: 26px; }
	.faq-list { margin: 0 -20px 30px; }
	.faq-list > li h2 { padding: 21px 80px 18px 20px; }
	.faq-list > li h2 > a, .faq-list > li h2 { line-height: 1.4; }
	.accordion-box-content { margin-top: -18px; padding: 0 60px 20px 20px; line-height: 1.65; }
	.faq-list > li h2:after { margin-top: -11px; right: 22px; }
	.faq-list > li h2.open:after, .no-js .faq-list > li h2:after { margin-top: -4px; }
	.section-technical-data { padding: 60px 0 60px; }
	.section-technical-data .section-title { margin-bottom: 22px; }
	.technical-table tbody tr td { padding: 18px 10px; }
	.technical-table-wrap { margin-bottom: 28px; }
	.table-more a { display: inline-block; }
	.section-talk, ..replacement-parts .section-talk { padding-top: 36px; padding-bottom: 70px; }
	.section-talk .section-title { font-size: 22px; }
	.section-desc { max-width: 257px; font-size: 16px; }
	.talk-list { max-width: 340px; margin: 0 auto; }
	.talk-list > li { padding: 0 10px; }
	.talk-list > li [href^=tel], .talk-list > li a { font-size: 12px; }
	.talk-list .wenger-phone, .talk-list .wenger-email { margin-bottom: 9px; font-size: 28px; }
	.section-pre-footer { padding: 34px 0 34px; }
	.section-pre-footer .section-title { max-width: 280px; margin: 0 auto; font-size: 25px; line-height: 1.2; }
	.section-contact { padding: 37px 0 78px; }
	.section-title.big { font-size: 35px; }
	.section-contact .section-title { margin-bottom: 12px; }
	.contact-list { width: 100%; margin-bottom: 0; padding-right: 0; }
	.contact-list .footer-text { padding: 7px 0; line-height: 1.4; }
	.contact-list .footer-tel-list { margin-top: 16px; margin-bottom: 4px; }
	.contact-list .footer-tel-list > li a { padding: 2px 0; }
	.map-box.mobile { display: table; width: 100%; height: auto; margin-bottom: 30px; }
	.map-box.mobile .contact-link-box { display: table-header-group; max-width: 100%; width: 100%; margin: 0 auto; }
	.contact-link-box a { font-size: 16px; }
	.map-box-wrap { padding-top: 11px; }
	.map-pin { width: 9px; height: 16px; }
	.map-pin.pin-1 { top: 24%; left: 46%; }
	.map-pin.pin-2 { top: 30%; left: 19%; }
	.map-pin.pin-3 { top: 30%; left: 20.5%; }
	.map-pin.pin-4 { top: 36%; left: 77%; }
	.map-pin.pin-5 { top: 38%; left: 79.2%; }
	.map-pin.pin-6 { top: 64%; left: 33%; }
	.form-title { margin-bottom: 12px; font-size: 18px; }
	.form-list > li { margin-bottom: 12px; }
	.form-list > li ul.two-col > li { float: none; width: 100%; margin-bottom: 12px; }
	.form-list > li ul.two-col > li:first-child, .form-list > li ul.two-col > li:last-child { width: 100%; }
	.form-list > li ul.two-col > li:last-child { margin-bottom: 0; }
	.input-style { min-height: 40px; padding: 15px 16px 6px; }
	.select-wrap select, .select-wrap select option, textarea.input-style, .input-style, .label-effect ~ label { font-size: 15px; }
	.label-effect { top: 14px; }
	.no-js .label-effect, .isFocused .label-effect, .hasValue .label-effect, .label-effect.smallLabel { top: 2px; left: 0px; padding: .2em 1.63em 0 1.63em; font-size: 12px; font-weight: 700; line-height: 1.2em; color: #929292; }
	.no-js .label-effect.required:before, .isFocused .label-effect.required:before, .hasValue .label-effect.required:before { position: absolute; content: '*'; top: 3px; left: 13px; font-size: 12px; color: #a91d35; -webkit-transition: .35s; -moz-transition: .35s; -o-transition: .35s; transition: .35s; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
	.label-effect ~ label { top: 14px; }
	.label-effect:focus ~ label, .has-content.label-effect ~ label { top: 5px; }
	.form-list > li ul.three-col > li { margin-bottom: 12px; }
	.form-list > li ul.three-col > li:first-child { width: 100%; }
	.form-list > li ul.three-col > li:nth-child(2) { margin-bottom: 0; width: 56%; }
	.form-list > li ul.three-col > li:last-child { margin-bottom: 0; width: 44%; }
	.select-wrap select { min-height: 40px; padding: 12px 30px 12px 16px; }
	.select-wrap:after { height: 38px; width: 45px; }
	.select-wrap:before { top: 12px; right: 25px; }
	.select-wrap.open:before { top: 18px; }
	.form-list > li:nth-last-child(2) { margin-bottom: 12px; }
	textarea.input-style { height: 175px; padding: 9px 15px; letter-spacing: .01em; word-spacing: 0; line-height: 1.5; }
	.form-btn-box { margin-top: 33px; }
	a.btn, .btn { min-width: 0; max-width: 285px; width: 100%; font-size: 15px; }
	a.btn:before, .btn:before { width: 12px; height: 12px; }
	a.btn:after, .btn:after { right: 19px; width: 17px; }
	.section-events .info-block .col-6.small {display: block; min-height: 0; height: auto; margin-top: 0px;}
    .hero-industry-sub-title { font-size: 15px; }
	.hero-industry-title { font-size: 30px; }
	.hero-industry-img-wrap { margin-top: 70px; }
	.section-extrudes { margin-top: -9%; padding-bottom: 78px; }
	.pet-food .section-extrudes { padding-bottom: 78px; }
	.hero-industry-box { margin: 0 auto 50px; padding-top: 30px; padding-bottom: 20px; }
	.hero-industry-list > li { margin-bottom: 40px; }
	.hero-industry-box .box-title { font-size: 22px; }
	.hero-industry-box .content { line-height: 1.35; }
	.section-extrudes .section-title { margin-bottom: 25px; font-size: 35px; text-align: left; }
	.section-extrudes .left-box { margin-bottom: 55px; }
	.section-extrudes .left-box .box-title { margin-bottom: 5px; max-width: 100%; font-size: 22px; line-height: 1.2; text-align: left; }
	.section-extrudes .left-box .content { margin-bottom: 15px; margin-left: 0; max-width: 300px; line-height: 1.35; text-align: left; }
	.extruder-img-wrap { height: 48px; line-height: 48px; }
	.extruder-img-wrap img { max-width: 40px; max-height: 47px; }
	.extruders-list { margin: 0 -10px 4px; }
	.extruders-list > li { margin-bottom: 40px; padding: 0 10px; }
	.extruder-title { margin-bottom: 2px; font-size: 13px; line-height: 1.35; }
	.extruder-desc, .extrudesSpace  .extruder-desc p { font-size: 13px; line-height: 1.4; }
	.section-extrudes .left-box .btn, .section-extrudes .left-box a.btn { margin-left: 0; padding-right: 40px; }
	.section-extrudes .right-box { padding-top: 54px; }
	.box-title.small { margin-bottom: 9px; font-size: 22px; }
	.section-extrudes .right-box .content { margin-bottom: 23px; line-height: 1.35; }
	.section-extrudes .right-box .content ol > li, .section-extrudes .right-box .content ul > li { padding-left: 26px; margin-bottom: 10px; }
	.content.small ul > li:before, .content.small ul > li:after { left: 5px; }
	.section-extrudes a.go-link, .section-extrudes .go-link { margin-left: 28px; font-size: 15px; }
	.extruder-link-list > li { padding: 22px 8px 22px 0; }
	.extruder-link-list > li a { padding-right: 40px; font-size: 22px; }
	.extruder-link-list > li a .right-arrow:before { top: 8px; right: 2px; width: 14px; }
	.extruder-link-list > li a .right-arrow:after { width: 12px; height: 12px; }
	.pet-food .section-shrimp, .section-shrimp { padding-top: 60px; }
	.section-shrimp .section-title { font-size: 35px; text-align: left; }
	.section-shrimp .section-title + .section-desc { margin-top: -38px; margin-bottom: 9px; }
	.section-shrimp .section-desc { max-width: 100%; text-align: left; }
	.shrimp-img { display: none; }
	.section-shrimp .left-box .content { margin-bottom: 22px; }
	.content.big { line-height: 1.35; }
	.content.big ol > li, .content.big ul > li { margin-bottom: 10px; }
	.content.big ul > li::before, .content.big ul > li::after { left: 7px; height: 2px; width: 8px; }
    .section-petflex .left-box a.btn, .section-petflex .left-box .btn, .section-shrimp .left-box a.btn, .section-shrimp .left-box .btn { display: block; padding-right: 40px; min-width: 0; max-width: 285px; width: 100%; font-size: 15px; }
	.section-shrimp .right-box .content.small { line-height: 1.35; }
	.section-shrimp .right-box .content.small > * { margin-bottom: 22px; }
	.section-shrimp .right-box .content.small > *:last-child { margin-bottom: 0; }
	.section-shrimp .right-box .content.small ol > li, .section-shrimp .right-box .content.small ul > li { margin-bottom: 10px; }
	.section-shrimp .right-box .content.small h1, .section-shrimp .right-box .content.small .h1style, .section-shrimp .right-box .content.small h2, .section-shrimp .right-box .content.small .h2style, .section-shrimp .right-box .content.small h3, .section-shrimp .right-box .content.small .h3style, .section-shrimp .right-box .content.small h4, .section-shrimp .right-box .content.small .h4style, .section-shrimp .right-box .content.small h5, .section-shrimp .right-box .content.small .h5style, .section-shrimp .right-box .content.small h6, .section-shrimp .right-box .content.small .h6style { margin-bottom: 10px; }
    /*.section-petflex { padding-bottom: 40px; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }*/
	.section-extrudes, .section-hero-industry + industryPullUp { padding-bottom: 0px; }
    /*.section-petflex { position:relative;padding-top: 0px;z-index: 1; }*/
	.section-shrimp .request-info .section-title, .section-petflex .request-info .section-title { font-size: 22px; text-align: center; }
	.pet-food .section-shrimp .section-title { margin-bottom: 10px; }
	.pet-food .section-shrimp .right-box .content.small ol > li { margin-bottom: 18px; }
	.section-shrimp .request-info .section-desc { max-width: 257px; text-align: center; }
	.section-shrimp .request-info .section-title + .section-desc { margin-top: -41px; margin-bottom: 30px; }
	.talk-list .wenger-download { width: 28px; height: 28px; line-height: 28px; }
	.section-two-col .left-box, .section-two-col .right-box { padding: 54px 0; }
	.box-title { margin-bottom: 10px; line-height: 1; }
	.section-two-col .content { margin-bottom: 34px; }
	.section-two-col .content * { margin-bottom: 10px; }
	a.go-link, .go-link { font-size: 15px; }
	.petflex-img-wrap img { /*max-width: 160%;*/ max-width: -webkit-calc(100% + 20px); max-width: calc(100% + 20px); height: auto; }
    .section-petflex { position: relative; padding-top: 60px; padding-bottom: 40px; opacity: .99; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); z-index: 1; }
	.mobile-menu-close { top: 0; width: 60px; height: 60px; }
	.section-history-hero { padding-top: 24px; background-image: url(/images/history_hero_mob.jpg); }
	.history-table { height: 354px; max-width: 320px; }
	.history-cell { text-align: center; }
	.history-title { font-size: 35px; }
	.history-sub-title { max-width: 260px; margin: 0 auto 10px; font-size: 18px; }
	.history-bottom-box { padding: 0 20px; }
	a.go-to-history, .go-to-history { bottom: 36px; max-width: 100px; left: 22px; font-size: 13px; line-height: 1.4; text-align: left; -moz-transform: none; -ms-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
	a.go-to-history:before, .go-to-history:before { left: -3px; bottom: -22px; border-left-width: 14px; border-right-width: 14px; border-top-width: 12px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
	a.go-to-history:after, .go-to-history:after { left: 9px; bottom: -615px; width: 3px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
	.history-info-box { display: none; }
	.section-history { padding-bottom: 60px; }
	.section-history .container { padding: 0 20px 0 32px; }
	.slogan-box { max-width: 100%; margin-top: 30px; margin-left: -12px; text-align: left; }
	.slogan-text { margin-bottom: 26px; font-size: 21px; line-height: 1.25; }
	.slogan-author { font-size: 16px; line-height: 1.7; }
	.slogan-author b, .slogan-author strong { display: block; }
	.history-list { overflow: visible; margin-bottom: 36px; padding-top: 15px; }
	.history-list:before { left: 0; width: 3px; }
	.history-list:after { left: 0; width: 33px; height: 2px; }
	.section-history .history-list > li { float: none; width: 100%; margin-top: 0; margin-bottom: 30px; text-align: left; clear: none; }
	.section-history .history-list .history-box { max-width: 100%; margin: 0; padding: 10px 0 0 38px; text-align: left; }
	.history-list .history-box > *:last-child { margin-bottom: 0; }
	.history-year, .history-year.big { margin-bottom: 2px; font-size: 25px; }
	.history-year.biggest { font-size: 51px; }
	.right .history-year:before, 
	.left .history-year:before, 
	.right .big.history-year:before, 
	.left .big.history-year:before { 
		top: 9px; 
		right: auto; 
		left: -525px; 
	}
	.right .history-year:after, .left .history-year:after, .right .big.history-year:after, .left .big.history-year:after { top: 6px; right: auto; left: -25px; }
	.history-list .history-content { margin-bottom: 20px; margin-left: 0; margin-right: 0; font-size: 16px; line-height: 1.35; }
	.history-list .history-img-wrap figcaption { margin-top: 2px; margin-right: 0; font-size: 12px; line-height: 1.45; }
	.history-list > li:first-child { margin-top: 0; }
	.history-list > li:last-child { padding-bottom: 30px; margin-bottom: 0; }
	.year-1935 .history-img-wrap { max-width: 185px; }
	.year-1958 .history-year { top: 19px; left: 25px; }
	.year-1955 .history-img-wrap { max-width: 200px; }
	.year-1958 .history-img-wrap { margin-bottom: 5px; }
	.year-1958 .history-img-wrap img {
		padding-left: 0;
	}
	.year-1958 .history-img-wrap:before { left: -38px; }
	/*.year-1958 .history-img-wrap:after { left: -4px; }*/
	.year-1958 .history-content { max-width: 100%; margin-left: 0; }
	.history-list .year-1960 .history-content { max-width: 100%; padding-right: 0; margin-bottom: 10px; }
	.year-1960 .history-img-wrap { margin-right: 0; }
	.year-1960 .history-img-wrap figcaption { max-width: 100%; margin-top: 7px; }
	.year-1970s .history-year-box { left: 36px; }
	.year-1970s .history-box-cell.image { width: 100%; max-width: 90px; margin-top: 12px; margin-bottom: 5px; padding-top: 14px; }
	.year-1977 .history-year-box { position: relative; left: 0; }
	.year-1977 .history-year {
		margin-left: 0;
	}
	.year-1977 .history-img-wrap { display: block; max-width: 179px; margin: 40px 0 4px 1px; }
	.year-1977 .history-content { position: relative; max-width: 100%; margin-left: 0; padding-top: 13px; }
	.year-1985.left .history-year-box { left: 41px; }
	.year-1985.left .history-img-wrap { max-width: 72px; margin-top: 35px; margin-bottom: 6px; }
	.year-1985.left .history-content { margin-left: 0; margin-bottom: 0; }
	.year-2008 .history-year { right: 22px; bottom: 22px; font-size: 37px; }
	.year-2008 .history-img-wrap { margin-bottom: 1px; }
	.year-2008 .history-img-wrap img {
		padding-right: 0;
	}
	.year-2008 .history-img-wrap:before,
	.year-1958 .history-img-wrap:before { 
		right: auto; 
		left: -67px; 
	}
	.year-2008 .history-img-wrap:after,
	.year-1958 .history-img-wrap:after { 
		right: auto; 
		left: -25px; 
	}
	.section-events .col-4 { width: 100%; }
	.section-events .col-4 img { width: 100%; }
	.hidden-sm { display: none; }
    .section-hero-industry + .industryPullUp { margin-top: -9.1%;  }
    .industryPullUp + .section-extrudes.extrudesSpace { margin-top: -456px; }
    .section-extrudes.extrudesSpace .extruder-link-list > li { padding-left: 0; }
    .extrudesSpace.section-extrudes { padding-bottom: 40px; }
    .section-hero-industry, .section-contact { padding-top: 80px;  }
    .hero-industry-img-wrap { margin-top: 0; }
    
    /*Services and Research*/
    .htmlModuleWrap { padding: 70px 20px 30px; }

    /*Hero Styles*/
    .hero-title-box { /*position: absolute;*/ top: 11%; right: 24%; /*left: 20%;*/ padding-top: 14px; padding-bottom: 15px; }
    .hero-title .small { font-size: 29px; }
    /*.hero-nav { height: 67px; }*/
    /*.section-petflex { padding-top: 0px; }*/

    /*Employee Login*/
    .section.section-employeeLog {padding: 57px 0 203px 0; }
    .section.section-employeeLog .section-title.big {padding: 29px 0 10px 0; font-size: 45px;}
    .section-employeeLog .columnBox {position: relative; display: block; float: none; max-width: 100%; width: 100%; min-height: 120px; height: auto; margin: 0 0 30px;}
    .section-employeeLog a.employeeLink { position: relative; display: block; text-decoration: none; min-height: 120px; height: 100%; /*padding: 36px 55px;*/ padding: 36px 28px; margin: 0 auto; }
    .section-employeeLog a.employeeLink .boxTitle { position: relative; display: inline; float: left;  width: 70%; padding-top: 20px; padding-bottom: 22px; font-family: "Quadon Medium", Arial, sans-serif; /*font-size: 42px;*/ font-size: 26px; line-height: 1.1; letter-spacing: .01em; color: #5e6970; text-align: left; }
    .section-employeeLog a.employeeLink .boxIcon { position: relative; display: inline; float: left; width: 54px; height: 46px; margin: 6px 20px 10px auto; background-image: url(/images/office_icon.png); background-repeat: no-repeat; background-position: center; }
    /*.section-employeeLog a.employeeLink .officeIco { position: relative; display: inline; float: left; width: 54px; height: 46px; margin: 6px 20px 10px auto; background-image: url(/images/office_icon.png); background-repeat: no-repeat; background-position: center; }
    .section-employeeLog a.employeeLink .shopIco { position: relative; display: inline; float: left; width: 54px; height: 46px; margin: 6px 20px 10px auto; background-image: url(/images/employee_icon.png); background-repeat: no-repeat; background-position: center; }
    .section-employeeLog a.employeeLink .payIco { position: relative; display: inline; float: left; width: 54px; height: 46px; margin: 6px 20px 10px auto; background-image: url(/images/pay_icon.png); background-repeat: no-repeat; background-position: center; }*/
    .section-employeeLog a.employeeLink .mobileCTA .right-arrow { position: relative; top: 24px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .section-employeeLog .columnBox:hover a.employeeLink .mobileCTA .right-arrow:before { z-index: 5; top: 7.25px; right: 2px; width: 23px; height: 2px; background-color: #ffffff; }
    .section-employeeLog .columnBox:hover a.employeeLink .mobileCTA .right-arrow:after { z-index: 6;  top: -0.5px; right: 2px; width: 17px; height: 17px; border: 2px solid #ffffff; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .section.section-employeeLog .loginWrap { position: relative; /*display: inline;*/ display: none; float: none; width: 100%; margin: auto; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 16px; text-decoration: none; color: #ffffff; text-align: right; }
    .section.section-employeeLog .loginButton { position: relative; display: block; width: 100%; margin: 73px auto 0 auto; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; font-size: 22px; text-decoration: none; color: #a81d35; text-align: center; }
    .section.section-employeeLog .loginButton .right-arrow { position: relative; top: 0px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    .section.section-employeeLog .loginButton .right-arrow:before { z-index: 5; top: 7px; right: 3px; width: 12px; height: 1px; background-color: #a81d35; }
    .section.section-employeeLog .loginButton .right-arrow:after { z-index: 6; top: 3px; right: 2px; width: 9px; height: 9px; border: 1px solid #a81d35; border-bottom: none; border-left: none; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
    .section.section-employeeLog .loginButton:hover .right-arrow, .section.section-employeeLog .loginButton:focus .right-arrow { right: -4px; }

    /*Careers Page*/
    .section-careers { padding: 80px 0 90px; }

	/*-------------------------------------LeadGenFormWrap-------------------------------------*/
	.leadGenModal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); /*opacity: 0;*/ opacity: 1; /*visibility: hidden;*/ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s, transform 0.25s; z-index: 9999; }
	.leadGenFormWrap { position: absolute; display: block; top: 52%; left: 0; right: 0; max-width: 30em;  width: 100%; max-height: 78%; margin: 0 auto; -webkit-transform: translate(-0%, -50%); -moz-transform: translate(-0%, -50%); -ms-transform: translate(-0%, -50%); transform: translate(-0%, -50%); padding: 2.5em 2.5em; border-radius: 4px; background: #fff /*url(/images/leadGen-back-sized.jpg) no-repeat center top*/; background-size: initial; overflow: auto; -webkit-overflow-scrolling: touch; }
	.leadGenFormWrap #closePopup { position: absolute; display: block; width: 3em; height: 3em; top: .5em; right: .25em; color: #fff; text-decoration: none; background: url(/images/close.png) no-repeat center; z-index: 8; cursor: pointer; }
	.leadGenFormWrap #closePopup:hover { cursor: pointer; }
	.leadGenFormWrap textarea.input-style { overflow-y: auto; font: 700 18px/1.6 'Proximanova', Arial, Tahoma, sans-serif; padding: 12px 16px; width: 100%; height: 112px; resize: none; border: 1px solid #BFC3C5; color: #5e6970; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
	/* NEWS */
	.video-wrap-inner {
		padding: 0 1em;
	}
	.video-wrap-inner::before, 
	.video-wrap-inner:before {
    padding: 54.55% 0 0 0;
	}
	.news-blockwrap {
		flex-wrap: wrap;
	}
	/* SECTION HERO UPDATES */
	.section-hero .right-box {
		top: -4.5em;
	}
	/* PARTS */
	.section-parts,
	.section-parts-detail {
		padding: 44px 0 50px 0;
	}
	.section-parts .col-4 {
		width: 100%;
	}
	.parts-cta-wrapper {
		width: 100%;
	}
	.parts-cta-wrapper .link-cta {
		margin: 1em 0 0 0;
		width: 100%;
	}
	.parts-default-text {
		font-size: 16px;
	}
	.parts-item-name,
	.parts-item-size {
		font-size: 15px;
	}
	.parts-item-size {
		min-width: 71px;
	}
	.parts-default-text,
	.parts-model-wrap .parts-default-text {
		margin-bottom: 1rem;
	}
	.video-wrap-background .video-wrap-inner::before, 
	.video-wrap-background .video-wrap-inner:before {
    padding: 60.15% 0 0 0;
	}
	/* PET FOOD SEMINAR */
	.pet-food-seminar .section-contact,
	.pet-food-seminar .response-info {
		padding: 60px 0 95px;
	}
}
@media screen and (max-width: 499px) {
    /*Employee Login*/
    .section-employeeLog a.employeeLink .mobileCTA .right-arrow { position: relative; top: -41px; right: 0px; margin-left: 0px; -webkit-transition: all 0.25s ease; moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
    /*Mobile Nav*/
    .mobile-menu-close { display: block; position: absolute; top: 6px; right: 4px; height: 85px; width: 85px; vertical-align: middle; cursor: pointer; z-index: 9999; }
    .showing .slide-menu { right: auto; left: 0; overflow: hidden; /*margin: 0 auto;*/ width: 100%; max-width: 100%; padding: 0px; }
    .slide-menu .slide-menu__slider { max-width: 100%; width: 100%; transform: translateX(0%); }
    .slide-menu_decorator { position: absolute; display: block; top: 0px; /*max-width: 321px;*/ max-width: 95%; width: 100%; padding: .8em 1em; font-size: 21px; line-height: 1.4em; color: #ffffff; text-decoration: none; border: none; outline: none; }
    .slide-menu ul { position: relative; width: 100%; /*margin: 0 auto;*/ padding-left: 30px; /*padding-right: 30px;*/ list-style: none; }
    .slide-menu ul ul { position: absolute; /* top: 0; */ top: -71px; left: 100%; display: none; }
		/* hero image fix */
	.section-hero {
		height: 100%;
		overflow: visible;
		position: relative;
	}
	.section-hero .container {
		position: relative;
	}
	.section-hero .right-box {
		left: auto;
		position: relative;
		right: auto;
	}
	.section-hero .right-box .hero-title-box {
		position: relative;
		left: 0;
	}
	.parts-wrapper li {
		font-size: 13px;
	}
	.parts-wrapper table tr td:first-child::before,
	.parts-wrapper table tr td:first-child:before,
	.parts-wrapper table tr td:first-child::after,
	.parts-wrapper table tr td:first-child:after {
		top: 6px;
	}
}
@media screen and (max-width: 479px) {
	.section-network .location-6 { bottom: 27%; }
	.section-cookie { height: auto; }
	.section-industry .row { display: block; }
	.section-industry p { max-width: none; }
	.section-industry .col-3 { width: 100%; float: none; }
	.section-feasibility .btn { min-width: 100%; }
	#footer { margin-bottom: 140px; }
	.section-dryers .col-3 { width: 100%; }
	.section-events .col-4 { width: 100%; }
	.homeSlider .dots { bottom: 30px; }
    
    /*Section Hero*/
    .section-hero { margin-top: 0; }

    /*Hero Styles*/
    .hero-title-box { position: absolute; top: 11%; right: 6%; left: 20%; padding-top: 14px; padding-bottom: 15px; }
    /*.hero-nav { height: 67px; }*/
    .hero-nav { position: fixed; bottom: 0px; display: block; width: 100%; height: 76px; /*margin: -77px 0 0 0;*/ background-color: rgba(94, 105, 112, 1); z-index: 799; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
    .section-petflex { position: relative; margin-top: 0px; opacity: .99; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); z-index: 1; }
    
	/* Employee Login*/
	.section-employeeLog a.employeeLink .boxTitle { position: relative; display: inline; float: left; width: 70%; padding-top: 0px; padding-bottom: 22px; font-family: "Quadon Medium", Arial, sans-serif; /* font-size: 42px; */ font-size: 26px; line-height: 1.1; letter-spacing: .01em; color: #5e6970; text-align: left; }
	.section-employeeLog a.employeeLink { position: relative; display: block; text-decoration: none;  min-height: 200px;  height: 100%; /* padding: 36px 55px; */ padding: 36px 28px; margin: 0 auto; }
	.heroBanner .image img {
		margin-right: -18px;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    padding: 5px;
    margin: 0 2px;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 12px;
    height: 12px;

    content: '•';
    text-align: center;
    border-radius: 50%; 
    opacity: .25;
    color: black;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;

}

