body,
html {
    height: 100%;
    margin: 0;
    color: #1b1b24;
    font-family: 'Montserrat', sans-serif;
    background: #1b1b24;
    overflow: hidden;
	background-image: url("../img/lennerts_symbole_jaune-09.svg");
	background-position: center;
	background-repeat: no-repeat;
}
a {
    color: #1b1b24;
    text-decoration: none;
    opacity: .5;
    transition: all .3s;
}

a:hover {
    color: #1b1b24;
    opacity: 1;
    text-decoration: none;
}

.inner {
    /* max-width: 350px; */
    margin: 0 auto;
    padding: 0 35px;
}

.container-mid {
    /*position: absolute;
    z-index: 100;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}

.bg-overlay,
.bg-overlay-section {
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    opacity: 0.5;
    background: rgba(0, 0, 0, 1);
}

.bg-overlay-section {
    opacity: 0.9;
    background: #171618;
}

.hero,
.hero .front-content .cycle-wrapper {
    overflow: hidden;
}

.hero {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.hero.half-height {
    height: 50%;
}

.hero .front-content {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

 .container-mid {
    text-align: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
}

.hero .front-content .background{
    position: absolute;
    width: 60%;
    height: auto;
    opacity: 0;
}

.hero .front-content .background-01{
    top: -7%;
    left: -7%;
    
}
@media (max-width: 500px) {
    .hero .front-content .background-01{
        display: none!important;
    }
}
.hero .front-content .background-02{
    bottom: -7%;
    right: -7%;
    
}
@media (min-width: 768px) {
    .hero .front-content .background{
        
        width: 40%;
        height: auto;
    }
}
@media (min-width: 1200px) {
    .hero .front-content .background{
        
        width: 30%;
        height: auto;
    }
}

.hero .front-content .controls {
    display: none;
}

.hero .front-content .controls .show {
    display: block;
}

.hero .front-content .controls .pause-button,
.hero .front-content .controls .volume-button {
    font-size: 20px;
    position: absolute;
    z-index: 101;
    bottom: 20px;
    width: 20px;
    cursor: pointer;
    color: #fff;
}

.hero .front-content .controls .volume-button {
    left: 66px;
}

.hero .front-content .controls .pause-button {
    left: 26px;
}

.hero .background-content.page-enter-animated {
    -webkit-transition: all 0.8s cubic-bezier(0.5, 0.34, 0.06, 0.82);
    transition: all 0.8s cubic-bezier(0.5, 0.34, 0.06, 0.82);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
	
}

.hero .background-content.page-enter-animated.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
	background-color:#fff;
}

.hero .background-content .level-1,
.hero .background-content .level-2 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.hero .background-content .level-1 {
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero .background-content .level-2 {
    z-index: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.hero .background-content #canvas,
.hero .background-content .bg-color,
.hero .background-content .bg-image,
.hero .background-content .bg-overlay,
.hero .background-content .bg-pattern,
.hero .background-content .bg-video,
.hero .background-content .glitch-img {
    position: absolute !important;
    width: 100%;
    height: 100% !important;
}

.hero .background-content .bg-color {
    z-index: -1;
    opacity: 0;
    background: #af997f;
}

.hero .background-content .glitch-img {
    background-size: cover;
}

.hero .background-content #canvas {
    top: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.5, 0.34, 0.06, 0.82) 1s;
    transition: all 0.8s cubic-bezier(0.5, 0.34, 0.06, 0.82) 1s;
    opacity: 0;
}

.hero .background-content.page-enter-animated.show #canvas {
    top: 0;
    opacity: 1;
}

.hero .background-content #canvas canvas {
    position: absolute !important;
}

.hero .background-content .bg-pattern {
    opacity: 0;
   /* background: url(../images/bg-pattern.png);*/
}

.hero-1 .front-content .scroll-down:before,
.hero-2 .front-content .scroll-down:before {
    position: absolute;
    left: 50%;
    content: "";
    -webkit-animation: mousewheelScroll 1.6s infinite;
    background: #fff;
}

.hero .background-content {
    overflow: hidden;
    position: absolute;
    z-index: -10;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@-webkit-keyframes mousewheelScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes mousewheelScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hero-2 .front-content img.logo {
    width: 480px;
    height: auto;
    margin: 0 auto 60px auto;
}

.hero-2 .front-content p {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing:0;
}

.hero-2 .front-content p small {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
	opacity:.3;
	letter-spacing: 0.4px:
}
.hero-2 .front-content p small img {
    margin-left: 8px;

}
.hero-2 .front-content p.socials {
    font-size: 14px;
    margin-bottom: 0;
}
.hero-2 .front-content p.quote{
    font-size: 1.5rem;
    margin-top: 60px;
    font-weight: bold;
}

.hero-2 .front-content .scroll-down {
    position: absolute;
    bottom: 42px;
    left: 50%;
    width: 23px;
    height: 34px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 25px;
    box-shadow: inset 0 0 0 2px #fff;
}

.hero-2 .front-content .scroll-down:before {
    top: 9px;
    width: 3px;
    height: 6px;
    margin-left: -1.5px;
    animation: mousewheelScroll 1.6s infinite;
    border-radius: 10px;
}

.hero-3 .front-content .scroll-down:before,
.hero-4 .front-content .scroll-down:before {
    left: 50%;
    -webkit-animation: mousewheelScroll 1.6s infinite;
    content: "";
}

.hero-2 .front-content.page-enter-animated img.logo {
    -webkit-transform: translateY(80px) !important;
    transform: translateY(80px) !important;
    opacity: 0 !important;
}

.hero-2 .front-content.page-enter-animated.show img.logo {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.hero-2 .front-content.page-enter-animated p {
    -webkit-transform: translateY(80px) !important;
    transform: translateY(80px) !important;
    opacity: 0 !important;
}

.hero-2 .front-content.page-enter-animated.show p {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.hero-2 .front-content.page-enter-animated.show p.socials {
    transition-delay: .8s !important;
}
.hero-2 .front-content.page-enter-animated .background-01 {
    -webkit-transform: translateY(-10%) !important;
    transform: translateY(-10%) !important;
    opacity: 0 !important;
}
.hero-2 .front-content.page-enter-animated.show .background-01 {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition-delay: .8s !important;
}
.hero-2 .front-content.page-enter-animated .background-02 {
    -webkit-transform: translateY(10%) !important;
    transform: translateY(10%) !important;
    opacity: 0 !important;
}
.hero-2 .front-content.page-enter-animated.show .background-02 {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition-delay: 1.3s !important;
}

.hero-2 .front-content.page-enter-animated .scroll-down {
    -webkit-transform: translate(-50%, 80px) !important;
    transform: translate(-50%, 80px) !important;
    opacity: 0 !important;
}

.hero-2 .front-content.page-enter-animated.show .scroll-down {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.6s !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.6s !important;
    -webkit-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
}
.bg-overlay {display: none;}

@media (max-width: 994px) {
    .hero-2 .front-content img.logo {
        /* padding: 0 80px; */
        width: 280px;
    }

    /*.hero-2 .front-content p {
        font-size: 20px;
        margin-bottom: 20px;
        letter-spacing: 0.12em;
    }*/
    .hero-2 .front-content img.logo {
        /* max-height: 170px; */
        /* margin: 20px auto; */
    }

    .hero-2 .front-content .scroll-down {
        bottom: 24px;
        width: 21px;
        height: 30px;
    }

    .hero-2 .front-content .scroll-down:before {
        top: 8px;
        height: 5px;
    }
    .bg-overlay {display: block;}
}

@media (max-width: 480px) {
    .hero-2 .front-content img.logo {
        padding: 0 20px;
    }

    .hero-2 .front-content p {
        font-size: 14px;
        letter-spacing: 0.06em;
    }

    .hero-2 .front-content .scroll-down {
        bottom: 16px;
        width: 20px;
        height: 29px;
    }
}

/*!Vegas.css - http://vegas.jaysalvat.com/Licensed under the MIT license - http://opensource.org/licenses/MITCopyright (c) 2015 Jay Salvat */
.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: 0.5;
    background: url(overlays/02.png) center center;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1;
}

:root body.vegas-container>.vegas-overlay,
:root body.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
    bottom: -76px;
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.vegas-transition-blur2-out {
    opacity: 0;
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0);
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0;
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%);
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.copyright {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 50;
    font-size: .9rem;
    /* font-size: 10px; */
    -webkit-transform: translateY(80px) !important;
    transform: translateY(80px) !important;
    opacity: 0 !important;
    font-weight: 500;
    background-color: #fff;
}

.copyright.show {
    -webkit-transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    transition: all 0.6s cubic-bezier(0.5, 0.34, 0.06, 0.82) 0.3s !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.copyright a {
    font-weight: bold;
	text-transform: uppercase;
}

.socials {margin-top: 60px !important;}
.socials img { width:85px;}