/* ===============
 * Gallery
 * =============== */

.gecko-gallery-container {
	margin: 25px auto;
	text-align: center;
}
.gecko-gallery-container .row {
	margin: 0;
}
.gecko-gallery-container .row > div {
	margin: 0;
	padding: 0;
}
.gecko-gallery-container .thumbnail {
	border: none;
	margin: 0;
}

.gecko-gallery-container .gallery-title {
  position: relative; 
  width: 100%;
  display: block; 
  margin: 0 auto;
  text-align: center;
  padding: 1em 0;
}
.gecko-gallery-container .gallery-title p {
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: center;
  -webkit-content: center;
  -moz-content: center;
  -ms-content: center;
}

.gecko-gallery-container .gallery-title p:before, 
.gecko-gallery-container .gallery-title p:after {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  height: 1px;
  content: '\a0';
  background-color: #000;
  position: relative;
  top: 0.5em;
}
.gecko-gallery-container .gallery-title p:before {
  margin-right:1em;
}
.gecko-gallery-container .gallery-title p:after {
  margin-left:1em;
}



/* Entypo Icon Font */
@font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: 
	  url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), 
	  url("../font/entypo-selected.woff") format('woff'), 
	  url("../font/entypo-selected.ttf") format('truetype'), 
	  url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}



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

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

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

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

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

.gecko--gamma--gallery--panel .gamma-gallery li {
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 4px;
}
.gecko--gamma--gallery--panel .gamma-gallery li img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}
.gecko--gamma--gallery--panel .gamma-description {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}
.no-touch .gecko--gamma--gallery--panel .gamma-gallery li:hover .gamma-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
.gecko--gamma--gallery--panel .gamma-description:before {
	content: '';
	height: 100%;
}
.gecko--gamma--gallery--panel .gamma-description:before,
.gecko--gamma--gallery--panel .gamma-description h3 {
	display: inline-block;
	vertical-align: middle;
}
.gecko--gamma--gallery--panel .gamma-description h3 {
	width: 100%;
	padding: 0 20px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 2px;
}
.gecko--gamma--gallery--panel .gamma-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999999;
}
.gecko--gamma--gallery--panel .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;
}
.gecko--gamma--gallery--panel .gamma-buttons button:before,
.gecko--gamma--gallery--panel .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 .gecko--gamma--gallery--panel .gamma-buttons button:hover {
	background: #666;
}
.gecko--gamma--gallery--panel button.gamma-btn-close:before {
	content: '\2715';
}
.gecko--gamma--gallery--panel button.gamma-btn-ssplay:before {
	content: '\25b6';
}
.gecko--gamma--gallery--panel button.gamma-btn-sspause:before {
	content: '\2389';
}
.gecko--gamma--gallery--panel .gamma-single-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 99999999;
	text-align: center;
	display:none;
}
.gecko--gamma--gallery--panel .gamma-overlay {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: none;
	z-index: 99999999;
}
.gecko--gamma--gallery--panel .gamma-single-view img {
	position: absolute;
	cursor: pointer;
}
.gecko--gamma--gallery--panel .gamma-description-wrapper {
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	padding: 5px 0;
}
.gecko--gamma--gallery--panel .gamma-single-view .gamma-description {
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	top: auto;
}
.gecko--gamma--gallery--panel .gamma-single-view .gamma-description h3 {
	font-size: 15px;
	padding: 5px 0;
	color: #fff;
}
.gecko--gamma--gallery--panel .gamma-nav span {
	position: absolute;
	display: block;
	width: 20px;
	height: 38px;
	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;
}
.gecko--gamma--gallery--panel .gamma-nav span.gamma-next {
	left: auto;
	right: 20px;
}
.gecko--gamma--gallery--panel .gamma-nav span:before {
	color: #fff;
	opacity: 0.7;
	font-size: 40px;
}
.gecko--gamma--gallery--panel .gamma-nav span:hover:before {
	opacity: 1;
}
.gecko--gamma--gallery--panel .gamma-nav span:before {
	display: block;
	margin: 0;
	width: auto;
}
.gecko--gamma--gallery--panel .gamma-nav span.gamma-prev:before {
	content: '\e75d';
}
.gecko--gamma--gallery--panel .gamma-nav span.gamma-next:before {
	content: '\e75e';
}
.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;
}


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

/*.gamma-container img,*/
.gecko--gamma--gallery--panel img,
.gecko--gamma--gallery--panel .gamma-nav span,
.gecko--gamma--gallery--panel .gamma-buttons button,
.gecko--gamma--gallery--panel .gamma-description-wrapper,
.gecko--gamma--gallery--panel .gamma-description,
.gecko--gamma--gallery--panel .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) {
	.gecko--gamma--gallery--panel .gamma-description {
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.gecko--gamma--gallery--panel .gamma-description h3 {
		font-size: 14px;
		padding: 0 5px;
	}
}
@media screen and (max-width: 500px) {
	.gecko--gamma--gallery--panel .gamma-buttons {
		float: left;
		clear: both;
	}
}





/* Google Image Styles */
#gecko-gridder {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: center;
	align-content: center;
}
#gecko-gridder .gecko-gridder-child {
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0;
	text-align: center;
	padding: 5px;	
}
#gecko-gridder .gridder-expanded-content {
	margin: 20px;
}
#gecko-gridder .gridder-show .description {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: center;
	align-content: center;

	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	width: 100%;
	height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#gecko-gridder .gridder-show .description .circle {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
#gecko-gridder .gridder-show .description .circle p {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  height: 100%;
  text-align: center;
  margin: 0;
  padding: 15px;	
}



/* Cropped Image Style */
.gecko-gallery-container .cropped--image--bottom {
	margin-bottom: 15px;
}



/* Gridder Style */
.gecko-gallery-container .gecko--gridder--bottom {
	margin-bottom: 15px;
}




/* MEDIA QUERY

-----------------
/* Extra Smaller, Portrait Phones */
@media only screen and (max-width: 479px) {
	#gecko-gridder .gridder-show .description .circle {
		width: 120px;
		height: 120px;
	}
	#gecko-gridder .gridder-show .description .circle p {
		padding: 12px;
	}	
}

/* Extra Small Devices, Landscape Phones */
@media only screen and (min-width: 480px) {
	#gecko-gridder .gridder-show .description .circle {
		width: 150px;
		height: 150px;
	}
	#gecko-gridder .gridder-show .description .circle p {
		padding: 15px;
	}			
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	#gecko-gridder .gridder-show .description .circle {
		width: 250px;
		height: 250px;
	}
	#gecko-gridder .gridder-show .description .circle p {
		padding: 25px;
	}			
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	#gecko-gridder .gridder-show .description .circle {
		width: 250px;
		height: 250px;
	}
	#gecko-gridder .gridder-show .description .circle p {
		padding: 25px;
	}			
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	#gecko-gridder .gridder-show .description .circle {
		width: 300px;
		height: 300px;
	}
	#gecko-gridder .gridder-show .description .circle p {
		padding: 30px;
	}			
}


