/* GRID
---------------------------------------------------------------------------------------------------*/
/* GOGLE FONTS
---------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'PF Bague Sans Pro Bold';
  src: url(../fonts/PFBagueSansProWeb_Bold/PFBagueSansPro-Bold.eot);
  src: url(../fonts/PFBagueSansProWeb_Bold/PFBagueSansPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PFBagueSansProWeb_Bold/PFBagueSansPro-Bold.woff) format("woff"), url(../fonts/PFBagueSansProWeb_Bold/PFBagueSansPro-Bold.otf) format("opentype"), url(../fonts/PFBagueSansProWeb_Bold/PFBagueSansPro-Bold.svg#PFBagueSansPro-Bold) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PF Bague Sans Pro Regular';
  src: url(../fonts/PFBagueSansProWeb_Reg/PFBagueSansPro-Regular.eot);
  src: url(../fonts/PFBagueSansProWeb_Reg/PFBagueSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/PFBagueSansProWeb_Reg/PFBagueSansPro-Regular.woff) format("woff"), url(../fonts/PFBagueSansProWeb_Reg/PFBagueSansPro-Regular.otf) format("opentype"), url(../fonts/PFBagueSansProWeb_Reg/PFBagueSansPro-Regular.svg#PFBagueSansPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PF Bague Sans Pro Thin';
  src: url(../fonts/PFBagueSansProWeb_Thin/PFBagueSansPro-Thin.eot);
  src: url(../fonts/PFBagueSansProWeb_Thin/PFBagueSansPro-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/PFBagueSansProWeb_Thin/PFBagueSansPro-Thin.woff) format("woff"), url(../fonts/PFBagueSansProWeb_Thin/PFBagueSansPro-Thin.otf) format("opentype"), url(../fonts/PFBagueSansProWeb_Thin/PFBagueSansPro-Thin.svg#PFBagueSansPro-Regular) format("svg");
  font-weight: normal;
  font-style: normal; }
/*-------------------------------------------------------------------------------------------------
   HACKS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  Normalize styles based on Foundation 5
  (normalize.css v3.0.2 | MIT License | git.io/normalize)
----------------------------------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

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

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none; }

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

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

img, svg {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic; }

figure {
  margin: 0; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/*-------------------------------------------------------------------------------------------------
  BASIC STYLE RULES & GRID SYSTEM
--------------------------------------------------------------------------------------------------*/
html, body {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background-color: #AEAF9F;
  color: #ffffff;
  font: normal normal 100%/1em "PF Bague Sans Pro Regular", sans-serif;
  position: relative;
  cursor: auto;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto; }

body.no-scroll {
  height: 100vh;
  width: 100vw;
  position: fixed; }

.page-template-homepage {
  scroll-snap-points-y: repeat(100%);
  scroll-snap-type: mandatory;
  scroll-snap-destination: 100% 0%; }

@media screen and (max-width: 59.375em) {
  .page-template-homepage {
    scroll-snap-type: none; } }
/* HTML5 Elements 
----------------------------------------------------------------------*/
img, object, embed, svg, iframe {
  max-width: 100%;
  border: 0; }

embed {
  height: 100%; }

img, svg {
  height: auto; }

object, embed, iframe {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Typography
----------------------------------------------------------------------*/
b, strong {
  font-weight: normal;
  font-family: "PF Bague Sans Pro Bold", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

h1, h2, h3 {
  margin: 0; }

h4, h5, h6 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  margin: 0 0 1em; }

h1, h2 {
  font-size: 0.8125em;
  line-height: 1.1538461538em; }

h3 {
  font-size: 1.1875em;
  line-height: 1.2105263158em;
  font-family: "PF Bague Sans Pro Bold", sans-serif; }

address {
  font: inherit; }

p {
  font-size: 1em;
  line-height: inherit;
  margin: 0 0 15px; }
  p:last-child {
    margin-bottom: 0; }

.caption {
  font-size: 0.9375em;
  line-height: 1.5333333333em;
  margin-top: 0.5333333333em; }

::selection {
  background: #DBA753;
  color: #ffffff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #DBA753;
  color: #ffffff;
  /* Gecko Browsers */ }

/* LINKS 
----------------------------------------------------------------------*/
a,
a:hover,
a:focus,
a:active,
.current-menu-item a {
  color: inherit;
  outline: none;
  text-decoration: none; }

/* BUTTONS 
----------------------------------------------------------------------*/
button,
.button {
  cursor: pointer;
  text-decoration: none;
  font-weight: inherit;
  font-weight: "PF Bague Sans Pro Regular", sans-serif;
  font-style: normal;
  text-align: center;
  border: none;
  display: block;
  position: relative;
  -webkit-appearance: textearea;
  -moz-appearance: textarea;
  overflow: visible;
  border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  outline: none;
  text-decoration: none;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: inherit;
  margin: auto; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    border: none;
    outline: none;
    text-decoration: none; }
  button.disabled, button[disabled],
  .button.disabled,
  .button[disabled] {
    cursor: default;
    box-shadow: none; }

/* Lists
----------------------------------------------------------------------*/
ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

ul.no-bullet {
  list-style: none; }

ul.square,
ol.square {
  list-style-type: square; }

ul.circle,
ol.circle {
  list-style-type: circle; }

ul.disc,
ol.disc {
  list-style-type: disc; }

.inline-block li, img li, svg li, .inline_column li,
.inline li {
  display: inline;
  vertical-align: middle;
  list-style: none; }

.content ul,
.content ol {
  list-style-position: outside;
  margin-left: 18px; }
  .content ul li,
  .content ol li {
    padding-left: 5px;
    margin-bottom: 25px; }
    .content ul li li,
    .content ol li li {
      margin-bottom: 15px; }
      .content ul li li li,
      .content ol li li li {
        margin-bottom: 5px; }

/*  Forms
----------------------------------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-weight: inherit;
  max-width: 100%; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox; }

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES 
---------------------------------------------------------------------------------------------------- */
/*  Display property 
----------------------------------------------------------------------*/
.block {
  display: block; }

.inline-block, img, svg, .inline_column {
  display: inline-block;
  vertical-align: middle; }

.inline {
  display: inline; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent; }

/* Floating elements 
----------------------------------------------------------------------*/
.left {
  float: left; }

.right {
  float: right !important; }

.none {
  float: none; }

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

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

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

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  clear: both; }

/*Scrollbars
----------------------------------------------------------------------*/
/* Track */
/* Handle */
/*Containers
----------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: GRID SYSTEM
---------------------------------------------------------------------------------------------------- */
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------*/
.alpha {
  padding-left: 0 !important; }

.omega {
  padding-right: 0 !important; }

.noPaddings {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gutter {
  padding-left: 0;
  padding-right: 0; }

/* Clearing Styles
-----------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block; }

.clear:before,
.clear:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clear:after {
  clear: both; }

/* Containers
-----------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit; }

.wrapper {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: initial; }

.column {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.inline_column {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2px;
  margin-right: -2px;
  float: none; }

[class*="inline_column"] + [class*="inline_column"]:last-child {
  float: none; }

[class*="push-"],
[class*="pull-"] {
  position: relative; }

[class*="push-"] {
  right: auto; }

[class*="pull-"] {
  left: auto; }

.viewport_height {
  height: 100vh; }

.viewport_min_height {
  min-height: 100vh; }

@media only screen {
  .xxs-1 {
    width: 8.33333%; }

  .xxs-2 {
    width: 16.66667%; }

  .xxs-3 {
    width: 25%; }

  .xxs-4 {
    width: 33.33333%; }

  .xxs-5 {
    width: 41.66667%; }

  .xxs-6 {
    width: 50%; }

  .xxs-7 {
    width: 58.33333%; }

  .xxs-8 {
    width: 66.66667%; }

  .xxs-9 {
    width: 75%; }

  .xxs-10 {
    width: 83.33333%; }

  .xxs-11 {
    width: 91.66667%; }

  .xxs-12 {
    width: 100%; } }
@media screen and (min-width: 48em) {
  .xs-1 {
    width: 8.33333%; }

  .xs-2 {
    width: 16.66667%; }

  .xs-3 {
    width: 25%; }

  .xs-4 {
    width: 33.33333%; }

  .xs-5 {
    width: 41.66667%; }

  .xs-6 {
    width: 50%; }

  .xs-7 {
    width: 58.33333%; }

  .xs-8 {
    width: 66.66667%; }

  .xs-9 {
    width: 75%; }

  .xs-10 {
    width: 83.33333%; }

  .xs-11 {
    width: 91.66667%; }

  .xs-12 {
    width: 100%; } }
@media screen and (min-width: 64em) {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; } }
@media screen and (min-width: 75.0625em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; } }
@media screen and (min-width: 90.0625em) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; } }
@media screen and (min-width: 105.0625em) {
  .xl-1 {
    width: 8.33333%; }

  .xl-2 {
    width: 16.66667%; }

  .xl-3 {
    width: 25%; }

  .xl-4 {
    width: 33.33333%; }

  .xl-5 {
    width: 41.66667%; }

  .xl-6 {
    width: 50%; }

  .xl-7 {
    width: 58.33333%; }

  .xl-8 {
    width: 66.66667%; }

  .xl-9 {
    width: 75%; }

  .xl-10 {
    width: 83.33333%; }

  .xl-11 {
    width: 91.66667%; }

  .xl-12 {
    width: 100%; } }
@media screen and (min-width: 118.75em) {
  .xxl-1 {
    width: 8.33333%; }

  .xxl-2 {
    width: 16.66667%; }

  .xxl-3 {
    width: 25%; }

  .xxl-4 {
    width: 33.33333%; }

  .xxl-5 {
    width: 41.66667%; }

  .xxl-6 {
    width: 50%; }

  .xxl-7 {
    width: 58.33333%; }

  .xxl-8 {
    width: 66.66667%; }

  .xxl-9 {
    width: 75%; }

  .xxl-10 {
    width: 83.33333%; }

  .xxl-11 {
    width: 91.66667%; }

  .xxl-12 {
    width: 100%; } }
@media screen and (min-width: 160em) {
  .wrapper,
  body {
    max-width: 160em; }

  html {
    background-color: #BDBFAD; }

  body {
    margin: 0 auto; } }
@media screen and (max-width: 59.375em) {
  .viewport_height {
    height: auto; } }
/* TARGET All mobile Devices
---------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto; }

.oldie .wrapper {
  width: 63.75em; }

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES
---------------------------------------------------------------------------------------------------- */
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-moz-keyframes bounce_right {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -moz-transform: translateX(-15px);
    transform: translateX(-15px); } }
@-webkit-keyframes bounce_right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }
@keyframes bounce_right {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }
@-moz-keyframes brown_pulse {
  from {
    background-color: #BFB4A8;
    border-color: #BFB4A8; }
  50% {
    background-color: #A29283;
    border-color: #A29283; }
  to {
    background-color: #BFB4A8;
    border-color: #BFB4A8; } }
@-webkit-keyframes brown_pulse {
  from {
    background-color: #BFB4A8; }
  50% {
    background-color: #A29283; }
  to {
    background-color: #BFB4A8; } }
@keyframes brown_pulse {
  from {
    background-color: #BFB4A8; }
  50% {
    background-color: #A29283; }
  to {
    background-color: #BFB4A8; } }
@-moz-keyframes green_pulse {
  from {
    background-color: #BDBFAD;
    border-color: #BDBFAD; }
  50% {
    background-color: #999B88;
    border-color: #999B88; }
  to {
    background-color: #BDBFAD;
    border-color: #BDBFAD; } }
@-webkit-keyframes green_pulse {
  from {
    background-color: #BDBFAD; }
  50% {
    background-color: #999B88; }
  to {
    background-color: #BDBFAD; } }
@keyframes green_pulse {
  from {
    background-color: #BDBFAD; }
  50% {
    background-color: #999B88; }
  to {
    background-color: #BDBFAD; } }
@-moz-keyframes blue_pulse {
  from {
    background-color: #B9C1C4;
    border-color: #B9C1C4; }
  50% {
    background-color: #88A2AA;
    border-color: #88A2AA; }
  to {
    background-color: #B9C1C4;
    border-color: #B9C1C4; } }
@-webkit-keyframes blue_pulse {
  from {
    background-color: #B9C1C4; }
  50% {
    background-color: #88A2AA; }
  to {
    background-color: #B9C1C4; } }
@keyframes blue_pulse {
  from {
    background-color: #B9C1C4; }
  50% {
    background-color: #88A2AA; }
  to {
    background-color: #B9C1C4; } }
@-moz-keyframes gold_pulse {
  from {
    background-color: #DDD1BF;
    border-color: #DDD1BF; }
  50% {
    background-color: #BBA682;
    border-color: #BBA682; }
  to {
    background-color: #DDD1BF;
    border-color: #DDD1BF; } }
@-webkit-keyframes gold_pulse {
  from {
    background-color: #DDD1BF; }
  50% {
    background-color: #BBA682;
    border-color: #BBA682; }
  to {
    background-color: #DDD1BF; } }
@keyframes gold_pulse {
  from {
    background-color: #DDD1BF; }
  50% {
    background-color: #BBA682;
    border-color: #BBA682; }
  to {
    background-color: #DDD1BF; } }
@-moz-keyframes purple_pulse {
  from {
    background-color: #CCC8C9;
    border-color: #CCC8C9; }
  50% {
    background-color: #9F9294;
    border-color: #9F9294; }
  to {
    background-color: #CCC8C9;
    border-color: #CCC8C9; } }
@-webkit-keyframes purple_pulse {
  from {
    background-color: #CCC8C9; }
  50% {
    background-color: #9F9294; }
  to {
    background-color: #CCC8C9; } }
@keyframes purple_pulse {
  from {
    background-color: #CCC8C9; }
  50% {
    background-color: #9F9294; }
  to {
    background-color: #CCC8C9; } }
@-moz-keyframes grey_pulse {
  from {
    background-color: #bebebe;
    border-color: #bebebe; }
  50% {
    background-color: #929292;
    border-color: #929292; }
  to {
    background-color: #bebebe;
    border-color: #bebebe; } }
@-webkit-keyframes grey_pulse {
  from {
    background-color: #bebebe; }
  50% {
    background-color: #929292; }
  to {
    background-color: #bebebe; } }
@keyframes grey_pulse {
  from {
    background-color: #bebebe; }
  50% {
    background-color: #929292; }
  to {
    background-color: #bebebe; } }
@-moz-keyframes yellow_pulse {
  from {
    background-color: #DBA753;
    border-color: #DBA753; }
  50% {
    background-color: #db9525;
    border-color: #db9525; }
  to {
    background-color: #DBA753;
    border-color: #DBA753; } }
@-webkit-keyframes yellow_pulse {
  from {
    background-color: #DBA753; }
  50% {
    background-color: #db9525; }
  to {
    background-color: #DBA753; } }
@keyframes yellow_pulse {
  from {
    background-color: #DBA753; }
  50% {
    background-color: #db9525; }
  to {
    background-color: #DBA753; } }
.section_description {
  font-size: 2.0625em;
  line-height: 1.2121212121em;
  margin: 25px 0 40px;
  text-align: justify; }

.section_title_image {
  text-align: center;
  height: 85px; }
  .section_title_image img {
    max-height: 100%; }

.view_info {
  background-color: #DBA753;
  color: #ffffff;
  border: 1px solid #DBA753;
  padding: 28px 110px;
  width: 410px;
  height: 100px; }
  .view_info img {
    max-height: 100%;
    margin: auto; }

.view_page {
  width: 150px;
  height: 170px;
  text-align: center;
  position: relative; }
  .view_page:after {
    background: url(../img/icons/icon-button_bg.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: -1; }
  .view_page:hover:after {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; }

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #999B88;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }
@media screen and (max-width: 125em) {
  .view_info {
    width: 320px;
    height: 80px;
    padding: 19px 50px; }

  .view_page {
    width: 110px;
    height: 130px; } }
@media screen and (max-width: 118.6875em) {
  .section_description {
    font-size: 1.75em;
    margin: 37px 0 50px; }

  .section_title_image {
    height: 76px; } }
@media screen and (max-width: 105em) {
  .view_page {
    width: 90px;
    height: 100px; }

  .view_info {
    width: 260px;
    height: 65px;
    padding: 16px 50px; } }
@media screen and (max-width: 90em) {
  .view_page {
    width: 70px;
    height: 90px; }

  .view_info {
    width: 250px;
    height: 54px;
    padding: 5px 50px; }

  .section_title_image {
    height: 55px; }

  .section_description {
    font-size: 1.3125em;
    margin: 30px 0 40px; } }
@media screen and (max-width: 68.75em) {
  .view_info {
    width: 200px;
    height: 50px;
    padding: 10px 20px; } }
@media screen and (max-width: 47.9375em) {
  .view_page {
    width: 50px;
    height: 60px; }

  .section_title_image {
    height: 30px; }

  .section_description {
    font-size: 0.9375em;
    margin: 28px 0 14px; } }
/*-------------------------------------------------------------------------------------------------
  GLOBAL ELEMENTS
--------------------------------------------------------------------------------------------------*/
#global_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  text-align: center;
  transform: translateZ(0);
  transition: all 0.5s; }

.logo {
  display: inline-block;
  text-align: center;
  padding-top: 46px;
  padding-bottom: 30px; }
  .logo img {
    height: 110px; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
@media screen and (max-width: 125em) {
  .logo {
    padding-top: 36px; }
    .logo img {
      height: 85px; }

  .scrolled .logo {
    padding-bottom: 17px; }
    .scrolled .logo img {
      height: 45px; } }
@media screen and (max-width: 105em) {
  .logo {
    padding-top: 25px;
    padding-bottom: 15px; }
    .logo img {
      height: 60px; } }
@media screen and (max-width: 90em) {
  .logo {
    padding-top: 22px;
    padding-bottom: 22px; }
    .logo img {
      height: 60px; }

  .scrolled .logo {
    padding-bottom: 17px; }
    .scrolled .logo img {
      height: 45px; } }
@media screen and (max-width: 63.9375em) {
  .logo {
    padding-top: 15px; } }
@media screen and (max-width: 47.9375em) {
  .logo {
    padding-top: 26px; }
    .logo img {
      height: 50px; } }
.cc_banner-wrapper {
  background-color: #DBA753;
  position: fixed !important;
  bottom: 0;
  left: 0;
  right: 0; }

.cc_banner.cc_container {
  border: #DBA753;
  background-color: #DBA753;
  position: relative;
  color: #ffffff;
  width: 1020px;
  max-width: 100%;
  margin: auto;
  padding: 8px 15px; }

.cc_banner.cc_container .cc_message {
  font-size: 14px;
  line-height: 20px;
  text-align: justify; }

.cc_container a.cc_btn {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #ffffff;
  color: #DBA753;
  width: auto;
  margin: 0 0 2px;
  padding: 8px 12px;
  font-size: 14px; }
  .cc_container a.cc_btn:hover {
    background-color: #DBA753;
    color: #ffffff; }

.cc_container .cc_message a {
  color: #ffffff;
  text-decoration: underline; }
  .cc_container .cc_message a:hover, .cc_container .cc_message a:visited {
    color: #ffffff;
    text-decoration: none; }

@media screen and (max-width: 59.375em) {
  .logo {
    padding-top: 20px; } }
@media screen and (max-width: 47.9375em) {
  .logo {
    padding-top: 20px; }
    .logo img {
      height: 40px; } }
@media screen and (max-width: 30em) {
  .cc_banner.cc_container {
    padding-bottom: 45px; }

  .cc_container a.cc_btn {
    position: absolute;
    font-size: 0.8125em;
    line-height: 1em;
    left: 5px;
    right: 5px;
    bottom: 5px;
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 100%; } }
main,
aside {
  position: relative;
  z-index: 1; }

#global_footer {
  padding: 105px 0 80px;
  background-color: #AEAF9F;
  color: #ffffff; }

.footer_nav {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px;
  padding: 36px 4% 0;
  border-right: 1px solid #9E9F84; }
  .footer_nav ul {
    list-style-type: none; }
  .footer_nav li,
  .footer_nav .label {
    font-size: 1.6875em;
    line-height: 1.2222222222em;
    text-transform: uppercase; }
  .footer_nav li {
    margin-bottom: 28px; }
  .footer_nav .label {
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    padding-bottom: 23px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff; }

.social_channels {
  display: block;
  margin: 0 -20px; }
  .social_channels li {
    margin: 0 20px;
    display: inline-block; }
  .social_channels a {
    font-size: 35px;
    display: block;
    width: 89px;
    height: 89px;
    line-height: 89px;
    text-align: center;
    color: #ffffff;
    background-color: #DBA753;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #DBA753; }
    .social_channels a:hover {
      background-color: transparent;
      color: #ffffff; }

#copyrights {
  padding: 125px 0 0;
  font-size: 1.4375em;
  line-height: 1.1739130435em;
  text-align: center; }
  #copyrights p {
    margin: 0; }
  #copyrights a {
    color: #ffffff; }
    #copyrights a:hover {
      color: #DBA753; }
  #copyrights br {
    display: none; }

@media screen and (max-width: 125em) {
  .social_channels {
    margin: 0 -11px; }
    .social_channels li {
      margin: 0 11px; }
    .social_channels a {
      font-size: 30px;
      width: 75px;
      height: 75px;
      line-height: 80px; } }
@media screen and (max-width: 118.6875em) {
  #global_footer {
    padding: 85px 0 60px; }

  .footer_nav {
    padding: 22px 4% 0; }
    .footer_nav li,
    .footer_nav .label {
      font-size: 1.375em;
      line-height: 1.1818181818em; }
    .footer_nav li {
      margin-bottom: 24px; }
    .footer_nav .label {
      padding-bottom: 29px;
      margin-bottom: 32px; }

  .social_channels a {
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 68px; }

  #copyrights {
    padding: 105px 0 0;
    font-size: 1.25em; } }
@media screen and (max-width: 105em) {
  .footer_nav li,
  .footer_nav .label {
    font-size: 1.1875em;
    line-height: 1.1578947368em; }
  .footer_nav li {
    margin-bottom: 22px; }
  .footer_nav .label {
    padding-bottom: 24px;
    margin-bottom: 29px; }

  .social_channels a {
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px; }

  #copyrights {
    font-size: 1.0625em; } }
@media screen and (max-width: 90em) {
  .footer_nav li,
  .footer_nav .label {
    font-size: 1em;
    line-height: 1.1875em; }
  .footer_nav li {
    margin-bottom: 20px; }
  .footer_nav .label {
    padding-bottom: 14px;
    margin-bottom: 24px; }

  .social_channels a {
    font-size: 22px;
    width: 52px;
    height: 52px;
    line-height: 52px; }

  #copyrights {
    font-size: 0.875em;
    line-height: 1.1428571429em; } }
@media screen and (max-width: 59.375em) {
  #global_footer {
    padding: 80px 0 40px; }

  .footer_nav {
    width: 33.3%;
    padding: 22px 50px;
    min-height: 340px; }
    .footer_nav .label {
      font-size: 1.125em; }

  .social_channels_nav {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    min-height: 0;
    padding: 0 50px; }
    .social_channels_nav li {
      margin-bottom: 0; }
    .social_channels_nav .label,
    .social_channels_nav .social_channels {
      display: inline-block;
      vertical-align: middle; }
    .social_channels_nav .label {
      padding: 0 16px 0 0;
      margin: 0 16px 0 0;
      border-right: 1px solid #ffffff;
      border-bottom: none;
      line-height: 52px; }

  #copyrights {
    padding-top: 70px; } }
@media screen and (max-width: 47.9375em) {
  #global_footer {
    padding: 70px 0 20px; }

  .footer_nav {
    width: 100%;
    padding: 0 50px 25px;
    min-height: 0;
    text-align: center; }
    .footer_nav .label {
      padding-bottom: 6px;
      margin-bottom: 11px;
      text-align: center;
      font-size: 15px; }
    .footer_nav li {
      font-size: 14px;
      margin-bottom: 6px; }

  .social_channels_nav {
    margin-top: 30px;
    padding: 0 60px; }
    .social_channels_nav .label {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      border-right: none;
      border-bottom: 1px solid #ffffff;
      line-height: 1.1875em;
      padding-bottom: 6px;
      margin-bottom: 11px; }

  #copyrights {
    padding: 50px 30px 0;
    text-align: center;
    font-size: 11px; }
    #copyrights br {
      display: block; } }
.nav_toggle {
  background: url(../img/icons/icon-open_nav.png) no-repeat scroll center center #DBA753;
  background-size: auto 68px;
  width: 160px;
  height: 160px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .nav_toggle.active {
    background-image: url(../img/icons/icon-close_nav.png); }

.languages_navigation {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 55px;
  padding-right: 50px; }
  .languages_navigation li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #95989A; }
    .languages_navigation li:first-child {
      border-left: none; }
  .languages_navigation a {
    padding: 0 15px;
    color: inherit;
    display: block;
    font-size: 1.25em;
    line-height: 1.2em;
    text-align: right; }
  .languages_navigation .wpml-ls-current-language a {
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    color: #95989A; }

.navigation_section {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 0;
  background-color: #91917F;
  background-image: url(../img/icons/icon-coffee_bean_opacity.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: auto 70%;
  color: #ffffff;
  z-index: 300;
  width: 100%; }
  .navigation_section .wrapper {
    max-height: 100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .navigation_section.active {
    display: block; }
  .navigation_section li {
    list-style-type: none; }
  .navigation_section .menu {
    list-style-type: none;
    max-width: 100%;
    margin: 55px auto; }
    .navigation_section .menu a {
      display: block;
      font-family: "PF Bague Sans Pro Bold", sans-serif;
      font-weight: normal;
      font-size: 3.75em;
      line-height: 1.0333333333em;
      padding: 20px 0;
      text-align: center;
      width: 100%; }
  .navigation_section a {
    display: block;
    max-width: 100%; }
    .navigation_section a:hover {
      color: #DBA753; }
  .navigation_section .sub-menu {
    margin: 0 auto 40px;
    display: none; }
    .navigation_section .sub-menu li {
      list-style-type: none; }
    .navigation_section .sub-menu.active {
      display: block; }
    .navigation_section .sub-menu a {
      font-family: "PF Bague Sans Pro Regular", sans-serif;
      font-size: 2.8125em;
      padding: 10px 0; }
  .navigation_section .social_channels {
    position: absolute;
    bottom: 100px;
    right: 60px; }
    .navigation_section .social_channels li {
      display: block;
      margin: 20px 0; }
      .navigation_section .social_channels li:first-child {
        margin-top: 0; }
      .navigation_section .social_channels li:last-child {
        margin-bottom: 0; }

.main_navigation__mobile {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  right: 0; }

@media screen and (min-width: 160em) {
  .nav_toggle {
    left: auto; } }
@media screen and (max-width: 125em) {
  .nav_toggle {
    background-size: auto 60px;
    width: 120px;
    height: 120px; }

  .languages_navigation a {
    padding: 0 12px;
    font-size: 1.125em;
    line-height: 1.1666666667em; }

  .navigation_section .menu a {
    font-size: 3.125em;
    line-height: 1.04em; }
  .navigation_section .sub-menu a {
    font-size: 2.1875em; } }
@media screen and (max-width: 105em) {
  .nav_toggle {
    background-size: auto 48px;
    width: 110px;
    height: 110px; }

  .languages_navigation {
    padding-top: 40px; }

  .navigation_section .menu a {
    font-size: 2.5em;
    line-height: 1.05em; }
  .navigation_section .sub-menu a {
    padding: 6px 0;
    font-size: 1.75em; } }
@media screen and (max-width: 90em) {
  .nav_toggle {
    background-size: auto 42px;
    width: 100px;
    height: 100px; }

  .languages_navigation {
    padding-top: 46px; }

  .navigation_section .menu a {
    padding: 10px 0;
    font-size: 2em;
    line-height: 1.125em; }
  .navigation_section .sub-menu a {
    padding: 6px 0;
    font-size: 1.3125em; } }
@media screen and (max-width: 63.75em) {
  .nav_toggle {
    width: 80px;
    height: 80px; } }
@media screen and (max-width: 59.375em) {
  .nav_toggle {
    background-size: auto 36px;
    width: 85px;
    height: 85px; }

  .languages_navigation {
    padding-right: 25px;
    padding-top: 35px; }

  .navigation_section {
    background-size: 88% auto; }
    .navigation_section .sub-menu a {
      padding: 6px 0; } }
@media screen and (max-width: 47.9375em) {
  .nav_toggle {
    background-size: auto 30px;
    width: 50px;
    height: 50px; }

  .languages_navigation {
    padding-right: 5px;
    padding-top: 18px; }
    .languages_navigation a {
      padding: 0 5px;
      font-size: 0.875em;
      line-height: 1.3571428571em; }

  .navigation_section .menu a {
    padding: 7px 0;
    font-size: 1.3125em; }
  .navigation_section .sub-menu {
    margin-bottom: 25px; }
    .navigation_section .sub-menu a {
      font-size: 1em; }
  .navigation_section .social_channels {
    right: 30px;
    bottom: 30px; }
    .navigation_section .social_channels a {
      font-size: 16px;
      width: 35px;
      height: 35px;
      line-height: 35px; } }
@media screen and (max-width: 47.9375em) and (orientation: portrait) {
  .navigation_section .social_channels {
    left: 30px;
    margin: auto;
    text-align: center; }
    .navigation_section .social_channels li {
      display: inline-block;
      margin: 0 15px; } }
/*-------------------------------------------------------------------------------------------------
   FUNCTIONS
--------------------------------------------------------------------------------------------------*/
.slide {
  position: relative; }

.slider_counter {
  position: absolute;
  left: 85px;
  bottom: 60px;
  font-family: "PF Bague Sans Pro Thin", sans-serif;
  font-size: 4.75em;
  line-height: 1em;
  letter-spacing: -10px;
  color: #ffffff; }

.current_slide_no,
.counter_seperator {
  font-size: 179%; }

.product_cat_slides .slick-dots {
  overflow-y: visible; }

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 2; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 13px;
    text-indent: -99999px;
    color: transparent;
    font-size: 0; }
  .slick-dots .slick-active {
    transform: scale(1.7, 1.7);
    -webkit-transform: scale(1.7, 1.7);
    -ms-transform: scale(1.7, 1.7);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; }

.slider_nav .prev_slide,
.slider_nav .next_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }
.slider_nav .prev_slide {
  left: 350px; }
.slider_nav .next_slide {
  right: 400px; }

.slick-arrow:hover {
  transform: translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out; }
  .slick-arrow:hover.prev_slide {
    transform: translate(-5px, 0);
    -webkit-transform: translate(-5px, 0);
    -ms-transform: translate(-5px, 0); }

.arrow_right,
.arrow_left {
  background: url(../img/icons/icon-arrow_right.png) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  display: inline-block; }

.arrow_left {
  background-image: url(../img/icons/icon-arrow_left.png); }

@media screen and (max-width: 125em) {
  .slider_counter {
    font-size: 3.75em; }

  .slider_nav .prev_slide {
    left: 200px; }
  .slider_nav .next_slide {
    right: 250px; } }
@media screen and (max-width: 118.6875em) {
  .slider_counter {
    font-size: 3.4375em;
    left: 60px;
    bottom: 35px;
    letter-spacing: -6px; }

  .slick-dots {
    bottom: 75px; }
    .slick-dots li {
      width: 27px;
      height: 27px;
      margin: 0 11px; } }
@media screen and (max-width: 105em) {
  .slider_nav .prev_slide {
    left: 180px; }
  .slider_nav .next_slide {
    right: 215px; } }
@media screen and (max-width: 90em) {
  .slick-dots {
    bottom: 65px; }
    .slick-dots li {
      width: 19px;
      height: 19px;
      margin: 0 7px; }

  .slider_counter {
    font-size: 2.75em;
    left: 30px;
    letter-spacing: -5px; } }
@media screen and (max-width: 59.375em) {
  .slick-dots {
    bottom: auto;
    top: 590px; }
    .slick-dots li {
      width: 17px;
      height: 17px;
      margin: 0 8px; } }
@media screen and (max-width: 47.9375em) {
  .slick-dots {
    top: 373px; }
    .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 4px; } }
@media screen and (max-width: 25em) {
  .slick-dots {
    top: 305px; } }
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #8b8362; }
  .slick-lightbox.slick-hide {
    opacity: 0; }
  .slick-lightbox.slick-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0; }
  .slick-lightbox.slick-lightbox-ie.slick-hide, .slick-lightbox.slick-lightbox-ie.slick-hide-init {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .slick-lightbox .slick-lightbox-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item {
      text-align: center;
      overflow: hidden; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
        display: inline-block;
        vertical-align: middle;
        max-width: 90%;
        max-height: 90%; }
        .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
          margin: 0 auto;
          display: block;
          max-width: 90%;
          max-height: 90%; }
        .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
          margin-top: 10px;
          color: white; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption {
      display: block;
      text-align: center; }
    .slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
      position: absolute;
      top: 50px;
      right: 50px;
      display: block;
      width: 100px;
      height: 100px;
      background: url(../img/wordings/close.png) no-repeat scroll center center transparent;
      background-size: 65% auto; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:after {
        background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        z-index: -1; }
      .slick-lightbox .slick-lightbox-inner .slick-lightbox-close:hover:after {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-list {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent; }
  .slick-lightbox .slick-arrow {
    width: 125px;
    height: 150px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute;
    background: url(../img/icons/icon-arrow_right.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
    text-indent: -9999px;
    color: transparent; }
    .slick-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:hover:after {
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
      .slick-lightbox .slick-arrow:hover.prev_slide, .slick-lightbox .slick-arrow:hover:after.prev_slide {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; }
    .slick-lightbox .slick-arrow:after {
      background: url(../img/icons/icon-button_bg.png) no-repeat scroll center center transparent;
      background-size: 100% auto;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: "";
      z-index: -1; }
  .slick-lightbox .slick-prev {
    left: 50px;
    background-image: url(../img/icons/icon-arrow_left.png); }
  .slick-lightbox .slick-next {
    right: 50px; }

@media screen and (max-width: 118.6875em) {
  .slick-lightbox .slick-list {
    border-left-width: 170px;
    border-right-width: 170px; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px; }
  .slick-lightbox .slick-arrow {
    width: 80px;
    height: 90px; }
  .slick-lightbox .slick-next {
    right: 20px; }
  .slick-lightbox .slick-prev {
    left: 20px; } }
@media screen and (max-width: 68.75em) {
  .slick-lightbox .slick-list {
    border-left-width: 100px;
    border-right-width: 100px; }
  .slick-lightbox .slick-lightbox-inner .slick-lightbox-close {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px; }
  .slick-lightbox .slick-arrow {
    width: 60px;
    height: 70px; }
  .slick-lightbox .slick-next {
    right: 15px; }
  .slick-lightbox .slick-prev {
    left: 15px; } }
@media screen and (max-width: 47.9375em) {
  .slick-lightbox .slick-next,
  .slick-lightbox .slick-prev {
    opacity: 0;
    visibility: hidden; }
  .slick-lightbox .slick-list {
    border-left-width: 10px;
    border-right-width: 10px; } }
/*-------------------------------------------------------------------------------------------------
  MODULES
--------------------------------------------------------------------------------------------------*/
.cover_section {
  color: #ffffff;
  background-color: #AEAF9F;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 1; }
  .cover_section .moto {
    font-size: 6.0625em;
    line-height: 1.1649484536em;
    height: 2em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .cover_section .cover_moto {
    position: absolute;
    top: 0;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%; }

.scroll_down {
  width: 106px;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
  -ms-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }

.hp_cover_section {
  position: relative; }
  .hp_cover_section:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -180px;
    width: 535px;
    height: 450px;
    background: url(../img/icons/icon-coffee_beans_nuts.png) no-repeat scroll center center transparent;
    background-size: auto 100%; }

@media screen and (max-width: 125em) {
  .cover_section .moto {
    font-size: 4.1875em; }

  .scroll_down {
    width: 92px; }

  .hp_cover_section:after {
    height: 440px; } }
@media screen and (max-width: 118.6875em) {
  .scroll_down {
    width: 80px; }

  .cover_section .moto {
    font-size: 3.125em; }

  .hp_cover_section:after {
    bottom: -100px;
    width: 306px;
    height: 330px; } }
@media screen and (max-width: 105em) {
  .scroll_down {
    width: 75px;
    bottom: 55px; }

  .cover_section .moto {
    font-size: 3.125em; }

  .hp_cover_section:after {
    height: 300px; } }
@media screen and (max-width: 90em) {
  .scroll_down {
    width: 65px;
    bottom: 40px; }

  .cover_section .moto {
    font-size: 2.375em; }
  .cover_section .cover_moto {
    width: 46%; }

  .hp_cover_section:after {
    height: 250px; } }
@media screen and (max-width: 68.75em) {
  .cover_section {
    background-attachment: scroll; } }
@media screen and (max-width: 63.75em) {
  .hp_cover_section:after {
    display: none; } }
@media screen and (max-width: 59.375em) {
  .cover_section .wrapper {
    height: auto;
    min-height: 98vh; }
  .cover_section .moto {
    width: 300px;
    max-width: 100%;
    bottom: auto;
    top: 36%; }
  .cover_section .cover_moto {
    width: 65%; }

  .scroll_down {
    bottom: 120px; } }
@media screen and (max-width: 47.9375em) {
  .cover_section .wrapper {
    height: auto;
    min-height: 99vh; }
  .cover_section .moto {
    width: 100%;
    padding: 0 60px;
    font-size: 1.875em; }
  .cover_section .cover_moto {
    width: 85%; }

  .scroll_down {
    bottom: 70px;
    width: 50px; } }
.product_cat_slideshow {
  background-color: #908173;
  position: relative; }

.product_cat_slides {
  text-align: center;
  width: 100%;
  float: left; }
  .product_cat_slides .left_column,
  .product_cat_slides .right_column {
    padding: 70px 0;
    width: 50%;
    float: left;
    position: relative; }
  .product_cat_slides .right_column {
    padding: 260px 0; }
  .product_cat_slides .coffee {
    background-color: #938070; }
    .product_cat_slides .coffee .left_column {
      background-color: #BFB4A8; }
    .product_cat_slides .coffee .right_column {
      background-color: #938070; }
    .product_cat_slides .coffee .pc__view_more {
      background-color: #BFB4A8;
      -webkit-animation: brown_pulse 4s infinite;
      -moz-animation: brown_pulse 4s infinite;
      -o-animation: brown_pulse 4s infinite;
      -ms-animation: brown_pulse 4s infinite;
      animation: brown_pulse 4s infinite; }
      .product_cat_slides .coffee .pc__view_more:hover, .product_cat_slides .coffee .pc__view_more:focus {
        background-color: #938070;
        border-color: #BFB4A8; }
  .product_cat_slides .fitness-health {
    background-color: #627B83; }
    .product_cat_slides .fitness-health .left_column {
      background-color: #B9C1C4; }
    .product_cat_slides .fitness-health .right_column {
      background-color: #627B83; }
    .product_cat_slides .fitness-health .pc__view_more {
      background-color: #B9C1C4;
      -webkit-animation: blue_pulse 4s infinite;
      -moz-animation: blue_pulse 4s infinite;
      -o-animation: blue_pulse 4s infinite;
      -ms-animation: blue_pulse 4s infinite;
      animation: blue_pulse 4s infinite; }
      .product_cat_slides .fitness-health .pc__view_more:hover, .product_cat_slides .fitness-health .pc__view_more:focus {
        background-color: #627B83;
        border-color: #B9C1C4; }
  .product_cat_slides .sweets-and-treats {
    background-color: #C1A069; }
    .product_cat_slides .sweets-and-treats .left_column {
      background-color: #DDD1BF; }
    .product_cat_slides .sweets-and-treats .right_column {
      background-color: #C1A069; }
    .product_cat_slides .sweets-and-treats .pc__view_more {
      background-color: #DDD1BF;
      -webkit-animation: gold_pulse 4s infinite;
      -moz-animation: gold_pulse 4s infinite;
      -o-animation: gold_pulse 4s infinite;
      -ms-animation: gold_pulse 4s infinite;
      animation: gold_pulse 4s infinite; }
      .product_cat_slides .sweets-and-treats .pc__view_more:hover, .product_cat_slides .sweets-and-treats .pc__view_more:focus {
        background-color: #C1A069;
        border-color: #DDD1BF; }
  .product_cat_slides .dry-nuts {
    background-color: #767963; }
    .product_cat_slides .dry-nuts .left_column {
      background-color: #BDBFAD; }
    .product_cat_slides .dry-nuts .right_column {
      background-color: #767963; }
    .product_cat_slides .dry-nuts .pc__view_more {
      background-color: #BDBFAD;
      -webkit-animation: green_pulse 4s infinite;
      -moz-animation: green_pulse 4s infinite;
      -o-animation: green_pulse 4s infinite;
      -ms-animation: green_pulse 4s infinite;
      animation: green_pulse 4s infinite; }
      .product_cat_slides .dry-nuts .pc__view_more:hover, .product_cat_slides .dry-nuts .pc__view_more:focus {
        background-color: #767963;
        border-color: #BDBFAD; }
  .product_cat_slides .beverages {
    background-color: #837577; }
    .product_cat_slides .beverages .left_column {
      background-color: #CCC8C9; }
    .product_cat_slides .beverages .right_column {
      background-color: #837577; }
    .product_cat_slides .beverages .pc__view_more {
      background-color: #CCC8C9;
      -webkit-animation: purple_pulse 4s infinite;
      -moz-animation: purple_pulse 4s infinite;
      -o-animation: purple_pulse 4s infinite;
      -ms-animation: purple_pulse 4s infinite;
      animation: purple_pulse 4s infinite; }
      .product_cat_slides .beverages .pc__view_more:hover, .product_cat_slides .beverages .pc__view_more:focus {
        background-color: #837577;
        border-color: #CCC8C9; }
  .product_cat_slides .spirits-and-wine {
    background-color: #717171; }
    .product_cat_slides .spirits-and-wine .left_column {
      background-color: #bebebe; }
    .product_cat_slides .spirits-and-wine .right_column {
      background-color: #717171; }
    .product_cat_slides .spirits-and-wine .pc__view_more {
      background-color: #bebebe;
      -webkit-animation: grey_pulse 4s infinite;
      -moz-animation: grey_pulse 4s infinite;
      -o-animation: grey_pulse 4s infinite;
      -ms-animation: grey_pulse 4s infinite;
      animation: grey_pulse 4s infinite; }
      .product_cat_slides .spirits-and-wine .pc__view_more:hover, .product_cat_slides .spirits-and-wine .pc__view_more:focus {
        background-color: #717171;
        border-color: #bebebe; }

.mob_slide_img,
.tablet_slide_img {
  display: none; }

.pc__slide_image,
.tablet_slide_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 57%; }

.pc__description {
  max-width: 70%;
  text-align: center;
  margin: auto; }

.pc__title,
.pc__icon {
  text-align: center; }
  .pc__title img,
  .pc__icon img {
    display: inline-block; }

.pc__title {
  margin: 35px auto 40px; }
  .pc__title img {
    width: auto;
    max-height: 80px; }

.pc__excerpt {
  font-size: 2.0625em;
  line-height: 1.2121212121em; }

.pc__view_more {
  margin-top: 120px;
  font-size: 2em;
  line-height: 3.75em;
  height: 3.75em;
  width: 500px;
  max-width: 70%;
  border: 2px solid transparent; }
  .pc__view_more:hover, .pc__view_more:focus {
    border: 2px solid transparent;
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

@media screen and (max-width: 125em) {
  .pc__description {
    max-width: 80%; }

  .pc__title {
    margin: 25px auto 30px; }
    .pc__title img {
      max-height: 65px; }

  .pc__icon {
    width: 70px;
    margin: auto; }

  .pc__excerpt {
    font-size: 1.6875em;
    line-height: 1.1851851852em; }

  .pc__view_more {
    margin-top: 70px;
    font-size: 1.75em;
    line-height: 3.5714285714em;
    height: 3.5714285714em;
    width: 400px;
    max-width: 80%; } }
@media screen and (max-width: 118.6875em) {
  .product_cat_slides .right_column {
    padding: 170px 0; }

  .pc__icon {
    width: 60px; }

  .pc__title img {
    max-height: 50px; }

  .pc__excerpt {
    font-size: 1.5em;
    line-height: 1.25em; }

  .pc__view_more {
    font-size: 1.625em;
    line-height: 3.0769230769em;
    height: 3.0769230769em;
    margin-top: 55px; }

  .pc__slide_image {
    max-width: 65%;
    bottom: 50px; } }
@media screen and (max-width: 90em) {
  .product_cat_slides .right_column {
    padding: 140px 0; }

  .pc__icon {
    width: 55px; }

  .pc__title {
    margin: 20px auto 40px; }
    .pc__title img {
      max-height: 32px; }

  .pc__excerpt {
    font-size: 1.1875em;
    line-height: 1.3157894737em; }

  .pc__view_more {
    font-size: 1.125em;
    line-height: 3.6111111111em;
    height: 3.7222222222em;
    margin-top: 38px;
    width: 310px; }

  .pc__slide_image {
    max-width: 80%; }

  .coffee .pc__slide_image {
    max-width: 65%; } }
@media screen and (max-width: 63.75em) {
  .product_cat_slides .right_column {
    padding: 40px 0; }

  .pc__excerpt {
    font-size: 1.125em;
    line-height: 1.1666666667em; }

  .pc__view_more {
    font-size: 1.1875em;
    line-height: 2.9473684211em;
    height: 2.9473684211em; }

  .coffee .pc__slide_image {
    max-width: 80%; } }
@media screen and (max-width: 59.375em) {
  .product_cat_slideshow .wrapper {
    height: auto; }
  .product_cat_slideshow .slider_counter {
    display: none; }

  .product_cat_slides .slide {
    min-height: 100vh; }
  .product_cat_slides .right_column {
    padding: 90px 0 100px;
    width: 100%;
    height: auto; }
  .product_cat_slides .left_column {
    display: none; }
  .product_cat_slides .slick-arrow {
    position: absolute;
    top: 580px;
    z-index: 20;
    text-indent: -99999px;
    color: transparent;
    width: 60px;
    height: 40px;
    text-align: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center; }
  .product_cat_slides .slick-prev {
    left: 100px;
    background-image: url(../img/icons/icon-chevron_left-white.png); }
  .product_cat_slides .slick-next {
    right: 100px;
    background-image: url(../img/icons/icon-chevron_right-white.png); }
  .product_cat_slides .coffee .left_column,
  .product_cat_slides .coffee .right_column,
  .product_cat_slides .fitness-health .left_column,
  .product_cat_slides .fitness-health .right_column,
  .product_cat_slides .sweets-and-treats .left_column,
  .product_cat_slides .sweets-and-treats .right_column,
  .product_cat_slides .dry-nuts .left_column,
  .product_cat_slides .dry-nuts .right_column,
  .product_cat_slides .beverages .left_column,
  .product_cat_slides .beverages .right_column,
  .product_cat_slides .spirits-and-wine .left_column,
  .product_cat_slides .spirits-and-wine .right_column {
    background-color: transparent; }
  .product_cat_slides .coffee {
    background-color: #938070; }
  .product_cat_slides .fitness-health {
    background-color: #627B83; }
  .product_cat_slides .sweets-and-treats {
    background-color: #C1A069; }
  .product_cat_slides .dry-nuts {
    background-color: #767963; }
  .product_cat_slides .beverages {
    background-color: #837577; }
  .product_cat_slides .spirits-and-wine {
    background-color: #717171; }

  .pc__slide_image,
  .tablet_slide_img {
    width: auto;
    height: 77%;
    top: 50px;
    bottom: 0; }

  .pc__slide_image {
    display: none !important; }

  .mob_slide_img {
    display: block;
    margin: 0 auto 12px; }
    .mob_slide_img img {
      margin: auto;
      height: 300px; }

  .pc__title {
    margin: 20px auto 24px; }

  .pc__description {
    max-width: 100%;
    padding: 0 100px; }

  .pc__excerpt {
    font-size: 1.1875em;
    line-height: 1.3157894737em;
    padding-top: 160px; }

  .pc__view_more {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin-top: 40px; } }
@media screen and (max-width: 47.9375em) {
  .mob_slide_img {
    margin: 0 auto 6px; }
    .mob_slide_img img {
      height: 190px; }

  .product_cat_slides .right_column {
    padding: 0;
    background-image: none; }
  .product_cat_slides .slide {
    padding: 50px 30px 70px; }
  .product_cat_slides .slick-prev {
    left: 30px; }
  .product_cat_slides .slick-next {
    right: 30px; }
  .product_cat_slides .slick-arrow {
    top: 373px;
    width: 40px;
    height: 23px; }

  .pc__description {
    padding: 0; }

  .pc__title {
    margin: 10px auto 20px; }
    .pc__title img {
      max-height: 32px; }

  .pc__icon {
    width: 38px; }

  .pc__excerpt {
    font-size: 1.125em;
    line-height: 1.2222222222em;
    padding-top: 106px; }

  .pc__view_more {
    height: 56px;
    line-height: 54px;
    font-size: 16px;
    margin-top: 40px; } }
@media screen and (max-width: 25em) {
  .mob_slide_img img {
    height: 150px; }

  .product_cat_slides .slide {
    padding: 35px 30px 70px; }
  .product_cat_slides .slick-arrow {
    top: 305px; }

  .pc__excerpt {
    font-size: 1em;
    line-height: 1.25em;
    padding-top: 80px; }

  .pc__view_more {
    margin-top: 25px; } }
.about_brazilianos {
  background-color: #AEAF9F; }
  .about_brazilianos .wrapper {
    padding: 240px 0 280px; }
  .about_brazilianos .section_info,
  .about_brazilianos .section_imagery {
    width: 50%; }
  .about_brazilianos .section_info {
    float: right;
    position: relative;
    z-index: 2; }
    .about_brazilianos .section_info .inner {
      width: 750px;
      max-width: 100%; }
  .about_brazilianos .section_imagery {
    float: left;
    text-align: right; }
    .about_brazilianos .section_imagery img {
      margin-right: -60px; }
    .about_brazilianos .section_imagery .view_page,
    .about_brazilianos .section_imagery .pc__view_more {
      display: none; }
  .about_brazilianos .pc__view_more {
    background-color: #DBA753;
    -webkit-animation: yellow_pulse 3s infinite;
    -moz-animation: yellow_pulse 3s infinite;
    -o-animation: yellow_pulse 3s infinite;
    -ms-animation: yellow_pulse 3s infinite;
    animation: yellow_pulse 3s infinite; }
  .about_brazilianos .view_page {
    -webkit-animation: bounce_right 3s infinite;
    -moz-animation: bounce_right 3s infinite;
    -o-animation: bounce_right 3s infinite;
    -ms-animation: bounce_right 3s infinite;
    animation: bounce_right 3s infinite; }
    .about_brazilianos .view_page:hover {
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      -ms-animation: none;
      animation: none;
      transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      -moz-transition: all 300ms ease-in-out; }

@media screen and (max-width: 125em) {
  .about_brazilianos .wrapper {
    padding-top: 150px; }
  .about_brazilianos .section_info {
    padding-top: 80px; }
  .about_brazilianos .section_imagery img {
    margin-right: 0; } }
@media screen and (max-width: 118.6875em) {
  .about_brazilianos .wrapper {
    padding-top: 140px; }
  .about_brazilianos .section_imagery img {
    width: 65%; } }
@media screen and (max-width: 105em) {
  .about_brazilianos .wrapper {
    padding-top: 140px; }
  .about_brazilianos .section_info {
    padding-right: 60px; } }
@media screen and (max-width: 90em) {
  .about_brazilianos .wrapper {
    padding-top: 100px; }
  .about_brazilianos .section_title_image {
    text-align: left; }
  .about_brazilianos .section_imagery img {
    margin-right: -190px; }
  .about_brazilianos .section_info {
    padding: 30px 180px 0 100px; }
  .about_brazilianos .section_description {
    font-size: 1.1875em;
    line-height: 1.5789473684em;
    margin: 40px 0 30px; } }
@media screen and (max-width: 90em) {
  .about_brazilianos .wrapper {
    padding-top: 50px; }
  .about_brazilianos .section_imagery img {
    margin-right: -120px;
    width: 80%; }
  .about_brazilianos .section_info {
    padding: 50px 100px 0 0; }
  .about_brazilianos .section_description {
    font-size: 1.25em;
    line-height: 1.3em; } }
@media screen and (max-width: 63.75em) {
  .about_brazilianos .section_imagery img {
    width: 77%;
    margin-right: -90px; }
  .about_brazilianos .section_description {
    margin: 30px 0 15px; } }
@media screen and (max-width: 59.375em) {
  .about_brazilianos .wrapper {
    padding: 150px 0 70px; }
  .about_brazilianos .section_imagery {
    padding-top: 40px; }
    .about_brazilianos .section_imagery img {
      width: 130%;
      max-width: none;
      margin-right: -100px; }
  .about_brazilianos .section_info {
    padding: 0 68px 0 0;
    position: relative;
    left: -27px; }
  .about_brazilianos .section_description {
    margin: 30px 0 90px;
    text-align: left;
    font-size: 1.1875em;
    line-height: 1.5789473684em; }
  .about_brazilianos .pc__view_more {
    max-width: 100%; } }
@media screen and (max-width: 47.9375em) {
  .about_brazilianos .wrapper {
    padding: 65px 60px; }
  .about_brazilianos .section_title_image {
    text-align: center; }
  .about_brazilianos .section_imagery {
    padding-top: 10px;
    text-align: center; }
    .about_brazilianos .section_imagery img {
      width: 215px;
      max-width: 100%;
      margin-right: 0; }
    .about_brazilianos .section_imagery .view_page,
    .about_brazilianos .section_imagery .pc__view_more {
      display: block; }
  .about_brazilianos .section_info {
    padding: 0;
    position: static; }
    .about_brazilianos .section_info .view_page,
    .about_brazilianos .section_info .pc__view_more {
      display: none; }
  .about_brazilianos .section_info,
  .about_brazilianos .section_imagery {
    width: 100%; }
  .about_brazilianos .section_description {
    margin: 30px 0 0;
    text-align: left;
    font-size: 0.9375em;
    line-height: 1.3333333333em; } }
.find_your_brazilianos {
  background-color: #AEAF9F;
  position: relative; }
  .find_your_brazilianos:after {
    content: "";
    z-index: 3;
    position: absolute;
    bottom: -14%;
    left: 12%;
    width: 600px;
    height: 440px;
    background: url(../img/icons/icon-almonds.png) no-repeat scroll 12% bottom transparent;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0.8; }
  .find_your_brazilianos .wrapper {
    padding: 25px 0 210px; }
  .find_your_brazilianos .slide:hover .store_title_image img {
    transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.page-template-homepage .find_your_brazilianos:after {
  display: none; }

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

.stores_slideshow_container {
  position: relative; }
  .stores_slideshow_container .slider_counter {
    left: 480px;
    top: 180px;
    bottom: auto;
    right: auto;
    letter-spacing: -12px; }
    .stores_slideshow_container .slider_counter span {
      position: relative; }

.stores_slideshow {
  padding-top: 100px; }
  .stores_slideshow .slick-list {
    padding-right: 430px;
    border-left: 430px solid transparent; }
  .stores_slideshow .store_photo {
    padding-right: 38px; }
    .stores_slideshow .store_photo img {
      -webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    .stores_slideshow .store_photo:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 38px;
      margin: auto;
      content: "";
      background: rgba(0, 0, 0, 0.5); }
  .stores_slideshow .view_info {
    position: absolute;
    bottom: 75px;
    right: 0; }
  .stores_slideshow .slide a:hover .store_photo img {
    -webkit-filter: none;
    -webkit-filter: none;
    filter: none; }
  .stores_slideshow .slide a:hover .store_photo:after,
  .stores_slideshow .slide a:hover .store_title_image {
    display: none; }

@media screen and (max-width: 125em) {
  .find_your_brazilianos {
    padding-top: 80px; }
    .find_your_brazilianos:after {
      width: 370px;
      height: 350px;
      left: 20%;
      bottom: -12%; }

  .stores_slideshow {
    padding-top: 50px; }
    .stores_slideshow .slick-list {
      padding-right: 260px;
      border-left-width: 260px; }

  .stores_slideshow_container .slider_counter {
    font-size: 40px;
    letter-spacing: -5px;
    left: 300px;
    top: 85px; } }
@media screen and (max-width: 118.6875em) {
  .find_your_brazilianos {
    padding-top: 50px; }
    .find_your_brazilianos:after {
      bottom: -18%;
      height: 320px; } }
@media screen and (max-width: 105em) {
  .find_your_brazilianos {
    padding-top: 50px; }
    .find_your_brazilianos:after {
      bottom: -11%;
      height: 280px; }

  .stores_slideshow .slick-list {
    padding-right: 230px;
    border-left-width: 230px; }
  .stores_slideshow .view_info {
    bottom: 50px; }
  .stores_slideshow .store_photo {
    padding-right: 30px; }
    .stores_slideshow .store_photo:after {
      right: 30px; }

  .stores_slideshow_container .slider_counter {
    left: 270px;
    font-size: 35px; }

  .store_title_image img {
    height: 100px;
    width: auto; } }
@media screen and (max-width: 90em) {
  .find_your_brazilianos {
    padding-top: 20px; }
    .find_your_brazilianos:after {
      height: 230px;
      bottom: -13%; }

  .stores_slideshow {
    padding-top: 30px; }
    .stores_slideshow .slick-list {
      padding-right: 170px;
      border-left-width: 170px; }
    .stores_slideshow .view_info {
      bottom: 25px;
      width: 220px;
      height: 45px;
      padding: 10px 50px; }
    .stores_slideshow .store_photo {
      padding-right: 15px; }
      .stores_slideshow .store_photo:after {
        right: 15px; }

  .stores_slideshow_container .slider_counter {
    left: 200px;
    font-size: 30px; }
  .stores_slideshow_container .view_page {
    width: 90px;
    height: 100px; }
  .stores_slideshow_container .slider_nav .prev_slide {
    left: 120px; }
  .stores_slideshow_container .slider_nav .next_slide {
    right: 140px; }

  .store_title_image img {
    height: 70px; } }
@media screen and (max-width: 68.75em) {
  .find_your_brazilianos:after {
    height: 200px;
    bottom: -8%; }
  .find_your_brazilianos .wrapper {
    padding-top: 35px; }

  .stores_slideshow .slick-list {
    padding-right: 100px;
    border-left-width: 100px; }
  .stores_slideshow .view_info {
    bottom: 17px;
    padding: 5px 50px; }

  .stores_slideshow_container .slider_nav .prev_slide {
    left: 50px; }
  .stores_slideshow_container .slider_nav .next_slide {
    right: 70px; }
  .stores_slideshow_container .slider_counter {
    font-size: 20px;
    left: 125px;
    top: 65px;
    letter-spacing: -1px; }
  .stores_slideshow_container .total_slides_no,
  .stores_slideshow_container .counter_seperator {
    top: 0; } }
@media screen and (max-width: 63.75em) {
  .find_your_brazilianos:after {
    height: 155px;
    bottom: -40px; } }
@media screen and (max-width: 59.375em) {
  .find_your_brazilianos .wrapper {
    padding: 70px 0 150px; }
  .find_your_brazilianos:after {
    height: 240px;
    bottom: -120px;
    left: 40px; }

  .stores_slideshow {
    padding-top: 40px; }
    .stores_slideshow .slick-list {
      padding-right: 60px;
      border-left-width: 60px; }
    .stores_slideshow .store_title_image img {
      bottom: 28px; }
    .stores_slideshow .view_info {
      position: relative;
      width: 230px;
      bottom: 27px;
      height: 58px;
      padding: 13px 20px; }
    .stores_slideshow .store_photo {
      overflow: hidden;
      padding-right: 0;
      border-right: 10px solid transparent; }
      .stores_slideshow .store_photo img {
        max-width: 140%; }
      .stores_slideshow .store_photo:after {
        right: 10px;
        bottom: 57px; }

  .stores_slideshow_container .view_page {
    width: 80px;
    height: 90px; }
  .stores_slideshow_container .slider_nav .next_slide {
    right: 30px; }
  .stores_slideshow_container .slider_nav .prev_slide {
    left: 19px; }
  .stores_slideshow_container .slider_counter {
    font-size: 17px;
    left: 85px;
    top: 70px;
    letter-spacing: 1px; } }
@media screen and (max-width: 47.9375em) {
  .find_your_brazilianos:after {
    display: none; }
  .find_your_brazilianos .wrapper {
    padding: 0; }

  .stores_slideshow_container .slider_counter,
  .stores_slideshow .view_info,
  .stores_slideshow_container .slider_nav {
    display: none; }

  .store_title_image {
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: auto 100%;
    height: 70px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 19px 0 0;
    z-index: 4; }
    .store_title_image img {
      position: static;
      height: auto;
      max-height: 30px; }

  .stores_slideshow .store_photo {
    border-right: none; }
    .stores_slideshow .store_photo:after {
      right: 0;
      bottom: 0; } }
.newsletter_area {
  background-color: #908173; }
  .newsletter_area .wrapper {
    padding: 190px 0 220px;
    text-align: center; }
  .newsletter_area .section_description {
    text-align: inherit;
    width: 860px;
    max-width: 100%;
    margin: 25px auto 80px; }

.newsletter_button {
  background-color: #db9525; }

.newsletter_form_area {
  width: 70%;
  margin: auto; }
  .newsletter_form_area input[type="text"],
  .newsletter_form_area input[type="email"] {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    font-size: 2.25em;
    line-height: 2.7777777778em;
    padding: 10px 30px;
    color: #000000;
    border-color: transparent; }
  .newsletter_form_area input[type="submit"] {
    background: url(../img/icons/icon-arrow_right.png) no-repeat scroll center center #DBA753;
    background-size: 100% auto;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-indent: -9999px;
    color: transparent;
    display: inline-block;
    vertical-align: middle; }
  .newsletter_form_area #mc_embed_signup input.mce_inline_error {
    border-color: red;
    color: red; }
  .newsletter_form_area .response {
    padding-top: 20px;
    line-height: 19px; }

@media screen and (max-width: 125em) {
  .newsletter_form_area input[type="text"],
  .newsletter_form_area input[type="email"] {
    font-size: 1.5em; }
  .newsletter_form_area input[type="submit"] {
    width: 70px;
    height: 70px; } }
@media screen and (max-width: 105em) {
  .newsletter_area .wrapper {
    padding: 100px 0 140px; } }
@media screen and (max-width: 90em) {
  .newsletter_form_area input[type="text"],
  .newsletter_form_area input[type="email"] {
    font-size: 1.1875em; }
  .newsletter_form_area input[type="submit"] {
    width: 55px;
    height: 55px; }

  .newsletter_area .section_description {
    margin-bottom: 40px; } }
@media screen and (max-width: 68.75em) {
  .newsletter_area .wrapper {
    padding: 85px 0 120px; }

  .newsletter_form_area {
    width: 87%; } }
@media screen and (max-width: 59.375em) {
  .newsletter_area .wrapper {
    padding: 150px 0 180px; }

  .newsletter_form_area {
    width: 350px;
    max-width: 90%; }
    .newsletter_form_area input[type="text"],
    .newsletter_form_area input[type="email"] {
      width: 100%;
      margin: 10px 0;
      text-align: center;
      font-size: 1.125em;
      line-height: 2.1111111111em; }
    .newsletter_form_area input[type="submit"] {
      width: 100%;
      height: 60px;
      background: #DBA753;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      color: #ffffff;
      text-indent: 0;
      font-size: 1.5em;
      line-height: 2.0833333333em;
      margin-top: 10px; } }
@media screen and (max-width: 47.9375em) {
  .newsletter_area .wrapper {
    padding: 70px 50px; }
  .newsletter_area .section_description {
    margin-bottom: 25px; }

  .newsletter_form_area {
    width: 100%;
    max-width: 100%; }
    .newsletter_form_area input[type="text"],
    .newsletter_form_area input[type="email"] {
      margin: 7px 0;
      font-size: 0.9375em;
      line-height: 2.5333333333em;
      height: 2.5333333333em;
      padding: 5px 10px; }
    .newsletter_form_area input[type="submit"] {
      height: 50px;
      font-size: 1.1875em;
      line-height: 1.724137931em;
      margin-top: 7px; } }
.modal,
.inner_modal_container {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.modal {
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 100%;
  max-height: 100%;
  overflow: hidden; }

.inner_modal_container {
  position: absolute;
  padding: 50px 20px;
  width: 72.5em;
  height: 46.875em;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  background-color: #DED5CA; }

.modal_content_container,
.modal .product_title {
  padding: 0 30px; }

.modal_content {
  font-size: 1.625em;
  line-height: 1.4615384615em; }

.product_description {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto; }

.open_modal,
.close_modal {
  position: relative; }
  .open_modal:after,
  .close_modal:after {
    content: "";
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }
  .open_modal:hover:after,
  .close_modal:hover:after {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.close_modal {
  position: absolute;
  top: 50px;
  right: 50px; }
  .close_modal img {
    position: relative;
    z-index: 2; }
  .close_modal:after {
    z-index: 1; }

@media screen and (max-width: 118.6875em) {
  .inner_modal_container {
    padding: 45px 20px;
    width: 62.5em;
    height: 39.375em; }

  .modal_content {
    font-size: 1.375em; } }
@media screen and (max-width: 118.6875em) {
  .inner_modal_container {
    padding: 40px 30px;
    width: 37.5em;
    height: 31.25em; }

  .modal_content {
    font-size: 1.125em; }

  .close_modal {
    top: 40px;
    right: 15px; }

  .product_description {
    max-height: 360px; } }
@media screen and (max-width: 47.9375em) {
  .inner_modal_container {
    padding: 80px 10px 40px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%; }

  .close_modal {
    width: 45px;
    top: 13px;
    right: 13px; }

  .product_info_modal .product_title {
    width: 100%;
    padding: 0 30px;
    font-size: 1.125em; }
  .product_info_modal .product_subtitle {
    width: 100%; }

  .product_description {
    max-height: 360px;
    max-height: calc(100vh - 200px); }

  .modal_content {
    font-size: 1em;
    line-height: 1.4375em; } }
.more_cats_nav {
  text-align: center;
  padding: 100px 11%; }
  .more_cats_nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33%;
    padding: 0 80px; }

.view_product_cat {
  position: absolute;
  bottom: 150px;
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  z-index: 10;
  width: 240px;
  height: 150px; }
  .view_product_cat img {
    max-width: 100%;
    max-height: 130px; }
  .view_product_cat:after {
    content: "";
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1; }

.more_cats_nav a:hover .view_product_cat:after {
  transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

@media screen and (max-width: 125em) {
  .more_brazilianos {
    padding-top: 100px; }

  .more_cats_nav {
    padding: 50px 12%; }
    .more_cats_nav li {
      padding: 0 65px; }

  .view_product_cat {
    bottom: 100px;
    height: 110px;
    width: 190px; }
    .view_product_cat img {
      max-height: 104px; } }
@media screen and (max-width: 118.6875em) {
  .view_product_cat {
    bottom: 85px;
    height: 95px;
    width: 160px; }
    .view_product_cat img {
      max-height: 90px; } }
@media screen and (max-width: 105em) {
  .more_brazilianos {
    padding-top: 70px; }

  .more_cats_nav {
    padding: 50px 10%; }
    .more_cats_nav li {
      padding: 0 60px; }

  .view_product_cat {
    bottom: 80px;
    height: 90px;
    width: 140px; }
    .view_product_cat img {
      max-height: 75px; } }
@media screen and (max-width: 90em) {
  .more_brazilianos {
    padding-top: 20px; }

  .more_cats_nav {
    padding: 40px 50px; }
    .more_cats_nav li {
      padding: 0 45px; }

  .view_product_cat {
    bottom: 80px;
    height: 80px;
    width: 130px; }
    .view_product_cat img {
      max-height: 65px; } }
@media screen and (max-width: 63.75em) {
  .more_brazilianos {
    padding-top: 50px; }

  .more_cats_nav {
    padding: 50px 60px; }
    .more_cats_nav li {
      padding: 0 40px 60px;
      width: 48%; }

  .view_product_cat {
    position: absolute;
    bottom: 50px;
    height: 70px;
    width: 110px; }
    .view_product_cat img {
      max-height: 65px; } }
@media screen and (max-width: 47.9375em) {
  .more_brazilianos {
    padding-top: 20px;
    padding-bottom: 30px; }

  .more_cats_nav {
    padding: 35px 30px; }
    .more_cats_nav li {
      padding: 0 0 30px;
      width: 250px;
      max-width: 62%;
      float: left;
      clear: both; }
      .more_cats_nav li:nth-child(2n+2) {
        float: right; }

  .view_product_cat {
    position: absolute;
    bottom: 25px;
    height: 70px;
    width: 90px; }
    .view_product_cat img {
      max-height: 45px; } }
.news_slideshow {
  padding-top: 100px; }

.news_slideshow_container {
  position: relative; }

.news_section_title_image {
  display: none; }

.news_slides {
  width: 111.875em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 180px 0; }
  .news_slides:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 14%;
    right: 14%;
    margin: auto;
    background: url(../img/blog_pattern_large.jpg) repeat scroll top left transparent; }
  .news_slides .section_title_image {
    position: absolute; }

.news_item_thumb,
.news_item_content {
  display: inline-block;
  vertical-align: bottom;
  margin: 0; }

.news_item_thumb {
  width: 44%; }

.news_item_content {
  width: 55%;
  margin-left: -3px;
  padding: 110px 10% 80px;
  background-color: #DBA753;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .news_item_content:before {
    content: "";
    display: block;
    background: url(../img/wordings/news.png) no-repeat scroll center center transparent;
    background-size: auto 100%;
    width: 100%;
    height: 60px;
    margin-bottom: 30px; }
  .news_item_content .read_more {
    font-size: 2em;
    line-height: 2.5625em;
    height: 2.5625em;
    width: 440px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border: 1px solid #ffffff; }
    .news_item_content .read_more:hover {
      background-color: #ffffff;
      color: #DBA753; }

.news_item_title {
  font-size: 3em;
  line-height: 1.1666666667em;
  margin-bottom: 90px; }

.news_slider_nav .view_page:after {
  filter: hue-rotate(-14deg) brightness(80%) saturate(25%);
  -webkit-filter: hue-rotate(-14deg) brightness(80%) saturate(25%); }
.news_slider_nav .next_slide,
.news_slider_nav .prev_slide {
  top: 30px;
  bottom: 0;
  margin: auto; }
.news_slider_nav .next_slide {
  right: 565px;
  right: calc( (100% - 1790px)/2 - 60px ); }
.news_slider_nav .prev_slide {
  left: 555px;
  left: calc( (100% - 1790px)/2 - 60px ); }

@media screen and (max-width: 125em) {
  .news_slideshow {
    padding-bottom: 180px; }

  .news_slides {
    width: 81.25em;
    padding: 100px 0 120px; }

  .news_item_content {
    padding: 60px 6% 50px; }
    .news_item_content:before {
      height: 45px;
      margin-bottom: 25px; }
    .news_item_content .read_more {
      font-size: 1.5em;
      line-height: 3.0416666667em;
      height: 3em;
      width: 340px; }

  .news_item_title {
    font-size: 2.375em;
    line-height: 1.1578947368em;
    margin-bottom: 70px; }

  .news_slider_nav .next_slide {
    right: 565px;
    right: calc( (100% - 1300px)/2 - 50px ); }
  .news_slider_nav .prev_slide {
    left: 555px;
    left: calc( (100% - 1300px)/2 - 50px ); } }
@media screen and (max-width: 118.6875em) {
  .news_slideshow {
    padding-top: 70px;
    padding-bottom: 40px; }

  .news_slides {
    width: 71.875em;
    padding: 90px 0 120px; }
    .news_slides:after {
      left: 20%;
      right: 20%; }

  .news_item_content {
    padding: 55px 10% 40px; }
    .news_item_content .read_more {
      font-size: 1.375em;
      line-height: 3em;
      height: 3em;
      width: 300px; }

  .news_item_title {
    font-size: 2em;
    line-height: 1.125em;
    margin-bottom: 60px; }

  .news_slider_nav .next_slide {
    right: 420px;
    right: calc( (100% - 1150px)/2 - 50px ); }
  .news_slider_nav .prev_slide {
    left: 420px;
    left: calc( (100% - 1150px)/2 - 50px ); } }
@media screen and (max-width: 90em) {
  .news_slideshow {
    padding-top: 40px;
    padding-bottom: 40px; }

  .news_slides {
    width: 59.375em;
    padding: 90px 0 105px; }
    .news_slides:after {
      left: 21%;
      right: 21%;
      background-image: url(../img/blog_pattern_m.jpg); }

  .news_item_content {
    padding: 55px 5% 45px;
    margin-left: -4px; }
    .news_item_content:before {
      height: 40px;
      margin-bottom: 20px; }
    .news_item_content .read_more {
      font-size: 1.25em;
      line-height: 3em;
      height: 3em;
      width: 250px; }

  .news_item_title {
    font-size: 1.375em;
    line-height: 1.1363636364em;
    margin-bottom: 55px; }

  .news_slider_nav .next_slide {
    right: calc( (100% - 950px)/2 - 30px ); }
  .news_slider_nav .prev_slide {
    left: calc( (100% - 950px)/2 - 30px ); } }
@media screen and (max-width: 68.75em) {
  .news_slideshow {
    padding-bottom: 10px; }

  .news_slides {
    width: 56.25em;
    padding: 60px 0 85px; }

  .news_item_content {
    width: 52%;
    padding: 45px 6% 40px; }
    .news_item_content:before {
      height: 35px; }
    .news_item_content .read_more {
      font-size: 1.125em;
      line-height: 2.7777777778em;
      height: 2.7777777778em;
      width: 220px; }

  .news_item_thumb {
    width: 47%; }

  .news_item_title {
    font-size: 1.5em;
    line-height: 1.1666666667em;
    margin-bottom: 40px; }

  .news_slider_nav .next_slide {
    right: 210px;
    right: calc( (100% - 900px)/2 - 35px ); }
  .news_slider_nav .prev_slide {
    left: 203px;
    left: calc( (100% - 900px)/2 - 35px ); } }
@media screen and (max-width: 59.375em) {
  .news_slideshow {
    padding-top: 0;
    padding-bottom: 170px; }

  .news_slides {
    width: 100%;
    padding: 0; }
    .news_slides:after {
      top: 35px;
      bottom: 35px;
      left: 60px;
      right: 60px; }

  .news_item_content,
  .news_item_thumb {
    width: 100%; }

  .news_item_thumb {
    padding-left: 40%; }

  .news_item_content {
    width: 65%;
    margin-left: 0; }

  .news_slider_nav .next_slide {
    top: auto;
    bottom: 100px;
    right: 140px; }
  .news_slider_nav .prev_slide {
    left: 140px;
    bottom: auto;
    top: 26%; } }
@media screen and (max-width: 47.9375em) {
  .news_slideshow {
    padding-top: 0;
    padding-bottom: 0; }

  .news_section_title_image {
    display: block;
    padding: 17px;
    text-align: center;
    position: absolute;
    top: 80px;
    left: 25px;
    right: 25px;
    background-color: #DBA753; }
    .news_section_title_image img {
      height: 30px; }

  .news_slides {
    padding: 140px 25px 60px; }
    .news_slides:after {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

  .news_item_thumb {
    padding-left: 0; }

  .news_item_content {
    width: 100%;
    padding: 25px 20px 30px; }
    .news_item_content:before {
      display: none; }
    .news_item_content .read_more {
      font-size: 0.9375em;
      line-height: 2.6666666667em;
      height: 2.6666666667em;
      width: 100%; }

  .news_item_title {
    font-size: 1.1875em;
    line-height: 1.1578947368em;
    margin-bottom: 30px;
    min-height: 66px; }

  .news_slider_nav .next_slide,
  .news_slider_nav .prev_slide {
    top: 38%;
    bottom: auto; }
  .news_slider_nav .next_slide {
    right: 4px; }
  .news_slider_nav .prev_slide {
    left: 4px; } }
/*-------------------------------------------------------------------------------------------------
   TEMPLATES
--------------------------------------------------------------------------------------------------*/
.default_page_content {
  padding: 200px 20%;
  margin-bottom: 160px;
  background-color: #767963; }
  .default_page_content .content_block {
    font-size: 2.125em;
    line-height: 1.4705882353em; }
  .default_page_content p {
    margin-bottom: 40px; }
  .default_page_content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 120px; }

@media screen and (max-width: 125em) {
  .default_page_content {
    padding: 170px 18%;
    margin-bottom: 80px; }
    .default_page_content .content_block {
      font-size: 1.8125em;
      line-height: 1.3793103448em; }
    .default_page_content .aligncenter {
      max-width: 80px; } }
@media screen and (max-width: 105em) {
  .default_page_content {
    padding: 170px 18% 100px;
    margin-bottom: 60px; }
    .default_page_content .content_block {
      font-size: 1.625em;
      line-height: 1.3846153846em; }
    .default_page_content .aligncenter {
      max-width: 70px; } }
@media screen and (max-width: 90em) {
  .default_page_content {
    padding: 150px 17% 95px;
    margin-bottom: 60px; }
    .default_page_content .content_block {
      font-size: 1.3125em;
      line-height: 1.380952381em; }
    .default_page_content .aligncenter {
      max-width: 50px; } }
@media screen and (max-width: 63.75em) {
  .default_page_content {
    padding: 100px 100px 60px;
    margin-bottom: 30px; }
    .default_page_content .content_block {
      font-size: 1.25em;
      line-height: 1.25em; } }
@media screen and (max-width: 47.9375em) {
  .default_page_content {
    padding: 60px 30px 30px;
    margin-bottom: 30px; }
    .default_page_content .content_block {
      font-size: 1.0625em;
      line-height: 1.2941176471em; } }
.taxonomy_coffee .taxonomy_intro,
.taxonomy_coffee .child_tax__name:after {
  background-color: #938070; }
.taxonomy_coffee .taxonomy_main,
.taxonomy_coffee .taxonomy_children_nav {
  background-color: #BFB4A8;
  color: #6A5F53; }
.taxonomy_coffee .products_list li {
  border-bottom-color: #A29283; }
.taxonomy_coffee .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_coffee .vertical_scroll .mCSB_dragger_bar {
  background-color: #938070; }
.taxonomy_coffee .open_product_info:after,
.taxonomy_coffee .close_product_info:after,
.taxonomy_coffee .close_all_active_sections:after,
.taxonomy_coffee .view_product_cat:after {
  filter: hue-rotate(-14deg) brightness(80%) saturate(25%);
  -webkit-filter: hue-rotate(-14deg) brightness(80%) saturate(25%); }
.taxonomy_coffee .inner_modal_container {
  background-color: #BFB4A8; }

.taxonomy_fitness-health .taxonomy_intro,
.taxonomy_fitness-health .child_tax__name:after {
  background-color: #627B83; }
.taxonomy_fitness-health .taxonomy_main,
.taxonomy_fitness-health .taxonomy_children_nav {
  background-color: #B9C1C4;
  color: #50666E; }
.taxonomy_fitness-health .products_list li {
  border-bottom-color: #88A2AA; }
.taxonomy_fitness-health .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_fitness-health .vertical_scroll .mCSB_dragger_bar {
  background-color: #627B83; }
.taxonomy_fitness-health .open_product_info:after,
.taxonomy_fitness-health .close_product_info:after,
.taxonomy_fitness-health .close_all_active_sections:after,
.taxonomy_fitness-health .view_product_cat:after {
  filter: hue-rotate(-209deg) brightness(80%) saturate(25%);
  -webkit-filter: hue-rotate(-209deg) brightness(80%) saturate(25%); }
.taxonomy_fitness-health .inner_modal_container {
  background-color: #B9C1C4; }

.taxonomy_dry-nuts .taxonomy_intro,
.taxonomy_dry-nuts .child_tax__name:after {
  background-color: #767963; }
.taxonomy_dry-nuts .taxonomy_main,
.taxonomy_dry-nuts .taxonomy_children_nav {
  background-color: #BDBFAD;
  color: #595C4B; }
.taxonomy_dry-nuts .products_list li {
  border-bottom-color: #999B88; }
.taxonomy_dry-nuts .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_dry-nuts .vertical_scroll .mCSB_dragger_bar {
  background-color: #767963; }
.taxonomy_dry-nuts .open_product_info:after,
.taxonomy_dry-nuts .close_product_info:after,
.taxonomy_dry-nuts .close_all_active_sections:after,
.taxonomy_dry-nuts .view_product_cat:after {
  filter: hue-rotate(-330deg) brightness(80%) saturate(25%);
  -webkit-filter: hue-rotate(-330deg) brightness(80%) saturate(25%); }
.taxonomy_dry-nuts .inner_modal_container {
  background-color: #BDBFAD; }

.taxonomy_sweets-and-treats .taxonomy_intro,
.taxonomy_sweets-and-treats .child_tax__name:after {
  background-color: #C1A069; }
.taxonomy_sweets-and-treats .taxonomy_main,
.taxonomy_sweets-and-treats .taxonomy_children_nav {
  background-color: #DDD1BF;
  color: #694432; }
.taxonomy_sweets-and-treats .products_list li {
  border-bottom-color: #BBA682; }
.taxonomy_sweets-and-treats .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_sweets-and-treats .vertical_scroll .mCSB_dragger_bar {
  background-color: #C1A069; }
.taxonomy_sweets-and-treats .open_product_info:after,
.taxonomy_sweets-and-treats .close_product_info:after,
.taxonomy_sweets-and-treats .close_all_active_sections:after,
.taxonomy_sweets-and-treats .view_product_cat:after {
  filter: hue-rotate(-1deg) brightness(100%) saturate(54%);
  -webkit-filter: hue-rotate(-1deg) brightness(100%) saturate(54%); }
.taxonomy_sweets-and-treats .inner_modal_container {
  background-color: #DDD1BF; }

.taxonomy_spirits-and-wine .taxonomy_intro,
.taxonomy_spirits-and-wine .child_tax__name:after {
  background-color: #717171; }
.taxonomy_spirits-and-wine .taxonomy_main,
.taxonomy_spirits-and-wine .taxonomy_children_nav {
  background-color: #bebebe;
  color: #463939; }
.taxonomy_spirits-and-wine .products_list li {
  border-bottom-color: #929292; }
.taxonomy_spirits-and-wine .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_spirits-and-wine .vertical_scroll .mCSB_dragger_bar {
  background-color: #717171; }
.taxonomy_spirits-and-wine .open_product_info:after,
.taxonomy_spirits-and-wine .close_product_info:after,
.taxonomy_spirits-and-wine .close_all_active_sections:after,
.taxonomy_spirits-and-wine .view_product_cat:after {
  filter: hue-rotate(-14deg) brightness(66%) saturate(0%);
  -webkit-filter: hue-rotate(-14deg) brightness(66%) saturate(0%); }
.taxonomy_spirits-and-wine .inner_modal_container {
  background-color: #bebebe; }

.taxonomy_beverages .taxonomy_intro,
.taxonomy_beverages .child_tax__name:after {
  background-color: #837577; }
.taxonomy_beverages .taxonomy_main,
.taxonomy_beverages .taxonomy_children_nav {
  background-color: #CCC8C9;
  color: #6C595C; }
.taxonomy_beverages .products_list li {
  border-bottom-color: #9F9294; }
.taxonomy_beverages .vertical_scroll .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.taxonomy_beverages .vertical_scroll .mCSB_dragger_bar {
  background-color: #837577; }
.taxonomy_beverages .open_product_info:after,
.taxonomy_beverages .close_product_info:after,
.taxonomy_beverages .close_all_active_sections:after,
.taxonomy_beverages .view_product_cat:after {
  filter: hue-rotate(-70deg) brightness(70%) saturate(15%);
  -webkit-filter: hue-rotate(-70deg) brightness(70%) saturate(15%); }
.taxonomy_beverages .inner_modal_container {
  background-color: #CCC8C9; }

@media screen and (max-width: 47.9375em) {
  .taxonomy_coffee .taxonomy_main {
    background-color: #938070; }
  .taxonomy_coffee .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_coffee .taxonomy_child_section {
    background-color: #BFB4A8; }
  .taxonomy_coffee .products_list li {
    border-bottom-color: rgba(162, 146, 131, 0.4); }

  .taxonomy_fitness-health .taxonomy_main {
    background-color: #627B83; }
  .taxonomy_fitness-health .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_fitness-health .taxonomy_child_section {
    background-color: #B9C1C4; }
  .taxonomy_fitness-health .products_list li {
    border-bottom-color: rgba(136, 162, 170, 0.4); }

  .taxonomy_dry-nuts .taxonomy_main {
    background-color: #767963; }
  .taxonomy_dry-nuts .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_dry-nuts .taxonomy_child_section {
    background-color: #BDBFAD; }
  .taxonomy_dry-nuts .products_list li {
    border-bottom-color: rgba(153, 155, 136, 0.4); }

  .taxonomy_sweets-and-treats .taxonomy_main {
    background-color: #C1A069; }
  .taxonomy_sweets-and-treats .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_sweets-and-treats .taxonomy_child_section {
    background-color: #DDD1BF; }
  .taxonomy_sweets-and-treats .products_list li {
    border-bottom-color: rgba(187, 166, 130, 0.4); }

  .taxonomy_spirits-and-wine .taxonomy_main {
    background-color: #717171; }
  .taxonomy_spirits-and-wine .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_spirits-and-wine .taxonomy_child_section {
    background-color: #bebebe; }
  .taxonomy_spirits-and-wine .products_list li {
    border-bottom-color: rgba(146, 146, 146, 0.4); }

  .taxonomy_beverages .taxonomy_main {
    background-color: #837577; }
  .taxonomy_beverages .taxonomy_children_nav {
    background-color: transparent; }
  .taxonomy_beverages .taxonomy_child_section {
    background-color: #CCC8C9; }
  .taxonomy_beverages .products_list li {
    border-bottom-color: rgba(159, 146, 148, 0.4); } }
.taxonomy_container {
  text-align: center;
  z-index: 2; }

.taxonomy_intro,
.taxonomy_main {
  width: 50%; }

.taxonomy_intro {
  position: absolute;
  top: 0;
  bottom: 0; }
  .taxonomy_intro .wrapper {
    padding: 0 160px;
    border-top: 80px solid transparent; }

.taxonomy_main {
  float: right;
  min-height: 100vh; }
  .taxonomy_main .wrapper {
    padding: 215px 110px 190px; }

.taxonomy_tagline_image img {
  max-height: 170px; }

.taxonomy_description {
  margin: 20px 0 55px;
  font-size: 1.875em;
  line-height: 1.3333333333em; }

.taxonomy_children_nav {
  padding: 20px 0;
  margin: 0 -110px;
  z-index: 2; }
  .taxonomy_children_nav .child_tax__icon {
    display: none; }
  .taxonomy_children_nav ul {
    margin: 0 -13px; }
  .taxonomy_children_nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px; }
  .taxonomy_children_nav a {
    line-height: 120px;
    min-width: 125px;
    display: block; }
  .taxonomy_children_nav img {
    height: 45px;
    width: auto; }
  .taxonomy_children_nav .active_image {
    display: none; }
  .taxonomy_children_nav li.active a,
  .taxonomy_children_nav li:hover a {
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: auto 100px; }
  .taxonomy_children_nav li.active img,
  .taxonomy_children_nav li:hover img {
    display: none; }
  .taxonomy_children_nav li.active .active_image,
  .taxonomy_children_nav li:hover .active_image {
    display: inline; }

.taxonomy_children {
  padding-top: 90px; }

.taxonomy_child_section {
  padding-bottom: 160px; }

.close_all_active_sections {
  display: none; }

.child_tax__icon {
  height: 90px; }
  .child_tax__icon img {
    max-height: 100%; }

.child_tax__name {
  font-family: "PF Bague Sans Pro Bold", sans-serif;
  font-weight: normal;
  font-size: 2.1875em;
  line-height: 1.2571428571em;
  position: relative;
  margin: 0 auto 40px;
  padding: 20px 0; }
  .child_tax__name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    max-width: 100%;
    height: 3px; }

.products_list {
  padding: 0 20%; }
  .products_list .child_tax__icon {
    display: none; }
  .products_list li {
    padding: 25px 0 18px;
    border-bottom: 1px solid #A29283;
    position: relative; }
    .products_list li:last-child {
      border-bottom: none; }

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

.open_product_info,
.close_product_info {
  width: 75px;
  padding: 15px; }

.product_title,
.product_subtitle,
.third_level_term__name {
  font-size: 1.875em;
  line-height: 1.2333333333em;
  margin: 0; }

.products_list li.third_level_term__name,
.third_level_term__name {
  font-family: "PF Bague Sans Pro Bold", sans-serif;
  display: block;
  border-bottom: none; }

.level_products {
  padding-bottom: 90px; }

.child_tax__products_list.level_iii {
  padding-bottom: 90px; }
  .child_tax__products_list.level_iii:last-child {
    padding-bottom: 0; }

.product_info_modal {
  text-align: left; }
  .product_info_modal .product_title,
  .product_info_modal .product_subtitle {
    text-align: inherit;
    display: block; }
  .product_info_modal .product_title {
    font-family: "PF Bague Sans Pro Bold", sans-serif; }
  .product_info_modal .product_subtitle {
    font-family: "PF Bague Sans Pro Regular", sans-serif;
    font-size: 1em;
    line-height: inherit; }

.product_description {
  margin-top: 35px; }
  .product_description p {
    margin-bottom: 25px; }

.sharing_options .share_title_image {
  height: 38px;
  margin-bottom: 20px; }
  .sharing_options .share_title_image img {
    max-height: 100%; }
.sharing_options a {
  display: block;
  position: relative;
  width: 95px;
  height: 80px;
  line-height: 89px;
  font-size: 35px;
  margin: auto; }
  .sharing_options a i {
    position: relative;
    z-index: 1; }
  .sharing_options a:after {
    content: "";
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0; }
  .sharing_options a:hover:after {
    transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; }

.taxonomy_aside {
  padding-top: 180px;
  background-color: #AEAF9F; }

@media screen and (max-width: 125em) {
  .taxonomy_intro .wrapper {
    padding: 0 120px;
    border-top-width: 80px; }

  .taxonomy_main_image {
    width: 64%;
    margin: auto; }

  .taxonomy_tagline_image img {
    max-height: 120px; }

  .taxonomy_description {
    font-size: 1.5em; }

  .sharing_options .share_title_image {
    height: 35px;
    margin-bottom: 12px; }
  .sharing_options a {
    width: 75px;
    height: 75px;
    font-size: 27px;
    line-height: 84px; }

  .taxonomy_children_nav {
    margin: 0 -100px; }
    .taxonomy_children_nav img {
      height: 30px; }
    .taxonomy_children_nav li {
      margin: 0 15px; }
    .taxonomy_children_nav li.active a,
    .taxonomy_children_nav li:hover a {
      background-size: auto 80px; }

  .taxonomy_main .wrapper {
    padding: 120px 100px; }

  .taxonomy_children {
    padding-top: 60px; }

  .taxonomy_child_section {
    padding-bottom: 120px; }

  .child_tax__name {
    font-size: 1.875em;
    margin-bottom: 28px; }

  .product_title,
  .product_subtitle,
  .third_level_term__name {
    font-size: 1.5em; }

  .child_tax__icon {
    height: 80px; }
    .child_tax__icon img {
      max-height: 100%; }

  .products_list li {
    padding: 22px 0 15px; }

  .taxonomy_aside {
    padding-top: 50px; }

  .open_product_info,
  .close_product_info {
    width: 65px; } }
@media screen and (max-width: 118.6875em) {
  .taxonomy_intro .wrapper {
    padding: 0 110px;
    border-top-width: 70px; }

  .taxonomy_tagline_image img {
    max-height: 100px; }

  .taxonomy_description {
    font-size: 1.375em; }

  .sharing_options .share_title_image {
    height: 27px; }
  .sharing_options a {
    width: 62px;
    height: 58px;
    font-size: 24px;
    line-height: 65px; }

  .taxonomy_children_nav img {
    height: 28px; }
  .taxonomy_children_nav a {
    line-height: 70px;
    min-width: 90px; }
  .taxonomy_children_nav li.active a,
  .taxonomy_children_nav li:hover a {
    background-size: auto 60px; }

  .taxonomy_child_section {
    padding-bottom: 120px; }

  .child_tax__name {
    font-size: 1.75em;
    padding: 15px 0 10px;
    margin-bottom: 24px; }

  .product_title,
  .product_subtitle,
  .third_level_term__name {
    font-size: 1.4375em; }

  .level_products,
  .child_tax__products_list.level_iii {
    padding-bottom: 60px; }

  .open_product_info,
  .close_product_info {
    width: 53px; }

  .child_tax__icon {
    height: 60px; }

  .products_list li {
    padding: 25px 0 10px; }

  .product_description {
    margin-top: 25px; } }
@media screen and (max-width: 105em) {
  .taxonomy_main .wrapper {
    padding: 85px 100px; }

  .taxonomy_tagline_image {
    margin-top: -20px; }

  .sharing_options .share_title_image {
    height: 23px; }
  .sharing_options a {
    width: 55px;
    height: 52px;
    font-size: 21px;
    line-height: 57px; } }
@media screen and (max-width: 90em) {
  .taxonomy_intro .wrapper {
    padding: 0 100px;
    border-top-width: 57px; }

  .taxonomy_main_image {
    width: 68%; }

  .taxonomy_tagline_image img {
    max-height: 80px; }

  .taxonomy_description {
    font-size: 1.0625em;
    line-height: 1.2941176471em;
    margin: 12px 0 40px; }

  .sharing_options .share_title_image {
    height: 23px;
    margin-bottom: 6px; }
  .sharing_options a {
    width: 50px;
    height: 48px;
    font-size: 19px;
    line-height: 54px; }

  .taxonomy_main .wrapper {
    padding: 95px 60px; }

  .taxonomy_children_nav {
    margin: 0 -60px; }
    .taxonomy_children_nav img {
      height: 21px; }
    .taxonomy_children_nav a {
      line-height: 50px;
      min-width: 60px; }
    .taxonomy_children_nav li {
      margin: 0 8px; }
    .taxonomy_children_nav li.active a,
    .taxonomy_children_nav li:hover a {
      background-size: auto 90%; }

  .taxonomy_child_section {
    padding-bottom: 100px; }

  .child_tax__name {
    font-size: 1.25em;
    padding: 12px 0 8px;
    margin-bottom: 15px; }
    .child_tax__name:after {
      width: 200px; }

  .product_title,
  .product_subtitle,
  .third_level_term__name {
    font-size: 1em; }

  .products_list {
    padding: 0 15%; }
    .products_list li {
      padding: 16px 0 10px; }

  .open_product_info,
  .close_product_info {
    width: 45px;
    padding: 10px; } }
@media screen and (max-width: 68.75em) {
  .taxonomy_intro .wrapper {
    padding: 0 30px;
    border-top-width: 70px; }

  .taxonomy_main_image {
    width: 63%; }

  .taxonomy_tagline_image img {
    max-height: 76px; }

  .taxonomy_description {
    margin-top: 10px; }

  .sharing_options .share_title_image {
    height: 20px; }
  .sharing_options a {
    width: 52px;
    height: 50px;
    font-size: 19px;
    line-height: 55px; }

  .taxonomy_main .wrapper {
    padding: 95px 30px; }

  .taxonomy_children_nav {
    padding: 12px 0;
    margin: 0 -30px; }
    .taxonomy_children_nav li {
      margin: 0 7px; }
    .taxonomy_children_nav img {
      height: 16px; }

  .taxonomy_children {
    padding-top: 20px; }

  .taxonomy_child_section {
    padding-bottom: 75px; }

  .child_tax__icon {
    height: 45px; } }
@media screen and (max-width: 63.75em) {
  .taxonomy_intro,
  .taxonomy_main {
    width: 100%; }

  .taxonomy_intro {
    position: relative;
    top: auto;
    left: auto; }
    .taxonomy_intro .wrapper {
      border-top-width: 0;
      padding: 135px 85px 150px; }

  .taxonomy_main_image {
    width: 65%; }

  .taxonomy_tagline_image img {
    max-height: 120px; }

  .taxonomy_description {
    font-size: 1.25em;
    line-height: 1.4em; }

  .sharing_options .share_title_image {
    height: 25px;
    margin-bottom: 12px; }
  .sharing_options a {
    width: 60px;
    height: 55px;
    font-size: 24px;
    line-height: 62px; }

  .taxonomy_children_nav {
    padding: 18px 0; }
    .taxonomy_children_nav img {
      height: 21px; }
    .taxonomy_children_nav li {
      margin: 0 10px; }

  .taxonomy_child_section {
    padding-bottom: 100px; }

  .child_tax__name {
    font-size: 1.6875em; }

  .child_tax__icon {
    height: 80px; }

  .product_title,
  .product_subtitle,
  .third_level_term__name {
    font-size: 1.25em; }

  .products_list {
    padding: 0 100px; }
    .products_list li {
      padding: 18px 0 20px; }

  .open_product_info,
  .close_product_info {
    width: 55px;
    padding: 13px; } }
@media screen and (max-width: 47.9375em) {
  .taxonomy_intro .wrapper {
    padding: 80px 30px 40px; }

  .taxonomy_tagline_image {
    margin-top: -10px; }
    .taxonomy_tagline_image img {
      max-height: 55px; }

  .taxonomy_main_image {
    width: 165px;
    margin-top: 0; }

  .taxonomy_description {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.25em;
    text-align: left;
    margin-bottom: 30px; }

  .sharing_options .share_title_image {
    height: 18px;
    margin-bottom: 9px; }
  .sharing_options a {
    width: 48px;
    height: 43px;
    font-size: 17px;
    line-height: 48px; }

  .taxonomy_main {
    position: static;
    min-height: 0; }
    .taxonomy_main .wrapper {
      position: static;
      padding: 0 15px 35px; }

  .taxonomy_children_nav {
    background-color: transparent;
    margin: 0; }
    .taxonomy_children_nav ul {
      margin: 0;
      width: 100%; }
    .taxonomy_children_nav img.dark {
      display: none; }
    .taxonomy_children_nav img.white {
      display: inline; }
    .taxonomy_children_nav li {
      display: block;
      width: 100%;
      margin: 0;
      padding: 13px 34px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .taxonomy_children_nav li:last-child {
        border-bottom: none; }
      .taxonomy_children_nav li.active .child_tax__icon img {
        display: block; }
    .taxonomy_children_nav .child_tax__icon {
      display: block; }
      .taxonomy_children_nav .child_tax__icon img {
        display: inline-block; }

  .taxonomy_child_section {
    display: none;
    padding: 80px 10px 40px;
    background-color: #BFB4A8;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 200; }
    .taxonomy_child_section.active {
      display: block; }

  .child_tax__name {
    font-size: 1.1875em;
    border-bottom: 1px solid #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    width: calc(100% - 60px);
    padding: 0 0 10px;
    margin-bottom: 0; }
    .child_tax__name:after {
      display: none; }

  .child_tax__icon {
    height: 47px;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    display: none; }
    .child_tax__icon img {
      max-width: 100%;
      max-height: 100%;
      height: auto; }

  .child_tax__products {
    padding: 0;
    height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; }

  .products_list {
    padding: 0 30px; }
    .products_list li {
      position: relative;
      padding: 18px 0 12px; }

  .open_product_info,
  .close_product_info {
    width: 48px;
    padding: 12px; }

  .product_title,
  .product_subtitle,
  .third_level_term__name {
    font-size: 1em;
    width: 190px;
    max-width: 100%;
    margin: auto; }

  .level_products,
  .child_tax__products_list.level_iii {
    padding-bottom: 30px; }

  .close_all_active_sections {
    display: block;
    width: 55px;
    padding: 12px;
    top: 13px;
    right: 13px;
    position: fixed; } }
.store_main {
  padding: 270px 200px 170px;
  background-color: #AEAF9F; }

.store_main_image {
  max-height: 980px; }
  .store_main_image img {
    width: 100%;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .store_main_image:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(0, 0, 0, 0.5); }

.store_cover_section .scroll_down {
  width: 95px; }

.store_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto;
  width: 18%; }

.store_details_section {
  position: relative;
  padding-right: 50%; }
  .store_details_section .wrapper {
    position: static; }
  .store_details_section .section_title_image {
    text-align: inherit;
    height: 50px;
    margin-bottom: 40px; }
    .store_details_section .section_title_image img {
      height: 100%;
      width: auto; }

.store_info_wrapper {
  position: relative;
  z-index: 3;
  background-color: #91917F;
  padding: 135px 130px;
  text-align: left; }
  .store_info_wrapper:after {
    content: "";
    background: url(../img/icons/icon-palm_tree.png) no-repeat scroll center top transparent;
    background-size: 100% auto;
    position: absolute;
    bottom: -22%;
    right: 40px;
    width: 42%;
    padding-top: 54%; }

.store_info {
  font-size: 1.5em;
  line-height: 1.1666666667em;
  margin-bottom: 200px; }
  .store_info li {
    display: block;
    list-style-type: none;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff; }
    .store_info li:first-child {
      padding-top: 0; }
    .store_info li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .store_info ul ul li,
  .store_info ul ol li {
    padding: 0 0 8px;
    border: none; }
    .store_info ul ul li:last-child,
    .store_info ul ol li:last-child {
      padding-bottom: 0; }

.store_social_accounts li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 55px; }
  .store_social_accounts li:last-child {
    margin-right: 0; }
.store_social_accounts a {
  display: block;
  width: 90px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  text-align: center;
  position: relative; }
  .store_social_accounts a:after {
    background: url(../img/icons/icon-button_bg_horizontal.png) no-repeat scroll center center transparent;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: -1; }
  .store_social_accounts a:hover:after {
    transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out; }
.store_social_accounts i {
  font-size: 1em;
  line-height: inherit; }

.store_location {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50%; }

.map {
  width: 100%;
  height: 100%; }
  .map .info_content {
    color: #000000; }

.store_photo_gallery {
  margin-top: 200px; }
  .store_photo_gallery .section_title_image {
    margin-bottom: 70px; }

.store_gallery {
  margin: -25px; }
  .store_gallery li {
    padding: 25px;
    width: 33.33%;
    float: left;
    margin: 0 -2px;
    list-style-type: none; }
  .store_gallery a {
    display: block;
    height: 600px;
    position: relative;
    overflow: hidden; }
    .store_gallery a .img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      z-index: 3;
      background-repeat: no-repeat;
      background-color: transparent;
      background-position: center center;
      background-size: cover; }
    .store_gallery a:after {
      position: absolute;
      background-color: #BDBFAD;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      content: ""; }

.store_image:nth-child(6n+1), .store_image:nth-child(6n+5) {
  width: 66.666%; }
.store_image:nth-child(6n+2) {
  float: right; }
  .store_image:nth-child(6n+2) a {
    height: 1250px; }

@media screen and (max-width: 125em) {
  .store_main {
    padding: 200px 170px 60px; }

  .store_main_image {
    max-height: 860px; }

  .store_cover_section .scroll_down {
    width: 70px;
    bottom: 40px; }

  .store_info_wrapper {
    padding: 70px 90px; }
    .store_info_wrapper:after {
      bottom: -9%;
      right: 25px;
      width: 40%;
      padding-top: 51%; }

  .store_info {
    margin-bottom: 140px; }

  .store_details_section .section_title_image {
    margin-bottom: 32px; }

  .store_social_accounts ul {
    margin-top: -10px; }
  .store_social_accounts li {
    margin-right: 36px; }
  .store_social_accounts a {
    width: 80px;
    height: 74px;
    line-height: 74px;
    font-size: 30px; }

  .store_photo_gallery {
    margin-top: 150px; }
    .store_photo_gallery .section_title_image {
      margin-bottom: 50px; }

  .store_gallery {
    margin: -15px; }
    .store_gallery li {
      padding: 15px; }
    .store_gallery a {
      height: 400px; }

  .store_image:nth-child(6n+2) a {
    height: 830px; } }
@media screen and (max-width: 118.6875em) {
  .store_main {
    padding: 180px 110px 50px; }

  .store_main_image {
    max-height: 720px; }

  .store_cover_section .scroll_down {
    width: 55px;
    bottom: 34px; }

  .store_info_wrapper {
    padding: 60px 75px; }

  .store_details_section .section_title_image {
    margin-bottom: 28px;
    height: 40px; }

  .store_info {
    font-size: 1.375em;
    line-height: 1.1363636364em;
    margin-bottom: 140px; }

  .store_social_accounts ul {
    margin-top: -5px; } }
@media screen and (max-width: 100em) {
  .store_main_image {
    max-height: 610px; } }
@media screen and (max-width: 90em) {
  .store_main {
    padding: 160px 50px 50px; }

  .store_cover_section .scroll_down {
    width: 46px;
    bottom: 30px; }

  .store_title {
    width: 20%; }

  .store_info_wrapper {
    padding: 40px 70px; }
    .store_info_wrapper:after {
      bottom: -23%; }

  .store_details_section .section_title_image {
    margin-bottom: 25px;
    height: 30px; }

  .store_info {
    font-size: 1.1875em;
    line-height: 1.2105263158em;
    margin-bottom: 150px; }
    .store_info ul ul,
    .store_info ul ol {
      padding-top: 4px; }
      .store_info ul ul li,
      .store_info ul ol li {
        padding: 0 0 3px; }

  .store_social_accounts li {
    margin-right: 17px; }
  .store_social_accounts a {
    width: 55px;
    height: 48px;
    line-height: 48px;
    font-size: 22px; } }
@media screen and (max-width: 81.25em) {
  .store_main_image {
    max-height: 550px; }

  .store_info_wrapper:after {
    bottom: -17%; } }
@media screen and (max-width: 68.75em) {
  .store_main {
    padding: 135px 60px 50px; }

  .store_main_image {
    max-height: none; }

  .store_info_wrapper {
    padding: 35px; }

  .store_details_section .section_title_image {
    margin-bottom: 20px;
    height: 27px; }

  .store_info {
    font-size: 1.125em;
    line-height: 1.1666666667em;
    margin-bottom: 100px; }

  .store_gallery a {
    height: 280px; }

  .store_image:nth-child(6n+2) a {
    height: 590px; } }
@media screen and (max-width: 63.75em) {
  .store_main {
    padding: 115px 0 0; }

  .store_cover_section .wrapper {
    min-height: 0; }
  .store_cover_section .scroll_down {
    display: none; }

  .store_title {
    width: 27%; }

  .store_details_section {
    padding-right: 0; }
    .store_details_section .section_title_image {
      height: 25px; }

  .store_info_wrapper {
    padding: 45px;
    text-align: center; }
    .store_info_wrapper:after {
      display: none; }

  .store_info {
    font-size: 1.3125em;
    line-height: 1.3333333333em;
    margin-bottom: 40px; }
    .store_info .section_title_image {
      display: none; }

  .store_location {
    position: static;
    width: 100%;
    height: 400px; }

  .store_social_accounts li {
    margin-right: 10px; }
  .store_social_accounts a {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 18px; }

  .store_photo_gallery {
    margin-top: 90px; }

  .store_gallery {
    margin: -10px; }
    .store_gallery li {
      padding: 10px; }
    .store_gallery a {
      height: 230px; }

  .store_image:nth-child(6n+2) a {
    height: 480px; } }
@media screen and (max-width: 47.9375em) {
  .store_main {
    padding: 85px 0 30px; }

  .store_title {
    width: 30%; }

  .store_info {
    font-size: 1em;
    line-height: 1.3125em;
    margin-bottom: 60px; }
    .store_info li {
      padding: 20px 0; }

  .store_info_wrapper {
    padding: 40px 30px; }

  .store_details_section .section_title_image {
    height: 18px; }

  .store_social_accounts li {
    margin-right: 20px; }
  .store_social_accounts a {
    width: 42px; }

  .store_photo_gallery {
    margin-top: 50px; }
    .store_photo_gallery .section_title_image {
      margin-bottom: 25px; }

  .store_gallery {
    margin: -2px; }
    .store_gallery li {
      width: 50%;
      padding: 2px; }
    .store_gallery a {
      height: 180px; }

  .store_image:nth-child(6n+2) a {
    height: 364px; }
  .store_image:nth-child(6n+1), .store_image:nth-child(6n+5), .store_image:nth-child(6n+6) {
    width: 100%; } }
@media screen and (max-width: 25em) {
  .store_info {
    font-size: 1em;
    line-height: 1.1875em;
    margin-bottom: 50px; }
    .store_info li {
      padding: 15px 0; }
    .store_info b, .store_info strong {
      display: block; } }
.about_main {
  background-color: #AEAF9F;
  padding-bottom: 120px; }

.about_section {
  position: relative; }
  .about_section:nth-child(3n+1), .about_section:nth-child(3n+3) {
    padding-left: 50%; }
  .about_section:nth-child(3n+2) {
    padding-right: 50%; }
    .about_section:nth-child(3n+2) .section_bg {
      left: auto;
      right: 0; }
  .about_section .section_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .about_section .text_column {
    padding: 120px 180px 280px; }
  .about_section .content_block {
    font-size: 2.25em;
    line-height: 1.3055555556em; }

.about_section_icon {
  width: 160px;
  margin: 0 auto 50px; }

.about_section_title_image {
  height: 60px;
  margin-bottom: 70px;
  text-align: center; }
  .about_section_title_image img {
    max-height: 100%; }

@media screen and (max-width: 125em) {
  .about_section .text_column {
    padding: 140px 130px 260px; }
  .about_section .content_block {
    font-size: 1.6875em;
    line-height: 1.2592592593em; }

  .about_section_icon {
    width: 120px;
    margin: 0 auto 30px; }

  .about_section_title_image {
    height: 55px;
    margin-bottom: 50px; } }
@media screen and (max-width: 118.6875em) {
  .about_section .text_column {
    padding: 80px 120px 175px; }
  .about_section .content_block {
    font-size: 1.4375em;
    line-height: 1.3913043478em; }

  .about_section_icon {
    width: 95px;
    margin: 0 auto 25px; }

  .about_section_title_image {
    height: 45px;
    margin-bottom: 40px; } }
@media screen and (max-width: 90em) {
  .about_section .text_column {
    padding: 62px 100px 120px; }
  .about_section .content_block {
    font-size: 1.1875em;
    line-height: 1.4210526316em; }

  .about_section_icon {
    width: 84px;
    margin: 0 auto 17px; }

  .about_section_title_image {
    height: 40px;
    margin-bottom: 30px; } }
@media screen and (max-width: 68.75em) {
  .about_main {
    padding-bottom: 70px; }

  .about_section:first-child .section_bg {
    background-position: 33% center; }
  .about_section .text_column {
    padding: 90px 60px 185px; }
  .about_section .content_block {
    font-size: 1.0625em;
    line-height: 1.2941176471em; }

  .about_section_icon {
    width: 80px;
    margin: 0 auto 15px; }

  .about_section_title_image {
    height: 55px;
    margin-bottom: 25px; } }
@media screen and (max-width: 63.75em) {
  .about_main {
    padding-bottom: 45px; }

  .about_cover_section {
    background-position: center center; }
    .about_cover_section .cover_moto {
      width: 58%;
      bottom: 13%; }

  .about_section .section_bg {
    width: 100%;
    height: 400px;
    background-position: center top; }
  .about_section:first-child .section_bg {
    background-position: center 40%; }
  .about_section:nth-child(2) .section_bg {
    background-position: center 20%; }
  .about_section:nth-child(3n+1), .about_section:nth-child(3n+2), .about_section:nth-child(3n+3) {
    padding: 400px 0 0; }
    .about_section:nth-child(3n+1) .section_bg, .about_section:nth-child(3n+2) .section_bg, .about_section:nth-child(3n+3) .section_bg {
      left: 0;
      right: 0;
      top: 0;
      bottom: auto;
      margin: auto; }
  .about_section .text_column {
    padding: 70px 90px 130px; }
  .about_section .content_block {
    font-size: 1.1875em;
    line-height: 1.3157894737em; }

  .about_section_title_image {
    margin-bottom: 20px; } }
@media screen and (max-width: 47.9375em) {
  .about_main {
    padding-bottom: 25px; }

  .about_section .section_bg {
    height: 240px; }
  .about_section:nth-child(3n+1), .about_section:nth-child(3n+2), .about_section:nth-child(3n+3) {
    padding: 240px 0 0; }
  .about_section .text_column {
    padding: 40px 35px 80px; }
  .about_section .content_block {
    font-size: 1em;
    line-height: 1.3125em; }

  .about_section_icon {
    width: 60px;
    margin: 0 auto 15px; }

  .about_section_title_image {
    height: 35px;
    margin-bottom: 20px; }

  .about_section_title_image {
    margin-bottom: 20px; } }
.error_main {
  margin-bottom: 0; }

.error_page_content {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px; }
  .error_page_content .content_block {
    text-align: center;
    position: relative;
    top: -50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%); }
    .error_page_content .content_block .title {
      margin-bottom: 30px; }
    .error_page_content .content_block p:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 118.6875em) {
  .default_page_content.error_page_content {
    padding-top: 50px; }
    .default_page_content.error_page_content .title {
      width: 200px; } }
@media screen and (max-width: 47.9375em) {
  .default_page_content.error_page_content {
    padding-top: 130px;
    padding-bottom: 30px; }
    .default_page_content.error_page_content .title {
      width: 150px; }
    .default_page_content.error_page_content .content_block {
      top: 0;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none; }
    .default_page_content.error_page_content .scroll_down {
      bottom: 30px;
      width: 37px; } }
.blog_header {
  background: url(../img/blog_pattern4.jpg) repeat scroll top left transparent;
  height: 160px; }
  .blog_header .logo {
    padding-top: 35px; }
    .blog_header .logo img {
      height: 95px; }
  .blog_header time {
    display: block;
    padding-top: 10px;
    font-size: 1.4375em; }

.blog_post_main {
  background-color: #ffffff;
  color: #191919;
  padding-top: 260px;
  padding-bottom: 200px; }
  .blog_post_main a {
    color: #db9525; }
  .blog_post_main .sharing_options {
    text-align: center; }
    .blog_post_main .sharing_options a {
      color: #ffffff; }
  .blog_post_main .share_title_image img {
    filter: brightness(60%);
    -webkit-filter: brightness(60%); }

.post_published_date {
  color: #db9525; }

.blog_post_header,
.blog_post_content {
  width: 960px;
  max-width: 100%;
  margin: auto; }

.blog_post_header {
  padding-bottom: 40px;
  text-align: center; }

.post_title {
  text-align: center;
  font-family: "PF Bague Sans Pro Bold", sans-serif;
  font-size: 3.25em;
  line-height: 1.0576923077em;
  width: 140%;
  margin-left: -20%; }

.post_lead {
  font-family: "PF Bague Sans Pro Thin", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  margin-bottom: 18px;
  margin-top: 14px; }

.post_main_image {
  padding-top: 80px; }

.blog_post_content {
  font-size: 1.8125em;
  line-height: 1.275862069em;
  margin: auto;
  padding-bottom: 20px; }
  .blog_post_content p {
    margin: 22px 0 40px; }
  .blog_post_content h2 {
    font-size: 170%;
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    margin-bottom: 30px; }
  .blog_post_content h3 {
    font-size: 150%;
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    margin-bottom: 20px; }
  .blog_post_content h4 {
    font-size: 130%;
    font-family: "PF Bague Sans Pro Thin", sans-serif;
    margin-bottom: 15px; }
  .blog_post_content h5 {
    font-size: 110%;
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    margin-bottom: 15px; }
  .blog_post_content h6 {
    font-family: "PF Bague Sans Pro Thin", sans-serif;
    font-style: italic;
    margin-bottom: 15px; }
  .blog_post_content blockquote {
    font-family: "PF Bague Sans Pro Thin", sans-serif;
    font-style: italic;
    font-size: 125%;
    line-height: 1.3em;
    position: relative;
    margin: 0;
    padding: 0 40px; }
    .blog_post_content blockquote:before {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 10px;
      left: 0;
      width: 5px;
      background-color: #db9525; }
  .blog_post_content ol,
  .blog_post_content ul {
    list-style-position: outside;
    font-size: 95%;
    line-height: 1.18em;
    padding-left: 40px;
    margin-bottom: 25px;
    margin-top: 10px; }
    .blog_post_content ol li,
    .blog_post_content ul li {
      padding-bottom: 15px; }
  .blog_post_content img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .blog_post_content .alignleft {
    float: left;
    padding: 0 30px 20px 0; }
  .blog_post_content .alignright {
    float: right;
    padding: 0 0 20px 30px; }

.next_post_section {
  background: url(../img/brazilianos-blog-whatsnext.jpg) no-repeat scroll center left transparent;
  background-size: cover;
  padding: 60px 9%;
  margin-bottom: 100px; }
  .next_post_section .section_title {
    margin-bottom: 120px; }
    .next_post_section .section_title img {
      height: 60px; }
  .next_post_section .post_title {
    width: 70%;
    margin: 0 0 20px;
    font-size: 3.4375em;
    line-height: 1.0545454545em;
    text-align: left;
    position: relative; }
    .next_post_section .post_title:after {
      content: "";
      background: url(../img/icons/icon-chevron_right-white.png) no-repeat scroll center right transparent;
      background-size: auto 100%;
      width: 35px;
      height: 60px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -40%;
      font-size: 38px;
      -webkit-animation: bounce_right 3s infinite;
      -moz-animation: bounce_right 3s infinite;
      -o-animation: bounce_right 3s infinite;
      -ms-animation: bounce_right 3s infinite;
      animation: bounce_right 3s infinite; }
  .next_post_section .post_published_date {
    font-size: 1.875em;
    color: #ffffff;
    font-family: "PF Bague Sans Pro Thin", sans-serif; }

@media screen and (max-width: 125em) {
  .blog_header {
    height: 120px; }
    .blog_header .logo img {
      height: 65px; }

  .blog_post_main {
    padding-top: 200px; }

  .blog_post_header,
  .blog_post_content {
    width: 700px; }

  .blog_post_header {
    padding-bottom: 37px; }

  .post_main_image {
    padding-top: 55px; }

  .blog_post_content {
    font-size: 1.5625em;
    line-height: 1.32em; }
    .blog_post_content p {
      margin: 20px 0 37px; }

  .post_title {
    font-size: 3em;
    line-height: 1.1875em; }

  .post_lead {
    font-size: 1.625em;
    line-height: 1.1153846154em; }

  .next_post_section {
    padding: 50px 9%;
    margin-bottom: 60px; }
    .next_post_section .section_title {
      margin-bottom: 110px; }
      .next_post_section .section_title img {
        height: 50px; }
    .next_post_section .post_title {
      margin: 0 0 15px;
      font-size: 3.125em;
      line-height: 1.04em; }
      .next_post_section .post_title:after {
        width: 30px;
        height: 50px;
        right: -40%;
        font-size: 30px; }
    .next_post_section .post_published_date {
      font-size: 1.5625em; } }
@media screen and (max-width: 118.6875em) {
  .blog_post_header,
  .blog_post_content {
    width: 640px; }

  .blog_post_header {
    padding-bottom: 30px; }
    .blog_post_header time {
      font-size: 1.1875em; }

  .post_main_image {
    padding-top: 50px; }

  .blog_post_content {
    font-size: 1.25em;
    line-height: 1.4em; }
    .blog_post_content p {
      margin: 15px 0 30px; }

  .post_title {
    font-size: 2.625em;
    line-height: 1.2380952381em; }

  .post_lead {
    font-size: 1.375em; }

  .post_main_image {
    padding-top: 50px; }

  .next_post_section {
    padding: 50px 9%;
    margin-bottom: 60px; }
    .next_post_section .section_title {
      margin-bottom: 100px; }
      .next_post_section .section_title img {
        height: 40px; }
    .next_post_section .post_title {
      font-size: 2.5em;
      line-height: 1.1em; }
      .next_post_section .post_title:after {
        width: 30px;
        height: 40px;
        right: -30%;
        font-size: 25px; }
    .next_post_section .post_published_date {
      font-size: 1.1875em; } }
@media screen and (max-width: 105em) {
  .blog_header {
    height: 110px; }
    .blog_header .logo {
      padding-top: 24px; }
      .blog_header .logo img {
        height: 50px; }

  .blog_post_main {
    padding: 180px; } }
@media screen and (max-width: 90em) {
  .blog_header {
    height: 100px; }

  .next_post_section {
    padding: 30px 120px; }
    .next_post_section .section_title {
      margin-bottom: 80px; }
      .next_post_section .section_title img {
        height: 28px; }
    .next_post_section .post_title {
      margin: 0 0 5px;
      font-size: 1.875em;
      line-height: 1.1em; }
      .next_post_section .post_title:after {
        width: 23px;
        height: 30px;
        right: -40%;
        font-size: 20px; }
    .next_post_section .post_published_date {
      font-size: 1em; } }
@media screen and (max-width: 68.75em) {
  .blog_post_main {
    padding-top: 160px; }

  .post_title {
    margin-left: 0;
    width: 100%;
    font-size: 1.875em;
    line-height: 1.2333333333em; }

  .post_lead {
    font-size: 1.25em; }

  .post_main_image {
    padding-top: 30px; } }
@media screen and (max-width: 63.75em) {
  .blog_header {
    height: 80px; }

  .blog_post_main {
    padding: 100px 60px; }

  .blog_post_header,
  .blog_post_content {
    width: 100%; }

  .blog_post_content {
    font-size: 1.25em;
    line-height: 1.4em; }

  .next_post_section {
    padding: 30px 60px 35px;
    margin-bottom: 20px; }
    .next_post_section .section_title {
      margin-bottom: 70px; }
      .next_post_section .section_title img {
        height: 23px; }
    .next_post_section .post_title {
      width: 80%;
      margin: 0 0 7px;
      font-size: 1.5625em;
      line-height: 1.12em; }
      .next_post_section .post_title:after {
        right: -20%; }
    .next_post_section .post_published_date {
      font-size: 0.875em; } }
@media screen and (max-width: 59.375em) {
  .blog_header {
    height: 85px; }
    .blog_header .logo {
      padding-top: 22px; }
      .blog_header .logo img {
        height: 45px; }

  .blog_post_main {
    padding: 140px 60px 100px; } }
@media screen and (max-width: 47.9375em) {
  .blog_header {
    height: 50px; }
    .blog_header .logo {
      padding-top: 11px; }
      .blog_header .logo img {
        height: 30px; }

  .blog_post_main {
    padding: 80px 25px 40px; }

  .blog_post_header {
    padding-bottom: 25px; }
    .blog_post_header time {
      display: block;
      font-size: 0.875em;
      margin-top: 10px; }

  .post_title {
    font-size: 1.375em;
    line-height: 1.0909090909em; }

  .post_lead {
    font-size: 1.0625em; }

  .post_main_image {
    padding-top: 20px;
    margin: 0 -25px; }

  .blog_post_content {
    font-size: 1em;
    line-height: 1.375em; }
    .blog_post_content p {
      margin: 15px 0 23px; }
    .blog_post_content blockquote {
      padding: 0 25px; }
      .blog_post_content blockquote:before {
        width: 4px; }
    .blog_post_content .alignleft,
    .blog_post_content .alignright {
      float: none;
      padding: 10px 0;
      display: block;
      margin: auto; }
    .blog_post_content img {
      max-width: calc(100% + 50px);
      margin-left: -25px; }

  .next_post_section {
    padding: 25px 25px 30px;
    margin-bottom: 30px; }
    .next_post_section .section_title {
      margin-bottom: 45px; }
      .next_post_section .section_title img {
        height: 17px; }
    .next_post_section .post_title {
      width: 100%;
      padding-right: 20px;
      margin: 0 0 7px;
      font-size: 1.1875em;
      line-height: 1.1052631579em; }
      .next_post_section .post_title:after {
        right: -13px;
        width: 15px;
        height: 20px; }
    .next_post_section .post_published_date {
      font-size: 0.8125em; } }
.archive_main {
  padding-bottom: 100px; }

.archive_cover_section .cover_moto {
  height: 140px;
  width: auto;
  top: 26%;
  bottom: auto; }

.posts_grid_section {
  margin-top: -25%; }

.posts_grid {
  width: 125em;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.blog_post_item {
  float: left;
  width: 33.333%;
  position: relative;
  padding: 40px; }
  .blog_post_item:nth-child(3n+1) {
    clear: left; }
  .blog_post_item a {
    display: block;
    padding: 40px;
    background: url(../img/blog_pattern4.jpg) repeat scroll top left #C4C4BA;
    text-align: center; }
  .blog_post_item .post_content {
    padding: 40px 60px 160px;
    background-color: #ffffff;
    color: #191919;
    position: relative; }
  .blog_post_item .title {
    font-family: "PF Bague Sans Pro Bold", sans-serif;
    font-size: 2em;
    line-height: 1.0625em;
    margin-bottom: 20px;
    height: 150px;
    overflow: hidden; }
  .blog_post_item .date {
    font-family: "PF Bague Sans Pro Thin", sans-serif;
    color: inherit;
    font-size: 1.4375em;
    line-height: 1.0869565217em; }
  .blog_post_item .thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #BDBFAD;
    background-size: cover;
    padding-top: 56.42%; }
  .blog_post_item .read_more {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "PF Bague Sans Pro Thin", sans-serif;
    color: #db9525;
    font-size: 1.5em;
    line-height: 1.0416666667em; }

@media screen and (max-width: 125em) {
  .posts_grid_section .wrapper {
    padding: 0 100px; }

  .archive_cover_section .cover_moto {
    height: 110px; }

  .blog_post_item {
    padding: 32px; }
    .blog_post_item a {
      padding: 30px; }
    .blog_post_item .post_content {
      padding: 35px 47px 140px; }
    .blog_post_item .title {
      font-size: 1.75em;
      height: 130px; }
    .blog_post_item .date {
      font-size: 1.1875em; }
    .blog_post_item .read_more {
      bottom: 50px;
      font-size: 1.375em; } }
@media screen and (max-width: 118.6875em) {
  .archive_cover_section .cover_moto {
    height: 90px; }

  .posts_grid_section {
    margin-top: -16%; }

  .blog_post_item {
    padding: 30px; }
    .blog_post_item .post_content {
      padding: 27px 30px 120px; }
    .blog_post_item .title {
      font-size: 1.625em;
      height: 120px; }
    .blog_post_item .date {
      font-size: 1.125em; }
    .blog_post_item .read_more {
      bottom: 40px;
      font-size: 1.3125em; } }
@media screen and (max-width: 105em) {
  .blog_post_item {
    padding: 27px; } }
@media screen and (max-width: 90em) {
  .archive_cover_section .cover_moto {
    top: 29%;
    height: 80px; }

  .posts_grid_section {
    margin-top: -22%; }
    .posts_grid_section .wrapper {
      padding: 0 65px; }

  .blog_post_item {
    padding: 25px; }
    .blog_post_item a {
      padding: 20px; }
    .blog_post_item .post_content {
      padding: 20px 30px 80px; }
    .blog_post_item .title {
      font-size: 1.25em;
      line-height: 1.15em;
      margin-bottom: 12px;
      height: 70px; }
    .blog_post_item .date {
      font-size: 0.875em;
      line-height: 1em; }
    .blog_post_item .thumb {
      padding-top: 57%; }
    .blog_post_item .read_more {
      bottom: 30px;
      font-size: 1em;
      line-height: 1.125em; } }
@media screen and (max-width: 68.75em) {
  .archive_cover_section .cover_moto {
    top: 27%;
    height: 70px; }

  .posts_grid_section {
    margin-top: -28%; }
    .posts_grid_section .wrapper {
      padding: 0 30px; }

  .blog_post_item {
    padding: 20px; }
    .blog_post_item a {
      padding: 17px; }
    .blog_post_item .post_content {
      padding: 17px 20px 70px; }
    .blog_post_item .title {
      font-size: 1.1875em;
      line-height: 1.1578947368em;
      margin-bottom: 8px;
      height: 90px; }
    .blog_post_item .date {
      font-size: 0.75em;
      line-height: 1em; }
    .blog_post_item .thumb {
      padding-top: 78%; }
    .blog_post_item .read_more {
      bottom: 25px;
      font-size: 0.9375em; } }
@media screen and (max-width: 63.75em) {
  .archive_cover_section {
    height: 680px; }
    .archive_cover_section .wrapper {
      min-height: 100%;
      height: 100%; }
    .archive_cover_section .cover_moto {
      top: 180px; }
    .archive_cover_section .scroll_down {
      display: none; }

  .posts_grid_section {
    margin-top: -255px; }
    .posts_grid_section .wrapper {
      padding: 0 30px; }

  .blog_post_item {
    width: 50%; }
    .blog_post_item:nth-child(3n+1) {
      clear: none; }
    .blog_post_item:nth-child(2n+1) {
      clear: left; } }
@media screen and (max-width: 47.9375em) {
  .archive_cover_section {
    height: 360px; }
    .archive_cover_section .cover_moto {
      top: 168px;
      height: 60px; }

  .posts_grid_section {
    margin-top: -165px; }
    .posts_grid_section .wrapper {
      padding: 0 10px; }

  .blog_post_item {
    padding: 18px; }
    .blog_post_item .post_content {
      padding: 17px 10px 70px; }
    .blog_post_item .title {
      font-size: 1.0625em;
      line-height: 1.1764705882em;
      margin-bottom: 10px;
      height: 78px; }
    .blog_post_item .date {
      font-size: 0.75em; }
    .blog_post_item .thumb {
      padding-top: 65%; }
    .blog_post_item .read_more {
      bottom: 25px;
      font-size: 0.875em; } }
@media screen and (max-width: 34.9375em) {
  .archive_cover_section {
    height: 500px; }
    .archive_cover_section .cover_moto {
      top: 170px;
      height: 47px; }

  .posts_grid_section {
    padding-bottom: 120px;
    margin-top: -210px; }
    .posts_grid_section .wrapper {
      padding: 0 35px; }

  .blog_post_item {
    width: 100%;
    clear: both;
    padding: 15px 0; }
    .blog_post_item:last-child {
      margin-bottom: -170px; }
    .blog_post_item a {
      padding: 14px; }
    .blog_post_item .post_content {
      padding: 14px 14px 60px; }
    .blog_post_item .title {
      font-size: 1.0625em;
      line-height: 1.1176470588em;
      margin-bottom: 10px;
      height: auto; }
    .blog_post_item .date {
      font-size: 0.6875em; }
    .blog_post_item .thumb {
      padding-top: 72%; }
    .blog_post_item .read_more {
      bottom: 20px;
      font-size: 0.8125em; } }
/*-------------------------------------------------------------------------------------------------
   MEDIA QUERIES
--------------------------------------------------------------------------------------------------*/
