/*Content CSS*/
#sub_top_menu {height:40px;background:transparent;text-align: center;z-index: 5;position: relative;background: rgba(0,0,0,0.3);margin-top: -40px;}
#sub_top_menu ul {display: flex; justify-content: center;  height:100%;  width:100%; background: transparent;}
#sub_top_menu ul li {flex:1; max-width: 150px; }
#sub_top_menu ul li a {display: block;font-size:11px;font-weight: 400;color:#fff;width:100%;transition: all .3s ease;height:100%;display: flex;align-items: center;justify-content: center;position: relative;padding:0 8px;line-height: 16px;word-break: keep-all;text-transform: uppercase;text-shadow: 0.7px 0.7px 3px rgba(0, 0, 0, 0.2);}
#sub_top_menu ul li a.active {background-color: #fff; color:#000;text-shadow: none;}


@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
