/*! fancyBox v2.1.4 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
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

.fancybox-skin {
	position: relative;
	background: #2e3234;
	color: #b4b5b6;
}

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

.fancybox-opened .fancybox-skin {
}

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

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: red;
	font-size: 14px;
	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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
}

#fancybox-loading {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	cursor: pointer;
	z-index: 8060;
	background-color: #2e3234;
}

#fancybox-loading div {
	margin-top: 37px;
	width: 100px;
	height: 25px;
	background: #202324;
	background: -moz-linear-gradient(left,  #202324 0%, #202324 33%, #f5e000 33%, #f5e000 66%, #202324 66%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#202324), color-stop(33%,#202324), color-stop(33%,#f5e000), color-stop(66%,#f5e000), color-stop(66%,#202324));
	background: -webkit-linear-gradient(left,  #202324 0%,#202324 33%,#f5e000 33%,#f5e000 66%,#202324 66%);
	background: -o-linear-gradient(left,  #202324 0%,#202324 33%,#f5e000 33%,#f5e000 66%,#202324 66%);
	background: -ms-linear-gradient(left,  #202324 0%,#202324 33%,#f5e000 33%,#f5e000 66%,#202324 66%);
	background: linear-gradient(to right,  #202324 0%,#202324 33%,#f5e000 33%,#f5e000 66%,#202324 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202324', endColorstr='#202324',GradientType=1 );
	-moz-background-size: 		300%, 100%;
	-webkit-background-size:	300%, 100%;
	background-size: 			300%, 100%;
	-webkit-animation: laden 1500ms infinite ease; /* Safari 4+ */
	-moz-animation:    laden 1500ms infinite ease; /* Fx 5+ */
	-o-animation:      laden 1500ms infinite ease; /* Opera 12+ */
	animation:         laden 1500ms infinite ease; /* IE 10+ */
}

.fancybox-close {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 8040;
	background: #2e3234 url('img/fancybox_close.gif') no-repeat center;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
	overflow: hidden;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	cursor: pointer;
	z-index: 8040;
	background-color: #2e3234;
	background-repeat: no-repeat;
-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 1.000, 1.000);
   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 1.000, 1.000);
    -ms-transition: all 400ms cubic-bezier(1.000, 0.000, 1.000, 1.000);
     -o-transition: all 400ms cubic-bezier(1.000, 0.000, 1.000, 1.000);
        transition: all 400ms cubic-bezier(1.000, 0.000, 1.000, 1.000); 
}

.fancybox-prev span {
	left: -150px;
	background-image: url(img/fancybox_prev.gif);
	background-position: 40px 10px;	
}

.fancybox-next span {
	right: -150px;
	background-image: url(img/fancybox_next.gif);
	background-position: 20px 10px;
}

.fancybox-nav:hover span {
-webkit-transition: all 200ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
   -moz-transition: all 200ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
     -o-transition: all 200ms cubic-bezier(0.000, 0.000, 0.000, 1.000);
        transition: all 200ms cubic-bezier(0.000, 0.000, 0.000, 1.000); /* custom */
}

.fancybox-prev:hover span {
	left: 0px;
}

.fancybox-next:hover span {
	right: 0px;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('img/fancybox_overlay.gif');
}

.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: normal;
	font-size: 13px;
	position: absolute;
	width: 280px;
	right: 0px;
	bottom: 10px;
	z-index: 8050;
	background-color: #2e3234;
	padding: 20px;
}

.fancybox-title a {
	color: #bab37c;
}

.fancybox-title a:hover {
	color: #f5e000;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	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);
}