/* File download */
.file-download-stripe {
	display: block;
	margin-bottom: 15px;
	clear: both;
}
.file-download-stripe .fds-anchor {
	padding: 5px;
	display: block;
}
.file-download-stripe .fds-anchor:hover {
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.file-download-stripe .fds-thumbnail {
	float: left;
	margin-right: 15px;
	width: 100px;
	height: 100px;
}
.file-download-stripe .fds-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.file-download-stripe .fds-meta {
	overflow: hidden;
}
.file-download-stripe .fds-title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}
.file-download-stripe .fds-description {
	font-size: 90%;
	color: #666;
}

.file-download-box {
	display: block;
	float: left;
	width: 16.65%;
	padding: 5px;
}
.file-download-box .fdb-anchor {
	padding: 5px;
	display: block;
}
.file-download-box .fdb-anchor:hover {
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.25);
}
.file-download-box .fdb-thumbnail-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.file-download-box .fdb-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.file-download-box .fdb-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}
.file-download-box .fdb-title {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
}
@media (max-width: 1023px) {
	.file-download-box {
		width: 20%;
	}
}
@media (max-width: 767px) {
	.file-download-box {
		width: 25%;
	}
}
@media (max-width: 639px) {
	.file-download-box {
		width: 33.32%;
	}
}
@media (max-width: 479px) {
	.file-download-box {
		width: 50%;
	}
}
