/* 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 {
  
}

/**
 * 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;
}
.magenta {
	color:#ff47b2;	
}
.bold600 {
	font-weight:600;	
}
.size18 {
	font-size:18px;	
}
/* ==========================================================================
   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";
}

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

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


.clearmobile{
	display:none;
}


@media only screen and (max-width: 600px) {
	.clearmobile {
		clear:both;
		display:block;
	}
}

/* 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;
  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: 62.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;
}
.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: 600px) {
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }	
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .row .mobile-two {
    width: 33.33% !important;
    float: left;
    padding: 0 10px;
  }	
}
@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;
  }
  /* 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("/lauf/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;
  vertical-align: baseline;
  text-decoration: none;
}

/* line 31, ../Source/Stylesheets/common/_typography.scss */
a {
  color: #ff47b2;
  text-decoration: none;
  cursor: pointer;
}
/* line 39, ../Source/Stylesheets/common/_typography.scss */
a:hover {
  color: #8dc83f;
}
/* 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;
  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: #ff47b2;
  color: white;
  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: white;
  background: #df600c;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.btn-small {
  padding:8px 10px;	
}
/* 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;
  padding: 0 15px;
  background: white;
  border: 1px solid #333;
}
/* line 60, ../Source/Stylesheets/common/_forms.scss */
.form-text:focus {
  border-color: #ff47b2;
}
.app-search .form-text {
	line-height:normal;
}
@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;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 15px;
  background: white;
  border: 1px solid #333;
  /*border: 1px solid #f4f3f1;*/
}
/* line 8, ../Source/Stylesheets/mixins/_icon.scss */
.form-select-fake > span:before {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  background: #ff47b2;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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: #8dc83f;
}

/* line 10, ../Source/Stylesheets/interface/_main.scss */
body {
  position: relative;
  height: 100%;
  width: 100%;
  background: #8dc83f;
  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;
}
@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: 30px;
}

@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: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  /* line 46, ../Source/Stylesheets/interface/_header.scss */
  .app-logo-row {
    width: 20% !important;
    z-index:999;
  }
}

/* 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;
  margin-top:78px;
}

@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;
}
.app-header .mobile {
    display: none;
  }
@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, .app-header .large {
    display: none;
  }
  /* line 143, ../Source/Stylesheets/interface/_header.scss */
  .app-search .seven.columns, .app-search .eight.columns {
    width: 75% !important;
  }
  .app-header .mobile {
    display: block;
  }
}

/* line 150, ../Source/Stylesheets/interface/_header.scss */
.app-search-submit {
  position: absolute;
  right: 1px;
  top: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #ff47b2;
  line-height: 34px;
  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 > h5 {
  font-size: 1em;
  margin-bottom: 10px;
}
.app-basket > h5 a {
    color: #4c4b4a;
}
@media only screen and (max-width: 1023px) {
  /* line 173, ../Source/Stylesheets/interface/_header.scss */
  .app-basket {
    width: 20% !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;
    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;
  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;
    height:2em;
  }
}

/* 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-outer {
  width:100%;
  background:#8dc83f;
}

.app-navigation-row {
  height: 50px;
  overflow: visible;
}

/* line 11, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation {
  background: #ffffff;
  height: 50px;
  line-height: 50px;
  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: 1120px) {
  .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: #4c4b4a;
  padding: 0;
  background: transparent;
  position:relative;
}
.app-navigation-anchor a, .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;opacity:0.8;
  display:none;
}
.app-navigation-anchor-inner a{
  display:block;
  padding-bottom:5px;
}
/* line 58, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor:hover {
  background: #f0eeeb;
}
.app-navigation-anchor:hover .app-navigation-anchor-inner{
  display: block;
  z-index: 10;
}
/* line 63, ../Source/Stylesheets/interface/_navigation.scss */
.app-navigation-anchor.is-active {
  background: none;
}
.app-navigation-anchor.is-active a{
  color: #ff47b2;
}
.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: #ff47b2;
}
@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;
    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;
  padding:0 10px;
  text-align: center;
  color: #4c4b4a;
  font-size: 1.05em;
  border-left: 1px solid white;
  border-right: 1px solid #e9e7e3;
  float: left;
}

.app-navigation-icon .entypo-phone, .app-navigation-icon .entypo-mail {
	color:#ff47b2;
}

/* 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: #ff47b2;
  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;
  }
  /* 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;
  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;
}
@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;
  margin: 0;
}

.app-contact a{
  color:white;
}

/* 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: #ff47b2;
}

/* line 53, ../Source/Stylesheets/interface/_footer.scss */
.app-payment {
  width: 50px;
  margin: 5px;
}
.text {
    font-size: 0.9em;
    line-height: 1.5;
    padding: 20px;
}
/* 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;
  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: #ff47b2;
  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;
  text-transform: uppercase;
  font-size: 1.8em;
  border-bottom: 1px solid #c8d880;
  color:#555453;
}
.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: 1.2em;
  }
}

/* line 20, ../Source/Stylesheets/modules/_listing.scss */
.listing-more {
  display: block;
  height: 40px;
  line-height: 40px;
  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;
  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: #ff47b2;
  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;
}
/* line 85, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a {
  color: #4c4b4a;
}
/* line 89, ../Source/Stylesheets/modules/_listing.scss */
.listing-category a:hover {
  color: #ff47b2;
}

/* 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;
}

/* 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;
}
.listing-item-header a {
  color: #4c4b4a;
}

/* 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;
  color: #4c4b4a;
}

/* 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;
}
@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:350px;
	}
	.listing-simple-item .info {
		height:116px;
	}
}
/* 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;
}
/* 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;
}
/* 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: #4c4b4a;
}

/* 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: #ff47b2;
  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;
}
/* 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;
}
.accordion-switch:first-child {
    border-top: medium none;
}
.accordion-switch .entypo-plus {
    background: none repeat scroll 0 0 #ff47b2;
    border-radius: 50%;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    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;
}
.facebookbox .tabs-content{
	padding-bottom:146px;	
}
@media only screen and (max-width: 767px) {
#facebookbox {
    margin:0 auto;
}
}
#suchbox {
	margin-top:20px;
}
#suchbox a {
	color:#73706B;
}

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

#basket_form img{
	margin-right:10px;
}
#basket_form .kassa_button, #konto .send_button {
	background: none repeat scroll 0 0 #ff47b2 !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 #ff47b2 !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 #ff47b2 !important;
}
.gutschein_form {
	padding-top:20px !important;
	border-top:1px solid #E7E4DF !important;
}
#gwspielmailform input {
	border: 1px solid #F4F3F1 !important;
}

#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%;	
	}
}
#rezensionendiv .inhalt  {
	margin: 5px 0 20px 0;	
}

.mehr {
    width: 100%;
    text-align: right;
    padding: 20px;
    border-top: 1px solid #e7e4df;
}

.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden; }
  .panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
  border-bottom: 0; }
  .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #dddddd; }
.panel-group .panel-footer {
  border-top: 0; }
  .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #dddddd; }
    .panel-default > .panel-heading > .dropdown .caret {
      border-color: #333333 transparent; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #428bca;
    border-color: #428bca; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #428bca; }
    .panel-primary > .panel-heading > .dropdown .caret {
      border-color: white transparent; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading > .dropdown .caret {
      border-color: #468847 transparent; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading > .dropdown .caret {
      border-color: #c09853 transparent; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading > .dropdown .caret {
      border-color: #b94a48 transparent; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading > .dropdown .caret {
      border-color: #3a87ad transparent; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

