@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/fonts/vendor/font-awesome/fontawesome-webfont.svg?v=4.7.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.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.28571em;
  text-align: center; }

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

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

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

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-genderless:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/ "; }
  .breadcrumb > .active {
    color: #777777; }

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.gutter-grid--cols-1 > * {
  width: calc(99.9999% / 1); }

.gutter-grid--cols-2 > * {
  width: calc(99.9999% / 2); }

.gutter-grid--cols-2 > .gutter-grid__cell--span-2 {
  width: calc(2 / 2 * 100%); }

@media (max-width: 600px) {
  .gutter-grid--cols-2:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 1); } }

.gutter-grid--cols-3 > * {
  width: calc(99.9999% / 3); }

.gutter-grid--cols-3 > .gutter-grid__cell--span-2 {
  width: calc(2 / 3 * 100%); }

.gutter-grid--cols-3 > .gutter-grid__cell--span-3 {
  width: calc(3 / 3 * 100%); }

@media (max-width: 960px) {
  .gutter-grid--cols-3:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 2); } }

@media (max-width: 600px) {
  .gutter-grid--cols-3:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 1); } }

.gutter-grid--cols-4 > * {
  width: calc(99.9999% / 4); }

.gutter-grid--cols-4 > .gutter-grid__cell--span-2 {
  width: calc(2 / 4 * 100%); }

.gutter-grid--cols-4 > .gutter-grid__cell--span-3 {
  width: calc(3 / 4 * 100%); }

.gutter-grid--cols-4 > .gutter-grid__cell--span-4 {
  width: calc(4 / 4 * 100%); }

@media (max-width: 960px) {
  .gutter-grid--cols-4:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 2); } }

@media (max-width: 480px) {
  .gutter-grid--cols-4:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 1); } }

.gutter-grid--cols-5 > * {
  width: calc(99.9999% / 5); }

.gutter-grid--cols-5 > .gutter-grid__cell--span-2 {
  width: calc(2 / 5 * 100%); }

.gutter-grid--cols-5 > .gutter-grid__cell--span-3 {
  width: calc(3 / 5 * 100%); }

.gutter-grid--cols-5 > .gutter-grid__cell--span-4 {
  width: calc(4 / 5 * 100%); }

.gutter-grid--cols-5 > .gutter-grid__cell--span-5 {
  width: calc(5 / 5 * 100%); }

@media (max-width: 960px) {
  .gutter-grid--cols-5:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 3); } }

@media (max-width: 600px) {
  .gutter-grid--cols-5:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 2); } }

@media (max-width: 480px) {
  .gutter-grid--cols-5:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 1); } }

.gutter-grid--cols-6 > * {
  width: calc(99.9999% / 6); }

.gutter-grid--cols-6 > .gutter-grid__cell--span-2 {
  width: calc(2 / 6 * 100%); }

.gutter-grid--cols-6 > .gutter-grid__cell--span-3 {
  width: calc(3 / 6 * 100%); }

.gutter-grid--cols-6 > .gutter-grid__cell--span-4 {
  width: calc(4 / 6 * 100%); }

.gutter-grid--cols-6 > .gutter-grid__cell--span-5 {
  width: calc(5 / 6 * 100%); }

.gutter-grid--cols-6 > .gutter-grid__cell--span-6 {
  width: calc(6 / 6 * 100%); }

@media (max-width: 960px) {
  .gutter-grid--cols-6:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 3); } }

@media (max-width: 600px) {
  .gutter-grid--cols-6:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 2); } }

@media (max-width: 480px) {
  .gutter-grid--cols-6:not(.gutter-grid--noMQs) > *:not([class*="cell--span-"]) {
    width: calc(99.9999% / 1); } }

.gutter-grid {
  -gutter-grid-: grid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  border: 0 solid transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .gutter-grid[class*="grid--cols"]:not(.gutter-grid--noWrap) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gutter-grid__wrapper {
    padding-bottom: 0.1px; }
  .gutter-grid:not([class*="grid--cols"]):not(.gutter-grid--noStretch):not([class*="grid--align-"]):not([class*="grid--space-"]):not(.gutter-grid--noResize) > .gutter-grid__cell:not(.gutter-grid__cell--noStretch):not(.gutter-grid__cell--noResize) {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gutter-grid__cell {
    -gutter-grid-: cell;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-clip: padding-box !important;
    border: 0 solid transparent; }
    .gutter-grid__cell[class*="cell--span-"] {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .gutter-grid__cell.gutter-grid {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .gutter-grid__cell, .gutter-grid__cell * > {
      max-width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
  .gutter-grid__inner {
    -gutter-grid-: inner;
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  .gutter-grid--outerGutters {
    margin: 0; }
    .gutter-grid--outerGutters-v {
      margin-top: 0;
      margin-bottom: 0; }
    .gutter-grid--outerGutters-h {
      margin-left: 0;
      margin-right: 0; }
    .gutter-grid--outerGutters-top {
      margin-top: 0; }
    .gutter-grid--outerGutters-bottom {
      margin-bottom: 0; }
    .gutter-grid--outerGutters-left {
      margin-left: 0; }
    .gutter-grid--outerGutters-right {
      margin-right: 0; }
  .gutter-grid--hasInners > * {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .gutter-grid--hasInners > * > * {
      display: block;
      width: 100%; }
      .gutter-grid--hasInners > * > *.gutter-grid {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
  .gutter-grid--vAlign-center {
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .gutter-grid--vAlign-top {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .gutter-grid--vAlign-bottom {
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .gutter-grid--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gutter-grid--stretch > * {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gutter-grid--noStretch > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .gutter-grid--noShrink > * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .gutter-grid--noResize > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .gutter-grid--mini {
    min-width: 0; }
  @media (max-width: 1200px) {
    .gutter-grid {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .gutter-grid--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .gutter-grid--noWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .gutter-grid--space-between > *, .gutter-grid--space-around > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .gutter-grid--space-between {
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .gutter-grid--space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .gutter-grid--space-evenly {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-pack: space-evenly;
       -moz-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .gutter-grid--align-left > *, .gutter-grid--align-center > *, .gutter-grid--align-right > * {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .gutter-grid--align-left {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .gutter-grid--align-center {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .gutter-grid--align-right {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gutter-grid--align-stretch > * {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gutter-grid__cell--vAlign-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .gutter-grid__cell--vAlign-top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .gutter-grid__cell--vAlign-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .gutter-grid__cell--stretch {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .gutter-grid__cell--noStretch {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .gutter-grid__cell--noShrink {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .gutter-grid__cell--noResize {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }

.home .middlecol .featured-items .section_data {
  margin: 0;
  padding: 0 22px; }

.home .middlecol .featured-items .itemdiv.cycle-slide .listname {
  height: auto;
  white-space: normal;
  height: 43px; }
  @media (max-width: 480px) {
    .home .middlecol .featured-items .itemdiv.cycle-slide .listname {
      white-space: normal;
      height: 43px; } }

@media (max-width: 480px) {
  .home .middlecol .featured-items .itemdiv.cycle-slide .modernbutton.butts8 {
    text-align: center; } }

.home .middlecol .featured-items .itemdiv.cycle-slide .listdesc {
  height: 33px; }

.home .middlecol .featured-items .section_data {
  position: relative; }

.home .middlecol .featured-items .slide-nav a {
  color: #808080;
  font-size: 45px;
  position: absolute;
  /*top: 33%;*/
  top: 0;
  bottom: 0;
  width: 16px; }
  .home .middlecol .featured-items .slide-nav a.prev {
    left: 0; }
    @media (max-width: 767px) {
      .home .middlecol .featured-items .slide-nav a.prev {
        left: 2px; } }
  .home .middlecol .featured-items .slide-nav a.next {
    right: 0; }
    @media (max-width: 767px) {
      .home .middlecol .featured-items .slide-nav a.next {
        right: 2px; } }
  .home .middlecol .featured-items .slide-nav a i {
    position: absolute;
    left: 0;
    top: 33%; }

.home .middlecol .featured-items .cycle-pager {
  position: absolute;
  bottom: -22px;
  right: 15px; }
  .home .middlecol .featured-items .cycle-pager span {
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #f11b25;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
    .home .middlecol .featured-items .cycle-pager span.cycle-pager-active, .home .middlecol .featured-items .cycle-pager span:hover {
      margin: 0;
      width: 12px;
      height: 12px;
      background-color: #f11b25; }

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

.category-table-container .headingtext:after {
  clear: both; }

.category-table-container .headingtext .side-left {
  float: left;
  text-align: left; }

.category-table-container .headingtext .side-right {
  float: right;
  text-align: right; }
  @media (max-width: 480px) {
    .category-table-container .headingtext .side-right {
      float: left;
      text-align: center; } }

.category-table-container .headingtext a {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .category-table-container .headingtext a:hover {
    color: #5F5F5F; }

.category-table-container .category-table {
  /*text-align: center;
        margin: 10px;
        padding-top: 5px;
        padding-bottom: 5px;*/
  margin: -5px; }
  .category-table-container .category-table .cat-container {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media (max-width: 480px) {
      .category-table-container .category-table .cat-container {
        width: 100%; } }
    @media (min-width: 768px) {
      .category-table-container .category-table .cat-container {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .category-table-container .category-table .cat-container {
        float: left;
        width: 25%; } }
  .category-table-container .category-table .cat-wrap {
    padding: 5px;
    border: 1px solid #CCCCCC;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .category-table-container .category-table .cat-wrap:hover {
      -webkit-box-shadow: 5px 5px 5px #838383;
              box-shadow: 5px 5px 5px #838383;
      border: 1px solid #e8e8e8;
      background-color: white; }
  .category-table-container .category-table a {
    display: block;
    width: 100%; }
  .category-table-container .category-table .cat-img {
    height: 175px; }
    .category-table-container .category-table .cat-img a {
      display: block;
      height: 100%; }
    .category-table-container .category-table .cat-img img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: contain; object-position: center";
      width: 95% !important;
      height: 95% !important; }
  .category-table-container .category-table .cat-name a {
    text-align: center;
    height: 48px;
    color: #333333;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none; }

.category-table-container + .sectionspacer {
  height: 0 !important; }

.catitem_div .listitemno_gridview, .itemdiv .listitemno {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 17px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.42857;
  overflow: hidden;
  text-overflow: clip;
  color: #777777;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: normal;
  margin-bottom: 4px; }

.category-items, .feature-items, .search-items, .item-teaser-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .category-items .category-item, .category-items .product-teaser, .feature-items .category-item, .feature-items .product-teaser, .search-items .category-item, .search-items .product-teaser, .item-teaser-grid .category-item, .item-teaser-grid .product-teaser {
    margin-bottom: 10px; }

.category-items, .search-items, .item-teaser-grid {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .category-items, .search-items, .item-teaser-grid {
      margin-left: -5px;
      margin-right: -5px; } }
  .category-items .category-item, .category-items .product-teaser, .search-items .category-item, .search-items .product-teaser, .item-teaser-grid .category-item, .item-teaser-grid .product-teaser {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .category-items .category-item, .category-items .product-teaser, .search-items .category-item, .search-items .product-teaser, .item-teaser-grid .category-item, .item-teaser-grid .product-teaser {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 5px; } }
    @media (max-width: 370px) {
      .category-items .category-item, .category-items .product-teaser, .search-items .category-item, .search-items .product-teaser, .item-teaser-grid .category-item, .item-teaser-grid .product-teaser {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .category-items .category-item .actions, .category-items .product-teaser .actions, .search-items .category-item .actions, .search-items .product-teaser .actions, .item-teaser-grid .category-item .actions, .item-teaser-grid .product-teaser .actions {
          max-width: 100%; } }
    .category-items .category-item .short-description, .category-items .product-teaser .short-description, .search-items .category-item .short-description, .search-items .product-teaser .short-description, .item-teaser-grid .category-item .short-description, .item-teaser-grid .product-teaser .short-description {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }

.feature-items {
  -gutter-grid-: grid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  border-style: solid;
  margin: 0 -20px -10px -20px;
  border-width: 0 20px 0 0; }
  .feature-items > * {
    -gutter-grid-: cell;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-clip: padding-box !important;
    border: 0 solid transparent;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: calc(99.9999% / 6); }
    @media (max-width: 1000px) {
      .feature-items > * {
        width: calc(99.9999% / 5); } }
    @media (max-width: 800px) {
      .feature-items > * {
        width: calc(99.9999% / 4); } }
    @media (max-width: 600px) {
      .feature-items > * {
        width: calc(99.9999% / 3); } }
    @media (max-width: 450px) {
      .feature-items > * {
        width: calc(99.9999% / 2); } }
    @media (max-width: 400px) {
      .feature-items > * {
        width: calc(99.9999% / 1); } }
  .feature-items > * {
    border-width: 0 0 10px 20px; }
  .feature-items .name {
    padding-right: 10px; }
  .feature-items .feature-item .actions {
    max-width: 100%; }

.leftcol .catname a {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  padding: 10px 18px 10px 5px;
  position: relative;
  font-weight: bold; }

.leftcol .catname .parent {
  color: #999999;
  padding: 10px 20px 10px 0; }

.leftcol .catname .category {
  padding: 0 0 10px 30px;
  font-size: 11px; }

.slideshow-container {
  /*padding: 0 22px;*/
  position: relative;
  margin: 0 -5px; }
  .slideshow-container .slideshow .slideshow-item {
    padding: 0 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    float: left; }
    .slideshow-container .slideshow .slideshow-item a {
      color: #333333;
      text-decoration: none;
      display: block; }
      .slideshow-container .slideshow .slideshow-item a:hover {
        text-decoration: none; }
    .slideshow-container .slideshow .slideshow-item .slide-image {
      height: 205px; }
      .slideshow-container .slideshow .slideshow-item .slide-image img {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center;
        object-position: center;
        font-family: "object-fit: contain; object-position: center";
        width: 100%;
        height: 100%; }
    .slideshow-container .slideshow .slideshow-item.show-name .slide-image {
      height: 178px; }
    .slideshow-container .slideshow .slideshow-item .slide-name {
      height: 27px;
      font-weight: bold;
      padding: 5px 0;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box; }
    @media (min-width: 1200px) {
      .slideshow-container .slideshow .slideshow-item.normal {
        width: 248.5px; } }
    @media (min-width: 1200px) {
      .slideshow-container .slideshow .slideshow-item.wide {
        width: 497px; } }
  .slideshow-container .slick-arrow {
    font-size: 45px;
    /*position: absolute;*/
    height: auto;
    top: 0;
    bottom: 0;
    width: 30px;
    -webkit-transform: none;
            transform: none;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .slideshow-container .slick-arrow, .slideshow-container .slick-arrow:hover {
      color: #808080; }
      .slideshow-container .slick-arrow:before, .slideshow-container .slick-arrow:after, .slideshow-container .slick-arrow:hover:before, .slideshow-container .slick-arrow:hover:after {
        display: none; }
    .slideshow-container .slick-arrow:hover {
      opacity: 1;
      text-shadow: 0 0 9px #838383; }
    .slideshow-container .slick-arrow.slick-prev {
      left: 0; }
      @media (max-width: 767px) {
        .slideshow-container .slick-arrow.slick-prev {
          left: 2px; } }
      .slideshow-container .slick-arrow.slick-prev i {
        left: 10px; }
    .slideshow-container .slick-arrow.slick-next {
      right: 0; }
      @media (max-width: 767px) {
        .slideshow-container .slick-arrow.slick-next {
          right: 2px; } }
      .slideshow-container .slick-arrow.slick-next i {
        right: 10px; }
    .slideshow-container .slick-arrow i {
      position: absolute;
      top: 33%; }

.itemoptions_container.slideshow-container .slick-arrow i {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  color: #636e73;
  min-height: 47px;
  min-width: 47px;
  padding: 0;
  text-shadow: none; }

.itemoptions_container.slideshow-container .slick-arrow:not(.slick-disabled):active i {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.itemoptions_container.slideshow-container .slick-arrow.slick-prev i {
  left: 5px; }

.itemoptions_container.slideshow-container .slick-arrow.slick-next i {
  right: 5px; }

.itemoptions_container.slideshow-container:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1; }

.product-teaser {
  font-weight: normal;
  position: relative;
  /*display: grid;*/
  /*&.price-offset {
        .bottom-section {
            padding-bottom: $bottom-spacing+2;
        }

        &.is-poa {
            .bottom-section {
                padding-bottom: $bottom-spacing+2+51;
            }
        }
    }

    .is-poa {
        .bottom-section {
            padding-bottom: $bottom-spacing+51;
        }
    }*/
  /*.item-no, .name, .short-description {
        margin-bottom: 4px;
    }*/
  /*&.feature-item, &.category-item, &.search-item, &.related-item {
        margin-bottom: $bottom-spacing;

        @include if-xxs {
            width: 100%;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #E8E8E8;
        }
    }*/ }
  .product-teaser > div {
    margin-bottom: 5px;
    width: 100%; }
  @media (min-width: 480px) {
    .product-teaser .image {
      height: 120px; } }
  .product-teaser .image a {
    display: block;
    height: 100%; }
  .product-teaser .image img {
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain";
    width: 95%;
    height: 95%; }
  .product-teaser .item-no, .product-teaser .short-description {
    font-size: 12px;
    color: #777777; }
  .product-teaser .item-no {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-teaser .name {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    /*a {
            color: #333333;
            font-size: 100%;
            font-weight: bold;
            text-decoration: none
        }*/ }
    .product-teaser .name a {
      color: #333333;
      text-decoration: none; }
  .product-teaser .short-description {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 51px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.42857;
    overflow: hidden;
    text-overflow: clip;
    margin: 0 auto 5px auto; }
  .product-teaser .actions {
    margin: 5px 0; }
    @media (min-width: 480px) {
      .product-teaser .actions {
        min-height: 95px; } }
    .product-teaser .actions .add-to-cart-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .product-teaser .actions .add-to-cart-container .itemqtyinput {
        -webkit-box-flex: 0;
           -moz-box-flex: 0;
            -ms-flex: 0 0 47px;
                flex: 0 0 47px;
        margin: 0;
        padding: 0;
        height: 45px; }
      .product-teaser .actions .add-to-cart-container span.modernbutton.butts1 {
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        height: 45px;
        margin: 0 0 0 5px; }
        .product-teaser .actions .add-to-cart-container span.modernbutton.butts1 a {
          margin: 0;
          height: 100%;
          padding: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
    .product-teaser .actions span.modernbutton.butts8 {
      display: block;
      line-height: 1;
      margin: 0; }
      .product-teaser .actions span.modernbutton.butts8 a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0; }
    .product-teaser .actions .add-to-cart-container + span.modernbutton.butts8 {
      margin: 5px 0 0 0; }
  .product-teaser .price .orignal-price {
    text-decoration: line-through; }
  .product-teaser label {
    color: inherit;
    font-weight: inherit; }
  .product-teaser.category-item .actions, .product-teaser.search-item .actions {
    /*height: 102px;*/ }
  .product-teaser.search-item .bottom-section {
    /*height: 53px;*/
    /*position: absolute;
            bottom: 0;
            left: 0;*/ }

.item-teaser-grid.partrel .product-teaser .actions, .item-teaser-grid.partrel .product-teaser .short-description, .item-teaser-grid.rem .product-teaser .actions, .item-teaser-grid.rem .product-teaser .short-description {
  height: auto;
  min-height: 0; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 30px;
  height: 30px; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(192, 192, 192, 0.2);
  border-right: 5px solid rgba(192, 192, 192, 0.2);
  border-bottom: 5px solid rgba(192, 192, 192, 0.2);
  border-left: 5px solid #c0c0c0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear; }

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

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

.content-loader {
  position: relative; }
  .content-loader .loader {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    z-index: 0; }
  .content-loader .content-holder {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1; }
  .content-loader.loading .loader {
    opacity: 1; }
  .content-loader.loading .content-holder {
    opacity: 0; }

body.dev:before {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  display: inline-block;
  padding: 5px;
  content: "unset";
  -webkit-box-shadow: -1px -1px 14px 3px rgba(50, 50, 50, 0.75);
  box-shadow: -1px -1px 14px 3px rgba(50, 50, 50, 0.75); }
  @media (min-width: 1200px) {
    body.dev:before {
      content: "if-lg"; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.dev:before {
      content: "if-md"; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.dev:before {
      content: "if-sm"; } }
  @media (min-width: 480px) and (max-width: 767px) {
    body.dev:before {
      content: "if-xs"; } }
  @media (max-width: 480px) {
    body.dev:before {
      content: "if-xxs"; } }

#sortbyform #viewby {
  display: none; }

div.catimg {
  height: 175px; }
  div.catimg a {
    display: block;
    height: 100%; }
    div.catimg a img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: contain; object-position: center";
      width: 95% !important;
      height: 95% !important; }

td .listimage, td > .catitem_div .listimage, .related-item .listimage {
  height: 120px; }
  td .listimage a, td > .catitem_div .listimage a, .related-item .listimage a {
    display: block;
    height: 100%; }
    td .listimage a img, td > .catitem_div .listimage a img, .related-item .listimage a img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left";
      width: 95%;
      height: 95%; }

td .listitemno, td .listname, td .listdesc, td > .catitem_div .listitemno, td > .catitem_div .listname, td > .catitem_div .listdesc, .related-item .listitemno, .related-item .listname, .related-item .listdesc {
  margin-bottom: 4px; }

td .listname, td > .catitem_div .listname, .related-item .listname {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 36px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px; }

td > .listdesc, td > .catitem_div > .listdesc, .related-item > .listdesc {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 51px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.42857;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

@media print {
  /*.dealer-login, .imenu, .searchbanner, .leftcol, .item-buttons, .social-share, .botbannermenu, .enquiry-wrap, .content-footer {
        display: none;
    }

    .middlecol {
        width: 100%;
    }

    a[href]:after {
        content: " ";
    }*/ }

.itemdescription .product-spec-table {
  color: #333;
  font-size: 12px; }
  .itemdescription .product-spec-table.table-condensed > tbody > tr > td {
    padding: 5px;
    vertical-align: middle; }

.product-spec-show-more {
  display: block;
  margin-bottom: 20px;
  font-size: 12px;
  text-align: right;
  margin-top: 5px; }

.product-spec-table-container.table-responsive {
  position: relative; }

.product-spec-table, .product-spec-table-img {
  border: 2px solid #333333;
  font-size: 12px; }
  .product-spec-table.unrated-rows, .product-spec-table-img.unrated-rows {
    margin-bottom: 0; }
  .product-spec-table td.options a.rating, .product-spec-table-img td.options a.rating {
    float: left; }
  .product-spec-table td.options a.add-to-cart-btn, .product-spec-table-img td.options a.add-to-cart-btn {
    float: right;
    background-color: #5F5F5F;
    color: #fff;
    margin: 2px;
    padding: 3px 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .product-spec-table td.options a.add-to-cart-btn:hover, .product-spec-table-img td.options a.add-to-cart-btn:hover {
      color: #5F5F5F;
      background-color: #FFFFFF;
      -webkit-box-shadow: 5px 5px 5px #888888;
              box-shadow: 5px 5px 5px #888888; }
  .product-spec-table.collapsed tr.unrated, .product-spec-table.collapsed tr.unrated a, .product-spec-table.collapsed tr.unrated td, .product-spec-table-img.collapsed tr.unrated, .product-spec-table-img.collapsed tr.unrated a, .product-spec-table-img.collapsed tr.unrated td {
    overflow: hidden;
    border: 0 solid transparent;
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .product-spec-table > thead > tr > th, .product-spec-table > tbody > tr > th, .product-spec-table > tfoot > tr > th, .product-spec-table > thead > tr > td, .product-spec-table > tbody > tr > td, .product-spec-table > tfoot > tr > td, .product-spec-table-img > thead > tr > th, .product-spec-table-img > tbody > tr > th, .product-spec-table-img > tfoot > tr > th, .product-spec-table-img > thead > tr > td, .product-spec-table-img > tbody > tr > td, .product-spec-table-img > tfoot > tr > td {
    vertical-align: middle; }
  .product-spec-table tr.header th, .product-spec-table tr.sub-header th, .product-spec-table-img tr.header th, .product-spec-table-img tr.sub-header th {
    text-align: center;
    vertical-align: top;
    border: 1px solid #333333; }
  .product-spec-table tr.unrated, .product-spec-table tr.unrated td, .product-spec-table tr.unrated a, .product-spec-table-img tr.unrated, .product-spec-table-img tr.unrated td, .product-spec-table-img tr.unrated a {
    max-height: 27px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .product-spec-table tr.header, .product-spec-table tr.header:hover, .product-spec-table tr.separator, .product-spec-table tr.separator:hover, .product-spec-table-img tr.header, .product-spec-table-img tr.header:hover, .product-spec-table-img tr.separator, .product-spec-table-img tr.separator:hover {
    color: #FFFFFF;
    background-color: #808080;
    text-transform: uppercase; }
  .product-spec-table tr.sub-header, .product-spec-table tr.sub-header:hover, .product-spec-table-img tr.sub-header, .product-spec-table-img tr.sub-header:hover {
    background-color: #bfbfbf; }
  .product-spec-table tr:hover a.label, .product-spec-table-img tr:hover a.label {
    padding-left: 3.8px;
    padding-right: 3.8px;
    font-weight: 700;
    color: #fff;
    text-decoration: none; }
    .product-spec-table tr:hover a.label.in-stock, .product-spec-table-img tr:hover a.label.in-stock {
      background-color: #5cb85c; }
      .product-spec-table tr:hover a.label.in-stock[href]:hover, .product-spec-table tr:hover a.label.in-stock[href]:focus, .product-spec-table-img tr:hover a.label.in-stock[href]:hover, .product-spec-table-img tr:hover a.label.in-stock[href]:focus {
        background-color: #449d44; }
    .product-spec-table tr:hover a.label.out-of-stock, .product-spec-table-img tr:hover a.label.out-of-stock {
      background-color: #d9534f; }
      .product-spec-table tr:hover a.label.out-of-stock[href]:hover, .product-spec-table tr:hover a.label.out-of-stock[href]:focus, .product-spec-table-img tr:hover a.label.out-of-stock[href]:hover, .product-spec-table-img tr:hover a.label.out-of-stock[href]:focus {
        background-color: #c9302c; }
  .product-spec-table td, .product-spec-table-img td {
    border: 1px solid #333333;
    padding: 0; }
  .product-spec-table.table-condensed > tbody > tr > td, .product-spec-table-img.table-condensed > tbody > tr > td {
    padding: 0; }
    .product-spec-table.table-condensed > tbody > tr > td.text, .product-spec-table-img.table-condensed > tbody > tr > td.text {
      padding: 0 5px; }
  .product-spec-table td a, .product-spec-table-img td a {
    color: #333333;
    display: block;
    padding: 5px;
    text-decoration: none;
    overflow: hidden; }
    .product-spec-table td a.item-no, .product-spec-table-img td a.item-no {
      text-decoration: underline; }
    .product-spec-table td a.label, .product-spec-table-img td a.label {
      padding-bottom: 2.25px;
      padding-left: 4.75px;
      padding-right: 4.75px;
      padding-top: 3.375px;
      margin: 2px;
      background: none;
      font-weight: inherit;
      font-size: inherit;
      text-align: left; }
    .product-spec-table td a.rating, .product-spec-table-img td a.rating {
      text-decoration: none; }
      .product-spec-table td a.rating .ranking, .product-spec-table-img td a.rating .ranking {
        white-space: nowrap; }
  .product-spec-table > thead > tr td:last-child,
  .product-spec-table > tbody > tr td:last-child,
  .product-spec-table > tfoot > tr td:last-child, .product-spec-table-img > thead > tr td:last-child,
  .product-spec-table-img > tbody > tr td:last-child,
  .product-spec-table-img > tfoot > tr td:last-child {
    /*border-right: none;*/ }

.product-spec-table1 td:nth-child(4) {
  border-right: none; }

.product-spec-table1 td:nth-child(5) {
  border-left: none; }

.product-spec-table1 tr.sub-header-nested th {
  border-left: none;
  border-right: none; }

.product-spec-table-img {
  height: 100%; }
  .product-spec-table-img > thead > tr > th,
  .product-spec-table-img > thead > tr > td,
  .product-spec-table-img > tbody > tr > th,
  .product-spec-table-img > tbody > tr > td,
  .product-spec-table-img > tfoot > tr > th,
  .product-spec-table-img > tfoot > tr > td {
    text-align: center;
    vertical-align: middle; }
  .product-spec-table-img.table-condensed > thead > tr > td.img-cell,
  .product-spec-table-img > tbody > tr > td.img-cell,
  .product-spec-table-img > tfoot > tr > td.img-cell {
    vertical-align: top;
    text-align: left;
    border-right: 1px solid #333333;
    position: relative;
    height: 100%;
    /*> div {
                        /*position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        flex-grow: 1;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        width: 100%;
                        height: 100%;
                        flex-direction: column;

                        .description {
                            align-self: flex-start;
                        }
                        /*<div class="description">
                    <%= grid.Description %>
                </div>
                <div class="image">
                    }>*/ }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell img,
    .product-spec-table-img > tbody > tr > td.img-cell img,
    .product-spec-table-img > tfoot > tr > td.img-cell img {
      display: block;
      margin: auto;
      max-width: 200px; }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container,
    .product-spec-table-img > tbody > tr > td.img-cell .desc-container,
    .product-spec-table-img > tfoot > tr > td.img-cell .desc-container {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container .description,
      .product-spec-table-img > tbody > tr > td.img-cell .desc-container .description,
      .product-spec-table-img > tfoot > tr > td.img-cell .desc-container .description {
        width: 100%;
        height: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table,
      .product-spec-table-img > tbody > tr > td.img-cell .desc-container table,
      .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table {
        border: none;
        width: 100%;
        height: 100%; }
        .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr td,
        .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr td,
        .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr td {
          border: none; }
        .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr.description-text,
        .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr.description-text,
        .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr.description-text {
          height: 5px; }
          .product-spec-table-img.table-condensed > thead > tr > td.img-cell .desc-container table tr.description-text td,
          .product-spec-table-img > tbody > tr > td.img-cell .desc-container table tr.description-text td,
          .product-spec-table-img > tfoot > tr > td.img-cell .desc-container table tr.description-text td {
            vertical-align: top; }
    .product-spec-table-img.table-condensed > thead > tr > td.img-cell .product-spec-desc-table,
    .product-spec-table-img > tbody > tr > td.img-cell .product-spec-desc-table,
    .product-spec-table-img > tfoot > tr > td.img-cell .product-spec-desc-table {
      border: none;
      border-collapse: collapse;
      width: 100%; }
      .product-spec-table-img.table-condensed > thead > tr > td.img-cell .product-spec-desc-table td,
      .product-spec-table-img > tbody > tr > td.img-cell .product-spec-desc-table td,
      .product-spec-table-img > tfoot > tr > td.img-cell .product-spec-desc-table td {
        border: none; }
  .product-spec-table-img.table-condensed > thead > tr.img-row > td,
  .product-spec-table-img > tbody > tr.img-row > td,
  .product-spec-table-img > tfoot > tr.img-row > td {
    padding: 5px;
    line-height: 1; }
  .product-spec-table-img tr.img-row {
    line-height: 1; }
    .product-spec-table-img tr.img-row:hover {
      background: none; }
  .product-spec-table-img tr td > p, .product-spec-table-img tr td > p > span {
    display: block;
    padding: 0;
    margin: 0; }
  .product-spec-table-img tr td.text {
    padding: 5px; }
  .product-spec-table-img tr.sub-header th {
    font-weight: normal; }
    .product-spec-table-img tr.sub-header th.title {
      font-weight: bold; }
  .product-spec-table-img tr.footer {
    border-top: 1px solid #333333;
    background-color: #bfbfbf; }
    .product-spec-table-img tr.footer:hover {
      background-color: #bfbfbf; }
    .product-spec-table-img tr.footer td {
      border: 1px solid #333333; }
      .product-spec-table-img tr.footer td.total {
        font-weight: bold;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
        border-left: 1px dashed #fff;
        border-right: 1px dashed #fff; }

.ui-dialog {
  z-index: 1; }
  .ui-dialog .ui-dialog-buttonpane button {
    margin: 0.3em 0 0 .5em; }

/*.ui-dialog-titlebar .ui-dialog-titlebar-close {
    border: 1px solid #c5c5c5;
    background-color: #5F5F5F;
    display: block;
    color: #c5c5c5;
}

.enq-form .ui-widget-header.ui-dialog-titlebar.titlebar {
    background: #F7CE1E;
    border-color: #E8E8E8;
    color: #333333;
    border-style: solid;
    b/order-width: 1px;
}*/
body.bar .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 1px solid #c5c5c5;
  background-color: #5F5F5F;
  color: #c5c5c5; }

body.bar .enq-form .ui-widget-header.ui-dialog-titlebar.ui-widget-header {
  background: #f11b25 url(/shop/img/bg_bottomshadow.png);
  color: #FFFFFF; }

body.bar .enq-form .ui-dialog-buttonset .ui-button {
  color: #FFFFFF;
  background: #5F5F5F; }
  body.bar .enq-form .ui-dialog-buttonset .ui-button:hover {
    color: #5F5F5F;
    background: #FFFFFF;
    -webkit-box-shadow: 5px 5px 5px #888888;
            box-shadow: 5px 5px 5px #888888; }

body.bep .ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 1px solid #c5c5c5;
  background: #5F5F5F;
  color: #c5c5c5; }

body.bep .enq-form .ui-widget-header.ui-dialog-titlebar.ui-widget-header {
  background: #F7CE1E;
  color: #5F5F5F; }

body.bep .enq-form .ui-dialog-buttonset .ui-button {
  color: #FFFFFF;
  background: #5F5F5F; }
  body.bep .enq-form .ui-dialog-buttonset .ui-button:hover {
    color: #5F5F5F;
    background: #FFFFFF;
    -webkit-box-shadow: 5px 5px 5px #888888;
            box-shadow: 5px 5px 5px #888888; }

.enq-form.ui-dialog.ui-widget.ui-widget-content {
  border: none; }

.enq-form .ui-dialog-content {
  padding-top: 2px; }

.enq-form .ui-dialog-titlebar .ui-dialog-titlebar-close {
  display: block; }

.enq-form .ui-widget-header.ui-dialog-titlebar {
  border: none;
  background-repeat: repeat-x;
  background-position: left bottom;
  text-align: left;
  padding: 6px;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
  font-family: Helvetica, Arial;
  margin: -0.2em -0.2em 0 -0.2em; }

.enq-form .contact-form label {
  margin: 6px 0 0 0; }

.enq-form .message {
  height: 110px; }

.enq-form .ui-dialog-buttonset {
  font-size: 17px; }
  .enq-form .ui-dialog-buttonset .ui-button {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 98%;
    font-weight: normal;
    margin-left: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
    border-style: none;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    font-family: Helvetica, Arial;
    font-weight: normal; }
    .enq-form .ui-dialog-buttonset .ui-button:hover {
      text-decoration: none; }

.itemoptions .img-layout {
  font-size: 17px;
  width: 187px;
  min-width: 187px;
  padding: 5px;
  float: left; }
  @media screen and (max-width: 479px) {
    .itemoptions .img-layout .modernbutton {
      display: inline-block; } }
  .itemoptions .img-layout .item-addon-name label {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 36px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px; }
  .itemoptions .img-layout .optioncheckbox {
    vertical-align: middle;
    margin: -2px 5px 0 0; }
  .itemoptions .img-layout .lbl-text {
    font-weight: normal; }
  .itemoptions .img-layout .item-addon-price label {
    color: #333333;
    font-size: 95%;
    font-weight: bold; }
    .itemoptions .img-layout .item-addon-price label .item-addon-rrp-price {
      margin-top: 2px;
      font-size: 85%;
      display: block;
      font-weight: normal;
      color: #777777; }
  .itemoptions .img-layout .item-addon-no label {
    color: #777777; }
  .itemoptions .img-layout .item-addon-desc label {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 34px;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.42857;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #777777;
    font-weight: normal; }
  .itemoptions .img-layout .item-addon-no label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    /*@include clamp-lines(1, 12px, $line-height-base,false);
                overflow: hidden;
                text-overflow: clip;
                color: #777777;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                padding-left: 0;
                font-weight: normal;
                margin-bottom: 4px;*/ }
  .itemoptions .img-layout .optioncheckbox {
    /*float: right;*/ }
  .itemoptions .img-layout .modernbutton.butts30 {
    /*display: block;
            text-align: center;*/ }
  .itemoptions .img-layout .img-wrap {
    display: block;
    height: 120px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0; }
    .itemoptions .img-layout .img-wrap img {
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: left;
      object-position: left;
      font-family: "object-fit: contain; object-position: left";
      width: 95%;
      height: 95%; }

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

a.highslide > img {
  /*width: auto;*/ }

.cattable > span > br {
  display: none; }

.cattable > span > span {
  display: block;
  float: left;
  width: 33.33%; }
  @media screen and (max-width: 768px) {
    .cattable > span > span {
      width: 50%; } }
  @media screen and (max-width: 420px) {
    .cattable > span > span {
      width: 100%; } }
  .cattable > span > span .subcatlist_div {
    width: 100% !important;
    text-align: center; }
    .cattable > span > span .subcatlist_div > div {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .cattable > span > span .subcatlist_div > div:hover {
        -webkit-box-shadow: 5px 5px 5px #838383;
                box-shadow: 5px 5px 5px #838383;
        border: 1px solid #CCCCCC;
        background-color: white; }
    .cattable > span > span .subcatlist_div .subcats {
      min-height: 43px; }
    .cattable > span > span .subcatlist_div img {
      -o-object-position: center;
         object-position: center; }
    .cattable > span > span .subcatlist_div .catdesc {
      display: none; }

.map-tooltip {
  background-color: #5F5F5F;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 8px; }
  .map-tooltip .quick-add-qty {
    border: none;
    width: 30px;
    margin-left: 5px;
    color: #5F5F5F;
    padding: 0 5px;
    text-align: center; }
  .map-tooltip .quick-add {
    border: none;
    margin-top: 5px;
    color: #5F5F5F; }

#details-tab:checked ~ #details-content,
#parts-tab:checked ~ #parts-content,
#service-tab:checked ~ #service-content {
  display: block; }

#parts-content {
  text-align: center; }

.item-page .item-summary {
  text-align: left;
  padding-top: 4px; }

.item-page .nav-tabs > li > a {
  border-radius: 0;
  color: #333333;
  font-weight: bold;
  border-top: 2px solid transparent;
  text-decoration: none; }
  .item-page .nav-tabs > li > a:hover {
    color: #888;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    text-decoration: underline;
    border-color: transparent; }

.item-page .nav-tabs > li.active > a, .item-page .nav-tabs > li.active > a:hover, .item-page .nav-tabs > li.active > a:focus {
  text-decoration: underline;
  border: 1px solid #ddd;
  border-top: 2px solid #f11b25;
  border-bottom-color: transparent;
  background: #fff;
  color: #333333; }

#maincontent > table {
  table-layout: fixed; }

.swipe-message {
  display: none;
  font-weight: bold;
  text-align: center; }

.item-group-table td {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold; }
  .item-group-table td small {
    font-size: 12px;
    color: #777777;
    font-weight: normal; }

.ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 1px solid #c5c5c5;
  background-color: #5F5F5F;
  display: block;
  /*&:before {
            font-family: FontAwesome;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
            content: $fa-var-times;
        }*/ }

.add-to-cart-container label {
  font-size: 11px; }

.add-to-cart-container .itemqtyinput {
  text-align: center;
  padding: 11px 9px 13px 9px;
  vertical-align: baseline;
  margin: 0 4px 0 0;
  border: 1px solid #5F5F5F;
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s; }
  .add-to-cart-container .itemqtyinput.has-error {
    border: 1px solid #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.add-to-cart-container + .modernbutton a {
  padding: 10px 25px; }

.table.table-borderless td, .table.table-borderless th, .table.table-borderless td, .table.table-borderless th {
  border: 0; }

.item-bottom-section {
  font-size: 15px; }
  .item-bottom-section .messages, .item-bottom-section .price {
    font-size: 1em; }
  .item-bottom-section .item-stock-label {
    display: inline-block;
    padding: .3em .6em .2em .6em;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .item-bottom-section .item-stock-label .fa {
      vertical-align: middle; }
  .item-bottom-section .headingtext {
    margin-bottom: 10px; }
  .item-bottom-section .section_container .section_data {
    margin-top: 0;
    /*margin-bottom: 0;*/ }
  .item-bottom-section .section-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .item-bottom-section .section-row .label-col {
      -webkit-box-flex: 0;
         -moz-box-flex: 0;
          -ms-flex: 0 0 95px;
              flex: 0 0 95px;
      font-weight: bold;
      color: #777777; }
  .item-bottom-section .col {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  .item-bottom-section .item-qty {
    text-align: center;
    vertical-align: middle;
    margin: 0 4px 0 0;
    padding: 9px 9px 8px 9px;
    border: 1px solid #5F5F5F;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; }
  .item-bottom-section .modernbutton a {
    vertical-align: middle; }

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

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

.imenu:after {
  clear: both; }

.imenu #pdmenu {
  height: auto; }

.topbanner .desktop_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1000px) {
    .topbanner .desktop_content {
      display: none; } }
  .topbanner .desktop_content .logo {
    margin: 2px 0 0px 11px; }
  .topbanner .desktop_content .be-member {
    margin-left: 57px; }
    body.bar .topbanner .desktop_content .be-member {
      color: #fff;
      font-size: 13px;
      -ms-flex-item-align: end;
          align-self: flex-end;
      margin-bottom: 16px; }
      body.bar .topbanner .desktop_content .be-member img {
        vertical-align: bottom; }
  .topbanner .desktop_content .dealer-login {
    margin-left: auto;
    margin-right: 22px; }

.stock-dialog.ui-dialog-content {
  padding: .2em 0 0 0; }
  .stock-dialog.ui-dialog-content .product-spec-table {
    margin: 0; }
    .stock-dialog.ui-dialog-content .product-spec-table td {
      padding: 5px; }

.row-striped .row {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px; }
  .row-striped .row:nth-child(odd) {
    background-color: #f9f9f9; }

.row-striped a.download-link:hover {
  background-color: #f5f5f5; }

/*.download-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;

    img {
        height: 75px;
    }

    span {
        float: right;
        line-height: 75px;
    }
}*/
.share-on {
  display: inline-block;
  margin: 0 2px 5px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  background-color: transparent;
  font-size: 11.4px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle; }
  .share-on:hover, .share-on:focus {
    text-decoration: none;
    color: #fff; }
  .share-on:before {
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    vertical-align: middle; }
  .share-on.facebook {
    background-color: #0084ff; }
    .share-on.facebook:before {
      background-image: url("../assets/images/messenger.svg"); }
    .share-on.facebook:hover, .share-on.facebook:focus {
      background-color: #006acc; }
  .share-on.whatsapp {
    background-color: #4dc247; }
    .share-on.whatsapp:before {
      background-image: url("../assets/images/whatapp.svg"); }
    .share-on.whatsapp:hover, .share-on.whatsapp:focus {
      background-color: #3ba135; }

.download-grid .downloads {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }
  @media (min-width: 480px) {
    .download-grid .downloads {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }
  @media (min-width: 580px) {
    .download-grid .downloads {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 700px) {
    .download-grid .downloads {
      -ms-grid-columns: 1fr 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .download-grid .downloads .download-link {
    text-align: center;
    border: 1px solid #ddd;
    padding: 8px; }
    .download-grid .downloads .download-link:hover {
      background-color: #f9f9f9; }
  .download-grid .downloads .download-title {
    display: block; }
  .download-grid .downloads .download-image {
    height: 75px; }

.search-cats {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none; }
  .search-cats ul {
    padding-left: 5px;
    font-size: 14px; }
    .search-cats ul ul {
      font-size: 12px; }

.search-categories {
  -gutter-grid-: grid;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-color: transparent;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%;
  border-style: solid;
  margin: 0 -15px -15px -15px;
  border-width: 0 15px 0 0; }
  .search-categories > * {
    -gutter-grid-: cell;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 0%;
    max-width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    background-clip: padding-box !important;
    border: 0 solid transparent;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: calc(99.9999% / 3); }
    @media (max-width: 580px) {
      .search-categories > * {
        width: calc(99.9999% / 2); } }
    @media (max-width: 480px) {
      .search-categories > * {
        width: calc(99.9999% / 1); } }
  .search-categories > * {
    border-width: 0 0 15px 15px; }
  .search-categories a {
    text-decoration: none; }
    .search-categories a:hover {
      text-decoration: underline; }
  .search-categories, .search-categories ul {
    list-style: none;
    padding: 0; }
  .search-categories > li {
    font-weight: bold; }
  .search-categories ul {
    padding-left: 10px; }
    .search-categories ul li {
      font-weight: normal; }
  .search-categories .show-more {
    display: none;
    padding-left: 10px;
    font-size: 0.8em;
    font-weight: normal;
    margin-top: 5px; }
    .search-categories .show-more.collapsed {
      display: block; }

.search-page #middlecol_content > .section_container > .section_topdata .search-categories {
  margin-top: 10px; }

.search-page #middlecol_content > .section_container > .section_topdata .section_messages {
  color: #333333;
  font-style: normal; }

.search-page #middlecol_content > .section_container > .section_topdata .search-count {
  margin-top: 10px; }

.category-nav a {
  display: block;
  padding: 10px 20px 10px 0;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative; }
  .category-nav a:hover, .category-nav a.active {
    color: #999999; }
  .category-nav a span {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -6px; }

.ul_cat_siblings .li_main > a {
  padding: 10px 20px 10px 0; }

.ul_cat_siblings .li_main .child-menu {
  list-style: none;
  padding-left: 30px; }
  .ul_cat_siblings .li_main .child-menu li {
    border: none; }
  .ul_cat_siblings .li_main .child-menu a {
    padding: 0 0 10px 0;
    font-size: 11px; }
    .ul_cat_siblings .li_main .child-menu a:hover {
      text-decoration: underline; }

.slick-track {
  margin: 0; }

td.grid-edit {
  color: #0767A9; }

.item-filters .ui-widget, .item-filters .ui-slider-handle, .ui-selectmenu-menu.filter-dropdown-menu {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .item-filters .ui-widget.ui-state-hover, .item-filters .ui-widget.ui-state-active, .item-filters .ui-widget:focus, .item-filters .ui-slider-handle.ui-state-hover, .item-filters .ui-slider-handle.ui-state-active, .item-filters .ui-slider-handle:focus, .ui-selectmenu-menu.filter-dropdown-menu.ui-state-hover, .ui-selectmenu-menu.filter-dropdown-menu.ui-state-active, .ui-selectmenu-menu.filter-dropdown-menu:focus {
    outline: none; }

.item-filters .actions {
  text-align: center; }
  .item-filters .actions .modernbutton {
    margin: auto; }

.item-filters .filter-block {
  border-bottom: 1px solid #E2E3DE;
  border-top: 1px solid #fefefe;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.item-filters .filter-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px; }

.item-filters .filter-container.filter-slider-container {
  margin: 0px 12px 0 12px; }
  .item-filters .filter-container.filter-slider-container .filter-slide {
    height: 10px; }

.item-filters .filter-container.filter-dropdown-container select.filter-dropdown, .item-filters .filter-container.filter-dropdown-container .ui-selectmenu-button {
  width: 100%;
  height: 28px; }

.item-filters .filter-text {
  margin-top: 10px;
  font-size: 10px;
  text-align: center; }

.member-welcome a {
  color: #333;
  border: 1px solid #CCCCCC;
  text-align: center;
  display: block;
  padding: 10px 0; }
  .member-welcome a, .member-welcome a:hover, .member-welcome a:active, .member-welcome a:focus {
    text-decoration: none; }
  .member-welcome a:hover, .member-welcome a:hover .subcats, .member-welcome a:active, .member-welcome a:active .subcats, .member-welcome a:focus, .member-welcome a:focus .subcats {
    color: #23527c; }
  .member-welcome a i {
    display: block;
    margin-top: 5px;
    font-size: 120px; }

.member-welcome .catimg {
  margin-top: 10px; }

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 5px; }

.dialog-form .from-message {
  height: auto; }

.dialog-form .formheading {
  float: left;
  width: 40%; }

.dialog-form .formheading + div {
  float: left;
  width: 60%; }

.dialog-form .pageheading2 {
  margin-top: 10px;
  float: left;
  width: 100%;
  max-width: 100%;
  font-weight: bold; }

.dialog-form .check_div, .dialog-form .field-container {
  float: left;
  width: 100%; }

.panel-root .ui-dialog-buttonset button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*margin-right: 0.333em;*/
  /*margin-bottom: 0.333em;*/
  padding: 3.5px 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /*background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
        background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#e9e9e9');
  /*-webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  outline: none .panel-root .ui-dialog-buttonset buttonbutton;
  /*margin-left: 0.333em;*/ }

input::-webkit-input-placeholder {
  color: #FFF; }

input::-moz-placeholder {
  color: #FFF; }

input::-ms-input-placeholder {
  color: #FFF; }

input::placeholder {
  color: #FFF; }

@media screen and (max-width: 1000px) {
  .searchbanner .searchform {
    padding: 0 10px 10px 10px; }
    .searchbanner .searchform #searchform_div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .searchbanner .searchform .searchselect {
      margin-right: 8px; }
    .searchbanner .searchform .searchinput {
      margin-right: 4px; } }

@media screen and (max-width: 405px) {
  .searchbanner .searchform form {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .searchbanner .searchform .searchselect {
    width: 100%;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 0 0 2px 0;
    max-width: none; }
  .searchbanner .searchform .searchinput {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0; }
  .searchbanner .searchform .modernbutton.butts7 a {
    margin-right: 0; } }

/*.quick-add-dialog {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

    &.open {
        display: block;
    }
}*/
.quick-add-dialog.ui-dialog-content {
  font-size: 12px;
  font-family: Helvetica,Arial;
  /*.quick-add-qty, .quick-add {
        display: inline-block;
    }

    .quick-add-qty {
        width: 90px;
    }*/ }
  .quick-add-dialog.ui-dialog-content .itemno, .quick-add-dialog.ui-dialog-content .name {
    display: block;
    font-weight: bold; }
  .quick-add-dialog.ui-dialog-content .name, .quick-add-dialog.ui-dialog-content .form {
    font-size: 15px; }
  .quick-add-dialog.ui-dialog-content .itemno {
    color: #777777; }
  .quick-add-dialog.ui-dialog-content label {
    margin: 0; }
  .quick-add-dialog.ui-dialog-content .form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px; }
    .quick-add-dialog.ui-dialog-content .form input {
      /*flex: 0 0 10px;*/
      width: 30px;
      height: 30px;
      text-align: center;
      margin: 0 5px;
      padding: 0; }
    .quick-add-dialog.ui-dialog-content .form button {
      background-color: #5F5F5F;
      color: #fff;
      margin: 2px;
      padding: 3px 10px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      border: none;
      height: 30px; }
      .quick-add-dialog.ui-dialog-content .form button:hover {
        color: #5F5F5F;
        background-color: #FFFFFF;
        -webkit-box-shadow: 5px 5px 5px #888888;
                box-shadow: 5px 5px 5px #888888; }

@media screen and (max-width: 479px) {
  .form_container.search-form {
    padding: 0; } }

.sub-cat-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .sub-cat-grid .subcatlist_div {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    text-align: center; }
    .sub-cat-grid .subcatlist_div > div {
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .sub-cat-grid .subcatlist_div:hover > div {
      -webkit-box-shadow: 5px 5px 5px #838383;
              box-shadow: 5px 5px 5px #838383;
      border: 1px solid #e8e8e8;
      background-color: white; }

.itemoptions_container {
  padding: 10px 5px 5px 5px; }

.grouped-spare-parts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grouped-spare-parts a {
    margin: 2px 5px;
    font-size: 12px;
    text-decoration: none; }
    .grouped-spare-parts a:hover {
      text-decoration: underline; }

.grouped-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .grouped-description .grouped-custom-field {
    font-size: 12px;
    color: #777777;
    font-weight: normal; }

.cat-custom-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  font-size: 12px; }
  .cat-custom-table th {
    border: 1px dashed #e6e6e6; }
  .cat-custom-table td {
    border: 1px solid #000;
    padding: 5px; }

/*# sourceMappingURL=style.css.map */
