
.active { color: rgb(21,193,229); }

header {
text-align: center;
position: fixed;
z-index: 999;
width: 100%;
background-image: -webkit-gradient( linear,   left top, left bottom,   from(rgba(21,193,229, .97)),   to(rgba(21,193,229, .25)));
background-image: -webkit-linear-gradient( rgba(21,193,229, .97),   rgba(21,193,229, 0.25));
background-image: -moz-linear-gradient( rgba(21,193,229, .97),   rgba(21,193,229, 0.25));
background-image: -o-linear-gradient( rgba(21,193,229, .97),   rgba(21,193,229, 0.25));
background-image: linear-gradient( rgba(21,193,229, .97),   rgba(21,193,229, 0.25));
}





nav {
position: absolute;
width: 100%;
text-align: left;
top: 100%;
left: 0;

-webkit-transform: translateX(-100%); 
-ms-transform: translateX(-100%); 
-moz-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);

-webkit-transition: transform 200ms ease-in-out;
-webkit-transition: -webkit-transform 200ms ease-in-out;
transition: -webkit-transform 200ms ease-in-out;
-ms-transition: transform 200ms ease-in-out;
-moz-transition: transform 200ms ease-in-out;
-o-transition: transform 200ms ease-in-out;
-ms-transition: -ms-transform 200ms ease-in-out;
-moz-transition: -moz-transform 200ms ease-in-out;
-o-transition: -o-transform 200ms ease-in-out;
transition: transform 200ms ease-in-out;
transition: transform 200ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

/********************************************************/
/********************************************************/
/********************************************************/


@media screen and (max-width: 1199px){

    header {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21,193,229, .9)), to(rgba(21,193,229, .4)));
        background-image: -webkit-linear-gradient(rgba(21,193,229, .9), rgba(21,193,229, .4));
        background-image: -moz-linear-gradient(rgba(21,193,229, .9), rgba(21,193,229, .4));
        background-image: -o-linear-gradient(rgba(21,193,229, .9), rgba(21,193,229, .4));
        background-image: linear-gradient(rgba(21,193,229, .9), rgba(21,193,229, .4));   
    }

    .blue {
        color: rgba(251,251,252, 1);
    }
}



nav a {
text-decoration: none; 
font-family: 'Ubuntu', sans-serif;
font-weight: 600;
color:rgb(251,251,252);
opacity: 0;
-webkit-transition: opacity 200ms cubic-bezier;
-ms-transition: opacity 200ms cubic-bezier;
-moz-transition: opacity 200ms cubic-bezier;
-o-transition: opacity 200ms cubic-bezier;
transition: opacity 200ms cubic-bezier;
padding: 1em 0em 1em 0em;
}

nav ul {
margin: 0;
padding: 0; 
text-align: left;
}

nav li {
padding-bottom: 1em;
padding-top: 1em;
margin-left: 2em;
font-size: .9rem;
text-transform: uppercase;
}

.nav-open nav{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.nav-open nav a {
opacity: 1;
-webkit-transition: opacity 300ms ease-in-out 250ms;
-ms-transition: opacity 300ms ease-in-out 250ms;
-moz-transition: opacity 300ms ease-in-out 250ms;
-o-transition: opacity 300ms ease-in-out 250ms;
transition: opacity 300ms ease-in-out 250ms;
}

.nav-button svg{
fill: #f8f8fa;
opacity: .75;
}



@media screen and (max-width: 1199px) {

    nav {display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
        height: 100vh;
    }

    nav li {
        padding:0;
        margin: 0;
        font-size: .9rem;
        text-transform: uppercase;
        width: 100%;
        }

    nav a {
        text-decoration: none; 
        font-family: 'Ubuntu', sans-serif;
        font-weight: 600;
        color:rgb(251,251,252);
        opacity: 0;
        -webkit-transition: opacity 300ms cubic-bezier;
        -ms-transition: opacity 300ms cubic-bezier;
        -moz-transition: opacity 300ms cubic-bezier;
        -o-transition: opacity 300ms cubic-bezier;
        transition: opacity 300ms cubic-bezier;
        padding: 1.2rem 0em 1.2rem 0em;
        line-height: 0;
        padding-left: 2rem;
        padding-left: 5vw;
        display: block;
        width: 100%; 
        padding-top: 4.5vh;
        padding-bottom: 4.5vh;
    }

    nav a:hover, nav a:focus, nav a:active {background: rgba(52,56,56, .05) !important;}

    .mob-menu-top-margin { margin-top: 1rem; margin-top: 4vh;}
    .mob-menu-bottom-margin {margin-bottom: 1rem; margin-bottom: 4vh;}

    nav ul {
        margin: 0;
        padding: 0; 
        
        justify-self: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
        width: 100%;
        text-align: left;
        }        
}

@media screen and (max-width: 1199px) {
.nav-button svg{ opacity: .75;  } }

.nav-button svg:hover, .nav-button svg:active {
fill: #15c1e5;
-webkit-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.nav-open svg {
    fill: #15c1e5;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.lang-btn a {
    margin-right: 1rem;
    margin-right: 4vw;
    padding: .7em;
    border-radius: 12%;
}

@media screen and (max-width: 1199px) {
    .lang-btn a{ 
        background-image: none;
        background: transparent;
     } }

.lang-btn a:hover,
.lang-btn a:active {
    -webkit-transition: all 250ms cubic-bezier;
    -ms-transition: all 250ms cubic-bezier;
    -moz-transition: all 250ms cubic-bezier;
    -o-transition: all 250ms cubic-bezier;
    transition: all 250ms cubic-bezier;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    color: rgba(248, 250, 250, .7);
}

.nav-button {
position: absolute;
top: 0;
left: 0;
padding: 0;
margin: 0;
margin-left: 1rem;
margin-left: 2em;
height: 100%;
margin-left: 5vw;
}

.logo {
height: 73px;
padding-top: 13px;
padding-bottom: 10px;
padding-left: 0;
margin: 0;
}

.lang-btn {
top: 1.3rem;
right: 0;
position: absolute;
display: inline-block;
font-family: "Ubuntu", sans-serif;
font-weight: 700;
font-size: .9rem;
}

.lang-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(248, 250, 250, .85);
    opacity: 1;
    line-height: 1;
}

.lang-btn p {
    display: inline-block;
}

.lang-btn img {
    display: none;
}


/*********************************************************min 1000****************/
/*********************************************************min 1000****************/

@media screen and (min-width: 1200px) {
.lang-btn a { background: none; }
.lang-btn a:hover,
.lang-btn a:active { background: none; }
.nav-button{ display: none; }
.mob-menu-top-margin { margin-top: 0; }
.mob-menu-bottom-margin { margin-bottom: 0; }
.lang-btn { position: static; }
.lang-btn a { margin-right: 0; margin-left: 2.5em; }
.nav-open nav {
-webkit-transform: none; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
-ms-transform: none; 
-moz-transform: none; 
-o-transform: none; 
transform: none; 
}


.lang-btn {

    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
    font-size: .79rem;
    
}


nav a::before {
content: '';
display: block;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(251,251, 252, .9), rgba(251,251, 252, .9))) ;
background-image: -webkit-linear-gradient(to right, rgba(251,251, 252, .9), rgba(251,251, 252, .9)) ;
background-image: -moz-linear-gradient(to right, rgba(251,251, 252, .9), rgba(251,251, 252, .9)) ;
background-image: -o-linear-gradient(to right, rgba(251,251, 252, .9), rgba(251,251, 252, .9)) ;
background-image: linear-gradient(to right,   rgba(251,251, 252, .9), rgba(251,251, 252, .9)) ;
height: 9px;
position: relative;
top: -1.45em;
top: -1.5em;
opacity: 0;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-moz-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
-ms-transition: all ease-in-out 250ms;
-moz-transition: all ease-in-out 250ms;
-o-transition: all ease-in-out 250ms;
-ms-transition: all ease-in-out 250ms;
-moz-transition: all ease-in-out 250ms;
-o-transition: all ease-in-out 250ms;
-webkit-transition: all ease-in-out 250ms;
-webkit-transition: all ease-in-out 250ms;
transition: all ease-in-out 250ms;
transition: all ease-in-out 250ms;
transition: all ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
-webkit-transform-origin: center;
-ms-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;


}

nav a:hover::before {
    opacity: 1;
-webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);  
-moz-transform: scale(1, 1);  
-o-transform: scale(1, 1);  
transform: scale(1, 1);    
}

.screen-logo {
height: 31px;
margin-top: 15px;
margin-bottom: 15px;
-o-object-fit: scale-down;
object-fit: scale-down;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-left: .5rem;
}

nav {
position: static;
width: auto;
-webkit-transform: none; /* Safari and Chrome */ /* Firefox */ /* IE 9 */ /* Opera */
-ms-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
-webkit-transition: none;
-ms-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
text-align: left;
background-image: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

nav a {
text-decoration: none; 
font-family: 'Ubuntu', sans-serif;
font-weight: 500;
color: rgba(52, 56, 56, 1); 
opacity: 1;
-webkit-transition: none;
-ms-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
padding: .5em 0em .5em 0em;
}

nav a:hover, nav a:focus, nav a:active, .active {
    color: rgba(251, 251, 252, 1);
}


header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;        
    -webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;
}

nav li {            
margin-bottom: 0;
font-size: 0.75rem ;
font-weight: 600;
position: relative;
top: -4.5px;
padding-top: 1.2em;
margin-left: 1rem;
margin-left: 1.5vw;
font-size: 0.72rem 
}

.lang-btn { margin-top: .1rem; }
.lang-btn img { 
    width: 14.5px;
    display: inline-block;
    margin-left: .4rem;
    opacity: .8;
    
}

.lang-btn:hover img {opacity: .9;
    display: none !important;
}  

.lang-btn img {opacity: .9;
    display: none !important;
}  


.lang-btn a {
    margin-left: 3vw;
    padding-left: 1.5vw;
    color: rgba(251, 251, 252, 1);
    color: rgba(52, 56, 56, 1);
    opacity: 1;
} 

.lang-btn a:hover {
    color: rgba(251, 251, 252, 1);
    opacity: 1;
} 


.screen-logo {
    padding-right: 0;
    margin-right: 3vw;
    }

}


/********************************************************/
/********************************************************/

@media screen and (max-width: 1199px) {


    nav {
        width: 200%;
        height: 100vh;
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(251, 251, 252, 1)), to(rgba(251, 251, 252, 0)));
        background-image: linear-gradient(to right, rgba(251, 251, 252, 1), rgba(251, 251, 252, 0));
        background-image: linear-gradient(to right, rgba(251, 251, 252, 1), rgba(251, 251, 252, 0));
        background-image: linear-gradient(to right, rgba(251, 251, 252, 1), rgba(251, 251, 252, 0));
        background-image: linear-gradient(to right, rgba(251, 251, 252, 1), rgba(251, 251, 252, 0));
    }

    nav a {
        color: rgba(52, 56, 56, .8) ;
        background: transparent !important;
    } 

    nav li {
        background: transparent !important;
    }

    nav a:hover, nav a:focus, nav a:active {
        background: rgba(251, 251, 252, .05) !important;
    }

}


@media screen and (max-width: 399px) {

.logo {
    height: 63px;
    padding-top: 13px;
    padding-bottom: 10px;
    padding-left: 0;
    margin: 0;
    }
    
    .lang-btn {
    top: 1rem;
    right: 0;
    position: absolute;
    display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: .9rem;
    }

}

@media screen and (max-width: 1199px) {
    .screen-logo {display: none;}
}

@media screen and (min-width: 1200px) {
    .logo {
        display: none; 
    }
}

@media screen and (max-width: 1199px){

    .nav-button svg {
        fill: #343838;
        margin-top: .7rem;
        opacity: .7 !important;
        }
        .nav-button:hover svg, .nav-button:active svg, .nav-button:focus svg {
        fill: #f8f8fa !important; 
    opacity: .8 !important;}

        .lang-btn a {
            color: rgba(52, 56, 56, .85) ;
            font-weight: 300 !important;            
        }
    }

    @media screen and (min-width: 900px) and (max-width: 1199px){
        .lang-btn a {
            color: rgba(52, 56, 56, .85) ;
            font-weight: 500 !important;            
        }
    }




    @media screen and (min-width: 1200px) and (max-width: 1329px) {

        nav li {
            font-size: .75rem;
            margin-left: 1.5rem;
        }
            
        nav a {           
            padding: 1em 0em 1em 0em;
    }

    
.screen-logo {
height: 36px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
-o-object-fit: scale-down;
object-fit: scale-down;
padding-left: 0;
padding-right: 0px;
margin-top: 15px;
margin-bottom: 15px;
}

.lang-btn {

    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: .9rem;
    margin-top: .15rem;
}
.lang-btn img { 
    width: 16px;
    display: inline-block;
    margin-left: .4rem;
    opacity: .8;
}

.lang-btn a {
    margin-left: 1.5vw;
    padding-left: 1.5rem;
} 

.screen-logo {
    padding-right: 0;
    margin-right: 1.5vw;
    }
}
    

    @media screen and (min-width: 1330px) {

        nav li {
            font-size: .8rem;
            margin-left: 2rem;
        }
        
        nav a {           
                padding: 1em 0em 1em 0em;
        }

        
.screen-logo {
    height: 66px;
    padding-right: 15px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    padding-left: 0;
    padding-right: 0;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    }
    
    .lang-btn {

        font-family: "Ubuntu", sans-serif;
        font-weight: 700;
        font-size: .9rem;
        margin-top: .185rem;
    }

    .lang-btn img { 
        width: 16px;
        display: inline-block;
        margin-left: .4rem;
        opacity: .8;
    }


    .lang-btn a {
        margin-left: 2vw;
        padding-left: 2rem;
    } 

    .screen-logo {
        padding-right: 0;
        margin-right: 2vw;
        }

}

 

  




@media screen and (min-width: 1400px) {

    .lang-btn a {
        margin-left: 4vw;
        padding-left: 2rem;
    } 

    .screen-logo {
        padding-right: 0;
        margin-right: 4vw;
        }


}