#disco {
	color: #fff;
}

.artwork figure img {
	border: 1px solid #222;
}

.items_wrap {
	text-align: left;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
}

.item {
	color: #fff;
	font-size: 13px;
	text-align: left;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 30px;
}
.item .dna {
	color: #999;
	margin-top: 12px;
}

.item figure {
	text-align: center;
	width:100%;
	margin: auto;
	background: #222;
}
.item a figure img {
	margin: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.item a figure img:hover {
	transform:scale(1.05,1.05);
	box-shadow: 0 0px 20px 10px rgba(0,0,0,.1);
}
.item .title {
	font-size: 100%;
	font-weight: bold;
	margin: 1em auto .2em;
}
.item .title span {
	font-size: 80%;
	margin: .2em auto .2em;
}
.item .r_date {
	font-size: 100%;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: .2em auto 0em;
}
.item .type {
	font-size: 50%;
	line-height: 100%;
	display: inline-block;
	border: 1px solid #666;
	padding: 2px 10px;
	margin: 1em auto .5em;
}
.item .artwork a figcaption {
	color: #333;
	font-size: 75%;	
	margin: .5em auto .5em;
}




@media screen and (max-width: 1000px) {

}



@media screen and (max-width: 640px) {
.item {
	color: #fff;
	font-size: 13px;
	text-align: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 30px;
}


@media screen and (max-width: 480px) {
.item {
	color: #fff;
	font-size: 13px;
	text-align: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}


}



/*
*/
#idBody:after, #itemBody:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
