/* custom CSS files */

@import url(/medias/font-awesome.min.css?context=bWFzdGVyfHd3LXNjcmlwdHN8MzExNTZ8dGV4dC9jc3N8d3ctc2NyaXB0cy9oMzcvaDIzLzk1ODQwNDk0NTUxMzQuY3NzfDdlMDVkNzk0Njg2ZTYyY2RlMmUwMWE5NTkwMDczZWI3Y2VjYmVmMDljZTMwMzk1YTJjMGRmYjZjNDU3MGVhZDQ);
@import url(/medias/ionicons.min.css?context=bWFzdGVyfHd3LXNjcmlwdHN8NTE0MTN8dGV4dC9jc3N8d3ctc2NyaXB0cy9oYjYvaDk0Lzk1ODQwNTAzMzk4NzAuY3NzfDNiOWY2ZTM0MzBkMjEwN2NlODYzYjZkNGI0ZjI1MmIzZmM4YWNiMTY1OWNhMmJkOWFkY2YwMGI2ZWVlZDA2MWI);
@import url(/medias/bootstrap.min.css?context=bWFzdGVyfHd3LXNjcmlwdHN8MTIxMjAwfHRleHQvY3NzfHd3LXNjcmlwdHMvaGRiL2hlYS85NTE2MTY0NzEwNDMwLmNzc3w3ZWFlNTM3ZWM4Y2E3MjVkZjE2ODk4YTYxN2UxY2VlZmZkZjM4OTQ2YjM5OTU4Yjk5ZmI5MjBlYjMzOTRkN2M0);
@import url(/medias/animate.css?context=bWFzdGVyfHd3LXNjcmlwdHN8NzE0MTF8dGV4dC9jc3N8d3ctc2NyaXB0cy9oNDAvaGRiLzk1ODQwNTI1MDI1NTguY3NzfDY2Nzk4MmFmYjJjYThmNzEyNTFjOWFkMTY2NDMyM2MwNTBiNmIwOTRiN2M0Y2Y1ZjAxNDgwZjBmZjAyNDZiNmU);
@import url(/medias/swipebox.css?context=bWFzdGVyfHd3LWNlcy0yMDE4fDU5Mjh8dGV4dC9jc3N8d3ctY2VzLTIwMTgvaGY4L2hiYi85NTg0MDU0NDM1ODcwLmNzc3xmMzE1MjYwNWFjZjdjYmMyNmQ5MTk5YzQ4MWIwZGY3ZWQ5MzcxMjMwOGNiM2NjMWQ3YTFmZDI5N2ZhZTBiMDg4);
@import url(/medias/jquery.mCustomScrollbar.css?context=bWFzdGVyfHd3LWNlcy0yMDE4fDUyNDE1fHRleHQvY3NzfHd3LWNlcy0yMDE4L2gzMi9oMmIvOTU4NDA1Mzg0NjA0Ni5jc3N8YjgzNzk3NzllZWNiNTA4MmE1MzQzNzYzMjZmZDRmOWUxNjhjYTg4NmM1NDVhMzhmZDY2NDZmMjNhMTUyNzAzZA);

#oo_tab,
#oo_bar {
  display: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}


/* ------------------------------------- */

/* Loading ............................. */

/* ------------------------------------- */

.overload-left {
  position: fixed;
  top: 0;
  left: -50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

.overload-left.loading-done {
  -webkit-animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: fadeleft 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.overload-right {
  position: fixed;
  top: 0;
  right: -50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: skew(-25deg, 0deg);
  -moz-transform: skew(-25deg, 0deg);
  -ms-transform: skew(-25deg, 0deg);
  -o-transform: skew(-25deg, 0deg);
  transform: skew(-25deg, 0deg);
}

.overload-right.loading-done {
  -webkit-animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: faderight 1.5s normal forwards cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#loading {
  position: fixed;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background: rgba(32, 35, 45, 0.4);
}

#loading.loading-done {
  background: transparent;
}

#loading #preloader {
  position: relative;
  top: calc(50% - 1.5rem);
  width: 100%;
  height: 3rem;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#loading #preloader.loading-done {
  opacity: 0;
}

#loading #preloader:after {
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /*  content: 'Innovation Loading...';*/
  text-align: center;
  letter-spacing: .2rem;
  /* Text under the circle */
  text-transform: uppercase;
  color: #FFFFFF;
}

#loading #preloader span {
  position: absolute;
  border: 2px solid #ff6226;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#loading #preloader span:nth-child(1) {
  z-index: 10;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: spinning 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#loading #preloader span:nth-child(2) {
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    left: -150%;
    opacity: 0;
  }
}

@-moz-keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    left: -150%;
    opacity: 0;
  }
}

@keyframes fadeleft {
  0% {
    left: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    left: -150%;
    opacity: 0;
  }
}

@-webkit-keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    right: -150%;
    opacity: 0;
  }
}

@-moz-keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    right: -150%;
    opacity: 0;
  }
}

@keyframes faderight {
  0% {
    right: -50%;
    background: rgba(32, 35, 45, 0.4);
  }

  100% {
    right: -150%;
    opacity: 0;
  }
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinning {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* ------------------------------------- */

/* Generic styles ...................... */

/* ------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  position: absolute;
  height: 100%;
  letter-spacing: 0;
  color: #FFFFFF;
  background: #2B2D35;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.mobile-device .section {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}

body.mobile-device #menu {
  /*  transition: none;*/
}

body.mobile-device #menu.menu-opened {
  right: 0 !important;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

body.mobile-device #pagepiling.menu-opened {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.scroll-touch {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body,
input,
select,
textarea {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  text-decoration: none !important;
  color: #521bff;
  outline: none !important;
}

a:active,
a:focus {
  text-decoration: none !important;
  color: #FFFFFF;
  outline: none !important;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

button:hover,
button:active,
button:focus {
  text-decoration: none !important;
  color: #2B2D35;
  outline: none !important;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #FFFFFF;
}

p.subtitle {
  font-size: 1.8rem;
  margin-bottom: 4rem;
  letter-spacing: .3rem;
  text-transform: none;
}

img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

p.text-intro {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 1.5rem 0;
  color: #FFFFFF;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: inherit;
}

h1 {
  font-size: 10rem;
  font-weight: 400;
  text-transform: none;
}

h2 {
  font-size: 4.3rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.2rem;
}

sub {
  font-size: .8em;
  position: relative;
  top: .5em;
}

sup {
  font-size: .8em;
  position: relative;
  top: -.5em;
}

.clear {
  clear: both;
}

.display-none {
  display: none !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.opacity-0 {
  visibility: hidden !important;
  opacity: 0 !important;
}

.opacity-03 {
  opacity: .3 !important;
}

.opacity-1 {
  visibility: visible !important;
  opacity: 1 !important;
}

.index-999 {
  z-index: -999 !important;
}


/* ------------------------------------- */

/* Pagepiling .......................... */

/* ------------------------------------- */

/*!
 * pagepiling.js 1.5.3
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */

#pagepiling {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#pagepiling.content-opened {
  opacity: .3 !important;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

#pagepiling.menu-opened {
  opacity: .3 !important;
  /*
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
*/
}

.pp-section {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pp-section .intro {
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
}

#pp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -32px;
  opacity: 1;
}

#pp-nav.right {
  right: 17px;
}

#pp-nav.left {
  left: 17px;
}

.pp-section.pp-table {
  display: table;
}

.pp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.pp-slidesNav.bottom {
  bottom: 17px;
}

.pp-slidesNav.top {
  top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
  position: relative;
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
}

.pp-slidesNav li {
  display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #FFFFFF;
}

#pp-nav span,
.pp-slidesNav span {
  position: absolute;
  z-index: 1;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.pp-tooltip {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  top: -2px;
  max-width: 220px;
  white-space: nowrap;
  color: #fff;
}

.pp-tooltip.right {
  right: 20px;
}

.pp-tooltip.left {
  left: 20px;
}

.pp-scrollable {
  overflow-y: scroll;
  height: 100%;
}

#pp-nav.right {
  right: 6vw;
}

#pp-nav.left {
  left: 6vw;
}

.section {
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  -o-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section:first-child {
  top: 0;
}

.section.horizontal-mod {
  top: 0;
  left: 100%;
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: rotateX(0deg) rotateY(-60deg);
  -moz-transform: rotateX(0deg) rotateY(-60deg);
  -ms-transform: rotateX(0deg) rotateY(-60deg);
  -o-transform: rotateX(0deg) rotateY(-60deg);
  transform: rotateX(0deg) rotateY(-60deg);
}

.section.horizontal-mod:first-child {
  top: auto;
  left: 0;
}

.pp-section.active {
  opacity: 1 !important;
  -webkit-transform: rotateX(0) rotateY(0);
  -moz-transform: rotateX(0) rotateY(0);
  -ms-transform: rotateX(0) rotateY(0);
  -o-transform: rotateX(0) rotateY(0);
  transform: rotateX(0) rotateY(0);
}

.pp-section.active .intro {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  float: right;
  margin-right: 11%;
}

.intro-logo {
  width: 250px;
}

.intro .subtitle {
  margin: 0 0 2em 0;
  font-size: 2.0rem;
  text-align: center;
  font-weight: 200;
}

/* ------------------------------------- */

/* Logo     ............................ */

/* ------------------------------------- */

#event-logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}

#event-logo .l-logo,
#event-logo .event-logo-home {
  display: inline-block;
}

#event-logo .l-logo embed {
  width: 51px;
  pointer-events: none;
}

#event-logo .event-logo-home embed {
  width: 147px;
  margin-left: 10px;
  pointer-events: none;
}

/* ------------------------------------- */

/* Menu nav ............................ */

/* ------------------------------------- */

#menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 60em;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*  background-color: rgba(0, 0, 0, 0.8);*/
}

.dark-bg {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100% !important;
}

#menu.popup-opened {
  top: -6rem;
  display: none;
}

#menu.content-opened {
  -webkit-transform: translate3d(-50vw, 0, 0);
  -moz-transform: translate3d(-50vw, 0, 0);
  -ms-transform: translate3d(-50vw, 0, 0);
  -o-transform: translate3d(-50vw, 0, 0);
  transform: translate3d(-50vw, 0, 0);
  top: 10%;
}

#menu li {
  line-height: 5rem;
  position: relative;
  display: inline-block;
  float: left;
  min-width: 5rem;
  min-height: 5rem;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#menu li:hover::before {
  opacity: 0;
}

#menu li:hover::after {
  opacity: 1;
}

#menu li a {
  font-weight: 400;
  display: block;
  overflow: visible;
  margin: 0 2rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}

#menu #menu-link {
  position: absolute;
  z-index: 80;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#menu #menu-link li {
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

#menu #menu-link li a {
  display: block;
  padding: 0;
  margin: 0 0 15px 0;
}

#menu #menu-link li a:hover,
#menu #menu-link li a:focus {
  background-color: transparent;
}

.accordion {
  width: 100%;
}

.accordion .link {
  cursor: pointer;
  display: block;
  margin: 15px 15px 15px 90px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
}

.accordion .link:hover {}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 55px;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}

.accordion li i:before {
  content: "\f067";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  right: auto;
  left: 12px;
}

.accordion li.open i:before {
  content: "\f068";
}

#menu #menu-link .accordion li.submenu-item {
  width: 100%;
  text-align: left;
}

.accordion li #player-container1 i:before {
  content: "\f04b";
}

.accordion li #player-container1 .vid-item:hover .play-btn {
  top: 19%;
  left: 44%;
  font-size: 2em;
}

.accordion li.open .link {
  pointer-events: none;
  border-bottom: 1px solid #DF130B;
}

.accordion li.open i {
  /*  color: #46c8e1;*/
}

#accordion .accordion-dropdowns.open .submenu-item {
  pointer-events: all;
}

.accordion li.open i.fa-plus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.open .link a {
  /*  color: #46c8e1;*/
}

#menu #menu-link #accordion .accordion-dropdowns .photos-title a {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.submenu {
  display: none;
  height: 90vh;
  background-color: transparent;
  border: none;
  border-radius: unset;
  background-clip: unset;
  box-shadow: none;
  min-width: 550px;
  overflow-y: scroll;
  margin-top: 20px;
  pointer-events: all;
}

.open > .dropdown-menu {
  display: block;
  right: auto;
  left: -80%;
}

.open > .dropdown-menu.products-submenu {
  left: 0;
}

.products-submenu {
  margin-left: 90px;
}

.submenu li.submenu-item a {
  display: block;
  text-decoration: none;
  margin: 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  margin-left: 95px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: visible;
  text-transform: uppercase;
}

.submenu li.submenu-item .submenu-item-name:hover {
  border-bottom: 1px solid #FF6807;
}

.submenu-item-name {
  white-space: pre-wrap;
}

iframe#youtube-playlist {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.swe_card_container_outer.swe_show {
  right: 49%;
  left: unset;
}

.swe_card_container_outer .swe_card {
  /*position: fixed;*/
}

/* ------------------------------------- */

/* Pagepiling's sections ............... */

/* ------------------------------------- */

.section .global-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100vw;
  height: 100vh;
}

.section .img-info {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  z-index: 999;
  bottom: 40px;
  left: 50px;
  text-align: left;
  color: #fff;
}

.section .img-info h5 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}

.section .img-info h2 {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
}

.section .img-info h2 sup {
  font-size: 2.4rem;
}

.section .img-info a {
  font-weight: 700;
}

.section .img-info a.action-btn {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  margin-right: 1rem;
  padding: .9em 3em;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(45, 49, 56, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.section .img-info a.action-btn:hover {
  color: #22264b;
  border-color: #FFFFFF;
  background: #FFFFFF;
}

.section .img-info p.credit {
  margin: 0 0 2rem;
  color: #FFFFFF;
}

.section .img-info p.credit i {
  min-width: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.section .carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  margin: 0 auto;
}

.carousel-control {
  width: 10%;
}

.carousel .carousel-control span {
  position: absolute;
  top: 150px;
  left: 20px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel .carousel-control.right span {
  border-right: 2px solid #6f7170;
  border-bottom: 2px solid #6f7170;
}

.carousel .carousel-control.left span {
  border-left: 2px solid #6f7170;
  border-top: 2px solid #6f7170;
}

.carousel .item {
  height: 320px;
  width: 585px;
  background-color: #fff;
}

.section #vertical-parent-gallery {
  margin: 0;
}

.section .vertical-gallery {
  overflow: hidden;
  height: 100vh;
  opacity: 1;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section .vertical-gallery:hover .vertical-photo {
  opacity: 1;
}

.section .vertical-gallery:hover:after {
  opacity: 0;
}

.section .vertical-gallery .text-gallery {
  z-index: 100;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section .vertical-gallery .text-gallery h4 {
  font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}

.section .vertical-gallery a {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .vertical-gallery:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  background: linear-gradient(rgba(34, 38, 75, 0.3), rgba(34, 38, 75, 0.7));
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section .vertical-gallery.fullscreen-picture {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.section .vertical-gallery .vertical-photo {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.section .vertical-gallery:hover .text-gallery {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.section .vertical-gallery:hover .vertical-photo {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* ------------------------------------- */

/* Pagepiling's backgrounds ............ */

/* ------------------------------------- */

#sectionhome {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-landing-page-background-with-shapes.png") center;
  background-size: cover;
}

#sectionhome .intro .color-btn {
  background-color: #67C249;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 122px;
  font-weight: 200;
}

#sectionhome .intro .color-btn:hover {
  background-color: #46c8e1;
}

#sectionhome p.tagline.animated-middle.fadeInUp {
  font-size: 5.6rem;
  line-height: 10.8rem;
}

#sectionhome h1.animated-middle.fadeInUp {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  letter-spacing: .3rem;
  text-transform: none;
}

#sectionhome-nav a {
  float: left;
}

/*yoga c940*/
#section1 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-yoga-c940.png") center;
  background-size: cover;
}

/*yoga s740*/
#section2 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-yoga-s740.png") center;
  background-size: cover;
}

/*yoga c740*/
#section3 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-yoga-c740.png") center;
  background-size: cover;
}

/*yoga c640*/
#section4 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-yoga-c640.png") center;
  background-size: cover;
}

/*ideapad s540*/
#section5 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-ideapad-s540.png") center;
  background-size: cover;
}

/*ideapad s340*/
#section6 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-consumer-ideapad-s340.png") center;
  background-size: cover;
}

/*Q27q monitor*/
#section7 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-monitors-q27q.png") center;
  background-size: cover;
}

/*Q24i monitor*/
#section8 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-monitors-q24i.png") center;
  background-size: cover;
  position: absolute !important;
}

/*L28u monitor*/
#section9 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-monitors-l28u.png") center;
  background-size: cover;
}

/*moto zoom one*/
#section10 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-mbg-moto-one-zoom.png") center;
  background-size: cover;
}

/*moto e6 plus*/
#section11 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-mbg-poker-plus-e6.png") center;
  background-size: cover;
}

/*Smart Tab*/
#section12 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-yoga-smart-tab.png") center;
  background-size: cover;
}

/*Smart tab m8*/
#section13 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-tab-m8.png") center;
  background-size: cover;
}

/*Smart Display 7*/
#section14 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-smart-display-7inch.png") center;
  background-size: cover;
}

/*Mirage AR*/
#section15 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-mirage-ar-marvel-doh.png") center;
  background-size: cover;
}

/*G34c Gaming Monitor*/
#section16 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-monitors-g34c-gaming-monitor.png") center;
  background-size: cover;
}

/*ThinkPad x1 series*/
#section17 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-commercial-x1-carbon-gen7-x1-yoga-gen4-10th-gen-cml-and-athena.png") center;
  background-size: cover;
}

/*Thinkbook 14+15*/
#section18 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-commercial-thinkbook-14-thinkbook-15-10th-gen.png") center;
  background-size: cover;
}

/*thinkpad L13 and L13 yoga*/
#section19 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-commercial-thinkpadl13-thinkpadl13yoga.png") center;
  background-size: cover;
}

/*thinkpad x390*/
#section20 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-commercial-thinkpadx390.png") center;
  background-size: cover;
}

/*thinkpad T490*/
#section21 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-commercial-thinkpadt490.png") center;
  background-size: cover;
}

/*thinkvision S28u monitor*/
#section22 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-monitors-thinkvision-s28u-20.png") center;
  background-size: cover;
}

/*tab m7*/
#section23 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-tab-m7.png") center;
  background-size: cover;
}

/*tab m8*/
#section24 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-smart-tab-m8.png") center;
  background-size: cover;
}

/*figleaf*/
#section25 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-lenovo-privacy-essentials-by-figleaf.png") center;
  background-size: cover;
}

/*premium care*/
#section26 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-lenovo-premium-care.png") center;
  background-size: cover;
}


/* ------------------------------------- */

/* Custom Scrollbar .................... */

/* ------------------------------------- */

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #b29aff;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #b29aff;
}

.mCSB_scrollTools {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: .4rem;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 10px;
  height: 100%;
  margin: 0;
  background-color: #e4e4e4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  filter: 'alpha(opacity=40)';
  -ms-filter: 'alpha(opacity=40)';
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #46c7e0;
}

.mCSB_scrollTools-left {
  right: 0 !important;
}

.mCustomScrollBox {
  overflow-y: hidden;
  overflow-x: hidden;
}

#mCSB_2_container {
  padding: 0;
  margin: 0;
}

#mCSB_2::-webkit-scrollbar {
  display: none;
}

#mCSB_2.mCustomScrollBox {
  overflow-y: visible !important;
}

#mCSB_1 .tile {
  float: left;
}

/* ------------------------------------- */

/* Popup Informations .................. */

/* ------------------------------------- */

.dialog,
.dialog__overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dialog {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  opacity: 0;
  background: rgba(31, 34, 46, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.dialog--open .dialog__overlay {
  pointer-events: auto;
  opacity: 1;
}

.dialog__content {
  position: relative;
  z-index: 5;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  padding: 0;
  text-align: center;
  opacity: 0;
  background: transparent;
  background-size: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.dialog--open .dialog__content {
  width: 100%;
  pointer-events: auto;
}

.dialog .close-content {
  font-size: 2em;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 7%;
  height: 7%;
  opacity: 1;
  color: #FFFFFF;
  border: none;
  background: rgba(255, 255, 255, 0.1);
}

.dialog .close-content i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dialog .close-content:hover i {
  font-size: 3.5rem;
  color: #46c7e0;
}

.dialog .close-content .ion-android-close:before {
  content: "\f2d7";
}

.dialog.dialog--open .dialog-inner {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dialog .dialog-inner {
  position: relative;
  top: 50vh;
  float: none;
  overflow: hidden;
  margin: 0 auto;
  padding: 90px 70px;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}

.dialog .dialog-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
}

.dialog .dialog-inner h4 {
  font-size: 4rem;
  font-weight: 700;
  color: #FFFFFF;
}

.dialog .dialog-inner .details h5 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 0;
  padding-left: 4.5rem;
  color: #FFFFFF;
}

.dialog .dialog-inner .details h5 i {
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  left: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  padding: .8rem 1rem;
  text-align: center;
  color: #784eff;
  border: 1px solid #46c7e0;
}

.dialog .dialog-inner .details h5 i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dialog .dialog-inner .details p {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.dialog .dialog-inner .details p a {
  font-weight: 700;
}

.dialog .dialog-inner p {
  font-size: 16px;
  color: #f2f3f7;
}

.dialog .color-btn-static {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: none;
  color: #FFFFFF;
  border: none;
  background: #3d8ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 30px 10px 10px 0;
}

.dialog .color-btn {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: none;
  color: #FFFFFF;
  border: none;
  background: #3d8ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 30px 10px 10px 0;
}

.dialog .color-btn:hover {
  color: #FFFFFF;
  background: #46c7e0;
}

.dialog__overlay {
  -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  -moz-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  -moz-animation-name: anim-close;
  animation-name: anim-close;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

@-moz-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

/* ------------------------------------- */

/* YouTube Player ...................... */

/* ------------------------------------- */

.mbYTP_wrapper {
  left: 0 !important;
  width: 100vw !important;
  min-width: 0 !important;
  opacity: 1 !important;
}

.mbYTP_wrapper:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100vw;
  height: 100vh;
  content: '';
  background: -webkit-linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));
  background: linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5));
}

.youtube-background-mobile-15 {
  background: url("https://static.lenovo.com/ww/events/ifa2019/ifa-techlife-2019-bgimg-smartdevices-mirage-ar-marvel-doh.png") center;
  background-size: cover;
}


/* ------------------------------------- */

/* Swipebox gallery .................... */

/* ------------------------------------- */

#swipebox-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: .3rem;
  text-transform: uppercase;
  color: #f2f3f7;
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}

#swipebox-bottom-bar {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

#swipebox-top-bar {
  background: black;
}

#swipebox-prev {
  position: absolute;
  top: 0;
  left: 0;
  float: none;
}

#swipebox-next {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}

#swipebox-slider .slide {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#swipebox-slider .slide.current {
  opacity: 1;
}


/* ------------------------------------- */

/* Accessories ......................... */

/* ------------------------------------- */

span.holdscroll {
  position: absolute;
  z-index: 10;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  content: '';
}

span.holdscroll.content-opened {
  display: block;
  opacity: .3;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

span.holdscroll.menu-opened {
  display: block;
  opacity: .3;
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.color-btn-static {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background: #3d8ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.color-btn {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  padding: 1.4rem 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background: #3d8ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.color-btn:hover {
  color: #FFFFFF;
  background: #46c7e0;
}

.open-close-menu {
  font-size: 2.4em;
  line-height: 0;
  line-height: 5rem;
  position: fixed;
  z-index: 44;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 5rem;
  height: 5rem;
  padding-left: 1.5rem;
  text-align: left;
  opacity: 0;
  color: #FFFFFF;
  border: none;
  background: transparent;
}

.open-close-menu i {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.open-close-menu:hover i {
  color: #46c7e0;
}

.open-close-menu.loading-done {
  visibility: hidden;
  opacity: 1;
  z-index: 99;
}

.open-close-menu.popup-opened {
  visibility: hidden;
  opacity: 0;
}

.scroll-indicator {
  font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  padding-top: 70px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scroll-indicator:hover {
  bottom: 10px;
  color: #FFFFFF;
}

.scroll-indicator span {
  position: absolute;
  top: 0;
  left: 50%;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolling 1.5s infinite;
  -moz-animation: scrolling 1.5s infinite;
  animation: scrolling 1.5s infinite;
}

@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
  }
}

@-moz-keyframes scrolling {
  0% {
    opacity: 0;
    -moz-transform: rotate(-45deg) translate(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
  }
}

@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -moz-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    -o-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    -moz-transform: rotate(-45deg) translate(-20px, 20px);
    -ms-transform: rotate(-45deg) translate(-20px, 20px);
    -o-transform: rotate(-45deg) translate(-20px, 20px);
    transform: rotate(-45deg) translate(-20px, 20px);
  }
}

.indicator {
  position: absolute;
  top: 50vh;
  height: 50px;
  width: 50px;
  z-index: 98;
  display: inline-block;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.indicator:hover {
  color: #FFFFFF;
}

.indicator span {
  position: absolute;
  top: 12px;
  left: 10px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.indicator.pagepil-left {
  left: 20px;
}

.indicator.pagepil-left:hover {
  left: 10px;
}

.indicator.pagepil-left span {
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

.indicator.pagepil-left.popup-opened {
  left: -50px;
}

.indicator.pagepil-right {
  right: 20px;
}

.indicator.pagepil-right:hover {
  right: 10px;
}

.indicator.pagepil-right span {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.indicator.pagepil-right.popup-opened {
  right: -50px;
}

h1.animated-middle.fadeInUp {
  font-size: 7rem;
}

#event-logo {
  /*  display: none;*/
}

#intel-logo {
  position: absolute;
  top: 5em;
  bottom: 0;
  left: calc(100% - 140px);
}

#intel-logo .intel-logo-content {
  font-size: 16px;
  line-height: 1.1em;
}


.intel-text {
  position: absolute;
  bottom: 0;
  left: 12%;
  font-size: 11px;
  width: 75%;
  margin: 0 auto;
}

.slide-intel-logo {
  position: absolute;
  top: 12%;
  right: 5%;
}

.slide-intel-logo .slide-intel-logo-content {
  font-size: 10px;
  line-height: 10px;
  float: right;
  text-align: left;
  margin-top: 1em;
  margin-left: 5px;
}

.slide-intel-logo .slide-intel-logo-content.sevengen {
  margin-top: 2.0em;
}

.slide-intel-logo-content.white {
  color: #fff;
}

.slide-intel-logo-content.black {
  color: #000;
}
a.modal-link {
    color: #3d8ddd;
}
a.modal-link:hover {
    text-decoration: underline;
    color: #fff;
}
/* ------------------------------------- */

/* Media Queries ....................... */

/* ------------------------------------- */

/* extra large screens */

@media only screen and (max-width: 2000px) {
  .swe_card_container_outer.swe_show {
    top: -82%;
  }

  .open-close-menu:hover i {
    color: #fff;
  }
}

@media only screen and (min-width: 2000px) {}

/* Large Devices, Wide Screens @media only screen and (max-width: 1600px) */

/* @include desktop {} */

/* ipad pro */

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .dialog .close-content {
    font-size: 2em;
    line-height: 0;
    position: absolute;
    right: 1%;
    top: 1%;
    width: 7%;
    height: 7%;
    opacity: 1;
    color: #FFFFFF;
    border: none;
    background: rgba(255, 255, 255, 0.1);
  }

  .pp-section.active .intro {
    float: none;
    margin-right: 0;
  }

  .open-close-menu.loading-done {
    visibility: visible;
    opacity: 1;
  }

  .open-close-menu.popup-opened {
    visibility: hidden;
    opacity: 0;
  }

  #menu {
    position: absolute;
    right: -100%;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
    top: 10%;
  }

  #menu #menu-link {
    position: relative;
    float: left;
  }

  #menu.menu-opened {
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
  }

  #menu li {
    width: 100%;
    text-align: left;
    height: auto;
  }

  #menu #menu-link li {
    text-align: left;
  }

  #menu .accordion li i {
    display: block;
  }

  #menu .submenu {
    position: relative;
    width: 90vw;
    min-width: 160px;
    margin: 0 37px;
    left: 5%;
    height: 100%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1450px) {
  #menu {
    width: 52%;
  }

  #menu.popup-opened {
    top: -13rem;
    display: none;
  }

  .open > .dropdown-menu {
    left: -80%;
  }

  .open > .dropdown-menu.products-submenu {
    left: 40%;
    margin: 0;
    min-width: 550px;
  }

  .swe_card_container_outer.swe_show {
    left: -66%;
  }

}


/* @include notebook {} */

/* Medium Devices, Desktops @media only screen and (max-width: 1024px) */

@media only screen and (min-width: 1024px) and (orientation: landscape) {
  #menu #menu-link li a {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  /*
  .carousel .item {
    height: 100%;
    width: 100%;
  }
*/

  #pagepiling #sectionhome p.tagline.animated-middle.fadeInUp {
    font-size: 4.5rem;
    line-height: 2.8rem;
    margin: 1em auto;
    width: 100%;
  }

  #pagepiling #sectionhome .intro .color-btn {
    /*    background-color: #eb140a;*/
    width: 200px;
    height: 70px;
    display: inline-flex;
    justify-content: center;
    margin-right: 1em;
    padding-top: 12px;
    font-size: 2.3rem;
  }

  .indicator {
    display: none;
  }

  #menu {
    top: 10%;
  }

  #menu .submenu {
    position: relative;
    width: 90vw;
    min-width: 160px;
    margin: 0 37px;
    left: 5%;
    height: 100%;
  }

  .open-close-menu.loading-done {
    visibility: visible;
  }

  #menu .accordion li i {
    display: block;
  }

  .slide-intel-logo {
    display: none;
  }

  .mCSB_container {
    padding: 0;
  }

  .mCSB_scrollTools {
    /* Scrollbar */
    width: 5px;
    height: 100vh;
    margin-top: 0;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    width: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }

  .mCSB_scrollTools {
    right: 0;
  }

  .mCSB_scrollTools-left {
    right: 0 !important;
  }

  #menu {
    position: absolute;
    right: -100%;
    overflow: scroll;
    width: 100vw;
    height: 100vh;
  }

  #menu.popup-opened {
    top: 0;
    display: none;
  }

  #menu.menu-opened {
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    height: 100vh;
    background-color: rgba(0, 0, 0, 1);
  }

  #menu li {
    width: 100%;
    text-align: left;
    height: auto;
  }

  #menu #menu-link {
    position: relative;
    float: left;
  }

  #menu #menu-link li {
    text-align: left;
  }

  .open-close-menu.loading-done {
    visibility: visible;
    opacity: 1;
  }

  .open-close-menu.popup-opened {
    visibility: hidden;
    opacity: 0;
  }

  .dialog .dialog__content {
    width: 100%;
    max-width: none;
  }

  .dialog .dialog-inner {
    padding: 0;
  }

  #event-logo {
    display: block;
    position: fixed;
    top: 12px;
    left: calc(50% - 50px);
    margin: 0;
    padding: 0;
    width: 300px;
  }

  #intel-logo {
    bottom: 3em;
    left: calc(50% - 40px);
    top: unset;
  }

  #intel-logo .intel-logo-content {
    font-size: 0.7em;
    line-height: 1.4em;
  }

  .intel-text {
    font-size: 6px;
  }

  .swe_card_container_outer.swe_show {
    top: 0;
    left: 0;
  }
}


/* Small Devices, Tablets @media only screen and (max-width: 768px) */

@media only screen and (max-width: 768px) {
  #event-logo {
    width: 100%;
    left: calc(50% - 92px);
    left: unset;
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 98;
  }

  #event-logo .l-logo embed {
    width: 40px;
  }

  #event-logo .event-logo-home embed {
    width: 115px;
    margin-left: 10px;
  }

  .intro-logo {
    display: none;
  }

  #menu .submenu {
    left: 1%;
    width: 88vw;
  }

  .accordion li i:before {
    font-weight: 200;
    font-style: normal;
    display: inline-block;
    font-size: 13px;
  }

  h1 {
    font-size: 7rem;
  }

  p.subtitle {
    font-size: 1.2rem;
  }

  #sectionhome h2.subtitle {
    margin: 0 0 1em 0;
  }

  .dialog__overlay {
    background: rgba(0, 0, 0, 0.9);
  }

  .dialog__content {
    width: 80%;
    min-width: 75%;
    max-width: 80%;
  }

  .dialog .dialog__content {
    width: 100%;
    max-width: none;
    max-height: 92%;
    height: 80%;
    top: 12%;
  }

  .dialog .dialog-inner {
    top: 0;
    padding: 10px 20px 50px !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding: 0;
  }

  .dialog .dialog-inner .col-sm-6 {
    width: 100%;
  }

  .dialog .dialog-inner .details {
    margin-top: 20px;
  }

  .section .vertical-gallery {
    overflow: hidden;
    height: 25vh;
    width: 100%;
    opacity: 1;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .section .carousel {
    position: relative;
    top: 0;
  }

  #carousel-*.carousel .carousel-control span {
    top: 35%;
  }

  h1.animated-middle.fadeInUp {
    font-size: 4rem;
  }

  #pagepiling #sectionhome p.tagline.animated-middle.fadeInUp {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin: 1em auto;
    width: 90%;
  }

  #sectionhome h2.subtitle {
    font-size: 1.5rem;
    line-height: 2.0rem;
    font-weight: 400;
  }

  .pp-section.active .intro {
    margin-right: 0;
    float: none;
  }

  #sectionhome .intro .color-btn {
    /*    background-color: #67C249;*/
    width: 120px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    margin-right: 1em;
    padding-top: 8px;
  }

  .accordion .link {
    margin: 15px 15px 25px 40px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
  }

  .accordion li i {
    left: -6%;
    top: 0;
  }

  #menu .submenu li.submenu-item a.submenu-item-name {
    font-size: 14px;
    font-weight: 200;
    padding-left: 50px;
    line-height: 14px;
  }
}

@media only screen and (max-width: 768px) and (orientation:landscape) {
  #pagepiling #sectionhome .intro .color-btn {
    width: 100px;
    height: 40px;
    padding-top: 8px;
    font-size: 1.3rem;
  }

  #pagepiling #sectionhome p.tagline.animated-middle.fadeInUp {
    font-size: 3rem;
    margin: 1.75em 0 0.5em 0;
    line-height: 1.8rem;
    width: 100%;
  }

  .intel-text {
    bottom: 3%;
  }

}

@media only screen and (max-device-width: 1000px) and (orientation: landscape) {
  #intel-logo {
    bottom: 2em;
    left: unset;
    top: unset;
    right: 2em;
  }
}

/* Extra Small Devices, Phones @media only screen and (max-width: 480px) */

@media only screen and (max-width: 480px) {
  #menu {
    right: -100%;
    width: 100vw;
  }

  #menu.menu-opened {
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #menu #menu-link {
    margin-bottom: 100px;
  }

  #home {
    padding: 5rem 0 0;
  }

  #home .content {
    padding: 0 2rem;
  }

  #home.minimal-phone {
    height: 100vh;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  p.subtitle {
    margin-bottom: 2rem;
  }

  .dialog .dialog-inner {
    overflow: hidden;
    padding: 40px 20px 90px;
  }

  .dialog__content {
    width: 95%;
    min-width: 75%;
    max-width: 95%;
  }

  .dialog .close-content {
    position: relative;
    right: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }

  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .section .img-info {
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    color: #fff;
  }

  .section .img-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-transform: uppercase;
    color: #f2f3f7;
  }

  .section .img-info h2 {
    font-family: Montserrat, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
  }

  .section .img-info a {
    font-weight: 700;
  }

  .section .img-info a.action-btn {
    font-family: Lato, "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
    font-weight: 700;
    display: block;
    float: left;
    margin-top: 1rem;
    margin-right: 1rem;
    padding: .7em 2em;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(45, 49, 56, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }

  .section .img-info a.action-btn:hover {
    color: #22264b;
    border-color: #FFFFFF;
    background: #FFFFFF;
  }


  .indicator {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .indicator span {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .indicator.pagepil-left {
    left: 5px;
  }


  .indicator.pagepil-left.popup-opened {
    left: auto;
    top: -50px;
  }

  .indicator.pagepil-right {
    right: 5px;
  }

  .indicator.pagepil-right:hover {
    right: 5px;
  }

  .indicator.pagepil-right.popup-opened {
    right: 5px;
    top: -50px;
  }

  #pagepiling .section .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
  }

  .carousel-control {
    width: 12%;
  }

  .carousel .carousel-control span {
    top: 43%;
    left: 8px;
  }

  #pagepiling #sectionhome .intro .color-btn {
    /*    background-color: #eb140a;*/
    width: 120px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    margin-right: 1em;
    padding-top: 8px;
    font-size: 1.8rem;
  }

  #pagepiling #sectionhome p.tagline.animated-middle.fadeInUp {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin: 1em auto;
    width: 90%;
  }
}


/* Only for tablet in landscape mode @media only screen and (max-device-width: 1024px) and (orientation: landscape) */

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
  #event-logo {
    display: block;
    position: fixed;
    top: 12px;
    left: calc(50% - 105px);
    margin: 0;
    padding: 0;
    width: auto;
  }

  .pp-section.active .intro {
    margin: 0 auto;
    float: none;
  }

  .intro .subtitle {
    font-size: 2.6rem;
    margin: 0 0 1em 0;
  }
}

/* @include landscape-tablet {} */

/* Only for phone in landscape mode @media screen and (max-device-width: 667px) and (orientation: landscape) */

@media screen and (max-device-width: 667px) and (orientation: landscape) {
  .pp-section.active .intro {
    margin-top: 9%;
  }

  .intro-logo {
    display: none;
  }

  #pagepiling #sectionhome p.tagline.animated-middle.fadeInUp {
    width: 100%;
  }

  p.tagline.animated-middle.fadeInUp {
    font-size: 3rem;
    margin: 1em auto;
  }

  p.subtitle {
    margin-bottom: 2rem;
  }

  .scroll-indicator span {
    top: 10px;
  }

  .dialog__content {
    width: 100%;
    min-width: 75%;
    max-width: 100%;
  }

  .dialog .close-content {
    position: relative;
    right: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
  }

  .dialog .dialog-inner {
    padding: 40px 20px 50px;
  }

  .dialog .dialog-inner h4 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .indicator {
    top: 5px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .indicator span {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .indicator.pagepil-left {
    left: auto;
    right: 50px;
  }

  .indicator.pagepil-left:hover {
    left: auto;
    right: 50px;
  }

  .indicator.pagepil-left.popup-opened {
    left: auto;
    top: -50px;
  }

  .indicator.pagepil-right {
    right: 5px;
  }

  .indicator.pagepil-right:hover {
    right: 5px;
  }

  .indicator.pagepil-right.popup-opened {
    right: 5px;
    top: -50px;
  }

}

/* iOS crash fixes*/
@media only screen and (max-width: 820px) {
  .pp-section.active {
    -webkit-overflow-scrolling: touch;
  }

  .pp-section .intro {
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
  }

  .pp-easing {
    transition: none;
    -webkit-transition: none;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
  }

  .pp-section.active .intro {
    transform: none;
    -webkit-transform: none;
  }

  .fadeInUp {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .animated-middle {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: none;
    -webkit-animation: none;
  }

  .section {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -o-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .section.horizontal-mod {
    top: 0;
    left: 100%;
    -webkit-transform-origin: none;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: none;
    -moz-transform: rotateX(0deg) rotateY(-60deg);
    -ms-transform: rotateX(0deg) rotateY(-60deg);
    -o-transform: rotateX(0deg) rotateY(-60deg);
    transform: rotateX(0deg) rotateY(-60deg);
  }

  button {
    transition: none;
    -webkit-transition: none;
  }

  .overload-left.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .overload-right.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  #loading #preloader span:nth-child(1) {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .scroll-indicator span {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  body.mobile-device .section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }

  body.mobile-device #menu {
    transition: none;
  }

  body.mobile-device #menu.menu-opened {
    left: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  body.mobile-device #pagepiling.menu-opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #menu.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  #menu-link li a span {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  #pagepiling {
    transition: none;
    -webkit-transition: none;
  }

  #pagepiling.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  .mCSB_scrollTools {
    transition: none;
    -webkit-transition: none;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    filter: none;
    -ms-filter: none;
  }

  .section.horizontal-mod {
    transform-origin: unset;
    -webkit-transform-origin: unset;
  }

  .pp-section.pp-table {
    display: none;
  }

  .pp-section.active {
    display: block;
  }

  .pp-tableCell {
    position: relative;
    height: 100vh !important;
    width: 100vw;
    padding-bottom: 0;
  }

  body,
  input,
  select,
  textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .overload-left {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  .overload-right {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #info {
    left: unset;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: none;
    display: none;
  }

  #info .accordion link {
    -webkit-transition: none;
  }

  #info .submenu li.submenu-item a {
    -webkit-transition: none;
  }

  #info .close-content i {
    -webkit-transition: none;
  }

  #info.content-opened {
    left: unset;
    transform: none;
    -webkit-transform: none;
    display: block;
  }

  #full-menu {
    margin-bottom: 7rem;
  }

  .dialog__overlay {
    -webkit-transition: none;
  }

  .dialog__content {
    -webkit-transition: none;
  }

  .dialog .close-content i {
    transition: none;
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog-inner {
    -webkit-transform: none;
  }

  .dialog .dialog-inner {
    -webkit-transition: none;
    -webkit-transform: none;
  }

  #swipebox-slider .slide {
    -webkit-transition: none;
  }

  .open-close-menu i {
    -webkit-transition: none;
  }
}

@media only screen and (max-width: 820px) and (orientation: landscape) {
  #info .close-content {
    position: fixed;
  }

  .section-headline {
    top: 20%;
  }

  .pp-section.active {
    -webkit-overflow-scrolling: touch;
  }

  .pp-section .intro {
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
  }

  .pp-easing {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -moz-transition-timing-function: none;
    -o-transition-timing-function: none;
  }

  .pp-section.active .intro {
    transform: none;
    -webkit-transform: none;
  }

  .fadeInUp {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .animated-middle {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: none;
    -webkit-animation: none;
  }

  .section {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -o-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .section.horizontal-mod {
    top: 0;
    left: 100%;
    -webkit-transform-origin: none;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: none;
    -moz-transform: rotateX(0deg) rotateY(-60deg);
    -ms-transform: rotateX(0deg) rotateY(-60deg);
    -o-transform: rotateX(0deg) rotateY(-60deg);
    transform: rotateX(0deg) rotateY(-60deg);
  }

  button {
    transition: none;
    -webkit-transition: none;
  }

  .overload-left.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .overload-right.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  #loading #preloader span:nth-child(1) {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .scroll-indicator span {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  body.mobile-device .section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }

  body.mobile-device #menu {
    transition: none;
  }

  body.mobile-device #menu.menu-opened {
    left: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  body.mobile-device #pagepiling.menu-opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #menu.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  #menu-link li a span {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  #pagepiling {
    transition: none;
    -webkit-transition: none;
  }

  #pagepiling.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  .mCSB_scrollTools {
    transition: none;
    -webkit-transition: none;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    filter: none;
    -ms-filter: none;
    -webkit-filter: none;
  }

  .section.horizontal-mod {
    transform-origin: unset;
    -webkit-transform-origin: unset;
  }

  .pp-section.pp-table {
    display: none;
  }

  .pp-section.active {
    display: block;
  }

  .pp-tableCell {
    position: relative;
    height: 100vh !important;
    width: 100vw;
    padding-bottom: 0;
  }

  body,
  input,
  select,
  textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .overload-left {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  .overload-right {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #info {
    left: unset;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: none;
    display: none;
  }

  #info .accordion link {
    -webkit-transition: none;
  }

  #info .submenu li.submenu-item a {
    -webkit-transition: none;
  }

  #info .close-content i {
    -webkit-transition: none;
  }

  #info.content-opened {
    left: unset;
    transform: none;
    -webkit-transform: none;
    display: block;
  }

  .dialog__overlay {
    -webkit-transition: none;
  }

  .dialog__content {
    -webkit-transition: none;
  }

  .dialog .close-content i {
    transition: none;
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog-inner {
    -webkit-transform: none;
  }

  .dialog .dialog-inner {
    -webkit-transition: none;
    -webkit-transform: none;
  }

  #swipebox-slider .slide {
    -webkit-transition: none;
  }

  .open-close-menu i {
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 1;
    display: block;
  }

  .dialog.dialog--close .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 0;
    display: none;
  }

  .section .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
    transform: none;
    transition: none;
    -webkit-transition: none;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:landscape) {
  .overload-left {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.overload-left.loading-done {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.overload-right {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.overload-right.loading-done {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}


#loading #preloader {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}



#loading #preloader span:nth-child(1) {
  -webkit-animation:none;
  -moz-animation: none;
  animation:none;
}
  #info .close-content {
    position: fixed;
  }

  .section-headline {
    top: 20%;
  }

  .pp-section.active {
    -webkit-overflow-scrolling: touch;
  }

  .pp-section .intro {
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
  }

  .pp-easing {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -moz-transition-timing-function: none;
    -o-transition-timing-function: none;
  }

  .pp-section.active .intro {
    transform: none;
    -webkit-transform: none;
  }

  .fadeInUp {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .animated-middle {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: none;
    -webkit-animation: none;
  }

  .section {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -o-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .section.horizontal-mod {
    top: 0;
    left: 100%;
    -webkit-transform-origin: none;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: none;
    -moz-transform: rotateX(0deg) rotateY(-60deg);
    -ms-transform: rotateX(0deg) rotateY(-60deg);
    -o-transform: rotateX(0deg) rotateY(-60deg);
    transform: rotateX(0deg) rotateY(-60deg);
  }

  button {
    transition: none;
    -webkit-transition: none;
  }

  .overload-left.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .overload-right.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  #loading #preloader span:nth-child(1) {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .scroll-indicator span {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  body.mobile-device .section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }

  body.mobile-device #menu {
    transition: none;
  }

  body.mobile-device #menu.menu-opened {
    left: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  body.mobile-device #pagepiling.menu-opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #menu.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  #menu-link li a span {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  #pagepiling {
    transition: none;
    -webkit-transition: none;
  }

  #pagepiling.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  .mCSB_scrollTools {
    transition: none;
    -webkit-transition: none;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    filter: none;
    -ms-filter: none;
    -webkit-filter: none;
  }

  .section.horizontal-mod {
    transform-origin: unset;
    -webkit-transform-origin: unset;
  }

  .pp-section.pp-table {
    display: none;
  }

  .pp-section.active {
    display: block;
  }

  .pp-tableCell {
    position: relative;
    height: 100vh !important;
    width: 100vw;
    padding-bottom: 0;
  }

  body,
  input,
  select,
  textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .overload-left {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  .overload-right {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #info {
    left: unset;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: none;
    display: none;
  }

  #info .accordion link {
    -webkit-transition: none;
  }

  #info .submenu li.submenu-item a {
    -webkit-transition: none;
  }

  #info .close-content i {
    -webkit-transition: none;
  }

  #info.content-opened {
    left: unset;
    transform: none;
    -webkit-transform: none;
    display: block;
  }

  .dialog__overlay {
    -webkit-transition: none;
  }

  .dialog__content {
    -webkit-transition: none;
  }

  .dialog .close-content i {
    transition: none;
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog-inner {
    -webkit-transform: none;
  }

  .dialog .dialog-inner {
    -webkit-transition: none;
    -webkit-transform: none;
  }

  #swipebox-slider .slide {
    -webkit-transition: none;
  }

  .open-close-menu i {
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 1;
    display: block;
  }

  .dialog.dialog--close .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 0;
    display: none;
  }

  .section .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
    transform: none;
    transition: none;
    -webkit-transition: none;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:portrait) {
  
.overload-left {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.overload-left.loading-done {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.overload-right {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.overload-right.loading-done {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}


#loading #preloader {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}



#loading #preloader span:nth-child(1) {
  -webkit-animation:none;
  -moz-animation: none;
  animation:none;
}
  
  
  
  #info .close-content {
    position: fixed;
  }

  .section-headline {
    top: 20%;
  }

  .pp-section.active {
    -webkit-overflow-scrolling: touch;
  }

  .pp-section .intro {
    transform: none;
    -webkit-transform: none;
    transition: none;
    -webkit-transition: none;
  }

  .pp-easing {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition-timing-function: none;
    -webkit-transition-timing-function: none;
    -moz-transition-timing-function: none;
    -o-transition-timing-function: none;
  }

  .pp-section.active .intro {
    transform: none;
    -webkit-transform: none;
  }

  .fadeInUp {
    -webkit-animation-name: none;
    animation-name: none;
  }

  .animated-middle {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    animation: none;
    -webkit-animation: none;
  }

  .section {
    -webkit-transform-origin: none;
    -moz-transform-origin: none;
    -ms-transform-origin: none;
    -o-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .section.horizontal-mod {
    top: 0;
    left: 100%;
    -webkit-transform-origin: none;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform: none;
    -moz-transform: rotateX(0deg) rotateY(-60deg);
    -ms-transform: rotateX(0deg) rotateY(-60deg);
    -o-transform: rotateX(0deg) rotateY(-60deg);
    transform: rotateX(0deg) rotateY(-60deg);
  }

  button {
    transition: none;
    -webkit-transition: none;
  }

  .overload-left.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .overload-right.loading-done {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  #loading #preloader span:nth-child(1) {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  .scroll-indicator span {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }

  body.mobile-device .section {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
  }

  body.mobile-device #menu {
    transition: none;
  }

  body.mobile-device #menu.menu-opened {
    left: 0 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  body.mobile-device #pagepiling.menu-opened {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #menu.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  #menu-link li a span {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }

  #pagepiling {
    transition: none;
    -webkit-transition: none;
  }

  #pagepiling.content-opened {
    transform: none;
    -webkit-transform: none;
  }

  .mCSB_scrollTools {
    transition: none;
    -webkit-transition: none;
  }

  .mCSB_scrollTools .mCSB_draggerRail {
    filter: none;
    -ms-filter: none;
    -webkit-filter: none;
  }

  .section.horizontal-mod {
    transform-origin: unset;
    -webkit-transform-origin: unset;
  }

  .pp-section.pp-table {
    display: none;
  }

  .pp-section.active {
    display: block;
  }

  .pp-tableCell {
    position: relative;
    height: 100vh !important;
    width: 100vw;
    padding-bottom: 0;
  }

  body,
  input,
  select,
  textarea {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .overload-left {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  .overload-right {
    -webkit-backface-visibility: hidden;
    -webkit-transition: none;
    -webkit-transform: none;
  }

  img {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  #info {
    left: unset;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: none;
    display: none;
  }

  #info .accordion link {
    -webkit-transition: none;
  }

  #info .submenu li.submenu-item a {
    -webkit-transition: none;
  }

  #info .close-content i {
    -webkit-transition: none;
  }

  #info.content-opened {
    left: unset;
    transform: none;
    -webkit-transform: none;
    display: block;
  }

  .dialog__overlay {
    -webkit-transition: none;
  }

  .dialog__content {
    -webkit-transition: none;
  }

  .dialog .close-content i {
    transition: none;
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog-inner {
    -webkit-transform: none;
  }

  .dialog .dialog-inner {
    -webkit-transition: none;
    -webkit-transform: none;
  }

  #swipebox-slider .slide {
    -webkit-transition: none;
  }

  .open-close-menu i {
    -webkit-transition: none;
  }

  .dialog.dialog--open .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 1;
    display: block;
  }

  .dialog.dialog--close .dialog__content {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
    opacity: 0;
    display: none;
  }

  .section .carousel .carousel-inner .item {
    width: 100%;
    height: 100%;
    transform: none;
    transition: none;
    -webkit-transition: none;
  }
}
