.challist {
	float: left;
	height: 375px;
	width: 100%;
	-webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 15px;
}

.challist li div.card {
	width: 260px;
	height: 350px;
	margin: 0px auto;
}

.challist li div.card div.chcard {
	float: left;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 0px 3px #333;
}

.challist li div.card div.chcard a {
	float: left;
	width: calc(100% - 19px);
	margin-left: 8px;
	border: 2px solid #EF8201;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 8px;
	height: calc(100% - 18px);
	text-decoration: none;
	text-align: center;
	position: relative;
}

.challist li div.card div.chcard:hover {
	box-shadow: 0px 0px 15px #333;
}

.challist li div.card div.finish a {
	background: rgb(239,130,1,0.80);
	color: #fff;
}

.challist li div.card div.finish a span {
	background-color: #EF8201;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 55%;
	line-height: 26px;
}

.challist li div.card div.new a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	color: #fff;
}

.challist li div.card div a span.head {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	line-height: 30px;
	font-size: 20px;
}

.challist li div.card div a span.foot {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0px;	
	line-height: 24px;
}

.challist li div.card div a span.foot h3 {
	color: #ef8201;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 0px 5px #fff;
}

.challist li div.card div a span.foot p {
	font-size: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px 0px 5px #fff;
}

.challist li div.card div.new a span.head {
	background-color: #ef8201;
	color: #000;
}

.challist li div.card div.prepare a {
	border: 2px solid #eee;
}

.challist li div.card div.prepare a span {
	float: left;
	width: 100%;
	background-color: #eee;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 50%;
	padding: 10px 0px;
}

.challist li div.card div.miss  {
	-webkit-filter: grayscale(100%); 
  filter: grayscale(100%);
}

.challist li div.card div.miss a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	color: #fff;
}

.challist li div.card div.miss a span.head {
	background-color: #aaa;
	color: #000;
}

.challist li div.card div.miss a span.foot p {
	color: #777;
}

.glpager {
	float: left;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.prfl li {
	margin-bottom: 30px;
}

@media screen and (min-width: 1790px) {	
	.challist li {
		float: left;
		width: 16.66%;
	}	
	
	.prfl li {
		width: 20% !important;
	}	
	
}

@media screen and (min-width: 1520px) and (max-width: 1789px) {
	.challist li {
		float: left;
		width: 20%;
	}
	
	.prfl li {
		width: 33.33%;
	}
	
}

@media screen and (min-width: 1280px) and (max-width: 1519px) {
	.challist li {
		float: left;
		width: 25%;
	}	
	
	.prfl li {
		width: 33.33%;
	}
}

@media screen and (min-width: 960px) and (max-width: 1279px) {
	.challist li {
		float: left;
		width: 33.33%;
	}	
}

@media screen and (min-width: 620px) and (max-width: 959px) {
	.challist li {
		float: left;
		width: 50%;
	}	
}

@media screen and (min-width: 300px) and (max-width: 619px) {
	.challist li {
		float: left;
		width: 100%;
	}	
}

