.list-certificates {
	margin: 20px 0;
}

.list-certificates .certificates {
	color: #414141;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 20px;
	width: 370px;
}

.list-certificates .certificates:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1450px) {
	.list-certificates .certificates:nth-of-type(3n) {
		margin-right: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.list-certificates .print {
		display: block;
	}

	.list-certificates .print a {
		display: none;
	}

	.list-certificates .print a.file.type-pdf {
		display: block;
		margin-left: 0;
	}
}

@media screen and (max-width: 650px) {
	.list-certificates .certificates {
		font-size: 14px;
	}
}

.certificates img.certificate-img {
	margin-bottom: 0;
}

.certificates .certificate-img {
	width: 170px;
	height: auto;
}

.certificates .zoom {
	display: inline-block;
}

.certificates .zoom:first-of-type {
	margin-right: 15px;
}

.certificates .print {
	text-align: left;
	margin-bottom: 10px;
}
.certificates .print.left {
	/*width: 120px;*/
	width: 210px;
}
.certificates .print a {
	font-size: 12px;
	color: #7c7c7c;
}
.certificates .print a:hover {
	color: #7c7c7c;
}

.file.type-pdf {
	margin-left: 15px;
	background-image: url(data:image/gif;base64,R0lGODlhDgAOAJEAAMXEwv///74aG////yH5BAEAAAMALAAAAAAOAA4AAAItnAepeQcBI2jmRaiavVj4D4aRMJKQF5Cqmn5jm5btGoOzHOa5xkl8H5g4FsQCADs=);
}

@media screen and (max-width: 800px) {
	.list-certificates .certificates {
		width: 100%;
	}

	.certificates .zoom {
		width: 40%;
	}

	.certificates .certificate-img {
		width: 100%;
		height: auto;
	}
}
