﻿
.ing-menu{
    position:fixed;
    width:100%;
    height:100%;
    
       background: #808080; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#808080, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#808080, #000000); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#808080, #000000); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#808080, #000000); /* Standard syntax */    
    top:0;
    left:0;
    width: 30%;
    padding: 5px 10.5% 5px 5px;
}
.ing-menu::after {
  content: "";
  background-size:cover;
  height:auto;
  width:100%;
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.ing-menurow{
    margin-top:20px;
}
.ing-menubtn{
    font-size:18pt;
  
    cursor:pointer;
}

.ing-menu-title, .ing-menu-title a{
    background-color:rgba(0,0,0,0)!important;
    border:0!important;
    color:#fff;
}

.ing-menu-item{
    border:1px solid #fff;
    height:100px;
    cursor:pointer;
    background-color:rgba(255,255,255,0.7);
    padding-top:4px;
    
}

    .ing-menu-item p{
        font-size:10pt;
    }

    .ing-menu-container {
        width: 50%;
        margin-left: 50px;
        margin-top: 20px;
    }

.submenu-container{
    width:50%;
    margin-left:50px;
    margin-top:20px;
    display:none;
   
}

    .submenu-container .backbtn {
        font-size: 20pt;
        margin: 10px 0 0 4px;
    }


/**top nav*/
.top-right-nav{
    list-style:none;
    padding:0;
    margin:0;
}
.top-right-nav li{
    float:left;

}

@media(max-width:766px){
    .ing-menu-container, .submenu-container {
        height: 600px;
        overflow: auto;
    }
}

.menu-item-desc{
    font-size:9pt;
    font-style:italic;
    color:#a7a4a4;
}

.menu-title-sep{

}

.ing-menu ul{
    list-style:none;
    padding:0;
    margin:0 0 0 10px;
}
.ing-menu li{
   padding: 5px;
   cursor: pointer;
}

.ing-menu i{
    margin-right: 10px;
}

.ing-menu ul li::before {
    content: "\f10c";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgb(201, 201, 201);
    font-family: "FontAwesome";
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.ing-menu ul li:hover::before{
    content: "\f192";
}

@media(max-width:766px) {
    .menu-title-sep {
        width: 150px;
        display: block;
        height: 1px;
        overflow: hidden;
        border-top: 2px solid;
    }
    .ing-menu-title{
        text-align:center;
    }
        .ing-menu {
            width:100%;
            padding:5px 13% 5px 5px;
        }
}