:root{
    color-scheme: light;
}

html{
    font-family: 'Avenir', sans-serif;;
}

.timefor {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #eaeaea;
    z-index: 999998;
}


path#Path_1 {
    opacity: 0;
}

path#Path_29 {
    opacity: 0;
}

path#Path_30 {
    opacity: 0;
}

g#Logo_te-07_1_ {
    opacity: 0;
}


div#products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1510px;
    margin: auto;
    z-index: 1;
    position: relative;
    margin-top: 8%;
    padding-bottom: 10%;
}

.light {
    display: flex;
    /* text-align: center; */
    padding: 3% 3%;
    align-items: center;
    /* width: 46%; */
    width: 44%;
    min-width: 410px;
}

.light img {
    width: 100%;
    transition: all ease 0.5s;
    max-width: 375px;
}

.light img:hover {
    opacity: 0.7
}

.light h3 {
    font-size: 35px;
    color: black;
}

.light a {
    text-decoration: none;
}

.light a {
    text-align: center;
    margin-left: 0;
}

.light span {}

.light:nth-child(even) {
    /* background: #1b1b1b; */
    /* transform: translateY(30%); */
}

.light a.button {
    margin-left: 0;
}

#pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.panel {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: auto 85%;
    background-position: 50% 20%
}

#pinContainer3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f5f5f5
}

.panel3.blue {
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(img/Engine_chladic.jpg);
    mix-blend-mode: multiply
}

.panel3.turqoise {
    height: 100%;
    width: 100%;
    background-image: none;
    background-size: auto 100%
}

#pinContainer2 {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.panel2 {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 60% auto
}

span#stage3 a img:hover {
    transform: scale(1.05)
}

span#stage3 a img {
    transition: all ease .5s;
    margin-right: 30px
}

.copy a {
    color: #000;
    text-decoration: none
}

.copy a:hover {
    text-decoration: underline
}

.up:hover {
    transform: translateY(-10%)
}

div#pinContainer2 {
    background: #f5f5f5
}

.up {
    transition: all ease .5s
}

.up:hover h3 {
    font-size: 25px
}

span.color-change {
    background: green;
    width: 100.1%;
    height: 0%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.d {
    text-align: center;
    padding-top: 90px;
    cursor: pointer;
    transition: all ease .3s
}

.d:hover {
    padding-top: 95px
}

a.button:hover {
    background: #000;
    color: #fff
}

.cta img {
    max-width: 404px;
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 30px
}

section.recykl {
    position: absolute;
    left: 0;
    right: 0;
    top: 13.4%;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: .95;
    background: #c3000c;
    border-radius: 100%;
    padding: 15px;
    overflow: hidden
}

section.recykl img {
    width: 100%
}

.cta {
    margin: auto
}

.brozura,
.newsletter {
    max-width: 740px;
    margin: auto
}

.newsletter p {
    max-width: 540px
}

.c50:nth-child(2) {
    background: #f5f5f5
}

.cta h3 {
    margin-top: 35px;
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 77px
}

.cta p {
    margin-bottom: 25px
}

form input {
    width: 350px;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box
}

input[type=submit] {
    background: #d0010e;
    color: #fff;
    border: 0;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px;
    transition: all ease .5s;
    cursor: pointer;
    font-size: 15px
}

input[type=submit]:hover {
    background: #000
}

nav {
    position: fixed;
    z-index: 999;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    right: 0;
    top: 0;
    transition: all cubic-bezier(.68, -.55, .27, 1.55) 1s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
    flex-direction: column;
    justify-content: center;
    width: 0;
    overflow: hidden
}

.desktop nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

nav.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: #d8d8d8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99998
}

nav a {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    padding: 1.2%;
    display: block;
    font-family: Avenir-Black, sans-serif
}

.menu-item {
    text-align: right;
    position: relative;
    padding-right: 10%
}

.loader {
    position: fixed;
    z-index: 999999;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.loader .dot {
    clip-path: circle(.7% at 50% 50%);
    -webkit-clip-path: circle(.7% at 50% 50%);
    width: 100%;
    height: 100%;
    background: #d0000e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: -webkit-clip-path ease 1s
}

img#myimg.jedna {
    height: auto;
    max-height: 70vh;
    width: auto
}

.menu-item a {
    transition: all cubic-bezier(.68, -.55, .27, 1.55) .2s
}

a:hover {
    color: #d0010e;
    text-decoration: none
}

.third-section .text-block.gray {
    margin-bottom: -10%
}

.logo {
    position: fixed;
    padding: 3%;
    z-index: 999;
    transition: all ease .5s
}

.radiator {
    top: 0px;
    padding: 3%;
    position: fixed;
    right: 0;
    z-index: 99999;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.radiator i {
    display: block;
    height: 3px;
    background: #000;
    width: 100%;
    margin: 8px 0;
    top: 0;
    position: relative;
    transition: all cubic-bezier(.68, -.55, .27, 1.55) .5s
}

.radiator.on i:nth-child(1) {
    transform: rotate(45deg);
    top: 11px
}

.radiator.on i:nth-child(2) {
    opacity: 0
}

.radiator.on i:nth-child(3) {
    transform: rotate(-45deg);
    top: -11px
}

.desktop .radiator:hover i:nth-child(1) {
    transform: rotate(90deg);
    top: 11px
}

.desktop .radiator:hover i:nth-child(2) {
    opacity: 0
}

.desktop .radiator:hover i:nth-child(3) {
    transform: rotate(0);
    top: -11px
}

.radiator.on:hover i:nth-child(1) {
    transform: rotate(135deg)
}

.radiator.on:hover i:nth-child(2) {
    opacity: 0
}

.radiator.on:hover i:nth-child(3) {
    transform: rotate(-135deg)
}

.down {
    text-align: center;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    position: relative;
    transition: all ease .5s
}

.down:hover {
    transform: translateY(10px)
}

div#imagesequence {
    mix-blend-mode: multiply
}

.scrollmagic-pin-spacer {
    mix-blend-mode: multiply
}

div#imagesequence.jedna {
    mix-blend-mode: multiply
}

#content-wrapper,
#example-wrapper {
    height: 100%
}

.scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%
}

.scrollContainer {
    height: 100%;
    margin: auto
}

#example-wrapper .scrollContent {
    height: 100%
}

.horizontal.scrollContainer {
    overflow-y: hidden;
    overflow-x: scroll
}

#example-wrapper.scrollContainer .scrollContent {
    width: 100%;
    height: auto
}

#example-wrapper.scrollContainer.horizontal .scrollContent {
    width: auto;
    height: 100%
}

#example-wrapper.horizontal {
    white-space: nowrap;
    font-size: 0
}

#example-wrapper.horizontal div {
    font-size: 13px
}

section#titlechart {
    text-align: center;
    position: relative;
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    height: 100vh
}

.horizontal section,
.horizontal section#titlechart {
    display: inline-block;
    vertical-align: top;
    height: 100%
}

section#titlechart #description {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 600px;
    height: 300px;
    margin: -150px auto auto -300px
}

section#titlechart.home #description {
    padding-top: 0;
    padding-bottom: 100px
}

section#titlechart #description h1 {
    margin: 0
}

section#titlechart #description h2 {
    margin-bottom: 20px
}

section#titlechart #description a.viewsource {
    margin-bottom: 20px;
    display: inline-block
}

section#titlechart #description code {
    background-color: #e1f1ff;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap
}

section#titlechart #description ol,
section#titlechart #description p {
    text-align: left;
    max-width: 400px;
    margin: 10px auto 10px auto;
    white-space: normal
}

section#titlechart #description ol {
    list-style-position: outside
}

#example-wrapper section#titlechart #description:after {
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â§";
    font-size: 40px;
    display: block
}

#example-wrapper.horizontal section#titlechart #description:after {
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¦"
}

section.demo * {
    font-size: 13px
}

section.demo {
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5
}

section.demo.fullheight {
    min-height: 100%
}

.spacer.doublewidth,
section.demo.doublewidth {
    min-width: 200%
}

.horizontal section.demo {
    text-align: inherit;
    white-space: nowrap
}

.horizontal section.demo.fullwidth {
    min-width: 100%
}

h1.badge {
    pointer-events: none
}

h1.badge:after {
    vertical-align: text-top;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-left: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 10px;
    pointer-events: all
}

h1.badge.gsap:after {
    content: "GSAP";
    background-color: #61ac27
}

h1.badge.velocity:after {
    content: "Velocity.js";
    background-color: #f53a47
}

.spacer {
    text-align: center;
    min-height: 100px
}

.spacer.s0 {
    min-height: 1px
}

.spacer.s1 {
    min-height: 100px
}

.spacer.s2 {
    min-height: 10vh
}

.spacer.s3 {
    min-height: 300px
}

.spacer.s4 {
    min-height: 400px
}

.spacer.s5 {
    min-height: 500px
}

.spacer.s6 {
    min-height: 600px
}

.spacer.s7 {
    min-height: 700px
}

.spacer.s8 {
    min-height: 800px
}

.spacer.s9 {
    min-height: 900px
}

.spacer.s10 {
    min-height: 1000px
}

.horizontal .spacer {
    background-image: url(../img/example_bg_spacer_h.html);
    margin-bottom: 0;
    min-height: initial;
    min-width: 100px;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.horizontal .spacer.s0 {
    min-width: 1px
}

.horizontal .spacer.s1 {
    min-width: 100px
}

.horizontal .spacer.s2 {
    min-width: 200px
}

.horizontal .spacer.s3 {
    min-width: 300px
}

.horizontal .spacer.s4 {
    min-width: 400px
}

.horizontal .spacer.s5 {
    min-width: 500px
}

.horizontal .spacer.s6 {
    min-width: 600px
}

.horizontal .spacer.s7 {
    min-width: 700px
}

.horizontal .spacer.s8 {
    min-width: 800px
}

.horizontal .spacer.s9 {
    min-width: 900px
}

.horizontal .spacer.s10 {
    min-width: 1000px
}

.spacer.s_viewport {
    min-width: 100%
}

.box1,
.box2,
.box3 {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0 solid #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px
}

.box1 {
    min-width: 100px;
    height: 100px;
    margin: 0 auto 0 auto
}

.box2 {
    min-width: 50px;
    height: 50px;
    margin: 25px auto 25px auto
}

.box3 {
    min-width: 26px;
    height: 26px;
    margin: 37px auto 37px auto
}

.horizontal .box1 {
    top: 50%;
    max-height: 100px;
    margin: -50px 0 auto 0
}

.horizontal .box2 {
    top: 50%;
    max-height: 50px;
    margin: -25px 25px auto 25px
}

.horizontal .box3 {
    top: 50%;
    max-height: 26px;
    margin: -13px 37px auto 37px
}

.box1 p,
.box2 p,
.box3 p {
    margin: 5px 15px 5px 15px;
    font-size: 13px;
    font-weight: lighter;
    color: #fff
}

#reveal-elements .digit {
    vertical-align: top
}

#reveal-elements .digit p {
    font-size: 35px;
    font-weight: 700
}

.box1 p:first-child {
    margin-top: 27px
}

.box1 a,
.box2 a,
.box3 a {
    color: #fff
}

.box1.white *,
.box2.white *,
.box3.white * {
    color: #2e639e
}

.box2.mario {
    background-color: #004fae;
    border-top: 30px solid #fc112f;
    border-bottom: 10px solid #c4723b
}

.box3.goomba {
    min-width: 30px;
    height: 4px;
    margin-top: 75px;
    margin-left: 30px;
    margin-bottom: 25px;
    background-color: #b39475;
    border-top: 30px solid #744527;
    border-bottom: 6px solid #c4723b
}

.box1.outline,
.box2.outline,
.box3.outline {
    border: 1px solid #fff
}

.blue {
    background-image: url(img/1-new.webp);
    background-size: auto 80%;
    background-position: 86% 50%;
    background-repeat: no-repeat;
}

.turqoise {
    background-image: url(img/2.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

form.move {
    text-align: left;
    position: fixed;
    top: 70px;
    left: 20px;
    display: block;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding: 20px;
    z-index: 20
}

html.touch form.move {
    top: 120px
}

form>div,
form>fieldset>div {
    margin: 10px 0 10px 0;
    display: block
}

form .slider {
    min-width: 199px;
    display: inline-block;
    position: relative;
    height: 9px;
    border-right: 1px solid #2e639e;
    border-left: 1px solid #2e639e;
    vertical-align: middle;
    margin-right: 5px
}

form .slider .trackbar {
    margin-top: 4px;
    border-top: 1px solid #2e639e;
    height: 4px
}

form .slider .handle {
    height: 14px;
    width: 6px;
    position: absolute;
    top: -4px;
    margin-left: -4px;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #2e639e
}

form .slider .handle:hover,
form .slider.dragging .handle {
    background-color: #79b0ee
}

form .slider+input {
    background-color: transparent;
    border: none;
    padding: 0
}

form #actions label,
form #options label,
form #tweenparams label {
    min-width: 90px;
    text-align: right;
    display: inline-block;
    margin-right: 10px
}

form #tweenparams label {
    min-width: 50px
}

form #options button {
    width: 65px
}

form fieldset {
    padding: 0 10px 0 10px;
    margin: 5px 0 0 0
}

form fieldset:first-child {
    margin-top: -5px
}

form fieldset legend {
    padding: 0 5px 0 5px;
    margin: 0
}

.move {
    cursor: move
}

.move * {
    cursor: auto
}

.move label {
    cursor: default
}

ul#menu,
ul#menu ul {
    list-style: none;
    padding: 0
}

ul#menu {
    position: fixed;
    z-index: 999;
    width: 540px;
    left: 50%;
    margin: 10px auto auto -270px;
    text-align: center
}

ul#menu>li {
    display: inline-block;
    margin: 0 5px 0 5px;
    position: relative;
    min-height: 30px;
    border-radius: 4px;
    background-color: #79b0ee;
    vertical-align: top;
    min-width: 165px
}

ul#menu li a {
    padding: 0 5px 0 5px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px
}

ul#menu ul {
    display: none
}

ul#menu li.current>a,
ul#menu li:hover>a {
    color: #2e639e
}

html.touch ul#menu li.open ul,
ul#menu li:hover ul {
    display: block;
    width: 100%;
    padding: 5px 0 5px 0;
    border-top: 1px dashed #fff
}

ul#menu ul li a {
    text-transform: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter;
    color: #133f71
}

ul#menu ul li.current a {
    background-color: #fff
}

ul#menu ul li a:hover {
    background-color: #3883d8;
    color: #fff
}

.menuwrap {
    position: fixed;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    min-width: 540px;
    left: 50%;
    margin-left: -270px;
    min-height: 51px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 99999;
    text-align: center;
    transition: top .5s;
    -webkit-transition: top .5s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

#titlechart .menuwrap {
    position: absolute;
    z-index: inherit;
    background-color: transparent
}

.menuwrap ul#menu {
    position: absolute
}

.menuwrap>a.next,
.menuwrap>a.prev {
    display: block;
    position: absolute;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    top: 11px;
    margin: 0 280px;
    box-sizing: border-box
}

.menuwrap>a.next:hover,
.menuwrap>a.prev:hover {
    text-decoration: none;
    background-color: #79b0ee;
    color: #fff
}

.menuwrap>a.prev {
    margin-left: 0;
    padding-right: 2px;
    right: 50%
}

.menuwrap>a.next {
    margin-right: 0;
    padding-left: 4px;
    left: 50%
}

html.touch .menuwrap {
    z-index: 999999;
    box-sizing: content-box;
    min-width: 0;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    height: auto;
    background-color: transparent
}

html.touch ul#menu {
    position: static;
    margin: 100px 0 0 0;
    text-align: center;
    width: 100%;
    left: 0;
    display: none
}

html.touch .menuwrap.open {
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    overflow: scroll
}

html.touch .menuwrap.open ul#menu {
    display: block
}

html.touch ul#menu>li {
    display: block;
    margin: 10px;
    height: auto
}

html.touch ul#menu ul {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #fff
}

html.touch ul#menu li {
    padding: 10px 0
}

html.touch ul#menu>li a {
    color: #2e639e;
    font-size: 4em;
    line-height: 1.2em
}

html.touch ul#menu ul li a {
    font-size: 2.5em;
    line-height: 1.2em
}

html.touch ul#menu ul {
    display: block
}

html.touch ul#menu ul li.current a {
    background-color: transparent
}

html.touch ul#menu ul li a:hover {
    background-color: transparent
}

html.touch ul#menu ul li a:active {
    color: #fff
}

html.touch .menubtn,
html.touch .menuwrap>a.next,
html.touch .menuwrap>a.prev {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    top: 10px;
    background-color: #3883d8;
    color: #fff;
    font-size: 4em;
    line-height: 1.5em
}

html.touch .menubtn:active,
html.touch .menuwrap>a.next:active,
html.touch .menuwrap>a.prev:active {
    background-color: #fff;
    color: #3883d8;
    border: 2px solid #3883d8
}

html.touch .menuwrap>a.prev {
    margin-right: 70px;
    padding-right: 10px
}

html.touch .menuwrap>a.next {
    margin-left: 70px;
    padding-left: 10px
}

html.touch .menubtn {
    padding: 0;
    border: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    line-height: 0;
    outline: 0;
    appearance: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html.touch .menubtn:active .button-lines,
html.touch .menubtn:active .button-lines::after,
html.touch .menubtn:active .button-lines::before {
    background: #3883d8
}

html.touch .menubtn .button-lines,
html.touch .menubtn .button-lines::after,
html.touch .menubtn .button-lines::before {
    display: inline-block;
    height: 6px;
    width: 35px;
    border-radius: 4px;
    transition: .3s;
    background: #fff;
    position: relative;
    left: 0;
    top: -5px
}

html.touch .menubtn .button-lines::after,
html.touch .menubtn .button-lines::before {
    content: '';
    position: absolute
}

html.touch .menubtn .button-lines::before {
    top: 12px
}

html.touch .menubtn .button-lines::after {
    top: -12px
}

html.touch .menuwrap.open .menubtn .button-lines {
    background: 0 0
}

html.touch .menuwrap.open .menubtn .button-lines::before {
    top: 0;
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

html.touch .menuwrap.open .menubtn .button-lines::after {
    top: 0;
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#codecontainer {
    position: fixed;
    top: 30px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 99999;
    min-height: 300px
}

#codecontainer pre {
    margin: 0;
    padding: 0;
    line-height: 16px;
    tab-size: 4
}

#codecontainer pre .break {
    background-color: #f6f6f6;
    font-weight: 700;
    color: #aaa
}

#codecontainer pre .break:before {
    content: "ÃƒÆ’Ã‚Â¡Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢"
}

#codecontainer .codewrap {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 100%;
    overflow: hidden;
    overflow: scroll;
    white-space: nowrap
}

#codecontainer .code,
#codecontainer .linenumbers {
    min-height: 100%
}

#codecontainer .code {
    padding: 0;
    display: inline-block
}

#codecontainer .code {
    padding: 0 15px 10px 5px
}

#codecontainer .linenumbers {
    float: left;
    padding: 0 5px 0 10px;
    color: #aaa;
    text-align: right;
    border-right: 1px solid #e5e5e5
}

#codecontainer span.indent {
    width: 31px;
    display: inline-block;
    white-space: nowrap
}

#codecontainer #close.button {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px
}

#codecontainer #select.button {
    position: fixed;
    top: 20px;
    right: 40px;
    height: 20px;
    padding: 0 10px 0 10px
}

#codecontainer #close.button:after {
    content: "ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¾"
}

#codecontainer .button {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    color: #2e639e
}

#codecontainer .button:hover {
    background-color: #3883d8;
    color: #fff
}

a.viewsource:after {
    content: " }"
}

a.viewsource:before {
    content:"{ "
}

#parallaxContainer {
    width: 900px;
    height: 500px;
    top: 30px;
    position: relative
}

#parallaxContainer .layer1 {
    height: 100%;
    text-align: center;
    background-image: url(../img/example_parallax_l1.html)
}

#parallaxContainer .layer2 {
    background-image: url(../img/example_parallax_l2.html);
    position: absolute;
    height: 139px;
    width: 100%;
    bottom: 32px
}

#parallaxContainer .layer3 {
    background-image: url(../img/example_parallax_l3.html);
    position: absolute;
    height: 32px;
    width: 100%;
    bottom: 0
}

#parallaxText {
    width: 0;
    height: 100%;
    margin: auto;
    position: relative
}

#parallaxText .layer1,
#parallaxText .layer2,
#parallaxText .layer3 {
    position: absolute;
    font-size: 50px;
    line-height: 50px;
    margin-left: -150px;
    margin-top: -25px;
    width: 300px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #133f71
}

#parallaxText .layer1 {
    top: 48%
}

#parallaxText .layer2 {
    top: 49%
}

#parallaxText .layer3 a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400
}

#parallax1>div,
#parallax2>div,
#parallax3>div {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.dynamicContent #content {
    width: 390px;
    margin: auto;
    text-align: left
}

.dynamicContent #content .box1 {
    margin: 10px
}

.dynamicContent #loader {
    height: 0;
    overflow: hidden;
    line-height: 60px
}

.dynamicContent #loader.active {
    height: 60px
}

.dynamicContent #loader img {
    vertical-align: text-bottom
}

#customactions {
    height: 160px;
    width: 170px;
    margin: auto;
    padding-top: 40px;
    text-align: left
}

#customactions label {
    width: 100px;
    display: inline-block
}

#customactions code {
    color: #3883d8
}

#customactions a.viewsource {
    margin-top: 20px;
    display: block;
    text-align: center
}

.demo.responsiveDuration {
    position: relative
}

.responsiveDuration .box1 {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px
}

#destroybox a {
    display: block;
    margin-top: 20px
}

#destroybox a.disabled {
    color: #79b0ee
}

#mobileadvanced {
    width: 150px;
    height: 150px
}

#mobileadvanced p {
    margin-top: 50px
}

#multiDirect {
    text-align: left;
    position: relative
}

#multiDirect .box1 {
    left: 50vw;
    top: 200px;
    margin-left: -60px
}

#multiDirect .box1 p:first-child {
    margin-top: 20px
}

.copyright {
    font-variant: italic;
    font-size: 11px
}

#bezier {
    overflow: hidden;
    position: relative
}

#bezier #plane {
    position: absolute;
    left: -100px
}

#bezier a.viewsource {
    margin: 100px;
    display: inline-block
}

.demo#section-slides,
.demo#section-wipes {
    height: 100%;
    width: 100%;
    background-image: none
}

.demo#section-slides .panel,
.demo#section-wipes .panel {
    background-image: url(../img/example_bg_spacer_v.html)
}

.demo#section-slides #slideContainer .panel,
.demo#section-wipes #pinContainer .green,
.demo#section-wipes #pinContainer .turqoise {
    background-image: url(../img/example_bg_spacer_h.html)
}

.demo#section-slides .panel>b,
.demo#section-wipes .panel>b {
    font-size: 15px;
    color: #fff;
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    top: 50%
}

section.panel2.turqoise.green {
    z-index: -2;
    filter: contrast(.5);
    mix-blend-mode: multiply
}

section.panel2.turqoise.red {
    z-index: -1;
    mix-blend-mode: multiply
}

.hljs {
    display: block;
    padding: .5em;
    color: #333
}

.diff .hljs-header,
.hljs-comment,
.hljs-javadoc,
.hljs-template_comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: #099
}

.hljs-phpdoc,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #d14
}

.coffeescript .hljs-params,
.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.clojure .hljs-title,
.hljs-subst,
.javascript .hljs-title,
.lisp .hljs-title {
    font-weight: 400
}

.haskell .hljs-type,
.hljs-class .hljs-title,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,
.hljs-rules .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.tex .hljs-special {
    color: #990073
}

.clojure .hljs-built_in,
.hljs-built_in,
.lisp .hljs-title {
    color: #0086b3
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}

.spacer.s_viewport {
    display: block;
    min-width: 0;
    margin: auto;
    font-size: 30px
}

.spacer.s_viewport p {
    font-size: 36px;
    max-width: 600px;
    margin: auto;
    margin-top: 8%
}

.dwa img#myimg {
    top: 0;
    bottom: 0;
    position: absolute;
    height: 61.3%;
    width: auto;
    margin: auto;
    right: 0;
    left: 0;
    transform: translate(84%, -1.5%)
}

div#imagesequence.dwa:before {
    background: linear-gradient(60deg, transparent, #ffffff40);
    z-index: 999;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 61.3%;
    width: calc(100vh/3.37);
    margin: auto;
    right: 0;
    left: 0;
    transform: translate(84%, -1.5%);
    border: 3px solid #000;
    border-radius: 29px;
    border-bottom-width: 30px;
    border-top-width: 30px;
    border-top-color: #1b1b1b
}

img#myimg {
    width: 100%;
    max-width: 1200px
}

.spacer.s_viewport p {
    font-size: 36px;
    max-width: 590px;
    margin: auto;
    margin-top: 2%
}

.spacer.s_viewport p {
    font-size: 30px;
    line-height: 150%;
    text-align: left;
    text-align: center
}

.text-info {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 12%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    transform: translateY(-50%)
}

.text-wrap {
    max-width: 430px
}

h1 {
    font-size: 110px;
    text-align: center;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-weight: 900;
    line-height: 100%;
    margin: auto;
    padding-bottom: 5%;
    word-break: break-all
}

h2 {
    font-size: 20px;
    font-size: 55px;
    padding: 0;
    /* margin: 0; */
    color: #000;
    font-weight: 400;
    font-weight: 83px
}

.first-section .spacer.s_viewport {
    padding-bottom: 10%;
    background: #f5f5f5
}

.second-section #example-wrapper .scrollContent div {
    background: #fff
}

span.first-section .demo {
    background: #f5f5f5
}

#example-wrapper .second-section {
    text-align: left
}

.second-section h3 {
    text-align: left
}

.second-section p {
    text-align: left
}

.second-section .text-wrap {
    margin-left: -20%
}

.text-block,
.text-block.gray {
    background: #f5f5f5;
    padding-top: 5%;
    position: relative;
    margin-bottom: -7%;
    z-index: 1
}

.text-block .text-wrap {
    max-width: 850px;
    margin: auto;
    padding: 30px
}

.text-block h3,
.text-block p,
.text-block.gray h3,
.text-block.gray p {
    text-align: left
}

.text-block.gray p {
    margin: 0
}

.text-block {
    background: #fff
}

section.panel2.blue {
    mix-blend-mode: multiply;
    background-position: 110% 30%;
    background-size: 140%
}

section.panel2.turqoise {
    mix-blend-mode: normal;
    background-position: 42.5% 30%;
    background-size: 140%;
    backface-visibility: hidden
}

.item h3 {
    font-size: 55px
}

.item p {
    font-size: 20px
}

.readyfor .item {
    position: relative
}

.readyfor .item:nth-child(1) {
    left: -5%
}

.readyfor .item:nth-child(2) {
    left: 5%
}

.readyfor .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 880px;
    margin: auto;
    align-items: center
}

.readyfor .item h3 {
    text-align: left
}

.readyfor .item p {
    text-align: left
}

.item-text {
    padding-bottom: 37px;
    padding-left: 29px
}

.item img {
    max-width: 200px
}

.readyfor {
    display: block;
    padding: 7% 30px;
    overflow: hidden
}

.bak {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    background: radial-gradient(circle, rgba(0, 0, 0, .37) 0, #000 100%)
}

span.enviroment {
    display: block;
    position: relative;
    height: 100%;
    background: #525252
}

.enviroment .text-block.gray {
    background: 0 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px
}

.enviroment .text-block .text-wrap {
    color: #fff
}

.enviroment .text-block .text-wrap h3 {
    color: #fff;
    text-align: center
}

.leva {
    background-image: url(img/Dapper-Anx+Depr-ED1.png);
    width: 50vw;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    background-position: center center
}

.prava {
    background-image: url(img/Dainty-NasalS-ED3.png);
    width: 50vw;
    height: 100%;
    background-size: cover;
    right: 0;
    top: 0;
    position: absolute;
    background-position: center
}

.enviroment .text-block.gray p {
    text-align: center;
    font-size: 20px
}

.enviroment .text-block.gray p {
    text-align: center;
    font-size: 20px
}

.adva {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    padding-top: 7%;
    padding-bottom: 5%;
    padding: 5%;
    padding-top: 9%;
    padding-bottom: 10%
}

.adva h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: Avenir, sans-serif;
    line-height: 162%
}

.adv {
    max-width: 230px
}

.ico {
    position: relative
}

.icon img {
    max-width: 140px
}

.downer,
.uper {
    font-size: 30px
}

.uper h3 {
    margin: 0;
    font-size: 50px;
    padding: 0 50px
}

.uper {
    width: 30%;
    display: inline-block;
    vertical-align: middle
}

.downer {
    width: 30%;
    display: inline-block;
    vertical-align: middle
}

.iks {
    display: inline-block;
    vertical-align: middle
}

.downer h3 {
    margin: 0;
    font-size: 50px;
    padding: 0 50px
}

div#stage8 {
    padding-bottom: 10%;
    padding-top: 10%;
    text-align: center;
    padding-bottom: 15%
}

.left-gray {
    background: #f5f5f5;
    padding: 5%;
    width: 20%
}

.left-gray h2 {
    text-align: left;
    padding-bottom: 0
}

div#robe p {
    font-size: 20px;
    text-align: left
}

.desktop .right-image {
    background-attachment: fixed
}

div#robe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 70vh
}

h3 {
    font-size: 4.6vw;
    line-height: 110%;
    font-size: 100px;
    margin: 7% 0
}

@media screen and (max-height:850px) {
    h3 {
        margin: 0 0;
        margin-bottom: 20px
    }
}

.text-wrap ul li {
    text-align: left;
    padding-bottom: 20px;
    margin-left: 0
}

.text-wrap ul {
    margin: 0;
    padding: 0;
    padding: 23px
}

.text-wrap a img {
    text-align: left;
    max-height: 60px;
    vertical-align: top;
    margin-right: 15px
}

.text-block.gray.grad {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #fff 100%);
    background: -webkit-linear-gradient(top, #ededed 0, #fff 100%);
    background: linear-gradient(to bottom, #ededed 0, #fff 100%)
}

div#pinContainerExt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 100px;
    height: 50vh;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    padding: 0 60px
}

section.fromleft {
    position: relative
}

section.fromlight {
    position: relative
}

section.fromleft {
    width: 100%;
    max-width: 560px;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

section.fromleft img {
    width: 100%
}

section.center {
    padding: 2%
}

section.fromlight {
    width: 100%;
    max-width: 480px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.extended,
.readyfor,
div#imagesequence.jedna,
span.extended {
    overflow: hidden;
    position: relative;
    display: block
}

.portrait .spacer.s2 {
    height: 15vh
}

.portrait img#myimg {
    width: 100%;
    max-width: 2000px;
    mix-blend-mode: multiply;
    transform: translateX(-50%) scale(1.2);
    position: relative;
    left: 50%;
    margin-bottom: 10vh
}

.portrait .panel2 {
    background-size: 80% auto
}

.portrait .panel {
    width: 100%;
    background-size: auto 60%;
    background-position: 50% 10%
}

.portrait .panel .text-info {
    left: auto;
    top: 65%;
    width: 100%;
    position: relative;
    transform: none
}

.portrait .panel .text-wrap {
    max-width: 850px;
    padding: 30px;
    margin: auto
}

.portrait .panel3,
.portrait .panel3.turqoise {
    background-size: auto 75%
}

.portrait .dwa img#myimg {
    height: 47.9%;
    width: auto;
    transform: translate(84%, -1.5%);
    position: absolute;
    left: 0;
    margin: auto
}

.portrait div#imagesequence.dwa:before {
    height: 47.9%;
    width: calc(100vh/4.32)
}

.up {
    text-align: center
}

.up h3 {
    font-size: 20px;
    font-style: italic;
    margin-top: 20px
}

.up {
    margin: 5% 30px
}

.up a {
    text-decoration: none;
    color: #000
}

.tirage {
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 10px
}

.newsletter {
    text-align: center;
    padding: 30% 30px
}

a.button {
    background: #d0010e;
    color: #fff;
    border: 0;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px;
    transition: all ease .5s;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
    font-weight: 600;
    font-family: Avenir-Black, sans-serif;
    width: 100%;
    max-width: 100%;
    width: 160px;
    display: block;
    margin: auto;
    font-size: 15px
}

.cta .newsletter p {
    margin-bottom: 24px
}

.c50 {
    width: 50%;
    padding: 6% 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center
}

span.color-change {
    background: green;
    width: 100.1%;
    height: 0%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.d {
    text-align: center;
    padding-top: 90px;
    cursor: pointer;
    transition: all ease .3s
}

.d:hover {
    padding-top: 95px
}

.cta img {
    max-width: 233px;
    float: left;
    overflow: hidden;
    display: block;
    padding-right: 20px
}

section.recykl {
    position: absolute;
    left: 0;
    right: 0;
    top: 13.4%;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: .95;
    background: #c3000c;
    border-radius: 100%;
    padding: 15px;
    overflow: hidden
}

section.recykl img {
    width: 100%
}

.cta {
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    overflow: hidden
}

.cta h3 {
    margin: auto;
    font-size: 44px
}

.cta p {
    margin-bottom: 25px;
    font-size: 20px
}

form input {
    width: 350px;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box
}

input[type=submit] {
    background: #d0010e;
    color: #fff;
    border: 0;
    margin-top: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 20px;
    transition: all ease .5s;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    font-family: Avenir-Black, sans-serif
}

input[type=submit]:hover {
    background: #000
}

nav {
    position: fixed;
    z-index: 999;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    right: 0;
    top: 0;
    transition: all cubic-bezier(.68, -.55, .27, 1.55) 1s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 0);
    flex-direction: column;
    justify-content: center;
    width: 0;
    overflow: hidden
}

.desktop nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

nav.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background: #d8d8d8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

nav a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    padding: 1.2%;
    display: block;
    font-family: Avenir-Black, sans-serif
}

.menu-item {
    text-align: right;
    position: relative;
    padding-right: 10%
}

.loader {
    position: fixed;
    z-index: 999999;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.loader .dot {
    clip-path: circle(.7% at 50% 50%);
    -webkit-clip-path: circle(.7% at 50% 50%);
    width: 100%;
    height: 100%;
    background: #d0000e;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    transition: -webkit-clip-path ease 1s
}

img#myimg.jedna {
    height: auto;
    max-height: 70vh;
    width: auto
}

.menu-item a {
    transition: all cubic-bezier(.68, -.55, .27, 1.55) .2s
}

a:hover {
    color: #d0010e;
    text-decoration: none
}

.third-section .text-block.gray {
    margin-bottom: -10%
}

.ein .h2 {
    color: #838383;
    font-family: Avenir, sans-serif;
    font-weight: 700
}

.logo {
    position: fixed;
    padding: 3%;
    z-index: 999;
    top: 0;
    padding-top: 2%;
    width: 100%;
    max-width: 230px
}

.logo a img.rob {
    max-width: 82px;
    margin-top: 2px;
    margin-left: 20px
}

.logo a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.logo a img {
    max-width: 147px;
    max-height: 100px
}

.logo.on {
    top: 0 !important;
    z-index: 999999
}

.radiator {
    padding: 3%;
    position: fixed;
    right: 0;
    z-index: 99999;
    cursor: pointer;
    width: 40px;
    height: 40px
}

.radiator i {
    display: block;
    height: 3px;
    background: #000;
    width: 100%;
    margin: 8px 0;
    top: 0;
    position: relative;
    transition: all cubic-bezier(.68, -.55, .27, 1.55) .5s
}

.radiator.on i:nth-child(1) {
    transform: rotate(45deg);
    top: 11px
}

.radiator.on i:nth-child(2) {
    opacity: 0
}

.radiator.on i:nth-child(3) {
    transform: rotate(-45deg);
    top: -11px
}

.desktop .radiator:hover i:nth-child(1) {
    transform: rotate(90deg);
    top: 11px
}

.desktop .radiator:hover i:nth-child(2) {
    opacity: 0
}

.desktop .radiator:hover i:nth-child(3) {
    transform: rotate(0);
    top: -11px
}

.radiator.on:hover i:nth-child(1) {
    transform: rotate(135deg)
}

.radiator.on:hover i:nth-child(2) {
    opacity: 0
}

.radiator.on:hover i:nth-child(3) {
    transform: rotate(-135deg)
}

.down {
    text-align: center;
    width: 100%;
    padding: 3% 0;
    cursor: pointer;
    position: relative;
    transition: all ease .5s
}

.down:hover {
    transform: translateY(10px)
}

div#imagesequence {
    mix-blend-mode: multiply
}

.scrollmagic-pin-spacer {
    mix-blend-mode: multiply
}

div#imagesequence.jedna {
    mix-blend-mode: multiply
}

#content-wrapper,
#example-wrapper {
    height: 100%
}

.scrollContainer {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%
}

.scrollContainer {
    height: 100%;
    margin: auto
}

#example-wrapper .scrollContent {
    height: 100%
}

.horizontal.scrollContainer {
    overflow-y: hidden;
    overflow-x: scroll
}

#example-wrapper.scrollContainer .scrollContent {
    width: 100%;
    height: auto
}

#example-wrapper.scrollContainer.horizontal .scrollContent {
    width: auto;
    height: 100%
}

#example-wrapper.horizontal {
    white-space: nowrap;
    font-size: 0
}

#example-wrapper.horizontal div {
    font-size: 13px
}

section#titlechart {
    text-align: center;
    position: relative;
    height: 100%;
    min-height: 500px;
    min-width: 100%;
    height: 100vh
}

.horizontal section,
.horizontal section#titlechart {
    display: inline-block;
    vertical-align: top;
    height: 100%
}

section#titlechart #description {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 600px;
    height: 300px;
    margin: -150px auto auto -300px
}

section#titlechart.home #description {
    padding-top: 0;
    padding-bottom: 100px
}

section#titlechart #description h1 {
    margin: 0
}

section#titlechart #description h2 {
    margin-bottom: 20px
}

section#titlechart #description a.viewsource {
    margin-bottom: 20px;
    display: inline-block
}

section#titlechart #description code {
    background-color: #e1f1ff;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap
}

section#titlechart #description ol,
section#titlechart #description p {
    text-align: left;
    max-width: 400px;
    margin: 10px auto 10px auto;
    white-space: normal
}

section#titlechart #description ol {
    list-style-position: outside
}

#example-wrapper section#titlechart #description:after {
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â§";
    font-size: 40px;
    display: block
}

#example-wrapper.horizontal section#titlechart #description:after {
    content: "ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â¦"
}

section.demo * {
    font-size: 13px
}

section.demo {
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5
}

section.demo.fullheight {
    min-height: 100%
}

.spacer.doublewidth,
section.demo.doublewidth {
    min-width: 200%
}

.horizontal section.demo {
    text-align: inherit;
    white-space: nowrap
}

.horizontal section.demo.fullwidth {
    min-width: 100%
}

h1.badge {
    pointer-events: none
}

h1.badge:after {
    vertical-align: text-top;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-left: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 10px;
    pointer-events: all
}

h1.badge.gsap:after {
    content: "GSAP";
    background-color: #61ac27
}

h1.badge.velocity:after {
    content: "Velocity.js";
    background-color: #f53a47
}

.spacer {
    text-align: center;
    min-height: 100px
}

.spacer.s0 {
    min-height: 1px
}

.spacer.s1 {
    min-height: 100px
}

.spacer.s2 {
    min-height: 10vh
}

.spacer.s3 {
    min-height: 300px
}

.spacer.s4 {
    min-height: 400px
}

.spacer.s5 {
    min-height: 500px
}

.spacer.s6 {
    min-height: 600px
}

.spacer.s7 {
    min-height: 700px
}

.spacer.s8 {
    min-height: 800px
}

.spacer.s9 {
    min-height: 900px
}

.spacer.s10 {
    min-height: 1000px
}

.horizontal .spacer {
    background-image: url(../img/example_bg_spacer_h.html);
    margin-bottom: 0;
    min-height: initial;
    min-width: 100px;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.horizontal .spacer.s0 {
    min-width: 1px
}

.horizontal .spacer.s1 {
    min-width: 100px
}

.horizontal .spacer.s2 {
    min-width: 200px
}

.horizontal .spacer.s3 {
    min-width: 300px
}

.horizontal .spacer.s4 {
    min-width: 400px
}

.horizontal .spacer.s5 {
    min-width: 500px
}

.horizontal .spacer.s6 {
    min-width: 600px
}

.horizontal .spacer.s7 {
    min-width: 700px
}

.horizontal .spacer.s8 {
    min-width: 800px
}

.horizontal .spacer.s9 {
    min-width: 900px
}

.horizontal .spacer.s10 {
    min-width: 1000px
}

.spacer.s_viewport {
    min-width: 100%
}

.box1,
.box2,
.box3 {
    display: inline-block;
    position: relative;
    border-radius: 8px;
    border: 0 solid #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px
}

.box1 {
    min-width: 100px;
    height: 100px;
    margin: 0 auto 0 auto
}

.box2 {
    min-width: 50px;
    height: 50px;
    margin: 25px auto 25px auto
}

.box3 {
    min-width: 26px;
    height: 26px;
    margin: 37px auto 37px auto
}

.horizontal .box1 {
    top: 50%;
    max-height: 100px;
    margin: -50px 0 auto 0
}

.horizontal .box2 {
    top: 50%;
    max-height: 50px;
    margin: -25px 25px auto 25px
}

.horizontal .box3 {
    top: 50%;
    max-height: 26px;
    margin: -13px 37px auto 37px
}

.box1 p,
.box2 p,
.box3 p {
    margin: 5px 15px 5px 15px;
    font-size: 13px;
    font-weight: lighter;
    color: #fff
}

#reveal-elements .digit {
    vertical-align: top
}

#reveal-elements .digit p {
    font-size: 35px;
    font-weight: 700
}

.box1 p:first-child {
    margin-top: 27px
}

.box1 a,
.box2 a,
.box3 a {
    color: #fff
}

.box1.white *,
.box2.white *,
.box3.white * {
    color: #2e639e
}

.box2.mario {
    background-color: #004fae;
    border-top: 30px solid #fc112f;
    border-bottom: 10px solid #c4723b
}

.box3.goomba {
    min-width: 30px;
    height: 4px;
    margin-top: 75px;
    margin-left: 30px;
    margin-bottom: 25px;
    background-color: #b39475;
    border-top: 30px solid #744527;
    border-bottom: 6px solid #c4723b
}

.box1.outline,
.box2.outline,
.box3.outline {
    border: 1px solid #fff
}

.blue {
    background-image: url(img/1-new.webp);
    background-size: auto 80%;
    background-position: 86% 50%;
    background-repeat: no-repeat;
}

.turqoise {
    background-image: url(img/2_final.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%
}

form.move {
    text-align: left;
    position: fixed;
    top: 70px;
    left: 20px;
    display: block;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding: 20px;
    z-index: 20
}

html.touch form.move {
    top: 120px
}

form>div,
form>fieldset>div {
    margin: 10px 0 10px 0;
    display: block
}

form .slider {
    min-width: 199px;
    display: inline-block;
    position: relative;
    height: 9px;
    border-right: 1px solid #2e639e;
    border-left: 1px solid #2e639e;
    vertical-align: middle;
    margin-right: 5px
}

form .slider .trackbar {
    margin-top: 4px;
    border-top: 1px solid #2e639e;
    height: 4px
}

form .slider .handle {
    height: 14px;
    width: 6px;
    position: absolute;
    top: -4px;
    margin-left: -4px;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #2e639e
}

form .slider .handle:hover,
form .slider.dragging .handle {
    background-color: #79b0ee
}

form .slider+input {
    background-color: transparent;
    border: none;
    padding: 0
}

form #actions label,
form #options label,
form #tweenparams label {
    min-width: 90px;
    text-align: right;
    display: inline-block;
    margin-right: 10px
}

form #tweenparams label {
    min-width: 50px
}

form #options button {
    width: 65px
}

form fieldset {
    padding: 0 10px 0 10px;
    margin: 5px 0 0 0
}

form fieldset:first-child {
    margin-top: -5px
}

form fieldset legend {
    padding: 0 5px 0 5px;
    margin: 0
}

.move {
    cursor: move
}

.move * {
    cursor: auto
}

.move label {
    cursor: default
}

ul#menu,
ul#menu ul {
    list-style: none;
    padding: 0
}

ul#menu {
    position: fixed;
    z-index: 999;
    width: 540px;
    left: 50%;
    margin: 10px auto auto -270px;
    text-align: center
}

ul#menu>li {
    display: inline-block;
    margin: 0 5px 0 5px;
    position: relative;
    min-height: 30px;
    border-radius: 4px;
    background-color: #79b0ee;
    vertical-align: top;
    min-width: 165px
}

ul#menu li a {
    padding: 0 5px 0 5px;
    display: block;
    text-decoration: none;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 15px
}

ul#menu ul {
    display: none
}

ul#menu li.current>a,
ul#menu li:hover>a {
    color: #2e639e
}

html.touch ul#menu li.open ul,
ul#menu li:hover ul {
    display: block;
    width: 100%;
    padding: 5px 0 5px 0;
    border-top: 1px dashed #fff
}

ul#menu ul li a {
    text-transform: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: lighter;
    color: #133f71
}

ul#menu ul li.current a {
    background-color: #fff
}

ul#menu ul li a:hover {
    background-color: #3883d8;
    color: #fff
}

.menuwrap {
    position: fixed;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    min-width: 540px;
    left: 50%;
    margin-left: -270px;
    min-height: 51px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 99999;
    text-align: center;
    transition: top .5s;
    -webkit-transition: top .5s;
    transition-delay: 1s;
    -webkit-transition-delay: 1s
}

#titlechart .menuwrap {
    position: absolute;
    z-index: inherit;
    background-color: transparent
}

.menuwrap ul#menu {
    position: absolute
}

.menuwrap>a.next,
.menuwrap>a.prev {
    display: block;
    position: absolute;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    top: 11px;
    margin: 0 280px;
    box-sizing: border-box
}

.menuwrap>a.next:hover,
.menuwrap>a.prev:hover {
    text-decoration: none;
    background-color: #79b0ee;
    color: #fff
}

.menuwrap>a.prev {
    margin-left: 0;
    padding-right: 2px;
    right: 50%
}

.menuwrap>a.next {
    margin-right: 0;
    padding-left: 4px;
    left: 50%
}

html.touch .menuwrap {
    z-index: 999999;
    box-sizing: content-box;
    min-width: 0;
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    height: auto;
    background-color: transparent
}

html.touch ul#menu {
    position: static;
    margin: 100px 0 0 0;
    text-align: center;
    width: 100%;
    left: 0;
    display: none
}

html.touch .menuwrap.open {
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    overflow: scroll
}

html.touch .menuwrap.open ul#menu {
    display: block
}

html.touch ul#menu>li {
    display: block;
    margin: 10px;
    height: auto
}

html.touch ul#menu ul {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #fff
}

html.touch ul#menu li {
    padding: 10px 0
}

html.touch ul#menu>li a {
    color: #2e639e;
    font-size: 4em;
    line-height: 1.2em
}

html.touch ul#menu ul li a {
    font-size: 2.5em;
    line-height: 1.2em
}

html.touch ul#menu ul {
    display: block
}

html.touch ul#menu ul li.current a {
    background-color: transparent
}

html.touch ul#menu ul li a:hover {
    background-color: transparent
}

html.touch ul#menu ul li a:active {
    color: #fff
}

html.touch .menubtn,
html.touch .menuwrap>a.next,
html.touch .menuwrap>a.prev {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    top: 10px;
    background-color: #3883d8;
    color: #fff;
    font-size: 4em;
    line-height: 1.5em
}

html.touch .menubtn:active,
html.touch .menuwrap>a.next:active,
html.touch .menuwrap>a.prev:active {
    background-color: #fff;
    color: #3883d8;
    border: 2px solid #3883d8
}

html.touch .menuwrap>a.prev {
    margin-right: 70px;
    padding-right: 10px
}

html.touch .menuwrap>a.next {
    margin-left: 70px;
    padding-left: 10px
}

html.touch .menubtn {
    padding: 0;
    border: 0;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    line-height: 0;
    outline: 0;
    appearance: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html.touch .menubtn:active .button-lines,
html.touch .menubtn:active .button-lines::after,
html.touch .menubtn:active .button-lines::before {
    background: #3883d8
}

html.touch .menubtn .button-lines,
html.touch .menubtn .button-lines::after,
html.touch .menubtn .button-lines::before {
    display: inline-block;
    height: 6px;
    width: 35px;
    border-radius: 4px;
    transition: .3s;
    background: #fff;
    position: relative;
    left: 0;
    top: -5px
}

html.touch .menubtn .button-lines::after,
html.touch .menubtn .button-lines::before {
    content: '';
    position: absolute
}

html.touch .menubtn .button-lines::before {
    top: 12px
}

html.touch .menubtn .button-lines::after {
    top: -12px
}

html.touch .menuwrap.open .menubtn .button-lines {
    background: 0 0
}

html.touch .menuwrap.open .menubtn .button-lines::before {
    top: 0;
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

html.touch .menuwrap.open .menubtn .button-lines::after {
    top: 0;
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -o-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

#codecontainer {
    position: fixed;
    top: 30px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 99999;
    min-height: 300px
}

#codecontainer pre {
    margin: 0;
    padding: 0;
    line-height: 16px;
    tab-size: 4
}

#codecontainer pre .break {
    background-color: #f6f6f6;
    font-weight: 700;
    color: #aaa
}

#codecontainer pre .break:before {
    content: "ÃƒÆ’Ã‚Â¡Ãƒâ€¦Ã‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢"
}

#codecontainer .codewrap {
    position: absolute;
    top: 10px;
    bottom: 10px;
    width: 100%;
    overflow: hidden;
    overflow: scroll;
    white-space: nowrap
}

#codecontainer .code,
#codecontainer .linenumbers {
    min-height: 100%
}

#codecontainer .code {
    padding: 0;
    display: inline-block
}

#codecontainer .code {
    padding: 0 15px 10px 5px
}

#codecontainer .linenumbers {
    float: left;
    padding: 0 5px 0 10px;
    color: #aaa;
    text-align: right;
    border-right: 1px solid #e5e5e5
}

#codecontainer span.indent {
    width: 31px;
    display: inline-block;
    white-space: nowrap
}

#codecontainer #close.button {
    position: fixed;
    top: 20px;
    right: 10px;
    width: 20px;
    height: 20px
}

#codecontainer #select.button {
    position: fixed;
    top: 20px;
    right: 40px;
    height: 20px;
    padding: 0 10px 0 10px
}

#codecontainer #close.button:after {
    content: "ÃƒÆ’Ã‚Â Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â¾"
}

#codecontainer .button {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    cursor: pointer;
    color: #2e639e
}

#codecontainer .button:hover {
    background-color: #3883d8;
    color: #fff
}

a.viewsource:after {
    content: " }"
}

a.viewsource:before {
    content:"{ "
}

#parallaxContainer {
    width: 900px;
    height: 500px;
    top: 30px;
    position: relative
}

#parallaxContainer .layer1 {
    height: 100%;
    text-align: center;
    background-image: url(../img/example_parallax_l1.html)
}

#parallaxContainer .layer2 {
    background-image: url(../img/example_parallax_l2.html);
    position: absolute;
    height: 139px;
    width: 100%;
    bottom: 32px
}

#parallaxContainer .layer3 {
    background-image: url(../img/example_parallax_l3.html);
    position: absolute;
    height: 32px;
    width: 100%;
    bottom: 0
}

#parallaxText {
    width: 0;
    height: 100%;
    margin: auto;
    position: relative
}

#parallaxText .layer1,
#parallaxText .layer2,
#parallaxText .layer3 {
    position: absolute;
    font-size: 50px;
    line-height: 50px;
    margin-left: -150px;
    margin-top: -25px;
    width: 300px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #133f71
}

#parallaxText .layer1 {
    top: 48%
}

#parallaxText .layer2 {
    top: 49%
}

#parallaxText .layer3 a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400
}

#parallax1>div,
#parallax2>div,
#parallax3>div {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.dynamicContent #content {
    width: 390px;
    margin: auto;
    text-align: left
}

.dynamicContent #content .box1 {
    margin: 10px
}

.dynamicContent #loader {
    height: 0;
    overflow: hidden;
    line-height: 60px
}

.dynamicContent #loader.active {
    height: 60px
}

.dynamicContent #loader img {
    vertical-align: text-bottom
}

#customactions {
    height: 160px;
    width: 170px;
    margin: auto;
    padding-top: 40px;
    text-align: left
}

#customactions label {
    width: 100px;
    display: inline-block
}

#customactions code {
    color: #3883d8
}

#customactions a.viewsource {
    margin-top: 20px;
    display: block;
    text-align: center
}

.demo.responsiveDuration {
    position: relative
}

.responsiveDuration .box1 {
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -50px;
    margin-left: -50px
}

#destroybox a {
    display: block;
    margin-top: 20px
}

#destroybox a.disabled {
    color: #79b0ee
}

#mobileadvanced {
    width: 150px;
    height: 150px
}

#mobileadvanced p {
    margin-top: 50px
}

#multiDirect {
    text-align: left;
    position: relative
}

#multiDirect .box1 {
    left: 50vw;
    top: 200px;
    margin-left: -60px
}

#multiDirect .box1 p:first-child {
    margin-top: 20px
}

.copyright {
    font-variant: italic;
    font-size: 11px
}

#bezier {
    overflow: hidden;
    position: relative
}

#bezier #plane {
    position: absolute;
    left: -100px
}

#bezier a.viewsource {
    margin: 100px;
    display: inline-block
}

.demo#section-slides,
.demo#section-wipes {
    height: 100%;
    width: 100%;
    background-image: none
}

.demo#section-slides .panel,
.demo#section-wipes .panel {
    background-image: url(../img/example_bg_spacer_v.html)
}

.demo#section-slides #slideContainer .panel,
.demo#section-wipes #pinContainer .green,
.demo#section-wipes #pinContainer .turqoise {
    background-image: url(../img/example_bg_spacer_h.html)
}

.demo#section-slides .panel>b,
.demo#section-wipes .panel>b {
    font-size: 15px;
    color: #fff;
    position: relative;
    display: block;
    height: 0;
    overflow: visible;
    top: 50%
}

section.panel2.turqoise.green {
    z-index: -2;
    filter: contrast(.5);
    mix-blend-mode: multiply
}

section.panel2.turqoise.red {
    z-index: -1;
    mix-blend-mode: multiply
}

.hljs {
    display: block;
    padding: .5em;
    color: #333
}

.diff .hljs-header,
.hljs-comment,
.hljs-javadoc,
.hljs-template_comment {
    color: #998;
    font-style: italic
}

.css .rule .hljs-keyword,
.hljs-keyword,
.hljs-request,
.hljs-status,
.hljs-subst,
.hljs-winutils,
.javascript .hljs-title,
.nginx .hljs-title {
    color: #333;
    font-weight: 700
}

.hljs-hexcolor,
.hljs-number,
.ruby .hljs-constant {
    color: #099
}

.hljs-phpdoc,
.hljs-string,
.hljs-tag .hljs-value,
.tex .hljs-formula {
    color: #d14
}

.coffeescript .hljs-params,
.hljs-id,
.hljs-title,
.scss .hljs-preprocessor {
    color: #900;
    font-weight: 700
}

.clojure .hljs-title,
.hljs-subst,
.javascript .hljs-title,
.lisp .hljs-title {
    font-weight: 400
}

.haskell .hljs-type,
.hljs-class .hljs-title,
.tex .hljs-command,
.vhdl .hljs-literal {
    color: #458;
    font-weight: 700
}

.django .hljs-tag .hljs-keyword,
.hljs-rules .hljs-property,
.hljs-tag,
.hljs-tag .hljs-title {
    color: navy;
    font-weight: 400
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
    color: teal
}

.hljs-regexp {
    color: #009926
}

.hljs-prompt,
.hljs-symbol,
.lisp .hljs-keyword,
.ruby .hljs-symbol .hljs-string,
.tex .hljs-special {
    color: #990073
}

.clojure .hljs-built_in,
.hljs-built_in,
.lisp .hljs-title {
    color: #0086b3
}

.hljs-cdata,
.hljs-doctype,
.hljs-pi,
.hljs-pragma,
.hljs-preprocessor,
.hljs-shebang {
    color: #999;
    font-weight: 700
}

.hljs-deletion {
    background: #fdd
}

.hljs-addition {
    background: #dfd
}

.diff .hljs-change {
    background: #0086b3
}

.hljs-chunk {
    color: #aaa
}

.spacer.s_viewport {
    display: block;
    min-width: 0;
    margin: auto;
    font-size: 30px
}

.spacer.s_viewport p {
    font-size: 36px;
    max-width: 600px;
    margin: auto;
    margin-top: 8%
}

div#imagesequence.dwa:before {
    background: linear-gradient(60deg, transparent, #ffffff40);
    z-index: 999;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 61.3%;
    width: calc(100vh/3.37);
    margin: auto;
    right: 0;
    left: 0;
    transform: translate(84%, -1.5%);
    border: 3px solid #000;
    border-radius: 29px;
    border-bottom-width: 30px;
    border-top-width: 30px;
    border-top-color: #1b1b1b
}

img#myimg {
    width: 100%;
    max-width: 1200px
}

.spacer.s_viewport p {
    font-size: 36px;
    max-width: 590px;
    margin: auto;
    margin-top: 2%
}

.spacer.s_viewport p {
    font-size: 30px;
    line-height: 150%;
    text-align: left;
    text-align: center
}

/* .text-info {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    transform: translateY(-50%)
} */

.text-wrap {
    max-width: 430px;
    font-size: 20px
}

h1 {
    font-size: 110px;
    text-align: center;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-weight: 900;
    line-height: 100%;
    margin: auto;
    padding-bottom: 5%;
    word-break: break-all
}

h2 {
    font-size: 20px;
    font-size: 55px;
    padding: 0;
    /* margin: 0; */
    color: #000;
    font-weight: 400;
    font-weight: 83px
}

.h2 {
    font-size: 20px;
    font-size: 55px;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-weight: 83px
}

.first-section .spacer.s_viewport {
    padding-bottom: 10%;
    background: #eaeaea
}

.second-section #example-wrapper .scrollContent div {
    background: #fff
}

span.first-section .demo {
    background: #a9a1a1;
    background: radial-gradient(circle, #fff 10%, #eaeaea 50%)
}

#example-wrapper .second-section {
    text-align: left
}

.second-section h3 {
    text-align: left
}

.second-section p {
    text-align: left
}

.second-section .text-wrap {
    margin-left: -20%
}

.text-block,
.text-block.gray {
    background: #f5f5f5;
    padding-top: 5%;
    position: relative;
    margin-bottom: -7%;
    z-index: 1
}

.text-block .text-wrap {
    max-width: 850px;
    margin: auto;
    padding: 30px
}

.text-block h3,
.text-block p,
.text-block.gray h3,
.text-block.gray p {
    text-align: left
}

.text-block.gray p {
    margin: 0
}

.text-block {
    background: #fff
}

section.panel2.blue {
    mix-blend-mode: multiply;
    background-position: 110% 30%;
    background-size: 140%
}

section.panel2.turqoise {
    mix-blend-mode: normal;
    background-position: 42.5% 30%;
    background-size: 140%;
    backface-visibility: hidden
}

.item h3 {
    font-size: 55px
}

.item p {
    font-size: 20px
}

.readyfor .item {
    position: relative
}

.readyfor .item:nth-child(1) {
    left: -5%
}

.readyfor .item:nth-child(2) {
    left: 5%
}

.readyfor .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    max-width: 880px;
    margin: auto;
    align-items: center
}

.readyfor .item h3 {
    text-align: left;
    margin-bottom: 1%
}

.readyfor .item p {
    text-align: left
}

.item-text {
    padding-bottom: 37px;
    padding-left: 29px
}

.item img {
    max-width: 200px
}

.readyfor {
    display: block;
    padding: 7% 30px;
    overflow: hidden
}

.bak {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
    background: radial-gradient(circle, rgba(0, 0, 0, .37) 0, #000 100%)
}

span.enviroment {
    display: block;
    position: relative;
    height: 100%;
    background: #525252
}

.enviroment .text-block.gray {
    background: 0 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 0;
    margin: auto;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 850px
}

.enviroment .text-block .text-wrap {
    color: #fff
}

.enviroment .text-block .text-wrap h3 {
    color: #fff;
    text-align: center
}

.enviroment .text-block.gray p {
    text-align: center;
    font-size: 20px
}

.enviroment .text-block.gray p {
    text-align: center;
    font-size: 20px
}

.adva {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    padding-top: 7%;
    padding-bottom: 5%;
    padding: 5%;
    padding-top: 9%;
    padding-bottom: 10%
}

.adva h3 {
    font-size: 20px;
    font-weight: 700;
    font-family: Avenir, sans-serif;
    line-height: 162%
}

.adv {
    max-width: 230px
}

.ico {
    position: relative
}

.icon img {
    max-width: 140px
}

.downer,
.uper {
    font-size: 30px
}

.uper h3 {
    margin: 0;
    font-size: 50px;
    padding: 0 50px
}

.uper {
    width: 30%;
    display: inline-block;
    vertical-align: middle
}

.downer {
    width: 30%;
    display: inline-block;
    vertical-align: middle
}

.iks {
    display: inline-block;
    vertical-align: middle
}

.downer h3 {
    margin: 0;
    font-size: 50px;
    padding: 0 50px
}

div#stage8 {
    padding-bottom: 10%;
    padding-top: 10%;
    text-align: center;
    padding-bottom: 15%
}

.left-gray {
    background: #f5f5f5;
    padding: 5%;
    width: 20%
}

.left-gray h2 {
    text-align: left;
    padding-bottom: 0
}

div#robe p {
    font-size: 20px;
    text-align: left
}

.right-image {
    background: url(img/IMG_7784-2.jpg);
    background-size: cover;
    width: 80%;
    background-position: center
}

.desktop .right-image {
    background-attachment: fixed
}

div#robe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto
}

h3 {
    font-size: 3.7vw
}

.text-wrap ul li {
    text-align: left;
    padding-bottom: 20px;
    margin-left: 0
}

.text-wrap ul {
    margin: 0;
    padding: 0;
    padding: 23px
}

.text-wrap a img {
    text-align: left;
    max-height: 60px;
    vertical-align: top;
    margin-right: 15px
}

.text-block.gray.grad {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0, #fff 100%);
    background: -webkit-linear-gradient(top, #ededed 0, #fff 100%);
    background: linear-gradient(to bottom, #ededed 0, #fff 100%)
}

div#pinContainerExt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 100px;
    height: 50vh;
    margin-top: 5%;
    justify-content: center;
    align-items: center;
    padding: 0 60px
}

section.fromleft {
    position: relative
}

section.fromlight {
    position: relative
}

section.fromleft {
    width: 100%;
    max-width: 560px;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

section.fromleft img {
    width: 100%
}

section.center {
    padding: 2%
}

section.fromlight {
    width: 100%;
    max-width: 480px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center
}

section.fromlight img {
    height: auto;
    width: 95%
}

.extended,
.readyfor,
div#imagesequence.jedna,
span.extended {
    overflow: hidden;
    position: relative;
    display: block
}

.portrait .spacer.s2 {
    height: 15vh
}

.portrait img#myimg {
    width: 100%;
    max-width: 2000px;
    mix-blend-mode: multiply;
    transform: translateX(-50%) scale(1.2);
    position: relative;
    left: 50%;
    margin-bottom: 10vh
}

.portrait .panel2 {
    background-size: 80% auto
}

.portrait .panel {
    width: 100%;
    background-size: auto 60%;
    background-position: 50% 10%
}

.portrait .panel .text-info {
    left: auto;
    top: 66%;
    width: 100%;
    position: relative;
    transform: none
}

.portrait .panel .text-wrap {
    max-width: 845px
}

.portrait .panel3,
.portrait .panel3.turqoise {
    background-size: auto 75%
}

.portrait .dwa img#myimg {
    height: 47.9%;
    width: auto;
    transform: translate(84%, -1.5%);
    position: absolute;
    left: 0;
    margin: auto
}

.portrait div#imagesequence.dwa:before {
    height: 47.9%;
    width: calc(100vh/4.32)
}

.up {
    text-align: center
}

.up h3 {
    font-size: 20px;
    font-style: italic;
    margin-top: 20px;
    transition: all ease .5s
}

.up {
    margin: 5% 30px
}

.up a {
    text-decoration: none;
    color: #000
}

.tirage {
    padding: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 10px
}

div#popup {
    max-width: 630px;
    padding: 25px
}

.scrollmagic-pin-spacer {
    overflow: hidden
}

.fancybox-container {
    z-index: 999999
}

.portrait section.recykl {
    top: -30%
}

@media screen and (max-width:1500px) {
    div#robe p {
        font-size: 22px
    }

    .portrait h3 {
        font-size: 4.8vw
    }

    .portrait .downer h3,
    .portrait .uper h3 {
        font-size: 50px
    }

    .portrait .up h3 {
        font-size: 20px
    }

    .portrait p {
        font-size: 30px
    }

    .readyfor .item {
        max-width: 990px
    }

    section.panel2.blue {
        background-position: 110% 10%
    }

    section.panel2.turqoise {
        background-position: 42.5% 10%
    }

    section.recykl {
        top: -9%
    }

    .portrait section.recykl {
        top: -20%
    }

    .adv {
        width: 50%;
        max-width: 200px;
        padding-bottom: 40px;
        padding: 30px
    }

    .portrait .adv h3 {
        font-size: 30px;
        line-height: 110%
    }

    .adva {
        flex-wrap: wrap
    }

    .downer,
    .uper {
        width: 40%
    }

    .cta img {
        float: none;
        display: inline;
        margin: auto;
        margin-bottom: 50px;
        padding: initial
    }

    .brozura,
    .newsletter {
        max-width: 460px;
        text-align: center
    }
}

@media screen and (max-width:1450px) {
    section.recykl {
        top: 0
    }

    section.panel2.blue,
    section.panel2.turqoise {
        background-position-y: 40%
    }

    .readyfor .item h3 {
        font-size: 40px;
        margin-bottom: 2%;
        margin-top: 5%
    }
}

@media screen and (max-width:1367px) {
    h1 {
        font-size: 80px
    }

    .spacer.s_viewport p {
        font-size: 25px
    }

    h3 {
        font-size: 55px
    }

    .text-wrap ul li {
        font-size: 20px
    }

    .item h3 {
        font-size: 40px
    }

    .item-text {
        max-width: 500px
    }

    section.panel2.blue {
        background-position: 111% 35%
    }

    section.panel2.turqoise {
        background-position: 42.5% 35%
    }

    section.recykl {
        top: 13%
    }

    div#robe {
        min-height: 652px
    }

    div#robe p {
        font-size: 20px
    }

    .cta img {
        max-width: 150px
    }

    .brozura form {
        text-align: right
    }

    .brozura form input {
        width: 210px
    }
}

@media screen and (max-width:1300px) {
    .enviroment .text-block.gray {
        width: 100%;
        padding: 30px
    }

    h1 {
        font-size: 10vw
    }

    h3 {
        font-size: 55px
    }

    .downer h3,
    .uper h3 {
        font-size: 35px
    }
}

@media screen and (max-width:1100px) {
    .adv {
        max-width: 200px
    }

    .portrait .adv h3 {
        font-size: 25px;
        max-width: 250px;
        margin: auto;
        margin-top: 10px;
        margin-block-end: 20px
    }

    .left-gray {
        width: 30%
    }

    .downer,
    .uper {
        width: 100%
    }

    .downer h3,
    .uper h3 {
        max-width: 600px;
        margin: auto;
        margin-bottom: 30px
    }
}

@media screen and (max-width:1000px) {
    .h2 {
        font-size: 35px
    }

    div#robe {
        position: relative
    }

    .left-gray {
        position: absolute;
        background: rgba(255, 255, 255, .8);
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        padding: 50px 30px;
        box-sizing: border-box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column
    }

    .right-image {
        width: 100%
    }

    .left-gray h2 {
        text-align: center
    }

    div#robe p {
        text-align: center;
        max-width: 250px;
        margin: auto;
        margin-top: 30px
    }

    .cta {
        display: block
    }

    .c50 {
        width: 100%;
        box-sizing: border-box;
        padding: 80px 30px
    }

    .portrait p {
        font-size: 20px
    }
}

@media screen and (max-width:800px) {
    .tirage img {
        display: none
    }

    .tirage .copy {
        text-align: center
    }

    .tirage {
        display: block
    }

    .brozura form input {
        max-width: 196px
    }

    div#stage8 h2 {
        font-size: 40px;
        padding: 30px
    }

    .icon img {
        max-width: 110px
    }

    .logo img {
        width: 160px
    }

    section.recykl {
        top: -8%
    }

    .portrait section.recykl {
        top: -14%
    }

    .readyfor .item {
        flex-direction: column
    }

    .readyfor .item:nth-child(2) {
        left: 0
    }

    .readyfor .item:nth-child(1) {
        left: 0
    }

    #stage4 div#pinContainerExt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        max-width: 500px
    }

    section.fromlight img:nth-child(3) {
        display: none
    }

    #stage4 div#pinContainerExt img {
        max-height: 170px;
        width: auto;
        margin: auto
    }

    h3 {
        font-size: 50px
    }

    .portrait .spacer.s2 {
        height: 20vh
    }

    .spacer.s_viewport.ein {
        padding: 0 30px;
        padding-block-end: 50px
    }

    .spacer.s_viewport.ein p {
        font-size: 20px;
        margin-bottom: 10px
    }

    .portrait .panel {
        width: 100%;
        background-size: auto 50%;
        background-position: 50% 25%
    }

    .second-section .text-wrap {
        padding-left: 30px;
        width: 100%;
        margin: auto
    }

    h3 {
        font-size: 30px
    }

    .portrait .panel .text-info {
        left: auto;
        top: 63%;
        width: 90%;
        position: relative;
        transform: none
    }

    .panel3.blue {
        background-size: auto 65%
    }

    .portrait .panel3.turqoise {
        background-size: auto 100%;
        background-position: 69.2% 50%
    }

    .portrait .dwa img#myimg {
        height: 61.2%;
        transform: translate(-1.3%, -1.5%)
    }

    .portrait div#imagesequence.dwa:before {
        width: calc(100vh/3.37);
        height: 61.2%;
        transform: translate(-1.3%, -1.5%)
    }
}

@media screen and (max-width:800px) {
    span#stage7 .text-block.gray {
        padding-top: 60px
    }

    h3 {
        font-size: 50px
    }

    .portrait .spacer.s2 {
        height: 20vh
    }

    .spacer.s_viewport.ein {
        padding: 0 30px;
        padding-block-end: 50px
    }

    .spacer.s_viewport.ein p {
        font-size: 20px;
        margin-bottom: 10px
    }

    .portrait .panel {
        width: 100%;
        background-size: auto 50%;
        background-position: 50% 25%
    }

    .second-section .text-wrap {
        padding-left: 30px;
        width: 100%;
        margin: auto
    }

    h3 {
        font-size: 30px
    }

    .portrait .panel .text-info {
        left: auto;
        top: 63%;
        width: 90%;
        position: relative;
        transform: none
    }

    .panel3.blue {
        background-size: auto 65%
    }

    .portrait .panel3.turqoise {
        background-size: auto 100%;
        background-position: 69.2% 50%
    }

    .portrait .dwa img#myimg {
        height: 61.2%;
        transform: translate(-1.3%, -1.5%)
    }

    .portrait div#imagesequence.dwa:before {
        width: calc(100vh/3.37);
        height: 61.2%;
        transform: translate(-1.3%, -1.5%)
    }
}

.m-0,
.mb-0,
.mt-0,
.mr-0,
.ml-0 {
    margin: 0px;
}

/* .p-0,
.pb-0,
.pt-0,
.pr-0,
.pl-0 {
    padding: 0px;
} */

p {
    font-size: 18px !important;
}

.subheading{
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1.2;
}

.mt-30 {
    margin-top: 30px;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.dignostic_section {
    max-width: 800px;
    margin: 0 auto;
}

section.fromleft img {
    width: 77%;
    margin: 0 auto;
}

section.fromlight img {
    height: auto;
    width: 75%;
    margin: 0 auto;
}

.main_title {
    font-size: 110px !important;
    text-align: center;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-weight: 900;
    line-height: 100%;
    margin: auto;
    word-break: break-all;
    max-width: 700px;
    margin-top: 200px;
    margin-bottom: -200px;
}

#imagesequence {
    text-align: center;
}

.dwa34 {
    width: 70%;
}

img#myimg.jedna {
    max-height: 90vh;
}

.readyfor {
    padding: 0px 30px 7% 30px;
    margin-top: 50px;
}

.map-text {
    position: relative;
    top: -380px;
    left: 12%;
}

.blue_extend {
    background-image: url(img/1.1.jpg) !important;
    background-position: 110% 41% !important;
    background-size: 140% !important;
}

.turqoise_extend {
    background-image: url(img/2.2_final.png) !important;
}

section.panel2.turqoise {
    background-position: 16.5% 30%;
    background-size: 117%;
}

.section.panel2.turqoise.green {
    filter: drop-shadow(2px 4px 6px black) !important;
}

.text_half {
    max-width: 80% !important;
}

section.fromlight im {
    width: 95% !important;
}

@media screen and (max-width: 1367px) {
    section.recykl {
        top: 20%;
    }

    h3 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .dwa34 {
        width: 102%;
    }

    .portrait .dwa img#myimg {
        left: 33%;
    }

    .map-text {
        position: relative;
        top: 100px;
        left: 10%;
    }

    .feature-inner-2 {
        flex: 1;
        padding: 70px 0px 0px 20px !important;
    }

    .portrait img#myimg {
        width: 65%;
        left: 35%;
    }

    .dignostic_section {
        max-width: 75%;
    }

    .feature-area {
        padding: 0px 75px 0px 75px;
    }
}

@media screen and (max-width: 768px) {

    #stage2 .panel {
        background-position: 40% 20%;
    }

    h3 {
        font-size: 30px !important;
    }

    .main_title,
    .cc_h2 {
        font-size: 9vw !important;
    }

    .portrait .dwa img#myimg {
        height: 50.2%;
        width: unset !important;
    }

    .map-text {
        position: relative;
        top: -240px;
        left: 4%;
    }

    .dwa34 {
        width: 127%;
        margin-top: 75px;
        margin-left: -11%;
    }

    section.recykl {
        top: 32%;
    }

    .feature-area {
        padding: 0px 50px 0px 50px !important;
    }

    .feature-inner-2 {
        flex: 1;
        padding: 30px 0px 0px 20px !important;
    }

    #stage4 div#pinContainerExt img {
        max-height: 80px;
        width: auto;
        margin: 35px auto;
    }

    .left {
        order: 2;
    }

    .right {
        order: 1;
    }


}

@media screen and (max-width: 560px) {
    .map-text {
        position: relative;
        top: 60px;
        left: 4%;
        max-width: 90%;
    }

    .portrait .dwa img#myimg {
        left: 33%;
    }
}

a.hero-btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #FC9B01;
    padding: 16px 30px;
    border-radius: 10px;
}

@media (max-width:560px){
    a.hero-btn{
        font-size: 16px;
        padding: 16px;
    }
}

/* Helper CSS Classes */

/* .text-center{
    text-align: center !important;
}

.w-full{
    width: 100% !important;
}

.w-50{	
    width: 50% !important;
}

.flex{	
    display: flex !important;
}

.items-center{
    align-items: center !important;
}

.justify-center{
    justify-content: center !important;
} */

/* New Custom CSS */

.hero-section {
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 1440px;
    margin: 0px auto;
    gap: 2rem;
    /* margin-bottom: 26vh; */
    padding: 0px 2.5rem;
}

.content-section {
    width: 60%;
    max-width: 1440px;
}

.image-section {
    width: 40%;
    text-align: end;
}

.image-section img {
    width: 86%;
    border-radius: 14px;
}

.content-section h2 {
    font-size: 55px;
    padding: 0;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
}

.content-section p{
    font-size: 18px;
    margin: 1rem 0rem;
}

.content-section ul{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-section ul li{
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: #e0dfe4;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
}

/* 2nd Info Section CSS */

.info-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    max-width: 1440px;
    margin: 0px auto;
    gap: 2rem;
    /* margin-bottom: 26vh; */
    padding: 2.5rem;
    background-image: url(img/white-bg.png);
    background-position: center;
    background-size: cover;
}

/* Partnership Section CSS */

.partnership-container{
    max-width: 1200px;
}

.partnership-container .content-section{
    width:auto;
}

.partnership-card{
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 5px -3px #111;
}

.partnership-card .subheading{
    font-size: 22px !important;
    color: #162D50;
}

.partnership-card svg{
    width:60px;
    height: 60px;
    fill: #162D50;
}

.footer-newsletter h2{
    color: #fff;
}

.dapper-map-section{
    background: url(img/dapper-usa-map-bg.png);
    background-position: center top;
    background-size: cover;
}

/* Media Queries */

@media (max-width:1280px){
    .content-section h2{
        font-size: 40px;
    }

    .subheading {
        font-size: 20px !important;
    }

    .content-section p{
        font-size: 16px;
    }
}

@media (max-width:768px){
    .hero-section{
        flex-wrap: wrap;
        height: auto;
        padding: 10rem 1.5rem 0 1.5rem;
        margin-bottom: 15vh;
    }
    
    .info-section{
        padding: 1.5rem;
    }

    .image-section{
        text-align: center;
    }

    .content-section, .image-section, .image-section img{
        width: 100%;
    }

    .content-section h2{
        font-size: 32px;
    }

    .subheading {
        font-size: 20px !important;
    }
}

.panel-btn{
    cursor: pointer;
}

.panel-btn[aria-selected="true"], .panel-btn:hover{
    color: #FC9B01;
    border-color: #FC9B01;
    background-color: #e2e2e275;
}

.col-lg-4.footer-newsletter {
    width: 33.33%;
}

/* Contact Form CSS */

.contact-form label span{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #101828 !important;
}