div.showdesc {
	float: left;
	width: 100%;
	margin: 20px 0px;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 25px;
}

div.showdesc img {
	float: left;
	width: 300px;
	height: auto;
}

div.showdesc div.desc {
	float: right;
	width: calc(100% - 320px);
	font-size: 16px;
	color: #131313;
	line-height: 20px;
}

ul.archivelist {
	float: left;
	width: 100%;
	margin-top: 5px;
}

ul.archivelist li {
	float: left;
	width: calc(100% - 2px);
	margin-right: 0%;
	border: 1px solid #e0e0e0;
	margin-bottom: 20px;
	max-height: 320px;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

ul.archivelist li {
	height: auto !important;
	overflow: hidden !important;
}

ul.archivelist li div:ards {
	float: left;
	width: 100%;
	height: 320px !important;
	overflow: hidden !important;
	margin-right: 2.3%;
}

ul.archivelist li:hover {
	box-shadow: 0px 0px 10px #131313;
}

ul.archivelist li:nth-child(3n) {
	margin-right: 0px;
	float: right;
}

ul.archivelist li.nocnts {
	height: auto;	
	max-height: none;
}

ul.archivelist li div.headimg {
	float: left;
	width: 35%;
	height: auto;
	overflow: hidden;
}

ul.archivelist li div.headimg img {
	float: left;
	width: 100%;
}

ul.archivelist li div.headesc {
	float: left;
	width: 48%;
	margin: 5px 1%;
	border-bottom: 0px solid #c0c0c0;
	padding-bottom: 3%;
	font-size: 15px;
	color: #505050;
	line-height: 16px;
	overflow: hidden;
	height: 125px;
}

ul.archivelist li div.headesc strong {
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	font-family: "Ubuntu", "Open sans";
}

ul.archivelist li div.headesc p {
	font-family: "Arial";
	margin-top: 5px;
}

ul.archivelist li div.abtns {
	float: left;
	width: 14%;
	margin: 5px 0% 0% 0%;
}

ul.archivelist li div.abtns div.lne {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

ul.archivelist li div.abtns div.left {
	float: left;
	width: 100%;
}

ul.archivelist li div.abtns div.right {
	float: left;
	width: 100%;
}

ul.archivelist li div.abtns div a {
	display: block;
	padding: 3px;
	color: #505050;
	font-size: 15px;
	font-weight: normal;
	text-indent: 30px;
	opacity: 0.7;
	-webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
	margin-bottom: 3px;
	text-transform: none;
	padding-right: 5px;
}

ul.archivelist li div.abtns div.left a {
	background: url("/images/icon_archplay.png") no-repeat 5px center;
	float: right;
	width: 100%;
	background-size: 34px;
}

ul.archivelist li div.abtns div.right a {
	background: url("/images/icon_archdw.png") no-repeat 5px center;
	float: right;
	width: 100%;
	background-size: 34px;
}

ul.archivelist li div.abtns div.left a span, ul.archivelist li div.abtns div.right a span {
	float: right;
	width: 90%;
	margin-left: 10%;
	text-align: right;
}

ul.archivelist li div.abtns div a:hover {
	opacity: 1;
	color: #D4262C;
	background-color: #fee;
}

ul.archivelist li.bw  div.headimg img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	-webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}

div.flt {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

div.flt label {
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

div.flt label strong {
  font-weight: bold;
  margin-bottom: 5px;
  float: left;
}

div.flt select {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 3px 10px;
}

div.flt div.fltbox {
  float: left;
  width: auto;
  margin: 0px 0px;
  margin-bottom: 5px;
  margin-right: 10px;
}

@media screen and (min-width: 1170px) and (max-width: 1329px) {
	ul.archivelist li div.headimg {
		height: 128px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1169px) { 
	ul.archivelist li div.abtns div a {
		font-size: 14px;
	}
}

@media screen and (min-width: 820px) and (max-width: 1023px) {
	ul.archivelist li div.headimg {
		height: 125px;
	}
}

@media screen and (min-width: 750px) and (max-width: 819px) {
	ul.archivelist li div.headimg {
		height: 121px;
	}
	
	ul.archivelist li div.abtns div a {
		font-size: 14px;
	}
}

@media screen and (min-width: 570px) and (max-width:749px) {
	ul.archivelist li {
		float: left;
		width: 48%;
		margin-right: 1%;
		max-height: 370px;
	}
	
	ul.archivelist li {
		height: 370px !important;
		overflow: hidden !important;
	}
	
	ul.archivelist li:nth-child(3n) {
		margin-right: none;
		float: left;
	}
	
	ul.archivelist li:nth-child(even) {
		float: right;
	}

	ul.archivelist li div.headimg {
		float: left;
		width: 100%;
		height: 147px;
		overflow: hidden;
	}
	
	ul.archivelist li div.headesc {
		float: left;
		width: 94%;
		margin: 3%;
		border-bottom: 1px solid #c0c0c0;
		padding-bottom: 3%;
		font-size: 15px;
		color: #505050;
		line-height: 16px;
		overflow: hidden;
		height: 105px;
	}
	
	ul.archivelist li div.abtns {
		float: left;
		width: 94%;
		margin: 1% 3% 3% 3%;
	}
	
	ul.archivelist li div.abtns div a {
		width: 90%;
		text-align: center;
		margin-left: 5%;
		height: 20px;
		font-size: 15px;
		text-indent: 0px;
	}
	
	ul.archivelist li div.abtns div.left {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.left a {
		background: url("/images/icon_archplay.png") no-repeat 10px center;
	}

	ul.archivelist li div.abtns div.right {
		float: right;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.right a {
		background: url("/images/icon_archdw.png") no-repeat 10px center;
	}
	
	ul.archivelist li div.abtns div.left a span, ul.archivelist li div.abtns div.right a span {
		float: left;
		text-align: left;
		margin-left: 43px;
		margin-top: -3px;
	}
	
	ul.archivelist li div.abtns div.lne {
		border: none;
	}
		
}

@media screen and (min-width: 480px) and (max-width:569px) {
	
	ul.archivelist li {
		float: left;
		width: 48%;
		margin-right: 1%;
		max-height: 370px;
	}
	
	ul.archivelist li {
		height: 370px !important;
		overflow: hidden !important;
	}
	
	div.showdesc img {
		width: 100%;
	}
	
	div.showdesc div.desc {
		width: 100%;
		margin-top: 20px;
	}
	
	ul.archivelist li {
		float: left;
		width: 48%;
		margin-right: 1%;
	}
	
	ul.archivelist li:nth-child(3n) {
		margin-right: none;
		float: left;
	}
	
	ul.archivelist li:nth-child(even) {
		float: right;
	}

	ul.archivelist li div.headimg {
		float: left;
		width: 100%;
		height: 147px;
		overflow: hidden;
	}
	
	ul.archivelist li div.headesc {
		float: left;
		width: 94%;
		margin: 3%;
		border-bottom: 1px solid #c0c0c0;
		padding-bottom: 3%;
		font-size: 15px;
		color: #505050;
		line-height: 16px;
		overflow: hidden;
		height: 105px;
	}
	
	ul.archivelist li div.abtns {
		float: left;
		width: 94%;
		margin: 1% 3% 3% 3%;
	}
	
	ul.archivelist li div.abtns div a {
		width: 90%;
		text-align: center;
		margin-left: 5%;
		height: 20px;
		font-size: 15px;
		text-indent: 0px;
	}
	
	ul.archivelist li div.abtns div.left {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.left a {
		background: url("/images/icon_archplay.png") no-repeat 10px center;
	}

	ul.archivelist li div.abtns div.right {
		float: right;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.right a {
		background: url("/images/icon_archdw.png") no-repeat 10px center;
	}
	
	ul.archivelist li div.abtns div.left a span, ul.archivelist li div.abtns div.right a span {
		float: left;
		text-align: left;
		margin-left: 43px;
		margin-top: -3px;
	}
	
	ul.archivelist li div.abtns div.lne {
		border: none;
	}
}

@media screen and (min-width: 320px) and (max-width:479px) {
	
	ul.archivelist li {
		float: left;
		width: 48%;
		margin-right: 1%;
		max-height: 380px;
	}
	
	ul.archivelist li {
		height: 380px !important;
		overflow: hidden !important;
	}
	
	ul.archivelist li div.headimg {
		max-height: 150px;
	}
	
	div.showdesc img {
		width: 100%;
	}
	
	div.showdesc div.desc {
		width: 100%;
		margin-top: 20px;
	}
	
	ul.archivelist li {
		float: left;
		width: 100%;
		margin-right: 0%;
	}
	
	ul.archivelist li:nth-child(3n) {
		margin-right: none;
		float: left;
	}
	
	ul.archivelist li:nth-child(even) {
		float: left;
	}
	
	ul.archivelist li div.headimg {
		float: left;
		width: 100%;
		height: 147px;
		overflow: hidden;
	}
	
	ul.archivelist li div.headesc {
		float: left;
		width: 94%;
		margin: 3%;
		border-bottom: 1px solid #c0c0c0;
		padding-bottom: 3%;
		font-size: 15px;
		color: #505050;
		line-height: 16px;
		overflow: hidden;
		height: 105px;
	}
	
	ul.archivelist li div.abtns {
		float: left;
		width: 94%;
		margin: 1% 3% 3% 3%;
	}
	
	ul.archivelist li div.abtns div a {
		width: 90%;
		text-align: center;
		margin-left: 5%;
		height: 20px;
		font-size: 15px;
		text-indent: 0px;
	}
	
	ul.archivelist li div.abtns div.left {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.left a {
		background: url("/images/icon_archplay.png") no-repeat 10px center;
	}

	ul.archivelist li div.abtns div.right {
		float: right;
		width: 50%;
		margin-bottom: 20px;
	}
	
	ul.archivelist li div.abtns div.right a {
		background: url("/images/icon_archdw.png") no-repeat 10px center;
	}
	
	ul.archivelist li div.abtns div.left a span, ul.archivelist li div.abtns div.right a span {
		float: left;
		text-align: left;
		margin-left: 43px;
		margin-top: -3px;
	}
	
	ul.archivelist li div.abtns div.lne {
		border: none;
	}
}