/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/nov/2015, 10:37:54
    Author     : shinw_000
*/

/*MENU SYSTEM*/

.menu{
    position:relative;    
    height: 8vh;
    width: 100%;
    background-color: #121212;
    z-index: 99998;
}

.hiddenmenu{
    position:relative;    
    height: 8vh;
    width: 100%;
    background-color: #121212; 
}

.hiddensubmenu{
    position:relative;    
    height: 5vh;
    width: 100%;
    background-color: #FFFFFF; 
    display: none;
    top:8vh;
}

.menu_fixed{
    position:fixed;    
    height: 8vh;
    width: 100%;
    background-color: #121212;
    top:0px;
    z-index: 99999;
    
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,.5);
    box-shadow: 0px 0px 6px rgba(0,0,0,.5);
}

.menu_holder{
    position:relative;    
    height: 100%;
    width: 80%;
    max-width: 1024px;    
    margin: 0 auto;
    z-index: 999;
}

.menu_btn{
    position:relative;
    display: inline-block;
    height: 100%;
    z-index: 20;
    
    opacity: 0.7;           
    cursor: pointer;  
    
    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
            
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}

.menu_btn:hover{
    opacity: 1;
}

.menu_btn_txt{
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: 25px;
    font-family: 'Lato', Arial, sans-serif;-webkit-font-smoothing: antialiased;
    font-weight: 400; 
    font-size: 18px;
    text-align: center;    
    
    color:#fff;
}

.menu_btn_select{
    opacity: 1;
}

.returnUp{
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 40px;
    height: 40px;

    border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%; 
    
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.48);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.48);
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.48);
    border: 1px solid transparent;
    cursor: pointer;

    background: url("../images/icon/ic_arrow_upward_white_48px.svg") no-repeat scroll 50% 50% / 20px 20px #cec5a3;
    opacity: 0;
    
    z-index: 99999;
}

.returnUp:active{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 2px 2px rgba(0,0,0,.28);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 2px 2px rgba(0,0,0,.28);
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 2px 2px rgba(0,0,0,.28);
}

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

/*SUBMENU SYSTEM*/

.submenu{
    position:absolute;
    height: 5vh;
    width: 100%;
    background-color: #121212;
    z-index: 666;
    opacity: 0.8;      
    bottom:-5vh;
}

.submenu_holder{
    position:relative;    
    height: 5vh;
    width: 1024px;    
    margin: 0 auto;
}

.submenu_btn{
    position:relative;
    display: inline-block;
    height:5vh;    
    z-index: 20;
    
    font-family: 'Lato', Arial, sans-serif;-webkit-font-smoothing: antialiased;
    font-weight: 400; 
    font-size: 12px;
    text-align: center;
    line-height: 5vh;
    
    color:#fff;
        
    opacity: 0.6;           
    cursor: pointer;  
    
    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
            
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */ 
}

.submenu_btn:hover{
    opacity: 1;
}

.submenu_btn_select{
    opacity: 1;
}
/****************/

/*SOCIAL LANGUAGE SYSTEM*/

.social_icon_holder{
    position: relative;
    height: 100%;
    float: right;
     z-index: 88888;
}

.social_icon_base{
    position: relative;
    width:50%;
    height: 100%;    
    display: inline-block;
    top: 0vh;
    background-position: center center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
        
    opacity: 0.7;
    float: left;
    cursor: pointer;
   
    z-index: 40;
}

.social_icon_base:hover .social_icon_action{
    display: block;
}

.social_icon_action{
    position: relative;
    width: 100%;
    height: 5vh;
    
    display: none;
    
    top: 100%; 
    background-color: #333;
    background-size: 16px 16px;
    background-position: center center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-family: 'Lato', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 5vh;
    color: #fff;
    
    cursor: pointer;
    z-index: 50;
}

.social_icon_action:hover{
    background-color: #111;
}
/************************/

