﻿
#screenMenu {
    display:block;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:0px;
    z-index:99999;

    text-align:center;

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;

}
    #screenMenu .menu-btn {
        font-family: 'Spectral SC', serif;
        position: absolute;
        width: 90px;
        height: 60px;
        top: 60px;
        right: 0px;
        z-index: 88;
        cursor: pointer;
        transition: all 0.3s;
    }
#screenMenu .menu-btn span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 30px;
    width: 30px;
    height: 3px;
    background: #000000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

}
#screenMenu .menu-btn:hover span:nth-child(1) {
        width: 20px !important;
    }
#screenMenu .menu-btn:hover span:nth-child(3) {
        width: 20px !important;
    }

#screenMenu .menu-btn span:nth-child(2) {
    position: absolute;
    top: 8px;
    right: 30px;
    width: 30px;
    height: 3px;
    background: #000000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

}
#screenMenu .menu-btn span:nth-child(3) {
    position: absolute;
    top: 16px;
    right: 30px;
    width: 30px;
    height: 3px;
    background: #000000;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);

}
#screenMenu .menu-btn::after {
    content: attr(data-name);
    color: #000000;
    font-size: 14px;
    position: absolute;
    top: 23px;
    left: 0px;
    width: 100%;
}

    #screenMenu .boxLanguage {
        font-family: 'Source Sans Pro', sans-serif;
        position: absolute;
        width: 60px;
        height: 60px;
        bottom: 30px;
        right: 15px;
        z-index: 88;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        #screenMenu .boxLanguage .chooseLang {
            display:inline-block;
            vertical-align:top;
            width:30px;
            height:30px;
            line-height:30px;
            font-size: 16px;
            color:rgba(0, 0, 0, 0.3);
            text-decoration:none;
        }
        #screenMenu .boxLanguage .langSelect {
            color: #000;
            font-weight:bold;
            
        }

        #screenMenu .boxLanguage .chooseLang:nth-child(1) {
            border-right:1px solid rgba(0, 0, 0, 0.125);
            border-bottom:1px solid rgba(0, 0, 0, 0.125);
        }
        #screenMenu .boxLanguage .chooseLang:nth-child(2) {
            border-bottom:1px solid rgba(0, 0, 0, 0.125);
        }
        #screenMenu .boxLanguage .chooseLang:nth-child(3) {
            border-right:1px solid rgba(0, 0, 0, 0.125);
        }

.wid20 {
    width: 20px !important;
}

#screenMenu .overDark {
    position:fixed;
    left:0;
    height:100%;
    width:100%;
    top:0;
    bottom:0;
    right:unset;
    z-index:1;
    background-color: rgba(210, 159, 98, 0.96);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}


#screenMenu.open .overDark {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}
#screenMenu.open .menu-btn {
    color:#000;
}
#screenMenu.open .menu-btn::after {
    content: attr(data-close);
    color:#000;
}
    #screenMenu.open .menu-btn span:nth-child(1){
        background: #000;
        width: 22px !important;
        transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -4, 8) !important;
        -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -4, 8) !important;
        -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -4, 8) !important;
        -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -4, 8) !important;
        -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -4, 8) !important;
    }

    #screenMenu.open .menu-btn span:nth-child(2){
        background:#000;
        width: 22px !important;
        transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, 0) !important;
        -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, 0) !important;
        -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, 0) !important;
        -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, 0) !important;
        -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, 0) !important;
    }
    #screenMenu.open .menu-btn span:nth-child(3){
        background:#000;
        width: 0px !important;
        transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, -4) !important;
        -o-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, -4) !important;
        -ms-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, -4) !important;
        -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, -4) !important;
        -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -4, -4) !important;
    }


.wrapper-menu {
    position:fixed;
    top:0;
    bottom:0;
    width:90px;
    height:100%;
    right:0;
    background-color:#fff;
    z-index:10;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);

    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
    -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
    -ms-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
}

#screenMenu.open .wrapper-menu {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
}


.menuList {
    margin-top: 150px;
    display: block;
    padding: 20px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.menuList a{
    color: #fff;
    line-height: 38px;
    font-size: 36px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    position: relative;
    word-wrap: break-word;
    text-decoration:none;
    padding:6px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display:block;
}

.menuList a:hover{
    color: #9a0e0e;
}
