﻿/* MENU MOBILE V2 */

.KeyMenuAppMain, .KeyMenuAppMain_Up
{
    position: absolute;
    width: 70px;
    height: 50px;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.KeyMenuAppMain .SLine1, .KeyMenuAppMain .SLine2, .KeyMenuAppMain .SLine3, .KeyMenuAppMain_Up .SLine1, .KeyMenuAppMain_Up .SLine2, .KeyMenuAppMain_Up .SLine3
{
    position: absolute;
    width: 30px;
    height: 4px;
    right: 20px;

    background-color: rgba(60,180,195,1.0);
    border-radius: 2px;

    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);

    -moz-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-ms-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	-webkit-transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
	transition: all 0.3s cubic-bezier(0.350, 0.000, 0.650, 1.000);
}
.KeyMenuAppMain .SLine1, .KeyMenuAppMain_Up .SLine1
{
    top: 13px;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.KeyMenuAppMain .SLine2, .KeyMenuAppMain_Up .SLine2
{
    top: 23px;
}
.KeyMenuAppMain .SLine3, .KeyMenuAppMain_Up .SLine3
{
    top: 33px;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.KeyMenuAppMain_Up .SLine1
{
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.KeyMenuAppMain_Up .SLine2
{
    background-color: rgba(60,180,195,0.0);
}
.KeyMenuAppMain_Up .SLine3
{
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.KeyMenuAppSub
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    margin-top: 50px;
    background-color: #333333;
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    color: #FFFFFF;
    text-align: right;
    z-index: 100000;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    z-index: 3000;
}
.KeyMenuAppSubItem
{
    background-image: url('../_Images/Sign-Menu2Sub.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: Transparent;
    width: 90%;
    height: auto;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 10px 5%;
    cursor: pointer;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItem:hover
{
    background-color: #4B4B4B;
}
.KeyMenuAppSubItemUp
{
    background-image: url('../_Images/Sign-Menu2Sub2.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    background-color: Transparent;
    width: 90%;
    height: auto;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 10px 5%;
    cursor: pointer;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemUp:hover
{
    background-color: #4B4B4B;
}
.KeyMenuAppSubItemBody
{
    background-color: #000000;
    width: 100%;
    height: 0px;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.KeyMenuAppSubItemLink
{
    background-color: #000000;
    width: 90%;
    height: auto;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 10% 10px 0%;
    text-decoration: none;
    color: #D0D0D0;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemLink:hover
{
    background-color: #3CB4C3;
    color: #FFFFFF;
}
.KeyMenuAppSubItemLinkAlone
{
    background-color: #000000;
    width: 90%;
    height: auto;
    border-bottom: solid 1px #B3B3B3;
    padding: 10px 5% 10px 5%;
    text-decoration: none;
    color: #D0D0D0;
    direction: rtl;
    -moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.KeyMenuAppSubItemLinkAlone:hover
{
    background-color: #3CB4C3;
    color: #FFFFFF;
}


@media screen and (min-width:0px) and (max-width:600px)
{
    .KeyMenuAppMain
    {
        background-image: url('../_Images/Sign-Menu3.png');
        width: 86px;
    }
}