/* zinzan styles css */








/* =====================================
BASE STYLES
===================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { 
    display: block
}
/* taken from HTML5 Boilerplate http://h5bp.com */
html { 
    font-size: 100%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}
audio, canvas, video { 
    display: inline-block; 
    *display: inline; 
    *zoom: 1
}
audio:not([controls]) { 
    display: none;
}
[hidden] { 
    display: none;
}
/* text selection */
.content-wrapper ::-moz-selection { 
    background: #f39c2c;
    background: rgba(243,156,44,0.7);
    color: #555;
    text-shadow: none;
}
.content-wrapper ::selection { 
    background: #f39c2c; 
    background: rgba(243,156,44,0.7);
    color: #555;
    text-shadow: none ;
}
/* Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { 
    box-sizing: border-box; 
    padding: 0; 
    *width: 13px; 
    *height: 13px;
}
input[type="search"] { 
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box; 
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { 
    -webkit-appearance: none;
}
/* Remove inner padding and border in FF3/4 */
button::-moz-focus-inner, input::-moz-focus-inner { 
    border: 0; 
    padding: 0;
    font-family: Futura, Arial, sans-serif;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
input {
    font-family: Futura, Arial, sans-serif;
}
textarea { 
    overflow: auto; 
    vertical-align: top; 
    resize: vertical;
    font-family: Futura, Arial, sans-serif;
}
ul, ol { 
    margin: 1em 0; 
    padding: 0 0 0 40px;
}
dd { 
    margin: 0 0 0 40px;
}
nav ul, nav ol { 
    list-style: none; 
    list-style-image: none; 
    margin: 0; 
    padding: 0;
}
/* Redeclare monospace font family */
pre, code, kbd, samp { 
    font-family: monospace, serif; _font-family: 'courier new', monospace; 
    font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { 
    white-space: pre;
    white-space: pre-wrap; 
    word-wrap: break-word;
}
q { 
    quotes: none;
}
q:before, q:after { 
    content: ""; 
    content: none;
}
small { 
    font-size: 85%;
}
/* remove borders around images in ie */
a, img {
    border:none;
    outline:none
}
/* Hide from both screenreaders and browsers */
.hidden { 
    display: none !important; 
    visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden { 
    border: 0; 
    clip: rect(0,0,0,0); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute; 
    width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard */
.visuallyhidden.focusable:active, 
.visuallyhidden.focusable:focus { 
    clip: auto; 
    height: auto; 
    margin: 0; 
    overflow: visible; 
    position: static; 
    width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible { 
    visibility: hidden;
}
/* correct text resizing */
html { 
    font-size: 80%; 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100% ;
}
body { 
    margin: 0; 
    font-size: 1em;
    font-family: Futura, Arial, sans-serif;
   /* -webkit-font-smoothing: antialiased */
}

.shadow {
    box-shadow: 0px 1px 8px #444444;
    -webkit-box-shadow: 0px 1px 8px #444444;
    -moz-box-shadow: 0px 1px 8px #444444;
    -o-box-shadow: 0px 1px 8px #444444;
}


.shadow_button {
    box-shadow: 0px 0px 6px #999999;
    -webkit-box-shadow: 0px 0px 6px #999999;
    -moz-box-shadow: 0px 0px 6px #999999;
    -o-box-shadow: 0px 0px 6px #999999;
}



a
{
	color: #78899e;
	text-decoration: none;
}

a:hover
{
	color: #4cb2e1;
}

/***********************************************************************************
STRUCTURE
************************************************************************************/

#header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
	z-index: 7000;
}

#header-container {
	position: absolute;
	top: 0;
	height: 150px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/zz_logo.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}

.page_style-checkout #header-container
{
	height: 85px;
}

#header
{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#container {
	width: 960px;
	margin: 0 auto;
/* 
	overflow: auto;
 */
	padding: 150px 0;
	z-index: 100;
}

.page_style-checkout #container
{
	padding-top: 110px;
}

.content100 {
	float: left;
	position: relative;
	width: 960px;
	padding: 10px 0 0 0;
}

.content101
{
	float: left;
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	/* 
	background: pink;
 */
	overflow: hidden;
}

section.banner
{
	width: 960px;
	height: 210px;
	overflow: hidden;
}

#page_home section.banner
{
	width: 1460px;
	height: 290px;
	margin-left: -250px;
	overflow: hidden;
}

.slide
{
	float: left;
}

section.banner img
{
	float: left;
	margin: 0;
	padding: 0;
}


.cms_content
{
	float: left;
	position: relative;
	width: 960px;
}

.content {
	float: left;
	width: 550px;
}

.sidebar {
	float: right;
	width: 350px;
}

.sidebar_details {
	position: absolute;
	top: 5px;
	right: 0;
/* 
	float: right;
	width: 250px;
 */
/* 
	background: pink;
 */
}

.content, .sidebar, .sidebar_details
{
	color: #78899e;
	line-height: 150%;
}

.content h3, .sidebar h3, .content100 h3, .sidebar_details h3
{
	color: #4cb2e1;
	font-weight: normal;
	font-size: 1.4em;
}

.content h4, .sidebar h4, .content100 h4, .sidebar_details h4, .pagination_container h4
{
	color: #4cb2e1;
	font-weight: normal;
	font-size: 1.2em;
}

.content h5, .sidebar h5, .content100 h5, .sidebar_details h5
{
	color: #78899e;
	font-weight: normal;
	font-size: 1.2em;
}

.content a, .sidebar a, .content100 a, .sidebar_details a
{
	color: #000000;
	text-decoration: none;
}

.content a:hover, .sidebar a:hover, .content100 a:hover, .sidebar_details a:hover
{
	color: #4cb2e1;
	text-decoration: none;
}

hr {
    position: relative;
    border-bottom: 2px dotted #4cb2e1;
    padding: 30px 0 0 0;
/* 
    border-top: 30px solid #FFFFFF;
 */
    border-left: none;
    border-right: none;
    border-top: none;
    color:#FFFFFF;
/* 
    background:#FFFFFF;
 */
    clear: both;
    margin: 0 0 30px 0;
}


.breadcrumbs
{
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
	margin-top: -10px;
}

.breadcrumbs ul, .thumbs ul, .colour_swatch ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs li, .footer_links li
{
	list-style-type: none;
	float: left;
	font-size: .8em;
	position: relative;
	color: #4cb2e1;
}

.hero-image
{
	position: relative;
	height: 450px;
	width: 100%;
	border-bottom: 2px dotted #4cb2e1;
	padding-bottom: 30px;
	text-align: center;
}

.catlinks
{
	margin: 15px 28px 0 42px;
}

.catthumb
{
	float: left;
	width: 430px;
	height: 100px;
/* 
	background: #78899e;
 */

	background: #b5c3d5;
	margin: 8px 15px 8px 0;
}

.catthumb:hover
{
	background: #4cb2e1;
}

.catthumb.nopad
{
	margin: 8px 0 8px 0;
}

#page_home div.catthumb h3
{
	float: left;
	color: #FFFFFF;
	line-height: 100%;
	padding: 10px;
	margin: 0;
	font-size: 2em;
	width: 200px;
	text-align: left;
}

#page_home div.catthumb h3 a
{
	color: #FFFFFF;
}

.catimg, .catimg img
{
	float: right;
	position: relative;
}

.catthumb:hover
{
	cursor: pointer;
}

.thumbs
{
	clear: both;
	margin-top: 30px;
	width: 100%;
	float: left;
	position: relative;
}

.thumbs li
{
	float: left;
	width: 120px;
	height: 145px;
	position: relative;
	
	padding-bottom: 1px;
	border-bottom: 2px solid #FFFFFF;
}

.thumbs li + li
{
	margin-left: 48px;
}

/* current */
.thumbs li > a.picked
{
	border-bottom: 2px solid #4cb2e1;
}


/* hover */
.thumbs li:hover
{
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;	
}

.placeholder
{
	width: 250px;
	height: 200px;
}

.colour_swatch
{

}

.colour_swatch li
{
	width: 120px;
	height: 30px;
	background: #ccc;
	margin-bottom: 5px;
	line-height: 30px;
	text-align: center;
	font-size: .85em;
}

.colour_swatch li.colour_racer_red
{
	background: red;
	color: #FFFFFF;
	border: 1px solid red;
}

.colour_swatch li.colour_white
{
	background: #FFFFFF;
	color: #78899e;
	border: 1px solid #78899e;
}

.colour_swatch li.colour_black
{
	background: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}

.cart_form
{
	text-align: right;
	margin-top: 20px;
}

.price_line, .quantity_line, .delivery_line, .add_basket, .option_line
{
	 float: right;
	 position: relative;
/* 
	 margin: 0 10px 0 0;
 */
	 clear: both;
	 width: 100%;
	 text-align: right;
	 margin-top: 5px;
}

.price_line h3
{
	font-size: 2.4em;
	margin: 25px 0 0 0;
}

.price_line h3 span
{
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 
.option_line label, .quantity_line label
{
	clear: both;
	text-align: right;
	float: right;
	position: relative;
	padding-bottom: 5px;
	display: block;
}


.express_line
{
	clear: both;
	float: right;
	margin-top: -5px;
}

.add_basket
{
	margin-top: 50px;
	clear: both;
	float: right;
	width: 200px;
	height: 35px;

	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	cursor: pointer;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #4cb2e1 40%, #4cb2e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#4cb2e1), color-stop(100%,#4cb2e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#4cb2e1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFFFFF;
}

.add_basket a
{
	color: #FFFFFF;
}

.add_basket:hover
{
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;	
}

.add_basket:hover a
{
	color: #FFFFFF;
}

.pagination_container
{
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	background: #FFFFFF;
	color: #4cb2e1;
	text-align: right;
/* 
	display: none;
 */
}

.pagination_heading
{
	text-align: left;
	margin-top: -10px;
	padding-bottom: 15px;
}

#page_home .pagination_heading
{
	padding-top: 2px;
	text-align: center;
}

.pagination_container h4
{
	padding: 0;
	margin: 0;
}

/* 
.pagination_container a
{
	color: #FFFFFF;
}

.pagination_container a:hover
{
	color: #78899e;
}
 */
 
.animated_loader
{
	clear: both;
	position: relative;
	margin: 10px auto;

	width: 50px;
	height: 50px;
	background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/zz_logo_animated.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;

	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-o-animation-name: spinnerRotate;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	animation-name: spinnerRotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}

@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}

.animated_loader.imgon
{
	display: block;
}

.animated_loader.imgoff
{
	display: none;
}


/* 
#footer-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;	
}

#footer-container {
	height: 40px;
	background: pink;
}

#footer {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
 */

nav
{
margin-top: 110px;
}

.centeredmenu {
   float:left;
   width:100%;
/* 
   border-bottom:4px solid #000;
 */
   overflow:hidden;
   position:relative;
}
.centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.centeredmenu ul li
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
	font-size: .9em;
	text-transform: uppercase;
}
.centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   color: #78899e;
   text-decoration:none;
   line-height:1.3em;
}
.centeredmenu ul li a:hover {
   color: #4cb2e1;
}
.centeredmenu ul li a.active,
.centeredmenu ul li.parent_active a,
.centeredmenu ul li a.active:hover {
   color: #4cb2e1;
/* 
   background:#fff;
 */
/* 
   font-weight:bold;
 */
}

.centeredmenu ul li + li
{
   border-left: 1px solid #4cb2e1;
}

/* hide depth (only show top level) */
.centeredmenu ul li ul
{
	display: none;
}

/* secondary menu (side) */
.subnav_block h3
{
	padding: 15px 15px 0 15px;
	margin: 0;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 125%;
	color: #FFFFFF;
}

.subnav_block nav
{
	padding: 5px 15px 15px 15px;
	margin: 0;
}

.subnav_block ul
{
	list-style-type: none;
}

.subnav_block li a
{
	list-style-type: none;
	color: #FFFFFF;
	line-height: 150%;
}

.subnav_block li a:hover
{
	color: #78899e;
}


div.logo
{
	position: absolute;
	left: 0;
	top: -15px;
	background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_logo_v2.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 39px;	
}

.page_style-checkout div.logo, .page_style-checkout div.phone
{
	top: 25px;
}

div.logo a
{
	width: 165px;
	height: 39px;	
	display: block;
}

div.phone
{
	position: absolute;
	right: 0;
	top: -5px;
}

div.delivery_holder
{
	position: absolute;
	left: 0;
	top: -108px;
	width: 200px;
	height: 90px;
	text-align: left;
	overflow: hidden;
/* 
	background: pink;
 */
}

div.delivery_holder p
{
	padding: 0;
	margin: 0;
	line-height: 145%;
}


div.mycart_holder
{
	position: absolute;
	right: 0;
	top: -105px;
	width: 200px;
	height: 90px;
	text-align: right;
	overflow: hidden;
/* 
	background: pink;
 */
}


div.mycart_holder p, div.login_holder
{
	font-size: .85em;
	padding: 0;
	margin: 0;
}

div.login_holder
{
	position: absolute;
	left: 0;
	top: -110px;
	width: 200px;
	height: 90px;
	text-align: left;
	overflow: hidden;
/* 
	background: pink;
 */
}

div.money_box_holder
{
	margin: 5px 0 2px 0;
	color: #78899e;
}

div.phone p
{
	padding: 0;
	margin: 0;
	color: #4cb2e1;
	font-size: 24px;
	letter-spacing: -.5pt;
	word-spacing: -1.5pt;
}

div.money_box
{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	margin: 0 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeeeee;
}

div.money_box a
{
	display: block;
	width: 18px;
	height: 18px;	
}

div.money_box:hover
{
	border: 1px solid #4cb2e1;
}

div.money_box.euro
{
	background: #eeeeee url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_euro.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.money_box.pound
{
	background: #eeeeee url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_pound.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.product_main
{
/* 
	position: relative;
	margin-left: 65px;
 */
}


/* 
.product_image
{
	float: left;
	position: relative;
	margin-left: 65px;
}
 */

.subnav_block
{
	position: absolute;
/* 
	top: 50px;
	left: 20px;
 */
/* 
	float: left;
	position: relative;
 */
	width: 250px;
	height: 200px;
/* 
	height: 220px;
 */

	background: #4cb2e1;
	color: #FFFFFF;
	overflow: hidden;

/* 
	zoom: 1;
	filter: alpha(opacity=85);
	opacity: 0.85;
 */

}

.product_title
{
	position: absolute;
	top: 30px;
	left: 0;
/* 
	float: left;
	position: relative;
 */
	width: 225px;
/* 
	height: 250px;
 */
	background: #4cb2e1;
	color: #FFFFFF;
}

.product_title h3
{
	padding: 15px;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 125%;
	color: #FFFFFF;
}


input.search-input
{
	border: 1px solid #78899e;
	color: #78899e;
	padding: 3px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* future proofing */
	-khtml-border-radius: 10px;
	/* for old Konqueror browsers */
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_search.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: .95em;
	margin-top: 4px;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus
{
    outline: none;
	border: 1px solid #4cb2e1;
}

input.quantity_input
{
 	border: 0;
 	color: #4cb2e1;
 	width: 40px;
 	font-size: 1.3em;
 	margin: 2px 0 0 2px;
 	padding: 0;
 	text-align: center;
}

select.option_select
{
 	border: 0;
 	color: #4cb2e1;
/* 
 	width: 20px;
 */
 	font-size: 1em;
 	padding: 3px;
 	text-align: right;
 	width: 100%;
 	height: 24px;
}

div.quantity_box
{
	float: right;
	position: relative;
	clear: both;
/* 
	width: 24px;
 */
	height: 24px;
	background: #FFFFFF;
	margin: 0 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeeeee;
}

div.option_box
{
	float: right;
	position: relative;
	width: 195px;
/* 
	height: 24px;
 */
	background: #FFFFFF;
	margin: 0 2px;
/* 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #eeeeee;
 */
}

div.colour_swatch
{
	float: right;
	position: relative;
	width: 62px;
	height: 27px;
	margin: 0 0 6px 3px;
	text-align: center;
	line-height: 27px;
}

div.colour_swatch a
{
	color: #FFFFFF;
	display: block;
	width: 62px;
	height: 27px;
}

div.colour_swatch:hover
{
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;		
	cursor: pointer;
}

div.colour_swatch a.selected_colour
{
	padding-bottom: 1px;
	border-bottom: 2px solid #4cb2e1;
}

div.option_line
{
	margin: 10px 0;
	float: right;
	position: relative;
}

input.quantity_input:hover
{
	border: none;
}

.cart_form h3
{
	padding: 0;
	margin: 0 0 5px 0;
}


.footer_links.centeredmenu li
{
	font-size: .85em;
}

.social_icons
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.social_pinterest
{
	margin: 0 20px;
	height: 20px;
	width: 81px;
	display: inline-block;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_pinterest.png);
	background-repeat: no-repeat;
}

.social_facebook
{
	margin: 0 20px;
	height: 20px;
	width: 81px;
	display: inline-block;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_facebook.png);
	background-repeat: no-repeat;
}

.social_pinterest a, .social_facebook a
{
	display: block;
	height: 20px;
	width: 81px;
	}

/***********************************************************************************
PAGES
************************************************************************************/
#page_home h3, .cms_title h3
{
	text-align: center;
	font-size: 2.8em;
	font-weight: normal;
	letter-spacing: 1.5pt;
	margin: 20px auto -10px auto;
	color: #4cb2e1;
}

.banner
{
	padding-top: 20px;
}

.adverts
{
	position: relative;
	width: 486px;
	margin: 0 auto;
	padding-top: 10px;
	height: 172px;
}

div.ad_item
{
	float: left;
	position: relative;
	height: 162px;
	height: 162px;
	overflow: hidden;
}

div.ad_item + div.ad_item
{
/* 
	margin-left: 0px;
 */
}

.item1
{
	background: #AD3673;
}
.item2
{
	background: #FFFFFF;
}
.item3
{
	background: #78899e;
}

/***********************************************************************************
PRODUCT CAT PAGES
************************************************************************************/
div.thumb_cats
{
	position: relative;
	width: 852px;
	margin: 0 auto ;
}

div.ProductDirectoryItem
{
	float: left;
	position: relative;
	width: 190px;
	height: 295px;
	background: #fff;
	border: 1px solid #fff;
	margin-right: 27px;
	margin-bottom: 20px;
}

#page_home div.ProductDirectoryItem
{
	margin-bottom: -10px;
}

div.ProductDirectoryItem.push
{
	margin-right: 0;
}

div.ProductDirectoryItem:hover
{
	border: 1px solid #FFFFFF;
	-moz-box-shadow: 0 0 7px #666666;
	-webkit-box-shadow: 0 0 7px #666666;
	box-shadow: 0 0 7px #666666;
}

div.ProductDirectoryItem:hover div.ProductInfo { visibility: visible; }

div.ProductImage
{
	background: #FFFFFF;
	width: 170px;
	height: 210px;	
	margin: 10px auto;
	border: none;
/* 
	background: #dddddd;
 */
}

div.ProductImage img
{
	padding: 0;
	margin: 0;
	border: none;
	position: relative;
}


div.ProductDirectoryItem:hover span.soldout_img 
{
	/* background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_soulout.png); */
	background-repeat: no-repeat;
	background-position: center center;
	width: 170px;
	height: 210px;
	position: absolute;
	top: 10px;
	left: 10px;	
}

div.soldout_detail
{
	float: right;
	position: relative;
}


div.soldout_detail p
{
	margin: -10px 0 0 0;
}


div.ProductInfo
{
	width: 170px;
	height: 50px;
	margin: 0 auto 10px auto;
/* 
	background: yellow;
 */
/* 
	visibility: hidden;
 */
	border-top: 1px solid #4cb2e1;
	padding-top: 8px;
}

div.ProductInfo h4, div.ProductInfo h4 a
{
	font-weight: normal;
	color: #78899e;
	padding: 0;
	margin: 0;
	line-height: 120%;
}

div.ProductInfo h4
{
	font-size: .95em;
	text-transform: uppercase;
}

div.ProductInfo p
{
	margin: 0;
	padding: 0 0 8px 0;
	color: #78899e;
	text-transform: uppercase;
}

div.ProductInfo .buynow
{
	color: #AD3673;
	text-transform: uppercase;
}


/***********************************************************************************
TEST PAGES
************************************************************************************/
.faq_item + .faq_item
{
	padding-top: 1em;
}

/***********************************************************************************
CART PAGES
************************************************************************************/
#cart_steps
{
	background: #4cb2e1;
	color: #FFFFFF;
	width: 100%;
	height: 150px;
}

#cart_steps ul
{
	list-style-type: none;
}

#cart_steps li
{
	list-style-type: none;
	float: left;
	width: 66px;
	height: 85px;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_checkout_steps.png);
	background-repeat: no-repeat;
	text-align: center;
}

#cart_steps li + li
{
	margin-left: 50px;
}

#cart_steps li.step1 { background-position: 0 20px; }
#cart_steps li.step2 { background-position: -66px 20px; }
#cart_steps li.step3 { background-position: -132px 20px; }
#cart_steps li.step4 { background-position: -198px 20px; }
#cart_steps li.step5 { background-position: -264px 20px; }


.centeredmenu div.step_pointer 
{
   	clear:left;
	position: absolute;
	margin: 20px auto 30px auto;
	padding: 0;
	position: relative;
	border-bottom: 2px solid #FFFFFF;
	width: 534px;
}

.centeredmenu div.step_pointer span
{
	float: left;
	position: relative;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zinzan_checkout_steps.png);
	background-repeat: no-repeat;
	background-position: -328px 0; 
	width: 66px;
	height: 65px;
	margin-top: -33px;
}

.centeredmenu div.step_pointer span.onstep1 { margin-left: 0; }
.centeredmenu div.step_pointer span.onstep2 { margin-left: 116px; }
.centeredmenu div.step_pointer span.onstep3 { margin-left: 232px; }
.centeredmenu div.step_pointer span.onstep4 { margin-left: 348px; }
.centeredmenu div.step_pointer span.onstep5 { margin-left: 464px; }



/* cart table */
.page_style-checkout h3
{
	text-align: left;
	font-size: 2.6em;
	font-weight: normal;
	letter-spacing: 1.5pt;
	margin: 20px 0 40px 0;
	color: #4cb2e1;
}

.page_style-checkout h4
{
	text-align: right;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 1.5pt;
	color: #4cb2e1;
	margin: 0;
	padding: 0;
}

table
{
	border: 0;
	width: 100%;
}

th
{
	color: #78899e;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px dotted #4cb2e1;
	text-transform: uppercase;
	text-align: center;
	padding-right: 18px;
}

td
{
	color: #78899e;
	font-weight: normal;
	font-size: 1em;
	border-bottom: 1px dotted #4cb2e1;
	padding: 20px 10px;
	height: 1px;
}

td a
{
	color: #000000;
}

div.cellpadding, div.nocellpadding
{
	border-right: 3px solid #4cb2e1;
	padding-right: 10px;
	line-height: 150%;
	height: 100%;
}

table.confirm div.cellpadding, table.confirm div.nocellpadding
{
	padding: 10px 20px 10px 3px;
}

table.confirm td.big_cell, table.details td.big_cell
{
	width: 462px; 
	vertical-align: top;
	height: 220px;
}

table.payment td.big_cell
{
	height: 120px;
}

table.paymentdetails div.cellpadding, table.paymentdetails div.nocellpadding
{
	height: 65px;
}

table.paymentdetails div.cellpadding div.form_input, table.paymentdetails div.nocellpadding div.form_input
{
	float: left;
}

table.details div.cellpadding, table.details div.nocellpadding
{
	padding: 10px 20px 10px 10px;
}

div.nocellpadding
{
	border-right: 0;
}

div.nocellpadding.order_notes
{
	display: inline-block;
}

div.cellpadding img
{
	padding-right: 10px;
}

.cart_totals
{
	text-align: right;
	font-size: 1.2em;
}

td.cart_totals
{
	padding: 10px;
}

.cart_totals h4
{
	font-size: 1.2em;
}

.reg_new
{
	width: 332px;
}

.reg_new div.cellpadding, .reg_new div.nocellpadding
{
	min-height: 220px;
	line-height: normal;
}

.yep .reg_new div.cellpadding
{
	min-height: 270px;

}

.register_guest
{
	margin-top: 40px;
}

.nup
{
	display: none;
}

.centeredmenu ul.cart_steps li a
{
	color: #FFFFFF;
}

.centeredmenu ul.cart_steps li a:hover
{
	color: #eeeeee;
}

table.confirm
{
	margin-top: 40px;
}

.page_style-checkout h4 small
{
	font-size: 80%;
	color: #78899e;
	letter-spacing: normal;
}

.viewcartform td div.cellpadding
{
	height: 80px;
}


/***********************************************************************************
FORMS
************************************************************************************/
div.form_row
{
	float: left;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}

div.form_label
{
	margin-bottom: 2px;
}

input.cms_textfield, 
input.cms_emailfield, 
textarea.cms_textarea,
input.cms_password,
select.cms_dropdown
{
	color: #78899e;
	font-size: 1em;
	
	border: 1px solid #CCCCCC;
	padding: 5px 10px 3px 10px;
	margin: 3px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0 0 7px #999999;
	-webkit-box-shadow: 0 0 7px #999999;
	box-shadow: 0 0 7px #999999;
	
}

.page_style-text_2col input.cms_textfield,
.page_style-text_2col input.cms_emailfield,
.page_style-text_2col textarea.cms_textarea,
.page_style-text_2col input.cms_password
{
	width: 80%;
}

.page_style-text_2col select.cms_dropdown
{
	width: 84%;
}


select {
	-webkit-appearance:none;
	margin:0;
}


input.cms_textfield:hover, 
input.cms_emailfield:hover, 
textarea.cms_textarea:hover, 
input.cms_password:hover,
select.cms_dropdown:hover
{
	-moz-box-shadow: 0 0 7px #CCCCCC;
	-webkit-box-shadow: 0 0 7px #CCCCCC;
	box-shadow: 0 0 7px #CCCCCC;
}



.cms_button, .cms_submit
{
	float: left;
	position: relative;
	font-size: 1em;
	text-transform: uppercase;
/* 
	padding: 0 20px;
 */
	height: 35px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	cursor: pointer;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #87e0fd 0%, #4cb2e1 40%, #4cb2e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87e0fd), color-stop(40%,#4cb2e1), color-stop(100%,#4cb2e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #87e0fd 0%,#4cb2e1 40%,#4cb2e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#4cb2e1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #FFFFFF;
}

a.cms_button
{
	line-height: 37px;
	height: 35px;
}

.cms_button.long
{
	width: 180px;
}

.cms_button.short
{
	width: 125px;
}

.cms_button.right
{
	float: right;
}

.cms_button:hover
{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;

	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.7;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.7;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.7;	
}

div.continue-shopping
{
	float: right;
	margin: 15px 0 0 0;
}

input.cms_button + input.cms_button
{
	margin-left: 5px;
}

.error_message
{
	width: 100%;
	clear: both;
	font-size: 1.4em;
	margin: 15px 0;
	line-height: 130%;
}

.error_message.error
{
	color: #FF0033;
}

.error_message.message
{
	color: #000000;
}

/* billing form */
.billingform, .shippingform
{
	padding-left: 3px;
}

.billingform h5
{
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

.shippingform h5
{
	font-size: 1.8em;
	margin: 0 0 15px 0;
}

.contactform p
{
	color: #78899e;
}

@-moz-document url-prefix() { 
  .couponform {
     height: 120px;
  }
}

.couponform .viewcartform
{
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.couponform .form_input
{
	clear: both;
	width: 30%;
	margin: 0 0 0 5px;
}

.couponform .cms_textfield
{
	margin-top: 6px;
}

.couponform .cms_button
{
	margin-top: 0px;
}



/***********************************************************************************
JQUERY VALIDATION
************************************************************************************/


/* Z-INDEX */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #FF0033;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 1em;
	border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 6px #999999;
    -webkit-box-shadow: 0px 0px 6px #999999;
    -moz-box-shadow: 0px 0px 6px #999999;
    -o-box-shadow: 0px 0px 6px #999999;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
/* 
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
 */
	font-size: 0px;
	height: 1px;
	background: #FF0033;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/***********************************************************************************
TINY MCE / MICRO MCE
************************************************************************************/

.tinybold, .tiny_bold, .microbold, .micro_bold { font-weight: bold; }
.tinybig, .tiny_big, .microbig, .micro_big { font-size: 150%; }
.tinybigger, .tiny_bigger, .microbigger, .micro_bigger { font-size: 200%; }
.tinysmall, .tiny_small, .microsmall, .micro_small { font-size: 80%; }
.tinyred, .tiny_red, .hl, .microred, .micro_red { color: #cc0000; }
.tinyorange, .tiny_orange, .hl, .microorange, .micro_ornage { color: #FF0033; }
.tinyblack, .tiny_black, .microblack, .micro_black { color: #000000; }
.tinygrey, .tiny_grey, .microgrey, .micro_grey, .tiny_gray, .tinygray, .microgray, .micro_gray { color: #666666; }
.tinynowrap, .tiny_nowrap, .micronowrap, .micro_nowrap { white-space: nowrap; }
.tinyleft, .tiny_left, .microleft, .micro_left, .float_left, .tiny_float_left, .micro_float_left { float: left; }
.tinyright, .tiny_right, .microright, micro_right, .float_right, .tiny_float_right, .micro_float_right { float: right; }
.tinycentre, .tiny_centre, .microcentre, .micro_centre { text-align: center; }
.tinyclear, .tiny_clear, .microclear, .micro_clear
{
	font-size: 1px;
	height: 1px;
	clear: both;
	width: 100%;
}


body#tinymce
{
	text-align: left;
	background-image: none;
	width: inherit;
	min-width: inherit;
}

/* ends style sheet */
/* Stylesheet: zinzan_base Modified On 2015-05-05 15:27:16 */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 45px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/* 
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
 */
/* 
	border: solid #fff 5px;
 */
/* 
	left: -5px;
 */
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 100px;
/* 
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/bx_loader.gif) center center no-repeat #fff;
 */
 	background: url(https://zinzan.ie/uploads/zinzan_structure/images/zz_logo_animated.png) center center no-repeat;
 
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;


	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	-o-animation-name: spinnerRotate;
	-o-animation-duration: 2s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;

	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;

	animation-name: spinnerRotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}


@-webkit-keyframes spinnerRotate {
	from {
		-webkit-transform:rotate(0deg);
	}
	to {
		-webkit-transform:rotate(360deg);
	}
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #78899e;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #4cb2e1;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
/* 
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/controls.png) no-repeat 0 -32px;
 */
}

.bx-wrapper .bx-next {
	right: 0;
/* 
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/controls.png) no-repeat -43px -32px;
 */
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 250px;
	height: 100%;
	text-indent: -9999px;
	z-index: 9999;
/* 
	background: #FFFFFF;
 */
/* 
	background: rgba(255, 255, 255, 0.8); 
 */
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* Stylesheet: bxslider Modified On 2013-11-17 08:14:15 */
/*! 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
{
	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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-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);
}

.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, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/fancybox_sprite.png);
}

#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;
	background: url(https://zinzan.ie/uploads/zinzan_structure/images/fancybox_loading.gif) center center no-repeat;
}

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

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(https://zinzan.ie/uploads/zinzan_structure/images/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 {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.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;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !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: url(https://zinzan.ie/uploads/zinzan_structure/images/fancybox_overlay.png);
}

.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: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	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);
}

/*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 {
		background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(https://zinzan.ie/uploads/zinzan_structure/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Stylesheet: fancybox Modified On 2013-10-27 20:36:29 */
