article,
aside,
details,
figcaption,
figure,
footer,
header,
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: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-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;
}
input::-ms-clear {
  display: none;
}
.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 {
  padding: 4px 12px;
  background: #333333;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  -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: #e30613;
}
.centerVertically {
  display: -ms-flexbox;
  -ms-flex-align: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
@font-face {
  font-family: 'dubai';
  src: url('../icons/dubai.eot?p4tphc');
  src: url('../icons/dubai.eot?p4tphc#iefix') format('embedded-opentype'), url('../icons/dubai.woff2?p4tphc') format('woff2'), url('../icons/dubai.ttf?p4tphc') format('truetype'), url('../icons/dubai.woff?p4tphc') format('woff'), url('../icons/dubai.svg?p4tphc#dubai') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'dubai' !important;
  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-twitter:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e900";
}
html {
  height: 100%;
}
body {
  font-family: "Verlag A", "Verlag B";
  font-size: 100%;
  color: #333333;
  position: relative;
}
::selection {
  background: #e30613;
  color: white;
}
::-moz-selection {
  background: #e30613;
  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;
}
.wrap {
  width: 92%;
  margin: 0 auto;
}
a,
a:visited {
  color: #e30613;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: #b6050f;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: #b6050f;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Verlag A", "Verlag B";
  text-rendering: optimizelegibility;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5 {
  font-size: 0.846em;
  line-height: 2.09em;
}
.body-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
}
.header {
  position: relative;
  z-index: 9999;
  background: #fff;
}
.header #inner-header {
  width: 100%;
}
.logo-wrapper {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #3a3a3a;
  z-index: 666;
  position: relative;
}
.logo-wrapper #logo {
  display: inline-block;
  height: 62px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.logo-wrapper #logo {
  background-image: url("../images/logo-lux@2x.png");
  background-size: 127px auto;
  width: 127px;
  background-position: left;
  background-repeat: no-repeat;
  display: inline-block;
  height: 62px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.navigation-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
}
.navigation-wrapper nav ul.nav,
.navigation-wrapper nav div.nav ul {
  list-style: none;
}
.navigation-wrapper nav ul.nav > li > a,
.navigation-wrapper nav div.nav ul > li > a {
  display: block;
  text-decoration: none;
  margin: 0px 15px;
  color: #3a3a3a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.navigation-wrapper nav ul.nav > li > a:hover,
.navigation-wrapper nav div.nav ul > li > a:hover {
  text-decoration: none;
}
.navigation-wrapper nav ul.nav > li > a:hover:after,
.navigation-wrapper nav div.nav ul > li > a:hover:after {
  width: 100%;
}
.navigation-wrapper nav ul.nav > li.current-menu-item > a,
.navigation-wrapper nav ul.nav > li.current_page_item > a,
.navigation-wrapper nav ul.nav > li.current-menu-parent > a,
.navigation-wrapper nav div.nav ul > li.current-menu-item > a,
.navigation-wrapper nav div.nav ul > li.current_page_item > a,
.navigation-wrapper nav div.nav ul > li.current-menu-parent > a {
  color: #319fe2;
}
.navigation-wrapper nav ul.nav > li.current-menu-item > a,
.navigation-wrapper nav ul.nav > li.current_page_item > a,
.navigation-wrapper nav ul.nav > li.current-menu-parent > a,
.navigation-wrapper nav div.nav ul > li.current-menu-item > a,
.navigation-wrapper nav div.nav ul > li.current_page_item > a,
.navigation-wrapper nav div.nav ul > li.current-menu-parent > a {
  color: #319fe2;
}
.navigation-wrapper nav ul.nav > li ul.sub-menu,
.navigation-wrapper nav ul.nav > li ul.children,
.navigation-wrapper nav div.nav ul > li ul.sub-menu,
.navigation-wrapper nav div.nav ul > li ul.children {
  list-style: none;
}
.navigation-wrapper nav ul.nav > li ul.sub-menu li a,
.navigation-wrapper nav ul.nav > li ul.children li a,
.navigation-wrapper nav div.nav ul > li ul.sub-menu li a,
.navigation-wrapper nav div.nav ul > li ul.children li a {
  padding-left: 30px;
  color: #3a3a3a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}
.navigation-wrapper nav ul.nav > li ul.sub-menu li.current-menu-item a,
.navigation-wrapper nav ul.nav > li ul.children li.current-menu-item a,
.navigation-wrapper nav div.nav ul > li ul.sub-menu li.current-menu-item a,
.navigation-wrapper nav div.nav ul > li ul.children li.current-menu-item a {
  color: #319fe2;
}
.navigation-wrapper .language-wrapper {
  display: inline-block;
  height: 33px;
  position: absolute;
  top: 20px;
  right: 20%;
}
.navigation-wrapper .language-wrapper .language-chooser {
  display: block;
  position: absolute;
  height: 18px;
  overflow: hidden;
  padding: 24px 8px 0 5px;
  font-size: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 99;
  cursor: pointer;
  list-style: none;
}
.navigation-wrapper .language-wrapper .language-chooser:after {
  content: "\e900";
  display: block;
  font-size: 16px;
  font-family: dubai;
  position: absolute;
  font-size: 8px;
  right: 1px;
  top: 5px;
  color: #3a3a3a;
  -ms-transform: rotate(0);
  -webkit-transform: translate3d(0,0,0) rotate(0);
  transform: translate3d(0,0,0) rotate(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-wrapper .language-wrapper .language-chooser:hover {
  height: 80px;
}
.navigation-wrapper .language-wrapper .language-chooser:hover:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: translate3d(0,0,0) rotate(180deg);
  transform: translate3d(0,0,0) rotate(180deg);
}
.navigation-wrapper .language-wrapper .language-chooser li {
  display: block !important;
  padding-right: 8px;
  padding-bottom: 5px;
}
.navigation-wrapper .language-wrapper .language-chooser li a {
  text-decoration: none;
  text-align: left;
  color: #3a3a3a;
  position: relative;
  padding: 0;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.navigation-wrapper .language-wrapper .language-chooser li.active {
  position: absolute;
  top: 0px;
}
.navigation-wrapper .language-wrapper .language-chooser li.active a {
  font-weight: 700;
}
.navigation-wrapper .language-wrapper .language-chooser li.active:hover a {
  text-decoration: none;
}
.navigation-wrapper.mobile-menu {
  border-bottom: 1px solid #3a3a3a;
  position: absolute;
  background: white;
  z-index: 999999;
  top: -600px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-top: 20px;
}
.navigation-wrapper.mobile-menu nav ul.nav {
  list-style: none;
  text-align: left;
}
.navigation-wrapper.mobile-menu nav ul.nav li {
  padding: 0 0 20px 0;
}
.navigation-wrapper.mobile-menu nav ul.nav li a {
  padding-bottom: 2px;
}
.navigation-wrapper.mobile-menu nav ul.nav li ul {
  list-style: none;
}
.navigation-wrapper.mobile-menu nav ul.nav li ul li {
  padding: 5px 0 0 0;
}
.navigation-wrapper.mobile-menu nav ul.nav li ul li a {
  font-weight: 400;
  padding: 0 0 5px 25px;
}
.navigation-wrapper.mobile-menu.active {
  top: 90px;
}
#mobile-menu-button {
  position: absolute;
  top: 33px;
  right: 10px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  outline: none;
  z-index: 667;
}
#mobile-menu-button #nav-icon3 {
  width: 34px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#mobile-menu-button #nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #319fe2;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#mobile-menu-button #nav-icon3 span:nth-child(1) {
  top: 0px;
}
#mobile-menu-button #nav-icon3 span:nth-child(2),
#mobile-menu-button #nav-icon3 span:nth-child(3) {
  top: 10px;
}
#mobile-menu-button #nav-icon3 span:nth-child(4) {
  top: 20px;
}
#mobile-menu-button #nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#mobile-menu-button #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu-button #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu-button #nav-icon3.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.mobile-menu-visible {
  height: 800px;
  overflow: visible;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content {
  font-size: 18px;
}
.entry-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.sponsor-cat {
  margin-top: 40px;
}
.sponsors {
  margin-bottom: 40px;
}
.sponsors .sponsor {
  float: left;
  border: 4px solid #5b5b5b;
  margin: 9px;
}
.sponsors .sponsor a {
  display: block;
  height: 150px;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
}
.sponsors .sponsor img {
  width: 100%;
  max-width: 140px;
  display: block;
}
.footer {
  clear: both;
}
#top-footer {
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 45px 0;
}
#top-footer ul#menu-footer {
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 40px 0;
  border-bottom: 1px solid #C1C1C1;
  text-align: center;
}
#top-footer ul#menu-footer li {
  font-size: 16px;
  margin-bottom: 15px;
  break-inside: avoid;
  -webkit-column-break: avoid;
}
#top-footer ul#menu-footer li#menu-item-35 {
  margin-bottom: 20px;
}
#top-footer ul#menu-footer li a {
  font-weight: 800;
  text-decoration: none;
  color: #3a3a3a;
}
#top-footer ul#menu-footer li a:hover {
  text-decoration: underline;
}
#top-footer ul#menu-footer li ul {
  list-style: none;
  padding-left: 10px;
}
#top-footer ul#menu-footer li ul li {
  margin-bottom: 3px;
}
#top-footer ul#menu-footer li ul li a {
  font-weight: 400;
}
#top-footer ul#menu-footer li ul li a:hover {
  text-decoration: underline;
}
#top-footer .expo-logo,
#top-footer .luxembourg-logo {
  text-align: center;
  padding: 46px 0 20px 0;
  border-bottom: 1px solid #C1C1C1;
}
#top-footer .expo-logo .logo,
#top-footer .luxembourg-logo .logo {
  height: 120px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -200%;
  white-space: nowrap;
  display: inline-block;
}
#top-footer .expo-logo .logo.logo-astana,
#top-footer .luxembourg-logo .logo.logo-astana {
  background-size: 83px auto;
  width: 83px;
  background-image: url("../images/participant-astana@2x.jpg");
}
#top-footer .expo-logo .logo.logo-luxembourg,
#top-footer .luxembourg-logo .logo.logo-luxembourg {
  background-size: 216px auto;
  width: 216px;
  background-image: url("../images/visitluxembourg.png");
}
#top-footer .social-icons {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #C1C1C1;
}
#bottom-footer {
  background-color: #319fe2;
  color: #fff;
  text-align: right;
  padding: 12px 0;
  position: relative;
  z-index: 15;
}
#bottom-footer a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
}
.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;
  border-radius: 50%;
  margin: 0 5px;
}
.social-icons [class^="icon-"]:hover,
.social-icons [class*=" icon-"]:hover {
  background: white;
}
.social-icons .icon-facebook {
  background: #3a3a3a;
}
.social-icons .icon-facebook:hover,
.social-icons .icon-facebook:active,
.social-icons .icon-facebook:focus {
  background: #3b5998;
  color: #fff;
}
.social-icons .icon-twitter {
  background: #00aced;
}
.social-icons .icon-twitter:hover,
.social-icons .icon-twitter:active,
.social-icons .icon-twitter:focus {
  background: #3a3a3a;
  color: #fff;
}
.social-icons .icon-googleplus {
  background: #dd4b39;
}
.social-icons .icon-googleplus:hover,
.social-icons .icon-googleplus:active,
.social-icons .icon-googleplus:focus {
  background: #dd4b39;
  color: #fff;
}
.social-icons .icon-linkedin {
  background: #007bb6;
}
.social-icons .icon-linkedin:hover,
.social-icons .icon-linkedin:active,
.social-icons .icon-linkedin:focus {
  background: #3a3a3a;
  color: #fff;
}
.social-icons .icon-youtube {
  background: #bb0000;
}
.social-icons .icon-youtube:hover,
.social-icons .icon-youtube:active,
.social-icons .icon-youtube:focus {
  background: #3a3a3a;
  color: #fff;
}
.social-icons .icon-instagram {
  color: #fff;
  position: relative;
  z-index: 8;
}
.social-icons .icon-instagram:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: linear-gradient(#400080,transparent), linear-gradient(200deg,#d047d1,#ff0000,#ffff00);
  opacity: 1;
  z-index: 5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons .icon-instagram:before {
  z-index: 8;
  position: relative;
}
.social-icons .icon-instagram:hover,
.social-icons .icon-instagram:active {
  background: #3a3a3a;
  color: #fff;
}
.social-icons .icon-instagram:hover:after,
.social-icons .icon-instagram:active:after {
  opacity: 0;
}
.social-icons.side {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -70px;
  z-index: 9999;
  padding: 10px 0 9px 7px;
  background: #fff;
}
.social-icons.side a {
  display: block;
  margin-bottom: 5px;
  margin-right: 8px;
}
.social-icons.contact {
  margin-top: 25px;
}
.social-icons.contact a {
  margin-right: 10px;
}
.social-icons.contact .icon-instagram:before {
  left: 1px;
}
#cookie-bar {
  background: #319fe2;
  color: #fff;
  position: fixed;
  text-align: center;
  width: 100%;
  padding: 14px 0;
  z-index: 999;
  bottom: 0;
}
#cookie-bar p {
  margin: 0;
}
#cookie-bar a {
  color: #fff;
  padding: 3px 6px 2px 6px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cookie-bar a:hover {
  background: #fff;
  color: #319fe2;
}
#cookie-bar a.simple {
  border: none;
  text-decoration: underline;
  margin-left: 0;
  padding: 0;
}
#cookie-bar a.simple:hover {
  background: none;
  color: #fff;
}
#main {
  position: relative;
  background-color: #415b6c;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 700px;
}
#main h1 {
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  width: 100%;
  padding: 40px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 50;
}
#main h1 strong {
  font-weight: 800;
}
#main:before,
#main:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 91px;
  width: 100%;
  background-image: url("../images/pattern@2x.png");
  background-repeat: repeat-x;
  background-size: auto 90px;
}
#main:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: translate3d(0,0,0) rotate(180deg);
  transform: translate3d(0,0,0) rotate(180deg);
  top: 0;
  bottom: auto;
}
#connecting-minds,
#lets-make-it-happen {
  padding: 80px 0;
  border-bottom: 1px solid rgba(58,58,58,0.2);
}
#connecting-minds .left,
#lets-make-it-happen .left {
  position: relative;
  margin-bottom: 25px;
}
#connecting-minds .left h2,
#lets-make-it-happen .left h2 {
  margin: 0;
  padding-bottom: 30px;
}
#connecting-minds .left h2:after,
#lets-make-it-happen .left h2:after {
  height: 8px;
  background: #e30613;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  max-width: 200px;
}
#lets-make-it-happen {
  border-bottom: 0;
}
.block-wrapper {
  padding: 150px 0 40px 0;
}
#info-block-1,
#info-block-2,
#info-block-3 {
  margin-bottom: 60px;
}
#info-block-1 .image-wrapper,
#info-block-2 .image-wrapper,
#info-block-3 .image-wrapper {
  position: relative;
  z-index: 2;
}
#info-block-1 .image-wrapper .image,
#info-block-2 .image-wrapper .image,
#info-block-3 .image-wrapper .image {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
#info-block-1 .content-wrapper,
#info-block-2 .content-wrapper,
#info-block-3 .content-wrapper {
  border: 8px solid #319fe2;
  padding: 30px;
  margin-top: -8px;
}
#info-block-1 .content-wrapper h2,
#info-block-2 .content-wrapper h2,
#info-block-3 .content-wrapper h2 {
  margin: 0;
  padding-left: 30px;
  position: relative;
  font-size: 26px;
  margin-bottom: 10px;
}
#info-block-1 .content-wrapper h2:before,
#info-block-2 .content-wrapper h2:before,
#info-block-3 .content-wrapper h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #3a3a3a;
  position: absolute;
  left: -20px;
  top: 13px;
}
#info-block-1 .content-wrapper .body-text,
#info-block-2 .content-wrapper .body-text,
#info-block-3 .content-wrapper .body-text {
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}
#info-block-1 .content-wrapper .read-more,
#info-block-2 .content-wrapper .read-more,
#info-block-3 .content-wrapper .read-more {
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #3a3a3a;
  position: relative;
  padding-right: 25px;
  margin-right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#info-block-1 .content-wrapper .read-more i,
#info-block-2 .content-wrapper .read-more i,
#info-block-3 .content-wrapper .read-more i {
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 16px;
}
#fullwidth-image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 250px;
  font-size: 28px;
  color: rgba(255,255,255,0.6);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
#fullwidth-image span.text {
  margin-top: 110px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
h1.page-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 40px;
  position: relative;
}
h1.page-title:after {
  content: "";
  display: block;
  margin: 15px auto 0;
  width: 95px;
  background: #e30613;
  height: 10px;
}
.page-parent .expo-content,
.page-parent .parent-content {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
}
.page-parent .expo-content p,
.page-parent .parent-content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 auto 40px auto;
  max-width: 1000px;
}
.page-parent .expo-numbers-title {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 40px 0 0 0;
}
.page-parent .expo-numbers {
  width: 100%;
  max-width: 540px;
  margin: 30px auto 0;
  padding-bottom: 40px;
  display: block;
}
.page-parent .expo-numbers .number-wrapper {
  background: #e20613;
  width: 100%;
  height: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  position: relative;
}
.page-parent .expo-numbers .number-wrapper:nth-child(2n+1) {
  background: #009fe2;
}
.page-parent .expo-numbers .number-wrapper:last-child {
  margin-right: 0;
}
.page-parent .expo-numbers .number-wrapper .number {
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
}
.page-parent .expo-numbers .number-wrapper .type,
.page-parent .expo-numbers .number-wrapper .type-bold {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
.page-parent .expo-numbers .number-wrapper .type-bold {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 0;
}
.page-parent .expo-numbers .number-wrapper .expo-numbers-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.page-parent .expo-numbers .visitors .number {
  line-height: 0.8;
}
.page-parent .expo-numbers .volunteers .number {
  font-size: 35px;
}
.page-parent .expo-video {
  padding: 40px 0;
  border-top: 1px solid #e1e1e1;
}
.page-parent .expo-subpages,
.page-parent .subpages {
  padding: 40px 0 50px 0;
  border-top: 1px solid #e1e1e1;
}
.page-parent .expo-subpages div,
.page-parent .subpages div {
  text-align: center;
  width: 100%;
}
.page-parent .expo-subpages div a,
.page-parent .subpages div a {
  text-decoration: none;
  display: block;
}
.page-parent .expo-subpages div a .image,
.page-parent .subpages div a .image {
  display: block;
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
  background-size: cover;
  background-position: center center;
}
.page-parent .expo-subpages div a h2,
.page-parent .subpages div a h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0 60px;
  position: relative;
  color: #333333;
  text-decoration: none;
  display: inline-block;
}
.page-parent .expo-subpages div a h2:after,
.page-parent .subpages div a h2:after {
  transition: all 0.5s cubic-bezier(.77,0,.175,1);
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 47px;
  background: #e30613;
  height: 5px;
}
.page-parent .expo-subpages div a:hover h2:after,
.page-parent .subpages div a:hover h2:after {
  width: 100px;
}
.partners-content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 auto 40px auto;
  max-width: 1000px;
}
.page-id-15.page-parent .parent-image .image {
  background-size: contain;
}
.section-type-image_text,
.section-type-text_image,
.section-type-video,
.section-type-image,
.section-type-images,
.section-type-text {
  margin-bottom: 40px;
}
.section-type-image_text:last-child,
.section-type-text_image:last-child,
.section-type-video:last-child,
.section-type-image:last-child,
.section-type-images:last-child,
.section-type-text:last-child {
  margin-bottom: 200px;
}
.section-type-image_text h2,
.section-type-image_text h3,
.section-type-text_image h2,
.section-type-text_image h3,
.section-type-video h2,
.section-type-video h3,
.section-type-image h2,
.section-type-image h3,
.section-type-images h2,
.section-type-images h3,
.section-type-text h2,
.section-type-text h3 {
  margin: 0 0 0 0;
}
.section-type-image_text h2,
.section-type-text_image h2,
.section-type-video h2,
.section-type-image h2,
.section-type-images h2,
.section-type-text h2 {
  margin-bottom: 20px;
  color: #e30613;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}
.section-type-image_text h3,
.section-type-text_image h3,
.section-type-video h3,
.section-type-image h3,
.section-type-images h3,
.section-type-text h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
}
.section-type-image_text p,
.section-type-text_image p,
.section-type-video p,
.section-type-image p,
.section-type-images p,
.section-type-text p {
  margin: 0 0 40px 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.section-type-image_text p:last-child,
.section-type-text_image p:last-child,
.section-type-video p:last-child,
.section-type-image p:last-child,
.section-type-images p:last-child,
.section-type-text p:last-child {
  margin: 0;
}
.section-type-image_text .image,
.section-type-text_image .image,
.section-type-video .image,
.section-type-image .image,
.section-type-images .image,
.section-type-text .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section-type-image_text img,
.section-type-text_image img {
  width: 100%;
  height: auto;
}
.section-type-image_text .text,
.section-type-text_image .text {
  display: block;
  margin-bottom: 40px;
}
.section-type-image .image,
.section-type-image .image1,
.section-type-image .image2,
.section-type-images .image,
.section-type-images .image1,
.section-type-images .image2 {
  width: 100%;
  height: 250px;
}
.section-type-image .image1,
.section-type-images .image1 {
  margin-bottom: 40px;
}
.page-id-70 h1.page-title {
  margin-bottom: 100px;
}
.page-id-70 .section-type-image_text {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(58,58,58,0.5);
  margin-bottom: 80px;
}
.page-id-70 .section-type-image_text .text {
  margin-top: 20px;
}
.page-id-70 .section-type-image_text:last-child {
  border: none;
}
.section-year {
  width: 100%;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.news-list article.news-item {
  margin-bottom: 30px;
}
.news-list article.news-item .news-image {
  width: 100%;
  height: 180px;
  background-position: center center;
  background-size: cover;
  background-color: #e30613;
}
.news-list article.news-item .news-date {
  margin-top: 10px;
  font-weight: 300;
}
.news-list article.news-item h2 {
  color: #e30613;
  text-transform: none;
  margin: 5px 0 5px 0;
  font-weight: 700;
  letter-spacing: 0;
}
.news-list article.news-item .news-more a {
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  color: #575757;
}
.post {
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 40px;
}
.post:last-child {
  border: none;
}
.post .date {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 45px;
}
.post .news-title {
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 45px;
  color: #e30613;
  font-size: 26px;
}
.post p {
  margin: 0 0 40px 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}
.single-post .article-header .date {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 0;
}
.single-post .article-header h1 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
}
.single-post .news-content .news-image {
  max-width: 600px;
  width: 100%;
  height: 180px;
  margin: 0 auto 30px auto;
  background-position: center center;
  background-size: cover;
  background-color: #e30613;
}
.arrows-down-wrapper {
  position: absolute;
  bottom: 150px;
  left: 50%;
  margin-left: 11px;
  outline: 0;
}
.arrows-down-wrapper .arrow {
  margin: 0 auto;
  border-style: solid;
  text-indent: -9999px;
  width: 0;
  height: 0;
  transform: translate(0,-30px);
  transition: all 2s ease;
}
.arrows-down-wrapper .arrow.arrow-large {
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  margin-bottom: 10px;
  animation: anim 2s normal forwards cubic-bezier(.455,.03,.515,.955) 1s infinite;
  -webkit-animation: anim 2s normal forwards cubic-bezier(.455,.03,.515,.955) 1s infinite;
}
.arrows-down-wrapper .arrow.arrow-small {
  border-width: 11px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  animation: anim 2s normal forwards cubic-bezier(.455,.03,.515,.955) 1s infinite;
  -webkit-animation: anim 2s normal forwards cubic-bezier(.455,.03,.515,.955) 1s infinite;
}
.page-template-page-timeline .arrows-down-wrapper {
  position: static;
}
.page-template-page-timeline .timeline-wrapper {
  margin-top: 20px;
}
.page-template-page-timeline .timeline-wrapper .timeline-event {
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
}
.page-template-page-timeline .timeline-wrapper .timeline-event h2 {
  margin: 0;
}
.page-template-page-timeline .timeline-wrapper .timeline-event .entry-content {
  font-weight: 300;
  line-height: 30px;
}
.page-template-page-timeline .timeline-wrapper .timeline-event .timeline-image {
  position: relative;
  z-index: 10;
}
.page-template-page-timeline .timeline-wrapper .timeline-event .timeline-image img {
  max-width: 330px;
  height: auto;
}
.page-template-page-timeline .timeline-wrapper .timeline-event .border {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
  border: 10px solid #e30613;
}
.page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(odd) .border {
  border-color: #319fe2;
}
.faq-content {
  padding-bottom: 30px;
}
.faq-content p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin: 0 auto 40px auto;
  max-width: 1000px;
}
.faq-wrapper {
  padding-bottom: 100px;
}
.faq-wrapper .faq-row {
  border-bottom: 1px solid rgba(58,58,58,0.2);
  padding: 40px 0 40px 0;
}
.faq-wrapper .faq-row h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  position: relative;
  padding-right: 40px;
  display: inline-block;
  cursor: pointer;
}
.faq-wrapper .faq-row h2 i {
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-transform: rotate(90deg);
  -webkit-transform: translate3d(0,0,0) rotate(90deg);
  transform: translate3d(0,0,0) rotate(90deg);
}
.faq-wrapper .faq-row h2:hover i {
  -ms-transform: rotate(90deg);
  -webkit-transform: translate3d(0,0,0) rotate(90deg);
  transform: translate3d(0,0,0) rotate(90deg);
}
.faq-wrapper .faq-row p {
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}
.faq-wrapper .faq-row p:last-child {
  margin-bottom: 0;
}
.faq-wrapper .faq-row.closed i {
  -ms-transform: rotate(0deg);
  -webkit-transform: translate3d(0,0,0) rotate(0deg);
  transform: translate3d(0,0,0) rotate(0deg);
}
.page-template-page-contact {
  zoom: 1;
}
.page-template-page-contact:before,
.page-template-page-contact:after {
  content: "";
  display: table;
}
.page-template-page-contact:after {
  clear: both;
}
.page-template-page-contact .contact-form,
.page-template-page-contact .map-wrapper {
  width: 100%;
  padding-bottom: 100px;
}
.page-template-page-contact .contact-content {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}
.page-template-page-contact .contact-content p {
  margin: 0 0 15px 0;
}
.page-template-page-contact .contact-content h4 {
  margin-top: 0;
}
.page-template-page-contact .contact-content img {
  margin-top: 20px;
  max-width: 120px;
  height: auto;
}
body.page-template-page-management .member-cat h2 {
  text-align: center;
}
body.page-template-page-management .members {
  text-align: center;
}
body.page-template-page-management .members .member {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 1%;
  margin-bottom: 30px;
}
body.page-template-page-management .members .member .member-image-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.page-template-page-management .members .member .member-details-container {
  text-align: center;
  margin-top: 10px;
}
body.page-template-page-management .members .member .member-details-container .member-title {
  font-weight: 800;
}
.gform_validation_container {
  display: none;
}
#preloader {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
}
.loader-txt {
  display: none;
}
.loader-img {
  margin-left: 300px;
}
#top-footer ul#menu-footer li#menu-item-35 {
  margin-bottom: 0;
}
@keyframes anim {
  0% {
    transform: translate(0,-25px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  95% {
    transform: translate(0,25px);
  }
  100% {
    transform: translate(0,25px);
    opacity: 0;
  }
}
@-webkit-keyframes anim {
  0% {
    -webkit-transform: translate(0,-25px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  95% {
    -webkit-transform: translate(0,25px);
  }
  100% {
    -webkit-transform: translate(0,25px);
    opacity: 0;
  }
}
.qtranxs-available-languages-message {
  display: none;
}
@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;
  }
  .page-parent .expo-numbers .number-wrapper {
    margin-right: 0;
    width: 120px;
    height: 120px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .page-parent .expo-numbers .number-wrapper .number {
    font-size: 30px;
  }
  .page-parent .expo-numbers .number-wrapper .type {
    font-size: 10px;
    margin-top: 5px;
  }
  #main .right {
    width: 450px;
    height: 450px;
  }
  .page-template {
    zoom: 1;
  }
  .page-template:before,
  .page-template:after {
    content: "";
    display: table;
  }
  .page-template:after {
    clear: both;
  }
  .page-template .contact-form #gform_1 .gform_footer button {
    width: inherit;
  }
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1 {
    zoom: 1;
  }
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1:before,
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1:after {
    content: "";
    display: table;
  }
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1:after {
    clear: both;
  }
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1 #field_1_1,
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1 #field_1_5 {
    list-style-type: none;
    width: 49%;
    float: left;
  }
  .page-template .contact-form #gform_1 .gform_body #gform_fields_1 #field_1_5 {
    margin-left: 2%;
    margin-top: 0;
  }
  #info-block-1 .image-wrapper .image,
  #info-block-2 .image-wrapper .image,
  #info-block-3 .image-wrapper .image {
    height: 370px;
  }
}
@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;
  }
  .wrap {
    max-width: 1400px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  body .pattern-bottom {
    min-height: 320px;
  }
  .body-text {
    font-size: 20px;
    line-height: 41px;
  }
  #connecting-minds .left,
  #lets-make-it-happen .left {
    width: 100%;
  }
  #connecting-minds .left h2:after,
  #lets-make-it-happen .left h2:after {
    max-width: 100%;
  }
  #connecting-minds .right,
  #lets-make-it-happen .right {
    width: 100%;
  }
  #connecting-minds .right .body-text,
  #lets-make-it-happen .right .body-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }
  #fullwidth-image {
    height: 300px;
    font-size: 60px;
  }
  #fullwidth-image span.text {
    margin-top: 110px;
  }
  #countdown-container .pattern-top {
    width: 100%;
    height: 90px;
    padding-left: 151px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url("../images/pattern-corner@2x.png");
    background-size: auto 90px;
    position: relative;
    z-index: 25;
  }
  #countdown-container .countdown-wrapper {
    margin: 0;
  }
  #countdown-container .inner-countdown {
    max-width: 700px;
  }
  #countdown-container .countdown .countdown-row .countdown-section {
    width: auto;
    padding: 0;
    border-right: 1px solid #3a3a3a;
    border-bottom: none;
    margin: 0;
  }
  #countdown-container .countdown .countdown-row .countdown-section .countdown-amount {
    width: auto;
    min-width: 160px;
    font-size: 60px;
  }
  #top-footer ul#menu-footer {
    padding: 0;
    border-bottom: none;
    text-align: left;
  }
  #top-footer ul#menu-footer li ul {
    padding-left: 10px;
  }
  #top-footer nav,
  #top-footer .social-icons,
  #top-footer .expo-logo,
  #top-footer .luxembourg-logo {
    width: 50%;
    float: left;
  }
  #top-footer .expo-logo .logo {
    background-size: 400px auto;
    width: 400px;
  }
  #top-footer nav,
  #top-footer .social-icons,
  #top-footer .expo-logo {
    position: relative;
  }
  #top-footer nav:after {
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #C1C1C1;
  }
  #top-footer nav {
    border-bottom: 1px solid #C1C1C1;
  }
  #top-footer .social-icons {
    padding-top: 75px;
  }
  #top-footer .footer-column {
    min-height: 185px;
  }
  #top-footer .expo-logo,
  #top-footer .luxembourg-logo {
    border-bottom: none;
  }
  #main .left h1 {
    font-size: 65px;
    line-height: 68px;
    padding: 0 0 20px 0;
  }
  #main .left h2 {
    font-size: 28px;
  }
  #main .right {
    margin: 0;
    width: 550px;
    height: 550px;
  }
  body.not-supported #main .right {
    background-size: 550px auto;
  }
  h1.page-title {
    font-size: 66px;
  }
  .partners-content p {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
  .page-parent .expo-content p,
  .page-parent .parent-content p {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
  .page-parent .expo-numbers .number-wrapper {
    margin-left: 5px;
  }
  .page-parent .parent-image .image {
    height: 350px;
  }
  .page-parent .expo-subpages,
  .page-parent .subpages {
    padding: 40px 0 200px 0;
  }
  .page-parent .expo-subpages div,
  .page-parent .subpages div {
    width: 45%;
    float: left;
    margin-right: 5%;
  }
  .page-parent .expo-subpages div:last-child,
  .page-parent .subpages div:last-child {
    margin-right: 0;
  }
  .page-parent .expo-subpages div a .image,
  .page-parent .subpages div a .image {
    width: 100%;
  }
  .page-parent .expo-subpages div a h2,
  .page-parent .subpages div a h2 {
    margin: 60px 0 40px;
  }
  .arrows-down-wrapper {
    margin-top: 60px;
  }
  .arrows-down-wrapper .arrow-large {
    border-width: 23px 13px 0 13px;
    border-color: #319fe2 transparent transparent transparent;
    margin-bottom: 10px;
  }
  @keyframes arrowAnim {
    .arrows-down-wrapper 0% {
      transform: translate(0,-25px);
      opacity: 0;
    }
    .arrows-down-wrapper 10% {
      transform: translate(0,-25px);
      opacity: 0;
    }
    .arrows-down-wrapper 30% {
      opacity: 1;
    }
    .arrows-down-wrapper 50% {
      opacity: 1;
    }
    .arrows-down-wrapper 85% {
      opacity: 0;
    }
    .arrows-down-wrapper 95% {
      transform: translate(0,25px);
    }
    .arrows-down-wrapper 100% {
      transform: translate(0,25px);
      opacity: 0;
    }
  }
  .section-type-image_text {
    zoom: 1;
  }
  .section-type-image_text:before,
  .section-type-image_text:after {
    content: "";
    display: table;
  }
  .section-type-image_text:after {
    clear: both;
  }
  .section-type-image_text img {
    width: 40%;
    float: left;
  }
  .section-type-image_text .text {
    width: 60%;
    float: right;
    padding: 0 0 0 60px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-type-text_image {
    zoom: 1;
  }
  .section-type-text_image:before,
  .section-type-text_image:after {
    content: "";
    display: table;
  }
  .section-type-text_image:after {
    clear: both;
  }
  .section-type-text_image img {
    width: 40%;
    float: right;
  }
  .section-type-text_image .text {
    width: 60%;
    float: left;
    padding: 0 60px 0 0;
    margin-bottom: 0;
    margin-top: 0;
  }
  .section-type-image .image {
    height: 350px;
    margin-bottom: 0;
  }
  .section-type-images .image1,
  .section-type-images .image2 {
    width: 50%;
    height: 350px;
  }
  .section-type-images .image1 {
    float: left;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .section-type-images .image2 {
    float: right;
    padding-left: 20px;
  }
  .faq-content p {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
  }
  body.page-template-page-management .members .member {
    width: 33%;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .logo-wrapper {
    border: none;
    background: none;
    padding: 0;
  }
  .header .logo-wrapper #logo,
  .header .logo-wrapper #logo-expo {
    height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .logo-wrapper #logo {
    background-size: 170px auto;
    width: 170px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .logo-wrapper #logo-expo {
    background-size: 216px auto;
    width: 216px;
    margin-left: 20px;
  }
  .header .navigation-wrapper {
    margin-left: 0;
  }
  .header .navigation-wrapper nav {
    display: inline-block;
  }
  .header .navigation-wrapper nav ul.nav > li,
  .header .navigation-wrapper nav div.nav ul > li {
    float: left;
    position: relative;
    padding-bottom: 15px;
  }
  .header .navigation-wrapper nav ul.nav > li > a,
  .header .navigation-wrapper nav div.nav ul > li > a {
    text-decoration: none;
    margin: 0px 15px;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .navigation-wrapper nav ul.nav > li ul.sub-menu,
  .header .navigation-wrapper nav ul.nav > li ul.children,
  .header .navigation-wrapper nav div.nav ul > li ul.sub-menu,
  .header .navigation-wrapper nav div.nav ul > li ul.children {
    margin-top: 0;
    border-top: 0;
    position: absolute;
    opacity: 0;
    z-index: 99999;
    pointer-events: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    left: 14px;
    box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
    top: -10px;
    background: #fff;
  }
  .header .navigation-wrapper nav ul.nav > li ul.sub-menu li,
  .header .navigation-wrapper nav ul.nav > li ul.children li,
  .header .navigation-wrapper nav div.nav ul > li ul.sub-menu li,
  .header .navigation-wrapper nav div.nav ul > li ul.children li {
    padding: 0 4px;
  }
  .header .navigation-wrapper nav ul.nav > li ul.sub-menu li a,
  .header .navigation-wrapper nav ul.nav > li ul.children li a,
  .header .navigation-wrapper nav div.nav ul > li ul.sub-menu li a,
  .header .navigation-wrapper nav div.nav ul > li ul.children li a {
    border-right: 0;
    display: block;
    padding: 10px 6px;
    text-align: center;
    border-bottom: 1px solid #3a3a3a;
    font-weight: 300;
    white-space: nowrap;
    margin: 0;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .navigation-wrapper nav ul.nav > li ul.sub-menu li a:hover,
  .header .navigation-wrapper nav ul.nav > li ul.children li a:hover,
  .header .navigation-wrapper nav div.nav ul > li ul.sub-menu li a:hover,
  .header .navigation-wrapper nav div.nav ul > li ul.children li a:hover {
    color: #319fe2;
  }
  .header .navigation-wrapper nav ul.nav > li ul.sub-menu li:last-child a,
  .header .navigation-wrapper nav ul.nav > li ul.children li:last-child a,
  .header .navigation-wrapper nav div.nav ul > li ul.sub-menu li:last-child a,
  .header .navigation-wrapper nav div.nav ul > li ul.children li:last-child a {
    border: none;
  }
  .header .navigation-wrapper nav ul.nav > li.menu-item-has-children a,
  .header .navigation-wrapper nav div.nav ul > li.menu-item-has-children a {
    padding-right: 14px;
  }
  .header .navigation-wrapper nav ul.nav > li.menu-item-has-children:after,
  .header .navigation-wrapper nav div.nav ul > li.menu-item-has-children:after {
    content: "\e900";
    display: block;
    font-size: 16px;
    font-family: dubai;
    position: absolute;
    font-size: 8px;
    right: 8px;
    top: 3px;
    color: #3a3a3a;
    -ms-transform: rotate(0);
    -webkit-transform: translate3d(0,0,0) rotate(0);
    transform: translate3d(0,0,0) rotate(0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .navigation-wrapper nav ul.nav > li.current-menu-item > a,
  .header .navigation-wrapper nav ul.nav > li.current_page_item > a,
  .header .navigation-wrapper nav ul.nav > li.current-menu-parent > a,
  .header .navigation-wrapper nav div.nav ul > li.current-menu-item > a,
  .header .navigation-wrapper nav div.nav ul > li.current_page_item > a,
  .header .navigation-wrapper nav div.nav ul > li.current-menu-parent > a {
    color: #319fe2;
  }
  .header .navigation-wrapper nav ul.nav > li.current-menu-item.menu-item-has-children:after,
  .header .navigation-wrapper nav ul.nav > li.current_page_item.menu-item-has-children:after,
  .header .navigation-wrapper nav ul.nav > li.current-menu-parent.menu-item-has-children:after,
  .header .navigation-wrapper nav div.nav ul > li.current-menu-item.menu-item-has-children:after,
  .header .navigation-wrapper nav div.nav ul > li.current_page_item.menu-item-has-children:after,
  .header .navigation-wrapper nav div.nav ul > li.current-menu-parent.menu-item-has-children:after {
    color: #319fe2;
  }
  .header .navigation-wrapper nav ul.nav > li:hover > a,
  .header .navigation-wrapper nav div.nav ul > li:hover > a {
    color: #319fe2;
  }
  .header .navigation-wrapper nav ul.nav > li:hover.menu-item-has-children:after,
  .header .navigation-wrapper nav div.nav ul > li:hover.menu-item-has-children:after {
    color: #319fe2;
    -ms-transform: rotate(180deg);
    -webkit-transform: translate3d(0,0,0) rotate(180deg);
    transform: translate3d(0,0,0) rotate(180deg);
  }
  .header .navigation-wrapper nav ul.nav > li:hover ul,
  .header .navigation-wrapper nav div.nav ul > li:hover ul {
    top: 26px;
    opacity: 1;
    pointer-events: auto;
  }
  .header .navigation-wrapper .language-wrapper {
    position: relative;
    top: auto;
    right: auto;
  }
  .header .navigation-wrapper .language-wrapper .language-chooser {
    font-size: 15px;
  }
  .header .navigation-wrapper .language-wrapper .language-chooser li.active {
    top: 0;
  }
  .header.fixed {
    background: #fff;
  }
  .header.fixed .logo-wrapper {
    padding: 10px 0;
  }
  .header.fixed .logo-wrapper #logo,
  .header.fixed .logo-wrapper #logo-expo {
    height: 51px;
  }
  .header.fixed .logo-wrapper #logo {
    background-size: 85px auto;
    width: 102px;
  }
  #mobile-menu-button {
    display: none;
  }
  #content {
    padding-top: 141px;
  }
  #connecting-minds .left,
  #lets-make-it-happen .left {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    margin-bottom: 0;
  }
  #connecting-minds .left h2,
  #lets-make-it-happen .left h2 {
    position: absolute;
    bottom: 15px;
    max-width: 346px;
    padding-right: 40px;
  }
  #connecting-minds .left h2:after,
  #lets-make-it-happen .left h2:after {
    right: 40px;
  }
  #connecting-minds .right,
  #lets-make-it-happen .right {
    float: right;
    width: 66.66%;
  }
  .entry-content {
    font-size: 22px;
  }
  .sponsors .sponsor a {
    height: 170px;
  }
  .sponsors .sponsor img {
    max-width: 160px;
  }
  #info-block-1,
  #info-block-2,
  #info-block-3 {
    padding: 0 0 0 30%;
    position: relative;
    margin-bottom: 150px;
  }
  #info-block-1 .image-wrapper,
  #info-block-2 .image-wrapper,
  #info-block-3 .image-wrapper {
    position: absolute;
    z-index: 2;
    right: 63%;
    width: 40%;
    margin-right: -5%;
    top: 30px;
  }
  #info-block-1 .image-wrapper .image,
  #info-block-2 .image-wrapper .image,
  #info-block-3 .image-wrapper .image {
    height: 370px;
    background-position: right bottom;
  }
  #info-block-1 .content-wrapper,
  #info-block-2 .content-wrapper,
  #info-block-3 .content-wrapper {
    margin-top: 0;
    padding: 150px 40px 140px 180px;
  }
  #info-block-1 .content-wrapper h2,
  #info-block-2 .content-wrapper h2,
  #info-block-3 .content-wrapper h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  #info-block-1 .content-wrapper .read-more:hover,
  #info-block-2 .content-wrapper .read-more:hover,
  #info-block-3 .content-wrapper .read-more:hover {
    margin: 0 0 0 10px;
  }
  #info-block-1:nth-child(even),
  #info-block-2:nth-child(even),
  #info-block-3:nth-child(even) {
    padding: 0 30% 0 0;
  }
  #info-block-1:nth-child(even) .image-wrapper,
  #info-block-2:nth-child(even) .image-wrapper,
  #info-block-3:nth-child(even) .image-wrapper {
    right: auto;
    left: 65%;
    margin: 0 0 0 -5%;
    width: 35%;
  }
  #info-block-1:nth-child(even) .content-wrapper,
  #info-block-2:nth-child(even) .content-wrapper,
  #info-block-3:nth-child(even) .content-wrapper {
    padding: 150px 140px 150px 100px;
  }
  #fullwidth-image {
    height: 700px;
    font-size: 80px;
  }
  #fullwidth-image span.text {
    margin-top: 300px;
  }
  .section-year {
    font-size: 35px;
    margin-bottom: 45px;
    margin-top: 50px;
  }
  .news-list article.news-item {
    width: 46%;
    min-height: 570px;
    float: left;
  }
  .news-list article.news-item:nth-child(2n) {
    margin-left: 8%;
  }
  .news-list article.news-item .news-image {
    height: 250px;
  }
  .news-list article.news-item .news-date {
    margin-top: 30px;
    font-size: 22px;
  }
  .news-list article.news-item h2 {
    min-height: 130px;
  }
  .news-list article.news-item .news-more a {
    font-size: 20px;
  }
  .single-post .article-header .date {
    font-size: 25px;
  }
  .single-post .article-header h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .single-post .news-content .news-image {
    height: 300px;
  }
  #countdown-container .inner-countdown {
    max-width: 788px;
  }
  #countdown-container .countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 66px;
    min-width: 180px;
  }
  .page-parent .parent-image .image {
    height: 500px;
  }
  .section-type-image_text,
  .section-type-text_image {
    zoom: 1;
  }
  .section-type-image_text:before,
  .section-type-image_text:after,
  .section-type-text_image:before,
  .section-type-text_image:after {
    content: "";
    display: table;
  }
  .section-type-image_text:after,
  .section-type-text_image:after {
    clear: both;
  }
  .section-type-image_text img,
  .section-type-text_image img {
    width: 30%;
  }
  .section-type-image_text .text,
  .section-type-text_image .text {
    width: 70%;
  }
  .section-type-image .image,
  .section-type-images .image {
    height: 460px;
  }
  body.page-template-page-management .member-cat {
    margin-top: 80px;
  }
  body.page-template-page-management .members .member {
    width: 24%;
    margin-bottom: 70px;
    padding: 1.5%;
  }
  body.page-template-page-management .members .member .member-details-container {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  #info-block-1 .image-wrapper {
    top: 70px !important;
  }
  #info-block-2 .image-wrapper {
    top: 130px !important;
  }
  #main .left h1 {
    font-size: 65px;
    line-height: 68px;
  }
  #main .left h2 {
    font-size: 28px;
  }
  #main .right {
    margin-top: -300px;
  }
  #info-block-1,
  #info-block-2,
  #info-block-3 {
    padding: 0 10% 0 40%;
  }
  #info-block-1 .image-wrapper,
  #info-block-2 .image-wrapper,
  #info-block-3 .image-wrapper {
    right: 60%;
    width: 40%;
  }
  #info-block-1 .image-wrapper .image,
  #info-block-2 .image-wrapper .image,
  #info-block-3 .image-wrapper .image {
    height: 440px;
  }
  #info-block-1:nth-child(even),
  #info-block-2:nth-child(even),
  #info-block-3:nth-child(even) {
    padding: 0 40% 0 10%;
  }
  #info-block-1:nth-child(even) .image-wrapper,
  #info-block-2:nth-child(even) .image-wrapper,
  #info-block-3:nth-child(even) .image-wrapper {
    left: 65%;
    margin: 0 0 0 -10%;
    width: 35%;
  }
  #info-block-1:nth-child(even) .content-wrapper,
  #info-block-2:nth-child(even) .content-wrapper,
  #info-block-3:nth-child(even) .content-wrapper {
    padding: 150px 100px 150px 100px;
  }
  #top-footer nav {
    width: 28%;
    float: left;
    border: none;
  }
  #top-footer .social-icons,
  #top-footer .expo-logo,
  #top-footer .luxembourg-logo {
    width: 24%;
    float: left;
    border: none;
  }
  #top-footer .social-icons:after,
  #top-footer .expo-logo:after {
    content: '';
    display: block;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #C1C1C1;
  }
  #fullwidth-image {
    height: 700px;
    font-size: 110px;
  }
  #fullwidth-image span.text {
    margin-top: 270px;
  }
  .partners-content p {
    width: 1060px;
  }
  .page-parent .expo-content p,
  .page-parent .parent-content p {
    width: 1060px;
  }
  .page-parent .expo-numbers {
    max-width: 831px;
  }
  .page-parent .expo-numbers .number-wrapper {
    width: 185px;
    height: 185px;
    margin-right: 20px;
  }
  .page-parent .expo-numbers .number-wrapper .number {
    font-size: 70px;
  }
  .page-parent .expo-numbers .number-wrapper .type {
    font-size: 18px;
  }
  .page-parent .expo-numbers .volunteers .number {
    font-size: 45px;
  }
  .page-parent .expo-subpages,
  .page-parent .subpages {
    padding: 40px 0 200px 0;
  }
  .header .navigation-wrapper nav ul.nav > li > a,
  .header .navigation-wrapper nav div.nav ul > li > a {
    margin: 0px 15px;
  }
  .faq-content p {
    width: 1060px;
  }
  .page-template {
    zoom: 1;
  }
  .page-template:before,
  .page-template:after {
    content: "";
    display: table;
  }
  .page-template:after {
    clear: both;
  }
  .page-template .contact-form,
  .page-template .map-wrapper {
    width: 75%;
    float: left;
  }
  .page-template .contact-content {
    width: 22%;
    float: right;
  }
  .page-template-page-timeline #inner-content {
    overflow: hidden;
  }
  .page-template-page-timeline h1 {
    margin-bottom: 80px;
  }
  .page-template-page-timeline .timeline-wrapper {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 80px auto 200px auto;
    min-height: 1500px;
  }
  .page-template-page-timeline .timeline-wrapper .vertical-line {
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #E1E1E1;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event {
    max-width: 515px;
    width: 46%;
    padding: 60px 50px;
    position: absolute;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event .border {
    bottom: 165px;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(even),
  .page-template-page-timeline .timeline-wrapper .timeline-event.left {
    text-align: right;
    border-color: #e30613;
    left: -70%;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(even).animate,
  .page-template-page-timeline .timeline-wrapper .timeline-event.left.animate {
    left: 0;
    animation-duration: 0.6s;
    animation-name: slideFromLeft;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(even)::after,
  .page-template-page-timeline .timeline-wrapper .timeline-event.left::after {
    border-color: transparent #e30613 transparent transparent;
    border-width: 13px 23px 13px 0;
    right: -8.8%;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(odd),
  .page-template-page-timeline .timeline-wrapper .timeline-event.right {
    right: 0;
    border-color: #319fe2;
    right: -70%;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(odd).animate,
  .page-template-page-timeline .timeline-wrapper .timeline-event.right.animate {
    right: 0;
    animation-duration: 0.6s;
    animation-name: slideFromRight;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event:nth-child(odd)::after,
  .page-template-page-timeline .timeline-wrapper .timeline-event.right::after {
    border-color: transparent transparent transparent #319fe2;
    border-width: 13px 0 13px 23px;
    left: -8.5%;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event::after {
    position: absolute;
    content: '';
    top: 0;
    display: block;
    border-style: solid;
    text-indent: -9999px;
    width: 0;
    height: 0;
  }
  .page-template-page-timeline .timeline-wrapper .timeline-event.sync::after {
    top: 26px;
  }
  @keyframes slideFromLeft {
    0% {
      opacity: 0;
      transform: translate3d(-150%,0,0);
      animation-timing-function: ease-in;
    }
    60% {
      transform: translate3d(-30%,0,0);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: translate3d(0,0,0);
      animation-timing-function: ease-out;
    }
  }
  @keyframes slideFromRight {
    0% {
      opacity: 0;
      transform: translate3d(150%,0,0);
      animation-timing-function: ease-in;
    }
    60% {
      transform: translate3d(25%,0,0);
      animation-timing-function: ease-out;
    }
    100% {
      opacity: 1;
      transform: translate3d(0,0,0);
      animation-timing-function: ease-out;
    }
  }
}
@media only screen and (min-width: 1400px) {
  .wrap {
    width: 100%;
  }
  #content {
    padding-top: 104px;
  }
  .header .logo-wrapper {
    width: auto;
    float: left;
    display: block;
  }
  .header .navigation-wrapper {
    width: auto;
    zoom: 1;
    display: block;
    float: right;
    margin-top: 44px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .navigation-wrapper:before,
  .header .navigation-wrapper:after {
    content: "";
    display: table;
  }
  .header .navigation-wrapper:after {
    clear: both;
  }
  .header .navigation-wrapper .language-wrapper {
    width: 42px;
  }
  .header.fixed .navigation-wrapper {
    margin-top: 28px;
  }
}
@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;
  }
}
