﻿/* MENU PRIMARY V1 */

.KeyMenuHeader {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 60px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.KeyMenuSubMain {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    width: auto;
    height: auto;
    padding: 0px 15px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    color: #FFFFFF;
    z-index: 100;
}
.KeyMenuSubMain_Icon {
    flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    width: auto;
    height: auto;
}
    .KeyMenuSubMain_Icon svg {
        width: 22px;
        height: 22px;
        fill: #FFFFFF;
    }

.KeyMenuSubMain_Over {
    position: absolute;
    display: block;
    width: auto;
    height: 1px;
    left: 12px;
    right: 12px;
    bottom: 16px;
    background-color: rgba(255,190,0,1.0);
    z-index: 10;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: scale(1.0,0.0);
    -ms-transform: scale(1.0,0.0);
    -o-transform: scale(1.0,0.0);
    -webkit-transform: scale(1.0,0.0);
    transform: scale(1.0,0.0);
    -moz-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.6s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.6s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
.KeyMenuHeader:hover .KeyMenuSubMain_Over {
    -moz-transform: scale(1.0,1.0);
    -ms-transform: scale(1.0,1.0);
    -o-transform: scale(1.0,1.0);
    -webkit-transform: scale(1.0,1.0);
    transform: scale(1.0,1.0);
}

.KeyMenuSubBody {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    min-width: 300px;
    top: 60px;
    left: 50%;
    padding: 10px 10px 20px 10px;
    background-color: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 2px;
    -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: 1000;
    -webkit-transform: translateX(-50%) translateY(-10px);
    -moz-transform: translateX(-50%) translateY(-10px);
    -o-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}
    .KeyMenuSubBody:before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        left: 50%;
        top: -6px;
        margin-left: -3px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid rgba(0,0,0,0.7);
        z-index: 10;
    }
.KeyMenuSub {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 5px;
    background-color: rgba(0,0,0,0.0);
    border-bottom: solid 1px rgba(255,190,0,0.1);
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    font-size: 1.2em;
    text-align: left;
    color: rgba(255,255,255,1.0);
    cursor: pointer;
    clear: both;
    -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.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
    -webkit-transition: all 0.3s cubic-bezier(0.700, 0.000, 0.300, 1.000);
    transition: all 0.3s cubic-bezier(0.000, 0.700, 0.300, 1.000);
}

    .KeyMenuSub:hover {
        background-color: rgba(0,0,0,1.0);
        padding-left: 10px;
        color: rgba(255,190,0,1.0);
    }



@media screen and (min-width:0px) and (max-width:600px)
{
    
}