@charset "UTF-8";
/*
Theme Name: ExoCore
Theme URI: http://underscores.me/
Author: Exo B2B
Author URI: https://exob2b.com
Description: Exo B2B
Version: 4.0.0
License: GNU General Public License v2 or later
Text Domain: exocore
*/
/*--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800");
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; }

html {
  font-size: 62.5%; }
  @media only screen and (min-width: 2100px) {
    html {
      font-size: 68%; } }
  @media only screen and (max-width: 1400px) {
    html {
      font-size: 62.5%; } }

.ecol-1 {
  width: 8.33%; }

.ecol-2 {
  width: 16.66%; }

.ecol-3 {
  width: 25%; }

.ecol-4 {
  width: 33.33%; }

.ecol-5 {
  width: 41.66%; }

.ecol-6 {
  width: 50%; }

.ecol-7 {
  width: 58.33%; }

.ecol-8 {
  width: 66.66%; }

.ecol-9 {
  width: 75%; }

.ecol-10 {
  width: 83.33%; }

.ecol-11 {
  width: 91.66%; }

.ecol-12 {
  width: 100%; }

[class*="ecol-"] {
  float: left;
  padding: 30px; }

.erow::after {
  content: "";
  clear: both;
  display: table; }

@media only screen and (min-width: 2100px) {
  [class*="ecol-"] {
    padding: 40px; } }

@media only screen and (max-width: 1400px) {
  [class*="ecol-"] {
    padding: 20px; } }

@media only screen and (max-width: 800px) {
  [class*="ecol-"] {
    width: 100%; } }

@font-face {
  font-family: 'Museo500';
  src: url("../fonts/museo_500_regular-webfont.woff2") format("woff2"), url("../fonts/museo_500_regular-webfont.woff") format("woff");
  /* Pretty Modern Browsers */ }

@font-face {
  font-family: 'Museo700';
  src: url("../fonts/museo_700_regular-webfont.woff2") format("woff2"), url("../fonts/museo_700_regular-webfont.woff") format("woff");
  /* Pretty Modern Browsers */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

body {
  overflow-x: hidden; }

.site_w {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  @media only screen and (min-width: 2100px) {
    .site_w {
      max-width: 1800px; } }
  @media only screen and (max-width: 1400px) {
    .site_w {
      max-width: 1400px; } }

.full_w {
  width: 100%; }

.mobile-icon {
  display: none; }
  @media only screen and (max-width: 800px) {
    .mobile-icon {
      display: inherit;
      float: right;
      margin: 15px 15px 0 0;
      width: 50px;
      height: auto; } }

.sl-up.animation, .sl-up1.animation {
  transform: translateY(-200px);
  transition: 1.25s; }

.sl-up1 {
  margin-top: 200px; }

.sl-up {
  margin-top: 20px; }

.deskOnly {
  display: block; }
  @media only screen and (max-width: 800px) {
    .deskOnly {
      display: none; } }

.mobOnly {
  display: none; }
  @media only screen and (max-width: 800px) {
    .mobOnly {
      display: block; } }

strong, a strong {
  font-weight: 600; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.center {
  text-align: center; }

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

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt80 {
  margin-top: 80px; }

.mr20 {
  margin-right: 20px; }

.ml30 {
  margin-left: 30px; }

.ml50 {
  margin-left: 50px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb50 {
  margin-bottom: 50px; }

.mb80 {
  margin-bottom: 80px; }

.pt20 {
  padding-top: 20px; }

.pt40 {
  padding-top: 40px; }

.nopad {
  padding: 0; }

.auto {
  margin: 0 auto; }

::-webkit-input-placeholder {
  color: #cccccc;
  font: 300 12px/14px "Museo500", serif; }

::-moz-placeholder {
  color: #cccccc;
  font: 300 12px/14px "Museo500", serif; }

:-ms-input-placeholder {
  color: #cccccc;
  font: 300 12px/14px "Museo500", serif; }

:-moz-placeholder {
  color: #cccccc;
  font: 300 12px/14px "Museo500", serif; }

.search-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Museo500", serif; }

.search-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Museo500", serif;
  /* Firefox */ }

.search-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font: 300 3rem/3rem "Museo500", serif;
  /* Microsoft Edge */ }

.close {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  .close:hover {
    opacity: 0.7; }

/*
img {// Prevent image drag & Drop
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}
*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1em; }

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. */ }

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Museo500", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

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

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

blockquote {
  margin: 0 1em; }

address {
  margin: 0 0 1em; }

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%; }

/*--------------------------------------------------------------
## Others
--------------------------------------------------------------*/
table {
  width: 100%; }

/* Alignement */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em; }

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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;
    clip-path: none;
    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; }

/* Clear */
.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; }

/* 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%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## 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-caption {
  display: block; }

.site-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  .site-header .menu {
    /* Don't display menus further than 3 deep in ul tree */ }
    .site-header .menu li {
      display: inline-block;
      position: relative;
      text-align: left; }
      .site-header .menu li a {
        display: block;
        text-decoration: none; }
      .site-header .menu li ul, .site-header .menu li ul ul {
        display: none;
        position: absolute;
        z-index: 110;
        top: 10px;
        left: 0;
        width: 200px;
        margin: 0;
        background: #000000; }
      .site-header .menu li ul ul {
        left: 100%;
        top: 0; }
      .site-header .menu li li {
        display: block; }
      .site-header .menu li:hover > a {
        display: block;
        background: none; }
      .site-header .menu li:hover > ul {
        display: block; }
    .site-header .menu ul ul ul li:hover ul {
      display: none; }
    .site-header .menu li.menu-parent-item > a:after {
      /* If you don't want the arrows on the top level drop down, simply remove this style */
      /*font-family: 'FontAwesome';
            font-weight: normal;
            font-style: normal;
            speak: none;
            vertical-align: middle;
            font-size: 9px;
            font-size: 0.5625rem;
            content: " \f078";
            width: calc(100% - 20px);
            display: block;
            position: absolute;*/ }
    .site-header .menu .current_page_item a,
    .site-header .menu .current-menu-item a {
      /**/ }
    .site-header .menu .current-menu-item > a,
    .site-header .menu .current-menu-ancestor > a,
    .site-header .menu .current_page_item > a,
    .site-header .menu .current_page_ancestor > a,
    .site-header .menu .current_page_parent > a {
      color: #333F48;
      /* Nav bar link color for current menu item or ancestor */ }

#footercontainer .sub-menu {
  display: none; }

.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a,
.current_page_parent > a,
.current_page_item > a,
.current-menu-item > a {
  color: #B9252D !important; }

/**********************************************
font: 1.6rem/1.7rem $font__main;   Museo 500
font: 1.6rem/1.7rem $font__main2;   Museo 700
font: 400 1.6rem/1.7rem $font__text;   400, 600, 800

$color1: #B9252D; // red
$color2: #404041; // charcoal
$color3: #6D6E70; // gray
$tone1: #dddddd; //
$tone2: #eeeeee; //
$tone3: #f6f6f6; //
   
GENERAL STYLES
**********************************************/
h1 {
  font: 4rem/4.4rem "Museo700", serif;
  color: #B9252D; }
  @media only screen and (max-width: 450px) {
    h1 {
      font: 3rem/3.4rem "Museo700", serif; } }

h2 {
  font: 3rem/3.1rem "Museo500", serif;
  color: #404041; }
  @media only screen and (max-width: 450px) {
    h2 {
      font: 2.4rem/2.8rem "Museo500", serif; } }

h3 {
  font: 2.4rem/2.7rem "Museo500", serif;
  color: #404041; }
  @media only screen and (max-width: 450px) {
    h3 {
      font: 2rem/2.2rem "Museo500", serif; } }

h4 {
  font: 1.5rem/1.6rem "Museo500", serif;
  color: #404041; }

body {
  position: relative;
  font: 300 1.6rem/2.7rem "Open Sans", sans-serif;
  color: #000000;
  z-index: 0; }
  @media only screen and (max-width: 1100px) {
    body {
      font: 300 1.6rem/2.4rem "Open Sans", sans-serif; } }
  body .site-main {
    /**/ }
  body .site-content {
    /**/ }
  body .content-area {
    /**/ }
  body .entry-content {
    padding: 50px 0 0 0; }
  body .article-header {
    /**/ }

a {
  color: #B9252D;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  text-decoration: none; }
  a:hover {
    color: #404041; }
  a img:hover {
    opacity: 0.8; }

.cta {
  display: inline-block !important;
  padding: 8px 20px;
  margin: 15px 0 0 0;
  background: #ffffff;
  color: #B9252D;
  font: 600 1.5rem/1.5rem "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #999999;
  border-radius: 25px;
  text-align: center; }
  .cta:hover {
    background: #B9252D;
    color: #ffffff;
    border: 1px solid #B9252D; }
    .cta:hover:after {
      content: "»";
      padding-left: 20px;
      font-size: 1.5rem; }

.mobile-icon {
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .mobile-icon {
      position: absolute;
      z-index: 210;
      right: 0;
      display: block;
      margin: 10px 30px 0 0;
      width: 50px;
      height: auto; } }
  @media only screen and (max-width: 450px) {
    .mobile-icon {
      margin: 12px 20px 0 0;
      width: 40px; } }

section {
  padding: 50px 0 0 0; }

.go-to-top {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 18px;
  left: 50%;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background: rgba(221, 221, 221, 0.9);
  border: 1px solid #B9252D;
  z-index: 50;
  text-decoration: none;
  text-align: center;
  border-radius: 30px; }
  .go-to-top:hover {
    background: rgba(185, 37, 45, 0.9);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
  .go-to-top img {
    width: 15px; }

.wpcf7-form {
  font: 300 16px/24px "Museo500", serif;
  border: 1px solid #cccccc;
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  /*
	label {
		color: #999999;
		font: 300 12px/14px $font__main;
		padding-bottom:6px;
	}
*/ }
  @media only screen and (max-width: 450px) {
    .wpcf7-form {
      padding: 20px; } }
  .wpcf7-form input, .wpcf7-form textarea {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 10px 0;
    font: 300 16px/18px "Museo500", serif;
    color: #000000;
    margin: 0 0 10px 0; }
  .wpcf7-form select {
    color: #000000;
    border: none;
    border-radius: none !important;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 40px !important;
    font-size: 1.4rem; }
  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
    font: 300 16px/18px "Museo500", serif;
    color: #000000;
    padding-left: 10px;
    width: 100%; }
  .wpcf7-form input[type="file"] {
    background: #cccccc;
    margin-top: -5px;
    border-bottom: 0; }
  .wpcf7-form input[type="submit"] {
    float: right;
    display: inline-block !important;
    padding: 8px 20px;
    background: #ffffff;
    color: #B9252D;
    font: 600 1.8rem/1.8rem "Open Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #B9252D;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    .wpcf7-form input[type="submit"]:hover {
      background: #B9252D;
      color: #ffffff; }
  .wpcf7-form input[type="checkbox"] {
    float: left;
    width: 20px;
    margin: 5px 0 0 0; }
  .wpcf7-form span.wpcf7-list-item {
    margin: 0 0 20px 0; }
  .wpcf7-form .wpcf7-list-item-label {
    font: 300 1.2rem/1.4rem "Museo500", serif;
    color: #999999; }
  .wpcf7-form textarea {
    height: 100px;
    width: 100%;
    padding-left: 10px; }
  .wpcf7-form p {
    padding: 0;
    margin: 0; }
  .wpcf7-form .ajax-loader {
    display: none !important; }

.newsletter {
  background: #dddddd;
  margin: 30px 0 30px 0;
  padding: 0 30px; }
  .newsletter h3 {
    text-align: center; }
  .newsletter .erow {
    padding: 0; }
  .newsletter .ecol-12 {
    padding: 0; }
  .newsletter .ecol-3 {
    padding: 0; }
  .newsletter .wpcf7-form {
    border: 0;
    padding: 0; }
    .newsletter .wpcf7-form input[type="submit"] {
      margin-top: 0;
      background: #000000;
      color: #ffffff; }
      .newsletter .wpcf7-form input[type="submit"]:hover {
        background: #B9252D;
        color: #ffffff; }
    .newsletter .wpcf7-form input[type="text"], .newsletter .wpcf7-form .wpcf7-form input[type="email"] {
      width: 97%;
      margin-right: 2%; }
      @media only screen and (max-width: 800px) {
        .newsletter .wpcf7-form input[type="text"], .newsletter .wpcf7-form .wpcf7-form input[type="email"] {
          width: 100%; } }

.wp-search {
  float: right;
  cursor: pointer;
  padding: 0 18px 0 20px;
  margin: 3px 0 0 0;
  z-index: 100; }
  .wp-search img {
    display: block;
    width: 15px;
    height: auto; }
    .wp-search img:hover {
      opacity: 0.6; }

.search-form {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 105px;
  z-index: 110;
  background: #404041; }
  @media only screen and (max-width: 800px) {
    .search-form {
      height: 75px; } }
  .search-form input {
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    text-align: left;
    padding-left: 50px; }
  .search-form input[type="submit"] {
    display: none; }

.search-results aside.widget-area {
  display: none; }

.search-results .site_w {
  padding: 0; }

.search-results .site-main {
  padding: 150px 0 100px 0; }
  .search-results .site-main .page-header {
    padding: 0 0 20px 0; }
    .search-results .site-main .page-header h1 {
      width: 1400px;
      margin: 0 auto;
      font: 300 20px/20px "Museo500", serif; }
      .search-results .site-main .page-header h1 span {
        font: 700 24px/24px "Museo500", serif;
        color: #000000; }
  .search-results .site-main article {
    background: #eeeeee;
    border: 1px solid #cccccc;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    width: auto;
    margin-bottom: 20px; }

.search-no-results .widget-area {
  display: none; }

.search-no-results .content-area {
  max-width: 1400px;
  width: 100%;
  margin: 200px auto 500px auto;
  text-align: center; }

.linkedin, .facebook, .twitter {
  display: block;
  float: right;
  width: 25px;
  height: 25px;
  margin: 0 0 0 15px; }

.linkedin {
  background: url("../images/logo-linkedin-gr.png") no-repeat 0 0;
  background-size: 25px 25px; }
  .linkedin:hover {
    background: url("../images/logo-linkedin.png") no-repeat 0 0;
    background-size: 25px 25px; }

.facebook {
  background: url("../images/logo-facebook-gr.png") no-repeat 0 0;
  background-size: 25px 25px; }
  .facebook:hover {
    background: url("../images/logo-facebook.png") no-repeat 0 0;
    background-size: 25px 25px; }

.twitter {
  background: url("../images/logo-twitter-gr.png") no-repeat 0 0;
  background-size: 25px 25px; }
  .twitter:hover {
    background: url("../images/logo-twitter.png") no-repeat 0 0;
    background-size: 25px 25px; }

.share-this {
  text-align: center;
  margin: 150px auto 80px auto; }
  .share-this .share-btn {
    display: inline-block;
    background: url("../images/icon-share.svg") no-repeat 15px 50% #ffffff;
    background-size: 25px auto;
    color: #999999;
    padding: 5px 20px 5px 50px;
    border-radius: 100px;
    margin: 0 auto; }
    .share-this .share-btn:hover {
      background: url("../images/icon-share.svg") no-repeat 15px 50% #cccccc;
      background-size: 25px auto;
      cursor: pointer;
      color: #ffffff; }
  .share-this .share-logos {
    width: 100%;
    padding: 10px 0 0 0; }
    .share-this .share-logos .btns {
      display: inline-block;
      margin: 20px 15px 15px 0; }

.entry-content .ecol-8 figure, .entry-content .thumbs figure {
  float: left;
  margin: 10px 30px 10px 0;
  font: 2rem/2.2rem "Museo500", serif;
  width: 30% !important; }
  @media only screen and (max-width: 1100px) {
    .entry-content .ecol-8 figure, .entry-content .thumbs figure {
      width: 40% !important; } }
  @media only screen and (max-width: 450px) {
    .entry-content .ecol-8 figure, .entry-content .thumbs figure {
      width: 100% !important; } }
  .entry-content .ecol-8 figure img, .entry-content .thumbs figure img {
    border-radius: 6px; }

/* Resize googole reCaptcha */
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0 0;
  margin: 10px 0 0 0; }

/******* HEADER ******************************/
.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  box-shadow: none; }
  @media only screen and (max-width: 800px) {
    .site-header {
      position: absolute; } }
  .site-header .bkgd {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    .site-header .bkgd .ecol-3 {
      padding: 0 0 0 10px; }
      @media only screen and (max-width: 800px) {
        .site-header .bkgd .ecol-3 {
          width: 70%; } }
      @media only screen and (max-width: 450px) {
        .site-header .bkgd .ecol-3 {
          width: 80%; } }
    .site-header .bkgd .logo {
      padding: 1rem 0 0 20px;
      cursor: pointer;
      width: 170px;
      transition: width 0.5s; }
      @media only screen and (max-width: 1100px) {
        .site-header .bkgd .logo {
          width: 120px; } }
      @media only screen and (max-width: 800px) {
        .site-header .bkgd .logo {
          width: 150px;
          float: left;
          padding: 10px 15px 10px 10px; } }
      @media only screen and (max-width: 450px) {
        .site-header .bkgd .logo {
          width: 120px;
          float: left;
          padding: 10px 10px 10px 0; } }
      .site-header .bkgd .logo a img {
        display: block; }
        .site-header .bkgd .logo a img:hover {
          transition: ease-in-out 0.3s;
          -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
          transform: scale(1.03); }
    .site-header .bkgd .tagline {
      display: block;
      font: 400 1.2rem/1.5rem "Open Sans", sans-serif;
      padding: 0 0 0 85px;
      margin: -10px 0 0 0; }
      @media only screen and (max-width: 1100px) {
        .site-header .bkgd .tagline {
          font: 400 1.2rem/1.5rem "Open Sans", sans-serif;
          padding: 0 0 0 70px;
          margin: -5px 0 0 0; } }
      @media only screen and (max-width: 800px) {
        .site-header .bkgd .tagline {
          font: 400 1.4rem/1.7rem "Open Sans", sans-serif;
          padding: 25px 0 0 0; } }
      @media only screen and (max-width: 450px) {
        .site-header .bkgd .tagline {
          font: 400 1.1rem/1.3rem "Open Sans", sans-serif;
          padding: 25px 0 0 0; } }
    .site-header .bkgd .tagline-hide {
      display: none; }
    .site-header .bkgd .logo-sm {
      width: 100px;
      transition: width 0.5s; }
    .site-header .bkgd .site-nav {
      padding: 0 30px 0 0;
      text-align: right;
      -webkit-transition: .2s ease-in-out;
      -moz-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out;
      font: 1.7rem/1.7rem "Museo500", serif; }
      @media only screen and (max-width: 800px) {
        .site-header .bkgd .site-nav {
          position: absolute;
          right: 0;
          z-index: 200;
          display: block;
          height: 100vh;
          width: 0.5px;
          opacity: 0;
          transition: all 0.5s ease;
          background: rgba(255, 255, 255, 0.9);
          padding: 0;
          border-radius: 40px 0 0 40px; } }
      .site-header .bkgd .site-nav .top-menu {
        padding: 1.5rem 0 0 0; }
        @media only screen and (max-width: 800px) {
          .site-header .bkgd .site-nav .top-menu {
            padding: 90px 0 30px 0; } }
        .site-header .bkgd .site-nav .top-menu .phone {
          font: 1.7rem/3rem "Museo500", serif;
          color: #B9252D;
          text-decoration: none;
          padding: 0 20px 0 0; }
          @media only screen and (max-width: 800px) {
            .site-header .bkgd .site-nav .top-menu .phone {
              color: #404041;
              padding: 0 0 0 15px; } }
          .site-header .bkgd .site-nav .top-menu .phone:hover {
            color: #404041; }
      .site-header .bkgd .site-nav .main-menu {
        padding: 0; }
        .site-header .bkgd .site-nav .main-menu .wpml-ls-last-item a {
          color: #999999; }
        .site-header .bkgd .site-nav .main-menu ul {
          margin: 0; }
          @media only screen and (max-width: 800px) {
            .site-header .bkgd .site-nav .main-menu ul {
              padding: 0; } }
          @media only screen and (max-width: 800px) {
            .site-header .bkgd .site-nav .main-menu ul li {
              text-align: center;
              display: block; } }
          .site-header .bkgd .site-nav .main-menu ul li a {
            padding: 20px 10px;
            margin: 0;
            background-image: linear-gradient(#B9252D, #B9252D), linear-gradient(transparent, transparent);
            background-size: 0 3px, auto;
            background-repeat: no-repeat;
            background-position: center bottom;
            transition: all 0.2s ease-out;
            color: #404041; }
            .site-header .bkgd .site-nav .main-menu ul li a:hover {
              color: #B9252D;
              background-size: 100% 3px, auto; }
            @media only screen and (max-width: 1400px) {
              .site-header .bkgd .site-nav .main-menu ul li a {
                padding: 20px 5px; } }
            @media only screen and (max-width: 1100px) {
              .site-header .bkgd .site-nav .main-menu ul li a {
                font: 1.5rem/1.7rem "Museo500", serif;
                padding: 15px 3px; } }
            @media only screen and (max-width: 800px) {
              .site-header .bkgd .site-nav .main-menu ul li a {
                text-align: center;
                padding: 10px 0;
                color: #B9252D;
                border-top: 1px solid rgba(64, 64, 65, 0.2);
                font: 1.9rem/2.2rem "Museo500", serif; }
                .site-header .bkgd .site-nav .main-menu ul li a:hover {
                  color: #000000;
                  background: rgba(255, 255, 255, 0.5); } }
    @media only screen and (max-width: 800px) and (max-width: 800px) {
      .site-header .bkgd .site-nav .main-menu ul li a:hover {
        color: #B9252D;
        background: transparent; } }
          @media only screen and (max-width: 800px) {
            .site-header .bkgd .site-nav .main-menu ul .plus {
              background: url("../images/mobile_hamb.png") no-repeat 20px 20px; } }
          .site-header .bkgd .site-nav .main-menu ul ul {
            width: 200px;
            padding: 0;
            margin-top: 47px;
            background: #404041; }
            @media only screen and (max-width: 1100px) {
              .site-header .bkgd .site-nav .main-menu ul ul {
                margin-top: 37px; } }
            @media only screen and (max-width: 800px) {
              .site-header .bkgd .site-nav .main-menu ul ul {
                position: relative;
                display: block;
                width: 100%;
                top: 0;
                margin-top: 0; } }
            .site-header .bkgd .site-nav .main-menu ul ul li a {
              color: #cccccc; }
              @media only screen and (max-width: 1400px) {
                .site-header .bkgd .site-nav .main-menu ul ul li a {
                  padding: 15px 10px; } }
              @media only screen and (max-width: 800px) {
                .site-header .bkgd .site-nav .main-menu ul ul li a {
                  font: 1.7rem/1.9rem "Museo500", serif;
                  background: #dddddd;
                  color: #404041;
                  padding: 10px 20px 10px 20px; } }
              .site-header .bkgd .site-nav .main-menu ul ul li a:hover {
                color: #ffffff; }
            .site-header .bkgd .site-nav .main-menu ul ul li:hover {
              background: #222222; }
            .site-header .bkgd .site-nav .main-menu ul ul .current-menu-item a {
              color: #ffffff !important; }
            .site-header .bkgd .site-nav .main-menu ul ul li.current-menu-item {
              background: #222222; }
          .site-header .bkgd .site-nav .main-menu ul .menu-item-78 ul, .site-header .bkgd .site-nav .main-menu ul .menu-item-1038 ul {
            width: 500px;
            margin-left: -180px; }
            @media only screen and (max-width: 800px) {
              .site-header .bkgd .site-nav .main-menu ul .menu-item-78 ul, .site-header .bkgd .site-nav .main-menu ul .menu-item-1038 ul {
                width: 100%;
                margin-left: 0; } }
            .site-header .bkgd .site-nav .main-menu ul .menu-item-78 ul a, .site-header .bkgd .site-nav .main-menu ul .menu-item-1038 ul a {
              text-align: center; }
          .site-header .bkgd .site-nav .main-menu ul .menu-item-1041 .sub-menu, .site-header .bkgd .site-nav .main-menu ul .menu-item-588 .sub-menu {
            margin-left: -97px; }
            @media only screen and (max-width: 800px) {
              .site-header .bkgd .site-nav .main-menu ul .menu-item-1041 .sub-menu, .site-header .bkgd .site-nav .main-menu ul .menu-item-588 .sub-menu {
                margin-left: 0; } }
    .site-header .bkgd .site-nav.show {
      opacity: 1;
      width: 50%; }
      @media only screen and (max-width: 450px) {
        .site-header .bkgd .site-nav.show {
          width: 85%; } }

.hero {
  position: relative; }
  .hero h1 {
    font-size: 5rem;
    line-height: 5.2rem;
    position: absolute;
    bottom: 10%;
    color: #ffffff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
    text-align: center;
    z-index: 50;
    padding: 0 5% 0 5%;
    width: 100%; }
    @media only screen and (max-width: 1100px) {
      .hero h1 {
        font-size: 4rem; } }
    @media only screen and (max-width: 450px) {
      .hero h1 {
        font-size: 3.5rem;
        line-height: 4rem; } }
  .hero .parallax {
    width: 100%;
    height: 700px;
    background: #eeeeee;
    overflow: hidden;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    margin-top: -50px; }
    @media only screen and (max-width: 1400px) {
      .hero .parallax {
        height: 600px; } }
    @media only screen and (max-width: 1100px) {
      .hero .parallax {
        height: 500px; } }
    @media only screen and (max-width: 800px) {
      .hero .parallax {
        height: 450px; } }
    @media only screen and (max-width: 450px) {
      .hero .parallax {
        height: 400px; } }
    .hero .parallax .image {
      background-size: cover;
      background-position: center;
      width: inherit;
      height: inherit;
      display: table;
      transform: skewY(-2deg);
      height: 750px; }
      @media only screen and (max-width: 1400px) {
        .hero .parallax .image {
          height: 650px; } }
      @media only screen and (max-width: 1100px) {
        .hero .parallax .image {
          height: 550px; } }
      @media only screen and (max-width: 450px) {
        .hero .parallax .image {
          height: 450px; } }
      .hero .parallax .image .gradient {
        height: 100%;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent); }

.title-only {
  position: relative;
  background: #888888;
  height: 175px; }
  .title-only h1 {
    position: absolute;
    bottom: 15px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0; }

/******* PAGE TEMPLATES ***********************/
.full-screen {
  position: relative;
  width: auto;
  height: 100vh;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
  @media only screen and (max-width: 1100px) {
    .full-screen {
      -webkit-box-align: flex-end;
      -webkit-align-items: flex-end;
      -ms-flex-align: flex-end; } }
  @media only screen and (max-width: 800px) {
    .full-screen {
      display: block; } }
  .full-screen img {
    object-fit: cover;
    object-position: right top;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 800px) {
      .full-screen img {
        height: 75%; } }
  .full-screen .content {
    position: absolute;
    z-index: 25;
    padding: 0 0 0 5%; }
    @media only screen and (max-width: 1100px) {
      .full-screen .content {
        padding: 0 0 0 40px; } }
    @media only screen and (max-width: 800px) {
      .full-screen .content {
        position: absolute;
        bottom: 0;
        background: #000000;
        width: 100%;
        padding: 40px 0 0 5%; } }
    .full-screen .content .title {
      font: 400 4.2rem/4.7rem "Open Sans", sans-serif;
      color: #ffffff; }
      @media only screen and (max-width: 1400px) {
        .full-screen .content .title {
          font: 400 3.2rem/3.7rem "Open Sans", sans-serif; } }
      @media only screen and (max-width: 450px) {
        .full-screen .content .title {
          font: 400 2.4rem/2.6rem "Open Sans", sans-serif; } }
    .full-screen .content .wrap {
      margin: 20px 0 0 0; }
      @media only screen and (max-width: 1100px) {
        .full-screen .content .wrap {
          margin: 20px 0 40px 0; } }
      .full-screen .content .wrap .keyword1, .full-screen .content .wrap .keyword2 {
        float: left;
        color: #B9252D;
        font: 9rem/10rem "Museo500", serif; }
        @media only screen and (max-width: 1400px) {
          .full-screen .content .wrap .keyword1, .full-screen .content .wrap .keyword2 {
            font: 7rem/8rem "Museo500", serif; } }
        @media only screen and (max-width: 450px) {
          .full-screen .content .wrap .keyword1, .full-screen .content .wrap .keyword2 {
            font: 4.5rem/5rem "Museo500", serif; } }
      .full-screen .content .wrap .keyword1 {
        float: none; }
      .full-screen .content .wrap .plus {
        float: left;
        width: 110px;
        height: auto;
        padding: 0 20px 0 0; }
        @media only screen and (max-width: 1400px) {
          .full-screen .content .wrap .plus {
            width: 90px;
            padding: 0 15px 0 0; } }
        @media only screen and (max-width: 450px) {
          .full-screen .content .wrap .plus {
            width: 60px;
            padding: 0 15px 0 0; } }

.page-template-page-home .icons {
  text-align: center; }
  .page-template-page-home .icons img {
    width: auto;
    height: 60px; }

.page-template-page-home h2 {
  text-align: center;
  font: 4rem/4.2rem "Museo500", serif;
  padding: 0;
  margin: 15px 0 25px 0; }
  @media only screen and (max-width: 1400px) {
    .page-template-page-home h2 {
      font: 3.5rem/3.7rem "Museo500", serif; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-home h2 {
      font: 2.8rem/3rem "Museo500", serif;
      padding: 0 20px 0 20px; } }
  .page-template-page-home h2 span {
    color: #B9252D;
    letter-spacing: -1.5px; }

.page-template-page-home h3 {
  font: 2rem/2.4rem "Museo500", serif;
  text-align: center;
  color: #6D6E70; }

.page-template-page-home .alertbox {
  background: #ff9a00;
  padding: 0px 0px;
  width: 100%;
  margin: 10px 0 10px 0;
  font: 300 1.6rem/1.9rem "Open Sans", sans-serif; }
  .page-template-page-home .alertbox .site_w {
    display: table; }
    .page-template-page-home .alertbox .site_w .icon {
      width: 3%;
      display: table-cell;
      vertical-align: middle; }
      .page-template-page-home .alertbox .site_w .icon img {
        width: 5px;
        height: auto; }
    .page-template-page-home .alertbox .site_w p {
      width: 80%;
      padding: 0 0 0 10px;
      margin: 0;
      display: table-cell;
      vertical-align: middle; }
      .page-template-page-home .alertbox .site_w p span {
        font: 2.2rem/2.47rem "Museo500", serif;
        color: #ffffff;
        text-transform: uppercase; }
    .page-template-page-home .alertbox .site_w .button {
      width: 10%;
      text-align: right;
      display: table-cell;
      vertical-align: middle; }
      .page-template-page-home .alertbox .site_w .button .cta {
        font: 600 1.4rem/1.4rem "Open Sans", sans-serif;
        padding: 4px 10px;
        margin: 0; }
        .page-template-page-home .alertbox .site_w .button .cta:after {
          content: "";
          padding-left: 0;
          font-size: 2rem; }

.page-template-page-home .main-title {
  background: #B9252D;
  padding: 5px; }
  .page-template-page-home .main-title h1 {
    font-size: 3rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center; }
    @media only screen and (max-width: 1100px) {
      .page-template-page-home .main-title h1 {
        font-size: 2.5rem;
        line-height: 3.2rem; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-home .main-title h1 {
        font-size: 2.2rem;
        line-height: 2.8rem; } }

.page-template-page-home .statistics {
  position: relative;
  text-align: center;
  background: #eeeeee;
  padding-bottom: 80px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%); }
  @media only screen and (max-width: 1100px) {
    .page-template-page-home .statistics {
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%); } }
  .page-template-page-home .statistics #counter .circle, .page-template-page-home .statistics #counter .circle-plus {
    height: 150px;
    width: 150px;
    background: url("../images/synto-circle-k.svg") no-repeat 0 0;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    margin: 0 auto; }
    .page-template-page-home .statistics #counter .circle .counter-value, .page-template-page-home .statistics #counter .circle-plus .counter-value {
      font: 3.0rem/3.0rem "Museo500", serif;
      color: #B9252D;
      text-shadow: 1px 6px 6px rgba(109, 110, 112, 0.5); }
  .page-template-page-home .statistics #counter .circle-plus {
    background: url("../images/synto-circle-k-plus.svg") no-repeat 0 0; }
  .page-template-page-home .statistics #counter h3 {
    font: 600 2rem/2.5rem "Open Sans", sans-serif;
    width: 60%;
    margin: 20px auto 0 auto;
    color: #404041;
    padding: 0; }
    .page-template-page-home .statistics #counter h3 span {
      font-weight: 800; }

.page-template-page-home .benefices h2 {
  margin-bottom: 0; }

.page-template-page-home .benefices h3 {
  text-align: left;
  color: #B9252D;
  font: 3.0rem/3.3rem "Museo500", serif;
  padding: 0;
  margin: 0; }

.page-template-page-home .benefices .zone, .page-template-page-home .benefices .zone2 {
  display: table;
  -webkit-clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
  clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
  background: #dddddd; }
  @media only screen and (max-width: 1100px) {
    .page-template-page-home .benefices .zone, .page-template-page-home .benefices .zone2 {
      -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%);
      clip-path: polygon(0 7%, 100% 0%, 100% 93%, 0 100%); } }
  @media only screen and (max-width: 800px) {
    .page-template-page-home .benefices .zone, .page-template-page-home .benefices .zone2 {
      display: block; } }
  .page-template-page-home .benefices .zone .col, .page-template-page-home .benefices .zone .col2, .page-template-page-home .benefices .zone2 .col, .page-template-page-home .benefices .zone2 .col2 {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    line-height: 2.3rem; }
    @media only screen and (max-width: 800px) {
      .page-template-page-home .benefices .zone .col, .page-template-page-home .benefices .zone .col2, .page-template-page-home .benefices .zone2 .col, .page-template-page-home .benefices .zone2 .col2 {
        width: 100%;
        display: inherit; } }
  .page-template-page-home .benefices .zone .col2, .page-template-page-home .benefices .zone2 .col2 {
    padding: 0 4% 0 4%; }
    @media only screen and (max-width: 800px) {
      .page-template-page-home .benefices .zone .col2, .page-template-page-home .benefices .zone2 .col2 {
        padding: 50px 4% 50px 4%; } }
  .page-template-page-home .benefices .zone img, .page-template-page-home .benefices .zone2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right;
    margin: 0 0 -20px 0; }

.page-template-page-home .benefices .zone2 .col {
  padding: 100px 4% 0 4%; }

.page-template-page-home .benefices .zone2 .col2 {
  padding: 0; }

.page-template-page-home .benefices .zone2 img {
  object-position: center; }

.page-template-page-home .products .container {
  width: 100%;
  background-size: cover;
  padding: 40px 0 100px 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0 100%); }
  @media only screen and (max-width: 1100px) {
    .page-template-page-home .products .container {
      -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);
      clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%); } }
  .page-template-page-home .products .container .site_w {
    padding: 0 40px 0 40px; }
    @media only screen and (max-width: 1100px) {
      .page-template-page-home .products .container .site_w {
        padding: 0 40px 0 40px; } }
    @media only screen and (max-width: 800px) {
      .page-template-page-home .products .container .site_w {
        padding: 0 20px 0 20px; } }
  .page-template-page-home .products .container a.box {
    position: relative;
    float: left;
    width: 49%;
    height: 175px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    margin: 0 0 25px 0;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(38, 88, 114, 0.5); }
    @media only screen and (max-width: 800px) {
      .page-template-page-home .products .container a.box {
        margin: 0 0 15px 0; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-home .products .container a.box {
        width: 100%;
        margin: 0 0 10px 0; } }
    .page-template-page-home .products .container a.box:nth-child(even) {
      margin-left: 2%; }
    .page-template-page-home .products .container a.box h3 {
      font: 3rem/3.2rem "Museo500", serif;
      color: #B9252D;
      margin: 0; }
      @media only screen and (max-width: 1100px) {
        .page-template-page-home .products .container a.box h3 {
          font: 2.5rem/2.7rem "Museo500", serif; } }
    .page-template-page-home .products .container a.box .gestion {
      position: absolute;
      bottom: 20px;
      right: 20px;
      height: 30px;
      width: 30px;
      background: url("../images/icon-products.svg") no-repeat 0 0;
      opacity: 0.8; }
    .page-template-page-home .products .container a.box .action {
      text-transform: uppercase;
      color: #000000;
      margin-top: 10px; }
    .page-template-page-home .products .container a.box:hover {
      background: #b9252d;
      transition: ease-in-out 0.3s;
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
      border: none; }
      .page-template-page-home .products .container a.box:hover h3 {
        color: #ffffff; }
      .page-template-page-home .products .container a.box:hover img {
        display: block; }
      .page-template-page-home .products .container a.box:hover .action {
        color: #ffffff; }
      .page-template-page-home .products .container a.box:hover .gestion {
        background: url("../images/checkmark-green.svg") no-repeat 0 0;
        opacity: 1.0; }

.page-template-page-home .avantages {
  margin: 0 40px 0 40px; }
  @media only screen and (max-width: 450px) {
    .page-template-page-home .avantages {
      margin: 0 20px 0 20px; } }
  .page-template-page-home .avantages .ecol-3 {
    padding: 0;
    width: 40%; }
    @media only screen and (max-width: 1100px) {
      .page-template-page-home .avantages .ecol-3 {
        width: 100%; } }
  .page-template-page-home .avantages .ecol-9 {
    padding: 0;
    width: 60%; }
    @media only screen and (max-width: 1400px) {
      .page-template-page-home .avantages .ecol-9 {
        padding: 0 20px 0 0; } }
    @media only screen and (max-width: 1100px) {
      .page-template-page-home .avantages .ecol-9 {
        width: 100%;
        margin-top: 40px; } }
    .page-template-page-home .avantages .ecol-9 img {
      border-radius: 20px; }
  .page-template-page-home .avantages .description a {
    display: block;
    text-decoration: none; }
  .page-template-page-home .avantages .description span {
    font: 2.5rem/2.5rem "Museo500", serif;
    color: #B9252D; }

.page-template-page-home .testimonials span {
  color: #B9252D;
  font-weight: 800; }

.page-template-page-home .testimonials .wpls-logo-showcase .slick-dots {
  display: none !important; }

.page-template-page-home .news {
  margin: 0 0 150px 0; }
  @media only screen and (max-width: 1400px) {
    .page-template-page-home .news {
      padding: 0 40px 0 40px; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-home .news {
      padding: 0 20px 0 20px; } }
  .page-template-page-home .news h3 {
    text-align: left;
    color: #B9252D;
    margin: 0 0 10px 0; }
  .page-template-page-home .news a h3:hover {
    color: #404041; }
  .page-template-page-home .news .date {
    text-transform: uppercase;
    color: #999999;
    font: 1.4rem/1.4rem "Museo500", serif;
    margin: 0 0 10px 0; }
  .page-template-page-home .news .loop {
    margin-bottom: 50px; }
    .page-template-page-home .news .loop .wrap {
      float: left;
      width: 30%;
      margin-left: 5%; }
      @media only screen and (max-width: 800px) {
        .page-template-page-home .news .loop .wrap {
          width: 100%;
          margin: 0 0 80px 0; } }
      .page-template-page-home .news .loop .wrap .visual a .full {
        display: block;
        height: 280px;
        width: 100%;
        background-size: cover;
        background-position: center center;
        border-radius: 6px; }
        @media only screen and (max-width: 800px) {
          .page-template-page-home .news .loop .wrap .visual a .full {
            height: 400px; } }
        @media only screen and (max-width: 450px) {
          .page-template-page-home .news .loop .wrap .visual a .full {
            height: 200px; } }
        .page-template-page-home .news .loop .wrap .visual a .full:hover {
          filter: saturate(40%); }
      .page-template-page-home .news .loop .wrap .visual a .container {
        border: 1px solid #dddddd;
        height: 280px;
        border-radius: 6px;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center; }
        @media only screen and (max-width: 800px) {
          .page-template-page-home .news .loop .wrap .visual a .container {
            height: 400px; } }
        @media only screen and (max-width: 450px) {
          .page-template-page-home .news .loop .wrap .visual a .container {
            height: 200px; } }
        .page-template-page-home .news .loop .wrap .visual a .container .logo {
          display: block;
          max-width: 300px;
          max-height: 180px;
          height: auto;
          width: 100%;
          padding: 0 10px 0 10px;
          margin: 0 auto 0 auto;
          background: #ffffff;
          border-radius: 6px; }
          @media only screen and (max-width: 800px) {
            .page-template-page-home .news .loop .wrap .visual a .container .logo {
              max-width: 400px;
              max-height: 350px; } }
          @media only screen and (max-width: 450px) {
            .page-template-page-home .news .loop .wrap .visual a .container .logo {
              max-width: 250px;
              max-height: 200px; } }
      .page-template-page-home .news .loop .wrap .details {
        margin: 20px 0 0 0; }
      .page-template-page-home .news .loop .wrap:first-child {
        margin-left: 0; }

.page-template-page-loops .news {
  margin: 0 0 150px 0;
  line-height: 2.2rem; }
  .page-template-page-loops .news .site_w {
    padding: 50px 100px 0 100px;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff 90%); }
    @media only screen and (max-width: 1100px) {
      .page-template-page-loops .news .site_w {
        padding: 5px 0 0 0; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-loops .news .site_w {
        padding: 5px 20px 0 20px; } }
  .page-template-page-loops .news .wrap {
    border-top: 1px solid #dddddd;
    padding-top: 20px; }
    @media only screen and (max-width: 800px) {
      .page-template-page-loops .news .wrap {
        border: none;
        margin-bottom: 50px; } }
    .page-template-page-loops .news .wrap:first-child {
      border: none; }
  .page-template-page-loops .news .ecol-4 {
    padding: 0; }
  @media only screen and (max-width: 800px) {
    .page-template-page-loops .news .ecol-8 {
      padding: 0; } }
  .page-template-page-loops .news h3 {
    text-align: left;
    color: #B9252D;
    margin: 0 0 10px 0; }
  .page-template-page-loops .news a h3:hover {
    color: #404041; }
  .page-template-page-loops .news .date {
    text-transform: uppercase;
    color: #999999;
    font: 1.4rem/1.4rem "Museo500", serif;
    margin: 0 0 10px 0; }
  .page-template-page-loops .news .cta {
    float: right;
    margin-top: 30px; }
  .page-template-page-loops .news .visual {
    margin-bottom: 20px; }
    .page-template-page-loops .news .visual a .full {
      display: block;
      height: 280px;
      width: 100%;
      background-size: cover;
      background-position: center center;
      border-radius: 6px; }
      @media only screen and (max-width: 800px) {
        .page-template-page-loops .news .visual a .full {
          height: 400px; } }
      @media only screen and (max-width: 450px) {
        .page-template-page-loops .news .visual a .full {
          height: 200px; } }
      .page-template-page-loops .news .visual a .full:hover {
        filter: saturate(40%); }
    .page-template-page-loops .news .visual a .container {
      background: #ffffff;
      height: 280px;
      border-radius: 6px;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center; }
      @media only screen and (max-width: 800px) {
        .page-template-page-loops .news .visual a .container {
          height: 400px; } }
      @media only screen and (max-width: 450px) {
        .page-template-page-loops .news .visual a .container {
          height: 200px; } }
      .page-template-page-loops .news .visual a .container .logo {
        display: block;
        max-width: 300px;
        max-height: 180px;
        height: auto;
        width: 100%;
        padding: 0 10px 0 10px;
        margin: 0 auto 0 auto;
        background: #ffffff;
        border-radius: 6px; }
        @media only screen and (max-width: 800px) {
          .page-template-page-loops .news .visual a .container .logo {
            max-width: 400px;
            max-height: 350px; } }
        @media only screen and (max-width: 450px) {
          .page-template-page-loops .news .visual a .container .logo {
            max-width: 250px;
            max-height: 200px; } }

.page-template-page-loops .testimonials .site_w {
  padding: 50px 100px 0 100px;
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff 90%); }
  @media only screen and (max-width: 1100px) {
    .page-template-page-loops .testimonials .site_w {
      padding: 50px 0 0 0; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-loops .testimonials .site_w {
      padding: 50px 20px 0 20px; } }

.page-template-page-loops .testimonials .wrap {
  border-top: 1px solid #dddddd;
  padding-top: 20px; }
  @media only screen and (max-width: 800px) {
    .page-template-page-loops .testimonials .wrap {
      border: none;
      margin-bottom: 50px; } }
  .page-template-page-loops .testimonials .wrap:first-child {
    border: none; }

.page-template-page-loops .testimonials .ecol-8 {
  height: 240px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
  @media only screen and (max-width: 800px) {
    .page-template-page-loops .testimonials .ecol-8 {
      height: auto; } }

.page-template-page-loops .testimonials .container {
  height: 240px;
  border-radius: 6px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
  @media only screen and (max-width: 450px) {
    .page-template-page-loops .testimonials .container {
      height: 100px; } }
  .page-template-page-loops .testimonials .container img {
    display: block;
    max-width: 300px;
    max-height: 180px;
    height: auto;
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0 auto 0 auto;
    border-radius: 6px; }
    @media only screen and (max-width: 800px) {
      .page-template-page-loops .testimonials .container img {
        max-width: 400px;
        max-height: 350px; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-loops .testimonials .container img {
        max-width: 250px;
        max-height: 200px; } }

.page-template-page-solutions .sol-sub-menu {
  background: rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 800px) {
    .page-template-page-solutions .sol-sub-menu {
      display: none; } }
  .page-template-page-solutions .sol-sub-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto; }
    .page-template-page-solutions .sol-sub-menu ul li {
      text-align: center; }
      .page-template-page-solutions .sol-sub-menu ul li a {
        display: block;
        float: left;
        width: 25%;
        padding: 20px;
        color: #ffffff;
        border-right: 1px solid rgba(255, 255, 255, 0.6); }
        @media only screen and (max-width: 1100px) {
          .page-template-page-solutions .sol-sub-menu ul li a {
            font: 300 1.5rem/1.8rem "Open Sans", sans-serif;
            padding: 10px 20px; } }
        .page-template-page-solutions .sol-sub-menu ul li a:hover {
          background: #B9252D; }
          @media only screen and (max-width: 1100px) {
            .page-template-page-solutions .sol-sub-menu ul li a:hover {
              background: transparent; } }
      .page-template-page-solutions .sol-sub-menu ul li:first-child a {
        border-left: 1px solid rgba(255, 255, 255, 0.6) !important; }

.page-template-page-solutions .thinner {
  padding: 10px 20px !important; }

.page-template-page-solutions .entry-content {
  padding: 0; }

.page-template-page-solutions section {
  padding: 50px 0 50px 0; }
  @media only screen and (max-width: 1400px) {
    .page-template-page-solutions section {
      padding: 40px 0 40px 0; } }

.page-template-page-solutions .circle {
  height: 400px;
  width: 400px;
  border-radius: 200px;
  background-size: cover;
  border: 1px solid #dddddd; }
  @media only screen and (max-width: 1400px) {
    .page-template-page-solutions .circle {
      height: 350px;
      width: 350px;
      margin: 0 auto; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-solutions .circle {
      height: 300px;
      width: 300px; } }

@media only screen and (max-width: 1100px) {
  .page-template-page-solutions .ecol-4 {
    width: 42%; } }

@media only screen and (max-width: 800px) {
  .page-template-page-solutions .ecol-4 {
    float: none;
    width: 100%; } }

@media only screen and (max-width: 1100px) {
  .page-template-page-solutions .ecol-8 {
    width: 58%; } }

@media only screen and (max-width: 800px) {
  .page-template-page-solutions .ecol-8 {
    float: none;
    width: 100%;
    padding: 0 40px 0 40px; } }

@media only screen and (max-width: 450px) {
  .page-template-page-solutions .ecol-8 {
    padding: 0 20px 0 20px; } }

.page-template-page-solutions .cent {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 460px; }
  @media only screen and (max-width: 1400px) {
    .page-template-page-solutions .cent {
      height: 360px;
      padding: 0 50px 0 0; } }
  @media only screen and (max-width: 800px) {
    .page-template-page-solutions .cent {
      display: block;
      height: auto;
      padding: 0 40px 0 40px; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-solutions .cent {
      padding: 0 20px 0 20px; } }

.page-template-page-solutions .zone1 .circle {
  background-position: right; }

.page-template-page-solutions .zone3 .circle {
  background-position: 50%; }

.page-template-page-solutions .zone4 .circle {
  background-position: 45%; }

.page-template-page-solutions h2 {
  color: #B9252D; }

.page-template-page-solutions .gris {
  background: #f6f6f6; }

.page-template-page-general .entry-content {
  margin: -100px 0 0 0; }
  .page-template-page-general .entry-content .site_w {
    padding: 100px 150px 0 150px;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff 90%); }
    @media only screen and (max-width: 1100px) {
      .page-template-page-general .entry-content .site_w {
        padding: 100px 50px 0 50px; } }
    @media only screen and (max-width: 800px) {
      .page-template-page-general .entry-content .site_w {
        padding: 100px 30px 0 30px; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-general .entry-content .site_w {
        padding: 100px 20px 0 20px; } }
  .page-template-page-general .entry-content h2 {
    color: #B9252D; }

.page-template-page-left-right .title-only {
  height: 230px; }

.page-template-page-left-right .second-menu {
  background: rgba(0, 0, 0, 0.7);
  font: 400 1.4rem/1.6rem "Open Sans", sans-serif; }
  @media only screen and (max-width: 800px) {
    .page-template-page-left-right .second-menu {
      display: none; } }
  .page-template-page-left-right .second-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center; }
    .page-template-page-left-right .second-menu ul li {
      display: inline-block; }
      .page-template-page-left-right .second-menu ul li a {
        display: block;
        padding: 28px 10px;
        color: #ffffff; }
        .page-template-page-left-right .second-menu ul li a:hover {
          background: #B9252D; }

.page-template-page-left-right .thinner {
  padding: 18px 10px !important; }

.page-template-page-left-right .ecol-5 {
  padding: 0; }

.page-template-page-left-right section {
  padding: 0; }
  .page-template-page-left-right section:nth-child(even) {
    background: #dddddd; }
    @media only screen and (max-width: 800px) {
      .page-template-page-left-right section:nth-child(even) {
        background: none; } }
  .page-template-page-left-right section:nth-child(odd) .ecol-5, .page-template-page-left-right section:nth-child(odd) .ecol-7 {
    float: right; }

.page-template-page-left-right .intro {
  padding: 0 0 50px 0; }
  .page-template-page-left-right .intro .site_w {
    padding: 0 150px 0 150px; }
    @media only screen and (max-width: 1100px) {
      .page-template-page-left-right .intro .site_w {
        padding: 0 100px 0 100px; } }
    @media only screen and (max-width: 800px) {
      .page-template-page-left-right .intro .site_w {
        padding: 0 50px 0 50px; } }
    @media only screen and (max-width: 450px) {
      .page-template-page-left-right .intro .site_w {
        padding: 0 20px 0 20px; } }

.page-template-page-left-right .square-img {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center; }
  @media only screen and (max-width: 1100px) {
    .page-template-page-left-right .square-img {
      height: 400px; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-left-right .square-img {
      height: 200px; } }

.page-template-page-left-right h2 {
  margin: 0 0 0 0;
  color: #B9252D;
  font: 2.4rem/2.7rem "Museo500", serif; }

.page-template-page-left-right .content {
  min-height: 500px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 30px 0 50px; }
  @media only screen and (max-width: 1100px) {
    .page-template-page-left-right .content {
      min-height: 400px; } }
  @media only screen and (max-width: 800px) {
    .page-template-page-left-right .content {
      display: block;
      min-height: 300px;
      padding-top: 30px; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-left-right .content {
      padding-top: 20px;
      padding-bottom: 50px; } }

.page-template-page-contact {
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff 70%); }
  .page-template-page-contact .entry-content {
    padding: 50px 0 0 0;
    color: #6D6E70; }
  .page-template-page-contact .ecol-4 {
    padding: 50px;
    color: #ffffff; }
    @media only screen and (max-width: 800px) {
      .page-template-page-contact .ecol-4 {
        padding-bottom: 0; } }
  .page-template-page-contact .ecol-8 {
    padding: 20px 40px 40px 0;
    height: 480px; }
    @media only screen and (max-width: 800px) {
      .page-template-page-contact .ecol-8 {
        padding: 40px 40px 40px 40px; } }
  .page-template-page-contact h2 {
    color: #B9252D; }
  .page-template-page-contact h3 {
    color: #cccccc;
    font-size: 20px;
    line-height: 30px; }
  .page-template-page-contact .map {
    background: #404041;
    margin: 0 0 30px 0; }
  .page-template-page-contact .form {
    padding: 0;
    margin: 0 0 40px 0; }
    .page-template-page-contact .form .wpcf7-form {
      background: #f6f6f6; }
      @media only screen and (max-width: 1400px) {
        .page-template-page-contact .form .wpcf7-form {
          margin-right: 40px; } }
      @media only screen and (max-width: 800px) {
        .page-template-page-contact .form .wpcf7-form {
          margin-top: 30px;
          margin-left: 40px; } }
      @media only screen and (max-width: 450px) {
        .page-template-page-contact .form .wpcf7-form {
          padding: 0;
          border: none; } }
  .page-template-page-contact .intro {
    color: #6D6E70;
    padding: 0 40px 0 40px; }
    .page-template-page-contact .intro h3 {
      padding: 0 0 15px 0;
      margin: 0;
      color: #6D6E70; }

.page-template-page-half-half .entry-content .site_w {
  padding: 50px 100px 0 100px;
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff 90%); }
  @media only screen and (max-width: 1100px) {
    .page-template-page-half-half .entry-content .site_w {
      padding: 30px 30px 0 30px; } }
  @media only screen and (max-width: 450px) {
    .page-template-page-half-half .entry-content .site_w {
      padding: 0; } }

.page-template-page-half-half .entry-content h2 {
  color: #B9252D; }

/******* SINGLE TEMPLATES *********************/
.single-news .entry-content {
  background: #ffffff;
  padding: 102px 0 0 0; }
  .single-news .entry-content .content {
    padding: 100px 200px 0 200px;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff 90%); }
  .single-news .entry-content img {
    width: 100%;
    display: block; }
  .single-news .entry-content .date {
    padding: 0 0 10px 0;
    color: #999999;
    text-transform: uppercase; }
  .single-news .entry-content .erow {
    background: #dddddd; }
    .single-news .entry-content .erow .ecol-7 {
      height: 370px;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      background: #404041; }
      .single-news .entry-content .erow .ecol-7 h1 {
        display: block;
        text-transform: inherit;
        text-align: center;
        padding: 0 80px 0 80px;
        color: #ffffff; }
      .single-news .entry-content .erow .ecol-7 .section-title {
        color: #B9252D;
        font: 300 2.4rem/2.4rem "Open Sans", sans-serif;
        text-align: center; }
    .single-news .entry-content .erow .ecol-5 .visual .full {
      display: block;
      height: 370px;
      width: 100%;
      background-size: cover;
      background-position: center center; }
    .single-news .entry-content .erow .ecol-5 .visual .logo {
      display: block;
      max-width: 350px;
      max-height: 200px;
      height: auto;
      width: 100%;
      padding: 0 10px 0 10px;
      margin: 18% auto 0 auto;
      padding: 40px;
      background: #ffffff;
      border-radius: 10px; }
  .single-news .entry-content h2 {
    padding-bottom: 20px; }
  .single-news .entry-content .wpcf7-form {
    padding-left: 50px; }
    .single-news .entry-content .wpcf7-form input[type="submit"] {
      width: 50%; }

/******* FOOTER *******************************/
#footercontainer {
  position: relative;
  width: 100%;
  background: url("../images/synto-circle-logo.svg") no-repeat #dddddd;
  background-size: 300px 300px;
  background-position: 99% 225px; }
  @media only screen and (max-width: 1100px) {
    #footercontainer {
      background: url("../images/synto-circle-logo.svg") no-repeat #dddddd;
      background-size: 250px 250px;
      background-position: 99% 280px; } }
  @media only screen and (max-width: 800px) {
    #footercontainer {
      background: #dddddd; } }
  #footercontainer .angle {
    background: #eeeeee;
    position: absolute;
    content: " ";
    display: block;
    left: -5%;
    top: -50px;
    transform: rotate(2deg);
    width: 110%;
    height: 100px;
    background: #ffffff;
    border-bottom: 4px solid #B9252D;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3); }
  #footercontainer .site-footer {
    color: #eeeeee;
    min-height: 300px;
    padding: 80px 0 0 40px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 800px) {
      #footercontainer .site-footer {
        padding: 80px 0 0 20px; } }
    #footercontainer .site-footer .wrap ul {
      list-style: none;
      padding: 0 !important; }
      #footercontainer .site-footer .wrap ul li {
        margin-bottom: 10px; }
        @media only screen and (max-width: 450px) {
          #footercontainer .site-footer .wrap ul li {
            margin-bottom: 5px; } }
        #footercontainer .site-footer .wrap ul li a {
          color: #000000;
          text-decoration: none; }
          @media only screen and (max-width: 1100px) {
            #footercontainer .site-footer .wrap ul li a {
              font: 300 1.6rem/1.7rem "Museo500", serif; } }
        #footercontainer .site-footer .wrap ul li a:hover {
          color: #B9252D; }
    #footercontainer .site-footer .wrap h3 {
      color: #999999;
      font: 400 17px/24px "Museo500", serif;
      margin: 0 0 5px 0;
      text-transform: uppercase; }
    #footercontainer .site-footer .wrap #footer-sidebar-1, #footercontainer .site-footer .wrap #footer-sidebar-2, #footercontainer .site-footer .wrap #footer-sidebar-3, #footercontainer .site-footer .wrap #footer-sidebar-4 {
      float: left; }
    #footercontainer .site-footer .wrap #footer-sidebar-1 {
      width: 20%; }
      @media only screen and (max-width: 1100px) {
        #footercontainer .site-footer .wrap #footer-sidebar-1 {
          width: 25%; } }
      @media only screen and (max-width: 800px) {
        #footercontainer .site-footer .wrap #footer-sidebar-1 {
          width: 100%; } }
    #footercontainer .site-footer .wrap #footer-sidebar-2 {
      width: 40%; }
      @media only screen and (max-width: 1100px) {
        #footercontainer .site-footer .wrap #footer-sidebar-2 {
          width: 35%;
          padding: 0 30px 0 0; } }
      @media only screen and (max-width: 800px) {
        #footercontainer .site-footer .wrap #footer-sidebar-2 {
          width: 0;
          width: 100%; } }
    #footercontainer .site-footer .wrap #footer-sidebar-3 {
      width: 20%; }
      @media only screen and (max-width: 1100px) {
        #footercontainer .site-footer .wrap #footer-sidebar-3 {
          width: 30%; } }
      @media only screen and (max-width: 800px) {
        #footercontainer .site-footer .wrap #footer-sidebar-3 {
          width: 100%; } }
    #footercontainer .site-footer .wrap .menu-item-1245, #footercontainer .site-footer .wrap .menu-item-1273 {
      margin: 40px 0 0 0; }
      #footercontainer .site-footer .wrap .menu-item-1245 a, #footercontainer .site-footer .wrap .menu-item-1273 a {
        padding: 10px 20px;
        border: 1px solid #6D6E70;
        color: #B9252D;
        border-radius: 4px; }
        #footercontainer .site-footer .wrap .menu-item-1245 a:hover, #footercontainer .site-footer .wrap .menu-item-1273 a:hover {
          background: rgba(255, 255, 255, 0.6); }
  #footercontainer .site-info {
    font: 300 13px/16px "Open Sans", sans-serif;
    color: #777777; }
    #footercontainer .site-info .wrap {
      padding: 0; }
      #footercontainer .site-info .wrap .evision-link {
        text-align: right;
        padding-right: 60px;
        font-size: 16px; }
        @media only screen and (max-width: 1100px) {
          #footercontainer .site-info .wrap .evision-link {
            padding-right: 30px; } }
        @media only screen and (max-width: 800px) {
          #footercontainer .site-info .wrap .evision-link {
            text-align: left; } }
        @media only screen and (max-width: 450px) {
          #footercontainer .site-info .wrap .evision-link {
            margin-bottom: 70px; } }
        #footercontainer .site-info .wrap .evision-link .synto {
          display: none;
          color: #B9252D;
          font-weight: 700; }
          @media only screen and (max-width: 800px) {
            #footercontainer .site-info .wrap .evision-link .synto {
              display: inline; } }
      #footercontainer .site-info .wrap a {
        color: #404041;
        text-decoration: none;
        font-weight: 600; }
        #footercontainer .site-info .wrap a:hover {
          color: #B9252D;
          text-decoration: underline; }

#footercontainer:lang(fr) {
    background-position-x: calc(100% - 22px);
}

#footercontainer:lang(en) {
    background-position-x: calc(100% - 18px);
}