#masonry2 .col1 {
	height: 180px;
}
#masonry2 .col2 {
	height: 250px;
}
#masonry2 .col3 {
	height: 320px;
}
#masonry2 .box {
	margin-bottom: 10px;
}
#masonry2 .single-image {
	margin-bottom: 0;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that don't support RGBa */
	background: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: none;
	color: #666;
	font-weight: normal;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-close:before {
	display: block;
	width: 34px;
	height: 34px;
	color: #666 !important;
	font-size: 13px;
	font-family: "FontAwesome";
	line-height: 34px;
	text-align: center;
	-webkit-transition: color .25s linear;
	transition: color .25s linear;
}
.fancybox-overlay {
	background-color: #E0E0E0;
}
