.sub-menu-background{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:#EEEEEE; */
    background-image: url("../img/background2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-image: url("../img/backLightGrey.png"); */
    display: none;
}

.sub-menu-title{
    position: relative;
    margin: 10px auto;
    width: 300px;
    height: 64px;
    color: #2c415d;
    font-weight: normal;
    /* border-bottom: 1px solid #bbb; */
    text-align: center;
}

.sub-menu-subtitle{
    position: relative;
    margin: 10px auto;
    padding-bottom: 10px;
    width: 300px;
    color: #2c415d;
    font-weight: normal;
    text-align: center;
    font-size: 100%;
}

.sub-menu-title img{
    width: 30px;
}

.sub-menu-wrapper{
    position: relative;
    z-index: 1001;
    height: calc(100% - 240px);
    width: 440px;
    margin: auto;
    /* padding: 5px 0 0 5px; */
    /* background-color: #fff; */
    display: none;
    border-radius: 5px;
    padding-bottom: 5px;
    overflow-y: auto;
}

@media screen and (min-width: 680px) and (max-width: 900px){
    .sub-menu-wrapper{
        width: 650px;
    }
  }

  @media screen and (min-width: 900px){
    .sub-menu-wrapper{
        width: 856px;
    }
  }

.sub-menu-header{
    position: relative;
    float: left;
    width: calc(100% - 2px);
    height: 50px;
    background-color: #2c415d;
    margin: 1px;
    border-radius: 5px 5px 0 0;
}

.sub-menu-close{    
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 150px;
    height: 60px;
    margin: 0 0 0 -75px;
    border-radius: 12px;
    font-size: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background-color: #fff;

    box-shadow: 1px 1px 2px 0px #666666;
}

.sub-menu-close:hover{
    bottom: 18px;
}

.sub-menu-wrapper h1{
    position: relative;
    float: left;
    width: calc(100% - 110px);
    height: 50px;
    margin: 0 0 0 0px;
    padding: 0 5px 0 55px;
    line-height: 50px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 160%;
    border-radius: 4px 4px 0 0;
}

/* sub menu menu */

.subMenuEach{
    position: relative;
    float: left;
    width: 190px;
    height: 96px;
    margin: 5px 5px 15px 15px;
    border-radius: 12px;    
}


.subMenuEach a{
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 100%;
    text-align: left;
    line-height: 50px;
    font-size: 100%;
    padding: 0 0 0 10px;
    /* border: 1px solid #bbb; */
    border-radius: 12px;
    /* transition: 0.15s ease-in-out; */
    background-color: none;
    transition: 0.12s ease-in-out;
    box-shadow: 1px 1px 2px 0px #666666;
    background-color: #fff;
}

.subMenuEach a:hover{
    box-shadow: -1px -1px 2px 0px #666666;
    margin-top: 2px;
}

.subMenuEach img{
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 64px;
}

.subMenuEach span{
    position: absolute;
    top: 55px;
    left: 5px;
    width: calc(100% - 10px);
    font-size: 90%;
    font-style: oblique;
    text-align: center;
    /* border-top: 1px solid #bbb; */
    /* padding-top: 5px; */
    font-weight: normal;
}



.sub-menu-menu-each{
    position: relative;
    float: left;
    width: 430px;
    margin: 0 0 0 7px;
    height: auto;    
}

.sub-menu-menu-each-scroller{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 7px 0 0 0;
}

.sub-menu-menu-each h4{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
    font-weight: normal;
    font-size: 120%;
    margin: 10px 0 10px 0;
    text-align: center;
    color: #2c415d;
}

.sub-menu-menu-each a{
    position: relative;
    float: left;
    width: 195px;
    height: 94px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 5px;
    margin: 5px 5px 5px 5px;
    text-align: left;
    font-size: 100%;
    line-height: 70px;
    padding-left: 5px;
    background-color: #cba;
}

.sub-menu-menu-each a:hover{
    border-top: 3px solid #2c415d;
    border-bottom: 3px solid #2c415d;
}

.sub-menu-menu-each a span{
    position: absolute;
    top: 70px;
    left: 5px;
    width: calc(100% - 10px);
    height: 30px;
    float: left;
    font-size: 90%;
    font-style: oblique;
    border-top: 1px solid #bbb;
    line-height: 30px;
}

.sub-menu-menu-each a img{
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
}