﻿
#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: 'Open Sans', sans-serif;
    position: absolute;
    width: 80px;
    height: 30px;
    top: 30px;
    right: 20px;
    z-index: 88;
    cursor: pointer;
    transition: all 0.3s;
}
#screenMenu .menu-btn span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 3px;
    background: #eeeeee;

    -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: 0;
    width: 30px;
    height: 3px;
    background: #eeeeee;

    -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: 0;
    width: 30px;
    height: 3px;
    background: #eeeeee;

    -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: #eeeeee;
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.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(0, 0, 0, 0.8);
    -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: 20px !important;
        transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -3, 9) !important;
        -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -3, 9) !important;
        -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -3, 9) !important;
        -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -3, 9) !important;
        -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, -3, 9) !important;
    }

    #screenMenu.open .menu-btn span:nth-child(2){
        background:#f7941e;
        width: 20px !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:#f7941e;
        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:300px;
    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(310px);
    -o-transform: translateX(310px);
    -ms-transform: translateX(310px);
    -moz-transform: translateX(310px);
    -webkit-transform: translateX(310px);
}

#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: 50px;
    display: block;
    padding: 20px;
    text-align: center;
}

.menuList a{
    color: #000000;
    line-height: 36px;
    font-size: 34px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
    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: #f9ed32;
}


.bottomMenu {
    position: absolute;
    text-align: right !important;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    display: block;
}

    .bottomMenu .headerIcoSocial {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .bottomMenu .ico_social {
        height: 40px;
        width: 40px;
        background-size: 30px;
    }


.ico_social {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 28px;
    width: 28px;
    background-color: #fff;
    margin-left: 3px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
}

    .ico_social:hover {
        opacity: 0.6;
    }


.ico_facebook {
    background-image: url(../App_Images/share/ico_facebook.svg);
}

.ico_email {
    background-image: url(../App_Images/share/ico_mail.svg);
}

.ico_phone {
    background-image: url(../App_Images/share/ico_phone.svg);
}