/* line 4, ../Source/Stylesheets/config/_placeholders.scss */
a, .form-text, .promo-image, .promo-caption {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 28, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix, .app-metanav, .app-search {
  zoom: 1;
}
/* line 31, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix:before, .app-metanav:before, .app-search:before, .clearfix:after, .app-metanav:after, .app-search:after {
  content: " ";
  display: table;
}
/* line 36, ../Source/Stylesheets/config/_placeholders.scss */
.clearfix:after, .app-metanav:after, .app-search:after {
  clear: both;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 20, ../Source/Stylesheets/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../Source/Stylesheets/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 39, ../Source/Stylesheets/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 48, ../Source/Stylesheets/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 62, ../Source/Stylesheets/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 72, ../Source/Stylesheets/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 84, ../Source/Stylesheets/vendor/_normalize.scss */
a:focus {
  /*outline: thin dotted;*/
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 93, ../Source/Stylesheets/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 106, ../Source/Stylesheets/vendor/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../Source/Stylesheets/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../Source/Stylesheets/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 132, ../Source/Stylesheets/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 140, ../Source/Stylesheets/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 150, ../Source/Stylesheets/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 162, ../Source/Stylesheets/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 171, ../Source/Stylesheets/vendor/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 179, ../Source/Stylesheets/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 187, ../Source/Stylesheets/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 196, ../Source/Stylesheets/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 203, ../Source/Stylesheets/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 207, ../Source/Stylesheets/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 219, ../Source/Stylesheets/vendor/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 227, ../Source/Stylesheets/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 239, ../Source/Stylesheets/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 251, ../Source/Stylesheets/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 262, ../Source/Stylesheets/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 276, ../Source/Stylesheets/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 288, ../Source/Stylesheets/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 300, ../Source/Stylesheets/vendor/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 315, ../Source/Stylesheets/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 325, ../Source/Stylesheets/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 335, ../Source/Stylesheets/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 346, ../Source/Stylesheets/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 359, ../Source/Stylesheets/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 368, ../Source/Stylesheets/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  /*border: 0;*/
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 378, ../Source/Stylesheets/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 391, ../Source/Stylesheets/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 10, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-search:before, .app-search-submit:before {
  content: "\1f50d";
}

/* line 16, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-mail:before {
  content: "\2709";
}

/* line 19, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-heart:before {
  content: "\2665";
}

/* line 25, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-star:before, .listing-star:before {
  content: "\2605";
}

/* line 28, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-star-empty:before {
  content: "\2606";
}

/* line 31, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-user:before {
  content: "\1f464";
}

/* line 34, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-users:before {
  content: "\1f465";
}

/* line 52, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-menu:before {
  content: "\2630";
}

/* line 55, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-check:before {
  content: "\2713";
}

/* line 58, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-cancel:before {
  content: "\2715";
}

/* line 67, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-plus:before {
  content: "\2b";
}

/* line 88, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-help-circled:before {
  content: "\e704";
}

/* line 160, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-export:before {
  content: "\e715";
}

/* line 199, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-location:before {
  content: "\e724";
}

/* line 253, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-phone:before {
  content: "\1f4de";
}

/* line 268, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-basket:before {
  content: "\e73d";
}

/* line 292, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-volume:before {
  content: "\e742";
}

/* line 295, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-clock:before {
  content: "\1f554";
}

/* line 316, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-resize-full:before {
  content: "\e744";
}

/* line 319, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-resize-small:before {
  content: "\e746";
}

/* line 322, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-popup:before {
  content: "\e74c";
}

/* line 346, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open:before {
  content: "\e75c";
}

/* line 349, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open:before {
  content: "\e75d";
}

/* line 352, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open:before {
  content: "\e75e";
}

/* line 355, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-up-open:before {
  content: "\e75f";
}

/* line 358, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open-mini:before {
  content: "\e760";
}

/* line 361, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open-mini:before {
  content: "\e761";
}

/* line 364, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open-mini:before {
  content: "\e762";
}

/* line 370, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-open-big:before {
  content: "\e764";
}

/* line 373, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-left-open-big:before {
  content: "\e765";
}

/* line 376, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-right-open-big:before {
  content: "\e766";
}

/* line 379, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-up-open-big:before {
  content: "\e767";
}

/* line 382, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down:before {
  content: "\2b07";
}

/* line 394, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-down-dir:before, .form-select-fake > span:before {
  content: "\25be";
}

/* line 430, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-ccw:before {
  content: "\27f2";
}

/* line 454, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-play:before {
  content: "\25b6";
}

/* line 457, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-stop:before {
  content: "\25a0";
}

/* line 460, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-pause:before {
  content: "\2389";
}

/* line 595, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-chart-bar:before {
  content: "\1f4ca";
}

/* line 724, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-twitter:before {
  content: "\f309";
}

/* line 730, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-facebook:before {
  content: "\f30c";
}

.entypo-instagram::before {
  content: '\f32d';
}
/* line 739, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-gplus:before {
  content: "\f30f";
}

/* line 745, ../Source/Stylesheets/vendor/_entypo.scss */
.entypo-pinterest:before {
  content: "\f312";
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/Assets/Fonts/flexslider-icon.eot');
  src: url('/Assets/Fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/Assets/Fonts/flexslider-icon.woff') format('woff'), url('/Assets/Fonts/flexslider-icon.ttf') format('truetype'), url('/Assets/Fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Browser Resets
*********************************/
/* line 18, ../Source/Stylesheets/vendor/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  /*outline: none;*/
}

/* line 21, ../Source/Stylesheets/vendor/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 26, ../Source/Stylesheets/vendor/_flexslider.scss */
.promo.flexslider-outer {
    margin: 0 0 25px 0;
}
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 27, ../Source/Stylesheets/vendor/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 28, ../Source/Stylesheets/vendor/_flexslider.scss */
.no-js .flexslider .slides > li {
  display: block;
}

/* line 29, ../Source/Stylesheets/vendor/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.clearmobile{
	display:none;
}
.flex-control-nav {width: 100%; position: absolute; bottom: -5px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
@media only screen and (max-width: 767px) {
	.clearmobile {
		clear:both;
		display:block;
	}
}

/* line 30, ../Source/Stylesheets/vendor/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 33, ../Source/Stylesheets/vendor/_flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0 !important;
  height: 0;
}

/* line 34, ../Source/Stylesheets/vendor/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 35, ../Source/Stylesheets/vendor/_flexslider.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 40, ../Source/Stylesheets/vendor/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* The Grid ---------------------- */
/* line 5, ../Source/Stylesheets/config/foundation/_grid.scss */
.row {
  width: 82.5em;
  max-width: 100%;
  margin: 0 auto;
}
/* line 6, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 9, ../Source/Stylesheets/config/foundation/_grid.scss */
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
/* line 11, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
/* line 12, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .row.collapse {
  margin: 0;
}

/* line 16, ../Source/Stylesheets/config/foundation/_grid.scss */
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}
.paddingcolumns {
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
/* line 17, ../Source/Stylesheets/config/foundation/_grid.scss */
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}

/* line 21, ../Source/Stylesheets/config/foundation/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.one, .row .one {
  width: 8.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.two, .row .two {
  width: 16.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.three, .row .three {
  width: 25%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.four, .row .four {
  width: 33.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.five, .row .five {
  width: 41.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.six, .row .six {
  width: 50%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.seven, .row .seven {
  width: 58.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.eight, .row .eight {
  width: 66.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.nine, .row .nine {
  width: 75%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.ten, .row .ten {
  width: 83.33333%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.eleven, .row .eleven {
  width: 91.66667%;
}

/* line 26, ../Source/Stylesheets/config/foundation/_grid.scss */
.twelve, .row .twelve {
  width: 100%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-one {
  margin-left: 8.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-two {
  margin-left: 16.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-three {
  margin-left: 25%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-four {
  margin-left: 33.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-five {
  margin-left: 41.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-six {
  margin-left: 50%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-seven {
  margin-left: 58.33333%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-eight {
  margin-left: 66.66667%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-nine {
  margin-left: 75%;
}

/* line 41, ../Source/Stylesheets/config/foundation/_grid.scss */
.row .offset-by-ten {
  margin-left: 83.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-two {
  left: 16.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-two {
  right: 16.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-three {
  left: 25%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-three {
  right: 25%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-four {
  left: 33.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-four {
  right: 33.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-five {
  left: 41.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-five {
  right: 41.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-six {
  left: 50%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-six {
  right: 50%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-seven {
  left: 58.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-seven {
  right: 58.33333%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-eight {
  left: 66.66667%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-eight {
  right: 66.66667%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-nine {
  left: 75%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-nine {
  right: 75%;
}

/* line 47, ../Source/Stylesheets/config/foundation/_grid.scss */
.push-ten {
  left: 83.33333%;
}

/* line 48, ../Source/Stylesheets/config/foundation/_grid.scss */
.pull-ten {
  right: 83.33333%;
}

/* Nicolas Gallagher's micro clearfix */
/* line 52, ../Source/Stylesheets/config/foundation/_grid.scss */
.row {
  overflow: hidden;
  *zoom: 1;
}

/* line 55, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_semantic-grid.scss */
.clearfix, .app-metanav, .app-search {
  *zoom: 1;
}
/* line 4, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.clearfix:before, .app-metanav:before, .app-search:before, .clearfix:after, .app-metanav:after, .app-search:after {
  content: " ";
  display: table;
}
/* line 5, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/zurb-foundation-3.2.5/scss/foundation/mixins/_clearfix.scss */
.clearfix:after, .app-metanav:after, .app-search:after {
  clear: both;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
/* line 11, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.show-for-print {
  display: none !important;
}

/* line 18, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-print {
  display: inherit !important;
}

/* Medium display targeting */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 26, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 32, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  /* line 41, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-xlarge {
    display: inherit !important;
  }

  /* line 47, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Specific overrides for elements that require something other than display: block */
/* line 54, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  /* line 60, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 67, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
@media only screen and (max-width: 1023px) {
  /* The Grid --- */
  /*              */
  /* line 74, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column, .medium-break.columns {
    width: auto !important;
    float: none;
  }
  /* line 75, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:last-child, .medium-break.columns:last-child {
    float: none;
  }
  /* line 76, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break[class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  /* line 77, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:before, .medium-break.columns:before, .medium-break.column:after, .medium-break.columns:after {
    content: "";
    display: table;
  }
  /* line 78, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .medium-break.column:after, .medium-break.columns:after {
    clear: both;
  }
}
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  /* line 88, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .left, .right {
    float: none;
  }

  /* line 89, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  /* line 93, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 94, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column, .columns {
    width: auto !important;
    float: none;
  }

  /* line 95, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:last-child, .columns:last-child {
    float: none;
  }

  /* line 96, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  /* line 97, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }

  /* line 98, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .column:after, .columns:after {
    clear: both;
  }

  /* line 101, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }

  /* line 102, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }

  /* line 103, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }

  /* Mobile 4-column Grid */
  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-one.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-one {
    padding: 0;
  }
  .bestsellerslider .listing-items.slide {
    display: block !important;
  }
  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-two.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-two {
    padding: 0;
  }

  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-three.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-three {
    padding: 0;
  }

  /* line 116, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 10px;
  }
  /* line 117, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four:last-child {
    float: right;
  }
  /* line 118, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row .mobile-four.end {
    float: left;
  }
  /* line 121, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .row.collapse .mobile-four {
    padding: 0;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-one-mobile {
    left: 25%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-one-mobile {
    right: 25%;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-two-mobile {
    left: 50%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-two-mobile {
    right: 50%;
  }

  /* line 126, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .push-three-mobile {
    left: 75%;
  }

  /* line 127, ../Source/Stylesheets/config/foundation/_mediaqueries.scss */
  .pull-three-mobile {
    right: 75%;
  }
}
/* line 6, ../Source/Stylesheets/common/_generic.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/Assets/boxsizing.htc");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../Source/Stylesheets/common/_generic.scss */
img {
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 27, ../Source/Stylesheets/common/_generic.scss */
img, object, embed {
  max-width: 100%;
  height: auto;
}

/* line 33, ../Source/Stylesheets/common/_generic.scss */
object, embed {
  height: 100%;
}

/* line 38, ../Source/Stylesheets/common/_generic.scss */
.center {
  text-align: center;
}

/* line 43, ../Source/Stylesheets/common/_generic.scss */
.clear {
  clear: both;
}

/* line 53, ../Source/Stylesheets/common/_generic.scss */
.has-offset {
  margin-top: 200px !important;
}
@media only screen and (max-width: 767px) {
  /* line 53, ../Source/Stylesheets/common/_generic.scss */
  .has-offset {
    margin-top: 20px !important;
  }
}

/* line 64, ../Source/Stylesheets/common/_generic.scss */
[class*="duration-"] {
  transition-duration: 0.6s;
}

/* line 68, ../Source/Stylesheets/common/_generic.scss */
[class*="delay-"] {
  transition-delay: 0.6s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-0 {
  transition-duration: 0s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-0 {
  transition-delay: 0s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-1 {
  transition-duration: 0.03s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-1 {
  transition-delay: 0.03s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-2 {
  transition-duration: 0.06s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-2 {
  transition-delay: 0.06s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-3 {
  transition-duration: 0.09s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-3 {
  transition-delay: 0.09s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-4 {
  transition-duration: 0.12s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-4 {
  transition-delay: 0.12s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-5 {
  transition-duration: 0.15s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-5 {
  transition-delay: 0.15s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-6 {
  transition-duration: 0.18s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-6 {
  transition-delay: 0.18s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-7 {
  transition-duration: 0.21s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-7 {
  transition-delay: 0.21s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-8 {
  transition-duration: 0.24s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-8 {
  transition-delay: 0.24s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-9 {
  transition-duration: 0.27s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-9 {
  transition-delay: 0.27s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-10 {
  transition-duration: 0.3s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-10 {
  transition-delay: 0.3s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-11 {
  transition-duration: 0.33s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-11 {
  transition-delay: 0.33s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-12 {
  transition-duration: 0.36s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-12 {
  transition-delay: 0.36s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-13 {
  transition-duration: 0.39s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-13 {
  transition-delay: 0.39s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-14 {
  transition-duration: 0.42s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-14 {
  transition-delay: 0.42s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-15 {
  transition-duration: 0.45s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-15 {
  transition-delay: 0.45s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-16 {
  transition-duration: 0.48s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-16 {
  transition-delay: 0.48s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-17 {
  transition-duration: 0.51s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-17 {
  transition-delay: 0.51s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-18 {
  transition-duration: 0.54s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-18 {
  transition-delay: 0.54s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-19 {
  transition-duration: 0.57s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-19 {
  transition-delay: 0.57s;
}

/* line 77, ../Source/Stylesheets/common/_generic.scss */
.duration-20 {
  transition-duration: 0.6s;
}

/* line 81, ../Source/Stylesheets/common/_generic.scss */
.delay-20 {
  transition-delay: 0.6s;
}

@font-face {
  font-family: "entypo";
  src: url('/Assets/Fonts/entypo/entypo.eot?v=1');
  src: url('/Assets/Fonts/entypo/entypo.eot?v=1#iefix') format("embedded-opentype"), url('/Assets/Fonts/entypo/entypo.woff?v=1') format("woff"), url('/Assets/Fonts/entypo/entypo.ttf?v=1') format("truetype"), url('/Assets/Fonts/entypo/entypo.svg?v=1') format("svg");
  font-weight: 400;
  font-style: normal;
}

/* line 10, ../Source/Stylesheets/common/_typography.scss */
[class*="entypo-"]:before, .form-select-fake > span:before, .app-search-submit:before {
  font-family: 'entypo', sans-serif;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit !important;
  vertical-align: baseline;
  text-decoration: none;
}

/* line 31, ../Source/Stylesheets/common/_typography.scss */
a {
  color: #ce000c;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
/* line 39, ../Source/Stylesheets/common/_typography.scss */
a:hover {
  color: #df600c;
}
/* line 43, ../Source/Stylesheets/common/_typography.scss */
a:focus {
  /*outline: none;*/
}

/* line 50, ../Source/Stylesheets/common/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}

/* line 58, ../Source/Stylesheets/common/_typography.scss */
p {
  line-height: 1.4em !important;
  margin: 0.5em 0;
}

/* line 64, ../Source/Stylesheets/common/_typography.scss */
b, strong {
  font-weight: 600;
}

/* line 5, ../Source/Stylesheets/common/_buttons.scss */
.button {
  display: inline-block;
  border: none;
  background: #F3B733;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 15px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
}
/* line 16, ../Source/Stylesheets/common/_buttons.scss */
.button > [class^="entypo-"] {
  margin-right: 10px;
  font-size: 1.1em;
}
/* line 22, ../Source/Stylesheets/common/_buttons.scss */
.button:hover {
  color: black;
  background: #df600c;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

/* line 7, ../Source/Stylesheets/common/_forms.scss */
input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
}

/* line 24, ../Source/Stylesheets/common/_forms.scss */
::-webkit-input-placeholder {
  color: #4c4b4a;
}

/* line 29, ../Source/Stylesheets/common/_forms.scss */
:-moz-placeholder {
  color: #4c4b4a;
}
::-moz-placeholder {
  color: #4c4b4a;
}

/* line 34, ../Source/Stylesheets/common/_forms.scss */
:-ms-input-placeholder {
  color: #4c4b4a;
}
/*input:focus::-webkit-input-placeholder { opacity:0; }
input:focus::-moz-placeholder { opacity:0; }
input:focus:-moz-placeholder { opacity:0; }
input:focus:-ms-input-placeholder { opacity:0; }*/
    

/* line 39, ../Source/Stylesheets/common/_forms.scss */
:invalid, :-moz-submit-invalid, :-moz-ui-invalid {
  box-shadow: none !important;
}

/* line 47, ../Source/Stylesheets/common/_forms.scss */
.form-text {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 34px;
  line-height: 34px !important;
  padding: 0 15px;
  background: white;
  border: 1px solid #ce000c;
}
/* line 60, ../Source/Stylesheets/common/_forms.scss */
.form-text:focus {
  border-color: #ce000c;
}
.app-search .form-text {
	line-height:normal !important;
	margin-top:0;
}
@media only screen and (max-width: 767px) {
  /* line 47, ../Source/Stylesheets/common/_forms.scss */
  .form-text {
    font-size: 0.8em;
  }
}

/* line 74, ../Source/Stylesheets/common/_forms.scss */
.form-select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: none;
  border: none;
  height: 34px;
  width: 100%;
}

/* line 86, ../Source/Stylesheets/common/_forms.scss */
.form-select-fake {
  position: relative;
  width: 100%;
}
/* line 91, ../Source/Stylesheets/common/_forms.scss */
.form-select-fake > span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  height: 34px;
  line-height: 34px !important;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 15px;
  background: white;
  border: 1px solid #ce000c;
}
/* line 8, ../Source/Stylesheets/mixins/_icon.scss */
.form-select-fake > span:before {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  background: #ce000c;
  width: 34px;
  height: 34px;
  line-height: 34px !important;
  text-align: center;
  color: white;
  font-size: 1.3em;
}
@media only screen and (max-width: 767px) {
  /* line 91, ../Source/Stylesheets/common/_forms.scss */
  .form-select-fake > span {
    font-size: 0.8em;
  }
}

/* line 4, ../Source/Stylesheets/interface/_main.scss */
html {
  height: 100%;
  background: #f3b733;
}

/* line 10, ../Source/Stylesheets/interface/_main.scss */
body {
  position: relative;
  height: 100%;
  width: 100%;
  background: #f3b733;
  font-family: 'Open Sans', Arial, sans-serif;
  line-height: 1;
  color: #4c4b4a;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* line 24, ../Source/Stylesheets/interface/_main.scss */
html, body {
  font-size: 16px;
}

/* line 30, ../Source/Stylesheets/interface/_main.scss */
.app-area {
  position: relative;
  z-index: 2;
  min-height: 100%;
}

/* line 37, ../Source/Stylesheets/interface/_main.scss */
.app-main {
  position: relative;
  z-index: 3;
  padding-bottom: 250px;
  background-position: top center;
  background-repeat: repeat-x;
}
.app-main.home .columns div.bestsellerbox, .app-main.home .columns div.newsbox {
  margin-top:20px;
}
.app-main .columns div:first-child {
    margin-top: 0;
}
.tabs {
  margin-top:40px !important;
}
@media only screen and (max-width: 767px) {
  /* line 37, ../Source/Stylesheets/interface/_main.scss */
  .app-main {
    background-size: 1000px;
  }
}

/* line 8, ../Source/Stylesheets/interface/_header.scss */
.app-header {
  position: relative;
  height: 200px;
  background: white;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  /* line 8, ../Source/Stylesheets/interface/_header.scss */
  .app-header {
    height: 105px;
  }
}

/* line 23, ../Source/Stylesheets/interface/_header.scss */
.app-logo {
  float: left;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../Source/Stylesheets/interface/_header.scss */
  .app-logo {
    margin-top: 5px;
  }
}

/* line 34, ../Source/Stylesheets/interface/_header.scss */
.app-logo-image {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 34, ../Source/Stylesheets/interface/_header.scss */
  .app-logo-image {
    width: 50px;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 46, ../Source/Stylesheets/interface/_header.scss */
  .app-logo-row {
    width: 25% !important;
    z-index:1;
  }
}
/* line 55, ../Source/Stylesheets/interface/_header.scss */
.app-meta-row {
  position: relative;
  z-index: 2;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  /* line 55, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-row {
    overflow: visible;
    height: 55px;
  }
}

/* line 68, ../Source/Stylesheets/interface/_header.scss */
.app-meta {
  margin-top: 50px;
}

/* line 73, ../Source/Stylesheets/interface/_header.scss */
.app-meta-first {
  padding-right: 20px;
  border-right: 1px solid #e7e4df;
}
@media only screen and (max-width: 1023px) {
  /* line 73, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-first {
    width: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 73, ../Source/Stylesheets/interface/_header.scss */
  .app-meta-first {
    position: absolute;
    left: 0;
    top: 10px;
    margin-top: 0;
    padding-right: 0;
    border-right: none;
    width: 100% !important;
  }
}

/* line 95, ../Source/Stylesheets/interface/_header.scss */
.app-metanav {
  float: right;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 95, ../Source/Stylesheets/interface/_header.scss */
  .app-metanav {
    display: none;
  }
}

/* line 108, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor {
  display: inline-block;
  padding: 2px 10px;
  font-size: 0.7em;
  color: #73706b;
  border-left: 1px solid #e7e4df;
}
/* line 116, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor:first-child {
  border-left: 0;
}
/* line 120, ../Source/Stylesheets/interface/_header.scss */
.app-metanav-anchor:last-child {
  padding-right: 0;
}

/* line 129, ../Source/Stylesheets/interface/_header.scss */
.app-search {
  display: block;
}
@media only screen and (max-width: 767px) {
  /* line 129, ../Source/Stylesheets/interface/_header.scss */
  .app-search {
    margin: 0 10px 0 -10px !important;
  }
  /* line 139, ../Source/Stylesheets/interface/_header.scss */
  .app-search .five.columns {
    display: none;
  }
  /* line 143, ../Source/Stylesheets/interface/_header.scss */
  .app-search .seven.columns {
    width: 75% !important;
  }
}

/* line 150, ../Source/Stylesheets/interface/_header.scss */
.app-search-submit {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #ce000c;
  line-height: 34px !important;
  text-align: center;
  color: white;
  border: none;
}
/* line 8, ../Source/Stylesheets/mixins/_icon.scss */
.app-search-submit:before {
  font-size: 1.3em;
}

/* line 175, ../Source/Stylesheets/interface/_header.scss */
.app-basket > div {
  font-size: 1em;
  margin-bottom: 10px;
}
.app-basket > div a{
  color:#4c4b4a;
}
@media only screen and (max-width: 1023px) {
  /* line 173, ../Source/Stylesheets/interface/_header.scss */
  .app-basket {
    width: 15% !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 173, ../Source/Stylesheets/interface/_header.scss */
  .app-basket {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 55px;
    height: 50px;
    line-height: 50px !important;
    text-align: right;
    width: 80% !important;
  }
}

/* line 199, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count {
  position: relative;
  display: inline-block;
  margin: -10px 5px 0 0;
  width: 3em;
  height: 3em;
  line-height: 3em !important;
  text-align: center;
  float: left;
}
/* line 210, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count .entypo-basket {
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 1;
  font-size: 2.6em;
  color: #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 199, ../Source/Stylesheets/interface/_header.scss */
  .app-basket-count {
    float: none;
    top: -4px;
    margin: -2px 5px 0 0;
  }
}

/* line 227, ../Source/Stylesheets/interface/_header.scss */
.app-basket-count-nr {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #4c4b4a;
  font-size: 0.9em;
}

/* line 236, ../Source/Stylesheets/interface/_header.scss */
.app-basket-name {
  color: #73706b;
  text-decoration: underline;
  font-size: 0.8em;
}

/* line 5, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-row {
  height: 50px;
  overflow: visible;
}

/* line 11, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation {
  background: #f3b733;
  height: 50px;
  line-height: 50px !important;
  font-size: 1.05em;
}
/* line 18, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation .is-right {
  display: inline-block;
  float: right;
  border-left: 1px solid #e9e7e3;
}
@media only screen and (max-width: 767px) {
  /* line 11, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 992px) {
  .app-navigation .is-right {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  /* line 38, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-inner {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: white;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}
/* line 50, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor {
  display: inline-block;
  float: left;
  color: #fff;
  padding: 0;
  background: transparent;
}
.app-navigation-anchor-inner ul,.app-navigation-inner ul{
  margin:0;
  padding:0;
  list-style: none;
}
.app-navigation-anchor a{
  color: #4c4b4a;
  padding: 0 19px;
  font-weight: 400;
}
.app-navigation-anchor.show-for-small{
  color: #4c4b4a;
  padding: 0 20px;
}
.app-navigation-anchor-inner {
  background: #ffffff none repeat scroll 0 0;
  line-height: normal;
  padding: 5px 0 0 0;
  position: absolute;
  top: 50px;
  display:none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.app-navigation-anchor-inner a{
  display:block;
  padding-bottom:5px;
  color:#4c4b4a;
}
/* line 58, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor:hover {
  background: #df600c;
}
.app-navigation-anchor:hover .app-navigation-anchor-inner, .app-navigation-anchor.open .app-navigation-anchor-inner{
  display: block;
}
/* line 63, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor.is-active {
  background: #ce000c;
  color: white;
}
.app-navigation-anchor.is-active a{
  color: white;
}
.app-navigation-anchor.is-active .app-navigation-anchor-inner a{
  color: #4c4b4a;
}
.app-navigation-anchor-inner .is-active, .app-navigation-anchor.is-active .app-navigation-anchor-inner .is-active,.app-navigation-anchor-inner a:hover,.app-navigation-anchor.is-active .app-navigation-anchor-inner a:hover {
  color: #ce000c;
}
@media only screen and (max-width: 767px) {
  /* line 50, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-anchor {
    display: block;
    float: none;
    border-top: 1px solid #e7e4df;
    line-height: 40px !important;
    font-size: 0.9em;
  }
  .app-navigation-anchor.second {
    padding-left:30px;
  }
}

/* line 79, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-icon {
  display: inline-block;
  width: auto;
  height: 50px;
  text-align: center;
  color: #4c4b4a;
  font-size: 1.05em;
  border-left: 1px solid white;
  border-right: 1px solid #e9e7e3;
  float: left;
  padding: 0 10px;
}

/* line 91, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-icon:last-child {
  border-right: 0;
}

/* line 97, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-toggle {
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ce000c;
  font-size: 1.4em;
  border-right: 1px solid #e9e7e3;
}
@media only screen and (max-width: 767px) {
  /* line 97, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-toggle {
    display: inline-block;
    border-left: none;
    border-bottom: none;
    border-top: none;
    background: none;
  }
  /* line 111, ../Source/Stylesheets/interface/_navigation.scss */
  .app-navigation-toggle.is-active + .app-navigation-inner {
    display: block;
  }
}

/* line 5, ../Source/Stylesheets/interface/_footer.scss */
.app-footer {
  position: relative;
  z-index: 3;
  padding: 60px 0;
  margin-top: -210px;
  background: #2d2d2d;
  line-height: 1.8 !important;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../Source/Stylesheets/interface/_footer.scss */
  .app-footer {
    text-align: center;
    padding: 0 0 20px 0;
  }
}

/* line 22, ../Source/Stylesheets/interface/_footer.scss */
.app-footer-headline {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 22, ../Source/Stylesheets/interface/_footer.scss */
  .app-footer-headline {
    margin: 20px 0 10px 0;
  }
}

/* line 34, ../Source/Stylesheets/interface/_footer.scss */
.app-contact {
  font-size: 0.8em;
  line-height: 1.8 !important;
  margin: 0;
}

/* line 41, ../Source/Stylesheets/interface/_footer.scss */
.app-companynav-anchor {
  display: block;
  color: white;
  font-size: 0.8em;
}
/* line 47, ../Source/Stylesheets/interface/_footer.scss */
.app-companynav-anchor:hover {
  color: #ce000c;
}

/* line 53, ../Source/Stylesheets/interface/_footer.scss */
.app-payment {
  width: 50px;
  margin: 5px;
}
.text {
    font-size: 0.9em;
    line-height: 1.5 !important;
    padding: 20px;
}
.text h3 a {
    line-height: 1.5 !important;
}
/* line 5, ../Source/Stylesheets/modules/_promo.scss */
.promo {
  background: #2d2d2d;
  padding: 0;
  color: white;
  overflow: hidden;
}
/* line 12, ../Source/Stylesheets/modules/_promo.scss */
.promo .slide {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 5, ../Source/Stylesheets/modules/_promo.scss */
  .promo {
    padding: 0;
    margin: 0 -10px;
  }
}

/* line 24, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure {
  position: relative;
  float: left;
  width: 50%;
  padding: 0;
}
.promo-figure.is-full {
  width:100%;
}
/* line 33, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure:hover .promo-image {
  opacity: 0.5;
}
/* line 38, ../Source/Stylesheets/modules/_promo.scss */
.promo-figure:hover .promo-caption {
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../Source/Stylesheets/modules/_promo.scss */
  .promo-figure {
    display: none;
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 52, ../Source/Stylesheets/modules/_promo.scss */
  .promo-figure:first-child {
    display: block;
  }
}

/* line 59, ../Source/Stylesheets/modules/_promo.scss */
.promo-image {
  width: 100%;
  opacity: 1;
}

/* line 67, ../Source/Stylesheets/modules/_promo.scss */
.promo-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  line-height: 1.2 !important;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.8);
}
/* line 77, ../Source/Stylesheets/modules/_promo.scss */
.promo-caption a {
  color: white;
}

/* line 83, ../Source/Stylesheets/modules/_promo.scss */
.promo-headline {
  font-size: 1.2em;
}
/* line 87, ../Source/Stylesheets/modules/_promo.scss */
.is-big .promo-headline {
  font-size: 1.7em;
}

/* line 93, ../Source/Stylesheets/modules/_promo.scss */
.promo-subline {
  font-size: 0.8em;
  font-weight: normal;
}
/* line 98, ../Source/Stylesheets/modules/_promo.scss */
.is-big .promo-subline {
  font-size: 1.1em;
}

/* line 104, ../Source/Stylesheets/modules/_promo.scss */
.promo-date {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  padding-top: 0.25em;
  background: #ce000c;
  color: white;
  font-size: 1.5em;
  text-align: center;
}
/* line 118, ../Source/Stylesheets/modules/_promo.scss */
.promo-date > strong {
  display: block;
  font-size: 0.5em;
}
@media only screen and (max-width: 767px) {
  /* line 104, ../Source/Stylesheets/modules/_promo.scss */
  .promo-date {
    left: auto;
    right: 0;
  }
}

/* line 4, ../Source/Stylesheets/modules/_listing.scss */
.listing-header {
  display: block;
  height: auto;
  line-height: 50px !important;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid #e7e4df;
}
.listing-bottom {
  display: block;
  height: 50px;
  line-height: 50px !important;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.2em;
  border-top: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 4, ../Source/Stylesheets/modules/_listing.scss */
  .listing-header {
    font-size: 1em;
  }
}

/* line 20, ../Source/Stylesheets/modules/_listing.scss */
.listing-more {
  display: block;
  height: 40px;
  line-height: 40px !important;
  background: #f4f3f1;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e7e4df;
  color: #4c4b4a;
  font-size: 0.9em;
}
/* line 32, ../Source/Stylesheets/modules/_listing.scss */
.listing-more:hover {
  background: #f8f8f7;
}

/* line 38, ../Source/Stylesheets/modules/_listing.scss */
.listing-items {
  overflow: hidden;
  margin: 0 !important;
  padding: 20px 0;
}

/* line 45, ../Source/Stylesheets/modules/_listing.scss */
.listing-plainlink {
  color: #4c4b4a;
}

/* line 50, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination {
  position: absolute;
  right: 20px;
  top: 15px;
}
.listing-pagination-bottom {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
/* line 56, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination > a,.listing-pagination-bottom > a {
  display: inline-block;
  min-width: 16px;
  height: 16px;
  line-height: 16px !important;
  margin: 1px;
  background: #e7e4df;
  color: #4c4b4a;
  text-align: center;
  font-size: 0.7em;
}
/* line 68, ../Source/Stylesheets/modules/_listing.scss */
.listing-pagination > a.is-active,.listing-pagination-bottom > a.is-active {
  background: #ce000c;
  color: white;
}

/* line 76, ../Source/Stylesheets/modules/_listing.scss */
.listing-category {
  display: block;
  padding: 10px 20px;
  font-size: 0.7em;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e4df;
  line-height: 1.3 !important;
}
/* line 85, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a {
  color: #4c4b4a;
}
/* line 89, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a:hover {
  color: #ce000c;
}

/* line 99, ../Source/Stylesheets/modules/_listing.scss */
.listing {
  position: relative;
  background: white;
  margin-top: 20px;
}
/* line 105, ../Source/Stylesheets/modules/_listing.scss */
.listing .listing-items {
  padding: 0 20px;
}
.buchneuheiten .slides .listing-items {
  padding: 20px 0;
}
.empfehlungsbox .slides .listing-items {
  padding: 0 20px;
}
/* line 111, ../Source/Stylesheets/modules/_listing.scss */
.listing-image {
  max-width: 100px;
  float: left;
  margin-right: 20px;
}

/* line 118, ../Source/Stylesheets/modules/_listing.scss */
.listing-item {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e7e4df;
}
.listing-item-gutschein {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #e7e4df;
  width:100%;
}
.listing-item-gutschein p.listing-text {
	margin:0;
	font-size:1em;
}
.gutschein-left {
	width:67%;
}
.gutschein-right {
	width:33%;
	float:left;
	padding-left:10px;
}
@media only screen and (max-width: 767px) {
	.gutschein-left {
		width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.gutschein-right {
	width:100%;
	float:left;
	padding-left:0px;
	}	
}
/* line 125, ../Source/Stylesheets/modules/_listing.scss */
.listing-item:first-child {
  border-top: none;
}
/* line 130, ../Source/Stylesheets/modules/_listing.scss */
.listing-item .button {
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../Source/Stylesheets/modules/_listing.scss */
  .listing-item .button {
    margin-top: 20px;
    position: static;
  }
}
.listing-item-gutschein .button {
  position: absolute;
  right: 0;
  bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 130, ../Source/Stylesheets/modules/_listing.scss */
  .listing-item-gutschein .button {
    margin-top: 20px;
    position: static;
  }
}

/* line 144, ../Source/Stylesheets/modules/_listing.scss */
.listing-item-header {
  font-size: 1.2em;
}

/* line 149, ../Source/Stylesheets/modules/_listing.scss */
.listing-author {
  margin: 0;
  font-size: 0.8em;
}
/* line 154, ../Source/Stylesheets/modules/_listing.scss */
.listing-author > a {
  text-decoration: underline;
}

/* line 160, ../Source/Stylesheets/modules/_listing.scss */
.listing-text {
  margin: 15px 0;
  font-size: 0.8em;
}

/* line 166, ../Source/Stylesheets/modules/_listing.scss */
.listing-price {
  font-size: 1.4em;
}

/* line 174, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple {
  position: relative;
  background: white;
  margin-top: 20px;
}

/* line 181, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple-item {
  padding: 0 20px;
}

/* line 186, ../Source/Stylesheets/modules/_listing.scss */
.listing-simple-caption {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  /* line 186, ../Source/Stylesheets/modules/_listing.scss */
  .listing-simple-caption {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 989px) {
	.listing-simple-item .cover {
		height:200px;
	}
	.bestsellerslider .listing-simple-item .cover {
		height:auto;
	}
	/*.listing-simple-item .info {
		height:116px;
	}*/
}
.bestsellerslider .listing-items.slide {
	display: flex !important;	
}
@media only screen and (max-width: 767px) {
  .bestsellerslider .listing-items.slide {
    display: block !important;	
  }
}
.bestsellerslider .listing-items.slide .listing-simple-item {
	align-self: flex-end;	
}
.bestsellerslider .listing-items.slide .listing-simple-item .button {
	margin-top: 10px;
}
/* line 201, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate {
  position: relative;
  background: white;
  margin-top: 20px;
}
/* line 207, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate .listing-items {
  padding: 0 20px;
}

/* line 213, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-image {
  max-width: 25%;
  float: left;
  margin-right: 20px;
}
/* line 220, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #e7e4df;
}
/* line 227, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item:first-child {
  border-top: none;
}
/* line 232, ../Source/Stylesheets/modules/_listing.scss */
.listing-rate-item .listing-item-header {
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* line 239, ../Source/Stylesheets/modules/_listing.scss */
.listing-stars {
  display: inline-block;
  margin-top: 0.5em;
}

/* line 245, ../Source/Stylesheets/modules/_listing.scss */
.listing-star {
  display: inline-block;
  font-style: normal;
  color: #f9a521;
  font-size: 1.2em;
  margin-right: -2px;
}

/* line 5, ../Source/Stylesheets/modules/_detail.scss */
.detail {
  position: relative;
  background: white;
  margin-top: 20px;
}

/* line 12, ../Source/Stylesheets/modules/_detail.scss */
.detail-inner {
  padding: 20px;
}

/* line 17, ../Source/Stylesheets/modules/_detail.scss */
.detail-image {
  float: left;
  margin-right: 20px;
  max-width:244px;
}
@media only screen and (max-width: 767px) {
  /* line 17, ../Source/Stylesheets/modules/_detail.scss */
  .detail-image {
    max-width: 20%;
  }
}

/* line 28, ../Source/Stylesheets/modules/_detail.scss */
.detail-main {
  border-right: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 28, ../Source/Stylesheets/modules/_detail.scss */
  .detail-main {
    border: none;
    border-bottom: 1px solid #e7e4df;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

/* line 41, ../Source/Stylesheets/modules/_detail.scss */
.detail-aside {
  padding: 10px 20px 10px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../Source/Stylesheets/modules/_detail.scss */
  .detail-aside {
    padding: 0 10px;
    text-align: left;
  }
}

/* line 53, ../Source/Stylesheets/modules/_detail.scss */
.detail-price {
  font-size: 2.2em;
}

/* line 58, ../Source/Stylesheets/modules/_detail.scss */
.detail-actions {
  display: block;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.3 !important;
}
/* line 65, ../Source/Stylesheets/modules/_detail.scss */
.detail-actions > a {
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}

/* line 73, ../Source/Stylesheets/modules/_detail.scss */
.detail-check {
  margin-top: 20px;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.8em;
}
/* line 81, ../Source/Stylesheets/modules/_detail.scss */
.detail-check li {
  margin-bottom: 10px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 81, ../Source/Stylesheets/modules/_detail.scss */
  .detail-check li {
    padding-left: 0;
  }
}
/* line 92, ../Source/Stylesheets/modules/_detail.scss */
.detail-check [class^="entypo-"] {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 5px;
}

/* line 100, ../Source/Stylesheets/modules/_detail.scss */
.detail-content {
  font-size: 0.8em;
  line-height: 1.3 !important;
}
/* line 105, ../Source/Stylesheets/modules/_detail.scss */
.detail-content .listing-stars {
  font-size: 1.2em;
}

/* line 111, ../Source/Stylesheets/modules/_detail.scss */
.detail-header {
  font-size: 2em;
  color: #ce000c;
}

/* line 117, ../Source/Stylesheets/modules/_detail.scss */
.detail-notes {
  margin: 0 0 20px 0;
}

/* line 5, ../Source/Stylesheets/modules/_tabs.scss */
.tabs {
  display: block;
  margin-top: 40px;
  font-size: 0.8em;
}

/* line 12, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-header {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e7e4df;
}
@media only screen and (max-width: 767px) {
  /* line 12, ../Source/Stylesheets/modules/_tabs.scss */
  .tabs-header {
    border-bottom: none;
  }
}

/* line 24, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-switch {
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin-right: 1px;
  background: #e7e4df;
  color: #4c4b4a;
}
/* line 33, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-switch.is-active {
  background: #ce000c;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 24, ../Source/Stylesheets/modules/_tabs.scss */
  .tabs-switch {
    width: 49%;
    margin-bottom: 1px;
  }
}

/* line 46, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-content {
  padding: 20px 0;
}

/* line 51, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-tab {
  display: none;
  line-height: 1.5 !important;
}
.tabs-tab h3 a {
  line-height: 1.5 !important;
}
/* line 57, ../Source/Stylesheets/modules/_tabs.scss */
.tabs-tab.is-active {
  display: block;
}

.accordion-switch {
    border-top: 1px dotted #CBCBCA;
    color: #4C4B4A;
    display: block;
    height: 40px;
    line-height: 40px !important;
}
.accordion-switch:first-child {
    border-top: medium none;
}
.accordion-switch .entypo-plus {
    background: none repeat scroll 0 0 #ce000c;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px !important;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    width: 20px;
}
.accordion-content {
    border-left: 3px solid #E7E4DF;
    display: none;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-left: 15px;
}

.history-item {
    border: 1px solid #E7E4DF;
    height: 250px;
    margin-bottom: 20px;
    padding: 7px;
    position: relative;
}
@media only screen and (max-width: 767px) {
.history-item {
    height: auto;
}
}
.history-item-inner {
    background-image: linear-gradient(#FFFFFF, #F6F5F3);
    background-size: cover;
    font-size: 1.1em;
    height: 100%;
    padding: 80px 20px 0 25px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
.history-item-inner {
    padding-bottom: 40px;
}
}
.history-year {
    background: none repeat scroll 0 0 #E7E4DF;
    color: #A59A88;
    font-size: 1.5em;
    font-weight: bold;
    left: 0;
    padding: 0.1em 15px 0.1em 30px;
    position: absolute;
    top: 20px;
}
.history-image {
    display: none;
}
@media only screen and (max-width: 767px) {
.history-image {
    display: block;
    opacity: 0;
    visibility: hidden !important;
}
}

#facebookbox {
	width:200px;
	height:210px;
	background-color:#ffffff;
}
@media only screen and (max-width: 767px) {
#facebookbox {
    margin:0 auto;
}
}
#suchbox {
	margin-top:20px;
}
#suchbox a {
	color:#73706B;
}

#suchbox a:hover {
	color:#ce000c;
}

#basket_form img{
	margin-right:10px;
}
#basket_form .kassa_button, #konto .send_button {
	background: none repeat scroll 0 0 #ce000c !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 1em !important;
	font-weight: 600 !important;
	padding: 5px 15px !important;
	margin-top:10px !important;
	margin-left:10px !important;
	float:right !important;
}
.gutschein_form input[type="submit"] {
	background: none repeat scroll 0 0 #ce000c !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	font-size: 0.9 !important;
	font-weight: 600 !important;
	padding: 5px 15px !important;
	margin-top:10px !important;
	margin-left:10px !important;
}
#basket_form .aktualisieren_button, .nlsubmit, #konto .back_button {
	background: none repeat scroll 0 0 #E7E4DF !important;
	border: medium none !important;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0) !important;
	color: #4C4B4A !important;
	display: inline-block;
	font-size: 0.8em !important;
	font-weight: 600 !important;
	padding: 5px 10px !important;
	margin-top:10px !important;
	margin-left:0px !important;
}
#konto input[type="checkbox"], #konto input[type="radio"] {
	margin-right:5px !important;
}

#basket_form .trennlinie, #notepad_form .trennlinie {
    border-bottom: 1px solid #ce000c !important;
}
.gutschein_form {
	padding-top:20px !important;
	border-top:1px solid #E7E4DF !important;
}
#gwspielmailform input {
	border: 1px solid #F4F3F1 !important;
}

#suchbox input {
	margin:0;
}

.col-sm-3, .col-sm-4, .col-sm-6 {
    margin-bottom: 10px !important;
}
.list-group .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.list-group-item {
	padding:10px !important;
}

/***SIDEBARKONTO***/

.listing-rate .listing-items.sidebarkonto {
	padding:0;
}

.listing-rate .listing-items.sidebarkonto .listing-item{
	padding:10px 0 10px 20px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .sidebarkonto-icon{
	padding:15px 0 10px 0;
	float:left;
	width:35px;
	margin-right:10px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .sidebarkonto-icon > div{
	padding:0;
	width:35px;
	height:35px;
	text-align:center;
	border:3px solid #4c4b4a;
	border-radius:35px;
	top:5px;
	left:0;
	float:left;
	font-size:27px;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text{
	padding:10px 0 10px 0;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text strong{
	font-size:0.95em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text span{
	opacity:0.6;
	font-size:0.85em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .text.telmail{
	padding:0;
	font-size:0.8em;
}

.listing-rate .listing-items.sidebarkonto .listing-item .button{
	bottom:0;
	right:10px;
}
#buchtipps .slides .listing-items {
	padding: 20px 0;
}
#buchtipps .buchtipp-detail .listing-header {
		line-height:1 !important;
		padding-top:20px;
		padding-bottom:20px;
		height:auto;
		z-index:100;
		width:75%;
		float:left;
}

#buchtipps .buchtipp-detail .listing-header .date {
	font-size:0.7em;
	font-weight:normal;
	text-transform:none;
}

#buchtipps .buchtipp-detail .cover {
		float:right;
		width:25%;
}

#buchtipps .buchtipp-detail .cover .ma-info{
		font-size:0.7em;
		font-weight:normal;
		text-transform:none;
		padding: 10px 10px 0 30px;
		word-wrap:break-word;
}

#buchtipps .listing-rate-item {
	padding:30px 0;
}

#buchtipps .listing-rate-image {
	width:35%;
	max-width:35%;
	margin:0;
}

#buchtipps .listing-rate-item .listing-rate-caption {
	float:right;
	width:65%;
	padding-left:20px;
}

@media (orientation: portrait) {
	#buchtipps .buchtipp-detail .cover {
		width:100%;
	}
	#buchtipps .listing-rate-item .listing-rate-caption {
		float:left;
		width:100%;
		padding-left:0;
		padding-top:20px;
	}
	#buchtipps .listing-rate-image {
		width:100%;
		max-width:100%;
		margin:0;
	}
	#buchtipps .buchtipp-detail .cover .ma-info{
		font-size:1em;
		font-weight:normal;
		text-transform:none;
		word-wrap:break-word;
	}
	#buchtipps .buchtipp-detail .listing-header {
		width:100%;	
	}
}

@media (max-width: 500px) {
	#buchtipps .buchtipp-detail .cover {
		margin-top:20px;
	}
	#buchtipps .buchtipp-detail .listing-items {
		width:100%;
	}
}

@media (max-width: 600px) {
	#buchtipps .listing-pagination {
		position:relative;
		right:0 !important;
		top:0 !important;
		margin:5px 0 10px 20px;
	}
	#buchtipps .ma-cover {
		width:80px;	
	}
}

@media (max-width: 827px) {
	#buchtipps .buchtipp-detail .listing-header {
		width:100%;	
	}
}

.mehr {
	width:100%;
	text-align:right;
	padding: 20px;
	border-top:1px solid #e7e4df;
}
.mehr a.button {
	background-color: #ce000c;	
  color: white;
}

.mehr a.button:hover {
	background-color: #df600c;
	border-color: #df600c;
  color: white;
}
/* Search-Suggestions-Box */

#sb-result {
  width: 700px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  border-radius: 9px;
  display: flex;
  z-index: 9999;
}

#sb-result a:hover,
#sb-result #sb-show-all:hover,
#sb-result .product:hover {
  cursor: pointer;
  background: #bebaba;
}

#sb-result .sb-headings {
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
  background-color: rgb(236, 228, 228);
}

#sb-result .current {
  opacity: 0.8;
  background-color: rgb(248, 245, 245);
}

#sb-result #sb-show-all {
  cursor: pointer;
  background-color: rgb(248, 245, 245);
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  font-weight: 700;
}

#sb-result .sb-suggst {
  padding: 10px;
  font-size: 12px;
  line-height: 1;
  color: #333;
  display: block;
  text-decoration: none;
}

#sb-result .sb-box {
  padding: 20px;
}

#sb-result .sb-box#sb-1 {
  flex: 40%;
}

#sb-result .sb-box#sb-2 {
  flex: 60%;
}

#sb-result .sb-box .sbl {
  margin-bottom: 20px;
}

#sb-result .sbl:last-child {
  margin-bottom: 0;
}

#sb-result .product a.sb-suggst {
  line-height: 1.5;
}

#sb-result .product {
  display: flex;
  align-items: flex-end;
  padding: 10px;
  margin-bottom: 0;
}

#sb-result .product a {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0;
}

#sb-result .product a:hover {
  background: none;
}

#sb-result #sb-2:last-child {
  padding-bottom: 20px;
}

#sb-result .product img {
  width: 40px;
  max-height: 60px;
  margin-right: 20px;
}

#sb-result .product p {
  margin-bottom: 0;
  padding: 0;
}

/* LAYOUT (VARIANTE 1) - Dropdown */

#sb-result-list {
  background-color: rgba(255, 255, 255);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  text-decoration: none;
  z-index: 9999;
}

#sb-result-list .suggestion-box li:hover,
#sb-result-list li.sb-selected {
  background-color: rgb(216, 223, 220);
}

#sb-result-list ul.suggestion-box {
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid grey;
}

#sb-result-list .suggestion-box li {
  border-bottom: 1px solid grey;
  padding: 10px;
  cursor: pointer;
}

#sb-result-list .suggestion-box li span {
  opacity: 0.7;
  font-size: 10px;
}

#sb-result-list .suggestion-box li a {
  text-decoration: none;
  display: block;
  color: rgb(51, 51, 51);
  line-height: 1.1rem;
}
#sb-result-list .suggestion-box li a:visited {
  text-decoration: none;
}

#sb-result-list ul.suggestion-box #sbShowAll {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 700;
}
/* FILTER-SUBMENU-TEST */
#filter-menu-main {
  padding: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* FILTER-MAIN-COLORS - START */
#filter-menu-main .accordion li.open .ajx-filter-dropdown {
  color: #ce000c;
}

#filter-menu-main .accordion li.open svg {
  fill: #ce000c;
}

#filter-menu-main .submenu li:hover,
#filter-menu-main .accordion .ajx-subfilter-dropdown:hover {
  background: #ce000c;
  color: #fff;
}

#filter-menu-main .accordion li.open > .ajx-subfilter-dropdown a {
  color: #f3b043;
}

#filter-menu-main .accordion .submenu li.open:hover,
#filter-menu-main .accordion .submenu li.open:hover .ajx-subfilter-dropdown {
  background: #444359;
}

/* SUCHBEGRIFF */
#filter-menu-main #subfilter-search-term {
  background-color: #ce000c;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  border-radius: inherit;
  line-height: 1;
}

/* DROPDOWN BACKGROUND */
#filter-menu-main .submenu {
  display: none;
  background: #444359;
  font-size: 14px;
}

/* FILTER-MAIN-COLORS - END */

#filter-menu-main .accordion .ajx-subfilter-dropdown {
  display: flex;
  padding: 0;
}

/* FILTER-MAINDROP-COLORS */
#filter-menu-main .accordion .ajx-filter-dropdown {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #595959;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height:1;
}

#filter-menu-main #subfilter-search-term svg,
#filter-menu-main .accordion li svg {
  position: absolute;
  top: 16px;
  left: 12px;
  width: 18px;
  fill: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#filter-menu-main #subfilter-search-term svg {
  fill: #fff;
}

#filter-menu-main .submenu li {
  border-bottom: 1px solid #4b4a5e;
}

#filter-menu-main .submenu a {
  flex: 90%;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 0;
  padding-right: 30px;
  line-height: 1;
}

#filter-menu-main .accordion {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 20px;
  /* background: #fff; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#filter-menu-main ul {
  padding: 0;
  list-style-type: none;
}

/* FILTERMENÜ */

#filter-menu-main .accordion .submenu li {
  display: flex;
}

/* CHECKBOX */

#filter-menu-main .submenu label {
  flex: 10%;
  align-self: center;
  margin-left: 12px;
  margin-right: 5px;
}

#filter-menu-main .submenu .filterLabelChkbx {
  display: none;
}

#filter-menu-main .submenu label span svg.icon {
  position: inherit;
  opacity: 0.2;
  fill: green;
  font-size: 12px;
}

#filter-menu-main .submenu .filterLabelCheck {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  vertical-align: middle;

  width: 1.4em;
  height: 1.4em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filter-menu-main .filterLabelChkbx:checked + .filterLabelCheck {
  /* animation: checkFB 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards; */
  width: 1.5em;
  height: 1.5em;
  background: #00d478;
  border: 0;
  opacity: 1;
}

#filter-menu-main .filterLabelChkbx:checked + .filterLabelCheck .icon {
  opacity: 1;
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  /* animation: iconFB 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards; */
  opacity: 1;
  transform: scale(1);
}

/* LEVEL 2 */

#filter-menu-main ul .submenu .level-2 li {
  border-bottom: 0;
  padding-left: 25px;
}

/* SVG-BM-NEW */

#filter-menu-main ul#accordion-2 .submenu li svg.arrow-up-down {
  position: absolute;
  fill: #fff;
  width: 15px;
  right: 13px;
  top: 12px;
  left: auto;
}

#filter-menu-main ul#accordion-2 .submenu#subfilter-search-sort li {
  position: relative;
}

#filter-menu-main .accordion li svg.chevron-down {
  right: 12px;
  left: auto;
}

.accordion li.open .ajx-filter-dropdown svg.chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#filter-menu-main .accordion li .ajx-subfilter-dropdown svg.chevron-down {
  width: 10px;
  fill: #fff;
}
.flexslider .listing-simple-item .listing-simple-caption .titel {
    hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.flexslider .listing-simple-item .listing-simple-caption .titel {
  font-weight:bold;	
}
.flexslider .listing-simple-item .listing-simple-caption .utitel {
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.flex-direction-nav .flex-prev {
    left: -10px;
}
.flex-direction-nav .flex-next {
    right: -10px;
    text-align: right;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 60px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #4c4b4a;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next::before {
    content: '\f002';
}

.flex-direction-nav .flex-next {
    text-align: right;
}
.bookSlider .slides { padding: 20px 0; }
.home .bookSlider { padding: 0 20px; }
.bookSlider .listing-header { margin: 0 -20px; }
.home .flex-direction-nav a {
	height:40px;	
}
.home .flex-direction-nav .flex-prev {
    left: 10px;
}
.home .flex-direction-nav .flex-next {
    right: 10px;
    text-align: right;
}