﻿@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Droid+Sans:400,700|Nothing+You+Could+Do";
@import url("//fonts.googleapis.com/css?family=Open+Sans");
/*!
 *  Font Awesome 4.6.3 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("/css/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/css/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/css/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/css/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/css/fonts/fontawesome-webfont.svg?v=4.6.3#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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #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-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: ""; }

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

form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, ul, li {
  margin: 0;
  padding: 0; }

a img {
  border: 0; }

html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: -0.2px; }

a {
  text-decoration: none;
  color: #ed1b2e; }

ul {
  list-style: none; }

.close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 24px;
  z-index: 230;
  cursor: pointer;
  background: transparent url(img/shop/cartclose.png) no-repeat top left; }
  .close span {
    display: none; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.pointer {
  cursor: pointer; }

.hide {
  display: none; }

.no-ul, .no-ul li {
  list-style: none;
  margin: 0;
  padding: 0; }

.cl {
  clear: both; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.cf {
  display: inline-block; }

html[xmlns] .cf {
  display: block; }

* html .cf {
  height: 1%; }

body:not(.layoutmode) .hide, body:not(.layoutmode) .Hide {
  display: none; }

.layoutmode .hide, .layoutmode .Hide {
  opacity: 0.5; }

.banner-default {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-pack: center;
  background-size: cover;
  flex: none; }
  .banner-default .text-center {
    color: #fff; }

.property-list .prop-key, .property-list .prop-value {
  display: inline-block;
  width: 50%; }

.property-list li {
  padding: 10px 0;
  border-bottom: 1px solid #cfcfcf; }
  .property-list li:last-child {
    border-bottom: 0; }

.property-list .chk:before {
  font-family: FontAwesome; }

.property-list .chk.chk-on:before {
  content: "\f00c"; }

/*.lazy-img {
    width: 100%;
}*/
.lazy-img-fade {
  opacity: 0.5;
  filter: blur(10px); }

.lazy-img-loaded {
  transition: filter 200ms, opacity 200ms;
  opacity: 1;
  filter: none; }

@media only screen and (max-width: 1024px) {
  .lazy-img-fade {
    filter: blur(4px); }
  .lazy-img-loaded {
    opacity: 1;
    filter: none; } }

@media only screen and (max-width: 767px) {
  .left, .right {
    float: none; }
  .hide-for-mobile, body:not(.layoutmode) .HideMobile {
    display: none; }
  .HideMobile {
    opacity: 0.5; }
  .show-for-mobile {
    display: block; }
  .no-left {
    margin-left: 0 !important;
    border-left: 0 !important;
    padding-left: 0 !important; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  body:not(.layoutmode) .HideTablet {
    display: none; }
  .HideTablet {
    opacity: 0.5; } }

@media only screen and (min-width: 1024px) {
  body:not(.layoutmode) .HideDesktop, .hide-for-desktop {
    display: none; }
  .HideDesktop {
    opacity: 0.5; } }

.row {
  width: 1020px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -21px; }
  .row.collapse .clm, .row.collapse .clms {
    padding: 0; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -21px; }
    .row .row.collapse {
      margin: 0; }

.clm, .clms {
  float: left;
  padding: 0 21px;
  position: relative; }
  .clm.centered, .clms.centered {
    float: none;
    margin: 0 auto; }

[class*="clm"] + [class*="clm"]:last-child {
  float: right; }

[class*="clm"] + [class*="clm"].end {
  float: left; }

.row .offset-by-c1 {
  margin-left: 6.25%; }

.row .offset-by-c2 {
  margin-left: 12.5%; }

.row .offset-by-c3 {
  margin-left: 18.75%; }

.row .offset-by-c4 {
  margin-left: 25%; }

.row .offset-by-c5 {
  margin-left: 31.25%; }

.row .offset-by-c6 {
  margin-left: 37.5%; }

.row .offset-by-c7 {
  margin-left: 43.75%; }

.row .offset-by-c8 {
  margin-left: 50%; }

.row .offset-by-c9 {
  margin-left: 56.25%; }

.row .offset-by-c10 {
  margin-left: 62.5%; }

.row .offset-by-c11 {
  margin-left: 68.75%; }

.row .offset-by-c12 {
  margin-left: 75%; }

.row .offset-by-c13 {
  margin-left: 81.25%; }

.row .offset-by-c14 {
  margin-left: 87.5%; }

.push-c2 {
  left: 12.5%; }

.pull-c2 {
  right: 12.5%; }

.push-c3 {
  left: 18.75%; }

.pull-c3 {
  right: 18.75%; }

.push-c4 {
  left: 25%; }

.pull-c4 {
  right: 25%; }

.push-c5 {
  left: 31.25%; }

.pull-c5 {
  right: 31.25%; }

.push-c6 {
  left: 37.5%; }

.pull-c6 {
  right: 37.5%; }

.push-c7 {
  left: 43.75%; }

.pull-c7 {
  right: 43.75%; }

.push-c8 {
  left: 50%; }

.pull-c8 {
  right: 50%; }

.push-c9 {
  left: 56.25%; }

.pull-c9 {
  right: 56.25%; }

.push-c10 {
  left: 62.5%; }

.pull-c10 {
  right: 62.5%; }

.push-c11 {
  left: 68.75%; }

.pull-c11 {
  right: 68.75%; }

.push-c12 {
  left: 75%; }

.pull-c12 {
  right: 75%; }

.push-c13 {
  left: 81.25%; }

.pull-c13 {
  right: 81.25%; }

.push-c14 {
  left: 87.5%; }

.pull-c14 {
  right: 87.5%; }

form img, form object, form embed {
  max-width: 100%;
  height: auto; }

form object, form embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {
  max-width: none !important; }

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

@media only screen and (min-width: 768px) {
  .c1, .row .c1 {
    width: 6.25%;
    flex-basis: 6.25%;
    max-width: 6.25%; }
  .c2, .row .c2 {
    width: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%; }
  .c3, .row .c3 {
    width: 18.75%;
    flex-basis: 18.75%;
    max-width: 18.75%; }
  .c4, .row .c4 {
    width: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .c5, .row .c5 {
    width: 31.25%;
    flex-basis: 31.25%;
    max-width: 31.25%; }
  .c6, .row .c6 {
    width: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%; }
  .c7, .row .c7 {
    width: 43.75%;
    flex-basis: 43.75%;
    max-width: 43.75%; }
  .c8, .row .c8 {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .c9, .row .c9 {
    width: 56.25%;
    flex-basis: 56.25%;
    max-width: 56.25%; }
  .c10, .row .c10 {
    width: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%; }
  .c11, .row .c11 {
    width: 68.75%;
    flex-basis: 68.75%;
    max-width: 68.75%; }
  .c12, .row .c12 {
    width: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .c13, .row .c13 {
    width: 81.25%;
    flex-basis: 81.25%;
    max-width: 81.25%; }
  .c14, .row .c14 {
    width: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%; }
  .c15, .row .c15 {
    width: 93.75%;
    flex-basis: 93.75%;
    max-width: 93.75%; }
  .c16, .row .c16 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .flex .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
  .flex .clms {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    float: none; } }

/* Mobile Grid and Overrides ---------------------- */
@media only screen and (max-width: 767px) {
  .c1, .row .c1 {
    width: 6.25%; }
  .c2, .row .c2 {
    width: 12.5%; }
  .c3, .row .c3 {
    width: 18.75%; }
  .c4, .row .c4 {
    width: 25%; }
  .c5, .row .c5 {
    width: 31.25%; }
  .c6, .row .c6 {
    width: 37.5%; }
  .c7, .row .c7 {
    width: 43.75%; }
  .c8, .row .c8 {
    width: 50%; }
  .c9, .row .c9 {
    width: 56.25%; }
  .c10, .row .c10 {
    width: 62.5%; }
  .c11, .row .c11 {
    width: 68.75%; }
  .c12, .row .c12 {
    width: 75%; }
  .c13, .row .c13 {
    width: 81.25%; }
  .c14, .row .c14 {
    width: 87.5%; }
  .c15, .row .c15 {
    width: 93.75%; }
  .c16, .row .c16 {
    width: 100%; }
  bbody {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }
  .clm, .clms {
    width: auto !important;
    float: none; }
  .clm:last-child, .clms:last-child {
    float: none; }
  [class*="clm"] + [class*="clm"]:last-child {
    float: none; }
  .clm:before, .clms:before, .clm:after, .clms:after {
    content: "";
    display: table; }
  .clm:after, .clms:after {
    clear: both; }
  .offset-by-c1 {
    margin-left: 0 !important; }
  .offset-by-c2 {
    margin-left: 0 !important; }
  .offset-by-c3 {
    margin-left: 0 !important; }
  .offset-by-c4 {
    margin-left: 0 !important; }
  .offset-by-c5 {
    margin-left: 0 !important; }
  .offset-by-c6 {
    margin-left: 0 !important; }
  .offset-by-c7 {
    margin-left: 0 !important; }
  .offset-by-c8 {
    margin-left: 0 !important; }
  .offset-by-c9 {
    margin-left: 0 !important; }
  .offset-by-c10 {
    margin-left: 0 !important; }
  .offset-by-c11 {
    margin-left: 0 !important; }
  .offset-by-c12 {
    margin-left: 0 !important; }
  .offset-by-c13 {
    margin-left: 0 !important; }
  .offset-by-c14 {
    margin-left: 0 !important; }
  .push-c2 {
    left: auto; }
  .pull-c2 {
    right: auto; }
  .push-c3 {
    left: auto; }
  .pull-c3 {
    right: auto; }
  .push-c4 {
    left: auto; }
  .pull-c4 {
    right: auto; }
  .push-c5 {
    left: auto; }
  .pull-c5 {
    right: auto; }
  .push-c6 {
    left: auto; }
  .pull-c6 {
    right: auto; }
  .push-c7 {
    left: auto; }
  .pull-c7 {
    right: auto; }
  .push-c8 {
    left: auto; }
  .pull-c8 {
    right: auto; }
  .push-c9 {
    left: auto; }
  .pull-c9 {
    right: auto; }
  .push-c10 {
    left: auto; }
  .pull-c10 {
    right: auto; }
  .push-c11 {
    left: auto; }
  .pull-c11 {
    right: auto; }
  .push-c12 {
    left: auto; }
  .pull-c12 {
    right: auto; }
  .push-c13 {
    left: auto; }
  .pull-c13 {
    right: auto; }
  .push-c14 {
    left: auto; }
  .pull-c14 {
    right: auto; }
  /* Mobile 4-clm Grid */
  .row .mobile-c1 {
    width: 25% !important;
    float: left;
    padding: 0 10.5px; }
    .row .mobile-c1:last-child {
      float: right; }
  .row.collapse .mobile-c1 {
    padding: 0; }
  .row .mobile-c2 {
    width: 50% !important;
    float: left;
    padding: 0 10.5px; }
    .row .mobile-c2:last-child {
      float: right; }
  .row.collapse .mobile-c2 {
    padding: 0; }
  .row .mobile-c3 {
    width: 75% !important;
    float: left;
    padding: 0 10.5px; }
    .row .mobile-c3:last-child {
      float: right; }
  .row.collapse .mobile-c3 {
    padding: 0; }
  .row .mobile-c4 {
    width: 100% !important;
    float: left;
    padding: 0 10.5px; }
    .row .mobile-c4:last-child {
      float: right; }
  .row.collapse .mobile-c4 {
    padding: 0; }
  .push-c1-mobile {
    left: 25%; }
  .pull-c1-mobile {
    right: 25%; }
  .push-c2-mobile {
    left: 50%; }
  .pull-c2-mobile {
    right: 50%; }
  .push-c3-mobile {
    left: 75%; }
  .pull-c3-mobile {
    right: 75%; } }

@media print {
  .row {
    width: 100%; }
  .row .print-width {
    float: none;
    width: auto; } }

@media print {
  body {
    opacity: 1 !important;
    visibility: visible !important; }
  p a[href]:after {
    content: " (" attr(href) ") "; }
  .no-print {
    display: none; }
  #ctl00_exCart, .topcenter, .nav-bar {
    display: none; }
  #head .c16 {
    width: 100%;
    float: none; }
  #foot {
    background: #FFF !important;
    color: #000 !important; } }

.sbtn, a.cart-send, .wd-custom-buybutton, .checkout-comment-container button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none; }

.sbtn, a.cart-send, .wd-custom-buybutton, .checkout-comment-container button, .c-button button, .button {
  padding: 8px 16px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #333;
  border: solid 1px #e1e1e1;
  background: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e1e1e1));
  background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
  font-weight: bold;
  color: #333; }
  .sbtn:hover, a.cart-send:hover, .wd-custom-buybutton:hover, .checkout-comment-container button:hover, .c-button button:hover, .button:hover {
    background: #fbfbfb;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#f4f4f4));
    background: -moz-linear-gradient(top, #eee, white); }
  .sbtn:active, a.cart-send:active, .wd-custom-buybutton:active, .checkout-comment-container button:active, .c-button button:active, .button:active {
    background: #e1e1e1;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fbfbfb));
    background: -moz-linear-gradient(top, #e1e1e1, #fbfbfb); }
  .sbtn:hover, a.cart-send:hover, .wd-custom-buybutton:hover, .checkout-comment-container button:hover, .c-button button:hover, .button:hover {
    text-decoration: none; }
  .sbtn:active, a.cart-send:active, .wd-custom-buybutton:active, .checkout-comment-container button:active, .c-button button:active, .button:active {
    position: relative;
    top: 1px;
    color: #595959; }

/*
.sbtn:hover, .button:hover, .c-button button:hover {
	text-decoration: none;
	background: darken($btncolor,15);
	background: -webkit-gradient(linear, left top, left bottom, from($btncolor), to(darken($btncolor,25)));
	background: -moz-linear-gradient(top,  $btncolor,  darken($btncolor,25));
	
}
.sbtn:active, .button:active, .c-button button:active {
	position: relative;
	top: 1px;
	color: lighten($btnTextColor,15);
	background: darken($btncolor,15);
	background: -webkit-gradient(linear, left top, left bottom, from(darken($btncolor,15)), to(lighten($btncolor,15)));
	background: -moz-linear-gradient(top,  darken($btncolor,15),  lighten($btncolor,15));
	
}
*/
@media only screen and (max-width: 767px) {
  #resultq {
    padding: 5px;
    /*
		.wd-sres span:after {
			content:'st';
		}
		*/ }
    #resultq .wd-qres {
      margin-bottom: 10px;
      border-bottom: solid 1px #cfcfcf;
      padding-bottom: 10px; }
    #resultq .wd-sres span {
      display: inline-block;
      border-radius: 25px;
      margin-right: 5px;
      overflow: hidden;
      text-align: center;
      width: 16px;
      height: 16px;
      font-size: 80%;
      background-color: #ed1b2e;
      color: #fff; }
    #resultq .wd-ltit {
      display: block;
      color: #ed1b2e;
      font-weight: 400;
      margin: 10px 0;
      font-size: 120%;
      border-bottom: solid 1px #ed1b2e; }
    #resultq .stitle {
      display: block;
      font-weight: 400;
      font-size: 110%;
      margin-bottom: 4px; } }

@media only screen and (min-width: 767px) {
  #resultq {
    background: url("//wd7.se/jq/img/searchbg.gif") repeat-y scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #333333;
    padding: 5px;
    position: absolute;
    margin-left: 0px;
    width: 567px;
    z-index: 1004; }
    #resultq .wd-sres {
      padding: 6px 8px;
      cursor: pointer; }
    #resultq .wd-sres span {
      padding: 0 4px;
      float: right; }
    #resultq .wd-sres.sel {
      background-color: Highlight;
      color: HighlightText;
      border-radius: 4px; }
    #resultq .wd-ltit {
      font-weight: bold;
      padding: 5px 8px;
      color: #999;
      border-bottom: solid 1px #e0e0e0;
      border-radius: 4px; }
    #resultq .wd-sugg, #resultq .wd-spell {
      float: left;
      width: 150px; }
    #resultq .wd-res {
      padding: 4px 8px 10px;
      min-height: 82px;
      cursor: pointer;
      border-radius: 4px; }
    #resultq .wd-res img {
      float: left;
      margin-right: 5px; }
    #resultq .wd-res:hover {
      background-color: #ed1b2e;
      color: #fff; }
    #resultq .stitle {
      display: block;
      font-weight: bold;
      margin-bottom: 4px; }
    #resultq .loading-search {
      background: url("//wd7.se/jq/ajax-loader.gif") no-repeat scroll center center transparent; }
    #resultq .slidebtn div {
      height: 30px;
      margin: 0 auto;
      width: 30px;
      z-index: 111; }
    #resultq .slidebtn span {
      visibility: hidden; }
    #resultq .slide-next div {
      background: url("//wd7.se/i/next.png") no-repeat scroll 0 0 transparent;
      margin-bottom: 15px;
      margin-top: -25px; }
    #resultq .slide-prev div {
      background: url("//wd7.se/i/prev.png") no-repeat scroll 0 0 transparent;
      margin-bottom: -15px; }
    #resultq .slidebtn {
      position: absolute;
      right: 200px;
      cursor: pointer;
      z-index: 110;
      height: 30px; }
    #resultq .slide-next {
      bottom: -10px; }
    #resultq .wd-qres, #resultq .slidewrapper {
      float: right;
      min-height: 400px;
      width: 400px; } }

.nav-bar {
  padding: 0; }
  .nav-bar li a:first-child {
    border: solid 1px #fff; }
  .nav-bar > li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0; }
    .nav-bar > li.active {
      background: #ed1b2e; }
      .nav-bar > li.active > a {
        color: #fff; }
      .nav-bar > li.active:hover {
        background: #f2f2f2; }
    .nav-bar > li:hover {
      background: #f2f2f2; }
      .nav-bar > li:hover a:first-child {
        color: #222;
        border: solid 1px #fff; }
    .nav-bar > li ul {
      margin-bottom: 0; }
    .nav-bar > li .flyout {
      display: none; }
    .nav-bar > li.has-flyout:hover > a:first-child {
      z-index: 42;
      background-color: #fff;
      border: solid 1px #000;
      border-bottom: solid 1px #fff; }
    .nav-bar > li.has-flyout > a:first-child {
      padding-right: 26px;
      position: relative; }
      .nav-bar > li.has-flyout > a:first-child:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 6px;
        border-color: #222 transparent transparent transparent;
        position: absolute;
        right: 10px;
        top: 12px; }
    .nav-bar > li.has-flyout > a.flyout-toggle {
      position: absolute;
      right: 0;
      top: 0;
      padding: 22px;
      z-index: 42;
      display: block; }
    .nav-bar > li.has-flyout.is-touch > a:first-child {
      padding-right: 55px; }
    .nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
      border-left: 1px dashed #666; }
  .nav-bar > li > a:first-child {
    position: relative;
    padding: 7px 10px;
    display: block;
    text-decoration: none;
    font-size: ms(0); }
  .nav-bar > li > input {
    margin: 0 10px; }
  .nav-bar.vertical > li {
    float: none; }
    .nav-bar.vertical > li.has-flyout > a:first-child:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: solid 10px;
      border-color: transparent transparent transparent #222; }
    .nav-bar.vertical > li .flyout {
      left: 100%;
      top: -1px; }
      .nav-bar.vertical > li .flyout.right {
        left: auto;
        right: 100%; }

.flyout {
  padding: 0px;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 130px;
  z-index: 140;
  -webkit-box-shadow: compact(0 1px 5px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
  -moz-box-shadow: compact(0 1px 5px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
  box-shadow: compact(0 1px 5px rgba(0, 0, 0, 0.5), false, false, false, false, false, false, false, false, false);
  border: solid 1px #000;
  /* remove margin on any first-child element */
  /* remove margin on last element */ }
  .flyout p {
    font-size: ms(0)-1; }
  .flyout *:first-child {
    margin-top: 0; }
  .flyout *:last-child {
    margin-bottom: 0; }
  .flyout.small {
    width: 86.66667px; }
  .flyout.large {
    width: 227.5px; }
  .flyout.big {
    width: 325px;
    padding: 0; }
    .flyout.big > ul {
      float: left; }
  .flyout.right {
    left: auto;
    right: -2px; }
  .flyout.up {
    top: auto; }

ul.flyout, .nav-bar li ul {
  padding: 0;
  /*list-style: none;
    list-style-type: none;*/
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
  ul.flyout li, .nav-bar li ul li {
    list-style-type: none; }
    ul.flyout li a, .nav-bar li ul li a {
      display: block;
      font-size: ms(0);
      height: auto;
      line-height: 1;
      padding: 15px 20px; }
      ul.flyout li a:hover, .nav-bar li ul li a:hover {
        background: #f2f2f2;
        color: #333; }
    ul.flyout li.active, .nav-bar li ul li.active {
      margin-top: 0; }
      ul.flyout li.active a, .nav-bar li ul li.active a {
        border: none;
        color: #fff;
        height: auto;
        margin: 0;
        position: static;
        top: 0; }

/* Mobile Styles */
@media only screen and (max-device-width: 1280px) {
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important; } }

@media only screen and (max-width: 1024) and (min-width: 768) {
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important; }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important; } }

@media only screen and (max-width: 767px) {
  .nav-bar {
    height: auto; }
    .nav-bar > li {
      float: none;
      display: block;
      border-right: none; }
    .nav-bar > li > a.main {
      text-align: left;
      border-top: 1px solid #ddd;
      border-right: none; }
    .nav-bar > li:first-child > a.main {
      border-top: none; }
    .nav-bar > li.has-flyout > a.flyout-toggle {
      position: absolute;
      right: 0;
      top: 0;
      padding: 22px;
      z-index: 2;
      display: block; }
    .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
      content: "";
      width: 0;
      height: 0;
      display: block; }
    .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
      border-top-color: #141414; }
    .nav-bar.vertical > li.has-flyout > .flyout {
      left: 0; }
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px; }
    .flyout.right {
      float: none;
      right: auto;
      left: -1px; }
    .flyout.small, .flyout.large {
      width: 100% !important; }
    .flyout p:last-child {
      margin-bottom: 18px; } }

.tree li {
  padding: 0 3px; }

.tree li a {
  border-radius: 4px;
  padding: 7px 0;
  display: block;
  color: #222222; }
  .tree li a.active {
    font-weight: bold; }

.tree > li {
  font-size: 17px;
  border-top: 1px solid #6e6e6e; }
  .tree > li li {
    font-size: 13px;
    margin-left: 8px; }
    .tree > li li a {
      font-weight: normal;
      padding-left: 8px; }
      .tree > li li a.active {
        background: url(img/active.gif) no-repeat left center;
        padding-left: 7px; }
      .tree > li li a:hover {
        background-color: #f2f2f2; }
    .tree > li li li {
      color: #333333; }
  .tree > li:first-child {
    border-top: 0; }

.rot-flipY > * {
  -webkit-transform: rotateX(0deg) rotateY(180deg) translate(100%, 0);
  -moz-transform: rotateX(0deg) rotateY(180deg) translate(100%, 0); }
  .rot-flipY > *.lastactive {
    -webkit-transform: rotateX(0deg) rotateY(-180deg) translate(-100%, 0);
    -moz-transform: rotateX(0deg) rotateY(-180deg) translate(-100%, 0); }

.rot-slide {
  overflow: hidden; }

.rot-slide > * {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0); }
  .rot-slide > *.active {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  .rot-slide > *.lastactive {
    -webkit-transform: translate(-100%, 0px);
    -moz-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px); }

.rot-flipX > *.active, .rot-flipY > *.active {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }

.rot-flipX > * {
  -moz-transform: rotateX(180deg) rotateY(0deg);
  -webkit-transform: rotateX(180deg) rotateY(0deg); }
  .rot-flipX > *.lastactive {
    -webkit-transform: rotateY(0deg) rotateX(-180deg);
    -moz-transform: rotateY(0deg) rotateX(-180deg); }

.rot-alpha > * {
  opacity: 0; }
  .rot-alpha > *.active {
    opacity: 1; }

.ie .rotatation > * {
  display: none; }
  .ie .rotatation > *.active {
    display: block; }

.flyout {
  margin-top: 10px !important; }

.inedit .rot-resize {
  min-height: 60px; }

.rot-resize {
  position: relative; }
  .rot-resize .edithere {
    position: absolute;
    z-index: 32;
    top: 20px;
    left: 20px;
    padding: 5px;
    background-color: #f9f8db;
    border: solid 2px white; }
  .rot-resize .duttcnt {
    position: absolute;
    cursor: pointer;
    z-index: 32;
    top: 10px;
    left: 10px;
    cursor: pointer;
    right: 10px;
    text-align: center; }
    .rot-resize .duttcnt .dutt {
      display: inline-block;
      background: url(https://wd7.se/i/bullets.png) no-repeat 0 0;
      width: 10px;
      height: 10px;
      margin-left: 2px;
      margin-right: 2px; }
      .rot-resize .duttcnt .dutt span {
        display: none; }
    .rot-resize .duttcnt .actpage {
      background-position: -10px 0; }
  .rot-resize:hover .next, .rot-resize:hover .prev {
    opacity: 1; }
  .rot-resize .next, .rot-resize .prev {
    z-index: 35;
    position: absolute;
    opacity: 0.1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 45%;
    color: #fff;
    background: #000;
    cursor: pointer;
    padding: 3px 6px; }
  .rot-resize .prev {
    left: 2%; }
  .rot-resize .next {
    right: 2%; }

.rotation {
  position: relative;
  overflow-y: hidden; }
  .rotation * {
    -webkit-perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-perspective: 500px;
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .rotation > * {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%; }
    .rotation > * > a {
      display: block; }
  .rotation .overlaytext {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    opacity: 0; }
  .rotation .active {
    z-index: 31; }
    .rotation .active .overlaytext {
      -moz-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -webkit-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -ms-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      opacity: 1; }

.cart-contents {
  position: absolute;
  z-index: 99;
  background: #fff;
  color: #222;
  border: solid 1px #ddd;
  border-top: 0;
  padding: 10px;
  width: 400px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  right: 0; }

.step .inp, #ilogin .inp {
  display: block;
  padding: 7px 10px;
  border: solid 1px #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px #dedede, 1px 1px 2px #dedede; }
  .step .inp:focus, #ilogin .inp:focus {
    box-shadow: inset 1px 1px 3px #aed77e, 1px 1px 2px #dedede; }

.cart-price {
  font-size: 18px;
  font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
  display: block; }

.cart-artnr {
  color: #C2C2C2;
  font-size: 11px;
  display: block; }

.shop-freeship {
  display: none;
  height: 40px;
  line-height: 40px; }
  .shop-freeship.hasfreeshipping {
    display: block; }
    .shop-freeship.hasfreeshipping .freetext {
      background: transparent url(img/instock.gif) no-repeat top left;
      background-position: 0 -39px;
      padding-left: 40px;
      display: block; }
    .shop-freeship.hasfreeshipping .notfreetext {
      display: none; }

.noi-ticker span {
  padding: 0 4px;
  line-height: 15px;
  font-size: 15px;
  font-weight: bold; }

.noi-ticker a {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: transparent url(img/shop/cartticker.png) no-repeat;
  cursor: pointer; }

.cart-delete {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 6px;
  background: transparent url(img/shop/cartremove.png) no-repeat;
  cursor: pointer; }

.cart-close {
  height: 21px;
  float: left;
  padding-left: 26px;
  width: 100px;
  left: 0px;
  right: auto;
  background: transparent url(img/shop/cartclose.png) no-repeat;
  cursor: pointer; }

.cart-tools {
  position: relative;
  margin-top: 20px; }

.cart-tools a {
  line-height: 23px;
  position: absolute;
  bottom: 0;
  right: 0; }

.imgselection {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /*&:after {
        content: "";
        display: block;
        clear: both;
        width: 100%;
    }*/ }
  .imgselection .header {
    display: block;
    font-weight: bold;
    clear: both;
    padding: 10px 0 10px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    background: url(img/group-closed.png) left center no-repeat;
    cursor: pointer; }
  .imgselection .availart {
    margin-bottom: 10px;
    margin-right: 2%;
    width: 23%;
    max-width: 23%;
    flex-basis: 23%;
    text-align: center;
    padding: 0 0 0 0;
    position: relative; }
    .imgselection .availart span {
      display: inline-block;
      padding-right: 5px; }
      .imgselection .availart span.title {
        display: block;
        text-align: center; }
      .imgselection .availart span.wprc {
        font-family: 'DIN 1451','Arial Narrow', sans-serif;
        font-size: 16px; }
    .imgselection .availart .oldprice {
      text-decoration: line-through; }
    .imgselection .availart .saleprice {
      font-size: 13px;
      display: block;
      font-weight: normal; }
    .imgselection .availart .lightbox {
      display: block;
      -webkit-border-radius: 13px;
      border-radius: 13px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      width: 26px;
      height: 26px;
      cursor: pointer;
      position: absolute;
      right: 5px;
      top: 5px;
      background: rgba(255, 255, 255, 0.3) url(/images/magnifier.png) center center no-repeat; }
  .imgselection img {
    margin-right: 1%;
    margin-bottom: 5px;
    border: 2px solid #eee;
    background: #ccc;
    display: block; }
    .imgselection img.active {
      border: solid 2px #000; }
  .imgselection > img {
    float: left; }
  .imgselection .group {
    max-height: 38px;
    transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    -ms-transition: max-height 0.3s ease;
    -moz-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    overflow: hidden; }
    .imgselection .group.open {
      max-height: 600px; }
      .imgselection .group.open .header {
        background: url(img/group-open.png) left center no-repeat; }
    .imgselection .group:last-child .header {
      border-bottom: 0; }

a.cart-checkout, a.cart-clear {
  float: right;
  position: static;
  cursor: pointer; }

a.cart-send {
  font-weight: normal;
  padding: 4px 6px;
  position: static;
  float: left; }
  a.cart-send:before {
    content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 5px; }

.sendcart {
  width: 100%;
  clear: both;
  font-size: 15px;
  padding: 10px 0; }
  .sendcart label {
    display: block; }
  .sendcart input {
    line-height: 23px; }
  .sendcart .cart-sendtoemail {
    font-weight: normal;
    margin-left: 10px; }

/*
.redbutton,.cart-clear {
	-moz-box-shadow:inset 1px 1px 2px -1px #f5978e;
	-webkit-box-shadow:inset 1px 1px 2px -1px #f5978e;
	box-shadow:inset 1px 1px 2px -1px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:2px 1px 1px #810e05;

    &:hover {
	    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	    background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	    background-color:#c62d1f;
    }
    &:active {
	    position:relative;
	    top:1px;
    }
}
*/
.noi-ticker a span, .cart-delete span {
  display: none; }

.noi-ticker .add {
  background-position: 0 -15px; }

a.cart-checkout, a.cart-clear {
  margin-left: 8px;
  font-weight: normal;
  padding: 4px 6px; }

.wd-cart-prod {
  position: relative;
  clear: both;
  margin-bottom: 10px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px; }

.wd-cart-prod:first-child {
  margin-top: 0;
  border-top: 0; }

.line-top strong {
  border-top: solid 1px #333;
  color: #F9A02D;
  font-size: 14px; }

#orderoverview .cart-sumcnt .line-top strong {
  color: #F9A02D;
  font-size: 18px; }

#orderoverview .cart-sumcnt {
  float: right; }

.cart-info {
  text-align: center;
  padding: 4px 0px; }

.shop-button, .cart-checkout, .wd-buy-button {
  background: #5bbf21;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ada2a), to(#4ca11c));
  background: -moz-linear-gradient(top, #6ada2a, #4ca11c);
  padding: 8px 30px;
  text-shadow: 1px 1px 2px #000;
  color: #fff;
  font-size: 15px;
  box-shadow: inset 0px 1px 1px #83e04c, 1px 1px 3px #ddd;
  border: solid 1px #469419; }
  .shop-button:hover, .cart-checkout:hover, .wd-buy-button:hover {
    background: #6ada2a;
    background: -webkit-gradient(linear, left top, left bottom, from(#5bbf21), to(#62ce24));
    background: -moz-linear-gradient(top, #5bbf21, #80df48); }
  .shop-button:active, .cart-checkout:active, .wd-buy-button:active {
    background: #4ca11c;
    background: -webkit-gradient(linear, left top, left bottom, from(#4ca11c), to(#6ada2a));
    background: -moz-linear-gradient(top, #4ca11c, #6ada2a); }
  .shop-button:active, .cart-checkout:active, .wd-buy-button:active {
    color: #fff; }

.buy-noi {
  padding: 8px 0px;
  width: 40px;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-right: 6px;
  border: solid 1px #ccc;
  box-shadow: inset 1px 1px 2px #83e04c, 1px 1px 3px #ddd; }

.buy-infobox {
  border: solid 1px #b3b3b3;
  background: #fff;
  padding: 10.5px;
  margin-top: 100px;
  max-width: 768px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #666;
  margin-left: -25px;
  max-width: 400px;
  margin-top: -21px;
  color: #333;
  position: absolute; }
  .buy-infobox:after {
    content: "";
    position: absolute;
    bottom: -15px;
    /* value = - border-top-width - border-bottom-width */
    left: 50px;
    /* controls horizontal position */
    border-width: 15px 15px 0;
    /* vary these values to change the angle of the vertex */
    border-style: solid;
    border-color: #fff transparent;
    /* reduce the damage in FF3.0 */
    display: block;
    width: 0; }

.group-button {
  margin-right: 8px;
  margin-bottom: 8px; }

.shop-innercnt div.selected {
  border: solid 2px #ed1b2e; }

/*
.ie .shop-innercnt div.selected, .wd-incart button {
	background-color:#80f193;
}

.ie7 div.button-group, .ie8 div.button-group {
	display:block;
	width:auto;
	float:left;
}
*/
body.layoutmode div.hidden {
  display: block;
  opacity: 0.3; }

div.hidden {
  display: none; }

.cart-sum span {
  display: inline-block;
  width: 200px; }

.img-col {
  width: 80px;
  float: left; }

.info-col {
  float: left;
  width: 260px;
  padding-right: 8px;
  padding-top: 4px; }

.prod-toolbox div {
  float: left; }

.prod-toolbox {
  position: absolute;
  right: 2px;
  top: 13px; }

.shop-parent .prod-toolbox {
  top: 6px; }

/*
.wd-incart button
{
    background: -moz-linear-gradient(
		top,
		#40ed5a 0%,
		#8be8a4 50%,
		#91f291 50%,
		#17590d);
    background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#40ed5a),
		color-stop(0.50, #8be8a4),
		color-stop(0.50, #91f291),
		to(#17590d));
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 13px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 13px rgba(255,255,255,1);
}
*/
.price, .saleprice, #shop-customprice {
  font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
  font-size: 30px;
  color: #000;
  /*
	
	color:#fff;
	-webkit-text-stroke: 2px #000; 
	-moz-text-stroke: 2px #000;
	text-shadow:4px 4px 8px #aaa;*/ }

.saleprice {
  color: Red; }

.nprice {
  text-decoration: line-through;
  font-size: 26px; }

a.u {
  text-decoration: underline; }

#proddata, #layerdata {
  margin-top: 18px; }

#proddata .wd-f, #layerdata .wd-f {
  border-top: 0; }

#proddata input[type="text"] {
  width: 500px; }

#layerdata input[type="text"] {
  width: 45%; }

#proddata #Vat {
  width: 208px; }

#proddata input[type="text"].customprop {
  width: 160px;
  margin-right: 8px; }

#customdata button {
  margin-right: 5px; }

#newcustprop input[type="text"] {
  width: 300px; }

#newcustprop select {
  width: 250px; }

#allexistingprops {
  padding: 4px 6px; }

.shop-configcnt .loading, .shop .loading {
  display: block;
  background: transparent url(img/shop/ajax-loader.gif) no-repeat left center;
  padding-left: 60px;
  line-height: 46px;
  font-size: 18px; }

.btn-cnt {
  margin-top: 15px;
  padding-top: 8px;
  border-top: solid 1px #e4e4e4;
  text-align: center; }

.cart-newprods .cart-sumcnt {
  display: none; }

.buy-price {
  float: right;
  margin-left: 8px;
  font-size: 18px;
  line-height: 36px; }

.img-col {
  background-color: #fff;
  border: solid 1px #e0e0e0;
  margin-right: 7px;
  padding: 2px; }

.cart-sumcnt {
  margin-top: 20px; }

.cart-notinstock {
  opacity: 0.5; }

.wd-cart-prod .notinstocktext {
  display: none; }

.cart-notinstock .notinstocktext {
  display: block;
  float: right;
  color: #333; }

.shop-parent .cart-descr {
  display: none; }

.shop-parent .img-col {
  border: 0; }

.buy-cnt.notinstock .wd-buy-button {
  opacity: 1 !important; }

.shop-lang {
  cursor: pointer; }
  .shop-lang span {
    padding-left: 20px;
    background: transparent url(/css/flags/flag_sweden.png) no-repeat 0px 2px; }

.flag-no span {
  background-image: url(/css/flags/flag_norway.png); }

.flag-fi span {
  background-image: url(/css/flags/flag_finland.png); }

.shop-country-sel {
  list-style: none; }

#ilogin {
  border: solid 1px #b3b3b3;
  background: #fff;
  padding: 21px;
  margin-top: 100px;
  max-width: 768px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #666; }
  #ilogin > .ph {
    position: relative; }
  #ilogin .close {
    top: -10px;
    right: -10px; }
  #ilogin.row {
    min-width: 300px; }
  #ilogin h2 {
    margin-top: 0;
    padding-top: 0; }
  #ilogin * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  #ilogin .ph .ibr {
    border-right: dotted 1px #ccc;
    padding-right: 21px;
    padding-left: 10.5px; }

.ibuttons .button {
  float: left;
  margin-right: 8px; }

body label.inline {
  display: inline;
  padding-left: 5px; }

.ierror {
  background: #e3a898;
  padding: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #96280a; }

.iinp {
  margin: 8px 0; }
  .iinp label {
    font-weight: bold; }
  .iinp .inp {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 100%; }

#ilogin .c6 {
  padding-right: 10.5px;
  padding-left: 21px; }

.shop-multitoggle {
  margin-right: 20px;
  cursor: pointer; }

.shop-multialt:after {
  display: block;
  clear: both;
  content: ""; }

.ifcnt {
  width: 25%;
  float: left;
  border-left: solid 1px #c9c9ca;
  padding: 5px 20px; }

.pcnt {
  width: 100%;
  float: none; }

.filterCnt {
  display: none; }

.ifcnt:first-child {
  border-left: 0;
  padding-left: 0; }

.ifcnt:nth-child(2) {
  display: none !important; }

.noi {
  float: right; }

.shop-multitoggle strong {
  display: block; }

.shop-multitoggle em {
  display: none; }

div.hasfilter em {
  display: inline;
  padding-left: 4px;
  color: #999; }

.filterCnt {
  background: #e9e9e9;
  padding: 22px 16px;
  box-shadow: inset 0 0 7px #c7c7c7;
  position: relative; }

.shop-multialt div, .tcnt div {
  margin-bottom: 4px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 120px;
  padding: 2px 8px 0 24px;
  float: left;
  cursor: pointer;
  background: transparent url(img/chkbox.png) no-repeat left -18px; }
  .shop-multialt div.selalt, .tcnt div.selalt {
    background-position: 0px 0px; }

/*
.shop-parent {
	margin-left:40px;
	margin-top:0;
	padding-top:0;
	margin-bottom:4px;
	padding-bottom:4px;
    border-top: none;
	border-bottom: dashed 1px #ccc;
    
}
.shop-parent.first {
	margin-top:7px;
}
.shop-parent.last {
	border-bottom: 0;
}

.shop-parent .info-col {
	margin-top:1px;
	width:331px;
}

.shop-parent .cart-price {
	font-size:13px;
	float:right;
}

*/
.product .discountprice, .product .newicon {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 3px;
  border-radius: 2px; }
  .product .discountprice span, .product .newicon span {
    color: #FFF; }
  .product .discountprice:not(.tobuy), .product .newicon:not(.tobuy) {
    width: 46%;
    text-align: center; }
  .product .discountprice.tobuy, .product .newicon.tobuy {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 20; }
  .product .discountprice.morealts, .product .discountprice.instock, .product .newicon.morealts, .product .newicon.instock {
    border: 1px solid #787878;
    background-color: #FFF; }
    .product .discountprice.morealts span, .product .discountprice.instock span, .product .newicon.morealts span, .product .newicon.instock span {
      color: #787878; }
    .product .discountprice.morealts i, .product .discountprice.instock i, .product .newicon.morealts i, .product .newicon.instock i {
      color: #6b6b6b;
      display: inline-block;
      line-height: 18px;
      font-size: 10px; }
  .product .discountprice.morealts i, .product .newicon.morealts i {
    float: right;
    margin-left: 5px; }
  .product .discountprice.instock, .product .newicon.instock {
    border: 1px solid #787878; }
    .product .discountprice.instock i, .product .newicon.instock i {
      float: left;
      width: 18px;
      height: 18px;
      text-align: center;
      color: #FFF;
      background-color: #5bbf21;
      margin-right: 5px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */ }

#priceslide {
  height: 20px;
  margin: 5px 0; }
  #priceslide > span {
    display: block;
    float: left;
    width: 15%;
    text-align: center; }
  #priceslide .ui-slider-horizontal {
    position: relative;
    margin-top: 7px;
    float: left;
    width: 70%;
    height: 3px;
    border: solid 1px #fff;
    background: #eee; }
    #priceslide .ui-slider-horizontal > * {
      position: absolute; }
    #priceslide .ui-slider-horizontal .ui-slider-range {
      height: 3px;
      border: solid 1px #CCC; }
    #priceslide .ui-slider-horizontal .ui-slider-handle {
      background: #fff;
      display: block;
      border-radius: 3px;
      border: solid 1px #ed1b2e;
      margin-top: -8px;
      width: 16px;
      height: 16px; }

/*
.product .newicon {
	background-image:url(img/news-blob.png);
	top:-8px;
	//left:-6px;
	left: 123px;
}
    */
.hasborder .product {
  border-bottom: solid 1px #dcdcdc; }

#prodlist, #cprodlist, .productlist {
  position: relative; }
  #prodlist .product, #cprodlist .product, .productlist .product {
    float: left;
    position: relative;
    background-size: 85% auto;
    background-position: center 6px;
    background-repeat: no-repeat;
    width: 33.33%;
    margin: 10px 3%;
    height: 317px;
    margin-left: -1px;
    margin-top: -1px; }
    #prodlist .product .wd-buy-button, #cprodlist .product .wd-buy-button, .productlist .product .wd-buy-button {
      border-radius: 0;
      padding: 8px;
      display: block; }
    #prodlist .product .price, #prodlist .product .saleprice, #cprodlist .product .price, #cprodlist .product .saleprice, .productlist .product .price, .productlist .product .saleprice {
      font-size: 16px;
      font-weight: normal;
      display: inline; }
    #prodlist .product .nprice, #cprodlist .product .nprice, .productlist .product .nprice {
      display: inline-block;
      font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
      font-size: 16px;
      font-weight: normal;
      padding-left: 4px;
      font-style: normal; }
    #prodlist .product .oldprice, #cprodlist .product .oldprice, .productlist .product .oldprice {
      text-decoration: line-through;
      font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
      font-size: 16px;
      display: inline;
      padding-left: 4px; }
    #prodlist .product:hover, #cprodlist .product:hover, .productlist .product:hover {
      background-size: 88% auto;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); }
      #prodlist .product:hover .prodinfo, #cprodlist .product:hover .prodinfo, .productlist .product:hover .prodinfo {
        opacity: 1;
        bottom: 0px; }
  #prodlist .prodinfo, #cprodlist .prodinfo, .productlist .prodinfo {
    /*
		position:absolute;
		bottom:0;
		left:0;
		right:0;
		height:40px;
		background-color:rgba(255,255,255,0.9);
		
        //div.txt {
        //background-color:#fff;
        //color:#fff;
        position: absolute;
        //height:58px;
        z-index: 98;
        overflow: hidden;
        padding: 6px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        //text-align:center;
        display: block;
        opacity: 0.8;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;*/
    /*
		div:after {
			@include cssTriangle(14px, $seccolor, bottom); position: absolute; right: 10px; top: -37px; z-index:99;
		}
		*/ }
    #prodlist .prodinfo .txt, #cprodlist .prodinfo .txt, .productlist .prodinfo .txt {
      font-weight: normal;
      font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
      font-size: 16px; }
    #prodlist .prodinfo span, #cprodlist .prodinfo span, .productlist .prodinfo span {
      display: block;
      text-transform: lowercase; }
      #prodlist .prodinfo span::first-letter, #cprodlist .prodinfo span::first-letter, .productlist .prodinfo span::first-letter {
        text-transform: capitalize; }
    #prodlist .prodinfo em, #cprodlist .prodinfo em, .productlist .prodinfo em {
      font-style: normal; }

@media only screen and (max-width: 767px) {
  #prodlist .product, #cprodlist .product {
    width: 47%;
    background-size: auto 82%; }
    #prodlist .product:hover, #cprodlist .product:hover {
      background-size: auto 85%; } }

@media only screen and (max-width: 340px) {
  .ifcnt {
    width: 100%;
    padding: 5px 0;
    float: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px C9C9CA;
    border-left: 0; }
  .shop-multitoggle {
    margin-right: 0; }
  #prodlist .product, #cprodlist .product {
    width: 100%;
    background-size: auto 82%; }
    #prodlist .product:hover, #cprodlist .product:hover {
      background-size: auto 85%; } }

.shoptools {
  background-color: #FFF;
  position: relative;
  /*.filtercnt, .extracnt, .productlist, .priceslide {
        
    }*/ }
  .shoptools .filter-wrp {
    width: 1020px;
    padding: 21px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 20px 0 50px 0; }
  .shoptools .filtercnt {
    position: relative; }
  .shoptools .filter-fld-parent {
    float: left;
    width: 33.333%;
    font-weight: 800;
    color: #333333;
    margin: 0;
    position: relative;
    margin: 5px 0; }
    .shoptools .filter-fld-parent.filter-edit {
      background-color: #cfcfcf;
      padding-left: 30px;
      display: block;
      clear: both;
      margin: 5px 0; }
      .shoptools .filter-fld-parent.filter-edit:before {
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 35%; }
    .shoptools .filter-fld-parent:last-child .shop-multitoggle, .shoptools .filter-fld-parent:last-child .shop-defaultlbl {
      border-right: 0; }
  .shoptools .shop-defaultlbl {
    color: #999999;
    font-size: 0.8em;
    margin-right: 20px;
    border-right: 1px solid #cfcfcf;
    text-transform: uppercase;
    padding-left: 5px; }
  .shoptools .shop-multitoggle {
    /*line-height: 50px;*/
    padding: 10px 20px 10px 5px;
    border-right: 1px solid #cfcfcf; }
    .shoptools .shop-multitoggle:before {
      content: "\f107";
      font-family: FontAwesome;
      float: right; }
    .shoptools .shop-multitoggle > span {
      display: block;
      width: 80%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .shoptools .filter-fld-parent div[data-prp] {
    background-color: #FFF;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.3);
    position: absolute;
    left: -20px;
    top: 85%;
    z-index: 10;
    width: 235px;
    max-height: 300px;
    overflow-y: auto; }
    .shoptools .filter-fld-parent div[data-prp].filter-slider {
      padding: 40px 30px 10px 30px;
      width: 120%; }
      .shoptools .filter-fld-parent div[data-prp].filter-slider .leftspan, .shoptools .filter-fld-parent div[data-prp].filter-slider .rightspan {
        position: absolute;
        top: 10px; }
      .shoptools .filter-fld-parent div[data-prp].filter-slider .leftspan {
        left: 20px; }
      .shoptools .filter-fld-parent div[data-prp].filter-slider .rightspan {
        right: 20px; }
    .shoptools .filter-fld-parent div[data-prp] .multiselalt, .shoptools .filter-fld-parent div[data-prp] .onoffsel, .shoptools .filter-fld-parent div[data-prp] .pageselalt {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #cfcfcf;
      float: none;
      background: #FFF;
      font-weight: 400;
      cursor: pointer; }
      .shoptools .filter-fld-parent div[data-prp] .multiselalt:last-child, .shoptools .filter-fld-parent div[data-prp] .onoffsel:last-child, .shoptools .filter-fld-parent div[data-prp] .pageselalt:last-child {
        border-bottom: 0; }
      .shoptools .filter-fld-parent div[data-prp] .multiselalt:before, .shoptools .filter-fld-parent div[data-prp] .onoffsel:before, .shoptools .filter-fld-parent div[data-prp] .pageselalt:before {
        content: "\f096";
        font-family: FontAwesome;
        display: inline-block;
        margin-right: 5px; }
      .shoptools .filter-fld-parent div[data-prp] .multiselalt.selalt:before, .shoptools .filter-fld-parent div[data-prp] .onoffsel.selalt:before, .shoptools .filter-fld-parent div[data-prp] .pageselalt.selalt:before {
        content: "\f046"; }
  .shoptools .noUi-base .noUi-connect {
    background: #ccc;
    box-shadow: none; }
  .shoptools .noUi-marker {
    background: #EEE; }
    .shoptools .noUi-marker.noUi-marker-large, .shoptools .noUi-marker.noUi-marker-sub {
      background: #CCC; }
  .shoptools .priceslide {
    padding: 40px 20px 0 20px;
    position: relative;
    border-top: 1px solid #cfcfcf; }
    .shoptools .priceslide span {
      position: absolute;
      top: 10px;
      font-weight: bold; }
      .shoptools .priceslide span:first-child {
        left: 0; }
      .shoptools .priceslide span:last-child {
        right: 0; }
  .shoptools .sortcnt {
    position: absolute;
    bottom: -70px;
    font-weight: 600;
    right: 0px;
    font-size: 0.9em; }
    .shoptools .sortcnt .sortbtn {
      font-weight: 400;
      display: inline-block;
      margin: 0 10px; }
      .shoptools .sortcnt .sortbtn:after {
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 5px; }
      .shoptools .sortcnt .sortbtn.selectedsort {
        font-weight: 600; }
        .shoptools .sortcnt .sortbtn.selectedsort:after {
          content: "\f0d7"; }
        .shoptools .sortcnt .sortbtn.selectedsort.inv:after {
          content: "\f0d8"; }
  .shoptools .count {
    position: absolute;
    bottom: -80px;
    font-weight: 600;
    font-size: 36px;
    width: 1020px;
    max-width: 100%;
    padding: 0;
    left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    /*&:after {
            content: "";
            display: block;
            position: absolute;
            height: 6px;
            width: 75px;
            bottom: -3px;
            background: $maincolor;
        }*/ }

.filter-freetext {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 5px; }
  .filter-freetext:after {
    content: "";
    display: block;
    clear: both; }
  .filter-freetext:before {
    content: "\f002";
    font-family: FontAwesome;
    color: #DDD;
    font-size: 30px;
    display: block;
    float: left;
    width: 10%;
    margin-top: 10px; }
  .filter-freetext label, .filter-freetext #filterText {
    display: block;
    float: left;
    width: 90%; }
  .filter-freetext label {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #999999;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase; }
  .filter-freetext input#filterText {
    font-weight: 800;
    color: #888;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #cfcfcf;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 30px;
    height: 30px; }
    .filter-freetext input#filterText:focus {
      outline: 0;
      color: #333; }

.product-filter .productlist, #prodlist.productlist, #prodlist.shop {
  margin-top: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }
  .product-filter .productlist .product, #prodlist.productlist .product, #prodlist.shop .product {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-item-align: auto;
    float: none;
    width: 33%;
    max-width: 33%;
    flex-basis: 33%;
    position: relative;
    padding: 15px 15px 45px 15px;
    cursor: pointer;
    margin-bottom: 10px;
    height: auto;
    margin: 0; }
    .product-filter .productlist .product:hover, #prodlist.productlist .product:hover, #prodlist.shop .product:hover {
      box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.13); }
    .product-filter .productlist .product .filtershowprod, #prodlist.productlist .product .filtershowprod, #prodlist.shop .product .filtershowprod {
      display: none; }
    .product-filter .productlist .product .prodinfo, #prodlist.productlist .product .prodinfo, #prodlist.shop .product .prodinfo {
      position: relative;
      padding-top: 20px; }
      .product-filter .productlist .product .prodinfo .flags, #prodlist.productlist .product .prodinfo .flags, #prodlist.shop .product .prodinfo .flags {
        position: absolute;
        bottom: 80%;
        left: 0;
        width: 100%; }
      .product-filter .productlist .product .prodinfo .txt, #prodlist.productlist .product .prodinfo .txt, #prodlist.shop .product .prodinfo .txt {
        font-weight: 400;
        color: #000; }
      .product-filter .productlist .product .prodinfo .price, .product-filter .productlist .product .prodinfo .saleprice, .product-filter .productlist .product .prodinfo .nprice, #prodlist.productlist .product .prodinfo .price, #prodlist.productlist .product .prodinfo .saleprice, #prodlist.productlist .product .prodinfo .nprice, #prodlist.shop .product .prodinfo .price, #prodlist.shop .product .prodinfo .saleprice, #prodlist.shop .product .prodinfo .nprice {
        font-size: 16px;
        display: inline;
        font-weight: 400; }
    .product-filter .productlist .product:after, #prodlist.productlist .product:after, #prodlist.shop .product:after {
      content: "";
      display: block;
      clear: both; }
  .product-filter .productlist .buy-cnt, #prodlist.productlist .buy-cnt, #prodlist.shop .buy-cnt {
    text-align: center;
    margin-top: 20px; }
  .product-filter .productlist .wd-buy-button, #prodlist.productlist .wd-buy-button, #prodlist.shop .wd-buy-button {
    font-weight: 400; }

@media screen and (max-width: 768px) {
  body .shop-defaultlbl {
    margin-right: 0; }
  body .product-filter .productlist .product .prodinfo .flags, body #prodlist.productlist .product .prodinfo .flags, body #prodlist.shop .product .prodinfo .flags {
    position: relative; }
  body .product-filter .productlist .product, body #prodlist.productlist .product, body #prodlist.shop .product {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }
  body .product .discountprice:not(.tobuy), body .product .newicon:not(.tobuy) {
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 10px; }
    body .product .discountprice:not(.tobuy).instock i, body .product .newicon:not(.tobuy).instock i {
      height: 16px;
      width: 16px;
      line-height: 16px; }
    body .product .discountprice:not(.tobuy).morealts i, body .product .newicon:not(.tobuy).morealts i {
      height: 16px;
      line-height: 16px; } }

.quickbuy {
  border: solid 1px #b3b3b3;
  background: #fff;
  padding: 20px;
  margin-top: 100px;
  max-width: 768px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #666;
  position: relative; }
  .quickbuy .qcol {
    width: 40%;
    float: left;
    padding: 30px; }
  .quickbuy .q2 {
    width: 60%; }

.accprices .accrowsum {
  font-size: 16px;
  font-style: normal;
  display: block; }
  .accprices .accrowsum .price {
    font-size: 16px; }
  .accprices .accrowsum .saleprice {
    font-size: 16px; }
  .accprices .accrowsum .nprice {
    font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
    font-size: 16px; }

.accprices .acctotsum {
  font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
  font-size: 16px; }
  .accprices .acctotsum .accitemtotsum {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; }

#accessories_container h3 {
  display: inline; }

#accessories_container #hastyg {
  margin: 0; }

#tsubcnt {
  display: block;
  content: ".";
  display: block;
  clear: both; }

.accitemswrapper {
  float: right;
  width: 62%; }

.accgroup.open {
  display: block; }

.accgroup:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden; }

.accgroup .populated {
  display: inline; }

.accgroup .accitem {
  width: 46%;
  float: left;
  margin-right: 4%;
  position: relative; }
  .accgroup .accitem:nth-child(4n) {
    margin-right: 0; }
  .accgroup .accitem .name {
    display: block; }
  .accgroup .accitem .acc-artnr {
    display: none; }
  .accgroup .accitem .accimg img {
    border: 2px solid #EEE; }
  .accgroup .accitem .info {
    background: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 10px; }
    .accgroup .accitem .info .price {
      font-size: 14px; }
    .accgroup .accitem .info .saleprice {
      font-size: 14px; }
    .accgroup .accitem .info .nprice {
      font-size: 14px; }
  .accgroup .accitem.selected .chk {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1; }
  .accgroup .accitem.selected .accimg img {
    border: 2px solid #999; }
  .accgroup .accitem .chk {
    background: url("/images/check.png") no-repeat scroll center center/20px 20px #2ecc71;
    border-radius: 20px;
    height: 40px;
    opacity: 0;
    position: absolute;
    left: 5px;
    top: 5px;
    transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.29, 1.01, 0.2, 0.72) 0s;
    -webkit-transition: transform 0.3s cubic-bezier(0.29, 1.01, 0.2, 0.72) 0s;
    -ms-transition: transform 0.3s cubic-bezier(0.29, 1.01, 0.2, 0.72) 0s;
    -moz-transition: transform 0.3s cubic-bezier(0.29, 1.01, 0.2, 0.72) 0s;
    -o-transition: transform 0.3s cubic-bezier(0.29, 1.01, 0.2, 0.72) 0s;
    width: 40px;
    z-index: 10; }
  .accgroup .accitem .price, .accgroup .accitem .saleprice, .accgroup .accitem .nprice {
    font-size: 13px; }

.selItemAcc .price, .selItemAcc .saleprice, .selItemAcc .nprice, .accitem .price, .accitem .saleprice, .accitem .nprice {
  font-size: 13px; }

.selItemAcc {
  padding: 5px 0;
  border-bottom: 1px solid #DDD; }

/*.shop-multitoggle {
	display: inline-block;
	line-height: 40px;
	//padding: 0 20px;
	border: 1px solid transparent;
	background: #EEE;
	position: relative;
	margin-right: 2px;
	&.openparent {
		background: #FFF;
		border: 1px solid #6e6e6e;
		border-width: 1px 1px 0 1px;
		line-height: 41px;
		top: 2px;
	}
}*/
#tygsel .shop-multitoggle {
  padding: 0 10px;
  display: none; }

.accrowsum .price {
  font-size: 14px; }

.selItemAcc {
  padding-left: 20px;
  background: url(/images/check-sml.png) left 6px no-repeat;
  background-size: auto 15px; }

.wd-prodlist .sbtn.incart:before, .wd-prodlist a.incart.cart-send:before, .wd-prodlist .incart.wd-custom-buybutton:before, .wd-prodlist .checkout-comment-container button.incart:before, .checkout-comment-container .wd-prodlist button.incart:before {
  content: '\f00c'; }

.wd-prodlist .sbtn.incart.adding:before, .wd-prodlist a.incart.adding.cart-send:before, .wd-prodlist .incart.adding.wd-custom-buybutton:before, .wd-prodlist .checkout-comment-container button.incart.adding:before, .checkout-comment-container .wd-prodlist button.incart.adding:before {
  content: '\f1ce ';
  animation: fa-spin 0.8s infinite linear; }

.cart-rel-art {
  width: 100%;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid whitesmoke; }
  .cart-rel-art .cart-add-rel {
    width: 33%;
    max-width: 33%;
    flex-basis: 33;
    padding: 10px 10px 40px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    position: relative; }
    .cart-rel-art .cart-add-rel:hover {
      box-shadow: 0 5px 20px 0 rgba(50, 50, 50, 0.13); }
  .cart-rel-art .button {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background: #5bbf21;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px; }
  .cart-rel-art .rel-title {
    display: block;
    padding-bottom: 30px;
    position: relative; }
    .cart-rel-art .rel-title .relprice {
      position: absolute;
      bottom: 10px;
      left: 0;
      font-family: 'DIN 1451','Arial Narrow',sans-serif;
      font-size: 16px; }
  .cart-rel-art .cart-rel-img {
    display: block;
    margin: 0 auto 10px auto; }

@media only screen and (max-width: 767px) {
  #resultq {
    padding: 5px;
    /*
		.wd-sres span:after {
			content:'st';
		}
		*/ }
    #resultq .wd-qres {
      margin-bottom: 10px;
      border-bottom: solid 1px #cfcfcf;
      padding-bottom: 10px; }
    #resultq .wd-sres span {
      display: inline-block;
      border-radius: 25px;
      margin-right: 5px;
      overflow: hidden;
      text-align: center;
      width: 16px;
      height: 16px;
      font-size: 80%;
      background-color: #ed1b2e;
      color: #fff; }
    #resultq .wd-ltit {
      display: block;
      color: #ed1b2e;
      font-weight: 400;
      margin: 10px 0;
      font-size: 120%;
      border-bottom: solid 1px #ed1b2e; }
    #resultq .stitle {
      display: block;
      font-weight: 400;
      font-size: 110%;
      margin-bottom: 4px; } }

@media only screen and (min-width: 767px) {
  #resultq {
    background: url("//wd7.se/jq/img/searchbg.gif") repeat-y scroll 0 0 #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #333333;
    padding: 5px;
    position: absolute;
    margin-left: 0px;
    width: 567px;
    z-index: 1004; }
    #resultq .wd-sres {
      padding: 6px 8px;
      cursor: pointer; }
    #resultq .wd-sres span {
      padding: 0 4px;
      float: right; }
    #resultq .wd-sres.sel {
      background-color: Highlight;
      color: HighlightText;
      border-radius: 4px; }
    #resultq .wd-ltit {
      font-weight: bold;
      padding: 5px 8px;
      color: #999;
      border-bottom: solid 1px #e0e0e0;
      border-radius: 4px; }
    #resultq .wd-sugg, #resultq .wd-spell {
      float: left;
      width: 150px; }
    #resultq .wd-res {
      padding: 4px 8px 10px;
      min-height: 82px;
      cursor: pointer;
      border-radius: 4px; }
    #resultq .wd-res img {
      float: left;
      margin-right: 5px; }
    #resultq .wd-res:hover {
      background-color: #ed1b2e;
      color: #fff; }
    #resultq .stitle {
      display: block;
      font-weight: bold;
      margin-bottom: 4px; }
    #resultq .loading-search {
      background: url("//wd7.se/jq/ajax-loader.gif") no-repeat scroll center center transparent; }
    #resultq .slidebtn div {
      height: 30px;
      margin: 0 auto;
      width: 30px;
      z-index: 111; }
    #resultq .slidebtn span {
      visibility: hidden; }
    #resultq .slide-next div {
      background: url("//wd7.se/i/next.png") no-repeat scroll 0 0 transparent;
      margin-bottom: 15px;
      margin-top: -25px; }
    #resultq .slide-prev div {
      background: url("//wd7.se/i/prev.png") no-repeat scroll 0 0 transparent;
      margin-bottom: -15px; }
    #resultq .slidebtn {
      position: absolute;
      right: 200px;
      cursor: pointer;
      z-index: 110;
      height: 30px; }
    #resultq .slide-next {
      bottom: -10px; }
    #resultq .wd-qres, #resultq .slidewrapper {
      float: right;
      min-height: 400px;
      width: 400px; } }

.popup {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  border-radius: 2px;
  display: none;
  height: 280px;
  left: 50%;
  margin-left: -240px;
  margin-top: -140px;
  padding: 40px 35px;
  position: fixed;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  width: 480px;
  max-width: 100%; }

.popup.is-active {
  animation: 1300ms linear 0s alternate both 1 form-fly-up;
  -webkit-animation: 1300ms linear 0s alternate both 1 form-fly-up;
  -ms-animation: 1300ms linear 0s alternate both 1 form-fly-up;
  -moz-animation: 1300ms linear 0s alternate both 1 form-fly-up;
  -o-animation: 1300ms linear 0s alternate both 1 form-fly-up;
  display: block;
  z-index: 5; }

@media only screen and (max-width: 480px) {
  body .popup {
    left: 0;
    right: 0;
    margin-left: 0;
    top: 40px;
    margin-top: 0;
    max-height: 90%;
    overflow: auto; } }

@keyframes form-fly-up {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1); }
  2.5641% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.41683, 0, 0, 0, 0, 1, 0, 0, -262.414, 0, 1); }
  5.1282% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.37431, 0, 0, 0, 0, 1, 0, 0, -110.892, 0, 1); }
  7.69231% {
    transform: matrix3d(1.02276, 0, 0, 0, 0, 1.19769, 0, 0, 0, 0, 1, 0, 0, -30.0374, 0, 1); }
  10.2564% {
    transform: matrix3d(1.08198, 0, 0, 0, 0, 1.02141, 0, 0, 0, 0, 1, 0, 0, 4.96607, 0, 1); }
  12.8205% {
    transform: matrix3d(1.11011, 0, 0, 0, 0, 0.93225, 0, 0, 0, 0, 1, 0, 0, 15.0981, 0, 1); }
  15.3846% {
    transform: matrix3d(1.11407, 0, 0, 0, 0, 0.90335, 0, 0, 0, 0, 1, 0, 0, 14.2134, 0, 1); }
  17.9487% {
    transform: matrix3d(1.10161, 0, 0, 0, 0, 0.9081, 0, 0, 0, 0, 1, 0, 0, 9.95034, 0, 1); }
  20.5128% {
    transform: matrix3d(1.08, 0, 0, 0, 0, 0.92785, 0, 0, 0, 0, 1, 0, 0, 5.76675, 0, 1); }
  23.0769% {
    transform: matrix3d(1.05522, 0, 0, 0, 0, 0.95142, 0, 0, 0, 0, 1, 0, 0, 2.77841, 0, 1); }
  25.641% {
    transform: matrix3d(1.03163, 0, 0, 0, 0, 0.97304, 0, 0, 0, 0, 1, 0, 0, 1.01851, 0, 1); }
  28.2051% {
    transform: matrix3d(1.01194, 0, 0, 0, 0, 0.99021, 0, 0, 0, 0, 1, 0, 0, 0.15471, 0, 1); }
  30.7692% {
    transform: matrix3d(0.99741, 0, 0, 0, 0, 1.00233, 0, 0, 0, 0, 1, 0, 0, -0.17281, 0, 1); }
  33.3333% {
    transform: matrix3d(0.98819, 0, 0, 0, 0, 1.00974, 0, 0, 0, 0, 1, 0, 0, -0.2323, 0, 1); }
  35.8974% {
    transform: matrix3d(0.98369, 0, 0, 0, 0, 1.01324, 0, 0, 0, 0, 1, 0, 0, -0.18697, 0, 1); }
  38.4615% {
    transform: matrix3d(0.98289, 0, 0, 0, 0, 1.01378, 0, 0, 0, 0, 1, 0, 0, -0.1198, 0, 1); }
  41.0256% {
    transform: matrix3d(0.98462, 0, 0, 0, 0, 1.01234, 0, 0, 0, 0, 1, 0, 0, -0.06422, 0, 1); }
  43.5897% {
    transform: matrix3d(0.98779, 0, 0, 0, 0, 1.00977, 0, 0, 0, 0, 1, 0, 0, -0.02798, 0, 1); }
  46.1538% {
    transform: matrix3d(0.99148, 0, 0, 0, 0, 1.00681, 0, 0, 0, 0, 1, 0, 0, -0.00823, 0, 1); }
  48.7179% {
    transform: matrix3d(0.99504, 0, 0, 0, 0, 1.00396, 0, 0, 0, 0, 1, 0, 0, 0.00056, 0, 1); }
  51.282% {
    transform: matrix3d(0.99803, 0, 0, 0, 0, 1.00157, 0, 0, 0, 0, 1, 0, 0, 0.0033, 0, 1); }
  53.8462% {
    transform: matrix3d(1.00026, 0, 0, 0, 0, 0.99979, 0, 0, 0, 0, 1, 0, 0, 0.00328, 0, 1); }
  56.4103% {
    transform: matrix3d(1.00169, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0.00236, 0, 1); }
  58.9744% {
    transform: matrix3d(1.00241, 0, 0, 0, 0, 0.99807, 0, 0, 0, 0, 1, 0, 0, 0.00139, 0, 1); }
  61.5385% {
    transform: matrix3d(1.00257, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0.00069, 0, 1); }
  64.1026% {
    transform: matrix3d(1.00233, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0.00026, 0, 1); }
  66.6667% {
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  69.2308% {
    transform: matrix3d(1.00131, 0, 0, 0, 0, 0.99895, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  71.7949% {
    transform: matrix3d(1.00078, 0, 0, 0, 0, 0.99938, 0, 0, 0, 0, 1, 0, 0, -0.00005, 0, 1); }
  74.359% {
    transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, -0.00004, 0, 1); }
  76.9231% {
    transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  79.4872% {
    transform: matrix3d(0.99976, 0, 0, 0, 0, 1.00019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.0513% {
    transform: matrix3d(0.99964, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  84.6154% {
    transform: matrix3d(0.99962, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.1795% {
    transform: matrix3d(0.99965, 0, 0, 0, 0, 1.00028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.7436% {
    transform: matrix3d(0.99972, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.3077% {
    transform: matrix3d(0.9998, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  94.8718% {
    transform: matrix3d(0.99988, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.4359% {
    transform: matrix3d(0.99995, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-webkit-keyframes form-fly-up {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1); }
  2.5641% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.41683, 0, 0, 0, 0, 1, 0, 0, -262.414, 0, 1); }
  5.1282% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.37431, 0, 0, 0, 0, 1, 0, 0, -110.892, 0, 1); }
  7.69231% {
    transform: matrix3d(1.02276, 0, 0, 0, 0, 1.19769, 0, 0, 0, 0, 1, 0, 0, -30.0374, 0, 1); }
  10.2564% {
    transform: matrix3d(1.08198, 0, 0, 0, 0, 1.02141, 0, 0, 0, 0, 1, 0, 0, 4.96607, 0, 1); }
  12.8205% {
    transform: matrix3d(1.11011, 0, 0, 0, 0, 0.93225, 0, 0, 0, 0, 1, 0, 0, 15.0981, 0, 1); }
  15.3846% {
    transform: matrix3d(1.11407, 0, 0, 0, 0, 0.90335, 0, 0, 0, 0, 1, 0, 0, 14.2134, 0, 1); }
  17.9487% {
    transform: matrix3d(1.10161, 0, 0, 0, 0, 0.9081, 0, 0, 0, 0, 1, 0, 0, 9.95034, 0, 1); }
  20.5128% {
    transform: matrix3d(1.08, 0, 0, 0, 0, 0.92785, 0, 0, 0, 0, 1, 0, 0, 5.76675, 0, 1); }
  23.0769% {
    transform: matrix3d(1.05522, 0, 0, 0, 0, 0.95142, 0, 0, 0, 0, 1, 0, 0, 2.77841, 0, 1); }
  25.641% {
    transform: matrix3d(1.03163, 0, 0, 0, 0, 0.97304, 0, 0, 0, 0, 1, 0, 0, 1.01851, 0, 1); }
  28.2051% {
    transform: matrix3d(1.01194, 0, 0, 0, 0, 0.99021, 0, 0, 0, 0, 1, 0, 0, 0.15471, 0, 1); }
  30.7692% {
    transform: matrix3d(0.99741, 0, 0, 0, 0, 1.00233, 0, 0, 0, 0, 1, 0, 0, -0.17281, 0, 1); }
  33.3333% {
    transform: matrix3d(0.98819, 0, 0, 0, 0, 1.00974, 0, 0, 0, 0, 1, 0, 0, -0.2323, 0, 1); }
  35.8974% {
    transform: matrix3d(0.98369, 0, 0, 0, 0, 1.01324, 0, 0, 0, 0, 1, 0, 0, -0.18697, 0, 1); }
  38.4615% {
    transform: matrix3d(0.98289, 0, 0, 0, 0, 1.01378, 0, 0, 0, 0, 1, 0, 0, -0.1198, 0, 1); }
  41.0256% {
    transform: matrix3d(0.98462, 0, 0, 0, 0, 1.01234, 0, 0, 0, 0, 1, 0, 0, -0.06422, 0, 1); }
  43.5897% {
    transform: matrix3d(0.98779, 0, 0, 0, 0, 1.00977, 0, 0, 0, 0, 1, 0, 0, -0.02798, 0, 1); }
  46.1538% {
    transform: matrix3d(0.99148, 0, 0, 0, 0, 1.00681, 0, 0, 0, 0, 1, 0, 0, -0.00823, 0, 1); }
  48.7179% {
    transform: matrix3d(0.99504, 0, 0, 0, 0, 1.00396, 0, 0, 0, 0, 1, 0, 0, 0.00056, 0, 1); }
  51.282% {
    transform: matrix3d(0.99803, 0, 0, 0, 0, 1.00157, 0, 0, 0, 0, 1, 0, 0, 0.0033, 0, 1); }
  53.8462% {
    transform: matrix3d(1.00026, 0, 0, 0, 0, 0.99979, 0, 0, 0, 0, 1, 0, 0, 0.00328, 0, 1); }
  56.4103% {
    transform: matrix3d(1.00169, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0.00236, 0, 1); }
  58.9744% {
    transform: matrix3d(1.00241, 0, 0, 0, 0, 0.99807, 0, 0, 0, 0, 1, 0, 0, 0.00139, 0, 1); }
  61.5385% {
    transform: matrix3d(1.00257, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0.00069, 0, 1); }
  64.1026% {
    transform: matrix3d(1.00233, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0.00026, 0, 1); }
  66.6667% {
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  69.2308% {
    transform: matrix3d(1.00131, 0, 0, 0, 0, 0.99895, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  71.7949% {
    transform: matrix3d(1.00078, 0, 0, 0, 0, 0.99938, 0, 0, 0, 0, 1, 0, 0, -0.00005, 0, 1); }
  74.359% {
    transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, -0.00004, 0, 1); }
  76.9231% {
    transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  79.4872% {
    transform: matrix3d(0.99976, 0, 0, 0, 0, 1.00019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.0513% {
    transform: matrix3d(0.99964, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  84.6154% {
    transform: matrix3d(0.99962, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.1795% {
    transform: matrix3d(0.99965, 0, 0, 0, 0, 1.00028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.7436% {
    transform: matrix3d(0.99972, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.3077% {
    transform: matrix3d(0.9998, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  94.8718% {
    transform: matrix3d(0.99988, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.4359% {
    transform: matrix3d(0.99995, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

@-moz-keyframes form-fly-up {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1); }
  2.5641% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.41683, 0, 0, 0, 0, 1, 0, 0, -262.414, 0, 1); }
  5.1282% {
    transform: matrix3d(1, 0, 0, 0, 0, 1.37431, 0, 0, 0, 0, 1, 0, 0, -110.892, 0, 1); }
  7.69231% {
    transform: matrix3d(1.02276, 0, 0, 0, 0, 1.19769, 0, 0, 0, 0, 1, 0, 0, -30.0374, 0, 1); }
  10.2564% {
    transform: matrix3d(1.08198, 0, 0, 0, 0, 1.02141, 0, 0, 0, 0, 1, 0, 0, 4.96607, 0, 1); }
  12.8205% {
    transform: matrix3d(1.11011, 0, 0, 0, 0, 0.93225, 0, 0, 0, 0, 1, 0, 0, 15.0981, 0, 1); }
  15.3846% {
    transform: matrix3d(1.11407, 0, 0, 0, 0, 0.90335, 0, 0, 0, 0, 1, 0, 0, 14.2134, 0, 1); }
  17.9487% {
    transform: matrix3d(1.10161, 0, 0, 0, 0, 0.9081, 0, 0, 0, 0, 1, 0, 0, 9.95034, 0, 1); }
  20.5128% {
    transform: matrix3d(1.08, 0, 0, 0, 0, 0.92785, 0, 0, 0, 0, 1, 0, 0, 5.76675, 0, 1); }
  23.0769% {
    transform: matrix3d(1.05522, 0, 0, 0, 0, 0.95142, 0, 0, 0, 0, 1, 0, 0, 2.77841, 0, 1); }
  25.641% {
    transform: matrix3d(1.03163, 0, 0, 0, 0, 0.97304, 0, 0, 0, 0, 1, 0, 0, 1.01851, 0, 1); }
  28.2051% {
    transform: matrix3d(1.01194, 0, 0, 0, 0, 0.99021, 0, 0, 0, 0, 1, 0, 0, 0.15471, 0, 1); }
  30.7692% {
    transform: matrix3d(0.99741, 0, 0, 0, 0, 1.00233, 0, 0, 0, 0, 1, 0, 0, -0.17281, 0, 1); }
  33.3333% {
    transform: matrix3d(0.98819, 0, 0, 0, 0, 1.00974, 0, 0, 0, 0, 1, 0, 0, -0.2323, 0, 1); }
  35.8974% {
    transform: matrix3d(0.98369, 0, 0, 0, 0, 1.01324, 0, 0, 0, 0, 1, 0, 0, -0.18697, 0, 1); }
  38.4615% {
    transform: matrix3d(0.98289, 0, 0, 0, 0, 1.01378, 0, 0, 0, 0, 1, 0, 0, -0.1198, 0, 1); }
  41.0256% {
    transform: matrix3d(0.98462, 0, 0, 0, 0, 1.01234, 0, 0, 0, 0, 1, 0, 0, -0.06422, 0, 1); }
  43.5897% {
    transform: matrix3d(0.98779, 0, 0, 0, 0, 1.00977, 0, 0, 0, 0, 1, 0, 0, -0.02798, 0, 1); }
  46.1538% {
    transform: matrix3d(0.99148, 0, 0, 0, 0, 1.00681, 0, 0, 0, 0, 1, 0, 0, -0.00823, 0, 1); }
  48.7179% {
    transform: matrix3d(0.99504, 0, 0, 0, 0, 1.00396, 0, 0, 0, 0, 1, 0, 0, 0.00056, 0, 1); }
  51.282% {
    transform: matrix3d(0.99803, 0, 0, 0, 0, 1.00157, 0, 0, 0, 0, 1, 0, 0, 0.0033, 0, 1); }
  53.8462% {
    transform: matrix3d(1.00026, 0, 0, 0, 0, 0.99979, 0, 0, 0, 0, 1, 0, 0, 0.00328, 0, 1); }
  56.4103% {
    transform: matrix3d(1.00169, 0, 0, 0, 0, 0.99864, 0, 0, 0, 0, 1, 0, 0, 0.00236, 0, 1); }
  58.9744% {
    transform: matrix3d(1.00241, 0, 0, 0, 0, 0.99807, 0, 0, 0, 0, 1, 0, 0, 0.00139, 0, 1); }
  61.5385% {
    transform: matrix3d(1.00257, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0.00069, 0, 1); }
  64.1026% {
    transform: matrix3d(1.00233, 0, 0, 0, 0, 0.99814, 0, 0, 0, 0, 1, 0, 0, 0.00026, 0, 1); }
  66.6667% {
    transform: matrix3d(1.00186, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0.00005, 0, 1); }
  69.2308% {
    transform: matrix3d(1.00131, 0, 0, 0, 0, 0.99895, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  71.7949% {
    transform: matrix3d(1.00078, 0, 0, 0, 0, 0.99938, 0, 0, 0, 0, 1, 0, 0, -0.00005, 0, 1); }
  74.359% {
    transform: matrix3d(1.00032, 0, 0, 0, 0, 0.99974, 0, 0, 0, 0, 1, 0, 0, -0.00004, 0, 1); }
  76.9231% {
    transform: matrix3d(0.99998, 0, 0, 0, 0, 1.00002, 0, 0, 0, 0, 1, 0, 0, -0.00003, 0, 1); }
  79.4872% {
    transform: matrix3d(0.99976, 0, 0, 0, 0, 1.00019, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  82.0513% {
    transform: matrix3d(0.99964, 0, 0, 0, 0, 1.00029, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  84.6154% {
    transform: matrix3d(0.99962, 0, 0, 0, 0, 1.00031, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.1795% {
    transform: matrix3d(0.99965, 0, 0, 0, 0, 1.00028, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  89.7436% {
    transform: matrix3d(0.99972, 0, 0, 0, 0, 1.00023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  92.3077% {
    transform: matrix3d(0.9998, 0, 0, 0, 0, 1.00016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  94.8718% {
    transform: matrix3d(0.99988, 0, 0, 0, 0, 1.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  97.4359% {
    transform: matrix3d(0.99995, 0, 0, 0, 0, 1.00004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } }

body {
  opacity: 1;
  visibility: visible; }
  body.cookie-warn {
    padding-top: 58px; }
  body.layoutmode .hidden-visitor {
    display: block;
    opacity: 0.5; }

.hidden-visitor {
  display: none; }

.cookie-warning {
  bottom: auto !important;
  left: 0;
  top: 0;
  background: #f7edde !important;
  z-index: 999; }

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

@font-face {
  font-family: 'Hermes-Black';
  src: url("fonts/Hermes-Black.eot") format("eot"), url("fonts/Hermes-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Hermes-Black.woff") format("woff"), url("fonts/Hermes-Black.ttf") format("truetype"), url("fonts/Hermes-Black.svg#Hermes-Black") format("svg"); }

@font-face {
  font-family: 'DIN 1451';
  src: url("fonts/Linotype - DIN 1451 Engschrift LT.ttf") format("truetype"); }

/*@font-face {
    font-family: 'DIN 1451 Alternate';
    src: url('fonts/Linotype - DIN 1451 Engschrift LT Alternate.eot') format('eot'),
         url('fonts/Linotype - DIN 1451 Engschrift LT Alternate.woff') format('woff');
}*/
.posrel {
  position: relative; }

.overlaytext {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  opacity: 1;
  z-index: 5;
  max-width: 100%; }

.slick-slider .slick-dots {
  bottom: auto;
  top: 10px; }

.slick-slide img {
  position: relative;
  z-index: 1; }

#acchosen .price {
  display: none; }

.zoom {
  background: transparent url(img/zoom.png) no-repeat top left;
  width: 22px;
  height: 22px;
  display: block; }
  .zoom span {
    display: none; }

h1.hermes, h2.hermes, h3.hermes, h4.hermes, p.hermes {
  font-family: 'Hermes-Black', Arial, sans-serif; }

#zoomimg img {
  margin: 0 auto; }

.zoomdown {
  background-position: 0 -22px; }

.props .bt {
  float: left;
  min-width: 339px; }

.inedit .visible-in-edit {
  display: block;
  padding: 10px;
  background: #eee;
  border: solid 1px #ddd; }

body h1.prodhead {
  font-family: 'DIN 1451 Alternate', 'DIN 1451', 'Arial Narrow', sans-serif;
  font-size: 28px;
  line-height: 27px; }
  body h1.prodhead span {
    display: block; }
    body h1.prodhead span::first-letter {
      text-transform: capitalize; }

.prodgroup {
  font-family: 'Open Sans', sans-serif; }
  .prodgroup span {
    display: block;
    text-transform: lowercase; }
    .prodgroup span::first-letter {
      text-transform: capitalize; }

body .hasshop {
  display: none; }

.filter {
  background-color: #eee;
  padding: 0 13px 17px 13px; }

.filtsort {
  padding-right: 20px;
  margin-right: 10px;
  text-decoration: underline;
  cursor: pointer;
  background: transparent url(img/expand.png) no-repeat right center; }

.showontoggle {
  display: none; }

.fld-Category div span {
  text-transform: capitalize; }

.altlst {
  display: none; }

.altlst li {
  float: left;
  padding: 3px 5px;
  background-color: #eee;
  margin-right: 3px; }

#tmaincnt > div {
  float: left;
  padding: 3px 10px;
  cursor: pointer; }
  #tmaincnt > div.active {
    font-weight: bold;
    text-decoration: none;
    background: #EEE; }

#mainnav li span {
  font-family: 'DIN 1451', 'Arial Narrow', sans-serif; }

#mainnav li li span {
  font-family: 'Open Sans', sans-serif; }

#imgcol > img {
  cursor: pointer; }

span.nostock strong {
  display: block; }

#tsubcnt .mcnt {
  margin: 0 -17px; }
  #tsubcnt .mcnt .name {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    padding: 3px 5px;
    color: #000; }
  #tsubcnt .mcnt .artnr {
    background: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    display: block;
    padding: 3px 5px;
    color: #000; }
  #tsubcnt .mcnt > div {
    width: 25%;
    float: left;
    padding: 10px 5px;
    position: relative;
    cursor: pointer; }
    #tsubcnt .mcnt > div .chk {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 18px;
      height: 18px; }
    #tsubcnt .mcnt > div.selected .chk {
      background: transparent url(img/chkbox.png) no-repeat 0 0; }
    #tsubcnt .mcnt > div .subprice {
      display: block;
      background: rgba(255, 255, 255, 0.9);
      padding: 3px 5px;
      color: #000; }
    #tsubcnt .mcnt > div img {
      width: 100%; }
  #tsubcnt .mcnt .saleprice, #tsubcnt .mcnt .price {
    color: #000;
    font-size: 12px;
    font-weight: normal; }
  #tsubcnt .mcnt .nprice {
    display: none; }

.openbox {
  position: absolute;
  top: -14px;
  left: 30%;
  height: 25px;
  width: 22px;
  background: transparent url(img/openbox.png) no-repeat top left; }

.filttop {
  padding-top: 15px;
  border-top: solid 1px #c9c9ca; }

.boxsort {
  left: 6%; }

form {
  border-top: solid 2px #ed1b2e; }

.toprow {
  padding-bottom: 0px;
  border-bottom: solid 10px #222;
  position: relative; }

.tree {
  border-top: 2px solid #6e6e6e;
  border-bottom: 2px solid #6e6e6e; }

.bt {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #cfcfcf; }

.clms p:first-child, .clms h1:first-child, .clms h2:first-child {
  margin-top: 0;
  padding-top: 0; }

.bt2 {
  border-color: #6e6e6e; }

.bth {
  border-top-width: 3px; }

.props .bt {
  margin-top: 0px;
  padding-top: 5px; }

.props table {
  width: 100%;
  max-width: 340px; }

.props .keytd {
  width: 107px; }

.props input[type="text"] {
  width: 80px; }

.props p {
  margin-bottom: 0; }

#foot {
  background: #2c2c2c url(img/footbg.gif) repeat-x top left;
  color: #c4c4c4;
  padding: 20px 0; }
  #foot a {
    color: #c4c4c4; }
  #foot p {
    margin: 8px 0; }
  #foot h2, #foot h3 {
    font-family: 'newbask', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff; }
  #foot .bb, #foot h2 {
    border-bottom: solid 2px #545454; }

#head {
  margin-top: 44px; }

.tree {
  margin: 20px 0; }

/*
.shop-multialt span {
	text-transform:uppercase;
}
*/
.search {
  padding: 4px 40px 4px 4px;
  width: 100%;
  height: 31px;
  outline: none !important;
  border: 1px solid #cfcfcf;
  position: relative; }

strong.title {
  display: block;
  font-weight: normal;
  width: 100%;
  clear: both; }

.color {
  float: left;
  margin: 5px 20px 15px;
  width: 100px; }
  .color span {
    color: #555555;
    display: block;
    text-align: center; }

.colors {
  margin: 0 -20px; }

.imagegallery img {
  border: solid 1px #cfcfcf;
  margin-right: 10px; }

.ani, .ani p {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.nav-bar a {
  color: #222; }

.nprice {
  color: #000; }

.flyout {
  background: #fff; }

.leftpad {
  margin: 10px 0; }

.nprice {
  padding-left: 10px; }

form .info {
  background: #eee;
  padding: 11px;
  margin-top: 7px; }
  form .info h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 5px; }

form .findinfo {
  padding: 22px; }
  form .findinfo p {
    line-height: 17px;
    color: #333333;
    opacity: 0.63; }
  form .findinfo:hover p {
    opacity: 1; }

form div.camp-txt {
  position: relative;
  padding-right: 180px; }
  form div.camp-txt .rea {
    position: absolute;
    width: 161px;
    height: 161px;
    background: transparent url(img/reabig.png) no-repeat top left;
    padding-top: 20px;
    right: 20px;
    top: -80px; }
    form div.camp-txt .rea h3 {
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 69px; }
    form div.camp-txt .rea span {
      color: #fff;
      display: block;
      text-align: center; }

.activetitle {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  padding-left: 20px;
  width: 100%; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', 'Arial Narrow', sans-serif;
  font-weight: normal;
  /*
    &.bask {
		font-family:'newbask', sans-serif;
	}*/ }
  h1.cursive, h2.cursive, h3.cursive, h4.cursive, h5.cursive {
    font-family: 'Nothing You Could Do', cursive; }

h1 {
  font-size: 54px;
  font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase; }

h2 {
  font-size: 30px;
  font-family: 'DIN 1451 Alternate', 'DIN 1451', 'Arial Narrow', sans-serif;
  margin-top: 0;
  margin-bottom: 5px; }

.prodlist {
  position: relative; }
  .prodlist h1 {
    text-transform: uppercase; }

#scrollright {
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(/css/img/arrow_right.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 25px;
  z-index: 100;
  transform: translateX(0%);
  top: 20px;
  bottom: 20px; }
  #scrollright.showme {
    opacity: 0.3;
    transition: opacity ease 1s; }
  #scrollright.hideme {
    opacity: 0;
    transition: opacity ease 1s; }

.breadcrumbs {
  padding: 15px 0;
  background-color: #FFF;
  line-height: 24px; }
  .breadcrumbs .gohome {
    display: block;
    float: left;
    margin-right: 20px; }
  .breadcrumbs i {
    font-size: 24px; }
  .breadcrumbs a {
    color: #000;
    /*&.active {
            color: $linkcolor;
        }*/ }
  .breadcrumbs .breadsep {
    display: inline-block;
    margin: 0 5px; }

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

/*/
p.bask {
	font-family:'newbask', sans-serif;
}
*/
#prodlist, #cprodlist, #prodlistAccProd {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #prodlist a.product, #cprodlist a.product, #prodlistAccProd a.product {
    display: block;
    margin-right: 2%;
    width: 31%;
    max-width: 31%;
    flex-basis: 31%;
    color: #222;
    height: auto; }

p {
  line-height: 19px; }

#mob-menu-cnt ul, #mob-menu-cnt li, .nomenupad ul, .nomenupad li {
  margin: 0;
  padding: 0; }

#mob-menu-cnt ul li, .nomenupad ul li {
  border-top: solid 1px #cfcfcf; }
  #mob-menu-cnt ul li ul, .nomenupad ul li ul {
    padding-left: 15px; }
  #mob-menu-cnt ul li a, .nomenupad ul li a {
    padding-left: 10px; }
  #mob-menu-cnt ul li:first-child, .nomenupad ul li:first-child {
    border-top: 0; }

.wd-buy-button, .shop-button, .cart-checkout, .wd-buy-button, #checkout .sendbutton, .afterbuycnt .button {
  background: #5bbf21; }
  .wd-buy-button.contactbtn, .shop-button.contactbtn, .cart-checkout.contactbtn, .wd-buy-button.contactbtn, #checkout .sendbutton.contactbtn, .afterbuycnt .button.contactbtn {
    background: #3498db;
    border: 0;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 10px; }
    .wd-buy-button.contactbtn:hover, .shop-button.contactbtn:hover, .cart-checkout.contactbtn:hover, .wd-buy-button.contactbtn:hover, #checkout .sendbutton.contactbtn:hover, .afterbuycnt .button.contactbtn:hover {
      background: #4aa3df; }

.afterbuycnt .button {
  color: #FFF;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }

.afterbuycnt .wd-addedprodcnt .aftprod .wd-artinfo {
  float: left; }

.afterbuycnt .wd-addedprodcnt > div > .button:first-child {
  color: #FFF;
  background-color: #3498db;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  margin-right: 20px; }

#checkout .sendbutton {
  color: #FFF;
  text-shadow: 1px 1px 2px #000;
  box-shadow: inset 0 1px 1px #83e04c, 1px 1px 3px #ddd;
  border: solid 1px #469419; }

.prodacc input.buy-noi {
  display: none; }

.prodacc .wd-buy-button {
  float: left;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: #6f81f9 url(img/shop/cart.png) center center no-repeat;
  /* Old browsers */
  background: url(img/shop/cart.png) center center no-repeat, -moz-linear-gradient(top, #6f81f9 0%, #2b45f5 100%);
  /* FF3.6+ */
  background: url(img/shop/cart.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f81f9), color-stop(100%, #2b45f5));
  /* Chrome,Safari4+ */
  background: url(img/shop/cart.png) center center no-repeat, -webkit-linear-gradient(top, #6f81f9 0%, #2b45f5 100%);
  /* Chrome10+,Safari5.1+ */
  background: url(img/shop/cart.png) center center no-repeat, -o-linear-gradient(top, #6f81f9 0%, #2b45f5 100%);
  /* Opera 11.10+ */
  background: url(img/shop/cart.png) center center no-repeat, -ms-linear-gradient(top, #6f81f9 0%, #2b45f5 100%);
  /* IE10+ */
  background: url(img/shop/cart.png) center center no-repeat, linear-gradient(to bottom, #6f81f9 0%, #2b45f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f81f9', endColorstr='#2b45f5',GradientType=0 );
  /* IE6-9 */ }

.prodacc .prodinfo {
  color: #000;
  font-weight: bold; }
  .prodacc .prodinfo > span {
    float: left; }
  .prodacc .prodinfo div.txt {
    width: auto;
    float: left;
    padding-left: 7px; }

.prodacc .buy-price .price {
  font-size: 13px;
  font-weight: normal; }

.accitem {
  padding-bottom: 10px; }
  .accitem .price {
    font-size: 13px;
    font-weight: normal; }
  .accitem .txt {
    font-weight: bold;
    margin-bottom: 5px; }
  .accitem.chosen {
    background: url(img/red-check.png) 153px 135px no-repeat; }

.cmholder {
  min-height: 240px; }

#acchosen {
  margin-top: 20px; }
  #acchosen span {
    background: url(img/check.png) left center no-repeat;
    padding-left: 25px;
    cursor: pointer;
    display: block; }

.delivery .shop-weight {
  display: none; }

.show-for-mobile {
  display: none; }

.cart-info {
  background: url(img/shop/cart2.png) right center no-repeat;
  padding-right: 35px;
  padding-left: 5px;
  position: absolute;
  bottom: 100%;
  right: 0; }

.cart-contents .wd-cart-intro, .cart-overview .wd-cart-intro {
  display: none; }

.cart-contents .shop-parent, .cart-overview .shop-parent {
  border-bottom: 0; }

.cart-contents .cart-saleprice, .cart-overview .cart-saleprice {
  color: #FF0000; }
  .cart-contents .cart-saleprice .cart-orgprice, .cart-overview .cart-saleprice .cart-orgprice {
    color: #000;
    font-weight: normal;
    padding-left: 10px;
    font-size: 0.9em;
    font-style: normal;
    text-decoration: line-through; }

.cart-contents .cart-checkout, .cart-overview .cart-checkout {
  color: #FFF; }

.buy-price {
  display: none; }

.shop-product {
  margin-top: 10px; }

.datacol .shop-product {
  border-bottom: 1px solid #6e6e6e; }

#step-info .f-orgnr label {
  display: block; }

#step-info .f-orgnr .inp {
  width: 50%;
  display: inline;
  margin-right: 1%; }

.shop-terms {
  background: #EEE;
  padding: 10px;
  margin-bottom: 15px; }
  .shop-terms label {
    padding-right: 10px; }

#terms {
  width: 600px;
  background: #FFF;
  padding: 20px;
  max-width: 100%; }

.payprov {
  text-align: center; }
  .payprov img {
    display: block;
    margin: 0 auto; }

.articleinstock {
  display: block; }

.sveacheckout {
  max-width: 570px;
  margin: 0 auto; }
  .sveacheckout .cart-code {
    margin: 10px 0px; }
    .sveacheckout .cart-code label {
      display: inline-block;
      font-weight: bold;
      width: 200px; }
  .sveacheckout .entercamp {
    display: inline-block; }
  .sveacheckout .wd-shipping-alt {
    display: block;
    clear: both; }
  .sveacheckout .ps-selector .wd-shipping-alt {
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf; }
    .sveacheckout .ps-selector .wd-shipping-alt:empty {
      display: none; }
  .sveacheckout .ps-selector p {
    line-height: 20px; }
  .sveacheckout .ps-selector a {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    line-height: 20px;
    /*padding: 7px 10px;
            border: solid 1px #ddd;
            border-radius: 3px;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(170,170,170,0.16) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(170,170,170,0.16)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(170,170,170,0.16) 100%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(170,170,170,0.16) 100%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(170,170,170,0.16) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(170,170,170,0.16) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#29aaaaaa',GradientType=0 );
            box-shadow: inset -1px -1px 3px #dedede, 1px 1px 2px #eee;*/
    /*&:hover {
                background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(141,141,141,0) 83%, rgba(170,170,170,0.38) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(83%,rgba(141,141,141,0)), color-stop(100%,rgba(170,170,170,0.38)));
                background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(141,141,141,0) 83%,rgba(170,170,170,0.38) 100%);
                background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(141,141,141,0) 83%,rgba(170,170,170,0.38) 100%);
                background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(141,141,141,0) 83%,rgba(170,170,170,0.38) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(141,141,141,0) 83%,rgba(170,170,170,0.38) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61aaaaaa',GradientType=0 );
                box-shadow: inset -1px -1px 3px #dedede, 0px 0px 3px #6c9e45;
            }*/ }
    .sveacheckout .ps-selector a:before {
      content: "\f096";
      font-family: FontAwesome;
      font-size: 20px;
      display: block;
      float: left;
      width: 20px;
      margin-right: 5px; }
    .sveacheckout .ps-selector a.selected:before {
      content: "\f046";
      color: #5bbf21; }
  .sveacheckout .ps-info {
    box-shadow: inset 1px 0px 3px #6c9e45, 0px 0px 3px #6c9e45;
    border: solid 1px #6c9e45;
    padding: 20px;
    margin-top: -3px;
    z-index: 2;
    position: relative;
    background: #fff; }
  .sveacheckout.step, .sveacheckout .step {
    border: solid 1px #eee;
    border-radius: 3px;
    padding: 30px;
    background-color: #fff;
    -moz-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, 0.4), inset 0 -1px 13px #ddd;
    -webkit-box-shadow: 0 8px 12px -10px rgba(0, 0, 0, 0.4), inset 0 -1px 13px #ddd;
    box-shadow: 0 8px 12px -10px rgba(0, 0, 0, 0.4), inset 0 -1px 13px #ddd;
    margin-bottom: 20px; }

.shop-choosepayplan li {
  margin-bottom: 10px;
  dispaly: block;
  clear: both;
  height: 60px; }

.shop-choosepayplan label {
  font-weight: normal;
  display: block;
  float: left;
  clear: right;
  width: 90%;
  padding-bottom: 10px;
  padding-left: 10px; }

.shop-choosepayplan input {
  display: block;
  float: left; }

.shop-choosepayplan .shop-pp-desc {
  display: block; }

.shop-choosepayplan .shop-pp-startcost, .shop-choosepayplan .shop-pp-intr {
  font-size: 0.9em;
  font-style: italic; }

.shop-choosepayplan .shop-pp-months, .shop-choosepayplan .shop-pp-montcost {
  display: block;
  float: left; }

.shop-choosepayplan .shop-pp-montcost {
  margin-left: 10px;
  clear: right;
  width: 90%; }

.shop-choosepayplan .shop-pp-startcost {
  padding-left: 10px; }

.shop-choosepayplan .shop-pp-intr {
  clear: left; }

.wd-prodlist .aftprod .price {
  font-weight: normal !important; }

.wd-prodlist .aftprod .afterprice {
  font-weight: normal !important; }

.wd-prodlist .aftprod .saleprice {
  font-weight: normal !important; }

.afterbuycnt {
  display: block; }
  .afterbuycnt .wd-carttools em {
    font-style: normal; }
  .afterbuycnt .wd-artinfo a {
    display: block;
    font-size: 17px; }
  .afterbuycnt .wd-addedprodcnt {
    font-family: 'Open Sans'; }
    .afterbuycnt .wd-addedprodcnt h2 {
      font-family: 'Open Sans'; }
    .afterbuycnt .wd-addedprodcnt .wd-artinfo span {
      font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
      font-size: 27px; }
  .afterbuycnt .wd-relatedprd .wd-artinfo span {
    font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
    font-size: 27px; }
  .afterbuycnt .wd-relatedprd .wd-artinfo a {
    font-family: 'DIN 1451', 'Arial Narrow', sans-serif; }
  .afterbuycnt .wd-matchprd .sbtn, .afterbuycnt .wd-matchprd a.cart-send, .afterbuycnt .wd-matchprd .wd-custom-buybutton, .afterbuycnt .wd-matchprd .checkout-comment-container button, .checkout-comment-container .afterbuycnt .wd-matchprd button {
    display: block; }
  .afterbuycnt .wd-matchprd .wd-artinfo a {
    font-family: 'DIN 1451', 'Arial Narrow', sans-serif; }
  .afterbuycnt .wd-matchprd .wd-artinfo .afterprice {
    display: block;
    margin: 10px 0;
    text-align: right; }
    .afterbuycnt .wd-matchprd .wd-artinfo .afterprice span {
      font-family: 'DIN 1451', 'Arial Narrow', sans-serif; }
    .afterbuycnt .wd-matchprd .wd-artinfo .afterprice .nprice {
      font-size: 22px; }

#hastyg {
  margin-top: 20px; }
  #hastyg .fltcnt {
    float: left;
    width: 50%; }
    #hastyg .fltcnt:first-child {
      padding-right: 10px; }
    #hastyg .fltcnt select, #hastyg .fltcnt input {
      width: 100%;
      padding: 10px; }
    #hastyg .fltcnt label {
      font-weight: bold;
      display: block; }
  #hastyg .group-button {
    min-width: 96px; }

#tsubcnt .mcnt > #tmaincnt {
  float: none;
  position: static;
  width: 100%;
  padding-bottom: 0; }

.shop-packsize {
  display: block;
  color: red;
  margin: 5px; }

#tsubcnt .mcnt > div {
  padding: 10px 0;
  margin-right: 10px;
  width: 30%;
  min-height: 210px; }
  #tsubcnt .mcnt > div .subprice, #tsubcnt .mcnt > div .name, #tsubcnt .mcnt > div .artnr {
    padding: 3px 0; }

.product div.redicon {
  background-color: red;
  border: 1px solid red;
  margin-bottom: 3px; }

#tsubcnt .mcnt {
  margin: 0; }

.selItemAcc {
  font-style: italic; }

.accitemsum, .accitemtotsum, .selacchead {
  font-weight: bold;
  margin-top: 5px;
  display: inline-block; }

body .cart-notinstock {
  opacity: 1; }

.searchwrap {
  position: relative; }

.srch_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #FFF;
  background-color: #222;
  vertical-align: middle; }

.searchresult li {
  padding-bottom: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
  display: block;
  clear: both; }
  .searchresult li:after {
    content: "";
    display: block;
    clear: both;
    height: 1%; }
  .searchresult li img {
    margin: 0 10px 10px 0; }
  .searchresult li p {
    display: inline; }
  .searchresult li a {
    display: block;
    margin-bottom: 13px;
    color: black;
    font-family: 'DIN 1451', 'Arial Narrow', sans-serif;
    font-size: 19px; }
    .searchresult li a:last-child {
      display: inline;
      color: #ed1b2e;
      font-family: 'Open Sans';
      font-size: 13px; }

.searchresult .score, .searchresult .date {
  display: none; }

.wde-singlerelation #wd_pages_cnt {
  width: 430px !important; }

.wd-formatexpand span {
  background: #000;
  color: #FFF !important;
  text-shadow: 0;
  font-weight: bold !important; }

.buy-outercnt {
  margin: 5px 0 10px 0;
  padding-bottom: 10px; }

.stockcnt {
  margin-bottom: 10px; }

.stockcnt .nostock {
  display: block;
  line-height: 18px;
  margin-bottom: 20px;
  background-position: 0 -39px !important; }

.stockcnt .hasstock {
  display: none;
  height: 40px;
  line-height: 40px; }

.stockcnt .nostock,
.stockcnt .hasstock {
  background: transparent url(img/instock_reverse.gif) no-repeat;
  padding-left: 40px; }

.stockcnt .instock .hasstock {
  display: block; }

.stockcnt .instock .nostock {
  display: none; }

.stockcnt label {
  display: none; }

.brandwrap {
  display: block;
  height: 50px;
  margin-top: 5px;
  text-align: right; }

/*Tre kolumner*/
.thirdcol {
  width: 32%;
  float: left;
  margin-right: 2%; }
  .thirdcol .img, .thirdcol .txt {
    text-align: center; }
  .thirdcol .img {
    border: 1px solid #CCC; }
    .thirdcol .img img {
      display: block;
      margin: 0 auto; }

.cf .thirdcol:last-child {
  margin: 0; }

.contactpop {
  color: #333;
  height: auto; }
  .contactpop.is-active {
    z-index: 205; }

.formcontent {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1); }
  .formcontent.zoomout {
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    max-height: 0; }
  .formcontent label {
    font-weight: bold;
    display: block; }
  .formcontent input[type=text], .formcontent textarea {
    background: #FFF;
    border: 1px solid #DDD;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px; }
    .formcontent input[type=text]:focus, .formcontent textarea:focus {
      border: 1px solid #CCC; }
  .formcontent input[type=text] {
    line-height: 40px; }
  .formcontent textarea {
    padding: 10px; }
  .formcontent select {
    padding: 10px; }
  .formcontent .submit {
    margin-top: 16px; }

.smlclose {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #000;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  cursor: pointer; }

.popclose {
  line-height: 40px;
  padding: 0 20px;
  background: #FFF;
  color: #000;
  font-weight: bold;
  margin: 0 auto;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #000;
  margin-top: 20px;
  font-size: 14px;
  cursor: pointer; }

.msgsent {
  transition: all 0.3s 0.3s ease;
  -webkit-transition: all 0.3s 0.3s ease;
  -ms-transition: all 0.3s 0.3s ease;
  -moz-transition: all 0.3s 0.3s ease;
  -o-transition: all 0.3s 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -ms-border-radius: 70px;
  -moz-border-radius: 70px;
  -o-border-radius: 70px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #2ecc71 url(/images/check.png) center center no-repeat;
  max-height: 0; }
  .msgsent.zoomin {
    max-height: 100px;
    border: 10px solid #FFF;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); }

.sentmessage {
  display: block;
  padding-top: 20px;
  opacity: 1;
  transition: all 0.3s 0.6s ease;
  -webkit-transition: all 0.3s 0.6s ease;
  -ms-transition: all 0.3s 0.6s ease;
  -moz-transition: all 0.3s 0.6s ease;
  -o-transition: all 0.3s 0.6s ease;
  text-align: center;
  font-size: 24px;
  display: none; }

.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

#checkout .f-ccustomer {
  display: none; }

#checkout a {
  color: #333; }

.cart-title {
  color: #000; }

.nlsignup label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

.nlsignup input[type=text] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  -webkit-box-shadow: inset 1px 1px 4px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 1px 1px 4px 0px rgba(50, 50, 50, 0.3);
  box-shadow: inset 1px 1px 4px 0px rgba(50, 50, 50, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #CCC;
  margin-bottom: 5px;
  display: block; }

.nlsignup input[type=submit] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  color: #FFF;
  font-weight: bold;
  -moz-apperance: none;
  -webkit-apperance: none;
  line-height: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
  background: #55565a;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NTY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzJjMzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #55565a 0%, #232c39 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #55565a), color-stop(100%, #232c39));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #55565a 0%, #232c39 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #55565a 0%, #232c39 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #55565a 0%, #232c39 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #55565a 0%, #232c39 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55565a', endColorstr='#232c39',GradientType=0 );
  /* IE6-8 */ }

.styledform input[type=text], .styledform select {
  background: #f8f8f8;
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 1px 1px 1px;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 100%; }

.styledform select {
  height: 40px; }

.styledform input[type=submit] {
  display: block;
  background: #f8f8f8;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  cursor: pointer; }

.styledform textarea {
  background: #f8f8f8;
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 1px; }

#prodlist .product, #cprodlist .product {
  padding-bottom: 45px; }

@media only screen and (min-width: 768px) {
  .toprow .nav-bar {
    margin-top: 15px; }
  .filter div.row {
    margin: 0; }
  .searchresult li {
    float: left;
    width: 30%;
    height: 365px;
    height: 280px;
    margin-right: 3%;
    margin-bottom: 30px;
    clear: none;
    /* IE11 har inte stöd för initial. */
    text-align: center;
    transition: all 0.2s ease-in 0s; }
    .searchresult li:hover {
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
      transition: all 0.2s ease-in 0s;
      cursor: pointer; }
      .searchresult li:hover img {
        max-height: 150px;
        margin-bottom: 0px;
        transition: all 0.2s ease-in 0s; }
    .searchresult li img {
      margin-bottom: 10px;
      max-height: 140px;
      transition: all 0.2s ease-in 0s; }
    .searchresult li a {
      margin: 7px;
      text-align: left; }
      .searchresult li a:first-child {
        margin-top: 161px;
        text-transform: uppercase; }
      .searchresult li a:last-child {
        text-align: left;
        display: block; }
    .searchresult li p {
      display: block;
      height: 132px;
      height: 61px;
      overflow: hidden;
      margin: 7px;
      text-align: left; } }

@media only screen and (min-width: 1020px) {
  .toprow .nav-bar {
    margin-top: 0px; }
  .props .bt {
    min-width: 100%; } }

@media only screen and (max-width: 767px) {
  body .shoptools .count {
    bottom: -35px;
    font-size: 18px; }
  body .product-filter .productlist .product, body #prodlist.productlist .product {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%; }
  body #prodlist a.product, body #cprodlist a.product, body #prodlistAccProd a.product {
    width: 48%;
    max-width: 48%;
    flex-basis: 48%; }
  .clms {
    padding: 0 15px; }
  a.zoom {
    display: none; }
  #tsubcnt .mcnt > div {
    width: 50%; }
  .show-for-mobile {
    display: block; }
  #mobile-seek {
    padding: 5px 0;
    text-align: center;
    position: relative; }
    #mobile-seek input {
      margin: 0 auto;
      border: 0; }
    #mobile-seek:after {
      content: "\f002";
      font-family: FontAwesome;
      font-size: 24px;
      color: #222;
      position: absolute;
      right: 10px;
      top: 5px; }
  .props .bt {
    min-width: 0px; }
  #result {
    text-align: left; }
  h1 {
    font-size: 28px; }
  .mobilesubmenu {
    background: #333333 url(img/mobiletop_03.gif) repeat-x top left;
    height: 45px; }
    .mobilesubmenu > div {
      height: 45px;
      width: 33%;
      float: left;
      text-align: center;
      padding: 15px 0;
      color: #fff; }
  .mobilemenu {
    background: #383838;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM4MzgzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjJmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #383838 0%, #2f2f2f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383838), color-stop(100%, #2f2f2f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #383838 0%, #2f2f2f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #383838 0%, #2f2f2f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #383838 0%, #2f2f2f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #383838 0%, #2f2f2f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#2f2f2f',GradientType=0 );
    /* IE6-8 */
    height: 50px; }
    .mobilemenu .home, .mobilemenu .mbtn {
      width: 50px;
      background: #333333 url(img/mobiletop_01.gif) repeat-x top left;
      height: 45px; }
    .mobilemenu .mbtn {
      background: transparent url(img/mmenu.png) center center no-repeat;
      border-right: 1px solid #4A4A4A; }
    .mobilemenu div.mobile-seek {
      width: 50px;
      background: #333333 url(img/mobiletop_05.gif) repeat-x top left;
      height: 45px;
      float: right; }
    .mobilemenu > div {
      float: left; }
  #mobcart {
    max-width: 75%;
    display: block; }
  .cart-info {
    position: relative;
    line-height: 40px;
    padding-right: 5px;
    padding-left: 45px;
    background: url(img/mob-cart.png) 5px center no-repeat;
    color: #FFF; }
  .cart-contents {
    max-width: 100%;
    max-height: 75vh;
    overflow: auto; }
  .cart-sum span {
    width: 75%; }
  .search {
    background-size: auto 100%; }
  .toprow {
    margin: 0;
    padding: 5px 0px;
    border: 0;
    text-align: center; }
  .mobile-gray {
    background: #eee;
    padding-top: 20px;
    padding-bottom: 21px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px; }
  .filter {
    padding: 0 0px 17px 0px; }
  .filttop {
    padding-left: 10px;
    padding-right: 10px; }
  body #head {
    margin-top: 0; }
    body #head .topcenter {
      position: static;
      width: 100%;
      text-align: center; }
  body #prodlist .product, body #cprodlist .product {
    background-size: auto 59%; }
    body #prodlist .product:hover, body #cprodlist .product:hover {
      background-size: auto 59%; }
  body .imgselection .availart {
    width: 131px;
    margin-right: 0;
    min-height: unset;
    float: none;
    display: inline-block; }
    body .imgselection .availart img {
      max-width: 65%; }
    body .imgselection .availart span {
      white-space: normal; }
  .slide img {
    height: auto !important;
    width: 100% !important; }
  #variants_container .shop-innercnt {
    overflow: scroll;
    height: 168px; }
    #variants_container .shop-innercnt .imgselection {
      white-space: nowrap; }
  .accitemswrapper {
    float: none;
    width: 100%; }
    .accitemswrapper .accitem {
      margin-right: 2%;
      width: 31%; }
      .accitemswrapper .accitem .accimg {
        text-align: center; }
      .accitemswrapper .accitem .chk {
        left: 16%; }
  .prodpage {
    /*#prodlist {
            height: 195px;
            overflow: scroll;
            white-space: nowrap;

            .product {
                float: none;
                display: inline-block;
                height: 160px;
                width: 130px;
                margin-right: 0;

                .prodinfo {
                    text-align: center;
                }
            }
        }*/ }
    .prodpage #ctl00_cph1_relp .bth {
      transform: translateZ(0px); }
  body:not(.layoutmode) .hide.show-for-mobile, body:not(.layoutmode) .Hide.show-for-mobile {
    display: block !important; } }

#head .topcenter {
  position: absolute;
  top: 6px;
  left: 276px;
  width: 270px; }

#head .topcenter a {
  color: #222; }

.startpagevideo {
  width: 100%;
  height: auto; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  color: black;
  display: inline-block;
  cursor: pointer;
  padding: 2px 7px;
  margin-bottom: 5px;
  background: #f8f8f8;
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 1px 1px 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #f2f2f2; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile + label svg {
  vertical-align: middle;
  margin-right: 0.5em; }

#ctl00_cph1_tcDesc .c12 {
  width: 100%; }

h3 {
  font-weight: bold; }
  h3.bt {
    padding-top: 10px; }

.ie .bask, .ie .newbask, .ie h1, .ie p.bask {
  font-family: 'DIN 1451', 'Arial Narrow' sans-serif; }

body:not(.layoutmode) .slick-slider-base {
  overflow: hidden; }
  body:not(.layoutmode) .slick-slider-base .wd-dcc-show-add .wd-dcc-item {
    visibility: hidden;
    opacity: 0; }
  body:not(.layoutmode) .slick-slider-base .wd-dcc-show-add.loaded .wd-dcc-item {
    visibility: visible;
    opacity: 1; }

.checkout-comment-container textarea {
  width: 100%;
  min-height: 80px;
  border: 1px solid #cfcfcf; }

.checkout-comment-container button {
  display: block;
  width: 100%;
  text-align: center; }

.checkout-comment-response {
  display: none;
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px; }

body .product .tobuy {
  background-color: #5bbf21;
  border: 1px solid #5bbf21; }

/*.product {
    .buy-cnt .sbtn {
        float:right;
        background: #787878;
        margin-right: 5px;
        display: inline-block;
        padding: 3px 5px;
        border-radius: 2px;
    }
}*/
