@font-face {
  font-family: 'balansys';
  src: url('../icons/balansys.eot?mfxht6');
  src: url('../icons/balansys.eot?#iefixmfxht6') format('embedded-opentype'), url('../icons/balansys.woff?mfxht6') format('woff'), url('../icons/balansys.ttf?mfxht6') format('truetype'), url('../icons/balansys.svg?mfxht6#balansys') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'balansys';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu:before {
  content: "\e602";
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-bullet:before {
  content: "\e601";
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.button,
.button:visited {
  background: #333333;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  font-weight: 300;
  padding: 10px 15px;
  min-width: 150px;
  background: #00a0e0;
  border: 1px solid #00a0e0;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.button:focus,
.button:visited:hover,
.button:visited:focus {
  background: #fff;
  color: #00a0e0;
}
.button {
  font-weight: 300;
  border: 1px solid #00a0e0;
  color: #fff;
  padding: 10px 15px;
}
.button:focus {
  outline: none;
}
.centerVertically {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #333333;
  background-image: url("../images/bg-pattern.jpg");
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: #00a0e0;
  color: white;
}
::-moz-selection {
  background: #00a0e0;
  color: white;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
#container {
  height: 100%;
}
a,
a:visited {
  color: #00a0e0;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #007fb2;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #007fb2;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto Condensed', sans-serif;
  text-rendering: optimizelegibility;
  font-weight: bold;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin: 10px 0 0 0;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
p {
  font-size: 12px;
  line-height: 16px;
}
ul li {
  font-size: 12px;
  line-height: 16px;
}
.header #inner-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #231f20;
  background: #ffffff;
}
.header #inner-header .qtrans_language_chooser {
  float: right;
  list-style: none;
  margin-top: 10px;
}
.header #inner-header .qtrans_language_chooser li {
  float: left;
  border-right: 2px solid black;
}
.header #inner-header .qtrans_language_chooser li:last-child {
  border-right: none;
}
.header #inner-header .qtrans_language_chooser li:last-child a {
  margin-right: 0;
}
.header #inner-header .qtrans_language_chooser li.active a {
  text-decoration: underline;
}
.header #inner-header .qtrans_language_chooser li a {
  display: block;
  font-weight: bold;
  margin: 0 5px;
  color: #333333;
  text-decoration: none;
}
.header #logo {
  width: 195px;
  height: 58px;
  display: block;
  background-image: url("../images/balansys-logo.png");
  background-repeat: no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 15px auto 0 auto;
}
#display-mobile-navigation {
  margin: 15px 0;
  height: 31px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  color: #00a0e0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  font-size: 20px;
}
#display-mobile-navigation span.icon-menu {
  margin-right: 8px;
}
#close-mobile-navigation {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}
nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  transition: top 0.4s ease-out;
  text-align: center;
  padding-top: 50px;
}
nav ul.nav {
  list-style: none;
}
nav ul.nav li a {
  display: block;
  text-decoration: none;
  padding: 15px 10px;
  text-transform: uppercase;
  color: #7b7b7b;
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  background: #fff;
}
nav ul.nav li a:hover,
nav ul.nav li a:focus {
  background-color: #e6e6e6;
  color: #231f20;
}
nav ul.nav li.current_page_item a {
  background-color: #f2f2f2;
}
.extra-email {
  display: block;
}
#content {
  height: 100%;
}
#content .inner-content {
  height: 100%;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content ul {
  padding-left: 15px;
}
.page-template-page-combined .attached-files {
  margin-bottom: 50px;
}
.page-template-page-combined .attached-files:last-child {
  margin-bottom: 0;
}
.page-template-page-contact ::-webkit-input-placeholder {
  color: #A2A2A2;
}
.page-template-page-contact ::-moz-placeholder {
  color: #A2A2A2;
}
.page-template-page-contact :-ms-input-placeholder {
  color: #A2A2A2;
}
.page-template-page-contact .gfield_label {
  display: none;
}
.page-template-page-contact input,
.page-template-page-contact textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
.page-template-page-contact input,
.page-template-page-contact textarea,
.page-template-page-contact .button {
  font-weight: 300;
  border: 1px solid #00a0e0;
  color: #000;
  padding: 10px 15px;
}
.page-template-page-contact input:focus,
.page-template-page-contact textarea:focus,
.page-template-page-contact .button:focus {
  outline: none;
}
.page-template-page-contact .button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
  color: #fff;
  background: #00a0e0;
}
.page-template-page-contact .button:hover {
  background: #fff;
  color: #00a0e0;
}
.page-template-page-contact .gform_wrapper .gform_validation_container {
  display: none;
}
.page-template-page-contact .gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 10px;
}
.page-template-page-contact .gform_wrapper ul {
  list-style: none;
}
.page-template-page-contact .gform_wrapper ul li {
  margin-bottom: 10px;
  width: 100%;
}
.page-template-page-contact .gform_wrapper ul li input,
.page-template-page-contact .gform_wrapper ul li textarea {
  width: 100%;
}
.page-template-page-contact .contact-info {
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.page-template-page-contact .contact-info h3 {
  font-weight: 700;
}
.page-template-page-contact .contact-info a {
  text-transform: none;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.scroll-down {
  width: 48px;
  height: 47px;
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  color: #fff;
  margin: 15px auto 0 auto;
  transition: .5s all ease-in-out;
  text-decoration: none;
}
.scroll-down:before {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 47px;
}
.scroll-down:hover,
.scroll-down:focus {
  color: #231f20 !important;
}
.scroll-down:visited {
  color: #fff;
}
.line-vertical {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 2px;
  height: 500px;
  background: #fff;
}
.corner-element {
  text-indent: 100%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 255px;
  height: 50px;
  margin-left: 391px;
}
#home-introduction {
  min-height: 100%;
  overflow: hidden;
  background-image: url("../images/upper-mesh-2020.png");
  background-repeat: no-repeat;
  background-position: right 130px;
  background-size: 550px auto;
}
#home-introduction #inner-content {
  width: 96%;
  margin: 0 auto;
  max-width: 1200px;
}
#home-introduction #inner-content article#post-22 {
  max-width: 655px;
  color: #fff;
  padding: 160px 15px 0 15px;
}
#home-introduction #inner-content article#post-22 h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
  font-size: 30px;
}
#home-introduction #inner-content article#post-22 p {
  font-size: 15px;
  line-height: 22px;
}
#home-introduction #inner-content .line-vertical {
  margin: 15px auto 0 auto;
}
#home-image .scroll-down,
#home-image-2 .scroll-down {
  margin: 0 auto;
}
#home-image article,
#home-image-2 article {
  width: 100%;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#home-image article .section-wrapper,
#home-image-2 article .section-wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#home-image article .section-wrapper section,
#home-image-2 article .section-wrapper section {
  background-color: #000;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  padding: 10px 20px;
  margin: 40px 0;
}
#home-image article {
  background-image: url("../images/bg-1.jpg");
}
#home-image .line-vertical {
  display: none;
}
#home-image .corner-element {
  display: none;
}
#home-image .scroll-down {
  margin: 0 auto;
  padding-bottom: 80px;
}
#home-image-2 article {
  background-image: url("../images/bg-2.jpg");
}
#home-image-2 .line-vertical {
  display: none;
}
#home-image-2 .corner-element {
  display: none;
}
#home-image-2 .scroll-down {
  margin: 0 auto;
  padding-bottom: 80px;
}
#home-placeholder {
  background-image: url("../images/placeholder-2020.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 550px auto;
  height: 210px;
}
#home-placeholder .section-wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
#home-placeholder .line-vertical {
  margin-left: 820px;
  height: 630px;
  margin-top: -50px;
}
#home-details {
  overflow: hidden;
  background-image: url("../images/mesh-last.png");
  background-repeat: no-repeat;
  background-position: -50px 0px;
  background-size: 550px auto;
}
#home-details .section-wrapper {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
#home-details h2 {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 10px;
}
#home-details ul {
  font-size: 12px;
  line-height: 16px;
}
#home-details ul li {
  margin-bottom: 15px;
  margin-left: 18px;
}
#home-details .detail-box {
  background: #fff;
  padding: 10px 20px;
  margin: 50px 0;
}
a.download-link {
  padding-left: 20px;
  padding-bottom: 1px;
  background-image: url("../images/download.png");
  background-position: 0 1px;
  background-repeat: no-repeat;
  text-decoration: none;
}
a.download-link:hover {
  background-image: url("../images/download-active.png");
}
#content.text-page,
#content.news,
#content.contact,
#content.governance {
  background-size: auto;
  background-repeat: no-repeat;
  padding-top: 160px;
}
#content.text-page #inner-content,
#content.news #inner-content,
#content.contact #inner-content,
#content.governance #inner-content {
  height: 100%;
  display: table;
  margin: 0 auto;
}
#content.text-page #inner-content #main,
#content.news #inner-content #main,
#content.contact #inner-content #main,
#content.governance #inner-content #main {
  display: table-cell;
  vertical-align: middle;
  max-width: 960px;
}
#content.text-page #inner-content #main article h1,
#content.news #inner-content #main article h1,
#content.contact #inner-content #main article h1,
#content.governance #inner-content #main article h1 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 23px;
}
#content.text-page {
  background-image: url("../images/who-we-are-mesh.png");
}
#content.text-page #inner-content #main article {
  background: #fff;
  padding: 20px 15px;
  margin: 0 10px 100px 10px;
}
#content.text-page #inner-content #main article p {
  margin-top: 0;
}
#content.text-page #inner-content #main article h2 {
  margin: 20px 0 5px 0;
  font-size: 19px;
  font-weight: 700;
}
#content.text-page #inner-content #main article ul li {
  margin-left: 16px;
  margin-bottom: 21px;
}
#content.planning #inner-content #main {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 180px;
}
#content.planning #inner-content #main img {
  width: 100%;
}
#content.news {
  background-image: url("../images/who-we-are-mesh.png");
}
#content.news #inner-content #main .article-wrapper {
  background: #fff;
  padding: 20px 15px;
  margin: 0 10px 100px 10px;
}
#content.news #inner-content #main .article-wrapper article {
  margin-bottom: 30px;
}
#content.news #inner-content #main .article-wrapper article:last-child {
  margin-bottom: 0;
}
#content.news #inner-content #main .article-wrapper article .article-header {
  color: #333333;
}
#content.news #inner-content #main .article-wrapper article .article-header .date {
  font-size: 24px;
  text-align: left;
  padding-right: 15px;
  line-height: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 10px;
}
#content.news #inner-content #main .article-wrapper article .article-header h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 18px;
}
#content.news #inner-content #main .article-wrapper .entry-content p {
  margin-top: 1px;
}
#content.news #inner-content #main .article-wrapper .article-footer ul {
  list-style: none;
}
#content.contact {
  background-image: url("../images/contact-mesh.png");
  background-repeat: no-repeat;
}
#content.contact #inner-content {
  width: 100%;
}
#content.contact #inner-content article {
  background: #fff;
  padding: 20px 15px;
  margin: 0 10px 100px 10px;
}
#content.contact #inner-content article .recipe-steps-list {
  list-style: none;
}
#content.contact #inner-content article .recipe-steps-list li {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#content.contact #inner-content article .recipe-steps-list li .name {
  font-size: 16px;
  line-height: 12px;
}
#content.contact #inner-content article .recipe-steps-list li .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
#content.contact #inner-content article .recipe-steps-list li .phone,
#content.contact #inner-content article .recipe-steps-list li .email {
  font-size: 13px;
  line-height: 14px;
}
#content.contact #inner-content article .recipe-steps-list li a {
  text-decoration: none;
  color: #333333;
}
#content.contact #inner-content article .recipe-steps-list li a:hover {
  text-decoration: underline;
}
#content.governance {
  background-image: url("../images/governance-mesh.png");
  height: auto;
  background-position: top right;
}
#content.governance h1 {
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 23px;
}
#content.governance .first-block {
  background: #fff;
  padding: 20px 5px 20px 15px;
  margin: 0px 10px 0px 10px;
}
#content.governance .first-block h3 {
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  text-transform: uppercase;
}
#content.governance .first-block .directors-board {
  list-style: none;
  margin-bottom: 40px;
}
#content.governance .first-block .directors-board li {
  width: 33.3%;
  float: left;
  padding-right: 10px;
  line-height: 16px;
  margin-bottom: 20px;
}
#content.governance .first-block .managing-board {
  list-style: none;
}
#content.governance .first-block .managing-board li {
  padding-right: 10px;
  margin-bottom: 20px;
}
#content.governance .first-block .managing-board li .image-wrapper {
  width: 32%;
  float: left;
}
#content.governance .first-block .managing-board li .description {
  width: 68%;
  float: left;
  padding: 0 0 0 20px;
  font-family: 'Roboto', sans-serif;
}
#content.governance .first-block .managing-board li .description h3 {
  margin-bottom: 0;
}
#content.governance .first-block .managing-board li .description .name {
  font-size: 15px;
}
#content.governance .first-block .managing-board li .description .description-text {
  font-size: 12px;
  margin-top: 15px;
}
#content.governance .second-block {
  background: #fff;
  padding: 20px 15px;
  margin-top: 40px;
  margin: 60px 10px;
}
ul.attached-files {
  list-style: none;
}
ul.attached-files li {
  margin-bottom: 10px !important;
  margin-left: 0 !important;
}
.footer {
  clear: both;
  background: #fff;
  border-top: 1px solid #231f20;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.footer a {
  color: #231f20;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 0;
}
.footer span {
  display: none;
  padding: 5px 10px 5px 0;
}
.footer #inner-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.social-icons [class^="icon-"],
.social-icons [class*=" icon-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  text-decoration: none;
  text-align: center;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3b5998;
}
.social-icons .icon-facebook:hover {
  color: #3b5998;
}
.social-icons .icon-twitter {
  background: #00aced;
}
.social-icons .icon-twitter:hover {
  color: #00aced;
}
.social-icons .icon-googleplus {
  background: #dd4b39;
}
.social-icons .icon-googleplus:hover {
  color: #dd4b39;
}
.social-icons .icon-linkedin {
  background: #007bb6;
}
.social-icons .icon-linkedin:hover {
  color: #007bb6;
}
.social-icons .icon-youtube {
  background: #bb0000;
}
.social-icons .icon-youtube:hover {
  color: #bb0000;
}
.cookie-notice-container {
  background: #fff;
  color: #00a0e0;
  padding: 28px 5%;
  font-size: 18px;
}
#cn-notice-text {
  display: block;
}
#cookie-notice .cn-set-cookie {
  margin: 15px auto 0 auto;
  font-weight: 300;
  border: 1px solid #00a0e0;
  color: #000;
  padding: 10px 15px;
  text-decoration: none;
  max-width: 150px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 150px;
  color: #fff;
  background: #00a0e0;
}
#cookie-notice .cn-set-cookie:hover {
  background: #fff;
  color: #00a0e0;
}
#cn-more-info {
  margin-left: 10px;
  color: grey;
  font-size: 14px;
  line-height: 18px;
}
.wrapper_gdpr_display_ribbon {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999999;
  width: 20px;
  height: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.wrapper_gdpr_display_ribbon .gdpr_display_ribbon {
  color: grey;
  text-decoration: none;
  padding: 5px;
}
.wrapper_gdpr_display_ribbon .gdpr_display_ribbon:hover {
  color: #00a0e0;
}
.wrapper_gdpr_display_ribbon i {
  font-family: dashicons;
  color: grey;
}
@media only screen and (min-width: 481px) {
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  ul li {
    font-size: 14px;
    line-height: 21px;
  }
  .visible-tablet {
    display: block;
  }
  #content {
    padding-top: 170px;
  }
  #home-introduction {
    background-size: 2093px auto;
    background-position: top right;
  }
  #home-introduction #inner-content article#post-22 {
    padding: 40% 0 0 130px;
  }
  #home-introduction #inner-content article#post-22 h1 {
    line-height: 50px;
    font-size: 50px;
  }
  #home-image .scroll-down,
  #home-image-2 .scroll-down {
    margin: 14px 0 0 621px;
  }
  #home-image article,
  #home-image-2 article {
    min-height: 730px;
  }
  #home-image article .section-wrapper,
  #home-image-2 article .section-wrapper {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #home-image article .section-wrapper section,
  #home-image-2 article .section-wrapper section {
    width: 675px;
    position: absolute;
    left: 100px;
    top: 200px;
    padding: 20px 40px;
    margin: 0;
  }
  #home-image .line-vertical {
    display: block;
    margin-left: 391px;
    height: 200px;
  }
  #home-image .line-vertical.second-line {
    display: block;
    height: 110px;
    margin: 246px 0 0 391px;
  }
  #home-image .line-vertical.third-line {
    display: block;
    height: 49px;
    margin-left: 644px;
  }
  #home-image .corner-element {
    display: block;
    width: 430px;
  }
  #home-image .scroll-down {
    margin-left: 797px;
    padding-bottom: 0px;
  }
  #home-image-2 article .section-wrapper section {
    position: absolute;
    right: 100px;
    left: auto;
  }
  #home-image-2 .line-vertical {
    margin-left: 820px;
    height: 200px;
    display: block;
  }
  #home-image-2 .line-vertical.second-line {
    height: 60px;
    margin-top: 342px;
  }
  #home-image-2 .line-vertical.third-line {
    height: 49px;
    margin-top: 15px;
    margin-left: 594px;
  }
  #home-image-2 .corner-element {
    display: block;
    width: 229px;
    height: 50px;
    margin-left: 593px;
    border-left: 2px solid #fff;
    border-right: none;
  }
  #home-image-2 .scroll-down {
    margin-left: 571px;
    padding: 0;
  }
  #home-placeholder {
    height: 581px;
    background-size: 1418px auto;
  }
  #home-details {
    overflow: hidden;
    background-image: url("../images/mesh-last.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 1517px auto;
  }
  #home-details h2 {
    font-size: 22px;
    line-height: 25px;
  }
  #home-details ul,
  #home-details p,
  #home-details .column {
    font-size: 14px;
    line-height: 21px;
  }
  #home-details .detail-box {
    max-width: 520px;
    padding: 20px 40px;
  }
  #home-details .detail-box.first {
    float: right;
    margin-right: 39%;
    margin-left: 10%;
  }
  #home-details .detail-box.second {
    float: right;
    margin-right: 14%;
    margin-left: 20%;
    margin-top: 0;
  }
  #home-details .detail-box.third {
    float: right;
    margin-right: 24%;
    margin-left: 10%;
    margin-top: 0px;
  }
  #home-details .detail-box.fourth {
    float: right;
    margin-right: 14%;
    margin-left: 20%;
    margin-top: 0px;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  #content.text-page,
  #content.news,
  #content.contact,
  #content.governance {
    padding-top: 200px;
  }
  #content.text-page #inner-content #main article h1,
  #content.news #inner-content #main article h1,
  #content.contact #inner-content #main article h1,
  #content.governance #inner-content #main article h1 {
    font-size: 2.5em;
  }
  #content.text-page {
    background-image: url("../images/who-we-are-mesh.png");
  }
  #content.text-page #inner-content #main article {
    padding: 50px 65px;
  }
  #content.news #inner-content #main .article-wrapper {
    padding: 50px 65px;
  }
  #content.news #inner-content #main .article-wrapper h1.page-title {
    margin-top: 0;
  }
  #content.news #inner-content #main .article-wrapper article .article-header .date {
    float: left;
    width: 20%;
    text-align: right;
  }
  #content.news #inner-content #main .article-wrapper article .article-header h1 {
    float: right;
    width: 80%;
    margin: 0;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #content.news #inner-content #main .article-wrapper .entry-content {
    padding-left: 20%;
  }
  #content.news #inner-content #main .article-wrapper .article-footer {
    padding-left: 20%;
  }
  #content.contact #inner-content {
    max-width: 960px;
  }
  #content.contact #inner-content article {
    padding: 50px 65px;
  }
  #content.contact #inner-content article .recipe-steps-list {
    margin-top: 25px;
  }
  #content.contact #inner-content article .recipe-steps-list li {
    float: left;
    margin-bottom: 0;
    margin-bottom: 50px;
    width: 33.3%;
  }
  #content.governance h1 {
    font-size: 2.5em;
  }
  #content.governance .first-block {
    padding: 50px 55px 50px 65px;
  }
  #content.governance .first-block .directors-board li {
    width: 20%;
    margin-bottom: 0;
  }
  #content.governance .first-block .managing-board li {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  #content.governance .first-block .managing-board li .image-wrapper {
    width: 40%;
  }
  #content.governance .first-block .managing-board li .description {
    width: 60%;
  }
  #content.governance .second-block {
    padding: 50px 65px;
  }
  #content.governance .second-block:last-child {
    margin-bottom: 100px;
  }
  #content.planning #inner-content #main {
    padding-top: 60px;
  }
  .page-template-page-contact .gform_wrapper .gform_footer {
    text-align: right;
  }
  .page-template-page-contact .gform_wrapper li input {
    width: 98%;
  }
  .page-template-page-contact .gform_wrapper li#field_1_1 {
    width: 49.5%;
    float: left;
  }
  .page-template-page-contact .gform_wrapper li#field_1_2 {
    width: 49.5%;
    float: right;
  }
  .page-template-page-contact .gform_wrapper li#field_1_2 input {
    float: right;
  }
  .page-template-page-contact .gform_wrapper li#field_1_3 {
    width: 49.5%;
    float: left;
  }
  .page-template-page-contact .gform_wrapper li#field_1_4 {
    width: 49.5%;
    float: right;
  }
  .page-template-page-contact .gform_wrapper li#field_1_4 input {
    float: right;
  }
  .page-template-page-contact .gform_wrapper li#field_1_5 {
    width: 100%;
    clear: both;
  }
  .page-template-page-contact .gform_wrapper li#field_1_5 textarea {
    width: 100%;
  }
  .page-template-page-contact .contact-info .contact-address {
    float: left;
    padding-right: 50px;
  }
  .page-template-page-contact .contact-info .contact-contact {
    float: left;
    margin: 0;
  }
  .footer {
    padding: 5px 35px 5px 0;
  }
  .footer a {
    width: auto;
    margin-right: 20px;
    float: none;
    display: inline;
  }
  .footer span {
    border-left: 1px solid #231f20;
    padding-left: 24px;
    display: inline-block;
  }
  .footer #inner-footer {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  #content {
    padding-top: 56px;
  }
  .hidden-tablet {
    display: none;
  }
  nav {
    position: relative;
    top: 0;
    height: auto;
    width: auto;
    padding: 0;
  }
  nav ul.nav {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 20px;
  }
  nav ul.nav li {
    position: relative;
    padding: 0 6px;
    float: left;
    line-height: 24px;
    width: auto;
  }
  nav ul.nav li a {
    text-decoration: none;
    text-transform: unset;
    padding: 30px 2px;
    border-bottom: 4px solid white;
    font-size: 15.5px;
    width: 100%;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  nav ul.nav li a:hover,
  nav ul.nav li a:focus {
    border-bottom-color: #231f20;
    background: none;
    color: #231f20;
  }
  nav ul.nav li.current_page_item a {
    background-color: #fff;
  }
  nav ul.nav li.current-menu-item a,
  nav ul.nav li.current-menu-parent a,
  nav ul.nav li.current-menu-ancestor a,
  nav ul.nav li.current_page_item a,
  nav ul.nav li.current_page_ancestor a {
    border-bottom-color: #231f20;
    color: #231f20;
  }
}
@media only screen and (min-width: 1200px) {
  #content {
    padding-top: 90px;
  }
  #content.text-page,
  #content.news,
  #content.contact,
  #content.governance {
    padding-top: 215px;
  }
  nav ul.nav {
    float: right;
    display: block;
    width: unset;
  }
  nav ul.nav li {
    padding: 0 9px;
  }
  nav ul.nav li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    float: left;
    background-color: white;
    width: 230px;
    border-right: 2px solid black;
  }
  .header #inner-header #logo {
    display: block;
    float: left;
    margin: 15px 0 15px 40px;
  }
  #content {
    padding-top: 90px;
  }
  #content.text-page,
  #content.news,
  #content.contact,
  #content.governance {
    padding-top: 140px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  body {
    background-image: url("../images/bg-pattern@2x.jpg");
    background-size: 26px auto;
  }
  .header #logo {
    background-image: url("../images/balansys-logo@2x.png");
    background-size: 195px auto;
  }
  a.download-link {
    background-image: url("../images/download@2x.png");
    background-size: 14px 14px;
  }
  a.download-link:hover {
    background-image: url("../images/download-active@2x.png");
    background-size: 14px 14px;
  }
  #content.text-page {
    background-image: url("../images/who-we-are-mesh@2x.png");
    background-size: 1650px auto;
  }
  #content.news {
    background-image: url("../images/who-we-are-mesh@2x.png");
    background-size: 1650px auto;
  }
  #content.contact {
    background-image: url("../images/contact-mesh@2x.png");
    background-size: 1500px auto;
  }
  #content.governance {
    background-image: url("../images/governance-mesh@2x.png");
    background-size: 1500px auto;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
