﻿/* MENU GROUP V1 */

/*---------------------- MAIN PANEL -----------------*/
.S_Menu_Group_Body {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 135px;
    left: 0px;
    top: 50%;
    background-color: transparent;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.S_Menu_Group_Items_Clear
{
    width: 100%;
    clear: both;
}
/*---------------------- MAIN PANEL -----------------*/


/*------------------------- KEYS --------------------*/
.S_Menu_Group_Items_Key_L, .S_Menu_Group_Items_Key_R
{
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.S_Menu_Group_Items_Key_L {
    left: 0px;
    background: -webkit-linear-gradient(right, rgba(0,40,60,0.6) , rgba(0,40,60,1.0));
    background: -o-linear-gradient(left, rgba(0,40,60,0.6) , rgba(0,40,60,1.0));
    background: -moz-linear-gradient(left, rgba(0,40,60,0.6) , rgba(0,40,60,1.0));
    background: linear-gradient(to left, rgba(0,40,60,0.6) , rgba(0,40,60,1.0));
    z-index: 200;
}
.S_Menu_Group_Items_Key_R {
    right: 0px;
    background: -webkit-linear-gradient(left, rgba(0,40,60,0.6), rgba(0,40,60,1.0));
    background: -o-linear-gradient(right, rgba(0,40,60,0.6), rgba(0,40,60,1.0));
    background: -moz-linear-gradient(right, rgba(0,40,60,0.6), rgba(0,40,60,1.0));
    background: linear-gradient(to right, rgba(0,40,60,0.6), rgba(0,40,60,1.0));
    z-index: 300;
}
.S_Menu_Group_Items_Key_Sign_Main {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 15px;
    z-index: 210;
}
.S_Menu_Group_Items_Key_Sign {
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 0.7em;
    color: rgba(255,255,255,1.0);
    text-align: center;
    vertical-align: middle;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.S_Menu_Group_Items_Key_L:hover .S_Menu_Group_Items_Key_Sign_Main, .S_Menu_Group_Items_Key_R:hover .S_Menu_Group_Items_Key_Sign_Main {
    background-color: rgba(255,255,255,0.2);
}
/*------------------------- KEYS --------------------*/


/*---------------------- ITEM MAIN ------------------*/
.S_Menu_Group_Items_Slide_Main {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    top: 0px;
    left: 40px;
    right: 40px;
    overflow: visible;
    z-index: 100;
    moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Menu_Group_Items_Slide_Item_Main {
    position: absolute;
    display: table;
    width: auto;
    height: 100%;
    top: 0px;
    moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
    -webkit-transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
    transition: all 0.6s cubic-bezier(0.000, 0.580, 0.320, 1.000);
}
.S_Menu_Group_Items_Slide_Item, .S_Menu_Group_Items_Slide_Item_Sel {
    position: absolute;
    display: table;
    width: 100px;
    height: 100%;
    top: 0px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.S_Menu_Group_Items_Slide_Item_Pic_Main {
    position: absolute;
    display: block;
    width: 100%;
    height: 60%;
    left: 0px;
    top: 5%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}
.S_Menu_Group_Items_Slide_Item_Pic_Body {
    position: absolute;
    display: block;
    height: 100%;
    aspect-ratio: 1/1;
    left: 50%;
    top: 0%;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}
.S_Menu_Group_Items_Slide_Item_Pic {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    background-color: rgba(240,225,200,1.0);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 12;
}
.S_Menu_Group_Items_Slide_Item_Pic_Over {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1.0);
    z-index: 13;
}
.S_Menu_Group_Items_Slide_Item .S_Menu_Group_Items_Slide_Item_Pic {
    box-shadow: 0px 0px 3px 2px rgba(255,255,255,0.0);
}
.S_Menu_Group_Items_Slide_Item_Sel .S_Menu_Group_Items_Slide_Item_Pic {
    box-shadow: 0px 0px 3px 2px rgba(255,255,255,0.8);
}
.S_Menu_Group_Items_Slide_Item_Title {
    position: absolute;
    display: block;
    width: 100%;
    height: 35%;
    left: 0px;
    bottom: 0px;
    padding-top: 5px;
    font-family: 'Ravi';
    font-style: normal;
    font-weight: 500;
    font-size: 0.9em;
    color: rgba(255,255,255,1.0);
    text-align: center;
    vertical-align: top;
    direction: rtl;
    z-index: 20;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*---------------------- ITEM MAIN ------------------*/





@media screen and (min-width:0px) and (max-width:800px)
{
    
}
