.container-page {
	padding-bottom: 6em;
}
.container-section1 {
	margin: 0 0 6em 0;
	padding: 2em 0 3em 0;
	text-align: center;
	color: #fff;
	background-color: #000;
}
.collection-row {
	margin-bottom: 2em;
}
#collection-image {
	min-height: 325px;
}
.collection-title {
	margin: 2em 0 2em 0;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.collection-title a, .collection-title a:link, .collection-title a:visited, .collection-title a:hover, .collection-title a:active {
	color: #fff;
	text-decoration: none;
}
.collection-title small {
    margin-top: 5px;
	display: block;
    text-align: center;
    color: #fff;
    font-size: 55%;
}
.collection-view {
	margin-bottom: 3em;
	text-align: center;
	color: #fff;
}
.collection-view a, .collection-view a:link,.collection-view a:visited, .collection-view a:hover, .collection-view a:active {
	padding: 5px 30px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
}
@media (min-width: 768px) {
	.collection-row {
		display: table;
		width: 100%;
		min-height: 413px;
	}
	.collection-row [class*="col-"] {
	    float: none;
	    display: table-cell;
	    vertical-align: middle;
	}
}
@media (max-width: 991px) {
}
