@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Just+Another+Hand&display=swap");
/* icons */
.dieticon {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 36px;
  background-image: url("../img/dietssm.png");
  background-size: 208px 36px;
  background-repeat: no-repeat; }
  .dieticon.d304 {
    background-position: -83px 0px; }
  .dieticon.d305 {
    background-position: -42px 0px; }
  .dieticon.d306 {
    background-position: 0px 0px; }
  .dieticon.d307 {
    background-position: -166px 0px; }
  .dieticon.d308 {
    background-position: -125px 0px; }

.allergenicon {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  background-image: url("../img/allergen.png");
  background-size: 532px 38px;
  background-repeat: no-repeat; }
  .allergenicon.a227 {
    background-position: 0px 0px; }
  .allergenicon.a228 {
    background-position: -38px 0px; }
  .allergenicon.a229 {
    background-position: -76px 0px; }
  .allergenicon.a232 {
    background-position: -114px 0px; }
  .allergenicon.a237 {
    background-position: -152px 0px; }
  .allergenicon.a239 {
    background-position: -190px 0px; }
  .allergenicon.a241 {
    background-position: -228px 0px; }
  .allergenicon.a242 {
    background-position: -266px 0px; }
  .allergenicon.a244 {
    background-position: -304px 0px; }
  .allergenicon.a245 {
    background-position: -342px 0px; }
  .allergenicon.a246 {
    background-position: -380px 0px; }
  .allergenicon.a247 {
    background-position: -418px 0px; }
  .allergenicon.a250 {
    background-position: -456px 0px; }
  .allergenicon.a251 {
    background-position: -494px 0px; }

.pprovider {
  display: inline-block;
  vertical-align: top;
  background-image: url("../img/paymentproviders.png");
  background-size: 277px 58px;
  background-repeat: no-repeat;
  height: 29px; }
  .pprovider.mastercard {
    width: 98px;
    background-position: -0px 0px; }
    .pprovider.mastercard:hover {
      background-position: -0px -29px; }
  .pprovider.visa {
    width: 51px;
    background-position: -98px 0px; }
    .pprovider.visa:hover {
      background-position: -98px -29px; }
  .pprovider.postcard {
    width: 47px;
    background-position: -149px 0px; }
    .pprovider.postcard:hover {
      background-position: -149px -29px; }
  .pprovider.twint {
    width: 81px;
    background-position: -196px 0px; }
    .pprovider.twint:hover {
      background-position: -196px -29px; }

.bigpprovider {
  background-size: 284px 60px;
  background-image: url("../img/footerpaymentprovider.png");
  background-repeat: no-repeat;
  height: 30px; }
  .bigpprovider.mastercard {
    width: 101px;
    background-position: 0 0px; }
    .bigpprovider.mastercard:hover {
      background-position: 0 -30px; }
  .bigpprovider.visa {
    width: 52px;
    background-position: -101px 0px; }
    .bigpprovider.visa:hover {
      background-position: -101px -30px; }
  .bigpprovider.postcard {
    width: 48px;
    background-position: -153px 0px; }
    .bigpprovider.postcard:hover {
      background-position: -153px -30px; }
  .bigpprovider.twint {
    width: 83px;
    background-position: -201px 0px; }
    .bigpprovider.twint:hover {
      background-position: -201px -30px; }

.cookiebite {
  background-size: 27px 27px;
  background-image: url("../img/cookieicon.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 27px;
  width: 27px; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -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: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

.fa-blind:before {
  content: "\f29d"; }

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

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

.fa-braille:before {
  content: "\f2a1"; }

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

/*********************************************************
* GENERAL
*********************************************************/
html, body {
  margin: 0;
  height: 100%; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px; }

.grecaptcha-badge {
  visibility: hidden; }

h1, h2, h3, h4 {
  margin: 0;
  overflow: hidden;
  color: #4b2700; }

h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-bottom: 10px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a, button {
  outline: none; }

input, textarea, button {
  font-family: 'Lato', sans-serif;
  -webkit-appearance: none;
  border-radius: 0; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0; }

.center {
  width: 1200px;
  margin: auto;
  box-sizing: border-box; }

.loader {
  background-image: url("../img/loader.svg");
  background-size: 100% 100%;
  width: 24px;
  height: 24px; }
  .loader.white {
    background-image: url("../img/loader_white.svg"); }

.fclear {
  clear: both; }

.page.noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%; }

img {
  border: none; }

/*********************************************************
* HEADER
*********************************************************/
.page > .topnav {
  height: 28px;
  overflow: hidden;
  background-color: #fbf2ea; }
  .page > .topnav ul {
    border-right: 1px solid white;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block; }
    .page > .topnav ul > li {
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid white;
      height: 28px; }
      .page > .topnav ul > li > a {
        font-size: 12px;
        text-decoration: none;
        color: #000;
        display: block;
        padding: 0 15px;
        line-height: 28px;
        letter-spacing: 0.5px; }
        .page > .topnav ul > li > a > .fa {
          font-size: 14px;
          display: inline-block;
          vertical-align: top;
          padding: 0 4px 0 0;
          line-height: 28px; }
        .page > .topnav ul > li > a:hover {
          color: #797979; }
  .page > .topnav > .center {
    padding: 0 10px; }
    .page > .topnav > .center:after {
      content: "";
      display: table;
      clear: both; }
    .page > .topnav > .center > .quicklinks {
      float: left; }
    .page > .topnav > .center > .faqlinks {
      float: right; }

.page > #header {
  height: 168px;
  border-bottom: 1px solid #dddddd;
  clear: both; }
  .page > #header > .center > .inner {
    height: 100px; }
    .page > #header > .center > .inner:after {
      content: "";
      display: table;
      clear: both; }
    .page > #header > .center > .inner > .burger {
      position: absolute;
      left: 5px;
      top: 0;
      cursor: pointer;
      height: 59px;
      width: 60px;
      display: none; }
      .page > #header > .center > .inner > .burger > .bar {
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #000;
        left: 15px;
        transition: background-color 0.15s ease-out; }
        .page > #header > .center > .inner > .burger > .bar.top {
          top: 21px; }
        .page > #header > .center > .inner > .burger > .bar.middle {
          top: 29px;
          transition-delay: 0.05s; }
        .page > #header > .center > .inner > .burger > .bar.bottom {
          top: 37px;
          transition-delay: 0.1s; }
      .page > #header > .center > .inner > .burger:hover > .bar {
        background-color: #e84427; }
    .page > #header > .center > .inner > .left {
      float: left;
      min-height: 1px;
      width: 290px;
      padding: 0 100px 0 10px;
      box-sizing: border-box; }
      .page > #header > .center > .inner > .left > .logo {
        display: block;
        height: 101px;
        width: 171px;
        margin: 34px 0 0 0;
        background-image: url("../img/logo.png");
        background-size: 100% 100%;
        text-decoration: none; }
    .page > #header > .center > .inner > .middle {
      float: left;
      width: 520px;
      min-height: 1px;
      padding: 0 20px;
      box-sizing: border-box; }
    .page > #header > .center > .inner > .right {
      float: right;
      width: 310px;
      min-height: 1px;
      padding: 0 10px 0 0;
      box-sizing: border-box;
      white-space: nowrap; }
  .page > #header > .center > #navigation {
    height: 68px;
    position: relative; }
    .page > #header > .center > #navigation > ul {
      text-align: right;
      white-space: nowrap; }
      .page > #header > .center > #navigation > ul > li {
        display: inline-block;
        vertical-align: top;
        height: 68px; }
        .page > #header > .center > #navigation > ul > li > a {
          font-size: 16px;
          text-transform: uppercase;
          color: #000;
          font-weight: 300;
          text-decoration: none;
          padding: 12px 23px 0 23px;
          display: block;
          height: 54px;
          line-height: 24px;
          white-space: nowrap;
          letter-spacing: 0.8px; }
          .page > #header > .center > #navigation > ul > li > a:hover {
            color: #797979; }
        .page > #header > .center > #navigation > ul > li:last-child > a {
          padding-right: 10px; }
        .page > #header > .center > #navigation > ul > li.active > a {
          color: #e84427; }

/* searchpanel */
.page > #header .searchpanel {
  margin: 28px 0 0 0;
  position: relative; }
  .page > #header .searchpanel > .search {
    position: relative; }
    .page > #header .searchpanel > .search > input[type="text"] {
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #bdbdbd;
      padding: 0 40px 0 15px;
      height: 45px;
      font-size: 16px;
      font-weight: 300;
      font-family: 'Lato', sans-serif;
      border-radius: 1px; }
      .page > #header .searchpanel > .search > input[type="text"]::placeholder {
        color: #979797;
        opacity: 1; }
      .page > #header .searchpanel > .search > input[type="text"] :-ms-input-placeholder {
        color: #979797; }
    .page > #header .searchpanel > .search > button[type="submit"] {
      position: absolute;
      top: 0;
      right: 2px;
      width: 45px;
      height: 45px;
      background-color: transparent;
      border: none;
      text-align: center;
      cursor: pointer; }
      .page > #header .searchpanel > .search > button[type="submit"] > .fa {
        line-height: 42px;
        height: 45px;
        font-size: 18px; }
      .page > #header .searchpanel > .search > button[type="submit"]:hover > .fa {
        color: #797979; }
    .page > #header .searchpanel > .search > .loader {
      position: absolute;
      top: 10px;
      right: 13px; }
  .page > #header .searchpanel > .results {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-top: none;
    z-index: 400;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15); }
    .page > #header .searchpanel > .results > .section > .name {
      background-color: #dddddd;
      color: #000;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 300;
      line-height: 32px;
      height: 32px;
      padding: 0 14px; }
    .page > #header .searchpanel > .results > .section > .entries {
      padding: 6px 0 7px 0; }
      .page > #header .searchpanel > .results > .section > .entries > .result {
        position: relative;
        display: block;
        text-decoration: none;
        color: #000; }
        .page > #header .searchpanel > .results > .section > .entries > .result:hover {
          background-color: #f1f1f1; }
        .page > #header .searchpanel > .results > .section > .entries > .result .name {
          font-size: 14px;
          color: #000;
          font-weight: 300; }
          .page > #header .searchpanel > .results > .section > .entries > .result .name > .found {
            display: inline;
            font-weight: 600 !important; }
        .page > #header .searchpanel > .results > .section > .entries > .result.product {
          height: 80px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.product > .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 100px;
            height: 80px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner {
            padding: 11px 14px 0 106px; }
            .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .name {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
            .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .description {
              font-size: 12px;
              font-weight: 300;
              line-height: 20px;
              height: 20px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              color: #747474; }
            .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info {
              padding-top: 4px; }
              .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info:after {
                content: "";
                clear: both;
                display: table; }
              .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .categories {
                float: left;
                max-width: 80%;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
                .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .categories > .category {
                  display: inline-block;
                  vertical-align: top;
                  color: #e84427;
                  font-size: 13px;
                  text-decoration: none;
                  line-height: 16px; }
                  .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .categories > .category:hover {
                    color: #eb624a; }
                .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .categories > .separator {
                  display: inline-block;
                  vertical-align: top;
                  padding: 0 4px; }
                  .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .categories > .separator > .fa {
                    font-size: 3px;
                    line-height: 16px;
                    color: #6d6d6d;
                    display: inline-block;
                    vertical-align: top; }
              .page > #header .searchpanel > .results > .section > .entries > .result.product > .inner > .info > .price {
                float: right;
                color: #e84427;
                font-size: 12px;
                font-weight: 400;
                line-height: 16px; }
        .page > #header .searchpanel > .results > .section > .entries > .result.category {
          height: 26px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.category > .icon {
            position: absolute;
            left: 14px;
            top: 1px; }
            .page > #header .searchpanel > .results > .section > .entries > .result.category > .icon > .fa {
              font-size: 14px;
              color: #bdbdbd;
              line-height: 24px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.category > .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 14px 0 38px;
            line-height: 26px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.category > .products {
            position: absolute;
            right: 14px;
            top: 6px;
            color: #c0c0c0;
            font-size: 12px;
            font-weight: 300;
            text-align: right;
            letter-spacing: 1px; }
        .page > #header .searchpanel > .results > .section > .entries > .result.page {
          height: 26px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.page > .icon {
            position: absolute;
            left: 14px;
            top: 1px; }
            .page > #header .searchpanel > .results > .section > .entries > .result.page > .icon > .fa {
              font-size: 14px;
              color: #bdbdbd;
              line-height: 24px; }
          .page > #header .searchpanel > .results > .section > .entries > .result.page > .name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 14px 0 38px;
            line-height: 26px; }
    .page > #header .searchpanel > .results > .total {
      display: block;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase;
      color: #000;
      height: 42px;
      line-height: 42px;
      text-align: center;
      background-color: #f7f7f7; }
      .page > #header .searchpanel > .results > .total:hover {
        background-color: #f1f1f1; }
    .page > #header .searchpanel > .results > .nodata {
      padding: 15px 14px;
      text-transform: uppercase;
      font-size: 12px;
      text-align: center; }

/* accountpanel */
.page > #header .accountpanel,
.page .stickynav > .center {
  text-align: right;
  padding-top: 23px; }
  .page > #header .accountpanel > .entry,
  .page .stickynav > .center > .entry {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin-left: 45px;
    cursor: pointer; }
    .page > #header .accountpanel > .entry:first-child,
    .page .stickynav > .center > .entry:first-child {
      margin-left: 0; }
    .page > #header .accountpanel > .entry > .icon,
    .page .stickynav > .center > .entry > .icon {
      position: relative;
      padding-top: 2px;
      height: 29px; }
      .page > #header .accountpanel > .entry > .icon > .fa,
      .page .stickynav > .center > .entry > .icon > .fa {
        font-size: 22px;
        color: #4b2700; }
      .page > #header .accountpanel > .entry > .icon > .badge,
      .page .stickynav > .center > .entry > .icon > .badge {
        position: absolute;
        top: 0;
        right: 13px;
        background-color: #e84427;
        color: #fff;
        font-size: 10px;
        font-weight: 400;
        height: 15px;
        padding: 0 4px;
        line-height: 15px;
        border-radius: 7.5px;
        min-width: 15px;
        letter-spacing: -0.7px;
        box-sizing: border-box;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif; }
    .page > #header .accountpanel > .entry > .label,
    .page .stickynav > .center > .entry > .label {
      color: #4b2700; }
      .page > #header .accountpanel > .entry > .label > span,
      .page .stickynav > .center > .entry > .label > span {
        font-size: 12px;
        display: inline-block;
        vertical-align: top; }
      .page > #header .accountpanel > .entry > .label > .fa,
      .page .stickynav > .center > .entry > .label > .fa {
        display: inline-block;
        vertical-align: top;
        padding-left: 2px; }
    .page > #header .accountpanel > .entry > .username,
    .page .stickynav > .center > .entry > .username {
      color: #e84427;
      font-size: 12px;
      font-weight: 300;
      max-width: 82px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .page > #header .accountpanel > .entry.user > .icon > .fa,
    .page .stickynav > .center > .entry.user > .icon > .fa {
      font-size: 26px; }
    .page > #header .accountpanel > .entry:hover > .icon > .fa,
    .page .stickynav > .center > .entry:hover > .icon > .fa {
      color: #986940; }
    .page > #header .accountpanel > .entry:hover > .label > span,
    .page .stickynav > .center > .entry:hover > .label > span {
      color: #986940; }
    .page > #header .accountpanel > .entry > .flyout,
    .page .stickynav > .center > .entry > .flyout {
      position: absolute;
      right: -81px;
      top: 50px;
      width: 225px;
      border: 1px solid #bdbdbd;
      background-color: #fff;
      z-index: 400;
      text-align: left;
      display: none; }
      .page > #header .accountpanel > .entry > .flyout > .inner,
      .page .stickynav > .center > .entry > .flyout > .inner {
        padding: 10px 20px; }
        .page > #header .accountpanel > .entry > .flyout > .inner > ul > li,
        .page .stickynav > .center > .entry > .flyout > .inner > ul > li {
          display: block;
          padding: 3px 0 4px 0; }
          .page > #header .accountpanel > .entry > .flyout > .inner > ul > li > a,
          .page .stickynav > .center > .entry > .flyout > .inner > ul > li > a {
            display: block;
            font-size: 14px;
            font-weight: 300;
            text-decoration: none;
            color: #000;
            line-height: 25px;
            height: 25px; }
            .page > #header .accountpanel > .entry > .flyout > .inner > ul > li > a:hover,
            .page .stickynav > .center > .entry > .flyout > .inner > ul > li > a:hover {
              color: #797979; }
        .page > #header .accountpanel > .entry > .flyout > .inner > .separator,
        .page .stickynav > .center > .entry > .flyout > .inner > .separator {
          height: 1px;
          margin: 17px 0 12px 0;
          width: 170px;
          background-color: #dddddd; }
        .page > #header .accountpanel > .entry > .flyout > .inner > .logout,
        .page .stickynav > .center > .entry > .flyout > .inner > .logout {
          display: block;
          font-size: 14px;
          font-weight: 300;
          text-decoration: none;
          color: #000;
          line-height: 35px;
          height: 35px; }
          .page > #header .accountpanel > .entry > .flyout > .inner > .logout:hover,
          .page .stickynav > .center > .entry > .flyout > .inner > .logout:hover {
            color: #797979; }

/* cart */
.page > #header .accountpanel > .entry.cart > .flyout,
.page .stickynav > .center > .entry.cart > .flyout {
  width: 358px;
  right: 0;
  left: auto;
  white-space: normal;
  cursor: default; }
  .page > #header .accountpanel > .entry.cart > .flyout > .added,
  .page .stickynav > .center > .entry.cart > .flyout > .added {
    padding: 20px 17px;
    text-align: center; }
    .page > #header .accountpanel > .entry.cart > .flyout > .added > p,
    .page .stickynav > .center > .entry.cart > .flyout > .added > p {
      padding: 0;
      font-size: 16px;
      font-weight: 300; }
      .page > #header .accountpanel > .entry.cart > .flyout > .added > p > .fa,
      .page .stickynav > .center > .entry.cart > .flyout > .added > p > .fa {
        display: inline-block;
        vertical-align: top;
        color: #5ea255;
        margin: 1px 4px 0 0; }
    .page > #header .accountpanel > .entry.cart > .flyout > .added > .actions,
    .page .stickynav > .center > .entry.cart > .flyout > .added > .actions {
      margin: 0 -7px;
      padding-top: 26px;
      white-space: nowrap; }
      .page > #header .accountpanel > .entry.cart > .flyout > .added > .actions > .btn,
      .page .stickynav > .center > .entry.cart > .flyout > .added > .actions > .btn {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 14px);
        margin: 0 7px;
        box-sizing: border-box; }
        .page > #header .accountpanel > .entry.cart > .flyout > .added > .actions > .btn.brown,
        .page .stickynav > .center > .entry.cart > .flyout > .added > .actions > .btn.brown {
          background-color: #c6875a; }
  .page > #header .accountpanel > .entry.cart > .flyout > .cartitems,
  .page .stickynav > .center > .entry.cart > .flyout > .cartitems {
    padding: 0 17px; }
    .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .loader,
    .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .loader {
      width: 36px;
      height: 36px;
      margin: 15px auto 20px auto; }
    .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .noitems,
    .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .noitems {
      padding: 20px 0 12px 0;
      width: 260px;
      margin: auto;
      text-align: center; }
      .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .noitems > h1,
      .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .noitems > h1 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 0; }
      .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .noitems > p,
      .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .noitems > p {
        font-size: 16px;
        line-height: 20px; }
    .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .head,
    .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .head {
      text-align: center;
      padding: 14px 0 8px 0; }
      .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .head > h1,
      .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .head > h1 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        padding-bottom: 0; }
    .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items,
    .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items {
      max-height: 304px;
      min-height: 71px;
      display: none;
      overflow: hidden;
      margin-right: -12px;
      width: auto; }
      .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content,
      .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content {
        padding-right: 12px; }
        .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content.closed,
        .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content.closed {
          position: relative;
          overflow: hidden; }
        .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item,
        .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item {
          height: 100px;
          display: block;
          border-top: 1px solid #dddddd;
          white-space: nowrap;
          position: relative;
          color: #000; }
          .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item:hover,
          .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item:hover {
            color: #666666; }
          .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .thumb,
          .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .thumb {
            display: inline-block;
            vertical-align: top;
            width: 80px;
            height: 63px;
            margin-top: 20px;
            margin-right: 17px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description,
          .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description {
            position: relative;
            display: inline-block;
            vertical-align: top;
            width: 226px; }
            .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .name,
            .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .name {
              padding-right: 36px;
              font-size: 14px;
              font-weight: 400;
              line-height: 16px;
              height: 32px;
              padding-top: 24px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal; }
            .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice,
            .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice {
              padding-top: 5px; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .qty, .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .price,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .qty,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .price {
                width: 50%;
                display: inline-block;
                vertical-align: top; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .qty,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .qty {
                font-size: 14px;
                font-weight: 300; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .price,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .qtyandprice > .price {
                text-align: right;
                font-size: 15px;
                color: #e84427;
                font-weight: 400; }
            .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover,
            .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover {
              position: absolute;
              top: 20px;
              right: 0;
              width: 24px;
              height: 24px;
              text-align: right;
              cursor: pointer; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover > .fa,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover > .fa {
                color: #878787;
                font-size: 16px;
                line-height: 24px; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover > .loader,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover > .loader {
                width: 16px;
                height: 16px;
                margin: 4px 0;
                display: inline-block;
                vertical-align: top; }
              .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover:hover > .fa,
              .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item > .description > .remover:hover > .fa {
                color: #494949; }
          .page > #header .accountpanel > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item:first-child,
          .page .stickynav > .center > .entry.cart > .flyout > .cartitems > .items > .nano-content > .item:first-child {
            margin-top: -12px; }
  .page > #header .accountpanel > .entry.cart > .flyout > .actions,
  .page .stickynav > .center > .entry.cart > .flyout > .actions {
    padding: 0 17px 20px 17px;
    background-color: #f1f1f1; }
    .page > #header .accountpanel > .entry.cart > .flyout > .actions.white,
    .page .stickynav > .center > .entry.cart > .flyout > .actions.white {
      background-color: #fff; }
    .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total,
    .page .stickynav > .center > .entry.cart > .flyout > .actions > .total {
      white-space: nowrap;
      padding: 3px 0 22px 0;
      font-size: 0; }
      .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total > .label, .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total > .value,
      .page .stickynav > .center > .entry.cart > .flyout > .actions > .total > .label,
      .page .stickynav > .center > .entry.cart > .flyout > .actions > .total > .value {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        font-weight: 600;
        width: 50%; }
      .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total > .label,
      .page .stickynav > .center > .entry.cart > .flyout > .actions > .total > .label {
        font-size: 14px;
        padding-left: 5px;
        padding-top: 2px; }
        .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total > .label > .vat,
        .page .stickynav > .center > .entry.cart > .flyout > .actions > .total > .label > .vat {
          color: #ababab;
          font-size: 10px;
          font-weight: 400;
          display: inline-block;
          vertical-align: top;
          padding: 4px 0 0 2px; }
      .page > #header .accountpanel > .entry.cart > .flyout > .actions > .total > .value,
      .page .stickynav > .center > .entry.cart > .flyout > .actions > .total > .value {
        font-size: 16px;
        text-align: right; }
    .page > #header .accountpanel > .entry.cart > .flyout > .actions > .hint,
    .page .stickynav > .center > .entry.cart > .flyout > .actions > .hint {
      text-align: center;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 28px;
      font-weight: 400;
      width: 220px;
      margin: auto;
      padding: 51px 0 43px 0; }
    .page > #header .accountpanel > .entry.cart > .flyout > .actions > .cartlink,
    .page .stickynav > .center > .entry.cart > .flyout > .actions > .cartlink {
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      text-align: center;
      color: #000;
      line-height: 12px;
      height: 12px;
      padding-top: 6px;
      margin-top: 10px;
      letter-spacing: 1px; }
      .page > #header .accountpanel > .entry.cart > .flyout > .actions > .cartlink:hover,
      .page .stickynav > .center > .entry.cart > .flyout > .actions > .cartlink:hover {
        color: #494949; }

/* megamenu */
.page > #header #navigation > ul > li > .megmenu,
.page .stickynav > .center > .mainnav > li > .megmenu {
  position: absolute;
  top: 68px;
  left: 10px;
  right: 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  padding: 7px 24px 40px 40px;
  z-index: 801;
  font-size: 0;
  display: none;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); }
  .page > #header #navigation > ul > li > .megmenu:after,
  .page .stickynav > .center > .mainnav > li > .megmenu:after {
    content: "";
    clear: both;
    display: table; }
  .page > #header #navigation > ul > li > .megmenu > ul,
  .page .stickynav > .center > .mainnav > li > .megmenu > ul {
    width: 680px;
    white-space: normal;
    float: left; }
    .page > #header #navigation > ul > li > .megmenu > ul a,
    .page .stickynav > .center > .mainnav > li > .megmenu > ul a {
      text-decoration: none;
      color: #000;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .page > #header #navigation > ul > li > .megmenu > ul a:hover,
      .page .stickynav > .center > .mainnav > li > .megmenu > ul a:hover {
        color: #535353; }
    .page > #header #navigation > ul > li > .megmenu > ul > li,
    .page .stickynav > .center > .mainnav > li > .megmenu > ul > li {
      display: inline-block;
      vertical-align: top;
      width: 160px;
      padding: 34px 10px 0 0; }
      .page > #header #navigation > ul > li > .megmenu > ul > li > a,
      .page .stickynav > .center > .mainnav > li > .megmenu > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        height: 24px;
        font-weight: 400; }
      .page > #header #navigation > ul > li > .megmenu > ul > li > .line,
      .page .stickynav > .center > .mainnav > li > .megmenu > ul > li > .line {
        height: 3px;
        background-color: #e84427;
        width: 20px;
        margin: 9px 0; }
      .page > #header #navigation > ul > li > .megmenu > ul > li > ul,
      .page .stickynav > .center > .mainnav > li > .megmenu > ul > li > ul {
        padding-top: 5px; }
        .page > #header #navigation > ul > li > .megmenu > ul > li > ul > li,
        .page .stickynav > .center > .mainnav > li > .megmenu > ul > li > ul > li {
          display: block;
          padding: 4px 0; }
          .page > #header #navigation > ul > li > .megmenu > ul > li > ul > li > a,
          .page .stickynav > .center > .mainnav > li > .megmenu > ul > li > ul > li > a {
            height: 24px;
            font-size: 14px;
            line-height: 24px; }
  .page > #header #navigation > ul > li > .megmenu > .navteasers,
  .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers {
    float: right;
    font-size: 0;
    padding-top: 37px; }
    .page > #header #navigation > ul > li > .megmenu > .navteasers > .navteaser,
    .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers > .navteaser {
      position: relative;
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      width: 210px;
      height: 240px;
      background-size: cover;
      background-repeat: no-repeat;
      margin-left: 18px; }
      .page > #header #navigation > ul > li > .megmenu > .navteasers > .navteaser:first-child,
      .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers > .navteaser:first-child {
        margin: 0; }
      .page > #header #navigation > ul > li > .megmenu > .navteasers > .navteaser > .button,
      .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers > .navteaser > .button {
        font-size: 12px;
        text-transform: uppercase;
        height: 48px;
        line-height: 48px;
        text-align: center;
        position: absolute;
        bottom: 18px;
        left: 20px;
        right: 20px;
        background-color: #e84427;
        color: #fff;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        letter-spacing: 0.5px; }
        .page > #header #navigation > ul > li > .megmenu > .navteasers > .navteaser > .button > .fa,
        .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers > .navteaser > .button > .fa {
          display: inline-block;
          vertical-align: top;
          line-height: 48px;
          padding: 0 0 0 5px; }
      .page > #header #navigation > ul > li > .megmenu > .navteasers > .navteaser:hover,
      .page .stickynav > .center > .mainnav > li > .megmenu > .navteasers > .navteaser:hover {
        opacity: 0.95; }

/* sticky nav */
.page .stickynav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, -64px);
  transition: opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
  z-index: 820; }
  .page .stickynav.shown {
    opacity: 1;
    transform: translate(0, 0); }
  .page .stickynav > .center {
    position: relative;
    text-align: right;
    padding-top: 0; }
    .page .stickynav > .center > .logo {
      width: 81px;
      height: 48px;
      background-image: url("../img/logo.png");
      background-size: 100% 100%;
      position: absolute;
      left: 10px;
      top: 8px;
      display: block;
      text-decoration: none; }
    .page .stickynav > .center > .mainnav {
      text-align: right;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      padding-right: 58px; }
      .page .stickynav > .center > .mainnav > li {
        display: inline-block;
        vertical-align: top; }
        .page .stickynav > .center > .mainnav > li > .megmenu {
          top: 63px;
          z-index: 820; }
        .page .stickynav > .center > .mainnav > li > a {
          font-size: 16px;
          text-transform: uppercase;
          color: #000;
          font-weight: 300;
          text-decoration: none;
          padding: 10px 23px 10px 23px;
          display: block;
          height: 44px;
          line-height: 40px;
          letter-spacing: 0.8px; }
          .page .stickynav > .center > .mainnav > li > a:hover {
            color: #797979; }
        .page .stickynav > .center > .mainnav > li:last-child > a {
          padding-right: 10px; }
        .page .stickynav > .center > .mainnav > li.active > a {
          color: #e84427; }
    .page .stickynav > .center > .cart {
      display: block;
      position: absolute;
      top: 17px;
      right: 0;
      width: 44px;
      margin: 0; }
      .page .stickynav > .center > .cart > .icon > .badge {
        right: 5px; }
      .page .stickynav > .center > .cart > .flyout {
        top: 40px !important;
        right: 10px !important; }

/* mobile navigation and filters */
.page > .mobilenav, .page > .mobilesubnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  display: none;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-100%);
  z-index: 900;
  overflow: hidden; }
  .page > .mobilenav.animin, .page > .mobilesubnav.animin {
    transform: translateX(0); }
  .page > .mobilenav > .header, .page > .mobilesubnav > .header {
    position: relative;
    height: 129px;
    background-color: #e84427;
    padding: 18px 0 0 0;
    box-sizing: border-box; }
    .page > .mobilenav > .header > .logo, .page > .mobilesubnav > .header > .logo {
      background-image: url("../img/sutterbegg_logo_klein.png");
      background-size: 100% 100%;
      width: 115px;
      height: 68px;
      margin: 0 auto 3px auto; }
    .page > .mobilenav > .header > .closer, .page > .mobilesubnav > .header > .closer {
      position: absolute;
      top: 6px;
      right: 9px;
      width: 36px;
      height: 36px;
      cursor: pointer; }
      .page > .mobilenav > .header > .closer > .ics, .page > .mobilesubnav > .header > .closer > .ics {
        width: 12px;
        height: 12px;
        margin: 12px;
        background-size: 100% 100%;
        background-image: url("../img/cross_white.png"); }
      .page > .mobilenav > .header > .closer:hover, .page > .mobilesubnav > .header > .closer:hover {
        opacity: 0.7; }
  .page > .mobilenav > .pcont, .page > .mobilesubnav > .pcont {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .page > .mobilenav > .pcont .subnavp, .page > .mobilesubnav > .pcont .subnavp {
      position: relative;
      display: block;
      text-decoration: none; }
      .page > .mobilenav > .pcont .subnavp > .head, .page > .mobilesubnav > .pcont .subnavp > .head {
        position: relative;
        padding: 0 84px 0 16px;
        height: 50px; }
        .page > .mobilenav > .pcont .subnavp > .head:hover, .page > .mobilesubnav > .pcont .subnavp > .head:hover {
          background-color: #f8f8f8; }
        .page > .mobilenav > .pcont .subnavp > .head > .lbl, .page > .mobilesubnav > .pcont .subnavp > .head > .lbl {
          color: #000;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 400;
          line-height: 50px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .page > .mobilenav > .pcont .subnavp > .head > .icon, .page > .mobilesubnav > .pcont .subnavp > .head > .icon {
          position: absolute;
          right: 0;
          top: 0;
          text-align: right;
          height: 50px;
          width: 68px;
          padding-right: 16px; }
          .page > .mobilenav > .pcont .subnavp > .head > .icon > .fa, .page > .mobilesubnav > .pcont .subnavp > .head > .icon > .fa {
            font-size: 18px;
            color: #000;
            line-height: 50px; }
      .page > .mobilenav > .pcont .subnavp > .collapse, .page > .mobilesubnav > .pcont .subnavp > .collapse {
        display: none;
        background-color: #f4f4f4;
        padding: 0 16px; }
        .page > .mobilenav > .pcont .subnavp > .collapse > .sublink, .page > .mobilesubnav > .pcont .subnavp > .collapse > .sublink {
          display: block;
          font-size: 14px;
          font-weight: 400;
          text-decoration: none;
          border-bottom: 1px solid #dddddd;
          line-height: 50px;
          height: 50px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #000; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .sublink:hover, .page > .mobilesubnav > .pcont .subnavp > .collapse > .sublink:hover {
            opacity: 0.8; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .sublink:last-child, .page > .mobilesubnav > .pcont .subnavp > .collapse > .sublink:last-child {
            border-bottom: none; }
        .page > .mobilenav > .pcont .subnavp > .collapse .subnav, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav {
          list-style: none;
          padding: 0;
          margin: 5px 0 0 0; }
          .page > .mobilenav > .pcont .subnavp > .collapse .subnav a, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav a {
            text-decoration: none;
            position: relative;
            display: block;
            color: #000; }
          .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a {
            height: 30px;
            padding: 3px 0 5px 0; }
            .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a > .name, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a > .name {
              font-size: 16px;
              display: block;
              font-weight: 300;
              line-height: 30px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
              .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a > .name:hover, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a > .name:hover {
                color: #919191; }
            .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a > .icon, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a > .icon {
              position: absolute;
              right: 0;
              top: 0;
              cursor: pointer;
              width: 30px;
              height: 40px;
              text-align: center; }
              .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a > .icon > .fa, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a > .icon > .fa {
                font-size: 18px;
                color: #919191;
                line-height: 40px; }
              .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > a > .icon:hover > .fa, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > a > .icon:hover > .fa {
                color: #b6b6b6; }
          .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li.active > a > .name, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li.active > a > .name {
            font-weight: 600;
            color: #000; }
          .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > ul, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > ul {
            padding: 0 0 0 16px;
            list-style: none;
            margin: 0; }
            .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > ul.collided, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > ul.collided {
              display: none; }
            .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > ul > li > a, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > ul > li > a {
              padding: 5px 0;
              height: 25px;
              line-height: 25px; }
              .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > ul > li > a:hover, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > ul > li > a:hover {
                color: #919191; }
            .page > .mobilenav > .pcont .subnavp > .collapse .subnav > li > ul > li.active > a, .page > .mobilesubnav > .pcont .subnavp > .collapse .subnav > li > ul > li.active > a {
              font-weight: 600;
              color: #000; }
        .page > .mobilenav > .pcont .subnavp > .collapse > .attribute, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute {
          display: block;
          text-decoration: none;
          position: relative;
          padding: 5px 0; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute > .name, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute > .name {
            color: #000;
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 65px; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute > .state, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute > .state {
            position: absolute;
            text-align: right;
            top: 6px;
            right: 0;
            padding: 0 8px 0 0; }
            .page > .mobilenav > .pcont .subnavp > .collapse > .attribute > .state > .amount, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute > .state > .amount {
              display: inline-block;
              vertical-align: top;
              color: #666666;
              font-size: 14px;
              font-weight: 300;
              letter-spacing: -0.5px; }
            .page > .mobilenav > .pcont .subnavp > .collapse > .attribute > .state > .clear, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute > .state > .clear {
              display: inline-block;
              padding: 0 0 0 7px; }
              .page > .mobilenav > .pcont .subnavp > .collapse > .attribute > .state > .clear > .fa, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute > .state > .clear > .fa {
                font-size: 18px;
                line-height: 21px;
                color: #000; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute.active > .name, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute.active > .name {
            font-weight: 400; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute:hover > .name, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute:hover > .name {
            color: #666666; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute:hover > .state > .amount, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute:hover > .state > .amount {
            color: #939393; }
          .page > .mobilenav > .pcont .subnavp > .collapse > .attribute:hover > .state > .clear > .fa, .page > .mobilesubnav > .pcont .subnavp > .collapse > .attribute:hover > .state > .clear > .fa {
            color: #666; }
      .page > .mobilenav > .pcont .subnavp > .line, .page > .mobilesubnav > .pcont .subnavp > .line {
        position: absolute;
        left: 16px;
        right: 16px;
        height: 1px;
        bottom: 0;
        background-color: #dddddd; }
      .page > .mobilenav > .pcont .subnavp:last-child > .line, .page > .mobilesubnav > .pcont .subnavp:last-child > .line {
        display: none; }
    .page > .mobilenav > .pcont .sec, .page > .mobilesubnav > .pcont .sec {
      background-color: #fff;
      margin: 0 0 10px 0; }

/* mobile nav */
.page > .mobilenav > .header {
  height: 129px;
  background-color: #e84427; }
  .page > .mobilenav > .header > .tabs {
    position: relative;
    white-space: nowrap;
    padding: 5px;
    background-color: #e84427; }
    .page > .mobilenav > .header > .tabs > .tab {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      cursor: pointer;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 30px;
      height: 30px;
      padding: 0 9px;
      font-weight: 400; }
      .page > .mobilenav > .header > .tabs > .tab:hover {
        opacity: 0.8; }
    .page > .mobilenav > .header > .tabs > .line {
      position: absolute;
      left: 0;
      width: 0;
      bottom: 7px;
      height: 2px;
      background-color: #fff;
      transition: left 0.2s ease-out, width 0.2s ease-out; }

.page > .mobilenav > .pcont {
  top: 129px; }
  .page > .mobilenav > .pcont > .nav {
    display: none; }
    .page > .mobilenav > .pcont > .nav .sec > .loading {
      padding: 40px 0; }
      .page > .mobilenav > .pcont > .nav .sec > .loading > .loader {
        margin: 0 auto; }
    .page > .mobilenav > .pcont > .nav .sec > .navp {
      position: relative;
      display: block;
      padding: 4px 44px 4px 16px;
      text-decoration: none; }
      .page > .mobilenav > .pcont > .nav .sec > .navp:last-child > .line {
        display: none; }
      .page > .mobilenav > .pcont > .nav .sec > .navp:hover {
        background-color: #f8f8f8; }
      .page > .mobilenav > .pcont > .nav .sec > .navp > .lbl {
        color: #000;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 42px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .page > .mobilenav > .pcont > .nav .sec > .navp > .icon {
        position: absolute;
        right: 16px;
        top: 0;
        text-align: right;
        height: 50px; }
        .page > .mobilenav > .pcont > .nav .sec > .navp > .icon > .fa {
          font-size: 18px;
          color: #000;
          line-height: 50px; }
      .page > .mobilenav > .pcont > .nav .sec > .navp > .line {
        position: absolute;
        left: 16px;
        right: 16px;
        height: 1px;
        bottom: 0;
        background-color: #dddddd; }
      .page > .mobilenav > .pcont > .nav .sec > .navp > .sub, .page > .mobilenav > .pcont > .nav .sec > .navp > .navteasers {
        display: none; }
    .page > .mobilenav > .pcont > .nav > .slidable {
      position: absolute;
      width: 200%;
      left: 0;
      white-space: nowrap;
      transition: left 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .page > .mobilenav > .pcont > .nav > .slidable.showsub {
        left: -100%; }
      .page > .mobilenav > .pcont > .nav > .slidable > .mnav, .page > .mobilenav > .pcont > .nav > .slidable > .snav {
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        .page > .mobilenav > .pcont > .nav > .slidable > .mnav.noheight, .page > .mobilenav > .pcont > .nav > .slidable > .snav.noheight {
          height: 1px;
          overflow: hidden; }
      .page > .mobilenav > .pcont > .nav > .slidable > .snav > .back {
        position: relative;
        height: 50px;
        text-align: center;
        cursor: pointer;
        background-color: #f4f4f4; }
        .page > .mobilenav > .pcont > .nav > .slidable > .snav > .back > .fa {
          position: absolute;
          left: 16px;
          top: 0;
          line-height: 50px;
          font-size: 18px; }
        .page > .mobilenav > .pcont > .nav > .slidable > .snav > .back > .lbl {
          display: inline-block;
          vertical-align: top;
          line-height: 50px;
          font-size: 14px;
          font-weight: 400; }
        .page > .mobilenav > .pcont > .nav > .slidable > .snav > .back:hover {
          background-color: #ededed; }
    .page > .mobilenav > .pcont > .nav .navteasers > .navteaser {
      position: relative;
      display: block;
      text-decoration: none;
      width: 100%;
      height: 240px;
      margin-bottom: 10px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      text-align: center; }
      .page > .mobilenav > .pcont > .nav .navteasers > .navteaser > .button {
        margin: 174px 0 0 0;
        display: inline-block;
        background-color: #e84427;
        color: #fff;
        height: 48px;
        padding: 0 20px;
        line-height: 48px;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.5px;
        text-transform: uppercase; }
        .page > .mobilenav > .pcont > .nav .navteasers > .navteaser > .button > .fa {
          font-size: 12px;
          line-height: 48px;
          display: inline-block;
          vertical-align: top;
          margin: 0 0 0 4px; }

/* mobile sub nav */
.page > .mobilesubnav > .header {
  height: 95px;
  border-bottom: 1px solid #dddddd; }

.page > .mobilesubnav > .pcont {
  top: 95px; }
  .page > .mobilesubnav > .pcont > .sec > .subnavp > .head {
    cursor: pointer; }
  .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse {
    display: none; }
    .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts {
      padding-bottom: 16px; }
      .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost {
        display: block;
        text-decoration: none;
        margin-top: 22px; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost:after {
          content: "";
          clear: both;
          display: table; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost > .thumb {
          display: inline-block;
          width: 80px;
          height: 80px;
          background-color: #dddddd;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost > .description {
          width: 80%;
          padding-left: 12px;
          box-sizing: border-box;
          padding-top: 19px;
          font-size: 14px;
          display: inline-block;
          vertical-align: top; }
          .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost > .description > b {
            white-space: nowrap;
            overflow: hidden;
            display: block;
            text-overflow: ellipsis;
            color: #000;
            font-weight: 600;
            padding-bottom: 7px; }
          .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost > .description > .date {
            color: #757575; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost:hover > .thumb {
          opacity: 0.9; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .newposts > .smpost:hover > .description > b {
          color: #2c2c2c; }
    .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogcategories {
      padding-top: 5px; }
      .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogcategories > li {
        padding: 6px 0; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogcategories > li > a {
          font-size: 16px;
          line-height: 24px;
          text-decoration: none;
          display: block;
          color: #000; }
          .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogcategories > li > a:hover {
            color: #2c2c2c; }
    .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial {
      padding: 10px 0;
      font-size: 0; }
      .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial > .socicon {
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        background-color: #e84427;
        width: 38px;
        height: 38px;
        margin: 0 7px 0 0;
        text-align: center; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial > .socicon > .fa {
          color: #fff;
          line-height: 38px; }
          .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial > .socicon > .fa.fa-instagram {
            font-size: 22px; }
          .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial > .socicon > .fa.fa-facebook {
            font-size: 24px; }
        .page > .mobilesubnav > .pcont > .sec > .subnavp > .collapse .blogsocial > .socicon:hover {
          background-color: #eb624a; }

/*********************************************************
* MAIN
*********************************************************/
.page > #main {
  /* animations */ }
  .page > #main > .content {
    width: 1200px;
    padding: 10px 0 40px 0;
    margin: auto; }
    .page > #main > .content.nopadd {
      padding-bottom: 0; }
  .page > #main .anim {
    opacity: 0; }
    .page > #main .anim.fadeready {
      transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1); }
      .page > #main .anim.fadeready.seen {
        opacity: 1; }
    .page > #main .anim.slideready {
      transform: translateY(50px);
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .page > #main .anim.slideready.seen {
        opacity: 1;
        transform: translateY(0); }

/* sidenav layout */
.page > #main > .content > .sidenavlayout:after {
  content: "";
  clear: both;
  display: table; }

.page > #main > .content > .sidenavlayout > .filterlist {
  display: none; }

.page > #main > .content > .sidenavlayout > .sidenav {
  width: 280px;
  padding: 0 10px 0 10px;
  min-height: 1px;
  float: left; }
  .page > #main > .content > .sidenavlayout > .sidenav .subnav {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0; }
    .page > #main > .content > .sidenavlayout > .sidenav .subnav a {
      text-decoration: none;
      position: relative;
      display: block;
      color: #000; }
    .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a {
      height: 30px;
      padding: 3px 0 5px 0; }
      .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a > .name {
        font-size: 16px;
        display: block;
        font-weight: 300;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a > .name:hover {
          color: #919191; }
      .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a > .icon {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 30px;
        height: 40px;
        text-align: center; }
        .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a > .icon > .fa {
          font-size: 18px;
          color: #919191;
          line-height: 40px; }
        .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > a > .icon:hover > .fa {
          color: #b6b6b6; }
    .page > #main > .content > .sidenavlayout > .sidenav .subnav > li.active > a > .name {
      font-weight: 600;
      color: #000; }
    .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > ul {
      padding: 0 0 0 16px;
      list-style: none;
      margin: 0; }
      .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > ul.collided {
        display: none; }
      .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > ul > li > a {
        padding: 5px 0;
        height: 25px;
        line-height: 25px; }
        .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > ul > li > a:hover {
          color: #919191; }
      .page > #main > .content > .sidenavlayout > .sidenav .subnav > li > ul > li.active > a {
        font-weight: 600;
        color: #000; }

.page > #main > .content > .sidenavlayout > .content {
  width: 900px;
  float: left;
  min-height: 1px; }

/* profile layout */
.page > #main > .content > .profilelayout {
  padding: 40px 10px 60px 10px; }
  .page > #main > .content > .profilelayout:after {
    content: "";
    clear: both;
    display: table; }
  .page > #main > .content > .profilelayout > .sidenav {
    width: 280px;
    box-sizing: border-box;
    padding: 24px 18px 24px 20px;
    background-color: #fbf2ea;
    min-height: 1px;
    float: left; }
    .page > #main > .content > .profilelayout > .sidenav > h3 {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.5px; }
    .page > #main > .content > .profilelayout > .sidenav > .redline {
      width: 20px;
      height: 3px;
      background-color: #e84427;
      margin: 17px 0 6px; }
    .page > #main > .content > .profilelayout > .sidenav > ul > li {
      padding: 5px 0; }
      .page > #main > .content > .profilelayout > .sidenav > ul > li > a {
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-weight: 300;
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000; }
        .page > #main > .content > .profilelayout > .sidenav > ul > li > a:hover {
          color: #797979; }
      .page > #main > .content > .profilelayout > .sidenav > ul > li.active > a {
        font-weight: 600; }
    .page > #main > .content > .profilelayout > .sidenav > .separator {
      width: 100%;
      height: 1px;
      background-color: #dddddd;
      margin: 20px 0; }
    .page > #main > .content > .profilelayout > .sidenav > .logout {
      display: block;
      line-height: 26px;
      height: 26px;
      font-weight: 300;
      font-size: 16px;
      color: #000;
      text-decoration: none; }
      .page > #main > .content > .profilelayout > .sidenav > .logout:hover {
        color: #797979; }
  .page > #main > .content > .profilelayout > .content {
    width: 900px;
    float: left;
    min-height: 1px;
    box-sizing: border-box;
    padding: 26px 0 0 20px; }

/* blog layout */
.page > #main > .content > .blogpost {
  padding: 34px 10px 60px 10px; }
  .page > #main > .content > .blogpost:after {
    content: "";
    clear: both;
    display: table; }
  .page > #main > .content > .blogpost > .content {
    width: 810px;
    float: left;
    margin-left: -10px;
    min-height: 1px;
    box-sizing: border-box;
    padding: 0 20px 0 0; }
  .page > #main > .content > .blogpost > .sidenav {
    width: 300px;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    min-height: 1px;
    float: right; }

.page > #main > .content .collapser {
  margin-bottom: 10px; }
  .page > #main > .content .collapser > .head {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    -webkit-user-select: none;
    user-select: none; }
    .page > #main > .content .collapser > .head > .name {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      line-height: 20px;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      letter-spacing: 0.8px; }
    .page > #main > .content .collapser > .head > .line {
      width: 20px;
      height: 3px;
      margin: 12px 0 0 0;
      background-color: #e84427; }
    .page > #main > .content .collapser > .head > .icon {
      position: absolute;
      top: 0;
      right: 8px; }
      .page > #main > .content .collapser > .head > .icon > .fa {
        color: #919191;
        font-size: 22px; }
    .page > #main > .content .collapser > .head.important > .line {
      margin-top: 18px; }
    .page > #main > .content .collapser > .head:hover > .name {
      color: #666; }
    .page > #main > .content .collapser > .head:hover > .icon > .fa {
      color: #b6b6b6; }
  .page > #main > .content .collapser > .body {
    padding: 2px 0 10px 0; }

/* typography */
.page h1 {
  font-size: 32px;
  line-height: 40px;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 600; }

.page h2 {
  font-size: 22px;
  font-weight: 300;
  padding: 0 0 10px;
  text-transform: uppercase; }

.page p {
  margin: 0;
  padding: 10px 0; }

.page .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .page .table tr > th {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px; }
    .page .table tr > th:first-child {
      padding-left: 0; }
    .page .table tr > th:last-child {
      padding-right: 0;
      text-align: right; }
  .page .table tr > td {
    border-bottom: 1px solid #dddddd;
    padding: 13px 10px;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; }
    .page .table tr > td:last-child {
      padding-right: 0; }
    .page .table tr > td.label {
      font-weight: 400; }
    .page .table tr > td.icon {
      width: 80px;
      padding: 4px 5px; }
      .page .table tr > td.icon > .dieticon {
        display: inline-block;
        vertical-align: middle; }
      .page .table tr > td.icon > .allergenicon {
        background-image: url("../img/allergensm.png");
        background-size: 504px 36px;
        width: 36px;
        height: 36px;
        display: inline-block;
        vertical-align: middle; }
        .page .table tr > td.icon > .allergenicon.a227 {
          background-position: 0px 0px; }
        .page .table tr > td.icon > .allergenicon.a228 {
          background-position: -36px 0px; }
        .page .table tr > td.icon > .allergenicon.a229 {
          background-position: -72px 0px; }
        .page .table tr > td.icon > .allergenicon.a232 {
          background-position: -108px 0px; }
        .page .table tr > td.icon > .allergenicon.a237 {
          background-position: -144px 0px; }
        .page .table tr > td.icon > .allergenicon.a239 {
          background-position: -180px 0px; }
        .page .table tr > td.icon > .allergenicon.a241 {
          background-position: -216px 0px; }
        .page .table tr > td.icon > .allergenicon.a242 {
          background-position: -252px 0px; }
        .page .table tr > td.icon > .allergenicon.a244 {
          background-position: -288px 0px; }
        .page .table tr > td.icon > .allergenicon.a245 {
          background-position: -324px 0px; }
        .page .table tr > td.icon > .allergenicon.a246 {
          background-position: -360px 0px; }
        .page .table tr > td.icon > .allergenicon.a247 {
          background-position: -396px 0px; }
        .page .table tr > td.icon > .allergenicon.a250 {
          background-position: -432px 0px; }
        .page .table tr > td.icon > .allergenicon.a251 {
          background-position: -468px 0px; }

.cookiebanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 920;
  padding: 11px 0 12px;
  border-top: 1px solid #f1f1f1; }
  .cookiebanner > .inner {
    padding: 0 20px;
    text-align: center; }
    .cookiebanner > .inner > .text {
      font-size: 14px;
      font-weight: 300;
      color: #5f5f5f;
      display: inline-block;
      vertical-align: top;
      line-height: 22px;
      padding: 7px 230px 7px 0;
      width: auto; }
      .cookiebanner > .inner > .text > a {
        text-decoration: none;
        color: #e84427; }
    .cookiebanner > .inner > .btn {
      margin: 0 0 0 15px;
      display: inline-block;
      vertical-align: top;
      height: 36px;
      line-height: 36px;
      padding: 0 45px;
      font-size: 13px;
      background-color: #e84427;
      width: auto; }
      .cookiebanner > .inner > .btn:hover {
        background-color: #eb624a; }

.breadcrump {
  padding: 0 10px 23px 10px;
  min-height: 30px; }
  .breadcrump > ul {
    font-size: 0;
    padding-top: 8px; }
    .breadcrump > ul > li {
      display: inline-block;
      vertical-align: top;
      min-height: 15px;
      padding-bottom: 7px; }
      .breadcrump > ul > li > a, .breadcrump > ul > li > span {
        font-size: 12px;
        color: #000;
        text-decoration: none;
        line-height: 15px; }
        .breadcrump > ul > li > a > .fa, .breadcrump > ul > li > span > .fa {
          color: #e84427;
          line-height: 15px; }
        .breadcrump > ul > li > a:hover, .breadcrump > ul > li > span:hover {
          color: #919191; }
          .breadcrump > ul > li > a:hover > .fa, .breadcrump > ul > li > span:hover > .fa {
            color: #eb624a; }
      .breadcrump > ul > li.current > a, .breadcrump > ul > li.current > span {
        color: #e84427; }
        .breadcrump > ul > li.current > a > .fa, .breadcrump > ul > li.current > span > .fa {
          color: #e84427; }
      .breadcrump > ul > li.separator {
        padding: 0 6px; }
        .breadcrump > ul > li.separator > .fa {
          font-size: 12px;
          color: #b9b9b9;
          line-height: 15px; }

#main .textel {
  padding: 0 10px; }
  #main .textel > .title {
    padding-top: 20px; }
    #main .textel > .title.centered {
      text-align: center; }
  #main .textel h1 {
    padding-right: 2px; }
  #main .textel h2 {
    font-weight: 600;
    padding: 27px 0 6px 0; }
  #main .textel p {
    line-height: 26px;
    font-weight: 300; }
  #main .textel a {
    text-decoration: none;
    color: #e84427; }
  #main .textel > .inner > ul li {
    padding-left: 20px;
    line-height: 26px; }
  #main .textel > .inner > ul li:before {
    content: "\f138";
    color: #e84427;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -20px;
    width: 20px; }
  #main .textel.maximized {
    padding-left: 10px;
    width: 680px; }
  #main .textel.centertextel {
    padding: 0 110px; }

#main .svg {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  margin-top: -10px; }

#main .svgarea {
  height: 500px;
  padding: 65px 0; }
  #main .svgarea > .inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1; }

#main .prospects {
  padding: 35px 10px;
  font-size: 0; }
  #main .prospects > .title {
    padding-bottom: 30px; }
    #main .prospects > .title h1 {
      line-height: 32px; }
    #main .prospects > .title.centered {
      text-align: center; }
  #main .prospects > .entries {
    margin: 0 -10px; }
    #main .prospects > .entries > .prospectitem {
      display: inline-block;
      vertical-align: top;
      margin: 10px 10px 30px 10px;
      width: 280px;
      font-size: 16px;
      text-decoration: none;
      color: black; }
      #main .prospects > .entries > .prospectitem > .container {
        height: 400px;
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden; }
        #main .prospects > .entries > .prospectitem > .container > .img {
          border-radius: 1px;
          width: 100%;
          height: 400px;
          box-sizing: border-box;
          object-fit: cover;
          transition: transform 1s ease-out;
          margin-bottom: 15px; }
      #main .prospects > .entries > .prospectitem > .description > h3 {
        text-transform: uppercase; }
      #main .prospects > .entries > .prospectitem > .description > .text {
        margin-top: -8px; }
      #main .prospects > .entries > .prospectitem > .description > .link {
        color: #b9b9b9;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        padding: 0; }
        #main .prospects > .entries > .prospectitem > .description > .link > .fa {
          padding-left: 5px; }
        #main .prospects > .entries > .prospectitem > .description > .link:hover {
          color: #6f6f6f; }
      #main .prospects > .entries > .prospectitem:hover .img {
        transform: scale(1.02); }
      #main .prospects > .entries > .prospectitem:hover .description > h3 {
        color: #494949; }
      #main .prospects > .entries > .prospectitem:hover .description > .text {
        color: #494949; }
  #main .prospects.anim {
    opacity: 1 !important;
    transition: none !important; }
    #main .prospects.anim > .entries > .prospectitem {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateY(-30px); }
      #main .prospects.anim > .entries > .prospectitem.seen {
        opacity: 1;
        transform: translateY(0); }

#main .downloads {
  padding: 35px 10px;
  width: 100%; }
  #main .downloads > .entries {
    border-top: 1px solid #f1f1f1;
    box-sizing: border-box; }
    #main .downloads > .entries > .download {
      height: 60px;
      width: 100%;
      border-bottom: 1px solid #f1f1f1;
      font-size: 0; }
      #main .downloads > .entries > .download > .title {
        width: 80%;
        height: 100%;
        display: inline-block;
        box-sizing: border-box;
        padding-left: 10px; }
        #main .downloads > .entries > .download > .title > .val {
          width: 100%;
          line-height: 60px;
          font-size: 16px;
          font-weight: 600;
          padding: 0; }
      #main .downloads > .entries > .download > .file {
        margin-top: 6px;
        vertical-align: top;
        display: inline-block;
        width: 20%;
        height: 100%;
        box-sizing: border-box;
        font-size: 0;
        padding-right: 10px; }
        #main .downloads > .entries > .download > .file > .btn {
          width: 100%;
          box-sizing: border-box;
          cursor: pointer;
          min-width: 40px;
          padding: 15px 32px;
          text-align: center;
          text-decoration: none;
          letter-spacing: 1.0px;
          line-height: normal;
          font-size: 12px;
          font-weight: 400; }
          #main .downloads > .entries > .download > .file > .btn > .fa {
            padding-left: 5px; }

#main .contactperson {
  padding: 35px 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box; }
  #main .contactperson > .img {
    height: 180px;
    width: 180px;
    padding: 25px 0; }
    #main .contactperson > .img .round {
      height: 100%;
      width: 100%;
      border-radius: 180px; }
  #main .contactperson > .detail {
    height: 250px;
    width: 100%;
    display: table; }
    #main .contactperson > .detail > h3 {
      font-size: 16px;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding-bottom: 8px;
      padding-left: 4px; }
    #main .contactperson > .detail > .line {
      width: 20px;
      height: 3px;
      background-color: #e84427;
      margin: 5px 0 10px 4px; }
    #main .contactperson > .detail > .entry {
      display: table;
      padding: 8px 0; }
      #main .contactperson > .detail > .entry > .icon {
        display: inline-block;
        width: 30px;
        padding-right: 10px;
        text-align: center; }
        #main .contactperson > .detail > .entry > .icon > .fa {
          color: #4b2700; }
      #main .contactperson > .detail > .entry .top {
        display: table-cell;
        vertical-align: top;
        padding-top: 2px; }
      #main .contactperson > .detail > .entry > .times {
        display: inline-block; }
        #main .contactperson > .detail > .entry > .times p {
          padding: 0 0 8px 0; }
      #main .contactperson > .detail > .entry > .val {
        display: table-cell;
        vertical-align: middle; }
      #main .contactperson > .detail > .entry > a {
        text-decoration: none;
        color: #e84427; }
        #main .contactperson > .detail > .entry > a:hover {
          color: #eb624a; }

#main .usps {
  width: 100%;
  padding: 0 10px;
  font-size: 0; }
  #main .usps > .entries {
    width: 100%; }
    #main .usps > .entries > .usp {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      width: 33.3%;
      margin: 40px 0; }
      #main .usps > .entries > .usp > .icon {
        font-size: 15px;
        display: block;
        padding: 20px 0;
        color: #4b2700; }
      #main .usps > .entries > .usp > .content {
        width: 82%; }
        #main .usps > .entries > .usp > .content > h2 {
          font-size: 22px;
          font-weight: 300; }
        #main .usps > .entries > .usp > .content > p {
          padding-bottom: 30px;
          font-size: 16px;
          line-height: 26px; }
      #main .usps > .entries > .usp > .line {
        width: 70%;
        height: 5px;
        background-color: #e84427; }

#main .imgwtext {
  padding: 35px 10px;
  display: block;
  height: auto; }
  #main .imgwtext > .content {
    overflow: auto;
    height: auto; }
    #main .imgwtext > .content > .img {
      width: 580px;
      height: 330px;
      object-fit: cover;
      float: left; }
    #main .imgwtext > .content > .text {
      width: 53%;
      border: 3px solid #d5b192;
      margin: 55px 0 0 -5%;
      float: left; }
      #main .imgwtext > .content > .text > .box {
        padding: 45px 75px;
        width: 100%;
        box-sizing: border-box; }
        #main .imgwtext > .content > .text > .box > p {
          line-height: 1.5;
          font-size: 16px;
          width: 100%; }

#main .bigimg {
  padding: 35px 10px; }
  #main .bigimg > img {
    width: 100%;
    height: 100%; }

#main .share-buttons {
  font-family: 'Just Another Hand';
  margin: auto;
  padding: 35px 0;
  width: 100%;
  height: 150px;
  text-align: center; }
  #main .share-buttons > .content {
    width: 375px;
    margin: auto; }
    #main .share-buttons > .content > .text {
      font-size: 42px;
      position: relative;
      color: #eba904;
      text-align: left;
      padding-left: 118px; }
      #main .share-buttons > .content > .text:before {
        position: absolute;
        content: '';
        width: 118px;
        height: 118px;
        top: 27px;
        left: 0;
        background-image: url("../img/arrow.png");
        background-repeat: no-repeat; }
    #main .share-buttons > .content > .list {
      padding: 10px; }
      #main .share-buttons > .content > .list > .item {
        display: inline-block;
        cursor: pointer; }
        #main .share-buttons > .content > .list > .item > .link > span > .fa-circle {
          color: #e84427; }
        #main .share-buttons > .content > .list > .item > .link > span > .fa-facebook {
          font-size: 23px;
          color: white; }
        #main .share-buttons > .content > .list > .item > .link > span > .fa-twitter {
          font-size: 21px;
          color: white; }
        #main .share-buttons > .content > .list > .item > .link > span > .fa-whatsapp {
          font-size: 22px;
          color: white; }
        #main .share-buttons > .content > .list > .item > .link > span > .fa-envelope-o {
          font-size: 19px;
          color: white; }
        #main .share-buttons > .content > .list > .item:hover > .link > span > .fa-circle {
          color: #eb624a; }
        #main .share-buttons > .content > .list > .item.wamobile {
          display: none; }

#main .testimonials {
  padding: 35px 0;
  height: 653px; }
  #main .testimonials > .fullwidth {
    position: absolute;
    left: 0;
    right: 0;
    height: 653px; }
    #main .testimonials > .fullwidth > .inner {
      position: relative;
      width: 1200px;
      margin: auto;
      z-index: 201;
      text-align: center;
      height: 100%; }
      #main .testimonials > .fullwidth > .inner > .navarrow {
        z-index: 240;
        position: absolute;
        top: 50%;
        margin-top: -37px;
        background-repeat: no-repeat;
        background-size: contain;
        width: 16px;
        height: 75px;
        cursor: pointer;
        display: block; }
        #main .testimonials > .fullwidth > .inner > .navarrow:hover {
          opacity: 0.5; }
        #main .testimonials > .fullwidth > .inner > .navarrow.prev {
          left: 50px;
          background-image: url("../img/arrow_left.png"); }
        #main .testimonials > .fullwidth > .inner > .navarrow.next {
          right: 50px;
          background-image: url("../img/arrow_right.png"); }
      #main .testimonials > .fullwidth > .inner > .navbar > .item {
        display: inline-block;
        text-decoration: none;
        width: 120px;
        color: white;
        border-top: 4px solid;
        cursor: pointer;
        margin: 0 1px; }
        #main .testimonials > .fullwidth > .inner > .navbar > .item > p {
          font-weight: 400;
          text-transform: uppercase;
          font-size: 12px; }
      #main .testimonials > .fullwidth > .inner > .navbar .active {
        color: #4b2700; }
      #main .testimonials > .fullwidth > .inner > .navbar :hover {
        opacity: 0.8; }
      #main .testimonials > .fullwidth > .inner > .slidercontainer {
        padding: 0 10px;
        overflow: hidden;
        height: 80%; }
        #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides {
          position: relative;
          white-space: nowrap;
          height: 100%; }
          #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide {
            display: inline-block;
            text-align: center;
            box-sizing: border-box;
            padding: 0 124px;
            width: 100%;
            white-space: normal;
            vertical-align: top;
            height: 100%; }
            #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content {
              display: table;
              height: 100%;
              width: 100%; }
              #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val {
                display: table-cell;
                vertical-align: middle; }
                #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .img {
                  padding: 15px;
                  object-fit: cover; }
                #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .text {
                  padding: 0 10%; }
                  #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .text > p {
                    color: white;
                    font-size: 16px;
                    font-weight: 300;
                    font-style: italic;
                    line-height: 30px; }
                    #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .text > p > .fa {
                      padding-right: 20px; }
                #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .title {
                  float: right;
                  padding-right: 10%; }
                  #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .title > h2 {
                    color: white;
                    font-weight: 400; }
                #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .link {
                  padding: 20px 0 0 0;
                  text-align: center;
                  clear: both; }
                  #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .link > .btn {
                    display: inline-block;
                    vertical-align: top;
                    margin: auto;
                    background-color: transparent;
                    border: 2px solid #fff;
                    color: #fff;
                    padding: 0 20px;
                    width: auto; }
                    #main .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .link > .btn:hover {
                      background-color: rgba(255, 255, 255, 0.2); }
    #main .testimonials > .fullwidth > svg {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 200;
      top: 0;
      bottom: 0; }

#main .accordeons {
  padding: 35px 10px; }
  #main .accordeons > .title {
    padding-bottom: 25px; }
  #main .accordeons > .inner {
    border-top: 1px solid #f1f1f1;
    box-sizing: border-box; }
    #main .accordeons > .inner > .accordeon {
      cursor: pointer;
      width: 100%;
      border-bottom: 1px solid #f1f1f1; }
      #main .accordeons > .inner > .accordeon > .head {
        position: relative;
        cursor: pointer; }
        #main .accordeons > .inner > .accordeon > .head > .arrow {
          position: absolute;
          height: 100%;
          left: 0;
          top: 0;
          font-size: 40px;
          font-weight: 600;
          padding-left: 15px; }
          #main .accordeons > .inner > .accordeon > .head > .arrow > .vcenter {
            height: 100%;
            display: table; }
            #main .accordeons > .inner > .accordeon > .head > .arrow > .vcenter > .fa {
              display: table-cell;
              vertical-align: middle; }
        #main .accordeons > .inner > .accordeon > .head > .heading {
          padding: 0 10px 0 65px;
          font-weight: 400;
          min-height: 60px; }
          #main .accordeons > .inner > .accordeon > .head > .heading > p {
            width: 100%;
            padding: 20px 0 20px 0; }
        #main .accordeons > .inner > .accordeon > .head:hover {
          background-color: #f8f8f8; }
      #main .accordeons > .inner > .accordeon > .content {
        display: none;
        font-size: 16px;
        white-space: normal;
        box-sizing: border-box;
        width: 100%;
        padding: 20px 15px 40px 65px; }
        #main .accordeons > .inner > .accordeon > .content > p {
          line-height: 26px; }
          #main .accordeons > .inner > .accordeon > .content > p > a {
            text-decoration: none;
            text-decoration: underline;
            color: #e84427; }
        #main .accordeons > .inner > .accordeon > .content > ul li {
          padding-left: 20px;
          line-height: 26px; }
        #main .accordeons > .inner > .accordeon > .content > ul li:before {
          content: "\f138";
          color: #e84427;
          font-family: FontAwesome;
          display: inline-block;
          margin-left: -20px;
          width: 20px; }

#main .video {
  padding: 35px 10px; }
  #main .video > .title {
    padding: 40px 0; }
  #main .video > .videocontainer {
    width: 100%;
    overflow: hidden; }
    #main .video > .videocontainer > video {
      width: 100%; }

#main .gallery {
  padding: 35px 0; }
  #main .gallery > .title {
    width: 100%;
    text-align: center; }
    #main .gallery > .title > h1 {
      padding-bottom: 30px; }
  #main .gallery > .entries {
    width: 100%;
    font-size: 0; }
    #main .gallery > .entries > .entry {
      display: inline-block;
      vertical-align: top;
      width: 25%;
      box-sizing: border-box;
      padding: 10px;
      text-decoration: none; }
      #main .gallery > .entries > .entry > .val {
        width: 280px;
        height: 280px;
        overflow: hidden; }
        #main .gallery > .entries > .entry > .val > .img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          transition: transform 1s ease-out;
          box-sizing: border-box; }
        #main .gallery > .entries > .entry > .val:hover > .img {
          transform: scale(1.05);
          transition: transform 1s ease-out; }
      #main .gallery > .entries > .entry.small {
        width: 33.3%; }
        #main .gallery > .entries > .entry.small > .val {
          width: unset; }

#main .instagram {
  padding-top: 35px;
  height: 100%; }
  #main .instagram > .feed {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 0;
    height: 100%; }
    #main .instagram > .feed > .item {
      display: inline-block;
      box-sizing: border-box;
      width: 20%;
      height: 100%;
      overflow: hidden; }
      #main .instagram > .feed > .item > a {
        height: 100%;
        width: 100%;
        display: block;
        z-index: 10;
        background: center center no-repeat #919191;
        text-align: center;
        transition: opacity 0.5s ease-out;
        cursor: pointer;
        vertical-align: top;
        position: relative; }
        #main .instagram > .feed > .item > a > .img {
          position: relative;
          z-index: 11;
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          width: 100% !important;
          height: 100% !important; }
        #main .instagram > .feed > .item > a > .dim {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: transparent;
          z-index: 12;
          transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
          display: table;
          height: 100%;
          width: 100%; }
          #main .instagram > .feed > .item > a > .dim > .inner {
            font-size: 16px;
            opacity: 0;
            color: #fff;
            transform: translateY(50px);
            transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
            display: table-cell;
            vertical-align: middle; }
            #main .instagram > .feed > .item > a > .dim > .inner > .tag {
              font-size: 22px;
              font-weight: 400;
              padding-top: 30px; }
        #main .instagram > .feed > .item > a:hover > .dim {
          background-color: rgba(0, 0, 0, 0.5); }
          #main .instagram > .feed > .item > a:hover > .dim > .inner {
            opacity: 1;
            transform: translateY(0); }

#main .scrollanchor {
  padding: 35px 10px;
  width: 100%;
  text-align: center; }
  #main .scrollanchor > .inner {
    font-size: 19px;
    text-transform: uppercase; }
    #main .scrollanchor > .inner > .anchor {
      text-decoration: none;
      color: black;
      padding: 0 40px;
      display: inline-block;
      cursor: pointer; }
      #main .scrollanchor > .inner > .anchor:hover {
        color: #e84427;
        transform: color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
    #main .scrollanchor > .inner > .divider {
      height: 19px;
      display: inline-block;
      width: 2px;
      background-color: #dddddd; }

#main .contactblock {
  padding: 35px 10px;
  font-size: 0;
  height: 140px; }
  #main .contactblock .item {
    display: inline-block;
    width: 25%;
    height: 100%;
    vertical-align: top;
    border-left: 1px solid #dddddd;
    box-sizing: border-box; }
    #main .contactblock .item > .title {
      padding-left: 20px; }
      #main .contactblock .item > .title > h3 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        padding: 0;
        line-height: 26px; }
    #main .contactblock .item > .val {
      padding-left: 20px; }
      #main .contactblock .item > .val > p {
        padding: 0;
        line-height: 26px;
        font-size: 16px;
        font-weight: 300; }
      #main .contactblock .item > .val > a {
        padding: 0;
        line-height: 26px;
        font-size: 16px;
        text-decoration: none;
        color: #e84427;
        display: block; }
    #main .contactblock .item > .icons {
      padding: 20px 0 0 20px; }
      #main .contactblock .item > .icons > .facebook {
        box-sizing: content-box;
        display: inline-block;
        height: 43px;
        width: 43px;
        background: url("../img/facebook.png") no-repeat center;
        background-size: contain;
        vertical-align: top; }
      #main .contactblock .item > .icons > .insta {
        margin-left: 10px;
        box-sizing: content-box;
        display: inline-block;
        height: 43px;
        width: 43px;
        background: url("../img/instagram.png") no-repeat center;
        background-size: contain;
        vertical-align: top; }
    #main .contactblock .item.nosocials {
      width: 33%; }

/*********************************************************
* PLUGINS
*********************************************************/
#main .locationlist {
  padding: 20px 10px;
  width: 100%; }
  #main .locationlist > .locationhead {
    padding: 20px 0; }
  #main .locationlist > .alllocations {
    font-weight: 300;
    font-size: 16px; }
  #main .locationlist > .filter {
    padding-bottom: 30px; }
    #main .locationlist > .filter .select {
      display: inline-block;
      margin-right: 30px; }
    #main .locationlist > .filter .checkboxctrl {
      display: inline-block; }
  #main .locationlist > .locations {
    padding: 0 10px 0 0;
    width: 100%; }
    #main .locationlist > .locations > .location {
      height: 180px;
      margin: 20px 0;
      background-color: #fbf2ea; }
      #main .locationlist > .locations > .location > a {
        font-size: 0;
        text-decoration: none; }
        #main .locationlist > .locations > .location > a > .locationimg {
          width: 32%;
          height: 100%;
          object-fit: cover;
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          margin-right: 10px; }
        #main .locationlist > .locations > .location > a > .locationdesc {
          padding: 30px 10px 0 10px;
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          width: 32%;
          height: 100%; }
          #main .locationlist > .locations > .location > a > .locationdesc > .locationtitle {
            text-transform: uppercase;
            color: black;
            text-decoration: none;
            font-size: 18px; }
          #main .locationlist > .locations > .location > a > .locationdesc > .locationsubtitle {
            color: #4b2700;
            text-decoration: none;
            font-size: 16px; }
          #main .locationlist > .locations > .location > a > .locationdesc > .locationaddress {
            line-height: 26px;
            color: black;
            text-decoration: none;
            font-size: 16px;
            padding: 0; }
        #main .locationlist > .locations > .location > a > .locationopeninghours {
          padding-top: 25px;
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          width: 20%;
          height: 100%; }
          #main .locationlist > .locations > .location > a > .locationopeninghours > .lohheader {
            font-weight: 600;
            color: black;
            text-decoration: none;
            font-size: 16px; }
          #main .locationlist > .locations > .location > a > .locationopeninghours .locationdays {
            color: black;
            text-decoration: none;
            font-size: 16px;
            width: 50px;
            text-align: left;
            display: inline-block;
            vertical-align: top;
            margin-right: 20px; }
          #main .locationlist > .locations > .location > a > .locationopeninghours .locationhours {
            color: black;
            text-decoration: none;
            font-size: 16px;
            display: inline-block;
            vertical-align: top;
            font-weight: 400; }
          #main .locationlist > .locations > .location > a > .locationopeninghours p {
            padding: 6px 0px;
            color: black;
            text-decoration: none;
            font-size: 16px; }
        #main .locationlist > .locations > .location > a > .locationextras {
          height: 100%;
          width: 15%;
          display: inline-block;
          vertical-align: top;
          box-sizing: border-box;
          padding: 25px 30px 25px 0; }
          #main .locationlist > .locations > .location > a > .locationextras > .clopend {
            height: 50%;
            text-align: right; }
            #main .locationlist > .locations > .location > a > .locationextras > .clopend > p {
              padding: 6px 0px; }
            #main .locationlist > .locations > .location > a > .locationextras > .clopend > .open {
              font-size: 16px;
              color: #779b49;
              font-weight: 600; }
            #main .locationlist > .locations > .location > a > .locationextras > .clopend > .closed {
              font-size: 16px;
              color: #e84427;
              font-weight: 600; }
          #main .locationlist > .locations > .location > a > .locationextras > .locationdetails {
            height: 50%;
            text-align: right;
            padding-top: 35px;
            box-sizing: border-box; }
            #main .locationlist > .locations > .location > a > .locationextras > .locationdetails > .details {
              font-size: 16px;
              font-weight: 600;
              text-transform: uppercase;
              color: #c6875a;
              text-decoration: none; }
              #main .locationlist > .locations > .location > a > .locationextras > .locationdetails > .details .fa {
                padding-left: 5px; }
      #main .locationlist > .locations > .location:hover {
        background-color: #f1dece;
        transform: background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
        #main .locationlist > .locations > .location:hover > a > .locationextras > .locationdetails > .details {
          color: #4b2700; }
  #main .locationlist.anim {
    opacity: 1 !important;
    transition: none !important; }
    #main .locationlist.anim > .locations > .location {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateY(-30px); }
      #main .locationlist.anim > .locations > .location.seen {
        opacity: 1;
        transform: translateY(0); }

#main .locationdetail {
  width: 100%;
  padding: 0 10px;
  font-size: 0;
  box-sizing: border-box;
  position: relative; }
  #main .locationdetail > h1 {
    font-size: 32px; }
  #main .locationdetail > .locationsubtitle {
    margin-top: -10px;
    font-size: 20px;
    color: #919191; }
  #main .locationdetail > .clopend {
    height: 42px;
    width: 170px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    box-sizing: border-box;
    top: 0;
    right: 0;
    position: absolute;
    padding-right: 10px; }
    #main .locationdetail > .clopend > .open {
      border: 2px #779b49 solid;
      color: #779b49; }
    #main .locationdetail > .clopend > .closed {
      border: 2px #e84427 solid;
      color: #e84427; }
  #main .locationdetail > .detailopeningtime {
    width: 60%;
    line-height: 20px;
    padding-top: 30px; }
    #main .locationdetail > .detailopeningtime > .openingtimeshead {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px; }
    #main .locationdetail > .detailopeningtime > .openingtimes {
      width: 100%; }
      #main .locationdetail > .detailopeningtime > .openingtimes > p {
        padding: 0; }
        #main .locationdetail > .detailopeningtime > .openingtimes > p > .days {
          width: 15%;
          font-size: 16px;
          display: inline-block;
          box-sizing: border-box; }
        #main .locationdetail > .detailopeningtime > .openingtimes > p > .times {
          width: 60%;
          font-size: 16px;
          font-weight: 600;
          display: inline-block;
          box-sizing: border-box; }
      #main .locationdetail > .detailopeningtime > .openingtimes .now {
        color: #e84427; }
    #main .locationdetail > .detailopeningtime > .specialopeningtimes {
      height: auto;
      padding: 70px 0; }
      #main .locationdetail > .detailopeningtime > .specialopeningtimes > .specialopeningtimeshead {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px; }
      #main .locationdetail > .detailopeningtime > .specialopeningtimes > .holidays > p {
        padding: 3px 0;
        font-size: 16px; }
        #main .locationdetail > .detailopeningtime > .specialopeningtimes > .holidays > p > .date {
          width: 20%;
          display: inline-block;
          box-sizing: border-box; }
        #main .locationdetail > .detailopeningtime > .specialopeningtimes > .holidays > p > .times {
          width: 60%;
          font-weight: 600;
          display: inline-block;
          box-sizing: border-box; }
    #main .locationdetail > .detailopeningtime > .spacer {
      height: 140px; }
  #main .locationdetail > .locationdetailinfo {
    width: 45%;
    font-size: 16px;
    float: right;
    margin-top: 40px;
    border-top: 1px solid #dfe2e3; }
    #main .locationdetail > .locationdetailinfo > .entry {
      display: block;
      width: 100%;
      height: 54px;
      line-height: 54px; }
      #main .locationdetail > .locationdetailinfo > .entry > .icon {
        padding: 5px 20px 5px 10px;
        width: 30px;
        text-align: center;
        display: inline-block; }
        #main .locationdetail > .locationdetailinfo > .entry > .icon i {
          color: #e84427; }
      #main .locationdetail > .locationdetailinfo > .entry > .val {
        vertical-align: top;
        display: inline-block; }
        #main .locationdetail > .locationdetailinfo > .entry > .val > p {
          width: 100%;
          padding: 0; }
        #main .locationdetail > .locationdetailinfo > .entry > .val > a {
          width: 100%;
          color: #e84427;
          text-decoration: none;
          display: block; }
          #main .locationdetail > .locationdetailinfo > .entry > .val > a:hover {
            color: #eb624a; }
    #main .locationdetail > .locationdetailinfo > .divider {
      border-bottom: 1px solid #dfe2e3; }

#main .joblist {
  padding: 35px 10px; }
  #main .joblist > .jobheaddesc {
    width: 58%;
    line-height: 25px; }
  #main .joblist > .filter {
    padding: 40px 0; }
  #main .joblist > .jobs > .entries {
    border-top: 1px solid #e84427; }
    #main .joblist > .jobs > .entries > .job {
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #e84427;
      padding: 20px 0; }
      #main .joblist > .jobs > .entries > .job > .content {
        position: relative; }
        #main .joblist > .jobs > .entries > .job > .content > .jobdate > p {
          color: black;
          padding: 0 0 10px 20px;
          font-size: 12px; }
        #main .joblist > .jobs > .entries > .job > .content > .jobhead > .title {
          text-transform: uppercase;
          color: #e84427;
          font-size: 16px;
          font-weight: 600;
          padding: 0 0 8px 20px;
          letter-spacing: 1px; }
        #main .joblist > .jobs > .entries > .job > .content > .jobhead > .subtitle {
          padding: 0 0 10px 20px;
          font-size: 16px;
          color: #919191;
          letter-spacing: 1px; }
        #main .joblist > .jobs > .entries > .job > .content > .jobdesc > .text {
          color: black;
          padding: 0 0 0 20px;
          line-height: 25px;
          font-size: 16px;
          width: 80%; }
        #main .joblist > .jobs > .entries > .job > .content > .jobdesc > .detail {
          position: absolute;
          bottom: 2px;
          right: 20px;
          color: #e84427;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          float: right;
          text-decoration: none;
          padding: 0; }
          #main .joblist > .jobs > .entries > .job > .content > .jobdesc > .detail > .fa {
            padding-left: 5px; }
      #main .joblist > .jobs > .entries > .job:hover {
        background-color: #fef5f4; }
  #main .joblist.anim {
    opacity: 1 !important;
    transition: none !important; }
    #main .joblist.anim > .jobs > .entries > .job {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateY(-30px); }
      #main .joblist.anim > .jobs > .entries > .job.seen {
        opacity: 1;
        transform: translateY(0); }

#main .jobdetail {
  padding: 40px 10px 35px 10px; }
  #main .jobdetail > .head > h1 {
    padding: 0 0 30px 0; }
  #main .jobdetail > .description {
    padding-top: 20px;
    line-height: 25px; }
    #main .jobdetail > .description > ul li {
      padding-left: 20px;
      line-height: 26px; }
    #main .jobdetail > .description > ul li:before {
      content: "\f138";
      color: #e84427;
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -20px;
      width: 20px; }
    #main .jobdetail > .description a {
      color: #e84427; }
  #main .jobdetail > .button {
    padding-top: 15px; }
    #main .jobdetail > .button > .btn {
      width: 180px; }
      #main .jobdetail > .button > .btn > .fa {
        padding-left: 5px; }

#main .eventlist > .filter {
  padding: 30px 0 0 10px; }
  #main .eventlist > .filter > .form > .select {
    padding-right: 10px;
    width: 230px; }
    #main .eventlist > .filter > .form > .select > .label {
      background-color: white; }

#main .eventlist > .title {
  padding-top: 35px;
  width: 100%;
  text-align: center; }

#main .eventlist > .events {
  width: 100%;
  padding: 40px 0; }
  #main .eventlist > .events > .entries {
    font-size: 0; }
    #main .eventlist > .events > .entries > .event {
      margin: 0 10px 54px 10px;
      width: 380px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      text-decoration: none;
      transition: box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-radius: 5px; }
      #main .eventlist > .events > .entries > .event > .content > .img {
        height: 240px;
        width: 380px; }
        #main .eventlist > .events > .entries > .event > .content > .img > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 5px;
          transition: border-radius 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      #main .eventlist > .events > .entries > .event > .content > .date {
        vertical-align: top;
        width: 80px;
        padding: 25px 0 0 0;
        display: inline-block;
        text-align: center; }
        #main .eventlist > .events > .entries > .event > .content > .date > .month {
          padding: 0;
          text-decoration: none;
          color: #e84427;
          font-size: 12px; }
        #main .eventlist > .events > .entries > .event > .content > .date > .day {
          font-weight: 400;
          color: #ababab;
          padding: 0;
          text-decoration: none;
          font-size: 20px; }
      #main .eventlist > .events > .entries > .event > .content > .details {
        width: 75%;
        padding: 30px 0;
        height: 80px;
        display: inline-block;
        vertical-align: top;
        position: relative; }
        #main .eventlist > .events > .entries > .event > .content > .details > .nav {
          position: absolute;
          right: -15px;
          top: -20px; }
          #main .eventlist > .events > .entries > .event > .content > .details > .nav > .link {
            font-size: 16px;
            padding-right: 20px;
            display: inline-block; }
          #main .eventlist > .events > .entries > .event > .content > .details > .nav > .share {
            font-size: 16px;
            padding-right: 10px;
            display: inline-block; }
          #main .eventlist > .events > .entries > .event > .content > .details > .nav .fa-stack > .fa-circle {
            color: white;
            text-shadow: 1px 1px 2px #dddddd; }
          #main .eventlist > .events > .entries > .event > .content > .details > .nav .fa-stack > .fa-angle-right {
            font-weight: 600;
            color: black; }
          #main .eventlist > .events > .entries > .event > .content > .details > .nav .fa-stack > .fa-share-alt {
            font-size: 16px;
            color: black; }
        #main .eventlist > .events > .entries > .event > .content > .details > .title {
          max-width: 100%;
          padding-bottom: 6px; }
          #main .eventlist > .events > .entries > .event > .content > .details > .title > h3 {
            text-transform: uppercase;
            color: black;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400; }
        #main .eventlist > .events > .entries > .event > .content > .details > .text > p {
          color: #ababab;
          padding: 0;
          line-height: 20px;
          text-decoration: none;
          font-size: 14px;
          padding-bottom: 6px; }
          #main .eventlist > .events > .entries > .event > .content > .details > .text > p > .fa {
            padding-right: 10px;
            width: 10px;
            text-align: center; }
      #main .eventlist > .events > .entries > .event:hover {
        background-color: #fff;
        -webkit-box-shadow: 0 0 10px 0px #dddddd;
        -moz-box-shadow: 0 0 10px 0px #dddddd;
        box-shadow: 0 0 10px 0px #dddddd; }
        #main .eventlist > .events > .entries > .event:hover > .content > .img > img {
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px; }
      #main .eventlist > .events > .entries > .event.eventteaser {
        margin: 0 10px 30px 10px; }
  #main .eventlist > .events > .loadmorebtn > .btn {
    margin: auto;
    width: 255px; }
  #main .eventlist > .events > .loader {
    margin: auto; }
  #main .eventlist > .events > .all {
    width: 100%; }
    #main .eventlist > .events > .all > .upcomming {
      margin: auto;
      width: 180px;
      height: 48px; }
      #main .eventlist > .events > .all > .upcomming > .fa {
        padding-left: 5px; }
  #main .eventlist > .events.eventsteaser {
    padding: 35px 0; }

#main .eventlist.anim {
  opacity: 1 !important;
  transition: none !important; }
  #main .eventlist.anim > .events > .entries > .event {
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-40px); }
    #main .eventlist.anim > .events > .entries > .event.seen {
      opacity: 1;
      transform: translateY(0); }

#main .eventdetail {
  padding: 0 10px; }
  #main .eventdetail > .head {
    font-size: 0; }
    #main .eventdetail > .head > .img {
      display: inline-block;
      width: 780px;
      height: 480px;
      object-fit: cover;
      box-sizing: border-box; }
    #main .eventdetail > .head > .info {
      vertical-align: top;
      width: 400px;
      box-sizing: border-box;
      display: inline-block;
      background-color: #fbf2ea;
      padding: 20px; }
      #main .eventdetail > .head > .info .icon {
        vertical-align: top;
        color: #c6875a;
        width: 25px;
        padding: 3px 10px 0 8px;
        display: inline-block;
        text-align: center; }
      #main .eventdetail > .head > .info .val {
        display: inline-block; }
        #main .eventdetail > .head > .info .val > p {
          line-height: 22px;
          padding: 0; }
      #main .eventdetail > .head > .info > .subtitle {
        padding-left: 10px;
        color: #bebebe;
        font-size: 16px;
        font-weight: 400; }
        #main .eventdetail > .head > .info > .subtitle > p {
          padding: 5px 0 8px 0; }
      #main .eventdetail > .head > .info > .title {
        padding-left: 10px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase; }
      #main .eventdetail > .head > .info > .detail {
        height: 304px;
        padding: 30px 0; }
        #main .eventdetail > .head > .info > .detail > .date {
          padding-bottom: 12px;
          font-size: 16px;
          font-weight: 600; }
        #main .eventdetail > .head > .info > .detail > .time {
          padding-bottom: 35px;
          font-size: 16px; }
          #main .eventdetail > .head > .info > .detail > .time > a {
            text-decoration: none;
            padding: 10px 0 0 48px;
            font-size: 14px;
            color: #e84427;
            display: block; }
            #main .eventdetail > .head > .info > .detail > .time > a:hover {
              color: #eb624a; }
        #main .eventdetail > .head > .info > .detail > .location {
          font-size: 16px;
          padding-bottom: 30px; }
          #main .eventdetail > .head > .info > .detail > .location > .val > p {
            line-height: 20px;
            padding-bottom: 6px; }
          #main .eventdetail > .head > .info > .detail > .location > a {
            text-decoration: none;
            padding: 5px 0 0 48px;
            font-size: 14px;
            color: #e84427;
            display: block; }
            #main .eventdetail > .head > .info > .detail > .location > a:hover {
              color: #eb624a; }
          #main .eventdetail > .head > .info > .detail > .location .fa {
            vertical-align: top; }
        #main .eventdetail > .head > .info > .detail > .group {
          font-size: 16px; }
      #main .eventdetail > .head > .info > .btn {
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        background-color: #e84427; }
        #main .eventdetail > .head > .info > .btn:hover {
          background-color: #eb624a; }
    #main .eventdetail > .head > .locationfeatures {
      padding: 20px;
      font-size: 15px;
      height: 25px;
      border-bottom: 1px solid #dddddd; }
      #main .eventdetail > .head > .locationfeatures > a > .item {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        padding-top: 5px;
        width: 30px;
        text-align: center; }
        #main .eventdetail > .head > .locationfeatures > a > .item > .fa {
          color: black; }
        #main .eventdetail > .head > .locationfeatures > a > .item:hover {
          opacity: 0.8; }
      #main .eventdetail > .head > .locationfeatures > a .sbb {
        width: 50px;
        height: 25px;
        background: url("../img/sbblogo.png") no-repeat center;
        background-origin: content-box;
        vertical-align: top;
        padding: 4px 0 0 10px; }
  #main .eventdetail > .body {
    padding: 70px 0 10px 0;
    text-align: left; }
    #main .eventdetail > .body > .text {
      line-height: 26px;
      width: 900px;
      display: inline-block;
      vertical-align: top; }
      #main .eventdetail > .body > .text > ul li {
        padding-left: 20px;
        line-height: 26px; }
      #main .eventdetail > .body > .text > ul li:before {
        content: "\f138";
        color: #e84427;
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -20px;
        width: 20px; }
  #main .eventdetail > .ticket {
    padding: 35px 0; }
  #main .eventdetail > .map {
    height: 400px; }
    #main .eventdetail > .map > .fullwidth {
      position: absolute;
      right: 0;
      left: 0; }
      #main .eventdetail > .map > .fullwidth > .googlemap {
        height: 400px; }
        #main .eventdetail > .map > .fullwidth > .googlemap .mapoverlayitem {
          width: 190px;
          line-height: 20px; }
          #main .eventdetail > .map > .fullwidth > .googlemap .mapoverlayitem a {
            color: #e84427;
            text-decoration: none; }
            #main .eventdetail > .map > .fullwidth > .googlemap .mapoverlayitem a:hover {
              color: #eb624a; }
  #main .eventdetail > .gallery {
    padding-top: 70px; }

/*********************************************************
* TEASER
*********************************************************/
#main .bannerteaser {
  height: auto;
  position: relative;
  padding: 35px 10px; }
  #main .bannerteaser > .teasertitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 290px;
    height: 100%;
    padding-left: 10px; }
    #main .bannerteaser > .teasertitle > .val {
      height: 100%;
      display: table; }
      #main .bannerteaser > .teasertitle > .val > h1 {
        display: table-cell;
        vertical-align: middle;
        padding: 0; }
  #main .bannerteaser > .box {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 100px;
    min-width: 100%;
    text-decoration: none;
    border: solid 3px #e84427; }
    #main .bannerteaser > .box > .inner {
      position: relative;
      padding: 40px 55px 40px 55px; }
      #main .bannerteaser > .box > .inner > .description {
        padding: 0 20px 0 0;
        box-sizing: border-box;
        color: black; }
        #main .bannerteaser > .box > .inner > .description > h2 {
          font-weight: 600;
          font-size: 32px; }
        #main .bannerteaser > .box > .inner > .description > .text {
          padding: 11px 0 20Px 0;
          line-height: 1.5; }
        #main .bannerteaser > .box > .inner > .description > .button {
          text-decoration: none; }
          #main .bannerteaser > .box > .inner > .description > .button > .btn {
            cursor: pointer;
            min-width: 40px;
            height: auto;
            width: auto;
            background-color: #e84427;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            letter-spacing: 1.0px;
            line-height: normal;
            font-size: 12px; }
            #main .bannerteaser > .box > .inner > .description > .button > .btn > .fa {
              padding-left: 5px; }
            #main .bannerteaser > .box > .inner > .description > .button > .btn:hover {
              background-color: #eb624a; }
      #main .bannerteaser > .box > .inner > .image {
        position: absolute;
        top: 20px;
        bottom: 20px;
        right: 55px;
        width: 300px; }
        #main .bannerteaser > .box > .inner > .image > .img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
  #main .bannerteaser.hastitle {
    padding-left: 320px; }
  #main .bannerteaser.hasimage > .box > .inner {
    padding-right: 400px; }

#main .imgteaser {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 0; }
  #main .imgteaser .teaserblock {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 2px 2px 8px 1px #f1f1f1;
    -moz-box-shadow: 2px 2px 8px 1px #f1f1f1;
    box-shadow: 2px 2px 8px 1px #f1f1f1; }
    #main .imgteaser .teaserblock > a {
      height: 100%;
      width: 100%;
      cursor: pointer;
      text-decoration: none;
      display: inline-block;
      position: relative; }
      #main .imgteaser .teaserblock > a > .img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        z-index: 200; }
      #main .imgteaser .teaserblock > a > .inner {
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 201; }
        #main .imgteaser .teaserblock > a > .inner > h1 {
          position: absolute;
          bottom: 20px;
          left: 30px;
          color: white;
          font-weight: 400;
          padding: 0; }
      #main .imgteaser .teaserblock > a:hover {
        box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.4s ease-in-out; }
  #main .imgteaser > .oneimgteaser {
    width: 100%;
    height: 190px;
    cursor: pointer;
    margin-top: 12px; }
    #main .imgteaser > .oneimgteaser > .main {
      height: 100%;
      width: 100%; }
  #main .imgteaser > .threeimgteaser {
    height: 440px;
    margin: 12px 0; }
    #main .imgteaser > .threeimgteaser > .leftteaser {
      width: 58%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-right: 6px; }
    #main .imgteaser > .threeimgteaser > .rightteaser {
      width: 42%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 6px; }
    #main .imgteaser > .threeimgteaser .up {
      box-sizing: border-box;
      padding-bottom: 6px;
      height: 50%; }
    #main .imgteaser > .threeimgteaser .down {
      box-sizing: border-box;
      padding-top: 6px;
      height: 50%; }
  #main .imgteaser > .fourimgteaser {
    margin: 12px 0;
    height: 480px;
    width: 100%; }
    #main .imgteaser > .fourimgteaser > .leftteaser {
      width: 50%;
      padding-right: 6px;
      height: 100%;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top; }
    #main .imgteaser > .fourimgteaser > .rightteaser {
      width: 50%;
      height: 100%;
      padding-left: 6px;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box; }
    #main .imgteaser > .fourimgteaser .up {
      box-sizing: border-box;
      padding-bottom: 6px;
      height: 50%; }
    #main .imgteaser > .fourimgteaser .down {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-top: 6px;
      height: 50%; }
    #main .imgteaser > .fourimgteaser .left {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-right: 6px;
      width: 50%; }
    #main .imgteaser > .fourimgteaser .right {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      padding-left: 6px;
      width: 50%; }

#main .smallteasers {
  width: 100%;
  font-size: 0;
  text-decoration: none; }
  #main .smallteasers > .entries > .smallteaser {
    width: 33.3%;
    padding: 35px 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    #main .smallteasers > .entries > .smallteaser > .box {
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: black; }
      #main .smallteasers > .entries > .smallteaser > .box > .img {
        width: 100%;
        height: 280px;
        object-fit: cover; }
      #main .smallteasers > .entries > .smallteaser > .box > .content {
        text-decoration: none;
        padding-top: 15px; }
        #main .smallteasers > .entries > .smallteaser > .box > .content > h3 {
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.8px; }
        #main .smallteasers > .entries > .smallteaser > .box > .content > p {
          font-size: 16px;
          font-weight: 300;
          line-height: 20px; }
        #main .smallteasers > .entries > .smallteaser > .box > .content > .link {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          color: #919191;
          padding: 0; }
          #main .smallteasers > .entries > .smallteaser > .box > .content > .link > .fa {
            padding-left: 5px; }

#main .categoryteasers {
  width: 100%;
  font-size: 0; }
  #main .categoryteasers > .entries {
    margin: 0 4px; }
    #main .categoryteasers > .entries .categoryteaser {
      width: 50%;
      background-origin: content-box;
      height: 380px;
      display: inline-block;
      box-sizing: border-box;
      font-size: 0;
      padding: 0 6px 40px 6px; }
      #main .categoryteasers > .entries .categoryteaser > .box {
        background-color: #d5b192;
        height: 100%;
        width: 100%;
        display: table;
        text-decoration: none;
        position: relative; }
        #main .categoryteasers > .entries .categoryteaser > .box > .boxcontent {
          position: relative;
          height: 100%;
          width: 100%;
          display: table-cell;
          vertical-align: bottom;
          padding: 20px 30px;
          z-index: 210; }
          #main .categoryteasers > .entries .categoryteaser > .box > .boxcontent > h1 {
            color: white;
            hyphens: auto;
            font-size: 32px; }
          #main .categoryteasers > .entries .categoryteaser > .box > .boxcontent > .btn {
            font-weight: 400;
            display: table-cell;
            vertical-align: bottom;
            cursor: pointer;
            height: auto;
            width: auto;
            background-color: transparent;
            border-color: white;
            border-radius: 2px;
            border: 2px solid;
            padding: 15px 32px;
            text-align: center;
            text-decoration: none;
            letter-spacing: 1.0px;
            line-height: normal;
            font-size: 12px;
            transition: background-color 1s ease-out;
            overflow: hidden; }
            #main .categoryteasers > .entries .categoryteaser > .box > .boxcontent > .btn > .fa {
              padding-left: 5px; }
            #main .categoryteasers > .entries .categoryteaser > .box > .boxcontent > .btn:hover {
              background-color: rgba(242, 242, 242, 0.3); }
        #main .categoryteasers > .entries .categoryteaser > .box > .bgimage {
          position: absolute;
          top: 30px;
          right: 30px;
          bottom: 60px;
          left: 30px;
          z-index: 200; }
          #main .categoryteasers > .entries .categoryteaser > .box > .bgimage > img {
            width: 100%;
            height: 100%;
            object-fit: contain; }

#main .employeeteasers {
  width: 100%;
  font-size: 0;
  text-decoration: none;
  padding: 35px 0 0 0; }
  #main .employeeteasers > .title {
    padding: 0 10px 0 10px; }
    #main .employeeteasers > .title > h1 {
      line-height: 32px; }
  #main .employeeteasers > .entries > .employeeteaser {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 30px 10px; }
    #main .employeeteasers > .entries > .employeeteaser > .img {
      height: 280px; }
      #main .employeeteasers > .entries > .employeeteaser > .img > img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    #main .employeeteasers > .entries > .employeeteaser > .content {
      text-decoration: none;
      padding-top: 15px; }
      #main .employeeteasers > .entries > .employeeteaser > .content > h3 {
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px; }
      #main .employeeteasers > .entries > .employeeteaser > .content > p {
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        padding-top: 8px; }

#main .branchteasers {
  padding: 35px 0;
  height: 160px; }
  #main .branchteasers > .branchteaser {
    height: 160px;
    width: 100%;
    background-color: #d5b192;
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0; }
    #main .branchteasers > .branchteaser > .box {
      width: 1200px;
      height: 100%;
      margin: auto;
      font-size: 0; }
      #main .branchteasers > .branchteaser > .box > .content {
        height: 100%;
        width: 80%;
        display: inline-block;
        box-sizing: border-box;
        padding-left: 10px; }
        #main .branchteasers > .branchteaser > .box > .content > .text {
          height: 100%;
          display: table; }
          #main .branchteasers > .branchteaser > .box > .content > .text > .val {
            height: 100%;
            display: table-cell;
            vertical-align: middle; }
            #main .branchteasers > .branchteaser > .box > .content > .text > .val h1 {
              font-weight: 300; }
            #main .branchteasers > .branchteaser > .box > .content > .text > .val h2 {
              text-transform: none;
              font-weight: 300; }
      #main .branchteasers > .branchteaser > .box > .button {
        height: 100%;
        width: 20%;
        vertical-align: top;
        display: inline-block;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: center; }
        #main .branchteasers > .branchteaser > .box > .button > .inner {
          display: table;
          height: 100%; }
          #main .branchteasers > .branchteaser > .box > .button > .inner > a {
            text-decoration: none;
            display: table-cell;
            vertical-align: middle; }
            #main .branchteasers > .branchteaser > .box > .button > .inner > a > .btn {
              width: 180px; }
              #main .branchteasers > .branchteaser > .box > .button > .inner > a > .btn > .fa {
                padding-left: 5px; }

#main .companyteasers {
  padding: 35px 10px;
  text-decoration: none; }
  #main .companyteasers > .entries {
    font-size: 0; }
    #main .companyteasers > .entries > .companyteaser {
      width: 50%;
      height: 295px;
      display: inline-block;
      font-size: 0;
      box-sizing: border-box; }
      #main .companyteasers > .entries > .companyteaser .link {
        opacity: 0;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        bottom: -10px;
        transition: 0.6s ease;
        left: 50px;
        padding: 0; }
        #main .companyteasers > .entries > .companyteaser .link > .fa {
          padding-left: 5px; }
      #main .companyteasers > .entries > .companyteaser > .lefttoright {
        text-decoration: none;
        height: 100%;
        width: 100%; }
        #main .companyteasers > .entries > .companyteaser > .lefttoright .left {
          width: 50%;
          height: 100%;
          display: inline-block;
          position: relative; }
          #main .companyteasers > .entries > .companyteaser > .lefttoright .left .content {
            height: 100%;
            width: 100%;
            padding: 0 50px;
            box-sizing: border-box;
            display: table;
            color: black; }
            #main .companyteasers > .entries > .companyteaser > .lefttoright .left .content .val {
              display: table-cell;
              vertical-align: middle; }
              #main .companyteasers > .entries > .companyteaser > .lefttoright .left .content .val > h3 {
                font-size: 22px;
                font-weight: 600;
                padding-bottom: 15px;
                text-transform: none; }
              #main .companyteasers > .entries > .companyteaser > .lefttoright .left .content .val > p {
                line-height: 25px;
                font-size: 15px; }
        #main .companyteasers > .entries > .companyteaser > .lefttoright .right {
          width: 50%;
          height: 100%;
          display: inline-block; }
          #main .companyteasers > .entries > .companyteaser > .lefttoright .right .img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        #main .companyteasers > .entries > .companyteaser > .lefttoright:hover .content {
          background-color: #fbf2ea; }
          #main .companyteasers > .entries > .companyteaser > .lefttoright:hover .content > .link {
            opacity: 1;
            bottom: 20px;
            padding: 0;
            color: #4b2700; }
        #main .companyteasers > .entries > .companyteaser > .lefttoright:hover .triangleleft {
          opacity: 1;
          position: absolute;
          width: 0px;
          height: 0px;
          border-left: 20px solid #fbf2ea;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          top: 42%;
          left: 100%; }
      #main .companyteasers > .entries > .companyteaser > .righttoleft {
        text-decoration: none;
        height: 100%;
        width: 100%; }
        #main .companyteasers > .entries > .companyteaser > .righttoleft .left {
          width: 50%;
          height: 100%;
          display: inline-block; }
          #main .companyteasers > .entries > .companyteaser > .righttoleft .left .img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        #main .companyteasers > .entries > .companyteaser > .righttoleft .right {
          width: 50%;
          height: 100%;
          display: inline-block;
          position: relative; }
          #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content {
            width: 100%;
            height: 100%;
            padding: 0 50px;
            box-sizing: border-box;
            display: table;
            text-decoration: none;
            color: black; }
            #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content .val {
              display: table-cell;
              vertical-align: middle; }
              #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content .val > h3 {
                font-size: 22px;
                font-weight: 600;
                padding-bottom: 15px;
                text-transform: none; }
              #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content .val > p {
                line-height: 25px;
                font-size: 15px; }
            #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content .link {
              opacity: 0;
              font-size: 12px;
              font-weight: 600;
              position: absolute;
              bottom: -10px;
              transition: 0.6s ease;
              -webkit-transition: 0.6s ease;
              left: 50px; }
              #main .companyteasers > .entries > .companyteaser > .righttoleft .right .content .link > .fa {
                padding-left: 5px; }
        #main .companyteasers > .entries > .companyteaser > .righttoleft:hover .content {
          background-color: #fbf2ea; }
          #main .companyteasers > .entries > .companyteaser > .righttoleft:hover .content > .link {
            color: #4b2700;
            opacity: 1;
            bottom: 20px; }
        #main .companyteasers > .entries > .companyteaser > .righttoleft:hover .triangleright {
          opacity: 1;
          position: absolute;
          border-right: 20px solid #fbf2ea;
          border-top: 20px solid transparent;
          border-bottom: 20px solid transparent;
          top: 42%;
          left: -20px; }
      #main .companyteasers > .entries > .companyteaser .triangleright {
        opacity: 1;
        position: absolute;
        border-right: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 42%;
        left: -20px; }
      #main .companyteasers > .entries > .companyteaser .triangleleft {
        opacity: 1;
        position: absolute;
        border-left: 20px solid white;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        top: 42%;
        left: 100%; }

#main .bigimgteaser {
  padding: 55px 10px;
  width: 100%;
  height: 480px; }
  #main .bigimgteaser > .content {
    width: 100%;
    height: 100%;
    font-size: 0; }
    #main .bigimgteaser > .content > .imgleft {
      width: 100%;
      height: 100%; }
      #main .bigimgteaser > .content > .imgleft > .left {
        height: 100%;
        width: 50%;
        display: inline-block;
        vertical-align: top; }
        #main .bigimgteaser > .content > .imgleft > .left > .img {
          object-fit: contain;
          width: 100%;
          height: 100%; }
      #main .bigimgteaser > .content > .imgleft > .right {
        height: 100%;
        width: 50%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 40px; }
        #main .bigimgteaser > .content > .imgleft > .right > .text {
          height: 100%;
          display: table; }
          #main .bigimgteaser > .content > .imgleft > .right > .text > .val {
            max-width: 480px;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            text-decoration: none;
            color: black;
            padding-top: 20px; }
            #main .bigimgteaser > .content > .imgleft > .right > .text > .val > h2 {
              text-transform: uppercase;
              font-size: 22px;
              font-weight: 600;
              letter-spacing: 0.8px; }
            #main .bigimgteaser > .content > .imgleft > .right > .text > .val > p {
              line-height: 25px;
              font-size: 16px; }
            #main .bigimgteaser > .content > .imgleft > .right > .text > .val > .link {
              padding-top: 20px; }
              #main .bigimgteaser > .content > .imgleft > .right > .text > .val > .link > p {
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                color: #919191;
                transition: color 0.3s ease-out;
                letter-spacing: 0.5px; }
                #main .bigimgteaser > .content > .imgleft > .right > .text > .val > .link > p > .fa {
                  padding-left: 5px; }
                #main .bigimgteaser > .content > .imgleft > .right > .text > .val > .link > p:hover {
                  color: #eaeaea; }
    #main .bigimgteaser > .content > .imgright {
      width: 100%;
      height: 100%; }
      #main .bigimgteaser > .content > .imgright > .left {
        height: 100%;
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
        padding-left: 40px; }
        #main .bigimgteaser > .content > .imgright > .left > .text {
          height: 100%;
          display: table; }
          #main .bigimgteaser > .content > .imgright > .left > .text > .val {
            max-width: 480px;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            text-decoration: none;
            color: black;
            padding-top: 20px; }
            #main .bigimgteaser > .content > .imgright > .left > .text > .val > h2 {
              text-transform: uppercase;
              font-size: 22px;
              font-weight: 600;
              letter-spacing: 0.8px; }
            #main .bigimgteaser > .content > .imgright > .left > .text > .val > p {
              line-height: 25px;
              font-size: 16px; }
            #main .bigimgteaser > .content > .imgright > .left > .text > .val > .link {
              padding-top: 20px; }
              #main .bigimgteaser > .content > .imgright > .left > .text > .val > .link > p {
                font-weight: 400;
                font-size: 14px;
                text-transform: uppercase;
                color: #919191;
                transition: 0.3s;
                letter-spacing: 0.5px; }
                #main .bigimgteaser > .content > .imgright > .left > .text > .val > .link > p > .fa {
                  padding-left: 5px; }
              #main .bigimgteaser > .content > .imgright > .left > .text > .val > .link :hover {
                transition: 0.3s;
                color: #eaeaea; }
      #main .bigimgteaser > .content > .imgright > .right {
        height: 100%;
        width: 50%;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top; }
        #main .bigimgteaser > .content > .imgright > .right > .img {
          object-fit: contain;
          width: 100%;
          height: 100%; }

#main .faqteasers {
  padding: 35px 0;
  width: 100%;
  font-size: 0;
  text-decoration: none; }
  #main .faqteasers > .entries > .faqteaser {
    width: 33.3%;
    padding: 35px 10px;
    display: inline-block;
    box-sizing: border-box; }
    #main .faqteasers > .entries > .faqteaser > .box {
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: black; }
      #main .faqteasers > .entries > .faqteaser > .box > .img {
        height: 280px;
        width: 380px;
        background-color: #fbf2ea; }
        #main .faqteasers > .entries > .faqteaser > .box > .img > .val {
          height: 100%;
          width: 100%;
          display: table; }
          #main .faqteasers > .entries > .faqteaser > .box > .img > .val > .fa {
            font-size: 75px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            color: #d5b192; }
      #main .faqteasers > .entries > .faqteaser > .box > .content {
        text-decoration: none;
        padding-top: 15px; }
        #main .faqteasers > .entries > .faqteaser > .box > .content > h3 {
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          letter-spacing: 0.8px;
          padding-bottom: 10px; }
        #main .faqteasers > .entries > .faqteaser > .box > .content > .link > p {
          color: #919191;
          padding: 0;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 600; }
          #main .faqteasers > .entries > .faqteaser > .box > .content > .link > p > .fa {
            padding-left: 5px; }
        #main .faqteasers > .entries > .faqteaser > .box > .content > .link :hover {
          opacity: 0.8; }
      #main .faqteasers > .entries > .faqteaser > .box:hover .img {
        opacity: 0.8; }
      #main .faqteasers > .entries > .faqteaser > .box:hover > .img > .val > fa {
        opacity: 0.8; }
  #main .faqteasers.anim {
    opacity: 1 !important;
    transition: none !important; }
    #main .faqteasers.anim > .entries > .faqteaser {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateY(-30px); }
      #main .faqteasers.anim > .entries > .faqteaser.seen {
        opacity: 1;
        transform: translateY(0); }

/*********************************************************
* HEADERS
*********************************************************/
#main .head .imgheader {
  width: 100%;
  height: 400px; }
  #main .head .imgheader > .img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

#main .head .googlemap {
  height: 580px;
  width: 100%; }
  #main .head .googlemap.small {
    height: 400px; }
  #main .head .googlemap p {
    padding: 2px 0; }
  #main .head .googlemap .gm-style .gm-style-iw-c {
    max-height: none !important;
    max-width: none !important; }
    #main .head .googlemap .gm-style .gm-style-iw-c .gm-style-iw-d {
      max-height: none !important;
      max-width: none !important; }
    #main .head .googlemap .gm-style .gm-style-iw-c .gm-ui-hover-effect {
      color: #919191 !important;
      top: 0px !important;
      right: 0px !important;
      z-index: 99999 !important; }
  #main .head .googlemap .gm-style-iw-d {
    overflow: visible !important; }
  #main .head .googlemap .mapoverlayitem {
    position: relative;
    min-height: 192px;
    background-color: #fff;
    width: 390px;
    z-index: 700;
    padding: 0 9px 12px 0;
    margin: -12px; }
    #main .head .googlemap .mapoverlayitem > .mopicture {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 154px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 701; }
    #main .head .googlemap .mapoverlayitem > .motext {
      height: 100%;
      padding: 12px 12px 10px 169px;
      display: inline-block;
      vertical-align: top; }
      #main .head .googlemap .mapoverlayitem > .motext > .header > .branch {
        color: #919191; }
      #main .head .googlemap .mapoverlayitem > .motext > .address {
        padding: 8px 0; }
      #main .head .googlemap .mapoverlayitem > .motext > .htmlcontent {
        line-height: 18px; }
        #main .head .googlemap .mapoverlayitem > .motext > .htmlcontent p {
          padding: 8px 0; }
        #main .head .googlemap .mapoverlayitem > .motext > .htmlcontent a {
          color: #e84427;
          text-decoration: none; }
          #main .head .googlemap .mapoverlayitem > .motext > .htmlcontent a:hover {
            color: #eb624a; }
      #main .head .googlemap .mapoverlayitem > .motext .openinghours > .ohheader {
        font-weight: 600; }
      #main .head .googlemap .mapoverlayitem > .motext .openinghours > p {
        padding: 0;
        white-space: nowrap; }
        #main .head .googlemap .mapoverlayitem > .motext .openinghours > p > .times, #main .head .googlemap .mapoverlayitem > .motext .openinghours > p > .days {
          display: inline-block;
          vertical-align: top;
          white-space: normal; }
        #main .head .googlemap .mapoverlayitem > .motext .openinghours > p > .days {
          width: 44px; }
        #main .head .googlemap .mapoverlayitem > .motext .openinghours > p > .times {
          width: 170px; }
      #main .head .googlemap .mapoverlayitem > .motext > .holidays {
        padding-top: 5px; }
        #main .head .googlemap .mapoverlayitem > .motext > .holidays > .ohheader {
          font-weight: 600; }
        #main .head .googlemap .mapoverlayitem > .motext > .holidays > .item {
          display: block;
          padding-bottom: 3px; }
      #main .head .googlemap .mapoverlayitem > .motext > .phone {
        padding-top: 10px; }
      #main .head .googlemap .mapoverlayitem > .motext > .route > a {
        color: #e84427;
        text-decoration: none; }
        #main .head .googlemap .mapoverlayitem > .motext > .route > a:hover {
          color: #eb624a; }

#main .head .videoheader {
  background-color: black;
  width: 100%;
  font-size: 0; }
  #main .head .videoheader > video {
    width: 100%;
    object-fit: cover; }

#main .head .headerslider {
  position: relative;
  height: 620px;
  width: 100%;
  background-color: #f1f1f1; }
  #main .head .headerslider > .slides {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 200; }
    #main .head .headerslider > .slides > .slide {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: none;
      opacity: 0;
      transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1);
      z-index: 201; }
      #main .head .headerslider > .slides > .slide.loaded {
        display: block; }
      #main .head .headerslider > .slides > .slide.shown {
        opacity: 1;
        z-index: 220; }
      #main .head .headerslider > .slides > .slide > .inner {
        position: relative;
        z-index: 205;
        width: 1200px;
        height: 100%;
        margin: auto; }
        #main .head .headerslider > .slides > .slide > .inner > .content {
          position: absolute;
          width: 80%;
          bottom: 105px;
          padding-left: 10px; }
          #main .head .headerslider > .slides > .slide > .inner > .content > h1 {
            font-size: 60px;
            font-weight: 600;
            padding-bottom: 22px;
            line-height: 55px;
            text-transform: none;
            color: #fff;
            letter-spacing: 0;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
          #main .head .headerslider > .slides > .slide > .inner > .content > p {
            font-size: 24px;
            font-weight: 300;
            line-height: 26px;
            padding-bottom: 10px;
            color: #fff;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1); }
          #main .head .headerslider > .slides > .slide > .inner > .content > .btn {
            text-decoration: none;
            padding: 0 24px;
            height: 48px;
            width: auto;
            background-color: #e84427;
            font-size: 14px;
            font-weight: 600;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
            transition-delay: 0.3s;
            display: inline-block;
            vertical-align: top;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            #main .head .headerslider > .slides > .slide > .inner > .content > .btn:hover {
              background-color: #eb624a; }
          #main .head .headerslider > .slides > .slide > .inner > .content.dark > p, #main .head .headerslider > .slides > .slide > .inner > .content.dark h1 {
            color: #1d1d1b; }
          #main .head .headerslider > .slides > .slide > .inner > .content.shown > h1, #main .head .headerslider > .slides > .slide > .inner > .content.shown > p, #main .head .headerslider > .slides > .slide > .inner > .content.shown > .btn {
            opacity: 1;
            transform: translateY(0); }
      #main .head .headerslider > .slides > .slide.image > .background {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 201; }
        #main .head .headerslider > .slides > .slide.image > .background > img {
          height: 100%;
          width: 100%;
          object-fit: cover; }
          #main .head .headerslider > .slides > .slide.image > .background > img.desktop {
            display: block; }
          #main .head .headerslider > .slides > .slide.image > .background > img.mobile {
            display: none; }
      #main .head .headerslider > .slides > .slide.movie > .background {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 201;
        overflow: hidden; }
        #main .head .headerslider > .slides > .slide.movie > .background > .vel {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          min-height: 100%;
          width: auto;
          height: auto;
          z-index: -1000;
          overflow: hidden; }
  #main .head .headerslider > .navbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 300;
    font-size: 0;
    white-space: nowrap; }
    #main .head .headerslider > .navbar > .naventry {
      position: relative;
      width: 200px;
      display: inline-block;
      vertical-align: top;
      margin: 0 1px 0 0;
      cursor: pointer;
      overflow: hidden;
      height: 105px; }
      #main .head .headerslider > .navbar > .naventry > .bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 302;
        height: 13px;
        background-color: #fbf2ea;
        transition: opacity 0.3s ease-out; }
        #main .head .headerslider > .navbar > .naventry > .bar > .animation {
          background-color: #e84427;
          height: 100%;
          width: 0; }
        #main .head .headerslider > .navbar > .naventry > .bar.hovered, #main .head .headerslider > .navbar > .naventry > .bar:hover {
          opacity: 0.7; }
      #main .head .headerslider > .navbar > .naventry > .preview {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 105px;
        z-index: 301;
        opacity: 0;
        transform: translateY(105px);
        transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat; }
        #main .head .headerslider > .navbar > .naventry > .preview.shown {
          opacity: 1;
          transform: translateY(0); }
        #main .head .headerslider > .navbar > .naventry > .preview > .minicontent {
          position: absolute;
          bottom: 21px;
          left: 5%;
          color: #fff;
          text-align: left;
          z-index: 302; }
          #main .head .headerslider > .navbar > .naventry > .preview > .minicontent.dark {
            color: #1d1d1b; }
          #main .head .headerslider > .navbar > .naventry > .preview > .minicontent > .lead {
            font-size: 4px;
            font-weight: 300;
            line-height: 5px;
            padding: 0 0 1px 0;
            opacity: 0.5; }
          #main .head .headerslider > .navbar > .naventry > .preview > .minicontent > .title {
            font-size: 10px;
            line-height: 10px;
            font-weight: 500;
            opacity: 0.8;
            padding-bottom: 5px; }
          #main .head .headerslider > .navbar > .naventry > .preview > .minicontent > .dbtn {
            height: 8px;
            background-color: #e84427;
            padding: 0 4px;
            display: inline-block;
            vertical-align: top;
            font-size: 3px;
            color: rgba(255, 255, 255, 0.6);
            line-height: 8px;
            letter-spacing: 0.3px;
            font-weight: 500; }
        #main .head .headerslider > .navbar > .naventry > .preview > .vidoverl {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.2);
          z-index: 303; }
          #main .head .headerslider > .navbar > .naventry > .preview > .vidoverl > .play {
            position: absolute;
            border-radius: 32px;
            height: 62px;
            width: 62px;
            background-color: rgba(0, 0, 0, 0.6);
            text-align: center;
            top: 50%;
            left: 50%;
            margin: -32px 0 0 -32px; }
            #main .head .headerslider > .navbar > .naventry > .preview > .vidoverl > .play > .fa {
              line-height: 62px;
              font-size: 24px;
              color: #fff; }

/*********************************************************
* LAYOUTS
*********************************************************/
#main .content .twocollayout:after {
  content: "";
  clear: both;
  display: table; }

#main .content .twocollayout > .left {
  width: 780px;
  float: left; }

#main .content .twocollayout > .right {
  float: right;
  width: 280px; }

/*********************************************************
* FORMS
*********************************************************/
#main .contactform {
  padding: 35px 0 35px 10px; }
  #main .contactform textarea {
    height: 200px;
    resize: none; }
  #main .contactform .frow > .checkbox > .newsletter {
    text-transform: none;
    font-size: 16px;
    font-weight: 300; }
  #main .contactform .btn {
    width: 280px; }
    #main .contactform .btn > .fa {
      padding-left: 5px; }

#main .cardform {
  padding: 35px 0 35px 10px; }
  #main .cardform .frow > .checkbox > .accepttc {
    text-transform: none;
    font-size: 16px;
    font-weight: 300; }
    #main .cardform .frow > .checkbox > .accepttc > a {
      text-decoration: underline; }
  #main .cardform .frow > .checkbox > .newsletter {
    text-transform: none;
    font-size: 16px;
    font-weight: 300; }
  #main .cardform .doublecheck {
    padding: 0 0 10px 0; }
  #main .cardform .btn {
    width: 280px; }
    #main .cardform .btn > .fa {
      padding-left: 5px; }

#main .cakeform {
  padding-left: 10px; }
  #main .cakeform .persons {
    width: 80px; }
  #main .cakeform .type {
    width: 100%; }
    #main .cakeform .type > .select {
      width: 50%;
      height: 48px; }
      #main .cakeform .type > .select > .options {
        top: 47px; }
      #main .cakeform .type > .select > .label {
        padding-top: 3px;
        height: 100%; }
        #main .cakeform .type > .select > .label > .inner {
          height: 100%;
          font-size: 16px;
          font-weight: 300; }
        #main .cakeform .type > .select > .label > .fa {
          top: 18px; }
  #main .cakeform .count {
    width: 80px; }
    #main .cakeform .count > .numberinput {
      background-color: #f1f1f1; }
      #main .cakeform .count > .numberinput > input {
        background-color: #f1f1f1; }
  #main .cakeform #otherfilling {
    width: 50%; }
  #main .cakeform .shipping {
    width: 100%; }
    #main .cakeform .shipping > .select {
      width: 100%;
      height: 48px; }
      #main .cakeform .shipping > .select > .options {
        top: 47px; }
      #main .cakeform .shipping > .select > .label {
        padding-top: 3px;
        height: 100%; }
        #main .cakeform .shipping > .select > .label > .inner {
          height: 100%;
          font-size: 16px;
          font-weight: 300; }
        #main .cakeform .shipping > .select > .label > .fa {
          top: 18px; }
  #main .cakeform .option {
    display: block; }
  #main .cakeform .gender > .radioinput > .option {
    display: inline-block; }
  #main .cakeform .decor > b {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.8px;
    padding: 0 0 18px 0; }
  #main .cakeform textarea {
    height: 200px;
    resize: none; }
  #main .cakeform .submit > .btn {
    width: 280px; }
    #main .cakeform .submit > .btn > .fa {
      padding-left: 5px; }

#main .offerform {
  padding: 35px 0 35px 10px; }
  #main .offerform .shipping {
    width: 100%; }
    #main .offerform .shipping > .select {
      width: 100%;
      height: 48px; }
      #main .offerform .shipping > .select > .options {
        top: 47px; }
      #main .offerform .shipping > .select > .label {
        padding-top: 3px;
        height: 100%; }
        #main .offerform .shipping > .select > .label > .inner {
          height: 100%;
          font-size: 16px;
          font-weight: 300; }
        #main .offerform .shipping > .select > .label > .fa {
          top: 18px; }
  #main .offerform .gender > .radioinput > .option {
    display: inline-block; }
  #main .offerform textarea {
    height: 200px;
    resize: none; }
  #main .offerform .submit > .btn {
    width: 280px; }
    #main .offerform .submit > .btn > .fa {
      padding-left: 5px; }

#main .birthdayeventform {
  padding: 35px 0 35px 0; }
  #main .birthdayeventform .hint {
    font-size: 12px;
    padding-top: 10px;
    white-space: normal; }
    #main .birthdayeventform .hint.prepend {
      padding-bottom: 18px;
      padding-top: 0; }
  #main .birthdayeventform .select {
    width: 100%; }
    #main .birthdayeventform .select > .label {
      height: 48px; }
      #main .birthdayeventform .select > .label > .inner {
        line-height: 48px; }
      #main .birthdayeventform .select > .label > .fa {
        top: 18px; }
  #main .birthdayeventform .section {
    padding: 24px 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #4b2700; }
  #main .birthdayeventform .allergycol, #main .birthdayeventform .pickupstorecol {
    display: none; }
    #main .birthdayeventform .allergycol.shown, #main .birthdayeventform .pickupstorecol.shown {
      display: inline-block; }
  #main .birthdayeventform textarea#message {
    height: 125px; }

#main .formsuccess {
  margin: 35px 10px;
  padding-top: 42px;
  background-color: #fbf2ea; }
  #main .formsuccess > .inner {
    padding-top: 8px;
    padding-bottom: 40px;
    text-align: center; }
    #main .formsuccess > .inner > .icon {
      height: 72px;
      width: 72px;
      border-radius: 50%;
      background-color: #5ea255;
      text-align: center;
      display: block;
      margin: 0 auto 34px auto;
      opacity: 1;
      transition: opacity 0.25s ease-out; }
      #main .formsuccess > .inner > .icon > .fa {
        font-size: 54px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        line-height: 72px;
        transform: rotate(90deg);
        opacity: 0;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        transform: rotate(0deg);
        opacity: 1;
        transition-delay: 0.1s; }
    #main .formsuccess > .inner > .description {
      line-height: 26px;
      font-size: 16px;
      padding: 16px 0 24px 0; }
      #main .formsuccess > .inner > .description > .number {
        font-weight: 600; }
    #main .formsuccess > .inner > .btn {
      width: auto;
      display: inline-block;
      vertical-align: top;
      padding: 0 40px; }

#main .login {
  padding: 30px 10px 30px 10px; }
  #main .login > h1 {
    padding-bottom: 0; }
  #main .login > .inner {
    padding-top: 16px; }
    #main .login > .inner:after {
      content: "";
      clear: both;
      display: table; }
    #main .login > .inner > .auth {
      width: 591px;
      border-right: 1px solid #dddddd;
      float: left;
      padding-top: 12px; }
      #main .login > .inner > .auth > .form {
        width: 380px; }
        #main .login > .inner > .auth > .form .forgotpw {
          color: #e84427;
          font-size: 12px;
          font-weight: 600;
          text-decoration: underline;
          display: block;
          text-align: center;
          margin-top: 16px;
          letter-spacing: 1px; }
          #main .login > .inner > .auth > .form .forgotpw:hover {
            color: #eb624a; }
    #main .login > .inner > .signup {
      width: 588px;
      padding-left: 45px;
      padding-top: 12px;
      box-sizing: border-box;
      float: right; }
      #main .login > .inner > .signup > .btn {
        margin-top: 17px;
        width: 380px; }

#main .signupform {
  padding: 30px 10px 30px 10px; }
  #main .signupform > .form {
    max-width: 780px; }

#main .pwlostform,
#main .pwresetform {
  padding: 30px 10px 30px 10px;
  max-width: 780px; }
  #main .pwlostform > .form,
  #main .pwresetform > .form {
    max-width: 380px; }

#main .accountoverview {
  padding: 28px 0 10px 0; }
  #main .accountoverview > .userdata > h2 {
    padding: 0 0 15px 0; }
  #main .accountoverview > .userdata p {
    padding: 0; }
  #main .accountoverview > .addresses {
    padding-top: 40px; }
    #main .accountoverview > .addresses > h2 {
      padding: 0 0 15px 0; }
  #main .accountoverview .splited {
    line-height: 26px; }
    #main .accountoverview .splited:after {
      content: "";
      display: table;
      clear: both; }
    #main .accountoverview .splited a {
      color: #e84427;
      text-decoration: underline; }
      #main .accountoverview .splited a:hover {
        color: #eb624a; }
    #main .accountoverview .splited > .left {
      width: 380px;
      margin-right: 120px;
      float: left; }
    #main .accountoverview .splited > .right {
      width: 380px;
      float: left; }

#main .wishlist {
  padding: 12px 0 0 0; }
  #main .wishlist > .entries {
    margin: 0 -8px 0 -8px !important; }
    #main .wishlist > .entries > .productpreview > .remover {
      position: absolute;
      top: 8px;
      right: 8px;
      border-radius: 50%;
      height: 32px;
      width: 32px;
      background-color: #000;
      text-align: center;
      opacity: 0;
      transition: opacity 0.1s ease-out; }
      #main .wishlist > .entries > .productpreview > .remover > .fa {
        font-size: 14px;
        line-height: 32px;
        color: #fff; }
      #main .wishlist > .entries > .productpreview > .remover > .loader {
        width: 18px;
        height: 18px;
        margin: 7px; }
      #main .wishlist > .entries > .productpreview > .remover:hover {
        background-color: #2b2b2b; }
    #main .wishlist > .entries > .productpreview:hover > .remover {
      opacity: 1; }
  #main .wishlist > .actions {
    padding: 15px 0 0 0; }
    #main .wishlist > .actions > .btn {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0 40px;
      transition: background-color 0.2s ease-out;
      min-width: 222px; }
      #main .wishlist > .actions > .btn > .loader {
        display: inline-block;
        vertical-align: middle; }
      #main .wishlist > .actions > .btn > .fa {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-right: 8px;
        line-height: 48px; }
      #main .wishlist > .actions > .btn.successful {
        background-color: #779b49 !important; }
      #main .wishlist > .actions > .btn:disabled {
        cursor: default !important; }

#main .addressbook {
  padding: 0 0 40px 0; }
  #main .addressbook > .overview > .loading {
    line-height: 40px;
    width: 250px;
    margin: 70px auto 0 auto; }
    #main .addressbook > .overview > .loading > .loader {
      height: 40px;
      width: 40px;
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: top; }
  #main .addressbook > .overview > .section {
    padding-top: 20px; }
    #main .addressbook > .overview > .section > .inner {
      padding: 4px 0 0 0; }
      #main .addressbook > .overview > .section > .inner > .subs {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        #main .addressbook > .overview > .section > .inner > .subs > b {
          display: block;
          font-weight: 600;
          line-height: 26px; }
      #main .addressbook > .overview > .section > .inner .address {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        margin-bottom: 20px;
        width: 61%; }
        #main .addressbook > .overview > .section > .inner .address > .inner {
          width: 100%;
          min-height: 200px; }
        #main .addressbook > .overview > .section > .inner .address .info > span {
          line-height: 26px;
          display: block; }
        #main .addressbook > .overview > .section > .inner .address .actions {
          padding: 2px 0 0 0; }
          #main .addressbook > .overview > .section > .inner .address .actions > .action {
            display: inline-block;
            vertical-align: top;
            color: #e84427;
            line-height: 22px; }
            #main .addressbook > .overview > .section > .inner .address .actions > .action:hover {
              color: #eb624a; }
          #main .addressbook > .overview > .section > .inner .address .actions > .separator {
            display: inline-block;
            vertical-align: top;
            margin: 6px 22px 0 22px;
            height: 15px;
            width: 1px;
            background-color: #eeeeee; }
          #main .addressbook > .overview > .section > .inner .address .actions > .loader {
            height: 18px;
            width: 18px;
            margin: 4px 0 0 0; }
        #main .addressbook > .overview > .section > .inner .address > .btn {
          width: auto;
          display: inline-block;
          vertical-align: top;
          padding: 0 40px;
          margin-bottom: 20px; }
      #main .addressbook > .overview > .section > .inner .create {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        width: 177px;
        height: 138px;
        border: 2px solid #e4e4e4;
        text-decoration: none; }
        #main .addressbook > .overview > .section > .inner .create > .icon {
          display: block;
          vertical-align: top;
          margin: 42px auto 0 auto;
          width: 26px;
          height: 26px;
          background-image: url("../img/addicon.png");
          background-size: 100% 100%; }
        #main .addressbook > .overview > .section > .inner .create > span {
          font-size: 16px;
          color: #848484;
          font-weight: 600;
          display: block;
          margin: 8px 0 0 0;
          text-align: center; }
        #main .addressbook > .overview > .section > .inner .create:hover {
          background-color: #fafafa;
          border-color: #cacaca; }
    #main .addressbook > .overview > .section.additional > .inner > .address {
      padding: 0 3% 0 0;
      box-sizing: border-box;
      margin-bottom: 36px;
      width: 33.33%; }
  #main .addressbook > .addressform {
    display: none; }
    #main .addressbook > .addressform > .form {
      max-width: 780px; }
      #main .addressbook > .addressform > .form .frow.checkboxes {
        padding: 11px 0 4px 0; }

#main .orderlist > h2 {
  padding-top: 20px;
  margin-bottom: -10px; }

#main .orderlist > .entries {
  padding-top: 10px; }
  #main .orderlist > .entries > .table {
    margin-top: 8px; }
    #main .orderlist > .entries > .table .action {
      text-align: left;
      width: 79px; }
      #main .orderlist > .entries > .table .action a {
        color: #e84427;
        text-decoration: underline; }
        #main .orderlist > .entries > .table .action a:hover {
          color: #eb624a; }
      #main .orderlist > .entries > .table .action > .icon {
        display: none; }
    #main .orderlist > .entries > .table .nr {
      padding-left: 0; }
    #main .orderlist > .entries > .table td {
      padding-top: 9px;
      padding-bottom: 9px; }
      #main .orderlist > .entries > .table td.nodata {
        padding: 30px 0; }

#main .orderlist > .showall {
  padding: 13px 0; }
  #main .orderlist > .showall > a {
    color: #e84427;
    text-decoration: underline;
    line-height: 24px; }
    #main .orderlist > .showall > a > .fa {
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      line-height: 21px;
      margin: 3px 0 0 3px; }
    #main .orderlist > .showall > a:hover {
      color: #eb624a; }

#main .orderlist > .pageinate {
  margin: 30px 0; }

#main .orderdetail {
  position: relative;
  padding-top: 20px; }
  #main .orderdetail > .state {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 38px;
    border: 2px solid #e4e4e4;
    letter-spacing: 1px; }
    #main .orderdetail > .state.new, #main .orderdetail > .state.processing, #main .orderdetail > .state.complete, #main .orderdetail > .state.closed {
      border-color: #779b49;
      color: #779b49; }
    #main .orderdetail > .state.canceled, #main .orderdetail > .state.holded {
      border-color: #e84427;
      color: #e84427; }
  #main .orderdetail > .items {
    padding: 20px 0; }
    #main .orderdetail > .items > .table td {
      height: 86px; }
    #main .orderdetail > .items > .table .total {
      text-align: right; }
    #main .orderdetail > .items > .table .nr {
      padding-left: 0; }
    #main .orderdetail > .items > .total {
      padding: 3px 0 9px 0;
      background-color: #f4f4f4; }
      #main .orderdetail > .items > .total:after {
        content: "";
        clear: both;
        display: table; }
      #main .orderdetail > .items > .total > .totalbox {
        width: 300px;
        float: right; }
        #main .orderdetail > .items > .total > .totalbox .lbl {
          width: 120px;
          padding-right: 37px;
          display: inline-block;
          vertical-align: top;
          text-align: right; }
        #main .orderdetail > .items > .total > .totalbox .val {
          width: 120px;
          display: inline-block;
          vertical-align: top;
          text-align: right; }
        #main .orderdetail > .items > .total > .totalbox > .subtotal {
          border-bottom: 1px solid #dddddd;
          padding: 14px 0 11px 0; }
          #main .orderdetail > .items > .total > .totalbox > .subtotal > .r {
            padding: 8px 0; }
        #main .orderdetail > .items > .total > .totalbox > .total {
          padding: 13px 0; }
          #main .orderdetail > .items > .total > .totalbox > .total > .lbl {
            font-weight: 600; }
            #main .orderdetail > .items > .total > .totalbox > .total > .lbl > .includedvat {
              font-size: 12px;
              font-weight: 300;
              letter-spacing: 0.5px;
              line-height: 22px; }
          #main .orderdetail > .items > .total > .totalbox > .total > .val {
            font-weight: 600; }
  #main .orderdetail > .subinfo {
    padding: 25px 0 15px 0; }
    #main .orderdetail > .subinfo > .splited {
      padding-top: 5px;
      line-height: 26px; }
      #main .orderdetail > .subinfo > .splited:after {
        content: "";
        display: table;
        clear: both; }
      #main .orderdetail > .subinfo > .splited .date {
        font-weight: 400; }
      #main .orderdetail > .subinfo > .splited a {
        color: #000;
        font-weight: 400;
        text-decoration: none; }
        #main .orderdetail > .subinfo > .splited a:hover {
          color: #919191; }
      #main .orderdetail > .subinfo > .splited > .left {
        width: 300px;
        float: left;
        margin-right: 200px; }
      #main .orderdetail > .subinfo > .splited > .right {
        width: 300px;
        float: left; }

#main .accountedit > .form > .pwchange {
  display: none; }

#main .newslettersignup {
  padding: 0 10px 40px 10px; }
  #main .newslettersignup > h4 {
    margin: 20px 0 0 0;
    font-weight: 600; }
  #main .newslettersignup > p {
    padding: 7px 0 0 0; }
  #main .newslettersignup > .form > .radio {
    padding-bottom: 8px; }
  #main .newslettersignup > .form > .success {
    top: -125px; }
  #main .newslettersignup > .form > .frow.subscribed {
    padding: 14px 0 4px 0; }
  #main .newslettersignup > .form > .tc {
    padding: 12px 0 0 0; }
  #main .newslettersignup > .form > .submit button[type="submit"] {
    min-width: 280px; }
    #main .newslettersignup > .form > .submit button[type="submit"] > .fa {
      padding-left: 6px; }
  #main .newslettersignup.unauth {
    padding: 28px 10px 0 10px; }
    #main .newslettersignup.unauth > .form {
      padding-top: 34px; }

.productpreview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 208px;
  text-decoration: none;
  color: #000;
  border-radius: 2px;
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 8px 12px 8px;
  font-size: 16px; }
  .productpreview > .inner > .thumb {
    height: 153px;
    padding: 14px 9px;
    overflow: hidden;
    position: relative; }
    .productpreview > .inner > .thumb > img {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .productpreview > .inner > .body {
    height: 91px;
    padding: 6px 15px 0 15px; }
    .productpreview > .inner > .body > .price {
      color: #e84427;
      font-size: 15px;
      font-weight: 400;
      line-height: 18px;
      white-space: nowrap;
      overflow: hidden; }
      .productpreview > .inner > .body > .price > .instead {
        font-size: 13px;
        font-weight: 300;
        display: inline-block;
        vertical-align: top;
        padding: 1px 0 0 3px; }
    .productpreview > .inner > .body > .name {
      height: 38px;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      overflow: hidden;
      text-overflow: ellipsis; }
    .productpreview > .inner > .body > .rating {
      padding: 4px 0 0 0; }
      .productpreview > .inner > .body > .rating > .stars {
        display: inline-block;
        vertical-align: top;
        height: 25px; }
        .productpreview > .inner > .body > .rating > .stars > .fa {
          font-size: 14px;
          color: #000;
          display: inline-block;
          vertical-align: top;
          line-height: 25px;
          margin-right: 3px; }
          .productpreview > .inner > .body > .rating > .stars > .fa.fa-star-o {
            color: #919191; }
      .productpreview > .inner > .body > .rating > .amount {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        padding-left: 3px; }
  .productpreview > .badge {
    position: absolute;
    left: 14px;
    top: 14px;
    height: 24px;
    max-width: 150px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    font-weight: 400; }
    .productpreview > .badge.grey {
      background-color: #919191; }
    .productpreview > .badge.red {
      background-color: #e84427; }
  .productpreview > .heart {
    position: absolute;
    top: 4px;
    right: 6px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .productpreview > .heart > .fa {
      font-size: 22px;
      line-height: 40px; }
      .productpreview > .heart > .fa.fa-heart {
        color: #e84427; }
      .productpreview > .heart > .fa.fa-heart-o {
        color: #bdbdbd; }
    .productpreview > .heart:hover > .fa.fa-heart {
      color: #eb624a; }
    .productpreview > .heart:hover > .fa.fa-heart-o {
      color: #979797; }
    .productpreview > .heart.selected {
      opacity: 0.8; }
  .productpreview:hover {
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25); }
    .productpreview:hover > .heart {
      opacity: 1; }

.pageinate > ul {
  list-style: none;
  text-align: center; }
  .pageinate > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 28px; }
    .pageinate > ul > li > a, .pageinate > ul > li > span {
      display: block;
      text-decoration: none;
      line-height: 28px;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #dddddd; }
      .pageinate > ul > li > a > .fa, .pageinate > ul > li > span > .fa {
        line-height: 25px;
        font-size: 22px; }
      .pageinate > ul > li > a:hover, .pageinate > ul > li > span:hover {
        color: #e84427; }
    .pageinate > ul > li.arrow {
      width: 16px; }
    .pageinate > ul > li.active {
      background-color: #e84427; }
      .pageinate > ul > li.active > span {
        color: #fff !important; }
        .pageinate > ul > li.active > span:hover {
          cursor: default; }

.productlist {
  margin-top: -6px;
  padding: 0 10px; }
  .productlist > .head {
    padding: 0 0 10px 6px; }
    .productlist > .head:after {
      content: "";
      display: table;
      clear: both; }
    .productlist > .head > .mobilefilter {
      display: none; }
    .productlist > .head > .fromto {
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.5px;
      padding-top: 14px;
      float: left; }
    .productlist > .head > .sort {
      float: right; }
      .productlist > .head > .sort > .lbl {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        padding: 0 10px 0 0;
        letter-spacing: 0.5px; }
      .productlist > .head > .sort > select {
        display: none; }
  .productlist > .category {
    text-align: center;
    padding-bottom: 10px; }
  .productlist > .entries {
    padding: 14px 0 3px 0;
    margin: 0 -8px;
    font-size: 0; }
  .productlist.anim {
    opacity: 1 !important;
    transition: none !important; }
    .productlist.anim > .entries > .productpreview {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateX(-30px); }
      .productlist.anim > .entries > .productpreview.seen {
        opacity: 1;
        transform: translateX(0); }

.productslider {
  padding: 35px 10px 35px 10px; }
  .productslider.nopadd {
    padding: 0 10px 35px 10px; }
  .productslider > h2 {
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    padding-bottom: 35px; }
  .productslider > .inner {
    white-space: nowrap;
    margin: -6px -8px; }
    .productslider > .inner > .slider {
      position: relative;
      white-space: normal;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 6px 0;
      text-align: center; }
      .productslider > .inner > .slider > .entries {
        white-space: nowrap;
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 0; }
        .productslider > .inner > .slider > .entries > .productpreview {
          margin: 0 8px 0 8px;
          text-align: left;
          white-space: normal;
          width: 224px; }
      .productslider > .inner > .slider > .action {
        position: absolute;
        top: 50%;
        width: 25px;
        height: 30px;
        cursor: pointer;
        background-color: #000;
        font-size: 16px;
        text-align: center;
        margin: -15px 0 0 0;
        display: none; }
        .productslider > .inner > .slider > .action > .fa {
          color: #fff;
          line-height: 30px; }
        .productslider > .inner > .slider > .action.left {
          left: 0; }
        .productslider > .inner > .slider > .action.right {
          right: 0; }
        .productslider > .inner > .slider > .action:hover {
          opacity: 0.8; }
    .productslider > .inner > .section {
      white-space: normal;
      display: inline-block;
      vertical-align: top;
      width: 240px;
      text-align: center; }
      .productslider > .inner > .section > .cv {
        display: table;
        height: 300px;
        width: 100%; }
        .productslider > .inner > .section > .cv span {
          color: #4b2700;
          display: table-cell;
          vertical-align: middle;
          font-size: 32px;
          letter-spacing: 1px;
          font-weight: 600;
          text-transform: uppercase; }
    .productslider > .inner.hassection > .slider {
      width: calc(100% - 240px); }
      .productslider > .inner.hassection > .slider > .entries > .productpreview {
        width: 224px; }
  .productslider.anim {
    opacity: 1 !important;
    transition: none !important; }
    .productslider.anim > .inner > .slider > .entries > .productpreview {
      opacity: 0;
      transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
      transform: translateX(-30px); }
      .productslider.anim > .inner > .slider > .entries > .productpreview.seen {
        opacity: 1;
        transform: translateX(0); }

.sidenavlayout .productslider > .inner > .slider > .entries > .productpreview {
  width: 208px; }

.sidenavlayout .productslider > .inner > .section {
  width: 180px; }

.sidenavlayout .productslider > .inner.hassection > .slider {
  width: calc(100% - 180px); }
  .sidenavlayout .productslider > .inner.hassection > .slider > .entries > .productpreview {
    width: 224px; }

.attributefilter {
  padding: 5px 0; }
  .attributefilter > .attribute {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 5px 0; }
    .attributefilter > .attribute > .name {
      font-size: 16px;
      line-height: 26px;
      color: #000;
      white-space: normal;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 65px; }
    .attributefilter > .attribute > .state {
      position: absolute;
      text-align: right;
      top: 6px;
      right: 0;
      padding: 0 8px 0 0; }
      .attributefilter > .attribute > .state > .amount {
        display: inline-block;
        vertical-align: top;
        color: #666666;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        letter-spacing: -0.5px; }
      .attributefilter > .attribute > .state > .clear {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 7px; }
        .attributefilter > .attribute > .state > .clear > .fa {
          font-size: 18px;
          line-height: 21px;
          color: #000; }
    .attributefilter > .attribute.active > .name {
      font-weight: 400; }
    .attributefilter > .attribute:hover > .name {
      color: #666666; }
    .attributefilter > .attribute:hover > .state > .amount {
      color: #939393; }
    .attributefilter > .attribute:hover > .state > .clear > .fa {
      color: #666; }

.productdetail {
  padding: 0 10px; }
  .productdetail > .general:after {
    content: "";
    display: table;
    clear: both; }
  .productdetail > .general > .gallery {
    width: 580px;
    float: left; }
    .productdetail > .general > .gallery > .mainimage {
      position: relative;
      width: 100%;
      height: 520px; }
      .productdetail > .general > .gallery > .mainimage > .loader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        width: 60px;
        height: 60px; }
      .productdetail > .general > .gallery > .mainimage > .img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.2s ease-out; }
        .productdetail > .general > .gallery > .mainimage > .img.shown {
          opacity: 1; }
    .productdetail > .general > .gallery > .thumbs {
      position: relative;
      height: 80px;
      width: 100%;
      overflow: hidden;
      margin-top: 25px;
      text-align: center; }
      .productdetail > .general > .gallery > .thumbs > .arrow {
        width: 30px;
        height: 80px;
        position: absolute;
        top: 0;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.13);
        opacity: 0;
        transition: opacity 0.1s ease-out, transform 0.1s ease-out; }
        .productdetail > .general > .gallery > .thumbs > .arrow.left {
          left: 0;
          transform: translate(-30px, 0); }
        .productdetail > .general > .gallery > .thumbs > .arrow.right {
          right: 0;
          transform: translate(30px, 0); }
        .productdetail > .general > .gallery > .thumbs > .arrow > .fa {
          font-size: 24px;
          line-height: 80px;
          color: #000; }
        .productdetail > .general > .gallery > .thumbs > .arrow:hover {
          background-color: rgba(0, 0, 0, 0.25); }
      .productdetail > .general > .gallery > .thumbs:hover > .arrow {
        opacity: 1;
        transform: translate(0, 0); }
      .productdetail > .general > .gallery > .thumbs > .slidable {
        white-space: nowrap;
        position: absolute;
        font-size: 0; }
        .productdetail > .general > .gallery > .thumbs > .slidable > .thumb {
          position: relative;
          height: 80px;
          width: 80px;
          margin: 0 20px 0 0;
          display: inline-block;
          vertical-align: top;
          cursor: pointer; }
          .productdetail > .general > .gallery > .thumbs > .slidable > .thumb > .line {
            position: absolute;
            z-index: 300;
            top: 0;
            left: 0;
            height: 2px;
            width: 0%;
            background-color: #e84427;
            opacity: 0;
            transition: width 0.1s ease-out, opacity 0.1s ease-out; }
          .productdetail > .general > .gallery > .thumbs > .slidable > .thumb > .img {
            margin: 5px;
            height: 70px;
            width: 70px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat; }
          .productdetail > .general > .gallery > .thumbs > .slidable > .thumb:hover {
            opacity: 0.8; }
          .productdetail > .general > .gallery > .thumbs > .slidable > .thumb.active > .line {
            opacity: 1;
            width: 100%; }
  .productdetail > .general > .info {
    width: 580px;
    float: right; }
    .productdetail > .general > .info > .nameprice {
      position: relative; }
      .productdetail > .general > .info > .nameprice > .ratingbadge {
        padding-bottom: 5px; }
        .productdetail > .general > .info > .nameprice > .ratingbadge > .badge {
          display: inline-block;
          vertical-align: top;
          height: 24px;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          background-color: #e84427;
          line-height: 24px;
          color: #fff;
          text-align: center;
          padding: 0 10px;
          margin-right: 10px; }
        .productdetail > .general > .info > .nameprice > .ratingbadge > .rating {
          display: inline-block;
          vertical-align: top; }
          .productdetail > .general > .info > .nameprice > .ratingbadge > .rating > .stars {
            display: inline-block;
            vertical-align: top; }
            .productdetail > .general > .info > .nameprice > .ratingbadge > .rating > .stars > .fa {
              display: inline-block;
              vertical-align: top;
              margin: 0 1px 0 0;
              font-size: 14px;
              color: #000;
              line-height: 24px; }
              .productdetail > .general > .info > .nameprice > .ratingbadge > .rating > .stars > .fa.fa-star-o {
                color: #919191; }
          .productdetail > .general > .info > .nameprice > .ratingbadge > .rating > .amount {
            display: inline-block;
            vertical-align: top;
            font-size: 14px;
            font-weight: 400;
            line-height: 23px;
            color: #dddddd;
            padding-left: 3px; }
      .productdetail > .general > .info > .nameprice > .name {
        font-size: 32px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 6px 0 8px 0;
        line-height: 36px; }
      .productdetail > .general > .info > .nameprice > .price {
        color: #e84427;
        font-weight: 600;
        font-size: 22px;
        white-space: nowrap;
        overflow: hidden; }
        .productdetail > .general > .info > .nameprice > .price > .instead {
          display: inline-block;
          vertical-align: top;
          font-weight: 300;
          font-size: 18px;
          padding-top: 5px;
          padding-left: 5px;
          line-height: 18px; }
      .productdetail > .general > .info > .nameprice > .diets {
        position: absolute;
        top: -8px;
        right: 0; }
        .productdetail > .general > .info > .nameprice > .diets > .diet {
          display: inline-block;
          vertical-align: top;
          width: 40px;
          padding: 0 1px;
          text-align: center; }
          .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon {
            width: 37px;
            height: 32px;
            background-size: 185px 32px;
            background-image: url("../img/diets.png"); }
            .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon.d304 {
              background-position: -74px 0px; }
            .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon.d305 {
              background-position: -37px 0px; }
            .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon.d306 {
              background-position: 0px 0px; }
            .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon.d307 {
              background-position: -148px 0px; }
            .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon.d308 {
              background-position: -111px 0px; }
          .productdetail > .general > .info > .nameprice > .diets > .diet > .label {
            font-size: 8px;
            line-height: 10px;
            font-weight: 400;
            color: #779b49; }
    .productdetail > .general > .info > .delivery {
      padding: 13px 0 13px 0; }
      .productdetail > .general > .info > .delivery:after {
        content: "";
        display: table;
        clear: both; }
      .productdetail > .general > .info > .delivery > .preparationtime {
        float: left;
        font-size: 16px;
        font-weight: 300;
        width: 50%; }
        .productdetail > .general > .info > .delivery > .preparationtime > .days {
          font-weight: 400; }
      .productdetail > .general > .info > .delivery > .availability {
        float: right;
        font-size: 16px;
        text-align: right;
        font-weight: 300;
        width: 50%; }
        .productdetail > .general > .info > .delivery > .availability > .days {
          font-weight: 400; }
    .productdetail > .general > .info > .categories {
      padding: 0 0 4px 0; }
      .productdetail > .general > .info > .categories > .category {
        display: inline-block;
        vertical-align: top;
        color: #e84427;
        font-size: 13px;
        text-decoration: none;
        line-height: 22px; }
        .productdetail > .general > .info > .categories > .category:hover {
          color: #eb624a; }
      .productdetail > .general > .info > .categories > .separator {
        display: inline-block;
        vertical-align: top;
        padding: 0 4px; }
        .productdetail > .general > .info > .categories > .separator > .fa {
          font-size: 3px;
          line-height: 22px;
          color: #6d6d6d;
          display: inline-block;
          vertical-align: top; }
    .productdetail > .general > .info > .allergens {
      position: relative;
      padding: 15px 0;
      font-size: 0; }
      .productdetail > .general > .info > .allergens > .allergenicon {
        height: 38px;
        width: 38px;
        margin: 2px 6px 4px 0px;
        cursor: default; }
        .productdetail > .general > .info > .allergens > .allergenicon:hover {
          opacity: 0.8; }
      .productdetail > .general > .info > .allergens > .label {
        position: absolute;
        top: -12px;
        background-color: #000;
        padding: 0 10px;
        border-radius: 2px;
        height: 20px;
        z-index: 300;
        transition: left 0.1s ease-out, opacity 0.15s ease-out, transform 0.15s ease-out;
        opacity: 0;
        transform: translate(0, 15px); }
        .productdetail > .general > .info > .allergens > .label.shown {
          opacity: 1;
          transform: translate(0, 0); }
        .productdetail > .general > .info > .allergens > .label > .inner {
          color: #fff;
          font-size: 10px;
          white-space: nowrap;
          font-weight: 400;
          line-height: 20px;
          text-align: center; }
        .productdetail > .general > .info > .allergens > .label > .arrow {
          width: 8px;
          height: 5px;
          background-image: url("../img/arrowblack.png");
          background-size: 100% 100%;
          background-repeat: no-repeat;
          position: absolute;
          top: 20px;
          left: 50%;
          margin: 0 0 0 -4px; }
    .productdetail > .general > .info > .weight, .productdetail > .general > .info > .minorder {
      padding: 10px 0;
      font-size: 16px; }
      .productdetail > .general > .info > .weight > .label, .productdetail > .general > .info > .minorder > .label {
        font-weight: 600; }
    .productdetail > .general > .info > .description {
      padding: 10px 0; }
      .productdetail > .general > .info > .description > .text {
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        height: 78px;
        overflow: hidden;
        transition: max-height 0.4s ease-out; }
        .productdetail > .general > .info > .description > .text p {
          padding: 0; }
      .productdetail > .general > .info > .description > .readmore {
        font-size: 12px;
        color: #b9b9b9;
        text-decoration: none;
        line-height: 30px;
        height: 30px;
        display: block; }
        .productdetail > .general > .info > .description > .readmore > .fa {
          margin-left: 5px; }
        .productdetail > .general > .info > .description > .readmore:hover {
          color: #666666; }
    .productdetail > .general > .info > .form.actions {
      white-space: nowrap;
      font-size: 0;
      padding: 8px 0 10px 0; }
      .productdetail > .general > .info > .form.actions > .customoptions {
        padding: 0 0 5px 0; }
        .productdetail > .general > .info > .form.actions > .customoptions > .poptioninput {
          padding: 0 0 8px 0; }
          .productdetail > .general > .info > .form.actions > .customoptions > .poptioninput > .filepicker > .inner > .name {
            background-color: #dddddd;
            border-color: #dddddd;
            color: #000;
            font-size: 12px; }
          .productdetail > .general > .info > .form.actions > .customoptions > .poptioninput > .filepicker:hover > .inner > .name {
            background-color: #e4e4e4;
            border-color: #e4e4e4; }
          .productdetail > .general > .info > .form.actions > .customoptions > .poptioninput.has-error > .filepicker > .inner > .name {
            border-color: #e84427; }
      .productdetail > .general > .info > .form.actions > .configuration {
        font-size: 16px; }
        .productdetail > .general > .info > .form.actions > .configuration > .cfgsection > .name {
          font-size: 12px;
          font-weight: 600; }
        .productdetail > .general > .info > .form.actions > .configuration > .cfgsection > .inner {
          padding-bottom: 16px; }
      .productdetail > .general > .info > .form.actions > .submitrow > .numberinput {
        width: 60px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        margin: 0 12px 0 0; }
      .productdetail > .general > .info > .form.actions > .submitrow > .addtocart, .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist {
        display: inline-block;
        vertical-align: top;
        height: 48px;
        line-height: 48px;
        color: #fff;
        font-size: 12px;
        font-weight: 300;
        border: none;
        box-sizing: border-box;
        padding: 0 10px;
        letter-spacing: 1px;
        cursor: pointer;
        transition: background-color 0.2s ease-out; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtocart > .loader, .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist > .loader {
          display: inline-block;
          vertical-align: middle; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtocart > .fa, .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist > .fa {
          display: inline-block;
          vertical-align: top;
          font-size: 16px;
          margin-right: 8px;
          line-height: 48px; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtocart.successful, .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist.successful {
          background-color: #779b49 !important; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtocart:disabled, .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist:disabled {
          cursor: default !important; }
      .productdetail > .general > .info > .form.actions > .submitrow > .addtocart {
        background-color: #e84427;
        width: 304px;
        margin-right: 12px; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtocart:hover {
          background-color: #eb624a; }
      .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist {
        width: 192px;
        background-color: #c6875a; }
        .productdetail > .general > .info > .form.actions > .submitrow > .addtowishlist:hover {
          opacity: 0.9; }
      .productdetail > .general > .info > .form.actions > .loading {
        padding: 11px 0; }
        .productdetail > .general > .info > .form.actions > .loading > .loader {
          height: 26px;
          width: 26px;
          margin-right: 10px;
          display: inline-block;
          vertical-align: top; }
        .productdetail > .general > .info > .form.actions > .loading > .label {
          display: inline-block;
          vertical-align: top;
          line-height: 24px;
          font-size: 12px; }
  .productdetail > .additional {
    padding: 26px 0 0 0; }
    .productdetail > .additional > .tabs {
      padding: 16px 0;
      border-bottom: 1px solid #dddddd; }
      .productdetail > .additional > .tabs > .tab {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        margin: 0 7px 0 0;
        text-decoration: none;
        font-weight: 300;
        color: #000;
        height: 48px;
        width: 180px;
        text-align: center;
        line-height: 48px;
        white-space: nowrap;
        background-color: #c6875a;
        color: white; }
        .productdetail > .additional > .tabs > .tab:hover {
          opacity: 0.9; }
        .productdetail > .additional > .tabs > .tab.active {
          background-color: #4b2700;
          color: white; }
    .productdetail > .additional > .pages {
      padding: 10px 0; }
      .productdetail > .additional > .pages > .tabpage {
        display: none;
        padding: 24px 0 10px 0; }
        .productdetail > .additional > .pages > .tabpage.shown {
          display: block; }
        .productdetail > .additional > .pages > .tabpage h2 {
          font-size: 22px;
          font-weight: 300;
          padding-bottom: 12px;
          text-transform: uppercase; }
        .productdetail > .additional > .pages > .tabpage.nutrition > .table {
          width: 580px; }
  .productdetail > .crosssellings {
    padding-top: 20px; }
    .productdetail > .crosssellings > .productslider {
      padding: 46px 0 40px 0; }

.productdetail > .additional > .pages > .ratings > .title {
  padding-bottom: 6px; }
  .productdetail > .additional > .pages > .ratings > .title > h2 {
    display: inline-block;
    vertical-align: top; }
  .productdetail > .additional > .pages > .ratings > .title > .write {
    display: inline-block;
    vertical-align: top;
    color: #e84427;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 0 0 5px; }
    .productdetail > .additional > .pages > .ratings > .title > .write:hover {
      color: #eb624a; }

.productdetail > .additional > .pages > .ratings h3 {
  font-size: 12px;
  font-weight: 600; }

.productdetail > .additional > .pages > .ratings > .summary {
  padding-bottom: 35px; }
  .productdetail > .additional > .pages > .ratings > .summary > .rating {
    padding-top: 12px; }
    .productdetail > .additional > .pages > .ratings > .summary > .rating > .stars {
      display: inline-block;
      vertical-align: top; }
      .productdetail > .additional > .pages > .ratings > .summary > .rating > .stars > .fa {
        margin: 0 2px 0 0;
        font-size: 22px;
        display: inline-block;
        vertical-align: top;
        color: #f5b027;
        line-height: 25px; }
    .productdetail > .additional > .pages > .ratings > .summary > .rating > .average {
      display: inline-block;
      vertical-align: top;
      font-size: 22px;
      font-weight: 300;
      line-height: 25px;
      padding-left: 6px; }
  .productdetail > .additional > .pages > .ratings > .summary > .sub {
    padding-top: 10px;
    font-size: 14px; }

.productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .nodata {
  padding: 10px 0;
  font-size: 14px; }

.productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .loading {
  line-height: 40px;
  font-size: 14px; }
  .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .loading > .loader {
    display: inline-block;
    vertical-align: top;
    margin: 9px 6px 0px 0px; }

.productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review {
  padding: 24px 0;
  border-bottom: 1px solid #dddddd;
  position: relative;
  padding-left: 110px; }
  .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .rating {
    position: absolute;
    left: 0;
    top: 24px;
    width: 100px; }
    .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .rating > .fa {
      color: #f5b027;
      display: inline-block;
      vertical-align: top;
      margin: 0 1px 0 0; }
  .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .comment > .head > .user {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600; }
  .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .comment > .head > .date {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    color: #7e7e7e;
    padding: 2px 0 0 5px; }
  .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .comment > .text {
    padding-top: 10px; }
    .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .comment > .text > .title {
      color: #e84427;
      font-size: 14px;
      font-weight: 600;
      line-height: 26px; }
    .productdetail > .additional > .pages > .ratings > .reviewlist > .reviews > .review > .comment > .text > p {
      padding: 0;
      font-size: 14px;
      line-height: 26px; }

.productdetail > .additional > .pages > .ratings > .createreview {
  padding-top: 37px; }
  .productdetail > .additional > .pages > .ratings > .createreview .frow {
    padding: 10px 0; }
  .productdetail > .additional > .pages > .ratings > .createreview .success {
    line-height: 20px; }
    .productdetail > .additional > .pages > .ratings > .createreview .success > .fa {
      color: #779b49;
      display: inline-block;
      vertical-align: top;
      line-height: 20px;
      padding: 0 4px 0 0; }

.productdetail > .additional > .pages > .details:after {
  content: "";
  clear: both;
  display: table; }

.productdetail > .additional > .pages > .details > .left, .productdetail > .additional > .pages > .details > .right {
  float: left; }
  .productdetail > .additional > .pages > .details > .left > .description, .productdetail > .additional > .pages > .details > .left > .declaration, .productdetail > .additional > .pages > .details > .right > .description, .productdetail > .additional > .pages > .details > .right > .declaration {
    padding-bottom: 30px;
    line-height: 26px; }
    .productdetail > .additional > .pages > .details > .left > .description p, .productdetail > .additional > .pages > .details > .left > .declaration p, .productdetail > .additional > .pages > .details > .right > .description p, .productdetail > .additional > .pages > .details > .right > .declaration p {
      padding: 4px 0 10px 0; }

.productdetail > .additional > .pages > .details > .left {
  width: 580px; }

.productdetail > .additional > .pages > .details > .right {
  width: 480px;
  float: right; }

.shoppingcart {
  margin: 60px 0 0 0;
  padding: 5px 10px 60px 10px;
  position: relative; }
  .shoppingcart > .topactions {
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right; }
    .shoppingcart > .topactions > .btn {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0 41px; }
  .shoppingcart > .products {
    padding: 18px 0 0 0;
    position: relative; }
    .shoppingcart > .products > .table tr > td {
      max-height: 128px; }
      .shoppingcart > .products > .table tr > td.thumb {
        width: 182px; }
        .shoppingcart > .products > .table tr > td.thumb > img {
          max-width: 162px;
          max-height: 101px; }
      .shoppingcart > .products > .table tr > td.name > a {
        color: #000;
        text-decoration: none; }
        .shoppingcart > .products > .table tr > td.name > a:hover {
          color: #666666; }
      .shoppingcart > .products > .table tr > td.amount {
        width: 100px; }
      .shoppingcart > .products > .table tr > td.price {
        width: 160px;
        text-align: right; }
        .shoppingcart > .products > .table tr > td.price > .price {
          display: inline-block;
          vertical-align: middle; }
        .shoppingcart > .products > .table tr > td.price > .remover {
          display: inline-block;
          vertical-align: middle;
          text-decoration: none; }
          .shoppingcart > .products > .table tr > td.price > .remover > .fa {
            display: inline-block;
            vertical-align: middle;
            padding-left: 6px;
            color: #878787;
            font-size: 16px; }
          .shoppingcart > .products > .table tr > td.price > .remover > .loader {
            margin-top: 1px;
            width: 18px;
            height: 18px;
            padding-left: 1px; }
          .shoppingcart > .products > .table tr > td.price > .remover:hover > .fa {
            color: #000; }
    .shoppingcart > .products > .table tr.nodata > td {
      padding: 40px 10px;
      text-align: center; }
    .shoppingcart > .products > .lockoverlay {
      position: absolute;
      top: 5px;
      left: -15px;
      right: -15px;
      bottom: -5px;
      z-index: 305;
      background-color: rgba(0, 0, 0, 0.3);
      transition: opacity 0.1s ease-out;
      opacity: 0; }
      .shoppingcart > .products > .lockoverlay.shown {
        opacity: 1; }
      .shoppingcart > .products > .lockoverlay > .loading {
        height: 24px;
        line-height: 24px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        margin: -12px 0 0 0;
        text-align: center; }
        .shoppingcart > .products > .lockoverlay > .loading > .loader {
          display: inline-block;
          vertical-align: middle;
          margin: 0 8px 0 0; }
  .shoppingcart > .bottom {
    padding: 30px 0 0 0;
    text-align: right; }
    .shoppingcart > .bottom > .totalbox {
      display: inline-block;
      vertical-align: top;
      width: 380px;
      border-top: 4px solid #e84427;
      background-color: #f4f4f4;
      padding: 0 20px 11px 78px;
      box-sizing: border-box;
      white-space: nowrap; }
      .shoppingcart > .bottom > .totalbox .lbl {
        width: 120px;
        padding-right: 67px;
        display: inline-block;
        vertical-align: top; }
      .shoppingcart > .bottom > .totalbox .val {
        width: 92px;
        display: inline-block;
        vertical-align: top; }
      .shoppingcart > .bottom > .totalbox > .subtotal {
        border-bottom: 1px solid #dddddd;
        padding: 14px 0 11px 0; }
        .shoppingcart > .bottom > .totalbox > .subtotal > .r {
          padding: 8px 0; }
      .shoppingcart > .bottom > .totalbox > .total {
        padding: 13px 0; }
        .shoppingcart > .bottom > .totalbox > .total > .lbl {
          font-weight: 600; }
          .shoppingcart > .bottom > .totalbox > .total > .lbl > .includedvat {
            font-size: 12px;
            font-weight: 300;
            letter-spacing: 0.5px;
            line-height: 22px; }
        .shoppingcart > .bottom > .totalbox > .total > .val {
          font-weight: 600; }
  .shoppingcart > .bottomactions {
    padding: 30px 0 0 0; }
    .shoppingcart > .bottomactions:after {
      content: "";
      display: table;
      clear: both; }
    .shoppingcart > .bottomactions > .btn {
      display: inline-block;
      vertical-align: top;
      width: auto;
      padding: 0 41px; }
      .shoppingcart > .bottomactions > .btn.left {
        float: left; }
      .shoppingcart > .bottomactions > .btn.right {
        float: right; }
  .shoppingcart > .paymentproviders {
    text-align: right;
    padding: 13px 0 0 0; }
    .shoppingcart > .paymentproviders > .securepayment {
      padding-right: 3px; }
      .shoppingcart > .paymentproviders > .securepayment > .secureflag {
        display: inline-block;
        vertical-align: top;
        background-image: url("../img/secureicon.png");
        background-size: 100% 100%;
        width: 18px;
        height: 20px; }
      .shoppingcart > .paymentproviders > .securepayment > .lbl {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        padding: 0 0 0 6px; }
    .shoppingcart > .paymentproviders > .providers {
      padding: 14px 0 0 0; }
      .shoppingcart > .paymentproviders > .providers > .pprovider {
        margin: 0 3px 0 9px; }

.shoppingcheckout {
  position: relative;
  padding: 40px 0; }
  .shoppingcheckout > .sections {
    padding: 53px 0 0 0; }
    .shoppingcheckout > .sections > .section {
      display: none;
      margin: auto; }
      .shoppingcheckout > .sections > .section.shown {
        display: block; }
      .shoppingcheckout > .sections > .section .actions {
        padding-top: 50px; }
        .shoppingcheckout > .sections > .section .actions:after {
          content: "";
          display: table;
          clear: both; }
        .shoppingcheckout > .sections > .section .actions > .btn {
          display: inline-block;
          vertical-align: top;
          padding: 0 40px;
          text-align: center;
          width: auto;
          min-width: 54px; }
          .shoppingcheckout > .sections > .section .actions > .btn.back {
            float: left; }
          .shoppingcheckout > .sections > .section .actions > .btn.next {
            float: right; }
          .shoppingcheckout > .sections > .section .actions > .btn.disabled {
            cursor: default !important;
            background-color: #929292 !important; }
  .shoppingcheckout > .loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 600; }
    .shoppingcheckout > .loading > .loader {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -20px 0 0 -20px;
      width: 40px;
      height: 40px; }

.shoppingcheckout > .sections > .authenticate {
  width: 1020px;
  box-sizing: border-box;
  padding-left: 20px; }
  .shoppingcheckout > .sections > .authenticate > .loginorsignup > h1 {
    padding-bottom: 0; }
  .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner {
    padding-top: 16px; }
    .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner:after {
      content: "";
      clear: both;
      display: table; }
    .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth {
      width: 490px;
      border-right: 1px solid #dddddd;
      float: left;
      padding-top: 12px; }
      .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth > .form {
        width: 380px; }
        .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth > .form .forgotpw {
          color: #e84427;
          font-size: 12px;
          font-weight: 600;
          text-decoration: underline;
          display: block;
          text-align: center;
          margin-top: 16px;
          letter-spacing: 1px; }
          .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth > .form .forgotpw:hover {
            color: #eb624a; }
    .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup {
      width: 444px;
      padding-left: 45px;
      padding-top: 12px;
      box-sizing: border-box;
      float: right; }
      .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup > p {
        line-height: 26px; }
      .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup > .form {
        padding-right: 20px; }
        .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup > .form > .frow.options {
          padding: 1px 0 7px 0; }
  .shoppingcheckout > .sections > .authenticate > .signup {
    display: none; }
    .shoppingcheckout > .sections > .authenticate > .signup > .form {
      max-width: 780px; }
      .shoppingcheckout > .sections > .authenticate > .signup > .form > .shipping {
        display: none; }
  .shoppingcheckout > .sections > .authenticate > .guest {
    display: none; }
    .shoppingcheckout > .sections > .authenticate > .guest > .form {
      max-width: 780px; }
      .shoppingcheckout > .sections > .authenticate > .guest > .form > .shipping {
        display: none; }

.shoppingcheckout > .sections > .address {
  width: 980px; }
  .shoppingcheckout > .sections > .address > .overview > h1 {
    padding-bottom: 0; }
  .shoppingcheckout > .sections > .address > .overview > .inner {
    padding-top: 16px; }
    .shoppingcheckout > .sections > .address > .overview > .inner:after {
      content: "";
      clear: both;
      display: table; }
    .shoppingcheckout > .sections > .address > .overview > .inner > .billing {
      width: 490px;
      border-right: 1px solid #dddddd;
      float: left;
      padding-top: 12px; }
    .shoppingcheckout > .sections > .address > .overview > .inner > .shipping {
      width: 444px;
      padding-left: 45px;
      padding-top: 12px;
      box-sizing: border-box;
      float: right; }
    .shoppingcheckout > .sections > .address > .overview > .inner .address {
      padding-top: 5px;
      line-height: 26px; }
      .shoppingcheckout > .sections > .address > .overview > .inner .address > span {
        display: block; }
      .shoppingcheckout > .sections > .address > .overview > .inner .address > .adractions > a {
        color: #e84427;
        text-decoration: underline; }
        .shoppingcheckout > .sections > .address > .overview > .inner .address > .adractions > a:hover {
          color: #eb624a; }

.shoppingcheckout > .sections > .shipping {
  width: 980px; }
  .shoppingcheckout > .sections > .shipping > .inner {
    padding-top: 8px; }
    .shoppingcheckout > .sections > .shipping > .inner:after {
      content: "";
      clear: both;
      display: table; }
    .shoppingcheckout > .sections > .shipping > .inner > .type {
      width: 386px;
      padding-right: 104px;
      border-right: 1px solid #dddddd;
      float: left;
      padding-top: 12px;
      padding-bottom: 30px; }
      .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .loading {
        padding: 5px 0; }
        .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .loading > .loader {
          display: inline-block;
          vertical-align: top;
          margin-right: 8px;
          margin-left: 30px; }
        .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .loading > .label {
          display: inline-block;
          vertical-align: top;
          line-height: 21px;
          font-size: 13px; }
      .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .select {
        margin: 6px 0 12px 0;
        width: 100%; }
        .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .select > .label {
          height: 48px; }
          .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .select > .label > .inner {
            line-height: 46px; }
          .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .select > .label > .fa {
            top: 18px; }
        .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .select > .options {
          top: 47px; }
      .shoppingcheckout > .sections > .shipping > .inner > .type > .shippingtypes .hint {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 1px;
        padding-bottom: 12px; }
      .shoppingcheckout > .sections > .shipping > .inner > .type > .valerror {
        color: #fff;
        background-color: #e84427;
        padding: 10px 12px;
        border-radius: 2px;
        margin: 15px 0 4px 0;
        font-size: 12px;
        letter-spacing: 1px;
        display: none;
        font-weight: 300; }
    .shoppingcheckout > .sections > .shipping > .inner > .date {
      width: 444px;
      padding-top: 12px;
      padding-left: 64px;
      box-sizing: border-box;
      float: right; }
      .shoppingcheckout > .sections > .shipping > .inner > .date > h2 {
        padding-top: 0; }
      .shoppingcheckout > .sections > .shipping > .inner > .date > .datepicker {
        margin-top: 15px; }
      .shoppingcheckout > .sections > .shipping > .inner > .date > .timepicker {
        display: none;
        margin-top: 25px;
        margin-bottom: 15px; }
        .shoppingcheckout > .sections > .shipping > .inner > .date > .timepicker > .select {
          height: 47px; }
          .shoppingcheckout > .sections > .shipping > .inner > .date > .timepicker > .select > .label {
            height: 47px; }
            .shoppingcheckout > .sections > .shipping > .inner > .date > .timepicker > .select > .label > .inner {
              line-height: 45px; }
            .shoppingcheckout > .sections > .shipping > .inner > .date > .timepicker > .select > .label > .fa {
              top: 17px; }
      .shoppingcheckout > .sections > .shipping > .inner > .date > .hint {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0; }
      .shoppingcheckout > .sections > .shipping > .inner > .date > .valerror {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 0;
        color: #e84427; }

.shoppingcheckout > .sections > .payment {
  width: 980px; }
  .shoppingcheckout > .sections > .payment > .inner {
    padding-top: 8px; }
    .shoppingcheckout > .sections > .payment > .inner:after {
      content: "";
      clear: both;
      display: table; }
    .shoppingcheckout > .sections > .payment > .inner > .type {
      width: 386px;
      padding-right: 104px;
      border-right: 1px solid #dddddd;
      float: left;
      padding-top: 12px;
      padding-bottom: 30px; }
      .shoppingcheckout > .sections > .payment > .inner > .type > .options {
        padding-top: 4px; }
      .shoppingcheckout > .sections > .payment > .inner > .type > .company {
        padding: 7px 0;
        font-size: 12px;
        line-height: 16px; }
      .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders {
        padding-top: 12px;
        padding: 22px 0 0 0; }
        .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders > .securepayment {
          padding-right: 1px; }
          .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders > .securepayment > .secureflag {
            display: inline-block;
            vertical-align: top;
            background-image: url("../img/secureicon.png");
            background-size: 100% 100%;
            width: 18px;
            height: 20px; }
          .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders > .securepayment > .lbl {
            display: inline-block;
            vertical-align: top;
            font-size: 16px;
            padding: 0 0 0 6px; }
        .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders > .providers {
          padding: 12px 0 0 0; }
          .shoppingcheckout > .sections > .payment > .inner > .type > .paymentproviders > .providers > .pprovider {
            margin: 0 12px 0 0; }
    .shoppingcheckout > .sections > .payment > .inner > .config {
      width: 444px;
      padding-left: 64px;
      box-sizing: border-box;
      float: right; }
      .shoppingcheckout > .sections > .payment > .inner > .config > .hint {
        line-height: 24px; }
      .shoppingcheckout > .sections > .payment > .inner > .config > .cards {
        padding-top: 12px; }
        .shoppingcheckout > .sections > .payment > .inner > .config > .cards > p {
          padding: 8px 0 14px 0; }
        .shoppingcheckout > .sections > .payment > .inner > .config > .cards > .select {
          width: 80%; }

.shoppingcheckout > .sections > .summary {
  width: 1080px; }
  .shoppingcheckout > .sections > .summary > .inner {
    padding-top: 20px; }
    .shoppingcheckout > .sections > .summary > .inner:after {
      content: "";
      clear: both;
      display: table; }
    .shoppingcheckout > .sections > .summary > .inner > .left {
      float: left;
      width: 280px;
      padding-right: 20px; }
    .shoppingcheckout > .sections > .summary > .inner > .right {
      float: left;
      width: 780px; }
      .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable .loading > td {
        text-align: center;
        height: 130px; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable .loading > td > .loader {
          width: 30px;
          height: 30px;
          display: inline-block;
          vertical-align: top; }
      .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.thumb {
        width: 180px; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.thumb > img {
          max-width: 162px;
          max-height: 100px; }
      .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price {
        width: 120px;
        text-align: right; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price > .value {
          display: inline-block;
          vertical-align: middle;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price > .remover {
          cursor: pointer;
          width: 22px;
          height: 22px;
          text-align: right;
          display: inline-block;
          vertical-align: middle; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price > .remover > .fa {
            font-size: 16px;
            color: #878787;
            display: inline-block;
            vertical-align: top;
            line-height: 22px; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price > .remover > .loader {
            width: 18px;
            height: 18px;
            margin: 2px 0 0 0;
            display: inline-block;
            vertical-align: top; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .products > .producttable td.price > .remover:hover > .fa {
            color: #666666; }
      .shoppingcheckout > .sections > .summary > .inner > .right > .bottom {
        padding-top: 30px; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .bottom:after {
          content: "";
          clear: both;
          display: table; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .left {
          width: 380px;
          float: left; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .left > .commentinput {
            margin-top: -3px; }
        .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right {
          float: right; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox {
            display: inline-block;
            vertical-align: top;
            width: 380px;
            border-top: 4px solid #e84427;
            background-color: #f4f4f4;
            padding: 0 20px 11px 78px;
            box-sizing: border-box;
            white-space: nowrap; }
            .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox .lbl {
              width: 120px;
              padding-right: 67px;
              display: inline-block;
              vertical-align: top; }
            .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox .val {
              width: 92px;
              display: inline-block;
              vertical-align: top; }
            .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .subtotal {
              border-bottom: 1px solid #dddddd;
              padding: 14px 0 11px 0; }
              .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .subtotal > .r {
                padding: 8px 0; }
            .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .total {
              padding: 13px 0; }
              .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .total > .lbl {
                font-weight: 600; }
                .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .total > .lbl > .includedvat {
                  font-size: 12px;
                  font-weight: 300;
                  letter-spacing: 0.5px;
                  line-height: 22px; }
              .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox > .total > .val {
                font-weight: 600; }
          .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .tc {
            width: 380px;
            margin-top: 12px; }
    .shoppingcheckout > .sections > .summary > .inner .sec {
      padding-bottom: 40px; }
      .shoppingcheckout > .sections > .summary > .inner .sec.nospaccing {
        padding-bottom: 0; }
      .shoppingcheckout > .sections > .summary > .inner .sec .address {
        padding-top: 5px; }
        .shoppingcheckout > .sections > .summary > .inner .sec .address > span {
          display: block;
          line-height: 26px; }
      .shoppingcheckout > .sections > .summary > .inner .sec .method {
        padding-top: 5px; }
      .shoppingcheckout > .sections > .summary > .inner .sec > .action {
        font-size: 16px;
        text-decoration: underline;
        color: #e84427;
        line-height: 26px; }
        .shoppingcheckout > .sections > .summary > .inner .sec > .action:hover {
          color: #eb624a; }
  .shoppingcheckout > .sections > .summary > .actions {
    padding-top: 22px; }
    .shoppingcheckout > .sections > .summary > .actions > .btn {
      padding: 0 16px; }

.shoppingcheckout > .sections > .done {
  width: 980px; }
  .shoppingcheckout > .sections > .done > .inner {
    padding-top: 8px;
    padding-bottom: 40px;
    text-align: center; }
    .shoppingcheckout > .sections > .done > .inner > .icon {
      height: 72px;
      width: 72px;
      border-radius: 50%;
      background-color: #5ea255;
      text-align: center;
      display: block;
      margin: 0 auto 34px auto;
      opacity: 0;
      transition: opacity 0.25s ease-out; }
      .shoppingcheckout > .sections > .done > .inner > .icon > .fa {
        font-size: 54px;
        display: inline-block;
        vertical-align: top;
        color: #fff;
        line-height: 72px;
        transform: rotate(90deg);
        opacity: 0;
        transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        transition-delay: 0.1s; }
      .shoppingcheckout > .sections > .done > .inner > .icon.bad {
        background-color: #e84427; }
    .shoppingcheckout > .sections > .done > .inner > .description {
      line-height: 26px;
      font-size: 16px;
      padding: 16px 0 24px 0; }
      .shoppingcheckout > .sections > .done > .inner > .description > .number {
        font-weight: 600; }
    .shoppingcheckout > .sections > .done > .inner > .btn {
      width: auto;
      display: inline-block;
      vertical-align: top;
      padding: 0 40px; }
    .shoppingcheckout > .sections > .done > .inner.shown > .icon {
      opacity: 1; }
      .shoppingcheckout > .sections > .done > .inner.shown > .icon > .fa {
        transform: rotate(0deg);
        opacity: 1; }

.progresssteps {
  width: 892px;
  margin: auto;
  height: 60px;
  position: relative; }
  .progresssteps > .line {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 16px;
    z-index: 300;
    background-color: #dddddd; }
    .progresssteps > .line.progress {
      z-index: 301;
      background-color: #e84427;
      right: auto;
      width: 0%;
      transition: width 0.4s ease-out; }
  .progresssteps > .steps {
    position: relative;
    margin: 0 20px;
    white-space: nowrap;
    z-index: 302; }
    .progresssteps > .steps > .step {
      position: absolute;
      top: 0;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      width: 40px;
      margin-left: -20px; }
      .progresssteps > .steps > .step > .outer {
        padding: 0 4px;
        background-color: #fff; }
        .progresssteps > .steps > .step > .outer > .circle {
          position: relative;
          width: 32px;
          height: 32px;
          border-radius: 50%;
          border: 1px solid #dddddd;
          box-sizing: border-box;
          text-align: center;
          transition: background 0.2s ease-out, border-color 0.2s ease-out; }
          .progresssteps > .steps > .step > .outer > .circle > .number {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            line-height: 28px;
            color: #ababab;
            font-size: 16px;
            transition: color 0.2s ease-out; }
          .progresssteps > .steps > .step > .outer > .circle > .checked {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center; }
            .progresssteps > .steps > .step > .outer > .circle > .checked > .fa {
              line-height: 30px;
              font-size: 16px;
              display: inline-block;
              vertical-align: top;
              color: #e84427;
              opacity: 0;
              transform: rotate(90deg);
              transition: opacity 0.2s ease-out, transform 0.2s ease-out; }
            .progresssteps > .steps > .step > .outer > .circle > .checked.animatein > .fa {
              opacity: 1;
              transform: rotate(0); }
      .progresssteps > .steps > .step > .name {
        position: absolute;
        top: 40px;
        width: 90px;
        left: -25px;
        font-size: 12px;
        color: #ababab;
        transition: color 0.2s ease-out; }
      .progresssteps > .steps > .step.inprogress > .outer > .circle {
        border-color: #e84427;
        background-color: #e84427; }
        .progresssteps > .steps > .step.inprogress > .outer > .circle > .number {
          color: #fff; }
      .progresssteps > .steps > .step.inprogress > .name {
        color: #e84427; }
      .progresssteps > .steps > .step.done > .outer > .circle {
        border-color: #e84427;
        background-color: #fff; }
      .progresssteps > .steps > .step.inprogress.clickable, .progresssteps > .steps > .step.done.clickable {
        cursor: pointer; }

.page > #main > .content > .blogpost > .filterlist {
  display: none; }

.page > #main > .content > .blogpost > .content > .meta {
  padding: 0 0 16px 10px; }
  .page > #main > .content > .blogpost > .content > .meta:after {
    content: "";
    clear: both;
    display: table; }
  .page > #main > .content > .blogpost > .content > .meta > .cat {
    float: left;
    text-align: left; }
    .page > #main > .content > .blogpost > .content > .meta > .cat > .category {
      display: inline-block;
      vertical-align: top;
      text-decoration: underline;
      font-weight: 500;
      font-size: 14px;
      color: #000;
      margin-right: 6px; }
      .page > #main > .content > .blogpost > .content > .meta > .cat > .category:hover {
        color: #2c2c2c; }
    .page > #main > .content > .blogpost > .content > .meta > .cat > .date {
      color: #757575;
      display: inline-block;
      vertical-align: top;
      font-size: 14px; }
  .page > #main > .content > .blogpost > .content > .meta > .readtime {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #757575; }

.page > #main > .content > .blogpost > .content > h1 {
  padding-left: 10px; }

.page > #main > .content > .blogpost > .content .downloads > .entries > .download > .title {
  width: 73%; }

.page > #main > .content > .blogpost > .content .downloads > .entries > .download > .file {
  width: 27%; }

.page > #main > .content > .blogpost > .sidenav .newposts {
  padding-bottom: 16px; }
  .page > #main > .content > .blogpost > .sidenav .newposts > .smpost {
    display: block;
    text-decoration: none;
    margin-top: 22px; }
    .page > #main > .content > .blogpost > .sidenav .newposts > .smpost:after {
      content: "";
      clear: both;
      display: table; }
    .page > #main > .content > .blogpost > .sidenav .newposts > .smpost > .thumb {
      float: left;
      width: 80px;
      height: 80px;
      background-color: #dddddd;
      object-fit: cover; }
    .page > #main > .content > .blogpost > .sidenav .newposts > .smpost > .description {
      float: left;
      width: 200px;
      padding-left: 12px;
      box-sizing: border-box;
      padding-top: 19px;
      font-size: 14px; }
      .page > #main > .content > .blogpost > .sidenav .newposts > .smpost > .description > b {
        white-space: nowrap;
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        color: #000;
        font-weight: 600;
        padding-bottom: 7px; }
      .page > #main > .content > .blogpost > .sidenav .newposts > .smpost > .description > .date {
        color: #757575; }
    .page > #main > .content > .blogpost > .sidenav .newposts > .smpost:hover > .thumb {
      opacity: 0.9; }
    .page > #main > .content > .blogpost > .sidenav .newposts > .smpost:hover > .description > b {
      color: #2c2c2c; }

.page > #main > .content > .blogpost > .sidenav .blogcategories {
  padding-top: 5px; }
  .page > #main > .content > .blogpost > .sidenav .blogcategories > li {
    padding: 6px 0; }
    .page > #main > .content > .blogpost > .sidenav .blogcategories > li > a {
      font-size: 16px;
      line-height: 24px;
      text-decoration: none;
      display: block;
      color: #000; }
      .page > #main > .content > .blogpost > .sidenav .blogcategories > li > a:hover {
        color: #2c2c2c; }

.page > #main > .content > .blogpost > .sidenav .blogsocial {
  padding: 18px 0 0 0;
  font-size: 0; }
  .page > #main > .content > .blogpost > .sidenav .blogsocial > .socicon {
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    background-color: #e84427;
    width: 38px;
    height: 38px;
    margin: 0 7px 0 0;
    text-align: center; }
    .page > #main > .content > .blogpost > .sidenav .blogsocial > .socicon > .fa {
      color: #fff;
      line-height: 38px; }
      .page > #main > .content > .blogpost > .sidenav .blogsocial > .socicon > .fa.fa-instagram {
        font-size: 22px; }
      .page > #main > .content > .blogpost > .sidenav .blogsocial > .socicon > .fa.fa-facebook {
        font-size: 24px; }
    .page > #main > .content > .blogpost > .sidenav .blogsocial > .socicon:hover {
      background-color: #eb624a; }

.bloglist {
  padding: 10px 0; }
  .bloglist > .posts {
    margin: 0 -10px; }
    .bloglist > .posts > .nodata {
      padding: 0 10px; }

.bloglist .post, .newestposts .post {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  position: relative;
  margin: 0 10px 45px 10px;
  padding: 12px 0 0 0;
  text-align: center;
  color: #000000;
  text-decoration: none; }
  .bloglist .post > .tag, .newestposts .post > .tag {
    margin: -12px 0 -14px 0;
    display: inline-block;
    height: 26px;
    background-color: #000;
    color: #fff;
    line-height: 26px;
    padding: 0 18px;
    max-width: 200px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    transition: transform 0.2s ease-out, background 0.1s ease-out;
    position: relative;
    z-index: 210; }
    .bloglist .post > .tag:hover, .newestposts .post > .tag:hover {
      background-color: #e84427 !important; }
  .bloglist .post > .thumb, .newestposts .post > .thumb {
    height: 280px;
    background-color: #dddddd;
    overflow: hidden; }
    .bloglist .post > .thumb > .img, .newestposts .post > .thumb > .img {
      position: relative;
      z-index: 200;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: transform 1.5s ease-out; }
  .bloglist .post > .meta, .newestposts .post > .meta {
    color: #757575;
    font-size: 12px;
    padding: 12px 0 0 0; }
    .bloglist .post > .meta:after, .newestposts .post > .meta:after {
      content: "";
      clear: both;
      display: table; }
    .bloglist .post > .meta > .readtime, .newestposts .post > .meta > .readtime {
      float: left;
      text-align: left;
      width: 50%; }
    .bloglist .post > .meta > .date, .newestposts .post > .meta > .date {
      float: right;
      text-align: right;
      width: 50%; }
  .bloglist .post > .title, .newestposts .post > .title {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0;
    height: 40px;
    overflow: hidden; }
  .bloglist .post:hover > .tag, .newestposts .post:hover > .tag {
    background-color: #2c2c2c;
    transform: translate(0, -3px); }
  .bloglist .post:hover > .thumb > .img, .newestposts .post:hover > .thumb > .img {
    transform: scale(1.05); }

.bloglist.anim, .newestposts.anim {
  opacity: 1 !important;
  transition: none !important; }
  .bloglist.anim .post, .newestposts.anim .post {
    opacity: 0;
    transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 2s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-40px); }
    .bloglist.anim .post.seen, .newestposts.anim .post.seen {
      opacity: 1;
      transform: translateY(0); }

.page > #main > .content > div > .blogbycategory {
  padding: 30px 10px 0 10px; }
  .page > #main > .content > div > .blogbycategory > h1 > .name {
    color: #ababab;
    font-size: 32px;
    display: inline-block;
    vertical-align: top; }
  .page > #main > .content > div > .blogbycategory > h1 > a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin: -2px 0 0px 16px;
    line-height: 22px;
    font-size: 22px; }
    .page > #main > .content > div > .blogbycategory > h1 > a > .fa {
      color: #ffa500;
      font-size: 22px; }
    .page > #main > .content > div > .blogbycategory > h1 > a:hover > .fa {
      color: #ff8500; }

.page > #main .latestpost {
  background-color: #f7f7f7;
  padding: 140px 0; }
  .page > #main .latestpost > .center {
    position: relative; }
    .page > #main .latestpost > .center:after {
      content: "";
      clear: both;
      display: table; }
    .page > #main .latestpost > .center > .image {
      width: 50%;
      position: relative;
      float: left;
      box-sizing: border-box; }
      .page > #main .latestpost > .center > .image > .thumb {
        margin: 15px 0 0 15px;
        position: relative;
        height: 590px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-origin: content-box;
        box-sizing: border-box;
        z-index: 202; }
      .page > #main .latestpost > .center > .image::after {
        content: "";
        width: 75%;
        height: 85%;
        background-color: #e84427;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 200; }
    .page > #main .latestpost > .center > .description {
      width: 50%;
      padding-left: 50px;
      box-sizing: border-box;
      float: left;
      display: table;
      height: 605px; }
      .page > #main .latestpost > .center > .description > .vcenter {
        display: table-cell;
        vertical-align: middle; }
        .page > #main .latestpost > .center > .description > .vcenter > .category {
          padding-bottom: 40px; }
          .page > #main .latestpost > .center > .description > .vcenter > .category > a {
            font-size: 16px;
            display: block;
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px; }
            .page > #main .latestpost > .center > .description > .vcenter > .category > a > .date {
              display: inline-block;
              vertical-align: bottom;
              margin-left: 8px;
              color: #ababab;
              font-size: 12px;
              letter-spacing: 1px; }
            .page > #main .latestpost > .center > .description > .vcenter > .category > a:hover {
              color: #484848; }
          .page > #main .latestpost > .center > .description > .vcenter > .category > .border {
            margin: 19px 0;
            height: 2px;
            width: 50px;
            background-color: #e84427; }
        .page > #main .latestpost > .center > .description > .vcenter > h2 {
          font-weight: 600;
          font-size: 22px;
          letter-spacing: 1.5px; }
        .page > #main .latestpost > .center > .description > .vcenter > p {
          line-height: 26px; }
        .page > #main .latestpost > .center > .description > .vcenter > .readmore {
          margin-top: 18px;
          letter-spacing: 0.5px;
          color: #b9b9b9;
          text-transform: uppercase;
          font-size: 14px;
          text-decoration: none;
          display: block;
          font-weight: 400;
          line-height: 26px; }
          .page > #main .latestpost > .center > .description > .vcenter > .readmore > .fa {
            display: inline-block;
            vertical-align: top;
            padding: 0 0 0 5px;
            line-height: 26px; }
          .page > #main .latestpost > .center > .description > .vcenter > .readmore:hover {
            color: #8e8e8e; }

.newestposts > .inner {
  padding: 35px 10px;
  font-size: 0; }
  .newestposts > .inner > .section {
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: center;
    padding-right: 20px; }
    .newestposts > .inner > .section > .cv {
      display: table;
      height: 335px;
      width: 100%; }
      .newestposts > .inner > .section > .cv span {
        color: #4b2700;
        display: table-cell;
        vertical-align: middle;
        font-size: 32px;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase; }
  .newestposts > .inner > .entries {
    position: relative;
    white-space: normal;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 6px 0;
    text-align: center;
    margin: 0 -10px;
    width: calc(100% - 280px); }
    .newestposts > .inner > .entries > .post {
      margin: 0 10px !important;
      font-size: 16px; }

.btn, .form input[type="submit"] {
  display: block;
  text-align: center;
  height: 48px;
  background-color: #4b2700;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  border: none;
  text-decoration: none;
  line-height: 48px;
  width: 100%;
  cursor: pointer;
  letter-spacing: 1.5px; }
  .btn:hover, .form input[type="submit"]:hover {
    background-color: #986940; }
  .btn.red, .form input[type="submit"].red {
    background-color: #e84427;
    color: #fff; }
    .btn.red:hover, .form input[type="submit"].red:hover {
      background-color: #eb624a; }

.form {
  position: relative; }
  .form > h2 {
    padding: 20px 0 5px 0; }
    .form > h2.addtopspace {
      padding-top: 34px; }
  .form .frow {
    padding: 17px 0 10px 0; }
    .form .frow.splited {
      margin: 0 -10px;
      white-space: nowrap;
      font-size: 0; }
      .form .frow.splited > .fsplit {
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding: 0 10px;
        font-size: 16px; }
        .form .frow.splited > .fsplit.half {
          width: 50%; }
        .form .frow.splited > .fsplit.third {
          width: 33.33%; }
    .form .frow > input[type="submit"], .form .frow > button[type="submit"] {
      margin-top: 3px; }
      .form .frow > input[type="submit"] > .loader, .form .frow > button[type="submit"] > .loader {
        margin: auto; }
      .form .frow > input[type="submit"].left, .form .frow > button[type="submit"].left {
        display: inline-block;
        vertical-align: top;
        width: auto;
        padding: 0 28px; }
      .form .frow > input[type="submit"].right, .form .frow > button[type="submit"].right {
        width: 192px;
        float: right; }
    .form .frow.submit:after {
      content: "";
      clear: both;
      display: table; }
    .form .frow > .loader {
      margin: 10px 0 11px 0;
      height: 30px;
      width: 30px;
      display: inline-block; }
    .form .frow > .cancel {
      display: inline-block;
      vertical-align: top;
      line-height: 48px;
      padding: 0 20px;
      color: #e84427;
      text-decoration: none; }
      .form .frow > .cancel:hover {
        color: #eb624a; }
  .form .form-control > label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.8px;
    padding: 0 0 18px 0; }
  .form .form-control > textarea, .form .form-control > input[type="text"], .form .form-control > input[type="number"], .form .form-control > input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    transition: border 0.2s ease-out;
    -webkit-tap-highlight-color: transparent; }
    .form .form-control > textarea:hover, .form .form-control > input[type="text"]:hover, .form .form-control > input[type="number"]:hover, .form .form-control > input[type="password"]:hover {
      background-color: #f3f3f3;
      border-color: #d9d9d9; }
    .form .form-control > textarea:focus, .form .form-control > input[type="text"]:focus, .form .form-control > input[type="number"]:focus, .form .form-control > input[type="password"]:focus {
      background-color: #f3f3f3;
      border-color: #acacac; }
  .form .form-control > input[type="text"], .form .form-control > input[type="number"], .form .form-control > input[type="password"] {
    height: 48px;
    padding: 0 12px; }
  .form .form-control > textarea {
    height: 335px;
    padding: 23px 12px; }
  .form .form-control.radio > .radioinput {
    margin-top: -8px; }
    .form .form-control.radio > .radioinput > .option {
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
  .form .form-control.has-error > textarea, .form .form-control.has-error > input[type="text"], .form .form-control.has-error > input[type="number"], .form .form-control.has-error > input[type="password"], .form .form-control.has-error > textarea {
    border-color: #e84427; }
  .form .error {
    color: #fff;
    background-color: #e84427;
    padding: 10px 12px;
    border-radius: 2px;
    margin: 10px 0 4px 0;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300; }
  .form .success {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #779b49;
    font-weight: 500;
    padding: 10px 22px;
    border-radius: 2px;
    margin: 10px 0 4px 0;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: auto; }

/* product configuration input */
.pcfginput, .radioinput {
  position: relative; }
  .pcfginput > .option, .radioinput > .option {
    position: relative;
    min-height: 24px;
    cursor: pointer;
    padding: 6px 0;
    -webkit-tap-highlight-color: transparent; }
    .pcfginput > .option > .checker, .radioinput > .option > .checker {
      position: absolute;
      left: 0;
      top: 7px;
      width: 22px;
      height: 22px;
      border: 1px solid #dddddd;
      border-radius: 50%;
      transition: border-color 0.2s ease-out; }
      .pcfginput > .option > .checker > .fill, .radioinput > .option > .checker > .fill {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin: 4px;
        background-color: #dddddd;
        opacity: 0; }
    .pcfginput > .option > .name, .radioinput > .option > .name {
      font-size: 16px;
      padding: 0 0 0 34px;
      white-space: nowrap;
      overflow: hidden;
      line-height: 24px;
      text-overflow: ellipsis;
      transition: color 0.2s ease-out; }
    .pcfginput > .option.selected > .checker > .fill, .radioinput > .option.selected > .checker > .fill {
      opacity: 1; }
  .pcfginput.has-error > .option > .checker, .radioinput.has-error > .option > .checker {
    border-color: #e84427; }
  .pcfginput.has-error > .option > .name, .radioinput.has-error > .option > .name {
    color: #e84427; }

/* star picker for review form */
.starpicker {
  padding: 4px 0 2px 0; }
  .starpicker > .stars {
    width: 200px;
    display: inline-block;
    vertical-align: top; }
    .starpicker > .stars > .fa {
      display: inline-block;
      vertical-align: top;
      padding: 0 8px 0 0;
      font-size: 32px;
      line-height: 32px;
      color: #dddddd;
      cursor: pointer; }
      .starpicker > .stars > .fa:hover {
        opacity: 0.8; }
      .starpicker > .stars > .fa.active {
        color: #f5b027 !important; }
  .starpicker > .label {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    font-weight: 400; }
  .starpicker.has-error > .stars > .fa {
    color: #e84427; }

.numberinput {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 48px;
  border: 1px solid #e4e4e4;
  padding: 0 24px 0 7px;
  transition: border 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }
  .numberinput input {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border: none;
    text-align: center;
    padding-right: 4px;
    font-size: 16px;
    font-weight: 300; }
  .numberinput > .arrows {
    position: absolute;
    right: 7px;
    top: 9px;
    width: 17px;
    height: 28px; }
    .numberinput > .arrows > .arrow {
      cursor: pointer;
      width: 100%;
      height: 14px;
      background-color: #dddddd;
      text-align: center; }
      .numberinput > .arrows > .arrow > .fa {
        font-size: 12px;
        color: #808080;
        line-height: 14px;
        display: inline-block;
        vertical-align: top; }
      .numberinput > .arrows > .arrow:hover {
        background-color: #c6c6c6; }
  .numberinput.has-error {
    border-color: #e84427; }

.select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 180px; }
  .select > .label {
    cursor: pointer;
    height: 40px;
    position: relative;
    background-color: #f8f8f8;
    border: 1px solid #d5d5d5;
    width: 100%;
    box-sizing: border-box;
    transition: border 0.2s ease-out; }
    .select > .label > .inner {
      white-space: nowrap;
      overflow: hidden;
      padding: 0 28px 0 14px;
      font-size: 12px;
      font-weight: 300;
      line-height: 38px; }
    .select > .label > .fa {
      position: absolute;
      right: 15px;
      top: 13px;
      font-size: 12px; }
    .select > .label:hover {
      background-color: #f1f1f1; }
  .select > .options {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    z-index: 600;
    display: none;
    max-height: 252px;
    overflow: auto; }
    .select > .options > .option {
      cursor: pointer;
      height: 35px;
      line-height: 35px;
      padding: 0 10px 0 14px;
      border-bottom: 1px solid #e9e9e9;
      font-size: 14px; }
      .select > .options > .option:hover {
        background-color: #f5f5f5; }
  .select.has-error > .label {
    color: #e84427;
    border-color: #e84427; }

.checkboxctrl {
  position: relative;
  cursor: pointer;
  padding: 7px 0 7px 36px;
  -webkit-tap-highlight-color: transparent; }
  .checkboxctrl > .checker {
    position: absolute;
    left: 0;
    top: 8px;
    width: 22px;
    height: 22px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    transition: border-color 0.2s ease-out; }
    .checkboxctrl > .checker > .fa {
      color: #000;
      line-height: 22px;
      display: inline-block;
      vertical-align: top;
      opacity: 0;
      transform: rotate(40deg);
      transition: opacity 0.1s ease-out, transform 0.1s ease-out; }
  .checkboxctrl > .label {
    line-height: 24px;
    transition: color 0.2s ease-out; }
    .checkboxctrl > .label > a {
      color: #000; }
      .checkboxctrl > .label > a:hover {
        color: #515151; }
  .checkboxctrl:hover > .checker {
    background-color: #f5f5f5;
    border: 1px solid #d7d7d7; }
  .checkboxctrl.checked > .checker > .fa {
    opacity: 1;
    transform: rotate(0); }
  .checkboxctrl.has-error > .checker {
    border-color: #e84427; }
  .checkboxctrl.has-error > .label {
    color: #e84427; }
    .checkboxctrl.has-error > .label > a {
      color: #e84427; }
      .checkboxctrl.has-error > .label > a:hover {
        color: #eb624a; }

.datepicker {
  position: relative;
  -webkit-tap-highlight-color: transparent; }
  .datepicker > input[type="text"] {
    display: none; }
  .datepicker > .value {
    height: 48px;
    padding: 0 12px;
    background-color: #f8f8f8;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 16px;
    transition: border 0.2s ease-out; }
  .datepicker > .icon {
    position: absolute;
    top: 0;
    right: 19px;
    cursor: pointer; }
    .datepicker > .icon > .fa {
      display: inline-block;
      vertical-align: top;
      line-height: 48px;
      font-size: 16px;
      color: #888888;
      transition: color 0.2s ease-out; }
  .datepicker:hover > .value {
    background-color: #f3f3f3;
    border-color: #d9d9d9; }
  .datepicker:hover > .icon > .fa {
    color: #6c6c6c; }
  .datepicker.has-error > .value {
    border-color: #e84427; }
  .datepicker.has-error > .icon > .fa {
    color: #e84427; }
  .datepicker.disabled > .value {
    cursor: default !important;
    background-color: #eaeaea !important;
    border-color: #e4e4e4 !important; }
  .datepicker.disabled > .icon > .fa {
    cursor: default !important;
    color: #d0d0d0 !important; }

.filepicker {
  -webkit-tap-highlight-color: transparent; }
  .filepicker > .inner > .name {
    font-size: 16px;
    height: 47px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f8f8f8;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    color: #888888;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
    transition: border 0.2s ease-out; }
  .filepicker > .allowedtypes {
    font-size: 12px;
    padding: 3px 0; }
    .filepicker > .allowedtypes > .types {
      font-weight: 600; }
  .filepicker:hover > .inner > .name {
    background-color: #f3f3f3;
    border-color: #d9d9d9; }
  .filepicker.hasbutton > .inner {
    font-size: 0px; }
    .filepicker.hasbutton > .inner > .name {
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 204px); }
    .filepicker.hasbutton > .inner > .btn {
      display: inline-block;
      vertical-align: top;
      margin-left: 12px;
      width: 192px;
      font-size: 12px; }
  .filepicker.has-error > .inner > .name {
    border-color: #e84427 !important; }
  .filepicker input[type="file"] {
    -webkit-tap-highlight-color: transparent;
    display: none; }

.imagepicker {
  position: relative;
  width: 120px;
  width: 120px; }
  .imagepicker > input[type="file"] {
    display: none; }
  .imagepicker > .preview {
    position: relative;
    width: 120px;
    height: 120px;
    background-color: #f8f8f8;
    border-radius: 60px;
    box-sizing: border-box;
    border: 1px solid #4b2700;
    cursor: pointer;
    text-align: center;
    overflow: hidden; }
    .imagepicker > .preview > .fa {
      line-height: 120px;
      font-size: 36px;
      color: #dedede; }
    .imagepicker > .preview > img {
      position: relative;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      z-index: 200; }
    .imagepicker > .preview > .cropoverlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 201;
      text-align: center; }
      .imagepicker > .preview > .cropoverlay > .fa {
        font-size: 36px;
        line-height: 120px;
        color: #dedede; }
      .imagepicker > .preview > .cropoverlay:hover {
        background-color: rgba(0, 0, 0, 0.4); }
        .imagepicker > .preview > .cropoverlay:hover > .fa {
          color: #fff; }
    .imagepicker > .preview:hover {
      background-color: #f3f3f3; }
      .imagepicker > .preview:hover > .fa {
        color: #d0d0d0; }
  .imagepicker > .clear {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 220;
    padding: 4px;
    opacity: 0.5;
    color: #e84427;
    cursor: pointer; }
    .imagepicker > .clear > .fa {
      font-size: 16px; }
    .imagepicker > .clear:hover {
      opacity: 1; }

.commentinput > label {
  font-size: 10px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 10px; }

.commentinput > textarea {
  display: none;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  height: 157px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  padding: 5px 10px; }

.commentinput > .preview {
  font-size: 16px;
  line-height: 26px; }

.commentinput > .action {
  margin-top: 4px;
  text-decoration: underline;
  color: #e84427;
  font-size: 16px;
  display: block;
  font-weight: 300;
  cursor: pointer; }
  .commentinput > .action:hover {
    color: #eb624a; }

.colorselector {
  margin: 0 -6px; }
  .colorselector > .option {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 6px 6px 6px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-tap-highlight-color: transparent; }
    .colorselector > .option:hover {
      opacity: 0.7; }
    .colorselector > .option.active {
      opacity: 1; }

.cakecreator {
  position: relative;
  background-color: #ede8e1;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 40px 0 0 0;
  overflow: hidden; }
  .cakecreator > .sidepanel {
    position: relative;
    z-index: 201;
    box-sizing: border-box;
    width: 350px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), margin 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .cakecreator > .sidepanel > .header {
      padding: 30px 38px 16px 38px; }
      .cakecreator > .sidepanel > .header > .top {
        padding: 0 2px; }
        .cakecreator > .sidepanel > .header > .top > .sutterlogo {
          display: inline-block;
          vertical-align: top;
          width: 57px;
          height: 35px;
          background-image: url("../img/logo_small.png");
          background-size: 100% 100%;
          margin-right: 6px; }
        .cakecreator > .sidepanel > .header > .top > span {
          font-size: 13px;
          padding-top: 7px;
          letter-spacing: 0.07px;
          display: inline-block;
          vertical-align: top;
          color: #4b2700;
          font-weight: 600;
          text-transform: uppercase; }
      .cakecreator > .sidepanel > .header > .configuratorlogo {
        font-size: 32px;
        font-weight: 300;
        color: #4b2700;
        letter-spacing: 1.6px;
        text-transform: none;
        margin-top: -3px; }
        .cakecreator > .sidepanel > .header > .configuratorlogo > .icon {
          display: inline-block;
          vertical-align: top;
          margin: 9px 12px 0 7px; }
    .cakecreator > .sidepanel > .body {
      position: relative;
      height: 426px;
      overflow: hidden; }
      .cakecreator > .sidepanel > .body > .view {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
        .cakecreator > .sidepanel > .body > .view.sr {
          transform: translate3d(100%, 0, 0); }
        .cakecreator > .sidepanel > .body > .view.sl {
          transform: translate3d(-100%, 0, 0); }
        .cakecreator > .sidepanel > .body > .view.shown {
          transform: translate3d(0, 0, 0); }
        .cakecreator > .sidepanel > .body > .view > .inner {
          padding: 0 32px; }
      .cakecreator > .sidepanel > .body > .addbtn {
        position: absolute;
        bottom: 12px;
        right: 24px;
        width: 54px;
        height: 54px;
        background-color: #e84427;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.5);
        -moz-box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.5);
        box-shadow: 0px 0px 8px 0px rgba(109, 109, 109, 0.5);
        transition: all 0.3s cubic-bezier(0.47, 1.64, 0.41, 0.8);
        -webkit-tap-highlight-color: transparent; }
        .cakecreator > .sidepanel > .body > .addbtn > .fa {
          color: #fff;
          font-size: 22px;
          line-height: 54px; }
        .cakecreator > .sidepanel > .body > .addbtn:hover {
          background-color: #eb624a; }
        .cakecreator > .sidepanel > .body > .addbtn.hidden {
          transform: translate3d(0, 30px, 0) rotate(50deg);
          opacity: 0; }
        .cakecreator > .sidepanel > .body > .addbtn.forcehidden {
          transform: translate3d(0, 30px, 0) rotate(50deg) !important;
          opacity: 0 !important; }
    .cakecreator > .sidepanel > .footer {
      border-top: 1px solid #dddddd;
      padding: 18px 35px 17px 35px;
      text-align: center; }
      .cakecreator > .sidepanel > .footer > .btn {
        text-transform: none;
        letter-spacing: 2.1px;
        -webkit-tap-highlight-color: transparent; }
        .cakecreator > .sidepanel > .footer > .btn > .fa {
          display: inline-block;
          padding-right: 9px;
          font-size: 16px; }
      .cakecreator > .sidepanel > .footer > .resetbtn {
        color: #e84427;
        display: block;
        height: 20px;
        line-height: 20px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0.5px;
        margin-top: 14px;
        -webkit-tap-highlight-color: transparent; }
        .cakecreator > .sidepanel > .footer > .resetbtn > .fa {
          display: inline-block;
          padding-right: 8px; }
        .cakecreator > .sidepanel > .footer > .resetbtn:hover {
          color: #eb624a; }
    .cakecreator > .sidepanel > .expander {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 20px;
      cursor: pointer;
      display: none;
      -webkit-tap-highlight-color: transparent; }
      .cakecreator > .sidepanel > .expander > .fa {
        color: #8f8f8f;
        font-size: 26px;
        position: absolute;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        height: 26px;
        margin: -50px 0 0 0; }
      .cakecreator > .sidepanel > .expander:hover {
        background: white;
        background: linear-gradient(90deg, white 0%, rgba(242, 242, 242, 0.99902) 100%); }
        .cakecreator > .sidepanel > .expander:hover > .fa {
          color: #666666; }
    .cakecreator > .sidepanel.minimized > .expander > .fa {
      transform: rotate(180deg); }
  .cakecreator > .configurator {
    position: absolute;
    z-index: 200; }

.cakecreator > .sidepanel > .body > .view.add > .inner > .backlink {
  display: block;
  color: #e84427;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 22px;
  height: 22px;
  text-decoration: none;
  margin-bottom: 13px;
  -webkit-tap-highlight-color: transparent; }
  .cakecreator > .sidepanel > .body > .view.add > .inner > .backlink > .fa {
    display: inline-block;
    padding-right: 6px; }
  .cakecreator > .sidepanel > .body > .view.add > .inner > .backlink:hover {
    color: #eb624a; }

.cakecreator > .sidepanel > .body > .view.list > .inner > .nodata {
  text-align: center;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.7px; }

.cakecreator > .sidepanel > .body > .view.list > .inner {
  padding: 0 36px 0 36px; }
  .cakecreator > .sidepanel > .body > .view.list > .inner > .row {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: 30px;
    padding: 15px 0;
    align-content: stretch;
    border-bottom: 1px solid #dddddd; }
    .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .index {
      flex: 0 0 16px;
      padding-right: 3px; }
      .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .index > span {
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        background-color: #4b2700;
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        line-height: 16px;
        border-radius: 50%; }
    .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .cookiebite {
      flex: 0 0 20px;
      height: 20px;
      padding-right: 16px;
      flex: 0 0 20px; }
    .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .typeicon {
      flex: 0 0 25px;
      padding-right: 7px; }
      .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .typeicon > .fa {
        font-size: 18px; }
      .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .typeicon > .thumb {
        width: 29px;
        height: 29px; }
        .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .typeicon > .thumb > img {
          object-fit: contain;
          width: 100%; }
    .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .preview {
      flex-grow: 1;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .action {
      flex: 0 0 18px;
      padding-left: 7px;
      text-align: center;
      background-color: transparent;
      border: none;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; }
      .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .action > .fa {
        line-height: 20px;
        color: #4b2700; }
        .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .action > .fa.fa-trash {
          font-size: 18px; }
        .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .action > .fa.fa-clone {
          font-size: 14px; }
      .cakecreator > .sidepanel > .body > .view.list > .inner > .row > .action:hover > .fa {
        color: #919191; }

.cakecreator > .sidepanel > .body > .view.list.hideclone > .inner > .row > .action.clone {
  display: none; }

.cakecreator .colsec {
  border-top: 1px solid #dddddd; }
  .cakecreator .colsec > .header {
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .cakecreator .colsec > .header > .icon {
      position: absolute;
      left: 14px;
      top: 23px; }
      .cakecreator .colsec > .header > .icon > .fa {
        font-size: 16px; }
    .cakecreator .colsec > .header > .name {
      height: 60px;
      padding-left: 46px;
      font-size: 14px;
      letter-spacing: 0.5px;
      line-height: 60px;
      letter-spacing: 1.5px; }
    .cakecreator .colsec > .header > .ics {
      position: absolute;
      right: 27px;
      top: 18px; }
      .cakecreator .colsec > .header > .ics > .fa {
        font-size: 24px;
        transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .cakecreator .colsec > .header:hover > .name, .cakecreator .colsec > .header:hover > .icon, .cakecreator .colsec > .header:hover > .ics {
      color: #666666; }
  .cakecreator .colsec > .body {
    display: none; }
  .cakecreator .colsec.open > .header > .ics > .fa {
    transform: rotate(180deg); }

.cakecreator .form {
  padding: 0 10px 0 15px; }
  .cakecreator .form .form-control > label {
    padding-bottom: 8px; }
  .cakecreator .form .frow {
    padding: 10px 0; }
    .cakecreator .form .frow .select {
      width: 100%; }
    .cakecreator .form .frow .btn[type="submit"] {
      background-color: #000; }
      .cakecreator .form .frow .btn[type="submit"]:hover {
        background-color: #272727; }
  .cakecreator .form.textelement .colorselector {
    margin-top: -2px; }
  .cakecreator .form.textelement textarea[name="text"] {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px; }
  .cakecreator .form.textelement .select {
    margin-bottom: 2px; }
  .cakecreator .form.patternelement > .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 0 8px 0;
    border-top: 1px solid #dddddd;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .cakecreator .form.patternelement > .row > .thumb {
      flex: 0 0 45px;
      height: 45px;
      padding-right: 16px; }
      .cakecreator .form.patternelement > .row > .thumb > img {
        width: 100%;
        object-fit: contain; }
    .cakecreator .form.patternelement > .row > .name {
      flex-grow: 1;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font: 14px;
      letter-spacing: 1px;
      font-weight: 300; }
    .cakecreator .form.patternelement > .row:hover > .name {
      color: #666666; }
  .cakecreator .form.imageelement {
    padding-bottom: 10px; }
    .cakecreator .form.imageelement .imagepicker {
      margin: 6px auto 0 auto; }

@media only screen and (max-width: 940px) {
  .cakecreator {
    padding: 0 20px 0 0; }
    .cakecreator > .sidepanel > .expander {
      display: block; }
    .cakecreator > .sidepanel.minimized {
      transform: translate3d(-100%, 0, 0);
      margin-left: 25px; }
      .cakecreator > .sidepanel.minimized > .expander > .fa {
        left: 4px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .cakecreator > .sidepanel > .header > .top > .sutterlogo {
    background-image: url("../img/logo_small@2x.png"); } }

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: 0.5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute; }

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%; }

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3); }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0; }

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute; }

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px; }

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px; }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px; }

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px; }

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%; }

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px; }

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%; }

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px; }

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px; }

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px; }

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px; }

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px; } }

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

/*********************************************************
* MODAL
*********************************************************/
body > .uilock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 930;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  body > .uilock > .closer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 14px;
    cursor: pointer; }
    body > .uilock > .closer > .cross {
      width: 12px;
      height: 12px;
      background-size: 100% 100%;
      background-image: url("../img/cross_white.png"); }
    body > .uilock > .closer:hover {
      opacity: 0.7; }
  body > .uilock.shown {
    opacity: 1; }

body > .modal {
  position: fixed;
  background-color: #fff;
  opacity: 0;
  z-index: 932;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-50%); }
  body > .modal.shown {
    opacity: 1;
    transform: translateY(0); }
  body > .modal > .inner {
    padding: 20px; }
  body > .modal.exception > .inner {
    width: 350px; }
    body > .modal.exception > .inner > .msg {
      position: relative; }
      body > .modal.exception > .inner > .msg > .fa {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #e84427; }
      body > .modal.exception > .inner > .msg > .lbl {
        padding: 0 0 0 36px;
        line-height: 20px;
        font-size: 14px; }
    body > .modal.exception > .inner > .reload {
      text-align: right;
      color: #e84427;
      margin-top: 15px;
      display: block;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      text-decoration: none; }
      body > .modal.exception > .inner > .reload:hover {
        color: #eb624a; }
  body > .modal.confirm > .inner {
    width: 350px; }
    body > .modal.confirm > .inner > .msg {
      position: relative; }
      body > .modal.confirm > .inner > .msg > .fa {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #e84427; }
      body > .modal.confirm > .inner > .msg > .lbl {
        padding: 0 0 0 36px;
        line-height: 20px;
        font-size: 14px; }
    body > .modal.confirm > .inner > .actions {
      text-align: right;
      margin-top: 10px; }
      body > .modal.confirm > .inner > .actions > a {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        margin-left: 6px;
        padding: 8px 4px 2px 4px; }
        body > .modal.confirm > .inner > .actions > a.confirmbtn {
          color: #e84427; }
          body > .modal.confirm > .inner > .actions > a.confirmbtn:hover {
            color: #eb624a; }
        body > .modal.confirm > .inner > .actions > a.cancelbtn {
          color: #666666; }
          body > .modal.confirm > .inner > .actions > a.cancelbtn:hover {
            color: #000; }
  body > .modal.unauthorized > .inner {
    width: 382px; }
    body > .modal.unauthorized > .inner > .msg {
      position: relative; }
      body > .modal.unauthorized > .inner > .msg > .fa {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #e84427; }
      body > .modal.unauthorized > .inner > .msg > .lbl {
        padding: 0 0 0 36px;
        line-height: 20px;
        font-size: 14px; }
        body > .modal.unauthorized > .inner > .msg > .lbl > h2 {
          font-weight: 400;
          font-size: 22px;
          margin: 0; }
        body > .modal.unauthorized > .inner > .msg > .lbl > .login {
          text-align: right;
          color: #e84427;
          margin-top: 15px;
          display: block;
          font-size: 12px;
          font-weight: 400;
          text-transform: uppercase;
          text-decoration: none; }
          body > .modal.unauthorized > .inner > .msg > .lbl > .login:hover {
            color: #eb624a; }
  body > .modal.imagecrop {
    box-sizing: border-box; }
    body > .modal.imagecrop > .inner > h2 {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 10px 0 26px 0; }
    body > .modal.imagecrop > .inner > .resizer {
      width: 100%; }
      body > .modal.imagecrop > .inner > .resizer > .loading {
        min-width: 400px;
        padding: 120px 0;
        text-align: center; }
        body > .modal.imagecrop > .inner > .resizer > .loading > .loader {
          display: inline-block;
          margin: 0px 9px -7px 0; }
        body > .modal.imagecrop > .inner > .resizer > .loading > .lbl {
          display: inline-block; }
      body > .modal.imagecrop > .inner > .resizer img {
        display: block;
        max-width: 100%; }
      body > .modal.imagecrop > .inner > .resizer .cropper-view-box, body > .modal.imagecrop > .inner > .resizer .cropper-face {
        border-radius: 50%; }
    body > .modal.imagecrop > .inner > .actions {
      text-align: right;
      padding-top: 18px;
      white-space: nowrap;
      overflow: hidden; }
      body > .modal.imagecrop > .inner > .actions > .btn {
        display: inline-block;
        vertical-align: top;
        width: 146px;
        margin: 0 0 0 12px; }
        body > .modal.imagecrop > .inner > .actions > .btn.cancel {
          background-color: #c2c2c2; }
          body > .modal.imagecrop > .inner > .actions > .btn.cancel:hover {
            background-color: #d7d7d7; }
        body > .modal.imagecrop > .inner > .actions > .btn.save {
          background-color: #000; }
          body > .modal.imagecrop > .inner > .actions > .btn.save:hover {
            background-color: #666666; }

/*********************************************************
* FOOTER
*********************************************************/
.page > #footer {
  background-color: #fbf2ea;
  height: 670px;
  width: 100%;
  display: block; }
  .page > #footer > .footerpanel {
    height: 100%;
    width: 1200px;
    margin: auto;
    padding: 54px 0 0 0;
    box-sizing: border-box; }
    .page > #footer > .footerpanel > .upper {
      height: 50%; }
    .page > #footer > .footerpanel > .down {
      height: 52%; }
      .page > #footer > .footerpanel > .down .bigpprovider {
        margin: 15px 0;
        padding: 0; }
        .page > #footer > .footerpanel > .down .bigpprovider:hover {
          opacity: 1; }
    .page > #footer > .footerpanel .panel {
      width: 25%;
      display: inline-block;
      box-sizing: border-box;
      float: left;
      padding-left: 20px;
      padding-right: 10px; }
      .page > #footer > .footerpanel .panel input {
        padding: 0 12px;
        margin: 10px 0;
        font-size: 16px;
        border: #bdbdbd solid 1px;
        display: block;
        height: 50px;
        box-sizing: border-box;
        width: 100%; }
      .page > #footer > .footerpanel .panel .bigicon {
        text-align: center;
        display: inline-block;
        padding-right: 5px;
        width: 40px; }
      .page > #footer > .footerpanel .panel .val {
        display: inline-block;
        display: table-cell;
        vertical-align: middle; }
      .page > #footer > .footerpanel .panel .social {
        font-style: italic; }
      .page > #footer > .footerpanel .panel > .entry {
        display: table;
        padding: 10px 0 2px 0;
        letter-spacing: 0.8px; }
        .page > #footer > .footerpanel .panel > .entry .icon {
          text-align: center;
          display: inline-block;
          width: 20px;
          padding-right: 5px; }
        .page > #footer > .footerpanel .panel > .entry > .bottom {
          padding-top: 10px; }
      .page > #footer > .footerpanel .panel > .sentry {
        display: block;
        padding: 13px 0 0 0; }
        .page > #footer > .footerpanel .panel > .sentry > .icon {
          display: inline-block;
          vertical-align: top;
          width: 15px;
          text-align: center; }
          .page > #footer > .footerpanel .panel > .sentry > .icon > .fa {
            line-height: 18px; }
        .page > #footer > .footerpanel .panel > .sentry > span {
          display: inline-block;
          vertical-align: top;
          line-height: 18px; }
      .page > #footer > .footerpanel .panel .btn {
        margin-bottom: 3px; }
      .page > #footer > .footerpanel .panel .paneltitle {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 0.6px;
        padding: 0 0 10px 0; }
      .page > #footer > .footerpanel .panel a {
        padding: 6px 0 7px 0;
        display: block;
        text-decoration: none;
        color: black;
        transition: ease-in-out 0.2s ease-out;
        letter-spacing: 0.8px; }
      .page > #footer > .footerpanel .panel a:hover {
        opacity: 0.6; }
      .page > #footer > .footerpanel .panel button {
        font-weight: 400; }
        .page > #footer > .footerpanel .panel button > .fa {
          padding-left: 5px; }
      .page > #footer > .footerpanel .panel > .img > .richmondlabel {
        display: inline-block;
        vertical-align: top;
        height: 100px;
        width: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/richemont.png");
        background-position: center center;
        margin: 10px 0 0 33px; }
      .page > #footer > .footerpanel .panel > .img > .sbclabel {
        padding: 0;
        display: inline-block;
        vertical-align: top;
        height: 77px;
        width: 132px;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../img/sbclogo.png");
        background-position: center center;
        margin-top: 28px; }
      .page > #footer > .footerpanel .panel.contact > .sentry {
        padding: 6px 0; }
        .page > #footer > .footerpanel .panel.contact > .sentry > .icon {
          width: 18px; }
      .page > #footer > .footerpanel .panel.contact > .entry {
        padding-top: 23px; }
      .page > #footer > .footerpanel .panel.border {
        height: 74%;
        border-left: 1px solid #c9c9c9; }
      .page > #footer > .footerpanel .panel.benefits > .entry {
        padding: 15px 0 10px 0; }
        .page > #footer > .footerpanel .panel.benefits > .entry > .bigicon {
          width: 20px; }
  .page > #footer > .footerbottom {
    box-sizing: border-box;
    height: 90px;
    background-color: #4b2700; }
    .page > #footer > .footerbottom > .entries {
      width: 1200px;
      margin: auto;
      height: 100%;
      font-size: 0;
      white-space: nowrap;
      overflow: hidden; }
      .page > #footer > .footerbottom > .entries > .item {
        display: inline-block;
        vertical-align: top;
        width: 33.3%;
        padding: 0 10px;
        box-sizing: border-box;
        height: 100%;
        color: white; }
        .page > #footer > .footerbottom > .entries > .item > .val {
          height: 100%;
          line-height: 90px; }
          .page > #footer > .footerbottom > .entries > .item > .val > p {
            padding: 0;
            font-size: 16px;
            text-transform: uppercase; }
          .page > #footer > .footerbottom > .entries > .item > .val > .img {
            height: 100%;
            width: 100%; }
            .page > #footer > .footerbottom > .entries > .item > .val > .img > .ssl {
              margin: auto;
              width: 116px;
              height: 100%;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: contain;
              background-origin: content-box;
              background-image: url("../img/ssl.png"); }
          .page > #footer > .footerbottom > .entries > .item > .val > .links {
            display: block;
            text-align: right; }
            .page > #footer > .footerbottom > .entries > .item > .val > .links > a {
              color: white;
              text-decoration: none;
              padding-left: 12px;
              font-size: 16px;
              text-transform: uppercase;
              display: inline-block;
              vertical-align: top; }
              .page > #footer > .footerbottom > .entries > .item > .val > .links > a:hover {
                opacity: 0.6; }

@media only screen and (max-width: 1240px) {
  body > .modal > .inner > img {
    width: 100%;
    height: 80%; }
  .center {
    width: 100%; }
  .page > .topnav > .center {
    padding: 0 20px; }
  .page > #header > .center > .inner {
    position: relative; }
    .page > #header > .center > .inner > .left {
      width: 220px;
      padding: 0 20px 0 20px; }
      .page > #header > .center > .inner > .left > .logo {
        width: 146px;
        height: 86px;
        position: absolute;
        margin-top: 15px; }
    .page > #header > .center > .inner > .middle {
      position: absolute;
      left: 180px;
      width: auto;
      float: none;
      right: 325px; }
    .page > #header > .center > .inner > .right {
      padding: 0 20px 0 0; }
  .page > #header > .center > #navigation > ul > li:last-child > a {
    padding-right: 20px; }
  .page > #header > .center > #navigation .megmenu {
    text-align: center !important; }
    .page > #header > .center > #navigation .megmenu > ul {
      float: none !important;
      margin: auto !important; }
      .page > #header > .center > #navigation .megmenu > ul > .sub {
        text-align: left !important; }
    .page > #header > .center > #navigation .megmenu > .navteasers {
      float: none !important; }
  .page > #header > .center .stickynav > .center .megmenu {
    text-align: center !important; }
    .page > #header > .center .stickynav > .center .megmenu > ul {
      float: none !important;
      margin: auto !important; }
      .page > #header > .center .stickynav > .center .megmenu > ul > .sub {
        text-align: left !important; }
    .page > #header > .center .stickynav > .center .megmenu > .navteasers {
      float: none !important; }
  /* headers */
  .page > #main > .head .headerslider > .slides > .slide > .inner {
    width: auto;
    padding: 0 10px 0 30px; }
  .page > #main > .head .latestpost {
    padding: 140px 20px; }
  /* blog */
  .page > #main > .content .bloglist {
    padding: 10px 20px;
    text-align: center; }
  .page > #main > .content .blogpost > .content {
    margin-left: 0;
    box-sizing: border-box;
    width: 66%; }
  /* shop */
  .page > #main > .content .productslider {
    padding: 35px 20px; }
    .page > #main > .content .productslider > .inner {
      margin: unset; }
  .page > #main > .content .productlist {
    text-align: center; }
  .page > #main > .content .productdetail {
    padding: 0 20px; }
    .page > #main > .content .productdetail > .general > .gallery {
      width: 45%; }
    .page > #main > .content .productdetail > .general > .info {
      width: 50%; }
  .page > #main > .content .shoppingcart {
    padding: 0 20px; }
    .page > #main > .content .shoppingcart > .topactions {
      right: 20px; }
  .page > #main > .content .sidenavlayout > .filterlist {
    display: none; }
  .page > #main > .content .sidenavlayout > .sidenav {
    padding-left: 20px;
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
    .page > #main > .content .sidenavlayout > .sidenav .subnav > li > a > .name {
      padding-right: 30px; }
  .page > #main > .content .sidenavlayout > .content {
    width: 70%;
    display: inline-block;
    box-sizing: border-box;
    float: unset; }
  /* content elements */
  .page > #main > .content {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    /* account */ }
    .page > #main > .content .imgwtext {
      padding: 35px 20px; }
      .page > #main > .content .imgwtext > .content > .img {
        width: 520px; }
    .page > #main > .content .twocollayout {
      padding: 35px 0; }
    .page > #main > .content .gallery {
      padding: 35px 10px; }
      .page > #main > .content .gallery > .entries {
        text-align: center; }
        .page > #main > .content .gallery > .entries > .entry {
          min-width: 300px; }
    .page > #main > .content .breadcrump {
      padding: 0 20px 23px 20px; }
    .page > #main > .content .scrollanchor {
      padding: 35px 20px;
      width: unset; }
    .page > #main > .content .textel {
      padding: 35px 20px; }
    .page > #main > .content .newestposts > .inner {
      padding: 35px 20px; }
    .page > #main > .content .prospects {
      padding: 35px 20px; }
      .page > #main > .content .prospects > .entries {
        text-align: center; }
        .page > #main > .content .prospects > .entries > .prospectitem > .description {
          text-align: left; }
    .page > #main > .content .downloads {
      padding: 35px 20px;
      width: unset; }
    .page > #main > .content .contactperson {
      padding: 0 10px; }
      .page > #main > .content .contactperson > .detail > .entry > .icon {
        vertical-align: top; }
      .page > #main > .content .contactperson > .detail > .entry > .top {
        display: inline-block; }
      .page > #main > .content .contactperson > .detail > .entry > .val {
        display: inline-block;
        vertical-align: unset;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 195px; }
    .page > #main > .content .contactblock {
      padding: 35px 20px; }
    .page > #main > .content .usps {
      padding: 35px 20px;
      width: unset; }
    .page > #main > .content .bigimg {
      padding: 35px 20px; }
      .page > #main > .content .bigimg > img {
        height: unset; }
    .page > #main > .content .accordeons {
      padding: 35px 20px; }
    .page > #main > .content .video {
      padding: 35px 10px; }
      .page > #main > .content .video > .videocontainer {
        padding-bottom: 56.25%;
        /* 16:9 */
        height: 0;
        position: relative; }
        .page > #main > .content .video > .videocontainer > video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; }
        .page > #main > .content .video > .videocontainer > iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100% !important;
          height: 100% !important; }
    .page > #main > .content .locationlist {
      width: unset;
      padding: 20px; }
      .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .clopend {
        padding-right: 15px; }
    .page > #main > .content .locationdetail {
      padding: 35px 20px; }
      .page > #main > .content .locationdetail > .clopend {
        right: 10px;
        top: 35px;
        padding: 0; }
      .page > #main > .content .locationdetail .detailopeningtime > .openingtimes > p > .days {
        width: 110px; }
      .page > #main > .content .locationdetail .specialopeningtimes > .holidays > p > .date {
        width: 145px; }
    .page > #main > .content .joblist {
      padding: 35px 20px; }
    .page > #main > .content .jobdetail {
      padding: 35px 20px; }
    .page > #main > .content .eventlist {
      padding: 35px 20px; }
      .page > #main > .content .eventlist > .events {
        text-align: center; }
        .page > #main > .content .eventlist > .events > .entries > .event {
          text-align: left; }
          .page > #main > .content .eventlist > .events > .entries > .event > .content > .details > .nav {
            right: -36px;
            top: -20px; }
    .page > #main > .content .eventdetail {
      text-align: center;
      padding: 0 20px; }
      .page > #main > .content .eventdetail > .head > .img {
        width: 65%; }
      .page > #main > .content .eventdetail > .head > .info {
        width: 35%;
        text-align: left; }
      .page > #main > .content .eventdetail > .head > .locationfeatures {
        text-align: left; }
    .page > #main > .content .bannerteaser {
      padding-right: 20px; }
      .page > #main > .content .bannerteaser > .teasertitle {
        left: 10px; }
    .page > #main > .content .imgteaser {
      padding: 0 20px; }
    .page > #main > .content .smallteasers {
      padding: 0 10px;
      width: unset; }
    .page > #main > .content .categoryteasers {
      width: unset;
      padding: 0 10px; }
      .page > #main > .content .categoryteasers > .entries {
        margin: 0 10px; }
    .page > #main > .content .branchteasers > .branchteaser > .box {
      width: unset; }
      .page > #main > .content .branchteasers > .branchteaser > .box > .content {
        padding-left: 20px; }
    .page > #main > .content .video {
      padding: 35px 20px; }
    .page > #main > .content .employeeteasers {
      padding: 35px 10px;
      width: unset; }
    .page > #main > .content .companyteasers {
      padding: 35px 20px; }
    .page > #main > .content .bigimgteaser {
      padding: 55px 20px;
      width: unset; }
    .page > #main > .content .faqteasers {
      padding: 35px 10px;
      width: unset; }
      .page > #main > .content .faqteasers > .entries > .faqteaser > .box > .img {
        width: 100%; }
    .page > #main > .content .cardform {
      padding: 35px 0 35px 20px; }
    .page > #main > .content .contactform {
      padding: 35px 20px; }
    .page > #main > .content .signupform {
      padding: 30px 20px; }
    .page > #main > .content .newslettersignup {
      padding: 0 20px 40px 20px; }
    .page > #main > .content .login {
      padding: 35px 20px; }
      .page > #main > .content .login > .inner > .auth {
        width: 50%;
        box-sizing: border-box;
        vertical-align: top; }
      .page > #main > .content .login > .inner > .signup {
        width: 50%;
        box-sizing: border-box;
        vertical-align: top; }
    .page > #main > .content .profilelayout {
      padding: 0 20px; }
      .page > #main > .content .profilelayout > .sidenav {
        width: 20%; }
      .page > #main > .content .profilelayout > .content {
        width: 80%; }
  .page > #footer .footerpanel {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box; }
  .page > #footer > .footerbottom > .entries {
    width: 100%; }
    .page > #footer > .footerbottom > .entries > .item {
      padding: 0 20px; }
  body > .cookiebanner > .inner > .text {
    padding: 7px 0 7px 0; }
  body > .cookiebanner > .inner > .btn {
    margin: 0; } }

@media only screen and (max-width: 1100px) {
  textarea, > input[type="text"], > input[type="number"], > input[type="password"] {
    pointer-events: none; }
    textarea:hover, > input[type="text"]:hover, > input[type="number"]:hover, > input[type="password"]:hover {
      background-color: none !important;
      border-color: none !important; }
  .page > header > .center > #navigation > ul > li:last-child > a {
    padding-right: 20px; }
  .page > header > .center > #navigation > ul > li > a {
    padding: 10px 13px 10px 13px !important; }
  .page > .stickynav > .center > ul {
    padding-right: 38px !important; }
    .page > .stickynav > .center > ul > li:last-child > a {
      padding-right: 20px; }
    .page > .stickynav > .center > ul > li > a {
      padding: 10px !important; }
    .page > .stickynav > .center > ul .megmenu {
      text-align: center !important; }
      .page > .stickynav > .center > ul .megmenu > ul {
        float: none !important;
        margin: auto !important; }
        .page > .stickynav > .center > ul .megmenu > ul > .sub {
          text-align: left !important; }
      .page > .stickynav > .center > ul .megmenu > .navteasers {
        float: none !important; }
  .form > .frow {
    padding: 10px 0; }
    .form > .frow.splited > .fsplit {
      display: block;
      padding-bottom: 17px; }
      .form > .frow.splited > .fsplit.half {
        width: unset; }
    .form > .frow > button[type="submit"].right {
      float: unset;
      margin: auto; }
  .form > .radio {
    padding-bottom: 10px; }
  .page > .mobilesubnav.show {
    display: block; }
  .page > #main {
    /* Account/Profile/Shop */
    /* Layout */
    /* Content */ }
    .page > #main > .head .imgheader {
      height: 400px; }
    .page > #main > .head .latestpost {
      padding: 80px 20px; }
      .page > #main > .head .latestpost > .center > .image > .thumb {
        height: 450px; }
      .page > #main > .head .latestpost > .center > .description {
        height: 450px; }
    .page > #main > .head .headerslider > .navbar > .naventry {
      width: 180px; }
    .page > #main > .content .productslider {
      padding: 35px 20px; }
      .page > #main > .content .productslider > .inner > .slider > .action.left {
        display: none !important; }
      .page > #main > .content .productslider > .inner > .slider > .action.right {
        display: none !important; }
    .page > #main > .content .productdetail {
      padding: 0 20px; }
      .page > #main > .content .productdetail > .general > .gallery {
        padding: 35px 0; }
        .page > #main > .content .productdetail > .general > .gallery > .thumbs > .slidable > .thumb {
          margin: 0 10px 0 0; }
      .page > #main > .content .productdetail > .general > .info {
        width: 50%; }
        .page > #main > .content .productdetail > .general > .info > .form > .submitrow {
          overflow: hidden; }
          .page > #main > .content .productdetail > .general > .info > .form > .submitrow > .numberinput {
            margin: 0; }
          .page > #main > .content .productdetail > .general > .info > .form > .submitrow > .addtocart {
            margin: 0 -15px 15px 15px; }
          .page > #main > .content .productdetail > .general > .info > .form > .submitrow > .numberinput {
            width: 20%; }
          .page > #main > .content .productdetail > .general > .info > .form > .submitrow > .addtocart {
            width: 80%; }
          .page > #main > .content .productdetail > .general > .info > .form > .submitrow > .addtowishlist {
            display: block;
            width: 100%; }
      .page > #main > .content .productdetail > .additional > .pages > .details > .left {
        clear: both;
        width: unset;
        display: block;
        padding-bottom: 30px; }
      .page > #main > .content .productdetail > .additional > .pages > .details > .right {
        clear: both;
        width: unset;
        display: block; }
    .page > #main > .content .productlist {
      margin: unset;
      padding: 10px 20px 35px 20px; }
    .page > #main > .content .signupform {
      padding: 30px 20px; }
    .page > #main > .content .login > .inner > .auth > .form {
      width: 100%; }
      .page > #main > .content .login > .inner > .auth > .form > .error {
        width: 80%; }
      .page > #main > .content .login > .inner > .auth > .form > .frow {
        width: 87%; }
    .page > #main > .content .login > .inner > .signup > .btn {
      width: unset; }
    .page > #main > .content .profilelayout > .sidenav {
      width: 30%; }
    .page > #main > .content .profilelayout > .content {
      width: 70%; }
      .page > #main > .content .profilelayout > .content .accountoverview > .userdata > .splited > .left {
        display: block;
        width: 100%;
        margin: 0 0 20px 5px; }
      .page > #main > .content .profilelayout > .content .accountoverview > .userdata > .splited > .right {
        display: block;
        width: 100%;
        margin: 0 0 0 5px; }
      .page > #main > .content .profilelayout > .content .accountoverview > .addresses > .splited > .left {
        display: block;
        width: 100%;
        margin: 0 0 20px 5px; }
      .page > #main > .content .profilelayout > .content .accountoverview > .addresses > .splited > .right {
        display: block;
        width: 100%;
        margin: 0 0 0 5px; }
      .page > #main > .content .profilelayout > .content > .addressbook > .overview > .section > .inner > .subs {
        display: block;
        width: 100%;
        padding-left: 5px; }
        .page > #main > .content .profilelayout > .content > .addressbook > .overview > .section > .inner > .subs > .address {
          display: block;
          width: 100%; }
      .page > #main > .content .profilelayout > .content > .addressbook > .overview > .section > .inner > .address {
        display: block;
        width: 100%;
        padding-left: 5px; }
    .page > #main > .content .sidenavlayout > .sidenav {
      width: 30%;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
    .page > #main > .content .sidenavlayout > .content {
      width: 70%;
      display: inline-block;
      box-sizing: border-box;
      float: unset; }
    .page > #main > .content .twocollayout > .left {
      width: 65%;
      box-sizing: border-box; }
    .page > #main > .content .twocollayout > .right {
      width: 35%;
      box-sizing: border-box;
      text-align: center; }
    .page > #main > .content .blogpost {
      padding: 34px 0 60px 0;
      position: relative; }
      .page > #main > .content .blogpost > .content {
        width: 100%;
        float: unset;
        padding: unset; }
        .page > #main > .content .blogpost > .content > .meta {
          padding: 0 20px 16px 20px; }
        .page > #main > .content .blogpost > .content > h1 {
          padding: 0 20px 10px 20px; }
      .page > #main > .content .blogpost > .sidenav {
        display: none; }
      .page > #main > .content .blogpost > .filterlist {
        display: block;
        text-decoration: none;
        color: black;
        position: absolute;
        right: 20px;
        top: 0; }
    .page > #main > .content .blogbycategory {
      padding: 30px 20px 0 20px; }
    .page > #main > .content {
      width: 100%;
      box-sizing: border-box;
      /* Elements */
      /* Plugins */ }
      .page > #main > .content .newestposts > .inner > .section {
        display: block;
        width: unset; }
        .page > #main > .content .newestposts > .inner > .section > .cv {
          height: 165px; }
      .page > #main > .content .newestposts > .inner > .entries {
        text-align: center;
        display: block;
        width: unset; }
      .page > #main > .content .scrollanchor {
        width: unset; }
        .page > #main > .content .scrollanchor .inner > .anchor {
          padding: 20px; }
      .page > #main > .content .textel {
        padding: 0 20px; }
        .page > #main > .content .textel.centertextel {
          text-align: center; }
        .page > #main > .content .textel.maximized {
          width: unset; }
      .page > #main > .content .imgwtext > .content > .img {
        width: 100%; }
      .page > #main > .content .imgwtext > .content > .text {
        width: unset;
        margin: -35px 10% 0 10%; }
      .page > #main > .content .bigimg {
        padding: 35px 20px;
        height: unset; }
      .page > #main > .content .downloads {
        width: unset;
        padding: 35px 10px; }
        .page > #main > .content .downloads > .entries > .download {
          width: unset; }
          .page > #main > .content .downloads > .entries > .download > .title {
            width: 70%; }
          .page > #main > .content .downloads > .entries > .download > .file {
            width: 30%; }
      .page > #main > .content .contactperson {
        padding: 0 20px;
        text-align: left; }
        .page > #main > .content .contactperson > .detail > .entry > .icon {
          vertical-align: top; }
        .page > #main > .content .contactperson > .detail > .entry > .top {
          display: inline-block; }
        .page > #main > .content .contactperson > .detail > .entry > .val {
          display: inline-block;
          vertical-align: unset;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          max-width: 195px; }
      .page > #main > .content .usps {
        width: unset; }
        .page > #main > .content .usps > .entries > .usp {
          width: 50%; }
      .page > #main > .content .testimonials > .fullwidth > .inner {
        width: unset; }
      .page > #main > .content .bannerteaser {
        padding: 35px 20px; }
        .page > #main > .content .bannerteaser > .box > .inner > .description {
          position: relative;
          z-index: 10; }
          .page > #main > .content .bannerteaser > .box > .inner > .description > h2 {
            font-size: 20px; }
        .page > #main > .content .bannerteaser.hasimage.hastitle {
          padding-left: 320px; }
          .page > #main > .content .bannerteaser.hasimage.hastitle > .box > .inner {
            padding-right: 45%; }
            .page > #main > .content .bannerteaser.hasimage.hastitle > .box > .inner > .image {
              right: 35px;
              width: 35%; }
        .page > #main > .content .bannerteaser.hasimage > .box > .inner {
          padding-right: 45%; }
          .page > #main > .content .bannerteaser.hasimage > .box > .inner > .image {
            right: 35px;
            width: 35%; }
        .page > #main > .content .bannerteaser.hastitle {
          padding-left: 320px; }
      .page > #main > .content .categoryteasers {
        width: unset;
        padding: 0 10px; }
        .page > #main > .content .categoryteasers > .entries {
          margin: 0 10px; }
          .page > #main > .content .categoryteasers > .entries > .categoryteaser > .box > .boxcontent > h1 {
            font-size: 24px; }
      .page > #main > .content .employeeteasers {
        padding: 35px 10px;
        width: unset; }
        .page > #main > .content .employeeteasers > .entries {
          text-align: center; }
          .page > #main > .content .employeeteasers > .entries > .employeeteaser {
            width: 50%; }
            .page > #main > .content .employeeteasers > .entries > .employeeteaser > .content {
              text-align: left; }
      .page > #main > .content .contactblock {
        padding: 35px 20px; }
      .page > #main > .content .branchteasers > .branchteaser > .box > .content {
        width: 70%;
        padding-left: 20px; }
      .page > #main > .content .companyteasers {
        padding: 35px 20px; }
        .page > #main > .content .companyteasers > .entries > .companyteaser {
          margin: auto;
          max-width: 800px;
          height: 360px;
          display: block;
          width: 100%; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left > .content > .link {
            opacity: 1;
            bottom: 20px; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right > .content > .link {
            opacity: 1;
            bottom: 20px; }
      .page > #main > .content .bigimgteaser {
        padding: 55px 20px; }
      .page > #main > .content .faqteasers {
        width: unset; }
        .page > #main > .content .faqteasers > .entries > .faqteaser > .box > .img {
          width: unset; }
      .page > #main > .content .imgteaser > .fourimgteaser .left {
        padding: 0 0 6px 0;
        width: 100%;
        height: 50%; }
      .page > #main > .content .imgteaser > .fourimgteaser .right {
        padding: 6px 0 0 0;
        width: 100%;
        height: 50%; }
      .page > #main > .content .locationlist {
        width: unset;
        padding: 20px; }
        .page > #main > .content .locationlist > .locations > .location > a > .locationimg {
          margin: 0; }
        .page > #main > .content .locationlist > .locations > .location > a > .locationdesc {
          width: 29%;
          padding-top: 30px; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationdesc > .locationaddress {
            width: 90%;
            padding: 0; }
        .page > #main > .content .locationlist > .locations > .location > a > .locationopeninghours {
          width: 28%; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationopeninghours > .locationdays {
            margin: unset; }
        .page > #main > .content .locationlist > .locations > .location > a > .locationextras {
          width: 11%;
          padding-right: 0px;
          position: relative; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationextras p {
            padding: 0; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .clopend {
            padding-right: 0;
            position: absolute;
            right: 10px;
            top: 10px;
            height: unset; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .locationdetails {
            height: unset;
            position: absolute;
            right: 10px;
            bottom: 10px;
            padding: 0; }
            .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .locationdetails > .details {
              font-size: 14px; }
      .page > #main > .content .locationdetail .detailopeningtime > .openingtimes > p > .days {
        width: 110px; }
      .page > #main > .content .locationdetail .specialspecialopeningtimes {
        width: 100%; }
      .page > #main > .content .joblist {
        padding: 35px 20px; }
      .page > #main > .content .jobdetail {
        padding: 35px 20px; }
        .page > #main > .content .jobdetail > .download > .val > .title {
          width: 70%; }
        .page > #main > .content .jobdetail > .download > .val > .file {
          width: 30%; }
      .page > #main > .content .eventlist > .events > .entries > .event {
        width: 50%;
        margin: unset;
        padding: 0 10px 54px 10px;
        vertical-align: top; }
        .page > #main > .content .eventlist > .events > .entries > .event > .content {
          -webkit-box-shadow: 0 0 10px 0px #dddddd;
          -moz-box-shadow: 0 0 10px 0px #dddddd;
          box-shadow: 0 0 10px 0px #dddddd;
          background-color: white; }
          .page > #main > .content .eventlist > .events > .entries > .event > .content > .date {
            width: 20%; }
          .page > #main > .content .eventlist > .events > .entries > .event > .content > .img {
            width: unset; }
            .page > #main > .content .eventlist > .events > .entries > .event > .content > .img > img {
              border-bottom-left-radius: 0px;
              border-bottom-right-radius: 0px;
              width: 100%; }
          .page > #main > .content .eventlist > .events > .entries > .event > .content > .details {
            width: 80%; }
            .page > #main > .content .eventlist > .events > .entries > .event > .content > .details > .nav {
              right: 0;
              top: -20px; }
        .page > #main > .content .eventlist > .events > .entries > .event:hover {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          background-color: unset; }
      .page > #main > .content .eventdetail > .head > .img {
        width: 100%;
        height: 240px; }
      .page > #main > .content .eventdetail > .head > .info {
        width: 100%;
        height: unset;
        text-align: left; }
        .page > #main > .content .eventdetail > .head > .info .icon {
          width: 100%;
          text-align: center;
          display: block;
          padding-bottom: 10px;
          padding: 0 0 10px 0; }
        .page > #main > .content .eventdetail > .head > .info > .detail {
          text-align: center;
          height: unset;
          padding: 30px 0; }
          .page > #main > .content .eventdetail > .head > .info > .detail > .date {
            text-align: center;
            display: inline-block;
            width: 23.3%;
            vertical-align: top;
            padding: 0; }
          .page > #main > .content .eventdetail > .head > .info > .detail > .time {
            text-align: center;
            display: inline-block;
            width: 23.3%;
            vertical-align: top;
            padding: 0; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .time > a {
              padding: 10px 0 0 0; }
          .page > #main > .content .eventdetail > .head > .info > .detail > .location {
            text-align: center;
            display: inline-block;
            width: 23.3%;
            vertical-align: top;
            padding: 0; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .location > a {
              padding: 10px 0 0 0; }
          .page > #main > .content .eventdetail > .head > .info > .detail > .group {
            text-align: center;
            display: inline-block;
            width: 30%;
            vertical-align: top;
            padding: 0; }
        .page > #main > .content .eventdetail > .head > .info > .ticketbutton {
          display: block;
          width: 100%;
          text-align: center; }
          .page > #main > .content .eventdetail > .head > .info > .ticketbutton > .btn {
            display: unset;
            width: 30%; }
      .page > #main > .content .eventdetail > .head > .locationfeatures {
        text-align: left; }
        .page > #main > .content .eventdetail > .head > .locationfeatures > a > .sbb {
          background-size: contain; }
      .page > #main > .content .eventdetail > .body > .text {
        width: unset; }
  .page > #footer {
    height: auto; }
    .page > #footer > .footerpanel {
      height: auto;
      padding: 50px 20px 40px 10%;
      font-size: 0; }
      .page > #footer > .footerpanel > .upper, .page > #footer > .footerpanel > .down {
        height: auto;
        clear: both; }
        .page > #footer > .footerpanel > .upper:after, .page > #footer > .footerpanel > .down:after {
          content: "";
          clear: both;
          display: table; }
      .page > #footer > .footerpanel .panel {
        width: 48%;
        font-size: 16px;
        vertical-align: top;
        padding: 0 0 50px 0;
        border: none !important;
        height: auto !important;
        float: none; }
      .page > #footer > .footerpanel .bigpprovider {
        display: inline-block;
        vertical-align: top;
        margin: 5px 35px 5px 0 !important; }
    .page > #footer > .footerbottom {
      padding: 0 20px; }
      .page > #footer > .footerbottom > .entries {
        text-align: center;
        white-space: normal; }
        .page > #footer > .footerbottom > .entries > .item > .val > .links {
          text-align: center;
          padding: 0; }
          .page > #footer > .footerbottom > .entries > .item > .val > .links > a {
            font-size: 12px;
            padding: 0 5px; }
        .page > #footer > .footerbottom > .entries > .item > .val > p {
          font-size: 12px; } }

@media only screen and (max-width: 760px) {
  .page > .topnav {
    display: none; }
  .page > .mobilenav.show {
    display: block; }
  .page > .mobilesubnav.show {
    display: block; }
  .page > #header {
    height: 59px;
    border-color: #bdbdbd;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    background-color: #fff; }
    .page > #header > .center > .inner > .burger {
      display: block;
      z-index: 412; }
    .page > #header > .center > .inner > .left {
      position: absolute;
      padding: 0;
      top: 9px;
      width: 71px;
      left: 75px;
      float: none;
      z-index: 412; }
      .page > #header > .center > .inner > .left > .logo {
        position: relative;
        width: 71px;
        height: 42px;
        margin: 0; }
    .page > #header > .center > .inner > .middle {
      left: 0;
      right: 0;
      top: 60px;
      background-color: #f8f8f8;
      padding: 0 20px;
      border-bottom: 1px solid #bdbdbd;
      z-index: 400;
      transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
      .page > #header > .center > .inner > .middle > .searchpanel {
        margin: 0; }
        .page > #header > .center > .inner > .middle > .searchpanel > .search {
          margin: 0; }
          .page > #header > .center > .inner > .middle > .searchpanel > .search > input[type="text"] {
            height: 43px;
            border: none;
            font-size: 16px;
            color: #979797;
            padding: 0;
            background-color: #f8f8f8; }
          .page > #header > .center > .inner > .middle > .searchpanel > .search > button[type="submit"] {
            right: -13px; }
        .page > #header > .center > .inner > .middle > .searchpanel > .results {
          top: 44px;
          left: -20px;
          right: -20px;
          max-height: 300px;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
    .page > #header > .center > .inner > .right {
      position: absolute;
      left: 0;
      right: 0;
      background-color: #fff;
      float: none;
      width: auto;
      height: 59px;
      z-index: 410; }
      .page > #header > .center > .inner > .right .accountpanel {
        padding: 10px 0 0 0; }
        .page > #header > .center > .inner > .right .accountpanel > .entry {
          margin-left: 18px; }
          .page > #header > .center > .inner > .right .accountpanel > .entry > .icon {
            height: 24px; }
            .page > #header > .center > .inner > .right .accountpanel > .entry > .icon > .fa {
              font-size: 18px;
              margin-top: 2px; }
              .page > #header > .center > .inner > .right .accountpanel > .entry > .icon > .fa.fa-user {
                margin-top: 0;
                font-size: 21px; }
            .page > #header > .center > .inner > .right .accountpanel > .entry > .icon > .badge {
              height: 14px;
              min-width: 14px;
              padding: 0 2px;
              line-height: 14px;
              font-size: 9.5px;
              right: 9px;
              top: -1px; }
          .page > #header > .center > .inner > .right .accountpanel > .entry > .label > span {
            font-size: 10px; }
          .page > #header > .center > .inner > .right .accountpanel > .entry > .label > .fa {
            display: none; }
          .page > #header > .center > .inner > .right .accountpanel > .entry > .username {
            display: none; }
    .page > #header > .center .entry {
      position: inherit; }
      .page > #header > .center .entry > .flyout {
        top: 59px !important;
        left: 6px !important;
        right: 6px !important;
        width: auto !important; }
        .page > #header > .center .entry > .flyout > .cartitems {
          padding: 0 15px !important; }
          .page > #header > .center .entry > .flyout > .cartitems > .items > .nano-content > .item > .description {
            width: calc(100% - 97px) !important; }
        .page > #header > .center .entry > .flyout > .actions {
          padding: 0 15px 20px 15px !important; }
    .page > #header.scrolldown > .center > .inner > .middle {
      transform: translateY(-44px); }
      .page > #header.scrolldown > .center > .inner > .middle > .searchpanel > .results {
        display: none !important; }
    .page > #header #navigation {
      display: none; }
  .page > #main {
    padding-top: 104px; }
    .page > #main > .head .googlemap {
      height: 500px; }
      .page > #main > .head .googlemap .mapoverlayitem {
        width: 335px; }
        .page > #main > .head .googlemap .mapoverlayitem > .motext {
          width: 151px;
          padding: 12px 12px 10px 160px; }
    .page > #main > .head .imgheader {
      height: 300px; }
    .page > #main > .head .latestpost {
      padding: 40px 20px; }
      .page > #main > .head .latestpost > .center > .image {
        width: 100%; }
        .page > #main > .head .latestpost > .center > .image > .thumb {
          height: 300px;
          margin: 15px 0 0 0;
          padding: 0 0 0 15px; }
      .page > #main > .head .latestpost > .center > .description {
        margin: auto;
        padding-left: unset;
        height: 370px;
        width: unset; }
        .page > #main > .head .latestpost > .center > .description > .vcenter > .category {
          padding-bottom: 10px; }
    .page > #main > .head .headerslider {
      height: 420px; }
      .page > #main > .head .headerslider > .slides > .slide.image > .background > .desktop {
        display: none; }
      .page > #main > .head .headerslider > .slides > .slide.image > .background > .mobile {
        display: block; }
      .page > #main > .head .headerslider > .slides > .slide > .inner {
        padding: 0 10px; }
        .page > #main > .head .headerslider > .slides > .slide > .inner > .content {
          bottom: 30px;
          width: auto; }
          .page > #main > .head .headerslider > .slides > .slide > .inner > .content > p {
            font-size: 22px;
            line-height: 26px; }
          .page > #main > .head .headerslider > .slides > .slide > .inner > .content > h1 {
            font-size: 36px;
            line-height: 40px; }
      .page > #main > .head .headerslider > .navbar {
        display: none; }
    .page > #main > .content {
      /* Shop */
      /* account */ }
      .page > #main > .content .blogpost > .content > .meta > .cat {
        float: unset; }
      .page > #main > .content .blogpost > .content > .meta > .readtime {
        float: unset;
        text-align: left; }
      .page > #main > .content .signupform > .form > .shipping > .splited {
        padding: 0; }
        .page > #main > .content .signupform > .form > .shipping > .splited > .fsplit {
          width: 100%;
          display: block;
          padding: 0 10px 17px 10px; }
      .page > #main > .content .signupform > .form > .frow > button[type="submit"].left {
        float: unset;
        width: 100%; }
      .page > #main > .content .pwlostform {
        padding: 30px 20px; }
        .page > #main > .content .pwlostform > .form {
          max-width: unset; }
      .page > #main > .content .sidenavlayout {
        padding: 0;
        position: relative; }
        .page > #main > .content .sidenavlayout > .content {
          display: block;
          width: 100%; }
        .page > #main > .content .sidenavlayout > .sidenav {
          display: none; }
        .page > #main > .content .sidenavlayout > .filterlist {
          display: block;
          text-decoration: none;
          color: black;
          position: absolute;
          right: 20px;
          top: -18px; }
          .page > #main > .content .sidenavlayout > .filterlist > .fa {
            padding-right: 5px; }
      .page > #main > .content .form > .frow {
        padding: 10px 0; }
        .page > #main > .content .form > .frow.splited {
          padding: 0; }
          .page > #main > .content .form > .frow.splited > .fsplit {
            display: block; }
            .page > #main > .content .form > .frow.splited > .fsplit.half {
              width: unset; }
        .page > #main > .content .form > .frow > button[type="submit"].right {
          float: unset;
          width: 100%; }
        .page > #main > .content .form > .frow > button[type="submit"].left {
          float: unset;
          width: 100%; }
      .page > #main > .content .productlist {
        position: relative; }
        .page > #main > .content .productlist > .head {
          padding: 10px 0; }
          .page > #main > .content .productlist > .head > .fromto {
            display: none; }
          .page > #main > .content .productlist > .head > .sort {
            float: unset; }
            .page > #main > .content .productlist > .head > .sort > .lbl {
              float: left; }
            .page > #main > .content .productlist > .head > .sort > .select {
              float: right; }
        .page > #main > .content .productlist > .entries > .productpreview {
          width: 50%;
          margin: 0 0 10px 0;
          box-sizing: border-box; }
          .page > #main > .content .productlist > .entries > .productpreview > .inner > .thumb > img {
            max-width: 80%; }
      .page > #main > .content .productdetail > .general > .gallery {
        display: block;
        width: 100%;
        position: unset;
        float: unset; }
        .page > #main > .content .productdetail > .general > .gallery > .mainimage {
          height: 250px; }
        .page > #main > .content .productdetail > .general > .gallery > .thumbs > .slidable > .thumb {
          margin: 0 5px 0 0; }
      .page > #main > .content .productdetail > .general > .info {
        display: block;
        width: 100%; }
        .page > #main > .content .productdetail > .general > .info > .form > .customoptions > .poptioninput > .filepicker > .inner > .name {
          display: block;
          width: unset; }
        .page > #main > .content .productdetail > .general > .info > .form > .customoptions > .poptioninput > .filepicker > .inner > .btn {
          margin: 12px 0 0 0;
          display: block;
          width: 100%; }
        .page > #main > .content .productdetail > .general > .info > .delivery > .preparationtime {
          float: unset;
          width: 100%;
          padding-bottom: 20px; }
        .page > #main > .content .productdetail > .general > .info > .delivery > .availability {
          float: unset;
          width: 100%;
          text-align: left; }
      .page > #main > .content .productdetail > .additional > .tabs > .tab {
        display: block;
        width: 100%;
        margin-bottom: 5px; }
      .page > #main > .content .productdetail > .additional > .pages > .tabpage > .table {
        width: 100%; }
      .page > #main > .content .productdetail > .additional > .pages > .tabpage > .title > .write {
        padding: 5px 0 10px 0; }
      .page > #main > .content .productdetail > .additional > .pages > .tabpage > .createreview > .frow > .fsplit.third {
        width: 100%; }
      .page > #main > .content .productdetail > .additional > .pages > .tabpage > .createreview > .frow > .form-control > textarea {
        height: 300px;
        resize: none; }
      .page > #main > .content .productslider {
        padding: 35px 0; }
        .page > #main > .content .productslider > .inner {
          position: relative; }
          .page > #main > .content .productslider > .inner > .slider {
            width: 100%;
            display: block;
            padding-top: 20%; }
          .page > #main > .content .productslider > .inner > .section {
            width: 100%;
            display: block;
            position: absolute;
            top: 0; }
            .page > #main > .content .productslider > .inner > .section > .cv {
              height: unset; }
      .page > #main > .content .shoppingcart {
        position: unset;
        margin: 30px 0 0 0; }
        .page > #main > .content .shoppingcart > .topactions {
          display: block;
          width: 100%;
          position: unset;
          right: unset;
          top: unset;
          text-align: unset; }
          .page > #main > .content .shoppingcart > .topactions > .btn {
            width: 100%;
            padding: unset;
            display: block; }
        .page > #main > .content .shoppingcart > .products > .table > tbody > tr > th {
          width: 25%;
          font-size: 14px; }
          .page > #main > .content .shoppingcart > .products > .table > tbody > tr > th.variety {
            display: none; }
        .page > #main > .content .shoppingcart > .products > .table > tbody > tr > .variety {
          display: none; }
        .page > #main > .content .shoppingcart > .products > .table > tbody > tr > td {
          font-size: 14px; }
        .page > #main > .content .shoppingcart > .products > .table > tbody > tr.product > .thumb {
          padding: 0; }
          .page > #main > .content .shoppingcart > .products > .table > tbody > tr.product > .thumb > img {
            max-width: 81px;
            max-height: 50px; }
        .page > #main > .content .shoppingcart > .bottom > .totalbox {
          display: block;
          width: unset;
          padding: 0 20px 11px 0; }
        .page > #main > .content .shoppingcart > .bottomactions > .btn {
          width: 100%;
          margin-bottom: 10px;
          float: unset;
          padding: unset; }
      .page > #main > .content .latestpost {
        padding: 140px 20px; }
        .page > #main > .content .latestpost > .center > .image {
          width: 100%;
          max-width: 315px; }
          .page > #main > .content .latestpost > .center > .image > .border {
            width: 100%;
            max-width: 280px;
            max-height: 280px; }
          .page > #main > .content .latestpost > .center > .image > .thumb {
            width: 100%;
            max-height: 300px;
            max-width: 300px; }
        .page > #main > .content .latestpost > .center > .description {
          padding-top: 20px;
          margin: auto;
          padding-left: unset;
          height: 435px;
          width: unset; }
      .page > #main > .content .shoppingcheckout {
        padding: 0 20px; }
        .page > #main > .content .shoppingcheckout > .progress > .progresssteps {
          width: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .section {
          padding-left: 0;
          width: 100%; }
        .page > #main > .content .shoppingcheckout > .sections > .authenticate > .loginorsignup {
          width: 100%;
          float: unset; }
          .page > #main > .content .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth {
            width: 100%;
            float: unset;
            border-right: unset; }
            .page > #main > .content .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .auth > .form {
              width: 100%; }
          .page > #main > .content .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup {
            width: 100%;
            display: block;
            padding-left: unset; }
            .page > #main > .content .shoppingcheckout > .sections > .authenticate > .loginorsignup > .inner > .signup > .form {
              padding-right: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .overview > .inner > .billing {
          width: 100%;
          display: block;
          border-right: none;
          float: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .overview > .inner > .shipping {
          display: block;
          width: 100%;
          float: unset;
          padding-left: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .overview > .actions > btn {
          display: block;
          width: 100%;
          padding: unset;
          float: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .default > .inner > .subs {
          display: block;
          width: 100%; }
          .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .default > .inner > .subs > .address {
            display: block;
            width: 100%;
            padding: 0; }
            .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .default > .inner > .subs > .address > .btn {
              width: 100%; }
          .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .default > .inner > .subs > .create {
            width: 100%;
            display: block; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .additional > .inner > .address {
          display: block;
          width: 100%;
          padding: 0; }
          .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .additional > .inner > .address > .btn {
            width: 100%; }
        .page > #main > .content .shoppingcheckout > .sections > .address > .choose > .addressbook > .overview > .additional > .inner > .create {
          width: 100%;
          display: block; }
        .page > #main > .content .shoppingcheckout > .sections > .shipping > .inner > .type {
          width: 100%;
          padding-right: unset;
          border-right: none;
          float: none; }
        .page > #main > .content .shoppingcheckout > .sections > .shipping > .inner > .date {
          width: 100%;
          padding-left: unset;
          display: block;
          float: none; }
        .page > #main > .content .shoppingcheckout > .sections > .payment > .inner > .type {
          width: 100%;
          padding-right: unset;
          border-right: none;
          float: none; }
        .page > #main > .content .shoppingcheckout > .sections > .payment > .inner > .config {
          width: 100%;
          display: block;
          padding-left: unset;
          float: none; }
        .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .left {
          float: unset;
          width: 100%;
          padding-right: unset; }
        .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right {
          float: unset;
          display: block;
          width: 100%; }
          .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .left {
            width: unset;
            float: none; }
            .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .left > .commentinput {
              padding-bottom: 20px; }
          .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right {
            float: unset; }
            .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .totalbox {
              display: block;
              width: 100%;
              padding: 0 20px 11px 20px; }
            .page > #main > .content .shoppingcheckout > .sections > .summary > .inner > .right > .bottom > .right > .tc {
              width: 100%; }
        .page > #main > .content .shoppingcheckout > .sections > .summary > .actions > .btn {
          float: unset;
          display: block; }
      .page > #main > .content .scrollanchor {
        padding: 35px 20px;
        width: unset; }
        .page > #main > .content .scrollanchor > .inner {
          text-align: center; }
          .page > #main > .content .scrollanchor > .inner > .anchor {
            padding: 10px;
            display: block; }
          .page > #main > .content .scrollanchor > .inner > .divider {
            width: 50%;
            height: 1px;
            background-color: #dddddd;
            display: block;
            margin: auto; }
      .page > #main > .content .newestposts > .inner {
        padding: 35px 20px; }
        .page > #main > .content .newestposts > .inner .section {
          display: block;
          width: 100%;
          padding: 0; }
        .page > #main > .content .newestposts > .inner .entries {
          width: 100%;
          display: block;
          margin: 0; }
          .page > #main > .content .newestposts > .inner .entries > .post {
            padding: 12px 0 20px 0; }
      .page > #main > .content .textel {
        padding: 0 20px; }
        .page > #main > .content .textel > .title {
          padding: 0; }
        .page > #main > .content .textel.centertextel {
          text-align: center; }
        .page > #main > .content .textel.maximized {
          width: 100%;
          box-sizing: border-box; }
      .page > #main > .content .imgwtext > .content > .text {
        margin: -35px 5% 0 5%; }
        .page > #main > .content .imgwtext > .content > .text > .box {
          padding: 45px 20px; }
      .page > #main > .content .bigimg {
        height: 320px; }
      .page > #main > .content .share-buttons > .content {
        width: 330px; }
        .page > #main > .content .share-buttons > .content > .list > .item.wamobile {
          display: inline-block; }
        .page > #main > .content .share-buttons > .content > .list > .item.wadesktop {
          display: none; }
        .page > #main > .content .share-buttons > .content > .list:hover > .link > span > .fa-circle {
          color: none; }
      .page > #main > .content .downloads {
        width: unset;
        padding: 35px 20px; }
        .page > #main > .content .downloads > .entries > .download {
          width: unset;
          height: 140px;
          padding-bottom: 10px; }
          .page > #main > .content .downloads > .entries > .download > .title {
            width: 100% !important;
            padding: 0px 10px;
            text-align: center;
            height: 70px;
            display: block; }
          .page > #main > .content .downloads > .entries > .download > .file {
            width: 100% !important;
            height: 70px;
            display: block;
            padding: 0 10px; }
      .page > #main > .content .contactperson {
        padding: 0 20px;
        margin: auto;
        display: block;
        text-align: center;
        width: 280px; }
        .page > #main > .content .contactperson > .img {
          display: block; }
        .page > #main > .content .contactperson > .detail {
          display: block;
          width: 100%;
          text-align: left; }
          .page > #main > .content .contactperson > .detail > .line {
            margin: 5px 0 10px 0; }
          .page > #main > .content .contactperson > .detail > .entry {
            width: 100%;
            display: block; }
            .page > #main > .content .contactperson > .detail > .entry > .icon {
              vertical-align: top; }
            .page > #main > .content .contactperson > .detail > .entry > .top {
              display: inline-block; }
            .page > #main > .content .contactperson > .detail > .entry > .val {
              vertical-align: top;
              display: inline-block;
              vertical-align: unset;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              max-width: 195px; }
      .page > #main > .content .usps {
        padding: 0 20px;
        width: unset; }
        .page > #main > .content .usps > .entries > .usp {
          padding: 17.5px 0;
          margin: 0;
          display: block;
          width: 100%; }
          .page > #main > .content .usps > .entries > .usp > .content {
            width: unset; }
          .page > #main > .content .usps > .entries > .usp > .line {
            width: 80%; }
      .page > #main > .content .testimonials > .fullwidth > .inner > .navarrow.prev {
        left: 20px; }
      .page > #main > .content .testimonials > .fullwidth > .inner > .navarrow.next {
        right: 20px; }
      .page > #main > .content .testimonials > .fullwidth > .inner > .navbar > .item {
        width: 50px; }
        .page > #main > .content .testimonials > .fullwidth > .inner > .navbar > .item > p {
          display: none; }
      .page > #main > .content .testimonials > .fullwidth > .inner > .slidercontainer {
        padding: 0 20px; }
        .page > #main > .content .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide {
          padding: 0 30px; }
          .page > #main > .content .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .img > img {
            max-width: 200px;
            margin: auto; }
          .page > #main > .content .testimonials > .fullwidth > .inner > .slidercontainer > .slides > .slide > .content > .val > .text > p {
            font-size: 12px; }
      .page > #main > .content .accordeons {
        padding: 35px 20px; }
      .page > #main > .content .gallery > .entries {
        text-align: center; }
      .page > #main > .content .instagram > .feed > .item {
        display: block;
        width: 100%; }
        .page > #main > .content .instagram > .feed > .item > a > .div {
          width: 100% !important;
          height: 100% !important; }
      .page > #main > .content .contactblock {
        padding: 35px 20px;
        height: unset; }
        .page > #main > .content .contactblock > .item {
          box-sizing: border-box;
          height: 140px;
          width: 50%;
          margin-bottom: 20px; }
          .page > #main > .content .contactblock > .item > .title {
            padding-left: 8px; }
          .page > #main > .content .contactblock > .item > .val {
            padding-left: 8px; }
          .page > #main > .content .contactblock > .item > .icons {
            padding: 20px 0 0 8px; }
      .page > #main > .content .locationlist {
        padding: 20px 20px;
        width: unset; }
        .page > #main > .content .locationlist > .filter {
          padding-bottom: 0; }
          .page > #main > .content .locationlist > .filter > .form > .select {
            margin: 0;
            width: 100%; }
        .page > #main > .content .locationlist > .locations > .location {
          height: unset; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationimg {
            width: 100%;
            height: 200px;
            margin: 0; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationdesc {
            display: block;
            width: 100%;
            height: unset;
            padding: 10px 5%; }
            .page > #main > .content .locationlist > .locations > .location > a > .locationdesc > .locationaddress {
              width: 90%;
              padding: 0; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationopeninghours {
            display: block;
            width: 100%;
            height: unset;
            padding: 10px 5%; }
            .page > #main > .content .locationlist > .locations > .location > a > .locationopeninghours > .locationdays {
              margin: unset; }
          .page > #main > .content .locationlist > .locations > .location > a > .locationextras {
            height: 50px;
            padding: 10px 5%;
            display: block;
            width: 100%; }
            .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .clopend {
              vertical-align: top;
              width: 50%;
              position: unset;
              text-align: unset;
              display: inline-block;
              box-sizing: border-box; }
            .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .locationdetails {
              position: unset;
              padding: unset;
              vertical-align: top;
              width: 50%;
              display: inline-block;
              box-sizing: border-box; }
              .page > #main > .content .locationlist > .locations > .location > a > .locationextras > .locationdetails > p {
                padding: 6px 0; }
      .page > #main > .content .locationdetail {
        padding: 35px 20px; }
        .page > #main > .content .locationdetail .clopend {
          position: unset;
          width: 100%;
          padding-top: 20px; }
        .page > #main > .content .locationdetail .locationdetailinfo {
          float: unset;
          width: 100%; }
        .page > #main > .content .locationdetail .detailopeningtime {
          display: block;
          width: 100%; }
          .page > #main > .content .locationdetail .detailopeningtime > .openingtimes > p > .days {
            width: 110px; }
        .page > #main > .content .locationdetail .specialopeningtimes {
          display: block;
          width: 100%;
          padding: 30px 0 0 0; }
          .page > #main > .content .locationdetail .specialopeningtimes > .holidays > p > .date {
            width: 145px;
            vertical-align: top; }
          .page > #main > .content .locationdetail .specialopeningtimes > .holidays > p > .times {
            width: 50%; }
        .page > #main > .content .locationdetail > .imgwtext {
          padding: 35px 0; }
      .page > #main > .content .joblist {
        padding: 0 20px; }
        .page > #main > .content .joblist > .filter > .form > .select {
          display: block; }
        .page > #main > .content .joblist > .jobheaddesc {
          width: unset; }
      .page > #main > .content .jobdetail {
        padding: 40px 20px 35px 20px; }
        .page > #main > .content .jobdetail > .button > .btn {
          width: 100%; }
        .page > #main > .content .jobdetail > .download > .val {
          height: 120px; }
          .page > #main > .content .jobdetail > .download > .val > .title {
            height: 50%;
            display: block;
            width: 100%;
            text-align: center; }
          .page > #main > .content .jobdetail > .download > .val > .file {
            height: 50%;
            width: 100%;
            display: block;
            padding-right: 20px; }
            .page > #main > .content .jobdetail > .download > .val > .file > .box {
              padding: 0 10px; }
      .page > #main > .content .eventlist {
        padding: 0 20px; }
        .page > #main > .content .eventlist > .filter {
          align-content: center;
          padding: 30px 0 0 0; }
          .page > #main > .content .eventlist > .filter > .form > .select {
            padding-bottom: 10px;
            width: 100%;
            display: block; }
        .page > #main > .content .eventlist > .events {
          text-align: center; }
          .page > #main > .content .eventlist > .events > .entries > .event {
            width: 100%;
            height: auto;
            max-width: 440px;
            padding: 0 0 54px 0; }
            .page > #main > .content .eventlist > .events > .entries > .event > .content > .img {
              height: unset;
              width: 100%; }
              .page > #main > .content .eventlist > .events > .entries > .event > .content > .img > img {
                width: 100%;
                height: unset; }
            .page > #main > .content .eventlist > .events > .entries > .event > .content > .date {
              text-align: center; }
            .page > #main > .content .eventlist > .events > .entries > .event > .content > .details {
              width: 75%;
              text-align: left; }
              .page > #main > .content .eventlist > .events > .entries > .event > .content > .details > .nav {
                right: 0;
                top: -20px; }
                .page > #main > .content .eventlist > .events > .entries > .event > .content > .details > .nav > .link {
                  padding-right: 0; }
          .page > #main > .content .eventlist > .events > .all > .upcomming {
            width: unset; }
      .page > #main > .content .eventdetail {
        padding: 35px 20px; }
        .page > #main > .content .eventdetail > .head > .img {
          width: 100%;
          height: 240px !important; }
        .page > #main > .content .eventdetail > .head > .info {
          width: 100%;
          height: unset;
          text-align: left; }
          .page > #main > .content .eventdetail > .head > .info .icon {
            vertical-align: top;
            color: #dddddd;
            width: 25px;
            padding: 3px 10px 0 8px;
            display: inline-block;
            text-align: center; }
          .page > #main > .content .eventdetail > .head > .info > .detail {
            text-align: center;
            height: unset;
            padding: 30px 0; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .date {
              text-align: left;
              width: unset;
              display: block;
              padding-bottom: 12px; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .time {
              text-align: left;
              width: unset;
              display: block;
              padding-bottom: 35px; }
              .page > #main > .content .eventdetail > .head > .info > .detail > .time > a {
                padding: 10px 0 0 48px; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .location {
              text-align: left;
              width: unset;
              display: block;
              padding-bottom: 30px; }
              .page > #main > .content .eventdetail > .head > .info > .detail > .location > a {
                padding: 10px 0 0 48px; }
            .page > #main > .content .eventdetail > .head > .info > .detail > .group {
              text-align: left;
              width: unset;
              display: block; }
          .page > #main > .content .eventdetail > .head > .info > .ticketbutton {
            display: block;
            width: 100%;
            text-align: center; }
            .page > #main > .content .eventdetail > .head > .info > .ticketbutton > .btn {
              display: unset;
              width: 100%; }
        .page > #main > .content .eventdetail > .head > .locationfeatures > a > .sbb {
          background-size: contain; }
        .page > #main > .content .eventdetail > .body {
          padding: 35px 0 10px 0; }
          .page > #main > .content .eventdetail > .body > .text {
            width: 100%; }
      .page > #main > .content .bannerteaser {
        padding: 35px 20px; }
        .page > #main > .content .bannerteaser > .teasertitle {
          position: unset;
          top: unset;
          bottom: unset;
          display: block;
          text-align: center;
          padding-bottom: 20px;
          width: unset;
          height: unset;
          padding-left: unset; }
          .page > #main > .content .bannerteaser > .teasertitle > .val {
            height: unset;
            display: unset; }
            .page > #main > .content .bannerteaser > .teasertitle > .val > h1 {
              display: unset;
              vertical-align: unset;
              text-overflow: ellipsis; }
        .page > #main > .content .bannerteaser > .box {
          display: block;
          vertical-align: unset; }
          .page > #main > .content .bannerteaser > .box > .inner {
            position: unset; }
            .page > #main > .content .bannerteaser > .box > .inner > .description {
              padding: 0; }
              .page > #main > .content .bannerteaser > .box > .inner > .description > h2 {
                font-size: 28px; }
        .page > #main > .content .bannerteaser.hastitle {
          padding: 35px 20px; }
          .page > #main > .content .bannerteaser.hastitle > .box > .inner {
            padding-right: unset;
            padding: 40px 55px 40px 55px; }
            .page > #main > .content .bannerteaser.hastitle > .box > .inner > .image {
              width: 100%;
              position: unset;
              padding-top: 20px; }
              .page > #main > .content .bannerteaser.hastitle > .box > .inner > .image > .img {
                height: 25%; }
        .page > #main > .content .bannerteaser.hasimage {
          padding: 35px 20px; }
          .page > #main > .content .bannerteaser.hasimage > .box > .inner {
            padding-right: unset;
            padding: 40px 55px 40px 55px; }
            .page > #main > .content .bannerteaser.hasimage > .box > .inner > .image {
              width: 100%;
              position: unset;
              padding-top: 20px;
              height: 200px; }
              .page > #main > .content .bannerteaser.hasimage > .box > .inner > .image > .img {
                height: 100%; }
        .page > #main > .content .bannerteaser.hasimage.hastitle {
          padding: 35px 20px; }
          .page > #main > .content .bannerteaser.hasimage.hastitle > .box > .inner {
            padding-right: unset;
            padding: 40px 55px 40px 55px; }
            .page > #main > .content .bannerteaser.hasimage.hastitle > .box > .inner > .image {
              width: 100%;
              position: unset;
              padding-top: 20px;
              height: 200px; }
              .page > #main > .content .bannerteaser.hasimage.hastitle > .box > .inner > .image > .img {
                height: 100%; }
      .page > #main > .content .imgteaser h1 {
        font-size: 28px; }
      .page > #main > .content .imgteaser .teaserblock {
        height: 280px; }
      .page > #main > .content .imgteaser > .threeimgteaser {
        height: unset; }
        .page > #main > .content .imgteaser > .threeimgteaser > .leftteaser {
          display: block;
          width: 100%;
          height: unset;
          padding: unset; }
        .page > #main > .content .imgteaser > .threeimgteaser > .rightteaser {
          display: block;
          width: 100%;
          height: unset;
          padding: 12px 0 0 0; }
      .page > #main > .content .imgteaser > .oneimgteaser {
        height: 280px; }
      .page > #main > .content .imgteaser > .fourimgteaser {
        height: 1120px; }
        .page > #main > .content .imgteaser > .fourimgteaser > .leftteaser {
          display: block;
          width: 100%;
          height: 280px;
          padding: 0 0 12px 0; }
        .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser {
          display: block;
          width: 100%;
          height: 840px;
          padding: unset;
          margin-top: 12px; }
          .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .up {
            display: block; }
            .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .up > .teaserblock.left {
              display: block;
              width: 100%;
              height: 280px; }
              .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .up > .teaserblock.left > a > .inner > h1 {
                bottom: 10px; }
            .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .up > .teaserblock.right {
              display: block;
              width: 100%;
              height: 280px; }
              .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .up > .teaserblock.right > a > .inner > h1 {
                bottom: 10px; }
          .page > #main > .content .imgteaser > .fourimgteaser > .rightteaser > .down {
            margin-top: 286px;
            display: block; }
      .page > #main > .content .bigimg {
        height: unset; }
      .page > #main > .content .smallteasers > .entries > .smallteaser {
        width: unset;
        display: block;
        padding: 20px 10px; }
      .page > #main > .content .categoryteasers {
        padding: 35px 10px;
        width: unset; }
        .page > #main > .content .categoryteasers > .entries > .categoryteaser {
          display: block;
          width: unset;
          padding: 10px 0;
          height: 280px; }
          .page > #main > .content .categoryteasers > .entries > .categoryteaser > .box > .boxcontent {
            background-size: 50%; }
      .page > #main > .content .employeeteasers > .title {
        padding: 0 10px; }
      .page > #main > .content .employeeteasers > .entries > .employeeteaser {
        width: unset;
        display: block;
        padding: 20px 10px; }
      .page > #main > .content .branchteasers {
        height: 260px; }
        .page > #main > .content .branchteasers > .branchteaser {
          height: 260px; }
          .page > #main > .content .branchteasers > .branchteaser > .box {
            width: 100%; }
            .page > #main > .content .branchteasers > .branchteaser > .box > .content {
              width: 100%;
              height: 60%;
              display: block;
              padding: 20px;
              text-align: center; }
              .page > #main > .content .branchteasers > .branchteaser > .box > .content > .text {
                display: block; }
                .page > #main > .content .branchteasers > .branchteaser > .box > .content > .text > .val {
                  display: unset;
                  vertical-align: unset; }
            .page > #main > .content .branchteasers > .branchteaser > .box > .button {
              display: block;
              width: 100%;
              height: 40%;
              padding: 20px;
              position: relative;
              left: 0; }
              .page > #main > .content .branchteasers > .branchteaser > .box > .button > .inner {
                width: 100%; }
                .page > #main > .content .branchteasers > .branchteaser > .box > .button > .inner > a {
                  display: block;
                  width: 100%; }
                  .page > #main > .content .branchteasers > .branchteaser > .box > .button > .inner > a > .btn {
                    width: 100%; }
      .page > #main > .content .companyteasers > .entries > .companyteaser {
        width: 100%;
        display: block;
        height: unset; }
        .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright {
          display: block;
          width: 100%;
          height: 100%;
          position: relative; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left {
            width: 100%;
            height: unset;
            padding-top: 250px;
            display: block; }
            .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left > .content {
              padding: 20px 20px 40px 20px;
              text-align: center;
              width: 100%; }
              .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left > .content > p {
                text-align: left; }
              .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left > .content > .link {
                opacity: 1;
                transition: unset;
                -webkit-transition: unset;
                left: unset;
                right: 50px;
                bottom: 15px; }
            .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .left > .triangleleft {
              border-left: 20px solid transparent;
              border-bottom: 20px solid white;
              top: 210px;
              left: 45%;
              border-right: 20px solid transparent;
              z-index: 1; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .lefttoright > .right {
            width: 100%;
            height: 250px;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0; }
        .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .left {
          width: 100%;
          height: 250px;
          display: block; }
        .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right {
          width: 100%;
          height: unset;
          display: block; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right > .content {
            padding: 20px 20px 40px 20px;
            text-align: center; }
            .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right > .content > p {
              text-align: left; }
            .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right > .content > .link {
              opacity: 1;
              transition: unset;
              -webkit-transition: unset;
              bottom: 15px;
              left: unset;
              right: 50px; }
          .page > #main > .content .companyteasers > .entries > .companyteaser > .righttoleft > .right > .triangleright {
            border-left: 20px solid transparent;
            border-bottom: 20px solid white;
            top: -40px;
            left: 45%;
            border-right: 20px solid transparent;
            z-index: 1; }
      .page > #main > .content .bigimgteaser {
        padding: 55px 20px;
        width: unset;
        height: unset; }
        .page > #main > .content .bigimgteaser > .content {
          width: unset;
          height: 50%;
          text-decoration: none; }
          .page > #main > .content .bigimgteaser > .content > .imgleft {
            height: 50%; }
            .page > #main > .content .bigimgteaser > .content > .imgleft > .left {
              height: 100%;
              width: 100%;
              display: block; }
              .page > #main > .content .bigimgteaser > .content > .imgleft > .left > .img {
                height: 320px;
                background-size: contain; }
            .page > #main > .content .bigimgteaser > .content > .imgleft > .right {
              width: 100%;
              padding: 0 10px; }
              .page > #main > .content .bigimgteaser > .content > .imgleft > .right > .text {
                margin: auto;
                max-width: 320px; }
          .page > #main > .content .bigimgteaser > .content > .imgright {
            height: 50%;
            position: relative; }
            .page > #main > .content .bigimgteaser > .content > .imgright > .left {
              width: 100%;
              padding: 320px 10px 0 10px; }
              .page > #main > .content .bigimgteaser > .content > .imgright > .left > .text {
                margin: auto;
                max-width: 320px; }
            .page > #main > .content .bigimgteaser > .content > .imgright > .right {
              position: absolute;
              top: 0;
              height: 100%;
              width: 100%;
              display: block;
              margin-left: unset; }
              .page > #main > .content .bigimgteaser > .content > .imgright > .right > .img {
                background-size: contain;
                height: 320px; }
      .page > #main > .content .faqteasers > .entries {
        text-align: center; }
        .page > #main > .content .faqteasers > .entries > .faqteaser {
          width: 100%;
          display: block;
          margin: auto;
          text-align: left; }
          .page > #main > .content .faqteasers > .entries > .faqteaser > .box > .img {
            width: unset; }
      .page > #main > .content .contactform {
        padding: 35px 20px;
        width: unset; }
      .page > #main > .content .cardform {
        padding: 35px 20px;
        width: unset; }
      .page > #main > .content .cakeform {
        padding: 35px 20px;
        width: unset; }
      .page > #main > .content .noauth {
        padding: 35px 20px; }
      .page > #main > .content .login {
        text-align: center; }
        .page > #main > .content .login > .inner > .auth {
          width: 100%;
          display: block;
          border-right: none;
          border-bottom: 1px solid #dddddd; }
          .page > #main > .content .login > .inner > .auth > .form > .error {
            margin: auto;
            width: 80%; }
          .page > #main > .content .login > .inner > .auth > .form > .frow {
            width: 100%; }
            .page > #main > .content .login > .inner > .auth > .form > .frow > .form-control > label {
              text-align: left; }
        .page > #main > .content .login > .inner > .signup {
          padding-top: 35px;
          width: 100%;
          display: block;
          padding-left: unset; }
          .page > #main > .content .login > .inner > .signup > .btn {
            width: unset; }
      .page > #main > .content .profilelayout {
        padding: 0 20px; }
        .page > #main > .content .profilelayout > .sidenav {
          display: block;
          width: 100%;
          float: unset; }
        .page > #main > .content .profilelayout > .content {
          display: block;
          width: 100%;
          float: unset;
          padding: 20px 0; }
          .page > #main > .content .profilelayout > .content .addressbook > .overview > .section > .inner > .subs {
            display: block;
            width: 100%; }
          .page > #main > .content .profilelayout > .content .addressbook > .overview > .section > .inner > .create {
            width: 100%; }
          .page > #main > .content .profilelayout > .content .addressbook > .overview > .section.additional > .inner > .address {
            display: block;
            width: 100%; }
          .page > #main > .content .profilelayout > .content .accountedit > .form > .pwchange > .frow {
            padding: 0; }
            .page > #main > .content .profilelayout > .content .accountedit > .form > .pwchange > .frow > .fsplit {
              width: 100%;
              display: block;
              padding-top: 10px; }
          .page > #main > .content .profilelayout > .content .accountedit > .form > .frow > input[type="submit"].left {
            float: unset;
            margin: 20px auto 0 auto;
            width: 100%; }
          .page > #main > .content .profilelayout > .content .newslettersignup {
            padding: 0 0 40px 0; }
            .page > #main > .content .profilelayout > .content .newslettersignup > .form > .frow > input[type="submit"].left {
              float: unset;
              margin: auto;
              width: 100%; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table .state {
            display: none; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table > thead > tr > th {
            font-size: 14px; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table > thead > tr > th.action {
            display: none; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table > tbody > tr > td {
            font-size: 14px; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table > tbody > tr > td.action {
            width: 15px; }
          .page > #main > .content .profilelayout > .content .orderlist > .entries > .table .action {
            padding-left: 0; }
            .page > #main > .content .profilelayout > .content .orderlist > .entries > .table .action > a {
              display: none; }
            .page > #main > .content .profilelayout > .content .orderlist > .entries > .table .action > .icon {
              font-size: 20px;
              display: block;
              text-align: center; }
          .page > #main > .content .profilelayout > .content .orderdetail {
            padding: 0; }
            .page > #main > .content .profilelayout > .content .orderdetail > .state {
              position: unset; }
            .page > #main > .content .profilelayout > .content .orderdetail > .date {
              padding-top: 20px; }
            .page > #main > .content .profilelayout > .content .orderdetail > .items > .table > thead > tr > th {
              font-size: 14px; }
            .page > #main > .content .profilelayout > .content .orderdetail > .items > .table > tbody > tr > td {
              font-size: 14px; }
            .page > #main > .content .profilelayout > .content .orderdetail .splited > .left {
              width: 100%;
              display: block;
              margin: unset;
              float: unset; }
            .page > #main > .content .profilelayout > .content .orderdetail .splited > .right {
              padding-top: 20px;
              width: 100%;
              display: block;
              margin: unset;
              float: unset; }
          .page > #main > .content .profilelayout > .content .wishlist > .entries > .productpreview {
            display: block;
            width: unset; }
            .page > #main > .content .profilelayout > .content .wishlist > .entries > .productpreview > .remover {
              opacity: 1; }
          .page > #main > .content .profilelayout > .content .wishlist > .actions > .btn {
            width: 100%;
            display: block; }
  .page .twocollayout > .left {
    float: unset !important;
    width: unset !important; }
  .page .twocollayout > .right {
    float: unset !important;
    width: unset !important; }
  .page .stickynav {
    display: none !important; }
  .page > #footer > .footerpanel {
    padding: 40px 20px 20px 20px; }
    .page > #footer > .footerpanel .panel {
      width: 100%;
      padding: 0 0 40px 0;
      display: block; }
      .page > #footer > .footerpanel .panel .bigpprovider {
        margin: 5px 10px 0 0 !important; }
  .page > #footer > .footerbottom {
    height: 270px; }
    .page > #footer > .footerbottom > .entries > .item {
      width: auto;
      display: block;
      height: 33.3%; }
      .page > #footer > .footerbottom > .entries > .item > .val > .img {
        height: 90px; }
      .page > #footer > .footerbottom > .entries > .item > .val > .links > a {
        padding: 0 5px; } }

/*********************************************************
* RETINA
*********************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .page > #header > .center > .inner > .left > .logo {
    background-image: url("../img/logo@2x.png"); }
  .page > .mobilenav > .header > .logo {
    background-image: url("../img/sutterbegg_logo_klein@2x.png"); }
  .productdetail > .general > .info > .nameprice > .diets > .diet > .icon {
    background-image: url("../img/diets@2x.png"); }
  .productdetail > .general > .info > .allergens > .allergen {
    background-image: url("../img/allergen@2x.png"); }
  .productdetail > .general > .info > .allergens > .allergen {
    background-image: url("../img/allergen@2x.png"); }
  .productdetail > .general > .info > .allergens > .allergen > .label > .arrow {
    background-image: url("../img/arrowblack@2x.png"); }
  .shoppingcart > .paymentproviders > .securepayment > .secureflag {
    background-image: url("../img/secureicon@2x.png"); }
  .pprovider {
    background-image: url("../img/paymentproviders@2x.png"); }
  .bigpprovider {
    background-image: url("../img/footerpaymentprovider@2x.png"); }
  .allergenicon {
    background-image: url("../img/allergen@2x.png"); }
  .page .table tr > td.icon > .allergenicon {
    background-image: url("../img/allergensm@2x.png"); }
  .dieticon {
    background-image: url("../img/dietssm@2x.png"); }
  .productdetail > .general > .info > .nameprice > .diets > .diet > .dieticon {
    background-image: url("../img/diets@2x.png"); }
  #main .testimonials > .inner > .navarrow.prev {
    background-image: url("../img/arrow_left@2x.png"); }
  #main .testimonials > .inner > .navarrow.next {
    background-image: url("../img/arrow_right@2x.png"); }
  #main .share-buttons > .content > .text > .text:before {
    background-image: url("../img/arrow@2x.png"); }
  .page > .mobilenav > .header > .closer > .ics {
    background-image: url("../img/cross@2x.png"); }
  body > .uilock > .closer > .cross {
    background-image: url("../img/cross_white@2x.png"); }
  #main .eventdetail > .head > .locationfeatures > a > .sbb {
    background-image: url("../img/sbblogo@2x.png"); }
  .page > #footer > .footerbottom > .entries > .item > .val > .img > .ssl {
    background-image: url("../img/ssl@2x.png"); }
  #main .contactblock > .item > .icons > .facebook {
    background-image: url("../img/facebook@2x.png"); }
  #main .contactblock > .item > .icons > .insta {
    background-image: url("../img/instagram@2x.png"); }
  .page > .mobilenav > .header > .closer > .ics {
    background-image: url("../img/cross_white@2x.png"); } }

/** nano scroller **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .nano > .nano-content:focus {
    outline: thin dotted; }
  .nano > .nano-content::-webkit-scrollbar {
    display: none; }
  .nano > .nano-content::-webkit-scrollbar {
    display: block; }
  .nano > .nano-pane {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 4px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .nano:hover > .nano-pane, .nano .nano-pane.active, .nano .nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99; }

/*
 * Pikaday
 * Copyright 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single:before, .pika-single:after {
  content: " ";
  display: table; }

.pika-single:after {
  clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0; }

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }
  .pika-label:hover {
    color: #e84427; }
  .pika-label:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 4px 0 2px;
    content: "\f107";
    font-family: 'FontAwesome'; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg=="); }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII="); }

.pika-select {
  display: inline-block; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #e84427;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #e84427;
    box-shadow: inset 0 1px 3px #e84427;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #eaa8a8;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.special > .pika-button {
  color: #999;
  opacity: .3; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #e84427;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #e84427;
  box-shadow: none;
  border-radius: 3px; }
