@charset "UTF-8";
/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  min-height: 100%;
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

label {
  display: block;
}

textarea {
  resize: vertical;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

html.no-touch .grayscale img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
html.no-touch .grayscale:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: none;
}
@media (max-width: 559px) {
  a img.alignright {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (min-width: 560px) {
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
  }
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: none;
}
@media (max-width: 559px) {
  a img.alignleft {
    width: 100%;
    margin: 0 0 15px;
  }
}
@media (min-width: 560px) {
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
  }
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
@media (min-width: 560px) {
  .wp-caption.alignnone {
    margin: 5px 15px 15px 0;
  }
}
@media (min-width: 560px) {
  .wp-caption.alignleft {
    margin: 5px 15px 15px 0;
  }
}
@media (min-width: 560px) {
  .wp-caption.alignright {
    margin: 5px 0 15px 15px;
  }
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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. */
}

/* Declare site wide typography style here */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #1c1c1c;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 300;
  line-height: normal;
}

h1 {
  font-size: 40px;
  line-height: 43px;
  color: #4d4d4d;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 40px;
  }
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #1c1c1c;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

hr {
  border: none;
  height: 1px;
  background: #bebebe;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  hr {
    margin: 35px 0;
  }
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

address {
  font-style: normal;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: none;
  padding: 7px 30px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  color: #1c1c1c;
  background-color: #f2f2f2;
  margin: 0;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-weight: 300;
}

textarea {
  height: 180px;
  outline: none;
  display: block;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

input[type=submit],
button {
  outline: none;
}

::-webkit-input-placeholder {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 300;
}

.field-wrap {
  margin-bottom: 17px;
}

.btn {
  display: inline-block;
  min-width: 200px;
  font-size: 13.5px;
  text-decoration: none;
  text-align: center;
  line-height: normal;
  background: transparent;
  border: 2px solid #702182;
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 10px;
  border-radius: 10px;
}
.btn:hover {
  color: #ffffff;
  background-color: #702182;
}
.btn.btn-filled {
  color: #ffffff;
  background-color: #702182;
}
.btn.btn-filled:hover {
  border-color: #702182;
  color: #1c1c1c;
  background-color: transparent;
}
.btn.btn-grey {
  border-color: #1c1c1c;
  color: #6d6d6d;
}
.btn.btn-grey:hover {
  color: #ffffff;
  background-color: #1c1c1c;
}
.btn.btn-grey.btn-filled {
  color: #6d6d6d;
  background-color: #1c1c1c;
}
.btn.btn-grey.btn-filled:hover {
  border-color: #1c1c1c;
  color: #6d6d6d;
  background-color: transparent;
}
.btn.btn-purple {
  border-color: #702182 !important;
  color: #1c1c1c !important;
}
.btn.btn-purple:hover {
  color: #ffffff !important;
  background-color: #702182 !important;
}
.btn.btn-purple.btn-filled {
  color: #ffffff !important;
  background-color: #702182 !important;
}
.btn.btn-purple.btn-filled:hover {
  border-color: #702182 !important;
  color: #1c1c1c !important;
  background-color: transparent !important;
}
.btn.btn-red {
  border-color: #e52626 !important;
  color: #1c1c1c !important;
}
.btn.btn-red:hover {
  color: #ffffff !important;
  background-color: #e52626 !important;
}
.btn.btn-red.btn-filled {
  color: #ffffff !important;
  background-color: #e52626 !important;
}
.btn.btn-red.btn-filled:hover {
  border-color: #e52626 !important;
  color: #1c1c1c !important;
  background-color: transparent !important;
}
.btn.btn-blue {
  border-color: #1c9ed8 !important;
  color: #1c1c1c !important;
}
.btn.btn-blue:hover {
  color: #ffffff !important;
  background-color: #1c9ed8 !important;
}
.btn.btn-blue.btn-filled {
  color: #ffffff !important;
  background-color: #1c9ed8 !important;
}
.btn.btn-blue.btn-filled:hover {
  border-color: #1c9ed8 !important;
  color: #1c1c1c !important;
  background-color: transparent !important;
}

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #bcbdc0;
}
table th,
table td {
  vertical-align: top;
}
table tr:nth-of-type(2n+1) td {
  background: #f9fafb;
}
table td {
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 300;
}
table thead th {
  vertical-align: middle;
  text-align: left;
  padding: 10px 10px;
  border-bottom: 1px solid #bcbdc0;
  font-size: 18px;
  font-weight: 400;
}

.strip {
  display: block;
  width: 34px;
  height: 3px;
  margin: 0 auto 15px;
  background: #702182;
}
@media (min-width: 1024px) {
  .strip {
    margin: 0 0 15px;
  }
}
.strip.blue {
  background: #1c9ed8 !important;
}
.strip.yellow {
  background: #ffd600;
}
.strip.green {
  background: #8cbf21;
}
.strip.purple {
  background: #702182 !important;
}
.strip.red {
  background: #e52626 !important;
}
.strip.full {
  background: url("../images/colors.jpg") repeat-y;
  background-size: contain;
  width: 160px;
}

.region-afrique-centrale-grands-lacs .plus {
  color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .region-name {
  color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .region-name .circle {
  background: url("../images/sphere-acgl.svg") no-repeat center;
}
.region-afrique-centrale-grands-lacs .slider .text {
  background: #F7AB00 !important;
}
.region-afrique-centrale-grands-lacs .section-intro-region .nav ul li a:hover .icon {
  background-color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .strip {
  background-color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .btn {
  border-color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .btn:hover {
  background: #F7AB00;
}
.region-afrique-centrale-grands-lacs .btn-filled {
  background: #F7AB00;
}
.region-afrique-centrale-grands-lacs .btn-filled:hover {
  border-color: #F7AB00;
  background: transparent;
}
.region-afrique-centrale-grands-lacs .teaser .lnk-more:hover {
  color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .site-footer .site-footer1 .subscribe {
  border-color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #F7AB00;
  color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #F7AB00;
}
.region-afrique-centrale-grands-lacs .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #F7AB00;
  background-color: #F7AB00;
}

.region-afrique-ouest .plus {
  color: #65B22E;
}
.region-afrique-ouest .region-name {
  color: #65B22E;
}
.region-afrique-ouest .region-name .circle {
  background: url("../images/sphere-ap.svg") no-repeat center;
}
.region-afrique-ouest .slider .text {
  background: #65B22E !important;
}
.region-afrique-ouest .section-intro-region .nav ul li a:hover .icon {
  background-color: #65B22E;
}
.region-afrique-ouest .strip {
  background-color: #65B22E;
}
.region-afrique-ouest .btn {
  border-color: #65B22E;
}
.region-afrique-ouest .btn:hover {
  background: #65B22E;
}
.region-afrique-ouest .btn-filled {
  background: #65B22E;
}
.region-afrique-ouest .btn-filled:hover {
  border-color: #65B22E;
  background: transparent;
}
.region-afrique-ouest .teaser .lnk-more:hover {
  color: #65B22E;
}
.region-afrique-ouest .site-footer .site-footer1 .subscribe {
  border-color: #65B22E;
}
.region-afrique-ouest .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #65B22E;
  color: #65B22E;
}
.region-afrique-ouest .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #65B22E;
}
.region-afrique-ouest .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #65B22E;
  background-color: #65B22E;
}

.region-ameriques .plus {
  color: #34AB92;
}
.region-ameriques .region-name {
  color: #34AB92;
}
.region-ameriques .region-name .circle {
  background: url("../images/sphere-a.svg") no-repeat center;
}
.region-ameriques .slider .text {
  background: #34AB92 !important;
}
.region-ameriques .section-intro-region .nav ul li a:hover .icon {
  background-color: #34AB92;
}
.region-ameriques .strip {
  background-color: #34AB92;
}
.region-ameriques .btn {
  border-color: #34AB92;
}
.region-ameriques .btn:hover {
  background: #34AB92;
}
.region-ameriques .btn-filled {
  background: #34AB92;
}
.region-ameriques .btn-filled:hover {
  border-color: #34AB92;
  background: transparent;
}
.region-ameriques .teaser .lnk-more:hover {
  color: #34AB92;
}
.region-ameriques .site-footer .site-footer1 .subscribe {
  border-color: #34AB92;
}
.region-ameriques .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #34AB92;
  color: #34AB92;
}
.region-ameriques .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #34AB92;
}
.region-ameriques .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #34AB92;
  background-color: #34AB92;
}

.region-asie-pacifique .plus {
  color: #9F72AE;
}
.region-asie-pacifique .region-name {
  color: #9F72AE;
}
.region-asie-pacifique .region-name .circle {
  background: url("../images/sphere-eco.svg") no-repeat center;
}
.region-asie-pacifique .slider .text {
  background: #9F72AE !important;
}
.region-asie-pacifique .section-intro-region .nav ul li a:hover .icon {
  background-color: #9F72AE;
}
.region-asie-pacifique .strip {
  background-color: #9F72AE;
}
.region-asie-pacifique .btn {
  border-color: #9F72AE;
}
.region-asie-pacifique .btn:hover {
  background: #9F72AE;
}
.region-asie-pacifique .btn-filled {
  background: #9F72AE;
}
.region-asie-pacifique .btn-filled:hover {
  border-color: #9F72AE;
  background: transparent;
}
.region-asie-pacifique .teaser .lnk-more:hover {
  color: #9F72AE;
}
.region-asie-pacifique .site-footer .site-footer1 .subscribe {
  border-color: #9F72AE;
}
.region-asie-pacifique .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #9F72AE;
  color: #9F72AE;
}
.region-asie-pacifique .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #9F72AE;
}
.region-asie-pacifique .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #9F72AE;
  background-color: #9F72AE;
}

.region-caraibe .plus {
  color: #601D52;
}
.region-caraibe .region-name {
  color: #601D52;
}
.region-caraibe .region-name .circle {
  background: url("../images/sphere-eo.svg") no-repeat center;
}
.region-caraibe .slider .text {
  background: #601D52 !important;
}
.region-caraibe .section-intro-region .nav ul li a:hover .icon {
  background-color: #601D52;
}
.region-caraibe .strip {
  background-color: #601D52;
}
.region-caraibe .btn {
  border-color: #601D52;
}
.region-caraibe .btn:hover {
  background: #601D52;
}
.region-caraibe .btn-filled {
  background: #601D52;
}
.region-caraibe .btn-filled:hover {
  border-color: #601D52;
  background: transparent;
}
.region-caraibe .teaser .lnk-more:hover {
  color: #601D52;
}
.region-caraibe .site-footer .site-footer1 .subscribe {
  border-color: #601D52;
}
.region-caraibe .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #601D52;
  color: #601D52;
}
.region-caraibe .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #601D52;
}
.region-caraibe .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #601D52;
  background-color: #601D52;
}

.region-europe-centrale-orientale .plus {
  color: #73D0F5;
}
.region-europe-centrale-orientale .region-name {
  color: #73D0F5;
}
.region-europe-centrale-orientale .region-name .circle {
  background: url("../images/sphere-m.svg") no-repeat center;
}
.region-europe-centrale-orientale .slider .text {
  background: #73D0F5 !important;
}
.region-europe-centrale-orientale .section-intro-region .nav ul li a:hover .icon {
  background-color: #73D0F5;
}
.region-europe-centrale-orientale .strip {
  background-color: #73D0F5;
}
.region-europe-centrale-orientale .btn {
  border-color: #73D0F5;
}
.region-europe-centrale-orientale .btn:hover {
  background: #73D0F5;
}
.region-europe-centrale-orientale .btn-filled {
  background: #73D0F5;
}
.region-europe-centrale-orientale .btn-filled:hover {
  border-color: #73D0F5;
  background: transparent;
}
.region-europe-centrale-orientale .teaser .lnk-more:hover {
  color: #73D0F5;
}
.region-europe-centrale-orientale .site-footer .site-footer1 .subscribe {
  border-color: #73D0F5;
}
.region-europe-centrale-orientale .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #73D0F5;
  color: #73D0F5;
}
.region-europe-centrale-orientale .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #73D0F5;
}
.region-europe-centrale-orientale .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #73D0F5;
  background-color: #73D0F5;
}

.region-europe-ouest .plus {
  color: #EA560D;
}
.region-europe-ouest .region-name {
  color: #EA560D;
}
.region-europe-ouest .region-name .circle {
  background: url("../images/sphere-mo.svg") no-repeat center;
}
.region-europe-ouest .slider .text {
  background: #EA560D !important;
}
.region-europe-ouest .section-intro-region .nav ul li a:hover .icon {
  background-color: #EA560D;
}
.region-europe-ouest .strip {
  background-color: #EA560D;
}
.region-europe-ouest .btn {
  border-color: #EA560D;
}
.region-europe-ouest .btn:hover {
  background: #EA560D;
}
.region-europe-ouest .btn-filled {
  background: #EA560D;
}
.region-europe-ouest .btn-filled:hover {
  border-color: #EA560D;
  background: transparent;
}
.region-europe-ouest .teaser .lnk-more:hover {
  color: #EA560D;
}
.region-europe-ouest .site-footer .site-footer1 .subscribe {
  border-color: #EA560D;
}
.region-europe-ouest .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #EA560D;
  color: #EA560D;
}
.region-europe-ouest .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #EA560D;
}
.region-europe-ouest .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #EA560D;
  background-color: #EA560D;
}

.region-maghreb .plus {
  color: #B49B5A;
}
.region-maghreb .region-name {
  color: #B49B5A;
}
.region-maghreb .region-name .circle {
  background: url("../images/sphere-oi.svg") no-repeat center;
}
.region-maghreb .slider .text {
  background: #B49B5A !important;
}
.region-maghreb .section-intro-region .nav ul li a:hover .icon {
  background-color: #B49B5A;
}
.region-maghreb .strip {
  background-color: #B49B5A;
}
.region-maghreb .btn {
  border-color: #B49B5A;
}
.region-maghreb .btn:hover {
  background: #B49B5A;
}
.region-maghreb .btn-filled {
  background: #B49B5A;
}
.region-maghreb .btn-filled:hover {
  border-color: #B49B5A;
  background: transparent;
}
.region-maghreb .teaser .lnk-more:hover {
  color: #B49B5A;
}
.region-maghreb .site-footer .site-footer1 .subscribe {
  border-color: #B49B5A;
}
.region-maghreb .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #B49B5A;
  color: #B49B5A;
}
.region-maghreb .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #B49B5A;
}
.region-maghreb .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #B49B5A;
  background-color: #B49B5A;
}

.region-moyen-orient .plus {
  color: #387DC0;
}
.region-moyen-orient .region-name {
  color: #387DC0;
}
.region-moyen-orient .region-name .circle {
  background: url("../images/sphere-ao.svg") no-repeat center;
}
.region-moyen-orient .slider .text {
  background: #387DC0 !important;
}
.region-moyen-orient .section-intro-region .nav ul li a:hover .icon {
  background-color: #387DC0;
}
.region-moyen-orient .strip {
  background-color: #387DC0;
}
.region-moyen-orient .btn {
  border-color: #387DC0;
}
.region-moyen-orient .btn:hover {
  background: #387DC0;
}
.region-moyen-orient .btn-filled {
  background: #387DC0;
}
.region-moyen-orient .btn-filled:hover {
  border-color: #387DC0;
  background: transparent;
}
.region-moyen-orient .teaser .lnk-more:hover {
  color: #387DC0;
}
.region-moyen-orient .site-footer .site-footer1 .subscribe {
  border-color: #387DC0;
}
.region-moyen-orient .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #387DC0;
  color: #387DC0;
}
.region-moyen-orient .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #387DC0;
}
.region-moyen-orient .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #387DC0;
  background-color: #387DC0;
}

.region-ocean-indien .plus {
  color: #EE79AD;
}
.region-ocean-indien .region-name {
  color: #EE79AD;
}
.region-ocean-indien .region-name .circle {
  background: url("../images/sphere-ocean-indian.svg") no-repeat center;
}
.region-ocean-indien .slider .text {
  background: #EE79AD !important;
}
.region-ocean-indien .section-intro-region .nav ul li a:hover .icon {
  background-color: #EE79AD;
}
.region-ocean-indien .strip {
  background-color: #EE79AD;
}
.region-ocean-indien .btn {
  border-color: #EE79AD;
}
.region-ocean-indien .btn:hover {
  background: #EE79AD;
}
.region-ocean-indien .btn-filled {
  background: #EE79AD;
}
.region-ocean-indien .btn-filled:hover {
  border-color: #EE79AD;
  background: transparent;
}
.region-ocean-indien .teaser .lnk-more:hover {
  color: #EE79AD;
}
.region-ocean-indien .site-footer .site-footer1 .subscribe {
  border-color: #EE79AD;
}
.region-ocean-indien .site-footer .site-footer1 .footer-nav .lnk-international .fa {
  border-color: #EE79AD;
  color: #EE79AD;
}
.region-ocean-indien .site-footer .site-footer1 .footer-nav .lnk-international:hover {
  color: #EE79AD;
}
.region-ocean-indien .site-footer .site-footer1 .footer-nav .lnk-international:hover .fa {
  color: #ffffff;
  border-color: #EE79AD;
  background-color: #EE79AD;
}

/*
.container {
  @include container-fixed;

  @media (min-width: $screen-sm-min) {
    width: $container-sm;
  }
  @media (min-width: $screen-md-min) {
    width: $container-md;
  }
  @media (min-width: $screen-lg-min) {
    width: $container-lg;
  }
}
*/
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 560px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1680px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }

  .col-xxl-1 {
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    width: 100%;
  }

  .col-xxl-pull-0 {
    right: auto;
  }

  .col-xxl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xxl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xxl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xxl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xxl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-push-0 {
    left: auto;
  }

  .col-xxl-push-1 {
    left: 8.3333333333%;
  }

  .col-xxl-push-2 {
    left: 16.6666666667%;
  }

  .col-xxl-push-3 {
    left: 25%;
  }

  .col-xxl-push-4 {
    left: 33.3333333333%;
  }

  .col-xxl-push-5 {
    left: 41.6666666667%;
  }

  .col-xxl-push-6 {
    left: 50%;
  }

  .col-xxl-push-7 {
    left: 58.3333333333%;
  }

  .col-xxl-push-8 {
    left: 66.6666666667%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxl-push-10 {
    left: 83.3333333333%;
  }

  .col-xxl-push-11 {
    left: 91.6666666667%;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-offset-0 {
    margin-left: 0%;
  }

  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
body {
  min-width: 320px;
  position: relative;
  background: #ffffff;
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  .site-content {
    padding-top: 70px;
  }
}

.container {
  max-width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .site-header {
    position: relative;
  }
}
.site-header > .container {
  position: relative;
  min-height: 120px;
  /*
      &:after {
        content: "";
        //background: url("../images/auf-mobile.png") no-repeat left center;
        position: absolute;
        left: 0;
        top: -60px;
        width: 40px;
        height: 60px;
        //background-size: auto 100%;

        @media (min-width: $screen-lg-min) {
          left: 1030px;
          //background-image: url("../images/auf.png");
          //background-position: center;
          //background-size: auto;
          width: 79px;
          height: 122px;
          margin-left: 5px;
          opacity: 0.4;
          top: 0;
        }
      }
      */
}
@media (max-width: 1023px) {
  .site-header > .container {
    border-top: 60px solid #f2f2f2;
  }
}
@media (min-width: 1024px) {
  .site-header > .container {
    padding-left: 146px;
  }
}
.site-header .colors span {
  display: block;
  float: left;
  height: 4px;
  width: 20%;
}
.site-header .colors span:nth-child(1) {
  background-color: #1c9ed9;
}
.site-header .colors span:nth-child(2) {
  background-color: #ffd500;
}
.site-header .colors span:nth-child(3) {
  background-color: #8bbe20;
}
.site-header .colors span:nth-child(4) {
  background-color: #6f2082;
}
.site-header .colors span:nth-child(5) {
  background-color: #e62525;
}
.site-header .logo {
  display: none;
}
@media (min-width: 1024px) {
  .site-header .logo {
    display: block;
    width: 126px;
    height: 89px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    background: url("../images/logo-v3.jpg") no-repeat center;
    background-size: contain;
  }
}
.site-header .title {
  position: absolute;
  top: -48px;
  left: 60px;
  right: 60px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #4d4d4d;
  max-width: 250px;
}
@media (min-width: 560px) {
  .site-header .title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .site-header .title {
    display: none;
  }
}
.site-header .btn-search {
  display: block;
  background: #d9d9d9;
  width: 50px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 10px;
  background: url("../images/icon-search.png") no-repeat center;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.site-header .btn-search:hover {
  background-color: #d9d9d9;
}
.site-header .btn-search.close {
  background: #d9d9d9 url("../images/icon-close.png") no-repeat center;
}
.site-header .search-form {
  display: none;
  background: #d9d9d9;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 500;
}
.site-header .search-form .container {
  position: relative;
  padding-left: 146px;
}
.site-header .search-form ::-webkit-input-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .search-form :-moz-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .search-form ::-moz-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .search-form :-ms-input-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.site-header .search-form input[type=text] {
  background: transparent;
  border: none;
  height: 50px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  padding-left: 80px;
}
.site-header .search-form input[type=submit] {
  position: absolute;
  left: 156px;
  top: 0;
  height: 50px;
  width: 60px;
  background: url("../images/icon-search2.png") no-repeat center;
  border: none;
}
.site-header .socials {
  text-align: center;
  padding: 20px 0;
  margin: 0 10px;
}
.site-header .socials a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../images/socials.jpg?v=2") no-repeat;
  background-size: auto 84px;
  margin: 0 18px 0 0;
}
.site-header .socials a:hover {
  background-position: 0 -42px;
}
.site-header .socials a:last-child {
  margin-right: 0;
}
.site-header .socials a.icon-twitter {
  background-position: -42px 0;
}
.site-header .socials a.icon-twitter:hover {
  background-position: -42px -42px;
}
.site-header .socials a.icon-instagram {
  background-position: -80px 0;
}
.site-header .socials a.icon-instagram:hover {
  background-position: -80px -16px;
}
.site-header .socials a.icon-youtube {
  background-position: -84px 0;
}
.site-header .socials a.icon-youtube:hover {
  background-position: -84px -42px;
}
.site-header .socials a.icon-linkedin {
  background-position: -126px 0;
}
.site-header .socials a.icon-linkedin:hover {
  background-position: -126px -42px;
}
.site-header .socials a.icon-rss {
  background-position: -168px 0;
}
.site-header .socials a.icon-rss:hover {
  background-position: -168px -42px;
}

@media (min-width: 1024px) {
  body.region .site-header > .container {
    border-bottom: 1px solid #4d4d4d;
  }
}

.top-nav {
  position: relative;
  display: none;
  background: #d9d9d9;
}
@media (min-width: 1024px) {
  .top-nav {
    display: block;
  }
}
.top-nav .top-menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top-nav .top-menu > li {
  float: left;
  margin: 15px 5px;
}
@media (min-width: 1024px) {
  .top-nav .top-menu > li {
    margin: 15px 0;
  }
}
.top-nav .top-menu > li a {
  display: block;
  color: #4d4d4d;
  font-size: 12px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
}
.top-nav .top-menu > li a:hover {
  color: #00adf0;
}
.top-nav .top-menu > li.current-menu-item a {
  color: #83c8bc;
}
.top-nav .top-menu > li.menu-item-has-children {
  position: relative;
}
.top-nav .top-menu > li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.top-nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #f2f2f2;
  padding: 10px 11px;
  z-index: 300;
  overflow: hidden;
  max-width: 950px;
  white-space: nowrap;
  transition: visibility 0.3s, opacity 0.3s;
}
.top-nav .sites-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top-nav .sites-menu > li {
  float: left;
}
.top-nav .sites-menu > li > a {
  display: block;
  color: #4d4d4d;
  font-size: 14px;
  padding: 0 21px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 60px;
}
.top-nav .sites-menu > li > a.dropdown:after {
  content: "";
  font-family: FontAwesome, sans-serif;
  margin-left: 5px;
}
.top-nav .sites-menu > li.current-menu-item a {
  color: #83c8bc;
}
.top-nav .sites-menu > li:hover > a {
  color: #00adf0;
}
.top-nav .sites-menu > li:hover > a.dropdown:after {
  content: "";
}
.top-nav .sites-menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f2f2f2;
  padding: 30px 5px;
  z-index: 40;
}
.top-nav .sites-menu > li:hover .sub-menu ul {
  list-style-type: none;
  margin: 0 50px 0 0;
  padding: 0;
}
.top-nav .sites-menu > li:hover .sub-menu ul li {
  margin: 4px 0;
}
.top-nav .sites-menu > li:hover .sub-menu ul li a {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
}
.top-nav .sites-menu > li:hover .sub-menu ul li a:hover {
  color: #00adf0;
}
.top-nav .sites-menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
  white-space: normal;
}
.top-nav .socials {
  float: right;
  padding: 22px 50px;
}
@media (min-width: 1024px) {
  .top-nav .socials {
    padding: 22px 10px;
  }
}
.top-nav .socials a {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/socials.jpg") no-repeat;
  background-size: auto 32px;
  margin: 0 4px;
  float: left;
}
.top-nav .socials a:hover {
  background-position: 0 -16px;
}
.top-nav .socials a.icon-twitter {
  background-position: -16px 0;
}
.top-nav .socials a.icon-twitter:hover {
  background-position: -16px -16px;
}
.top-nav .socials a.icon-youtube {
  background-position: -32px 0;
}
.top-nav .socials a.icon-youtube:hover {
  background-position: -32px -16px;
}
.top-nav .socials a.icon-linkedin {
  background-position: -48px 0;
}
.top-nav .socials a.icon-linkedin:hover {
  background-position: -48px -16px;
}
.top-nav .socials a.icon-rss {
  background-position: -64px 0;
}
.top-nav .socials a.icon-rss:hover {
  background-position: -64px -16px;
}

.main-nav {
  display: none;
  padding-right: 100px;
}
@media (min-width: 1024px) {
  .main-nav {
    display: block;
  }
}
.main-nav ul.main-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-nav ul.main-menu > li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}
.main-nav ul.main-menu > li > a {
  display: block;
  color: #4d4d4d;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  padding: 0 9px;
  line-height: 40px;
}
.main-nav ul.main-menu > li:hover {
  background: #f2f2f2;
}
.main-nav ul.main-menu > li:hover > .children {
  display: block;
}
@media (min-width: 1280px) {
  .main-nav ul.main-menu > li:hover > .children {
    visibility: visible;
    opacity: 1;
  }
}
.main-nav ul.main-menu > li > .children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2f2f2;
  padding: 25px 11px;
  z-index: 300;
  overflow: hidden;
  max-width: 950px;
  white-space: nowrap;
}
.main-nav ul.main-menu > li > .children ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul.main-menu > li > .children ul > li > a {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 25px;
  font-weight: 700;
  white-space: nowrap;
}
.main-nav ul.main-menu > li > .children ul > li > a:hover {
  color: #1c9ed9;
}
.main-nav ul.main-menu > li > .children .nav-teaser {
  display: inline-block;
  position: relative;
  background: #ffffff;
  width: 210px;
  margin-left: 10px;
  vertical-align: top;
}
.main-nav ul.main-menu > li > .children .nav-teaser .teaser-title {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 20px;
}
.main-nav ul.main-menu > li > .children .nav-teaser .lnk-overlay {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.main-nav ul.main-menu > li > .children.has-teaser ul {
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 1280px) {
  .main-nav ul.main-menu > li > .children.has-teaser ul {
    margin-right: 30px;
  }
}

.news-nav {
  position: absolute;
  bottom: 0;
  right: 60px;
  background: url("../images/icon-news.png") no-repeat center;
  width: 50px;
  height: 60px;
  cursor: pointer;
}
.news-nav .menu {
  display: none;
}
.news-nav:hover {
  background-color: #f2f2f2;
}
.news-nav:hover .menu {
  padding: 25px 0;
  margin: 0;
  list-style-type: none;
  display: block;
  position: absolute;
  top: 100%;
  right: -50px;
  background: #f2f2f2;
  z-index: 80;
}
.news-nav:hover .menu li a {
  display: block;
  padding: 5px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.news-nav:hover .menu li a:hover {
  color: #1c9ed9;
}

.mobile-nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  z-index: 11000;
  padding: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1280px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav.shown {
  opacity: 1;
}
.mobile-nav.visible {
  visibility: visible;
}
.mobile-nav .search-form {
  position: static;
}
.mobile-nav .menu {
  position: relative;
  margin: 0 0 1px;
  padding: 5px 0;
  list-style-type: none;
}
.mobile-nav .menu li {
  position: relative;
  padding: 0;
}
.mobile-nav .menu li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 9px 60px 9px 10px;
  color: #4d4d4d;
}
.mobile-nav .menu li.page_item_has_children > a i, .mobile-nav .menu li.menu-item-has-children > a i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 34px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  margin-top: -19px;
  cursor: pointer;
}
.mobile-nav .menu li.page_item_has_children > a i:after, .mobile-nav .menu li.menu-item-has-children > a i:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  font-style: normal;
}
.mobile-nav .menu li.page_item_has_children > a.opened, .mobile-nav .menu li.menu-item-has-children > a.opened {
  color: #1c9ed9;
}
.mobile-nav .menu li.page_item_has_children > a.opened i:after, .mobile-nav .menu li.menu-item-has-children > a.opened i:after {
  content: "";
}
.mobile-nav .menu .children {
  display: none;
}
.mobile-nav .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-nav .menu > li ul {
  background: #d9d9d9;
}
.mobile-nav .menu > li ul a {
  padding-left: 20px;
}
.mobile-nav .menu > li ul ul {
  background: #f2f2f2;
}
.mobile-nav .menu > li ul ul a {
  padding-left: 30px;
}
.mobile-nav .menu > li ul ul ul {
  background: #d9d9d9;
}
.mobile-nav .menu > li ul ul ul a {
  padding-left: 40px;
}
.mobile-nav .menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #bebebe;
}
.mobile-nav .search-form {
  display: block;
}
.mobile-nav .search-form .container {
  padding-left: 0;
}
.mobile-nav .search-form input[type=submit] {
  left: 10px;
}

.nav-burger {
  position: absolute;
  top: -47px;
  right: 10px;
  padding: 7px 4px;
  z-index: 5000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #929396;
}
@media (min-width: 1024px) {
  .nav-burger {
    display: none;
  }
}
.nav-burger span {
  display: block;
  position: relative;
  width: 24px;
  height: 3px;
  margin: 6px 0;
  background: #929396;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.nav-burger span:before, .nav-burger span:after {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #929396;
  position: absolute;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100px;
}
.nav-burger span:before {
  top: -7px;
}
.nav-burger span:after {
  top: 7px;
}
.nav-burger.close {
  border-color: #00adf0;
}
.nav-burger.close span {
  background: none;
}
.nav-burger.close span:before {
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #00adf0;
}
.nav-burger.close span:after {
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #00adf0;
}

.nav-overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 200;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1280px) {
  .nav-overlay {
    z-index: 90;
  }
}
@media (min-width: 768px) {
  .nav-overlay.show {
    visibility: visible;
  }
}
.nav-overlay.visible {
  opacity: 0.8;
}

.breadcrumbs {
  display: none;
  background: #f9f9f9;
  padding: 12px 0;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs a {
  color: #6d6d6d;
}

.mobile-logo {
  display: block;
  height: 120px;
  background: url("../images/logo-v3.jpg") no-repeat center;
  background-size: 160px auto;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .mobile-logo {
    display: none;
  }
}

.region-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #4d4d4d;
  padding: 10px 0;
}
.region-name .circle {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  vertical-align: top;
  margin-right: 10px;
  /*
      &:after {
        content: "";
        width: 18px;
        height: 1px;
        background: #6d6e71;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -1px;
        margin-left: 2px;
        z-index: 4;
      }
  */
}
.region-name .name {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}

.section {
  padding: 30px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .section {
    padding: 50px 0;
  }
}
@media (max-width: 1023px) {
  .section.section-teasers-in-row {
    text-align: center;
  }
}
.section.section-teasers-in-row .container {
  position: relative;
}
@media (min-width: 1024px) {
  .section.section-teasers-in-row .btn {
    position: absolute;
    right: -40px;
    top: 150px;
  }
}

.section-default .container {
  position: relative;
}
.section-default .container .main-title {
  margin-bottom: 15px;
}

.section-icon .strip {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .section-icon .container {
    padding-right: 400px;
  }
}
.section-icon .container .content-icon {
  display: block;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -30px;
  background: no-repeat center top;
  background-size: contain;
}
@media (max-width: 1023px) {
  .section-icon .container .content-icon {
    display: none;
  }
}

.section-slider {
  display: none;
  padding: 30px 0 0;
}
@media (min-width: 1024px) {
  .section-slider {
    display: block;
  }
}
.section-slider .slider {
  position: relative;
}
.section-slider .slider ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 300px;
  overflow: hidden;
}
.section-slider .slider .text {
  float: left;
  height: 300px;
  width: 35%;
  background: #00adf0;
  color: #ffffff;
  padding: 40px 50px 0 50px;
  font-size: 17px;
  font-weight: 300;
}
.section-slider .slider .text .title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.section-slider .slider .image {
  float: left;
  height: 300px;
  width: 65%;
  background-size: cover;
  background-position: center;
}
.section-slider .slider .lnk-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}
.section-slider .slider .bx-controls .bx-prev,
.section-slider .slider .bx-controls .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  display: block;
  width: 70px;
  height: 140px;
  text-align: center;
  line-height: 140px;
  color: #ffffff;
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  z-index: 40;
}
.section-slider .slider .bx-controls .bx-prev:after,
.section-slider .slider .bx-controls .bx-next:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
}
.section-slider .slider .bx-controls .bx-prev {
  left: 35%;
}
.section-slider .slider .bx-controls .bx-prev:after {
  content: "";
}
.section-slider .slider .bx-controls .bx-next {
  right: 0;
}
.section-slider .slider .bx-controls .bx-next:after {
  content: "";
}
.section-slider .slider .bx-controls .bx-pager {
  position: absolute;
  bottom: 17px;
  right: 30px;
}
.section-slider .slider .bx-controls .bx-pager .bx-pager-item {
  display: inline;
}
.section-slider .slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  float: left;
  display: block;
  width: 9px;
  height: 9px;
  background: #ffffff;
  text-indent: -9999px;
  margin: 0 5px;
  border-radius: 100%;
}
.section-slider .slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active, .section-slider .slider .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  background: #00adef;
}

@media (max-width: 1023px) {
  .section-intro-int {
    text-align: center;
  }
}
.section-intro-int .text {
  font-weight: 300;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .section-intro-int .text {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #bebebe;
  }
}
@media (min-width: 1024px) {
  .section-intro-int .text {
    width: 65%;
    float: left;
    padding-right: 70px;
    font-size: 13.5px;
  }
}
@media (max-width: 1023px) {
  .section-intro-int .text .strip {
    display: none;
  }
}
.section-intro-int .text .title {
  margin-bottom: 10px;
}
.section-intro-int .text .btn {
  margin-top: 15px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-intro-int .nav {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .section-intro-int .nav {
    border-left: 1px solid #bebebe;
    width: 35%;
    float: left;
  }
}
.section-intro-int .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-intro-int .nav ul li {
  margin-bottom: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-intro-int .nav ul li {
    width: 50%;
    float: left;
  }
}
.section-intro-int .nav ul li:last-child {
  margin-bottom: 0;
}
.section-intro-int .nav a {
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 24px;
  line-height: 24px;
  padding: 9px 0 9px 80px;
  height: 48px;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-intro-int .nav a {
    padding: 9px 70px 9px 150px;
    font-size: 20px;
  }
}
.section-intro-int .nav a .cell {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
}
.section-intro-int .nav a .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #edeeee;
  border-radius: 100%;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-intro-int .nav a .icon {
    left: 80px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
  }
}
.section-intro-int .nav a .icon img {
  max-width: 50px;
}
@media (min-width: 1024px) {
  .section-intro-int .nav a .icon img {
    max-width: 40px;
  }
}
.section-intro-int .nav a .icon svg {
  width: 50px;
  height: 60px;
  fill: #6c6c6c;
}
@media (min-width: 1024px) {
  .section-intro-int .nav a .icon svg {
    width: 40px;
    height: 50px;
  }
}
.section-intro-int .nav a:hover {
  background: #f2f2f2;
}
.section-intro-int .nav a:hover .icon {
  background-color: #8abd20;
  color: #ffffff;
}
.section-intro-int .nav a:hover .icon svg {
  fill: #ffffff;
}

.section-intro-region {
  padding-top: 10px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .section-intro-region {
    text-align: center;
  }
}
.section-intro-region .text {
  position: relative;
  font-weight: 300;
  font-size: 20px;
  background: #f8f8f8;
  padding: 40px 0 40px 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .section-intro-region .text {
    padding: 40px 420px 40px 0;
    font-size: 13.5px;
  }
}
.section-intro-region .text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 10000px;
  margin-left: -5000px;
  background: #f8f8f8;
  z-index: -5;
}
@media (max-width: 1023px) {
  .section-intro-region .text .strip {
    display: none;
  }
}
.section-intro-region .text .title {
  margin-bottom: 10px;
}
.section-intro-region .text .btn {
  margin-top: 15px;
}
.section-intro-region .text .map {
  display: none;
}
@media (min-width: 1024px) {
  .section-intro-region .text .map {
    display: block;
    background: no-repeat right center;
    background-size: auto 100%;
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-intro-region .nav {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .section-intro-region .nav {
    padding-top: 20px;
  }
}
.section-intro-region .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-intro-region .nav ul li {
  margin: 20px 0;
  vertical-align: top;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .section-intro-region .nav ul li {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .section-intro-region .nav ul li {
    display: inline-block;
    width: 24%;
  }
}
.section-intro-region .nav ul li:last-child {
  margin-bottom: 0;
}
.section-intro-region .nav ul li a {
  position: relative;
  display: table;
  width: 100%;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 24px;
  padding: 9px 70px 9px 70px;
  height: 48px;
  text-align: left;
}
.section-intro-region .nav ul li a .cell {
  display: table-cell;
  vertical-align: middle;
  height: 48px;
}
.section-intro-region .nav ul li a .icon {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #edeeee;
  border-radius: 100%;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  line-height: 60px;
  font-size: 28px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section-intro-region .nav ul li a .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
  }
}
.section-intro-region .nav ul li a .icon img {
  max-width: 50px;
}
@media (min-width: 1024px) {
  .section-intro-region .nav ul li a .icon img {
    max-width: 40px;
  }
}
.section-intro-region .nav ul li a .icon svg {
  width: 50px;
  height: 60px;
  fill: #6c6c6c;
}
@media (min-width: 1024px) {
  .section-intro-region .nav ul li a .icon svg {
    width: 40px;
    height: 50px;
  }
}
.section-intro-region .nav ul li a:hover .icon {
  background-color: #8abd20;
  color: #ffffff;
}
.section-intro-region .nav ul li a:hover .icon svg {
  fill: #ffffff;
}

.section-posts {
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .section-posts {
    text-align: center;
  }
}
.section-posts .left-col {
  padding: 40px 0;
}
@media (min-width: 1024px) {
  .section-posts .left-col {
    float: left;
    width: 58%;
    padding: 50px 0;
  }
}
.section-posts .right-col {
  position: relative;
  padding: 30px 10px;
}
@media (max-width: 1023px) {
  .section-posts .right-col {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .section-posts .right-col {
    float: right;
    width: 29%;
    padding: 50px 2px 50px 45px;
  }
}
@media (min-width: 1024px) {
  .section-posts .right-col:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 2000px;
    margin-left: -1px;
  }
}
.section-posts .right-col .btn {
  margin-top: 15px;
}

.section-news {
  background: #f8f8f8;
}
.section-news .right-col {
  background: #e5e5e5;
}
.section-news .right-col:after {
  background: #e5e5e5;
}

.section-applications .right-col {
  background: #f8f8f8;
}
.section-applications .right-col:after {
  background: #f8f8f8;
}

.section-events {
  position: relative;
  background-color: #f8f8f8;
}
.section-events .bg {
  opacity: 0.05;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.section-events .right-col {
  background: #e5e5e5;
}
.section-events .right-col:after {
  background: #e5e5e5;
}

.section-discover {
  background: #f8f8f8;
}
@media (max-width: 1023px) {
  .section-discover {
    text-align: center;
  }
}
.section-discover .teaser {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-discover .teaser:nth-of-type(n+2) {
    display: none;
  }
}
@media (min-width: 1024px) {
  .section-discover .teaser {
    font-size: 13.5px;
    float: left;
    width: 29%;
    margin-right: 6.5%;
    padding-bottom: 100px;
  }
  .section-discover .teaser:nth-of-type(3n) {
    margin-right: 0;
  }
}
.section-discover .teaser .thumb {
  margin-bottom: 35px;
}
.section-discover .teaser .title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
}
.section-discover .teaser .text {
  text-align: center;
}
@media (max-width: 1023px) {
  .section-discover .teaser .btn {
    display: inline-block !important;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .section-discover .teaser .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
  }
}

@media (max-width: 1023px) {
  .section-resources {
    text-align: center;
  }
}
.section-resources .title {
  margin-bottom: 0;
}
.section-resources .resources-nav {
  list-style-type: none;
  padding: 0;
  margin: 0 -30px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-resources .resources-nav {
    max-width: 300px;
    margin: 0 auto;
  }
}
.section-resources .resources-nav li {
  display: block;
  width: 100px;
  margin: 40px 20px 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .section-resources .resources-nav li {
    float: left;
  }
}
@media (min-width: 768px) {
  .section-resources .resources-nav li {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .section-resources .resources-nav li {
    width: 140px;
    margin: 40px 34px 0;
  }
}
.section-resources .resources-nav li a {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
}
.section-resources .resources-nav li a .icon {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-bottom: 20px;
  background: #f0f1f3 no-repeat center;
  color: #6c6c6c;
  line-height: 100px;
}
@media (min-width: 1024px) {
  .section-resources .resources-nav li a .icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-bottom: 40px;
  }
}
.section-resources .resources-nav li a .icon img {
  max-width: 70px;
}
@media (min-width: 1024px) {
  .section-resources .resources-nav li a .icon img {
    max-width: 100px;
  }
}
.section-resources .resources-nav li a .icon svg {
  width: 70px;
  height: 100px;
  fill: #6c6c6c;
}
@media (min-width: 1024px) {
  .section-resources .resources-nav li a .icon svg {
    width: 100px;
    height: 140px;
  }
}
.section-resources .resources-nav li a:hover .icon {
  background-color: #e42525;
  color: #ffffff;
}
.section-resources .resources-nav li a:hover .icon svg {
  fill: #ffffff;
}

.section-social-feeds {
  display: none;
}
@media (min-width: 1024px) {
  .section-social-feeds {
    display: block;
  }
}
.section-social-feeds .btn-scroll-feed-up,
.section-social-feeds .btn-scroll-feed-down {
  float: left;
  display: block;
  width: 17px;
  height: 16px;
  margin-right: 20px;
  background: no-repeat center -2px;
}
.section-social-feeds .btn-scroll-feed-up:hover,
.section-social-feeds .btn-scroll-feed-down:hover {
  background-position-y: -22px;
}
.section-social-feeds .btn-scroll-feed-up {
  background-image: url("../images/icon-angle-up.png");
}
.section-social-feeds .btn-scroll-feed-down {
  background-image: url("../images/icon-angle-down.png");
}
@media (min-width: 1024px) {
  .section-social-feeds .col {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .section-social-feeds .col:nth-of-type(2n) {
    margin-right: 0;
  }
}
.section-social-feeds .col .icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/socials.jpg") no-repeat;
  background-size: auto 80px;
}
.section-social-feeds .col .icon.icon-twitter {
  background-position: -40px -40px;
}
.section-social-feeds .col .icon.icon-facebook {
  background-position: 0 -40px;
}
@media (max-width: 1023px) {
  .section-social-feeds .col.col-twitter {
    margin-bottom: 30px;
  }
}
.section-social-feeds .col.col-twitter .btn-scroll-feed {
  border-color: #28a8df;
  color: #28a8df;
}
.section-social-feeds .feed {
  margin: 20px 0;
  font-size: 13.5px;
}
.section-social-feeds .feed ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-social-feeds .feed ul li {
  position: relative;
  font-weight: 300;
  padding: 0 0 20px;
}
.section-social-feeds .feed ul li .title {
  font-weight: 700;
}
.section-social-feeds .feed ul li .meta {
  font-weight: 700;
}
.section-social-feeds .feed ul li .lnk-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-social-feeds .feed .bx-viewport {
  min-height: 280px;
}

.section-filters {
  background: #f8f8f8;
  padding: 15px 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .section-filters {
    padding: 30px 0;
  }
}
.section-filters .container {
  position: relative;
}
@media (max-width: 767px) {
  .section-filters .title {
    margin: 0;
    position: relative;
  }
  .section-filters .title:after {
    content: "";
    font-family: FontAwesome, sans-serif;
    position: absolute;
    right: 0;
    top: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    margin-top: -17px;
    text-align: center;
    font-size: 26px;
  }
}
.section-filters .title.open:after {
  color: #1c9ed8;
}
.section-filters .filters-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .section-filters .filters-wrapper {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .section-filters .selected-filters {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .section-filters .selected-filters {
    margin-bottom: 20px;
  }
}
.section-filters .selected-filters a {
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 15px 0 35px;
  line-height: 32px;
  color: #6d6d6d;
  font-weight: 300;
  margin-right: 16px;
  margin-bottom: 10px;
}
.section-filters .selected-filters a:before {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.section-filters .selected-filters a.active, .section-filters .selected-filters a:hover {
  background: #d1d1d1;
}
.section-filters .selected-filters a.active:before, .section-filters .selected-filters a:hover:before {
  color: #221f1f;
}
@media (max-width: 767px) {
  .section-filters .filters {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .section-filters .filters {
    float: left;
  }
}
.section-filters .filters > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-filters .filters > ul > li {
    float: left;
    margin-right: 80px;
  }
}
.section-filters .filters > ul > li > a {
  display: block;
  position: relative;
  line-height: 34px;
  font-size: 20px;
  font-weight: 300;
}
.section-filters .filters > ul > li > a:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  text-align: center;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-filters .filters > ul > li > a:after {
    content: "";
    right: -36px;
  }
}
.section-filters .filters > ul > li:hover > a {
  color: #1c9ed8;
}
.section-filters .filters > ul > li:hover > a:after {
  content: "";
}
.section-filters .filters > ul > li.open > a {
  color: #1c9ed8;
}
.section-filters .filters > ul > li.open > a:after {
  content: "";
}
.section-filters .filters > ul > li.open ul.items {
  display: block !important;
}
.section-filters .filters > ul > li.search-field {
  width: 200px;
}
.section-filters .filters > ul > li.search-field input {
  border: 2px solid #d1d2d4;
  background: transparent;
  padding: 4px 10px;
}
.section-filters .filters > ul ul.items {
  display: none;
  list-style-type: none;
  padding: 10px 0;
  margin: 0;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .section-filters .filters > ul ul.items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .section-filters .filters > ul ul.items:before, .section-filters .filters > ul ul.items:after {
    content: "";
    background: #f8f8f8;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .section-filters .filters > ul ul.items:before {
    right: 100%;
  }
  .section-filters .filters > ul ul.items:after {
    left: 100%;
  }
}
.section-filters .filters > ul ul.items li {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.section-filters .filters > ul ul.items li .filter {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 8px;
  padding: 0 15px 0 35px;
  line-height: 32px;
  color: #6d6d6d;
  font-weight: 300;
}
.section-filters .filters > ul ul.items li .filter:before {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.section-filters .filters > ul ul.items li .filter.active, .section-filters .filters > ul ul.items li .filter:hover {
  background: #d1d1d1;
}
.section-filters .filters > ul ul.items li .filter.active:before {
  color: #ffffff;
}
.section-filters .filters > ul ul.items li .filter.active:hover:before {
  color: #ffffff;
}
.section-filters .filters > ul ul.items li .filter:hover:before {
  color: #221f1f;
}

.section-articles-region {
  position: relative;
  background-color: #f8f8f8;
}
.section-articles-region .right-col {
  background: #e5e5e5;
}
.section-articles-region .right-col:after {
  background: #e5e5e5;
}

@media (min-width: 768px) {
  .grid-sizer {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .gutter-sizer {
    width: 2%;
  }
}

.teaser {
  position: relative;
}
@media (max-width: 1023px) {
  .teaser .thumb {
    margin-bottom: 15px;
    text-align: center;
  }
}
.teaser .meta {
  font-weight: 300;
}
@media (max-width: 1023px) {
  .teaser .text {
    display: none;
  }
}
.teaser .btn {
  position: relative;
  z-index: 10;
}
@media (max-width: 1023px) {
  .teaser .btn {
    display: none;
  }
}
.teaser .lnk-more {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .teaser .lnk-more {
    font-size: 13px;
  }
}
.teaser .lnk-more:before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background: url("../images/icon-angle-purple.png") no-repeat -2px center;
}
.teaser .lnk-more:hover {
  color: #702182;
}
.teaser .lnk-more:hover:before {
  background-position-x: -22px;
}
.teaser .lnk-more.lnk-color-purple:before {
  background-image: url("../images/icon-angle-purple.png");
}
.teaser .lnk-more.lnk-color-purple:hover {
  color: #702182;
}
.teaser .lnk-more.lnk-color-red:before {
  background-image: url("../images/icon-angle-red.png");
}
.teaser .lnk-more.lnk-color-red:hover {
  color: #e52626;
}
.teaser .lnk-more.lnk-color-blue:before {
  background-image: url("../images/icon-angle-blue.png");
}
.teaser .lnk-more.lnk-color-blue:hover {
  color: #1c9ed8;
}
.teaser .lnk-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.teaser .plus {
  font-weight: 400;
  margin-right: 0 !important;
}

.default-teaser {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .default-teaser {
    float: left;
    width: 48.5%;
    padding-bottom: 110px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .default-teaser:nth-of-type(2n+1) {
    width: 51.5%;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .default-teaser .thumb {
    float: left;
    width: 270px;
  }
}
@media (min-width: 1024px) {
  .default-teaser .thumb {
    width: 170px;
  }
}
.default-teaser .meta {
  margin: 0 0 15px;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .default-teaser .text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .default-teaser .btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .default-teaser .btn {
    position: absolute;
    bottom: 40px;
  }
}
.default-teaser .lnk-more {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .default-teaser .lnk-more {
    display: none;
  }
}
@media (min-width: 768px) {
  .default-teaser.has-thumb .content {
    margin-left: 300px;
  }
  .default-teaser.has-thumb .btn {
    left: 200px;
  }
}
@media (min-width: 1024px) {
  .default-teaser.has-thumb .content {
    margin-left: 200px;
  }
}

.main-teaser {
  font-weight: 300;
}
@media (max-width: 1023px) {
  .main-teaser {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .main-teaser {
    font-size: 13.5px;
  }
}
@media (max-width: 767px) {
  .main-teaser .thumb {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .main-teaser .thumb {
    width: 270px;
    float: left;
    margin-right: 30px;
  }
}
.main-teaser .thumb img {
  width: 100%;
  max-width: 400px;
}
.main-teaser .title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 300;
}
.main-teaser .meta {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .main-teaser .meta {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.main-teaser .meta .regions a {
  text-decoration: none;
}
@media (max-width: 1023px) {
  .main-teaser .text {
    display: block;
  }
}
.main-teaser .btn {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .main-teaser .btn {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .main-teaser .btn {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .main-teaser .lnk-more {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-teaser.has-thumb .content {
    margin-left: 300px;
    text-align: left;
  }
}

.secondary-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .secondary-teaser {
    padding-bottom: 10px;
  }
}
.secondary-teaser .title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .secondary-teaser .title {
    font-size: 20px;
    line-height: 24px;
  }
}
.secondary-teaser .meta {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .secondary-teaser .meta {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.teaser-in-row {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .teaser-in-row {
    float: left;
    width: 260px;
    margin-right: 30px;
  }
}
.teaser-in-row .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 300;
}
.teaser-in-row .meta {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .teaser-in-row .meta {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.entry-content a {
  text-decoration: underline;
}

.entry-keywords {
  margin-top: 30px;
  border-top: 1px solid #bebebe;
  padding: 25px 0 0;
  font-weight: 300;
}
.entry-keywords a {
  text-decoration: none;
}

.entry-gallery {
  margin-top: 40px;
}
.entry-gallery .gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.entry-table {
  margin-top: 40px;
}
.entry-table table {
  border: 1px solid #bcbdc0;
}
.entry-table table tr td {
  padding: 10px 10px;
}
.entry-table table tr td:first-child {
  font-weight: 300;
  width: 200px;
}
.entry-table table tr:nth-of-type(2n+1) td {
  background: #e7e7e8;
}

.entry-recommended-posts {
  margin-top: 60px;
  border-top: 1px solid #bebebe;
  padding-top: 40px;
}
@media (min-width: 560px) {
  .entry-recommended-posts .teaser {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .entry-recommended-posts .teaser {
    width: 210px;
    margin-right: 25px;
  }
}
.entry-recommended-posts .teaser:nth-of-type(3n) {
  margin-right: 0;
}
.entry-recommended-posts .teaser .regions a {
  text-decoration: none;
}

.entry-related-posts {
  margin-top: 60px;
}
@media (min-width: 560px) {
  .entry-related-posts .teaser {
    width: 31%;
    margin-right: 3.5%;
    float: left;
  }
}
@media (min-width: 1024px) {
  .entry-related-posts .teaser {
    width: 210px;
    margin-right: 25px;
  }
}
.entry-related-posts .teaser:last-of-type {
  margin-right: 0;
}
.entry-related-posts .teaser .thumb {
  margin-bottom: 25px;
}

@media (min-width: 1024px) {
  .main-col {
    float: left;
    width: 68%;
  }
}

.side-col {
  background: #f8f8f8;
  position: relative;
  padding: 30px 10px;
}
@media (max-width: 1023px) {
  .side-col {
    margin: 20px -10px -30px;
  }
}
@media (min-width: 1024px) {
  .side-col {
    float: right;
    width: 29%;
    padding: 50px 2px 50px 45px;
  }
}
.side-col:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 2000px;
  margin-left: -1px;
  background: #f8f8f8;
}
.side-col h3 {
  margin-bottom: 25px;
}
.side-col h4 {
  margin-bottom: 5px;
}
.side-col hr {
  height: 1px;
  background: #bebebe;
  margin: 35px 0;
}
.side-col .btn {
  margin: 10px 0;
}
.side-col .group {
  margin-bottom: 40px;
}
.side-col .block {
  margin-bottom: 15px;
}
.side-col .block.block-contacts {
  margin-top: 15px;
}
.side-col .block.block-contacts div {
  margin-bottom: 10px;
}
.side-col .block.block-contact-persons .contact {
  line-height: normal;
  margin-bottom: 15px;
}
.side-col .block.block-subpages {
  display: none;
}
@media (min-width: 1024px) {
  .side-col .block.block-subpages {
    display: block;
  }
}
.side-col .block.block-subpages .title {
  margin-bottom: 20px;
}
.side-col .block.block-subpages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.side-col .block.block-subpages ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.side-col .block.block-subpages ul li a {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .side-col .block.block-subpages ul li a {
    display: block;
  }
}
.side-col .block.block-subpages ul li a:hover {
  color: #1c9ed8;
}
.side-col .block.block-subpages ul li a:hover:after {
  background-color: #1c9ed8;
  color: #ffffff !important;
}
.side-col .block.block-subpages ul li.has-children a:after {
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #1c9ed8;
  border-radius: 100%;
  text-align: center;
  color: #1c9ed8;
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  padding-left: 1px;
}
.side-col .block.block-subpages ul li.has-children a:hover:after {
  background-color: #1c9ed8;
  color: #ffffff !important;
}
.side-col .block.block-subpages ul li.current a {
  color: #1c9ed8;
}
.side-col .block.block-subpages ul li.current a:after {
  background-color: #1c9ed8;
  color: #ffffff !important;
}
.side-col .block-date {
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1023px) {
  .side-col .block-btn {
    text-align: center;
  }
}

.share {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .share {
    margin-bottom: 40px;
  }
}
.share a {
  float: left;
  display: block;
  color: #ffffff;
  border-radius: 2px;
  font-weight: 700;
  text-decoration: none;
  font-size: 11px;
  padding: 0 5px;
  margin-right: 5px;
  line-height: 20px;
}
@media (min-width: 560px) {
  .share a {
    font-size: 12px;
  }
}
.share .share-facebook {
  background: #4065b5;
}
.share .share-twitter {
  background: #0794e4;
}
.share .share-linkedin {
  background: #0075b8;
}
.share .share-google {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  color: #000000;
}
.share .share-google .fa {
  color: red;
}

.comments {
  margin: 0 0 10px;
}
@media (min-width: 560px) {
  .comments h5 {
    margin: 0 0 30px;
  }
}
.comments ul {
  list-style-type: none;
}

.section-comment-form {
  padding: 30px 30px 20px;
  border: 1px solid #fbad1a;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .section-comment-form {
    padding: 54px 54px 20px;
  }
}
.section-comment-form .title {
  color: #000000;
}
.section-comment-form .note {
  color: #8f8f8f;
}
.section-comment-form .comment-form {
  font-size: 18px;
}
.section-comment-form .comment-form .form-group {
  margin-bottom: 12px;
}
.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  font-family: "Lato Light", sans-serif;
  font-size: 18px;
  margin: 0 0 5px;
}
.section-comment-form .comment-form .form-group label.error {
  color: #d83f21;
  font-size: 16px;
  line-height: 24px;
}
.section-comment-form .comment-form .btn {
  margin: 25px 0 0;
  color: #000000;
  border: none;
  line-height: 36px;
  padding: 0 0 0 15px;
}
.section-comment-form .comment-form .btn .arrow {
  display: inline-block;
  background: #faad1a url("../images/arrow-right.png") no-repeat center;
  height: 33px;
  width: 100px;
  margin: 0 0 0 15px;
  vertical-align: top;
}
.section-comments-list {
  padding: 30px 0 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0 0 35px;
  text-align: left;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .avatar {
  border-radius: 100%;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0 0 0 130px;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  line-height: 24px;
  margin: 0 0 5px;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-date {
  font-size: 16px;
  color: #898989;
}
.pagination {
  font-weight: 700;
  text-align: center;
  color: #6d6d6d;
  font-size: 13.5px;
}
.pagination a {
  color: #6d6d6d;
}
.pagination .page-numbers {
  margin: 0 5px;
}
.pagination .page-numbers.current {
  font-weight: 700;
  color: #1c9ed8;
}
.pagination .lnk-prev,
.pagination .lnk-next {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 4px 10px 0;
}
.pagination .lnk-prev:before,
.pagination .lnk-next:before {
  display: block;
  width: 14px;
  height: 14px;
  border: 3px solid #1c9ed8;
  border-radius: 100%;
  text-align: center;
  color: #1c9ed8;
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  padding-left: 1px;
}
.pagination .lnk-prev:hover:before,
.pagination .lnk-next:hover:before {
  background: #1c9ed8;
  color: #ffffff !important;
}
.pagination .lnk-prev:before {
  content: "";
}
.pagination .lnk-next:before {
  content: "";
}
.pagination .total {
  text-transform: uppercase;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .site-footer {
    text-align: center;
  }
}
.site-footer .site-footer1 {
  background: #f2f2f2;
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 {
    padding: 40px 0;
  }
}
.site-footer .site-footer1 .logo {
  display: block;
  width: 130px;
  height: 93px;
  background: #ffffff url("../images/logo-v3.jpg") no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .site-footer .site-footer1 .logo {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .logo {
    float: left;
  }
}
@media (max-width: 1023px) {
  .site-footer .site-footer1 .footer-nav {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .footer-nav {
    float: left;
    margin-left: 70px;
  }
}
.site-footer .site-footer1 .footer-nav .footer-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.site-footer .site-footer1 .footer-nav .footer-menu li a {
  color: #4d4d4d;
  font-size: 18px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .footer-nav .footer-menu li a {
    font-size: 15px;
  }
}
.site-footer .site-footer1 .footer-nav .lnk-international {
  display: block;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  color: #4d4d4d;
}
.site-footer .site-footer1 .footer-nav .lnk-international .fa {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 3px solid #395a97;
  border-radius: 100%;
  text-align: center;
  color: #395a97;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  vertical-align: top;
  margin-right: 13px;
}
.site-footer .site-footer1 .socials a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0 15px;
  background: no-repeat center top;
}
.site-footer .site-footer1 .socials a.icon-facebook {
  background-image: url("../images/icon-facebook.jpg");
  background-position: center bottom;
}
.site-footer .site-footer1 .socials a.icon-twitter {
  background-image: url("../images/icon-twitter.jpg");
  background-position: center bottom;
}
.site-footer .site-footer1 .socials a.icon-instagram {
  background-image: url("../images/icon-instagram.jpg");
  background-position: center bottom;
}
.site-footer .site-footer1 .socials a.icon-linkedin {
  background-image: url("../images/icon-linkedin.jpg");
  background-position: center bottom;
}
.site-footer .site-footer1 .socials a.icon-youtube {
  background-image: url("../images/icon-youtube.jpg");
  background-position: center bottom;
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .socials {
    display: none;
  }
}
.site-footer .site-footer1 .subscribe {
  position: relative;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .site-footer .site-footer1 .subscribe {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #bebebe;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .subscribe {
    top: 20px;
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .subscribe .strip {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 3px;
    height: auto;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .site-footer .site-footer1 .subscribe .btn {
    margin-top: 35px;
  }
}
.site-footer .site-footer1 .btn-scroll-top {
  display: block;
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  margin: 20px 0 0;
  background: url("../images/icon-scroll-top.png") no-repeat center top;
}
@media (min-width: 1024px) {
  .site-footer .site-footer1 .btn-scroll-top {
    display: none;
  }
}
.site-footer .site-footer1 .btn-scroll-top:hover {
  color: #1c9ed9;
  background-position: center bottom;
}
.site-footer .site-footer2 {
  background: #e6e6e6;
  color: #4d4d4d;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
  font-weight: 300;
}

@media (min-width: 1024px) {
  body.international .site-footer .subscribe {
    padding-right: 240px;
    margin-left: 440px;
  }
  body.international .site-footer .subscribe .btn {
    float: right;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -25px;
  }
}

body.region .site-footer .subscribe {
  position: relative;
}
@media (min-width: 1024px) {
  body.region .site-footer .subscribe {
    margin-left: 600px;
    padding-right: 100px;
    margin-bottom: 70px;
  }
}
@media (min-width: 1024px) {
  body.region .site-footer .subscribe .btn {
    position: absolute;
    top: 100%;
    left: -3px;
    margin-top: 15px;
  }
}

body.single .entry-title {
  margin-bottom: 30px;
}
body.single .image {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  body.single .image {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  body.single .image {
    margin-bottom: 35px;
  }
}
body.single .image img {
  /*
        @media (min-width: $screen-sm-min) {
          float: left;
          margin: 0 50px 30px 0;
          width: auto;
        }
  */
}
@media (min-width: 1024px) {
  body.single .image img {
    max-width: 100%;
    width: auto;
  }
}
body.single .image figcaption {
  background: #f8f8f8;
  font-size: 13.5px;
  font-weight: 300;
  padding: 23px 30px;
}
body.single .entry-gallery .gallery li {
  margin-bottom: 40px;
}

body.single-membres .entry-history {
  border-top: 1px solid #bebebe;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #bebebe;
}

body.single-implantations {
  /*
  .events-list {

    .eventon_list_event {

      .evo_end {
        display: block;
        font-size: 16px !important;
        float: none;
        padding-left: 0;
      }
    }
  }
  */
}
@media (max-width: 767px) {
  body.single-implantations .main-col .image {
    display: none;
  }
}
body.single-implantations .entry-content {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  body.single-implantations .entry-content {
    display: none;
  }
}
body.single-implantations .entry-content:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.single-implantations .entry-content .icons-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body.single-implantations .entry-content .icons-list > li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}
body.single-implantations .entry-content .icons-list > li .fa {
  position: absolute;
  top: 0;
  left: 3px;
  color: #b9b9b9;
  font-size: 20px;
  line-height: 23px;
  min-width: 20px;
  text-align: center;
}
body.single-implantations .entry-content .icons-list > li ul {
  list-style-type: disc;
  padding: 0 0 0 24px;
  margin: 0;
}
body.single-implantations .attachments a {
  position: relative;
  display: inline-block;
  background: #f2f2f2;
  border-radius: 8px;
  font-weight: 300;
  padding: 0 15px 0 30px;
  text-decoration: none;
  line-height: 37px;
  margin-top: 10px;
}
body.single-implantations .attachments a:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
}
body.single-implantations .entry-team .team {
  display: flex;
  flex-wrap: wrap;
  justify-items: stretch;
  justify-content: space-between;
}
body.single-implantations .entry-team .teaser {
  width: 32.3%;
  margin-bottom: 40px;
}
body.single-implantations .entry-team .teaser .thumb {
  margin-bottom: 20px;
}
body.single-implantations .entry-team .teaser .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
}
body.single-implantations .entry-team .teaser .position {
  color: #6d6d6d;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-implantations .events-list-mobile {
    display: none;
  }
}
body.single-implantations .events-list-mobile .evcal_desc_info,
body.single-implantations .events-list-mobile .evcal_event_subtitle,
body.single-implantations .events-list-mobile .evcal_desc3 {
  display: none;
}
body.single-implantations .events-list-desktop {
  display: none;
}
@media (min-width: 768px) {
  body.single-implantations .events-list-desktop {
    display: block;
  }
}

body.page-template-template-region .section-slider {
  padding-top: 10px;
}

.page-template-template-about .site-main {
  text-align: center;
}
.page-template-template-about .site-main h5 {
  margin-bottom: 0;
}
.page-template-template-about .site-main p {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-template-about .block-team {
  margin-bottom: 50px;
}
.page-template-template-about .block-team .block-member {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-template-template-about .block-team .block-member {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 28px;
  }
  .page-template-template-about .block-team .block-member:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-template-template-about .block-team .block-member .header {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-template-about .block-team .block-member .header {
    font-size: 22px;
  }
}
.page-template-template-about .block-team .block-member .photo {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-template-template-about .block-team .block-member .photo {
    margin-bottom: 17px;
  }
}
@media (min-width: 1280px) {
  .page-template-template-about .block-team .block-member .photo {
    margin-bottom: 25px;
  }
}
.page-template-template-about .block-team .block-member .text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.14px;
}
@media (min-width: 768px) {
  .page-template-template-about .block-team .block-member .text {
    padding: 0 12px;
  }
}
@media (min-width: 1280px) {
  .page-template-template-about .block-team .block-member .text {
    padding: 0 30px;
  }
}

.page-template-template-members .map,
.page-template-template-implantations .map,
.page-template-template-partners .map {
  height: 490px;
  margin-bottom: 40px;
}
.page-template-template-members .section-filters .search-field,
.page-template-template-implantations .section-filters .search-field,
.page-template-template-partners .section-filters .search-field {
  position: relative;
}
.page-template-template-members .section-members .member-teaser,
.page-template-template-implantations .section-members .member-teaser,
.page-template-template-partners .section-members .member-teaser {
  padding: 15px 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .page-template-template-members .section-members .member-teaser,
.page-template-template-implantations .section-members .member-teaser,
.page-template-template-partners .section-members .member-teaser {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .member-teaser,
.page-template-template-implantations .section-members .member-teaser,
.page-template-template-partners .section-members .member-teaser {
    padding: 15px 200px 15px 30px;
  }
}
.page-template-template-members .section-members .member-teaser.no-link,
.page-template-template-implantations .section-members .member-teaser.no-link,
.page-template-template-partners .section-members .member-teaser.no-link {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .member-teaser.no-link,
.page-template-template-implantations .section-members .member-teaser.no-link,
.page-template-template-partners .section-members .member-teaser.no-link {
    padding-right: 30px;
  }
}
.page-template-template-members .section-members .member-teaser .title,
.page-template-template-implantations .section-members .member-teaser .title,
.page-template-template-partners .section-members .member-teaser .title {
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .page-template-template-members .section-members .member-teaser .meta,
.page-template-template-implantations .section-members .member-teaser .meta,
.page-template-template-partners .section-members .member-teaser .meta {
    margin-bottom: 10px;
  }
}
.page-template-template-members .section-members .member-teaser .meta .address,
.page-template-template-implantations .section-members .member-teaser .meta .address,
.page-template-template-partners .section-members .member-teaser .meta .address {
  display: inline-block;
  margin-right: 15px;
}
.page-template-template-members .section-members .member-teaser .lnk-more,
.page-template-template-implantations .section-members .member-teaser .lnk-more,
.page-template-template-partners .section-members .member-teaser .lnk-more {
  font-weight: 700;
  text-transform: uppercase;
  color: #4d4d4d;
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .member-teaser .lnk-more,
.page-template-template-implantations .section-members .member-teaser .lnk-more,
.page-template-template-partners .section-members .member-teaser .lnk-more {
    width: 200px;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0 60px;
    margin-top: -22px;
  }
}
.page-template-template-members .section-members .member-teaser .lnk-more:before,
.page-template-template-implantations .section-members .member-teaser .lnk-more:before,
.page-template-template-partners .section-members .member-teaser .lnk-more:before {
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 11px;
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .member-teaser .lnk-more:before,
.page-template-template-implantations .section-members .member-teaser .lnk-more:before,
.page-template-template-partners .section-members .member-teaser .lnk-more:before {
    left: 30px;
    margin-top: -14px;
  }
}
.page-template-template-members .section-members .implantation-teaser,
.page-template-template-implantations .section-members .implantation-teaser,
.page-template-template-partners .section-members .implantation-teaser {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .implantation-teaser,
.page-template-template-implantations .section-members .implantation-teaser,
.page-template-template-partners .section-members .implantation-teaser {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .implantation-teaser .contacts,
.page-template-template-implantations .section-members .implantation-teaser .contacts,
.page-template-template-partners .section-members .implantation-teaser .contacts {
    padding-right: 200px;
  }
}
.page-template-template-members .section-members .implantation-teaser.no-link,
.page-template-template-implantations .section-members .implantation-teaser.no-link,
.page-template-template-partners .section-members .implantation-teaser.no-link {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .implantation-teaser.no-link,
.page-template-template-implantations .section-members .implantation-teaser.no-link,
.page-template-template-partners .section-members .implantation-teaser.no-link {
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-members .section-members .implantation-teaser .lnk-more,
.page-template-template-implantations .section-members .implantation-teaser .lnk-more,
.page-template-template-partners .section-members .implantation-teaser .lnk-more {
    top: auto;
    bottom: 17px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page-template-template-members .section-members .col:nth-of-type(2n) .teaser,
.page-template-template-implantations .section-members .col:nth-of-type(2n) .teaser,
.page-template-template-partners .section-members .col:nth-of-type(2n) .teaser {
    background: #f3f3f3;
  }
}
@media (min-width: 768px) {
  .page-template-template-members .section-members .col:nth-of-type(4n) .teaser, .page-template-template-members .section-members .col:nth-of-type(4n + 1) .teaser,
.page-template-template-implantations .section-members .col:nth-of-type(4n) .teaser,
.page-template-template-implantations .section-members .col:nth-of-type(4n + 1) .teaser,
.page-template-template-partners .section-members .col:nth-of-type(4n) .teaser,
.page-template-template-partners .section-members .col:nth-of-type(4n + 1) .teaser {
    background: #f3f3f3;
  }
}
.page-template-template-members .section-members .pagination,
.page-template-template-implantations .section-members .pagination,
.page-template-template-partners .section-members .pagination {
  margin-top: 40px;
}

.page-template-template-projects .teaser,
.page-template-template-projects-covid .teaser {
  font-size: 13.5px;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 1024px) {
  .page-template-template-projects .teaser,
.page-template-template-projects-covid .teaser {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .page-template-template-projects .teaser .thumb,
.page-template-template-projects-covid .teaser .thumb {
    width: 330px;
    float: left;
  }
}
@media (min-width: 1024px) {
  .page-template-template-projects .teaser .thumb,
.page-template-template-projects-covid .teaser .thumb {
    width: 400px;
  }
}
.page-template-template-projects .teaser .meta,
.page-template-template-projects-covid .teaser .meta {
  margin-bottom: 15px;
}
@media (max-width: 1023px) {
  .page-template-template-projects .teaser .text,
.page-template-template-projects-covid .teaser .text {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-template-template-projects .teaser .btn,
.page-template-template-projects-covid .teaser .btn {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-template-template-projects .teaser .lnk-more,
.page-template-template-projects-covid .teaser .lnk-more {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-template-template-projects .teaser.has-thumb .content,
.page-template-template-projects-covid .teaser.has-thumb .content {
    margin-left: 360px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-projects .teaser.has-thumb .content,
.page-template-template-projects-covid .teaser.has-thumb .content {
    margin-left: 460px;
  }
}

.page-template-template-projects-highlight .categories .category .theme {
  float: left;
  width: 31%;
  margin: 0 3.5% 30px 0;
  padding: 25px;
}
.page-template-template-projects-highlight .categories .category .theme:nth-of-type(2n + 1) {
  background: #fafafa;
}
.page-template-template-projects-highlight .categories .category .theme:nth-of-type(3n) {
  margin-right: 0;
}
.page-template-template-projects-highlight .categories .category .theme .projects .project {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bebebe;
}
.page-template-template-projects-highlight .categories .category .theme .projects .project .title {
  margin-bottom: 5px;
}

.page-template-template-search .search-form2 {
  position: relative;
  padding-left: 55px;
}
.page-template-template-search .search-form2 ::-webkit-input-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-template-search .search-form2 :-moz-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-template-search .search-form2 ::-moz-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-template-search .search-form2 :-ms-input-placeholder {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-template-search .search-form2 input[type=text] {
  background: transparent;
  border: none;
  height: 50px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
}
.page-template-template-search .search-form2 input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 55px;
  background: url("../images/icon-search2.png") no-repeat left center;
  background-size: 28px auto;
  border: none;
}
@media (max-width: 1023px) {
  .page-template-template-search .col:nth-of-type(2n) .teaser {
    background: #fafafa;
  }
}
@media (min-width: 1024px) {
  .page-template-template-search .col:nth-of-type(4n + 4) .teaser, .page-template-template-search .col:nth-of-type(4n + 1) .teaser {
    background: #fafafa;
  }
}
@media (max-width: 1023px) {
  .page-template-template-search .search-teaser {
    margin: 0 -10px;
    padding: 25px 10px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-search .search-teaser {
    padding: 25px;
  }
}
.page-template-template-search .search-teaser .content .title {
  margin-bottom: 5px;
}
.page-template-template-search .search-teaser .content .meta .tags {
  margin-bottom: 5px;
}
.page-template-template-search .search-teaser .content .meta .tags span {
  margin-right: 20px;
}
.page-template-template-search .search-teaser .content .meta .date .label {
  text-transform: uppercase;
  font-weight: 700;
}
.page-template-template-search .search-teaser .content .text {
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .page-template-template-search .search-teaser .content .text {
    display: block;
    font-weight: 300;
  }
}
.page-template-template-search .pagination {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-template-template-news .teaser .thumb {
    display: none;
  }
}

.page-template-template-contact .section-default .container {
  position: relative;
}
@media (min-width: 1024px) {
  .page-template-template-contact .section-default .container {
    padding-right: 400px;
  }
}
.page-template-template-contact .section-default .container .main-title {
  margin-bottom: 15px;
}
.page-template-template-contact .section-default .container .content-icon {
  display: block;
  width: 270px;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: -30px;
  background: no-repeat right top;
  background-size: contain;
}
@media (max-width: 1023px) {
  .page-template-template-contact .section-default .container .content-icon {
    display: none;
  }
}
.page-template-template-contact .section-map {
  background: #f8f8f8;
}
.page-template-template-contact .section-map .details {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .page-template-template-contact .section-map .details {
    width: 400px;
    float: left;
  }
}
.page-template-template-contact .section-map .map {
  height: 490px;
}
@media (max-width: 1023px) {
  .page-template-template-contact .section-map .map {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .page-template-template-contact .section-map .map {
    width: 530px;
    float: right;
    height: 370px;
  }
}
@media (max-width: 1023px) {
  .page-template-template-contact .section-form .row-buttons {
    text-align: center;
  }
}
.page-template-template-contact .section-form .row-buttons .btn-wrap {
  position: relative;
}
.page-template-template-contact .section-form .row-buttons .btn-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -32px;
  margin-top: -8px;
}

.page-template-template-videos .video-teaser {
  width: 31%;
  margin-right: 3.1%;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.page-template-template-videos .video-teaser:nth-child(3n) {
  margin-right: 0;
}
.page-template-template-videos .video-teaser .thumb {
  position: relative;
}
.page-template-template-videos .video-teaser .thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.page-template-template-videos .video-teaser .thumb .overlay:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  color: #ffffff;
  font-size: 40px;
}
.page-template-template-videos .video-teaser .title {
  margin: 15px 0 0;
}
.page-template-template-videos .video-teaser .duration {
  font-size: 15px;
}
.page-template-template-videos .video-teaser:hover .thumb .overlay {
  background: rgba(255, 255, 255, 0);
}
.page-template-template-videos .video-teaser:hover .thumb .overlay:after {
  opacity: 1;
}

.page-template-template-competition .teasers {
  margin-top: 50px;
}
.page-template-template-competition .competition-teaser {
  border-bottom: 1px solid #bebebe;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.page-template-template-competition .competition-teaser .title {
  margin-bottom: 10px;
}
.page-template-template-competition .competition-teaser .meta {
  margin-bottom: 10px;
}
.page-template-template-competition .competition-teaser .meta .date {
  display: block;
}
@media (min-width: 560px) {
  .page-template-template-competition .competition-teaser .meta .date {
    display: inline-block;
  }
}
.page-template-template-competition .competition-teaser .meta .label {
  font-weight: 700;
}
.page-template-template-competition .competition-teaser .meta .publication-date {
  margin-right: 25px;
}
.page-template-template-competition .competition-teaser .text {
  margin-bottom: 20px;
}
.page-template-template-competition .competition-teaser:last-of-type {
  border-bottom: none;
}

@media (max-width: 767px) {
  .page-template-template-higher-education .teaser .thumb {
    display: none;
  }
}

body.page-template-template-portraits main {
  overflow: hidden;
}
body.page-template-template-portraits .section-filters {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  body.page-template-template-portraits .section-filters:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 2000px;
    margin-left: -1px;
    background: #f8f8f8;
  }
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.ui-autocomplete {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #f8f8f8;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.ui-autocomplete .ui-menu-item {
  position: relative;
  display: block;
  color: #1c1c1c;
  padding: 5px 10px;
  overflow: visible;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #d1d1d1;
}

.fancybox-nav {
  top: 50%;
  width: 100px;
  height: 200px;
  transform: translateY(-50%);
}

.select2-container--default .select2-selection--single {
  display: block;
  background-color: #f2f2f2;
  border: none;
  border-radius: 8px;
  height: 41px;
  font-size: 20px;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #1c1c1c;
  font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  display: inline-block;
  color: #1c1c1c;
  line-height: 41px;
  padding: 0 30px;
  overflow: visible;
}
.select2-container--default .select2-selection--single .select2-selection__rendered:after {
  content: "";
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 0;
  right: -6px;
  width: 36px;
  text-align: center;
  font-size: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  border: none;
  border-radius: 8px;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.dropzone {
  min-height: auto;
  border: 1px solid #aaaaaa;
}
@media (min-width: 768px) {
  .dropzone {
    padding: 20px;
  }
}
.dropzone .dz-message {
  font-size: 18px;
  margin: 0;
  padding: 20px;
}
.dropzone .dz-preview {
  position: relative;
  margin: 15px 15px 25px;
  display: block;
}
@media (min-width: 560px) {
  .dropzone .dz-preview {
    box-sizing: content-box;
    width: 120px;
    margin: 15px auto;
    border-right: 280px solid transparent;
  }
}
@media (min-width: 1024px) {
  .dropzone .dz-preview {
    border-right-width: 500px;
  }
}
@media (max-width: 1023px) {
  .dropzone .dz-preview .dz-image {
    margin: 0 auto;
  }
}
.dropzone .dz-preview .image-fields {
  margin: 0;
}
@media (min-width: 560px) {
  .dropzone .dz-preview .image-fields {
    position: absolute;
    left: 160px;
    top: 0;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .dropzone .dz-preview .image-fields {
    width: 460px;
  }
}
.dropzone .dz-preview .image-fields .field-wrap {
  margin-bottom: 10px;
}
.dropzone .dz-preview .image-fields .field-label {
  line-height: normal;
}
@media (min-width: 560px) {
  .dropzone.dz-gallery .dz-preview .dz-remove {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .dropzone.dz-avatar {
    height: 180px;
  }
}
@media (min-width: 1024px) {
  .dropzone.dz-avatar .dz-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.dropzone.dz-avatar .dz-preview {
  margin: 0 auto;
  border-right: none;
}
.dropzone.dz-started .dz-message {
  display: block;
}
.dropzone.dz-max-files-reached {
  cursor: default;
}
.dropzone.dz-max-files-reached .dz-message {
  display: none;
}

.map-marker {
  background-image: url("../images/map-marker.png");
  background-size: cover;
  width: 27px;
  height: 34px;
  cursor: pointer;
}

.popup-content {
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  max-width: 300px;
}
.popup-content .title {
  font-weight: 300;
  margin-bottom: 10px;
  color: #1c1c1c;
}
.popup-content .lnk-more {
  display: inline-block;
  font-weight: 700;
  color: #4d4d4d;
  text-transform: uppercase;
  line-height: 16px;
  margin-top: 15px;
}
.popup-content .lnk-more:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 3px solid #0197e9;
  border-radius: 100%;
  text-align: center;
  color: #0197e9;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 11px;
  content: "";
  font-family: "FontAwesome", sans-serif;
  vertical-align: top;
  margin-right: 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 0;
  font-size: 18px;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}

/*# sourceMappingURL=main.css.map */


.cookie-consent-bottom-corner 
{
	position: fixed;
	left: 20px;
	bottom: 20px;
}

.cookie-consent-bottom-corner a img 
{
	height: 40px;
	width: 40px;
	filter: brightness(0) saturate(100%) invert(13%) sepia(25%) saturate(7427%) hue-rotate(328deg) brightness(131%) contrast(114%);
}