#GalleryContainer {
	line-height: 0;
}
#GalleryContainer .item {	
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}
#GalleryContainer .item h3 {
	margin-bottom: 20px;	
}

#GalleryContainer a {
	display: inline-block;
	padding: 0 10px 10px 0;
	margin: 0 -4px 0 0;
	width: 33%;
	max-width: 170px;
	border-bottom: none;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#GalleryContainer a img {
	display: block;
}
#GalleryContainer a:hover {
	opacity: 0.7;
}

#SlideshowGallerySlideshowContainer {
	width: 100%;
}
#SlideshowGallerySlideshow img {
	display: none;	
}
#SlideshowGallerySlideshow img:first-child {
	display: inline;	
}

#GalleryContainer .fotorama__arr,
#SlideshowGallerySlideshow .fotorama__arr {
	width: 60px;
}
#GalleryContainer .fotorama__arr__arr,
#SlideshowGallerySlideshow .fotorama__arr__arr {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	background-color: #ed1f24;
	background-image: none;
	text-align: center;
}
#GalleryContainer .fotorama__arr__arr:before,
#SlideshowGallerySlideshow .fotorama__arr__arr:before {
	content: "\e60b";
	display: block;
	position: relative;
	left: -2px;
	font-size: 48px;
	line-height: 60px;
	color: #fff;
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fotorama__arr--prev .fotorama__arr__arr:before {
	position: relative;
	left:2px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);	
}

#GalleryContainer .fotorama__fullscreen-icon,
#SlideshowGallerySlideshow .fotorama__fullscreen-icon {
	width: 48px;
	height: 48px;
	background: none !important;
	text-align: center;
}
#GalleryContainer .fotorama__fullscreen-icon:before,
#SlideshowGallerySlideshow .fotorama__fullscreen-icon:before {
	content: "\e605";
	display: block;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	font-family: 'icon-font';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#GalleryContainer .fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, 
#GalleryContainer .fotorama__wrap--video .fotorama__fullscreen-icon,
#SlideshowGallerySlideshow .fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, 
#SlideshowGallerySlideshow .fotorama__wrap--video .fotorama__fullscreen-icon {
	top: -48px;
	right: -48px;
}

#GalleryContainer .fotorama__video-play {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background: none !important;
	border: solid 2px #fff;
	border-radius: 50%;
}
#GalleryContainer .fotorama__video-play:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 24px;
	width: 0;
	height: 0;
	border-top: solid 16px transparent;
	border-right: solid 20px transparent;
	border-bottom: solid 16px transparent;
	border-left: solid 20px #fff;
}
#GalleryContainer .fotorama__nav .fotorama__video-play {
	width: 20px;
	height: 20px;
	margin-left: -12px;
	margin-top: -12px;
}
#GalleryContainer .fotorama__nav .fotorama__video-play:before {
	top: 4px;
	left: 7px;
	border-top: solid 6px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 6px transparent;
	border-left: solid 8px #fff;
}
	

#GalleryContainer .fotorama__thumb-border,
#SlideshowGallerySlideshow .fotorama__thumb-border {
	border-color: transparent;
	background: rgba(37, 96, 244, 0.7);
}

#GalleryContainer .fotorama__caption,
#SlideshowGallerySlideshow .fotorama__caption {
	width: 100%;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	background-color: #231f20;
	background-color: rgba(35, 31, 32, 0.8);
	padding: 10px;
}
#GalleryContainer .fotorama__nav,
#SlideshowGallerySlideshow .fotorama__nav {
	text-align: left;
}

.fotorama__stage__frame.fotorama__active {
	background: #000;
}


.galleryPagesList .item {
	display: inline-block;
	vertical-align: top;
	max-width: 160px;
	margin: 0 0 7px 0;
}
.galleryPagesList .item img {
	margin: 0;
}
.galleryPagesList .item a,
.galleryPagesList .item a:hover {
	border-bottom: none;
}
.galleryPagesList .item a.image {
	position: relative;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 0 7px 0;
}
.galleryPagesList .item a.image:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-ms-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
}
.galleryPagesList .item:hover a.image:after {
	background: rgba(37, 96, 244, 0.7);
}
.galleryPagesList .item a.title {
	color: #000;
	line-height: 17px;
	font-size: 15px;
	display: block;
}
.galleryPagesList .item:hover a.title {
	color: #ed1f24;
}

@media screen and (max-width: 479px) {
	.galleryPagesList .item img {
		float: none;
	}
	.galleryPagesList .item .info {
		padding-left: 0;
	}
	.galleryPagesList .item h3 {
		margin-top: 10px;
	}
	#GalleryContainer a {
		padding: 0 3px 3px 0;
		max-width: 161px;
	}
	#GalleryContainer .fotorama__caption, 
	#SlideshowGallerySlideshow .fotorama__caption {
		font-size: 12px;
		line-height: 14px;
	}
	#GalleryContainer .fotorama__arr, 
	#SlideshowGallerySlideshow .fotorama__arr {
		width: 20px;
	}
	#GalleryContainer .fotorama__arr__arr, 
	#SlideshowGallerySlideshow .fotorama__arr__arr {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
	}
	#GalleryContainer .fotorama__arr__arr:before, 
	#SlideshowGallerySlideshow .fotorama__arr__arr:before {
		left: 0;
		font-size: 16px;
		line-height: 20px;
	}
	
	#GalleryContainer .fotorama__fullscreen-icon,
	#SlideshowGallerySlideshow .fotorama__fullscreen-icon {
		width: 30px;
		height: 30px;
		background: none !important;
	}
	#GalleryContainer .fotorama__fullscreen-icon:before,
	#SlideshowGallerySlideshow .fotorama__fullscreen-icon:before {
		font-size: 24px;
		line-height: 30px;
	}
	#GalleryContainer .fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, 
	#GalleryContainer .fotorama__wrap--video .fotorama__fullscreen-icon, 
	#SlideshowGallerySlideshow .fotorama__wrap--slide.fotorama__wrap--no-controls .fotorama__fullscreen-icon, 
	#SlideshowGallerySlideshow .fotorama__wrap--video .fotorama__fullscreen-icon {
		top: -30px;
		right: -30px;
	}
	#GalleryContainer .fotorama__video-play {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
	}
	#GalleryContainer .fotorama__video-play:before {
		top: 4px;
		left: 7px;
		border-top: solid 6px transparent;
		border-right: solid 8px transparent;
		border-bottom: solid 6px transparent;
		border-left: solid 8px #fff;
	}
}