﻿html, body {
    overflow: hidden;
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

a{color: #000;}
a:hover{color: #9ac42b;}

/* header nav s */
.nav-text a{
    color: #cc142b;
}
.header-nav .lang-icon{
    color: #cc142b;
}
.header-nav .menu-icon{
    color: #cc142b;
}
.show-overlay .lang-icon{
    color: #fff;
}
.show-overlay .nav-text a{
    color: #fff;
}
.show-overlay .nav-text a:hover{color: #9ac42b;}
/* header nav e */

.img-full {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    max-width: none !important;
}
.logo{ height: 70px;}
@media (max-width: 991px) {
    .logo{ height: 35px;margin-top: 0px;}
}

.overlay .social-links img {
    filter: invert(1);
    fill: #FFF
}

.social-links a:hover img {
    filter: invert(77%) sepia(58%) saturate(553%) hue-rotate(25deg) brightness(86%) contrast(92%)
}

.overlay {

}

.overlay #hs_cos_wrapper_social_links {
    margin-top: 1em;
    margin-bottom: 1em
}

.overlay {
    height: 100vh;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 105 !important;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}
.overlay .menu-item{list-style: none; text-align: center;}
.overlay .menu-item a{
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.8rem;
}

.swiper-container{color: #fff;}

.footer-copyright{ text-align: center; color: #fff;}

/*      */
.nextFullscreenSlide, .nextFullscreenSection {
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.25rem;
    display: block;
    height: 118px;
    width: 118px;
    border-radius: 100%;
    border: 2px solid #9ac42b;
    text-align: center;
    position: relative
}

.nextFullscreenSlide:before, .nextFullscreenSlide:after, .nextFullscreenSection:before, .nextFullscreenSection:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
    border: 1px solid #FFF
}

.nextFullscreenSlide:before, .nextFullscreenSection:before {
    animation: 1s .1s pulse2 infinite linear
}

.nextFullscreenSlide:after, .nextFullscreenSection:after {
    animation: 1s pulse infinite linear
}

.nextFullscreenSlide:hover, .nextFullscreenSection:hover {
    color: #9ac42b;
    text-decoration: none;
}
.pulse div:before, .pulse div:after {
    border: 1px solid #5c655e;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    transform-origin: center center;
    opacity: 0;
    box-sizing: border-box
}
@keyframes pulse {
    0% {
        transform: scale(1.4);
        opacity: .3
    }
    100% {
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(1);
        opacity: .6
    }
    100% {
        transform: scale(1.3);
        opacity: 0
    }
}