/* line 5, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../.gem/ruby/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Gelion Black';
  src: url("../font/Gelion-Black.eot");
  src: url("../font/Gelion-Black.eot?#iefix") format("embedded-opentype"), url("../font/Gelion-Black.woff2") format("woff2"), url("../font/Gelion-Black.woff") format("woff"), url("../font/Gelion-Black.svg#Gelion-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
* Adds a retina image for the selector
* Usage: selector {
*   background: url('image.png') no-repeat;
*   @include image-2x('image@2x.png', 500px, 300px);
* }
* Outputs a retina media query for this element
*/
/* line 20, ../sass/main.scss */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

/* line 25, ../sass/main.scss */
.cf:after {
  clear: both;
}

/* line 29, ../sass/main.scss */
.cf {
  *zoom: 1;
}

/* line 33, ../sass/main.scss */
.clear {
  clear: both;
}

/* line 37, ../sass/main.scss */
ul.links.inline {
  display: none;
}

/* line 45, ../sass/main.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/main.scss */
body {
  font-family: "Lato", sans-serif;
}

/* line 54, ../sass/main.scss */
small, sub, sup {
  font-size: .83em;
  line-height: 1em;
}

/* line 59, ../sass/main.scss */
sub {
  vertical-align: sub;
}

/* line 63, ../sass/main.scss */
sup {
  vertical-align: super;
}

/* line 68, ../sass/main.scss */
.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

/* line 74, ../sass/main.scss */
input {
  box-shadow: none;
}

/* line 78, ../sass/main.scss */
input:-moz-placeholder {
  box-shadow: none !important;
}

/* line 82, ../sass/main.scss */
a:active {
  background-color: transparent;
}

/* line 86, ../sass/main.scss */
a {
  outline: none;
}

/* line 90, ../sass/main.scss */
.fake_a_tag {
  cursor: pointer;
}

/* line 94, ../sass/main.scss */
.input_default {
  color: #6d6661;
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 103, ../sass/main.scss */
.global_overlayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  z-index: 999;
  cursor: pointer;
  display: none;
  opacity: 0;
}
/* line 114, ../sass/main.scss */
.global_overlayer.with_transition {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 117, ../sass/main.scss */
.global_overlayer.showme {
  display: block;
  opacity: .4;
}

/* line 123, ../sass/main.scss */
.youtube_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  padding: 32px;
  max-width: 820px;
  width: 90%;
  z-index: 1000;
  display: none;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 136, ../sass/main.scss */
.youtube_popup .closer {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 11px;
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 145, ../sass/main.scss */
.youtube_popup .closer img {
  margin: 2px 0 0 2px;
  width: 16px;
  height: 16px;
}
/* line 150, ../sass/main.scss */
.youtube_popup .closer:hover {
  opacity: 0.5;
}
/* line 154, ../sass/main.scss */
.youtube_popup.showme {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 158, ../sass/main.scss */
.youtube_popup .movie {
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
/* line 166, ../sass/main.scss */
.youtube_popup .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
@media all and (max-width: 768px) {
  /* line 123, ../sass/main.scss */
  .youtube_popup {
    padding: 20px;
  }
  /* line 178, ../sass/main.scss */
  .youtube_popup .closer {
    top: 3px;
    right: 6px;
  }
}

/* line 185, ../sass/main.scss */
.mobile-overlayer {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 100;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  display: none;
}

/* line 197, ../sass/main.scss */
.mobile-overlayer.visible {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 900px) {
  /* line 202, ../sass/main.scss */
  .mobile-overlayer {
    display: block;
  }
}
/* line 207, ../sass/main.scss */
.panel-separator {
  border-bottom: 1px solid #ebebeb;
}

/* line 211, ../sass/main.scss */
.loading_gif {
  position: fixed;
  top: 50%;
  margin-top: -9.5px;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  height: 19px;
  z-index: 1000;
  display: none;
}

/* line 223, ../sass/main.scss */
div.messages {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 230, ../sass/main.scss */
.cover {
  position: relative;
}
/* line 232, ../sass/main.scss */
.cover .cover_black_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
/* line 241, ../sass/main.scss */
.cover .back-img {
  z-index: 0;
}
/* line 244, ../sass/main.scss */
.cover .inner_center {
  z-index: 2;
}

/* line 249, ../sass/main.scss */
.tabs {
  max-width: 980px;
  width: 99%;
  margin: 10px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 254, ../sass/main.scss */
.tabs ul {
  width: 99%;
}
/* line 257, ../sass/main.scss */
.tabs ul li a {
  padding: 5px 10px 3px 10px;
  background-color: #fff;
  color: #2c7838;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 264, ../sass/main.scss */
.tabs ul li.active a {
  color: #6d6661;
}

/* line 271, ../sass/main.scss */
.prevent_default {
  cursor: default;
}

/* line 275, ../sass/main.scss */
.form-item {
  float: left;
}

/* line 279, ../sass/main.scss */
.form-type-radio {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 283, ../sass/main.scss */
.form-type-radio .custom_radio {
  width: 26px;
  height: 26px;
  position: relative;
  border: 2px solid currentColor;
  border-radius: 50%;
}
/* line 290, ../sass/main.scss */
.form-type-radio .custom_radio .form-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0;
}
/* line 300, ../sass/main.scss */
.form-type-radio .custom_radio.checked .inner_custom_radio {
  background-color: currentColor;
}
/* line 305, ../sass/main.scss */
.form-type-radio .inner_custom_radio {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background-color: transparent;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 316, ../sass/main.scss */
.form-type-radio .option {
  margin-left: 4px;
}

/* line 321, ../sass/main.scss */
body #container .form-item.form-type-radio:not(:last-child) {
  margin-right: 12px;
}

/* line 325, ../sass/main.scss */
i {
  font-style: italic;
}

/* line 329, ../sass/main.scss */
strong {
  font-weight: bold;
}

/* line 333, ../sass/main.scss */
u {
  text-decoration: underline;
}

/* line 337, ../sass/main.scss */
.form-textarea-wrapper textarea {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 341, ../sass/main.scss */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* line 346, ../sass/main.scss */
.disableHtmlScroll {
  overflow: hidden;
}

/* line 350, ../sass/main.scss */
p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
}

/* line 356, ../sass/main.scss */
.no_results {
  font-size: 24px;
  color: #388e3c;
  text-align: center;
  margin: 40px 0;
}

/* line 363, ../sass/main.scss */
.dark_green_header {
  text-align: center;
  color: #388e3c;
  line-height: 1.2;
  margin-bottom: 32px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../sass/mixins/_fluid.scss */
.dark_green_header {
  font-size: 30px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .dark_green_header {
    font-size: calc(30px + 26 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .dark_green_header {
    font-size: 56px;
  }
}

/* line 374, ../sass/main.scss */
.light_green_header {
  color: #388e3c;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 24px;
}
/* line 12, ../sass/mixins/_fluid.scss */
.light_green_header {
  font-size: 24px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .light_green_header {
    font-size: calc(24px + 18 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .light_green_header {
    font-size: 42px;
  }
}

/* line 382, ../sass/main.scss */
.bold_30px_header {
  font-weight: 700;
  color: #388e3c;
  line-height: 1.2;
  margin-bottom: 3.33%;
}
/* line 12, ../sass/mixins/_fluid.scss */
.bold_30px_header {
  font-size: 21px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .bold_30px_header {
    font-size: calc(21px + 9 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .bold_30px_header {
    font-size: 30px;
  }
}
/* line 388, ../sass/main.scss */
.bold_30px_header .red {
  font-weight: normal !important;
}

/* line 393, ../sass/main.scss */
.bold_20px_header {
  font-weight: 700;
  color: #388e3c;
  line-height: 1.2;
  margin-bottom: 1.67%;
}
/* line 12, ../sass/mixins/_fluid.scss */
.bold_20px_header {
  font-size: 16px;
}
@media (min-width: 900px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .bold_20px_header {
    font-size: calc(16px + 5 * ((100vw - 900px) / 540));
  }
}
@media (min-width: 1440px) {
  /* line 12, ../sass/mixins/_fluid.scss */
  .bold_20px_header {
    font-size: 21px;
  }
}

/* line 401, ../sass/main.scss */
.bold_24px_header {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
}

@media (min-width: 420px) {
  /* line 408, ../sass/main.scss */
  .dark_green_header {
    margin-bottom: 42px;
  }

  /* line 412, ../sass/main.scss */
  .light_green_header {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  /* line 418, ../sass/main.scss */
  .dark_green_header {
    margin-bottom: 6%;
  }

  /* line 422, ../sass/main.scss */
  .light_green_header {
    margin-bottom: 4%;
  }
}
/* line 427, ../sass/main.scss */
h1.content_header {
  text-align: center;
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
  font-size: 50px;
  text-transform: lowercase;
  margin-bottom: 14px;
  margin-top: 14px;
}
/* line 436, ../sass/main.scss */
h1.content_header span {
  color: #f88806;
}

/* line 440, ../sass/main.scss */
h2.content_sub_header {
  font-family: "Gelion Black", sans-serif;
  font-weight: normal;
  color: #f88806;
  font-size: 26px;
  margin-bottom: 14px;
  text-transform: lowercase;
}

/* line 450, ../sass/main.scss */
.abs_hider {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
}

/* line 459, ../sass/main.scss */
#responsive_checker {
  position: absolute;
  top: -99999px;
  left: 9999px;
}
@media all and (max-width: 980px) {
  /* line 459, ../sass/main.scss */
  #responsive_checker {
    left: 980px;
  }
}
@media all and (max-width: 640px) {
  /* line 459, ../sass/main.scss */
  #responsive_checker {
    left: 640px;
  }
}
@media all and (max-width: 480px) {
  /* line 459, ../sass/main.scss */
  #responsive_checker {
    left: 480px;
  }
}

/* line 478, ../sass/main.scss */
#user-login {
  max-width: 980px;
  width: 100%;
  margin: 50px auto;
}
/* line 482, ../sass/main.scss */
#user-login .form-item {
  float: none;
  margin-bottom: 15px !important;
}
/* line 486, ../sass/main.scss */
#user-login .form-item label {
  font-size: 18px;
  color: #6d6661;
}
/* line 490, ../sass/main.scss */
#user-login .form-item .description {
  display: none;
}
/* line 493, ../sass/main.scss */
#user-login .form-item input {
  width: 30em;
}
/* line 495, ../sass/main.scss */
#user-login .form-item input.error {
  border: 1px solid #d00;
}
/* line 500, ../sass/main.scss */
#user-login input.form-submit {
  width: auto;
  display: block;
  min-height: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* line 506, ../sass/main.scss */
#user-login input.form-submit:hover {
  background-color: #6d6661;
  color: #f6f5f2;
}

/* line 513, ../sass/main.scss */
.profile {
  max-width: 980px;
  width: 100%;
  margin: 50px auto;
}

/* line 520, ../sass/main.scss */
body {
  position: relative;
}
/* line 523, ../sass/main.scss */
body .bottom-text .inner_center {
  text-align: center;
}
/* line 525, ../sass/main.scss */
body .bottom-text .inner_center h1 {
  border-bottom: 3px solid transparent;
}
/* line 530, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 {
  color: #6d6661;
  border-color: #6d6661;
}
/* line 534, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 * {
  color: #6d6661 !important;
}
/* line 542, ../sass/main.scss */
body #container .just_link_hover .bottom-text:hover .inner_center {
  z-index: 0;
}
/* line 544, ../sass/main.scss */
body #container .just_link_hover .bottom-text:hover .inner_center h1 {
  color: #2c7838;
  border-color: transparent;
}
/* line 547, ../sass/main.scss */
body #container .just_link_hover .bottom-text:hover .inner_center h1 * {
  color: #2c7838 !important;
}
/* line 550, ../sass/main.scss */
body #container .just_link_hover .bottom-text:hover .inner_center h1.hover {
  cursor: pointer;
  color: #6d6661;
  border-color: #6d6661;
}
/* line 554, ../sass/main.scss */
body #container .just_link_hover .bottom-text:hover .inner_center h1.hover * {
  color: #6d6661 !important;
  cursor: pointer;
}
/* line 563, ../sass/main.scss */
body .inner_center {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
/* line 572, ../sass/main.scss */
body .inner_center h1 {
  display: inline-block;
  color: #2c7838;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
/* line 582, ../sass/main.scss */
body .inner_center p {
  color: #2c7838;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
/* line 587, ../sass/main.scss */
body .inner_center p span {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 592, ../sass/main.scss */
body .inner_center.force_white h1, body .inner_center.force_white p {
  color: #fff !important;
}
/* line 597, ../sass/main.scss */
body .inner_center.force_light_green h1, body .inner_center.force_light_green p {
  color: #a1bf36 !important;
}
/* line 602, ../sass/main.scss */
body .inner_center.force_dark_green h1, body .inner_center.force_dark_green p {
  color: #2c7838 !important;
}
/* line 607, ../sass/main.scss */
body .inner_center.force_orange h1, body .inner_center.force_orange p {
  color: #d9861c !important;
}
/* line 613, ../sass/main.scss */
body .inner_center.full .right_box, body .inner_center.full .inner_box {
  background: rgba(255, 255, 255, 0.9);
}
/* line 616, ../sass/main.scss */
.lt-ie9 body .inner_center.full .right_box, .lt-ie9 body .inner_center.full .inner_box {
  background: url(img/transparant.png) 0 0 repeat;
}
/* line 619, ../sass/main.scss */
body .inner_center.full .right_box {
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 520px) {
  /* line 619, ../sass/main.scss */
  body .inner_center.full .right_box {
    display: none;
  }
}
/* line 630, ../sass/main.scss */
body .inner_center.full .box .inner_box {
  display: inline-block;
  padding: 15px 0 10px 20px;
}
@media all and (max-width: 520px) {
  /* line 630, ../sass/main.scss */
  body .inner_center.full .box .inner_box {
    padding: 0;
  }
}
/* line 638, ../sass/main.scss */
body .inner_center.full .box h1 {
  color: #2c7838;
  border: none;
}
/* line 641, ../sass/main.scss */
body .inner_center.full .box h1 a {
  color: #2c7838 !important;
}
/* line 643, ../sass/main.scss */
body .inner_center.full .box h1 a span, body .inner_center.full .box h1 a font {
  padding-bottom: 4px;
}
@media all and (max-width: 1100px) {
  /* line 638, ../sass/main.scss */
  body .inner_center.full .box h1 {
    padding-right: 50px;
  }
}
@media all and (max-width: 1000px) {
  /* line 638, ../sass/main.scss */
  body .inner_center.full .box h1 {
    font-size: 26px !important;
    line-height: 26px !important;
  }
}
/* line 656, ../sass/main.scss */
body .inner_center.full .box p {
  color: #6d6661;
  padding-bottom: 5px;
  line-height: 20px !important;
  margin: 0;
}
@media all and (max-width: 1100px) {
  /* line 656, ../sass/main.scss */
  body .inner_center.full .box p {
    padding-right: 50px;
  }
}
/* line 669, ../sass/main.scss */
body .cover.last-block .inner_center.full .box h1 a font, body .cover.last-block .inner_center.full .box h1 a span {
  padding-bottom: 0;
  margin-bottom: 4px;
}
/* line 674, ../sass/main.scss */
body .first-block, body .last-block {
  position: relative;
  display: block;
  margin-top: 0px;
  clear: both;
}
/* line 681, ../sass/main.scss */
body .first-block, body .last-block {
  overflow: hidden;
}
/* line 686, ../sass/main.scss */
body .inner_header_form {
  position: absolute;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  left: 0;
  right: 0;
  min-height: 50px;
  z-index: 2;
  text-align: center;
}
/* line 703, ../sass/main.scss */
body .inner_header_form form .inputbox-container {
  float: none;
  overflow: hidden;
  display: inline-block;
}
/* line 708, ../sass/main.scss */
body .inner_header_form form .inputbox {
  float: left;
}
/* line 710, ../sass/main.scss */
body .inner_header_form form .inputbox .clear {
  display: none;
}
@media all and (max-width: 865px) {
  /* line 710, ../sass/main.scss */
  body .inner_header_form form .inputbox .clear {
    display: block;
  }
}
/* line 717, ../sass/main.scss */
body .inner_header_form form .dropdown-wrapper {
  margin: 0 15px 0 0;
  float: right;
  display: inline-block;
  margin-top: 10px;
}
/* line 722, ../sass/main.scss */
body .inner_header_form form .dropdown-wrapper p {
  text-align: left;
}
/* line 726, ../sass/main.scss */
body .inner_header_form form .longinput {
  float: right;
  margin-bottom: 15px;
  margin-top: 10px;
}
/* line 731, ../sass/main.scss */
body .inner_header_form form .smallSubmitButton {
  margin-top: 10px;
  float: left;
}
/* line 736, ../sass/main.scss */
body .inner_header_form p.info {
  color: #fff;
  font-size: 15px;
  text-align: right;
  margin-bottom: 15px;
}
/* line 743, ../sass/main.scss */
body #products_detail .pagerbox {
  padding-top: 10px;
}
/* line 746, ../sass/main.scss */
body #products_overview .pagerbox.first {
  margin-top: -27px;
}
/* line 749, ../sass/main.scss */
body #products_detail .pagerbox .pager:first-child {
  margin: 0 4px 0 0;
}
/* line 752, ../sass/main.scss */
body .pagerbox {
  position: relative;
  margin: 0 auto;
  width: 300px;
  padding-bottom: 23px;
  text-align: center;
  /* .pager:first-child {
    margin: 0;
  } */
}
/* line 758, ../sass/main.scss */
body .pagerbox .pager_inner {
  display: inline-block;
}
/* line 761, ../sass/main.scss */
body .pagerbox .pager {
  cursor: pointer;
  margin: 0 4px 0 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d0ccbe;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 770, ../sass/main.scss */
body .pagerbox .pager:hover {
  background-color: #df9e45;
}
/* line 777, ../sass/main.scss */
body .pagerbox .active {
  background-color: #df9e45;
  cursor: default;
}
/* line 783, ../sass/main.scss */
body #container {
  width: 100%;
  min-width: 320px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
/* line 791, ../sass/main.scss */
body #container .hero h1 {
  text-align: left;
}
/* line 794, ../sass/main.scss */
body #container .hero .d_green {
  color: #2c7838;
  font-weight: bold;
}
/* line 798, ../sass/main.scss */
body #container .hero .copy .margin_top {
  margin-top: 30px;
}
/* line 802, ../sass/main.scss */
body #container .form-item, body #container .form-actions {
  margin: 0;
  padding: 0;
}
/* line 806, ../sass/main.scss */
body #container .form-item {
  position: relative;
}
/* line 808, ../sass/main.scss */
body #container .form-item .input_default {
  top: 11px;
  left: 11px;
}
/* line 812, ../sass/main.scss */
body #container .form-item .form-textarea-wrapper .input_default {
  top: 6px;
  left: 10px;
}
/* line 816, ../sass/main.scss */
body #container .form-item#webform-component-duration-min .input_default {
  top: 10px;
}
/* line 820, ../sass/main.scss */
body #container .animation-scale {
  position: relative;
}
/* line 822, ../sass/main.scss */
body #container .animation-scale img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: -moz-transform 0.35s ease-in-out;
  -o-transition: -o-transform 0.35s ease-in-out;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
/* line 834, ../sass/main.scss */
body #container .animate .animation-scale img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
/* line 837, ../sass/main.scss */
body #container .animate h2 {
  color: #a1bf36;
}
/* line 841, ../sass/main.scss */
body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) {
  text-decoration: none;
  color: #6d6661;
}
@media all and (max-width: 1000px) {
  /* line 856, ../sass/main.scss */
  body #container a:not(.header-icons__link)
  :not(.page-nav__anchor)
  :not(.hp_block-btn)
  :not(.fd-contest)
  :not(#watch_movie)
  :not(.cfp_block-copy-btn)
  :not(.pr_ov-nav-item-link)
  :not(.pr_ov-nav-item-link-subitem-link)
  :not(.btn)
  :not(.pr_ov-category-all_less)
  :not(.pr_ov-category-all_less span):not([data-scrollto]) {
    line-height: 30px;
  }
}
/* line 861, ../sass/main.scss */
body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) span, body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) font {
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-bottom: 3px solid transparent;
  display: inline-block;
  line-height: 27px;
}
/* line 866, ../sass/main.scss */
.lt-ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) span, .ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) span, .lt-ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) font, .ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) font {
  border: none;
}
@media all and (max-width: 1000px) {
  /* line 861, ../sass/main.scss */
  body #container a:not(.header-icons__link)
  :not(.page-nav__anchor)
  :not(.hp_block-btn)
  :not(.fd-contest)
  :not(#watch_movie)
  :not(.cfp_block-copy-btn)
  :not(.pr_ov-nav-item-link)
  :not(.pr_ov-nav-item-link-subitem-link)
  :not(.btn)
  :not(.pr_ov-category-all_less)
  :not(.pr_ov-category-all_less span) span, body #container a:not(.header-icons__link)
  :not(.page-nav__anchor)
  :not(.hp_block-btn)
  :not(.fd-contest)
  :not(#watch_movie)
  :not(.cfp_block-copy-btn)
  :not(.pr_ov-nav-item-link)
  :not(.pr_ov-nav-item-link-subitem-link)
  :not(.btn)
  :not(.pr_ov-category-all_less)
  :not(.pr_ov-category-all_less span) font {
    line-height: 15px;
  }
}
/* line 874, ../sass/main.scss */
body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover {
  color: #a1bf36 !important;
}
/* line 876, ../sass/main.scss */
.lt-ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover, .ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover {
  text-decoration: underline;
}
/* line 879, ../sass/main.scss */
body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover span, body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover font {
  color: #a1bf36 !important;
  border-color: #a1bf36;
}
/* line 882, ../sass/main.scss */
.lt-ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover span, .ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover span, .lt-ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover font, .ie9 body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span):hover font {
  border: none;
  text-decoration: underline;
}
/* line 889, ../sass/main.scss */
body #container a:not(.header-icons__link)
:not(.page-nav__anchor)
:not(.hp_block-btn)
:not(.fd-contest)
:not(#watch_movie)
:not(.cfp_block-copy-btn)
:not(.pr_ov-nav-item-link)
:not(.pr_ov-nav-item-link-subitem-link)
:not(.btn)
:not(.pr_ov-category-all_less)
:not(.pr_ov-category-all_less span) img {
  border: none;
}
/* line 894, ../sass/main.scss */
body #container .cover a span, body #container .cover a font {
  line-height: inherit;
}
/* line 899, ../sass/main.scss */
body #container input[type='submit'] {
  cursor: pointer;
}
/* line 902, ../sass/main.scss */
body #container input[type='text'], body #container input[type='email'], body #container textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 905, ../sass/main.scss */
body #container li {
  list-style: none;
}
/* line 908, ../sass/main.scss */
body #container .fl-left {
  float: left;
}
/* line 911, ../sass/main.scss */
body #container .fl-right {
  float: right;
}
/* line 914, ../sass/main.scss */
body #container .back-img {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
}
/* line 921, ../sass/main.scss */
body #container .icon-print {
  display: inline-block;
  background: url("img/sprite.png") -90px -120px no-repeat;
  width: 45px;
  height: 44px;
  margin-left: 10px;
}
/* line 927, ../sass/main.scss */
html.ie9 body #container .icon-print {
  height: 46px;
}
/* line 930, ../sass/main.scss */
html.lt-ie9 body #container .icon-print {
  height: 47px;
}
/* line 934, ../sass/main.scss */
body #container .icon-fb {
  display: inline-block;
  background: url("img/sprite.png") 0 -120px no-repeat;
  width: 45px;
  height: 44px;
  margin-left: 10px;
}
/* line 940, ../sass/main.scss */
html.ie9 body #container .icon-fb {
  height: 46px;
}
/* line 943, ../sass/main.scss */
html.lt-ie9 body #container .icon-fb {
  height: 47px;
}
/* line 947, ../sass/main.scss */
body #container .icon-twitter {
  display: inline-block;
  background: url("img/sprite.png") -45px -120px no-repeat;
  width: 45px;
  height: 44px;
  margin-left: 10px;
}
/* line 953, ../sass/main.scss */
html.ie9 body #container .icon-twitter {
  height: 46px;
}
/* line 956, ../sass/main.scss */
html.lt-ie9 body #container .icon-twitter {
  height: 47px;
}
/* line 960, ../sass/main.scss */
body #container .icon-pinterest {
  display: inline-block;
  background: url("img/sprite.png") -135px -120px no-repeat;
  width: 45px;
  height: 44px;
  margin-left: 10px;
}
/* line 966, ../sass/main.scss */
html.ie9 body #container .icon-pinterest {
  height: 46px;
}
/* line 969, ../sass/main.scss */
html.lt-ie9 body #container .icon-pinterest {
  height: 47px;
}
/* line 973, ../sass/main.scss */
body #container .longinput {
  padding: 4px 10px;
  width: 225px;
}
/* line 977, ../sass/main.scss */
body #container .extralonginput {
  padding: 4px 10px;
  width: 515px;
}
/* line 981, ../sass/main.scss */
body #container .shortinput {
  padding: 4px 10px;
  width: 105px;
}
/* line 985, ../sass/main.scss */
body #container .textareainput {
  padding: 5px 10px;
  width: 495px;
  height: 65px;
  resize: none;
}
/* line 991, ../sass/main.scss */
body #container .legend {
  font-weight: 100;
  font-size: 15px;
  color: #6d6661;
  display: inline-block;
  position: absolute;
  bottom: 15px;
  right: 0;
}
/* line 1000, ../sass/main.scss */
body #container input, body #container select {
  display: inline-block;
  font-size: 15px;
  background-color: #ebebeb;
  color: #6d6661;
  height: 22px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  outline: none;
  border: none;
}
/* line 1012, ../sass/main.scss */
body #container textarea {
  display: inline-block;
  font-size: 15px;
  background-color: #191919;
  color: #6d6661;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 15px;
  outline: none;
  border: none;
}
/* line 1023, ../sass/main.scss */
body #container input, body #container textarea, body #container select, body #container .check-news {
  font-weight: 100;
  color: #191919;
  font-size: 15px;
}
/* line 1028, ../sass/main.scss */
body #container .check-news {
  margin-left: 7px;
  margin-right: 30px;
}
/* line 1032, ../sass/main.scss */
body #container .longinput {
  padding: 4px 10px;
}
/* line 1035, ../sass/main.scss */
body #container .shortinput {
  padding: 4px 10px;
  width: 105px;
}
/* line 1039, ../sass/main.scss */
body #container .textareainput {
  padding: 5px 10px;
  width: 495px;
  height: 65px;
  resize: none;
}
/* line 1045, ../sass/main.scss */
body #container .float-checkbox {
  float: left;
}
/* line 1048, ../sass/main.scss */
body #container label {
  cursor: pointer;
  font-weight: 100;
}
/* line 1052, ../sass/main.scss */
body #container .submitbutton {
  background: url("img/sprite.png") -180px -200px;
  color: #fff;
  border: 0;
  width: 105px;
  height: 45px;
  position: relative;
  margin: 0;
  padding: 5px 0 0;
  font-size: 25px;
  float: right;
  margin-right: 50px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1065, ../sass/main.scss */
body #container .submitbutton:hover {
  opacity: .7;
}
/* line 1070, ../sass/main.scss */
body #container .smallSubmitButton {
  float: left;
  position: relative;
  border: none;
  background: url("img/sprite.png") 0 -297px no-repeat;
  width: 68px;
  height: 30px;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1079, ../sass/main.scss */
body #container .smallSubmitButton:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media all and (max-width: 865px) {
  /* line 1070, ../sass/main.scss */
  body #container .smallSubmitButton {
    float: right;
  }
}
/* line 1087, ../sass/main.scss */
body #container .textarea-high {
  height: 155px;
}
/* line 1090, ../sass/main.scss */
body #container .textarea-low {
  height: 65px;
}
/* line 1093, ../sass/main.scss */
body #container .addButton {
  width: 240px;
  float: right;
  position: relative;
  font-weight: 100;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1101, ../sass/main.scss */
body #container .addButton:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1104, ../sass/main.scss */
body #container .addButton span.img {
  display: inline-block;
  background: url("img/sprite.png") -68px -337px no-repeat;
  width: 30px;
  height: 30px;
}
/* line 1110, ../sass/main.scss */
body #container .addButton span.txt {
  font-weight: 100;
  position: absolute;
  top: 5px;
  left: 40px;
}
/* line 1118, ../sass/main.scss */
body #container .dropdown-wrapper {
  position: relative;
  height: 29px;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 15px;
}
/* line 1124, ../sass/main.scss */
body #container .dropdown-wrapper .dropdown-design {
  border: 1px solid #f6f5f2;
  background-color: #f6f5f2;
  color: #6d6661;
  font-size: 15px;
  width: 235px;
  padding: 5px 6px 5px 10px;
  font-weight: 100;
}
/* line 1132, ../sass/main.scss */
body #container .dropdown-wrapper .dropdown-design span.img {
  position: absolute;
  right: 8px;
  top: 7px;
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url("img/sprite.png") -231px -297px;
}
/* line 1142, ../sass/main.scss */
body #container .dropdown-wrapper.category_wrapper {
  width: 172px;
}
/* line 1144, ../sass/main.scss */
body #container .dropdown-wrapper.category_wrapper .dropdown-design {
  width: 160px;
  padding-right: 0;
}
/* line 1150, ../sass/main.scss */
body #container .dropdown-wrapper .dropdown-design, body #container .dropdown-wrapper select {
  position: absolute;
}
/* line 1153, ../sass/main.scss */
body #container .dropdown-wrapper select {
  height: 29px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  left: 0;
}
/* line 1159, ../sass/main.scss */
body #container .dropdown-wrapper-short {
  position: relative;
  height: 29px;
  width: 115px;
  margin-right: 50px;
  margin-bottom: 15px;
  font-weight: 100;
}
/* line 1166, ../sass/main.scss */
body #container .dropdown-wrapper-short .dropdown-design {
  border: 1px solid #f6f5f2;
  background-color: #f6f5f2;
  color: #6d6661;
  font-size: 15px;
  width: 115px;
  padding: 5px 0 5px 10px;
}
/* line 1173, ../sass/main.scss */
body #container .dropdown-wrapper-short .dropdown-design span.img {
  position: absolute;
  right: 8px;
  top: 7px;
  display: inline-block;
  width: 10px;
  height: 17px;
  background: url("img/sprite.png") -231px -297px;
}
/* line 1183, ../sass/main.scss */
body #container .dropdown-wrapper-short .dropdown-design, body #container .dropdown-wrapper-short select {
  position: absolute;
}
/* line 1186, ../sass/main.scss */
body #container .dropdown-wrapper-short select {
  height: 29px;
  width: 115px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1192, ../sass/main.scss */
body #container select {
  background-color: #fff;
  color: #6d6661;
  width: 250px;
  height: 35px;
  margin-right: 20px;
}
/* line 1199, ../sass/main.scss */
body #container .dropdowninput {
  width: 250px;
}
/* line 1201, ../sass/main.scss */
body #container .dropdowninput#edit-submitted-category {
  width: 172px;
}
/* line 1209, ../sass/main.scss */
body #container form .svg-checkbox .checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  background: #fff;
  position: relative;
  background: url("img/sprite.png") -241px -312px;
}
/* line 1217, ../sass/main.scss */
body #container form .svg-checkbox .checkbox input[type="checkbox"] {
  margin: 0;
  width: 15px;
  height: 15px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/* line 1228, ../sass/main.scss */
body #container form .svg-checkbox svg {
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 1px;
}
/* line 1235, ../sass/main.scss */
body #container form .svg-checkbox svg path {
  stroke: #a1bf36;
  stroke-width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
/* line 1243, ../sass/main.scss */
body #container form .check-news {
  background: 0;
  margin: 0 0 0 15px;
  display: inline-block;
}
/* line 1250, ../sass/main.scss */
body #container .side {
  position: fixed;
  right: 0;
  top: 310px;
  width: 45px;
  z-index: 30;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
/* line 1258, ../sass/main.scss */
body #container .side p {
  height: 45px;
}
/* line 1261, ../sass/main.scss */
body #container .side p a {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1269, ../sass/main.scss */
body #container .side p a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 1273, ../sass/main.scss */
body #container .side p a.facebook {
  background: url("img/fb_45.jpg") 0 0 no-repeat;
}
/* line 1277, ../sass/main.scss */
body #container .side p a.twitter {
  background: url("img/tw_45.jpg") 0 0 no-repeat;
}
/* line 1281, ../sass/main.scss */
body #container .side p a.mail {
  background: url("img/mail_45.jpg") 0 0 no-repeat;
}
/* line 1290, ../sass/main.scss */
body .slide-wrapper-outer {
  position: relative;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 10px 0 0;
}
/* line 1296, ../sass/main.scss */
body .slide-wrapper-outer .slide-wrapper.js_no_pager {
  margin-bottom: 40px;
}
/* line 1298, ../sass/main.scss */
body .slide-wrapper-outer .slide-wrapper.js_no_pager .slide-element {
  width: 100%;
}
/* line 1302, ../sass/main.scss */
body .slide-wrapper-outer .slide-wrapper-overflow {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 1306, ../sass/main.scss */
body .slide-wrapper-outer .slide-wrapper-overflow .slide-element {
  float: left;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
/* line 1313, ../sass/main.scss */
body .slide-wrapper-outer .prev, body .slide-wrapper-outer .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  width: 30px;
  height: 40px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1321, ../sass/main.scss */
.no-touch body .slide-wrapper-outer .prev:hover, .no-touch body .slide-wrapper-outer .next:hover {
  opacity: .5;
}
/* line 1326, ../sass/main.scss */
body .slide-wrapper-outer .prev {
  display: none;
  left: 0;
  background: url("img/sprite.png") -180px -120px no-repeat;
}
/* line 1331, ../sass/main.scss */
body .slide-wrapper-outer .next {
  right: 0;
  background: url("img/sprite.png") -210px -120px no-repeat;
}

/* line 1338, ../sass/main.scss */
body.ff #container .form-item .form-textarea-wrapper .input_default {
  top: 7px;
}

/* line 1343, ../sass/main.scss */
.basic_page_wrapper {
  background-color: #fff;
  color: #000;
  font-family: "Lato", sans-serif;
  max-width: 1180px;
  padding: 15px 20px 15px 20px;
}
/* line 1350, ../sass/main.scss */
.basic_page_wrapper, .basic_page_wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 1355, ../sass/main.scss */
.basic_page_wrapper.block-node {
  text-align: left;
}
/* line 1359, ../sass/main.scss */
.basic_page_wrapper ul li,
.basic_page_wrapper ol li,
.basic_page_wrapper p {
  font-size: 18px;
  line-height: 1.5;
  /*@include fluid-type(900px, 1440px, 16px, 21px);*/
}
/* line 1371, ../sass/main.scss */
.basic_page_wrapper li a,
.basic_page_wrapper p a,
.basic_page_wrapper td a,
.basic_page_wrapper th a {
  color: #f88806;
  text-decoration: none;
}
/* line 1375, ../sass/main.scss */
.no-touch .basic_page_wrapper li a, .no-touch
.basic_page_wrapper p a, .no-touch
.basic_page_wrapper td a, .no-touch
.basic_page_wrapper th a {
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 1379, ../sass/main.scss */
.no-touch .basic_page_wrapper li a:hover, .no-touch
.basic_page_wrapper p a:hover, .no-touch
.basic_page_wrapper td a:hover, .no-touch
.basic_page_wrapper th a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
/* line 1387, ../sass/main.scss */
.basic_page_wrapper ul {
  padding-left: 17px;
}
/* line 1390, ../sass/main.scss */
body #container .basic_page_wrapper ul li {
  list-style-type: none;
  position: relative;
}
/* line 1394, ../sass/main.scss */
body #container .basic_page_wrapper ul li:before {
  color: #f88806;
  content: "\2022";
  display: inline-block;
  font-size: 1em;
  left: -1.1225em;
  top: 0;
  position: absolute;
}
/* line 1406, ../sass/main.scss */
.basic_page_wrapper ol li,
.basic_page_wrapper ul li {
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 1413, ../sass/main.scss */
.basic_page_wrapper table {
  width: 100%;
}
/* line 1417, ../sass/main.scss */
.basic_page_wrapper thead {
  background: #f88806;
}
/* line 1421, ../sass/main.scss */
.basic_page_wrapper th {
  font-weight: 700;
  color: #fff;
}
/* line 1427, ../sass/main.scss */
.basic_page_wrapper .tbl_cookies th:first-child {
  width: 22%;
}
/* line 1430, ../sass/main.scss */
.basic_page_wrapper .tbl_cookies th:nth-child(2) {
  width: 18%;
}
/* line 1433, ../sass/main.scss */
.basic_page_wrapper .tbl_cookies th:nth-child(4) {
  width: 19%;
}
/* line 1438, ../sass/main.scss */
.basic_page_wrapper th,
.basic_page_wrapper td {
  /*@include fluid-type(320px, 1440px, 16px, 18px);*/
  line-height: 1.5;
  font-size: 18px;
  padding: 10px 15px;
}
/* line 1446, ../sass/main.scss */
.basic_page_wrapper td {
  border-bottom: 1px solid #ebebeb;
  color: #000;
}
/* line 1452, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling thead {
  display: none;
}
/* line 1456, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling tr,
.basic_page_wrapper table.has_mobile_styling td {
  display: block;
}
/* line 1461, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling td {
  border-bottom: 0;
  padding: 1px 0;
}
/* line 1465, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling td::before {
  content: attr(data-label);
  display: inline;
  margin-right: 5px;
  font-weight: 700;
}
/* line 1473, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling td:last-child {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
/* line 1478, ../sass/main.scss */
.basic_page_wrapper table.has_mobile_styling td:first-child {
  padding-top: 20px;
}

@media (min-width: 900px) {
  /* line 1484, ../sass/main.scss */
  .basic_page_wrapper {
    padding: 55px 20px 55px 20px;
  }
}
/* line 1493, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks {
  width: 100%;
}
/* line 1495, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks a, body #container .w_img_copy_blocks .img_copy_blocks a span {
  text-decoration: inherit;
  line-height: inherit;
}
/* line 1499, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks a * {
  display: inline;
}
/* line 1502, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks u, body #container .w_img_copy_blocks .img_copy_blocks u * {
  text-decoration: underline;
}
/* line 1505, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy {
  clear: both;
  background-repeat: no-repeat;
}
/* line 1509, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner {
  overflow: visible;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
/* line 1514, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy {
  position: relative;
  margin: 70px 0;
  width: 55%;
  z-index: 0;
}
@media all and (max-width: 600px) {
  /* line 1514, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
}
@media all and (max-width: 440px) {
  /* line 1514, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
/* line 1527, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy .absolute_img {
  position: absolute;
  display: none;
  top: 0;
}
/* line 1531, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy .absolute_img.mobile_img {
  display: none;
}
/* line 1535, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy a:hover * {
  text-decoration: underline;
  border: none;
}
/* line 1539, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy a span {
  border: none;
}
/* line 1542, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.thin {
  width: 31%;
}
/* line 1545, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.fl-right {
  text-align: left;
}
/* line 1548, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.fl-left {
  text-align: right;
}
/* line 1551, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.align-right {
  text-align: right;
}
/* line 1554, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.align-left {
  text-align: left;
}
/* line 1559, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.veg_heart .floating_img {
  margin: 25px 0 10px -75px;
}
/* line 1562, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.veg_heart .absolute_img {
  left: -450px;
}
/* line 1565, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.veg_heart ul {
  padding-left: 45px;
}
/* line 1567, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.veg_heart ul li {
  list-style-image: url(img/li_leaf.png);
  padding-left: 5px;
}
/* line 1574, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.plant-based-intro .copy.fl-left {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 600px) {
  /* line 1574, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.plant-based-intro .copy.fl-left {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 440px) {
  /* line 1574, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.plant-based-intro .copy.fl-left {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/* line 1586, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.plant-based-intro .copy.fl-left .absolute_img {
  right: -550px;
}
/* line 1588, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.plant-based-intro .copy.fl-left .absolute_img.for_uk {
  right: -450px;
}
/* line 1594, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.glass_milk .absolute_img {
  left: -350px;
}
/* line 1599, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.cereal .copy.fl-right .absolute_img {
  left: -720px;
}
/* line 1604, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.nuts .copy.fl-right .absolute_img {
  left: -700px;
}
/* line 1609, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.glass_milk .copy.fl-right .absolute_img {
  left: -400px;
}
/* line 1614, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img.cow .copy.fl-left .absolute_img {
  right: -700px;
}
/* line 1619, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .absolute_img {
  display: block;
}
/* line 1623, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .copy .absolute_img {
  z-index: -1;
}
/* line 1626, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .copy.fl-right .absolute_img {
  left: -800px;
}
/* line 1628, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .copy.fl-right .absolute_img.thin {
  left: -550px;
}
/* line 1632, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .copy.fl-left .absolute_img {
  right: -800px;
}
/* line 1634, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.show_absolute_img .copy.fl-left .absolute_img.thin {
  right: -550px;
}
/* line 1641, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.coco.show_absolute_img .copy.fl-left .absolute_img {
  right: -560px;
}
/* line 1646, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.valuable_resources .absolute_img {
  left: -610px;
}
/* line 1651, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.compare .absolute_img {
  right: -600px;
}
/* line 1656, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner.co2 .absolute_img {
  left: -650px;
}
@media all and (max-width: 980px) {
  /* line 1509, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 1665, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.thin {
    width: 48%;
  }
}
/* line 1672, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.intro .inner .copy {
  margin: 40px 0;
}
/* line 1677, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.white {
  background-color: #fff;
}
/* line 1680, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.beige {
  background-color: #f7f4ed;
}
/* line 1683, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.blue {
  background-color: #e7f1fa;
}
/* line 1686, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.plant-based-foods {
  background: #f0eae2 url(img/plant_based_eating/pbf_repeater.png) 0 bottom repeat-x;
}
/* line 1689, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.plant-based-foods .inner .copy {
  margin: 40px 0;
}
/* line 1691, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.plant-based-foods .inner .copy .absolute_img {
  left: -600px;
  z-index: -1;
}
/* line 1698, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think {
  background: #ebece4 url(img/plant_based_eating/etyt_repeating.jpg) 0 bottom repeat-x;
}
/* line 1701, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think .inner .copy {
  margin: 40px 0;
}
/* line 1703, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think .inner .copy .absolute_img {
  left: 435px;
  z-index: -1;
}
@media all and (max-width: 768px) {
  /* line 1703, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think .inner .copy .absolute_img {
    left: 340px;
  }
}
@media all and (max-width: 640px) {
  /* line 1703, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think .inner .copy .absolute_img {
    left: 240px;
  }
}
/* line 1714, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.easier-than-you-think .inner .floating_img {
  margin-left: -100px;
  margin-right: -100px;
}
/* line 1721, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.rice .inner.show_absolute_img .copy.fl-left .absolute_img {
  right: -690px;
}
/* line 1726, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.oat .inner.show_absolute_img .copy.fl-right .absolute_img {
  left: -660px;
}
/* line 1730, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.hide_overflow {
  overflow: hidden;
}
/* line 1734, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.wheat .inner.show_absolute_img .copy.fl-left .absolute_img {
  right: -1100px;
}
/* line 1738, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page {
  background: #f2efea url(img/static_pages/bg_edge.png) 0 bottom repeat-x;
  overflow: hidden;
}
/* line 1742, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page .inner .copy {
  margin: 40px 0;
}
/* line 1744, ../sass/main.scss */
body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page .inner .copy .absolute_img {
  left: 500px;
  z-index: -1;
}
@media all and (max-width: 768px) {
  /* line 1744, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page .inner .copy .absolute_img {
    left: 390px;
  }
}
@media all and (max-width: 640px) {
  /* line 1744, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page .inner .copy .absolute_img {
    left: 310px;
  }
}
@media all and (max-width: 980px) {
  /* line 1759, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .floating_img {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }
  /* line 1763, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .floating_img.stay {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
  }
  /* line 1770, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy .absolute_img {
    display: block;
  }
  /* line 1772, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy .absolute_img.switch {
    left: auto !important;
    right: -420px;
  }
  /* line 1776, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy .absolute_img.transition {
    left: auto;
    left: -740px;
  }
}
@media all and (max-width: 600px) {
  /* line 1505, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy {
    height: auto !important;
  }
  /* line 1786, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .floating_img {
    display: none !important;
  }
  /* line 1789, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .absolute_img {
    display: none !important;
  }
  /* line 1791, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .absolute_img.mobile_img {
    top: auto !important;
    bottom: auto !important;
    position: relative;
    left: auto !important;
    right: auto !important;
    display: block !important;
    width: 100%;
    margin: 25px auto 0;
  }
  /* line 1800, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .absolute_img.mobile_img.small {
    width: 65%;
  }
  /* line 1803, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .absolute_img.mobile_img.margin {
    margin-bottom: 25px;
  }
  /* line 1808, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.no-margin {
    margin-bottom: 0 !important;
  }
  /* line 1811, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy, body #container .w_img_copy_blocks .img_copy_blocks .img_copy .inner .copy.thin {
    width: 100%;
    text-align: left !important;
  }
  /* line 1816, ../sass/main.scss */
  body #container .w_img_copy_blocks .img_copy_blocks .img_copy.static_edge_page {
    height: auto !important;
    padding-bottom: 20px;
  }
}

/* line 1958, ../sass/main.scss */
.webform-confirmation {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 7% 25px;
  /* .confirmation-left {
  	position: relative;
  	float: left;
  	@include box-sizing(border-box);
  	// width: 65%;
  	// margin-right: 2%;
  	h1 {
  		font-size: 50px;
  		color: $light_green;
  		text-transform: uppercase;
  		margin-bottom: 10px;
  	}
  	p {
  		font-size: 15px;
  		color: $grey;
  	}
  } */
  /* .confirmation-right {
  	position: relative;
  	float: right;
  	@include box-sizing(border-box);
  	width: 33%;
  	p {
  		display: block;
  		margin-bottom: 25px;
  		line-height: 17px;
  		#icon-tel {
  			background: url("img/sprite.png") -88px -297px no-repeat;
  			margin: 0 0 0 10px;
  			width: 30px;
  			height: 30px;
  			display: inline-block;
  			float: right;
  		}
  		span span {
  			color: $light_green;
  			font-weight: 400;
  			background: none;
  		}
  		#icon-fb {
  			background: url("img/sprite.png") -118px -297px no-repeat;
  			margin: 0 0 0 10px;
  			width: 30px;
  			height: 30px;
  			display: inline-block;
  			float: right;
  		}
  	}
  } */
}
/* line 1965, ../sass/main.scss */
.webform-confirmation .light_green_header {
  font-weight: normal;
  font-family: 'Gelion Black', sans-serif;
  text-transform: lowercase;
  font-size: 50px;
  color: #000;
  margin-bottom: 20px;
}

/* line 2027, ../sass/main.scss */
body.ie #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper .single_item_wrapper {
  display: inline-block;
  margin-bottom: -3px;
}

/* line 2034, ../sass/main.scss */
body #products .slide-wrapper-outer {
  position: relative;
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: hidden;
}
/* line 2040, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow {
  overflow: hidden;
  position: relative;
}
/* line 2043, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper {
  width: 960px;
  margin: 0;
  position: relative;
  overflow: hidden;
}
/* line 2048, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper img {
  float: left;
}
/* line 2051, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper .single_item_wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-bottom: -3px;
}
/* line 2057, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper .single_item_wrapper .swf_cta, body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper .single_item_wrapper .fake_a_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(img/empty_px.png) 0 0 repeat;
}
/* line 2066, ../sass/main.scss */
body #products .slide-wrapper-outer .slide-wrapper-overflow .slide-wrapper .single_item_wrapper object {
  z-index: 0;
}
/* line 2072, ../sass/main.scss */
body #products .slide-wrapper-outer .inner {
  position: relative;
  z-index: 2;
}
/* line 2075, ../sass/main.scss */
body #products .slide-wrapper-outer .inner nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 960px;
  height: 66px;
  background: url("img/white_100pct.png");
}
/* line 2085, ../sass/main.scss */
body #products .slide-wrapper-outer .inner nav ul {
  display: inline-block;
}
/* line 2087, ../sass/main.scss */
body #products .slide-wrapper-outer .inner nav ul li {
  float: left;
}
/* line 2089, ../sass/main.scss */
body #products .slide-wrapper-outer .inner nav ul li a {
  font-size: 12px;
  color: #6d6661;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  width: 140px;
  height: 60px;
  line-height: 12px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2101, ../sass/main.scss */
body #products .slide-wrapper-outer .inner nav ul li a:hover, body #products .slide-wrapper-outer .inner nav ul li a.active {
  color: #a1bf36;
  text-decoration: none;
}
/* line 2108, ../sass/main.scss */
body #products .slide-wrapper-outer .inner .cf {
  margin: 6px auto 0;
  max-width: 960px;
}
/* line 2113, ../sass/main.scss */
body #products .slide-wrapper-outer .prev, body #products .slide-wrapper-outer .next {
  position: absolute;
  width: 7%;
  height: 40%;
  top: 35%;
  text-indent: -9999px;
  z-index: 100;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 2122, ../sass/main.scss */
body #products .slide-wrapper-outer .prev img, body #products .slide-wrapper-outer .next img {
  position: absolute;
  width: 30px;
  height: 40px;
  display: block;
  margin-top: -20px;
  top: 50%;
  margin-left: -15px;
  left: 50%;
}
/* line 2133, ../sass/main.scss */
body #products .slide-wrapper-outer .prev {
  display: none;
  left: 3%;
  background: none;
}
/* line 2139, ../sass/main.scss */
body #products .slide-wrapper-outer .prev:hover {
  opacity: .5;
}
/* line 2144, ../sass/main.scss */
body #products .slide-wrapper-outer .next {
  right: 3%;
  background: none;
}
/* line 2149, ../sass/main.scss */
body #products .slide-wrapper-outer .next:hover {
  opacity: .5;
}
/* line 2155, ../sass/main.scss */
body #products .oot {
  margin: -4px 0 0;
}
/* line 2159, ../sass/main.scss */
body #products .bottom-text .cta_image {
  display: block;
  height: 100%;
  position: absolute;
  width: 52%;
  top: 0;
  left: 50%;
  margin-left: -26%;
  background: url(img/good_for_the_planet/transparant.png) 0 0 repeat;
  z-index: 2;
}
/* line 2172, ../sass/main.scss */
body #products .products_cta h1 a {
  color: #2c7838 !important;
}
/* line 2176, ../sass/main.scss */
body #products .bottom-text.products_cta .inner_center h1 * {
  color: #2c7838 !important;
}
/* line 2179, ../sass/main.scss */
body #products .bottom-text.products_cta .inner_center h1.hover * {
  color: #6d6661 !important;
  border-color: #6d6661 !important;
}
/* line 2183, ../sass/main.scss */
body #products .bottom-text.products_cta:hover .inner_center h1 {
  border-color: transparent;
}
/* line 2187, ../sass/main.scss */
body #products .bottom-text.find_a_shop:hover .inner_center h1 {
  border-color: transparent;
}
/* line 2190, ../sass/main.scss */
body #products .bottom-text.find_a_shop .inner_center h1.hover * {
  color: #fff !important;
  border-color: #fff !important;
}
/* line 2194, ../sass/main.scss */
body #products .find_a_shop.copy_under_image .inner_center h1 * {
  color: #2c7838 !important;
}
/* line 2197, ../sass/main.scss */
body #products .bottom-text.find_a_shop.copy_under_image .inner_center h1.hover * {
  color: #6d6661 !important;
  border-color: #6d6661 !important;
}

/* line 2205, ../sass/main.scss */
body #container #products .products_cta a:hover span,
body #container #products .products_cta a:hover font {
  border-color: transparent;
}

/* line 2212, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .cta_image, #container .discover_products .cta_image, #container .last-block.custom .cta_image {
  display: block;
  height: 100%;
  position: absolute;
  width: 52%;
  top: 0;
  left: 50%;
  margin-left: -26%;
  background: url(img/good_for_the_planet/transparant.png) 0 0 repeat;
}
/* line 2224, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text .inner_center h1 a, #container .discover_products .bottom-text .inner_center h1 a, #container .last-block.custom .bottom-text .inner_center h1 a {
  color: #2c7838;
}
/* line 2226, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text .inner_center h1 a span, #container .discover_products .bottom-text .inner_center h1 a span, #container .last-block.custom .bottom-text .inner_center h1 a span {
  border: none;
}
@media all and (max-width: 1000px) {
  /* line 2226, ../sass/main.scss */
  body .bottom-text:hover .inner_center h1 *
  #container #products .oot .bottom-text .inner_center h1 a span, #container .discover_products .bottom-text .inner_center h1 a span, #container .last-block.custom .bottom-text .inner_center h1 a span {
    line-height: 20px;
  }
}
/* line 2232, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text .inner_center h1 a:hover span, #container .discover_products .bottom-text .inner_center h1 a:hover span, #container .last-block.custom .bottom-text .inner_center h1 a:hover span {
  color: #6d6661 !important;
  text-decoration: none !important;
  border: none;
}
/* line 2239, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1, #container .discover_products .bottom-text:hover .inner_center h1, #container .last-block.custom .bottom-text:hover .inner_center h1 {
  color: #2c7838;
  border-color: transparent;
}
/* line 2243, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1 *, #container .discover_products .bottom-text:hover .inner_center h1 *, #container .last-block.custom .bottom-text:hover .inner_center h1 * {
  color: #2c7838 !important;
}
/* line 2246, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1:hover, body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1.hover, #container .discover_products .bottom-text:hover .inner_center h1:hover, #container .discover_products .bottom-text:hover .inner_center h1.hover, #container .last-block.custom .bottom-text:hover .inner_center h1:hover, #container .last-block.custom .bottom-text:hover .inner_center h1.hover {
  color: #6d6661;
  border-color: #6d6661;
}
/* line 2250, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1:hover *, body .bottom-text:hover .inner_center h1 *
#container #products .oot .bottom-text:hover .inner_center h1.hover *, #container .discover_products .bottom-text:hover .inner_center h1:hover *, #container .discover_products .bottom-text:hover .inner_center h1.hover *, #container .last-block.custom .bottom-text:hover .inner_center h1:hover *, #container .last-block.custom .bottom-text:hover .inner_center h1.hover * {
  color: #6d6661 !important;
}
/* line 2259, ../sass/main.scss */
body .bottom-text:hover .inner_center h1 *
#container #products .oot:hover span, #container .discover_products:hover span, #container .last-block.custom:hover span {
  color: #6d6661 !important;
  border-color: #6d6661;
}

/* line 2266, ../sass/main.scss */
#container .last-block.custom.basic_page_cover:hover span {
  border-color: transparent;
}

/* line 2270, ../sass/main.scss */
.discover_products .cta_image {
  width: 44%;
  margin-left: -22%;
}

/* line 2275, ../sass/main.scss */
.discover_products .bottom-text .inner_center {
  bottom: 3% !important;
}

/* line 2284, ../sass/main.scss */
body #product_category .products_detail_header.copy_under_image .inner_center * {
  color: #2c7838 !important;
}
/* line 2287, ../sass/main.scss */
body #product_category .size_checker {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 0px;
  width: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media all and (max-width: 767px) {
  /* line 2287, ../sass/main.scss */
  body #product_category .size_checker {
    height: 1px;
  }
}
@media all and (max-width: 560px) {
  /* line 2287, ../sass/main.scss */
  body #product_category .size_checker {
    height: 2px;
  }
}
@media all and (max-width: 420px) {
  /* line 2287, ../sass/main.scss */
  body #product_category .size_checker {
    height: 3px;
  }
}
/* line 2304, ../sass/main.scss */
body #product_category .product_category_content {
  position: relative;
}
/* line 2306, ../sass/main.scss */
body #product_category .product_category_content .row {
  width: 100%;
  text-align: center;
}
/* line 2309, ../sass/main.scss */
body #product_category .product_category_content .row.odd {
  background-color: #fbf8ee;
}
/* line 2312, ../sass/main.scss */
body #product_category .product_category_content .row .inner {
  width: 100%;
  max-width: 980px;
  display: inline-block;
  padding: 25px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (max-width: 960px) {
  /* line 2312, ../sass/main.scss */
  body #product_category .product_category_content .row .inner {
    padding-left: .96%;
    padding-right: .96%;
  }
}

/* #contact {
  
	.contact_form {
		overflow: hidden;
    
		#contact_form_content {
			@include box-sizing(border-box);
      background-color: $color_whitish;
      color: $color_new_green_darker;
			position: relative;
			padding: 52px 25px 102px;
      
			#contact_form_left {
        margin-top: 38px;
        max-width: 704px;
        margin-left: auto;
        margin-right: auto;
				position: relative;
        
        .webform-component-textfield,
        .webform-component-email,
        .longinput,
        .shortinput {
          width: 100%;
        }
        
        #webform-component-first-name,
        #webform-component-surname {
          width: ((100 - 4.25) / 2) * 1%;
        }
        
        #webform-component-first-name,
        #webform-component-street,
        #webform-component-postal-code {
          margin-right: 4.25%;
        }
        
        #webform-component-street {
          width: 60.9%;
        }
        
        #webform-component-number {
          width: (100 - 60.9 - 4.25) * 1%;
        }
        
        #webform-component-postal-code {
          width: 34.6%;
        }
        
        #webform-component-town {
          width: (100 - 34.6 - 4.25) * 1%;
        }
        
        #edit-actions {
          clear: both;
        }
        
        #webform-component-comment-optin {
          float: none;
          width: 100%;
        }
        
        input[type='text'],
        input[type='email'],
        textarea {
          font-family: $f_lato;
          font-size: 16px;
          color: $color_new_green_darker;
          border: 2px solid currentColor;
          margin-bottom: 24px;
          @include transition(border-color .2s ease-in-out);
          background-color: $color_whitish;
        }
        
        input[type='text'],
        input[type='email'] {
          padding: 0 20px;
          height: 42px;
        }
        
        .input_default {
          font-family: $f_lato;
          top: 14px;
          left: 20px;
          color: $color_new_green_darker;
          font-size: 16px;
        }
        
				textarea {
					margin: 0 0 0 0;
				}
        
				.dropdown-wrapper {
					width: 100%;
          margin-bottom: 16px;
				}

        #webform-component-fax,
        #webform-component-website {
          display: none;
        }

				.webform-component-textarea {
					float: none;
				}
        
        .textareainput {
          width: 100%;
          height: auto;
          padding: 11px;
          @include box-sizing(border-box);
        }
        
				.form-item.webform-component-radios {
					float: none;
					overflow: hidden;
					.form-radios {
						overflow: hidden;
						margin: 0 0 10px 0;
						.form-item.form-type-radio {
							margin: 0 20px 0 0;
							.custom_radio {
								position: relative;
								width: 14px;
								height: 14px;
								display: inline-block;
								margin: 0 3px 0 0;
								border: 1px solid #e3e2df;
								background-color: #f6f5f2;
								@include border-radius(50%);
								input {
									position: absolute;
									top: 0;
									left: 0;
									margin: 0;
									width: 100%;
									height: 100%;
									cursor: pointer;
									@include opacity(0);
								}
								.inner_custom_radio {
									position: absolute;
									width: 8px;
									height: 8px;
									left: 50%;
									margin-left: -4px;
									top: 50%;
									margin-top: -4px;
									background-color: $light_green;
									@include border-radius(50%);
									@include opacity(0);
									@include transition(opacity .1s ease-in-out);
								}
								&.checked .inner_custom_radio {
									@include opacity(1);
								}
							}
							label {
								color: $grey;
								font-size: 15px;
							}
							@media all and (max-width: 980px) {
								& {
									width: auto;
								}
							}
						}
						&.errored .form-item.form-type-radio label {
							color: #dd0000;
						}
					}
				}
			}
			#contact_form_right {
        margin-top: 64px;
        clear: both;
				position: relative;
				// float: right;
				// width: 33%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
				@include box-sizing(border-box);
				text-align: left;

				.contact-press {
					box-sizing: border-box;

					h1 {
						margin-bottom: 20px;
						margin-top: 50px;
						text-transform: uppercase;
						// font-family: "brandon_grotesquebold";
						font-size: 18px;
						// color: $color_flint_approx;
					}
				}

				p {
					display: block;
					font-weight: 700;
					font-size: 15px;
					color: $color_new_green_darker;
					margin-bottom: 25px;
          @include display-flex;
          
					span span {
						color: $light_green !important;
						font-weight: 400;
						background: none;
						a {
							color: $light_green !important;
						}
					}
					span.txt {
						float: right;
						width: 262px;
						line-height: 17px;
						background: none;
						border: none;
					}
					#icon-tel {
						background: url("img/sprite.png") -88px -297px no-repeat;
						// margin: 0 0 0 10px;
            margin-right: 20px;
						width: 30px;
						height: 30px;
						display: inline-block;
						// float: right;
					}
					#icon-fb {
						background: url("img/sprite.png") -118px -297px no-repeat;
						// margin: 0 0 0 10px;
            margin-right: 20px;
						width: 30px;
						height: 30px;
						display: inline-block;
						// float: right;
					}
				}
			}
		}
		.form-item .input_default {
			top: 9px;
		}
		.form-item .form-textarea-wrapper .input_default {
			top: 7px;
			left: 11px;
			body.ff & {
				top: 8px;
			}
		}
    
    .dropdown-wrapper {
      height: auto;
    }
    
		.dropdown-wrapper .dropdown-design {
			width: 100%;
      border: 2px solid $color_new_green_darker;
      background-color: $color_whitish;
      color: $color_new_green_darker;
      text-align: left;
      position: relative;
      height: 42px;
      padding: 10px 20px 8px;
      
      span.img {
        background-image: none;
        position: absolute;
        top: 50%;
        right: 18px;
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        border-right: 3px solid currentColor;
        border-bottom: 3px solid currentColor;
        @include transform(translateY(-77%) translateX(-4px) rotate(45deg));
      }
		}
    
    .webform-component-select {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      select {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }
    }
    
		@media all and (max-width: 980px) {
			.form-item {
				width: 100%;
				.input_default {
					top: 6px;
					body.ff & {
						top: 7px;
					}
				}
			}
		}
	}
} */
/* line 2647, ../sass/main.scss */
#products_overview .products_overview_header {
  margin-bottom: 0;
}
/* line 2650, ../sass/main.scss */
#products_overview .products_overview_footer {
  position: relative;
  z-index: 20;
}
/* line 2654, ../sass/main.scss */
#products_overview .products_overview_content {
  position: relative;
}
/* line 2657, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header {
  position: relative;
  height: auto;
  max-width: 1050px;
  width: 90%;
  padding: 25px 5% 0 5%;
  margin: 0 auto;
}
/* line 2665, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 2670, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/* line 2675, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item {
  position: relative;
  float: left;
  cursor: pointer;
  text-align: center;
  width: 180px;
  height: 100%;
}
/* line 2682, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item .product_image {
  display: block;
  margin-bottom: 25px;
  height: 180px;
  width: 180px;
  position: relative;
}
/* line 2688, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item .product_image img {
  position: absolute;
  bottom: 0;
  left: 50%;
}
/* line 2695, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item .txt {
  color: #6d6661;
  text-transform: uppercase;
  font-size: 20px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2701, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item .img {
  width: 60px;
  height: 31px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  background: url("img/sprite.png") -131px -367px no-repeat;
  opacity: 0;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 2712, ../sass/main.scss */
html.lt-ie9 #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item .img {
  display: none;
}
/* line 2717, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item:hover .txt, #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item.active .txt {
  color: #a1bf36;
}
/* line 2720, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item:hover .img, #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item.active .img {
  opacity: 1;
}
/* line 2723, ../sass/main.scss */
html.lt-ie9 .no-touch #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item:hover .img, html.lt-ie9 #products_overview .products_overview_content .categories_paging_header .categories_paging_overflow .categories_paging_scroller .categories_paging_item.active .img {
  display: block;
}
/* line 2731, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .prev_category, #products_overview .products_overview_content .categories_paging_header .next_category {
  position: absolute;
  width: 14px;
  height: 19px;
  top: 50%;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
  margin-top: -10px;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 2737, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .prev_category img, #products_overview .products_overview_content .categories_paging_header .next_category img {
  width: 14px;
  height: 19px;
}
/* line 2752, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .prev_category html.lt-ie9, #products_overview .products_overview_content .categories_paging_header .next_category html.lt-ie9 {
  display: block;
}
/* line 2755, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .prev_category.disabled, #products_overview .products_overview_content .categories_paging_header .next_category.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  cursor: default;
}
/* line 2759, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .prev_category:hover, .no-touch #products_overview .products_overview_content .categories_paging_header .next_category:hover {
  opacity: .5;
}
/* line 2762, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .prev_category:hover.disabled, .no-touch #products_overview .products_overview_content .categories_paging_header .next_category:hover.disabled {
  opacity: 0;
}
/* line 2765, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .prev_category:hover.disabled html.lt-ie9, .no-touch #products_overview .products_overview_content .categories_paging_header .next_category:hover.disabled html.lt-ie9 {
  display: none;
}
/* line 2771, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .prev_category {
  left: 5%;
}
/* line 2775, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .next_category {
  right: 5%;
}
/* line 2780, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_pagerbox {
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  bottom: 25px;
}
/* line 2787, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_pagerbox .pager_inner {
  display: inline-block;
}
/* line 2789, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_pagerbox .pager_inner .pager {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #d0ccbe;
  margin-right: 4px;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 2797, ../sass/main.scss */
.no-touch #products_overview .products_overview_content .categories_paging_header .categories_pagerbox .pager_inner .pager:hover, #products_overview .products_overview_content .categories_paging_header .categories_pagerbox .pager_inner .pager.active {
  background-color: #df9e45;
}
/* line 2800, ../sass/main.scss */
#products_overview .products_overview_content .categories_paging_header .categories_pagerbox .pager_inner .pager.last {
  margin-right: 0px;
}
/* line 2809, ../sass/main.scss */
.i18n-de #products_overview .products_overview_content .categories_paging_header, .i18n-at-de #products_overview .products_overview_content .categories_paging_header, .i18n-gsw-berne #products_overview .products_overview_content .categories_paging_header {
  max-width: 1070px;
}
/* line 2813, ../sass/main.scss */
#products_overview .products_overview_content .categories {
  margin-top: 1px;
  margin: 0 auto;
  text-align: center;
  /* .categories_closed {
    height: 277px;
  } */
}
/* line 2820, ../sass/main.scss */
#products_overview .products_overview_content .categories ul {
  margin: 0 auto;
  display: inline-block;
}
/* line 2823, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li {
  float: left;
  display: block;
}
/* line 2826, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li.no_height {
  height: 0;
}
/* line 2833, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category {
  height: 0;
}
/* line 2835, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  width: 150px;
  height: 0px;
  overflow: hidden;
}
/* line 2843, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a .product_image {
  position: relative;
  width: 100%;
  min-height: 150px;
}
/* line 2847, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a .product_image img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  bottom: 0px;
  margin-bottom: 5px;
}
/* line 2857, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a span {
  display: block;
  color: #6d6661;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 37px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2869, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a:hover span.txt, #products_overview .products_overview_content .categories ul li ul .category a.active span.txt {
  color: #a1bf36;
}
/* line 2873, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a.active {
  cursor: default;
}
/* line 2875, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul .category a.active span.img {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 60px;
  height: 31px;
  background: url("img/sprite.png") -131px -367px;
}
/* line 2885, ../sass/main.scss */
#products_overview .products_overview_content .categories ul li ul li.hidden-subcategories {
  position: absolute;
  left: 0;
  right: 0;
}
/* line 2898, ../sass/main.scss */
#products_overview .subcategories {
  margin: -4px 0 0 0;
  background-color: #fdf8ef;
}
/* line 2901, ../sass/main.scss */
#products_overview .subcategories .slide-wrapper {
  width: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 10px;
}
/* line 2907, ../sass/main.scss */
#products_overview .subcategories .slide-wrapper .subcategory_list {
  display: inline-block;
}
/* line 2911, ../sass/main.scss */
#products_overview .subcategories .subcategory {
  float: left;
  width: 310px;
  margin-bottom: 5px;
  padding: 10px 5px 5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2918, ../sass/main.scss */
#products_overview .subcategories .subcategory .subcategory_img_wrapper {
  width: 130px;
  height: 180px;
  float: left;
  margin-right: 20px;
  display: table-cell;
  text-align: center;
}
/* line 2925, ../sass/main.scss */
#products_overview .subcategories .subcategory .subcategory_img_wrapper img {
  display: inline;
}
/* line 2930, ../sass/main.scss */
#products_overview .subcategories .subcategory .subcategory_copy {
  display: table-cell;
}
/* line 2933, ../sass/main.scss */
#products_overview .subcategories .subcategory h2 {
  text-transform: uppercase;
  color: #6d6661;
  font-size: 20px;
  margin-bottom: 5px;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2940, ../sass/main.scss */
#products_overview .subcategories .subcategory p {
  font-size: 15px;
  color: #6d6661;
}
/* line 2944, ../sass/main.scss */
#products_overview .subcategories .subcategory .discover {
  color: #6d6661;
  padding-top: 5px;
  display: block;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 2950, ../sass/main.scss */
#products_overview .subcategories .subcategory:hover {
  cursor: pointer;
}
/* line 2952, ../sass/main.scss */
#products_overview .subcategories .subcategory:hover h2 {
  color: #a1bf36;
}
/* line 2955, ../sass/main.scss */
#products_overview .subcategories .subcategory:hover .discover {
  color: #a1bf36;
}
/* line 2958, ../sass/main.scss */
.lt-ie9 #products_overview .subcategories .subcategory:hover, .lt-ie9 #products_overview .subcategories .subcategory:hover *, .ie9 #products_overview .subcategories .subcategory:hover, .ie9 #products_overview .subcategories .subcategory:hover * {
  text-decoration: none;
}
/* line 2964, ../sass/main.scss */
#products_overview .subcategories .current_subcategory h2 {
  color: #2e7839;
}
/* line 2977, ../sass/main.scss */
#products_overview .pager:first-child {
  margin: 0 4px 0 0;
}

/* line 2985, ../sass/main.scss */
#product.anchor {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -100px;
}

/* line 2998, ../sass/main.scss */
#products_detail .slide-wrapper-outer {
  padding: 0;
}
/* line 3001, ../sass/main.scss */
#products_detail .products_detail_content {
  position: relative;
}
/* line 3003, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer {
  width: 785px;
}
/* line 3005, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper-overflow {
  width: 680px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 3012, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
/* line 3016, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element {
  cursor: pointer;
  position: relative;
  float: left;
  min-width: 112px;
  height: 190px;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
/* line 3023, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element span {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
/* line 3026, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element .active_triangle {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: -1;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 3035, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element:hover, #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element.active {
  background-color: #fff;
}
/* line 3038, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element:hover span, #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element.active span {
  color: #a1bf36;
}
/* line 3042, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element:hover .active_triangle, #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element.active .active_triangle {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media all and (max-width: 520px) {
  /* line 3016, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slide-element {
    height: 125px;
  }
}
/* line 3050, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slider_item_image {
  position: relative;
  width: 100%;
  min-height: 130px;
}
/* line 3054, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slider_item_image img {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
  bottom: 8px;
  max-height: 80%;
  max-width: 70%;
}
@media all and (max-width: 520px) {
  /* line 3050, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slider_item_image {
    min-height: 70px;
  }
  /* line 3066, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper .slider_item_image img {
    max-height: 60px;
    top: 12px;
  }
}
/* line 3072, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper span {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  color: #6d6661;
  margin-top: 6px;
  padding: 0 5px;
}
/* line 3082, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .prev, #products_detail .products_detail_content .slide-wrapper-outer .next {
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 14px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 3089, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .prev:hover, #products_detail .products_detail_content .slide-wrapper-outer .next:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 3094, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .prev {
  left: 0px;
  background: url("img/sprite.png") no-repeat -287px -179px;
  display: none;
}
/* line 3099, ../sass/main.scss */
#products_detail .products_detail_content .slide-wrapper-outer .next {
  right: 0px;
  background: url("img/sprite.png") no-repeat -255px -170px;
  display: block;
}
/* line 3105, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info {
  background-color: #fff;
}
/* line 3107, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner {
  position: relative;
  margin: 0 auto;
  width: 940px;
  padding-top: 30px;
  padding-bottom: 20px;
}
/* line 3113, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_image {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 57%;
  margin-right: 3%;
}
/* line 3119, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_image img {
  max-width: 100%;
  height: auto;
  max-height: 540px;
  display: block;
  margin: 0 auto;
}
/* line 3129, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
/* line 3134, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .intro {
  margin-bottom: 20px;
}
/* line 3137, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item {
  color: #6d6661;
  font-size: 15px;
}
/* line 3140, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item h2 {
  padding-top: 5px;
  border-bottom: 2px solid #f5f4f1;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
/* line 3147, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item h2 span {
  position: relative;
  float: left;
  display: inline-block;
  background: url("img/sprite.png") -255px -170px no-repeat;
  width: 12px;
  height: 14px;
  margin-right: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 3147, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item h2 span {
    background: url("img/sprite@2x.png") -255px -170px/550px no-repeat;
  }
}
/* line 3167, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item:hover h2 {
  color: #a1bf36;
  border-color: #a1bf36;
}
/* line 3172, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content {
  display: none;
  margin-bottom: 20px;
}
/* line 3175, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .nutri_value_intro {
  padding-bottom: 20px;
}
/* line 3179, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row {
  border-bottom: 1px solid #e2e0df;
  padding-bottom: 3px;
  padding-top: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
/* line 3185, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row b {
  font-weight: bold;
}
/* line 3188, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row .column {
  position: relative;
  float: left;
}
/* line 3192, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row .left {
  width: 70%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3196, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row .right {
  width: 30%;
}
/* line 3199, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row .fullwidth {
  width: 100%;
  display: block;
}
/* line 3203, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .row.last {
  border-bottom: 0;
  margin-top: 10px;
}
/* line 3209, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .indent span {
  margin-left: 30px;
  display: block;
}
/* line 3214, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content .list .bold {
  font-weight: bold;
}
/* line 3219, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .item_content.item_content_ps_underlined p {
  border-bottom: 1px solid #e2e0df;
  padding-bottom: 3px;
  padding-top: 3px;
}
/* line 3226, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
/* line 3230, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains p {
  font-size: 13px;
  color: #6d6661;
  text-align: center;
}
/* line 3235, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles {
  position: relative;
  margin: 0 auto;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 3241, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble {
  position: relative;
  float: left;
  width: 55px;
  height: 93px;
  margin-right: 5px;
  background-color: #a2c037;
  overflow: hidden;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 20px 20px;
}
/* line 3251, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble .title {
  color: #fff;
  font-size: 11px;
  padding-top: 5px;
  font-style: normal;
}
/* line 3257, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble .value {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-top: 9px;
  padding-bottom: 14px;
}
/* line 3264, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble .procent {
  position: relative;
  margin: 0 auto;
  color: #2f7840;
  font-size: 16px;
  font-style: normal;
  padding-top: 5px;
  width: 40px;
  height: 50px;
  background-color: #fff;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
}
/* line 3277, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.energy .value {
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 3px;
}
/* line 3284, ../sass/main.scss */
body.i18n-de #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .title, body.i18n-gsw-berne #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .title, body.i18n-at-de #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .title {
  line-height: 12px;
  padding-top: 8px;
}
/* line 3288, ../sass/main.scss */
body.i18n-de #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .value, body.i18n-gsw-berne #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .value, body.i18n-at-de #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble.saturates .value {
  padding-top: 4px;
  padding-bottom: 11px;
}
/* line 3298, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .current_item h2 {
  color: #a1bf36;
  border-bottom: 2px solid #a1bf36;
}
/* line 3301, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .current_item h2 span {
  width: 15px;
  height: 12px;
  background: url("img/sprite.png") -240px -170px no-repeat;
  margin-right: 7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* line 3301, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .current_item h2 span {
    background: url("img/sprite@2x.png") -240px -170px/550px no-repeat;
  }
}
/* line 3317, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .logos {
  margin-bottom: 40px;
  margin-top: 43px;
}
/* line 3320, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .logos .float_logo {
  float: left;
  height: 65px;
  margin-right: 15px;
  margin-top: 10px;
  text-align: center;
}
/* line 3327, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .logos .float_logo .product_code {
  color: #009d57;
  font-size: 9px;
  line-height: 11px;
}
/* line 3338, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share {
  margin-top: 50px;
  overflow: hidden;
  margin-bottom: 40px;
}
/* line 3342, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_text {
  color: #6d6661;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
}
/* line 3348, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_item {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 22px;
  margin-top: 15px;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
/* line 3356, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_item:hover {
  opacity: 0.7;
}
/* line 3360, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_item--facebook {
  background: url(../img/product_share_facebook.png) 0 0/cover no-repeat;
}
/* line 3363, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_item--twitter {
  background: url(../img/product_share_twitter.png) 0 0/cover no-repeat;
}
/* line 3366, ../sass/main.scss */
#products_detail .products_detail_content .product_detail_social_share .product_detail_social_share_item--pinterest {
  background: url(../img/product_share_pinterest.png) 0 0/cover no-repeat;
}

/* line 3376, ../sass/main.scss */
#actions .iframe_wrapper {
  margin: 0 auto;
}
/* line 3378, ../sass/main.scss */
#actions .iframe_wrapper iframe {
  width: 100%;
  height: 100%;
}

/* line 3393, ../sass/main.scss */
body.ff #container form .svg-checkbox .checkbox {
  margin: -1px 0 0;
}
/* line 3397, ../sass/main.scss */
body.ff #container #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item h2 span {
  margin-top: 6px;
}

/* line 3409, ../sass/main.scss */
body.ie #container #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item h2 span {
  margin-top: 6px;
}

@media all and (max-width: 1175px) {
  /* line 3421, ../sass/main.scss */
  body .slide-wrapper-outer {
    width: 100%;
  }
  /* line 3423, ../sass/main.scss */
  body .slide-wrapper-outer .slide-wrapper-overflow {
    width: 85%;
  }
  /* line 3425, ../sass/main.scss */
  body .slide-wrapper-outer .slide-wrapper-overflow .slide-element {
    width: 100%;
  }
  /* line 3429, ../sass/main.scss */
  body .slide-wrapper-outer .prev {
    left: 10px;
  }
  /* line 3432, ../sass/main.scss */
  body .slide-wrapper-outer .next {
    right: 10px;
  }
}
@media all and (max-width: 1075px) {
  /* line 3440, ../sass/main.scss */
  body #products_overview .subcategories .slide-wrapper .slide-element {
    width: 630px;
  }
}
@media all and (max-width: 1020px) {
  /* line 3446, ../sass/main.scss */
  div.messages {
    width: 96%;
  }
}
@media all and (max-width: 980px) {
  /* line 3453, ../sass/main.scss */
  #container .side {
    display: none;
  }

  /* line 3457, ../sass/main.scss */
  body .inner_center.full .box h1, body .inner_center.full .box p {
    padding-right: 20px;
  }

  /* line 3464, ../sass/main.scss */
  body .inner_header_form form .longinput {
    width: 80%;
  }

  /* line 3470, ../sass/main.scss */
  body #container .dropdown-wrapper {
    margin-right: 8px;
  }

  /* line 3474, ../sass/main.scss */
  .slide-wrapper-outer .inner nav li a {
    width: 120px;
  }

  /* line 3477, ../sass/main.scss */
  .mission .inner p {
    font-size: 45px;
  }

  /* line 3483, ../sass/main.scss */
  .webform-confirmation .confirmation-left {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  /* line 3488, ../sass/main.scss */
  .webform-confirmation .confirmation-right {
    float: none;
    width: 90%;
    margin: 50px auto 20px;
  }
  /* line 3492, ../sass/main.scss */
  .webform-confirmation .confirmation-right p {
    margin: 0 auto 25px;
    max-width: 320px;
  }

  /* line 3499, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner {
    width: 100%;
  }

  /* line 3502, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_image {
    padding-left: 20px;
  }

  /* line 3505, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content {
    padding-right: 20px;
  }

  /* line 3510, ../sass/main.scss */
  #products_overview .products_overview_content .categories {
    width: 450px;
  }

  /* line 3515, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav {
    width: 96%;
    margin: 0 2%;
  }
  /* line 3518, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav li {
    width: 140px;
  }
}
@media all and (max-width: 960px) {
  /* line 3526, ../sass/main.scss */
  body #container .dropdown-wrapper-short .dropdown-design, body #container .dropdown-wrapper-short select {
    width: 100%;
  }

  /* line 3529, ../sass/main.scss */
  body #container .dropdowninput#edit-submitted-category {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  /* line 3535, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav li {
    width: 100px;
  }
}
@media all and (max-width: 865px) {
  /* line 3544, ../sass/main.scss */
  body #container .inner_header_form form .form-item {
    width: 100%;
    float: none;
  }
  /* line 3547, ../sass/main.scss */
  body #container .inner_header_form form .form-item .input_default {
    top: 19px;
    left: 10px;
  }
  /* line 3552, ../sass/main.scss */
  body #container .inner_header_form form .inputbox-container {
    width: 100%;
  }
  /* line 3555, ../sass/main.scss */
  body #container .inner_header_form form .inputbox {
    width: 100%;
    float: none;
  }
  /* line 3558, ../sass/main.scss */
  body #container .inner_header_form form .inputbox .dropdown-wrapper {
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    float: none;
    display: block;
  }
  /* line 3565, ../sass/main.scss */
  body #container .inner_header_form form .inputbox .dropdown-design {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 3570, ../sass/main.scss */
  body #container .inner_header_form form .inputbox .dropdowninput {
    width: 100%;
  }
  /* line 3573, ../sass/main.scss */
  body #container .inner_header_form form .inputbox .longinput {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    height: 32px;
  }

  /* line 3585, ../sass/main.scss */
  body #container .newsletter .back-img {
    height: 100%;
  }

  /* #contact .contact_form #contact_form_content #contact_form_left .check-news {
  	width: 74%;
  }
  body #container form #contact_submit {
  	float: none;
  	margin-top: 70px;
  	margin-right: 0px;
  } */
  /* line 3598, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles {
    margin: 0 auto;
    width: 200px;
  }

  /* line 3602, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer {
    width: 630px;
  }
  /* line 3604, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper-overflow {
    width: 510px;
  }

  /* line 3608, ../sass/main.scss */
  body .inner_header_form {
    position: relative;
    bottom: 0px;
    padding-bottom: 5px;
    margin: 20px 0;
    padding: 0 1.5%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* @media all and (max-width: 768px) {
  #contact .contact_form #contact_form_content #contact_form_left {
    #webform-component-first-name,
    #webform-component-surname {
      width: 100%;
      margin-right: 0;
    }
    
    #webform-component-street {
      width: 65.54%;
      margin-right: 3.01%;
    }
    
    #webform-component-number {
      width: (100 - 65.54 - 3.01) * 1%;
    }
    
    #webform-component-postal-code {
      width: 31.38%;
      margin-right: 3.01%;
    }
    
    #webform-component-town {
      width: (100 - 31.38 - 3.01) * 1%;
    }
    
    input[type='text'],
    input[type='email'] {
      padding-left: 11px;
      padding-right: 11px;
    }
  }
  
  #contact .contact_form .dropdown-wrapper .dropdown-design,
  #contact .contact_form #contact_form_content #contact_form_left .textareainput {
    padding-left: 11px;
    padding-right: 11px;
  }
} */
@media all and (max-width: 760px) {
  /* line 3662, ../sass/main.scss */
  body .slide-wrapper-outer .prev {
    margin: -35px 0 0;
    width: 20px;
    height: 25px;
    left: 6px;
    background-position: -240px -145px;
  }
  /* line 3668, ../sass/main.scss */
  body .slide-wrapper-outer .prev:hover {
    background-position: -240px -120px;
  }
  /* line 3672, ../sass/main.scss */
  body .slide-wrapper-outer .next {
    margin: -35px 0 0;
    width: 20px;
    height: 25px;
    right: 6px;
    background-position: -260px -145px;
  }
  /* line 3678, ../sass/main.scss */
  .no-touch body .slide-wrapper-outer .next:hover {
    background-position: -260px -120px;
  }
}
@media all and (max-width: 660px) {
  /* line 3689, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_image {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 3694, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content {
    float: none;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  /* line 3702, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles {
    margin: 0 auto;
    width: 300px;
  }

  /* line 3706, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_image {
    padding-bottom: 20px;
  }

  /* line 3709, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer {
    width: 525px;
  }
  /* line 3711, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper-overflow {
    width: 340px;
  }

  /* line 3717, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav {
    background: none;
    height: 35px;
  }
  /* line 3720, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav ul li {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
  }
  /* line 3724, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav ul li a {
    text-indent: -9999px;
    font-size: 0;
    padding: 0;
    background: #D0CCBE;
    width: 20px;
    height: 20px;
    display: inline-block;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  /* line 3735, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav ul li a:hover, body #products .slide-wrapper-outer .inner nav ul li a.active {
    background: #DF9E45;
  }
  /* line 3738, ../sass/main.scss */
  body #products .slide-wrapper-outer .inner nav ul li a.active {
    cursor: default;
  }
  /* line 3743, ../sass/main.scss */
  body #products .slide-wrapper-outer .prev, body #products .slide-wrapper-outer .next {
    display: none !important;
  }
}
@media all and (max-width: 600px) {
  /* line 3752, ../sass/main.scss */
  #products_overview .products_overview_content .categories {
    width: 320px;
  }
}
@media all and (max-width: 565px) {
  /* line 3759, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer {
    width: 398px;
  }
  /* line 3761, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper-overflow {
    width: 336px;
  }
}
/* line 3768, ../sass/main.scss */
body .copy_under_image .inner_center,
body .copy_under_image .inner_center.force_light_green,
body .copy_under_image .inner_center.force_white,
body .copy_under_image .inner_center.force_orange {
  position: relative;
  top: 0 !important;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
}
/* line 3777, ../sass/main.scss */
body .copy_under_image .inner_center h1,
body .copy_under_image .inner_center.force_light_green h1,
body .copy_under_image .inner_center.force_white h1,
body .copy_under_image .inner_center.force_orange h1 {
  font-size: 21px !important;
  line-height: 24px !important;
  border-bottom-width: 2px;
}
/* line 3781, ../sass/main.scss */
body .copy_under_image .inner_center h1 a,
body .copy_under_image .inner_center.force_light_green h1 a,
body .copy_under_image .inner_center.force_white h1 a,
body .copy_under_image .inner_center.force_orange h1 a {
  line-height: 20px !important;
}
/* line 3785, ../sass/main.scss */
body .copy_under_image .inner_center p,
body .copy_under_image .inner_center.force_light_green p,
body .copy_under_image .inner_center.force_white p,
body .copy_under_image .inner_center.force_orange p {
  font-size: 14px !important;
  line-height: 17px !important;
}
/* line 3789, ../sass/main.scss */
body .copy_under_image .inner_center h1, body .copy_under_image .inner_center p, body .copy_under_image .inner_center *,
body .copy_under_image .inner_center.force_light_green h1,
body .copy_under_image .inner_center.force_light_green p,
body .copy_under_image .inner_center.force_light_green *,
body .copy_under_image .inner_center.force_white h1,
body .copy_under_image .inner_center.force_white p,
body .copy_under_image .inner_center.force_white *,
body .copy_under_image .inner_center.force_orange h1,
body .copy_under_image .inner_center.force_orange p,
body .copy_under_image .inner_center.force_orange * {
  color: #2c7838 !important;
}
/* line 3793, ../sass/main.scss */
body .copy_under_image .inner_center.full .box h1, body .copy_under_image .inner_center.full .box p,
body .copy_under_image .inner_center.force_light_green.full .box h1,
body .copy_under_image .inner_center.force_light_green.full .box p,
body .copy_under_image .inner_center.force_white.full .box h1,
body .copy_under_image .inner_center.force_white.full .box p,
body .copy_under_image .inner_center.force_orange.full .box h1,
body .copy_under_image .inner_center.force_orange.full .box p {
  padding: 0;
}

/* line 3798, ../sass/main.scss */
body .products_overview_footer .copy_under_image .inner_center,
body .contact_faq.copy_under_image .inner_center,
body .faq_sayhello .copy_under_image .inner_center {
  margin-bottom: 25px;
}

/* line 3804, ../sass/main.scss */
body #plant_based .products_overview_footer .copy_under_image .inner_center {
  margin-bottom: 5px;
}

@media all and (max-width: 450px) {
  /* line 3821, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer {
    width: 275px;
  }
  /* line 3823, ../sass/main.scss */
  #products_detail .products_detail_content .slide-wrapper-outer .slide-wrapper-overflow {
    width: 170px;
  }
}
@media all and (max-width: 430px) {
  /* line 3830, ../sass/main.scss */
  body #container #products_overview .pagerbox .pager {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  /* line 3838, ../sass/main.scss */
  body #container .slide-wrapper-outer .pagerbox .pager {
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  /* line 3845, ../sass/main.scss */
  body #container .inner_header_form form input[type='submit'] {
    margin-right: 0px;
  }

  /* line 3851, ../sass/main.scss */
  body #products_overview .slide-wrapper-outer .prev, body #products_overview .slide-wrapper-outer .next {
    display: none !important;
  }
}
@media all and (max-width: 400px) {
  /* line 3860, ../sass/main.scss */
  #products_overview .subcategories .subcategory {
    width: 265px;
    text-align: left;
  }
}
@media all and (max-width: 360px) {
  /* line 3868, ../sass/main.scss */
  body #container .inner_header_form form input[type='submit'] {
    margin-right: -10px;
  }

  /* line 3871, ../sass/main.scss */
  #products_detail .products_detail_content .product_detail_info .product_detail_info_inner .detail_content .item .contains .nutrition_bubbles .nutrition_bubble {
    margin-right: 1px;
  }

  /* 	// Contact form specific
  	#contact .contact_form #contact_form_content #contact_form_left {
  		width: 90%;
  		margin: 0 5%;
  	}
  	#contact .contact_form #contact_form_content #contact_form_left .check-news {
  		width: 84%;
  	}
  	#contact .contact_form #contact_form_content #contact_form_left .longinput {
  		width: 90%;
  	}
  	#contact .contact_form #contact_form_content #contact_form_left .shortinput {
  		width: 90%;
  	}
  	#contact .contact_form #contact_form_content #contact_form_right p span.txt {
  		width: 80%;
  		float: left;
  	}
  	#contact .contact_form #contact_form_content #contact_form_right p #icon-tel {
  		margin: 0 10px 0 0;
  	}
  	#contact .contact_form #contact_form_content #contact_form_right p #icon-fb {
  		margin: 0 10px 0 0;
  	}
  
  	#contact .contact_form #contact_form_content #contact_form_right .contact-press {
  		padding: 10px;
  	} */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3911, ../sass/main.scss */
  body #container .smallSubmitButton {
    background: url("img/sprite@2x.png") no-repeat 0px -297px;
    background-size: 550px;
    width: 68px;
    height: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3913, ../sass/main.scss */
  body #container .smallSubmitButton:hover {
    background: url("img/sprite@2x.png") no-repeat 0px -327px;
    background-size: 550px;
    width: 68px;
    height: 30px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* 	// Big submit button
  	body #container form #contact_submit {
  		@include image-2x(url("img/sprite@2x.png") no-repeat -180px -200px, 550px, 105px, 45px);
  		&:hover {
  			@include image-2x(url("img/sprite@2x.png") no-repeat -180px -245px, 550px, 105px, 45px);
  		}
  	}
  	// Icons on contact page
  	#contact .contact_form #contact_form_content #contact_form_right p #icon-tel {
  		@include image-2x(url("img/sprite@2x.png") no-repeat -88px -297px, 550px, 30px, 30px);
  	}
  	#contact .contact_form #contact_form_content #contact_form_right p #icon-fb {
  		@include image-2x(url("img/sprite@2x.png") no-repeat -118px -297px, 550px, 30px, 30px);
  	} */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3932, ../sass/main.scss */
  body #container .dropdown-wrapper .dropdown-design span.img {
    background: url("img/sprite@2x.png") no-repeat -231px -297px;
    background-size: 550px;
    width: 10px;
    height: 17px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3937, ../sass/main.scss */
  body #container .icon-print {
    background: url("img/sprite@2x.png") no-repeat -90px -120px;
    background-size: 550px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3940, ../sass/main.scss */
  body #container .icon-fb {
    background: url("img/sprite@2x.png") no-repeat 0px -120px;
    background-size: 550px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3943, ../sass/main.scss */
  body #container .icon-twitter {
    background: url("img/sprite@2x.png") no-repeat -45px -120px;
    background-size: 550px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3946, ../sass/main.scss */
  body #container .icon-pinterest {
    background: url("img/sprite@2x.png") no-repeat -135px -120px;
    background-size: 550px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3949, ../sass/main.scss */
  body #container .addButton span.img {
    background: url("img/sprite@2x.png") no-repeat -68px -337px;
    background-size: 550px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min--moz-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 2) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 192dpi) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-resolution: 2dppx) and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 2) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 192dpi) and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 2dppx) and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min--moz-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-resolution: 1.3dppx), only screen and (min-device-pixel-ratio: 2) and (min-resolution: 1.3dppx), only screen and (min-resolution: 192dpi) and (min-resolution: 1.3dppx), only screen and (min-resolution: 2dppx) and (min-resolution: 1.3dppx) {
  /* line 3952, ../sass/main.scss */
  body #container .submitbutton {
    background: url("img/sprite@2x.png") no-repeat -180px -200px;
    background-size: 550px;
    width: 105px;
    height: 45px;
  }
}

/* line 3957, ../sass/main.scss */
body.front #container .bottom-text .inner_center h1 a {
  color: #2c7838;
}

/* line 3961, ../sass/main.scss */
.show-for-print {
  display: none;
}

/* line 3965, ../sass/main.scss */
.logged-in--non-admin .panel-display + .contextual-links-wrapper .default_content {
  display: none;
}

/*# sourceMappingURL=main.css.map */
