.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0;
	   -moz-box-shadow: 0;
	        box-shadow: 0;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-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;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
}
.fancybox-close {
	position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 8040;
    font-size: 38px;
    color: #010101;
    line-height: 1;
}
.fancybox-close:hover {
	color: #013c89;
    text-decoration: none;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
	left: -10px;
}
.fancybox-next {
	right: 0;
	right: -10px;
}
.fancybox-nav span {
	position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 8040;
    background: transparent;
    text-align: center;
    color: #1b1c20;
    padding: 0px;
    font-size: 22px;
    width: 38px;
    height: 38px;
    line-height: 38px;
	border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-khtml-border-radius: 50%;
}
.fancybox-nav span:hover {
	color: #1b1c20;
    background: transparent;
}
.fancybox-prev span {
	left: -50px;
}
.fancybox-next span {
	right: -50px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0, 0, 0, 0.45);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
    font-weight: 300;
    font-size: 15px;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: hidden;
}
.fancybox-title-float-wrap {
	position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0px;
    z-index: 8050;
    text-align: center;
    width: 100%;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
    margin-right: 0;
    padding: 2px 20px;
    color: #fff;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
@media (max-width: 991px) and (min-width: 768px){
	.fancybox-next span {
    right: 0px;
	}
	.fancybox-prev span {
    left: 0px;
	}
	.fancybox-next {
    right: 0;
    right: 0px;
	}
	.fancybox-prev {
    left: 0;
    left: 00px;
	}
}
@media (max-width: 767px) and (min-width: 600px) {
	.fancybox-next span {
    right: 0px;
	}
	.fancybox-prev span {
    left: 0px;
	}
	.fancybox-next {
    right: 0;
    right: 0px;
	}
	.fancybox-prev {
    left: 0;
    left: 00px;
	}
}
@media (max-width: 599px) and (min-width: 320px) and (orientation:portrait), (max-width: 320px) and (orientation:portrait) {
	.fancybox-next span {
    right: 0px;
	}
	.fancybox-prev span {
    left: 0px;
	}
	.fancybox-next {
    right: 0;
    right: 0px;
	}
	.fancybox-prev {
    left: 0;
    left: 00px;
	}
}