*, body, p, ul {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Futura';
    src: url('https://www.brandusabordeianu.ro/assets/fonts/FuturaPTMedium.otf');
}

@font-face {
    font-family: 'futura-pt-bold';
    src: url('https://www.brandusabordeianu.ro/assets/fonts/FuturaPTBold.otf');
}

@font-face {
    font-family: 'Futura-light';
    src: url('https://www.brandusabordeianu.ro/assets/fonts/FuturaPTLight.otf');
}

body {
    background: #0E0E13;
    background-image: url('https://www.brandusabordeianu.ro/assets/images/bg-body.svg') ;
    color:#fff;
    font-family: 'Futura';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    -webkit-animation: bodyAnim;
    animation: bodyAnim;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

img {
    max-width: 100%;
}

figure {
    height: 100%;
}

ul li {
    list-style: none;
}

ul.work-list li:before {
    content: '\2713';
    height:20px;
    padding-right: 10px;
    vertical-align: middle;
    width:20px;
}

a {
    color: #fff;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

p, ul {
    font-family: 'Futura-light', sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

h1, h2 {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 4.4em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -3px;
    line-height: 70px;
}

h3 {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 3em;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: -2px;
}

h4 {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 2.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
}

h5 {
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 2px;
}

.first_preloader_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* index */
.main-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width:1920px;
    padding: 0 15px;
    width:100%;
}

.left-side {
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
    max-width:160px;
    padding: 2% 0;
    width:100%;
}

.logo-mobile {
    display: none;
    margin-top: 10px;
}

.main-side {
    box-sizing: border-box;
    padding: 2% 2% 5% 0; 
    width: 100%;
}

ul.main-menu li {
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
}

ul.main-menu li a:after {
    background: #ECB0AD;
    content: '';
    display: block;
    height:1px;
    margin-top: 7px;
    transform: scaleX(0);
}

ul.main-menu li a:hover {
    color: #ECB0AD; 
}

ul.main-menu li a:hover:after {
    transform: scaleX(1);    
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.main-menu + span a {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.main-menu + span a:hover {
    border-bottom: 2px solid #ECB0AD;
    color: #ECB0AD;
}

.boder-left-side {
    border: 0.5px solid #fff;
    height: 150px;
}

.social-media a {
    color:#fff;
    display: block;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
}

#gallery-portfolio,
#index-main-slider {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 866px;
    width:100%;
}

.index-main-text {
    position: absolute;
    left:170px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 55%;
}

.gallery-photoport {
    width: calc(50% - 170px);
}

.index-main-text h2 {
    line-height: 78px;
}

.pulsating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0 0;
}

.pulsating .btn-pulsating {
    width: 100%;
}

.pulsating .btn-pulsating span {
    display: inline-block;
    margin-left: 20px;
}

.pulsating button {
    cursor: pointer;
    height: 80px;
    width: 80px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    background: transparent;
    border: 0;
    position: relative;
    outline: none;
}

.pulsating button i {
    border: 1px solid white;
    padding: 18px;
    border-radius: 200px;
    font-size: 20px;
}

.pulsating a:hover {
    color: #ECB0AD;
}

.button-menu {
    cursor: pointer;
    display: none;
    height: 27px;
    position: fixed;
    right: 5%;
    top: 30px;
    transition: opacity .25s ease;
    width: 30px;
    -webkit-transition: opacity .25s ease;
    z-index: 7;
}

.button-menu.show {
    display: inline;
}

.button-menu span {
    background: #fff;
    border: none;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    width: 100%;
}

.button-menu span.middle {
    top: 11px;
    width: 60%;
}

.button-menu span.bottom {
    top: 22px;
}

.button-menu.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
}

.button-menu.active .middle {
    display:none;
}

.button-menu.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.overlay-menu {
    background: #0E0E13;
    height: 100%;
    left: 0;
    position: fixed;
    opacity: 0;
    overflow: hidden;
    top:0;
    width:0;
}

.overlay-menu.open {
    -webkit-animation: overlaySlide 1s .1s cubic-bezier(1, .01, 0, 1.01) forwards;
    animation: overlaySlide 1s .1s cubic-bezier(1, .01, 0, 1.01) forwards;
    z-index: 6;
}

.overlay-menu ul {
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-menu a {
    color: #FFF;
    display: block;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 10px;
    padding: 13px 0;
    text-transform: uppercase;
}

.row-two-column {
    padding: 5% 8%;
}

.two-column-one {
    width:50%;
}

.two-column-two {
    margin-left: 9%;
    width: 33%;
}

.content-number {
    color: #35353D;
    font-family: 'futura-pt-bold', sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 60px;
    padding: 0;
}

.content-animate-text p {
    padding: 5% 0 0 0;
}

.action-btn {
    border: 1px solid #fff;
    border-radius: 200px;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 25px 20px 25px 20px;
    text-transform: uppercase;
}

.action-btn:hover {
    background: #ECB0AD;
    border: 1px solid #0E0E13;
    -webkit-box-shadow: 0px 35px 82px -10px rgba(0, 0, 0, 1);
    box-shadow: 0px 35px 82px -10px rgba(0, 0, 0, 1);
}

.action-btn-margin {
    display: inline-block;
    margin-top: 63px;
}

.details-m-b .action-btn-margin {
    margin-top: 30px;
}

.text-over {
    left: 0;
    margin-left: 12%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.text-over p {
    padding: 5% 0 0 0; 
    margin-bottom: 100px;
}

.action-btn-over {
    background: #0E0E13;
    color:#fff;
    letter-spacing: 4px;
}

.padding-section {
    padding: 6% 0;
}

.col-one-section4 {
    position: absolute!important;
    top: 50%;
    left: 8%;
    width: 40%;
    z-index: 3;
    transform: translateY(-50%);
}

.col-two-section4 {
    width: 44%;
}

.text-width-center {
    margin: 0 auto;
    padding: 2% 0 5% 0;
    text-align: center;
    width: 80%;
}

.block-link {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index:10;
}

.last-three-article {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.article-list {
    background: #16161D;
    border: 1px solid rgba(255, 255, 255, 0);
    display: inline-block;
    margin: 0 2%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    width: 30%;
}

.last-three-article .article-list:first-child {
    margin-left:0;
}

.last-three-article .article-list:last-child {
    margin-right:0;
}

.article-list:hover {
    background: #25252C;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.article-list-img {
    height: 450px;
    overflow: hidden;
    width: 100%;
}

.article-list-img img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.article-list:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.article-list img {
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.article-list h5 {
    color: rgba(255, 255, 255, 0.4);
}

.article-list p {
    margin-bottom: 40px;
}

.padding-article-list {
    padding: 15px 30px;
}

.carousel-testimonials {
    background: #16161D;
}

.content-item-testimonial {
    margin: 0 auto;
    width: 72%;
}

.text-testimonials p {
    font-size: 1.5em;
    line-height: 40px;
}

.testimonial-learner h4 {
    font-size: 2.2em;
}

.testimonial-learner h5 {
    font-size: 1.5em;
    padding-top: 1%;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: 500;
    margin-bottom: 3%;
}

.testimonial-learner:before {
    content: '';
    width:100%;
    height: 1px;
    display: block;
    background: #0E0E13;
    margin: 5% 0;
}

.text-testimonials {
    padding: 2% 0 5% 0;
}

.text-testimonials i {
    z-index: 0;
    color: rgba(236, 176, 173, 1);
    font-size: 65px;
}

/* end index */

/* about */
.about-page-section.section-type-1 {
    display: inline-block;
    margin: 0 4.2% 50px 4.2%;
    vertical-align: top;
    width: 41%;
}

.about-main-img {
    width:40%;
}

.about-main-text {
    padding-top: 11%;
    width: 50%;
}

.about-section .two-column-one {
    width: 39%;
}

.about-section .two-column-two {
    margin-left: 13%;
    width: 39%;
}

.about-section .content-animate-text {
    margin: 0 auto;
    width: 89%;
}

.about-section .content-animate-text h2 {
    font-size: 3.6em;
}

#about-biography .content-item-img {
    height:864px;
}

#about-biography .content-item-img img {
    object-fit: cover;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#about-biography .content-item:after {
    background: rgba(14,14,19,.7);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width:100%;
}

.biography-year {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
    left:50%;
    line-height: 2;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    z-index: 2;
}

.biography-content h3 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

#about-biography .content-item:hover .content-item-img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#about-biography .content-item:hover:after {
    background: initial;
}

#about-biography .content-item:hover .biography-year {
    -webkit-transform: translate(-50%,-85%);
    transform: translate(-50%,-85%);
    -webkit-transition: all 0.75s ease 0.5s;
    transition: all 0.75s ease 0.5s;
}

#about-biography .content-item:before,
#about-biography .content-item:after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}

#about-biography .content-item:before {  
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(65%, black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 65%);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) translateY(50%);
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
    z-index: 1;
}

#about-biography .content-item:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) translateY(0);
    transform: translate3d(0, 0, 0) translateY(0);
    transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s;
    transition: opacity 1s ease, transform 1s ease 0.25s, -webkit-transform 1s ease 0.25s;
}

.biography-content {
    -webkit-transform: translate3d(0, 0, 0) translate(-50%, 25px);
    transform: translate3d(0, 0, 0) translate(-50%, 25px);
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 55%;
    opacity: 0;
    left:50%;
    width:90%;
}

#about-biography .content-item:hover .biography-content {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.75s ease 0.5s;
    transition: all 0.75s ease 0.5s;
}

.media-block-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.list-one-article {
    background: #ECB0AD;
    height:450px;
    margin: 0 1% 20px 1%;
    overflow: hidden;
    width:30%;
}

.see-article {
    left: 50%;
    position: absolute;
    top: 80%;
    transform: translate(-50%, -80%);
    width:100%;
}

.overlay-media-img {
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
    height: 100%;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    width: 100%;
    z-index: 3;
}

.overlay-media-img img {
    object-fit: cover;
    height: 100%;
    width:100%;
}


.download-kit {
    color: white;
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8em;
    letter-spacing: 4px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.download-kit:hover {
    color: #ECB0AD;
}

.arrows-down {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid white;
    margin-left: 30px;
}

.arrow {
    position: absolute;
    text-align: center;
    color: white;
}

.second {
    margin-top: 9px;
}

@-webkit-keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }

    25% {
        opacity: 0;
        -webkit-transform: translateY(10px) scale(0.9);
        transform: translateY(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        -webkit-transform: translateY(-10px) scale(0.9);
        transform: translateY(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        -webkit-transform: translateY(0px) scale(1);
        transform: translateY(0px) scale(1);
    }
}

/* .bounceAlpha {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.arrow.first.bounceAlpha {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
} */

.arrow {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.arrow.first {
    -webkit-animation-name: bounceAlpha;
    animation-name: bounceAlpha;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* end about */


/* servicii */

.serv-main-img {
    position: absolute;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 725px;
    height: calc( 100vh - 200px );
}

.serv-main-img img {
    height: 100%;
    object-fit: contain;
}

.services-text {
    background: #16161D;
    box-sizing: border-box;    
    padding: 5%;
    width: 45%;
    z-index: 5;
}

.services-img { width: 55%;}

.services-text h2 {
    font-size: 3em;
    line-height: 55px;
    letter-spacing: -1px;
}

.gallery-btn {
    display: inline-block;
    margin: 5% 0;
}

.img-text-services .services-text {
    margin: 0 0 0 auto;
}


/* end servicii */

/* academie */

.academy-section .two-column-two {
    margin-left:0;
    width: 40%;
}

.academy-section .two-column-one {
    margin-right: 0px;
    width: 50%;
}

.add-padding-right {
    box-sizing: border-box;
    padding-right: 11%;
}

.add-padding-left {
    box-sizing: border-box;
    padding-left: 7%;
}

/* end academie */

/* noutati */

.filter-news {
    margin-bottom: 60px;
}

.filter-news li {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 30px;
}

.filter-news li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: normal;
    position: relative;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.filter-news li a:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
    transition: all 0.5s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

.filter-news li a:hover:after,
.filter-news li.active a:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #ECB0AD;
}

.filter-news li a:hover,
.filter-news li.active a {
    color: #fff;
}

/* end noutati */

/* articole */

.all-articles .article-list {
    margin: 0 2% 50px 2%;
    width: 29%;
}

/* end articole */

/* galerie */

.empty_abs {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%);
}

.gallery-img {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 48%;
    width:100%;
}

.gallery-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery-academy {
    max-height: 450px;
}

.gallery-academy img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 450px;
}

/* end galerie */

/* contact */

.contact-page {
    position: absolute;
    top: 50%;
    left: 160px;
    transform: translateY(-50%);
    width: calc(100% - 160px);
}

.map-left img {
    object-fit: cover;
    height:100%;
    width: 100%;
}

.width-50 {
    margin: 0 2%;
    max-width:49%;
    width:100%;
}

.contact-details a, 
.contact-details span {
    font-family: 'Futura-light', sans-serif;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.contact-form {
    font-size: 1rem;
    line-height: 1.5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form ul.list-unstyled {    
    width:48%;
    position: relative;
    z-index: 5;
}

.contact-form ul.list-unstyled li {
    position: relative;
    z-index: 6;
}

.contact-form textarea {
    width:100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form ul.list-unstyled,
.contact-form textarea {
    background: none;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    padding: 15px 0 15px 0;
    border-radius: 0;
    color:#fff;
    margin-bottom: 1rem;
    font-family: 'Futura', sans-serif;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
    border-bottom: 0.5px solid #fff;
}

.contact-form input[type="submit"] { 
    cursor: pointer;   
    margin:10px 0 0 0;
    border: 1px solid #fff;
    border-radius: 200px;
    font-family: 'Futura', sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 25px 20px 25px 20px;
    text-transform: uppercase;
    background: #0E0E13;
    outline: none;
    color:#fff;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    min-width:150px;
}

.contact-form input[type="submit"]:hover {
    background: #ECB0AD;
    border: 1px solid #0E0E13;
    -webkit-box-shadow: 0px 35px 82px -10px rgba(0, 0, 0, 1);
}

.contact-details .app-recommendation {
    display: block;
    font-size: 14px;
    margin-top: 15px;
}

/* Reset Select */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #0E0E13;
    background-image: none;
}
/* Custom Select */
.select-contact {
    position: relative;
    display: block;
    background: #0E0E13;
    overflow: hidden;
    height: 62px;
    width:48%;
}
select {
    width: 100%;
    height: 100%;
    margin: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #0E0E13;
    background-image: none;
    padding: 15px 0 15px .5em;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    height: 45px;
}
select::-ms-expand {
    display: none;
}
/* Arrow */
.select-contact::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #0E0E13;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    height: 27px;
    transform: translateY(-50%);
}
/* Transition */
.select-contact:hover::after {
    color: #fff;
}
.select-contact::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}

.main-content.contact-page {
    padding-right: 0;
    height: calc(100vh);
}

.section-contact {
    height: calc(100% - 90px);
}

.section-contact .mobile-block-contact {
    height: 100%;
}


/* end contact */


/* single post */

.main-content {
    box-sizing: border-box;
    padding-right: 135px;
    width: 100%;
}

.min-height-blog {
    min-height: 435px;
}

.bottom-blog-read {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.content-blog-entry .main-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-blog-entry .main-img figure.image {
    height: calc( 100vh - 220px );
}

.content-blog-entry .main-img figure.image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.main-content > h2 {
    font-size: 3.7em;
    letter-spacing: -2px;
}

.actual-content {
    padding: 0 10% 8% 10%;
}

.actual-content h5 {
    color: #ECB0AD;
    font-size: 1em;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 35px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

.actual-content p {
    font-size: 1.3em;
    padding: 5px 0;
    text-align: center;
}

.actual-content .highlighted {
    font-size: 1.4em;
    font-weight: 400;
}

.actual-content-img {
    padding: 65px 0 65px 0;
}

.actual-content-img img {
    width: 100%;
}

.find-more-action-btn {
    padding-top: 35px;
}

.find-more-action-btn a {
    margin: 90px 15px 0 15px;
}

/* end single post */

/* curs */

.main-img-curs {
    margin: 270px auto 150px auto;
    max-width: 58em;
    text-align: center;
}

.main-img-curs img {
    width:80%;
}

.actual-content-curs {
    padding: 0 20% 8% 20%;
}

dt.title-info-curs {
    color: #ECB0AD;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Futura', sans-serif;
    margin: 20px 0;
}

.info-curs {
    margin: 20px 0;
}

dd.info-curs {
    font-family: 'Futura', sans-serif;
    padding: 5px 0 35px 24px;
    color:#fff;
    font-weight: 300;
    line-height: 32px;
    text-align: left;
}

dd.info-curs ul li:before {
    content: '\2713';
    height:20px;
    padding-right: 10px;
    vertical-align: middle;
    width:20px;
}

dd.info-curs.inactive{ display : none; }

dd.info-curs p {
    text-align: left;
}

.info-curs li i {
    font-size: 20px;
    padding-right: 20px;
}

/* end curs */


/* footer */

footer {
    background: #0E0E13;
    margin-top: 130px;
    padding: 140px 130px 140px 130px;
}

.logo-footer img {
    margin-bottom: 50px;
}

.address-footer p,
.address-footer a {
    display:block;
    padding: 8px 0;
}

.content-address-footer {
    display: inline-block;
    vertical-align: top;
}

.content-address-footer p,
.content-address-footer a {
    font-size: 1.3em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 32px;
    font-family: 'Futura-light';
}

.content-address-footer:nth-child(2) p,
.content-address-footer:nth-child(2) a,
.content-address-footer:nth-child(3) p,
.content-address-footer:nth-child(3) a {
    /* font-size: 0.9em; */
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: 75px;
    text-transform: uppercase;
}

.content-address-footer:nth-child(2) a,
.content-address-footer:nth-child(3) a {
    display: inline-block;
}

.content-address-footer:nth-child(2) a:hover,
.content-address-footer:nth-child(3) a:hover {
    color: #ECB0AD;
}

.social-media-footer {
    margin-top: 20px;
}

.social-media-footer p {
    font-size: 16px;
    letter-spacing: 1px;
    transform: rotate(-90deg);
    display: inline-block;
    line-height: 1;
    padding: 0;
    margin-left: -21px;
    vertical-align: middle;
}

.social-media-footer ul {
    display: inline-block;
    vertical-align: middle;
}

.social-media-footer li { display: inline-block; }

.social-media-footer li a {
    border: 1px solid #222222;    
    padding: 12px 20px;
}

.social-media-footer li:nth-child(2) a {
    border-left: 0;
    margin-left:-4px;
    margin-right:-4px;
}

.footer-logo-mobile {
    margin-bottom: 25px;
}

.footer-logo-mobile img {
    margin-top: 10px;
    max-width: 200px;
    width:100%;
}

.bottom-footer {
    padding-top: 50px;
}

.bottom-footer a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: 'Futura-light';
}

.bottom-footer a:hover {
    color: #ECB0AD;
}

.logo-width-footer {
    display: inline-block;
    margin-left: 20px;
    max-width: 83px;
    vertical-align: middle;
    width:100%;
}

/* end footer */
#gallery-portfolio .owl-nav,
#index-portfolio .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 3% 0 3%;
    height: 100%;
    z-index: 4;
    box-sizing: border-box;
}

#gallery-portfolio .owl-nav button,
#index-portfolio .owl-nav button {
    outline: none;
}

.owl-carousel button.owl-dot {
    margin: 0 0.5% 0 0;
}

.owl-prev span,
.owl-next span {
    color: #ECB0AD;
    font-size: 40px;
    display: inline-block;
}

#gallery-portfolio .owl-nav button:hover span, 
#index-portfolio .owl-nav button:hover span {
    transform: scale(1.1);
}

.owl-dots {
    text-align: center;
}

.owl-carousel button {
    outline: none;
}

.owl-carousel button.owl-dot span {
    width: 12px;
    height: 12px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin: 5px 7px;
    background: #D6D6D6;
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ECB0AD;
}

#requestFeedback { padding:25px; }

.error-messages { color:red; display: block; font-size: 12px; }

.inlineb { display: inline-block; }
.center { text-align: center; }
.relative { position: relative; }
.p10 { padding: 10px; }
.pb15 { padding-bottom: 15px; }
.pl20 { padding-left: 20px; }
.pb4 { padding-bottom: 4%; }
.p8 { padding: 6% 8%; }
.pb8 { padding-bottom: 8%; }
.pb15 { padding-bottom: 15px; }
.pb35 { padding-bottom: 35px; }
.pt35 { padding-top: 35px; }
.pt5 { padding-top: 5px; }
.pt15 { padding-top: 15%; }

.pb0 { padding-bottom: 0; }

.font16 { font-size:16px!important; }

.middle { vertical-align: middle; }
.mb0 { margin-bottom: 0!important; }
.mt10 { margin-top: 10px; }
.ml20 { margin-left: 20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mb50 { margin-bottom: 50px; }
.mt50 { margin-top: 50px; }
.uppercase { text-transform: uppercase; }

.w100p { width:100%!important; }

.flex-auto { 
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex: auto; 
}

.flex-1-1-auto {
    flex: 1 1 auto;
}

.flex-start-stretch {
    align-items: stretch;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: start;
}

.flex-around {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-around;
}

.flex-start-center {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: start;
}

.flex-center-stretch {
    align-items: stretch;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: center;
}

.flex-center-wrap {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-start-wrap {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; 
}

.flex-center {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: center;
}

.flex-end-wrap {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.flex-space-between {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
}

.flex-space-between-center {
    align-items: center;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
}

.flex-space-between-wrap {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.has-animation .content-animate {
    opacity: 0;
}

.has-animation.animate-in .content-animate {
    -webkit-animation: textHidden 0.7s 0.8s forwards;
    animation: textHidden 0.7s 0.8s forwards;
}

.has-animation.animate-in:before,
.has-animation.animate-in:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}

.has-animation.animate-in:before {
    background-color: #ECB0AD;
}

.has-animation.animate-in:after {
    background-color: #FFCCCC;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.has-animation.animation-ltr.animate-in:before {
    -webkit-animation: revealLTR 0.8s cubic-bezier(1, .01, 0, 1.01) forwards;
    animation: revealLTR 0.8s cubic-bezier(1, .01, 0, 1.01) forwards;
}

.has-animation.animation-ltr.animate-in:after {
    -webkit-animation: revealLTR 0.8s .2s cubic-bezier(1, .01, 0, 1.01) forwards;
    animation: revealLTR 0.8s .2s cubic-bezier(1, .01, 0, 1.01) forwards;
}

.has-animation.animation-rtl.animate-in:before {
    -webkit-animation: revealRTL 0.8s cubic-bezier(1, .01, 0, 1.01) forwards;
    animation: revealRTL 0.8s cubic-bezier(1, .01, 0, 1.01) forwards;
}

.has-animation.animation-rtl.animate-in:after {
    -webkit-animation: revealRTL 0.8s .2s cubic-bezier(1, .01, 0, 1.01) forwards;
    animation: revealRTL 0.8s .2s cubic-bezier(1, .01, 0, 1.01) forwards;
}


/*Second preloader*/

.second_preloader_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 0;
    background: #0E0E13;
}

.second_preloader_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 0;
}

.page_preloader_anim {
    padding: 0;
}

.animated_page_preloader {
    width: 100%;
    height: 100vh;
}

.max_350 {
    margin: 15px 10px;
    max-width:350px;
    width:100%;
}

/* START VIDEO MODAL */

    /* The modal */
    .modal {
        display: none;
        justify-content: center;
        align-items: center;
        align-content: center;
        transition: .5 ease;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: fixed;
        top: 0;
        z-index: 6;
        left: 0;
    }

    /* The black layer with opacity */
    .modal_overlay {
        z-index: 10;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-wrap: wrap;
        transition: .5 ease;
    }

    .modal_close {
        cursor: pointer;
        font-size: 26px;
        position: absolute;
        right: -24px;
        top: 12px;
        z-index: 20;
    }

    /* Div that contains animations and video */
    .modal_content {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        flex-wrap: wrap;
        height: 100%;
        width: 70%;
        transition: .5 ease;
        z-index: 15;
    }

    /* Psuedo classes for changing between display none to block */
    .modal.is-visible {
        display: block;
    }
    .modal.is-visible .modal_overlay {
        display: block;
    }
    .modal.is-visible .modal_animation_w .modal_animation_h .text {
        display: block;
    }

    .modal_animation_h i {
        color:#fff;
    }

    /* The horizontal (width) animation */
    .modal_animation_w {
        height: 5px;
        animation-timing-function: ease;
        animation-name: animation1;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        background: -moz-linear-gradient(45deg, #fbc2eb 0%,#a18cd1 100%);         background: -webkit-linear-gradient(45deg, #fbc2eb 0%,#a18cd1 100%);     background: linear-gradient(45deg,  #fbc2eb 0%,#a18cd1 100%);
    }

    @keyframes animation1 {
        from {width: 0;}
        to {width: 100%;}
    }

    /* The vertical (height) animation */
    .modal_animation_h {
        width: 100%;
        height: 0;
        animation-timing-function: ease;
        animation-name: animation2;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
        animation-delay: 1.2s;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        background: black;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 60px;
        color: black;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    @keyframes animation2 {
        from {height: 0;}
        to {height: 600px;}
    }

    /* Video frame */
    #youtube_video {
        border: none;
        -webkit-box-shadow: 0px 31px 156px -10px rgba(0,0,0,0.68);
        -moz-box-shadow: 0px 31px 156px -10px rgba(0,0,0,0.68);
        box-shadow: 0px 31px 156px -10px rgba(0,0,0,0.68);
        position: relative;
        z-index: 20;
        max-width:1300px;
        max-height: 600px;
        width: 100%;
        height: 100%;
    }
/* END VIDEO MODAL */

.abs-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy-content {
    box-sizing: border-box;
    margin:0 auto;
    max-width: 1920px;
    padding: 50px 70px 0 70px;
    width: 100%;
}

/* animatii */

@-webkit-keyframes bodyAnim {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes bodyAnim {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes overlaySlide {
    0% {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
        width: 100vw;
    }
}

@keyframes overlaySlide {
    0% {
        opacity: 0;
        visibility: hidden;
        width: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
        width: 100vw;
    }
}


@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.6, 0.6);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}


@-webkit-keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }

    65% {
        width: 100%;
        right: 0;
    }

    100% {
        width: 0;
        right: 100%;
    }
}


@-webkit-keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }

    65% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }

    65% {
        width: 100%;
        left: 0;
    }

    100% {
        width: 0;
        left: 100%;
    }
}

@-webkit-keyframes textHidden {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes textHidden {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}


/*Progress form*/

#progress {
    position: absolute;
    background: #FFCCCC;
    height: 100vh;
    width: 100%;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    padding: 0;
    margin: 0;
}

.progress_form_container {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: #ECB0AD;
}

.progress_content {
    z-index: 10;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.center-progress-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.center-progress-form h1 {
    z-index: 3;
    font-family: 'futura-pt-bold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.3em;
    line-height: 55px;
    margin: 0;
    padding: 0;
    letter-spacing: -1px;
    color: #fff;
}

.close_progress {
    border:0;
    background: 0;
    color:#fff;
    outline: none;
    z-index: 222;
    position: relative;
    font-size: 1.2em;
    padding: 20px;
    top: 20%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    cursor: pointer;
}

#register {
    background: #fff;
    width: 550px;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

#register.close {
    width: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0);
}

#forwardButton {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 40px;
    color: #ECB0AD;
    float: right;
    cursor: pointer;
    z-index: 20;
    transform: translateY(-50%);
}

#previousButton {
    position: absolute;
    font-size: 18px;
    /* same as padding on container */
    left: 25px;
    top: 17px;
    z-index: 20;
    color: #9e9e9e;
    float: right;
    cursor: pointer;
}

#previousButton:hover {
    color: #FFCCCC;
}

#forwardButton:hover {
    color: #FFCCCC;
}

.wrong #forwardButton {
    color: #ff2d26
}

.close #forwardButton,
.close #previousButton {
    color: #fff
}

#inputContainer {
    position: relative;
    padding: 30px 20px 20px 20px;
    margin: 10px 60px 10px 10px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#inputContainer input {
    position: relative;
    width: 100%;
    border: none;
    font-size: 1.5em;
    font-weight: 300;
    outline: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'futura-pt-bold', sans-serif;
    color: rgba(14, 14, 19, 1);
    line-height: inherit;
}

#inputLabel {
    color: #212529;
    position: absolute;
    pointer-events: none;
    top: 32px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#inputContainer input:valid + #inputLabel {
    top: 8px;
    left: 50px;
    margin-left: 0 !important;
    font-size: 11px;
    font-weight: normal;
    color: #9e9e9e;
}

#inputProgress {
    border-bottom: 2px solid #ECB0AD;
    width: 0;
    -webkit-transition: width .6s ease-in-out;
    transition: width .6s ease-in-out;
}

.wrong #inputProgress {
    border-color: #ff2d26;
}

.progress_closing {
    top: 0;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

@media (max-width: 420px) {
    #forwardButton {
        right: 10px
    }

    #previousButton {
        left: 10px
    }

    #inputLabel {
        left: 0
    }

    #inputContainer {
        padding-left: 0;
        margin-right: 20px
    }
}

.error-page {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.title_show_error {
    font-size: 60px;
    margin-bottom: 10px;
}

.full-page {
    top: 100px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.full-page a {
    font-weight: normal;
}

.full-page a:hover {
    color: #ECB0AD;
}

.full-page .tabel_gdpr .row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
    border-top: 1px solid #efefef; 
}

.full-page .tabel_gdpr .row:last-child { 
    border-bottom: 1px solid #efefef;    
}


.full-page .tabel_gdpr .row .col2 {
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
}

.full-page .tabel_gdpr .row .col1,
.full-page .tabel_gdpr .row .col2,
.full-page .tabel_gdpr .row .col3 {
    padding: 5px 10px;
    box-sizing: border-box;
    width:33%;
}

.full-page ul {
    padding-left: 25px;
}

.full-page ul li {
    list-style: disc;
}

.hide-all {
    display: none;
}


/*Secondary reveal animation - photo reveal*/

/* .animation-ltr2 img {
    overflow: hidden;
}

.has-animation2 {
    position: relative;
}

.has-animation2 {
    visibility: hidden;
}

.has-animation2.animate-in2.revealLR {
    -webkit-animation: imgRevealLR 2s cubic-bezier(.51, .01, 0, .99) forwards;
    animation: imgRevealLR 2s cubic-bezier(.51, .01, 0, .99) forwards;
} */

/* @-webkit-keyframes imgRevealLR {

    from {
        width: 0;
        visibility: hidden;
        opacity: 1;
    }

    to {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }
}

@keyframes imgRevealLR {

    from {
        width: 0;
        visibility: hidden;
        opacity: 1;
    }

    to {
        width: 100%;
        visibility: visible;
        opacity: 1;
    }
} */