.comix-dragon-back {
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-position: center;
    text-align: center;
    background: #222222!important;
}
.nav-link{
    text-transform: uppercase;
    font-family: "GothamRndLight"!important;
    color: #000000!important;
    padding: .2rem .5rem;
    font-size: 0.7rem!important;
}
#mainNav{
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9))!important;
}
#mainNav.navbar-shrink{
    background: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9))!important;
}
#set-bar{
    position: relative;
    height: 38px;
}
.btn-100{
    width: 100%;
    padding: 15px 15px;
    color: #343434;
}
#iscn-search{
    width: 100%;
    border-radius: 24px;
    padding: 10px 20px 10px 40px;
}
.h-head{
    height: 80%!important;
}
.h-footer{
    height: 20%!important;
}
.bg-white-full{
    background: #ffffff!important;
}
header.masthead{
    padding-bottom: 0;
}
.s-icon-bar{
    color: #d3d3d3;
    position: absolute;
    left: 26px;
    bottom: 9px;
}
#loader{
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
#loader-search{
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}