/*!
Theme Name: amikinos
Theme URI: http://underscores.me/
Author: kiwik
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amikinos
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

amikinos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*** AMIKINOS ***/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
.img-center {
  display: block;
  margin: 0 auto; }

.clear {
  clear: both; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100% !important;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "VAG";
  font-weight: 300;
  src: url("../amikinos/fonts/VAGRoundedStd-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../amikinos/fonts/VAGRoundedStd-Thin.eot?#iefix") format("embedded-opentype"), url("../amikinos/fonts/VAGRoundedStd-Thin.woff2") format("woff2"), url("../amikinos/fonts/VAGRoundedStd-Thin.woff") format("woff"), url("../amikinos/fonts/VAGRoundedStd-Thin.ttf") format("truetype"), url("../amikinos/fonts/VAGRoundedStd-Thin.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "VAG";
  font-weight: 400;
  src: url("../amikinos/fonts/VAGRoundedStd-Light.eot");
  /* IE9 Compat Modes */
  src: url("../amikinos/fonts/VAGRoundedStd-Light.eot?#iefix") format("embedded-opentype"), url("../amikinos/fonts/VAGRoundedStd-Light.woff2") format("woff2"), url("../amikinos/fonts/VAGRoundedStd-Light.woff") format("woff"), url("../amikinos/fonts/VAGRoundedStd-Light.ttf") format("truetype"), url("../amikinos/fonts/VAGRoundedStd-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "VAG";
  font-weight: 600;
  src: url("../amikinos/fonts/VAGRoundedStd-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../amikinos/fonts/VAGRoundedStd-Bold.eot?#iefix") format("embedded-opentype"), url("../amikinos/fonts/VAGRoundedStd-Bold.woff2") format("woff2"), url("../amikinos/fonts/VAGRoundedStd-Bold.woff") format("woff"), url("../amikinos/fonts/VAGRoundedStd-Bold.ttf") format("truetype"), url("../amikinos/fonts/VAGRoundedStd-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
@font-face {
  font-family: "VAG";
  font-weight: 800;
  src: url("../amikinos/fonts/VAGRoundedStd-Black.eot");
  /* IE9 Compat Modes */
  src: url("../amikinos/fonts/VAGRoundedStd-Black.eot?#iefix") format("embedded-opentype"), url("../amikinos/fonts/VAGRoundedStd-Black.woff2") format("woff2"), url("../amikinos/fonts/VAGRoundedStd-Black.woff") format("woff"), url("../amikinos/fonts/VAGRoundedStd-Black.ttf") format("truetype"), url("../amikinos/fonts/VAGRoundedStd-Black.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 0;
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: -65px;
  right: 15px;
  /* on activation */ }
  .menu-toggle:hover, .menu-toggle:focus {
    outline: none; }
  .menu-toggle span:after,
  .menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px; }
  .menu-toggle span:after {
    top: 9px; }
  .menu-toggle span {
    position: relative;
    display: block; }
  .menu-toggle span,
  .menu-toggle span:after,
  .menu-toggle span:before {
    width: 100%;
    height: 4px;
    background-color: #181716;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px; }
  .menu-toggle.on span {
    background-color: transparent; }
  .menu-toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px); }
  .menu-toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px); }
  @media (max-width: 479px) {
    .menu-toggle {
      width: 22px;
      height: 25px;
      top: -42px;
      /* on activation */ }
      .menu-toggle span:after,
      .menu-toggle span:before {
        top: -8px; }
      .menu-toggle span:after {
        top: 8px; }
      .menu-toggle span,
      .menu-toggle span:after,
      .menu-toggle span:before {
        height: 3px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px; }
      .menu-toggle.on span:before {
        transform: rotate(45deg) translate(5px, 5px); }
      .menu-toggle.on span:after {
        transform: rotate(-45deg) translate(6px, -6px); } }

.main-navigation {
  position: relative; }

.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*** AMIKINOS ***/
/*** GLOBAL ***/
body {
  font-family: "Roboto", sans-serif !important;
  min-width: 320px; }
  body #page {
    overflow-x: hidden; }

/*** NAV ***/
nav {
  background: #181716;
  padding: 6px 0; }
  nav #navbar {
    color: #878686; }
    nav #navbar #search_wrapper_nav {
      float: left;
      width: 200px; }
      nav #navbar #search_wrapper_nav form {
        position: relative;
        background: none; }
        nav #navbar #search_wrapper_nav form input {
          width: 200px;
          height: 23px;
          font-size: 12px;
          padding: 0 30px 0 5px;
          border: 1px solid #878686;
          background: none;
          color: #ffffff !important;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0; }
        nav #navbar #search_wrapper_nav form button {
          text-align: center;
          padding: 0;
          background: none;
          font-size: 13px;
          color: #b2cb03;
          height: 21px;
          width: 30px;
          position: absolute;
          top: 1px;
          right: 1px;
          border: none;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
          nav #navbar #search_wrapper_nav form button:hover {
            color: #181716;
            background: #b2cb03; }
          nav #navbar #search_wrapper_nav form button i {
            display: none; }
      @media (max-width: 479px) {
        nav #navbar #search_wrapper_nav {
          width: 165px; }
          nav #navbar #search_wrapper_nav form input {
            width: 165px; } }
    nav #navbar #social_nav {
      float: right;
      line-height: 28px;
      padding-right: 15px;
      border-right: 1px solid #878686; }
      nav #navbar #social_nav a {
        display: inline-block;
        margin: 0 5px;
        color: #ffffff;
        font-size: 18px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        nav #navbar #social_nav a i {
          vertical-align: -2px; }
        nav #navbar #social_nav a:hover {
          color: #b2cb03; }
    nav #navbar #lang_switcher {
      float: right;
      margin: 0 0 0 15px;
      padding: 0;
      height: 28px;
      position: relative; }
      nav #navbar #lang_switcher:after {
        content: '\f107';
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        font-family: FontAwesome;
        font-size: 22px;
        color: #ffffff;
        width: 14px;
        height: 20px;
        background: #181716;
        line-height: 20px;
        pointer-events: none; }
      nav #navbar #lang_switcher select {
        height: 28px;
        font-size: 14px;
        text-transform: uppercase;
        color: #878686;
        cursor: pointer;
        border: none;
        background: none; }
        nav #navbar #lang_switcher select:hover, nav #navbar #lang_switcher select:focus {
          outline: none; }
  @media (max-width: 991px) {
    nav {
      padding: 4px 0; }
      nav #navbar #social_nav {
        line-height: 22px;
        padding-right: 10px; }
        nav #navbar #social_nav a {
          margin: 0 5px;
          font-size: 15px; }
      nav #navbar #lang_switcher {
        margin: 0 0 0 10px;
        padding-right: 8px;
        height: 22px; }
        nav #navbar #lang_switcher:after {
          font-size: 18px;
          height: 15px;
          line-height: 15px; }
        nav #navbar #lang_switcher select {
          height: 22px;
          font-size: 14px; } }
  @media (max-width: 479px) {
    nav #navbar #social_nav {
      padding-right: 5px; }
      nav #navbar #social_nav span {
        display: none; }
      nav #navbar #social_nav a {
        margin: 0 2px; } }

/*** HEADER ***/
header #header #logo_wrapper #logo_link {
  position: relative;
  top: -24px; }
@media (max-width: 991px) {
  header #header #logo_wrapper #logo_link {
    top: -10px; } }
@media (max-width: 767px) {
  header #header #logo_wrapper {
    float: left;
    margin: 15px 0 20px 0; }
    header #header #logo_wrapper #logo_link {
      top: inherit; }
      header #header #logo_wrapper #logo_link img {
        width: 180px; } }
@media (max-width: 479px) {
  header #header #logo_wrapper {
    float: left;
    margin: 8px 0 12px 0; }
    header #header #logo_wrapper #logo_link img {
      width: 110px; } }
header #header #search_wrapper {
  margin-top: 30px; }
  header #header #search_wrapper form {
    position: relative; }
    header #header #search_wrapper form input {
      width: 100%;
      height: 42px;
      padding: 0 50px 0 15px;
      border: 1px solid #e6e6e6;
      background: url("./img/bg_input.png") 0 bottom repeat-x;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
    header #header #search_wrapper form button {
      text-align: center;
      padding: 0;
      background: none;
      font-size: 14px;
      color: #4f4c4d;
      height: 40px;
      width: 50px;
      position: absolute;
      top: 1px;
      right: 1px;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      header #header #search_wrapper form button:hover {
        color: #b2cb03;
        background: #181716; }
        header #header #search_wrapper form button:hover i {
          color: #ffffff; }
      header #header #search_wrapper form button i {
        font-size: 22px;
        color: #b2cb03;
        vertical-align: -2px; }
  @media (max-width: 1199px) {
    header #header #search_wrapper {
      margin-top: 25px; } }
  @media (max-width: 991px) {
    header #header #search_wrapper {
      margin-top: 15px; } }
  @media (max-width: 479px) {
    header #header #search_wrapper {
      margin-top: 10px; } }

#site-navigation {
  background: none;
  padding: 0;
  border-bottom: 4px solid #b2cb03; }
  #site-navigation #navigation_wrapper #primary-menu li {
    padding: 10px 0 15px 0;
    /*&:first-child{
      a{
        padding-left: 0;
      }
    }*/ }
    #site-navigation #navigation_wrapper #primary-menu li:nth-last-child(1) a, #site-navigation #navigation_wrapper #primary-menu li:nth-last-child(2) a {
      border-right: 0; }
    #site-navigation #navigation_wrapper #primary-menu li.store {
      float: right;
      background: #b2cb03;
      padding: 10px 0 12px 0; }
      #site-navigation #navigation_wrapper #primary-menu li.store a {
        max-width: 182px;
        color: #ffffff;
        position: relative;
        padding: 5px 15px 0 58px; }
        #site-navigation #navigation_wrapper #primary-menu li.store a:hover {
          color: #181716; }
        #site-navigation #navigation_wrapper #primary-menu li.store a:before {
          content: '';
          display: inline-block;
          width: 30px;
          height: 38px;
          position: absolute;
          top: 3px;
          left: 20px;
          background: url("./img/store_menu.png") no-repeat; }
    #site-navigation #navigation_wrapper #primary-menu li a {
      font-family: "VAG";
      font-size: 15px;
      line-height: 15px;
      font-weight: 600;
      padding: 8px 15px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #181716;
      border-right: 1px solid #e6e6e6;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #site-navigation #navigation_wrapper #primary-menu li a:hover {
        text-decoration: none;
        color: #b2cb03; }
    #site-navigation #navigation_wrapper #primary-menu li .sub-menu {
      top: 100%;
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3); }
      #site-navigation #navigation_wrapper #primary-menu li .sub-menu li {
        padding: 0; }
        #site-navigation #navigation_wrapper #primary-menu li .sub-menu li a {
          background: #ffffff;
          padding: 10px 10px;
          border: none;
          border-bottom: 1px solid #e6e6e6;
          width: 220px; }
  @media (max-width: 1199px) {
    #site-navigation #navigation_wrapper #primary-menu li {
      padding: 10px 0 15px 0; }
      #site-navigation #navigation_wrapper #primary-menu li.store {
        padding: 10px 0 12px 0; }
        #site-navigation #navigation_wrapper #primary-menu li.store a {
          max-width: 155px;
          padding: 0px 10px 0 48px; }
          #site-navigation #navigation_wrapper #primary-menu li.store a:before {
            width: 25px;
            height: 30px;
            top: 0px;
            left: 10px;
            background-size: 100% auto; }
      #site-navigation #navigation_wrapper #primary-menu li a {
        font-size: 13px;
        line-height: 14px;
        padding: 5px 8px; }
      #site-navigation #navigation_wrapper #primary-menu li .sub-menu li a {
        padding: 6px 10px;
        width: 180px; } }
  @media (max-width: 991px) {
    #site-navigation #navigation_wrapper #primary-menu li {
      padding: 10px 0 10px 0; }
      #site-navigation #navigation_wrapper #primary-menu li.store {
        padding: 8px 0 10px 0; }
        #site-navigation #navigation_wrapper #primary-menu li.store a {
          max-width: 120px;
          padding: 0px 5px 0 35px; }
          #site-navigation #navigation_wrapper #primary-menu li.store a:before {
            top: 2px;
            left: 7px; }
      #site-navigation #navigation_wrapper #primary-menu li a {
        font-size: 11px;
        line-height: 13px;
        padding: 5px 5px; }
      #site-navigation #navigation_wrapper #primary-menu li .sub-menu li a {
        padding: 6px 10px;
        width: 180px; } }
  @media (max-width: 767px) {
    #site-navigation #navigation_wrapper {
      position: relative;
      padding: 0; }
      #site-navigation #navigation_wrapper .menu-principal-container {
        height: 0; }
      #site-navigation #navigation_wrapper #primary-menu {
        position: absolute;
        top: -80px;
        z-index: 99;
        background: #ffffff;
        padding: 0px;
        width: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-top: 4px solid #b2cb03;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #site-navigation #navigation_wrapper #primary-menu.on {
          display: block;
          opacity: 1;
          visibility: visible;
          top: 0; }
        #site-navigation #navigation_wrapper #primary-menu li {
          padding: 0;
          float: none;
          width: 100%;
          text-align: center;
          border-bottom: 1px solid #e6e6e6; }
          #site-navigation #navigation_wrapper #primary-menu li.store {
            padding: 8px 0 8px 0;
            float: none;
            width: 100%;
            text-align: center;
            border-bottom: none; }
            #site-navigation #navigation_wrapper #primary-menu li.store a {
              max-width: inherit;
              padding: 0 20px 0 20px; }
              #site-navigation #navigation_wrapper #primary-menu li.store a:before {
                position: inherit;
                top: inherit;
                left: inherit;
                margin-right: 10px;
                vertical-align: -10px; }
          #site-navigation #navigation_wrapper #primary-menu li a {
            font-size: 14px;
            line-height: 15px;
            padding: 10px 5px;
            border: none;
            clear: both; }
          #site-navigation #navigation_wrapper #primary-menu li.focus .sub-menu {
            display: block; }
          #site-navigation #navigation_wrapper #primary-menu li .sub-menu {
            position: relative;
            display: none;
            width: 100%;
            top: inherit;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            -ms-box-shadow: none; }
            #site-navigation #navigation_wrapper #primary-menu li .sub-menu li a {
              width: 100%;
              padding: 8px 10px 6px 10px;
              background: #ebeaea; } }
  @media (max-width: 479px) {
    #site-navigation #navigation_wrapper #primary-menu {
      position: absolute;
      top: -40px;
      border-top: 3px solid #b2cb03; }
      #site-navigation #navigation_wrapper #primary-menu li {
        padding: 0; }
        #site-navigation #navigation_wrapper #primary-menu li.store {
          padding: 3px 0 3px 0; }
          #site-navigation #navigation_wrapper #primary-menu li.store a {
            max-width: inherit;
            padding: 0 15px 0 15px; }
            #site-navigation #navigation_wrapper #primary-menu li.store a:before {
              width: 22px;
              height: 25px;
              vertical-align: -8px; }
        #site-navigation #navigation_wrapper #primary-menu li a {
          font-size: 11px;
          line-height: 12px;
          padding: 10px 15px 8px 15px; } }

/*** FOOTER ***/
#colophon {
  padding-bottom: 30px; }

@media (max-width: 767px) {
  .title-footer {
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 6px !important;
    padding: 12px 0 0 0 !important;
    border-top: 1px solid #e6e6e6; }
    .title-footer:hover:after {
      color: #181716;
      background: #b2cb03; }
    .title-footer:after {
      content: '+';
      display: inline-block;
      width: 18px;
      height: 18px;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      color: #ffffff;
      vertical-align: 2px;
      margin-left: 8px;
      background: #181716;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }

  .footer-block {
    margin-top: 0px !important;
    padding: 0 !important;
    overflow: hidden; }

  .toggle-footer {
    display: none; } }
#footer_address {
  margin-top: 65px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  text-align: right;
  position: relative; }
  #footer_address:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 190px;
    background: #e6e6e6; }
  #footer_address img {
    margin-bottom: 20px; }
  #footer_address p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px; }
  #footer_address small {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 4px; }
  #footer_address a {
    color: #181716;
    display: inline-block;
    text-decoration: underline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #footer_address a:hover {
      color: #b2cb03; }
    #footer_address a.social {
      font-size: 18px;
      margin: 2px 5px; }
  @media (max-width: 1199px) {
    #footer_address {
      margin-top: 40px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    #footer_address {
      margin-top: 20px;
      padding-right: 0px; } }
  @media (max-width: 767px) {
    #footer_address {
      margin-top: 10px;
      margin-bottom: 0px;
      text-align: center;
      border: none; }
      #footer_address img {
        margin-bottom: 10px; }
      #footer_address p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 18px; }
      #footer_address small {
        display: inline-block;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 4px; } }

#footer_newsletter {
  margin-top: 65px;
  padding: 35px 20px 0 20px; }
  #footer_newsletter .newsletter-title {
    font-family: "VAG";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #181716; }
  #footer_newsletter .widget_wysija {
    position: relative;
    width: 80%; }
    #footer_newsletter .widget_wysija .wysija-paragraph .wysija-input {
      width: 100%;
      height: 42px;
      padding: 0 50px 0 15px;
      border: 1px solid #e6e6e6;
      background: url("./img/bg_input.png") 0 bottom repeat-x;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
    #footer_newsletter .widget_wysija .wysija-submit {
      margin: 0;
      text-align: center;
      padding: 0 0 0 10px;
      background: transparent url("./img/green_arrow_right.png") 10px 12px no-repeat;
      font-size: 14px;
      color: #4f4c4d;
      height: 40px;
      width: 50px;
      position: absolute;
      top: 1px;
      right: 1px;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #footer_newsletter .widget_wysija .wysija-submit:hover {
        color: #b2cb03;
        background: #181716 url("./img/green_arrow_right.png") 10px 12px no-repeat; }
        #footer_newsletter .widget_wysija .wysija-submit:hover i {
          color: #ffffff; }
      #footer_newsletter .widget_wysija .wysija-submit i {
        font-size: 22px;
        color: #b2cb03;
        vertical-align: -2px; }
  @media (max-width: 1199px) {
    #footer_newsletter {
      margin-top: 40px;
      padding: 35px 15px 0 15px; } }
  @media (max-width: 991px) {
    #footer_newsletter {
      margin-top: 20px;
      padding: 35px 0 0 0; } }
  @media (max-width: 767px) {
    #footer_newsletter {
      padding: 10px 0 0 0;
      margin-top: 10px;
      text-align: center; }
      #footer_newsletter .widget_wysija {
        width: 60%;
        margin: 0 auto; } }

#footer_links {
  margin-top: 65px;
  padding: 35px 20px 0 20px;
  position: relative; }
  #footer_links:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 190px;
    background: #e6e6e6; }
  #footer_links .links-title {
    font-family: "VAG";
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #181716; }
  #footer_links ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #footer_links ul li {
      line-height: 22px; }
      #footer_links ul li:before {
        content: '\f105';
        font-family: FontAwesome;
        font-size: 22px;
        display: inline-block;
        color: #b2cb03;
        margin-right: 4px;
        vertical-align: -2px; }
      #footer_links ul li a {
        color: #181716; }
  @media (max-width: 1199px) {
    #footer_links {
      margin-top: 40px;
      padding: 35px 15px 0 15px; } }
  @media (max-width: 991px) {
    #footer_links {
      margin-top: 20px;
      padding: 35px 0 0 0; } }
  @media (max-width: 767px) {
    #footer_links {
      margin-top: 20px;
      padding: 20px 0 0 0;
      border: none;
      text-align: center; } }

/********** HOMEPAGE **********/
/*** SLIDER ***/
#slider {
  height: 508px;
  z-index: 1;
  position: relative; }
  #slider #slider_nav .left-nav,
  #slider #slider_nav .right-nav {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -22px;
    color: #ffffff;
    cursor: pointer;
    width: 28px;
    height: 45px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    #slider #slider_nav .left-nav:hover,
    #slider #slider_nav .right-nav:hover {
      color: #b2cb03;
      -moz-transform: scale(0.9);
      -o-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -webkit-transform: scale(0.9);
      transform: scale(0.9); }
  #slider #slider_nav .left-nav {
    left: 1%;
    background: url("./img/left_arrow_slider.png") 0 0 no-repeat; }
  #slider #slider_nav .right-nav {
    right: 1%;
    background: url("./img/right_arrow_slider.png") 0 0 no-repeat; }
  #slider #slider_content {
    height: 508px;
    overflow: hidden; }
    #slider #slider_content .slide {
      height: 508px;
      width: 100%;
      float: left;
      background-size: cover;
      background-position: center center; }
      #slider #slider_content .slide a {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
  @media (max-width: 1199px) {
    #slider {
      height: 400px; }
      #slider #slider_content {
        height: 400px; }
        #slider #slider_content .slide {
          height: 400px; } }
  @media (max-width: 991px) {
    #slider {
      height: 320px; }
      #slider #slider_content {
        height: 320px; }
        #slider #slider_content .slide {
          height: 320px; } }
  @media (max-width: 767px) {
    #slider {
      height: 200px; }
      #slider #slider_nav {
        display: none; }
      #slider #slider_content {
        height: 200px; }
        #slider #slider_content .slide {
          height: 200px; } }
  @media (max-width: 479px) {
    #slider {
      height: 130px; }
      #slider #slider_content {
        height: 130px; }
        #slider #slider_content .slide {
          height: 130px; } }

/*** HOMEBLOCK ***/
#home_block {
  position: relative;
  top: -62px;
  z-index: 2; }
  #home_block #home_block_wrapper {
    position: relative;
    margin-bottom: 130px; }
    #home_block #home_block_wrapper #home_food {
      position: absolute;
      top: 40%;
      right: 0px; }
      #home_block #home_block_wrapper #home_food img {
        box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.3);
        -o-box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: -2px -2px 12px rgba(0, 0, 0, 0.3); }
  @media (max-width: 1199px) {
    #home_block #home_block_wrapper {
      margin-bottom: 110px; } }
  @media (max-width: 991px) {
    #home_block #home_block_wrapper {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    #home_block {
      top: -30px; }
      #home_block #home_block_wrapper {
        margin-bottom: 50px; } }
  @media (max-width: 479px) {
    #home_block {
      top: 0px;
      margin-top: 15px; }
      #home_block #home_block_wrapper {
        margin-bottom: 20px; }
        #home_block #home_block_wrapper #home_plus {
          margin-bottom: 15px; }
        #home_block #home_block_wrapper #home_food {
          position: inherit;
          top: inherit;
          right: inherit; }
          #home_block #home_block_wrapper #home_food img {
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -o-box-shadow: none;
            -ms-box-shadow: none; } }

/*** HOMENEWS ***/
#bottom_home {
  background: #ebeaea;
  position: relative; }
  #bottom_home:before {
    content: '';
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #ffffff; }
    @media (max-width: 991px) {
      #bottom_home:before {
        height: 130px; } }
  #bottom_home #block_news #block_news_wrapper {
    padding: 0 5px; }
    @media (max-width: 767px) {
      #bottom_home #block_news #block_news_wrapper {
        padding: 0 15px; } }
    #bottom_home #block_news #block_news_wrapper .small-row {
      margin: 0 -4px; }
      #bottom_home #block_news #block_news_wrapper .small-row .border {
        padding: 4px;
        border: 1px solid #e6e6e6;
        position: relative; }
    #bottom_home #block_news #block_news_wrapper #dots {
      text-align: center;
      margin-top: 15px; }
      #bottom_home #block_news #block_news_wrapper #dots .owl-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 3px 5px 0 5px;
        vertical-align: top;
        cursor: pointer;
        background: #ffffff;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%; }
        #bottom_home #block_news #block_news_wrapper #dots .owl-dot.active {
          width: 16px;
          height: 16px;
          margin: 0 5px;
          background: #181716;
          border: 5px solid #181716; }
    #bottom_home #block_news #block_news_wrapper .title-news {
      font-family: "VAG";
      font-size: 27px;
      line-height: 27px;
      font-weight: bold;
      color: #181716;
      margin-bottom: 10px;
      position: relative;
      z-index: 1; }
      @media (max-width: 991px) {
        #bottom_home #block_news #block_news_wrapper .title-news {
          font-size: 22px;
          line-height: 22px; } }
    #bottom_home #block_news #block_news_wrapper #news_slider_wrapper {
      background: #ffffff;
      padding: 0; }
      #bottom_home #block_news #block_news_wrapper #news_slider_wrapper #news_slider {
        overflow: hidden;
        margin: 0; }
      #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home {
        padding-left: 0;
        padding-right: 0;
        position: relative; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home img {
          width: 100%;
          transform-style: inherit;
          -webkit-transform-style: inherit; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home:before {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-top: 18px solid transparent;
          border-right: 18px solid #ffffff;
          border-bottom: 18px solid transparent;
          position: absolute;
          z-index: 2;
          top: 50%;
          right: -1px;
          margin-top: -18px;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home:after {
          content: '';
          position: absolute;
          z-index: 1;
          display: block;
          width: 4px;
          height: 100%;
          top: 0;
          right: -1px;
          background: #b2cb03;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
      #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home {
        padding: 7% 40px 0 40px; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .title {
          font-family: "VAG";
          font-size: 25px;
          font-weight: 400; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-text {
          font-size: 14px;
          font-family: "Roboto", sans-serif; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link {
          display: inline-block;
          margin-top: 5px;
          padding: 12px 26px;
          text-transform: uppercase;
          font-family: "VAG";
          font-size: 15px;
          line-height: 16px;
          font-weight: 600;
          letter-spacing: 0.1em;
          color: #181716;
          border: 1px solid #e6e6e6;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link:hover {
            border-color: #181716;
            background: #181716;
            color: #ffffff;
            text-decoration: none; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link i {
            margin-right: 5px;
            color: #b2cb03;
            font-size: 22px;
            vertical-align: -1px;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -ms-transition: all 0.3s; }
      @media (max-width: 1199px) {
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home {
          padding: 3% 20px 0 20px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link {
            padding: 8px 15px;
            font-size: 14px;
            line-height: 14px; }
            #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link i {
              font-size: 20px; } }
      @media (max-width: 991px) {
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home {
          padding: 4% 0 0 15px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .title {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 5px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-text {
            font-size: 13px;
            line-height: 15px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link {
            margin-top: 0px;
            padding: 5px 10px;
            font-size: 12px;
            line-height: 12px; }
            #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-link i {
              font-size: 18px; } }
      @media (max-width: 767px) {
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home {
          padding: 10px 15px 10px 15px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .title {
            font-size: 15px;
            line-height: 16px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-text {
            font-size: 12px;
            line-height: 14px; } }
      @media (max-width: 479px) {
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home:before {
          border-bottom: 18px solid #ffffff;
          border-right: 18px solid transparent;
          border-left: 18px solid transparent;
          top: inherit;
          bottom: -1px;
          left: 50%;
          right: inherit;
          margin-left: -18px; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-img-home:after {
          content: '';
          position: absolute;
          z-index: 1;
          display: block;
          width: 100%;
          height: 4px;
          top: inherit;
          right: inherit;
          bottom: -1px;
          background: #b2cb03;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
        #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home {
          padding: 15px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .title {
            font-size: 18px;
            line-height: 18px;
            margin-bottom: 10px; }
          #bottom_home #block_news #block_news_wrapper #news_slider_wrapper .news-item .news-text-home .news-text {
            font-size: 13px;
            line-height: 16px; } }
    #bottom_home #block_news #block_news_wrapper #facebook_home {
      text-align: center;
      position: absolute;
      right: 4px;
      top: 4px;
      bottom: 4px; }
      #bottom_home #block_news #block_news_wrapper #facebook_home a {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        background: #426a96;
        box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset;
        -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset;
        -o-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset;
        -ms-box-shadow: 0 0 80px rgba(0, 0, 0, 0.4) inset; }
      #bottom_home #block_news #block_news_wrapper #facebook_home img {
        position: absolute;
        display: inline-block;
        top: 50%;
        left: 50%;
        margin-top: -82px;
        margin-left: -84px; }
      @media (max-width: 991px) {
        #bottom_home #block_news #block_news_wrapper #facebook_home img {
          width: 120px;
          height: auto;
          margin-top: -60px;
          margin-left: -58px; } }
      @media (max-width: 767px) {
        #bottom_home #block_news #block_news_wrapper #facebook_home {
          position: inherit;
          left: inherit;
          top: inherit;
          right: inherit;
          bottom: inherit;
          padding: 0 !important; }
          #bottom_home #block_news #block_news_wrapper #facebook_home a {
            position: inherit;
            left: inherit;
            right: inherit;
            height: auto; }
            #bottom_home #block_news #block_news_wrapper #facebook_home a img {
              position: inherit;
              width: 60px;
              height: auto;
              margin: 10px auto;
              left: inherit;
              top: inherit; } }
  #bottom_home #block_president {
    margin-top: 80px;
    padding-bottom: 100px;
    position: relative; }
    #bottom_home #block_president:before {
      content: '';
      display: block;
      width: 210px;
      height: 310px;
      position: absolute;
      bottom: -91px;
      left: -150px;
      background: url("./img/bg_chat.jpg") 0 0 no-repeat; }
    #bottom_home #block_president #president_left {
      float: left;
      padding: 0 15px;
      width: 62%;
      margin-left: 8%;
      text-align: right; }
      #bottom_home #block_president #president_left .president-text {
        font-family: "VAG";
        font-size: 25px;
        line-height: 32px;
        font-weight: 400;
        padding-top: 20px;
        color: #181716; }
    #bottom_home #block_president #president_right {
      float: left;
      padding: 0 15px 0 20px;
      width: 30%; }
    @media (max-width: 1199px) {
      #bottom_home #block_president {
        margin-top: 50px;
        padding-bottom: 70px; }
        #bottom_home #block_president #president_left .president-text {
          padding-top: 10px; } }
    @media (max-width: 991px) {
      #bottom_home #block_president {
        margin-top: 40px;
        padding-bottom: 50px; }
        #bottom_home #block_president:before {
          width: 150px;
          height: 220px;
          bottom: -64px;
          left: -100px;
          background-size: 100% auto; }
        #bottom_home #block_president #president_left {
          width: 65%;
          margin-left: 8%; }
          #bottom_home #block_president #president_left .president-text {
            font-size: 18px;
            line-height: 22px;
            padding-top: 10px; }
        #bottom_home #block_president #president_right {
          width: 27%; }
          #bottom_home #block_president #president_right img {
            width: 130px;
            height: auto; } }
    @media (max-width: 767px) {
      #bottom_home #block_president {
        margin-top: 20px;
        padding-bottom: 20px; }
        #bottom_home #block_president #president_left {
          width: 84%;
          margin-left: 8%;
          margin-right: 8%;
          text-align: center; }
          #bottom_home #block_president #president_left .president-text {
            font-size: 18px;
            line-height: 20px;
            padding-top: 10px; }
        #bottom_home #block_president #president_right {
          width: 100%; }
          #bottom_home #block_president #president_right img {
            display: block;
            width: 130px;
            margin: 10px auto 0 auto; } }

/********** PRODUCT PAGE **********/
/*** GLOBAL ***/
.product-wrapper {
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }

/*** BANNER TOP ***/
#banner_top {
  position: relative;
  background: #28282a url("./img/bg_food.png") 0 9px repeat-x; }
  #banner_top:after {
    content: '';
    display: block;
    position: absolute;
    height: 139px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #banner_top #bg_banner {
    position: relative;
    z-index: 2;
    min-height: 605px;
    background-position: center top;
    background-size: auto 605px;
    background-repeat: no-repeat; }
    #banner_top #bg_banner h1 {
      font-family: "VAG";
      font-size: 45px;
      line-height: 45px;
      padding-top: 85px;
      margin: 0 0 40px 0;
      color: #181716;
      text-align: center; }
      #banner_top #bg_banner h1 span {
        color: #ffffff; }
    #banner_top #bg_banner .product-desc {
      font-family: "VAG";
      font-size: 28px;
      line-height: 32px;
      color: #ffffff;
      text-align: center; }
  @media (max-width: 1199px) {
    #banner_top:after {
      height: 120px; }
    #banner_top #bg_banner {
      min-height: 505px;
      background-size: auto 500px; }
      #banner_top #bg_banner h1 {
        font-size: 35px;
        line-height: 40px;
        padding-top: 68px;
        margin: 0 0 20px 0; }
      #banner_top #bg_banner .product-desc {
        font-size: 22px;
        line-height: 28px; } }
  @media (max-width: 991px) {
    #banner_top:after {
      height: 100px; }
    #banner_top #bg_banner {
      min-height: 392px;
      background-size: auto 380px; }
      #banner_top #bg_banner h1 {
        font-size: 30px;
        line-height: 38px;
        padding-top: 48px;
        margin: 0 0 15px 0; }
      #banner_top #bg_banner .product-desc {
        font-size: 18px;
        line-height: 22px; } }
  @media (max-width: 767px) {
    #banner_top:after {
      height: 80px; }
    #banner_top #bg_banner {
      min-height: 325px;
      background-size: auto 320px;
      background-position: 65% top; }
      #banner_top #bg_banner h1 {
        font-size: 24px;
        line-height: 28px;
        padding-top: 42px;
        margin: 0 0 12px 0; }
      #banner_top #bg_banner .product-desc {
        font-size: 16px;
        line-height: 20px;
        text-shadow: 1px 1px 3px #181716; } }
  @media (max-width: 479px) {
    #banner_top:after {
      height: 70px; }
    #banner_top #bg_banner {
      min-height: 285px;
      background-size: auto 280px;
      background-position: 70% top; }
      #banner_top #bg_banner h1 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 38px;
        margin: 0 0 10px 0; }
      #banner_top #bg_banner .product-desc {
        font-size: 14px;
        line-height: 16px;
        text-shadow: 1px 1px 3px #181716; } }

/*** SUGAR BLOCK ***/
#ess_dog #banner_top {
  background: #28282a url("./img/bg_complement.png") 0 9px repeat-x; }
#ess_dog #sugar_block #sugar_wrapper #sugar_right {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  padding: 50px 25px 0 25px; }
  #ess_dog #sugar_block #sugar_wrapper #sugar_right p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 300; }
  #ess_dog #sugar_block #sugar_wrapper #sugar_right strong {
    font-size: 30px;
    font-weight: 700; }
@media (max-width: 991px) {
  #ess_dog #sugar_block #sugar_wrapper #sugar_right {
    padding: 40px 25px 0 25px; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right p {
      font-size: 18px;
      line-height: 28px; }
      #ess_dog #sugar_block #sugar_wrapper #sugar_right p br {
        display: none; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right strong {
      font-size: 22px; } }
@media (max-width: 767px) {
  #ess_dog #sugar_block #sugar_wrapper #sugar_right {
    padding-top: 200px; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right p {
      font-size: 16px;
      line-height: 24px; }
      #ess_dog #sugar_block #sugar_wrapper #sugar_right p br {
        display: none; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right strong {
      font-size: 20px; } }
@media (max-width: 479px) {
  #ess_dog #sugar_block #sugar_wrapper #sugar_right {
    padding-top: 170px; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right p {
      font-size: 14px;
      line-height: 20px; }
      #ess_dog #sugar_block #sugar_wrapper #sugar_right p br {
        display: none; }
    #ess_dog #sugar_block #sugar_wrapper #sugar_right strong {
      font-size: 16px; } }

#sugar_block {
  color: #181716; }
  #sugar_block #sugar_wrapper {
    background-repeat: no-repeat;
    background-position: 40px top;
    min-height: 370px; }
    #sugar_block #sugar_wrapper #sugar_right {
      padding-top: 50px;
      text-align: center; }
      #sugar_block #sugar_wrapper #sugar_right p {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
        font-weight: 300; }
      #sugar_block #sugar_wrapper #sugar_right ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        #sugar_block #sugar_wrapper #sugar_right ul li {
          padding: 0;
          margin: 0;
          font-size: 18px;
          line-height: 20px;
          font-weight: 300;
          margin-bottom: 12px; }
          #sugar_block #sugar_wrapper #sugar_right ul li:before {
            content: '\f00c';
            font-family: FontAwesome;
            font-size: 18px;
            color: #b2cb03;
            margin-right: 5px; }
  @media (max-width: 1199px) {
    #sugar_block #sugar_wrapper {
      background-size: 500px;
      background-position: 40px 15px;
      min-height: 320px; }
      #sugar_block #sugar_wrapper #sugar_right {
        padding-top: 40px; }
        #sugar_block #sugar_wrapper #sugar_right p {
          font-size: 26px;
          line-height: 32px; }
        #sugar_block #sugar_wrapper #sugar_right ul li {
          font-size: 16px;
          line-height: 18px;
          margin-bottom: 8px; } }
  @media (max-width: 991px) {
    #sugar_block #sugar_wrapper {
      background-size: 360px;
      background-position: 15px 25px;
      min-height: 240px; }
      #sugar_block #sugar_wrapper #sugar_right {
        padding-top: 20px; }
        #sugar_block #sugar_wrapper #sugar_right p {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 15px; }
        #sugar_block #sugar_wrapper #sugar_right ul li {
          font-size: 15px;
          line-height: 17px;
          margin-bottom: 8px; } }
  @media (max-width: 767px) {
    #sugar_block #sugar_wrapper {
      background-size: 300px;
      background-position: center 15px;
      min-height: 260px; }
      #sugar_block #sugar_wrapper #sugar_right {
        padding-top: 200px; }
        #sugar_block #sugar_wrapper #sugar_right p {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 15px; }
        #sugar_block #sugar_wrapper #sugar_right ul li {
          font-size: 14px;
          line-height: 16px;
          margin-bottom: 6px; } }
  @media (max-width: 479px) {
    #sugar_block #sugar_wrapper {
      margin-top: 15px;
      background-size: 250px;
      background-position: center 15px;
      min-height: inherit; }
      #sugar_block #sugar_wrapper #sugar_right {
        padding-top: 180px; }
        #sugar_block #sugar_wrapper #sugar_right p {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 15px; }
        #sugar_block #sugar_wrapper #sugar_right ul li {
          font-size: 13px;
          line-height: 15px;
          margin-bottom: 5px; }
          #sugar_block #sugar_wrapper #sugar_right ul li:before {
            vertical-align: -1px; } }

/*** PROTEIN BLOCK ***/
#ess_dog #protein_block #protein_wrapper #protein_left {
  padding: 100px 25px 0 25px; }
  #ess_dog #protein_block #protein_wrapper #protein_left p {
    font-size: 32px;
    line-height: 40px; }
  #ess_dog #protein_block #protein_wrapper #protein_left strong {
    font-size: 36px; }
@media (max-width: 1199px) {
  #ess_dog #protein_block #protein_wrapper #protein_left {
    padding: 80px 25px 0 25px; } }
@media (max-width: 991px) {
  #ess_dog #protein_block #protein_wrapper #protein_left {
    padding: 70px 25px 0 25px; }
    #ess_dog #protein_block #protein_wrapper #protein_left p {
      font-size: 20px;
      line-height: 32px; }
    #ess_dog #protein_block #protein_wrapper #protein_left strong {
      font-size: 30px; } }
@media (max-width: 767px) {
  #ess_dog #protein_block #protein_wrapper #protein_left {
    padding: 40px 25px 0 25px; }
    #ess_dog #protein_block #protein_wrapper #protein_left p {
      font-size: 20px;
      line-height: 28px; }
    #ess_dog #protein_block #protein_wrapper #protein_left strong {
      font-size: 26px; } }
@media (max-width: 479px) {
  #ess_dog #protein_block {
    margin-top: 0; }
    #ess_dog #protein_block #protein_wrapper #protein_left {
      padding: 20px 25px 0 25px; }
      #ess_dog #protein_block #protein_wrapper #protein_left p {
        font-size: 18px;
        line-height: 24px; }
      #ess_dog #protein_block #protein_wrapper #protein_left strong {
        font-size: 24px; } }

#protein_block {
  color: #181716;
  margin-bottom: 65px; }
  #protein_block #protein_wrapper #protein_left {
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    padding: 75px 25px 0 25px; }
    #protein_block #protein_wrapper #protein_left p {
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 20px;
      font-weight: 300; }
    #protein_block #protein_wrapper #protein_left strong {
      font-size: 30px;
      font-weight: 700; }
  @media (max-width: 1199px) {
    #protein_block {
      margin-bottom: 50px; }
      #protein_block #protein_wrapper #protein_left {
        font-size: 24px;
        padding: 60px 25px 0 25px; }
        #protein_block #protein_wrapper #protein_left p {
          font-size: 22px;
          line-height: 32px; }
        #protein_block #protein_wrapper #protein_left strong {
          font-size: 25px; }
      #protein_block #protein_wrapper #protein_right {
        padding: 0 55px; } }
  @media (max-width: 991px) {
    #protein_block {
      margin-top: 15px;
      margin-bottom: 35px; }
      #protein_block #protein_wrapper #protein_left {
        font-size: 20px;
        padding: 50px 15px 0 15px; }
        #protein_block #protein_wrapper #protein_left p {
          font-size: 18px;
          line-height: 28px; }
        #protein_block #protein_wrapper #protein_left strong {
          font-size: 20px; }
      #protein_block #protein_wrapper #protein_right {
        padding: 10px 35px 0 35px; } }
  @media (max-width: 767px) {
    #protein_block {
      margin-top: 25px;
      margin-bottom: 15px; }
      #protein_block #protein_wrapper #protein_left {
        padding: 20px 15px 0 15px; }
        #protein_block #protein_wrapper #protein_left p {
          font-size: 18px;
          line-height: 24px; }
        #protein_block #protein_wrapper #protein_left strong {
          font-size: 22px; }
      #protein_block #protein_wrapper #protein_right {
        float: none !important;
        padding: 10px 15px 0 15px; }
        #protein_block #protein_wrapper #protein_right img {
          margin: 0 auto;
          max-width: 220px; } }
  @media (max-width: 479px) {
    #protein_block {
      margin-top: 25px;
      margin-bottom: 15px; }
      #protein_block #protein_wrapper #protein_left {
        padding: 10px 15px 0 15px; }
        #protein_block #protein_wrapper #protein_left p {
          font-size: 15px;
          line-height: 20px; }
        #protein_block #protein_wrapper #protein_left strong {
          font-size: 16px; }
      #protein_block #protein_wrapper #protein_right img {
        max-width: 180px; } }

/*** TABS BLOCK ***/
#ref_dog .tab#tab_left .tab-inner .tab-title,
#ref_cat .tab#tab_left .tab-inner .tab-title {
  color: #000000 !important;
  background: #b2cb03; }
#ref_dog .tab#tab_center .tab-inner .tab-title,
#ref_cat .tab#tab_center .tab-inner .tab-title {
  color: #b2cb03 !important;
  background: #000000; }
#ref_dog .tab#tab_right .tab-inner .tab-title,
#ref_cat .tab#tab_right .tab-inner .tab-title {
  color: #000000 !important;
  background: #b2cb03; }

#ess_dog .tab#tab_left .tab-inner .tab-title {
  color: #000000 !important;
  background: #41b6e6; }
#ess_dog .tab#tab_center .tab-inner {
  background: #41b6e6 !important; }
  #ess_dog .tab#tab_center .tab-inner .tab-title {
    color: #41b6e6 !important;
    background: #000000; }
#ess_dog .tab#tab_right .tab-inner .tab-title {
  color: #000000 !important;
  background: #41b6e6; }

#tabs_block #tabs_wrapper .tab {
  position: relative; }
  #tabs_block #tabs_wrapper .tab:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    height: 28px;
    background: url("./img/shadow_tab.png") center top no-repeat; }
  #tabs_block #tabs_wrapper .tab .tab-inner {
    min-height: 375px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    #tabs_block #tabs_wrapper .tab .tab-inner:before {
      content: '';
      position: absolute;
      display: block;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      border: 1px solid #ffffff; }
    #tabs_block #tabs_wrapper .tab .tab-inner .tab-title {
      padding: 8px 18px !important;
      margin-bottom: 15px; }
  @media (max-width: 1199px) {
    #tabs_block #tabs_wrapper .tab .tab-inner {
      min-height: 345px; } }
  @media (max-width: 991px) {
    #tabs_block #tabs_wrapper .tab:after {
      background-size: 100% auto; }
    #tabs_block #tabs_wrapper .tab .tab-inner {
      min-height: 290px;
      padding-top: 15px;
      padding-bottom: 15px; }
      #tabs_block #tabs_wrapper .tab .tab-inner:before {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px; } }
  @media (max-width: 767px) {
    #tabs_block #tabs_wrapper .tab {
      margin-bottom: 30px; }
      #tabs_block #tabs_wrapper .tab:after {
        display: none; }
      #tabs_block #tabs_wrapper .tab .tab-inner {
        min-height: inherit;
        padding-top: 15px;
        padding-bottom: 15px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }
        #tabs_block #tabs_wrapper .tab .tab-inner:before {
          top: 5px;
          right: 5px;
          bottom: 5px;
          left: 5px; } }
#tabs_block #tabs_wrapper #tab_left .tab-inner {
  background: #000000; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner .tab-title {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #181716;
    padding: 8px 20px; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner ul {
    margin: 0;
    list-style-type: none;
    padding: 0 20px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li {
      margin-bottom: 2px;
      background: url("./img/white_dotted.png") 0 15px repeat-x; }
      #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .title {
        font-size: 17px;
        font-weight: normal;
        color: #ffffff;
        background: #000000;
        padding-right: 2px; }
      #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .unit {
        color: #ffffff;
        float: right;
        font-size: 17px;
        width: 20%;
        text-align: right;
        background: #000000; }
@media (max-width: 1199px) {
  #tabs_block #tabs_wrapper #tab_left .tab-inner .tab-title {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 15px; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner ul {
    padding: 0 15px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .title {
      font-size: 15px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .unit {
      font-size: 15px;
      width: 20%; } }
@media (max-width: 991px) {
  #tabs_block #tabs_wrapper #tab_left .tab-inner .tab-title {
    font-size: 14px;
    line-height: 15px;
    padding: 8px 10px !important; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner ul {
    padding: 0 10px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li {
      margin-bottom: 0;
      background: url("./img/white_dotted.png") 0 12px repeat-x; }
      #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .title {
        font-size: 13px; }
      #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .unit {
        font-size: 13px;
        width: 22%; } }
@media (max-width: 767px) {
  #tabs_block #tabs_wrapper #tab_left .tab-inner .tab-title {
    font-size: 16px;
    line-height: 18px;
    padding: 8px 15px !important; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner ul {
    padding: 0 15px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .title {
      font-size: 14px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .unit {
      font-size: 14px;
      width: 22%; } }
@media (max-width: 479px) {
  #tabs_block #tabs_wrapper #tab_left .tab-inner .tab-title {
    font-size: 15px;
    line-height: 16px; }
  #tabs_block #tabs_wrapper #tab_left .tab-inner ul li {
    line-height: 18px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .title {
      font-size: 13px; }
    #tabs_block #tabs_wrapper #tab_left .tab-inner ul li .unit {
      font-size: 13px; } }
#tabs_block #tabs_wrapper #tab_center .tab-inner {
  background: #b2cb03; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner .tab-title {
    font-size: 24px;
    line-height: 24px;
    text-align: center; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner p {
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #181716;
    text-align: justify; }
    #tabs_block #tabs_wrapper #tab_center .tab-inner p strong {
      text-align: center; }
@media (max-width: 1199px) {
  #tabs_block #tabs_wrapper #tab_center .tab-inner .tab-title {
    font-size: 20px;
    line-height: 20px; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner p {
    font-size: 16px;
    line-height: 18px;
    padding: 0 15px;
    margin-bottom: 20px; } }
@media (max-width: 991px) {
  #tabs_block #tabs_wrapper #tab_center .tab-inner .tab-title {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 10px !important; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner p {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    margin-bottom: 15px; } }
@media (max-width: 767px) {
  #tabs_block #tabs_wrapper #tab_center .tab-inner .tab-title {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 15px !important; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner p {
    font-size: 15px;
    line-height: 18px;
    padding: 0 15px;
    margin-bottom: 15px; } }
@media (max-width: 479px) {
  #tabs_block #tabs_wrapper #tab_center .tab-inner .tab-title {
    font-size: 16px;
    line-height: 16px; }
  #tabs_block #tabs_wrapper #tab_center .tab-inner p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px; } }
#tabs_block #tabs_wrapper #tab_right .tab-inner {
  background: #000000; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner .tab-title {
    font-size: 24px;
    line-height: 24px;
    text-align: center; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner ul {
    margin: 0;
    list-style-type: none;
    padding: 0 20px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li {
      margin-bottom: 2px;
      background: url("./img/white_dotted.png") 0 15px repeat-x; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li.list-title {
        background: none;
        color: #ffffff;
        font-size: 17px;
        font-weight: 600; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .title {
        font-size: 17px;
        font-weight: normal;
        color: #ffffff;
        background: #000000;
        padding-right: 2px; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .unit {
        color: #ffffff;
        float: right;
        font-size: 17px;
        width: 24%;
        text-align: right;
        background: #000000; }
@media (max-width: 1199px) {
  #tabs_block #tabs_wrapper #tab_right .tab-inner .tab-title {
    font-size: 20px;
    line-height: 20px; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner ul {
    padding: 0 15px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li.list-title {
      font-size: 16px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .title {
      font-size: 15px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .unit {
      font-size: 15px; } }
@media (max-width: 991px) {
  #tabs_block #tabs_wrapper #tab_right .tab-inner .tab-title {
    font-size: 16px;
    line-height: 16px;
    padding: 8px 8px !important; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner ul {
    padding: 0 10px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li {
      margin-bottom: 0;
      background: url("./img/white_dotted.png") 0 12px repeat-x; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li.list-title {
        font-size: 14px; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .title {
        font-size: 13px; }
      #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .unit {
        font-size: 13px;
        width: 30%; } }
@media (max-width: 767px) {
  #tabs_block #tabs_wrapper #tab_right .tab-inner .tab-title {
    font-size: 18px;
    line-height: 18px;
    padding: 8px 15px !important; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner ul {
    padding: 0 15px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li.list-title {
      font-size: 16px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .title {
      font-size: 14px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .unit {
      font-size: 14px;
      width: 25%; } }
@media (max-width: 479px) {
  #tabs_block #tabs_wrapper #tab_right .tab-inner .tab-title {
    font-size: 16px;
    line-height: 16px; }
  #tabs_block #tabs_wrapper #tab_right .tab-inner ul li {
    line-height: 18px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li.list-title {
      font-size: 15px;
      margin-top: 6px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .title {
      font-size: 13px; }
    #tabs_block #tabs_wrapper #tab_right .tab-inner ul li .unit {
      font-size: 13px; } }

/*** LINK SHOP ***/
#ref_cat #shop_block #shop_wrapper .link-animal .bt-animal {
  top: -165px;
  left: -180px; }
@media (max-width: 1199px) {
  #ref_cat #shop_block #shop_wrapper .link-animal {
    margin: 75px 0 90px 0 !important; }
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal {
      left: -125px !important; } }
@media (max-width: 991px) {
  #ref_cat #shop_block #shop_wrapper .link-animal {
    margin: 75px 0 50px 0 !important; }
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal {
      left: -80px !important; } }
@media (max-width: 767px) {
  #ref_cat #shop_block #shop_wrapper .link-animal {
    margin: 50px 0 50px 0 !important; }
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -75px !important;
      left: -80px !important; } }
@media (max-width: 479px) {
  #ref_cat #shop_block #shop_wrapper .link-animal {
    margin: 30px 0 50px 0 !important; }
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -38px !important;
      left: -65px !important; }
      #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 175px !important; } }

#ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
  top: -165px;
  left: -180px; }
#ess_dog #shop_block #shop_wrapper .link-animal .link-text {
  background: #41b6e6 !important;
  font-size: 16px !important; }
@media (max-width: 1199px) {
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 75px 0 90px 0 !important; }
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      left: -125px !important; } }
@media (max-width: 991px) {
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 65px 0 50px 0 !important; }
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -88px !important;
      left: -90px !important; } }
@media (max-width: 767px) {
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 50px 0 50px 0 !important; }
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -75px !important;
      left: -80px !important; } }
@media (max-width: 479px) {
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 30px 0 50px 0 !important; }
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -38px !important;
      left: -85px !important; }
      #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 175px !important; }
    #ess_dog #shop_block #shop_wrapper .link-animal .link-text {
      margin-left: 0px;
      padding-left: 80px !important; } }

#ref_dog #shop_block #shop_wrapper .link-animal:hover .link-text,
#ref_cat #shop_block #shop_wrapper .link-animal:hover .link-text,
#ess_dog #shop_block #shop_wrapper .link-animal:hover .link-text {
  color: #ffffff; }
#ref_dog #shop_block #shop_wrapper .link-animal .link-text,
#ref_cat #shop_block #shop_wrapper .link-animal .link-text,
#ess_dog #shop_block #shop_wrapper .link-animal .link-text {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding-left: 210px;
  padding-right: 125px;
  color: #181716;
  background: #b2cb03; }
  #ref_dog #shop_block #shop_wrapper .link-animal .link-text strong,
  #ref_cat #shop_block #shop_wrapper .link-animal .link-text strong,
  #ess_dog #shop_block #shop_wrapper .link-animal .link-text strong {
    display: block;
    font-weight: 700; }
@media (max-width: 1199px) {
  #ref_dog #shop_block #shop_wrapper .link-animal,
  #ref_cat #shop_block #shop_wrapper .link-animal,
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 75px 0 120px 0; }
    #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal,
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal,
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -120px;
      left: -25px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 350px; }
    #ref_dog #shop_block #shop_wrapper .link-animal .link-text,
    #ref_cat #shop_block #shop_wrapper .link-animal .link-text,
    #ess_dog #shop_block #shop_wrapper .link-animal .link-text {
      font-size: 16px;
      line-height: 18px;
      padding-left: 170px;
      padding-right: 105px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text:after,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text:after,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text:after {
        top: 6px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text strong,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text strong,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text strong {
        font-size: 17px; } }
@media (max-width: 991px) {
  #ref_dog #shop_block #shop_wrapper .link-animal,
  #ref_cat #shop_block #shop_wrapper .link-animal,
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 65px 0 60px 0; }
    #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal,
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal,
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -100px;
      left: 0px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 280px; } }
@media (max-width: 767px) {
  #ref_dog #shop_block #shop_wrapper .link-animal,
  #ref_cat #shop_block #shop_wrapper .link-animal,
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 50px 0 70px 0; }
    #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal,
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal,
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -60px;
      left: 0px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 240px; }
    #ref_dog #shop_block #shop_wrapper .link-animal .link-text,
    #ref_cat #shop_block #shop_wrapper .link-animal .link-text,
    #ess_dog #shop_block #shop_wrapper .link-animal .link-text {
      font-size: 16px;
      line-height: 18px;
      padding-left: 100px;
      padding-right: 60px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text:after,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text:after,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text:after {
        display: none; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text strong,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text strong,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text strong {
        font-size: 17px; } }
@media (max-width: 479px) {
  #ref_dog #shop_block #shop_wrapper .link-animal,
  #ref_cat #shop_block #shop_wrapper .link-animal,
  #ess_dog #shop_block #shop_wrapper .link-animal {
    margin: 30px 0 30px 0; }
    #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal,
    #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal,
    #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal {
      top: -40px;
      left: 0px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ref_cat #shop_block #shop_wrapper .link-animal .bt-animal img,
      #ess_dog #shop_block #shop_wrapper .link-animal .bt-animal img {
        width: 150px; }
    #ref_dog #shop_block #shop_wrapper .link-animal .link-text,
    #ref_cat #shop_block #shop_wrapper .link-animal .link-text,
    #ess_dog #shop_block #shop_wrapper .link-animal .link-text {
      font-size: 14px;
      line-height: 16px;
      padding-left: 50px;
      padding-right: 15px;
      padding-top: 8px;
      padding-bottom: 8px; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text:after,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text:after,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text:after {
        display: none; }
      #ref_dog #shop_block #shop_wrapper .link-animal .link-text strong,
      #ref_cat #shop_block #shop_wrapper .link-animal .link-text strong,
      #ess_dog #shop_block #shop_wrapper .link-animal .link-text strong {
        font-size: 15px; } }

#shop_block #shop_wrapper {
  text-align: center; }
  #shop_block #shop_wrapper .link-animal {
    display: inline-block;
    position: relative;
    margin: 115px 0 120px 0; }
    #shop_block #shop_wrapper .link-animal:hover {
      color: #ffffff;
      text-decoration: none; }
    #shop_block #shop_wrapper .link-animal .bt-animal {
      position: absolute;
      z-index: 1;
      top: -165px;
      left: -75px; }
    #shop_block #shop_wrapper .link-animal .link-text {
      font-size: 16px;
      line-height: 20px;
      font-weight: 300;
      display: block;
      margin-left: 50px;
      padding: 12px 0;
      position: relative;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #shop_block #shop_wrapper .link-animal .link-text:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 50px;
        height: 50px;
        background: url("./img/picto_ref_link.png") 0 0 no-repeat; }
      #shop_block #shop_wrapper .link-animal .link-text strong {
        font-size: 18px;
        display: block;
        font-weight: 700; }

/********** FOOD PAGE **********/
/*** GLOBAL ***/
#food {
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }

#food_block_bottom {
  color: #181716; }
  #food_block_bottom .text-big {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300; }
  #food_block_bottom .text {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    #food_block_bottom .text strong {
      font-weight: 700; }
    #food_block_bottom .text.strong-big {
      line-height: 34px; }
      #food_block_bottom .text.strong-big strong {
        font-size: 28px; }
  #food_block_bottom a {
    color: #181716;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px; }
    #food_block_bottom a:hover {
      text-decoration: underline; }
    #food_block_bottom a i {
      margin-right: 2px;
      vertical-align: -1px; }
  @media (max-width: 1199px) {
    #food_block_bottom .text-big {
      font-size: 25px;
      line-height: 30px; }
    #food_block_bottom .text {
      font-size: 20px;
      line-height: 25px; }
      #food_block_bottom .text.strong-big {
        line-height: 28px; }
        #food_block_bottom .text.strong-big strong {
          font-size: 24px; }
    #food_block_bottom a {
      font-size: 16px;
      padding-top: 8px; } }
  @media (max-width: 991px) {
    #food_block_bottom .text-big {
      font-size: 20px;
      line-height: 24px; }
    #food_block_bottom .text {
      font-size: 16px;
      line-height: 20px; }
      #food_block_bottom .text.strong-big {
        line-height: 22px; }
        #food_block_bottom .text.strong-big strong {
          font-size: 20px; }
    #food_block_bottom a {
      font-size: 15px;
      padding-top: 8px; } }
  @media (max-width: 479px) {
    #food_block_bottom .text-big {
      font-size: 16px;
      line-height: 20px; }
    #food_block_bottom .text {
      font-size: 14px;
      line-height: 18px; }
      #food_block_bottom .text.strong-big {
        line-height: 18px; }
        #food_block_bottom .text.strong-big strong {
          font-size: 18px; }
    #food_block_bottom a {
      font-size: 14px;
      padding-top: 6px; } }

/*** FOODS ITEM ***/
#food_block {
  background: url("./img/bg_food.png") 0 0 repeat-x; }
  #food_block #food_wrapper #title_food {
    text-align: center;
    font-family: "VAG";
    font-size: 45px;
    color: #181716;
    padding-top: 75px;
    padding-bottom: 30px;
    margin: 0; }
  #food_block #food_wrapper #desc_food {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff; }
  #food_block #food_wrapper .item-food {
    position: relative;
    text-align: right; }
    #food_block #food_wrapper .item-food img {
      display: inline-block; }
    #food_block #food_wrapper .item-food .title-food-block a {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 24px;
      line-height: 26px;
      padding: 5px 12px;
      color: #b2cb03;
      font-weight: 300;
      text-align: right;
      border-right: 2px solid #b2cb03;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #food_block #food_wrapper .item-food .title-food-block a:after {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -8px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #b2cb03; }
      #food_block #food_wrapper .item-food .title-food-block a:hover {
        text-decoration: none;
        color: #ffffff; }
        #food_block #food_wrapper .item-food .title-food-block a:hover span {
          color: #b2cb03; }
          #food_block #food_wrapper .item-food .title-food-block a:hover span.link {
            text-decoration: none; }
      #food_block #food_wrapper .item-food .title-food-block a span {
        display: block;
        color: #ffffff;
        font-weight: 700; }
        #food_block #food_wrapper .item-food .title-food-block a span.link {
          font-size: 18px;
          font-weight: 300;
          color: #ffffff;
          text-decoration: underline; }
          #food_block #food_wrapper .item-food .title-food-block a span.link i {
            text-decoration: none;
            margin-right: 5px;
            vertical-align: -2px; }
  @media (max-width: 1199px) {
    #food_block {
      background-size: auto 380px; }
      #food_block #food_wrapper #title_food {
        font-size: 35px;
        line-height: 38px;
        padding-top: 55px;
        padding-bottom: 10px;
        margin: 0 0 10px 0; }
      #food_block #food_wrapper #desc_food {
        font-size: 24px;
        line-height: 28px; }
      #food_block #food_wrapper .item-food img {
        max-width: 250px; }
      #food_block #food_wrapper .item-food .title-food-block a {
        top: 10px;
        left: 5px;
        font-size: 20px;
        line-height: 22px; } }
  @media (max-width: 991px) {
    #food_block {
      background-size: auto 295px; }
      #food_block #food_wrapper #title_food {
        font-size: 28px;
        line-height: 32px;
        padding-top: 40px;
        padding-bottom: 0px;
        margin: 0 0 10px 0; }
      #food_block #food_wrapper #desc_food {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0 10px 0; }
      #food_block #food_wrapper .item-food img {
        max-width: 200px; }
      #food_block #food_wrapper .item-food .title-food-block a {
        top: 10px;
        left: 5px;
        font-size: 16px;
        line-height: 16px; }
        #food_block #food_wrapper .item-food .title-food-block a span.link {
          font-size: 12px; } }
  @media (max-width: 767px) {
    #food_block {
      background-size: auto 250px; }
      #food_block #food_wrapper #title_food {
        font-size: 24px;
        line-height: 30px;
        padding-top: 34px;
        padding-bottom: 0px;
        margin: 0 0 6px 0; }
      #food_block #food_wrapper #desc_food {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
        padding: 10px 15px; }
      #food_block #food_wrapper .item-food {
        padding-top: 3%; }
        #food_block #food_wrapper .item-food img {
          width: 100%;
          max-width: 280px;
          margin: 0 auto;
          display: block; }
        #food_block #food_wrapper .item-food .title-food-block {
          text-align: left; }
          #food_block #food_wrapper .item-food .title-food-block a {
            text-align: left;
            position: absolute;
            top: -20px;
            left: 15px;
            display: inline-block;
            font-size: 15px;
            line-height: 17px;
            padding: 6px;
            background: rgba(0, 0, 0, 0.5); }
            #food_block #food_wrapper .item-food .title-food-block a span.link {
              font-size: 13px; } }
  @media (max-width: 479px) {
    #food_block {
      background: none; }
      #food_block #food_wrapper #title_food {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 0 6px 0;
        background: #b2cb03; }
      #food_block #food_wrapper #desc_food {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 2px;
        margin-bottom: 15px;
        background: #181716; }
      #food_block #food_wrapper .item-food {
        margin-bottom: 30px; }
        #food_block #food_wrapper .item-food img {
          width: 100%;
          max-width: 250px;
          margin: 0 auto;
          display: block; }
        #food_block #food_wrapper .item-food .title-food-block {
          text-align: left; }
          #food_block #food_wrapper .item-food .title-food-block a {
            text-align: left;
            position: absolute;
            top: 0px;
            left: 15px;
            display: inline-block;
            font-size: 15px;
            line-height: 17px;
            padding: 8px 10px;
            background: rgba(0, 0, 0, 0.8); }
            #food_block #food_wrapper .item-food .title-food-block a span.link {
              font-size: 13px; } }

/*** FOODS BOTTOM ***/
#food_block_bottom #food_block_bottom_wrapper {
  position: relative; }
  #food_block_bottom #food_block_bottom_wrapper #img_01 {
    position: absolute;
    top: 0;
    left: 155px; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_01 img {
        width: 80%; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_01 {
        left: 50px;
        top: 0px; }
        #food_block_bottom #food_block_bottom_wrapper #img_01 img {
          width: 65%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_01 {
        left: 8%;
        top: 50px; }
        #food_block_bottom #food_block_bottom_wrapper #img_01 img {
          width: 50%; } }
    @media (max-width: 479px) {
      #food_block_bottom #food_block_bottom_wrapper #img_01 {
        left: 5%;
        top: 30px; }
        #food_block_bottom #food_block_bottom_wrapper #img_01 img {
          width: 50%; } }
  #food_block_bottom #food_block_bottom_wrapper #text_01 {
    margin-top: 55px;
    margin-bottom: 130px;
    padding: 0 40px; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_01 {
        margin-top: 30px;
        margin-bottom: 70px;
        padding: 0 40px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_01 {
        margin-bottom: 80px; } }
    @media (max-width: 479px) {
      #food_block_bottom #food_block_bottom_wrapper #text_01 {
        margin-top: 0; } }
  #food_block_bottom #food_block_bottom_wrapper #img_02 {
    position: absolute;
    top: 230px;
    right: 50px; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_02 {
        right: 50px; }
        #food_block_bottom #food_block_bottom_wrapper #img_02 img {
          width: 80%;
          float: right; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_02 {
        top: 150px;
        right: 40px; }
        #food_block_bottom #food_block_bottom_wrapper #img_02 img {
          width: 65%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_02 {
        position: inherit;
        top: inherit;
        right: inherit; }
        #food_block_bottom #food_block_bottom_wrapper #img_02 img {
          width: 55%;
          float: none;
          margin: 0 auto 30px auto; } }
  #food_block_bottom #food_block_bottom_wrapper #text_02 {
    margin-bottom: 190px; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_02 {
        margin-bottom: 120px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_02 {
        margin-bottom: 40px; } }
  #food_block_bottom #food_block_bottom_wrapper #img_03 {
    position: absolute;
    top: 530px;
    left: 130px; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_03 {
        top: 480px; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_03 {
        top: 320px;
        left: 80px; }
        #food_block_bottom #food_block_bottom_wrapper #img_03 img {
          width: 80%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_03 {
        position: inherit;
        top: inherit;
        right: inherit;
        clear: both; }
        #food_block_bottom #food_block_bottom_wrapper #img_03 img {
          width: 55%;
          max-width: 200px;
          float: none;
          margin: 0 auto 30px auto; } }
    @media (max-width: 479px) {
      #food_block_bottom #food_block_bottom_wrapper #img_03 img {
        width: 45%; } }
  #food_block_bottom #food_block_bottom_wrapper #text_03 {
    margin-bottom: 130px; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_03 {
        margin-bottom: 90px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_03 {
        margin-bottom: 20px; } }
  #food_block_bottom #food_block_bottom_wrapper #text_04 {
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_04 {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_04 {
        margin-bottom: 30px; } }
  #food_block_bottom #food_block_bottom_wrapper #text_05 {
    margin-bottom: 160px; }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_05 {
        margin-bottom: 30px; } }
  #food_block_bottom #food_block_bottom_wrapper #img_04 {
    position: absolute;
    top: 820px;
    right: 10px; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_04 {
        right: 0px; }
        #food_block_bottom #food_block_bottom_wrapper #img_04 img {
          width: 80%;
          float: right; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_04 {
        top: 570px;
        left: 80px; }
        #food_block_bottom #food_block_bottom_wrapper #img_04 img {
          width: 75%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_04 {
        position: inherit;
        top: inherit;
        right: inherit;
        clear: both; }
        #food_block_bottom #food_block_bottom_wrapper #img_04 img {
          width: 70%;
          max-width: 350px;
          float: none;
          margin: 0 auto 30px auto; } }
  #food_block_bottom #food_block_bottom_wrapper #text_06 {
    margin-bottom: 120px;
    padding: 0 50px; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_06 {
        margin-bottom: 50px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_06 {
        margin-bottom: 30px; } }
  #food_block_bottom #food_block_bottom_wrapper #img_05 {
    position: absolute;
    top: 1340px;
    left: 50px; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_05 {
        top: 1250px; }
        #food_block_bottom #food_block_bottom_wrapper #img_05 img {
          width: 85%; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_05 {
        top: 960px;
        left: 60px; }
        #food_block_bottom #food_block_bottom_wrapper #img_05 img {
          width: 60%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_05 {
        position: inherit;
        top: inherit;
        right: inherit;
        clear: both; }
        #food_block_bottom #food_block_bottom_wrapper #img_05 img {
          width: 70%;
          max-width: 220px;
          float: none;
          margin: 0 auto 30px auto; } }
    @media (max-width: 479px) {
      #food_block_bottom #food_block_bottom_wrapper #img_05 img {
        width: 55%; } }
  #food_block_bottom #food_block_bottom_wrapper #text_07 {
    margin-top: 50px;
    padding: 0 30px;
    position: relative;
    z-index: 2; }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_07 {
        margin-top: 40px; } }
  #food_block_bottom #food_block_bottom_wrapper #img_06 {
    position: absolute;
    top: 1800px;
    left: 50px;
    z-index: 1; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #img_06 {
        top: 1680px; }
        #food_block_bottom #food_block_bottom_wrapper #img_06 img {
          width: 82%; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #img_06 {
        top: 1400px;
        left: -5px; }
        #food_block_bottom #food_block_bottom_wrapper #img_06 img {
          width: 60%; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #img_06 {
        position: inherit;
        top: inherit;
        right: inherit;
        clear: both; }
        #food_block_bottom #food_block_bottom_wrapper #img_06 img {
          width: 70%;
          max-width: 280px;
          float: none;
          margin: 0 auto 30px auto; } }
    @media (max-width: 479px) {
      #food_block_bottom #food_block_bottom_wrapper #img_06 img {
        width: 60%; } }
  #food_block_bottom #food_block_bottom_wrapper #text_08 {
    margin-right: 8.33333333%; }
    #food_block_bottom #food_block_bottom_wrapper #text_08 .tab {
      position: relative;
      margin-bottom: 150px; }
      #food_block_bottom #food_block_bottom_wrapper #text_08 .tab:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -28px;
        left: 0;
        right: 0;
        height: 35px;
        background: url("./img/shadow_tab.png") center top no-repeat;
        background-size: 100% auto; }
      #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner {
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
        background: #000000; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner:before {
          content: '';
          position: absolute;
          display: block;
          top: 10px;
          right: 10px;
          bottom: 10px;
          left: 10px;
          border: 1px solid #ffffff; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner .tab-title {
          margin-bottom: 15px;
          font-size: 24px;
          line-height: 26px;
          text-align: center;
          color: #181716;
          font-weight: normal;
          padding: 10px 20px;
          background: #b2cb03; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul {
          margin: 0;
          padding: 0 30px;
          text-align: left;
          list-style-type: none;
          vertical-align: top;
          position: relative;
          z-index: 999;
          column-count: 2;
          column-gap: 40px;
          -webkit-column-count: 2;
          -webkit-column-gap: 40px;
          -moz-column-count: 2;
          -moz-column-gap: 40px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul li {
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 15px;
            font-weight: normal;
            color: #ffffff;
            background: #000000;
            padding-right: 0px; }
            #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul li:before {
              content: '\f111';
              font-family: FontAwesome;
              font-size: 6px;
              margin-right: 3px;
              display: inline-block;
              vertical-align: 2px; }
            #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul li a {
              color: #ffffff;
              text-decoration: underline;
              font-size: 13px;
              line-height: 15px;
              padding: 0; }
    @media (max-width: 1199px) {
      #food_block_bottom #food_block_bottom_wrapper #text_08 {
        margin-right: 0; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab {
          position: relative;
          margin-bottom: 100px; } }
    @media (max-width: 991px) {
      #food_block_bottom #food_block_bottom_wrapper #text_08 {
        margin-right: 0; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab {
          position: relative;
          margin-bottom: 100px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner .tab-title {
            font-size: 20px;
            line-height: 24px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul {
            padding: 0 20px;
            column-gap: 20px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px; }
            #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul li {
              margin-bottom: 5px;
              font-size: 12px;
              line-height: 14px; } }
    @media (max-width: 767px) {
      #food_block_bottom #food_block_bottom_wrapper #text_08 {
        margin-right: 0; }
        #food_block_bottom #food_block_bottom_wrapper #text_08 .tab {
          position: relative;
          margin-bottom: 50px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab:after {
            height: 40px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner .tab-title {
            font-size: 18px;
            line-height: 24px; }
          #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul {
            padding: 0 20px;
            column-gap: 20px;
            -webkit-column-gap: 20px;
            -moz-column-gap: 20px; }
            #food_block_bottom #food_block_bottom_wrapper #text_08 .tab .tab-inner ul li {
              margin-bottom: 5px;
              font-size: 12px;
              line-height: 14px; } }

/********** COMPLEMENT PAGE **********/
/*** GLOBAL ***/
#complement {
  margin-bottom: 30px;
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }

#complement_list {
  color: #181716; }
  #complement_list .text-big {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 300; }
  #complement_list .text {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; }
    #complement_list .text strong {
      font-weight: 700; }
    #complement_list .text.strong-big {
      line-height: 34px; }
      #complement_list .text.strong-big strong {
        font-size: 28px; }
  #complement_list a {
    color: #181716;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding-top: 10px; }
    #complement_list a:hover {
      text-decoration: underline; }
    #complement_list a i {
      margin-right: 2px;
      vertical-align: -1px; }
  #complement_list .img-complement img {
    margin: 0 auto;
    display: block; }
  @media (max-width: 991px) {
    #complement_list .img-complement img {
      margin: 15px auto 20px auto;
      max-width: 320px;
      width: 70%; } }
  #complement_list #text_01,
  #complement_list #text_02,
  #complement_list #text_03,
  #complement_list #text_04,
  #complement_list #text_05 {
    padding-top: 50px; }
    @media (max-width: 991px) {
      #complement_list #text_01,
      #complement_list #text_02,
      #complement_list #text_03,
      #complement_list #text_04,
      #complement_list #text_05 {
        padding-top: 0 !important;
        margin-bottom: 15px; } }
  #complement_list #text_05 {
    padding-top: 90px !important; }
    @media (max-width: 991px) {
      #complement_list #text_05 {
        padding-top: 0 !important; } }
  @media (max-width: 1199px) {
    #complement_list .text-big {
      font-size: 25px;
      line-height: 30px; }
    #complement_list .text {
      font-size: 20px;
      line-height: 25px; }
      #complement_list .text.strong-big {
        line-height: 28px; }
        #complement_list .text.strong-big strong {
          font-size: 24px; }
    #complement_list a {
      font-size: 16px;
      padding-top: 8px; } }
  @media (max-width: 991px) {
    #complement_list .text-big {
      font-size: 20px;
      line-height: 24px; }
    #complement_list .text {
      font-size: 16px;
      line-height: 20px; }
      #complement_list .text.strong-big {
        line-height: 22px; }
        #complement_list .text.strong-big strong {
          font-size: 20px; }
    #complement_list a {
      font-size: 15px;
      padding-top: 8px; } }
  @media (max-width: 479px) {
    #complement_list .text-big {
      font-size: 16px;
      line-height: 20px; }
    #complement_list .text {
      font-size: 14px;
      line-height: 18px; }
      #complement_list .text.strong-big {
        line-height: 18px; }
        #complement_list .text.strong-big strong {
          font-size: 18px; }
    #complement_list a {
      font-size: 14px;
      padding-top: 6px; } }

/*** FOODS ITEM ***/
#complement_block {
  background: url("./img/bg_food.png") 0 0 repeat-x; }
  #complement_block #complement_wrapper #title_complement {
    text-align: center;
    font-family: "VAG";
    font-size: 45px;
    color: #181716;
    padding-top: 75px;
    padding-bottom: 30px;
    margin: 0; }
  #complement_block #complement_wrapper #desc_complement {
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #ffffff; }
  @media (max-width: 1199px) {
    #complement_block {
      background-size: auto 380px; }
      #complement_block #complement_wrapper #title_complement {
        font-size: 35px;
        line-height: 38px;
        padding-top: 55px;
        padding-bottom: 10px;
        margin: 0 0 10px 0; }
      #complement_block #complement_wrapper #desc_complement {
        font-size: 24px;
        line-height: 28px; } }
  @media (max-width: 991px) {
    #complement_block {
      background-size: auto 295px; }
      #complement_block #complement_wrapper #title_complement {
        font-size: 28px;
        line-height: 32px;
        padding-top: 40px;
        padding-bottom: 0px;
        margin: 0 0 10px 0; }
      #complement_block #complement_wrapper #desc_complement {
        font-size: 22px;
        line-height: 26px;
        padding: 10px 0 10px 0; } }
  @media (max-width: 767px) {
    #complement_block {
      background-size: auto 250px; }
      #complement_block #complement_wrapper #title_complement {
        font-size: 24px;
        line-height: 30px;
        padding-top: 34px;
        padding-bottom: 0px;
        margin: 0 0 6px 0; }
      #complement_block #complement_wrapper #desc_complement {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
        padding: 10px 15px; } }
  @media (max-width: 479px) {
    #complement_block {
      background: none; }
      #complement_block #complement_wrapper #title_complement {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 4px 0 6px 0;
        background: #41b6e6; }
      #complement_block #complement_wrapper #desc_complement {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 2px;
        margin-bottom: 15px;
        background: #181716; } }

/********** BLOG **********/
#blog {
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #blog #top_blog #top_blog_block {
    background: #2c2d31 url("./img/bg_food.png") 0 0 repeat-x; }
    #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog {
      text-align: center;
      font-family: "VAG";
      font-size: 45px;
      color: #181716;
      padding-top: 70px;
      padding-bottom: 30px;
      margin: 0; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span {
        position: relative;
        padding-left: 145px; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span:before {
          content: '';
          display: inline-block;
          position: absolute;
          top: -40px;
          left: 0px;
          width: 129px;
          height: 129px;
          background: url("./img/bg_blog_title.png") 0 0 no-repeat; }
    #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper {
      position: relative; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .left-nav,
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .right-nav {
        position: absolute;
        top: 95px;
        margin-top: -30px;
        font-size: 60px;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .left-nav:hover,
        #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .right-nav:hover {
          color: #b2cb03; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .left-nav {
        left: -30px; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav .right-nav {
        right: -30px; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider {
        padding: 20px 0 60px 0; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item {
          width: 100%; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-img img {
            display: block;
            margin: 0 auto;
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text {
            color: #ffffff;
            text-align: center; }
            #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text a.title {
              display: block;
              color: #ffffff;
              padding-top: 12px;
              margin-bottom: 4px;
              font-size: 16px;
              line-height: 16px;
              font-weight: 700;
              transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -ms-transition: all 0.3s; }
              #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text a.title:hover {
                color: #b2cb03;
                text-decoration: none; }
            #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text .news-text {
              font-size: 12px;
              line-height: 14px; }
            #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text .news-link {
              font-size: 12px;
              color: #ffffff;
              text-decoration: underline;
              transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -ms-transition: all 0.3s; }
              #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text .news-link:hover {
                color: #b2cb03; }
  @media (max-width: 991px) {
    #blog #top_blog #top_blog_block {
      background-size: auto 350px; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog {
        font-size: 38px;
        padding-top: 46px;
        padding-bottom: 20px; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span {
          padding-left: 100px; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span:before {
            top: -25px;
            left: 0px;
            width: 90px;
            height: 90px;
            background-size: 100% auto; } }
  @media (max-width: 767px) {
    #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper {
      position: relative; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_nav {
        display: none; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider {
        padding: 20px 0 30px 0; } }
  @media (max-width: 479px) {
    #blog #top_blog #top_blog_block {
      background-size: auto 220px; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog {
        font-size: 26px;
        padding-top: 28px;
        padding-bottom: 10px; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span {
          padding-left: 80px; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #title_blog span:before {
            top: -18px;
            width: 70px;
            height: 70px; }
      #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper {
        position: relative; }
        #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider {
          padding: 20px 0 20px 0; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-img img {
            margin: 0 auto;
            max-width: 100px; }
          #blog #top_blog #top_blog_block #top_blog_wrapper #blog_slider_wrapper #blog_slider .blog-item .blog-text a.title {
            padding-top: 10px;
            margin-bottom: 4px;
            font-size: 14px;
            line-height: 15px; } }

/*** SIDEBAR ***/
#sidebar #sidebar_inner {
  background: #ffffff;
  padding: 30px 0 30px 0;
  min-height: 350px; }
  #sidebar #sidebar_inner .widget .widget-title {
    color: #181716;
    text-align: center;
    font-family: "VAG";
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 30px; }
  #sidebar #sidebar_inner .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e6e6e6; }
    #sidebar #sidebar_inner .widget ul li {
      padding: 0; }
      #sidebar #sidebar_inner .widget ul li a {
        display: block;
        color: #181716;
        padding: 8px 5px;
        text-align: center;
        border-top: 1px solid #e6e6e6;
        font-size: 18px;
        font-weight: 300;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #sidebar #sidebar_inner .widget ul li a:hover {
          color: #b2cb03;
          text-decoration: none;
          background: #181716; }
@media (max-width: 1199px) {
  #sidebar #sidebar_inner {
    padding: 20px 0 20px 0; }
    #sidebar #sidebar_inner .widget .widget-title {
      font-size: 24px;
      margin-top: 10px;
      margin-bottom: 25px; }
    #sidebar #sidebar_inner .widget ul li a {
      padding: 5px;
      font-size: 15px; } }
@media (max-width: 991px) {
  #sidebar #sidebar_inner {
    padding: 20px 0 20px 0; }
    #sidebar #sidebar_inner .widget .widget-title {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 25px; }
    #sidebar #sidebar_inner .widget ul li a {
      padding: 5px;
      font-size: 14px; } }
@media (max-width: 767px) {
  #sidebar #sidebar_inner {
    margin-top: 15px;
    padding: 5px 0 0 0;
    height: inherit !important;
    min-height: inherit !important; }
    #sidebar #sidebar_inner .widget {
      margin-bottom: 0; }
      #sidebar #sidebar_inner .widget .widget-title {
        font-size: 20px;
        line-height: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
        padding-bottom: 8px;
        cursor: pointer; }
        #sidebar #sidebar_inner .widget .widget-title:hover:after {
          color: #181716;
          background: #b2cb03; }
        #sidebar #sidebar_inner .widget .widget-title:after {
          content: '+';
          display: inline-block;
          width: 18px;
          height: 18px;
          font-size: 15px;
          font-weight: 600;
          line-height: 18px;
          text-align: center;
          color: #ffffff;
          vertical-align: 2px;
          margin-left: 8px;
          background: #181716;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s; }
      #sidebar #sidebar_inner .widget ul {
        display: none; }
        #sidebar #sidebar_inner .widget ul li a {
          padding: 5px;
          font-size: 14px; } }

/*** POST LIST ***/
.post-list .blog-list-title {
  color: #181716;
  text-align: center;
  font-family: "VAG";
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 40px; }
.post-list .post-item {
  margin-bottom: 30px; }
  .post-list .post-item:nth-child(3n+1) {
    clear: both; }
  .post-list .post-item .post-img {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .post-list .post-item .post-img:hover {
      box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
      -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
      -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4); }
    .post-list .post-item .post-img .post-date {
      bottom: -15px;
      right: -15px;
      position: absolute;
      padding: 6px 10px 4px 10px;
      font-size: 14px;
      color: #ffffff;
      background: #000000; }
  .post-list .post-item .post-text a.title {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    color: #181716;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .post-list .post-item .post-text a.title:hover {
      color: #b2cb03;
      text-decoration: none; }
  .post-list .post-item .post-text .news-text {
    font-size: 14px;
    line-height: 16px; }
@media (max-width: 1199px) {
  .post-list .blog-list-title {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 25px; }
  .post-list .post-item .post-img .post-date {
    bottom: -15px;
    right: -15px;
    position: absolute;
    padding: 5px 8px 3px 8px;
    font-size: 13px; }
  .post-list .post-item .post-text a.title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px; }
  .post-list .post-item .post-text .news-text {
    font-size: 13px;
    line-height: 15px; } }
@media (max-width: 991px) {
  .post-list .blog-list-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .post-list .post-item .post-img .post-date {
    bottom: -12px;
    right: -12px;
    padding: 4px 6px 2px 6px;
    font-size: 12px; }
  .post-list .post-item .post-text a.title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 17px; }
  .post-list .post-item .post-text .news-text {
    font-size: 12px;
    line-height: 14px; } }
@media (max-width: 767px) {
  .post-list .blog-list-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .post-list .post-item:nth-child(3n+1) {
    clear: none; }
  .post-list .post-item:nth-child(2n+1) {
    clear: both; }
  .post-list .post-item .post-img .post-date {
    bottom: -12px;
    right: -12px;
    padding: 4px 6px 2px 6px;
    font-size: 12px; }
  .post-list .post-item .post-text a.title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 17px; }
  .post-list .post-item .post-text .news-text {
    font-size: 12px;
    line-height: 14px; } }

/*** CATEGORY ***/
#category,
#search,
#single {
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #category .page-header,
  #search .page-header,
  #single .page-header {
    border: none;
    margin: 0;
    padding: 0; }
    #category .page-header h1,
    #search .page-header h1,
    #single .page-header h1 {
      color: #181716;
      text-align: center;
      font-family: "VAG";
      font-size: 36px;
      margin-top: 30px;
      margin-bottom: 40px; }
  #category .search-form,
  #search .search-form,
  #single .search-form {
    position: relative;
    max-width: 280px;
    margin: 40px auto 15px auto; }
    #category .search-form input,
    #search .search-form input,
    #single .search-form input {
      width: 100%;
      height: 42px;
      padding: 0 50px 0 15px;
      border: 1px solid #e6e6e6;
      background: url("./img/bg_input.png") 0 bottom repeat-x;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0; }
    #category .search-form button,
    #search .search-form button,
    #single .search-form button {
      text-align: center;
      padding: 0;
      background: none;
      font-size: 14px;
      color: #4f4c4d;
      height: 40px;
      width: 50px;
      position: absolute;
      top: 1px;
      right: 1px;
      border: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #category .search-form button:hover,
      #search .search-form button:hover,
      #single .search-form button:hover {
        color: #b2cb03;
        background: #181716; }
        #category .search-form button:hover i,
        #search .search-form button:hover i,
        #single .search-form button:hover i {
          color: #ffffff; }
      #category .search-form button i,
      #search .search-form button i,
      #single .search-form button i {
        font-size: 22px;
        color: #b2cb03;
        vertical-align: -2px; }
  @media (max-width: 1199px) {
    #category .page-header h1,
    #search .page-header h1,
    #single .page-header h1 {
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media (max-width: 991px) {
    #category .page-header h1,
    #search .page-header h1,
    #single .page-header h1 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #category .page-header h1,
    #search .page-header h1,
    #single .page-header h1 {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }

/*** PAGINATION ***/
#navigation {
  text-align: center; }
  #navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center; }
    #navigation ul li {
      display: inline-block;
      text-align: center;
      width: 24px;
      height: 24px;
      margin-bottom: 5px;
      line-height: 24px;
      color: #181716;
      background: #e6e6e6; }
      #navigation ul li.active a {
        color: #ffffff;
        background: #b2cb03; }
      #navigation ul li a {
        display: block;
        height: 24px;
        color: #181716;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #navigation ul li a:hover {
          text-decoration: none;
          background: #b2cb03;
          color: #ffffff; }

/*** SINGLE ***/
#single {
  background: #e8e8e8; }
  #single .page-header .page-title {
    margin-bottom: 10px; }
  #single .entry-content {
    margin-top: 0px;
    font-size: 15px;
    line-height: 18px; }
    #single .entry-content h2 {
      font-family: "VAG";
      font-size: 20px; }
    #single .entry-content h3 {
      font-family: "VAG";
      font-size: 16px;
      font-weight: normal; }
    #single .entry-content img {
      margin: 15px auto;
      display: block; }
    #single .entry-content a {
      color: #8ca303; }
    #single .entry-content ul {
      list-style-type: none;
      margin: 10px 0 10px 15px;
      padding: 0; }
      #single .entry-content ul li:before {
        content: '\f054';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        color: #b2cb03;
        margin-right: 4px; }
  #single .post-date {
    text-align: center;
    color: #b2cb03;
    font-size: 16px;
    font-family: "VAG";
    font-weight: 600;
    margin-bottom: 10px; }

#facebook {
  margin-top: 15px; }
  #facebook .fb-text {
    display: inline-block;
    font-family: "VAG";
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px; }

/*** PAGE ***/
#page_default {
  font-size: 15px;
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #page_default .entry-header .entry-title {
    color: #181716;
    text-align: center;
    font-family: "VAG";
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 20px; }
  @media (max-width: 1199px) {
    #page_default .entry-header .entry-title {
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media (max-width: 991px) {
    #page_default .entry-header .entry-title {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #page_default .entry-header .entry-title {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  #page_default .entry-content {
    margin-top: 0px;
    font-size: 15px;
    line-height: 18px; }
    #page_default .entry-content h2 {
      font-family: "VAG";
      font-size: 20px;
      margin: 10px 0 15px; }
    #page_default .entry-content h3 {
      font-family: "VAG";
      font-size: 16px;
      font-weight: normal;
      margin: 10px 0 15px; }
    #page_default .entry-content img {
      margin: 15px auto;
      display: block; }
    #page_default .entry-content a {
      color: #8ca303; }
    #page_default .entry-content ul {
      list-style-type: none;
      margin: 10px 0 10px 15px;
      padding: 0; }
      #page_default .entry-content ul li:before {
        content: '\f054';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 12px;
        color: #b2cb03;
        margin-right: 4px; }

/*** 404 ***/
#page404 {
  font-size: 15px;
  padding-bottom: 30px;
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #page404 .img-404 {
    display: block;
    margin: 0 auto 30px auto; }
  #page404 .page-header {
    border: none; }
    #page404 .page-header .page-title {
      color: #181716;
      text-align: center;
      font-family: "VAG";
      font-size: 36px;
      margin-top: 30px;
      margin-bottom: 0px; }
    @media (max-width: 1199px) {
      #page404 .page-header .page-title {
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      #page404 .page-header .page-title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #page404 .page-header .page-title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px; } }

/*** CONTACT ***/
#contact {
  font-size: 15px;
  background: #e8e8e8 url("./img/bg_product_page.png") center top repeat-y; }
  #contact .entry-header .entry-title {
    color: #181716;
    text-align: center;
    font-family: "VAG";
    font-size: 36px;
    margin-top: 30px;
    margin-bottom: 40px; }
  @media (max-width: 1199px) {
    #contact .entry-header .entry-title {
      font-size: 32px;
      margin-top: 20px;
      margin-bottom: 25px; } }
  @media (max-width: 991px) {
    #contact .entry-header .entry-title {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #contact .entry-header .entry-title {
      font-size: 24px;
      margin-top: 20px;
      margin-bottom: 20px; } }
  #contact .wpcf7-form {
    margin-top: 30px; }
    #contact .wpcf7-form label {
      display: block; }
    #contact .wpcf7-form input {
      width: 100%; }
    #contact .wpcf7-form .wpcf7-submit {
      font-family: "VAG";
      width: 50%;
      display: block;
      float: none;
      margin: 0 auto;
      font-size: 18px;
      padding: 8px 15px;
      border: none;
      color: #ffffff;
      background: #b2cb03;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #contact .wpcf7-form .wpcf7-submit:hover {
        color: #b2cb03;
        background: #181716; }
    #contact .wpcf7-form .wpcf7-response-output {
      margin-top: 5px; }
  #contact #contact_wrapper {
    margin-top: 15px;
    margin-bottom: 15px; }
    #contact #contact_wrapper #contact_infos {
      text-align: center;
      background: #ffffff;
      padding: 0 15px 15px 15px;
      box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1); }
      #contact #contact_wrapper #contact_infos h2 {
        font-family: "VAG";
        font-size: 22px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 20px;
        padding-top: 22px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e6e6e6; }
      #contact #contact_wrapper #contact_infos .email {
        font-family: "VAG";
        color: #181716;
        font-size: 16px;
        font-weight: 600;
        text-decoration: underline;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s; }
        #contact #contact_wrapper #contact_infos .email:hover {
          color: #b2cb03; }
      #contact #contact_wrapper #contact_infos .adress {
        line-height: 16px; }
      #contact #contact_wrapper #contact_infos .phone {
        font-size: 20px;
        font-family: "VAG";
        font-weight: 600;
        color: #b2cb03; }

body:not(.page-id-35) .grecaptcha-badge{
  display: none;
}