
*{
    
    box-sizing: border-box;
    transition: ease all 1s;

}

body header{
    width: 100%;
    height: 15%;
    position: fixed;
    top: 0;
    left: auto;
    background-color: white;
    z-index: 1;
}

body #headpart #headerlogo img{
    width: 15%;
    height: auto;
    position: absolute;
    top: 0%;
    right: 4%;
        
    
}

#lang {
    position: absolute;
    top: 55%;
    left: 10px;
    width: 110px;
    height: auto;
    //background-color: grey;
}
    
  
#lang h{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: 4px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    padding: 1px;
    text-align: center;
    background-color: #999999;
    border-radius: 3px;
    box-shadow: 1px 2px 3px grey;
    color: #ffffff;
    }
    
  
#lang  a{
    display: block;
    background-color: #ffffff;
    //margin-right: 2px;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    //height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
    font-family:sans-serif;
}

#lang h:hover{
    background-color: #79C143;
}

#lang h:active{
    background-color: black;
}
   

body #droplist{
    width: auto;
    height: 50%;
    //background-color: red;
    position: absolute;
    left: 22%;
    top: 40%;
    z-index: 1;
}

body #droplist ul{
    margin: 0;
    padding: 0;
}

body #droplist ul li{
    display: inline-block;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    position: relative;
    top: 80%;
    float: left;
    margin: 3px;
    box-shadow: 0px 1px 2px #999999;
   z-index: 2;
}

body #droplist ul li ul li:hover{
    //width: 175;
    //left: -13px;
    transition-duration: .4s;
    //transform: skew(-10deg);
}

body #droplist ul li ul{
    margin-top: 1px;
}

body #droplist ul li ul li{
    display: none;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    //background-color: yellow;
    float: left;
    margin: 0;
    margin-bottom: 1px;
    transition-duration: 0.4s;
    //border-radius: 30px;
    z-index: 2;
    
}

body #droplist ul li:hover ul li{
    display: block;
    
}

body #droplist ul li ul li .lastli{
    margin-left: 180px;
    top: -41px;
    left: 1px;
    display: none;
}

body #droplist ul li ul li:hover .lastli{
    display: block;
}

body #droplist ul li ul li .mtlastli{
    margin-left: 180px;
    top: -41px;
    left: 1px;
    display: none;
}

body #droplist ul li ul li:hover .mtlastli{
    display: block;
}

body #droplist a{
    display: block;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    color: #79C143;
    background-color: transparent;
    //opacity: 0.5;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 16px;
    //border: 2px solid grey;
    //border-radius: 20px;
}

body #droplist a:hover{
    color: white;
    background-color: #79C143;
    font-size: 17px;
    transition-duration: 1s;
    
}

body #droplisticon {
    display: none;
}


body #headpart #homebtn{
     background-image: url(../../photos/home.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 45px;
    height: 45px;
    left: 220px;
    top: 40px;
    cursor: pointer;
    //background-color: red;
    z-index: 1;
}

body #headpart #homebtn:hover{
    background-image: url(../../photos/title-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    transition-duration: .7s;
    left: 230px;
    background-color: white;
    border-radius: 30px;

}

body #closelisticon {
    display: none;
}

body header #socialmedia {
    width: 40px;
    height: auto;
    background-color: white;
    position: fixed;
    top: 25%;
    left: 0;
    letter-spacing: 2%;
    border: 2px solid white;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 10px;
    z-index: 1;
    
}

body header #socialmedia i{
    font-size: 30px;
    width: 10%;
    height: auto;
    display: block;
    text-align: center;
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 5px;
    position: relative;
    float: none;
    z-index: 1;
    color: #999999;
    left: 0;
}

body header #socialmedia i:hover {
    font-size: 30px;
    color: white;
    transition-duration: .5s;
    //transform: skew(10deg);
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #79C143;
    text-align: right;
    //transform: rotate(360deg);
    //transition-duration: 1s;
    margin: 0px;
    margin-top: 0px;
    border-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding-right: 5px;
    text-shadow: 1px 2px 3px grey;
    opacity: 0.8;
}



body header #socialmedia a{
    text-decoration: none;
    
}




/*-----------------------------------------------------*/









@media only screen and (max-width:800px){
    
    *{
        box-sizing: border-box;
        transition: ease all 1s;
    } 
    
    
body #droplisticon {
    display: block;
    position: absolute;
    top: 70%;
    left: 47%;
    //background-color: red;
    z-index:2;
    width: 30px;
    height: 30px;
}
    
    body #droplisticon i{
        font-size: 25px;
        color:#79C143;
        width: 30px;
        height: 30px;
        display: block;
        //background-color: yellow;
        z-index: 2;

    }
    
    
    
    
   body #closelisticon {
    display: none;
    position: absolute;
    top: 70%;
    left: 47%;
       width: 30px;
       height: 30px;
       z-index: 2;

    }
    
    body #closelisticon i{
        font-size: 25px;
         color: red;
        width: 30px;
       height: 30px;
         display: block;
        z-index: 2;
        
    }  
 body #headpart #homebtn{
     background-image: url(../../photos/home.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 30px;
    height: 30px;
    left: 130px;
    top: 70px;
    cursor: pointer;
    //background-color: red;
    z-index: 1;
}

body #headpart #homebtn:hover{
    background-image: url(../../photos/title-logo.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    transition-duration: .7s;
    left: 230px;
    background-color: white;
    border-radius: 30px;

}
    
    body #headpart #headerlogo img{
        width: 45%;
        height: auto;
        right: 0%;
        top: 1%;
        //background-color: darkgreen;
    }
    
    body #droplist {
        width: 100%;
        height: auto;
        //background-color: red;
        left: 0;
        top: 110%;
        display: none;
    } 
    
    body #droplist ul li{
        width: 80%;
        height: 40px;
        left: 8%;
        //background-color: green;
        z-index: auto;
    }
    
    
    body #droplist ul li ul li{
        background-color: white;
        left: 0;
        
    }
    
    
    body #droplist .lastli{
        display: none;
        background-color: white;
        z-index: 3;
        border: none;
        box-shadow: none;
        left: 0;
        box-shadow: 0px 1px 2px #999999;
    }
    
    body #droplist ul li ul li .mtlastli {
        //display: none;
        background-color: transparent;
        position: relative;
        left: -180px;
        top: 1px;
        
    }
   
    
    
    
    
    body #droplist  a{
        font-size: 18px;
        z-index: 1;
        font-weight: bold;
    }
    
    body #droplist  a:hover{
        font-size: 18px;
    }
    
    
    
    
    
#lang {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 80px;
    height: 30px;
    //background-color: grey;

}
    
  
#lang a h{
    display: inline-block;
    position: relative;
    //top: 0;
    left: 0;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    padding: 1px;
    text-align: center;  
    background-color: #999999;
    border-radius: 3px;
    font-size: 15px;
    //color: white;
    }
    





    #lang a{
        color: white;
    }
    
    
    
    
    
    body header #socialmedia{
    width: 75%;
    height: 40px;
    left: 5%;
    background-color: white;
    box-shadow: 1px 2px 3px grey;
    border-radius: 30px;
    position: fixed;
    top: 88%;
    letter-spacing: 2%;
    //border: 2px solid grey
    }
    
    body header #socialmedia i{
    position: relative;
    font-size: 30px;
    width: 10%;
    float: left;
    left: 10%;
    margin-right:8%;
    line-height: 39px;
        color: #999999;
    }
    
    body header #socialmedia i:hover {
    font-size: 12vw;
    width: 12%;
    color: #79C143;
        
    }
    
    

}







   