
/* Gamma Gallery Style */
.gamma-gallery li
.gamma-container {
	min-height: 200px;
}

.gamma-gallery {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.gamma-gallery:before,
.gamma-gallery:after {
    content: " ";
    display: table;
}

.gamma-gallery:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
.gamma-gallery {
    *zoom: 1;
}
 */

.gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
	padding-left: 0px !important;
}

.gamma-gallery li:before {
	content: unset !important;
}

.gamma-gallery li img {
	max-width: 100%;
	width: -webkit-fill-available;
	height: auto;
	display: block;
}


.masonry-brick:hover .gamma-description {
    content: '';
    background-color: rgba(191,241,255,.8);
    position: absolute;
    left: 0;
    top: 4px;
    right: 4px;
    bottom: 4px;
	transition: opacity .3s;
	opacity: 1;
}
.gamma-description{
	opacity: 0;
}
.gamma-description:before{
	opacity: 0;
}
.gamma-description:after{
	opacity: 0;
}
.masonry-brick:hover .gamma-description:before {
	content: '';
	border: 1px solid #657275;
	position: absolute;
	left: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	transition: opacity .3s;
	opacity: 1;

}
.masonry-brick:hover .gamma-description:after {
	background-image: url(../../images/icon-plus.png);
    background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: opacity .3s;
    opacity: 1;
    font-size: 16px;
    color: #2f2d2e;
    text-decoration: none;
    text-transform: uppercase;
	z-index: 150;
	content: '';
}
.gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10001;
}

.gamma-buttons button {
	float: left;
	background: #333;
	color: #fff;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}

.gamma-buttons button:before,
.gamma-nav span:before {
	font-family: 'entypo-selected';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	text-align: center;
	opacity: 0.7;
	outline: none;
}

.no-touch .gamma-buttons button:hover {
	background: #666;
}

button.gamma-btn-close:before {
	content: '\2715';
}
.ggt:before{
	opacity: .5 !important;
	display: block !important;
	visibility: visible !important;
	width: 30px;
	height: 30px;
	background-color: #2f2d2e;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: opacity .3s;
	background-image: url(../images/right_reg.svg);
}
.ggt:after{
	
}
button.gamma-btn-ssplay:before {
	content: '\25b6';
}

button.gamma-btn-sspause:before {
	content: '\2389';
}

.gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 10000;
	text-align: center;
	display:none;
}

.gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 9999;
}

.gamma-single-view img {
	position: absolute;
	cursor: pointer;
}
.ggt{
	position: absolute;
	cursor: pointer;
	max-height: 100vh;
	width: auto;
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}

.gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}

.gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}

.gamma-nav span {
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -19px;
	left: 20px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0.5;
	z-index: 1;
	background-color: black;
}

.gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
	background-image: url(../../images/right_reg.svg);
}
.gamma-nav span.gamma-prev {
	background-image: url(../../images/left_reg.svg);
}
.gamma-nav span:before {
	color: #fff;
	opacity: 0.5 ;
	font-size: 40px;
}

.gamma-nav:hover span:hover {
	opacity: 1 ;
}

.gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}
.gamma-btn-ssplay{
	display: none !important;
}
.gamma-nav span.gamma-prev:before {
	background-image: url(../../images/left_reg.svg);
}
.gamma-nav span.gamma-next:hover:before {
	opacity: 1 ;
}
.gamma-nav span.gamma-next:before {
	background-image: url(../../images/right_reg.svg);
}
.gamma-nav span.gamma-next:hover:before {
	opacity: 1 ;
}
.gamma-img-fly {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

/* Loaders */

.gamma-loading {
	background: transparent url(../images/loader_light.gif) no-repeat center center;
}

.gamma-single-view.gamma-loading {
	background: transparent url(../images/loader_dark.gif) no-repeat center center;
}
.gamma-single-view span{

}

/* Make some things unselectable. Remove where selection is needed: */

.gamma-container img,
.gamma-nav span,
.gamma-buttons button,
.gamma-description-wrapper,
.gamma-description,
.gamma-description h3 {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

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

	.gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}

	.gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}

}

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

	.gamma-buttons {
		float: left;
		clear: both;
	}

}

@media only screen and (max-width : 991px) {
	.gamma-nav span {
		top: 90%;
	}
}
