/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	cursor: pointer;
	overflow: hidden !important;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
}

#fancybox-overlay {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 9999;
	display: none;
	background: #FFF !important;
	opacity: 1 !important;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 99991;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: fixed;
	top: 50px;
	right: 0;
	width: 20%;
	height: 50px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-close::before {
    content: '';
    width: 3px;
    height: 40px;
    background: #1e1e1e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0) rotate(45deg);
    border-radius: 4px;
}

#fancybox-close:after {
    content: '';
    width: 3px;
    height: 40px;
    background: #1e1e1e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3D(-50%,-50%,0) rotate(-45deg);
    border-radius: 4px;
}



#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: fixed;
	bottom: 0px;
	height: 100%;
	width: 20%;
	cursor: pointer;
	outline: none;
	background: transparent;
	z-index: 1102;
	display: none;
}

#fancybox-left:before {
    content: '';
    width: 5px;
    height: 40px;
    background: #eabbe9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translate3D(-50%,-50%,0) rotate(45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(45deg);
}

#fancybox-left:after {
    content: '';
    width: 5px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #eabbe9;
    margin-top: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(-45deg);
}

#fancybox-right:before {
    content: '';
    width: 5px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #eabbe9;
    margin-top: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translate3D(-50%,-50%,0) rotate(45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(45deg);
}

#fancybox-right:after {
    content: '';
    width: 5px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #eabbe9;
    margin-top: -13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -moz-transform: translate3D(-50%,-50%,0) rotate(-45deg);
    -webkit-transform: translate3D(-50%,-50%,0) rotate(-45deg);
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}


#fancybox-title {
	/*font-size: 12px;*/
	z-index: 1102;
	margin: 0 auto !important;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

 #fancybox-title-inside {
    color: #eabbe9;
    font-size: 20px;
    font-weight: 900;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

.fancybox-bg {display: none;}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    min-width: 600px;
}
#fancybox-wrap {padding: 20px;}
#fancybox-content {border: none;width: 100% !important;text-align: center;}

#fancybox-content h4 {
    font-size: 23px;
    color: #5c5c5c;
    font-weight: 400;
    width: 100%;
    text-align: center;
    clear: both;
    margin: 0px 0 40px;
    display: block;
}

a.continue_link {color: #eabbe9;font-weight: 500;border: 2px solid;padding: 10px 15px;display: inline-block;border-radius: 2px;font-size: 17px;text-transform: uppercase;float: left;box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.15);}
a.showcart {background: #5c5c5c;padding: 0;font-size: 11px;font-weight: 400;border: none;text-transform: uppercase;color: #FFF;text-align: center;box-shadow: 0px 5px 4px -4px rgba(0,0,0,0.15);float: none;margin: 0 auto;display: inline-block;width: 160px;height: 44px;line-height: 48px;letter-spacing: 0.15em;}