*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.grid {
	padding: 20px 20px 100px 20px;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 180px;
	margin: 0;
	padding: 10px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	background: #2c3f52;
	color: #fead18;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
  font-size:14px
}

.grid figcaption a {
	text-align: center;
	padding: 0px 30px;
	border-radius: 2px;
	display: inline-block;
	background: #fead18;
	color: #fff;
}


.cs-style-1 figcaption {
	height: 100%;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.grid figcaption button {
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
	height: 20px;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.grid figcaption button.u14 {
	border-left: solid 1px #ea3030;
	background: #bc1414;
	-webkit-box-shadow: 0px 4px 0px 0px #ea3030;
	box-shadow: 0px 4px 0px 0px #ea3030;
}

.grid figcaption button.u12 {
	border-left: solid 1px #f6c84c;
	background: #d6920e;
	-webkit-box-shadow: 0px 4px 0px 0px #f6c84c;
	box-shadow: 0px 4px 0px 0px #f6c84c;
  }

.grid figcaption button.u10 {
	border-left: solid 1px #0983eb;
	background: #0058a8;
	-webkit-box-shadow: 0px 4px 0px 0px #0983eb;
	box-shadow: 0px 4px 0px 0px #0983eb;
  }

.grid figcaption button.u8 {
	border-left: solid 1px #78d440;
	background: #4d9321;
	-webkit-box-shadow: 0px 4px 0px 0px #78d440;
	box-shadow: 0px 4px 0px 0px #78d440;
  }

.grid figcaption button.u6 {
	border-left: solid 1px #ec80a9;
	background: #e23175;
	-webkit-box-shadow: 0px 4px 0px 0px #ec80a9;
	box-shadow: 0px 4px 0px 0px #ec80a9;
  }
    


.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.cs-style-1 figcaption h3 {
	margin-top: 5px;
}

.cs-style-1 figcaption span {
	display: block;
}

.cs-style-1 figcaption a {
	margin-top: 30px;
}



@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}

/*
     FILE ARCHIVED ON 08:18:53 Jun 21, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:28:46 Nov 08, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/