#DynabicMenuInnerDiv .topurlink.moblink:hover {
	background: #BE0116;
	color: #FFF;
}
@media (max-width: 668px){
#DynabicMenuInnerDiv .venturelogo a {
    height: 65px!important; 
    background-position: 10px 4px!important;
}
}  

@media (max-width: 335px){

#DynabicMenuInnerDiv .venturelogo a {
    height: 65px!important; 
    background-position: 10px 8px!important;
}}
@media (max-width: 768px){
#DynabicMenuFooter .socialicon ul li {
    width: 25%!important;
    min-height: 40px;
    float: none;
    display: inline-block;
}}
@media (max-width: 1024px){
#DynabicMenuFooter .footer2anchor, #DynabicMenuFooter .footer2col p {
    float: none !important;
    text-align: center;
    line-height: 52px;
    background: #000 !important;
    width: 100%;
    display: table;
    clear: both;
}}
#DynabicMenuFooter .footer2col a:hover, #DynabicMenuFooter .bottomenuitems ul li a:hover {
    color: #be0116!important;
    text-decoration: none;
}

#DynabicMenuInnerDiv .venturelogo a.pirathonv2 {
    background-image: url(/img/new-logo.png);
    background-size: 100%;
}

#DynabicMenuInnerDiv .topheader.pirathonv2 .userlogstatus {
    width: 220px;
    float: right;
}
.hidden-sm-xs {
  display: none;
}

@media screen and (min-width: 450px) {
.hidden-sm-xs {
    display: inline;
  }
}

@media (min-width: 1025px) {
    .active-menu-item {
        border-bottom: none !important;
        position: relative !important;
    }
    .active-menu-underline {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #A0522D;
    }
    .active-submenu-item {
        border-bottom: none !important;
        position: relative !important;
    }
    .active-submenu-underline {
        position: absolute;
        bottom: 6px;
        left: 5px;
        width: 90%;
        height: 2px;
        background-color: #A0522D;
    }
  }
  
  @media (max-width: 1024px) {
    .active-submenu-item {
        background-color: #d4a373 !important;
    }
  }