/* Minification failed. Returning unminified contents.
(2712,26): run-time error CSS1039: Token not allowed after unary operator: '-darkModeColor'
(6481,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6482,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6485,15): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(6486,26): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
/* Colors */
/* Fonts */
/* Grid */
/* Grid breakpoints */
/* Grid containers */
/* Margin bottom for all the headings. */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 30px;
  /* Different margin for tags without additional line height bellow the h tag. */

}
h1 + pre,
h2 + pre,
h3 + pre,
h4 + pre,
h5 + pre,
h6 + pre,
h1 + table,
h2 + table,
h3 + table,
h4 + table,
h5 + table,
h6 + table {
  margin-top: 40px;
}
/* Margin bottom for all the paragraphs. */

p,
dl,
ul,
ol,
address,
blockquote {
  margin-top: 0;
  margin-bottom: 30px;
  /* Different margin for heading below the paragraph. */

  /* Different margin for images bellow the p tag. */

}
p + h1,
dl + h1,
ul + h1,
ol + h1,
address + h1,
blockquote + h1,
p + h2,
dl + h2,
ul + h2,
ol + h2,
address + h2,
blockquote + h2,
p + h3,
dl + h3,
ul + h3,
ol + h3,
address + h3,
blockquote + h3,
p + h4,
dl + h4,
ul + h4,
ol + h4,
address + h4,
blockquote + h4,
p + h5,
dl + h5,
ul + h5,
ol + h5,
address + h5,
blockquote + h5,
p + h6,
dl + h6,
ul + h6,
ol + h6,
address + h6,
blockquote + h6 {
  margin-top: 75px;
}
p + pre,
dl + pre,
ul + pre,
ol + pre,
address + pre,
blockquote + pre,
p + table,
dl + table,
ul + table,
ol + table,
address + table,
blockquote + table {
  margin-top: 40px;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
/* Margin bottom for all the tags without additional line height. */

pre,
table,
.embed-responsive {
  margin-top: 0;
  margin-bottom: 40px;
  /* Different margin for heading below the tags without additional line height. */

}
pre + h1,
table + h1,
.embed-responsive + h1,
pre + h2,
table + h2,
.embed-responsive + h2,
pre + h3,
table + h3,
.embed-responsive + h3,
pre + h4,
table + h4,
.embed-responsive + h4,
pre + h5,
table + h5,
.embed-responsive + h5,
pre + h6,
table + h6,
.embed-responsive + h6 {
  margin-top: 85px;
}
.btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.btn-primary {
  color: #bfaa7c;
}
.btn-primary:focus,
.btn-primary:hover {
  text-decoration: none;
  color: #bfaa7c;
}
.btn-primary:focus::before,
.btn-primary:hover::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-primary:focus::after,
.btn-primary:hover::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-primary::before,
.btn-primary::after {
  position: absolute;
  content: '';
  background-color: currentColor;
  height: 1px;
  bottom: -3px;
}
.btn-primary::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-primary::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-secondary {
  color: #000000;
}
.btn-secondary:focus,
.btn-secondary:hover {
  text-decoration: none;
  color: #000000;
}
.btn-secondary:focus::before,
.btn-secondary:hover::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-secondary:focus::after,
.btn-secondary:hover::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-secondary::before,
.btn-secondary::after {
  position: absolute;
  content: '';
  background-color: currentColor;
  height: 1px;
  bottom: -3px;
}
.btn-secondary::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-secondary::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-tertiary {
  color: #FFF;
  padding: 8px 25px 7px;
  background-color: #bfaa7c;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.btn-tertiary:focus,
.btn-tertiary:hover {
  text-decoration: none;
  color: #bfaa7c;
  background-color: transparent;
}
.btn-tertiary:focus::before,
.btn-tertiary:hover::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-tertiary:focus::after,
.btn-tertiary:hover::after {
  width: 15px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-tertiary::before,
.btn-tertiary::after {
  position: absolute;
  content: '';
  background-color: #bfaa7c;
  height: 1px;
  bottom: 0;
}
.btn-tertiary::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.btn-tertiary::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.btn-link {
  letter-spacing: 0;
  text-transform: none;
  margin: 0 5px 0 0;
}
.btn-secondary-font {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
}
.btn-small {
  font-size: 15px;
}
.btn-big {
  font-size: 70px;
  line-height: 1;
}
.p-breadcrumbs {
  font-size: 17px;
}
.p-breadcrumbs__container {
  padding: 10px 0;
  margin-bottom: 30px;
}
.p-breadcrumbs__item--link {
  color: #000000;
}
.p-breadcrumbs__item--active {
  color: #bfaa7c;
}
.p-breadcrumbs__item:not(:last-child)::after {
  display: inline-block;
  content: '/';
  text-decoration: none;
  color: #000000;
  margin: 6px;
}
.entry-page {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 15px 0 15px 15px;
  z-index: 900000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
.entry-page--close {
  opacity: 0;
  visibility: hidden;
}
.entry-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .entry-page__container {
    padding: 0 30px;
  }
}
.entry-page__content {
  color: #bfaa7c;
}
.entry-page__logo {
  fill: #bfaa7c;
  margin-bottom: 30px;
  width: 150px;
}
.entry-page__logo .header__logo-image {
  width: 100%;
  height: auto;
}
.entry-page__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 40px;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  margin-bottom: 1.75rem;
  /*20px;*/

}
@media (min-width: 576px) {
  .entry-page__title {
    font-size: 50px;
  }
}
.entry-page__subtitle {
  /*font-family: @secondary-font;*/
  line-height: 1.2;
  font-size: 25px;
  /*text-transform: uppercase;*/
  opacity: 0.6;
  margin-bottom: 2.5rem;
  /*20px;*/

}
.entry-page__footnote {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  padding-top: 0.75rem;
  color: #fff;
  font-family: inherit;
  font-size: 0.9rem;
  opacity: 0.6;
}
.entry-page__image-container {
  display: none;
  margin-left: 100px;
}
@media (min-width: 768px) {
  .entry-page__image-container {
    display: block;
  }
}
.entry-page__image {
  width: auto;
  max-height: 60vh;
}
.entry-page__year {
  margin-bottom: 20px;
}
.entry-page__year input {
  background-color: rgba(191, 170, 124, 0.5);
  border: 0;
  font-size: 40px;
  text-align: center;
  height: 80px;
  width: 50px;
  margin-right: 5px;
}
.entry-page__year input:focus,
.entry-page__year input:hover {
  outline: none;
}
.footer {
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.33;
  margin-top: 170px;
  /* because of animater grape-picture */

}
@media (max-width: 1800px) {
  .footer {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .footer {
    margin-top: 170px;
  }
}
.footer-newsletter {
  position: relative;
  color: #bfaa7c;
}
.footer-newsletter__container {
  background-color: rgba(0, 0, 0, 0.6);
  /*backdrop-filter: blur(9px);*/
  padding: 30px 0;
  margin-top: 130px;
}
@media (min-width: 992px) {
  .footer-newsletter__container {
    margin-bottom: 150px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-newsletter__container:hover .footer-newsletter__image {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.footer-newsletter__content {
  padding: 50px 0 30px;
}
@media (min-width: 992px) {
  .footer-newsletter__content {
    width: 60%;
  }
}
.footer-newsletter__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .footer-newsletter__title {
    font-size: 50px;
    margin-bottom: 37px;
  }
}
.footer-newsletter__text {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .footer-newsletter__text {
    margin-bottom: 55px;
  }
}
.footer-newsletter__image-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  right: 0;
  bottom: calc(100% - 45px);
  height: 200px;
  width: 40%;
  padding-left: 30px;
}
@media (min-width: 576px) {
  .footer-newsletter__image-container {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .footer-newsletter__image-container {
    top: 0;
    bottom: -150px;
    height: auto;
    width: 40%;
  }
}
.footer-newsletter__image {
  width: auto;
  height: auto;
  max-height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 992px) {
  .footer-newsletter__image {
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  }
}
.footer-instagram__container {
  padding: 30px 0;
}
.footer-follow {
  text-align: center;
}
.footer-follow__container {
  color: #bfaa7c;
  background-color: rgba(0, 0, 0, 0.6);
  /*backdrop-filter: blur(9px);*/
  padding: 60px 0 50px;
}
@media (min-width: 576px) {
  .footer-follow__container {
    padding: 77px 0 50px;
  }
}
.footer-follow__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 37px;
}
@media (min-width: 576px) {
  .footer-follow__title {
    font-size: 50px;
  }
}
.footer-follow__content {
  font-size: 24px;
  margin-bottom: 50px;
}
@media (min-width: 576px) {
  .footer-follow__content {
    margin-bottom: 73px;
  }
}
.footer-follow__social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-follow__social-media-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  background: #000000;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
@media (min-width: 576px) {
  .footer-follow__social-media-link {
    font-size: 50px;
    width: 100px;
    height: 100px;
  }
}
.footer-follow__social-media-link + .footer-follow__social-media-link {
  margin-left: 25px;
}
@media (min-width: 576px) {
  .footer-follow__social-media-link + .footer-follow__social-media-link {
    margin-left: 50px;
  }
}
.footer-follow__social-media-link:focus,
.footer-follow__social-media-link:hover {
  text-decoration: none;
}
.footer-follow__social-media-link:focus:after,
.footer-follow__social-media-link:hover:after {
  width: 74px;
  height: 74px;
}
@media (min-width: 576px) {
  .footer-follow__social-media-link:focus:after,
  .footer-follow__social-media-link:hover:after {
    width: 106px;
    height: 106px;
  }
}
.footer-follow__social-media-link .fa {
  z-index: 1;
}
.footer-follow__social-media-link:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background-color: #000000;
  width: 70px;
  height: 70px;
  -webkit-transition: width 200ms ease-out, height 200ms ease-out;
  transition: width 200ms ease-out, height 200ms ease-out;
}
@media (min-width: 576px) {
  .footer-follow__social-media-link:after {
    width: 100px;
    height: 100px;
  }
}
.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-navigation__container {
  padding: 80px 0 20px;
}
@media (min-width: 992px) {
  .footer-navigation__container {
    padding: 97px 0 40px;
  }
}
.footer-navigation__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .footer-navigation__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .footer-navigation__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-bottom: 0;
  }
}
.footer-navigation__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.footer-navigation__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-navigation__menu {
    margin-bottom: 0;
  }
}
.footer-navigation__item {
  display: block;
  margin-bottom: 25px;
}
.footer-navigation__link {
  letter-spacing: 1.5px;
}
.footer-navigation__link__image {
  display: block;
  width: 90%;
  padding: 5px 0;
}
.footer-navigation__contact {
  letter-spacing: 1.5px;
  color: #bfaa7c;
}
.footer-navigation__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.footer-navigation__contact-item .fa {
  font-size: 30px;
  width: 30px;
  margin-right: 22px;
}
@media (min-width: 576px) {
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-bottom__container {
  color: #ffffff;
  background-color: #000000;
  padding: 20px 0;
}
.footer-bottom__copyright {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .footer-bottom__copyright {
    margin-bottom: 0;
  }
}
.footer-bottom__link {
  color: #ffffff;
}
.slide-cart {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: 320px;
  max-width: 615px;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 15px 15px 30px 15px;
  z-index: 200060;
  /* <--see mfp-wrap 170;*/
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  overflow-y: auto;
  /*    @media (min-width: @md-breakpoint) {
        padding: 10px 0 30px 30px;
    }*/

}
.slide-cart--open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide-cart__close {
  /* old */
  /*        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border: 0;
        width: 60px;
        height: 60px;
        padding: 0;
        margin-left: auto;
        margin-right: 30px;
        margin-bottom: 15px;
        cursor: pointer;

        @media (min-width: @md-breakpoint) {
            width: 60px;
            height: 60px;
        }*/
  /* new */
  /*        width: 60px;
        height: 60px;
        text-decoration: none;
        text-align: center;
        font-style: normal;
        font-size: 50px;
        font-weight: 100;
        line-height: 50px;
        background-color: @gold;
        border: 0;
        border-radius: 50%;
        display: inline-block;
        float: right;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #ffffff;
        cursor: pointer;

        &:focus,
        &:hover {
            outline: none;
        }*/
  /* same as menu close */
  display: inline-block;
  text-align: right;
  color: #bfaa7c;
  background-color: transparent;
  border: 0;
  width: 100%;
  cursor: pointer;
}
.slide-cart__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #bfaa7c;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .slide-cart__title {
    font-size: 50px;
  }
}
.slide-cart__content {
  margin-bottom: 20px;
  width: 100%;
}
.slide-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bfaa7c;
  background-color: #ffffff;
  padding: 10px;
}
@media (min-width: 768px) {
  .slide-cart__product {
    padding: 15px;
  }
}
.slide-cart__product + .slide-cart__product {
  margin-top: 1px;
}
.slide-cart__product-image-container {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  font-size: 0;
}
@media (min-width: 576px) {
  .slide-cart__product-image-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .slide-cart__product-image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.slide-cart__product-title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 130px);
          flex: 0 0 calc(100% - 130px);
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .slide-cart__product-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
  }
}
@media (min-width: 768px) {
  .slide-cart__product-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 270px);
            flex: 0 0 calc(100% - 270px);
    font-size: 20px;
    padding: 0 15px;
  }
}
.slide-cart__product-quantity {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #333333;
}
.slide-cart__product-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-style: italic;
  text-align: right;
  line-height: 1;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .slide-cart__product-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
    font-size: 30px;
  }
}
.slide-cart__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  background-color: #bfaa7c;
  font-size: 15px;
  padding: 8px 15px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .slide-cart__sum {
    font-size: 20px;
  }
}
.slide-cart__sum .slide-cart__product-title {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  text-align: right;
}
.slide-cart__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .slide-cart__ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 30px;
  }
}
.slide-cart__ctas .btn {
  font-size: 15px;
}
@media (min-width: 768px) {
  .slide-cart__ctas .btn {
    font-size: 20px;
  }
}
.slide-cart__ctas .btn + .btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .slide-cart__ctas .btn + .btn {
    margin-left: 30px;
    margin-top: 0;
  }
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  margin: 30px auto 45px;
  list-style-type: none;
}
@media (min-width: 992px) {
  .pager {
    margin: 60px auto 90px;
  }
}
.pager li a,
.pager li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #f2f2f2;
  border: 0;
  color: #333333;
  font-size: 15px;
  margin: 0 3px 6px;
  -webkit-transition: background-color 300ms ease-out, color 300ms ease-out;
  transition: background-color 300ms ease-out, color 300ms ease-out;
  text-decoration: none;
}
.pager li a:focus,
.pager li a:hover {
  color: #ffffff;
  background-color: #bfaa7c;
  border: 0;
  text-decoration: none;
}
.pager .active a {
  color: #ffffff;
  background-color: #bfaa7c;
}
.store {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.store__no-items {
  padding: 60px 15px;
}
@media (min-width: 992px) {
  .store {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.store .p-breadcrumbs__container {
  display: none;
}
@media (min-width: 992px) {
  .store .p-breadcrumbs__container {
    display: block;
  }
}
.store-sidebar {
  display: none;
}
.store-sidebar.show {
  display: block;
}
@media (min-width: 992px) {
  .store-sidebar {
    display: block;
    width: calc(30% - 60px);
    margin-right: 60px;
  }
}
.store-sidebar__content {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  background-color: #f5f5f5;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.store-sidebar__content.fixed {
  max-height: calc(100vh - 140px);
}
@media (min-width: 576px) {
  .store-sidebar__content {
    padding: 30px 30px 15px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .store-sidebar__content {
    display: block;
  }
}
@media (min-width: 992px) {
  .store-content {
    width: 70%;
  }
}
.store-content__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .store-content__title {
    font-size: 50px;
  }
}
.store-content__description {
  font-size: 20px;
  color: #bfaa7c;
}
.store-info {
  padding-bottom: 15px;
  border-bottom: 1px solid #bfaa7c;
}
@media (min-width: 768px) {
  .store-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.store-info__sort .r-form__select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #f5f5f5;
  background-image: url('/images/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border: none;
  font-size: 20px;
  padding: 3px 45px 3px 10px;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  z-index: 1;
  color: #000;
}
.store-info__sort .r-form__select::-ms-expand {
  display: none;
}
.store-info-filter {
  font-size: 15px;
  color: #666666;
  background-color: #f5f5f5;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .store-info-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.store-info-filter__title {
  margin-right: 40px;
  margin-top: 3px;
}
.store-info-filter__item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
}
.store-info-filter__item:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: 'x';
  font-size: 10px;
  text-transform: none;
  color: #ffffff;
  background-color: #666666;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 0.3;
  margin-right: 5px;
}
.store-info-filter__item-operator {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-right: 20px;
  text-transform: lowercase;
}
.store-info-filter__item-operator:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '';
  font-size: 10px;
  height: 5px;
}
.store-product-grid,
.store-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.store-product-grid .r-single-product,
.store-product-list .r-single-product {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 60px;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store-product-grid .r-single-product__image img,
.store-product-list .r-single-product__image img {
  max-height: 300px;
}
.store-product-grid .r-single-product.hdn-filter,
.store-product-list .r-single-product.hdn-filter,
.store-product-grid .r-single-product.hdn-price,
.store-product-list .r-single-product.hdn-price {
  display: none;
}
.store-product-grid--25 .r-single-product,
.store-product-list--25 .r-single-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 30px);
          flex: 0 0 calc(25% - 30px);
  min-width: calc(25% - 30px);
}
@media (max-width: 992px) {
  .store-product-grid--25 .r-single-product,
  .store-product-list--25 .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .store-product-grid--25 .r-single-product,
  .store-product-list--25 .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
.store-product-grid--33 .r-single-product,
.store-product-list--33 .r-single-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 30px);
          flex: 0 0 calc(33.33% - 30px);
  min-width: calc(33.33% - 30px);
}
@media (max-width: 992px) {
  .store-product-grid--33 .r-single-product,
  .store-product-list--33 .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    min-width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .store-product-grid--33 .r-single-product,
  .store-product-list--33 .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
.store-product-grid--50 .r-single-product,
.store-product-list--50 .r-single-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  min-width: calc(50% - 30px);
}
@media (max-width: 576px) {
  .store-product-grid--50 .r-single-product,
  .store-product-list--50 .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
            flex: 0 0 calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
}
.store-product-grid--fade,
.store-product-list--fade {
  visibility: hidden;
  opacity: 0;
}
.store-last-seen {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0 0;
  margin-top: 60px;
  margin-left: calc(-30px / 2);
  margin-right: calc(-30px / 2);
}
.store-last-seen__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
  word-break: break-word;
}
.store-last-seen .r-single-product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .store-last-seen .r-single-product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 30px);
            flex: 0 0 calc(33.33% - 30px);
  }
}
.store-last-seen .r-single-product__image img {
  max-height: 300px;
}
.store-filter__item {
  font-size: 16px;
  border-bottom: 1px solid #bfaa7c;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .store-filter__item {
    font-size: 20px;
  }
}
.store-filter__title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}
.store-filter__title-container::after {
  content: '-';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #bfaa7c;
  background-color: #333333;
  border-radius: 50%;
}
.store-filter__title-container--close::after {
  content: '+';
}
.store-filter__title-container-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  cursor: pointer;
}
.store-filter__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .store-filter__title {
    font-size: 20px;
  }
}
.store-filter__content--close {
  display: none;
}
.store-filter__content .r-form__item--checkbox:not(:last-of-type) {
  margin-bottom: 0;
}
.store-filter-button,
.store-filter-button-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  background-color: #bfaa7c;
  padding: 4px 12px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  margin-bottom: 20px;
}
.store-filter-button:focus,
.store-filter-button-1:focus,
.store-filter-button:hover,
.store-filter-button-1:hover {
  background-color: #b59d67;
}
.store-filter-button--open i,
.store-filter-button-1--open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.store-filter-button__container,
.store-filter-button-1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .store-filter-button__container,
  .store-filter-button-1__container {
    display: none;
  }
}
.store-filter-button i,
.store-filter-button-1 i {
  margin-left: 8px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-properties__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bfaa7c;
  min-height: 50px;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-properties__item {
    min-height: 70px;
    padding: 5px 20px;
  }
}
.product-properties__icon {
  /*            line-height: 1;
            font-size: 0;*/
  margin-right: 15px;
}
.product-properties__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-properties__title {
    font-size: 20px;
  }
}
.product-properties__label {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 8px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-properties__label {
    font-size: 14px;
  }
}
.product-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .product-sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(40% - 60px);
    margin-left: 60px;
    margin-bottom: 15px;
  }
}
.product-sidebar__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .product-sidebar__image {
    width: 100%;
    margin-top: -400px;
    min-height: 580px;
  }
}
.product-sidebar__image img {
  max-width: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .product-sidebar__content {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
.product-sidebar__discount {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  /*letter-spacing: 1px;*/
  color: #ffffff;
  background-color: #bfaa7c;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
  top: -65px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .product-sidebar__discount {
    left: 0;
    font-size: 18px;
    width: 75px;
    height: 75px;
    top: -55px;
  }
}
.product-sidebar__labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: -15px;
  right: 0;
  /*15px;*/

}
@media (min-width: 992px) {
  .product-sidebar__labels {
    right: -15px;
  }
}
.product-sidebar__label {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #bfaa7c;
  background-color: #000000;
  padding: 3px 8px;
  margin-bottom: 8px;
}
.product-sidebar__label::before,
.product-sidebar__label::after {
  position: absolute;
  content: '';
  border-right: 10px solid #000000;
  height: 15px;
  right: 100%;
}
.product-sidebar__label::before {
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
}
.product-sidebar__label::after {
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  bottom: 0;
}
.product-sidebar__label--secondary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.product-sidebar__label--secondary::before,
.product-sidebar__label--secondary::after {
  border-right-color: #bfaa7c;
}
.product-sidebar__label--tertiary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.product-sidebar__label--tertiary::before,
.product-sidebar__label--tertiary::after {
  border-right-color: #bfaa7c;
}
.product-sidebar__product-info {
  position: relative;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: 300;
  font-size: 16px;
  color: #bfaa7c;
  /*background-color: #f7f4ef;*/
  padding: 40px 15px 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-sidebar__product-info {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product-sidebar__product-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-sidebar__product-info-title {
  text-transform: uppercase;
  margin-right: 5px;
}
.product-sidebar__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #bfaa7c;
  padding: 19px 0;
  margin-bottom: 10px;
}
.product-sidebar__old-price {
  position: relative;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 14px;
  font-style: italic;
}
@media (min-width: 768px) {
  .product-sidebar__old-price {
    font-size: 20px;
  }
}
.product-sidebar__old-price::after {
  position: absolute;
  content: '';
  background-color: #bfaa7c;
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  top: 50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product-sidebar__price {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-style: italic;
  color: #bfaa7c;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .product-sidebar__price {
    font-size: 30px;
  }
}
.product-sidebar__cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #bfaa7c;
}
.product-sidebar__quantity {
  margin-right: 10px;
}
.product-sidebar__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #bfaa7c;
  border: 0;
  min-height: 46px;
  padding: 6px 15px;
  margin-right: 10px;
  cursor: pointer;
}
.product-sidebar__cta:focus {
  outline: none;
}
.product-sidebar__cta:hover {
  outline: none;
}
.product-sidebar__cta:hover .product-more-info__cta-title::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.product-sidebar__cta:hover .product-more-info__cta-title::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.product-sidebar__cta-title {
  position: relative;
  margin-bottom: 8px;
  margin-right: 10px;
}
.product-sidebar__cta-title::before,
.product-sidebar__cta-title::after {
  position: absolute;
  content: '';
  background-color: #000;
  height: 1px;
  bottom: -3px;
}
.product-sidebar__cta-title::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.product-sidebar__cta-title::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.product-sidebar__cta-icon {
  color: #000000;
}
.product-sidebar__additional-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #bfaa7c;
  padding: 15px;
}
.product-sidebar__additional-info-icon {
  font-size: 0;
  line-height: 1;
  margin-right: 20px;
}
.product-sidebar__additional-info-text {
  line-height: 1.2;
}
.product-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .product-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
  }
}
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*margin-bottom: 60px;*/

  /* moved to footer - because of footer's grape-anmated-picture */

}
@media (min-width: 992px) {
  .cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart__my-cart {
  /*flex: 1 1 0px;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cart__my-cart .prefix {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cart__my-cart {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .cart__my-cart.prefix {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .cart__my-cart {
    -ms-flex-item-align: start;
        align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
  }
}
.cart__my-cart-title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cart__my-cart-content {
  margin-bottom: 20px;
  width: 100%;
}
.cart__my-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cart__my-cart-product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0;
  }
}
.cart__my-cart-product + .cart__my-cart-product {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  padding-top: 30px;
}
.cart__my-cart-product-image-container {
  font-size: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cart__my-cart-product-image-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    margin-bottom: 0;
  }
}
.cart__my-cart-product-title-container {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  width: calc(100% - 50px);
  padding: 0 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cart__my-cart-product-title-container {
    font-size: 20px;
    width: auto;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.cart__my-cart-product-title {
  padding: 5px 0;
}
.cart__my-cart-product-title-prefix,
.cart__my-cart-product-title-sufix {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 13px;
}
.cart__my-cart-product-quantity {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #333333;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cart__my-cart-product-quantity {
    margin-bottom: 0;
  }
}
.cart__my-cart-product-quantity .r-form__quantity {
  width: 40px;
  min-height: 30px;
}
@media (min-width: 768px) {
  .cart__my-cart-product-quantity .r-form__quantity {
    width: 60px;
    min-height: 46px;
  }
}
.cart__my-cart-product-quantity span {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-style: italic;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cart__my-cart-product-quantity span {
    display: block;
    font-size: 10px;
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
.cart__my-cart-numerical,
.cart__my-cart-product-tax,
.cart__my-cart-product-price,
.cart__my-cart-product-discount {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart__my-cart-numerical,
  .cart__my-cart-product-tax,
  .cart__my-cart-product-price,
  .cart__my-cart-product-discount {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    font-size: 25px;
    text-align: right;
    margin-bottom: 0;
  }
}
.cart__my-cart-numerical span,
.cart__my-cart-product-tax span,
.cart__my-cart-product-price span,
.cart__my-cart-product-discount span {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 14px;
}
@media (min-width: 768px) {
  .cart__my-cart-numerical span,
  .cart__my-cart-product-tax span,
  .cart__my-cart-product-price span,
  .cart__my-cart-product-discount span {
    display: block;
    font-size: 10px;
    color: #666666;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
}
.cart__my-cart-product-remove {
  color: #bfaa7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .cart__my-cart-product-remove {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    margin-left: 30px;
  }
}
.cart__my-cart-product-remove .fa {
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cart__my-cart-product-remove .fa {
    font-size: 28px;
  }
}
.cart__my-cart-sum {
  border-top: 1px solid #bfaa7c;
  padding: 20px 15px 8px 0;
  margin-top: 15px;
}
.cart__my-cart-sum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 15px;
}
@media (min-width: 768px) {
  .cart__my-cart-sum-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
  }
}
.cart__my-cart-sum-item.cart__my-cart-sum-item--small .cart__my-cart-product-title {
  color: #666666;
}
.cart__my-cart-sum-item.cart__my-cart-sum-item--small .cart__my-cart-product-price {
  font-size: 20px;
}
.cart__my-cart-sum .cart__my-cart-product-image-container {
  display: none;
}
.cart__my-cart-sum .cart__my-cart-product-title {
  color: #bfaa7c;
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .cart__my-cart-sum .cart__my-cart-product-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cart__my-cart-sum .cart__my-cart-product-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    text-align: right;
    margin-right: 20px;
  }
}
.cart__my-cart-sum .cart__my-cart-product-price {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .cart__my-cart-sum .cart__my-cart-product-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}
.cart__my-cart-sum .cart__my-cart-product-remove {
  display: none;
}
.cart__my-cart-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*flex-start;*/
  width: 100%;
}
@media (min-width: 768px) {
  .cart__my-cart-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.cart__my-cart-ctas .btn + .btn {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart__my-cart-ctas .btn + .btn {
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.cart__my-cart-next {
  margin-bottom: 45px !important;
}
@media (min-width: 768px) {
  .cart__my-cart-next {
    margin-left: auto !important;
    margin-bottom: 0 !important;
  }
}
.cart__my-cart-forms {
  display: inline-block;
  background-color: #f5f5f5;
  padding: 15px;
  /*margin-bottom: 60px;*/
  width: 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .cart__my-cart-forms {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  
}
@media (max-width: 1200px) {
  .cart__my-cart-forms {
    display: block;
    width: initial;
    max-width: initial;
  }
}
.cart__my-cart-preview-container {
  background-color: #f5f5f5;
  padding: 15px;
  /*margin-bottom: 60px;*/

}
@media (min-width: 576px) {
  .cart__my-cart-preview-container {
    padding: 30px;
  }
}
.cart__my-cart-preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__my-cart-preview-title {
  margin-right: 10px;
}
.cart__my-cart-preview-result {
  font-weight: bold;
}
.cart__order {
  /*flex: 1 1 0px;*/
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  background-color: #f5f5f5;
  padding: 20px 15px;
  margin-top: 60px;
}
@media (min-width: 576px) {
  .cart__order {
    padding: 50px 60px;
  }
}
@media (min-width: 992px) {
  .cart__order {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 60px;
  }
}
.cart__order + .cart__my-cart {
  margin-top: 110px;
}
.cart__order-content {
  text-align: right;
}
.cart__order-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .cart__order-info {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
.cart__order-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  text-transform: uppercase;
}
.cart__order-info-item--sum {
  border-top: 1px solid #bfaa7c;
  margin-top: 30px;
  padding-top: 30px;
}
.cart__order-info-item--sum .cart__order-info-title {
  color: #bfaa7c;
}
.cart__order-info-title {
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cart__order-info-title {
    font-size: 20px;
  }
}
.cart__order-info-price {
  font-style: italic;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cart__order-info-price {
    padding-right: 30px;
  }
}
.cart__order-cta {
  font-size: 12px;
}
@media (min-width: 768px) {
  .cart__order-cta {
    font-size: 15px;
  }
}
.cart-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .cart-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cart-step {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cart-step {
    margin: 30px 20px 0;
  }
}
.cart-step::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  background-color: #f5f5f5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  bottom: 100%;
  margin-bottom: 5px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .cart-step::before {
    position: absolute;
    left: calc(50% - 15px);
    margin-right: 0;
  }
}
.cart-step--finished::before {
  background-color: #bfaa7c;
}
.cart-step--active::before {
  background-color: #bfaa7c;
}
.cart-step--one::before {
  content: '1';
}
.cart-step--two::before {
  content: '2';
}
.cart-step--three::before {
  content: '3';
}
.cart-step--four::before {
  content: '4';
}
/* change order on mobile */

.cart__order {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cart__my-cart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .cart__order {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart__my-cart {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* old */

.r-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.r-news-list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 992px) {
  .r-news-list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.r-news-list__sidebar {
  width: calc(25% - 20px);
  margin-right: 60px;
  padding: 20px;
  background: #f5f5f5;
}
.r-news-list__sidebar__content,
.r-news-list__sidebar__content.hide {
  display: block;
}
.r-news-list__sidebar__toggle {
  display: none;
}
@media (max-width: 992px) {
  .r-news-list__sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .r-news-list__sidebar__title {
    display: none;
  }
  .r-news-list__sidebar__content.hide {
    display: none;
  }
  .r-news-list__sidebar__toggle {
    display: inline-block;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    background-color: #bfaa7c;
    padding: 4px 12px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
  }
  .r-news-list__sidebar__toggle:focus,
  .r-news-list__sidebar__toggle:hover {
    background-color: #b59d67;
  }
  .r-news-list__sidebar__toggle--open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.r-news-list__content {
  width: 100%;
}
.r-news-list__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
/* new */

.news-list .store-product-grid,
.news-list .store-product-list {
  margin-top: 0;
}
.news-list .store-product-grid a.r-single-product,
.news-list .store-product-list a.r-single-product {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-decoration: none;
}
.news-list .r-single-news__image-container img {
  width: 100%;
}
.news-list .store-content__title {
  text-align: center;
}
@media (min-width: 768px) {
  .news-list .store-content__title {
    text-align: left;
  }
}
.news-list .news-archive-link {
  margin-bottom: 5px;
}
.news-list .news-archive-link a {
  color: black;
}
.news-list .news-archive-link.active a {
  color: #bfaa7c;
}
.news-list .store-filter__title-container:after {
  display: none;
}
.events-calendar__date {
  display: block;
  width: calc(100% / 7);
  height: auto;
  text-decoration: none;
  color: black;
  text-align: center;
  cursor: pointer;
}
.events-calendar__date:hover,
.events-calendar__date:active,
.events-calendar__date:focus {
  text-decoration: none;
}
.events-calendar .even-month {
  background: #f1f1f1;
}
.events-calendar .odd-month {
  background: #f1f1f1;
}
.events-calendar .weekend-day {
  background: #c0c0c0;
}
.events-calendar .goto-index {
  background: #bfaa7c;
}
.dark-style {
  color: #bfaa7c;
  background-color: var(--darkModeColor);
  /*  .site-content__decorative-image-container {
    display: none;
  }*/

}
.dark-style .p-breadcrumbs__item--link {
  color: #bfaa7c;
}
.dark-style .p-breadcrumbs__item:not(:last-child)::after {
  color: #bfaa7c;
}
.dark-style .p-page-header {
  background-color: rgba(191, 170, 124, 0.4);
}
.dark-style .r-image-with-text__text,
.dark-style .r-titled-image-with-text__text {
  background-color: rgba(191, 170, 124, 0.4);
}
.dark-style .r-single-news__content {
  background-color: rgba(191, 170, 124, 0.4);
}
.dark-style .r-single-product__content::after {
  background-color: rgba(191, 170, 124, 0.4);
}
.dark-style .r-collapsible__title {
  background-color: rgba(191, 170, 124, 0.4);
}
.dark-style .r-collapsible__title:hover {
  background-color: rgba(191, 170, 124, 0.3);
}
.dark-style .r-table table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-style .r-table table th,
.dark-style .r-table table td {
  border: 1px solid #333333;
}
.dark-style .r-section--style-lightest {
  background-color: rgba(191, 170, 124, 0.4);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.dark-style .r-form__item--radio .r-form__input:checked + .r-form__label::before {
  -webkit-box-shadow: 0 0 0 3px #000000 inset;
          box-shadow: 0 0 0 3px #000000 inset;
}
.dark-style .r-form__input,
.dark-style .r-form__textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #333333;
}
#alertsOverlay {
  /*background: #c0c0c0;*/
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.75;
  z-index: 999999998;
}
#alertsContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999;
}
#alertsContent {
  position: fixed;
  min-width: 320px;
  max-height: 100vh;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  overflow: auto;
  border: solid 15px lightgrey;
  padding: 30px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#alertsButtons {
  padding: 20px;
  text-align: center;
}
#alertsMessage {
  padding-left: 70px;
}
#alertsMessage:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 2em;
  line-height: 1em;
  color: #bfaa7c;
  margin-left: -60px;
}
/*
f06a - exclamation circle
f071 - exclamation triangel
f059 - question circle
f05a - info circle
*/

#alertsMessage.info:before {
  content: "\f05a";
}
#alertsMessage.alert:before {
  content: "\f071";
}
#alertsMessage.confirm:before {
  content: "\f059";
}
.r-attachment + .r-attachment {
  margin-top: -20px;
}
.r-attachment__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-attachment__link:focus,
.r-attachment__link:hover {
  text-decoration: none;
}
.r-attachment__link:focus .r-attachment__file-size,
.r-attachment__link:hover .r-attachment__file-size {
  text-decoration: none;
}
.r-attachment__image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.r-attachment__title {
  margin-right: 5px;
}
.r-attachment__file-size {
  font-size: smaller;
  color: #999999;
  white-space: nowrap;
}
.r-collapsible {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-collapsible__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.r-collapsible__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  /*@primary-color*/
  background-color: #bfaa7c;
  /*rgba(0, 0, 0, 1);*/
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 0;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  cursor: pointer;
}
.r-collapsible__title:hover {
  background-color: rgba(191, 170, 124, 0.6);
  /*rgba(0, 0, 0, .6);*/

}
.r-collapsible__content {
  padding: 5px 10px;
}
@media (min-width: 576px) {
  .r-content-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.r-content-grid__item {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .r-content-grid__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.r-content-grid__item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .r-content-grid__item--20 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(20% - 20px);
            flex: 1 1 calc(20% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--33 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
            flex: 1 1 calc(33.33% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--40 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(40% - 20px);
            flex: 1 1 calc(40% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--50 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--60 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(60% - 20px);
            flex: 1 1 calc(60% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--66 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(66.66% - 20px);
            flex: 1 1 calc(66.66% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(75% - 20px);
            flex: 1 1 calc(75% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--80 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(80% - 20px);
            flex: 1 1 calc(80% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-grid__item--100 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1 calc(00% - 20px);
            flex: 1 1 1 calc(00% - 20px);
  }
}
.r-content-with-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-content-with-images.vertical-alignment-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.r-content-with-images.vertical-alignment-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-content-with-images.vertical-alignment-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 992px) {
  .r-content-with-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 576px) {
  .r-content-with-images {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.r-content-with-images__item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .r-content-with-images__item {
    margin-left: 10px;
    margin-right: 10px;
    /*            margin-bottom: 0;*/
  
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--20 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(20% - 20px);
            flex: 1 1 calc(20% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--25 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 20px);
            flex: 1 1 calc(25% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--33 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
            flex: 1 1 calc(33.33% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--40 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(40% - 20px);
            flex: 1 1 calc(40% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--50 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--60 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(60% - 20px);
            flex: 1 1 calc(60% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--66 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(66.66% - 20px);
            flex: 1 1 calc(66.66% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--75 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(75% - 20px);
            flex: 1 1 calc(75% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--80 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(80% - 20px);
            flex: 1 1 calc(80% - 20px);
  }
}
@media (min-width: 576px) {
  .r-content-with-images__item--100 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1 calc(00% - 20px);
            flex: 1 1 1 calc(00% - 20px);
  }
}
.catch {
  display: none;
}
.u-fade-type-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.u-fade-type-left.is-active {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.u-fade-type-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
}
.u-fade-type-right.is-active {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.u-fade-type-down {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.u-fade-type-down.is-active {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.u-fade-type-up {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}
.u-fade-type-up.is-active {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.u-fade-type-static {
  opacity: 0;
}
.u-fade-type-static.is-active {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 1;
}
.r-form {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* Standard layout last item has bigger spacing. */

  /* Labels */

  /* Input */

  /* Textarea */

  /* Form item status */

  /* Submit button */

}
.r-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.r-form__item--checkbox {
  position: relative;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.r-form__item--checkbox .r-form__input,
.r-form__item--checkbox .r-form__label {
  cursor: pointer;
  padding-left: 30px;
  word-break: break-word;
  text-align: left;
  width: 100%;
}
.r-form__item--checkbox .r-form__label::before {
  position: absolute;
  content: '';
  background-color: transparent;
  border: 1px solid #bfaa7c;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px transparent inset;
          box-shadow: 0 0 0 2px transparent inset;
  width: 20px;
  height: 20px;
  left: 0;
  top: 20px;
  /*calc(~'50% - 12px');*/
  -webkit-transition: border-color 300ms ease-out, background-color 300ms ease-out;
  transition: border-color 300ms ease-out, background-color 300ms ease-out;
}
.r-form__item--checkbox .r-form__label:hover::before {
  border-color: #bfaa7c;
}
.r-form__item--checkbox .r-form__input:checked + .r-form__label::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  content: '\2713';
  font-size: 30px;
  color: #bfaa7c;
  border-color: #bfaa7c;
  padding-bottom: 3px;
}
.r-form__item--radio {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: row;
}
.r-form__item--radio .r-form__input,
.r-form__item--radio .r-form__label {
  cursor: pointer;
}
.r-form__item--radio .r-form__label::before {
  position: absolute;
  content: '';
  background-color: transprant;
  border: 1px solid #bfaa7c;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px transparent inset;
          box-shadow: 0 0 0 3px transparent inset;
  width: 20px;
  height: 20px;
  left: 0;
  top: calc(50% - 12px);
  -webkit-transition: border-color 300ms ease-out, background-color 300ms ease-out;
  transition: border-color 300ms ease-out, background-color 300ms ease-out;
}
.r-form__item--radio .r-form__label:hover::before {
  border-color: #bfaa7c;
}
.r-form__item--radio .r-form__input:checked + .r-form__label::before {
  border-color: #bfaa7c;
  -webkit-box-shadow: 0 0 0 3px #ffffff inset;
          box-shadow: 0 0 0 3px #ffffff inset;
  background-color: #bfaa7c;
}
.r-form__item--select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333333;
  background-color: #ffffff;
  background-image: url('/images/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 8px 45px 7px 15px;
  width: 100%;
  min-height: 45px;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.r-form__item--select::-ms-expand {
  display: none;
}
.r-form__item--select:hover {
  border-color: #cccccc;
  outline: none;
}
.r-form:last-of-type {
  margin-bottom: 40px;
}
.r-form__label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.r-form__input,
.r-form__textarea,
.r-form__item--select {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.r-form__status {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.r-form__label {
  margin-bottom: 2px;
}
.r-form__input {
  display: block;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 10px 15px 9px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
}
.r-form__input:hover {
  border-color: #cccccc;
  outline: none;
}
.r-form__input:focus {
  border-color: #666666;
  outline: none;
}
.r-form__input--checkbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  margin-right: 20px;
  opacity: 0;
}
.r-form__input--radio {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: auto;
  margin-right: 20px;
  opacity: 0;
}
.r-form__textarea {
  display: block;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dddddd;
  min-height: 100px;
  width: 100%;
  padding: 10px 15px 9px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
}
.r-form__textarea:hover {
  border-color: #cccccc;
  outline: none;
}
.r-form__textarea:focus {
  border-color: #666666;
  outline: none;
}
.r-form__radio-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 20px;
}
.r-form__status {
  font-size: 16px;
  padding: 2px 15px;
  margin-top: 5px;
  text-align: left;
}
.r-form__status--info {
  padding: 2px 0;
  margin-top: 0;
}
.r-form__status--success {
  color: #7caa2d;
  background-color: #f6fbef;
}
.r-form__status--err {
  color: #dd5347;
}
.r-form__status--error {
  display: none;
  /* toggle */
  color: #dd5347;
  background-color: #fceeed;
}
.r-form__submit-button {
  margin-bottom: 0;
}
.r-form__quantity {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  width: 60px;
  min-height: 46px;
}
.r-form__quantity:focus,
.r-form__quantity:hover {
  outline: none;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .input input {
  display: block;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 10px 15px 9px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
}
.form-group .input input:hover {
  border-color: #cccccc;
  outline: none;
}
.form-group .input input:focus {
  border-color: #666666;
  outline: none;
}
.form-group .input textarea {
  display: block;
  font-size: 16px;
  color: #333333;
  border: 1px solid #dddddd;
  min-height: 100px;
  width: 100%;
  padding: 10px 15px 9px;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
}
.form-group .input textarea:hover {
  border-color: #cccccc;
  outline: none;
}
.form-group .input textarea:focus {
  border-color: #666666;
  outline: none;
}
.form-group .input.select select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #333333;
  background-color: #ffffff;
  background-image: url('/images/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 8px 45px 7px 15px;
  width: 100%;
  min-height: 45px;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.form-group .input.select select::-ms-expand {
  display: none;
}
.form-group .input.select select:hover {
  border-color: #cccccc;
  outline: none;
}
.form-group.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group.checkbox .input {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.form-group.checkbox .input input {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #bfaa7c;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px transparent inset;
          box-shadow: 0 0 0 2px transparent inset;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  -webkit-transition: border-color 300ms ease-out, background-color 300ms ease-out;
  transition: border-color 300ms ease-out, background-color 300ms ease-out;
  cursor: pointer;
}
.form-group.checkbox label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form-group.checkbox .status,
.form-group.checkbox .text-danger {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.form-group.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group.radio-group .input {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.form-group.radio-group .input .input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group.radio-group .input .input-inner input {
  margin-right: 10px;
  background-color: transparent;
  border: 1px solid #bfaa7c;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 2px transparent inset;
          box-shadow: 0 0 0 2px transparent inset;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  -webkit-transition: border-color 300ms ease-out, background-color 300ms ease-out;
  transition: border-color 300ms ease-out, background-color 300ms ease-out;
  cursor: pointer;
}
.form-group.radio-group label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.form-group.radio-group .status,
.form-group.radio-group .text-danger {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
.form-group .text-danger {
  width: 100%;
  font-size: 18px;
  color: #dd5347;
}
.form-group .help-block {
  font-size: 18px;
}
.r-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.r-gallery--slider {
  /* Different style for slider setting */
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.r-gallery--grid + .r-gallery--grid {
  margin-top: -30px;
  /* It should be the same as @spacing-between-renders or `.r-item` margin-bottom in renders.less */

}
.r-gallery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 10px);
          flex: 1 0 calc(50% - 10px);
  /* Change 25% if you would like to change max numbers of items per row */
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .r-gallery__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 10px);
            flex: 1 0 calc(25% - 10px);
    /* Change 25% if you would like to change max numbers of items per row */
  
  }
}
.r-gallery__item--same-width {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  /* Change 25% if you would like to change max numbers of items per row */

}
@media (min-width: 576px) {
  .r-gallery__item--same-width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
    /* Change 25% if you would like to change max numbers of items per row */
  
  }
}
.r-gallery__image {
  display: block;
}
.r-heading {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-heading--left {
  text-align: left;
}
.r-heading--right {
  text-align: right;
}
.r-heading--center {
  text-align: center;
}
.r-heading h1 {
  font-size: 50px;
}
@media (min-width: 768px) {
  .r-heading h1 {
    font-size: 80px;
  }
}
.r-heading h2 {
  font-size: 40px;
}
@media (min-width: 768px) {
  .r-heading h2 {
    font-size: 50px;
  }
}
.r-heading h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .r-heading h3 {
    font-size: 30px;
  }
}
.r-heading h1,
.r-heading h2,
.r-heading h3 {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  margin-top: 0;
}
.r-image-with-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.r-image-with-text--reversed .r-image-with-text__image-container {
  margin-left: auto;
}
@media (min-width: 768px) {
  .r-image-with-text--reversed .r-image-with-text__image-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.r-image-with-text--reversed .r-image-with-text__text {
  right: auto;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .r-image-with-text--reversed .r-image-with-text__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.r-image-with-text__image-container {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .r-image-with-text__image-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    margin-top: 130px;
  }
}
.r-image-with-text__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #bfaa7c;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  width: calc(100% + 30px);
  top: 30px;
  right: 0;
  padding: 30px 15px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .r-image-with-text__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    width: 60%;
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .r-image-with-text__text {
    padding: 40px;
  }
}
/* titled image with text */

.r-titled-image-with-text.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .r-titled-image-with-text.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.r-titled-image-with-text .r-heading {
  color: #bfaa7c;
}
.r-titled-image-with-text .r-image,
.r-titled-image-with-text .r-video {
  margin-left: 50px;
  position: relative;
}
.r-titled-image-with-text .r-image__title,
.r-titled-image-with-text .r-video__title {
  position: absolute;
  bottom: 20px;
  left: -50px;
  padding: 20px 30px;
  margin-right: 50px;
  display: inline-block;
  color: #bfaa7c;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.r-image {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-image__image {
  display: block;
  width: 100%;
  height: auto;
}
/*.r-content-jumbotron {
  display: flex;
  flex-direction: column;
  padding: 30px 0;

  @media (min-width: @lg-breakpoint) {
    align-items: center;
    flex-direction: row;
  }

  &__text {
    margin-bottom: 30px;

    @media (min-width: @lg-breakpoint) {
      flex: 1 1 0px;
      margin-right: 45px;
      margin-bottom: 0;
    }
  }

  &__media-container {
    font-size: 0;
    margin-bottom: -90px;

    @media (min-width: @lg-breakpoint) {
      flex: 1 1 0px;
      align-self: flex-end;
      margin-left: 45px;
      margin-bottom: -120px;
    }
  }*/

.r-content-jumbotron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .r-content-jumbotron {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.r-content-jumbotron__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .r-content-jumbotron__text {
    padding-bottom: 20px;
  }
}
.r-content-jumbotron__media-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  /*margin-bottom: -120px;*/

}
.r-content-jumbotron__media-container .r-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 768px) {
  .r-content-jumbotron__media-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin-bottom: -90px*/
  
  }
  .r-content-jumbotron__media-container .r-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.r-content-jumbotron__label {
  font-size: 15px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .r-content-jumbotron__label {
    margin-bottom: 30px;
  }
}
.r-content-jumbotron__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .r-content-jumbotron__title {
    font-size: 50px;
    margin-bottom: 45px;
  }
}
.r-content-jumbotron__description {
  font-size: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .r-content-jumbotron__description {
    margin-bottom: 20px;
  }
}
.r-links-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 768px) {
  .r-links-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.r-links-images__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  /*justify-content: center;*/

}
@media (max-width: 768px) {
  .r-links-images__links {
    padding-bottom: 20px;
  }
}
.r-links-images__links a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: normal;
  font-size: 50px;
  color: black;
  text-transform: uppercase;
  margin: 15px 20px 15px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .r-links-images__links a {
    font-size: 40px;
    margin: 10px 0;
  }
}
.r-links-images__links a:focus,
.r-links-images__links a:hover {
  text-decoration: none;
  color: #bfaa7c;
}
.r-links-images__links a:focus::before,
.r-links-images__links a:hover::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.r-links-images__links a:focus::after,
.r-links-images__links a:hover::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-links-images__links a::before,
.r-links-images__links a::after {
  position: absolute;
  content: '';
  background-color: currentColor;
  height: 1px;
  bottom: -3px;
}
.r-links-images__links a::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-links-images__links a::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.r-links-images__items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 20px);
          flex: 1 1 calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.r-links-images__items img {
  max-height: 80vh;
}
.r-links {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-links--vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.r-links--vertical.r-links--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.r-links--vertical.r-links--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.r-links--vertical.r-links--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.r-links--vertical .btn-big + .btn-big {
  margin-top: 45px;
}
.r-links--left {
  text-align: left;
}
.r-links--right {
  text-align: right;
}
.r-links--center {
  text-align: center;
}
.r-links__link {
  display: inline-block;
  text-decoration: none;
}
.r-menu-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  /* Maybe we could add settings in the future for maximum number of columns in the row.
  &--max-2-columns {
    .r-menu-grid__item {
      flex: 0 0 calc(~'50% - @{menu-grid-gap}');
    }
  }

  &--max-3-columns {
    .r-menu-grid__item {
      flex: 0 0 calc(~'33.33% - @{menu-grid-gap}');
    }
  }

  &--max-4-columns {
    .r-menu-grid__item {
      flex: 0 0 calc(~'25% - @{menu-grid-gap}');
    }
  }

  &--max-5-columns {
    .r-menu-grid__item {
      flex: 0 0 calc(~'20% - @{menu-grid-gap}');
    }
  }
  */

}
.r-menu-grid--align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.r-menu-grid__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .r-menu-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .r-menu-grid__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 30px);
            flex: 0 0 calc(33.33% - 30px);
  }
}
.r-menu-grid__image {
  display: block;
}
.r-menu-grid__content {
  padding-top: 15px;
}
.r-menu-grid__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 6px;
}
.r-menu-grid__description {
  line-height: 1.5;
}
.r-menu-grid__button {
  margin-bottom: 0;
}
.r-item {
  margin-bottom: 25px;
  /* Nested last item is without spacing */

  /* Standard layout last item has bigger spacing. */

  /* Full width and full width stretched last item is without spacing. */

  /* Full width and full width stretched renderers are without spacing between them. */

}
@media (min-width: 768px) {
  .r-item {
    margin-bottom: 50px;
  }
}
.r-item .r-item:last-of-type {
  margin-bottom: 0;
}
.r-item:last-of-type {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .r-item:last-of-type {
    margin-bottom: 100px;
  }
}
.r-item.r-section--full-width:last-of-type,
.r-item.r-section--full-width-stretched:last-of-type {
  margin-bottom: 0;
}
.r-item.r-section--full-width + .r-item.r-section--full-width,
.r-item.r-section--full-width-stretched + .r-item.r-section--full-width,
.r-item.r-section--full-width + .r-item.r-section--full-width-stretched,
.r-item.r-section--full-width-stretched + .r-item.r-section--full-width-stretched {
  margin-top: -25px;
}
@media (min-width: 768px) {
  .r-item.r-section--full-width + .r-item.r-section--full-width,
  .r-item.r-section--full-width-stretched + .r-item.r-section--full-width,
  .r-item.r-section--full-width + .r-item.r-section--full-width-stretched,
  .r-item.r-section--full-width-stretched + .r-item.r-section--full-width-stretched {
    margin-top: -50px;
  }
}
.r-section--full-width {
  /*    padding-top: 30px;
    padding-bottom: 30px;*/
  padding: 50px 30px;
}
.r-section--full-width-stretched {
  /*    padding-top: 30px;
    padding-bottom: 30px;*/
  padding: 50px 0;
}
.r-section--full-width-stretched .r-image {
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
}
.r-section--style-grey-dark {
  color: #bfaa7c;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
}
.r-section--style-lightest {
  background-color: #f5f5f5;
}
.r-single-news {
  overflow: hidden;
}
.r-single-news:focus,
.r-single-news:hover {
  text-decoration: none;
}
.r-single-news:focus .r-single-news__title,
.r-single-news:hover .r-single-news__title,
.r-single-news:focus .r-single-news__image,
.r-single-news:hover .r-single-news__image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.r-single-news__image-container {
  overflow: hidden;
}
.r-single-news__image {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.r-single-news__content {
  color: #bfaa7c;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  padding: 15px;
}
@media (min-width: 768px) {
  .r-single-news__content {
    padding: 30px;
  }
}
.r-single-news__date {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 15px;
  font-style: italic;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .r-single-news__date {
    font-size: 20px;
  }
}
.r-single-news__title {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  word-break: break-word;
}
@media (min-width: 768px) {
  .r-single-news__title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.r-single-news__button {
  font-size: 15px;
}
@media (min-width: 768px) {
  .r-single-news__button {
    font-size: 20px;
  }
}
.owl-item .r-single-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.r-single-product__content {
  position: relative;
}
.r-single-product__content::before {
  position: absolute;
  content: '+';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #bfaa7c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
.r-single-product__content::after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease-out, visibility 200ms ease-out;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
.r-single-product__content:hover {
  cursor: pointer;
}
.r-single-product__content:hover::before,
.r-single-product__content:hover::after {
  opacity: 1;
  visibility: visible;
}
.r-single-product__content--open:hover {
  cursor: auto;
}
.r-single-product__content--open:hover::before,
.r-single-product__content--open:hover::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.r-single-product__content--open .r-single-product__more-info {
  opacity: 1;
  visibility: visible;
}
.r-single-product__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.r-single-product__image img {
  max-height: 300px;
}
.r-single-product__ph-badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.r-single-product__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  /*letter-spacing: 1px;*/
  color: #ffffff;
  background-color: #bfaa7c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  white-space: nowrap;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .r-single-product__discount {
    font-size: 20px;
    width: 70px;
    height: 70px;
  }
}
.r-single-product__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*        width: 50px;
        height: 50px;*/
  margin-bottom: 10px;
  font-size: 50px;
  color: #bfaa7c;
  text-decoration: none !important;
  /*        svg {
            fill: @gold;
        }

        @media (min-width: @md-breakpoint) {
            width: 70px;
            height: 70px;
        }*/

}
.r-single-product__labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 0;
  right: 0;
}
.r-single-product__label {
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  color: #bfaa7c;
  background-color: #000000;
  padding: 2px 6px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .r-single-product__label {
    font-size: 14px;
    padding: 3px 8px;
  }
}
.r-single-product__label::before,
.r-single-product__label::after {
  position: absolute;
  content: '';
  border-right: 8px solid #000000;
  height: 10px;
  right: 100%;
}
@media (min-width: 768px) {
  .r-single-product__label::before,
  .r-single-product__label::after {
    border-right: 10px solid #000000;
    height: 15px;
  }
}
.r-single-product__label::before {
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  top: 0;
}
@media (min-width: 768px) {
  .r-single-product__label::before {
    border-bottom: 15px solid transparent;
  }
}
.r-single-product__label::after {
  border-top: 10px solid transparent;
  border-bottom: 0 solid transparent;
  bottom: 0;
}
@media (min-width: 768px) {
  .r-single-product__label::after {
    border-top: 15px solid transparent;
  }
}
.r-single-product__label--secondary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.r-single-product__label--secondary::before,
.r-single-product__label--secondary::after {
  border-right-color: #bfaa7c;
}
.r-single-product__label--tertiary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.r-single-product__label--tertiary::before,
.r-single-product__label--tertiary::after {
  border-right-color: #bfaa7c;
}
.r-single-product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  min-height: 72px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .r-single-product__title {
    font-size: 30px;
    min-height: 90px;
  }
}
.r-single-product__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 3px;
  padding: 19px 0;
}
.r-single-product__old-price {
  position: relative;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 768px) {
  .r-single-product__old-price {
    font-size: 20px;
  }
}
.r-single-product__old-price sup {
  font-size: 60%;
  top: -0.5em;
}
.r-single-product__old-price::after {
  position: absolute;
  content: '';
  background-color: #bfaa7c;
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  top: 50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.r-single-product__price {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 24px;
  font-style: italic;
  color: #bfaa7c;
  margin-left: auto;
}
@media (min-width: 768px) {
  .r-single-product__price {
    font-size: 30px;
  }
}
.r-single-product__price sup {
  font-size: 60%;
  top: -0.5em;
}
.r-single-product__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #bfaa7c;
  color: #000;
  border: 0;
  width: 100%;
  min-height: 46px;
  padding: 6px 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .r-single-product__cta {
    font-size: 14px;
  }
}
.r-single-product__cta:focus {
  outline: none;
}
.r-single-product__cta:hover {
  outline: none;
}
.r-single-product__cta:hover .r-single-product__cta-title::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
  color: #000;
}
.r-single-product__cta:hover .r-single-product__cta-title::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-single-product__cta-title {
  position: relative;
  margin-bottom: 8px;
  margin-right: 10px;
}
.r-single-product__cta-title::before,
.r-single-product__cta-title::after {
  position: absolute;
  content: '';
  background-color: #000;
  height: 1px;
  bottom: -3px;
}
.r-single-product__cta-title::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-single-product__cta-title::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.r-single-product__cta-icon {
  color: #000000;
}
.r-single-product__more-info {
  position: fixed;
  /*background-color: rgba(0, 0, 0, .9);*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /*        opacity: 0;
        visibility: hidden;*/
  overflow: auto;
}
@media (min-width: 768px) {
  .r-single-product__more-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
}
.product-more-info__container {
  position: relative;
  background-color: #ffffff;
  margin-top: 80px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 200;
}
@media (min-width: 768px) {
  .product-more-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 70vw;
    max-width: 700px;
    margin-left: 100px;
    margin-right: 0;
  }
}
.product-more-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  text-transform: uppercase;
  line-height: 1;
  color: #bfaa7c;
  right: 0;
  padding: 15px;
}
@media (min-width: 768px) {
  .product-more-info__title {
    position: absolute;
    font-size: 50px;
    /*text-align: right;*/
    top: -160px;
    min-height: 160px;
    width: 85%;
  }
}
.product-more-info__image-container {
  width: 300px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .product-more-info__image-container {
    position: absolute;
    left: -100px;
    width: 200px;
    top: -80px;
    margin-left: 0;
    margin-right: 0;
  }
}
.product-more-info__image-container img {
  max-height: 300px;
  margin: 0 auto;
}
.product-more-info__content {
  position: relative;
  padding: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-more-info__content {
    padding: 30px 30px 30px 130px;
  }
}
.product-more-info__ph-badges {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-more-info__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  /*letter-spacing: 1px;*/
  color: #ffffff;
  background-color: #bfaa7c;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.product-more-info__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*        width: 75px;
        height: 75px;*/
  margin-bottom: 10px;
  font-size: 50px;
  color: #bfaa7c;
  text-decoration: none !important;
  /*        svg {
            fill: @gold;
        }*/

}
.product-more-info__labels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  top: 30px;
  right: -8px;
}
.product-more-info__label {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #bfaa7c;
  background-color: #000000;
  padding: 3px 8px;
  margin-bottom: 8px;
}
.product-more-info__label::before,
.product-more-info__label::after {
  position: absolute;
  content: '';
  border-right: 10px solid #000000;
  height: 15px;
  right: 100%;
}
.product-more-info__label::before {
  border-top: 0 solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
}
.product-more-info__label::after {
  border-top: 15px solid transparent;
  border-bottom: 0 solid transparent;
  bottom: 0;
}
.product-more-info__label--secondary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.product-more-info__label--secondary::before,
.product-more-info__label--secondary::after {
  border-right-color: #bfaa7c;
}
.product-more-info__label--tertiary {
  color: #ffffff;
  background-color: #bfaa7c;
}
.product-more-info__label--tertiary::before,
.product-more-info__label--tertiary::after {
  border-right-color: #bfaa7c;
}
.product-more-info__product-info {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: 300;
  font-size: 16px;
  color: #bfaa7c;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-more-info__product-info {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.product-more-info__product-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-more-info__product-info-title {
  text-transform: uppercase;
  margin-right: 5px;
}
.product-more-info__description {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-more-info__description {
    font-size: 20px;
  }
}
.product-more-info__price-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #bfaa7c;
  border-bottom: 1px solid #bfaa7c;
  padding: 19px 0;
  margin-bottom: 10px;
}
.product-more-info__old-price {
  position: relative;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 14px;
  font-style: italic;
  color: #000000;
}
@media (min-width: 768px) {
  .product-more-info__old-price {
    font-size: 20px;
  }
}
.product-more-info__old-price::after {
  position: absolute;
  content: '';
  background-color: #bfaa7c;
  width: calc(100% + 10px);
  height: 1px;
  left: -5px;
  top: 50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product-more-info__price {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 20px;
  font-style: italic;
  color: #bfaa7c;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .product-more-info__price {
    font-size: 30px;
  }
}
.product-more-info__stock {
  font-style: italic;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-left: auto;
}
@media (min-width: 768px) {
  .product-more-info__stock {
    font-size: 20px;
  }
}
.product-more-info__ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-more-info__ctas {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.product-more-info__quantity {
  margin-right: 10px;
}
.product-more-info__cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #bfaa7c;
  border: 0;
  min-height: 46px;
  padding: 6px 15px;
  margin-right: 10px;
  cursor: pointer;
}
.product-more-info__cta:focus {
  outline: none;
}
.product-more-info__cta:hover {
  outline: none;
}
.product-more-info__cta:hover .product-more-info__cta-title::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.product-more-info__cta:hover .product-more-info__cta-title::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.product-more-info__cta-title {
  position: relative;
  margin-bottom: 8px;
  margin-right: 10px;
}
.product-more-info__cta-title::before,
.product-more-info__cta-title::after {
  position: absolute;
  content: '';
  background-color: #000;
  height: 1px;
  bottom: -3px;
}
.product-more-info__cta-title::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.product-more-info__cta-title::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.product-more-info__cta-icon {
  color: #000000;
}
@media (min-width: 768px) {
  .product-more-info__cta-more {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .product-more-info__cta-more.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
  .product-more-info__cta-more.btn:before {
    bottom: 6px;
  }
  .product-more-info__cta-more.btn:after {
    bottom: 6px;
  }
}
.product-more-info__close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #bfaa7c;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-more-info__close {
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
  }
}
.product-more-info__close:focus,
.product-more-info__close:hover {
  outline: none;
}
.owl-carousel .owl-item .r-single-product__image img {
  width: initial;
}
.r-slider {
  position: relative;
  margin: 0 60px 30px;
  width: calc(100% - 120px) !important;
}
.r-slider .owl-nav {
  position: absolute;
  top: calc(50% - 15px);
  width: 100%;
}
.r-slider .owl-prev,
.r-slider .owl-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bfaa7c !important;
  background-color: #000000 !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer !important;
}
.r-slider .owl-prev:focus,
.r-slider .owl-next:focus {
  outline: none;
}
.r-slider .owl-prev {
  left: -40px;
}
.r-slider .owl-next {
  right: -40px;
}
.r-spacer {
  /*display: inline-block;*/
  display: block;
}
.r-spacer--space {
  margin-bottom: 50px;
}
.r-spacer--double-space {
  margin-bottom: 100px;
}
.r-spacer--line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-table {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 4px;
}
.r-table table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.r-table table th {
  font-weight: bold;
}
.r-table table th,
.r-table table td {
  text-align: left;
  border: 1px solid #dddddd;
  padding: 10px;
  vertical-align: middle;
}
.r-table table p {
  margin-top: 0;
}
.r-table table p:last-of-type {
  margin-bottom: 0;
}
.r-table--full-width table {
  width: 100%;
}
.r-table--borderless table tr:nth-child(even) {
  background-color: transparent;
}
.r-table--borderless table th,
.r-table--borderless table td {
  border: 0;
  padding: 2px 10px 2px 2px;
}
.r-tabs__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.r-tabs__title {
  position: relative;
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  border-radius: 2px;
  padding: 5px 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.r-tabs__title:not(:last-of-type) {
  margin-right: 60px;
}
.r-tabs__title:focus,
.r-tabs__title:hover {
  text-decoration: none;
  color: #000000;
}
.r-tabs__title:focus::before,
.r-tabs__title:hover::before {
  width: 100%;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.r-tabs__title:focus::after,
.r-tabs__title:hover::after {
  width: 20px;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-tabs__title::before,
.r-tabs__title::after {
  position: absolute;
  content: '';
  background-color: currentColor;
  height: 1px;
  bottom: -3px;
}
.r-tabs__title::before {
  width: 50%;
  left: 0;
  -webkit-transition: width 100ms ease-out 100ms;
  transition: width 100ms ease-out 100ms;
}
.r-tabs__title::after {
  width: 0;
  right: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: width 100ms ease-out;
  transition: width 100ms ease-out;
}
.r-tabs__title--active {
  font-weight: bold;
}
.r-text {
  /* force width */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.r-text p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
}
@media (min-width: 768px) {
  .r-text p {
    font-size: 20px;
    line-height: 1.75;
  }
}
.r-text p:last-of-type {
  margin-bottom: 0;
}
.r-text--small {
  font-size: 90%;
}
.r-text--small p {
  font-size: 90%;
}
.r-text--gold {
  color: #bfaa7c;
}
.r-text--emphasis {
  font-size: 110%;
}
.r-text--emphasis p {
  font-size: 110%;
}
.r-text--primary-color {
  color: #bfaa7c;
}
.timeline {
  position: relative;
}
.timeline .active {
  background-color: black;
}
.timeline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.timeline__col {
  padding: 40px 0;
  -webkit-box-flex: calc(50% - 10px);
      -ms-flex: calc(50% - 10px);
          flex: calc(50% - 10px);
}
.timeline__col__full-widht {
  padding: 40px 0;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: center;
}
.timeline__col__full-widht img {
  padding-bottom: 40px;
}
.timeline__col__full-widht h2 {
  padding-bottom: 20px;
}
.timeline__col__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 0;
  -webkit-box-flex: 160px;
      -ms-flex: 160px;
          flex: 160px;
}
/* line */

.timeline__col__center::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #bfaa7c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.timeline__col__center__bullet {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 4px solid #bfaa7c;
  top: calc(50% - 10px);
  right: calc(50% - 10px);
  border-radius: 50%;
  z-index: 1;
}
.timeline__row:nth-child(even) .timeline__col__1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline__row:nth-child(even) .timeline__col__2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.timeline__row:nth-child(even) .timeline__col__3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.timeline__row:nth-child(odd) .timeline__col__1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.timeline__row:nth-child(odd) .timeline__col__2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.timeline__row:nth-child(odd) .timeline__col__3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.timeline__col__center__full-width {
  display: none;
}
.timeline__col__center__last {
  display: block;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */

@media (max-width: 960px) {
  .timeline__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeline__row:nth-child(even) .timeline__col__1,
  .timeline__row:nth-child(odd) .timeline__col__1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .timeline__row:nth-child(even) .timeline__col__2,
  .timeline__row:nth-child(odd) .timeline__col__2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .timeline__row:nth-child(even) .timeline__col__3,
  .timeline__row:nth-child(odd) .timeline__col__3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timeline__col__center__full-width {
    display: block;
  }
  .timeline__col__center__last {
    display: none;
  }
}
.r-video {
  position: relative;
  width: 100%;
  aspect-ratio: 1.777777778;
}
.r-video iframe {
  pointer-events: none;
}
/*.r-video {
  position: relative;
  height: 0;

  &--16-9 {
    padding-top: 56.25%;*/

/* 9/16 = 0.5625 */

/*}

  &--4-3 {
    padding-top: 75%;*/

/* 3/4 = 0.75 */

/*}

  &__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}*/

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.cc-window.cc-invisible {
  opacity: 0;
}
.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}
.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 300500;
}
.cc-window.cc-static {
  position: static;
}
.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.cc-revoke {
  padding: 0.5em;
}
.cc-header {
  font-size: 18px;
  font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}
.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}
.cc-link:hover {
  opacity: 1;
}
.cc-link:active,
.cc-link:visited {
  color: initial;
}
.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
  min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}
.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}
.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}
.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}
.cc-top {
  top: 1em;
}
.cc-left {
  left: 1em;
}
.cc-right {
  right: 1em;
}
.cc-bottom {
  bottom: 1em;
}
.cc-floating > .cc-link {
  margin-bottom: 1em;
}
.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}
.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}
.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}
@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
            align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
          flex: none;
}
.cc-theme-classic .cc-btn {
  border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}
.cc-theme-edgeless.cc-window {
  padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}
.cookie-consent {
  padding: 20px;
  background: #ffffff;
}
.loading-overlay {
  display: none;
  background: #c0c0c0 url('/images/loader-gray.gif') center center no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.75;
  z-index: 99999999;
}
.iframe-nohover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-wrapper {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper-gallery {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.video-wrapper-gallery iframe {
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  right: 0;
  width: 190%;
  height: 100%;
}
/* deadly simple toast */

._toast {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 10px 15px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  z-index: 999999997;
  -webkit-box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
          box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  /*border-radius: 5px;*/

}
._toast--success {
  color: white;
  background-color: #bfaa7c;
}
._toast--error {
  color: white;
  background-color: crimson;
}
.hdn {
  display: none !important;
}
/* responsive background image */

.rbi {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  text-shadow: 1px 0 8px black !important;
}
/* magnific popup video iframe twix */

.mfp-custom .mfp-content {
  max-width: 700px;
  height: 50%;
}
.err label {
  color: red;
}
.top-bar__important-icon.fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
/* remove arrows from input number */

/* Chrome, Safari, Edge, Opera */

.age-verification--placeholder input::-webkit-outer-spin-button,
.age-verification--placeholder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.age-verification--placeholder input[type=number] {
  -moz-appearance: textfield;
}
.age-verification--placeholder .avToYear,
.age-verification--placeholder .avToMonth {
  cursor: pointer;
}
.age-verification--placeholder input.avInput:disabled {
  color: #bfaa7c;
}
.age-verification--placeholder input.avInput {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
}
.age-verification--placeholder input.avInput--error {
  border: solid 2px red;
}
.account-toolbox--placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
button {
  outline: none;
}
.cart__order--preview .cart__order-content {
  text-align: left;
}
.cart > .cart__my-cart {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0px !important;
          flex: 1 1 0px !important;
}
.payment-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.payment-btn-wrapper small {
  padding-top: 20px;
}
/* cart & order */

.my-order__table {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.my-order__table.mb20 {
  margin-bottom: 20px;
}
.my-order__table .serif {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
}
.my-order__table .italic {
  font-style: italic;
}
.my-order__table .smaller {
  font-size: 13px;
}
.my-order__table .ucase {
  text-transform: uppercase;
}
.my-order__table .small {
  font-size: 10px;
}
.my-order__table .bigger {
  font-size: 25px;
}
.my-order__table .gold {
  color: #bfaa7c;
}
.my-order__table .nowrap {
  white-space: nowrap;
}
.my-order__table .right {
  text-align: right;
}
.my-order__table .my-order__tr {
  display: table-row;
  border-bottom: solid 1px #e5e5e5;
}
.my-order__table .my-order__tr:last-child {
  border-bottom: initial;
}
.my-order__table .my-order__td {
  display: table-cell;
  vertical-align: top;
  padding: 7px 10px;
  font-size: 20px;
}
.my-order__table .my-order__td:first-child {
  padding: 7px 10px 7px 0;
}
.my-order__table .my-order__td:last-child {
  padding: 7px 0 7px 10px;
}
.my-order__table.my-order__table--items .my-order__tr:last-child {
  border-bottom: solid 1px #bfaa7c;
}
.my-order__table.my-order__table--items .my-order__td.thumb {
  width: 110px;
  min-width: 110px;
  text-align: center;
}
.my-order__table.my-order__table--items .my-order__td.thumb img {
  display: inline-block;
  max-width: 80px;
  max-height: 80px;
}
.my-order__table.my-order__table--items .my-order__td .btnRemoveCartItem {
  display: block;
  padding-top: 15px;
  font-size: 25px;
}
.my-order__table.my-slide-cart {
  background: #ffffff;
}
.my-order__table.my-slide-cart.my-order__table--items .my-order__tr:last-child {
  border-bottom: initial;
}
.my-order__table.my-slide-cart .my-order__td:first-child,
.my-order__table.my-slide-cart .my-order__td:last-child {
  padding: 7px 10px;
}
.my-order__table.my-slide-cart.subtotal {
  background: #bfaa7c;
  margin-top: 5px;
}
.my-order__table.my-slide-cart.subtotal .my-order__td {
  color: #ffffff;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .my-order__table:not(.my-slide-cart) {
    display: block;
  }
  .my-order__table:not(.my-slide-cart) .my-order__tr,
  .my-order__table:not(.my-slide-cart) .my-order__td {
    display: block;
  }
  .my-order__table:not(.my-slide-cart) .my-order__td,
  .my-order__table:not(.my-slide-cart) .my-order__td:first-child,
  .my-order__table:not(.my-slide-cart) .my-order__td:last-child {
    padding: 7px 0;
  }
  .my-order__table:not(.my-slide-cart).my-order__table--items .my-order__tr {
    border-bottom: solid 5px #e5e5e5;
    margin-bottom: 10px;
  }
  .my-order__table:not(.my-slide-cart).my-order__table--items .my-order__td.thumb {
    width: initial;
    min-width: initial;
  }
  .my-order__table:not(.my-slide-cart).my-order__table--items .my-order__td .btnRemoveCartItem {
    padding-top: initial;
  }
  .my-order__table:not(.my-slide-cart).my-order__table--items .my-order__td:not(:last-child) {
    border-bottom: solid 1px #e5e5e5;
  }
  .my-order__table:not(.my-slide-cart) .right {
    text-align: initial;
  }
  .my-slide-cart .my-order__td.thumb {
    display: none;
  }
}
/* price slider */

.range-slider-wrapper .range-slider-display-result {
  padding: 0 0 5px 0;
}
.range-slider {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 10px 0 20px 0;
}
.range-slider > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}
.range-slider > div > .inverse-left {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}
.range-slider > div > .inverse-right {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}
.range-slider > div > .range {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #bfaa7c;
}
.range-slider > div > .thumb {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}
.range-slider > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.range-slider > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}
.range-slider > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}
.range-slider > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
.range-slider > input[type=range]:focus {
  outline: none;
}
.range-slider > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
.range-slider > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
.range-slider > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}
.range-slider > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
.range-slider > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
.range-slider > input[type=range]::-ms-tooltip {
  display: none;
}
.range-slider .range_1,
.range-slider .range_2 {
  cursor: pointer;
}
/* popups - custom as you wish */

.popups,
.delivery_countryPopup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #ffffff;
  width: auto;
  margin: 0 auto;
}
.popups--reverse,
.delivery_countryPopup--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .popups,
  .delivery_countryPopup {
    line-height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popups__image,
.delivery_countryPopup__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.popups__image img,
.delivery_countryPopup__image img {
  margin: 0 auto;
  max-height: 90vh;
}
@media (max-width: 992px) {
  .popups__image img,
  .delivery_countryPopup__image img {
    max-height: 50vh;
  }
}
.popups__text,
.delivery_countryPopup__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 40px;
  background: #ffffff;
}
.popups__text .r-heading,
.delivery_countryPopup__text .r-heading,
.popups__text .r-text,
.delivery_countryPopup__text .r-text,
.popups__text .r-links,
.delivery_countryPopup__text .r-links {
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 992px) {
  .popups__text,
  .delivery_countryPopup__text {
    padding: 20px;
  }
}
.popups__text--inner,
.delivery_countryPopup__text--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popups--dark-mode {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popups--dark-mode .popups__text {
  background: #000;
  color: #fff;
}
.popups--dark-mode .popups__text * {
  font-family: 'proxima-nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
/* badges */

.product-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.product-badges .product-badge {
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 300px;
}
.product-badges .product-badge--image img {
  max-width: 100%;
  max-height: 600px;
}
.product-badges .product-badge--text svg {
  width: 100%;
  height: auto;
  max-height: 300px;
}
.product-badges .product-badge--text .text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}
.product-badges .product-badge--primary svg {
  fill: #bfaa7c;
}
.product-badges .product-badge--primary .text {
  color: black;
}
.product-badges .product-badge--secondary svg,
.product-badges .product-badge--tertiary svg {
  fill: black;
}
.product-badges .product-badge--secondary .text,
.product-badges .product-badge--tertiary .text {
  color: #bfaa7c;
}
/* search */

.v-search .search-type-title {
  width: 100%;
  padding: 15px;
}
/* catalogue item */

.v-catalogue-item h1 {
  font-family: 'bodoni-urw', 'Apple Garamond', 'Baskerville', 'Times New Roman', 'Droid Serif', 'Times', 'Source Serif Pro', serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 50px;
}
.product-pdf-link {
  padding: 30px 0;
}
/* prizes */

.prizes .prize i {
  color: #bfaa7c;
  padding-right: 10px;
}
:root {
  --blue: #1e90ff;
  --white: #ffffff;
}
.letalonosilka {
  color: var(--blue);
  background-color: var(--white);
  padding: 15px;
}
/* fix eqheight owl carousel */

.r-events-slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-events-slider.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.r-events-slider.owl-carousel .r-single-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.r-events-slider.owl-carousel .r-single-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('/styles/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/styles/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/styles/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/styles/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/styles/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/styles/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200020;
  /*1042*/
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200030;
  /*1043*/
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 200040;
  /*1045*/

  /*background-color: black;*/

}
.mfp-inline-holder .mfp-content {
  /*background-color: white !important;*/
  /*width: 100%;*/
  max-width: calc(80vw - 80px);
  /* 1000px */

  /*padding: 40px;*/

  /* defined by inner content */

}
@media (max-width: 992px) {
  .mfp-inline-holder .mfp-content {
    padding: 0;
    line-height: initial;
    max-width: 100%;
    margin-top: 70px;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  /*width: 100%;*/
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  /*color: #cccccc;*/
  position: absolute;
  /*top: 50%;*/
  top: 5%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 200000;
  /*1000*/

}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 200050;
  /*1046*/
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 200050;
  /*1046*/
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
  background-color: #bfaa7c;
  border: 0;
  border-radius: 50%;
  color: white;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*.mfp-close:active {
    top: 5px;
}*/

/*
.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: 5%;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 5px;
    }
*/

/*.mfp-close-btn-in .mfp-close {
    color: #ffffff;
}*/

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  /*    opacity: 0.65;
    filter: alpha(opacity=65);*/
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*    .mfp-arrow:active {
        margin-top: -54px
    }*/

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  /*left: 0;*/
  left: 5%;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  /*        opacity: 0.7;
*/

}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #bfaa7c;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  /*border-right: 27px solid #3f3f3f;*/

}
.mfp-arrow-right {
  /*right: 0*/
  right: 5%;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #bfaa7c;
  margin-left: 39px;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  /*width: 100%;*/
  width: 90%;
  max-width: 1000px;
}
/*    .mfp-iframe-holder .mfp-close {
        top: -40px
    }*/

.mfp-iframe-scaler {
  width: 100%;
  /*height: 0;*/
  height: 90%;
  overflow: hidden;
  padding-top: 90vh;
  /*56.25%*/

}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  z-index: 200010;
  /*1001*/

}
/* Main image in popup */

img.mfp-img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* padding: 40px 0 40px; */
  margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  /*z-index: 9999;*/
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  /*    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;*/
  position: absolute;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  /*    text-align: center;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;*/
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding: 5px 40px 5px 5px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
             * Remove all paddings around the image on small screen
             */
  
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}*/

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.6;
}
/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* animations */

/* text-based popup styling */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  /*max-width: 400px;*/
  margin: 0 auto;
}
@media (max-width: 769px) {
  .white-popup {
    padding: 20px;
    line-height: initial;
  }
}
/* 

====== Zoom effect ======

*/

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */

}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */

.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/styles/custom-main/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
