@charset "utf-8";
/* CSS Document */
.ch-bts {
	position:inherit;
	padding:15px;
	height:auto;
	margin-bottom:12px;
}
.ch-bts h2 {
	display:block;
	line-height:1.5;
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
	font-size:2em;
	color: #1c1e21;
	text-align:center;
	margin-top:-2px;
}
.ch-bts i {
	display:inline-block;
	font-weight:normal;
	font-size:1.3em;
	cursor:default;
}
#crypto-mod {
	display:block;
	padding:0;
	max-width:100%;
	height:auto;
	margin-bottom:12px;
}
#crypto-list {
	display:block;
	width: 50%;
    min-height: 250px;
    margin: 0 25%;
    overflow: hidden;
    padding: 0;
	background: #fff;
	border-radius: 8px;
	transition: all 0.5s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
#crypto-list li {
	font-size:16px;
	background:#fff;
	height:50px;
	overflow:hidden;
}
#crypto-list li:nth-child(odd) {
    background: #f4f5f6;
}
#crypto-list .ctitle {
	background:#FED712!important;
	font-size:20px!important;
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
}
#crypto-list li span {
	display:inline-flex;
	width:39.55%;
	height:50px;
	overflow:hidden;
	padding:15px;
	line-height:1;
	color: #1c1e21;
	flex-wrap: nowrap;
    justify-content: left;
	align-items: center;
}
#crypto-list li .s3 {
	width:19.55%;
	justify-content: right;
}
#crypto-list li img {
	float:left;
	position:relative;
	display:block;
	width:30px;
	height:30px;
	margin-right:5px;
	margin-top:-22px;
	bottom:-10px;
}
#crypto-list .li-load {
	display: block;
	background-color: #fafcff;
	background-image: linear-gradient(to right, #fafcff 0%, #e5e7e9 20%, #fafcff 40%);
	background-repeat: no-repeat;
	background-size: 700px 100%;
	animation: shimmer 2s infinite linear;
	height:200px;
}
.pp {
	color:#00bf00;
	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes shimmer {
0% {
	background-position: -468px 0;
}
100% {
	background-position: 468px 0;
}
}
@-webkit-keyframes shimmer {
0% {
	background-position: -468px 0;
}
100% {
	background-position: 468px 0;
}
}
@keyframes shimmer {
0% {
	background-position: -468px 0;
}
100% {
	background-position: 468px 0;
}
}
@-moz-keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes parpadeo {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@media screen and (min-width: 240px) and (max-width: 320px) {
#container .ch-bts {
	font-size:14px;
}
#crypto-list {
	display:block!important;
}
#crypto-list span {
	width:31%!important;
}
}
@media screen and (min-width: 240px) and (max-width: 280px) {
#crypto-list {
	width:93.2%!important;
}
#crypto-list span {
	width:28%!important;
}
}
@media screen and (min-width: 321px) and (max-width: 425px) {
#container .ch-bts {
	font-size:14px;
	width:100%;
	margin:0;
}
#crypto-list {
	display:block!important;
}
#crypto-list span {
	width:32.3%!important;
}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
#container .ch-bts {
	font-size:14px;
	width:100%;
	margin:0;
}
#crypto-list {
	display:block!important;
}
#crypto-list span {
	width:32.4%!important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#crypto-list {
	display:block!important;
}
#crypto-list span {
	width:32.8%!important;
}
}