/* custom for gamma gallery */

ul.menu-gallery {
	margin-bottom: 50px;
	padding: 0px;
}

ul.menu-gallery li {
	display: inline-block;
	margin-right: 5px;
}

ul.menu-gallery > li > a, ul.menu-gallery > li > button {
	width: 138px;
	border: 1px solid rgb(194, 194, 194);
	background-color: transparent;
	border-radius: 3px;
	color: #808080;
}

ul.menu-gallery > li.active > a,
ul.menu-gallery > li > a:focus, 
ul.menu-gallery > li > a:hover,
ul.menu-gallery > li.active > button {
	color : #808080;
	background-color: rgb(254, 234, 196);
}
ul.menu-gallery > li > button:focus, 
ul.menu-gallery > li > button:hover {
	color: #808080;
	background-color: #fde2af;
}

.gamma-gallery li {
	/* margin-bottom: 15px; */
	opacity: 1;
	transform: scale(1);
	-moz-transition: opacity 0.5s ease, transform 0.5s ease; /* Firefox 4 */
	-webkit-transition: opacity 0.5s ease, transform 0.5s ease; /* Safari and Chrome */
	-o-transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease,transform 0.5s ease;

}

.gamma-gallery li {
	padding: 7px;
	/* border-radius: 3px; */
}

.gamma-gallery li img {
	border-radius: 3px;
}

.gamma-gallery li:hover img {
	box-shadow: 0px 0px 1px 3px rgb(242, 217, 170);
}

.gamma-description {
	left: 7px;
	bottom: 7px;
	right: 7px;
	top: auto;
	height: 50%;
	background-color: rgba(242, 217, 170, 0.6);
	background-image: url(../../images/btn-enlarge.png);
	background-position: 50% 65%;
	background-repeat: no-repeat;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #404040;
}

.gamma-description h3 {
	padding-top: 0px;
	margin-top: -15px;
	font-family: 'Open Sans',Arial;
	font-size: 14px;
}

.gamma-description-wrapper .gamma-description {
	background: none;
}

