.photo-albums {
	padding:10px 0;
}
.photo-albums .col-sm-6 {
	padding-top:10px;
	padding-bottom:10px;
}
.photo-album {
	position: relative;
	text-decoration: none;
	background-color:#000;
	display: block;
	height: 300px;
	overflow: hidden;
	color: #fff;
	text-align: center;
}
.photo-album:hover {
	color: #fff;
}
.photo-album:hover .photo-album-effect{
	visibility: visible;
}

.photo-album img{
	opacity: 0.3;
	height:100%;
}
.photo-album-cont {
position: absolute;
top:0;
left:0;
background-color: #265995;
padding:10px;
font-size: 11pt;
text-transform: uppercase;
font-weight: 300;
z-index: 10;
}
.photo-album-cont span {
font-weight: 600;
}
.photo-album-cont i {
font-size: 16pt;
padding-right:10px;
}
.photo-album  strong, .photo-album h3 {
position: absolute;
left:0;
width: 100%;
text-transform: uppercase;
z-index: 10;
}
.photo-album strong {
font-size: 10pt;
top:38%;
font-weight: 300;
}
.photo-album  h3 {
top:40%;
font-size:14pt;
font-weight: 600;
}
.photo-album-effect {
	position: absolute;
	background: rgba(38, 89, 149, .5);
	top: 0;
	left:0;
	width:100%;
	height:100%;
	z-index: 5;
	visibility: hidden;
}
.photo-gallery-header {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	padding:20px;
	display: table;
    width: 100%;
}

.photo-gallery-text{
	margin: 20px 0;
}
.photo-gallery-text h2{
	font-size: 36px;
	font-weight: initial;
}
.catalog .container .photo-gallery-text {
	font-family: OpenSansLight;
}
.catalog .container .photo-gallery-text p {
	margin: 0px;
	font-size: 14px;
}
.photo-gallery-item {
	position: relative;
	height: 260px;
	overflow: hidden;
	display: block;
	color: #ccc;
	text-decoration: none;
	margin:10px 0;
}
.photo-gallery-item:hover {
	color: #ccc;
}

.photo-gallery-item:hover .gallery-img-effect {
	visibility: visible;
}

.photo-gallery-item img{
	height: 100%;
}

.gallery-img-effect{
	position: absolute;
	width:100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	text-align: center;
	padding-top:30%;
	visibility: hidden;
}
.gallery-img-effect i {
	border: 3px solid #ccc;
	font-size: 40pt;
	padding:10px;
}
@media screen and (max-width: 767px) {

	.photo-album {
		height: 400px;
	}
	.photo-gallery-item {
	height: 350px;
	}
}

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

	.photo-album {
		height: 400px;
	}

	.photo-gallery-text h2{
	font-size: 24pt;
	}

	.catalog .container .photo-gallery-text p {
		font-size: 12pt;
	}

	.photo-gallery-text{
		float: none;
		max-width: auto;
	}
	.photo-gallery-item {
	height: 250px;
	}

	

}

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

	.photo-album {
		height: 250px;
	}

	.photo-gallery-item {
	height: 150px;
	}

	.photo-gallery-text h2{
	font-size: 18pt;
	}

	.catalog .container .photo-gallery-text p {
		font-size: 11pt;
	}
	.photo-gallery-item {
	height: 200px;
	}
}