/*! FANCY BOX MODIFICATION BY THEMEPUNCH  v2.1.5 fancyapps.com | fancyapps.com/esgbox/#license */
.esgbox-wrap,
.esgbox-skin,
.esgbox-outer,
.esgbox-inner,
.esgbox-image,
.esgbox-wrap iframe,
.esgbox-wrap object,
.esgbox-nav,
.esgbox-nav span,
.esgbox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.esgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.esgbox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.esgbox-opened {
	z-index: 8030;
}

.esgbox-opened .esgbox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.esgbox-outer, .esgbox-inner {
	position: relative;
}

.esgbox-inner {
	overflow: hidden;
}

.esgbox-inner.html5video { overflow: hidden !important; }
.esgbox-type-iframe .esgbox-inner {
	-webkit-overflow-scrolling: touch;
}

.esgbox-inner video { margin-bottom:0px !important; display: block !important}

.esgbox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.esgbox-image, .esgbox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.esgbox-image {
	max-width: 100%;
	max-height: 100%;
}

#esgbox-loading, .esgbox-close, .esgbox-prev span, .esgbox-next span {
	background-image: url(http://chozenstudios.com/wp-content/plugins/essential-grid/public/assets/images/esgbox_sprite.png);
}

#esgbox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#esgbox-loading div {
	width: 44px;
	height: 44px;
	background: url(http://chozenstudios.com/wp-content/plugins/essential-grid/public/assets/images/esgbox_loading.gif) center center no-repeat;
}

.esgbox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.esgbox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,