a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.scroll-btn {
	height: 40px;
	width: 40px;
	border: 2px solid #000;
	border-radius: 10%;
	background-color: #000;
	position: fixed;
	bottom: 25px;
	right: 20px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.scroll-btn .scroll-btn-arrow {
	height: 12px;
	width: 12px;
	border: 3px solid;
	border-right: none;
	border-top: none;
	margin: 15px 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	color: white;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link {
	color: #fff;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

.ele-list{
    margin: auto;
    background-color:#fff;
}
.ele-list ul li{
    /* padding-top: 1.2rem; */
    /* padding-bottom: 1.2rem; */
    /* border-bottom: 1px solid #00d63e; */
    align-items:center
}
.ele-list ul li img{
    display:block;
    width: 7rem;
    height: 7rem;
    border-radius:.18rem
}
.ele-list ul li .flex_grow{
    /* width:0%; */
    text-decoration: none;
}
.ele-list ul li .info{
    margin: 0 .18rem 0 2rem;
}
.ele-list ul li .info p{
    display:block;
    width:auto;
    overflow:hidden;
    white-space:nowrap;
    font-size: 1.3rem;
}
.ele-list ul li .info .name{
    font-size: 1.8rem;
    color:#003e99;
    font-weight:700
}
.ele-list ul li .info .grade{
    color:#e6e6e6;
    margin-bottom: 0px;
}
.ele-list ul li .info .grade span{
    color:#cb4400;
    font-weight:700
}
.ele-list ul li .info .grade em{
    color:#ffa709;
    font-size:.24rem
}
.ele-list ul li .info .grade i{
    display:inline-block;
    width:.24rem;
    height:.25rem;
    background-position:-1.93rem -1.70rem;
    position:relative;
    top:.04rem;
    margin-right:.04rem
}
.ele-list ul li .info .txt{
    color:#005512;
    font-weight:700;
    font-size: 1.2rem;
}
.ele-list ul li .num{
    display:block;
    width: 2rem;
    height: 2rem;
    font-weight:700;
    font-size: 1.5rem;
    color:#cecece;
    text-align:center;
    position:relative;
    top: 2rem;
    left:0;
    margin-right: 2rem;
}
.flex {
    display: flex;
}
.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}
.ele-list ul {
    padding-left: 0px;
    list-style: none;
}

.gamelist {
    margin-bottom: 15px;
}
.dwnbtn {
    align-content: center;
}
.dwnbtn .btn {
    width: 100%;
    padding: 13px 10px;
}
.banner-top {
    margin-bottom: 25px;
}

.first-half {
    padding: 20px;
    color: #fff;
}

.h-full {
}

.topbanner-title {
    font-size: 2.5rem;
    font-weight: bold;
}

.topbanner-subtitle {
    font-size: 1.3rem;
}

.download-btn {
    background: #000;
    padding: 12px 30px;
    color: #fff;
}

.download-btn:hover {
    background: #f21414;
}

.btn-custom {
    border: 5px solid #078607;
    border-radius: 15px;
}

.second-half {
    padding-top: 20px;
}
.social-links a {
    margin-bottom: 5px;
}
.nav-item a {
    color: #fff;
}

.nav-item a:hover {
    color: #fff;
}
.nav-item .dropdown-menu a {
    color: inherit;
}
.logo {
    width: 30px;
}
.telegram-block {
    margin: 20px;
    text-align: center;
}
.breadcrumb ol {
    list-style: none;
    display: flex;
    padding-left: 6px;
    margin-bottom: 0px;
}

.breadcrumb ol li {
    margin-left: 8px;
    margin-right: 8px;
}

.breadcrumb {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 14px;
}
.game-image img {
    width: 190px;
	height: 190px;
}

.game-image {
    text-align: center;
    padding: 10px;
}

.game-intro hr {
    margin: 2px;
}

.game-intro {
    font-weight: bold;
    font-size: 14px;
}

.game-intro span {
    float: right;
    margin-right: 10px;
}
.yono-games-card h3,.yono-games-card h4 {
    font-size: 19px;
}

.yono-games-card .card-header {
    background-color: unset;
    text-align: center;
    padding: 0px;
}

.yono-games-card h2 {
    font-size: 21px;
}
.game-intro h1 {
    font-size: 20px;
}

.card-body h2 {
    font-size: 18px;
    font-weight: 700;
}

.card-body .card-title {
    text-align: center;
}

.faq-block h2 {
    text-align: center;
    color: #dc3545;
}

.faq-block h3 {
    color: #dc3545;
    font-size: 17px;
    font-weight: 600;
}

.faq-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (min-width: 700px), only screen and (min-device-width: 700px) {
    .t-flex{
        display: flex;
    }
}
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
	.scroll-btn {
		bottom: 8px;
		right: 8px;
	}
    .card {
        margin-bottom: 10px;
        padding: 10px 10px;
    }
    .card-body {
        padding: 15px 0px;
    }
    .ele-list ul {
        margin-bottom: 0px;
    }
    .ele-list ul li img{
        width: 5rem;
        height: 5rem;
    }
    .ele-list ul li .num{
        display: none;
    }
    .ele-list ul li .info {
        margin: 0 .1rem 0 1rem;
    }
    .ele-list ul li .info .name {
        font-size: 1.3rem;
        margin-bottom: 0px;
    }
    .ele-list ul li .info .txt {
        color: #02af27;
        font-weight: 700;
        font-size: 1rem;
    }
    .ele-list ul li .info p {
        font-size: 1.1rem;
    }
    .dwnbtn .btn {
        width: 100%;
        padding: 6px;
    }
    .mob-container {
        padding: 0px 7px;
    }
    .topbanner-title {
        font-size: 1.6rem;
    }
    .topbanner-subtitle {
        font-size: 1.2rem;
    }
    .download-btn {
        width:100%
    }
    .topbanner-subtitle2 {
        font-size: 0.8rem;
    }
	.breadcrumb {
		text-wrap: nowrap;
		overflow: scroll;
	}
    .game-image img {
        width: 190px;
		height: 190px;
    }
}



