body{
    background-color: #eaeced;
}

#modal{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

#modal.active{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}

#modal .close{
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #508101;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    background-image: url("../img/close.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}

#modal .content-modal{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 80%;
    height: 80%;
}

#modal .content-modal iframe{
    display: block;
    width: 100%;
    height: 100%;
}

#menu-header{
    display: flex;
    display:-webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: #9eca02;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

#menu-header .entry-logo{
    position: relative;
    margin-left: 20px;
    height: 80px;
    padding: 5px 0;
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    margin-right: 30px;
    white-space: nowrap;
}

#menu-header .entry-logo img{
    position: relative;
    height: 40px;
    margin-right: 10px;
}

#menu-header .menu{
    height: 80px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    align-items: center;
}

#menu-header .menu .menu-item{
    margin-right: 25px;
}

#menu-header .menu .menu-item a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    user-select: none;
    transition: all 0.3s;
}

#menu-header .menu .menu-item a:hover{
    color: #529005;
    transition: all 0.3s;
}

#menu-header .download-section{
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#menu-header .download-item{
    margin-left: 10px;
}

#menu-header .download-item a{
    background-color: #529005;
    padding: 10px 5px;
    height: 40px;
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    color: white;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

#menu-header .download-item.mail a{
    background-color: #9eca02;
    box-shadow: none;
}

#menu-header .download-item a:hover{
    background-color: #9eca02;
    transition: all 0.3s;
}

#menu-header .download-item a img{
    position: relative;
    height: 30px;
    width: auto;
    margin-right: 10px;
}

#menu-header .download-item a .text span{
    font-size: 12px;
}



.page .home{
    position: relative;
    margin-top: 80px;
    padding: 0 0 30px 0;
    background-color: #508101;
}

.page .home .entry-content{
    position: relative;
}

.page .home .entry-title{
    display: block;
    position: relative;
    width: 950px;
    max-width: 100%;
    color: #9eca02;
    margin: 0;
    padding: 30px 0;
    font-size: 24px;
    line-height: 1;
}

.page .home .entry-title .baseline{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.presentation{
    position: relative;
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}

.presentation .section-presentation .content-video{
    padding-top: 56.25%;
    height: 0;
    position: relative;
    margin-bottom: 40px;
}

#video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.presentation .section-presentation .content-video .sound{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../img/speaker_off.png");
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
}

.presentation .section-presentation .content-video .sound.active{
    background-image: url("../img/speaker.png");
}

.presentation .section-presentation .content-link img{
    width: 100%;
    height: auto;
    display: block;
}

.page .about{
    position: relative;
    max-width: 100%;
    margin: -80px auto 0 auto;
    padding: 40px;
    width: 1200px;
}
.page .about strong{
    color: #529005;
}

.page .about .headline{
    margin: 0 auto 40px auto;
    max-width: 100%;
    width: 950px;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    background-color: white;
    padding: 20px;
}

.page .about .entry-content{
    margin: 0 auto 40px auto;
    width: 950px;
    max-width: 100%;
    font-size: 20px;
    text-align: justify;
    line-height: 1.3;
}

.page .about .entry-content .entry-title{
    font-weight: bold;
    color: #529005;
    text-transform: uppercase;
    text-align: left;
}

.page .about .entry-content ul{
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    margin: 30px 0;
}

.page .about .entry-content ul li{
    width: 25%;
    height: 160px;
    position: relative;
}

.page .about .entry-content ul li:nth-child(1){
    background-color: #529005;
}

.page .about .entry-content ul li:nth-child(2){
    background-color: #619F05;
}

.page .about .entry-content ul li:nth-child(3){
    background-color: #71AD04;
}

.page .about .entry-content ul li:nth-child(4){
    background-color: #80BC04;
}

.page .about .entry-content ul li:nth-child(5){
    background-color: #8FCA03;
}

.page .about .entry-content ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.page .about .entry-content ul li a span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 10px;
    transition: all 0.3s;
}

.page .about .entry-content ul li a .icon{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.3s;
}

.page .about .entry-content ul li a:hover span{
    top: 45%;
    transition: all 0.3s;
}

.page .about .entry-content ul li a:hover .icon{
    opacity: 1;
    bottom: 10%;
    transition: all 0.3s;
}

.page .about .headline .list{
    margin: 30px 0 0 0;
}

.page .about .headline .list .list-item{
    padding-left: 30px;
    text-align: left;
    position: relative;
}

.page .about .headline .list .list-item:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #529005;
}

.page .about .headline .list .list-item:not(:last-child){
    margin-bottom: 15px;
}

.page .about .entry-content .list .list-item:nth-child(1){
    border-left: 2px solid #529005;
    color: #529005;
}

.page .about .entry-content .list .list-item:nth-child(2){
    border-left: 2px solid #6BA304;
    color: #6BA304;
}

.page .about .entry-content .list .list-item:nth-child(3){
    border-left: 2px solid #85B703;
    color: #85B703;
}

.page .about .entry-partners{
    width: 950px;
    max-width: 100%;
    margin: 70px auto 0 auto;
}

.page .about .entry-partners .entry-title{
    font-size: 20px;
    font-weight: bold;
    color: #529005;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page .about .entry-partners .content-partners{
    display: flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content: space-between;
}

.page .about .entry-partners .partner{
    margin: 0 10px;
}

.page .about .entry-partners .partner img{
    position: relative;
    max-width: 100%;
    width: 130px;
    height: auto;
}

.footer{
    background-color: #529005;
    text-align: center;
    color: white;
    padding: 10px 10px 20px 10px;
}

#socials{
    position: relative;
    margin: 15px 0 20px 0;
}

#socials .content-socials{
    display: flex;
    align-items: center;
    justify-content: center;
}

#socials .content-socials .item{
    width: 40px;
    margin: 0 10px;
    transition: all 0.3s;
}

#socials .content-socials .item:hover{
    transform: scale(1.1);
}

#socials .content-socials .item a{
    display: block;
    padding: 8px 5px 4px 5px;
}

#socials .content-socials .item a img{
    display: block;
    width: 100%;
}

.footer a{
    color: white;
}

.showXS{
    display: none;
}

.hideXS{

}

@media screen and (max-width: 980px) {
    .page .home .entry-title{
        padding: 30px 10px;
    }
    .page .home .section-presentation{
        padding: 0 10px;
    }

    .footer{
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 800px) {
    #menu-header .download-item a .text :not(strong){
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .page .about .entry-content ul li a span{
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    #menu-header .download-item{
        margin-left: 20px;
    }

    #menu-header .download-item a img{
        margin: 0;
    }

    #menu-header .download-item a .text{
        display: none;
    }

    .page .about .entry-content ul{
        flex-wrap: wrap;
    }

    .page .about .entry-content ul li{
        width: 50%;
    }

    .showXS{
        display: block;
    }

    .hideXS{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .page .about .entry-partners .content-partners{
        flex-wrap: wrap;
    }

    .page .about .entry-partners .partner{
        width: 50%;
        margin: 0 0 30px 0;
    }

    .page .about .entry-partners .partner img{
        display: block;margin: 0 auto;
    }

    .page .about{
        padding: 40px 10px;
    }
}

@media screen and (max-width: 560px) {
    #menu-header .menu .menu-item:not(.important){
        display: none;
    }

    .footer span{
        display: block;
    }

    .page .about .entry-content .entry-title{
        text-align: center;
    }

    .page .about .entry-partners .entry-title{
        text-align: center;
    }

    .page .about .headline{
        padding: 10px;
    }
}