/* -- custom css -- */
/*
.img-play-now {
width: 141px;
height: 36px;
display: inline-block;
background-image: url('/wp-content/themes/joker/assetsku/images/btn_playnow.png');
}
*/
/* fix install guide button */
.manual .third-party .guide .item .download-install .install-guide {
display: inline-block;
background-image: url(/wp-content/themes/joker/assetsku/images/btn_installguide_manual.png?v=10);
width: 192px;
height: 55px;
}

.navbar-fns .navbar-navigation-fns .navbar-nav>li a {
padding: 10.24px 0;
}

.navbar-fns .navbar-navigation-fns .navbar-nav>li a:hover {
color: #F3C600!important;
}
.navbar-fns .navbar-navigation-fns .navbar-nav>li a:hover:after {
border-left: solid rgba(0, 0, 0, 0) 6px;
border-right: solid rgba(0, 0, 0, 0) 6px;
border-bottom: solid #F3C600 6px;
background: none;
bottom: -22px;
content: " ";
height: 0;
left: 50%;
margin-left: -5px;
position: absolute;
width: 0;
bottom: 0;
}