.header_nav {
    position: relative;
}
.header_nav li{
    padding-left: 12px!important;
}
.header_nav li.navItem .navContent {
    background-color: #020000;
    color: #fff;
    left: 0;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 999;
}

.header_nav .navContent > li {
    color: #fff;
    float: left;
    padding: 10px 0!important;
    text-align: left;
    width: 33.33333%;
}

.header_nav .navContent ul li a {
    color: #fff;
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 100!important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.header_nav .navContent ul li a:hover {
    background-color: #555;
    padding-left: 20px;
}
.header_nav .navContent .group_title {
    margin-left: 22px;
    color: #8d714c;
    font-size: 120%;
}

/*#destination_mobile_wrapper {
    height: calc(100vh - 130px);
    border: 1px solid #000;
    overflow-y: scroll;
    position: absolute;
    background: #000;
    margin: 0 auto;
    right: 0;
    border-bottom: 15px solid #000;
}*/
#destination_mobile_wrapper {
    border: 1px solid #000;
    position: absolute;
    background: #000;
    margin: 0 auto;
    left: 10%;
    width: 80%;
    padding: 20px 0 0;
    height: calc(100vh - 150px);
}
#destination_mobile_wrapper ul{
    height: calc(100vh - 220px);
    overflow-y: scroll;
    width: 100%;
}
#destination_mobile_wrapper:after {
    content: url(http://www.karmasanctumclub.com/accordion/down.png);
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
    z-index: 999;
}
#destination_mobile_wrapper li{
    text-transform: uppercase;
    font-size: 18px!important;
    text-align: center;
    clear: both;
    display: table!important;
    width: 100%;
    padding-top: 0!important;
}
#destination_mobile_wrapper li a {
    font-size: 14px;
    font-weight: 100!important;
    text-transform: none;
    padding: 5px!important;
    color: #fff;
    font-weight: 700;
}