/* #6 Photo gallery */

.photo-gallery-blocks {
	display: block;
	position: relative;
}

.photo-gallery-blocks:after {
	display: block;
	clear: both;
	content: '';
}

.photo-gallery-blocks .item {
	display: block;
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 2%;
}

.photo-gallery-blocks .item .item-header {
	display: block;
	margin-bottom: 15px;
}

.photo-gallery-blocks .item .item-header img {
	width: 100%;
	height: auto;
}

.photo-gallery-blocks .item:nth-child(3n+1) {
	margin-left: 0px;
	clear: both;
}
.photo-gallery-blocks .preview-options {
	display: block;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.photo-gallery-blocks .preview-options a {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #6b6b6b;
}

.photo-gallery-blocks .preview-options a i.fa {
	vertical-align: baseline;
	padding-right: 4px;
}

.photo-gallery-blocks .preview-desc h3 {
	font-size: 20px;
	margin-bottom: 10px;
}


.gallery-categories {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #aaa;
}

.gallery-categories a {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 8px;
	padding: 8px 10px;
	color: #4a4949;
	background: #ededed;
	font-size: 13px;
	font-weight: bold;
}

.gallery-categories a:hover {
	background: #ccc;
}

.gallery-categories a.active {
	color: #fff;
	background: #4a4949;
}

.gallery-thumbnail-list {
	display: block;
	position: relative;
}

.gallery-thumbnail-list .gallery-inner-layer {
	display: block;
	position: relative;
}

.gallery-thumbnail-list .gallery-inner-layer:after {
	display: block;
	clear: both;
	content: '';
}

.photo-gallery-single {
	margin-bottom: 50px;
}

.gallery-photo {
	display: block;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.gallery-photo img {
	max-width: 100%;
	height: auto;
	opacity: 1!important;
}

.lightbox .photo-gallery-single {
	padding: 25px;
}

.gallery-photo .gallery-alt-left {
	display: block;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 45%;
	font-size: 60px;
	line-height: 58px;
	padding: 6px 25px 7px 21px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery-photo .gallery-alt-right {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0px;
	top: 45%;
	font-size: 60px;
	line-height: 58px;
	padding: 6px 21px 7px 25px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,0.6);
	background: rgba(0,0,0,0.4);
	border-radius: 3px;
	-moz-border-radius: 3px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.gallery-photo:hover .gallery-alt-left {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 30px;
}

.gallery-photo:hover .gallery-alt-right {
	opacity: 1;
	filter: alpha(opacity=100);
	right: 30px;
}

.gallery-photo .gallery-alt-right:hover,
.gallery-photo .gallery-alt-left:hover {
	background: rgba(0,0,0,0.6);
}
.gallery-description{margin-left: 20px; margin-right: 20px}
.gallery-description h3 {
	font-size: 25px;
}
.gallery-description i {
	margin-right: 5px;
}
.gallery-inner img {
	border-radius: 5px;
}
.gallery-description a {
	color: #2b2b2b;
}
.gallery-description a:hover {
	color: #0066a8;
}

.photo-gallery-single > .paragraph-row {
	position: relative;
}

.photo-gallery-single > .paragraph-row > .column2 {
	position: absolute;
	height: 100%;
	left: auto;
	right: 0px;
}

.gallery-thumbnail-list {
	display: block;
	overflow: hidden;
	position: relative;
	height: 96.5%;
}

.gallery-thumbnail-list .gallery-inner-layer {
	position: absolute;
}

.gallery-thumbnail-list .gallery-inner-layer .g-thumb {
	display: block;
	float: left;
	width: 47%;
	margin-bottom: 6%;
	margin-left: 6%;
	position: relative;
}

.gallery-thumbnail-list .gallery-inner-layer .g-thumb.active:before {
	display: block;
	content: '';
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 3px #0066a8, inset 0 0 0 4px #fff;
}

.gallery-thumbnail-list .gallery-inner-layer .g-thumb:nth-child(2n+1) {
	margin-left: 0px;
	clear: both;
}

.gallery-thumbnail-list .gallery-inner-layer .g-thumb img {
	width: 100%;
	height: auto;
}

.item {
	position: relative;
}

.item .item-photo {
	width: 100%;
	height: auto;
	float: none;
}
.galeria-info h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
.galeria-info a{
	color: #2b2b2b;
}
.galeria-info a:hover{
	color: #0066a8;
}
/*
.spacer-3 {
	display: block;
	height: 3px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	background: #4a4949;
	color: #4a4949;
	text-align: center;
	position: relative;
}
.spacer-3:before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background: #fff;
	top: 1px;
	left: 0px;
}
.spacer-3 i.fa {
	display: inline-block;
	color: inherit;
	font-size: 18px;
	background: #fff;
	position: absolute;
	top: -7px;
	z-index: 2;
	width: 30px;
	text-align: center;
	margin-left: -20px;
}
*/