.list-certificates{
	font-size: 0px;
	margin-right: -26px;
}
	.list-certificates .certificates{
		display: inline-block;
		font-size: 13px;
		margin-bottom: 30px;
		margin-right: 20px;
		vertical-align: top;
		width: 220px;
	}
		.list-certificates .certificates .zoom{
			border: 1px solid #c7c7c7;
			display: inline-block;
			margin-bottom: 5px;
		}
		.list-certificates .certificates .print{
			background: url(data:image/gif;base64,R0lGODlhDwAOAIABAACJQ////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAPAA4AAAIjjIGZxgHNXkPwSIWzrJBy5yzfdGnlwZ0gBoZi9z7sFqWVuRUAOw==) left center no-repeat;
			color: #008943;
			display: inline-block;
			font-size: 11px;
			margin-top: 10px;
			padding: 2px 0 2px 20px;
		}

@media screen and (max-width: 999px)  {
	.party-Certificates .certificates .print {
		display: none;
	}
}


@media screen and (max-width: 513px)  {
	.party-Certificates {
		text-align: center;
	}
}