/* 
	Table of Contents

	     01. # Reset ----------------------------------
	     02. Base -------------------------------------
	     03. # Fonts ----------------------------------
	     04. # Helpers --------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	     05. # Base WordPress CSS ---------------------
	     06. Gallery ----------------------------------
	     07. Pagination -------------------------------
	     08. Comments ---------------------------------
	     09. Search Form ------------------------------
	     10. # Button ---------------------------------
	     11. # Form -----------------------------------
	     12. - Products All ---------------------------
	         Mobile -----------------------------------
	     13. # Shell ----------------------------------
	     14. - Wrapper --------------------------------
	     15. # Widgets --------------------------------
	     16. # Maison ---------------------------------
	     17. # Video and Header -----------------------
	     18. # Logo -----------------------------------
	     19. # Content --------------------------------
	     20. # Titles ---------------------------------
	     21. # Reserve --------------------------------
	     22. # Recipes --------------------------------
	     23. # Hosting --------------------------------
 */

.cols:after,
.list-products-all .list__body > ul:after,
.list-products-all.larger .list__body .home-products-list:after,
.post .post__entry:after,
.shell:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

.article-social .article__image--video > a:before,
.btn-top:before,
.btn-top:after,
.btn-next-section i,
.gform_wrapper .gform_ajax_spinner,
.header .logo,
.ico-down:after,
.ico-circle > i,
.inner-list--video .inner__image > a img,
.list-recipes-secondary .list__image a:after,
.list-products-all .list__body a > span + span,
.list-products-all.larger .list__body a > span + span,
.logo > img,
.nav-paging > .nav__body a i,
.owl-nav > div:before,
.section-video .section__image > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.article-search-result .article__image a,
.article-recipe .article__image-holder,
.section-video .section__image,
.section-recipe .section__image-holder,
.section-recipe .section__image__full,
.section-product .section__image,
.section-intro .section__image,
.slider-recipes .slide__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.article-search-result .article__image--contain a,
.article-location .article__image,
.article-product .article__image,
.article-product-secondary .article__image,
.form-subscribe .form__image-left,
.form-subscribe .form__image-right,
.list-products-all .list__body a > span,
.list-ads span,
.list-products-all.larger .list__body a > span,
.section-product .section__body-image,
.section-inner .section__body-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-single .section__body,
.section-recipes,
.section-ingredients,
.section-social {
    background: url(images/pattern-bkgd-linedpaper.jpg) repeat center center;
}

.section-related,
.section-recipe .section__title,
.section-recipe .section__description,
.section-products-all,
.section-subscribe,
.section-slider-posts .section__head,
.section-slider-posts,
.section-intro-inner {
    background: url(images/pattern-bkgd-marble.jpg) repeat center center;
}

.article-social .article__body i,
.btn-top,
.footer .footer__bar,
.section-callout {
    background: linear-gradient(to right, rgba(186,149,90,1) 0%,rgba(209,190,124,1) 100%);
}

.slider-recipes .slide__image > .slide__image__content {
    background: linear-gradient(to right, rgba(186,149,90,0.9) 0%,rgba(209,190,124,0.9) 100%);
}
/* ------------------------------------------------------------ *\
	# Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

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

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

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

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

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

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
    appearance: none;
}

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

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}


/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body {
    min-width: 320px;
    background-color: #fff;
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.50;
    font-weight: 500;
    color: #847f74;
}

a {
    color: inherit;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a[href^="tel"] {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75em;
}

h1 {
    font-size: 42px;
    line-height: 1.48;
    color: #096739;
}

h2 {
    font-size: 30px;
    line-height: 1.07;
    color: #096739;
}

h3 {
    font-size: 30px;
    line-height: 1.07;
    color: #096739;
}

h4 {
    font-size: 22px;
    line-height: 1.18;
    color: #096739;
}

h5 {
    font-size: 18px;
    line-height: 1.11;
    color: #096739;
}

h6 {
    font-size: 16px;
    line-height: 1.25;
    color: #096739;
}

strong {
    font-weight: 700;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.50em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
    margin-bottom: 0;
}

@media (max-width: 985px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
    }
}
/* ------------------------------------------------------------ *\
	# Fonts
\* ------------------------------------------------------------ */

	/*
		- Font Awesome
	*/

@font-face {
    font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'),
       url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}

  /*
    - Gotham : [
      400 - Book
      500 - Medium
      700 - Bold
    ]; 
  */

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-book-font.eot');
    src: url('fonts/gotham-book-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-font.svg#gotham') format('svg'),
         url('fonts/gotham-book-font.woff2') format('woff2'),
         url('fonts/gotham-book-font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-book-italic-font.eot');
    src: url('fonts/gotham-book-italic-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-italic-font.svg#gotham') format('svg'),
         url('fonts/gotham-book-italic-font.woff2') format('woff2'),
         url('fonts/gotham-book-italic-font.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-medium-font.eot');
    src: url('fonts/gotham-medium-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-font.svg#gothammedium') format('svg'),
         url('fonts/gotham-medium-font.woff2') format('woff2'),
         url('fonts/gotham-medium-font.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-medium-italic-font.eot');
    src: url('fonts/gotham-medium-italic-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium-italic-font.svg#gotham') format('svg'),
         url('fonts/gotham-medium-italic-font.woff2') format('woff2'),
         url('fonts/gotham-medium-italic-font.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-bold-font.eot');
    src: url('fonts/gotham-bold-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-font.svg#gotham') format('svg'),
         url('fonts/gotham-bold-font.woff2') format('woff2'),
         url('fonts/gotham-bold-font.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('fonts/gotham-bold-italic-font.eot');
    src: url('fonts/gotham-bold-italic-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold-italic-font.svg#gotham') format('svg'),
         url('fonts/gotham-bold-italic-font.woff2') format('woff2'),
         url('fonts/gotham-bold-italic-font.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

  /*
    - Fertigo Pro : [
      400 - Regular
    ];
  */


@font-face {
    font-family: 'fertigo_pro';
    src: url('fonts/fertigo_pro-font.eot');
    src: url('fonts/fertigo_pro-font.eot?#iefix') format('embedded-opentype'),
         url('fonts/fertigo_pro-font.svg#fertigo_pro') format('svg'),
         url('fonts/fertigo_pro-font.woff2') format('woff2'),
         url('fonts/fertigo_pro-font.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	# Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}


/*  Notext  */

.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}


/*  Hidden  */

[hidden],
.hidden {
    display: none;
}


/*  Alignleft  */

.alignleft {
    float: left;
}


/*  Alignright  */

.alignright {
    float: right;
}


/*  Disabled  */

[disabled],
.disabled {
    cursor: default;
}


/*  Grid  */

.cols {
    margin: 0 -15px;
}

.cols:after {
}

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col--1of2 {
    width: 50%;
}


/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1251px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/* ------------------------------------------------------------ *\
	# Base WordPress CSS
\* ------------------------------------------------------------ */

.alignnone,
.alignleft,
.alignright,
.aligncenter {
    margin: 5px 15px 10px;
}

.alignleft {
    margin-left: 0;
}

.alignright {
    margin-right: 0;
}

.alignnone {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

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

.wp-caption {
    position: relative;
}

.wp-caption img {
    width: 100%;
}

.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.gallery .wp-caption-text {
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.gallery-item {
    float: left;
    position: relative;
    padding: 10px;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.67%;
}

.gallery-columns-7 .gallery-item {
    width: 14.29%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
    display: none;
}

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */

.paging {
    padding: 0 0 20px;
    text-align: center;
}

.paging ul {
    list-style: none outside none;
}

.paging ul,
.paging li {
    display: inline-block;
    vertical-align: top;
}

.paging a {
    display: inline-block;
    margin: 0 5px;
}

.paging .current a,
/*.paging a:hover { text-decoration: none; background: #000; color: #fff; }*/

.paging .paging__label {
    padding-right: 10px;
}

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */

.section-comments {
    padding-top: 15px;
}

.section-comments a {
    text-decoration: none;
}

.section-comments p {
    padding-bottom: 18.2px;
}

.section-comments ol,
.section-comments ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.section-comments h3 {
    position: relative;
    padding: 0 0 10px;
}

.section-comments h3 small {
    position: absolute;
    top: 0;
    right: 0;
}

.comments,
.comments .children {
    position: relative;
}

.comments .children:before,
.comments .children:after {
    content: '';
    position: absolute;
    display: block;
}

.comments .children:before {
    top: 33px;
    left: 23px;
    width: 32px;
    height: 27px;
    border-left: 8px solid #c3c3c3;
    border-bottom: 8px solid #c3c3c3;
    border-radius: 0 0 0 8px;
}

.comments .children:after {
    top: -5px;
    left: 8px;
    border: 20px solid transparent;
    border-width: 20px 19px;
    border-bottom-color: #c3c3c3;
}

.comments .comment {
    position: relative;
    border-top: 1px dashed #363636;
}

.comments .children {
    padding-left: 70px;
}

.comments .moderation-notice {
    display: inline-block;
    margin: 3px 0 8px;
    color: #999;
}

.comment .comment__author-avatar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.comment .comment__author-says {
    padding-left: 5px;
}

.comment .comment__entry {
    position: relative;
    padding: 30px 0 30px 65px;
}

.comment .comment__text p:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.comment .comment__meta {
    padding-bottom: 12px;
}

.comment .comment__meta a {
    color: #363636;
}

.comment .comment__reply {
    padding-top: 10px;
    text-align: right;
}

.comment .comment__reply a {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border-radius: 6px;
}

.comment .comment__reply a:hover {
    text-decoration: none;
    opacity: .8;
}

.comment-respond {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #363636;
}

.comment-respond h3 {
    position: relative;
}

.comment-respond small {
    position: absolute;
    top: 0;
    right: 0;
}

.comment-respond label {
    display: block;
    padding-bottom: 4px;
}

.comment-respond input[type="text"],
.comment-respond textarea {
    display: block;
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.comment-respond textarea {
    width: 100%;
    height: 100px;
}

.comment-respond input[type="text"]:focus {
    background-color: #fff;
}

.comment-respond input[type="text"]:-ms-input-placeholder {
    color: #777;
}

.comment-respond input[type="text"]::placeholder {
    color: #777;
}

.comment-respond textarea {
    width: 100%;
}

.comment-respond .required {
    color: #e40000;
}

.comment-respond .comment-notes {
    padding-top: 15px;
}

.comment-respond .form-submit input {
    display: block;
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #363636;
    cursor: pointer;
    border-radius: 4px;
}

.nocomments {
    padding-top: 12px;
    font-weight: bold;
    font-size: 18px;
}

/* ------------------------------------------------------------ *\
	Search Form
\* ------------------------------------------------------------ */

.search-form {
    position: relative;
    overflow: hidden;
}

.search-form .search__field {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.search-form .search__field:focus {
    background-color: #fff;
}

.search-form .search__field:-ms-input-placeholder {
    color: #777;
}

.search-form .search__field::placeholder {
    color: #777;
}

.search-form .screen-reader-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0.5;
    visibility: hidden;
}

/* ------------------------------------------------------------ *\ 
	# Accordions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Main
\* ------------------------------------------------------------ */

.accordion-main {
    width: 100%;
}

.accordion-main .accordion__group {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 21px 0;
    border-bottom: 1px solid #eff0f0;
}

.accordion-main .accordion__group:before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 11px;
    background: url(images/sprite.png) no-repeat -453px -49px;
    width: 42px;
    height: 42px;
    pointer-events: none;
}

.accordion-main .accordion__group:before {
    transition: transform 0.4s;
}

.accordion-main .accordion__group:after {
    content: ' ';
    position: absolute;
    right: 13px;
    top: 25px;
    width: 15px;
    height: 15px;
    background: url(images/sprite.png) no-repeat -28px -223px;
    transition: transform 0.4s, top 0.4s;
    pointer-events: none;
}

.accordion-main .accordion__group.active:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-main .accordion__group.active:after {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-main .accordion__group.active .accordion__body {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    padding-top: 15px;
}

.accordion-main .accordion__head {
    cursor: pointer;
    padding-right: 46px;
}

.accordion-main .accordion__body {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    padding-right: 95px;
}

.accordion-main .accordion__body {
    transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
}

@media (max-width: 767px) {
    .accordion-main .accordion__body {
        padding-right: 40px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .accordion-main .accordion__group:before,
	.accordion-main .accordion__group:after {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Articles
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Search Result
\* ------------------------------------------------------------ */

.article-search-result {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    display: table;
    height: 162px;
}

.article-search-result .article__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 170px;
}

.article-search-result .article__image a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

.article-search-result .article__image.how-to-wow a {
    border-radius: 50%;
    left: 32px;
    top: 22px;
    bottom: 22px;
    width: 120px;
    height: 120px;
}

.article-search-result .article__image--contain {
    left: 22px;
    top: 22px;
    bottom: 22px;
    width: 140px;
}

.article-search-result .article__image--contain a {
}

.article-search-result .article__image + .article__body {
    padding-left: 207px;
}

.article-search-result .article__body {
    position: relative;
    overflow: hidden;
    padding: 20px 35px;
    display: table-cell;
    vertical-align: middle;
}

.article-search-result .article__body h6 {
    margin: 0;
}

.article-search-result .article__body a {
    text-decoration: none;
}

body:not(.is-touch) .article-search-result .article__body a:hover {
    color: #c7a258;
}

@media (max-width: 767px) {
    .article-search-result {
        display: block;
        height: auto;
        padding: 25px;
    }

    .article-search-result .article__image {
        position: relative;
        margin-bottom: 20px;
    }

    .article-search-result .article__image a {
        min-height: 160px;
        position: relative;
        display: block;
    }

    .article-search-result .article__image--contain {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .article-search-result .article__image + .article__body {
        padding-left: 0;
    }

    .article-search-result .article__body {
        display: block;
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Location
\* ------------------------------------------------------------ */

.article-location {
    background-color: #fff;
    border-top: 3px solid #096739;
    padding: 28px;
    position: relative;
    overflow: hidden;
}

.article-location .article__head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eff0f0;
}

.article-location .article__head h5 {
    margin-bottom: 2px;
}

.article-location .article__head h6 {
    font-size: 12px;
    line-height: 1.67;
    color: #847f74;
    font-weight: 500;
}

.article-location .article__head > *:last-child {
    margin-bottom: 0;
}

.article-location .article__body {
    padding-bottom: 15px;
}

.article-location .article__body p {
    margin-bottom: 10px;
}

.article-location .article__body > *:last-child {
    margin-bottom: 0;
}

.article-location .article__actions {
    position: relative;
    margin: 0 -28px;
    border-top: 1px solid #eff0f0;
    border-bottom: 1px solid #eff0f0;
}

.article-location .article__actions:before {
    content: ' ';
    position: absolute;
    left: 50%;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #eff0f0;
}

.article-location .article__actions ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.article-location .article__actions li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    line-height: 1.67;
}

.article-location .article__actions a {
    text-decoration: none;
    font-weight: 700;
    color: #096739;
    display: block;
    text-align: center;
    padding: 10px 5px;
}

.article-location .article__image {
    min-height: 60px;
    background-color: #f7f7f7;
    position: relative;
    margin: 0 -28px -28px -28px;
}

body:not(.is-touch) .article-location .article__actions a:hover {
    background-color: #096739;
    color: #fff;
}

/* ------------------------------------------------------------ *\ 
	- Recipe
\* ------------------------------------------------------------ */

.article-recipe {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s;
}

.article-recipe > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    text-decoration: none;
}

.article-recipe .article__image {
    width: auto;
    margin: 0 0 12px 0;
    min-height: 370px;
    position: relative;
    overflow: hidden;
}

.article-recipe .article__image-holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.4s;
}

.article-recipe .article__body {
    padding: 21px 28px 20px 28px;
    font-size: 15px;
    line-height: 1.33;
}

.article-recipe .article__body h5 {
    margin-bottom: 0;
    font-weight: 500;
}

.article-recipe .article__body h6 {
    color: #c7a258;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 500;
}

.article-recipe .article__foot {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #eff0f0;
    border-bottom: 1px solid #eff0f0;
    margin: 0 28px 18px 28px;
    min-height: 98px;
}

.article-recipe .article__foot:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eff0f0;
}

.article-recipe .article__foot p {
    margin-bottom: 10px;
}

.article-recipe .article__foot ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.article-recipe .article__foot li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 12px;
    line-height: 1.17;
    text-align: center;
    padding: 16px;
    text-transform: uppercase;
}

.article-recipe .article__foot li > *:last-child {
    margin-bottom: 0;
}

.article-recipe .article__foot strong {
    display: block;
    font-weight: 500;
    color: #c7a258;
}

body:not(.is-touch) .article-recipe:hover .article__image-holder {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .article-recipe .article__image {
        min-height: 289px;
    }

    .article-recipe .article__body {
        padding: 10px 17px 17px 17px;
        min-height: 0 !important;
    }

    .article-recipe .article__foot {
        margin: 0 17px 10px 17px;
    }

    .article-recipe .article__foot li {
        padding: 16px 5px;
    }

    .article-recipe .article__foot li:last-child p:first-child {
        margin-top: 12px;
        margin-bottom: 14px;
    }
}

.single-crb_recipe .owl-stage-outer a {
    color: #096739;
    text-decoration: none;
}

.single-crb_recipe .owl-stage-outer a:hover {
    color: #c7a258;
}

.single-crb_recipe .list-recipes .article-recipe .article__body {
    text-align: left;
}
/* ------------------------------------------------------------ *\ 
	- Product
\* ------------------------------------------------------------ */

.article-product {
    width: 100%;
    text-align: center;
}

.article-product .article__image {
    width: 100%;
    min-height: 285px;
    transition: transform 0.4s;
}

.article-product .article__body h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 11px;
}

.article-product .article__body > *:last-child {
    margin-bottom: 0;
}

.article-product .article__actions {
    padding-top: 17px;
}

.article-product .btn {
    min-width: 260px;
}

.single-crb_product .article-recipe .article__body {
    text-align: left;
}
/* ------------------------------------------------------------ *\ 
	- Product Secondary
\* ------------------------------------------------------------ */

.article-product-secondary {
    width: 100%;
    text-align: center;
    position: relative;
}

.article-product-secondary > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 10;
}

.article-product-secondary .article__image {
    min-height: 240px;
    transition: transform 0.4s;
    margin: 0 -10px;
}

.article-product-secondary .article__body {
    padding: 1px 15px 0 15px;
}

.article-product-secondary .article__body h5 {
    font-weight: 500;
}

body:not(.is-touch) .article-product-secondary:hover .article__image {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

/* ------------------------------------------------------------ *\ 
	- Post
\* ------------------------------------------------------------ */

.article-post {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
}

.article-post > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 30;
}

.article-post .article__image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.article-post .article__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.article-post .article__body {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 15px 15px 15px;
}

.article-post .article__body:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -10vh;
    border-radius: 50%;
    background-color: rgba(199, 162, 88, 0.92);
}

.article-post .article__body h5 {
    max-width: 180px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: color 0.4s;
}

.article-post .article__body > * {
    position: relative;
    z-index: 10;
}

.article-post .ico-arrow-large {
    background: transparent;
}

.article-post .ico-arrow-large:before,
.article-post .ico-arrow-large:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/sprite.png) no-repeat -399px -383px;
    width: 22px;
    height: 22px;
    transition: opacity 0.4s;
}

.article-post .ico-arrow-large:after {
    background-position: -465px -323px;
    opacity: 0;
}

body:not(.is-touch) .article-post:hover .article__body h5 {
    color: #836221;
}

body:not(.is-touch) .article-post:hover .ico-arrow-large:before {
    opacity: 0;
}

body:not(.is-touch) .article-post:hover .ico-arrow-large:after {
    opacity: 1;
}

/* ------------------------------------------------------------ *\ 
	- Social
\* ------------------------------------------------------------ */

.article-social {
    background-color: #fff;
}

.article-social .article__image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.article-social .article__image--video > a:before {
    content: ' ';
    background: url(images/sprite.png) no-repeat -124px -255px;
    width: 162px;
    height: 162px;
    z-index: 10;
}

.article-social .article__image--video > a:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.article-social .article__image a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.article-social .article__image a:hover img {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.article-social .article__image img {
    display: block;
    width: 100%;
    transition: transform 0.4s;
}

.article-social .article__body {
    padding: 38px 26px 26px 26px;
    position: relative;
    font-size: 15px;
    line-height: 1.33;
}

.article-social .article__body i {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .article-social .article__image--video > a:before {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}

.error-404 {
    padding: 200px 0 250px;
}

.home .article-social .article__image {
    padding: 100% 0 0 0;
}

.home .article-social .article__image a {
    position: static;
}

.home .article-social .article__image a .social-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home .article-social .article__image a .social-image img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/* ------------------------------------------------------------ *\
	# Button
\* ------------------------------------------------------------ */

[class^="btn"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

[class^="btn"] {
    appearance: none;
}

/* ------------------------------------------------------------ *\ 
	- Animations
\* ------------------------------------------------------------ */

@keyframes arrowAnimation {
    0% {
        margin-top: 0px;
    }

    25% {
        margin-top: 5px;
    }

    50% {
        margin-top: 0px;
    }

    75% {
        margin-top: -5px;
    }

    100% {
        margin-top: 0px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Main
\* ------------------------------------------------------------ */

.btn {
    background-color: #096739;
    color: #fff;
    border-radius: 6px;
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding: 15px;
    min-width: 270px;
}

.btn > i {
    margin-left: 0px;
    width: 0px;
    transition: margin 0.4s, width 0.4s;
}

.btn > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    z-index: 20;
}

body:not(.is-touch) .btn:hover > i.ico-arrow {
    width: 18px;
}

body:not(.is-touch) .btn:hover > i.ico-arrow-large {
    width: 22px;
}

body:not(.is-touch) .btn:hover > i + span,
body:not(.is-touch) .btn:hover > span + i {
    margin-left: 9px;
}

	/*
		-- Colors
	*/

.btn--white {
    background-color: #fff;
    color: #096739;
}

	/*
		-- Reverse Animation
	*/

.btn--reverse-animation {
    min-width: 0;
}

.btn--reverse-animation > i.ico-arrow {
    width: 18px;
}

.btn--reverse-animation > i.ico-arrow-large {
    width: 22px;
}

.btn--reverse-animation > i + span,
.btn--reverse-animation > span + i {
    margin-left: 9px;
}

/* ------------------------------------------------------------ *\ 
	- Block
\* ------------------------------------------------------------ */
	
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
}

/* ------------------------------------------------------------ *\ 
	- Search
\* ------------------------------------------------------------ */

.btn-search {
    font-size: 0;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #847f74;
}

.btn-search > span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.29;
}

.btn-search > i {
    display: inline-block;
    vertical-align: top;
}

.btn-search i + span,
.btn-search span + i {
    margin-left: 5px;
}

body:not(.is-touch) .btn-search:hover {
    color: #096739;
}

body:not(.is-touch) .btn-search:hover .ico-search:before {
    opacity: 0;
}

body:not(.is-touch) .btn-search:hover .ico-search:after {
    opacity: 1;
}

/* ------------------------------------------------------------ *\ 
	- Close
\* ------------------------------------------------------------ */

.btn-close {
    width: 52px;
    height: 52px;
    position: relative;
}

.btn-close:before,
.btn-close:after {
    content: ' ';
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background-color: #6ba388;
    margin-top: -1px;
    border-radius: 30px;
    transition: background 0.4s;
}

.btn-close:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body:not(.is-touch) .btn-close:hover:before,
body:not(.is-touch) .btn-close:hover:after {
    background-color: #096739;
}

/* ------------------------------------------------------------ *\ 
	- Expand
\* ------------------------------------------------------------ */

.btn-expand {
    width: 82px;
    height: 82px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    color: #c7a258;
}

.btn-expand:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background: url(images/sprite.png) no-repeat -332px -2px;
}

.btn-expand:before {
    transition: transform 0.4s;
}

.btn-expand > * {
    position: relative;
    z-index: 10;
    display: block;
}

.btn-expand > span {
    font-size: 12px;
    line-height: 1.17;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 9px;
}

.btn-expand > i {
    margin-top: 9px;
    transition: transform 0.4s;
}

body:not(.is-touch) .btn-expand:hover:before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ------------------------------------------------------------ *\ 
	- Top
\* ------------------------------------------------------------ */

.btn-top {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 52px;
    height: 52px;
    border-radius: 6px 0 0 6px;
    z-index: 800;
}

.btn-top {
    opacity: 0;
    visibility: hidden;
    transition: border-radius 0.4s, opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.btn-top {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-top:before {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.btn-top:before {
    margin-top: -8px;
}

.btn-top:after {
    content: ' ';
    width: 2px;
    height: 18px;
    background-color: #fff;
}

body:not(.is-touch) .btn-top:hover {
    border-radius: 10px 0 0 10px;
}

body.show-go-top-button .btn-top {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

/* ------------------------------------------------------------ *\ 
	- Link
\* ------------------------------------------------------------ */

.btn-link {
    font-size: 0;
    line-height: 0;
    color: #096739;
}

.btn-link > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.22;
}

.btn-link > i {
    display: inline-block;
    vertical-align: middle;
}

.btn-link > i + span,
.btn-link > span + i {
    margin-left: 12px;
}

body:not(.is-touch) .btn-link:hover {
    color: #c7a258;
}

@media (max-width: 767px) {
    .btn-link > i {
        display: block;
        margin-top: 10px;
    }

    .btn-link > i + span,
	.btn-link > span + i {
        margin-left: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Link Secondary
\* ------------------------------------------------------------ */

.btn-link-secondary {
    font-size: 0;
    line-height: 0;
    font-weight: 700;
}

.btn-link-secondary > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.29;
    text-transform: uppercase;
}

.btn-link-secondary > i {
    display: inline-block;
    vertical-align: middle;
}

.btn-link-secondary > i + span,
.btn-link-secondary > span + i {
    margin-left: 15px;
}

body:not(.is-touch) .btn-link-secondary:hover {
    color: #096739;
}

/* ------------------------------------------------------------ *\ 
	- Next Section
\* ------------------------------------------------------------ */

.btn-next-section {
    position: relative;
    width: 44px;
    height: 44px;
}

.btn-next-section i {
    z-index: 10;
    animation: arrowAnimation 2s infinite linear;
}

.btn-next-section:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    background: url(images/sprite.png) no-repeat -452px -48px;
    z-index: 1;
    width: inherit;
    height: inherit;
}

/* ------------------------------------------------------------ *\ 
	- Menu
\* ------------------------------------------------------------ */

.btn-menu {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
}

.btn-menu *,
.btn-menu *:before,
.btn-menu *:after {
    transition: background 0.4s, margin 0.4s, transform 0.4s;
}

.btn-menu span,
.btn-menu span:before,
.btn-menu span:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-color: #096739;
}

.btn-menu span:before {
    margin-top: -9px;
}

.btn-menu span:after {
    margin-top: 7px;
}

body.show-nav-main .btn-menu span {
    background-color: transparent;
}

body.show-nav-main .btn-menu span:before,
body.show-nav-main .btn-menu span:after {
    margin-top: -1px;
}

body.show-nav-main .btn-menu span:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.show-nav-main .btn-menu span:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 985px) {
    .btn-menu {
        display: block;
    }
}

/* ------------------------------------------------------------ *\ 
	- Menu Footer
\* ------------------------------------------------------------ */

.btn-menu-footer {
    display: none;
}

@media (max-width: 985px) {
    .btn-menu-footer {
        margin-bottom: 25px;
        position: relative;
        padding: 0 15px;
        font-size: 16px;
        line-height: 1.25;
        text-transform: uppercase;
        font-weight: 700;
    }

    .btn-menu-footer {
        display: inline-block;
        color: #096739;
    }

    .btn-menu-footer:before {
        content: ' ';
        position: absolute;
        right: 0;
        top: 7px;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #df0000;
        transition: transform 0.4s;
    }

    body.show-footer-menu .btn-menu-footer:before {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .btn-next-section:before {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Font Awesome
\* ------------------------------------------------------------ */

.fa {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: 1;
    font-style: normal;
    text-rendering: auto;
}

.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";
}
/* ------------------------------------------------------------ *\ 
	# Footer
\* ------------------------------------------------------------ */

.footer {
    width: 100%;
    position: relative;
    margin-top: -60px;
    z-index: 898;
}

.footer .shell {
    max-width: 1210px;
}

.footer > * {
    width: 100%;
    position: relative;
    z-index: 10;
}

.footer .footer__head {
    position: relative;
    padding: 2px 0 24px 0;
}

.footer .footer__head .shell {
    min-height: 95px;
    position: relative;
}

.footer .footer__bar {
    color: #fff;
}

.footer .footer__bar-copyright {
    float: left;
    width: calc(100% - 240px);
    font-size: 13px;
    font-weight: 500;
    padding: 17px 0;
}

.footer .footer__bar-copyright a {
    text-decoration: none;
}

.footer .footer__bar-copyright a:hover {
    color: #836221;
}

.footer .footer__bar-copyright p {
    margin-bottom: 0;
}

.footer .footer__bar-nav {
    float: right;
    width: 220px;
    text-align: right;
}

.footer .logo-footer {
    position: absolute;
    left: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
}

.footer .nav-socials {
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px;
}

.footer:after {
    content: ' ';
    position: absolute;
    left: -100px;
    right: -100px;
    top: -16px;
    height: 45px;
    background-color: #fff;
    box-shadow: -9px -14px 24px rgba(0, 0, 0, 0.13);
}

.footer:after {
    border-radius: 100% 100% 0 0;
    pointer-events: none;
    z-index: 1;
}

.footer:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    bottom: 0;
    background-color: #fff;
}

@media (max-width: 985px) {
    .footer:after {
        left: -200px;
        right: -200px;
        box-shadow: -9px -14px 24px rgba(0, 0, 0, 0.05);
    }

    .footer .footer__head {
        padding: 30px 0 40px 0;
    }

    .footer .footer__bar-nav {
        float: none;
        margin: 0 auto;
    }

    .footer .footer__bar-copyright {
        text-align: center;
        float: none;
        max-width: 600px;
        margin: 0 auto;
        padding-top: 0;
        width: auto;
    }

    .footer .footer__head {
        text-align: center;
    }

    .footer .logo-footer {
        position: relative;
        left: 0;
        top: 0;
        -ms-transform: none;
        transform: none;
        margin: 0;
        display: block;
        margin: 0 auto 24px;
    }

    .footer .nav-socials {
        position: relative;
        right: 0;
        top: 0;
        -ms-transform: none;
        transform: none;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .footer {
        margin-top: -40px;
        padding-top: 20px;
    }

    .footer .btn-top {
        display: none;
    }

    .footer:after {
        box-shadow: none;
        left: -100px;
        right: -100px;
    }
}
/* ------------------------------------------------------------ *\
	# Form
\* ------------------------------------------------------------ */

	/*
		- Base
	*/

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
    appearance: none;
    border-radius: 0;
}

/* ------------------------------------------------------------ *\ 
	- Gravity Form (Base)
\* ------------------------------------------------------------ */

.gform_wrapper {
    width: 100%;
    position: relative;
}

.gform_wrapper li.hidden-label > label,
.gform_wrapper li.hidden-sub-label .ginput_complex span > label {
    display: none;
}

.gform_wrapper .gform_body {
    width: 100%;
}

.gform_wrapper .gform_body ul {
    list-style: none;
}

.gform_wrapper .gform_heading {
    width: 100%;
}

.gform_wrapper .gform_footer {
    width: 100%;
}

.gform_wrapper .ginput_container input[type="text"],
.gform_wrapper .ginput_container input[type="password"],
.gform_wrapper .ginput_container input[type="date"],
.gform_wrapper .ginput_container input[type="datetime"],
.gform_wrapper .ginput_container input[type="datetime-local"],
.gform_wrapper .ginput_container input[type="month"],
.gform_wrapper .ginput_container input[type="week"],
.gform_wrapper .ginput_container input[type="email"],
.gform_wrapper .ginput_container input[type="number"],
.gform_wrapper .ginput_container input[type="search"],
.gform_wrapper .ginput_container input[type="tel"],
.gform_wrapper .ginput_container input[type="time"],
.gform_wrapper .ginput_container input[type="url"],
.gform_wrapper .ginput_container input[type="color"],
.gform_wrapper .ginput_container textarea {
    border: 0;
    width: 100%;
    border-radius: 6px;
    background-color: #ebecec;
    padding: 0 29px;
    height: 50px;
    color: #cbcece;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    transition: color 0.4s;
}

.gform_wrapper .ginput_container input[type="text"]:focus,
.gform_wrapper .ginput_container input[type="password"]:focus,
.gform_wrapper .ginput_container input[type="date"]:focus,
.gform_wrapper .ginput_container input[type="datetime"]:focus,
.gform_wrapper .ginput_container input[type="datetime-local"]:focus,
.gform_wrapper .ginput_container input[type="month"]:focus,
.gform_wrapper .ginput_container input[type="week"]:focus,
.gform_wrapper .ginput_container input[type="email"]:focus,
.gform_wrapper .ginput_container input[type="number"]:focus,
.gform_wrapper .ginput_container input[type="search"]:focus,
.gform_wrapper .ginput_container input[type="tel"]:focus,
.gform_wrapper .ginput_container input[type="time"]:focus,
.gform_wrapper .ginput_container input[type="url"]:focus,
.gform_wrapper .ginput_container input[type="color"]:focus,
.gform_wrapper .ginput_container textarea:focus {
    color: #847f74;
}

.gform_wrapper .ginput_container textarea {
    resize: none;
    height: 200px;
}

.gform_wrapper .validation_error {
    border-top: 2px solid #df0000;
    border-bottom: 2px solid #df0000;
    padding: 10px;
    text-align: center;
    color: #df0000;
    margin-bottom: 20px;
}

.gform_wrapper .validation_message {
    background-color: #df0000;
    padding: 3px;
    color: #fff;
    font-size: 12px;
}

.gform_wrapper .gform_ajax_spinner {
    pointer-events: none;
}

.gform_confirmation_wrapper {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.gforms_confirmation_message {
}

@media (max-width: 767px) {
    .gform_wrapper .ginput_container input[type="text"],
	.gform_wrapper .ginput_container input[type="password"],
	.gform_wrapper .ginput_container input[type="date"],
	.gform_wrapper .ginput_container input[type="datetime"],
	.gform_wrapper .ginput_container input[type="datetime-local"],
	.gform_wrapper .ginput_container input[type="month"],
	.gform_wrapper .ginput_container input[type="week"],
	.gform_wrapper .ginput_container input[type="email"],
	.gform_wrapper .ginput_container input[type="number"],
	.gform_wrapper .ginput_container input[type="search"],
	.gform_wrapper .ginput_container input[type="tel"],
	.gform_wrapper .ginput_container input[type="time"],
	.gform_wrapper .ginput_container input[type="url"],
	.gform_wrapper .ginput_container input[type="color"],
	.gform_wrapper .ginput_container textarea {
        padding: 0 20px;
    }
}

.gform_ajax_spinner {
    margin-left: 0;
    border: 4px solid rgba(255, 255, 255, .8);
    border-left: 4px solid #096739;
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 42%;
    top: 20%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ------------------------------------------------------------ *\ 
	- Search
\* ------------------------------------------------------------ */

.form-search {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form-search > * {
    width: 100%;
}

.form-search .form__head {
    padding-bottom: 25px;
}

.form-search .form__head h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
}

.form-search .form__body input {
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    background-color: #ebecec;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.1;
    height: 70px;
    font-weight: 500;
    color: #9b9b9b;
    transition: color 0.4s;
}

.form-search .form__body input:focus {
    color: #565045;
}

.form-search .form__actions {
    padding-top: 30px;
}

/* ------------------------------------------------------------ *\ 
	- Search Single
\* ------------------------------------------------------------ */

.form-search-single {
    max-width: 610px;
    margin: 0 auto;
}

.form-search-single form {
    position: relative;
    padding-right: 183px;
}

.form-search-single input[type="search"] {
    width: 100%;
    border: 0;
    background-color: #ebecec;
    padding: 0 15px;
    font-size: 18px;
    line-height: 1.1;
    height: 50px;
    border-radius: 6px;
    font-weight: 500;
}

.form-search-single .btn {
    min-width: 0;
    width: 177px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .form-search-single form {
        padding-right: 0;
    }

    .form-search-single input[type="search"] {
        margin-bottom: 16px;
    }

    .form-search-single .btn {
        position: relative;
    }
}

/* ------------------------------------------------------------ *\ 
	- Locations
\* ------------------------------------------------------------ */

/*
.form-locations { background-color: $c-white; padding: 48px 50px; max-width: 850px; margin: 0 auto; }
.form-locations > * { width: 100%; }
.form-locations .form__head { padding-bottom: 25px; text-align: center; max-width: 520px; margin: 0 auto; }
.form-locations .form__head h2 { margin-bottom: 10px; font-weight: 400; text-transform: uppercase; }
.form-locations .form__head p { font-size: 18px; line-height: 1.56; }
.form-locations .form__head p a { color: $c-green; }
.form-locations .form__head > *:last-child { margin-bottom: 0; }
.form-locations .form__body > ul { list-style: none; font-size: 0; line-height: 0; position: relative; margin: -5px; }
.form-locations .form__body > ul > li { display: inline-block; vertical-align: top; padding: 5px; width: calc(50% - 100px); }
.form-locations .form__body > ul > li:nth-child(3n-1) { width: calc(50% - 45px); }
.form-locations .form__body > ul > li:last-child { width: 145px; }
.form-locations .form__body label { display: block; color: $c-brown; text-transform: uppercase; letter-spacing: 3px; font-size: 16px; line-height: 1.25; padding-bottom: 12px; }
.form-locations .form__body input[type="text"] { border: 0; width: 100%; font-size: 18px; line-height: 1.1; color: $c-gray5; transition: color $t-duration; height: 50px; }
.form-locations .form__body input[type="text"] { background-color: $c-gray2; font-weight: 500; border-radius: 6px; padding: 0 20px; color: $c-base; }
.form-locations .select-holder a.select-selector { color: $c-base; }
.form-locations .btn { min-width: 0; display: block; }

$breakpoint-tablet-landscape2 {
	.form-locations .form__head { padding-bottom: 15px; }
}

$breakpoint-mobile {
	.form-locations .form__body > ul { margin: 0; }
	.form-locations .form__body > ul > li:nth-child(3n-1),
	.form-locations .form__body > ul > li:last-child,
	.form-locations .form__body > ul > li { display: block; width: 100%; }
	.form-locations .form__body > ul > li { padding: 0 0 20px 0; }
	.form-locations .form__body > ul > li:last-child { padding-bottom: 0; }
	.form-locations .form__body > ul > li:last-child label { display: none; }
	.form-locations .form__body label { text-align: center; }
	.form-locations .btn { max-width: 135px; display: block; margin: 0 auto; }
}
*/

/* ------------------------------------------------------------ *\ 
	- Filter
\* ------------------------------------------------------------ */

.form-filter {
    max-width: 875px;
    margin: 0 auto;
}

.form-filter .form__body label {
    display: block;
    text-transform: uppercase;
    color: #c7a258;
    padding-bottom: 7px;
    letter-spacing: 3px;
}

.form-filter .form__body > ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -5px;
}

.form-filter .form__body > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 5px;
    text-align: left;
    font-size: 16px;
    line-height: 1.25;
}

.form-filter .select-holder a {
    color: #847f74;
}

@media (max-width: 767px) {
    .form-filter .form__body label span {
        display: none;
    }

    .form-filter .form__body > ul {
        margin: -2px;
    }

    .form-filter .form__body > ul > li {
        padding: 2px;
    }

    .form-filter .form__body > ul > li:nth-child(2) .select-holder ul {
        left: -91px;
    }

    .form-filter .form__body > ul > li:nth-child(3) .select-holder ul {
        left: auto;
        right: 0;
    }

    .form-filter:not(.form-filter--mobile) .form__body label {
        text-transform: none;
        letter-spacing: 0;
        text-align: center;
    }

    .form-filter:not(.form-filter--mobile) .select-holder a {
        font-size: 16px;
    }

    .form-filter:not(.form-filter--mobile) .select-holder a.select-selector {
        line-height: 1;
        padding: 10px 10px 22px 10px;
        text-align: center;
    }

    .form-filter:not(.form-filter--mobile) .select-holder a.select-toggle {
        right: 50%;
        top: auto;
        bottom: 7px;
    }

    .form-filter:not(.form-filter--mobile) .select-holder ul {
        min-width: 270px;
        margin-top: 34px;
    }
}

	/*
		-- Mobile
	*/

.form-filter--mobile {
    display: none;
}

@media (max-width: 985px) {
    .form-filter--mobile {
        display: block;
    }

    .form-filter--mobile .form__body label {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .form-filter .form__body > ul > li {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\ 
	- Subscribe
\* ------------------------------------------------------------ */

.form-subscribe {
    max-width: 740px;
    margin: 0 auto;
    background: url(images/section-subscribe.png) no-repeat center center;
    background-size: 100% 100%;
}

.form-subscribe {
    padding: 45px 135px 76px 135px;
    position: relative;
}

.form-subscribe .form__image-left {
    position: absolute;
    left: -290px;
    top: -74px;
    bottom: -104px;
    width: 500px;
}

.form-subscribe .form__image-right {
    position: absolute;
    right: -256px;
    width: 400px;
    height: 220px;
    bottom: -52px;
}

.form-subscribe .form__head {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.56;
    padding-bottom: 27px;
}

.form-subscribe .form__head i.ico-heading {
    margin-bottom: 8px;
}

.form-subscribe .form__head h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 13px;
}

.form-subscribe .form__head h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c7a258;
}

.form-subscribe .form__head p {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.form-subscribe .form__head > *:last-child {
    margin-bottom: 0;
}

.form-subscribe .form__body {
    width: 100%;
    position: relative;
    z-index: 100;
}

.form-subscribe .gform_wrapper {
    padding-right: 142px;
    position: relative;
}

.form-subscribe .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 136px;
}

.form-subscribe .btn {
    min-width: 100%;
}

.form-subscribe .validation_error,
.form-subscribe .validation_message {
    display: none;
}

.form-subscribe .gfield_error .ginput_container input {
    box-shadow: inset 0 0 2px #df0000;
}

@media (max-width: 985px) {
    .form-subscribe .gform_wrapper {
        padding: 0;
    }

    .form-subscribe .form__body {
        max-width: 325px;
        margin: 0 auto;
    }

    .form-subscribe .gform_footer {
        position: relative;
        margin: 0 auto;
        padding-top: 21px;
    }

    .form-subscribe .form__image-left {
        left: -204px;
    }

    .form-subscribe .form__image-right {
        right: -163px;
    }
}

@media (max-width: 767px) {
    .form-subscribe {
        background: #fff;
        padding: 30px 24px 50px 24px;
    }

    .form-subscribe .form__image-left,
	.form-subscribe .form__image-right {
        display: none;
    }
}
/* ------------------------------------------------------------ *\ 
	# Header
\* ------------------------------------------------------------ */

.header {
    position: fixed;
    z-index: 900;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}

.header .shell {
    max-width: 1210px;
}

.header .logo {
    margin: 32px 0 0 10px;
    z-index: 100;
}

.header .header__bar {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
}

.header .header__nav {
    width: 100%;
}

.header .header__nav .shell {
    position: relative;
}

.header .nav-utilities {
    float: left;
    width: calc(50% - 120px);
}

.header .btn-search {
    float: right;
    margin: 17px 0 4px 0;
}

.header .nav {
    float: left;
    width: calc(50% - 162px);
}

.header .nav + .nav {
    float: right;
}

.header .form-search {
    display: none;
}

.header:after {
    content: ' ';
    position: absolute;
    left: -100px;
    right: -100px;
    bottom: -23px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 20px 24px rgba(0, 0, 0, 0.13);
}

.header:after {
    border-radius: 0 0 100% 100%;
    pointer-events: none;
    z-index: 1;
}

.header:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    bottom: 16px;
    background-color: #fff;
    z-index: 1;
}

.header > * {
    position: relative;
    z-index: 10;
}

.header + * {
    margin-top: 161px;
}

.header + .section-intro,
.header + .section-intro-inner,
.header + .section-recipe,
.header + .section-form-locations,
.header + .section-product,
.header + .section-locations {
    margin-top: 0;
}

.header + .section-locations,
.header + .section-recipe .section__title {
    padding-top: 161px;
}

body.home .header {
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

body.home.show-header .header {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

/* ------------------------------------------------------------ *\ 
	- Admin Bar (if header is fixed)
\* ------------------------------------------------------------ */

body.admin-bar .header {
    margin-top: 32px;
}
/*body.admin-bar .header + * { margin-top: 193px; }*/
body.admin-bar .header + .section-recipe,
body.admin-bar .header + .section-form-locations,
body.admin-bar .header + .section-product,
body.admin-bar .header + .section-locations {
    margin-top: 0;
}

.header .nav .mobile-only {
    display: none;
}

@media (max-width: 1250px) {
    .header .nav {
        width: calc(50% - 120px);
    }

    .header .nav > ul {
        text-align: right;
    }

    .header .nav > ul ul {
        text-align: left;
    }

    .header .nav + .nav > ul {
        text-align: left;
    }
}

@media (max-width: 1150px) {
    .header .nav {
        width: calc(50% - 100px);
    }
}

@media (max-width: 985px) {
    .header .btn-search,
	.header .nav-utilities {
        display: none;
    }

    .header .btn-menu {
        position: absolute;
        right: 20px;
        top: 15px
    }

    .header .header__bar {
        min-height: 56px;
    }

    .header .logo {
        margin-top: 20px;
    }

    .header + * {
        margin-top: 149px;
    }

    .header + .section-intro,
	.header + .section-intro-inner,
	.header + .section-recipe,
	.header + .section-form-locations,
	.header + .section-product,
	.header + .section-locations {
        margin-top: 0;
    }

    .header + .section-locations,
	.header + .section-recipe .section__title {
        padding-top: 149px;
    }

    .header:before {
        z-index: 11;
    }

    .header:after {
        z-index: 10;
    }

    .header .nav,
	.header .nav + .nav {
        float: none;
        width: auto;
        text-align: left;
    }

    .header .nav + .nav {
        border-top: 1px solid #eff0f0;
    }

    .header .form-search {
        display: block;
        border: 1px solid #c4c4c4;
        border-radius: 6px;
        background-color: #ebecec;
        position: relative;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .header .form-search input[type="search"] {
        width: 100%;
        border: 0;
        background: transparent;
        height: 55px;
        padding: 0 64px 0 22px;
        font-size: 16px;
        line-height: 1.1;
        font-weight: 500;
    }

    .header .form-search input[type="submit"] {
        position: absolute;
        right: 17px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        border: 0;
        background: url(images/sprite.png) no-repeat -466px -238px;
        font-size: 0;
        line-height: 0;
        text-indent: -4004px;
    }

    .header .header__nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        overflow: hidden;
        overflow-y: auto;
        height: 100vh;
    }

    .header .header__nav {
        padding-top: 130px;
        -webkit-overflow-scrolling: touch;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s, visibility 0.4s;
    }

    body.admin-bar .header + * {
        margin-top: 181px;
    }

    body.admin-bar .header + .section-recipe,
	body.admin-bar .header + .section-form-locations,
	body.admin-bar .header + .section-product,
	body.admin-bar .header + .section-locations {
        margin-top: 0;
    }

    body.show-nav-main {
        position: relative;
        overflow: hidden;
    }

    body.show-nav-main .header .header__nav {
        opacity: 1;
        visibility: visible;
    }

    .header .nav > ul {
        text-align: left;
    }

    .header .nav .mobile-only {
        display: block;
    }
}

@media (max-width: 782px) {
    body.admin-bar .header {
        margin-top: 46px;
    }

    body.admin-bar .header + * {
        margin-top: 207px;
    }

    body.admin-bar .header + .section-recipe,
	body.admin-bar .header + .section-form-locations,
	body.admin-bar .header + .section-product,
	body.admin-bar .header + .section-locations {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .header .logo {
        margin: 10px 0 0 0;
    }

    .header .header__bar {
        padding-bottom: 0;
    }

    .header:after {
        bottom: 0;
        left: -200px;
        right: -200px;
    }

    .header .btn-menu {
        top: 11px;
        right: 24px;
    }

    .header + * {
        margin-top: 100px;
    }

    .header + .section-locations,
	.header + .section-recipe .section__title {
        padding-top: 105px;
    }

    .header .header__nav {
        padding-top: 110px;
    }

    .header .nav {
        position: relative;
        margin: 0 -24px;
    }

    .header .nav > ul > li > a {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.home .header {
        opacity: 1;
        visibility: visible;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 600px) {
    body.admin-bar.show-fixed-header .header {
        margin-top: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header .form-search input[type="submit"] {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Icons
\* ------------------------------------------------------------ */

[class^="ico-"] {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/* ------------------------------------------------------------ *\ 
	- Search
\* ------------------------------------------------------------ */

.ico-search {
    width: 16px;
    height: 16px;
}

.ico-search:before,
.ico-search:after {
    content: ' ';
    background: url(images/sprite.png) no-repeat -480px -3px;
    width: inherit;
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.4s;
}

.ico-search:after {
    opacity: 0;
    background-position: -480px -23px;
}

/* ------------------------------------------------------------ *\ 
	- Arrow
\* ------------------------------------------------------------ */

.ico-arrow {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat 0 0;
}

	/*
		-- Positions
	*/

.ico-arrow.ico-arrow--right {
    background-position: -5px -220px;
}

.ico-arrow.ico-arrow--left {
    background-position: -6px -243px;
}

.ico-arrow.ico-arrow--bottom {
    background-position: -26px -222px;
}

.ico-arrow.ico-arrow--top {
    background-position: -27px -243px;
}

	/*
		-- Positions Green
	*/

.ico-arrow.ico-arrow--green.ico-arrow--right {
    background-position: -61px -269px;
}

.ico-arrow.ico-arrow--green.ico-arrow--left {
    background-position: -61px -291px;
}

	/*
		- Position Brown
	*/

.ico-arrow.ico-arrow--brown.ico-arrow--right {
    background-position: -78px -374px;
}

.ico-arrow.ico-arrow--brown.ico-arrow--left {
    background-position: -78px -396px;
}

/* ------------------------------------------------------------ *\ 
	- Arrow Large
\* ------------------------------------------------------------ */

.ico-arrow-large {
    width: 22px;
    height: 22px;
    overflow: hidden;
    background: url(images/sprite.png) no-repeat 0 0;
}

	/*
		-- Positions
	*/

.ico-arrow-large.ico-arrow--right {
    background-position: -399px -383px;
}

.ico-arrow-large.ico-arrow--left {
    background-position: -399px -411px;
}

	/*
		-- Positions Green
	*/

.ico-arrow-large.ico-arrow--green.ico-arrow--right {
    background-position: -464px -383px;
}

.ico-arrow-large.ico-arrow--green.ico-arrow--left {
    background-position: -464px -411px;
}

/* ------------------------------------------------------------ *\ 
	- Heading
\* ------------------------------------------------------------ */

.ico-heading {
    background: url(images/sprite.png) no-repeat -3px -463px;
    width: 100px;
    height: 34px;
}

	/*
		-- Large
	*/

.ico-heading--large {
    width: 142px;
    height: 44px;
    background-position: -125px -454px;
    margin-bottom: 22px;
}

/* ------------------------------------------------------------ *\ 
	- Chef Hat
\* ------------------------------------------------------------ */

.ico-chef-hat {
    background: url(images/sprite.png) no-repeat -4px -426px;
    width: 26px;
    height: 26px;
}

	/*
		-- Large
	*/

.ico-chef-hat--large {
    width: 32px;
    height: 42px;
    background-position: -38px -417px;
}	

	/*
		-- Gray
	*/

.ico-chef-hat--gray {
    background-position: -4px -399px;
}

	/*
		-- Gray large
	*/

.ico-chef-hat--gray.ico-chef-hat--large {
    background-position: -72px -417px;
}	

/* ------------------------------------------------------------ *\ 
	- Timer
\* ------------------------------------------------------------ */

.ico-timer {
    background: url(images/sprite.png) no-repeat -4px -370px;
    width: 26px;
    height: 26px;
}

	/*
		-- Large
	*/

.ico-timer--large {
    width: 32px;
    height: 42px;
    background-position: -38px -381px;
}

/* ------------------------------------------------------------ *\ 
	- Arrow Bottom
\* ------------------------------------------------------------ */

.ico-arrow-bottom {
    width: 2px;
    height: 18px;
    background-color: #c7a258;
    display: block;
    margin: 0 auto;
}

.ico-arrow-bottom:before {
    content: ' ';
    position: absolute;
    left: -5px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c7a258;
}

/* ------------------------------------------------------------ *\ 
	- Print
\* ------------------------------------------------------------ */

.ico-print {
    background: url(images/sprite.png) no-repeat -463px -162px;
    width: 24px;
    height: 24px;
}

/* ------------------------------------------------------------ *\ 
	- Share
\* ------------------------------------------------------------ */

.ico-share {
    background: url(images/sprite.png) no-repeat -464px -202px;
    width: 24px;
    height: 24px;
}

/* ------------------------------------------------------------ *\ 
	- Prep
\* ------------------------------------------------------------ */

.ico-prep {
    background: url(images/sprite.png) no-repeat 0 -320px;
    width: 52px;
    height: 42px;
} 

/* ------------------------------------------------------------ *\ 
	- Cook
\* ------------------------------------------------------------ */

.ico-cook {
    background: url(images/sprite.png) no-repeat -55px -320px;
    width: 52px;
    height: 42px;
} 

/* ------------------------------------------------------------ *\ 
	- Down
\* ------------------------------------------------------------ */

.ico-down {
    width: 42px;
    height: 42px;
    position: relative;
}

.ico-down:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit;
    background: url(images/sprite.png) no-repeat -453px -49px;
}

.ico-down:after {
    content: ' ';
    width: 12px;
    height: 16px;
    background: url(images/sprite.png) no-repeat -29px -223px;
}

/* ------------------------------------------------------------ *\ 
	- Circle
\* ------------------------------------------------------------ */

.ico-circle {
    width: 42px;
    height: 42px;
    background: url(images/sprite.png) no-repeat -453px -49px;
}

.ico-circle > i {
}

	/*
		-- Colors
	*/

.ico-circle--white {
    background-position: -453px -99px;
}

/* ------------------------------------------------------------ *\ 
	- Products
\* ------------------------------------------------------------ */

.ico-product-0 {
    background: url(images/boursin-sprite-four-flavors.png) no-repeat 0 0;
    width: 225px;
    height: 210px;
}

.ico-product-1 {
    background: url(images/boursin-sprite-four-flavors.png) no-repeat -225px 0;
    width: 225px;
    height: 210px;
}

.ico-product-2 {
    background: url(images/boursin-sprite-four-flavors.png) no-repeat -450px 0;
    width: 225px;
    height: 210px;
}

.ico-product-3 {
    background: url(images/boursin-sprite-four-flavors.png) no-repeat -675px 0;
    width: 225px;
    height: 210px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .ico-circle,
	.ico-cook,
	.ico-prep,
	.ico-print,
	.ico-share,
	.ico-chef-hat,
	.ico-timer,
	.ico-heading,
	.ico-arrow,
	.ico-arrow-large,
	.ico-search:before,
	.ico-search:after,
	.ico-down:before,
	.ico-down:after {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Inners
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Map
\* ------------------------------------------------------------ */

.inner-map {
    width: 100%;
    min-height: 520px;
    background-color: #eff0f0;
}

.inner-map .article-location {
    border-top: 0;
    background: transparent;
    padding: 12px;
    width: 240px;
    background-color: #096739;
    color: #fff;
    border-radius: 6px;
}

.inner-map .article-location {
    overflow: visible;
}

.inner-map .article-location .article__head {
    padding-bottom: 10px;
    margin-bottom: 0;
    border: 0;
    max-width: 160px;
}

.inner-map .article-location .article__head h5 {
    color: #97d1b4;
}

.inner-map .article-location .article__head h6 {
    color: #fff;
}

.inner-map .article-location .article__body {
    max-width: 160px;
}

.inner-map .article-location .article__body p {
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.inner-map .article-location .article__actions {
    margin: 0 -12px;
    border-top-color: #267d52;
    border-bottom-color: #267d52;
}

.inner-map .article-location .article__actions:before {
    background-color: #267d52;
}

.inner-map .article-location .article__actions a {
    color: #97d1b4;
}

.inner-map .article-location .article__actions a:hover {
    color: #fff;
}

.inner-map .article-location .article__image {
    display: none;
}

.inner-map .si-pointer-top {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    z-index: 10;
}

.inner-map .si-pointer-top {
    position: absolute;
    left: 20px;
    bottom: -9px;
}

.inner-map .si-close-button {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 20;
}

/* ------------------------------------------------------------ *\ 
	- List
\* ------------------------------------------------------------ */

.inner-list {
    margin-bottom: 87px;
}

.inner-list > * {
    width: 100%;
}

.inner-list .inner__head {
    padding-bottom: 3px;
}

.inner-list .inner__body {
    font-size: 18px;
    line-height: 1.33;
}

.inner-list .inner__body ul {
    list-style: none;
    counter-reset: ListCounter;
}

.inner-list .inner__body li {
    padding: 17px 0 17px 120px;
    border-top: 1px solid #d3d4d2;
    border-bottom: 1px solid #d3d4d2;
    position: relative;
    counter-increment: ListCounter;
}

.inner-list .inner__body li:before {
    content: attr(data-text) ' ' counter(ListCounter);
    position: absolute;
    left: 0;
    top: 15px;
    text-transform: uppercase;
    color: #096739;
}

.inner-list .inner__body li:before {
    font-size: 22px;
    line-height: 1.09;
    font-weight: 400;
}

.inner-list .inner__body li ~ li {
    border-top: 0;
}

.no-step {
    margin: 17px 0 0;
}

@media (max-width: 985px) {
    .inner-list .inner__body li {
        padding-left: 0;
    }

    .inner-list .inner__body li:before {
        position: relative;
        top: 0;
        display: block;
        padding-bottom: 5px;
    }
}

	/*
		-- Video
	*/

.inner-list--video {
    position: relative;
    overflow: hidden;
}

.inner-list--video .inner__image {
    float: left;
    width: 370px;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    min-height: 212px;
}

.inner-list--video .inner__image > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

.inner-list--video .inner__image > a img {
    width: 100px;
    height: auto;
}

.inner-list--video .inner__image iframe {
    width: 100%;
    height: 218px;
}

.inner-list--video .inner__image-holder {
    width: 100%;
    min-height: 212px;
    background-color: #eff0f0;
}

.inner-list--video .inner__content {
    position: relative;
    overflow: hidden;
    width: auto;
}

.inner-list--video .inner__content h6 {
    color: #096739 !important;
    font-size: 22px;
    line-height: 1.09;
    text-transform: uppercase;
    font-weight: 400;
}

.inner-list--video .inner__content h6 {
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .inner-list--video .inner__image {
        float: none;
        margin: 0 0 30px 0;
        width: auto;
        max-width: 370px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Description
\* ------------------------------------------------------------ */

.inner-description {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    padding: 50px 32px 32px 32px;
    position: relative;
}

.inner-description:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: -20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(images/sprite.png) no-repeat -325px -449px;
}

.inner-description:before {
    width: 172px;
    height: 46px;
    opacity: 0.7;
}

.inner-description > * {
    width: 100%;
}

.inner-description .inner__head {
    border-bottom: 3px solid #c7a258;
    padding-bottom: 10px;
    margin-bottom: 22px;
}

.inner-description .inner__head h4 {
    text-transform: uppercase;
    font-weight: 400;
}

@media (max-width: 767px) {
    .inner-description {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Table
\* ------------------------------------------------------------ */

.inner-table {
    width: 100%;
}

.inner-table ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

.inner-table ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 5px;
    font-size: 18px;
    line-height: 1.56;
}

.inner__body-table ul li:nth-of-type(1n) {
    width: 45%;
}

.inner__body-table ul li:nth-of-type(2n),
.inner__body-table ul li:nth-of-type(3n) {
    width: 25%;
    padding: 5px 15px 5px 2px;
}

.inner-table blockquote {
    background-color: #eff0f0;
    position: relative;
}

.inner-table blockquote:before {
    content: ' ';
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    height: 35px;
    border-radius: 100% 100% 0 0;
    background-color: #eff0f0;
    z-index: 1;
}

.inner-table blockquote > * {
    position: relative;
    z-index: 10;
}

.inner-table .inner__head {
    width: 100%;
    border-bottom: 3px solid #c7a258;
}

.inner-table .inner__head ul {
    text-align: center;
    position: relative;
    margin: -5px;
}

.inner-table .inner__head p {
    margin: 0;
    color: #096739;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.33;
}

.inner-table .inner__head p + p {
    font-size: 30px;
}

.inner-table .inner__body {
    width: 100%;
}

.inner-table .inner__body li:last-child {
    text-align: right;
}

.inner-table .inner__body li:nth-child(2) {
    text-align: center;
}

.inner-table .inner__body-head {
    padding: 4px 0;
}

.inner-table .inner__body-head ul li {
    font-size: 12px;
    line-height: 1.50;
    padding-left: 15px;
    padding-right: 15px;
}

.inner-table .inner__body-table ul {
    border-top: 1px solid #eff0f0;
}

.inner-table .inner__body-table ul li {
    padding-left: 15px;
    padding-right: 15px;
}

.inner-table .inner__foot {
    font-size: 12px;
    line-height: 1.50;
    padding: 15px 0 0 15px;
    border-top: 3px solid #c7a258;
}

@media (max-width: 767px) {
    .inner-table .inner__head p {
        font-size: 10px;
    }

    .inner-table .inner__head p + p {
        font-size: 21px;
    }

    .inner-table .inner__body-head ul li {
        font-size: 8px;
    }

    .inner-table ul li {
        font-size: 15px;
    }

    .inner-table .inner__body ul li {
        width: calc(33.333% - 25px);
    }

    .inner-table .inner__body-head ul li:first-child,
	.inner-table .inner__body-table ul li:first-child {
        padding-left: 0;
        width: calc(33.333% + 25px);
        padding-right: 5px;
    }

    .inner-table .inner__body-head ul li:last-child {
        padding-right: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .inner-description:before {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Lists
\* ------------------------------------------------------------ */

[class^="list"] > ul {
    list-style: none;
    position: relative;
}

/* ------------------------------------------------------------ *\ 
	- Search Results
\* ------------------------------------------------------------ */

.list-search-results > ul > li {
    width: 100%;
    padding: 0 0 25px 0;
}

.list-search-results > ul > li:last-child {
    padding-bottom: 0;
}

/* ------------------------------------------------------------ *\ 
	- Locations
\* ------------------------------------------------------------ */

.list-locations {
    width: 100%;
}

.list-locations > * {
    width: 100%;
}

.list-locations .list__head {
    text-align: center;
    padding-bottom: 35px;
}

.list-locations .list__body {
    position: relative;
    overflow: hidden;
}

.list-locations .list__body > ul {
    font-size: 0;
    line-height: 0;
    margin: -21px;
}

.list-locations .list__body > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 21px;
    font-size: 15px;
    line-height: 1.33;
}

@media (max-width: 985px) {
    .list-locations {
        max-width: 620px;
        margin: 0 auto;
    }

    .list-locations .list__body > ul > li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .list-locations .list__body > ul > li {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\ 
	- Recipes
\* ------------------------------------------------------------ */

.list-recipes {
    width: auto;
}

.list-recipes .list__body {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-recipes .list__body > ul {
    list-style: none;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 0 -10px;
}

.list-recipes .list__body > ul > li {
    float: left;
    width: 33.333%;
    font-size: 15px;
    line-height: 1.33;
}

.list-recipes .article-recipe {
    margin: 10px;
}

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

.list-recipes--center li {
    float: none!important;
    display: inline-block;
}

@media (max-width: 985px) {
    .list-recipes .list__body > ul > li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .list-recipes .list__body > ul > li {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\ 
	- Recipes Secondary
\* ------------------------------------------------------------ */

.list-recipes-secondary .list__body {
    position: relative;
    font-size: 18px;
    line-height: 1.56;
    z-index: 10;
}

.list-recipes-secondary .list__body img {
    max-width: 105px;
    display: block;
    margin-bottom: 27px;
}

.list-recipes-secondary .list__body h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.list-recipes-secondary .list__body h2 strong {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 400;
}

.list-recipes-secondary .list__body h2 strong:before {
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #096739;
    position: absolute;
}

.list-recipes-secondary .list__body h2 strong:after {
    content: ' ';
    position: absolute;
    background-color: #096739;
}

.list-recipes-secondary .list__body p {
    margin-bottom: 14px;
}

.list-recipes-secondary .list__body .btn {
    min-width: 250px;
}

.list-recipes-secondary .list__body > *:last-child {
    margin-bottom: 0;
}

.list-recipes-secondary .list__image {
    position: relative;
    z-index: 20;
}

.list-recipes-secondary .list__image a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.list-recipes-secondary .list__image a:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(199, 162, 88, 0.8);
}

.list-recipes-secondary .list__image a:before {
    transition: opacity 0.4s;
    opacity: 0;
    z-index: 10;
}

.list-recipes-secondary .list__image a:after {
    content: ' ';
    width: 32px;
    height: 32px;
    background: url(images/sprite.png) no-repeat -461px -272px;
}

.list-recipes-secondary .list__image a:after {
    transition: opacity 0.4s;
    opacity: 0;
    z-index: 15;
}

.list-recipes-secondary .list__image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s;
}

.list-recipes-secondary > ul {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-recipes-secondary > ul > li {
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.list-recipes-secondary > ul > li:last-child {
    padding-bottom: 0;
}

.list-recipes-secondary > ul > li.list__type-large {
    margin: 0 60px;
}

.list-recipes-secondary > ul > li.list__type-large .list__image {
    float: right;
    width: calc(50% + 150px);
    margin-left: 50px;
    overflow: hidden;
}

.list-recipes-secondary > ul > li.list__type-large .list__image {
    border-radius: 50%;
}

.list-recipes-secondary > ul > li.list__type-large .list__image {
    backface-visibility: hidden;
}

.list-recipes-secondary > ul > li.list__type-large .list__image a {
    border-radius: 50%;
}

.list-recipes-secondary > ul > li.list__type-large .list__image img {
    border-radius: 50%;
}

.list-recipes-secondary > ul > li.list__type-large .list__body {
    padding: 150px 60px 60px 0;
    float: left;
    width: calc(50% - 200px);
}

.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong {
    padding-right: 23px;
}

.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:before {
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:after {
    width: 200px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: -200px;
}

.list-recipes-secondary > ul > li.list__type-center {
    max-width: 815px;
    margin: 0 auto;
}

.list-recipes-secondary > ul > li.list__type-center .list__image {
    float: left;
    width: 398px;
    margin-right: 50px;
}

.list-recipes-secondary > ul > li.list__type-center .list__body {
    padding-top: 80px;
    float: right;
    width: calc(100% - 448px);
}

.list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:before {
    left: -25px;
    top: 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:after {
    height: 2px;
    width: 200px;
    margin-top: -1px;
    top: 14px;
    left: -225px;
}

.list-recipes-secondary > ul > li.list__type-left {
    width: 33.333%;
    float: left;
    padding-right: 10px;
}

.list-recipes-secondary > ul > li.list__type-left .list__image {
    padding-bottom: 50px;
}

.list-recipes-secondary > ul > li.list__type-left .list__body {
    padding: 0 20px;
}

.list-recipes-secondary > ul > li.list__type-left .list__body h2 {
    max-width: 180px;
}

.list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:before {
    top: -25px;
    left: 0;
}

.list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:after {
    width: 2px;
    height: 200px;
    top: -225px;
    left: 4px;
}

.list-recipes-secondary > ul > li.list__type-right {
    width: 66.666%;
    float: right;
    padding-left: 10px;
}

.list-recipes-secondary > ul > li.list__type-right .list__image {
    float: left;
    width: calc(50% - 5px);
}

.list-recipes-secondary > ul > li.list__type-right .list__image + .list__body {
    float: right;
    width: calc(50% - 45px);
    padding-top: 85px;
}

.list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:before {
    left: -25px;
    top: 14px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:after {
    height: 2px;
    width: 200px;
    margin-top: -1px;
    top: 14px;
    left: -225px;
}

body:not(.is-touch) .list-recipes-secondary .list__body h2 a:hover {
    color: #c7a258;
}

body:not(.is-touch) .list-recipes-secondary .list__image a:hover:before,
body:not(.is-touch) .list-recipes-secondary .list__image a:hover:after {
    opacity: 1;
}

body:not(.is-touch) .list-recipes-secondary .list__image a:hover img {
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 985px) {
    .list-recipes-secondary > ul {
        margin: -14px;
        width: auto;
    }

    .list-recipes-secondary > ul > li {
        padding: 14px;
    }

    .list-recipes-secondary > ul > li.list__type-large {
        margin: 0;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__image {
        margin: 0 -150px 0 0;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__body {
        width: 50%;
        padding-right: 30px;
    }

    .list-recipes-secondary > ul > li.list__type-center {
        float: left;
        width: 50%;
    }

    .list-recipes-secondary > ul > li.list__type-center .list__image {
        float: none;
        width: auto;
        margin: 0 0 50px 0;
    }

    .list-recipes-secondary > ul > li.list__type-center .list__body {
        padding: 0;
        float: none;
        width: auto;
    }

    .list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:before {
        top: -25px;
        left: 20px;
    }

    .list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:after {
        width: 2px;
        height: 200px;
        top: -225px;
        left: 24px;
    }

    .list-recipes-secondary > ul > li.list__type-left {
        padding-right: 14px;
        width: 50%;
    }

    .list-recipes-secondary > ul > li.list__type-left .list__body {
        padding: 0;
    }

    .list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:before {
        top: -25px;
        left: 20px;
    }

    .list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:after {
        left: 24px;
        top: -225px;
    }

    .list-recipes-secondary > ul > li.list__type-right {
        float: left;
        width: 50%;
        padding-left: 14px;
    }

    .list-recipes-secondary > ul > li.list__type-right .list__image {
        float: none;
        width: auto;
        margin-bottom: 50px;
    }

    .list-recipes-secondary > ul > li.list__type-right .list__image + .list__body {
        float: none;
        width: auto;
        padding: 0;
    }

    .list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:before {
        top: -25px;
        left: 20px;
    }

    .list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:after {
        width: 2px;
        height: 200px;
        top: -225px;
        left: 24px;
    }
}

@media (max-width: 767px) {

    .list-recipes-secondary > ul > li.list__type-large .list__image {
        float: none;
        width: auto;
        margin: 0;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__body {
        float: none;
        width: auto;
        padding: 0;
        z-index: 30;
        position: relative;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__body img {
        margin-bottom: 66px;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:before,
	.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:after {
        display: none;
    }

    .list-recipes-secondary > ul > li.list__type-large .list__image + .list__body img {
        position: relative;
        overflow: hidden;
        margin-top: -100px;
    }

    .list-recipes-secondary > ul > li.list__type-center {
        width: 100%;
    }

    .list-recipes-secondary > ul > li.list__type-left {
        width: 100%;
    }

    .list-recipes-secondary > ul > li.list__type-right {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\ 
	- Tags
\* ------------------------------------------------------------ */

.list-tags {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 610px;
    margin: 0 auto;
}

.list-tags > ul {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -7px;
    text-align: center;
}

.list-tags > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 7px;
    font-size: 12px;
    line-height: 1.33;
    text-transform: uppercase;
}

.list-tags a {
    display: block;
    padding: 4px 16px 4px 24px;
    border-radius: 20px 8px 8px 20px;
    background-color: #ebecec;
    color: #847f74;
    text-decoration: none;
}

.list-tags a {
    position: relative;
}

.list-tags a:before {
    content: ' ';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -3px;
}

body:not(.is-touch) .list-tags a:hover {
    background-color: #096739;
    color: #fff;
}

/* ------------------------------------------------------------ *\ 
	- Description
\* ------------------------------------------------------------ */

.list-description {
    max-width: 820px;
    margin: 0 auto;
    padding: 21px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.list-description > ul {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.list-description > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    font-size: 14px;
    line-height: 1.29;
}

.list-description > ul > li {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.list-description > ul > li ~ li:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #e3e5e5;
}

.list-description > ul > li > *:last-child {
    margin-bottom: 0;
}

.list-description strong {
    display: block;
    color: #c7a258;
}

.list-description p {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .list-description {
        padding: 0 10px;
    }

    .list-description > ul {
        position: relative;
    }

    .list-description > ul > li {
        width: 50%;
        padding: 28px 0;
        border-bottom: 1px solid #eff0f0;
    }

    .list-description > ul > li:nth-child(even):before {
        content: ' ';
        position: absolute;
        left: 1px;
        top: 20px;
        bottom: 20px;
        width: 1px;
        background-color: #eff0f0;
    }

    .list-description > ul > li ~ li:after {
        display: none;
    }

    .list-description > ul > li:nth-last-child(1),
	.list-description > ul > li:nth-last-child(2) {
        border-bottom: 0;
    }

    .list-description > ul > li:nth-child(1),
	.list-description > ul > li:nth-child(2) {
        border-bottom: 1px solid #eff0f0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Products
\* ------------------------------------------------------------ */

.list-products {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-products > ul {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -40px 0;
}

.list-products > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 1.50;
}

@media (max-width: 767px) {
    .list-products > ul {
        margin: 0;
    }

    .list-products > ul > li {
        width: 100%;
        padding: 0 0 50px 0;
    }

    .list-products > ul > li:last-child {
        padding-bottom: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Products Secondary
\* ------------------------------------------------------------ */

.list-products-secondary {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-products-secondary > ul {
    font-size: 0;
    line-height: 0;
    position: relative;
    text-align: center;
}

.list-products-secondary > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    font-size: 18px;
    line-height: 1.33;
}

@media (max-width: 985px) {
    .list-products-secondary > ul {
        position: relative;
        margin: -15px 0;
    }

    .list-products-secondary > ul > li {
        width: 33.333%;
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .list-products-secondary {
        width: auto;
        position: relative;
        overflow: hidden;
        margin: 0 -24px;
    }

    .list-products-secondary > ul {
        margin: 0;
    }

    .list-products-secondary li {
        display: block;
        width: 220px;
        padding: 0;
    }

    .list-products-secondary .owl-dots {
        padding-top: 40px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Products All
\* ------------------------------------------------------------ */

.list-products-all {
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.list-products-all .list__head {
    padding: 100px 60px 60px 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.56;
}

.list-products-all .list__head i.ico-heading {
    margin-bottom: 12px;
}

.list-products-all .list__head h6 {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c7a258;
}

.list-products-all .list__head h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.list-products-all .list__head p {
    margin-bottom: 19px;
}

.list-products-all .list__head .btn {
    position: relative;
    z-index: 100;
}

.list-products-all .list__head > *:last-child {
    margin-bottom: 0;
}

.list-products-all .list__body {
    position: absolute;
    left: -160px;
    right: -160px;
    top: -135px;
    z-index: 10;
}

.list-products-all .list__body > ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -39px -56px;
}

.list-products-all .list__body > ul:after {
}

.list-products-all .list__body > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 39px 56px;
}

.list-products-all .list__body > ul > li:nth-child(4) ~ li {
    float: left;
}

.list-products-all .list__body > ul > li:nth-child(4) ~ li:nth-child(even) {
    float: right;
}

.list-products-all .list__body a {
    display: block;
    position: relative;
    width: 100%;
    height: 210px;
    text-decoration: none;
}

.list-products-all .list__body a:before {
    content: ' ';
    z-index: 5;
    position: absolute;
    left: 0;
    right: -40px;
    top: 0;
    bottom: -40px;
}

.list-products-all .list__body .shadow a:before {
    background: url(images/shadow-product-img-1.png) no-repeat 0 0;
    background-size: 100% 100%;
    transition: opacity 0.4s;
}

.list-products-all .list__body a > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 10;
}

.list-products-all .list__body a > span + span {
    width: 255px;
    height: 210px;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 20;
}

body:not(.is-touch) .list-products-all .list__body li.animation a:hover:before {
    opacity: 0;
}

body:not(.is-touch) .list-products-all .list__body li.animation a:hover > span {
    opacity: 0;
    visibility: hidden;
}

body:not(.is-touch) .list-products-all .list__body li.animation a:hover > span + span {
    opacity: 1;
    visibility: visible;
    transition-delay: 0;
}

body.is-touch .list-products-all .list__body a > span + span {
    display: none;
}

@media (max-width: 985px) {
    .list-products-all {
        background-color: transparent;
    }

    .list-products-all .list__head {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .list-products-all .list__body {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 640px;
        margin: -90px auto 0;
    }

    .list-products-all .list__body > ul {
        position: relative;
        margin: -10px;
    }

    .list-products-all .list__body > ul > li {
        width: 33.333%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .list-products-all .list__head {
        padding: 20px 14px 110px 14px;
    }

    .list-products-all .list__body {
        max-width: 300px;
    }

    .list-products-all .list__body > ul > li {
        width: 50%;
    }

    .list-products-all .list__body a {
        height: 125px;
    }

    .list-products-all .list__body a:before {
        right: -10px;
        bottom: -10px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Posts
\* ------------------------------------------------------------ */

.list-posts {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.list-posts .list__body > ul {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -22px -13px;
    text-align: center;
}

.list-posts .list__body > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 22px 13px;
    font-size: 20px;
    line-height: 1.05;
}

.list-posts .list__actions {
    padding-top: 60px;
}

@media (max-width: 985px) {
    .list-posts .list__body > ul > li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .list-posts .list__body > ul > li {
        width: 100%;
    }
}

/* ------------------------------------------------------------ *\ 
	- Socials
\* ------------------------------------------------------------ */

.list-socials {
    position: relative;
    overflow: hidden;
    margin: -10px;
}

.list-socials .list__head {
    padding: 16px 10px 10px 45px;
    width: 33.333%;
    float: left;
    font-size: 18px;
    line-height: 1.56;
    min-height: 400px;
}

.list-socials .list__head h6 {
    color: #c7a258;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.list-socials .list__head h2 {
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 10px;
}

.list-socials .list__head i.ico-heading {
    margin-bottom: 10px;
}

.list-socials .list__body li:first-child {
    float: right;
    width: 66.666%;
}

.list-socials .list__body li {
    float: left;
    width: 33.333%;
    padding: 10px;
}

@media (max-width: 985px) {
    .list-socials {
        margin: 0;
    }

    .list-socials .list__head {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        min-height: 0;
        padding-bottom: 33px;
    }

    .list-socials .list__body {
        text-align: center;
    }

    .list-socials .list__body li,
	.list-socials .list__body li:first-child {
        width: 50%;
    }

    .list-socials .list__body li:nth-child(4) ~ li {
        display: none;
    }
}

@media (max-width: 767px) {
    .list-socials .list__body li, 
	.list-socials .list__body li:first-child {
        width: 100%;
        padding: 0 0 28px 0;
        float: none;
    }

    .list-socials .list__body li:last-child {
        padding-bottom: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Ads
\* ------------------------------------------------------------ */

.list-ads {
    width: 100%;
}

.list-ads > ul {
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -4px;
}

.list-ads > ul > li {
    display: inline-block;
    vertical-align: top;
    padding: 4px;
    width: 16.666%;
}

.list-ads > ul > li.list__large {
    width: 33.333%;
}

.list-ads a {
    display: block;
    padding: 3px;
    border: 1px solid #c7a258;
    text-decoration: none;
    min-height: 240px;
    max-height: 240px;
    position: relative;
}

.list-ads span {
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
}

.list-ads img {
    display: block;
    max-width: none;
    max-height: 240px;
    opacity: 0;
}

body:not(.is-touch) .list-ads a:hover {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media (max-width: 985px) {
    .list-ads img {
        max-height: 177px;
    }
}

@media (max-width: 767px) {
    .list-ads > ul > li {
        width: 33.333%;
    }

    .list-ads > ul > li.list__large {
        width: 66.666%;
    }

    .list-ads > ul > li:last-child {
        display: inline-block;
    }

    .list-ads img {
        max-height: none;
        max-width: 100%;
    }

    .list-ads a {
        min-height: 180px;
        max-height: 180px;
    }
}

@media (max-width: 479px) {
    .list-ads a {
        min-height: 130px;
        max-height: 130px;
    }
}

/* ------------------------------------------------------------ *\
	- Products All
\* ------------------------------------------------------------ */
.section-products-all.larger {
    padding: 200px 0 243px;
}

.list-products-all.larger {
    background-color: #fff;
    margin: 0 auto;
    max-width: 720px;
    position: relative;
}

.list-products-all.larger.five-first-row {
    max-width: 750px;
}

.list-products-all.larger .list__head {
    font-size: 18px;
    line-height: 1.56;
    padding: 100px 60px 100px 60px;
    text-align: center;
}

.list-products-all.larger.five-first-row .list__head {
    padding: 130px 90px 170px;
}

.list-products-all.larger .list__head i.ico-heading {
    margin-bottom: 12px;
}

.list-products-all.larger .list__head h6 {
    color: #c7a258;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.list-products-all.larger .list__head h2 {
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.list-products-all.larger .list__head p {
    margin-bottom: 19px;
}

.list-products-all.larger .list__head .btn {
    position: relative;
    z-index: 100;
}

.list-products-all.larger .list__head > *:last-child {
    margin-bottom: 0;
}

.list-products-all.larger .list__body {
    left: -160px;
    position: absolute;
    right: -160px;
    top: -135px;
    z-index: 10;
}

.list-products-all.larger .list__body .home-products-list {
    font-size: 0;
    line-height: 0;
    list-style: none;
    margin: 3px -56px;
    position: relative;
}

.list-products-all.larger .list__body .home-products-list:after {
}

.list-products-all.larger .list__body .home-products-list .first-products-row {
    margin: 0 auto;
    text-align: center;
    width: 920px;
}

.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row {
    width: 995px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

.list-products-all.larger .list__body .home-products-list .middle-products-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 1040px;
}

.list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row {
    width: 980px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row {
    margin: 260px auto 0;
    text-align: center;
    width: 1080px;
}

.list-products-all.larger .list__body .home-products-list.three-rows .second-products-row {
    margin: -25px auto 0;
}

.list-products-all.larger .list__body .home-products-list .first-products-row .home-product {
    display: inline-block;
    padding: 25px 0px 25px 15px;
    vertical-align: top;
    width: 230px;
}

.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row .home-product {
    width: 190px;
}

.list-products-all.larger .list__body .home-products-list .middle-products-row .home-product {
    display: inline-block;
    padding: 10px 0 10px;
    vertical-align: top;
    width: 230px;
}

.list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row .shadow a::before {
    top: 20px;
    background-size: 100% 93%;
}

.list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row .home-product {
    width: 180px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row .home-product {
    display: inline-block;
    padding: 25px 0 25px;
    vertical-align: top;
    width: 200px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row .home-product.cuisine-product {
    display: inline-block;
    padding: 25px 40px;
    vertical-align: top;
    width: 400px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row.four-second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 1000px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product {
    width: 190px;
    padding: 25px 0 25px 15px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow {
    width: 240px;
    padding: 5px 0;
}

.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow a {
    height: 240px;
}

.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.cuisine-product.no-animation.no-shadow {
    width: 280px;
    padding: 12px 0 0;
}

/*.list-products-all.larger .list__body .home-products-list > li:nth-child(4) ~ li { float: left; }
.list-products-all.larger .list__body .home-products-list > li:nth-child(4) ~ li:nth-child(even) { float: right; }*/
.list-products-all.larger .list__body a {
    display: block;
    height: 210px;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.list-products-all.larger .list__body .middle-products-row a {
    height: 250px;
}

.list-products-all.larger .list__body .shadow a:before {
    bottom: -40px;
    content: ' ';
    left: 0;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 5;
}

.list-products-all.larger .list__body .shadow a:before {
    background: url(images/shadow-product-img-1.png) no-repeat 0 0;
    background-size: 100% 100%;
    transition: opacity 0.4s;
}

.list-products-all.larger .list__body .shadow.cuisine-product a:before {
    background: url(images/shadow-product-cuisine.png) no-repeat 0 0;
    background-size: 100% 100%;
    transition: opacity 0.4s;
}

.list-products-all.larger .list__body a > span {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 10;
}

.list-products-all.larger .list__body .first-products-row .cuisine-product a > span {
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.list-products-all.larger .list__body .second-products-row .cuisine-product:last-child a > span {
    margin: 0px 0 -12px;
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.list-products-all.larger .list__body a > span + span {
    height: 210px;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
    width: 255px;
    z-index: 20;
}

.list-products-all.larger .list__body .home-products-list .home-product.cuisine-product a:before {
    background: url(images/shadow-product-cuisine.png) no-repeat 0 0;
    background-size: 100% 100%;
    right: -9px;
    transition: opacity 0.4s;
}

body:not(.is-touch) .list-products-all.larger .list__body li.animation a:hover:before {
    opacity: 0;
}

body:not(.is-touch) .list-products-all.larger .list__body li.animation a:hover > span {
    opacity: 0;
    visibility: hidden;
}

body:not(.is-touch) .list-products-all.larger .list__body li.animation a:hover > span + span {
    opacity: 1;
    transition-delay: 0;
    visibility: visible;
}

body.is-touch .list-products-all.larger .list__body a > span + span {
    display: none;
}

@media (max-width: 985px) {
    .section-products-all.larger {
        padding: 75px 0;
    }

    .list-products-all.larger {
        background-color: transparent;
    }

    .list-products-all.larger.five-first-row .list__head,
.list-products-all.larger .list__head {
        background-color: #fff;
        padding-top: 40px;
        padding-bottom: 120px;
    }

    .list-products-all.larger .list__body {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        max-width: 640px;
        margin: -90px auto 0;
    }

    .list-products-all.larger .list__body .home-products-list {
        position: relative;
        margin: -10px;
        text-align: center;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second,
.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row,
.list-products-all.larger .list__body .home-products-list .middle-products-row,
.list-products-all.larger .list__body .home-products-list .first-products-row,
.list-products-all.larger .list__body .home-products-list .second-products-row {
        width: 100%;
        margin: 0 auto;
        display: inline;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row a,
.list-products-all.larger .list__body .home-products-list .first-products-row a,
.list-products-all.larger .list__body .home-products-list .second-products-row .animation a {
        width: 80%;
        display: inline-block;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product,
.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow,
.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.cuisine-product.no-animation.no-shadow,
.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row .home-product,
.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row .home-product:first-child,
.list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .first-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .second-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .middle-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .second-products-row .home-product.cuisine-product {
        width: 33.333%;
        padding: 10px;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow a {
        height: 210px;
    }

    .list-products-all.larger .list__body .middle-products-row a {
        height: 215px;
    }

    .list-products-all.larger .list__body .shadow a:before {
        bottom: -25px;
        right: -20px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .section-products-all.larger {
        padding: 27px 0 48px;
    }

    .list-products-all.larger.five-first-row .list__head,
.list-products-all.larger .list__head {
        padding: 20px 14px 110px 14px;
    }

    .list-products-all.larger .list__body {
        max-width: 300px;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow a,
.list-products-all.larger .list__body .middle-products-row a,
.list-products-all.larger .list__body a {
        height: 125px;
    }

    .list-products-all.larger .list__body .home-products-list .first-products-row a {
        width: 100%;
    }

    .list-products-all.larger .list__body a:before {
        right: -10px;
        bottom: -10px;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product,
.list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.no-animation.no-shadow,
.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row .home-product,
.list-products-all.larger .list__body .home-products-list.five-first-row .first-products-row .home-product:first-child,
.list-products-all.larger .list__body .home-products-list.five-first-row .middle-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .first-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .middle-products-row .home-product,
.list-products-all.larger .list__body .home-products-list .second-products-row .home-product {
        width: 50%;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row.four-second .home-product.cuisine-product.no-animation.no-shadow,
.list-products-all.larger .list__body .home-products-list .second-products-row .home-product.cuisine-product {
        width: 100%;
        float: right;
        padding: 10px 45px;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row .home-product.cuisine-product a {
        height: 100px;
    }

    .list-products-all.larger .list__body .home-products-list .second-products-row .home-product.cuisine-product .cuisine-image {
        background-position: bottom;
        background-size: cover;
    }
}
/* ------------------------------------------------------------ *\ 
	# Logos
\* ------------------------------------------------------------ */

[class^="logo"] {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

[class^="logo"] > img {
    display: block;
    width: 100%;
}

[class^="logo"]:hover {
    opacity: 0.75;
}

.logo {
    width: 230px;
    height: 222px;
    background: url(images/sprite.png) no-repeat -14px -2px;
    text-indent: 0;
    transition: opacity 0.4s;
}

.logo > img {
    width: 150px;
    height: auto;
    margin: -14px 0 0 -10px;
}

.logo:hover {
    opacity: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}

@media (max-width: 985px) {
    .logo {
        width: 185px;
        height: 185px;
        background-size: 420px 420px;
        background-position: -14px -4px;
    }

    .logo > img {
        width: 125px;
        margin: -7px 0 0 -7px;
    }
}

@media (max-width: 767px) {
    .logo {
        width: 140px;
        height: 124px;
        background-size: 280px 280px;
        background-position: -1px 0;
    }

    .logo > img {
        width: 80px;
        margin: -7px 0 0 -3px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Footer
\* ------------------------------------------------------------ */

.logo-footer {
    width: 155px;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 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: 0 8px;
    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: 1045;
}

.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 .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.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;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.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;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.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) {
    .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;
        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 {
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Navigations
\* ------------------------------------------------------------ */

[class^="nav"] > ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
}

[class^="nav"] > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

[class^="nav"] > ul a {
    display: block;
    text-decoration: none;
}

/* ------------------------------------------------------------ *\ 
	- Main
\* ------------------------------------------------------------ */

.nav > ul > li {
    font-size: 17px;
    line-height: 1.18;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 21px;
}

.nav > ul > li:first-child {
    padding-left: 0;
}

.nav > ul > li:last-child {
    padding-right: 0;
}

.nav li.menu-item-has-children > a {
    position: relative;
    padding-right: 16px;
}

.nav li.menu-item-has-children > a:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #df0000;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.nav a {
    color: #096739;
}

.nav li:hover > a {
    color: #c7a258;
}

.nav ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.13);
    padding: 24px 26px 0 24px;
    width: 260px;
}

.nav ul ul {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.nav ul ul:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    height: 25px;
    background-color: #fff;
    border-radius: 0 0 50% 50%;
}

.nav ul ul:before {
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.13);
}

.nav ul ul li {
    display: block;
    padding: 0;
}

.nav ul ul li ~ li {
    border-top: 1px solid #eff0f0;
}

.nav ul ul li a {
    padding: 16px 0;
}

.nav ul ul li:last-child > a {
    padding-bottom: 0;
}

.nav li.nav__products {
    position: static;
}

.nav li.nav__products img {
    display: block;
    width: 100%;
    height: auto;
}

.nav li.nav__products > ul {
    width: auto;
    right: 0;
    font-size: 0;
    line-height: 0;
	/*padding: 60px 30px 0 50%;*/
    padding: 60px 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav li.nav__products > ul:after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
}

.nav li.nav__products > ul > li {
    padding: 20px 10px;
    display: inline-block;
    vertical-align: top;
/*	width: 33.333%;*/
    width: 20%;
    text-transform: none;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
}

.nav li.nav__products > ul > li {
    font-weight: 500;
    border-top: 0;
    border-bottom: 1px solid #eff0f0;
}

.nav li.nav__products > ul > li:before,
.nav li.nav__products > ul > li:after {
    content: ' ';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background-color: #eff0f0;
    pointer-events: none;
}

.nav li.nav__products > ul > li:before {
    left: -1px;
}

.nav li.nav__products > ul > li:after {
    right: 0;
}

/*
.nav li.nav__products > ul > li:first-child {
!*	width: 50%;*!
	width: 36%;
	position: absolute;
	left: 0;
	top: 50%;
	border: 0;
	transform: translateY(-50%);
}
*/

/*.nav li.nav__products > ul > li:first-child:before,
.nav li.nav__products > ul > li:first-child:after {
	display: none;
}

.nav li.nav__products > ul > li:first-child > a {
	position: relative;
}

.nav li.nav__products > ul > li:first-child > a img {
!*	width: calc(100% - 150px);*!
	width: 85%;
	margin: 0 auto;
}*/

.nav li.nav__products > ul > li > a img + img {
    display: none;
}

/*.nav li.nav__products > ul > li:first-child > a > span {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	width: 180px;
	margin-top: -40px;
}*/

/*.nav li.nav__products > ul > li:first-child > a > span.featured {
	right: 10px;
}

.nav li.nav__products > ul > li:first-child > a > span.featured-center {
	position: absolute;
	top: 115%;
	left: 24%;
	width: 200px;
}*/

.nav li.nav__products > ul a {
    text-align: center;
    padding: 0;
}

.nav li.nav__products > ul a > span {
    display: block;
}

.nav li.nav__products > ul a > span strong {
    display: block;
    text-transform: uppercase;
    color: #c7a258;
    margin: 0 auto;
}

.nav li.nav-mobile-only {
    display: none;
}

body:not(.is-touch) .nav li:hover > ul,
.nav li.hover > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@media (max-width: 1150px) {
    .nav > ul > li {
        padding: 5px 10px;
    }
}

@media (max-width: 1023px) {
    .nav > ul > li {
        font-size: 16px;
    }
}

@media (max-width: 985px) {

    .nav > ul > li {
        font-size: 19px;
        display: block;
        padding: 0;
    }

    .nav > ul > li ~ li {
        border-top: 1px solid #eff0f0;
    }

    .nav > ul > li > a {
        padding: 20px 0;
    }

    .nav li.menu-item-has-children > a:after {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: -9px 0 0 6px;
        top: 0;
    }

    .nav ul ul {
        position: relative;
        overflow: hidden;
        max-height: 0px;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        width: auto;
        margin-left: 20px;
    }

    .nav ul ul {
        transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
    }

    .nav ul ul:before {
        display: none;
    }

    .nav li.nav__products > ul {
        padding: 0;
        margin: 0;
    }

    .nav li.nav__products > ul > li {
        width: 50%;
    }

    .nav li.nav__products > ul > li:nth-child(even):after,
.nav li.nav__products > ul > li:nth-child(odd):before {
        display: none;
    }
/*

.nav li.nav__products > ul > li:first-child {
	position: relative;
	width: 50%;
	padding: 20px 10px;
	transform: none;
	border-bottom: 1px solid $c-gray;
}
*/

    .nav li.nav__products > ul > li > a img {
        width: 100% !important;
        display: none;
    }

    .nav li.nav__products > ul > li > a img + img {
        display: block;
    }
/*

.nav li.nav__products > ul > li:first-child > a > span.featured-center,
.nav li.nav__products > ul > li:first-child > a > span {
	position: relative;
	transform: none;
	display: block;
	width: auto;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
*/
/*

.nav li.nav__products > ul > li:first-child > a > span strong {
	display: none;
}
*/

    .nav li.hover > ul {
        max-height: 9999px;
        padding-bottom: 20px;
    }

    .nav li.nav-mobile-only {
        display: block;
    }
}

@media (max-width: 767px) {
    .nav li.nav__products > ul > li:first-child,
	.nav li.nav__products > ul > li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav li.nav__products > ul > li > a > span {
        min-height: 40px;
    }

    .nav li:not(.nav__products) ul {
        margin-left: 0;
        border-top: 1px solid #eff0f0;
    }

    .nav li:not(.nav__products) ul a {
        padding-left: 40px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Utilities
\* ------------------------------------------------------------ */

.nav-utilities > ul > li {
    font-size: 14px;
    line-height: 1.29;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-utilities > ul > li:first-child > a {
    padding-left: 0;
}

.nav-utilities > ul > li:last-child > a {
    padding-right: 0;
}

.nav-utilities > ul > li ~ li {
    border-left: 1px solid #eff0f0;
}

.nav-utilities a {
    color: #847f74;
    padding: 15px 18px 4px 18px;
}

body:not(.is-touch) .nav-utilities a:hover {
    color: #096739;
}

/* ------------------------------------------------------------ *\ 
	- Socials
\* ------------------------------------------------------------ */

.nav-socials {
    position: relative;
    overflow: hidden;
}

.nav-socials > ul {
    position: relative;
    margin: -5px;
}

.nav-socials > ul > li {
    padding: 5px;
    text-align: center;
}

.nav-socials a {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    background-color: #096739;
    color: #fff;
}

.nav-socials i {
    font-size: 24px;
    line-height: 52px;
    font-weight: normal;
}

body:not(.is-touch) .nav-socials a:hover {
    color: rgba(255, 255, 255, 0.6);
}

/* ------------------------------------------------------------ *\ 
	- Footer
\* ------------------------------------------------------------ */

.nav-footer {
    padding: 0 250px 0 290px;
}

.nav-footer > ul > li {
    font-size: 16px;
    line-height: 1.88;
    text-transform: uppercase;
    font-weight: 700;
    width: 210px;
    padding: 0 10px;
}

.nav-footer > ul > li:nth-child(3n) {
    padding-left: 30px;
}

.nav-footer > ul > li:nth-child(3n-1) {
    padding-left: 0;
}

.nav-footer a {
    color: #096739;
}

body:not(.is-touch) .nav-footer a:hover {
    color: #c7a258;
}

@media (max-width: 1250px) {
    .nav-footer > ul > li:nth-child(3n),
	.nav-footer > ul > li:nth-child(3n-1) {
        padding: 0 10px;
    }
}

@media (max-width: 985px) {
    .nav-footer {
        padding: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
        max-height: 0px;
        transition: opacity 0.4s, visibility 0.4s, max-height 0.4s;
        opacity: 0;
        visibility: hidden;
    }

    .nav-footer > ul {
        padding-bottom: 25px;
    }

    .nav-footer > ul > li {
        display: block;
        width: auto;
    }

    body.show-footer-menu .nav-footer {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Language
\* ------------------------------------------------------------ */

.nav-language > ul > li {
    padding: 17px 0;
}

.nav-language > ul > li > a {
    position: relative;
    padding-right: 38px;
}

.nav-language > ul > li > a:before {
    content: ' ';
    position: absolute;
    right: 26px;
    top: -3px;
    bottom: -3px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.nav-language > ul > li > a:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    margin-top: -3px;
    transition: transform 0.4s, border 0.4s;
}

.nav-language .sprite {
    background: url('images/boursin-flags.jpg') no-repeat top left;
    width: 37px;
    height: 24px;
    vertical-align: bottom;
}

.nav-language .sprite.flag-belgium-64x40-cropped {
    background-position: -2px 0;
}

.nav-language .sprite.flag-canada-64x40-cropped {
    background-position: -1px -24px;
}

.nav-language .sprite.flag-france-64x40-cropped {
    background-position: -2px -48px;
}

.nav-language .sprite.flag-germany-64x40-cropped {
    background-position: -2px -70px;
}

.nav-language .sprite.flag-japan-64x40-cropped {
    background-position: -2px -94px;
}

.nav-language .sprite.flag-netherlands-64x40-cropped {
    background-position: -2px -117px;
}

.nav-language .sprite.flag-switzerland-64x40-cropped {
    background-position: -2px -140px;
}

.nav-language .sprite.flag-usa-64x40-cropped {
    background-position: -2px -162px;
}

.nav-language .sprite.flag-uk-64x40-cropped {
    background-position: -1px -186px;
}

.nav-language a {
    color: #fff;
    font-weight: 500;
}

.nav-language a > span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}

.nav-language a > span > div {
    margin-left: 8px;
}

.nav-language a > span > div {
    display: inline-block;
    width: 37px;
    height: auto;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
    border: 1px solid #836221;
}

.nav-language ul ul {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 340px;
    border-radius: 6px;
    background-color: #d0bd7c;
    border-top: 9px solid #c7a258;
    padding-bottom: 9px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.nav-language ul ul li {
    border-top: 1px solid #b5a56c;
    text-align: left;
}

.nav-language ul ul a {
    padding: 10px 38px 10px 23px;
    position: relative;
    overflow: hidden;
}

.nav-language ul ul a > span {
    float: left;
    width: 100%;
}

.nav-language ul ul a > span > div {
    float: right;
}

body:not(.is-touch) .nav-language a:hover {
    color: #836221;
}

body:not(.is-touch) .nav-language > ul > li:hover > a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
}

body:not(.is-touch) .nav-language > ul > li:hover > a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #836221;
}

body:not(.is-touch) .nav-language ul ul a:hover {
    color: #fff !important;
    background-color: #c7a258;
}

body:not(.is-touch) .nav-language li:hover > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

body.is-touch .nav-language li.hover > ul {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* Mobile */

@media (max-width: 767px) {
    .nav-language > ul > li {
        position: static;
    }

    .nav-language ul ul {
        right: 0;
        width: auto;
        left: 0;
        background-color: #ba955a;
    }
}

/* ------------------------------------------------------------ *\ 
	- Inner
\* ------------------------------------------------------------ */

.nav-inner > ul > li {
    padding: 4px 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-inner > ul > li ~ li:before {
    content: ' ';
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eff0f0;
}

.nav-inner > ul > li:first-child {
    padding-left: 0;
}

.nav-inner > ul > li:last-child {
    padding-right: 0;
}

.nav-inner a {
    color: #096739;
}

.nav-inner a > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}

.nav-inner a > i {
    display: inline-block;
    vertical-align: middle;
}

.nav-inner a > span + i,
.nav-inner a > i + span {
    margin-left: 6px;
}

body:not(.is-touch) .nav-inner a:hover {
    color: #c7a258;
}

/* ------------------------------------------------------------ *\ 
	- Filter
\* ------------------------------------------------------------ */

.nav-filter {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.nav-filter > ul {
    position: relative;
    margin: -5px;
    text-align: center;
}

.nav-filter > ul > li {
    width: 25%;
    padding: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-filter > ul > li.current-cat > a {
    background-color: #c7a258;
}

.nav-filter a {
    background-color: #096739;
    color: #fff;
    border-radius: 6px;
    padding: 7px 10px;
}

.nav-filter a > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 35px;
}

.nav-filter a > span + img,
.nav-filter a > img + span {
    margin-left: 8px;
}

.nav-filter a > img {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: auto;
}

body:not(.is-touch) .nav-filter a:hover {
    background-color: #c7a258;
}

/* ------------------------------------------------------------ *\ 
	- Paging
\* ------------------------------------------------------------ */

.nav-paging {
    width: 100%;
    border-top: 1px solid #cfcfcd;
    border-bottom: 1px solid #cfcfcd;
    padding: 12px 0;
    position: relative;
    overflow: hidden;
}

.nav-paging > .nav__head {
    float: left;
    padding: 12px 0;
}

.nav-paging > .nav__head h5 {
    font-size: 18px;
    line-height: 1;
    color: #c7a258;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-paging > .nav__body {
    float: right;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.nav-paging > .nav__body > ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -6px;
}

.nav-paging > .nav__body > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    font-weight: 500;
    padding: 6px;
}

.nav-paging > .nav__body > ul > li.active > a {
    background-color: #c7a258;
}

.nav-paging > .nav__body a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #096739;
    border-radius: 50%;
    color: #fff;
    position: relative;
}

.nav-paging > .nav__body a i {
}

.nav-paging > .nav__body > a {
    display: none;
}

.nav-paging > .nav__body > a + a {
    margin-left: 12px;
}

body:not(.is-touch) .nav-paging > .nav__body a:hover {
    background-color: #c7a258;
}

@media (max-width: 767px) {
    .nav-paging > .nav__body > ul {
        display: none;
    }

    .nav-paging > .nav__body > a {
        display: inline-block;
    }
}

/* ------------------------------------------------------------ *\ 
	- Intro
\* ------------------------------------------------------------ */

.nav-intro > ul {
    text-align: center;
}

.nav-intro > ul > li {
    font-size: 19px;
    line-height: 1.16;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 40px;
}

.nav-intro > ul > li ~ li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #eff0f0;
}

.nav-intro > ul > li:first-child {
    padding-left: 0;
}

.nav-intro > ul > li:last-child {
    padding-right: 0;
}

.nav-intro a {
    color: #096739;
}

body:not(.is-touch) .nav-intro a:hover {
    color: #c7a258;
}

@media (max-width: 1024px) {
    .nav-intro > ul > li {
        font-size: 17px;
        padding: 20px;
    }
}

@media (max-width: 985px) {
    .nav-intro > ul > li {
        font-size: 13px;
        padding: 20px;
    }

    .nav-intro > ul > li:first-child {
        padding-left: 0;
    }

    .nav-intro > ul > li:last-child {
        padding-right: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Share
\* ------------------------------------------------------------ */

.nav-share > ul > li {
    padding: 4px 2px;
    text-transform: uppercase;
}

.nav-share a {
    background-color: #096739;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
}

.nav-share span,
.nav-share i {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.29;
}

.nav-share i {
    margin-right: 9px;
}

body:not(.is-touch) .nav-share a:hover {
    background-color: #c7a258;
}
/* ------------------------------------------------------------ *\ 
	# OWL Carousel
\* ------------------------------------------------------------ */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
}

.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;
    -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 {
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
}

.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;
    cursor: hand;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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 {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

/* ------------------------------------------------------------ *\ 
	- Owl Carousel - Animate Plugin
\* ------------------------------------------------------------ */

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    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('images/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-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%;
}

.owl-carousel .owl-video-tn {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.owl-dots {
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.owl-dots .owl-dot span {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #cbcece;
    transition: background 0.4s;
}

.owl-dots .owl-dot.active span {
    background-color: #c7a258;
}

.owl-nav > div {
    z-index: 200;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.owl-nav > div:before {
    content: ' ';
    border-top: 5px solid #cbcece;
    border-right: 5px solid #cbcece;
    width: 14px;
    height: 14px;
    margin: -5px 0 0 -3px;
    transition: border 0.4s;
}

.owl-nav > div:hover:before {
    border-top-color: #c7a258;
    border-right-color: #c7a258;
}

.owl-nav .owl-prev:before {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.owl-nav .owl-next:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -7px;
}

.animated {
    animation-duration: 1000 ms;
    animation-fill-mode: both;
}

.owl-animated-out {
    z-index: 1;
}

.owl-animated-in {
    z-index: 0;
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes  fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* ------------------------------------------------------------ *\ 
	# Posts
\* ------------------------------------------------------------ */

.post .post__entry {
    width: 100%;
}

.post .post__entry a {
    color: #096739;
    text-decoration: none;
}

.post .post__entry a:hover {
    color: #df0000;
}

.post .post__entry h1 {
}

.post .post__entry h2 {
}

.post .post__entry h3 {
}

.post .post__entry h4 {
}

.post .post__entry h5 {
}

.post .post__entry h6 {
    margin-bottom: 3px;
}

.post .post__entry ul {
    margin-left: 18px;
}

.post .post__entry ol {
    margin-left: 20px;
}

.post .post__entry li {
    padding-left: 10px;
}

.post .post__entry blockquote {
}

.post .post__entry p {
}

.post .post__entry hr {
}

.post .post__entry iframe {
    width: 100%;
}

.post .post__entry img {
}

.post .post__entry img.alignleft {
}

.post .post__entry img.alignright {
}

.post .post__entry img.aligncenter {
}

.post .post__entry img.alignnone {
}

.post .post__entry .alignleft {
}

.post .post__entry .alignright {
}

.post .post__entry .aligncenter {
}

.post .post__entry .alignnone {
}

.post .post__entry .wp-caption {
}

.post .post__entry .wp-caption-text {
}

.post .post__entry > *:last-child {
    margin-bottom: 0;
}

.post .post__entry:after {
}

@media (max-width: 985px) {
    .post {
        max-width: 670px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .post .post__entry p {
        word-break: break-word;
    }
}
/* ------------------------------------------------------------ *\ 
	# Print Preview
\* ------------------------------------------------------------ */

body.print-preview {
    padding: 40px 0;
    font-size: 12px;
}

body.print-preview h2 {
    font-size: 24px;
}

body.print-preview i.ico-heading {
    display: none;
}

body.print-preview .header {
    display: none;
}

body.print-preview .header:before,
body.print-preview .header:after,
body.print-preview .header .btn-menu,
body.print-preview .header .btn-search,
body.print-preview .header .nav,
body.print-preview .header .nav-utilities,
body.print-preview .header:before {
    display: none;
}

body.print-preview .header .logo {
    position: relative;
    margin: 0 auto;
    -ms-transform: none;
    transform: none;
    margin: -40px 0 0 -100px;
}

body.print-preview .section-recipe .section__image {
    padding: 0;
    display: none;
}

body.print-preview .section-recipe .section__image img {
    opacity: 1;
}

body.print-preview .section-recipe .section__head {
    margin-bottom: 20px;
}

body.print-preview .section-recipe .section__head__content-actions,
body.print-preview .section-recipe .section__image .btn-expand {
    display: none;
}

body.print-preview .section-recipe .section__image-holder {
    max-height: 999px;
}

body.print-preview .section-recipe .section__head__aside {
    display: none;
}

body.print-preview .section-recipe .section__head__content {
    float: none;
    width: auto;
}

body.print-preview .section-recipe .section__list {
    margin: 0;
    padding-bottom: 0;
}

body.print-preview .list-description {
    box-shadow: none;
    padding: 0;
}

body.print-preview .inner-list .inner__body,
body.print-preview .tabs-inner .tab,
body.print-preview .section-recipe .section__head__content-entry {
    font-size: 12px;
}

body.print-preview .section-recipe .section__description-content {
    float: none;
    width: auto;
    position: relative;
    overflow: hidden;
}

body.print-preview .section-recipe .section__description-content h2 {
    margin: 0;
    border: 0;
    display: block;
    clear: both;
}

body.print-preview .section-recipe .section__description-content blockquote {
    padding: 20px;
    background: transparent;
    font-size: 12px;
}

body.print-preview .section-recipe .section__description-content blockquote h4 {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
}

body.print-preview .section-recipe .section__description-content blockquote h4:after {
    display: none;
}

body.print-preview .section-recipe .section__description-aside {
    float: none;
    width: auto;
}

body.print-preview .inner-list {
    margin-bottom: 0;
    float: left;
    width: 50%;
    margin-bottom: 15px;
    padding-right: 20px;
}

body.print-preview .inner-list .inner__body {
    border-bottom: 3px solid #eff0f0;
    padding-bottom: 20px;
}

body.print-preview .inner-list .inner__body li {
    padding: 5px 0;
    border: 0;
}

body.print-preview .inner-list .inner__body li:before {
    font-size: 18px;
    position: relative;
    display: block;
    left: 0;
    top: 0;
}

body.print-preview .inner-description {
    padding: 0;
    box-shadow: none;
}

body.print-preview .inner-description:before {
    display: none;
}

body.print-preview .inner-description .inner__head {
    border: 0;
    padding: 0;
}

body.print-preview .tabs-inner .tabs__head ul {
    margin: 0;
    position: relative;
    overflow: hidden;
}

body.print-preview .tabs-inner .tabs__head li {
    width: 100%;
    padding: 0;
}

body.print-preview .tabs-inner .tabs__head li.active {
    display: block;
    padding: 0;
}

body.print-preview .tabs-inner .tabs__head li.active a {
    border-radius: 6px;
}

body.print-preview .tabs-inner .tab {
    position: relative;
    overflow: hidden;
    width: 100%;
}

body.print-preview .tabs-inner .tab ul {
    position: relative;
    overflow: hidden;
}

body.print-preview .tabs-inner .tab li {
    float: left;
    width: 40%;
    padding: 0;
    border: 0;
}

body.print-preview .tabs-inner .tab li:nth-child(even) {
    float: right;
    clear: both;
}

body.print-preview .list-description {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

body.print-preview .list-description i {
    display: none;
}

body.print-preview .list-description > ul > li {
    width: 20%;
}

body.print-preview .section-related,
body.print-preview .section-tags,
body.print-preview .section-video,
body.print-preview .footer {
    display: none;
}

body.print-preview .section-recipe .section__list + .section__description {
    padding: 0;
}

body.print-preview .section__description {
    background: transparent;
}

@media print {
    body.print-preview .tabs-inner .tabs__head li {
        display: none;
    }

    body.print-preview .tabs-inner .tabs__head li.active {
        display: block;
    }

    .tabs-inner .tabs__head li {
        display: none;
    }

    .tabs-inner .tabs__head li.active {
        display: block;
    }

    body {
        padding: 40px 0;
        font-size: 12px;
    }

    body h2 {
        font-size: 24px;
    }

    body i.ico-heading {
        display: none;
    }

    body .header {
        display: none;
    }

    body .header:before,
	body .header:after,
	body .header .btn-menu,
	body .header .btn-search,
	body .header .nav,
	body .header .nav-utilities,
	body .header:before {
        display: none;
    }

    body .header .logo {
        position: relative;
        margin: 0 auto;
        -ms-transform: none;
        transform: none;
        margin: -40px 0 0 -100px;
    }

    body .section-recipe .section__image {
        padding: 0;
        display: none;
    }

    body .section-recipe .section__image img {
        opacity: 1;
    }

    body .section-recipe .section__head {
        margin-bottom: 20px;
    }

    body .section-recipe .section__head__content-actions,
	body .section-recipe .section__image .btn-expand {
        display: none;
    }

    body .section-recipe .section__image-holder {
        max-height: 999px;
    }

    body .section-recipe .section__head__aside {
        display: none;
    }

    body .section-recipe .section__head__content {
        float: none;
        width: auto;
    }

    body .section-recipe .section__list {
        margin: 0;
        padding-bottom: 0;
    }

    body .list-description {
        box-shadow: none;
        padding: 0;
    }

    body .inner-list .inner__body,
	body .tabs-inner .tab,
	body .section-recipe .section__head__content-entry {
        font-size: 12px;
    }

    body .section-recipe .section__description-content {
        float: none;
        width: auto;
        position: relative;
        overflow: hidden;
    }

    body .section-recipe .section__description-content h2 {
        margin: 0;
        border: 0;
        display: block;
        clear: both;
    }

    body .section-recipe .section__description-content blockquote {
        padding: 20px;
        background: transparent;
        font-size: 12px;
    }

    body .section-recipe .section__description-content blockquote h4 {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
    }

    body .section-recipe .section__description-content blockquote h4:after {
        display: none;
    }

    body .section-recipe .section__description-aside {
        float: none;
        width: auto;
    }

    body .inner-list {
        margin-bottom: 0;
        float: left;
        width: 50%;
        margin-bottom: 15px;
        padding-right: 20px;
    }

    body .inner-list .inner__body {
        border-bottom: 3px solid #eff0f0;
        padding-bottom: 20px;
    }

    body .inner-list .inner__body li {
        padding: 5px 0;
        border: 0;
    }

    body .inner-list .inner__body li:before {
        font-size: 18px;
        position: relative;
        display: block;
        left: 0;
        top: 0;
    }

    body .inner-description {
        padding: 0;
        box-shadow: none;
    }

    body .inner-description:before {
        display: none;
    }

    body .inner-description .inner__head {
        border: 0;
        padding: 0;
    }

    body .tabs-inner .tabs__head ul {
        margin: 0;
        position: relative;
        overflow: hidden;
    }

    body .tabs-inner .tabs__head li {
        width: 100%;
        padding: 0;
    }

    body .tabs-inner .tabs__head li.active {
        display: block;
        padding: 0;
    }

    body .tabs-inner .tabs__head li.active a {
        border-radius: 6px;
    }

    body .tabs-inner .tab {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    body .tabs-inner .tab ul {
        position: relative;
        overflow: hidden;
    }

    body .tabs-inner .tab li {
        float: left;
        width: 40%;
        padding: 0;
        border: 0;
    }

    body .tabs-inner .tab li:nth-child(even) {
        float: right;
        clear: both;
    }

    body .list-description {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    body .list-description i {
        display: none;
    }

    body .list-description > ul > li {
        width: 20%;
    }

    body .section-related,
	body .section-tags,
	body .section-video,
	body .footer {
        display: none;
    }

    body .section-recipe .section__list + .section__description {
        padding: 0;
    }

    body .section__description {
        background: transparent;
    }

    .header + .section-recipe .section__title {
        padding-top: 0;
    }

    .wrapper .section-recipes .list-recipes-secondary {
        margin-top: -80px;
    }

    .list-recipes-secondary .list__body img,
	.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:before,
	.list-recipes-secondary > ul > li.list__type-large .list__body h2 strong:after,
	.list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:before,
	.list-recipes-secondary > ul > li.list__type-center .list__body h2 strong:after,
	.list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:before,
	.list-recipes-secondary > ul > li.list__type-left .list__body h2 strong:after,
	.list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:after,
	.list-recipes-secondary > ul > li.list__type-right .list__body h2 strong:before,
	.section-recipe .section__image__full {
        display: none;
    }

    .list-recipes-secondary > ul > li.list__type-center,
	.list-recipes-secondary > ul > li.list__type-right,
	.list-recipes-secondary > ul > li.list__type-left,
	.list-recipes-secondary > ul > li,
	.list-recipes-secondary > ul > li.list__type-large {
        display: inline-block;
        float: none;
        margin: 0 0 20px;
        max-width: 100%;
        padding: 0;
        width: 100%;
    }

    .list-recipes-secondary > ul > li.list__type-center .list__image,
	.list-recipes-secondary > ul > li.list__type-right .list__image,
	.list-recipes-secondary > ul > li.list__type-left .list__image,
	.list-recipes-secondary > ul > li.list__type-large .list__image {
        display: inline-block;
        float: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        vertical-align: top;
        width: 35%;
    }

    .list-recipes-secondary > ul > li.list__type-right .list__image + .list__body,
	.list-recipes-secondary > ul > li.list__type-center .list__body,
	.list-recipes-secondary > ul > li.list__type-right .list__body,
	.list-recipes-secondary > ul > li.list__type-left .list__body,
	.list-recipes-secondary > ul > li.list__type-large .list__body {
        display: inline-block;
        float: none;
        margin: 0 0 0 2%;
        padding: 0;
        vertical-align: top;
        width: 50%;
    }
}
/* ------------------------------------------------------------ *\ 
	- Sections
\* ------------------------------------------------------------ */

[class^="section"] {
    width: 100%;
    position: relative;
}

/* ------------------------------------------------------------ *\ 
	- Main
\* ------------------------------------------------------------ */

.section-main {
}

/* ------------------------------------------------------------ *\ 
	- Single
\* ------------------------------------------------------------ */

.section-single > * {
    width: 100%;
}

.section-single .section__head {
    text-align: center;
    padding-bottom: 93px;
}

.section-single .section__head h1 {
    font-weight: 400;
    text-transform: uppercase;
}

.section-single .section__head h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.section-single .section__head h6 {
    color: #c7a258;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
}

.section-single .section__head .recipe-tag-header-text,
.section-single .section__head .header-h1-title {
    color: #c7a258;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: .75em;
}

.section-single .section__head .recipe-tag-h1-title {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 1.07;
}

.section-single .section__head p {
    font-size: 18px;
    line-height: 1.56;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-10 .section-single .section__head p {
    max-width: 840px;
}

.section-single .section__head p a {
    color: #096739;
    text-decoration: none;
}

.section-single .section__head .shell > *:last-child {
    margin-bottom: 0;
}

.section-single .section__head .form-filter {
    padding-top: 8px;
}

.section-single .section__head .form-search-single {
    padding-top: 8px;
}

.section-single .section__head .nav-filter {
    padding-bottom: 17px;
}

.section-single .section__body {
    padding: 50px 0;
}

.section-single .post {
    border-top: 3px solid #c7a258;
    background-color: #fff;
    padding: 45px 59px 120px 59px;
    position: relative;
    margin-top: -100px;
}

.section-single .list-posts,
.section-single .list-recipes,
.section-single .list-products {
    padding-bottom: 120px;
    position: relative;
    margin-top: -100px;
}

body:not(.is-touch) .section-single .section__body {
    background-attachment: fixed;
}

body:not(.is-touch) .section__head p a:hover {
    color: #df0000;
}

@media (max-width: 985px) {
    .section-single .post {
        padding: 50px 30px;
    }

    .section-single .section__head .nav-filter {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-single .post {
        padding: 30px 18px;
    }

    .section-single .section__head {
        padding-bottom: 75px;
    }

    .section-single .list-posts, 
	.section-single .list-products, 
	.section-single .list-recipes {
        padding-bottom: 60px;
    }

    .section-single .form-filter .form__body > ul > li {
        width: 33.333%;
    }

    .section-single .form-filter:not(.form-filter--mobile) .select-holder a.select-selector {
        font-size: 12px;
    }

    .section-single .form-filter--mobile .form__body > ul > li {
        width: 100%;
    }
}

	/*
		-- Without Post
	*/

.section-single--without-post .section__head {
    padding-bottom: 60px;
}

.section-single--without-post .section__body {
    padding-bottom: 140px;
}

/* ------------------------------------------------------------ *\ 
	- Popups
\* ------------------------------------------------------------ */

.section-popups {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.section-popups {
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
}

.section-popups {
    transition: opacity 0.4s, visibility 0.4s;
}

.section-popups .shell {
    position: relative;
}

.section-popups .btn-close {
    position: absolute;
    right: 0;
    top: -100px;
}

.section-popups .section__group {
    display: none;
    width: 100%;
    height: 100%;
}

.section-popups .section__group.active {
    display: table;
}

.section-popups .section__group-holder {
    display: table-cell;
    vertical-align: middle;
    padding: 180px 0;
}

body.show-popup .section-popups {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .section-popups .btn-close {
        right: 50%;
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* ------------------------------------------------------------ *\ 
	- Form Locations
\* ------------------------------------------------------------ */
/*
.section-form-locations { position: relative; }
.section-form-locations .section__image { position: absolute; left: 0; right: 0; top: 0; bottom: 0; @extend imageCover; }
.section-form-locations .section__body { display: table; height: calc(100vh - 119px); width: 100%; position: relative; }
.section-form-locations .section__body-holder { display: table-cell; vertical-align: middle; padding: 171px 0; }

$breakpoint-tablet-landscape2 {
	.section-form-locations .form-locations .form__body > ul { margin: 0; }
	.section-form-locations .form-locations .form__body > ul > li { padding: 0 0 25px 0; }
	.section-form-locations .form-locations .form__body > ul > li,
	.section-form-locations .form-locations .form__body > ul > li:nth-child(3n-1),
	.section-form-locations .form-locations .form__body > ul > li:last-child { display: block; width: 100%; }	
	.section-form-locations .form-locations .form__body > ul > li:last-child { padding-bottom: 0; }	
	.section-form-locations .form-locations .form__body > ul > li:last-child label { display: none; }	
	.section-form-locations .form-locations .form__body label { text-align: center; }	
	.section-form-locations .form-locations .btn { max-width: 145px; display: block; margin: 0 auto; }	
}

$breakpoint-mobile {
	.section-form-locations .form-locations { padding: 30px 20px; }
}*/

/* ------------------------------------------------------------ *\ 
	- Locations
\* ------------------------------------------------------------ */

/*
.section-locations { @extend patternSecondary; }
.section-locations > * { width: 100%; }

.section-locations .section__head { padding-bottom: 50px; }

.section-locations .form-locations { margin: 0; padding: 0; background: transparent; max-width: 740px; margin: 0 auto; }
.section-locations .form-locations .form__head { max-width: 100%; }

.section-locations .select-holder { background-color: $c-white; }
.section-locations .select-holder a { color: $c-base; }

.section-locations .section__map { position: relative; overflow: hidden; background-color: $c-gray; box-shadow: 0 0 10px color($c-black a(50%)); margin-bottom: 40px; }

.section-locations .section__body .shell { max-width: 1310px; }

body:not(.is-touch) .section-locations { background-attachment: fixed; }
*/

/* ------------------------------------------------------------ *\ 
	- Related
\* ------------------------------------------------------------ */

.section-related {
    padding: 60px 0;
}

.section-related > * {
    width: 100%;
}

.section-related .section__head {
    text-align: center;
    padding-bottom: 17px;
}

.section-related .section__head i {
    margin-bottom: 5px;
}

.section-related .section__head h6 {
    letter-spacing: 3px;
    color: #c7a258;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.section-related .section__head h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.section-related .section__head .shell > *:last-child {
    margin-bottom: 0;
}

.section-related .section__body .shell {
    padding: 0;
}

.section-related .section__actions {
    text-align: center;
    padding-top: 35px;
}

.section-related .list-recipes .list__body > ul {
    margin: 0 auto;
    max-width: 1190px;
}

.section-related .list-recipes .list__col {
    width: 393px;
}

.section-related .list-recipes .owl-dots {
    display: none !important;
}

body:not(.is-touch) .section-related {
    background-attachment: fixed;
}

@media (max-width: 1250px) {
    .section-related .list-recipes .owl-dots {
        display: block !important;
        padding-top: 32px;
    }
}

@media (max-width: 767px) {
    .section-related .list-recipes .list__col {
        width: 309px;
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Tags
\* ------------------------------------------------------------ */

.section-tags {
    padding: 58px 0;
}

.section-tags > * {
    width: 100%;
}

.section-tags .section__head {
    text-align: center;
    padding-bottom: 20px;
}

.section-tags .section__head h4 {
    font-size: 25px;
    line-height: 1.12;
    font-weight: 400;
    text-transform: uppercase;
}

/* ------------------------------------------------------------ *\ 
	- Video
\* ------------------------------------------------------------ */

.section-video {
    position: relative;
    overflow: hidden;
    min-height: 776px;
}

.section-video .section__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.section-video .section__image {
    transition: opacity 0.4s, visibility 0.4s;
}

.section-video .section__image:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.section-video .section__image > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
}

.section-video .section__image > a img {
    width: 139px;
    height: auto;
}

.section-video .section__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.section-video .section__video iframe {
    width: 100%;
    height: 100%;
}

.section-video.active .section__image {
    opacity: 0;
    visibility: hidden;
}

.section-video + .section-related {
    margin-top: 20px;
}

@media (max-width: 985px) {
    .section-video {
        min-height: 425px;
    }

    .section-video .section__image >a img {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .section-video {
        min-height: 255px;
    }
}

	/*
		-- Without Overlay
	*/

.section-video--without-overlay .section__image:before {
    display: none;
}

/* ------------------------------------------------------------ *\ 
	- Recipe
\* ------------------------------------------------------------ */

.section-recipe > * {
    width: 100%;
}

.section-recipe .section__title {
    padding: 67px 0 27px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.section-recipe .section__title h1 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.section-recipe .section__title h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c7a258;
    margin-bottom: 4px;
}

.section-recipe .section__title .btn {
    position: absolute;
    bottom: 45px;
    z-index: 20;
    transition: transform 0.4s;
}

.section-recipe .section__title .btn > span {
    text-transform: none;
    opacity: 0;
    transition: opacity 0.4s;
}

.section-recipe .section__title .btn--prev {
    left: 0;
    border-radius: 0  6px 6px 0;
    transform: translateX(calc(-100% + 50px));
    -ms-transform: translateX( -100% )  translateX( 50px );
}

.section-recipe .section__title .btn--next {
    right: 0;
    border-radius: 6px 0 0 6px;
    transform: translateX(calc(100% - 50px));
    -ms-transform: translateX( 100% )  translateX( -50px );
}

body:not(.is-touch) .section-recipe .section__title .btn:hover > span {
    opacity: 1;
}

body:not(.is-touch) .section-recipe .section__title .btn--prev:hover,
body:not(.is-touch) .section-recipe .section__title .btn--next:hover {
    transform: translateX(0px);
    -ms-transform: translateX( 0 )
}

.section-recipe .section__image {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
    padding-top: 89px;
}

.section-recipe .section__image .btn-expand {
    position: absolute;
    left: 50%;
    bottom: -50px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-recipe .section__image .shell {
    position: relative;
}

.section-recipe .section__image img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s;
}

.section-recipe .section__image-holder {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 310px;
    transition: max-height 0.4s;
}

.section-recipe .section__image__full {
    min-height: 355px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.section-recipe .section__image__full:before {
    content: ' ';
    position: absolute;
    left: -700px;
    right: -700px;
    bottom: -180px;
    height: 200px;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
}

.section-recipe .section__image__full + .section__head {
    margin-bottom: 80px;
}

.section-recipe .section__image__full + .section__head .section__head__content {
    width: calc(100% - 540px);
}

.section-recipe .section__image__full + .section__head .section__head__aside {
    width: 400px;
}

.section-recipe .section__head {
    margin-bottom: 40px;
}

.section-recipe .section__head__content {
    float: left;
    width: calc(100% - 400px);
}

.section-recipe .section__head__content > * {
    width: 100%;
}

.section-recipe .section__head__content-entry {
    font-size: 18px;
    line-height: 1.56;
}

.section-recipe .section__head__content-entry i.ico-heading {
    margin-bottom: 9px;
}

.section-recipe .section__head__content-entry h4 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.section-recipe .section__head__content-entry h6 {
    text-transform: uppercase;
    color: #c7a258;
    letter-spacing: 3px;
    margin-bottom: 24px;
}

.section-recipe .section__head__content-entry .single-recipe-title,
.section-recipe .section__head__content-entry h2 {
    font-weight: 400;
    text-transform: uppercase;
    max-width: 540px;
    margin-bottom: 10px;
    color: #096739;
    font-size: 30px;
    line-height: 1.07;
}

.section-recipe .section__head__content-entry h1 ~ h6 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.section-recipe .section__head__content-actions {
    padding-top: 25px;
    font-size: 0;
    line-height: 0;
}

.section-recipe .section__head__content-actions .nav-inner {
    display: inline-block;
    vertical-align: middle;
}

.section-recipe .section__head__content-actions .nav-inner.active + .nav-share {
    opacity: 1;
    visibility: visible;
}

.section-recipe .section__head__content-actions .nav-share {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.section-recipe .section__head__content-actions .nav-share {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
}

.section-recipe .section__head__aside {
    float: right;
    width: 300px;
    margin: 0 30px;
}

.section-recipe .section__list {
    position: relative;
    margin-bottom: -40px;
    z-index: 100;
}

.section-recipe .section__list + .section__description {
    padding-top: 100px;
}

.section-recipe .section__description {
    padding: 50px 0;
}

.section-recipe .section__description-content {
    float: left;
    width: calc(100% - 430px);
}

.section-recipe .section__description-content h2 {
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-bottom: 5px solid #c7a258;
    padding-bottom: 20px;
    margin-bottom: 65px;
}

.section-recipe .section__description-content h6 {
    color: #c7a258;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.section-recipe .section__description-content blockquote {
    padding: 30px 35px 30px 128px;
    background-color: rgba(154, 155, 155, 0.2);
    border-radius: 6px;
    color: #aa8232;
}

.section-recipe .section__description-content blockquote {
    font-size: 15px;
    line-height: 1.60;
    position: relative;
}

.section-recipe .section__description-content blockquote h4 {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 116px;
    text-align: center;
    color: #aa8232;
    text-transform: uppercase;
}

.section-recipe .section__description-content blockquote h4 {
    font-weight: 400;
}

.section-recipe .section__description-content blockquote h4:after {
    content: ' ';
    display: block;
    background: url(images/sprite.png) no-repeat -2px -269px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.section-recipe .section__description-aside {
    float: right;
    width: 380px;
}

body.show-full-image .section-recipe .section__image img {
    opacity: 1;
}

body.show-full-image .section-recipe .section__image-holder {
    max-height: 999px;
}

body.show-full-image .section-recipe .section__image .btn-expand i {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

body:not(.is-touch) .section-recipe .section__description,
body:not(.is-touch) .section-recipe .section__title {
    background-attachment: fixed;
}

@media (max-width: 1250px) {
    .section-recipe .section__image .shell {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 985px) {
    .section-recipe .section__image {
        padding-top: 53px;
    }

    .section-recipe .section__image__full {
        min-height: 230px;
    }

    .section-recipe .section__image__full + .section__head .section__head__aside {
        width: 295px;
        margin: 0;
    }

    .section-recipe .section__image__full + .section__head .section__head__content {
        width: calc(100% - 330px);
    }

    .section-recipe .section__head__content {
        width: calc(50% + 55px);
    }

    .section-recipe .section__head__aside {
        margin: 0;
        width: calc(50% - 70px);
    }

    .section-recipe .section__description-aside {
        width: 320px;
    }

    .section-recipe .section__description-content {
        width: calc(100% - 350px);
    }
}

@media (max-width: 767px) {
    .section-recipe .section__image .btn-expand {
        display: none;
    }

    .section-recipe .section__image-holder {
        min-height: 375px;
    }

    .section-recipe .section__head__content {
        float: none;
        width: auto;
    }

    .section-recipe .section__head__aside {
        float: none;
        width: auto;
        padding-top: 40px;
    }

    .section-recipe .section__title {
        padding-bottom: 24px;
    }

    .section-recipe .section__title .shell {
        padding: 0 55px;
    }

    .section-recipe .section__image__full {
        min-height: 140px;
        margin-bottom: 20px;
    }

    .section-recipe .section__image__full + .section__head .section__head__content {
        float: none;
        width: auto;
    }

    .section-recipe .section__image__full + .section__head .section__head__aside {
        float: none;
        width: auto;
        padding-top: 45px;
    }

    .section-recipe .section__description-content {
        float: none;
        width: auto;
    }

    .section-recipe .section__description-content blockquote {
        padding-left: 95px;
    }

    .section-recipe .section__description-content blockquote h4 {
        width: 95px;
    }

    .section-recipe .section__description-aside {
        float: none;
        width: auto;
        margin-top: 50px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Recipes
\* ------------------------------------------------------------ */

.section-recipes {
    position: relative;
    z-index: 200;
    padding: 80px 0;
}

.section-recipes .list-recipes-secondary {
    position: relative;
    margin-top: -160px;
}

.section-recipes > * {
    width: 100%;
}

body:not(.is-touch) .section-recipes {
    background-attachment: fixed;
}

/* ------------------------------------------------------------ *\ 
	- Product
\* ------------------------------------------------------------ */

.section-product > * {
    width: 100%;
}

.section-product .section__image {
    min-height: 425px;
    position: relative;
    overflow: hidden;
}

.section-product .section__image:before {
    content: ' ';
    position: absolute;
    left: -700px;
    right: -700px;
    bottom: -180px;
    height: 200px;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
}

.section-product .section__body .shell {
    position: relative;
}

.section-product .section__body-image {
    position: absolute;
    left: -50px;
    top: -160px;
    width: calc(50% - 20px);
    bottom: 50px;
    pointer-events: none;
    z-index: 1;
}

.section-product .section__body-content {
    float: right;
    width: calc(50% + 50px);
    padding: 30px 20px 60px 0;
    font-size: 18px;
    line-height: 1.56;
    position: relative;
    z-index: 10;
}

.section-product .section__body-content i.ico-heading {
    margin-bottom: 12px;
}

.section-product .section__body-content h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c7a258;
    margin-bottom: 24px;
}

.section-product .section__body-content .single-product-title,
.section-product .section__body-content h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 30px;
    color: #096739;
    line-height: 1.07;
}

.section-product .section__body-content p {
    margin-bottom: 7px;
}

.section-product .section__body-content .btn-link {
    margin-top: 20px;
}

.section-product .section__body-content > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 985px) {
    .section-product .section__image {
        min-height: 289px;
    }

    .section-product .section__body-image {
        left: 0;
        top: 0;
        bottom: 0;
        width: 280px;
    }

    .section-product .section__body-content {
        padding: 40px 0;
        width: calc(100% - 292px);
    }
}

@media (max-width: 767px) {
    .section-product .section__body-image {
        position: relative;
        width: 100%;
        min-height: 230px;
        overflow: hidden;
        margin-top: -90px;
    }

    .section-product .section__body-content {
        float: none;
        width: auto;
        padding: 0 0 50px 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Products
\* ------------------------------------------------------------ */

.section-products {
    padding: 50px 0;
}

.section-products > * {
    width: 100%;
}

.section-products .section__head {
    text-align: center;
    padding-bottom: 35px;
}

.section-products .section__head i.ico-heading {
    margin-bottom: 12px;
}

.section-products .section__head h2 {
    font-weight: 400;
    text-transform: uppercase;
}

/* ------------------------------------------------------------ *\ 
	- Products All
\* ------------------------------------------------------------ */

.section-products-all {
    padding: 243px 0 90px 0;
}

.section-products-all .section__actions {
    display: none;
}

.section-products-all > * {
    width: 100%;
}

body:not(.is-touch) .section-products-all {
    background-attachment: fixed;
}

@media (max-width: 985px) {
    .section-products-all {
        padding: 75px 0;
    }

    .section-products-all .section__actions {
        display: block;
        text-align: center;
        padding-top: 40px;
    }

    .section-products-all .list-products-all .btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .section-products-all {
        padding: 27px 0 48px 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Subscribe
\* ------------------------------------------------------------ */

.section-subscribe {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.section-subscribe > * {
    width: 100%;
}

body:not(.is-touch) .section-subscribe {
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .section-subscribe {
        padding: 30px 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Ingredients
\* ------------------------------------------------------------ */

.section-ingredients {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.section-ingredients .section__body__board {
    float: left;
    width: 50%;
    position: relative;
    z-index: 100;
}

.section-ingredients .section__body__board:before {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -50px;
    top: 272px;
    bottom: 232px;
    background: url(images/boads-img-1-2.png) repeat-y center top;
    background-size: 100% auto;
    pointer-events: none;
}

.section-ingredients .section__body__board-holder:before {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -50px;
    top: 0;
    height: 272px;
    background: url(images/boads-img-1-1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.section-ingredients .section__body__board-holder:after {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -50px;
    bottom: 0;
    height: 232px;
    background: url(images/boads-img-1-3.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.section-ingredients .section__body__board-holder {
    position: relative;
    z-index: 10;
    min-height: 899px;
    padding: 157px 100px 120px 90px;
    font-size: 18px;
    line-height: 1.56;
}

.section-ingredients .section__body__board-holder h2 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section-ingredients .section__body__board-holder h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c7a258;
    margin-bottom: 4px;
}

.section-ingredients .section__body__board-holder p {
    margin-bottom: 15px;
}

.section-ingredients .section__body__board-holder blockquote {
    border-top: 1px solid #eff0f0;
    padding: 15px 0;
    margin: 0;
}

.section-ingredients .section__body__board-holder blockquote h6 {
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 5px;
}

.section-ingredients .section__body__board-holder blockquote h6:last-child {
    border-top: 1px solid #eff0f0;
    padding-top: 12px;
    font-size: 12px;
    line-height: 1.50;
    color: #847f74;
    font-weight: 500;
}

.section-ingredients .section__body__board-holder blockquote p {
    max-width: 340px;
}

.section-ingredients .section__body__board-holder blockquote > *:last-child {
    margin-bottom: 0;
}

.section-ingredients .section__body__board-holder ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -5px;
    padding: 15px 0 0 0;
}

.section-ingredients .section__body__board-holder ul li {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    padding: 5px;
    font-size: 14px;
    line-height: 1;
}

.section-ingredients .section__body__board-holder ul li {
    text-align: center;
    text-transform: uppercase;
}

.section-ingredients .section__body__board-holder ul img {
    display: block;
    margin: 0 auto 12px;
    width: 80px;
    height: auto;
}

.section-ingredients .section__body__board-holder ul .board-logo-wide {
    letter-spacing: -1px;
    width: 130px;
    font-size: 13px;
}

.section-ingredients .section__body__board-holder ul .board-logo-wide img {
    width: 110px;
}

.section-ingredients .section__body__board-holder > * {
    position: relative;
    z-index: 10;
}

.section-ingredients .section__body__board-holder > *:last-child {
    margin-bottom: 0;
}

.section-ingredients .section__body__paper {
    float: right;
    width: 50%;
    position: relative;
    z-index: 50;
    margin-top: 55px;
}

.section-ingredients .section__body__paper:before {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -20px;
    top: 397px;
    bottom: 450px;
    background: url(images/paper-img-1-2.png) repeat-y center top;
    background-size: 100% auto;
    pointer-events: none;
}

.section-ingredients .section__body__paper-holder:before {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -20px;
    top: 0;
    height: 397px;
    background: url(images/paper-img-1-1.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.section-ingredients .section__body__paper-holder:after {
    content: ' ';
    position: absolute;
    left: -76px;
    right: -20px;
    bottom: 0;
    height: 450px;
    background: url(images/paper-img-1-3.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.section-ingredients .section__body__paper-holder {
    padding: 81px 45px 55px 40px;
    font-size: 18px;
    line-height: 1.56;
    min-height: 851px;
}

.section-ingredients .section__body__paper-holder h2 {
    border-bottom: 3px solid #c7a258;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

.section-ingredients .section__body__paper-holder > ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 35px;
}

.section-ingredients .section__body__paper-holder > ul li {
    padding: 5px 0;
}

.section-ingredients .section__body__paper-holder > ul li ~ li {
    border-top: 1px solid #eff0f0;
}

.section-ingredients .section__body__paper-holder > * {
    position: relative;
    z-index: 10;
}

.section-ingredients .section__body__paper-holder > *:last-child {
    margin-bottom: 0;
}

body:not(.is-touch) .section-ingredients {
    background-attachment: fixed;
}

@media (max-width: 985px) {
    .section-ingredients .section__body__board {
        float: none;
        width: auto;
        max-width: 600px;
        margin: 0 auto;
    }

    .section-ingredients .section__body__paper {
        float: none;
        width: auto;
        margin: 20px 20px 0 90px;
    }
}

@media (max-width: 767px) {
    .section-ingredients {
        padding: 0;
    }

    .section-ingredients .section__body__board {
        background-color: #fff;
        padding: 29px 24px;
        width: auto;
        position: relative;
        overflow: hidden;
        margin: 0 -24px;
        max-width: none;
    }

    .section-ingredients .section__body__board:before,
	.section-ingredients .section__body__board-holder:before,
	.section-ingredients .section__body__board-holder:after {
        display: none;
    }

    .section-ingredients .section__body__board-holder {
        padding: 0;
        font-size: 15px;
        line-height: 1.53;
        min-height: 0;
    }

    .section-ingredients .section__body__board-holder h2 {
        font-size: 24px;
    }

    .section-ingredients .section__body__board-holder h6 {
        font-size: 13px;
    }

    .section-ingredients .section__body__board-holder blockquote h6 {
        font-size: 15px;
        font-weight: 500;
    }

    .section-ingredients .section__body__board-holder ul img {
        width: 74px;
    }

    .section-ingredients .section__body__board-holder ul li {
        width: 94px;
    }

    .section-ingredients .section__body__paper {
        padding: 35px 24px;
        position: relative;
        overflow: hidden;
        margin: 20px -24px 0 -24px;
        background-color: #fff;
    }

    .section-ingredients .section__body__paper:before,
	.section-ingredients .section__body__paper-holder:before,
	.section-ingredients .section__body__paper-holder:after {
        display: none;
    }

    .section-ingredients .section__body__paper-holder {
        padding: 0;
        font-size: 15px;
        min-height: 0;
    }

    .section-ingredients .section__body__paper-holder h2 {
        font-size: 25px;
    }

    .section-ingredients .section__body__paper-holder > ul {
        padding-left: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Social
\* ------------------------------------------------------------ */

.section-social {
    padding: 80px 0;
    position: relative;
}

.section-social > * {
    position: relative;
    z-index: 10;
}

.section-social .section__parallax {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.section-social .section__parallax > img {
    position: absolute;
}

.section-social .section__parallax > img:nth-child(1) {
    z-index: 9;
}

.section-social .section__parallax > img:nth-child(2) {
    z-index: 8;
}

.section-social .section__parallax > img:nth-child(3) {
    z-index: 7;
}

.section-social .section__parallax > img:nth-child(4) {
    z-index: 6;
}

.section-social .section__parallax > img:nth-child(5) {
    z-index: 5;
}

.section-social .section__parallax--top {
    left: 0;
    top: 40px;
    width: 89px;
    height: 357px;
}

.section-social .section__parallax--top > img {
    left: 0;
    top: 0;
}

.section-social .section__parallax--top > img:nth-child(1) {
    top: 264px;
    left: 10px;
}

.section-social .section__parallax--top > img:nth-child(2) {
    top: 45px;
}

.section-social .section__parallax--top > img:nth-child(3) {
    top: 0;
    left: -5px;
}

.section-social .section__parallax--top > img:nth-child(4) {
    top: 225px;
    left: 40px;
}

.section-social .section__parallax--top > img:nth-child(5) {
    top: 40px;
}

.section-social .section__parallax--bottom {
    right: 0;
    bottom: -200px;
    width: 222px;
    height: 485px;
}

.section-social .section__parallax--bottom > img {
    right: 0;
    top: 0;
}

.section-social .section__parallax--bottom > img:nth-child(1) {
    top: 260px;
}

.section-social .section__parallax--bottom > img:nth-child(2) {
    top: 70px;
}

body:not(.is-touch) .section-social {
    background-attachment: fixed;
}

@media (max-width: 985px) {
    .section-social {
        padding: 40px 0;
    }

    .section-social .section__parallax {
        display: none;
    }
}

/* ------------------------------------------------------------ *\ 
	- Callout
\* ------------------------------------------------------------ */

.section-callout {
    padding: 22px 0;
    color: #fff;
}

.section-callout .shell {
    position: relative;
}

.section-callout h2 {
    font-family: 'fertigo_pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px 2px #7a5c21;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.section-callout h2 {
    margin-bottom: 5px;
}

.section-callout img {
    float: left;
    width: 260px;
    margin: 0 0 0 60px;
}

.section-callout p {
    max-width: 370px;
    margin: 0 auto;
}

.section-callout blockquote {
    position: relative;
    overflow: hidden;
    padding: 30px 285px 30px 0;
    text-align: center;
}

.section-callout blockquote .btn {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 985px) {
    .section-callout img {
        position: absolute;
        left: 14px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 260px;
        margin: 0;
    }

    .section-callout p {
        margin-bottom: 20px;
    }

    .section-callout blockquote {
        padding-right: 0;
        padding-left: 260px;
    }

    .section-callout blockquote .btn {
        position: relative;
        top: 0;
        -ms-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .section-callout {
        position: relative;
        padding: 40px 0;
    }

    .section-callout:before,
	.section-callout:after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        border-top: 2px dotted rgba(255, 255, 255, 0.5);
    }

    .section-callout:before {
        top: 10px;
    }

    .section-callout:after {
        bottom: 10px;
    }

    .section-callout img {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -ms-transform: none;
        transform: none;
        float: none;
        display: block;
        margin: 0 auto 16px;
    }

    .section-callout blockquote {
        padding: 0;
    }
}

/* ------------------------------------------------------------ *\ 
	- Slider Posts
\* ------------------------------------------------------------ */

.section-slider-posts > * {
    width: 100%;
}

.section-slider-posts .section__head {
    padding: 70px 0 265px 0;
    text-align: center;
}

.section-slider-posts .section__head h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.section-slider-posts .section__head h6 {
    letter-spacing: 3px;
    color: #c7a258;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.section-slider-posts .section__head i.ico-heading {
    margin-bottom: 12px;
}

.section-slider-posts .section__head p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.section-slider-posts .section__head > *:last-child {
    margin-bottom: 0;
}

.section-slider-posts .section__body {
    position: relative;
    overflow: hidden;
    margin-top: -215px;
    padding-bottom: 50px;
}

.section-slider-posts .section__body .shell {
    max-width: 100%;
    padding: 0;
}

.section-slider-posts .section__actions {
    display: none;
}

body:not(.is-touch) .section-slider-posts .section__head {
    background-attachment: fixed;
}

@media (max-width: 985px) {
    .section-slider-posts {
        padding: 60px 0;
    }

    .section-slider-posts .section__head {
        background: transparent;
        padding: 0;
        padding-bottom: 50px;
    }

    .section-slider-posts .section__head .btn {
        display: none;
    }

    .section-slider-posts .section__body {
        margin: 0;
        padding: 0;
    }

    .section-slider-posts .section__actions {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .section-slider-posts .section__head {
        padding-bottom: 5px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Slider Recipes
\* ------------------------------------------------------------ */

.section-slider-recipes .section__head,
.section-slider-recipes .section__actions {
    display: none;
}

.section-slider-recipes .slider__body {
    width: 100%;
}

.section-slider-recipes .section__parallax {
    position: absolute;
    right: 0;
    top: 50%;
    width: 160px;
    height: 600px;
    pointer-events: none;
    z-index: 1;
    margin-top: -300px;
}

.section-slider-recipes .section__parallax > img {
    position: absolute;
    right: 0;
    top: 0;
}

.section-slider-recipes .section__parallax > img:nth-child(1) {
    z-index: 9;
    right: 58px;
    top: 250px;
}

.section-slider-recipes .section__parallax > img:nth-child(2) {
    z-index: 8;
    top: 100px;
}

.section-slider-recipes .section__parallax > img:nth-child(3) {
    z-index: 7;
    right: 68px;
    top: 88px;
}

.section-slider-recipes .section__parallax > img:nth-child(4) {
    z-index: 6;
}

.section-slider-recipes > * {
    position: relative;
    z-index: 10;
}

@media (max-width: 985px) {
    .section-slider-recipes {
        padding: 34px 0;
    }

    .section-slider-recipes .section__parallax {
        display: none;
    }

    .section-slider-recipes .section__head {
        text-align: center;
        padding-bottom: 40px;
        width: 100%;
    }

    .section-slider-recipes .section__head h6 {
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #c7a258;
    }

    .section-slider-recipes .section__head h2 {
        font-weight: 400;
        text-transform: uppercase;
    }

    .section-slider-recipes .section__head p {
        max-width: 550px;
        margin: 0 auto;
    }

    .section-slider-recipes .section__head i.ico-heading {
        margin-bottom: 12px;
    }

    .section-slider-recipes .section__head,
	.section-slider-recipes .section__actions {
        display: block;
    }

    .section-slider-recipes .section__actions {
        width: 100%;
        padding-top: 40px;
        text-align: center;
    }
}

/* ------------------------------------------------------------ *\ 
	- Intro
\* ------------------------------------------------------------ */

.section-intro {
    display: table;
    width: 100%;
    height: 100vh;
    position: relative;
}

.section-intro .section__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.section-intro .section__image:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.31);
    z-index: 10;
}

.section-intro .section__image video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-intro .section__body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.section-intro .section__body h6 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.section-intro .section__body blockquote {
    max-width: 540px;
    margin: 0 auto;
}

.section-intro .section__body img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.section-intro .section__body h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.section-intro .section__nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: #fff;
    padding: 10px 0;
}

.section-intro .section__nav:before {
    content: ' ';
    position: absolute;
    left: -180px;
    right: -180px;
    top: -24px;
    bottom: 0;
    background-color: #fff;
    border-radius: 100% 100% 0 0;
}

.section-intro .section__nav:before {
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
}

.section-intro .section__nav:after {
    content: ' ';
    position: absolute;
    left: -180px;
    right: -180px;
    bottom: -24px;
    top: 0;
    background-color: #fff;
    border-radius: 0 0 100% 100%;
}

.section-intro .section__nav:after {
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}

.section-intro .section__nav > * {
    position: relative;
    z-index: 10;
}

.section-intro > * {
    position: relative;
    z-index: 10;
}

@media (max-width: 985px) {
    .section-intro .section__body blockquote {
        max-width: 370px;
    }
}

@media (max-width: 767px) {
    .section-intro .section__nav {
        display: none;
    }

    .section-intro .section__body {
        padding-bottom: 60px;
    }

    .section-intro .section__body .btn-next-section {
        position: absolute;
        left: 50%;
        bottom: 124px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-intro .section__body h6 {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 174px;
        margin: 0;
    }

    .section-intro .section__body img {
        margin: 0;
    }
}

@media (max-height: 376px) {
    .section-intro .section__body blockquote {
        max-width: 200px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Intro Inner
\* ------------------------------------------------------------ */

.section-intro-inner {
    padding: 195px 0 54px 0;
}

.section-intro-inner .section__body {
    text-align: center;
}

.section-intro-inner .section__body h1 {
    font-weight: 400;
    text-transform: uppercase;
}

body:not(.is-touch) .section-intro-inner {
    background-attachment: fixed;
}

@media (max-width: 985px) {
    .section-intro-inner {
        padding: 145px 0 25px 0;
    }

    .section-intro-inner .section__body h1 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .section-intro-inner {
        padding: 110px 0 25px 0;
    }

    .section-intro-inner .section__body h1 {
        font-size: 29px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Inner
\* ------------------------------------------------------------ */

.section-inner {
    padding: 47px 0;
}

.section-inner .shell {
    position: relative;
    max-width: 1060px;
    padding: 0 20px;
}

.section-inner .section__body-content,
.section-inner .section__body-head {
    float: left;
    width: calc(50% + 55px);
}

.section-inner .section__body-content,
.section-inner .section__body-head i.ico-heading {
    margin-bottom: 12px;
}

.section-inner .section__body-content h3,
.section-inner .section__body-head h3 {
    border-bottom: 5px solid #c7a258;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.section-inner .section__body-content h3,
.section-inner .section__body-head h3 {
    padding-bottom: 12px;
}

.section-inner .section__body-content p {
    margin-bottom: 12px;
}

.section-inner .section__body-content a {
    color: #096739;
}

.section-inner .section__body-content > *:last-child {
    margin-bottom: 0;
}

.section-inner .section__body-image {
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 0;
    width: calc(50% - 100px);
}

.section-inner .section__body-image img {
    display: none;
}

.section-inner + *:not(.section-inner):not(.section-subscribe) {
    padding-top: 0;
}

@media (max-width: 985px) {
    .section-inner .section__body-content,
	.section-inner .section__body-head {
        float: none;
        width: auto;
    }

    .section-inner .section__body-content h3,
	.section-inner .section__body-head h3 {
        font-size: 25px;
    }

    .section-inner .section__body-image {
        position: relative;
        width: calc(50% - 10px);
        top: 0;
        float: right;
        margin-left: 20px;
    }

    .section-inner .section__body-image img {
        display: block;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .section-inner .section__body-image {
        float: none;
        width: auto;
        margin: 0 auto 20px;
    }
}

	/*
		-- Reverce
	*/

.section-inner--reverce .section__body-content,
.section-inner--reverce .section__body-head {
    float: right;
}

.section-inner--reverce .section__body-image {
    right: auto;
    left: 0;
}

@media (max-width: 985px) {
    .section-inner--reverce .section__body-content,
	.section-inner--reverce .section__body-head {
        float: none;
    }
}

/* ------------------------------------------------------------ *\ 
	- Ads
\* ------------------------------------------------------------ */

.section-ads {
    padding: 40px 0;
}

.section-ads + * {
    padding-top: 0;
}

/* ------------------------------------------------------------ *\ 
	- Before Footer
\* ------------------------------------------------------------ */

.section-before-footer {
    padding-bottom: 150px;
}

@media (max-width: 767px) {
    .section-before-footer {
        padding-bottom: 100px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .section-recipe .section__description-content blockquote h4:after {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Selects (custom select)
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Main
\* ------------------------------------------------------------ */

.select-holder {
    background-color: #ebecec;
    position: relative;
    border-radius: 6px;
    height: 50px;
}

.select-holder a {
    display: block;
    font-size: 18px;
    color: #cbcece;
    transition: color 0.4s, background 0.4s;
    line-height: 20px;
    padding: 15px 10px;
    text-decoration: none;
}

.select-holder a.select-selector {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: inherit;
    padding-right: 35px;
}

.select-holder a.select-toggle {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #df0000;
    padding: 0;
    margin-top: -3px;
    transition: transform 0.4s, margin 0.4s;
}

.select-holder a.select-toggle-open {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select-holder ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ebecec;
    border-radius: 6px;
    min-width: 100%;
    margin-top: 31px;
}

.select-holder ul {
    max-height: 305px !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.select-holder ul li {
    border-bottom: 1px solid #cdcdcd;
}

.select-holder ul li.select-active {
    display: none;
}

.select-holder ul li:first-child > a {
    border-radius: 6px 6px 0 0;
}

.select-holder ul li:last-child > a {
    border-radius: 0 0 6px 6px;
}

.select-holder ul li a {
    color: #096739;
}

.select-holder ul li:last-child {
    border-bottom: 0;
}

.select-holder.select-open {
    z-index: 899;
}

.select-holder.select-open a {
    color: #847f74;
}

.select-holder.select-open ul li a {
    color: #096739;
}

body:not(.is-touch) .select-holder ul li a:hover {
    background-color: #dadbdb;
}
/* ------------------------------------------------------------ *\
	# Shell
\* ------------------------------------------------------------ */

.shell {
    max-width: 930px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.shell:after {
}

	/*
		-- Large
	*/

.shell--normal {
    max-width: 1110px;
}

.shell--large {
    max-width: 1210px;
}

/* ------------------------------------------------------------ *\ 
	- Fluid
\* ------------------------------------------------------------ */

.shell-fluid {
    max-width: none;
}

@media (max-width: 767px) {
    .shell {
        padding: 0 24px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Sliders
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Posts
\* ------------------------------------------------------------ */

.slider-posts {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-posts .slider__clip {
    width: 100%;
}

.slider-posts .slides {
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.slider-posts .slide {
    display: inline-block;
    vertical-align: top;
    width: 420px;
}

.slider-posts .owl-dots {
    max-width: 160px;
    margin: 0 auto;
    padding: 35px 0;
    position: relative;
}

.slider-posts .owl-dots:before {
    content: ' ';
    position: absolute;
    left: -10029px;
    top: 50%;
    width: 9999px;
    height: 1px;
    background-color: #ebecec;
}

.slider-posts .owl-dots:after {
    content: ' ';
    position: absolute;
    right: -10029px;
    top: 50%;
    width: 9999px;
    height: 1px;
    background-color: #ebecec;
}

.slider-posts .owl-nav > div {
    position: absolute;
    bottom: 41px;
}

.slider-posts .owl-prev {
    left: calc(50% - 102px);
}

.slider-posts .owl-next {
    right: calc(50% - 98px);
}

.slider-posts .article-post .article__body h5 {
    font-size: 24px;
    line-height: 1.08;
    overflow-wrap: normal;
}

@media (max-width: 985px) {
    .slider-posts .owl-dots:before,
	.slider-posts .owl-dots:after {
        display: none;
    }

    .slider-posts .owl-nav {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .slider-posts .slide {
        width: 240px;
    }

    .slider-posts .article-post .article__body h5 {
        font-size: 14px;
    }
}

/* ------------------------------------------------------------ *\ 
	- Recipes
\* ------------------------------------------------------------ */

.slider-recipes {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-recipes .slider__clip {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-recipes .slides {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-recipes .slide {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slider-recipes .slide__group {
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
}

.slider-recipes .slide__group .owl-item {
    height: 100%;
}

.slider-recipes .slide__group .owl-stage,
.slider-recipes .slide__group .owl-stage-outer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-recipes .slide__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-recipes .slide__image > a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    z-index: 10;
}

.slider-recipes .slide__image > .slide__image__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 26px 38px;
    color: #fff;
    font-size: 18px;
    line-height: 1.56;
}

.slider-recipes .slide__image > .slide__image__content h4 {
    font-size: 0;
    line-height: 0;
    color: #fff;
    text-transform: uppercase;
}

.slider-recipes .slide__image > .slide__image__content h4 strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.17;
    display: inline;
    vertical-align: middle;
}

.slider-recipes .slide__image .slide__image__content-hidden {
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.4s, visibility 0.4s, max-height 0.4s, padding 0.4s;
}

.slider-recipes .slide__image > .slide__image__content h4 i {
    display: inline-block;
    vertical-align: middle;
}

.slider-recipes .slide__group + .slide__body {
    float: right;
    width: 50%;
}

.slider-recipes .slide__body {
    display: table;
    height: 590px;
}

.slider-recipes .slide__body-holder {
    display: table-cell;
    vertical-align: middle;
    padding: 70px 90px 130px 90px;
    font-size: 18px;
    line-height: 1.56;
}

.slider-recipes .slide__body-holder h6 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #c7a258;
    margin-bottom: 22px;
}

.slider-recipes .slide__body-holder h2 {
    font-weight: 400;
    text-transform: uppercase;
}

.slider-recipes .slide__body-holder i.ico-heading {
    margin-bottom: 12px;
}

.slider-recipes .owl-dots {
    position: absolute;
    left: calc(100% + 83px);
    bottom: 40px;
    z-index: 200;
    text-align: left;
    width: 250px;
}

body:not(.is-touch) .slider-recipes .slide__image:hover .slide__image__content-hidden {
    opacity: 1;
    visibility: visible;
    padding-top: 18px;
    max-height: 444px;
}

@media (max-width: 985px) {
    .slider-recipes {
        width: auto;
        position: relative;
        margin: 0 -24px;
    }

    .slider-recipes .owl-dots {
        position: relative;
        left: 0;
        bottom: 0;
        text-align: center;
        padding-top: 43px;
    }

    .slider-recipes .slide__image {
        position: relative;
        width: 480px;
        min-height: 490px;
    }

    .slider-recipes .slide__body {
        display: none;
    }

    .slider-recipes .slide__group {
        width: 100%;
    }

    .slider-recipes .slide__group,
	.slider-recipes .slide__group .owl-stage,
	.slider-recipes .slide__group .owl-stage-outer {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .slider-recipes .owl-dots {
        display: block !important;
        width: auto;
    }
}

@media (max-width: 767px) {
    .slider-recipes .slide__image {
        width: 320px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Global Styles
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Transitions
\* ------------------------------------------------------------ */

a,
button,
input[type="submit"],
input[type="button"] {
    transition: color 0.4s, background 0.4s, opacity 0.4s, transform 0.4s;
}

/* ------------------------------------------------------------ *\
	- Wrapper
\* ------------------------------------------------------------ */

.wrapper {
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* ------------------------------------------------------------ *\ 
	# Tabs
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\ 
	- Inner
\* ------------------------------------------------------------ */

.tabs-inner {
    width: 100%;
}

.tabs-inner .tabs__head {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

.tabs-inner .tabs__head ul {
    list-style: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    margin: -4px;
    text-align: center;
}

.tabs-inner .tabs__head li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 4px;
    text-transform: uppercase;
}

.tabs-inner .tabs__head li.active a {
    background-color: #c7a258;
}

.tabs-inner .tabs__head a {
    display: block;
    font-weight: 500;
    color: #fff;
    background-color: #cbcece;
    border-radius: 6px;
    text-decoration: none;
    padding: 11px 10px;
}

.tabs-inner .tabs__head span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
}

.tabs-inner .tabs__head strong {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.tabs-inner .tabs__head strong + span,
.tabs-inner .tabs__head span + strong {
    margin-left: 5px;
}

.tabs-inner .tabs__group {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.tabs-inner .tab {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s, max-height 0.4s;
}

.tabs-inner .tab {
    max-height: 0;
    font-size: 18px;
    line-height: 1.33;
}

.tabs-inner .tab ul {
    list-style: none;
}

.tabs-inner .tab li {
    padding: 15px 0;
    border-top: 1px solid #e3e5e5;
    border-bottom: 1px solid #e3e5e5;
}

.tabs-inner .tab li ~ li {
    border-top: 0;
}

.tabs-inner .tab a {
    color: #096739;
    text-decoration: none;
}

.tabs-inner .tab a:hover {
    color: #c7a258;
}

.tabs-inner .tab.active {
    opacity: 1;
    visibility: visible;
    max-height: 9999px;
    position: relative;
}

@media (max-width: 374px) {
    .tabs-inner .tabs__head strong {
        display: block;
    }
} 
/* ------------------------------------------------------------ *\
	# Widgets
\* ------------------------------------------------------------ */

[class^="widgets"] > ul {
    list-style: none;
}

.widget {
    margin-bottom: 15px;
}

.widget > ul {
    list-style: none outside none;
    margin: 0;
}

.widget > ul li {
    padding: 5px 0;
}

.widget > ul a {
    text-decoration: none;
}

	/*
		-- Featured
	*/

.widget--featured .widget__body {
    text-align: center;
}

.widget--featured .widget__body > a {
    text-decoration: none;
    display: block;
    color: #096739;
}

.widget--featured .widget__body > a img {
    display: block;
    max-width: 240px;
    margin: 0 auto;
}

.widget--featured .widget__body > a strong {
    display: block;
}

.widget--featured .owl-dots {
    padding-top: 20px;
}

body:not(.is-touch) .widget--featured .widget__body > a:hover {
    color: #c7a258;
}

	/*
		-- Nav
	*/

.widget--nav h4.widget__title {
    margin-bottom: 0;
}

.widget--nav > ul li {
    padding: 0;
}

.widget--nav > ul li ~ li {
    border-top: 1px solid #eff0f0;
}

.widget--nav a {
    color: #096739;
    display: block;
    padding: 24px 55px 24px 0;
    position: relative;
}

.widget--nav a:before {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(images/sprite.png) no-repeat -452px -48px;
    width: 44px;
    height: 44px;
}

.widget--nav a:after {
    content: ' ';
    position: absolute;
    right: 12px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(images/sprite.png) no-repeat -6px -221px;
}

body:not(.is-touch) .widget--nav a:hover {
    color: #c7a258;
}

/* ------------------------------------------------------------ *\ 
	- Title
\* ------------------------------------------------------------ */

h4.widget__title {
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 3px solid #c7a258;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\ 
	- Calendar
\* ------------------------------------------------------------ */

.widget_calendar table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.widget_calendar td,
.widget_calendar th {
    padding: 5px;
    border: 1px solid #000;
}

.widget_calendar caption {
    padding: 12px;
    font-weight: bold;
}

.widget_calendar tfoot {
    font-weight: bold;
}

/* ------------------------------------------------------------ *\ 
	- Rss
\* ------------------------------------------------------------ */

.widget_rss .rsswidget {
    vertical-align: middle;
}

.widget_rss .rsswidget img {
    float: left;
    margin: 5px 8px 0 0;
}

/* ------------------------------------------------------------ *\ 
	- Categories
\* ------------------------------------------------------------ */

.widget_categories .screen-reader-text {
    display: none;
}

.widget_categories .post-form {
    width: 100%;
    padding: 5px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .widget--nav a:before,
	.widget--nav a:after {
        background-image: url(images/sprite@2x.png);
        background-size: 500px 500px;
    }
}
/* ------------------------------------------------------------ *\
	# Maison
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	# Video and Header
\* ------------------------------------------------------------ */

.page-template-landing-maison .header + * {
    margin-top: 100px;
}

.page-template-landing-maison .section-video {
    position: relative;
    overflow: hidden;
    min-height: 680px;
}

.page-template-landing-maison .section-video .section__image::before {
    content: ' ';
    background: none;
}

@media (max-width: 985px) {
    .section-video {
        min-height: 400px;
    }

    .section-video .section__image >a img {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .section-video {
        min-height: 255px;
    }
}

.page-template-landing-maison .section-video h1 {
    height: 0;
    margin: 0;
    overflow: hidden;
}

/* ------------------------------------------------------------ *\
	# Logo
\* ------------------------------------------------------------ */

.section-logo {
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

@media (max-width: 985px) {
    .section-logo {
        min-height: 215px;
    }
}

@media (max-width: 767px) {
    .section-logo {
        min-height: 180px;
    }
}

.section-logo .section__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-logo .section__image {
    z-index: 10;
    transition: opacity .4s, visibility .4s;
}

.section-logo .section__image,
.section-logo .section__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-logo .section__image .section-logo-img {
    width: 300px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}

@media (max-width: 985px) {
    .section-logo .section__image .section-logo-img {
        width: 200px;
    }
}

@media (max-width: 767px) {
    .section-logo .section__image .section-logo-img {
        width: 160px;
    }
}

/* ------------------------------------------------------------ *\
	# Content
\* ------------------------------------------------------------ */

.section-content .section__top-title,
.section-content .section__bottom-title,
.section-content .section__bottom-title,
.section-content .section__bottom-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.07;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #096739;
}

.section-content .section__top {
    margin: 50px 0 80px;
}

.section-content .section__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.section-content .section__bottom-inner-wrap {
    width: 40%;
}

.section-content .section__image {
    padding-left: 5%;
    width: 55%;
}

@media (max-width: 767px) {
    .section-content .section__bottom-inner-wrap {
        width: 100%;
    }

    .section-content .section__image {
        padding-left: 0;
        width: 100%;
        margin: 20px 0;
    }

    .section-content .section__image img {
        width: 350px;
        max-width: 100%;
        margin: 20px auto 0;
        display: block;
    }
}

.section-content .section__image .section__image-img {
    border-radius: 50%;
    width: auto;
    max-width: 100%;
}

/* ------------------------------------------------------------ *\
	# Titles
\* ------------------------------------------------------------ */

.section__reserve-title,
.section__recipes-title,
.section__hosting-title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.07;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #096739;
    border-bottom: 3px solid #c7a258;
    width: 440px;
    max-width: 100%;
    padding-bottom: 10px;
}

/* ------------------------------------------------------------ *\
	# Reserve
\* ------------------------------------------------------------ */

.section-reserve .section-reserve-inner-wrap {
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

@media (max-width: 985px) {
    .section-reserve .section-reserve-inner-wrap {
    }
}

@media (max-width: 767px) {
    .section-reserve .section-reserve-inner-wrap {
    }
}

.section-reserve .section-reserve-inner-wrap .section__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 0;
}

/* ------------------------------------------------------------ *\
	# Recipes
\* ------------------------------------------------------------ */

.section-recipes .article-recipe .article__foot-maison {
    margin: 0 28px 18px;
}

.section-recipes .article-recipe > a,
.section-recipes .article-recipe .article__body a {
    position: relative;
    text-decoration: none;
}

.section-recipes .article-recipe > a:hover,
.section-recipes .article-recipe .article__body a:hover {
    color: #c7a258;
}

.section-recipes .article-recipe .article__body .recipe-title {
    color: #096739;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.11;
    margin-bottom: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.section-recipes .article-recipe .maison-recipe-link {
    text-decoration: none;
}

/* ------------------------------------------------------------ *\
	# Hosting
\* ------------------------------------------------------------ */

.section-hosting {
    padding-top: 50px;
}

.list-tip ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-tip ul li {
    width: calc( 100% / 4  - 20px );
    margin: 10px;
    max-width: 320px;
}

@media (max-width: 985px) {
    .list-tip ul li {
        width: calc( 100% / 2  - 20px );
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .list-tip ul li {
        width: 100%;
        margin: 0 0 40px;
    }
}

.list-tip ul li .article__image {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 185px;
    text-align: center;
    margin: 0 0 30px;
}

.list-tip ul li .article__image:before {
    background-color: rgba(9, 103, 57, 0.9);
    border-radius: 185px 185px 0 0;
    content: ' ';
    height: 42%;
    left: 8.5%;
    position: absolute;
    right: 8.5%;
    top: 3.5%;
    width: 83%;
}

.list-tip ul li .article__image .tip-number {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    left: 0;
    line-height: 1.05;
    margin: 0 auto;
    max-width: 180px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 16%;
    transition: color .4s;
}

.list-tip ul li .article__image .tip-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    left: 0;
    line-height: 1.05;
    margin: 0 auto;
    max-width: 180px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 22%;
    transition: color .4s;
}

.section-recipes .all-recipes-wrap {
    width: 100%;
    text-align: center;
}

.section-recipes .all-recipes-wrap .btn {
    margin: 20px auto;
    text-align: center;
    display: inline-block;
}