/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap{
	position: absolute;
	top: 0px; left: 0px;
	z-index: 8020;
}
.fancybox-skin{
	position: relative;
	color: #444444;
	text-shadow: none;
	background-color: #F9F9F9;
	border-radius: 4px;
}
.fancybox-opened{
	z-index: 8030;
}
.fancybox-opened .fancybox-skin{
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner{
	position: relative;
}
.fancybox-inner{
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner{
	-webkit-overflow-scrolling: touch;
}
.fancybox-error{
	margin: 0px;
	padding: 15px;
	color: #444444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe{
	display: block;
	width: 100%; height: 100%;
}
.fancybox-image{
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span{
	background-image: url('fancybox_sprite@2x.png');
}
#fancybox-loading{
	cursor: pointer;
	position: fixed;
	top: 50%; left: 50%;
	margin: -22px 0px 0px -22px;
	background-position: 0 -108px;
	z-index: 8060;
	opacity: 0.8;
}
#fancybox-loading div{
	width: 44px; height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close{
	cursor: pointer;
	position: absolute;
	top: -35px; right: -35px;
	width: 70px; height: 70px;
	z-index: 8040;
}
@media (max-width: 480px) and (orientation: portrait) {
  .fancybox-close{
    top: -15px !important;
    right: -20px !important;
    width: 40px !important;
    height: 30px !important;
    background-size: cover !important;
  }
}

.fancybox-nav{
	cursor: pointer;
	position: absolute;
	top: 0px;
	width: 40%; height: 100%;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev{
	left: 0;
}
.fancybox-next{
	right: 0;
}
.fancybox-nav span{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 36px; height: 34px;
	margin: -18px 0px 0px 0px;
	visibility: hidden;
	z-index: 8040;
}
.fancybox-prev span{
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span{
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span{
	visibility: visible;
}
.fancybox-tmp{
	position: absolute;
	top: -99999px; left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	visibility: hidden;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock{
    width: auto;
    overflow: hidden !important;
}
.fancybox-lock body{
    overflow: hidden !important;
}
.fancybox-lock-test{
    overflow-y: hidden !important;
}
.fancybox-overlay{
	display: none;
	position: absolute;
	top: 0px; left: 0px;
	background: url('fancybox_overlay.png');
	overflow: hidden;
	z-index: 8010;
}
.fancybox-overlay-fixed{
	position: fixed;
	bottom: 0px; right: 0px;
}
.fancybox-lock .fancybox-overlay{
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title{
	position: relative;
	text-shadow: none;
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	z-index: 8050;
}
.fancybox-opened .fancybox-title{
	visibility: visible;
}
.fancybox-title-float-wrap{
	position: absolute;
	bottom: 0px; right: 50%;
	margin: 0px 0px -35px 0px;
	text-align: center;
	z-index: 8050;
}
.fancybox-title-float-wrap .child{
	display: inline-block;
	margin: 0px -100% 0px 0px;
	padding: 2px 20px;
	line-height: 24px;
	text-shadow: 0px 1px 2px #222222;
	color: #FFFFFF;
	font-weight: bold;
	white-space: nowrap;
	border-radius: 15px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0,0,0,0.8);
}
.fancybox-title-outside-wrap{
	position: relative;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}
.fancybox-title-inside-wrap{
	padding: 10px 0px 0px 0px;
}
.fancybox-title-over-wrap{
	position: absolute;
	bottom: 0px; left: 0px;
	padding: 10px;
	color: #FFFFFF;
	background: #000000;
	background: rgba(0,0,0,0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
		top: -70px; right: -15px;
		width: 109px; height: 109px;
		background-image: url('fancybox_sprite@2x.png');
		background-size: 132px 456px; /*The size of the normal image, half the size of the hi-res image*/
	}
	#fancybox-loading div{
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
