.slick-slide img{
    filter: grayscale(100%);
}
.slick-slide img:hover{
    filter: none;
}

#spinner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.info.email{
    color: red;
}
.info.required{
    color: red;
}
.info.server_error{
    color: red;
    position: relative;
    font-size: 1em;
}
#form-registration .info.mail_sent{
    color: #fff;
}
#form-contact .info.mail_sent{
    color: #006A4D;
}
.registration_cgu label, .registration_news label, .registration_credit label{
    color: white;
    justify-content: normal;
}

.registration_cgu .info, .registration_pictures .info, .registration_credit .info{
    position: relative;
    font-size: 1em;
}

.info{
    color: red;
    bottom: 5px;
    font-size: 12px;
}
.info, .input__label{
    position: absolute;
    left: 30px;
    font-weight: 100;
}
.cc-btn.cc-dismiss{
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border: 0;
    border-radius: 50px !important;
    padding: 15px 20px;
    padding: 10px 15px;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    transition: all .2s ease-in-out;
    line-height: 1.25;
    vertical-align: middle;

}
#form-registration option {
    color: #006a4d;
}
.registration_location{
    min-height: 90px;
}
.modal{
	z-index: 99999 !important;
}
.modal-backdrop{
	z-index: 9999 !important;
}

/*!
 * loadme v1.1.0 (https://github.com/zx1988826/loadme)
 * Copyright 2017 Tencent, Inc.
 * Licensed under the MIT license
 */
.loadme-mask {
    background-color: #000;
    width: 100px;
    height: 100px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 10px;
    opacity: 0.5;
}
.loadme-circular,
.loadme-circular:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loadme-circular {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1px solid rgba(237, 237, 237, 0.8);
    border-right: 1px solid rgba(237, 237, 237, 0.8);
    border-bottom: 1px solid rgba(237, 237, 237, 0.8);
    border-left: 1px solid #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadme-circular-animate 1.1s infinite linear;
    animation: loadme-circular-animate 1.1s infinite linear;
}
@-webkit-keyframes loadme-circular-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadme-circular-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loadme-rotateplane {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation: loadme-rotateplane-animate 1.2s infinite ease-in-out;
    animation: loadme-rotateplane-animate 1.2s infinite ease-in-out;
    z-index: 100;
}
@-webkit-keyframes loadme-rotateplane-animate {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes loadme-rotateplane-animate {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
.loadme-cube-grid {
    width: 50px;
    height: 50px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 100;
}
.loadme-cube-grid .loadme-cubeGrid {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: loadme-cubeGrid-animate 1.3s infinite ease-in-out;
    animation: loadme-cubeGrid-animate 1.3s infinite ease-in-out;
}
.loadme-cube-grid .loadme-cubeGrid1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loadme-cube-grid .loadme-cubeGrid2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loadme-cube-grid .loadme-cubeGrid3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.loadme-cube-grid .loadme-cubeGrid4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loadme-cube-grid .loadme-cubeGrid5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loadme-cube-grid .loadme-cubeGrid6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loadme-cube-grid .loadme-cubeGrid7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loadme-cube-grid .loadme-cubeGrid8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loadme-cube-grid .loadme-cubeGrid9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes loadme-cubeGrid-animate {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes loadme-cubeGrid-animate {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
.loadme-circleBounce {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
}
.loadme-circleBounce1,
.loadme-circleBounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loadme-circleBounce-animate 2s infinite ease-in-out;
    animation: loadme-circleBounce-animate 2s infinite ease-in-out;
}
.loadme-circleBounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes loadme-circleBounce-animate {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loadme-circleBounce-animate {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.loadmeRect {
    width: 50px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -25px;
    text-align: center;
    font-size: 10px;
    z-index: 100;
}
.loadmeRect .loadmeRectChild {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: loadmeRect-animate 1.2s infinite ease-in-out;
    animation: loadmeRect-animate 1.2s infinite ease-in-out;
}
.loadmeRect .loadmeRect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loadmeRect .loadmeRect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loadmeRect .loadmeRect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loadmeRect .loadmeRect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes loadmeRect-animate {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
@keyframes loadmeRect-animate {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}
.loadme-cube {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
}
.loadme-cube1,
.loadme-cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}
.loadme-cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(25px) rotate(-90deg) scale(0.5);
        transform: translateX(25px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(25px) translateY(25px) rotate(-179deg);
        transform: translateX(25px) translateY(25px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(25px) translateY(25px) rotate(-180deg);
        transform: translateX(25px) translateY(25px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(25px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(25px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(25px) rotate(-90deg) scale(0.5);
        transform: translateX(25px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(25px) translateY(25px) rotate(-179deg);
        transform: translateX(25px) translateY(25px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(25px) translateY(25px) rotate(-180deg);
        transform: translateX(25px) translateY(25px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(25px) rotate(-270deg) scale(0.5);
        transform: translateX(0px) translateY(25px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.loadme-scaleout {
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    border-radius: 100%;
    -webkit-animation: loadme-scaleout-animate 1s infinite ease-in-out;
    animation: loadme-scaleout-animate 1s infinite ease-in-out;
    z-index: 100;
}
@-webkit-keyframes loadme-scaleout-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes loadme-scaleout-animate {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.loadme-dot {
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation: loadme-dot-rotate 2s infinite linear;
    animation: loadme-dot-rotate 2s infinite linear;
    z-index: 100;
}
.loadme-dot1,
.loadme-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: loadme-dot-bounce 2s infinite ease-in-out;
    animation: loadme-dot-bounce 2s infinite ease-in-out;
}
.loadme-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes loadme-dot-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadme-dot-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loadme-dot-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loadme-dot-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.loadme-bounced {
    width: 70px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -35px;
    z-index: 100;
}
.loadme-bounced .loadme-bounced-child {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: loadme-bouncedelay-animate 1.4s infinite ease-in-out both;
    animation: loadme-bouncedelay-animate 1.4s infinite ease-in-out both;
}
.loadme-bounced .loadme-bounced1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loadme-bounced .loadme-bounced2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes loadme-bouncedelay-animate {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loadme-bouncedelay-animate {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.loadme-circlePoint {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    z-index: 100;
}
.loadme-circlePoint .loadme-circlePoint-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.loadme-circlePoint .loadme-circlePoint-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: loadme-circlePoint-animate 1.2s infinite ease-in-out both;
    animation: loadme-circlePoint-animate 1.2s infinite ease-in-out both;
}
.loadme-circlePoint .loadme-circlePoint2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.loadme-circlePoint .loadme-circlePoint3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.loadme-circlePoint .loadme-circlePoint4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loadme-circlePoint .loadme-circlePoint5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.loadme-circlePoint .loadme-circlePoint6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.loadme-circlePoint .loadme-circlePoint7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.loadme-circlePoint .loadme-circlePoint8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.loadme-circlePoint .loadme-circlePoint9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.loadme-circlePoint .loadme-circlePoint10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.loadme-circlePoint .loadme-circlePoint11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.loadme-circlePoint .loadme-circlePoint12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.loadme-circlePoint .loadme-circlePoint2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loadme-circlePoint .loadme-circlePoint3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loadme-circlePoint .loadme-circlePoint4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loadme-circlePoint .loadme-circlePoint5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loadme-circlePoint .loadme-circlePoint6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loadme-circlePoint .loadme-circlePoint7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loadme-circlePoint .loadme-circlePoint8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loadme-circlePoint .loadme-circlePoint9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loadme-circlePoint .loadme-circlePoint10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loadme-circlePoint .loadme-circlePoint11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.loadme-circlePoint .loadme-circlePoint12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes loadme-circlePoint-animate {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes loadme-circlePoint-animate {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.loadme-fadingCircle {
    width: 60px;
    height: 60px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 100;
}
.loadme-fadingCircle .loadme-fadingCircle-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.loadme-fadingCircle .loadme-fadingCircle-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: loadme-fadingCircle 1.2s infinite ease-in-out both;
    animation: loadme-fadingCircle 1.2s infinite ease-in-out both;
}
.loadme-fadingCircle .loadme-fadingCircle-child2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}
.loadme-fadingCircle .loadme-fadingCircle-child2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.loadme-fadingCircle .loadme-fadingCircle-child3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.loadme-fadingCircle .loadme-fadingCircle-child4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.loadme-fadingCircle .loadme-fadingCircle-child5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.loadme-fadingCircle .loadme-fadingCircle-child6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.loadme-fadingCircle .loadme-fadingCircle-child7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.loadme-fadingCircle .loadme-fadingCircle-child8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.loadme-fadingCircle .loadme-fadingCircle-child9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.loadme-fadingCircle .loadme-fadingCircle-child10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.loadme-fadingCircle .loadme-fadingCircle-child11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.loadme-fadingCircle .loadme-fadingCircle-child12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes loadme-fadingCircle {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes loadme-fadingCircle {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
.loadme-foldingCube {
    width: 40px;
    height: 40px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
}
.loadme-foldingCube .loadme-foldingCube-child {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.loadme-foldingCube .loadme-foldingCube-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: loadme-foldCubeAngle-animate 2.4s infinite linear both;
    animation: loadme-foldCubeAngle-animate 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.loadme-foldingCube .loadme-foldingCube-child2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.loadme-foldingCube .loadme-foldingCube-child3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.loadme-foldingCube .loadme-foldingCube-child4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.loadme-foldingCube .loadme-foldingCube-child2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.loadme-foldingCube .loadme-foldingCube-child3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.loadme-foldingCube .loadme-foldingCube-child4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes loadme-foldCubeAngle-animate {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes loadme-foldCubeAngle-animate {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.loadmeLove {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 100;
    background-color: #fff;
    -webkit-animation: loadme-love-animate 0.8s infinite alternate;
    animation: loadme-love-animate 0.8s infinite alternate;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
.loadmeLove:before,
.loadmeLove:after {
    position: absolute;
    width: 50px;
    height: 50px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
}
.loadmeLove:before {
    bottom: 0px;
    left: -25px;
}
.loadmeLove:after {
    top: -25px;
    right: 0px;
}
@-webkit-keyframes loadme-love-animate {
    0% {
        -webkit-transform: scale(1, 1) rotate(45deg);
        transform: scale(1, 1) rotate(45deg);
    }
    100% {
        -webkit-transform: scale(0.5, 0.5) rotate(45deg);
        transform: scale(0.5, 0.5) rotate(45deg);
    }
}
@keyframes loadme-love-animate {
    0% {
        -webkit-transform: scale(1, 1) rotate(45deg);
        transform: scale(1, 1) rotate(45deg);
    }
    100% {
        -webkit-transform: scale(0.5, 0.5) rotate(45deg);
        transform: scale(0.5, 0.5) rotate(45deg);
    }
}
.loadmeClock {
    height: 70px;
    width: 110px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -55px;
    z-index: 100;
}
.loadmeClock-body .loadmeClock-pendulum {
    height: 70px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: loadme-ticktock;
    animation-name: loadme-ticktock;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-transform-origin: 50% -70%;
    transform-origin: 50% -70%;
}
.loadmeClock-pendulum .loadmePendulum-stick {
    height: 70%;
    width: 6px;
    margin: 0 auto;
    background-color: #fff;
}
.loadmeClock-pendulum .loadmePendulum-body {
    height: 20px;
    width: 20px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: -2px;
    background-color: #fff;
}
@-webkit-keyframes loadme-ticktock {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}
@keyframes loadme-ticktock {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    100% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
}
.loadme-ios {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
    font-size: 10px;
    -webkit-animation: loadme-ios-animate 1s steps(12) infinite;
    animation: loadme-ios-animate 1s steps(12) infinite;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;
    background-size: 100%;
}
@-webkit-keyframes loadme-ios-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loadme-ios-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#arrowBottom {
    text-decoration:none;
}

/* The only rule that matters */
.video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    /*max-width: 100%;*/
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.test-nti {
    background: red;
}

.content__page {
    padding: 30px 0;
}

.eapps-instagram-feed-has-error {
    display: block !important;
}

#instaError {
    display: none;
}

.pimcore_area_content {
    background-color: #ffffff;
    z-index: 1;
}

body{
    padding: 0 !important;
}
.ekko-lightbox .modal-dialog {
    flex: 100%!important;
    margin-left: 0;
    margin-right: 0;
}
.nominate .count {
    top: 6% !important;
    right: 10% !important;
}

.row.quote-ceo p{
    font-style: italic;
}


.info, .input__label.textarea {
    max-width: 93%;
}