@charset "UTF-8";


/* =========================================================================

    Project: Crowd Carnivore
    Author: XHTMLized
    Last updated: Sat Feb 13 2016 01:40:19

    1. Sprites
    2. Icons
    3. Normalize
    4. Print
    5. Scaffolding
    6. Type
    7. Code
    8. Grid
    9. Tables
    10. Forms
    11. Buttons
    12. Utilities
    13. Responsive-utilities
    14. Component-animations
    15. Navs
    16. Navbar
    17. Type
    18. Buttons
    19. Forms
    20. Navbar
    21. Base
    22. Utilities
    23. Elements
    24. Layout
    25. Wordpress
    26. Media
    27. Home
    28. Content
    29. Category
    30. Blog_article
    31. Search
    32. Dashboard
    33. Campaign

   ========================================================================= */


.category-list:after,
.search-clubs__item:after,
.search-clubs__item__info:after {
  content: "";
  display: table;
  clear: both;
}

/* Setup - Icons
   ========================================================================== */


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

[class^="icon-"],
[class*=" icon-"],
.icon-base,
.header__menu__item.zicon-user a:after {
  font-family: 'iconfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu2:before {
  content: "\e914";
}

.icon-select-arrow:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-scroll-down:before {
  content: "\e90b";
}

.icon-close-bold:before {
  content: "\e911";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-cart:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-cow:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-magnifier:before {
  content: "\e906";
}

.icon-marker:before {
  content: "\e907";
}

.icon-medal:before {
  content: "\e908";
}

.icon-person:before {
  content: "\e909";
}

.icon-pinterest:before {
  content: "\e90a";
}

.icon-time:before {
  content: "\e90c";
}

.icon-time2:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-box:before {
  content: "\e90f";
}

.icon-burger:before {
  content: "\e910";
}

/* =========================================================================
   Bootstrap
   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }

}

/* =========================================================================
   Bootstrap Overrides

   For things that cannot be adjusted just using variables.
   ========================================================================= */


/* =========================================================================
   Custom Styling
   ========================================================================= */


/* Common - Base
   ========================================================================== */


html {
  font-size: 62.5%;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  min-height: 100%;
  background-color: #05bba3;
}

body.fullscreen {
  overflow: hidden;
  height: 100%;
}

body.fullscreen .body-wrapper {
  overflow: hidden;
  height: 100%;
}

.body-wrapper {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: border-color 0.5s, color 0.5s;
  transition: border-color 0.5s, color 0.5s;
}

a:hover {
  border-color: #05bba3;
  color: #05bba3;
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  img {
    height: auto;
  }

}

/* Common - Utilities
   ========================================================================== */


/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Fullscreen element */

.fullscreen {
  position: relative;
  display: block;
  width: 100%;
  min-height: 320px;
}

@media screen and (min-width: 1280px) {
  .fullscreen {
    height: 100%;
  }

}

/* Background image covers whole area */

.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

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

/* Common - MISC Elements like inputs, buttons etc
   ========================================================================== */


/* SVG Logo Source */

#svg-source {
  display: none;
}

/* Buttons */

.rounded {
  display: inline-block;
  position: relative;
  height: 65px;
  width: 340px;
  border-radius: 6px;
  font-size: 20px;
  border: 1px solid transparent;
  vertical-align: top;
  line-height: 60px;
  overflow: hidden;
  max-width: 100%;
  -webkit-transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  transition: background-color 0.5s, border-color 0.5s, color 0.5s;
  text-align: center;
  /*@media screen and (max-width: $break-tablet-landscape) {
      &--select {
        &:hover ul {
          display: block;
        }

        ul {
          display: none;
        }

      }

    }
*/
}

.rounded > * {
  vertical-align: middle;
}

.rounded:hover {
  border-color: transparent;
}

.rounded.disabled {
  opacity: 0.5;
}

.rounded--green {
  background-color: #05bba3;
}

.rounded--green:hover {
  background-color: #10877d;
}

.rounded--white {
  background-color: #ffffff;
}

.rounded--white-transparent {
  background-color: rgba(255, 255, 255, 0.7);
}

.rounded--pink {
  background-color: #ec626c;
}

.rounded--pink:hover {
  background-color: #ba4753;
}

.rounded--green-border {
  border-color: #05bba3;
}

.rounded--green-border:hover {
  border-color: #10877d;
}

.rounded--pink-border {
  border-color: #ec626c;
}

.rounded--pink-border:hover {
  border-color: #ba4753;
}

.rounded--white-border {
  border-color: #ffffff;
}

.rounded--white-border:hover {
  border-color: #ffffff;
}

.rounded--auto-width {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.rounded input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  display: block;
  line-height: inherit;
  border: none;
  box-sizing: border-box;
  padding: 0 16px 0 16px;
  background: transparent;
}

.rounded--icon input {
  padding-right: 34px;
}

.rounded--icon .icon {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  margin: 0;
  padding: 0;
  font-size: 34px;
  line-height: 65px;
  border: none;
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.rounded--select {
  overflow: visible;
  cursor: pointer;
}

.rounded--select input {
  cursor: inherit;
}

.rounded--select .icon {
  color: #dcdada;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  font-size: 20px;
  line-height: 1;
}

.rounded--select.active {
  z-index: 5;
}

.rounded--select.active ul {
  opacity: 1;
  visibility: visible;
}

.rounded--select ul {
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
}

.rounded--select ul a {
  display: block;
  padding: 0 16px;
}

.rounded--select ul a:hover {
  color: #fff;
  background-color: #05bba3;
}

.rounded--small {
  font-size: 1em;
  line-height: 40px;
  height: 40px;
  width: 170px;
}

.rounded--small input {
  height: 40px;
  font-size: 1em;
  padding: 0 10px;
}

.rounded .spinner-wrapper {
  display: none;
  width: 1em;
  margin-right: 0.5em;
  height: 1em;
  vertical-align: -6%;
  position: relative;
}

.rounded.loading .spinner-wrapper {
  display: inline-block;
}

@media screen and (min-width: 480px) {
  .rounded {
    font-size: 26px;
    height: 76px;
    line-height: 68px;
  }

  .rounded input {
    height: 76px;
  }

  .rounded--icon input {
    padding-right: 40px;
  }

  .rounded--icon .icon {
    width: 40px;
    font-size: 40px;
    line-height: 76px;
  }

  .rounded--small {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }

  .rounded--small input {
    line-height: 40px;
    height: 40px;
    font-size: 1em;
  }

}

/* Text colors */

.color--white,
.color--white:hover {
  color: #ffffff;
}

.color--pink,
.color--pink:hover {
  color: #ec626c;
}

.color--dark-pink,
.color--dark-pink:hover {
  color: #ba4753;
}

.color--green,
.color--green:hover {
  color: #05bba3;
}

.color--dark-green,
.color--dark-green:hover {
  color: #10877d;
}

.color--grey,
.color--grey:hover {
  color: #666666;
}

.color--light-grey,
.color--light-grey:hover {
  color: #999;
}

.color--dark-grey,
.color--dark-grey:hover {
  color: #10877d;
}

/* Inouts */

*::-webkit-input-placeholder {
  color: inherit;
}

*:-moz-placeholder {
  /* FF 4-18 */
  color: inherit;
}

*::-moz-placeholder {
  /* FF 19+ */
  color: inherit;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}

/* Parallax */

.parallax {
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.parallax > * {
  position: relative;
  z-index: 1;
}

.parallax__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media screen and (max-width: 1024px) {
  .parallax__bg {
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

/* Buttons */

.button {
  display: inline-block;
  padding: 0 1em;
  font-size: 24px;
  font-weight: bold;
  background-color: #05bba3;
  color: #fff;
  line-height: 46px;
  border-radius: 4px;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  border: 0;
}

.button:hover {
  color: #fff;
  background-color: #10877d;
}

.button.disabled {
  opacity: 0.5;
}

.button--pink {
  color: white;
  background-color: #ec626c;
}

.button--pink:hover {
  color: white;
  background-color: #ba4753;
}

.button--white {
  color: #05bba3;
  background-color: #ffffff;
}

.button--white:hover {
  color: #05bba3;
  background-color: #ffffff;
}

.button .spinner-wrapper {
  display: none;
  width: 1em;
  margin-right: 0.5em;
  height: 1em;
  vertical-align: -6%;
  position: relative;
}

.button.loading .spinner-wrapper {
  display: inline-block;
}

.checkbox {
  font-size: 0.875em;
  line-height: 1;
  margin-top: 30px;
}

.checkbox a {
  color: #05bba3;
}

.checkbox div {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: 1px solid #05bba3;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  color: #05bba3;
  line-height: 30px;
}

.checkbox i {
  vertical-align: top;
  font-size: 20px;
  margin-top: 4px;
  visibility: visible;
  opacity: 0;
  display: inline-block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.checkbox span {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 40px);
}

.checkbox.active i {
  opacity: 1;
}

.g-recaptcha {
  display: inline-block;
  margin: 0 auto;
  border-radius: 6px;
  min-height: 78px;
  min-width: 300px;
}

@media screen and (max-height: 480px) {
  #rc-imageselect,
  .g-recaptcha {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transform-origin: 5% 50%;
    -ms-transform-origin: 5% 50%;
    transform-origin: 5% 50%;
  }

}

/* Common - Layout
   ========================================================================== */


/* Container */

.container {
  position: relative;
  width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Top forms */

.top-forms {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  text-align: center;
  color: white;
  min-height: 100px;
  z-index: 5;
  background-color: #05bba3;
}

.top-forms a:hover {
  color: #ffffff;
}

.top-forms__form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  max-width: 85.6%;
  margin: 0 auto;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  opacity: 0;
}

.top-forms__form.active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  visibility: visible;
}

.top-forms__form--container {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.top-forms__title {
  margin: 0 auto;
  padding: 20px 0 0 0;
  font-size: 48px;
  line-height: 1;
}

.top-forms__title + .top-forms__caption {
  margin-top: 0.45em;
  max-width: 85.6%;
}

.top-forms__caption {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
}

.top-forms__cc-image {
  display: block;
  margin: 24px auto 0 auto;
}

.top-forms__browse-clubs .top-forms__caption {
  padding: 30px 0 20px 0;
}

.top-forms__column > * {
  margin-top: 24px;
}

.top-forms__column__divided > * + * {
  margin-top: 24px;
}

.top-forms__column--wide .top-forms__column__divided--triple > * + * {
  margin-top: 24px;
}

.top-forms__buttons {
  margin-top: 26px;
  overflow: hidden;
}

.top-forms__buttons:after {
  content: "";
  font-size: 0.1px;
  line-height: 0.1px;
  text-indent: -99999px;
  display: table;
  clear: both;
}

.top-forms__buttons--no-margin {
  margin-top: 0;
}

.top-forms__buttons .button-left,
.top-forms__buttons .button-right {
  margin: 30px auto;
}

.top-forms__close {
  position: absolute;
  left: 28px;
  top: 28px;
  font-size: 16px;
  line-height: 1;
  padding: 8px;
}

.top-forms .step {
  font-weight: 300;
}

.top-forms--fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #05bba3;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
}

.top-forms--fullscreen.active {
  opacity: 1;
  visibility: visible;
  overflow-x: hidden;
  overflow-y: scroll;
}

.top-forms--fullscreen .top-forms__form {
  bottom: auto;
}

.top-forms--fullscreen .top-forms__buttons {
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}

.top-forms__form--fullscreen {
  bottom: auto;
  top: 0;
  height: 1px;
  overflow: hidden;
  padding-bottom: 0;
}

.top-forms__form--fullscreen.active {
  height: auto;
  overflow: auto;
}

.top-forms__form--fullscreen__buttons {
  margin: auto;
  max-width: 976px;
}

.top-forms__form--fullscreen__caption {
  padding-top: 20px;
}

.top-forms .dashboard {
  padding: 0;
  text-align: left;
  max-width: 525px;
  margin: 0 auto;
}

.top-forms .dashboard-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  color: #666666;
  text-align: center;
  margin: 0;
  margin-bottom: 10px;
}

.top-forms .white-container {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  color: #666666;
}

.top-forms .white-container + .white-container,
.top-forms__caption + .white-container {
  margin-top: 30px;
}

.top-forms__checkout-step5 .white-container {
  margin-bottom: 30px;
}

.top-forms__checkout-step5 .white-container p {
  font-size: 26px;
  line-height: 1.3846153846em;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .top-forms__caption {
    font-size: 20px;
  }

  .top-forms__input {
    width: 450px;
  }

  .top-forms__column--wide,
  .top-forms__column--wide .top-forms__input {
    width: 100%;
  }

  .top-forms__title {
    padding: 0;
  }

}

@media screen and (min-width: 768px) {
  .top-forms__form--container {
    width: 715px;
  }

  .top-forms__buttons .button-left {
    float: left;
  }

  .top-forms__buttons .button-right {
    float: right;
  }

  .top-forms__column--wide .top-forms__column__divided--triple:after {
    content: "";
    display: table;
    clear: both;
  }

  .top-forms__column--wide .top-forms__column__divided--triple > * {
    width: calc((100% - 48px) / 3);
    margin-top: 0;
    float: left;
  }

  .top-forms__column--wide .top-forms__column__divided--triple > * + * {
    margin-left: 24px;
    margin-top: 0;
  }

}

@media screen and (min-width: 1024px) {
  .top-forms__form {
    max-width: none;
  }

  .top-forms__column {
    display: inline-block;
    vertical-align: top;
  }

  .top-forms__column + .top-forms__column {
    margin-left: 76px;
  }

  .top-forms__column > * {
    display: block;
  }

  .top-forms__column__divided:after {
    content: "";
    display: table;
    clear: both;
  }

  .top-forms__column__divided > * {
    float: left;
  }

  .top-forms__column__divided > *:first-child {
    width: 53%;
  }

  .top-forms__column__divided > *:last-child {
    width: calc(47% - 24px);
    margin-left: 24px;
  }

  .top-forms__column__divided > * + * {
    margin-top: 0;
  }

}

/* Header */

.header {
  position: relative;
  color: white;
  background-color: #fff;
  text-align: center;
  padding-bottom: 18px;
  /* Logo */
  /* Search */
  /* Menu */
}

.header__logo {
  position: relative;
  width: 103px;
  height: 67px;
  display: block;
  box-sizing: content-box;
  padding: 18px 0;
  margin: 0 0 0 40px;
  z-index: 1;
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

.header__logo .logo-center {
  fill: #05bba3;
}

.header__logo .logo-text,
.header__logo .logo-c {
  fill: #8b9895;
}

.header__logo--desktop {
  display: none;
}

@media screen and (min-width: 480px) {
  .header__logo {
    position: absolute;
    left: 18px;
    top: 12px;
    width: 70px;
    height: 47px;
    padding: 0;
    margin: 0;
  }

}

@media screen and (min-width: 768px) {
  .header__logo {
    left: 40px;
    top: 17px;
    width: 103px;
    height: 67px;
  }

}

@media screen and (min-width: 1024px) {
  .header__logo {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    margin-top: 17px;
    left: auto;
    top: auto;
  }

}

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-left: 40px;
  }

}

.header__search {
  max-width: 85.6%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.header__search .icon {
  font-size: 25px;
  line-height: 50px;
}

.header__search input {
  height: 50px;
}

@media screen and (min-width: 480px) {
  .header {
    height: 70px;
    padding-bottom: 0;
  }

  .header__search {
    position: relative;
    top: 10px;
    font-size: 20px;
    width: 280px;
    margin: 0 auto;
  }

}

@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }

  .header__search {
    top: 25px;
  }

}

@media screen and (min-width: 1024px) {
  .header {
    text-align: left;
    height: 100px;
  }

  .header__search {
    top: 25px;
    display: inline-block;
    margin-left: 25px;
  }

}

@media screen and (min-width: 1280px) {
  .header__search {
    margin-left: 40px;
  }

}

.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 2.1em 0;
  min-height: 102px;
  background-color: #05bba3;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: #666666;
}

.header__menu.active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
  opacity: 1;
}

.header__menu .hidden {
  display: none;
}

.header__menu__trigger {
  position: absolute;
  z-index: 3;
  top: 38px;
  right: 40px;
  font-size: 26px;
  color: #05bba3;
}

.header__menu__close {
  position: absolute;
  top: 36px;
  left: 28px;
  font-size: 16px;
  padding: 8px;
}

.header__menu__list {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.header__menu__item {
  height: 2.625em;
}

.header__menu__item:first-child {
  display: none;
}

.header__menu__item a {
  display: inline-block;
  height: 100%;
  line-height: 2.5em;
  padding: 0 1.625em;
}

.header__menu__account {
  display: inline-block;
  height: 2.625em;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 2.5em;
  padding: 0 1.5em;
}

@media screen and (min-width: 480px) {
  .header__menu {
    padding: 18px 0 30px 0;
  }

  .header__menu__trigger {
    right: 18px;
    top: 22px;
  }

  .header__menu__close {
    left: 18px;
    top: 20px;
  }

}

@media screen and (min-width: 768px) {
  .header__menu {
    padding: 2.1em 0;
  }

  .header__menu__trigger {
    right: 40px;
    top: 37px;
  }

  .header__menu__close {
    left: 40px;
    top: 37px;
  }

}

@media screen and (max-width: 1023px) {
  .header__menu a:hover {
    color: inherit;
    border-color: inherit;
  }

  .header__menu.active {
    color: #ffffff;
  }

  .header__menu.active + .header__menu__trigger {
    color: #ffffff;
  }

}

@media screen and (min-width: 1024px) {
  .header__menu {
    background-color: transparent;
    text-align: right;
    padding: 29px 25px 0 0;
    left: auto;
    visibility: visible;
    opacity: 1;
  }

  .header__menu__account {
    border-color: #666666;
  }

  .header__menu__list {
    display: inline-block;
  }

  .header__menu__item {
    display: inline-block;
    position: relative;
  }

  .header__menu__item.zicon-user a {
    position: relative;
  }

  .header__menu__item.zicon-user a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 18px;
    line-height: 2.35em;
    -webkit-transition: inherit;
    transition: inherit;
  }

  .header__menu__item.zicon-user a:hover:after {
    color: #05bba3;
  }

  .header__menu__item:not(:last-child) {
    padding-left: 1px;
  }

  .header__menu__item:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 1em;
    margin-top: -0.5em;
    content: "";
    background-color: #ccc;
  }

  .header__menu__close,
  .header__menu__trigger {
    display: none;
  }

}

@media screen and (min-width: 1280px) {
  .header__menu {
    padding-right: 40px;
  }

}

/* Navigation */

/* Content */

/* Footer */

.footer {
  position: relative;
  padding-top: 38.428571%;
  min-height: 538px;
  background: #fff url("../img/bg_foot.jpg") no-repeat center bottom;
  background-size: cover;
}

.footer__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 0 18px 0;
  background-color: rgba(68, 9, 27, 0.8);
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.footer__social {
  margin: 0;
  padding: 28px 0 0 0;
  font-size: 44px;
  line-height: 1;
  list-style: none;
}

.footer__social li {
  display: inline-block;
}

.footer__social i {
  margin: 0 10px;
}

.footer__menu {
  padding-top: 10px;
  font-weight: 400;
  font-size: 14px;
}

.footer__menu__line {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu__line a {
  display: inline-block;
  padding: 5px 10px;
}

.footer__menu__line li {
  display: block;
}

.footer__menu__line li:after {
  visibility: hidden;
}

.footer__menu__line li + li,
.footer__menu__line + .footer__menu__line li:first-child {
  padding-left: 1px;
  position: relative;
}

.footer__menu__line li + li:after,
.footer__menu__line + .footer__menu__line li:first-child:after {
  width: 1px;
  height: 14px;
  left: 0;
  top: 50%;
  margin-top: -7px;
  content: "";
  position: absolute;
  background-color: #fff;
}

.footer__menu__line + .footer__menu__line li:first-child:after {
  display: none;
}

@media screen and (min-width: 480px) {
  .footer__menu {
    padding-top: 0;
  }

  .footer__menu__line li {
    display: inline-block;
  }

  .footer__menu__line li:after {
    visibility: visible;
  }

  .footer__menu__line + .footer__menu__line li:first-child:after {
    display: none;
  }

}

@media screen and (min-width: 1024px) {
  .footer__menu {
    padding-top: 18px;
    font-size: 16px;
  }

  .footer__menu__line {
    display: inline-block;
  }

  .footer__menu__line + .footer__menu__line li:first-child:after {
    display: block;
  }

}

@media screen and (min-width: 1360px) {
  .footer__wrapper {
    padding: 47px;
    text-align: left;
  }

  .footer__copy {
    float: left;
    clear: both;
    font-size: 18px;
  }

  .footer__social {
    float: left;
    clear: both;
    width: 360px;
    padding: 25px 0 0 0;
    margin-left: -10px;
  }

  .footer__menu {
    position: absolute;
    right: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    font-size: 18px;
  }

}

.pledge-container {
  width: 100%;
  font-weight: 700;
  /*tfoot tr:last-child td {
    border-top: 1px solid #e5e5e5;
  }
*/
}

.pledge-container th,
.pledge-container td {
  text-align: center;
  padding: 0.5em 0;
  border-bottom: 1px solid #e5e5e5;
}

.pledge-container th {
  color: #999;
}

.pledge-container tr th:last-child,
.pledge-container tr td:last-child {
  text-align: right;
}

.pledge-container tr th:first-child,
.pledge-container tr td:first-child {
  text-align: left;
}

.pledge-container thead {
  font-size: 0.7777777778em;
}

.pledge-container .pledge-title {
  color: #05bba3;
  font-weight: bold;
  font-size: 1.3333333333em;
  border: none;
}

.pledge-container tfoot td {
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}

.pledge-terms {
  text-align: left;
  line-height: 1.5;
}

.pledge-terms p:first-child {
  margin-top: 0;
}

.logged-in .header__menu .show-logged-in {
  display: inline-block;
}

body:not(.logged-in) .header__menu__item-22 {
  padding-left: 0;
}

body:not(.logged-in) .header__menu__item-22:after {
  display: none;
}

.messages {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.messages.active {
  visibility: visible;
  opacity: 1;
}

.messages__wrapper {
  display: block;
  width: 720px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 1em;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.5;
}

.messages__title {
  color: #ec626c;
  padding: 20px 0 0 0;
  margin: 0;
}

.messages__body {
  font-size: 0.875em;
}

.messages__close {
  color: #666666;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
}

.messages__close i {
  font-size: 0.6em;
}

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

.apply-discount .button {
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
}

.apply-discount input {
  font-weight: 300;
}

@media screen and (min-width: 480px) {
  .apply-discount {
    text-align: left;
  }

}

/* Common - WordPress Default Styling
   ========================================================================== */


.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 98.5%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Common - Media queries
   ========================================================================== */


@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Desktop styles */

@media screen and (min-width: 1280px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }

}

/* Components - Home Page
   ========================================================================== */


.home {
  /* Header */
  /* Intro */
  /* How it Works */
}

.home .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 2;
  color: white;
  background-color: transparent;
  /* Logo */
  /* Menu */
}

.home .header__search {
  display: none;
}

.home .header__logo {
  position: relative;
  width: 103px;
  height: 67px;
  display: block;
  margin: 19px 0 0 28px;
  padding: 0;
  z-index: 1;
}

.home .header__logo svg {
  width: 100%;
  height: 100%;
}

.home .header__logo .logo-center {
  fill: #05bba3;
}

.home .header__logo .logo-text,
.home .header__logo .logo-c {
  fill: #ffffff;
}

.home .header__logo--desktop {
  display: none;
}

@media screen and (min-width: 480px) {
  .home .header__logo {
    width: 154px;
    height: 102px;
    margin: 15px auto 0 auto;
    top: auto;
    left: auto;
  }

}

@media screen and (min-width: 1024px) {
  .home .header__logo {
    /*width: 103px;
          height: 67px;
          margin: 13px 0 0 28px;*/
    width: 100%;
    height: 140px;
    margin: 160px auto 0 auto;
  }

  .home .header__logo--desktop {
    display: block;
  }

  .home .header__logo--mobile {
    display: none;
  }

}

@media screen and (min-width: 1280px) {
  .home .header__logo {
    width: 100%;
    height: 140px;
    margin: 73px auto 0 auto;
  }

}

@media screen and (min-width: 1360px) {
  .home .header__logo {
    width: 389px;
    height: 182px;
    margin: 31px auto 0 auto;
  }

}

.home .header__menu {
  background-color: #05bba3;
  padding: 2.1em 0;
  color: #fff;
}

.home .header__menu__trigger {
  color: #fff;
  right: 40px;
  top: 38px;
}

.home .header__menu__close {
  top: 36px;
  left: 28px;
}

.home .header__menu__account {
  border-color: #fff;
}

@media screen and (min-width: 1024px) {
  .home .header__menu {
    background-color: transparent;
    padding: 24px 25px 0 0;
  }

}

.home__intro {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.home__intro .rounded {
  max-width: 85.6%;
}

.home__intro:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60%;
  display: block;
  background: transparent url("../img/bg_home_intro.jpg") no-repeat center center;
  background-size: cover;
  content: "";
}

.home__intro:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  max-height: 399px;
  background: transparent url("../img/bg_home_top_overlay.png") repeat-x;
  background-size: 100% 100%;
}

.home__intro__tagline {
  position: relative;
  margin: 47% 7.2% 0 7.2%;
  line-height: 1;
  background-color: #fff;
  border-radius: 6px;
  font-weight: 300;
  padding: 0.42em 0.875em;
  color: #a62e28;
  z-index: 1;
}

.home__intro__lead {
  /*position: absolute;
      bottom: 0;
      right: 0;
      left: 0;*/
  position: relative;
  color: #fff;
  z-index: 1;
}

.home__intro__lead__title {
  margin: 16% 0 0 0;
  padding: 1em 1.1em;
  position: relative;
  background-color: rgba(81, 12, 12, 0.6);
  font-weight: 700;
  line-height: 1.3;
}

.home__intro__lead__text {
  margin: 0;
  padding: 35px 13% 5px 13%;
  background-color: #2e0316;
  font-weight: 300;
  text-transform: uppercase;
}

.home__intro__lead__form {
  margin: 0;
  padding: 0;
  background-color: #2e0316;
  overflow: hidden;
}

.home__intro__lead__form > * {
  margin: 20px auto 0 auto;
  display: block;
}

.home__intro__lead__scroll-down {
  margin: 0;
  padding: 43px 0 33px 0;
  background-color: #2e0316;
  font-size: 15px;
  color: #918588;
}

.home__intro__lead__scroll-down a {
  display: inline-block;
  font-size: 55px;
  vertical-align: middle;
  margin: 0 20px;
  color: #fff;
}

.home__intro__lead__scroll-down a:hover {
  color: #05bba3;
}

@media screen and (min-width: 480px) {
  .home__intro:before {
    height: 62%;
  }

  .home__intro__tagline {
    display: inline-block;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (min-width: 768px) {
  .home__intro:before {
    height: 69%;
  }

  .home__intro__tagline {
    margin-top: 30%;
    font-size: 40px;
  }

  .home__intro__lead__title {
    margin-top: 17%;
    padding: 20px;
    font-size: 28px;
  }

  .home__intro__lead__text {
    background-color: rgba(81, 12, 12, 0.6);
    font-size: 18px;
    padding: 0 0 23px 0;
    height: 44px;
  }

  .home__intro__lead__form {
    padding-top: 16px;
  }

  .home__intro__lead__form > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .home__intro__lead__scroll-down {
    padding-top: 38px;
  }

}

@media screen and (min-width: 1024px) {
  .home__intro {
    overflow: hidden;
  }

  .home__intro:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 120px;
    position: absolute;
    height: auto;
  }

  .home__intro__tagline {
    margin-top: 430px;
    font-size: 48px;
  }

  .home__intro__lead {
    background-color: rgba(81, 12, 12, 0.6);
  }

  .home__intro__lead__title {
    background-color: transparent;
    height: auto;
    margin-top: 177px;
    font-size: 36px;
    padding: 31px 0 15px 0;
    line-height: 1.2;
  }

  .home__intro__lead__text {
    background-color: transparent;
    font-size: 20px;
    padding: 3px 0 2px 0;
    height: auto;
  }

  .home__intro__lead__form {
    background-color: transparent;
    padding: 22px 0 43px 0;
  }

  .home__intro__lead__form > * {
    margin: 0 6px;
    display: inline-block;
  }

  .home__intro__lead__scroll-down {
    padding-top: 33px;
  }

}

@media screen and (min-width: 1280px) {
  .home__intro {
    height: 100vh;
    min-height: 800px;
  }

  .home__intro__tagline {
    position: absolute;
    left: 50%;
    top: 32%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .home__intro__lead {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
  }

  .home__intro__lead__title {
    margin: 0;
  }

}

.home__hiw {
  position: relative;
  padding: 35px 0;
  text-align: center;
}

.home__hiw__title {
  margin: 0;
  padding: 0 7.2%;
  font-weight: bold;
  font-size: 44px;
  color: #44091b;
}

.home__hiw__img__wrapper {
  position: relative;
}

.home__hiw__img {
  display: inline-block;
  padding: 42px 0;
  max-width: 93%;
}

.home__hiw__point {
  padding: 0 7.2%;
  font-weight: bold;
  color: #676767;
  font-size: 20px;
  line-height: 1.1;
  text-align: left;
}

.home__hiw__point + .home__hiw__point {
  padding-top: 24px;
}

.home__hiw__learn-more {
  display: inline-block;
  margin-top: 2em;
  color: #05bba3;
}

.home__hiw__learn-more:hover {
  color: #10877d;
}

@media screen and (min-width: 768px) {
  .home__hiw {
    padding: 45px 0;
  }

  .home__hiw__img {
    padding: 72px 0;
  }

  .home__hiw__point {
    text-align: center;
  }

  .home__hiw__point + .home__hiw__point {
    padding-top: 10px;
  }

}

@media screen and (min-width: 1024px) {
  .home__hiw {
    position: relative;
    padding: 50px 0;
  }

  .home__hiw__img {
    padding: 77px 0;
    width: 600px;
  }

  .home__hiw__point {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    color: #666666;
    font-weight: 300;
    padding: 0;
  }

  .home__hiw__point + .home__hiw__point {
    padding-top: 0;
  }

  .home__hiw__1 {
    width: 200px;
    margin-top: -230px;
    margin-left: -355px;
  }

  .home__hiw__2 {
    width: 215px;
    margin-top: -235px;
    margin-left: 185px;
  }

  .home__hiw__3 {
    width: 150px;
    margin-top: -50px;
    margin-left: 324px;
  }

  .home__hiw__4 {
    width: 280px;
    margin-top: 213px;
    margin-left: 166px;
  }

  .home__hiw__5 {
    width: 250px;
    margin-top: 208px;
    margin-left: -400px;
  }

  .home__hiw__6 {
    width: 160px;
    margin-top: -34px;
    margin-left: -465px;
  }

}

@media screen and (min-width: 1280px) {
  .home__hiw {
    position: relative;
    padding: 50px 0;
  }

  .home__hiw__img {
    padding: 87px 0;
    width: 725px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .home__hiw__point {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .home__hiw__1 {
    width: 200px;
    margin-top: -280px;
    margin-left: -403px;
  }

  .home__hiw__2 {
    width: 225px;
    margin-top: -280px;
    margin-left: 245px;
  }

  .home__hiw__3 {
    width: 250px;
    margin-top: -38px;
    margin-left: 400px;
  }

  .home__hiw__4 {
    width: 280px;
    margin-top: 257px;
    margin-left: 235px;
  }

  .home__hiw__5 {
    width: 250px;
    margin-top: 252px;
    margin-left: -435px;
  }

  .home__hiw__6 {
    width: 210px;
    margin-top: -30px;
    margin-left: -600px;
  }

}

@media screen and (min-width: 1360px) {
  .home__hiw__3 {
    width: 290px;
    margin-top: -30px;
    margin-left: 400px;
  }

}

.home__buy-direct {
  padding: 40px 7.2% 50px 7.2%;
  background-color: #44091b;
  color: #ffffff;
  text-align: center;
}

.home__buy-direct__title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  vertical-align: top;
}

.home__buy-direct__form {
  padding-top: 28px;
}

.home__buy-direct__form > * {
  display: block;
  margin: 20px auto 0 auto;
}

@media screen and (min-width: 1024px) {
  .home__buy-direct {
    padding: 53px 7.2% 66px 7.2%;
  }

  .home__buy-direct__title {
    width: 880px;
    font-size: 30px;
    line-height: 46px;
  }

  .home__buy-direct__form {
    padding-top: 56px;
  }

  .home__buy-direct__form > * {
    display: inline-block;
    margin: 0 6px;
  }

}

.home__believe {
  padding: 67px 7.2%;
  color: #3b0e0b;
  text-align: center;
}

.home__believe .parallax__bg {
  background-image: url("../img/bg_home_we_believe.jpg");
}

.home__believe__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 62px;
  line-height: 1;
}

.home__believe__text {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin: 1.5em 0 0 0;
  padding: 0;
}

.home__believe__text p {
  margin: 8px 0;
  padding: 0;
}

@media screen and (min-width: 480px) {
  .home__believe {
    padding: 67px 12%;
  }

}

@media screen and (min-width: 768px) {
  .home__believe {
    padding: 167px 0;
  }

  .home__believe__title {
    font-size: 70px;
  }

}

@media screen and (min-width: 1024px) {
  .home__believe {
    padding: 245px 0;
  }

  .home__believe__text {
    font-size: 50px;
  }

}

@media screen and (min-width: 1280px) {
  .home__believe {
    padding: 265px 0;
  }

  .home__believe__text p {
    margin: 10px 0;
  }

}

.home__we-sourced {
  background-color: #05bba3;
  color: #ffffff;
  padding: 25px 7.2%;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
}

.home__we-sourced__text {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .home__we-sourced {
    padding: 30px 0;
  }

  .home__we-sourced__text {
    width: 570px;
  }

}

@media screen and (min-width: 1024px) {
  .home__we-sourced {
    padding: 54px 0;
  }

  .home__we-sourced__text {
    width: 860px;
    line-height: 1.2;
    font-size: 40px;
  }

}

.home__featured {
  text-align: center;
  line-height: 1;
  position: relative;
}

.home__featured__tagline {
  margin: 0;
  padding: 39px 7.2%;
  background-color: #048475;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
}

.home__featured__wrapper {
  color: #3f100d;
  padding: 38px 0 40px 0;
}

.home__featured__title {
  font-size: 20px;
  text-transform: uppercase;
}

.home__featured__producer {
  padding-top: 8px;
  font-size: 48px;
  font-weight: 700;
}

.home__featured__lead {
  padding-top: 7px;
  font-size: 46px;
}

.home__featured__location {
  padding-top: 17px;
  font-size: 19px;
}

.home__featured__location i {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}

.home__featured__logo {
  display: inline-block;
  max-width: 83.4%;
}

.home__featured__seen-on {
  display: inline-block;
  max-width: 83.4%;
  padding-top: 32px;
}

.home__featured__desc {
  padding: 32px 8.3% 42px 8.3%;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 29px;
  clear: both;
}

.home__featured__image {
  position: relative;
  height: 400px;
}

.home__featured__image .parallax__bg {
  background-image: url("../img/bg_home_featured_producer.jpg");
}

.home__featured__form {
  padding: 50px 7.2%;
}

.home__featured__form > * {
  display: block;
  margin: 0 auto;
}

.home__featured__form > * + * {
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .home__featured__producer {
    font-size: 60px;
  }

  .home__featured__logo {
    padding-left: 8.3%;
    float: left;
    height: 53px;
    max-width: 178px;
  }

  .home__featured__seen-on {
    padding-top: 0;
    padding-right: 8.3%;
    float: right;
    height: 53px;
    max-width: 178px;
  }

  .home__featured__form {
    padding: 50px 0;
  }

}

@media screen and (min-width: 768px) {
  .home__featured__wrapper {
    display: inline-block;
    padding-bottom: 0;
  }

  .home__featured__logo {
    margin-top: 100px;
    padding-left: 6%;
  }

  .home__featured__seen-on {
    margin-top: 100px;
    padding-right: 6%;
  }

}

@media screen and (min-width: 1024px) {
  .home__featured__wrapper {
    display: inline-block;
    padding-bottom: 40px;
  }

  .home__featured__logo,
  .home__featured__seen-on {
    position: absolute;
    top: 200px;
    height: 70px;
    padding: 0;
    margin: 0;
    float: none;
  }

  .home__featured__logo {
    right: 50%;
    margin-right: 268px;
  }

  .home__featured__seen-on {
    left: 50%;
    margin-left: 260px;
  }

  .home__featured__image {
    height: 678px;
  }

  .home__featured__desc {
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 30px 0 0 0;
    font-size: 20px;
    color: #ffffff;
    z-index: 1;
    font-weight: 300;
    text-align: justify;
  }

  .home__featured__form {
    padding: 95px 0;
  }

  .home__featured__form > * {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
  }

  .home__featured__form > * + * {
    margin-top: 0;
  }

}

@media screen and (min-width: 1280px) {
  .home__featured__logo,
  .home__featured__seen-on {
    height: auto;
  }

  .home__featured__logo {
    margin-right: 360px;
  }

  .home__featured__seen-on {
    margin-left: 320px;
  }

  .home__featured__desc {
    width: 1024px;
    font-size: 25px;
    padding-top: 50px;
  }

  .home__featured__form {
    padding: 105px 0;
  }

}

.home__reason {
  background-image: url("../img/bg_home_reason_to_join.jpg");
  color: white;
}

.home__reason .parallax__bg {
  background-image: url("../img/bg_home_reason_to_join.jpg");
}

.home__reason__title {
  margin: 0;
  padding: 41px 7.2%;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.24);
}

.home__reason__lead {
  padding: 29px 7.2% 13px 7.2%;
  line-height: 1.46;
  font-size: 26px;
  text-transform: uppercase;
}

.home__reason__list {
  margin: 0;
  padding: 0 7.2% 31px 7.2%;
  list-style: none;
  font-size: 26px;
}

.home__reason__list__item {
  line-height: 1.4;
}

.home__reason__list__item + .home__reason__list__item {
  padding-top: 13px;
}

@media screen and (min-width: 768px) {
  .home__reason__title {
    font-size: 36px;
  }

  .home__reason__lead {
    padding: 52px 7.2% 25px 7.2%;
  }

  .home__reason__list {
    padding-bottom: 51px;
  }

  .home__reason__list__item + .home__reason__list__item {
    padding-top: 19px;
  }

}

@media screen and (min-width: 1024px) {
  .home__reason__title {
    font-size: 39px;
    padding: 36px 7.2%;
  }

  .home__reason__lead {
    margin: 0 auto;
    padding: 83px 0 50px 0;
    font-size: 40px;
    width: 870px;
  }

  .home__reason__list {
    width: 870px;
    margin: 0 auto;
    padding: 0 0 97px 0;
    font-size: 36px;
  }

  .home__reason__list__item + .home__reason__list__item {
    padding-top: 14px;
  }

}

.home__epilog {
  text-align: center;
}

.home__epilog__title {
  margin: 0;
  padding: 48px 16% 0 16%;
  line-height: 1.4;
  color: #44091b;
  font-weight: 700;
  font-size: 30px;
}

.home__epilog__form {
  padding: 58px 7.2% 0 7.2%;
}

.home__epilog__form > * {
  vertical-align: top;
  margin: 0 auto;
  display: block;
}

.home__epilog__form > * + * {
  margin-top: 20px;
}

.home__epilog__logo {
  margin-top: 58px;
  height: 144px;
  width: 100%;
  max-width: 85.7%;
}

.home__epilog__logo use {
  fill: #410819;
}

@media screen and (min-width: 480px) {
  .home__epilog__form {
    padding: 58px 0 0 0;
  }

}

@media screen and (min-width: 768px) {
  .home__epilog__title {
    padding-top: 60px;
  }

  .home__epilog__logo {
    margin-top: 90px;
    height: 155px;
  }

}

@media screen and (min-width: 1024px) {
  .home__epilog__title {
    font-size: 40px;
    padding-top: 110px;
    line-height: 1.1;
  }

  .home__epilog__form {
    padding-top: 91px;
  }

  .home__epilog__form > * {
    vertical-align: top;
    margin: 0 6px;
    display: inline-block;
  }

  .home__epilog__form > * + * {
    margin-top: 0;
  }

  .home__epilog__logo {
    margin-top: 100px;
    height: 184px;
  }

}

.home .header__menu__item:first-child {
  display: inline-block;
}

/* Components - Home Page
   ========================================================================== */


.content__header {
  position: relative;
  text-align: center;
  background-color: #05bba3;
}

.content__header__title {
  position: relative;
  padding: 0.8em 7.2%;
  margin: 0;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  z-index: 1;
}

.content__header__title__text {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: inherit;
}

.content__header__title--blog {
  padding: 0 7.2% 0 40px;
  font-size: 25px;
  font-weight: 700;
  color: #ccf1ec;
  text-align: left;
}

.content__header__title--blog svg {
  width: 106px;
  height: 69px;
  vertical-align: -1em;
}

.content__header__title--blog .logo-center {
  fill: #fff;
}

.content__header__title--blog .logo-c {
  fill: #ccf1ec;
}

.content__header__title--blog .content__header__title__logo {
  margin-left: 20px;
}

.content__header__title__article {
  display: none;
  margin: 0 auto;
  padding: 10px 23px 13px 23px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 48px;
  line-height: 1;
  border-radius: 6px;
  background-color: #fff;
  color: #333333;
}

.content__header__menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 369px;
  padding: 0 47px;
  background-color: #ec626c;
  color: #fff;
  z-index: 1;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}

.content__header__menu.active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
  opacity: 1;
}

.content__header__menu__trigger {
  width: 41px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content__header__menu__trigger:hover {
  color: #fff;
}

.content__header__menu__list {
  list-style: none;
  padding: 25px 0;
  margin: 0;
  font-size: 26px;
  line-height: 1.7692307692em;
  font-weight: bold;
  text-align: center;
}

.content__header__menu__item {
  padding: 0;
  margin: 0;
}

.content__header__menu__item a {
  display: block;
}

.content__header__menu__item a:hover {
  color: #fff;
}

.content__header__menu__close {
  position: absolute;
  top: 42px;
  right: 39px;
  padding: 8px;
  font-size: 16px;
}

.content__header__menu__close:hover {
  color: #fff;
}

.content__header__menu__search {
  margin-top: 125px;
  height: 50px;
  line-height: 50px;
  font-weight: 300;
  font-size: 20px;
  max-width: 100%;
}

.content__header__menu__search input {
  height: 50px;
}

.content__header__menu__search .icon {
  font-size: 26px;
  line-height: 50px;
}

.content__header__image {
  position: relative;
  padding-top: 27.9166666667%;
  padding-bottom: 27.9166666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.content__header__meta {
  background-color: #f9fafa;
  border-bottom: 1px solid #ccc;
  padding: 20px 7.2%;
  text-align: left;
  font-size: 18px;
}

.content__header__meta__item + .content__header__meta__item {
  margin-top: 8px;
}

.content__header__meta__item i {
  font-size: 30px;
  vertical-align: -0.2em;
  margin-right: 3px;
}

.content__header__meta__item .icon-calendar {
  position: relative;
}

.content__header__meta__item .icon-calendar span {
  position: absolute;
  left: -1px;
  right: 0;
  text-align: center;
  bottom: 20%;
  font-size: 11px;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}

.content__header__meta__tags {
  margin: 15px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  padding: 0;
  list-style: none;
}

.content__header__meta__tags li {
  display: inline-block;
}

.content__header__meta__tags a {
  padding-right: 1em;
}

.content__container {
  max-width: 1024px;
  margin: 7.2% auto 0 auto;
  line-height: 1.3333;
  color: #333333;
}

.content__container > * {
  padding: 0 7.2%;
}

.content__container blockquote {
  padding: 1.5em 3em;
  margin: 2em auto;
  font-weight: bold;
  background-color: #f9fafa;
  color: #05bba3;
  font-size: 1.2222222222em;
  line-height: 1.0909090909;
  border: 1px solid #cccccc;
  border-left: none;
  border-right: none;
  text-align: center;
  max-width: 768px;
}

.content__container h1 {
  font-size: 3em;
}

.content__container h2 {
  font-size: 2.5em;
}

.content__container h3 {
  font-size: 2em;
}

.content__container h4 {
  font-size: 1.5em;
}

.content__container h5 {
  font-size: 1.125em;
}

.content__container p {
  margin: 1em 0;
}

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

.content__container ul > li {
  padding-left: 0.6em;
  font-weight: 400;
  color: #666666;
  position: relative;
}

.content__container ul > li:before {
  left: 0;
  top: -0.01em;
  position: absolute;
  display: inline-block;
  content: "\2022";
  color: #05bba3;
}

.content__title {
  color: #333333;
  font-weight: 300;
  margin: 40px auto 0 auto;
  padding: 0 7.2%;
  line-height: 1;
  text-align: center;
  font-size: 36px;
}

@media screen and (max-width: 479px) {
  .content .content__header__title__logo {
    display: none;
  }

  .content .content__header__title__logo--mobile {
    height: 69px;
    width: auto;
    margin-right: 5px;
  }

}

@media screen and (min-width: 480px) {
  .content .content__header__title__logo--mobile {
    display: none;
  }

  .content__header__title {
    font-size: 48px;
  }

  .content__header__title--blog {
    padding: 15px 7.2%;
    font-size: 25px;
    text-align: center;
  }

  .content__header__menu__trigger {
    right: 18px;
  }

}

@media screen and (min-width: 768px) {
  .content__header__title--blog {
    font-size: 32px;
    padding: 20px 7.2%;
  }

  .content__header__title--blog svg {
    width: 135.68px;
    height: 88.32px;
  }

  .content__header__title--blog-article {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.33);
    color: #fff;
  }

  .content__header__title--blog-article .logo-center {
    fill: #fff;
  }

  .content__header__title--blog-article .logo-c {
    fill: #d9d9d9;
  }

  .content__header__menu__trigger {
    right: 40px;
  }

  .content__header__meta {
    padding: 35px 0;
    text-align: center;
  }

  .content__header__meta__item {
    display: inline-block;
  }

  .content__header__meta__item + .content__header__meta__item {
    margin-left: 60px;
  }

  .content__header__meta__tags {
    text-align: center;
  }

  .content__container--blog-article {
    margin-top: 35px;
  }

  .content__title {
    margin-top: 40px;
  }

}

@media screen and (min-width: 1024px) {
  .content__header__title--blog:not(&--blog-article) {
    font-size: 50px;
    padding: 25px 0;
  }

  .content__header__title--blog:not(&--blog-article) svg {
    width: 212px;
    height: 138px;
  }

  .content__header__title__article {
    display: inline-block;
    max-width: 80%;
  }

  .content__header__menu {
    max-width: 375px;
  }

  .content__header__image {
    height: 550px;
    padding: 275px 0 0 0;
  }

  .content__container {
    margin-top: 90px;
  }

  .content__container--blog-article {
    margin-top: 35px;
  }

  .content__container blockquote {
    padding: 1.5em 2em;
  }

}

@media screen and (min-width: 1280px) {
  .content__header__image {
    height: 720px;
    padding: 360px 0 0 0;
  }

}

/* Components - Category Styles
   ========================================================================== */


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

.category-list--related {
  border-top: 1px solid #cccccc;
  margin-top: 50px;
}

.category-list__title {
  margin: 30px auto;
  font-weight: 300;
  color: #333333;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  clear: both;
}

.category-list__post {
  display: block;
  position: relative;
  padding-top: 66.6666666667%;
  margin: 20px;
  max-width: 600px;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.category-list__post__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.category-list__post__link:hover {
  opacity: 1;
  color: inherit;
}

.category-list__post__header {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-list__post__title {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.category-list__post__category {
  padding-top: 0.6em;
  font-size: 0.9615384615em;
  font-weight: 300;
}

.category-list__load-more {
  display: block;
  margin: 0 20px;
  padding: 10px 0;
  font-weight: 700;
  color: #05bba3;
  line-height: 1;
  border-top: 1px solid #cccccc;
  font-size: 24px;
  clear: both;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .category-list {
    padding: 15px;
  }

  .category-list__post {
    float: left;
    margin: 15px;
    width: calc(50% - 30px);
    padding-top: 33.3333333333%;
  }

  .category-list__load-more {
    margin: 0 30px;
    padding: 20px 0;
  }

}

@media screen and (min-width: 1024px) {
  .category-list--related {
    margin-top: 70px;
  }

  .category-list__title {
    margin: 35px auto;
    font-size: 35px;
  }

}

@media screen and (max-width: 1280px) {
  .mobile .category-list__post__link.hover {
    opacity: 1;
    color: inherit;
  }

}

@media screen and (min-width: 1280px) {
  .category-list--related {
    margin-top: 80px;
  }

  .category-list__title {
    margin: 40px auto;
    font-size: 35px;
  }

}

@media screen and (min-width: 1320px) {
  .category-list {
    padding: 20px 0;
    width: 1280px;
    margin: 0 auto;
  }

  .category-list--related {
    margin-top: 50px;
  }

  .category-list__post {
    float: left;
    margin: 20px;
    width: 600px;
    height: 400px;
    padding: 0;
    font-size: 30px;
  }

  .category-list__load-more {
    width: 1240px;
    margin: 0 auto;
    padding: 30px 0;
  }

}

/* Components - Blog Article
   ========================================================================== */


/* Components - Search
   ========================================================================== */


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

.search-clubs__item {
  border-bottom: 11px solid #05bba3;
  padding: 23px 0;
}

.search-clubs__item:first-child {
  margin-top: 60px;
  border-top: 11px solid #05bba3;
}

.search-clubs__item__image {
  display: inline-block;
  width: 85.6%;
  max-width: 320px;
  border: 1px solid #d0d0d0;
}

.search-clubs__item__title {
  display: block;
  margin: 10px 0;
  padding: 0 7.2%;
  font-size: 32px;
  color: #666666;
  line-height: 1;
}

.search-clubs__item__info {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 7px 7.2%;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

.search-clubs__item__info > * {
  margin: 6px auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.search-clubs__item__info .button {
  width: auto;
}

.search-clubs__item__info i {
  font-size: 22px;
  margin-right: 5px;
  vertical-align: -10%;
  min-width: 28px;
  display: inline-block;
  text-align: center;
}

.search-clubs__item__description {
  padding: 0 7.2%;
  color: #666666;
  font-size: 18px;
  line-height: 1.3333333333em;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .search-clubs__item__info {
    margin-top: 10px;
  }

  .search-clubs__item__info > * {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

  .search-clubs__item__info > *:last-child {
    display: block;
  }

}

@media screen and (min-width: 720px) {
  .search-clubs__item {
    text-align: left;
  }

  .search-clubs__item__image {
    width: 220px;
    margin: 0 0 0 20px;
    float: left;
  }

  .search-clubs__item__title,
  .search-clubs__item__info {
    float: left;
    margin-left: 20px;
    width: calc(100% - 280px);
    padding-left: 0;
    padding-right: 0;
  }

  .search-clubs__item__title {
    margin-top: 0;
    display: inline-block;
    float: left;
  }

  .search-clubs__item__info > * {
    margin-left: 0;
    margin-right: 20px;
  }

  .search-clubs__item__info .button {
    margin-right: 0;
  }

  .search-clubs__item__description {
    clear: both;
    display: block;
    padding: 20px 20px 0 20px;
  }

}

@media screen and (min-width: 768px) {
  .search-clubs__item__description {
    clear: none;
    float: right;
    width: calc(100% - 280px);
    padding: 0;
    margin-left: 0;
    margin-right: 20px;
  }

}

@media screen and (min-width: 1024px) {
  .search-clubs {
    max-width: 1024px;
    margin: 0 auto;
  }

  .search-clubs__item__image {
    margin-left: 20px;
  }

  .search-clubs__item__title,
  .search-clubs__item__info,
  .search-clubs__item__description {
    margin-left: 0;
    margin-right: 20px;
    float: right;
    width: 744px;
  }

  .search-clubs__item__title {
    font-size: 36px;
  }

  .search-clubs__item__info {
    padding: 0;
  }

  .search-clubs__item__info > * {
    margin-top: 21px;
  }

  .search-clubs__item__info > *:last-child {
    margin-bottom: 21px;
    margin-top: 10px;
  }

}

@media screen and (min-width: 1280px) {
  .search-clubs {
    max-width: 1180px;
  }

  .search-clubs__item__image {
    margin-left: 0;
  }

  .search-clubs__item__title,
  .search-clubs__item__info,
  .search-clubs__item__description {
    margin-right: 0;
    width: 940px;
  }

  .search-clubs__item__title {
    font-size: 48px;
  }

  .search-clubs__item__info {
    padding: 0;
    /*.button {
          margin: 10px 0;
          float: right;
        }
*/
  }

  .search-clubs__item__info > * {
    margin-right: 50px;
  }

  .search-clubs__item__info > *:last-child {
    margin: 10px 0;
    float: right;
  }

  .search-clubs__item__info > *:first-child {
    margin-left: 10px;
  }

}

/* Components - Dashboard
   ========================================================================== */


.dashboard {
  padding-top: 10px;
  text-align: center;
}

.dashboard__box {
  display: inline-block;
  width: 100%;
  max-width: 560px;
  min-height: 285px;
  margin: 50px auto 0 auto;
  border-color: #05bba3;
  border-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  color: #666666;
}

.dashboard__title {
  text-align: left;
  position: relative;
  margin: 0;
  padding: 10px 55px 10px 15px;
  line-height: 1;
  font-size: 1.6666666667em;
  font-weight: 300;
  border-bottom: 1px solid #05bba3;
}

.dashboard__title i {
  color: #999;
  position: absolute;
  right: 15px;
  font-size: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard__title a {
  font-size: 0.6em;
  display: block;
}

.dashboard__club {
  margin: 0;
  padding: 15px 15px 0 15px;
  color: #05bba3;
  font-weight: 700;
  font-size: 1.3333333333em;
  line-height: 1;
  border-top: 5px solid #05bba3;
}

.dashboard__club:first-child {
  border-top: none;
  padding-top: 0;
}

.dashboard__club a {
  float: right;
  font-size: 0.75em;
  font-weight: 300;
  margin-top: 5px;
}

.dashboard__club i {
  font-size: 0.8em;
  margin-right: 0.4em;
}

.dashboard__content {
  padding: 15px 0;
  text-align: justify;
  height: 235px;
  overflow: auto;
}

.dashboard__content--personal {
  padding: 15px;
}

.dashboard__table {
  width: calc(100% - 30px);
  font-weight: 700;
  text-align: center;
  margin: 15px 15px 0 15px;
}

.dashboard__table thead {
  font-weight: 700;
  color: #999;
  font-size: 0.7777777778em;
}

.dashboard__table thead td {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3333333333em;
}

.dashboard__table tbody td {
  padding: 1em 0;
  border-top: 1px solid #e5e5e5;
}

.dashboard__table tbody tr:first-child td {
  border-top: none;
}

.dashboard__table tr td:last-child {
  text-align: right;
}

.dashboard__table tr td:first-child {
  text-align: left;
}

.dashboard__personal-data {
  display: inline-block;
  font-style: normal;
  vertical-align: top;
  margin-top: 10px;
  line-height: 1.3333333333em;
  /*margin-right: (60/18)+em;
    & + & {
      margin-top: (15/18)+em;
    }
*/
}

.dashboard__personal-data--table {
  display: inline-block;
}

.dashboard__personal-data--table > * {
  display: table-cell;
}

.dashboard__personal-data--table > *:not(:first-child) {
  padding-left: 0.8333333333em;
}

.dashboard a {
  color: #05bba3;
}

.dashboard a:hover {
  color: #10877d;
}

.dashboard hr {
  width: 100%;
  display: inline-block;
  margin: 0.8333333333em 0 0 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.dashboard__empty {
  text-align: center;
  padding: 1em 0;
}

@media screen and (min-width: 480px) {
  .dashboard {
    padding-left: 7.2%;
    padding-right: 7.2%;
  }

  .dashboard__box {
    border-style: solid;
    border-radius: 4px;
  }

  .dashboard__content {
    text-align: left;
  }

  .dashboard__personal-data {
    margin-right: 3em;
  }

}

@media screen and (max-width: 1023px) {
  .dashboard__box--empty {
    display: none;
  }

}

@media screen and (min-width: 1024px) {
  .dashboard {
    padding-left: 50px;
    padding-right: 50px;
    text-align: justify;
  }

  .dashboard:after {
    display: inline-block;
    width: 100%;
    content: "";
    font-size: 0.1px;
    line-height: 0.1px;
    text-indent: -99999px;
  }

  .dashboard__box {
    width: calc(50% - 25px);
    vertical-align: top;
  }

  .dashboard__title a {
    font-size: 0.6em;
    float: right;
    line-height: 1.7777777778em;
  }

}

@media screen and (min-width: 1280px) {
  .dashboard {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }

  .dashboard__personal-data {
    min-width: 170px;
    margin-right: 10px;
    margin-top: 0;
  }

  .dashboard hr {
    margin-bottom: 0.8333333333em;
  }

  .dashboard__personal-data:last-child {
    margin-right: 0;
    min-width: unset;
  }

}

/* Components - Campaign
   ========================================================================== */


.campaign__header {
  background-color: #f9fafa;
  border-bottom: 1px solid #cccccc;
}

.campaign__image {
  position: relative;
  overflow: hidden;
  height: 47.2222222222vw;
  min-height: 200px;
  max-height: 680px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*img {

      position: relative;
      display: block;
      margin-top: 50%;
      //left: 50%;
      min-width: 100%;
      //min-height: 100%;
      //height: 100%;
      transform: translate(0, -50%);
      //border: 1px solid red;
      //transform: translateY();
    }
*/
}

.campaign__meta {
  padding: 25px 7.2%;
  margin: 0 auto;
  max-width: 778px;
  color: #666666;
}

.campaign__title {
  margin: 0;
  font-size: 32px;
  color: #666666;
  line-height: 1;
  font-weight: 300;
}

.campaign__data {
  position: relative;
}

.campaign__meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
  color: #ec626c;
}

.campaign__meta-list i {
  color: #05bba3;
  width: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: -5%;
}

.campaign__meta-list-item {
  padding-top: 0.4166666667em;
}

.campaign__conditions {
  padding-top: 0.8333333333em;
  font-size: 12px;
  line-height: 1.5em;
}

.campaign__content {
  position: relative;
}

.campaign__basket {
  margin: 30px auto 0 auto;
  max-width: 778px;
  color: #666666;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.campaign__basket-empty-message {
  padding: 45px 0 15px 0;
  display: none;
}

.campaign__basket-quantity {
  display: none;
}

.campaign__basket.empty .campaign__basket-shipping {
  display: none;
}

.campaign__basket.empty .campaign__basket-empty-message {
  display: block;
}

.campaign__basket-close,
.campaign__item-description button {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: none;
  font-weight: 300;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.campaign__basket-close i,
.campaign__item-description button i {
  font-size: 20px;
  margin-left: 5px;
  vertical-align: -10%;
}

.campaign__basket-container {
  margin-top: 30px;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #05bba3;
  border-top: 1px solid #05bba3;
}

.campaign__basket-content {
  padding-bottom: 32px;
}

.campaign__basket-content button {
  margin-top: 32px;
}

.campaign__basket-row {
  padding: 0 7.2%;
}

.campaign__basket-title {
  padding: 10px 0;
  margin: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #05bba3;
}

.campaign__basket-title i {
  margin-left: 10px;
  color: #999;
  font-size: 24px;
  vertical-align: -10%;
}

.campaign__basket-product-name {
  margin: 0;
  padding: 24px 0;
  float: left;
  font-size: 1em;
  font-weight: 700;
  color: #05bba3;
  line-height: 1;
}

.campaign__basket-product-price {
  padding: 19px 0 24px 0;
  font-weight: 300;
  float: right;
  font-size: 1em;
  line-height: 1;
}

.campaign__basket-product-price strong {
  font-size: 1.3333333333em;
  color: #05bba3;
}

.campaign__basket-product-data {
  width: 100%;
  margin: 0 auto;
  clear: both;
  text-align: center;
}

.campaign__basket-product-data thead {
  font-size: 0.7777777778em;
  font-weight: bold;
}

.campaign__basket-product-data thead td {
  border-bottom: 1px solid #e5e5e5;
  padding: 6px 0;
}

.campaign__basket-product-data tbody td {
  padding: 12px 0;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid #e5e5e5;
}

.campaign__basket-product-data tbody input {
  width: 34px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #cbcbcb;
  text-align: center;
  border-radius: 4px;
}

.campaign__basket-product-data tbody a {
  color: #05bba3;
}

.campaign__basket-product-data tbody a:hover {
  color: #10877d;
}

.campaign__basket-product-data--shipping tbody td {
  font-weight: 400;
  text-align: left;
  line-height: 32px;
}

.campaign__basket-product-data--shipping tbody td:last-child {
  text-align: right;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  .campaign__basket.sticky {
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    max-width: none;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  .campaign__basket.sticky .campaign__share {
    display: none;
  }

  .campaign__basket.sticky .campaign__basket-quantity {
    display: inline;
  }

  .campaign__basket.sticky .campaign__basket-container {
    margin: 0 auto;
    color: #fff;
    border: none;
    border-radius: 0;
    height: 62px;
  }

  .campaign__basket.sticky .campaign__basket-content {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #ec626c;
    overflow: auto;
    max-height: calc(100vh - 61px);
    border-top: 1px solid #edabb0;
    -webkit-overflow-scrolling: touch;
  }

  .campaign__basket.sticky .campaign__basket-content button,
  .campaign__basket.sticky .campaign__basket-content button:hover {
    color: #ec626c;
    background-color: #fff;
  }

  .campaign__basket.sticky .campaign__basket-title {
    position: relative;
    z-index: 1;
    border: none;
    font-weight: bold;
    padding: 15px 0 16px 0;
    background-color: #ec626c;
    -webkit-transition: opacity 0.5s, visibility 0.5s, height 0.5s;
    transition: opacity 0.5s, visibility 0.5s, height 0.5s;
    cursor: pointer;
  }

  .campaign__basket.sticky .campaign__basket-title i {
    color: #fff;
  }

  .campaign__basket.sticky .campaign__basket-close,
  .campaign__basket.sticky .campaign__item-description button,
  .campaign__item-description .campaign__basket.sticky button {
    top: 19px;
    right: 7.2%;
    padding: 0;
    display: block;
    background-color: transparent;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
  }

  .campaign__basket.sticky .campaign__basket-close i,
  .campaign__basket.sticky .campaign__item-description button i,
  .campaign__item-description .campaign__basket.sticky button i {
    font-size: 17px;
  }

}

@media screen and (max-width: 1279px) and (max-width: 479px) {
  .campaign__basket.sticky .campaign__basket-title {
    height: 62px;
    overflow: hidden;
  }

  .campaign__basket.sticky .campaign__basket-close,
  .campaign__basket.sticky .campaign__item-description button,
  .campaign__item-description .campaign__basket.sticky button {
    top: auto;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    bottom: 0;
    height: 40px;
    width: 100%;
    background-color: #ec626c;
    z-index: -1;
  }

  .campaign__basket.sticky .campaign__basket-content {
    max-height: calc(100vh - 62px);
  }

}

@media screen and (max-width: 1279px) {
  .campaign__basket.sticky .campaign__basket-row {
    max-width: 778px;
    margin-left: auto;
    margin-right: auto;
  }

  .campaign__basket.sticky .campaign__basket-product-name,
  .campaign__basket.sticky .campaign__basket-product-price strong,
  .campaign__basket.sticky .campaign__basket-product-data a {
    color: #fff;
  }

  .campaign__basket.sticky .campaign__basket-product-data input,
  .campaign__basket.sticky .campaign__basket-product-data td {
    border-color: #edabb0;
  }

  .campaign__basket.sticky .campaign__basket-product-data input {
    background-color: transparent;
  }

  .campaign__basket.sticky.active .campaign__basket-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}

@media screen and (max-width: 1279px) and (max-width: 479px) {
  .campaign__basket.sticky.active .campaign__basket-title {
    height: 96px;
  }

  .campaign__basket.sticky.active .campaign__basket-content {
    max-height: calc(100vh - 96px);
  }

}

@media screen and (max-width: 1279px) {
  .campaign__basket.sticky.active .campaign__basket-close,
  .campaign__basket.sticky.active .campaign__item-description button,
  .campaign__item-description .campaign__basket.sticky.active button {
    opacity: 1;
    visibility: visible;
  }

}

.campaign__share {
  color: #05bba3;
  font-weight: 300;
  font-size: 26px;
  line-height: 1;
  text-align: center;
}

.campaign__share--blog {
  margin-top: 15px;
}

.campaign__share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 40px;
  line-height: 1;
}

.campaign__share li {
  display: inline-block;
  margin: 20px 7px 0 7px;
}

.campaign__share a {
  color: #999;
}

.campaign__share a:hover {
  color: #05bba3;
}

.campaign__producer {
  padding: 0 7.2% 35px 7.2%;
  margin-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #666666;
}

.campaign__producer-title {
  margin: 0;
  padding: 30px 0 25px 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 300;
}

.campaign__producer-info {
  padding-bottom: 20px;
  line-height: 1.3333333333em;
  text-align: left;
}

.campaign__producer a {
  color: #05bba3;
}

.campaign__producer i {
  font-size: 1.1111111111em;
  margin-right: 5px;
  vertical-align: -10%;
}

.campaign__cta {
  margin-top: 35px;
  padding: 0 7.2% 30px 7.2%;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  line-height: 1.3333333333em;
}

.campaign__cta-title {
  margin: 0;
  padding: 30px 0 25px 0;
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
  color: #ec626c;
  text-align: center;
}

.campaign__box {
  border-top: 11px solid #05bba3;
  color: #666666;
}

.campaign__box-title {
  margin: 0;
  padding: 0;
  font-size: 40px;
  line-height: 1.6666666667em;
  font-weight: 700;
  color: #05bba3;
  text-align: center;
}

.campaign__box-counter {
  text-align: center;
  font-size: 17px;
}

.campaign__box-meta {
  margin-top: 15px;
  padding: 10px 7.2% 15px 7.2%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  color: #999;
}

.campaign__box-price {
  font-size: 24px;
}

.campaign__box-price strong {
  font-size: 30px;
}

.campaign__box-value {
  margin-top: 10px;
  font-size: 18px;
}

.campaign__box-select {
  margin-top: 10px;
}

.campaign__box-hero-image img {
  display: block;
  width: 100%;
}

.campaign__box footer {
  padding: 25px 3.6%;
  color: #ec626c;
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.campaign__boxes-left-list {
  padding: 0;
  margin: 8px 0 0 0;
  list-style: none;
  font-size: 27px;
  line-height: 1;
}

.campaign__boxes-left-list li {
  color: #cccccc;
  display: inline-block;
  padding: 0 2px;
}

.campaign__boxes-left-list .available {
  color: #05bba3;
}

.campaign__box-content {
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.campaign__item {
  padding: 22px 10px;
  margin: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  color: #666666;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  text-align: left;
}

.campaign__item strong {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  min-width: 65px;
  text-align: left;
}

.campaign__item.active,
.campaign__item:hover {
  color: #05bba3;
}

.campaign__item-description {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-out, visibility 0.5s;
  transition: max-height 0.5s ease-out, visibility 0.5s;
  visibility: hidden;
}

.campaign__item-description.active {
  max-height: 1500px;
  visibility: visible;
  -webkit-transition: max-height 0.5s ease-in, visibility 0.5s;
  transition: max-height 0.5s ease-in, visibility 0.5s;
}

.campaign__item-description button {
  display: block;
}

.campaign__item-title {
  margin: 60px 0 0 0;
  padding: 0 7.2%;
  font-weight: 300;
  color: #05bba3;
  line-height: 1;
  font-size: 40px;
  text-align: center;
}

.campaign__item-image {
  width: 240px;
  height: 240px;
  margin: 25px auto;
  display: block;
  position: relative;
}

.campaign__item-image img {
  border-radius: 4px;
}

.campaign__item-image .spinner-wrapper {
  display: none;
}

.campaign__item-image.loading .spinner-wrapper {
  display: block;
}

.campaign__item-text {
  padding: 0 7.2% 15px 7.2%;
  font-size: 18px;
  line-height: 1.1;
}

.campaign__item-text p {
  margin-bottom: 11px;
}

@media screen and (min-width: 480px) {
  .campaign__basket-container {
    margin-left: 7.2%;
    margin-right: 7.2%;
    border-radius: 4px;
    border-right: 1px solid #05bba3;
    border-left: 1px solid #05bba3;
  }

  .campaign__item {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .campaign__item:nth-child(even) {
    border-left: 1px solid #cccccc;
  }

}

@media screen and (min-width: 768px) {
  .campaign__basket-container {
    font-size: 18px;
  }

  .campaign__conditions {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    max-width: 350px;
    padding: 0;
    float: right;
  }

  .campaign__meta-list {
    margin-top: 20px;
    padding: 0 0 10px 0;
  }

  .campaign__cta,
  .campaign__producer {
    font-size: 18px;
  }

  .campaign__cta-text {
    width: 430px;
    margin: 0 auto;
  }

  .campaign__box-header {
    position: relative;
  }

  .campaign__box-title {
    margin: 4px 0 6px 40px;
    max-width: 540px;
    text-align: left;
  }

  .campaign__box-counter {
    position: absolute;
    right: 145px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 6px;
  }

  .campaign__box-meta {
    position: relative;
    padding: 6px 0 11px 0;
    margin: 0;
    text-align: left;
  }

  .campaign__box-price {
    margin-left: 40px;
  }

  .campaign__box-value {
    margin-left: 40px;
  }

  .campaign__box-select {
    margin-top: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .campaign__item {
    width: 33.3333333333%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333333333%;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
  }

  .campaign__item-title {
    margin-top: 25px;
  }

  .campaign__item:nth-child(even) {
    border-left: none;
  }

  .campaign__item:nth-child(3n+2) {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  .campaign__item-text {
    padding: 0 40px 15px 40px;
  }

}

@media screen and (min-width: 1024px) {
  .campaign__meta {
    text-align: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .campaign__title {
    font-size: 40px;
  }

  .campaign__meta-list-item {
    display: inline-block;
    padding-top: 0;
  }

  .campaign__meta-list-item + .campaign__meta-list-item {
    margin-left: 55px;
  }

  .campaign__conditions {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    padding-top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    float: none;
  }

  .campaign__basket-container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .campaign__cta,
  .campaign__producer-info {
    width: 778px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .campaign__cta-title {
    font-weight: 300;
  }

  .campaign__cta-text {
    width: auto;
    text-align: left;
  }

  .campaign__box {
    padding: 0 calc((100% - 778px) * 0.5);
  }

  .campaign__box-title {
    margin-left: 25px;
  }

  .campaign__box-price {
    margin-left: 25px;
  }

  .campaign__box-value {
    margin-left: 25px;
  }

  .campaign__box-select {
    right: 25px;
  }

  .campaign__box-counter {
    right: 130px;
  }

  .campaign-description {
    width: 100%;
    padding-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
  }

  .campaign-description button {
    position: absolute;
    top: 25px;
    right: 25px;
    background: transparent;
    border: none;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }

  .campaign-description button i {
    font-size: 20px;
    margin-left: 5px;
    vertical-align: -10%;
  }

  .campaign-title {
    margin: 60px 0 0 0;
    padding: 0 7.2%;
    font-weight: 300;
    color: #05bba3;
    line-height: 1;
    font-size: 40px;
    text-align: center;
  }

  .campaign-image {
    margin: 25px auto;
    display: block;
    border-radius: 4px;
  }

  .campaign-text {
    padding: 0 7.2%;
    font-size: 18px;
    line-height: 1.2;
  }

  .campaign__item-description {
    padding: 0 20px;
  }

  .campaign__item-title {
    margin: 23px 0;
    padding: 0;
    text-align: left;
  }

  .campaign__item-image {
    padding: 0;
    margin: 0 15px 30px 0;
    float: left;
  }

  .campaign__item-text {
    padding: 0 19px 0 0;
  }

  .campaign__item-text p {
    margin-top: 0;
  }

}

@media screen and (min-width: 1280px) {
  .campaign__meta {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }

  .campaign__title {
    font-size: 40px;
  }

  .campaign__data {
    position: static;
  }

  .campaign__conditions {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 380px;
    padding: 0;
    float: right;
    font-size: 18px;
  }

  .campaign__basket-container,
  .campaign__share {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .campaign__basket {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: calc((100% - 1180px) * 0.5);
    margin-top: 36px;
  }

  .campaign__basket-container {
    margin: 0 0 45px 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .campaign__basket.sticky {
    position: fixed;
  }

  .campaign__basket-quantity {
    display: none;
  }

  .campaign__producer,
  .campaign__cta,
  .campaign__box {
    width: 778px;
    margin-left: calc((100% - 1180px) * 0.5);
    margin-right: 0;
  }

  .campaign__producer {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
    /*
      margin-top: 35px;
      border-top: 1px solid #e5e5e5;*/
  }

  .campaign__box {
    padding: 0;
  }

}

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