/* gallery widget */
.media-gallery .th {
	position: relative;
	width: 100%;
	border: none;
	box-shadow: none;
}
.media-gallery .th img { width: 100%; }
.media-gallery .th .thoverlay {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	line-height: 2em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.75);
}
.media-gallery .title {
	display: block;
}
.media-gallery .imgcount,
.media-gallery .vidcount {
	font-size: 12px;
}
/*** album widget ***/
.media-gallery-album {
	margin-top: 30px;
	opacity: 0;
	position: relative;
	z-index: 0;
}
.media-gallery-album .main-image .item-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.media-gallery-album .main-image .item-image-wrapper {
	position: relative;
	margin-bottom: 30px;
}
.media-gallery-album .main-image img { margin: 0 auto; }
.media-gallery-album .main-image .play-btn-over-img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 88px;
	height: 88px;
	background-color: rgba(0, 0, 0, 0.5);
	border: 2px #fff solid;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}
.media-gallery-album .main-image .play-btn-over-img i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 3px;
	font-size: 45px;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
}
@media print {
	.media-gallery-album .main-image .slick-track {
		float: none;
		width: 100% !important;
		transform: none !important;
	}
	.media-gallery-album .main-image .slick-slide { display: none; }
	.media-gallery-album .main-image .slick-active {
		display: block;
		width: 100% !important;
	}
}
.media-gallery-album .nav-image .item {
	margin: 0 5px;
	opacity: .5;
}
.media-gallery-album .nav-image .current { opacity: 1; }
.media-gallery-album .nav-image img {
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
}
@media print {
	.media-gallery-album .nav-image .slick-track {
		width: 100% !important;
		transform: none !important;
	}
	.media-gallery-album .nav-image .item {
		padding: 2%;
		width: 18% !important;
		opacity: 1 !important;
	}
	.media-gallery-album .nav-image .item:nth-child(0) { display: none; }
	.media-gallery-album .nav-image .item:nth-child(n+6) { display: none; }
}
.media-gallery-album .slider {
	position: relative;
	margin-bottom: 15px;
}
.media-gallery-album .arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	font-size: 42px;
	color: #65675b;
	text-shadow: 1px 1px 2px #fff;
	cursor: pointer;
}
@media (max-width: 640px) {
	.media-gallery-album .arrow { display: none !important; }
}
@media print {
	.media-gallery-album .arrow  { display: none !important; }
}
.media-gallery-album .left-arrow { left: -20px; }
.media-gallery-album .right-arrow { right: -20px; }
.media-gallery-album .mg-caption {
	padding: 20px;
	text-align: center;
	border-bottom: none;
}
.media-gallery-album .slick-slide { text-align: left; }
.media-gallery-album .main-image .item-details { text-align: center; }
.media-gallery-album .tags { margin-bottom: 15px; }
/* ensure that the comment box resizes as the screen resizes */
.media-gallery-album .comments > span,
.media-gallery-album .comments iframe {
	max-width: 100%;
	min-width: 100%;
}
@media print {
	.media-gallery-album .photoboxcol {
		margin: 0;
		padding: 0;
		width: 50%;
	}
	.media-gallery-album .comments { display: none; }
	.media-gallery-album a[href]:after { content: ""; }
}

.media-gallery-album strong {
	font-family: 'Mundo Sans W01 Regular', sans-serif;
}