/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */

/* Typekit FOUT Fix */
.wf-loading {visibility:hidden;}
.wf-active {visibility:visible;}

.show-on-mobile {display:none !important;}
.hide-on-mobile {display:inline-block !important;}


/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:400;
text-align:center;
color:#3a3a3a;
background-color:#ffffff;
clear:both;
margin:0 auto;
}



/* DEFAULT LINKS */
a {
text-decoration:none;
color:#C29E13;
-moz-transition:all .1s ease-out;
-webkit-transition:all .1s ease-out;
transition:all .1s ease-out;
}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#000000;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1 {
font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
font-weight:400;
margin:0px 0px 0px 0px;
}

h2, h3, h4, h5, h6 {
font-family:"effra-n7", "effra", Arial, Helvetica, sans-serif;
font-weight:700;
margin:0px 0px 0px 0px;
}

h1 {font-size:34px;line-height:38px;padding:4px 0 14px 0;}
h2 {font-size:20px;line-height:24px;padding:4px 0 4px 0;}
h3 {font-size:19px;line-height:23px;padding:4px 0 4px 0;}
h4 {font-size:18px;line-height:22px;padding:4px 0 4px 0;}
h5 {font-size:15px;line-height:22px;padding:4px 0 4px 0;}
h6 {font-size:14px;line-height:22px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}

.tiny {font-size:10px;}
.small {font-size:13px;}
.small-center {font-size:13px;text-align:center;font-style:italic;}
.large {font-size:17px;}
.error, .checkout-error, .red {color:#af3232;}
.green {color:#5ea90d;}
.light {color:#E6E5E0;}
.grey {color:#8c999b;}
.checkout-error {padding-bottom:16px;}

.center {
text-align:center;	
}

.instagram {
text-transform:Uppercase;
font-size:34px;
letter-spacing:3px;
padding-top:0;
padding-bottom:44px;
}

.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #e1e1e1 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:4px;}
.gap3 {float:left;width:30px;}


img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

embed,
object,
iframe,
.map-holder {
max-width:100%;
width:100%;
}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.img-main, .img-center {text-align:center;margin-bottom:6px;}
	
/* Align divs center */
.align {}

	.align.center {
	text-align:center;
	}
	
	.align.right {
	text-align:right;
	}
	
	.align.center-vert {
	position:absolute;
    top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	}
	
	.align.center-horz {
	position:absolute;
    left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	transform:translateX(-50%);
	}
	
	.align.center-horz.center-vert,
	.align.center-vert.center-horz {
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:6px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	ul li {
	line-height:24px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:4px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point_dark.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
	}
	
	
#none {
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
-webkit-backface-visibility:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1,
#container-header,
#container-cart,
#container-navigation,
#container-flash,
#container-bread,
#container-intro,
#container-main,
#container-main-top,
#container-main-bottom,
#container-subscribe,
#container-footer,
#container-base {
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}
	
	#container1 {padding-top:90px;}
	
	.home #container1 {padding-top:0;}

	#container-cart {
	height:56px;
	background-color:#fbfaf7;
	}
	
	#container-navigation,
	#container-subscribe {
	background-color:#000000;
	}
		#container-navigation {height:56px;}
		
		#container-subscribe embed, 
		#container-subscribe object, 
		#container-subscribe iframe, 
		#container-subscribe .map-holder {
		width:100% !important;
		}
		
	#container-flash {
	background-color:#fff;
	}
	
	#container-header,
	#container-bread,
	#container-intro,
	#container-main,
	#container-main-top {
	background-color:#ffffff;
	}
	
	#container-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:900;
	box-shadow:rgba(0,0,0,0.2) 0 0 4px;	
	}
	
	#container-main-bottom {
	border-top:1px solid #ededed;
	}
	
	#container-base {
	border-top:solid #ededed 1px;
	}


#container2 {
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

.wrap {
max-width:90%;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	/* MAIN HEADER */
	#header {
	height:90px;
	}
		#header #logo {
		float:left;
		display:block;
		height:90px;
		line-height:90px;
		text-align:center;
		padding-top:0;
		padding-right:0;
		max-width:200px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			#header #logo img {
			vertical-align:middle;
			}
			
			
		/* MOBILE QUICK CALL */			
		#header #mobile-link {
		display:none;
		width:100%;
		padding:2px 6px;
		text-align:center;
		font-size:18px;
		line-height:32px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			#header #mobile-link a {color:#fff;}		
			#header #mobile-link h4 {display:inline-block;}
			
			
		#right-nav {display:none;}
			
			
		.header-social {
		float:right;
		display:inline-block;	
		padding:0 20px 0 12px;
		height:90px;
		line-height:90px;
		}
		
			.header-social a {
			display:inline-block;
			margin-left:10px;
			height:90px;
			line-height:90px;
			}
			
				.header-social a:first-child {margin-left:0;}
			
				.header-social a img {
				vertical-align:middle;
				transform:scale(0.8);
				}
			
			.header-social a:hover {
			opacity:0.6;
			}
		
		
		/* CART NAVIGATION */
		.cart {
		float:right;
		display:inline-block;	
		}
			#cart-nav {
			float:right;
			display:inline-block;
			line-height:90px;
			height:90px;
			font-size:13px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			background-image:url(../images/cart_bg.jpg);
			background-position:right center;
			background-repeat:no-repeat;
			padding:0 56px 0 20px;
			border-left:solid #edeae5 1px;
			position:relative;
			}
				#cart-nav a {
				display:inline-block;
				padding-right:20px;
				color:#000000;
				}
				#cart-nav a:hover {color:#C29E13;}
				
				#cart-nav .cart-items {
				display:inline-block;
				width:64px;
				padding-left:6px;
				padding-right:0px;
				font-size:13px;
				font-weight:500;
				text-align:center;
				}
				
				
			#shopping-cart-summery {
			position:absolute;
			top:90px;
			right:0px;
			width:300px;
			line-height:20px;
			background-color:#ffffff;
			box-shadow:0px 0px 5px rgba(0,0,0,0.1);
			display:none;
			z-index:999;
			}
				#shopping-cart-summery a {
				display:inherit;
				padding-right:0px;
				}
			
				#shopping-cart-summery .cart-anchor {
				clear:both;
				font-size:0;
				line-height:0;
				height:0;
				padding:0 0 0 0;
				margin:0 auto;
				border:none;
				}
				
				#shopping-cart-summery-inner {	
				}
			
				#shopping-cart-summery .side-holder {
				padding:8px 20px;
				line-height:20px;
				border-top:solid #edeae5 1px;
				}
				
					#shopping-cart-summery .side-holder .img-left {
					float:left;
					margin-bottom:0px;
					width:20%;
					text-align:center;
					margin-right:0px;
					}
					
					#shopping-cart-summery .side-holder .shopping-cart-summery-right {
					float:right;
					width:75%;	
					}
				
					#shopping-cart-summery .side-holder:first-child {border-top:none;}
					
					#shopping-cart-summery .side-holder:last-child {
					padding:15px 20px;	
					}
			
			
			#search {
			float:left;
			display:inline-block;
			position:relative;
			}
			
				#search .material-icons.button {
				color:#000;	
				height:90px;
				line-height:96px;
				font-size:30px;
				cursor:pointer;
				}
				
					#search .material-icons.button:hover {
					color:#C29E13;	
					}
			
			#search-box {
			height:0;
			position:absolute;
			top:89px;
			right:0px;
			width:30%;
			max-width:100%;
			overflow:hidden;
			background-color:rgba(255,255,255,1);
			border-top:solid rgba(255,255,255,0) 1px;
			z-index:900;
			box-shadow:rgba(0,0,0,0) 0 1px 2px;
			-moz-transition:all .15s ease-out;
			-webkit-transition:all .15s ease-out;
			transition:all .15s ease-out;
			}
			
				#search-box.active {
				height:44px;	
				top:90px;
				border-top:solid #f1eeea 1px;
				box-shadow:rgba(0,0,0,0.2) 0 1px 2px;
				}
		
				#search-box .search-off {
				color:#000000;
				font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
				font-weight:400;
				font-size:13px;
				}
				
				#search-box #search-button {
				display:inline-block;
				position:absolute;
				right:10px;
				top:50%;
				transform:translateY(-50%);
				z-index:400;
				background-color:transparent;
				border:none;
				cursor:pointer;
				-moz-transition:all .15s ease-out;
				-webkit-transition:all .15s ease-out;
				transition:all .15s ease-out;
				}
				
					#search-box #search-button:hover {
					color:#C29E13;
					}
				
				#search-box #search-box-input {
				width:100%;
				appearance:none;
				-ms-appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
				font-weight:400;
				font-size:13px;
				border:none;
				background:none;
				padding:0 40px 0 20px;
				margin:0 0 0 0;
				line-height:44px;
				height:44px;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				box-sizing:border-box;
				outline:none;
				}
			
	
	
			
		
	/* MAIN NAVIGATION */
	#navigation {
	float:left;
	display:inline-block;
	font-family:"effra-n5", "effra", Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	height:auto;
	margin-left:7%;
	color:#ffffff;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:56px;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:960;
			}
			
			#navigation ul li.designer {position:inherit;}
			
			#navigation ul li.mobile-item {
			display:none;
			}
			
			#navigation ul li:nth-child(1) a {
			padding-left:0px;	
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		height:90px;
		line-height:90px;
		color:#000;
		padding-left:15px;
		padding-right:15px;
		}
			#navigation a.sale {color:#af3232;}
		
			#navigation a strong,
			#navigation a b {
			display:block;
			height:90px;
			line-height:90px;
			font-weight:300;
			font-size:13px;
			}
			
			#navigation a:hover {
			color:#C29E13;
			z-index:894;
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation .on strong,
				#navigation a:hover b,
				#navigation .over b,
				#navigation .on b {
				cursor:pointer;
				/*background-image:url(../images/nav_link.gif);
				background-position:right -50px;*/
				}
				
			#navigation .over,
			#navigation a:hover.over {
			
			}
				#navigation .over strong,
				#navigation .over b,
				#navigation a:hover.over strong,
				#navigation a:hover.over b {
				
				}
				
			#navigation > ul .drop a,
			#navigation > ul .drop a:hover {
			
			}
				#navigation > ul .drop a strong,
				#navigation > ul .drop a b,
				#navigation > ul .drop a:hover strong,
				#navigation > ul .drop a:hover b {
				
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:2px;
			/*font-size:0;*/
			text-align:center;
			/*background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;*/
			line-height:90px;
			height:90px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:90px;
				width:220px;
				display:none;
				font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
				font-size:15px;
				font-weight:400;
				text-transform:none;
				line-height:14px;
				z-index:997;
				}
					#navigation .sub-nav .sub-nav-column {
					float:left;
					width:100%;	
					}
					
					#navigation .sub-nav li {
					width:220px;
					height:auto;
					line-height:14px;
					position:relative;
					z-index:998;
					}
					
					#navigation .sub-nav-designers {
					width:100%;
					left:0px;
					right:0px;
					background-color:#000000;
					}
					
						#navigation .sub-nav-designers .sub-nav-column {
						float:left;
						width:14.28571428571429%;	
						}
					
						#navigation .sub-nav-designers a {
						float:none !important;
						width:auto !important;
						display:block !important;
						}
					
					#navigation .sub-double {
					width:440px;
					background-color:#000000;
					}
					
						#navigation .sub-double .sub-nav-column {
						float:left;
						width:50%;	
						}
					
						#navigation .sub-double a {
						float:none !important;
						width:auto !important;
						display:block !important;
						}
					
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:100%;
						box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						-ms-box-sizing:border-box;
						height:auto;
						line-height:14px;
						border:none;
						border-radius:0px;
						color:#ffffff;
						background:none;
						padding:18px 15px !important;
						background-color:#000000;
						border-top:solid #404040 1px;
						margin:0 0 0 0;
						position:relative;
						z-index:999;
						}
						
							#navigation .sub-nav a:hover,
							#navigation .sub-nav a.over:hover {
							color:#000000;
							border-radius:0px;
							background-color:#ffffff;
							border-top:solid #ffffff 1px;
							}
						
								#navigation .sub-nav a.over:hover {}
								
							#navigation .sub-nav .drop > a {}
							#navigation .sub-nav a.over {}
							
						
						
						
					#navigation ul li > .sub-nav .sub-nav {
					position:absolute;
					top:0px;
					left:220px;
					}
						
		.nav-right #navigation,
		.nav-right #navigation ul li,
		.nav-right #navigation a,
		.nav-right #navigation .nav-div {
		float:right;	
		}

							
	
	/* MOBILE MENU Button */
	#mobile-menu a {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	display:none;
	color:#000;
	padding:0 0 0 0;
	height:40px;
	line-height:40px;
	width:auto;
	font-size:16px;
	text-transform:uppercase;
	}
	
		#mobile-menu a .material-icons {
		line-height:40px;
		font-size:32px;
		vertical-align:middle;
		margin-top:-4px;
		}
	
	
	/* MOBILE MENU Button */
	#mobile-cart a {
	position:absolute;
	right:20px;
	top:20px;
	display:none;
	color:#ffffff;
	line-height:22px;
	padding:0 0 0 0;
	height:22px;
	width:22px;
	font-size:18px;
	text-indent:-5000px;
	background-color:#000000;
	background-image:url(../images/icon_bag.png);
	background-position:center center;
	background-size:contain;
	background-repeat:no-repeat;
	border:solid #000000 8px;
	border-radius:3px;
	}
	
		#mobile-cart a strong,
		#mobile-cart a b {
		position:absolute;
		display:block;
		right:-18px;
		top:-18px;
		width:20px;
		height:20px;
		line-height:20px;
		text-indent:0px;
		text-align:center;
		color:#e4aa24;
		background-color:#000000;
		border:solid #ffffff 2px;
		border-radius:12px;
		}
	
						
							
	/* MEMBERS BAR */					
	.auth-details {
	height:auto;
	line-height:20px;
	text-align:right;
	color:#ffffff;
	background-color:#2e2e2e;
	padding:5px 0;
	}
		.auth-details .wrap {
		padding:0 27px;	
		text-align:right;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
	
		.auth-details a {color:#ffffff;}
		.auth-details a:hover {color:#ffffff;text-decoration:underline;}
		.auth-details img {
		vertical-align:middle;
		margin-bottom:1px;
		}
		
		
		
		
	#site-messages {
	display:none;
	}
		#site-messages .error-message,
		#site-messages .alert-message,
		#site-messages .success-message {
		line-height:18px;
		font-size:larger;
		padding:20px 25px;
		}
			#site-messages a {color:#ffffff;}
			#site-messages a:hover {text-decoration:underline;}
			
			#site-messages .close-msg {
			float:right;
			}
		
			#site-messages .error-message {
			color:#ffffff;
			background-color:#af3232;
			}
			
			#site-messages .alert-message {
			color:#ffffff;
			background-color:#b78902;
			}
			
			#site-messages .success-message {
			color:#ffffff;
			background-color:#5ea90d;
			}
		
		
		
		
		
	/* ROTATING IMAGE */	
	#flash {
	position:relative;
	height:200px;
	z-index:600;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:700;
		display:none;
		}
		
	
	#header-rotator {
	float:right;
	display:inline-block;
	margin-top:10px;
	margin-right:25px;
	}
	
	#rotator {
	position:relative;
	height:200px;
	z-index:600;
	}
		
		#rotator table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:700;
		display:none;
		}
		

#image-rotator {
position:relative;
}	

	.home #image-rotator {margin-top:90px;}

	#main #image-rotator {margin-bottom:18px;}

	#image-rotator .wrap {position:relative;}

		
	#slider {
    position:relative;
    background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
	}
		.nivo-caption {
		position:absolute;
		right:0px;
		bottom:65%;
		color:#fff;
		width:100%;
		z-index:8;
		overflow:visible;
		height:0px;
		display: none;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		}
			#image-rotator .slider-text {
			position:absolute;
			right:0px;
			top:0px;	
			padding:5px 25px;
			text-align:right;
			}
		
				.nivo-caption a {
				color:rgba(255,255,255,0.7);
				}
					.nivo-caption a:hover {
					color:rgba(255,255,255,1);
					}
		
		#slider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
		z-index:1;
		}
		
		#slider a {
		border:0;
		display:block;
		}
		
		#slider-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		
	#slidebox {
	width:940px;
	color:#ffffff;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	font-size:14px;
	color:#ffffff;
	position:relative;
	overflow:hidden;
	}
		#slidebox-holder {
		float:left;
		width:940px;
		height:140px;
		overflow:hidden;
		position:relative;
		}
			#slidebox-slider {
			position:absolute;
			left:0px;
			top:0px;
			}
			
			#slidebox a {color:#ffffff;}
			#slidebox a:hover {text-decoration:underline;}
			
			#slidebox .slidebox-item {
			float:left;
			width:200px;
			}
			
			#slidebox #slidebox-left {
			position:absolute;
			left:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:850;
			}
				#slidebox #slidebox-left a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_left.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-left a:hover {
					background-color:#ededed;
					}
			
			#slidebox #slidebox-right {
			position:absolute;
			right:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:851;
			}
				#slidebox #slidebox-right a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_right.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-right a:hover {
					background-color:#ededed;
					}
					
					#slidebox #slidebox-left a:focus,
					#slidebox #slidebox-right a:focus {	
					outline:0;
					}
		
	
	/* RANDOM IMAGE */
	#random-holder {
	max-height:80px;
	overflow:hidden;
	}
			#random-holder img {
			width:100%;
			vertical-align:middle;
			}
		
			#random-holder a {color:#000000;}
			#random-holder a:hover {color:#6D9EAD;}
			
			
			
	
	#feature-boxes {
	padding:100px 0 50px 0;	
	}
	
		.grid-sizer {width:47%;}
		.grid-gutter {width:6%;}
	
		#feature-boxes .feature-box {
		background-color:#ffffff;
		background-size:contain;
		margin-bottom:20px;
		position:relative;
		}
	
		#feature-boxes .feature-box-small {
		width:255px;
		height:157.5px;	/* Height of image 99px plus banner 58px */
		}
		
		#feature-boxes .feature-box-medium {
		width:48%;
		height:313px; /* Height of image 255px plus banner 58px */
		}
		
		#feature-boxes .feature-box-large {
		float:left;
		width:47%;
		/*height:955px;*/ /* Height of image 255px plus banner 58px */	
		}
		
			#feature-boxes .feature-box-large:nth-child(2n+2) {float:right;}
			#feature-boxes .feature-box-large:nth-child(2n+3) {clear:both;}
		
		
			#feature-boxes .feature-box .bar,
			#feature-boxes .feature-box .flex-caption {
			display:table;
			clear:both;
			float:left;
			position:relative;
			left:auto;
			bottom:auto;
			width:100%;
			min-height:58px;
			color:#ffffff;
			font-weight:400;
			line-height:22px;
			padding:7px 40px 7px 20px;
			background-color:#282623;
			background-image:url(../images/feature_arrow.png);
			background-position:right 20px center;
			background-repeat:no-repeat;
				border-left: solid #fff 1px;
				border-right: solid #fff 1px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			
			-moz-transition:all .15s ease-out;
			-webkit-transition:all .15s ease-out;
			transition:all .15s ease-out;
			
			opacity:0.9;
			}
			
				#feature-boxes .feature-box .flex-caption.flex-caption-blank {
				background-color:#ffffff;	
				background-image:none;
				}
			
				#feature-boxes .feature-box ul li .flex-caption {line-height:18px;}
			
			
				#feature-boxes .feature-box:hover .bar,
				#feature-boxes .feature-box:hover .flex-caption {
				/*padding-top:20px;
				padding-bottom:20px;*/
			
			-webkit-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1); /* older webkit */
-webkit-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
   -moz-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
     -o-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
        transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1); /* older webkit */
-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
   -moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
     -o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
        transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); /* custom */
		
				opacity:1;	
				}
			
				#feature-boxes .feature-box .bar h4,
				#feature-boxes .feature-box .flex-caption h4 {
				display:table-cell;
				vertical-align:middle;
				padding:0 0 0 0;
				}
			
		
			#feature-boxes .feature-box img {
			vertical-align:middle;
			padding-bottom:0;
			}
			
			#feature-boxes .feature-box-standard img {
			vertical-align:middle;
			display:none;
			}
	
	
		
	/* Old Feature boxes before modification to reduce the height (Done by Josh on 4 Sep 2015)
	
	#feature-boxes {
	padding:40px 0 20px 0;	
	}
	
		.grid-sizer {width:255px;}
		.grid-gutter {width:20px;}
	
		#feature-boxes .feature-box {
		background-color:#ffffff;
		background-size:cover;
		box-shadow:0px 0px 10px rgba(0,0,0,0.1);
		margin-bottom:20px;
		position:relative;
		}
	
		#feature-boxes .feature-box-small {
		width:255px;
		height:150px;	
		}
		
		#feature-boxes .feature-box-medium {
		width:255px;
		height:320px;	
		}
		
		#feature-boxes .feature-box-large {
		width:530px;
		height:320px;	
		}
		
			#feature-boxes .feature-box .bar,
			#feature-boxes .feature-box .flex-caption {
			position:absolute;
			left:0px;
			bottom:0px;
			width:100%;
			color:#ffffff;
			font-weight:400;
			padding:7px 40px 7px 20px;
			background-color:#282623;
			background-image:url(../images/feature_arrow.png);
			background-position:right 20px center;
			background-repeat:no-repeat;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			
			-webkit-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1);
-webkit-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
   -moz-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
     -o-transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365); 
        transition: all 250ms cubic-bezier(0.340, 0.850, 0.570, 1.365);

-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1);
-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
   -moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
     -o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365); 
        transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
			
			opacity:0.9;
			}
			
				#feature-boxes .feature-box ul li .flex-caption {line-height:18px;}
			
			
				#feature-boxes .feature-box:hover .bar,
				#feature-boxes .feature-box:hover .flex-caption {
				padding-top:20px;
				padding-bottom:20px;
				opacity:1;	
				}
			
				#feature-boxes .feature-box .bar h4,
				#feature-boxes .feature-box .flex-caption h4 {
				padding:0 0 0 0;
				}
			
		
			#feature-boxes .feature-box img {
			vertical-align:middle;
			}
			
			#feature-boxes .feature-box-standard img {
			vertical-align:middle;
			display:none;
			}*/
			
		
		
		
	/* FRONT BOXES */	
	#frontbox {}
		
		#frontbox .frontbox-item {
		float:left;
		width:200px;
		}
		
		#frontbox .frontbox-over {
		position:absolute;
		top:0px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:6px 8px;
		z-index:450;
		}
		
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		float:left;
		width:200px;
		z-index:440;
		padding:6px 8px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		position:relative;
		}
			#frontbox .frontbox-item-white img,
			#frontbox .frontbox-item-black img {
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
			#frontbox .frontbox-item-white {background-color:#cfcfcf;}
			#frontbox .frontbox-item-black {background-color:#ededed;}
		
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:16px;
			line-height:18px;
			font-weight:bold;
			}
		
			#frontbox .frontbox-item-white a,
			#frontbox .frontbox-item-white h2 {}
			#frontbox .frontbox-item-black a,
			#frontbox .frontbox-item-black h2 {}
			
			#frontbox .frontbox-item-white a:hover,
			#frontbox .frontbox-item-white a:hover h2 {}
			#frontbox .frontbox-item-black a:hover,
			#frontbox .frontbox-item-black a:hover h2 {}
		

	
	/* BREADCRUMB */
	#breadcrumb {
	font-size:12px;
	line-height:24px;
	padding:16px 0 4px 0;
	}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:24px;
	min-height:200px;
	padding:10px 0 45px 0;
	}
	
		.home #main {
		min-height:80px;
		padding:40px 0 45px 0;
		}
		
		#main .main-top {
		padding-bottom:10px;
		}
		
		
		#main h2,
		#main h4 {
		color:#C29E13;
		padding-top:10px;
		padding-bottom:10px;
		}
		
		#main ul {
		padding-bottom:10px;
		}
		
		
		#main .main-full {
		width:100%;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		}
		
			
			#main .main-box {
			padding:16px 20px;
			background-color:#fbfaf7;
			margin-top:10px;
			}
			
		
		#main .thirds {}
			#main .main-third {
			float:left;
			width:30%;
			margin-right:5%;
			}
			
				#main .thirds div:nth-child(3n+3) {margin-right:0%;}
				#main .thirds div:nth-child(3n+4) {clear:left;}
				
			
		#main .full-left {
		float:left;
		width:47%;
		}
		
			.home #main .full-left {
			padding-top:50px;
			}
		
		#main .full-right {
		float:right;
		width:47%;
		}
		
			.home #main .full-right {
			padding-top:50px;
			}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:20%;
		margin-right:20px;
		}

		#main .main-right {
		float:right;
		width:20%;
		padding-left:50px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-left:solid #ededed 1px;
		}
		
			#main .main-right .img-left,
			#main .main-left .img-left {float:left;margin-right:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-right,
			#main .main-left .img-right {clear:right;float:right;margin-left:10px;margin-top:0;margin-bottom:0;text-align:center;}
		
			#main .main-right p,
			#main .main-left p {
			padding:6px 0;
			margin:0 0 0 0;
			line-height:22px;
			margin-bottom:1px;
			}
			
			#main .main-right .side-holder,
			#main .main-left .side-holder,
			#main .main-right form,
			#main .main-left form {
			padding:6px 0;
			margin:0 0 0 0;
			line-height:22px;
			margin-bottom:1px;
			}
			
				#main .main-right .side-holder p,
				#main .main-left .side-holder p,
				#main .main-right form p,
				#main .main-left form p {
				padding:0 0 12px 0;
				}
		
			#main .main-right h5,
			#main .main-right h6,
			#main .main-left h5,
			#main .main-left h6 {
			font-size: 18px;
			line-height:22px;
			padding:4px 0 4px 0;
			margin-top:16px;
			}
			
			#main .main-right h5:nth-child(1),
			#main .main-right h6:nth-child(1),
			#main .main-left h5:nth-child(1),
			#main .main-left h6:nth-child(1) {
			padding-top:0px;
			margin-top:0px;
			}
			
			#main .main-right h5,
			#main .main-left h5 {}
			#main .main-right h6,
			#main .main-left h6 {}
			
			
			#main .side-nav {
			padding:3px 0;
			margin:0 0 0 0;	
			}
			
			#main .side-nav li {
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:900;
			}
			
				#main .side-nav li a {
				padding:4px 10px;	
				}
				
				
		
	.main-bottom {
	line-height:24px;	
	padding:50px 0 50px 0;
	}
		.main-bottom h4 {
		color:#C29E13;	
		}
				
	.main-bottom-left {
	float:left;
	width:68%;
	min-height:225px;
	line-height:24px;
	padding:40px 50px 40px 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border-right:solid #edeae5 1px;
	}
		.home .main-bottom-left {
		padding:50px 50px 50px 0;	
		}
	
		.main-bottom-left h1,
		.main-bottom-left h4 {
		font-size:18px;
		font-weight:700;
		line-height:22px;
		padding:4px 0 4px 0;
		color:#C29E13;
		padding-bottom:10px;
		}		
				
	.main-bottom-right {
	float:right;
	width:32%;
	min-height:225px;
	line-height:24px;
	padding:50px 100px 50px 50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	background-image:url(../images/shipping_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
		.main-bottom-right h4 {
		color:#3a3939;	
		}
				
				
	
	#container-subscribe {
	background-color:#fff;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;	
	}
	
		.footer-subscribe {
		padding:20px 0;
		}
		
			.footer-subscribe h4 {
			float:left;
			display:inline-block;
			padding:0 0 0 0;
			line-height:40px;
			color:#000;
			}
			
			.footer-subscribe form {
			float:right;
			display:inline-block;
			}
			
			.footer-subscribe .form-item {
			float:left;
			clear:none;
			width:auto !important;
			margin-left:20px;
			margin-bottom:0px;
			}
			
				.footer-subscribe .form-item .input {
				width:160px;
				}
		
				.footer-subscribe .form-item .input input {
				color:#000;;
				border-color:#000;;
				}
				
					.footer-subscribe .form-item .input input:focus {
					color:#000;;
					outline-size:1px;
					outline-style:inherit;
					outline-color:#000000;
					border-color:#ffffff;
					box-shadow:0px 0px 5px #000000 inset;
					}
				
				.footer-subscribe ::-webkit-input-placeholder { /* WebKit browsers */
				color:#000;;
				}
				.footer-subscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
				color:#000;;
				opacity:1;
				}
				.footer-subscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
				color:#000;;
				opacity:1;
				}
				.footer-subscribe :-ms-input-placeholder { /* Internet Explorer 10+ */
				color:#000;;
				}
				
				.footer-subscribe .form-item .subbut {
				padding-left:0px;
				margin-top:0px;
				}
					.footer-subscribe .form-item .subbut input {
					color:#fff;
					background-color:#000;
					}
				
					.footer-subscribe .form-item .subbut input:hover {
					color:#000;
					background-color:#ededed;	
					}
	
	
	

	/* MAIN FOOTER */
	#footer {
	line-height:24px;
	color:#000000;
	font-size:15px;
	text-align:left;
	}
	
		#footer a {color:#C29E13;}
		#footer a:hover {text-decoration:underline;}
		
		#footer h4 {
		color:#000;
		padding-bottom:10px;
		}
		
		#footer .footer-left {
		float:left;
		width:32%;
		min-height:310px;
		text-align:left;
		padding:50px 50px 50px 0px;
		border-right:solid #ededed 1px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
		#footer .footer-middle {
		float:left;
		width:36%;
		min-height:310px;
		text-align:left;
		padding:50px 50px 50px 50px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-right:solid #ededed 1px;
		}
		
			#footer .footer-middle .footer-social {
			padding-top:20px;
			}
			
				#footer .footer-middle .footer-social a {
				margin-right:10px;
				}
				
				#footer .footer-middle .footer-social a:hover {
				opacity:0.6;
				}
		
			#footer .footer-middle .footer-cc {
			display:inline-block;
			text-align:left;
			font-weight:700;
			background-image:url(../images/credit_cards.png);
			background-position:right center;
			background-repeat:no-repeat;
			padding-top:0px;
			padding-right:110px;
			}
		
		#footer .footer-right {
		float:right;
		width:32%;
		min-height:310px;
		text-align:right;
		padding:30px 0 50px 50px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
			.footer-shipping {
			float:left;
			width:100%;
			min-height:205px;
			line-height:24px;
			text-align:left;
			padding:0px 160px 0px 0px;
			background-image:url(../images/shipping_bg.jpg);
			background-position:right top;
			background-repeat:no-repeat;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
				.footer-shipping h4 {
				color:#3a3939;	
				}
				
		
		
	/* BASE */
	#base {
	line-height:22px;
	color:#000000;
	text-align:left;
	padding:20px 0 20px 0;
	}
		#base a {color:#000000;}
		#base a:hover {text-decoration:underline;}
		
		#base .base-left {
		display:inline-block;
		float:left;
		width:48%;	
		}
		
		#base .base-right {
		display:inline-block;
		float:right;
		width:48%;
		text-align:right;	
		}
		
			#base .base-right a {margin-right:12px;}
				#base .base-right a:last-child {margin-right:0;}
		
	#desktop-link {display:none;}
	
	
	
	
	.googlemap-box {
	width:100%;
	overflow:hidden;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
	
	.map-holder {
	}
		.map-holder img {
		width:auto;
		max-width:none !important;
		}
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* Services */
	.services-holder {display:block;}
		.services-holder .services-item {
		display:block;
		margin-bottom:10px;
		margin-top:10px;
		}
			.services-holder .services-item .services-item-text {
			float:right;
			width:80%;
			}
			
			.services-holder .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder .services-item .services-item-image {
			float:left;
			width:17%;
			}
			
			
	
	
	.services-holder-grid-side {display:block;}
		.services-holder-grid-side .services-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-side .services-item .services-item-text {
			float:right;
			width:60%;
			}
			
			.services-holder-grid-side .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder-grid-side .services-item .services-item-image {
			float:left;
			width:35%;
			}
			
			.services-holder-grid-side div:nth-child(3n+3) {margin-right:0%;}
			.services-holder-grid-side div:nth-child(3n+4) {clear:left;}
			
			
			
			
	.services-holder-grid-under {display:block;}
		.services-holder-grid-under .services-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-under .services-item .services-item-text,
			.services-holder-grid-under .services-item .services-item-text-full,
			.services-holder-grid-under .services-item .services-item-image {
			width:100%;
			}
			
			.services-holder-grid-under .services-item .limit-image {
			height:150px;
			max-height:150px;
			line-height:150px;
			text-align:center;
			margin-bottom:4px;
			}
				.services-holder-grid-under .services-item .limit-image img {
				vertical-align:middle;
				max-height:150px;	
				}
			
			.services-holder-grid-under div:nth-child(4n+4) {margin-right:0%;}
			.services-holder-grid-under div:nth-child(4n+5) {clear:left;}
	
	
	
	
	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
		.news-holder .news-item {
		display:block;
		margin-bottom:10px;
		}
			.news-holder .news-item .news-text {
			float:left;
			width:70%;
			}
			
			.news-holder .news-item .news-text-full {
			width:100%;
			}
			
			.news-holder .news-item .news-image {
			float:right;
			max-width:25%;
			margin-top:10px;
			}
				.news-holder .news-item .news-image img {
				max-height:80px;
				}
		
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
	
	
	
	.events-holder {display:block;}
		.events-holder .events-item {
		display:block;
		margin-bottom:10px;
		}
			.events-holder .events-item .events-text {
			float:left;
			width:46%;
			}
			
			.events-holder .events-item .events-text-full {
			float:left;
			width:76%;
			}
			
			.events-holder .events-item .events-image {
			float:right;
			width:20%;
			margin-top:10px;
			}	
		
		
			.date-icon {
			float:left;
			width:21%;
			margin-right:2%;
			margin-top:5px;
			height:auto;
			line-height:12px;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			padding:5px 0 5px 0;
			background-color:#cfcfcf;
			}
				.date-icon .date-number {font-size:24px;line-height:30px;}
				
				
				.date-icon-start {
				float:left;
				width:10%;
				margin-right:1%;
				margin-top:5px;
				height:auto;
				line-height:12px;
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				text-align:center;
				padding:5px 0 10px 0;
				background-color:#cfcfcf;
				position:relative;
				}
					.date-icon-start .date-number {font-size:24px;line-height:30px;}
					.date-icon-start .date-to {
					position:absolute;
					top:12px;
					right:-12px;
					width:16px;
					height:16px;
					font-size:24px;
					font-weight:bold;
					line-height:14px;
					text-align:center;
					background-color:#ffffff;
					border-radius:11px;
					}
					
				.date-icon-end {
				float:left;
				width:10%;
				margin-right:2%;
				margin-top:5px;
				height:auto;
				line-height:12px;
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				text-align:center;
				padding:5px 0 10px 0;
				background-color:#cfcfcf;
				}
					.date-icon-end .date-number {font-size:24px;line-height:30px;}
				
				
			.date-icon-small {
			float:right;
			width:30px;
			height:36px;
			margin-left:8px;
			line-height:11px;
			font-size:11px;
			text-transform:uppercase;
			text-align:center;
			padding:4px 0 0 0;
			background-color:#cfcfcf;
			}
				.date-icon-small .date-number {font-size:18px;line-height:20px;}
			
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-holder div:nth-child(6n+6) {margin-right:0%;}
		.gallery-holder div:nth-child(6n+7) {clear:left;}
	
		.gallery-holder .gallery-item-textover {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
	
	
	.gallery-cat-holder {display:block;}
		.gallery-cat-holder .gallery-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-cat-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-cat-holder div:nth-child(4n+4) {margin-right:0%;}
		.gallery-cat-holder div:nth-child(4n+5) {clear:left;}
		
		.gallery-cat-holder .gallery-item-textover {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-cat-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-cat-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-cat-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
				
				
	
	.gallery-slider-main {
	position:relative;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:318px;
	padding:2px;
	border:solid #e1e1e1 1px;
	}
		
		.gallery-slider-main .gsm-image {
		position:absolute;
		left:0px;
		top:2px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		height:312px;
		text-align:center;
		display:none;
		}
		
	.gsp-holder {
	width:100%;
	height:72px;
	padding:5px 0px;
	position:relative;
	overflow:hidden;
	margin-top:15px;
	}

		.gsp-holder a.gsp-left,
		.gsp-holder a.gsp-right {
		display:block;
		position:absolute;
		top:5px;
		width:53px;
		height:72px;
		color:#ffffff;
		cursor:pointer;
		background-color:#f2f3f4;
		z-index:900;
		}
			.gsp-holder a.gsp-left:hover,
			.gsp-holder a.gsp-right:hover {
			background-color:#6a6c6d;	
			}
		
			.gsp-holder a.gsp-left {left:0px;}
				.gsp-holder a.gsp-left strong,
				.gsp-holder a.gsp-left b {
				position:absolute;
				left:20px;
				top:25px;
				width:0; 
				height:0; 
				border-top:solid transparent 10px;
				border-bottom:solid transparent 10px; 
				border-right:solid #a4a6a7 10px;
				}
			
			.gsp-holder a.gsp-right {right:0px;}
				.gsp-holder a.gsp-right strong,
				.gsp-holder a.gsp-right b {
				position:absolute;
				right:20px;
				top:25px;
				width:0; 
				height:0; 
				border-top:solid transparent 10px;
				border-bottom:solid transparent 10px; 
				border-left:solid #a4a6a7 10px;
				}
	
		.gsp-holder .gallery-slider-previews {
		position:absolute;
		left:0px;
		top:0px;
		}
		
		.gsp-holder .gallery-slider-previews .gsp-image {
		float:left;
		margin:5px 5px;
		width:90px;
		height:68px;
		text-align:center;
		padding:1px;
		cursor:pointer;
		border:solid #e1e1e1 1px;
		}
			.gsp-holder .gallery-slider-previews .gsp-image img {
			max-height:100%;
			}
			
			.gsp-holder .gallery-slider-previews .gsp-image-current {
			margin:2px 1px;
			width:98px;
			height:74px;
			border:solid #878888 1px;
			}
		
		
	
			
	.photo-holder {
	display:block;
	text-align:center;
	}
	
	.side-gallery-item {
	float:left;
	width:22%;
	}
		.side-gallery-item img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
	
	
	/* BEFORE AND AFTER GALLERY PAGES */	
	.beforeafter-holder {display:block;}
		.beforeafter-holder .beforeafter-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			
			.beforeafter-holder .beforeafter-item .before-image img {
			max-width:60%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
				.beforeafter-holder .beforeafter-item .after-image img {
				position:absolute;
				right:0px;
				top:30px;
				z-index:980;
				max-width:50%;
				height:auto;
				width:auto\9; /* ie8 */
				vertical-align:bottom;
				}
			.beforeafter-holder div:nth-child(3n+3) {margin-right:0%;}
			.beforeafter-holder div:nth-child(3n+4) {clear:left;}

				
				
	.beforeafter-side-holder {display:block;}
		.beforeafter-side-holder .beforeafter-item {
		float:left;
		width:140px;
		text-align:left;
		position:relative;
		padding-bottom:102px;
		}
			
			.beforeafter-side-holder .beforeafter-item .before-image img {
			position:absolute;
			left:0px;
			top:18px;
			}
				.beforeafter-side-holder .beforeafter-item .after-image img {
				position:absolute;
				left:50px;
				top:30px;
				z-index:980;
				}

				
	
	.beforeafter-cat-holder {display:block;}
		.beforeafter-cat-holder .beforeafter-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.beforeafter-cat-holder .beforeafter-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			
	.beforeafter-details {}
		
		.beforeafter-details .before-image {
		float:left;
		width:47%;
		}
		
		.beforeafter-details .after-image {
		float:right;
		width:47%;	
		}
				
				
				
	/* VIDEO PAGES */	
	.video-holder {display:block;}
		.video-holder .video-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			
			.video-holder .video-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}

			.video-holder div:nth-child(3n+3) {margin-right:0%;}
			.video-holder div:nth-child(3n+4) {clear:left;}
			
			
			
			
	/* DOCUMENTS PAGES */
	.document-list-holder {}
	
		.document-list-holder .document-list-item {}
		
		
	.document-icons-holder {
	clear:both;
	padding:0 0 20px 0;
	}
	
		.document-icons-holder .document-icons-item {
		position:relative;
		padding-left:22px;
		line-height:26px;
		}
		
			.document-icons-holder .document-icons-item img {
			position:absolute;
			top:4px;
			left:0px;
			}
			
			
	.document-thumbnails-holder {
	clear:both;
	padding:0 0 20px 0;
	}
	
		.document-thumbnails-holder .document-thumbnails-item {
		position:relative;
		float:left;
		width:50%;
		height:110px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding-left:110px;
		}
			.document-thumbnails-item .document-thumbnails-item-image {
			position:absolute;
			top:0px;
			left:0px;
			width:100px;
			text-align:center;
			}
		
			.document-thumbnails-item img {
			vertical-align:middle;
			}
				
				
				
	/* STAFF PAGES */	
	.staff-holder {}
	
		.staff-holder .staff-item {
		margin-bottom:12px;
		}
		
		.staff-holder .staff-item .staff-item-image {
		float:left;
		width:20%;
		height:auto;
		}
		
		.staff-holder .staff-item .staff-item-text {
		float:right;
		width:75%;
		height:auto;
		}
		
		.staff-holder .staff-item .staff-item-text-full {
		width:100%;
		}
		
	.staff-holder-grid {
	}
	
		.staff-holder-grid .staff-item {
		float:left;
		width:45%;
		height:auto;
		margin-right:10%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			.staff-holder-grid div:nth-child(2n+2) {margin-right:0%;}
			.staff-holder-grid div:nth-child(2n+3) {clear:left;}
		
		.staff-holder-grid .staff-item .staff-item-image {
		float:left;
		width:35%;
		height:auto;
		}
		
		.staff-holder-grid .staff-item .staff-item-text {
		float:right;
		width:60%;
		height:auto;
		}
		
		.staff-holder-grid .staff-item .staff-item-text-full {
		width:100%;
		}
		
		
	.staff-side-image {
	float:left;
	width:20%;
	height:auto;
	}
	
	.staff-side-text {
	float:right;
	width:75%;
	}
				
							
				
	/* TESTIMONIALS PAGES */	
	.testimonial-holder {display:block;}
		.testimonial-holder .testimonial-item {
		display:block;
		margin-top:18px;
		}
			.testimonial-holder .testimonial-item .testimonial-text {
			float:left;
			width:70%;
			}
			
			.testimonial-holder .testimonial-item .testimonial-text-full {
			width:100%;
			}
			
			.testimonial-holder .testimonial-item .testimonial-image {
			float:right;
			width:25%;
			margin-top:10px;
			}
			
			.testimonial-holder .beforeafter-holder .beforeafter-item {
			float:right;
			width:25%;
			margin-right:0%;	
			}
			
			
		
	/* FAQS PAGES */
	.faq-holder {display:block;margin-top:18px;}
		.faq-item {display:block;margin-top:0px;margin-bottom:18px;}
		
		
		
	/* LINKS PAGES */
	.links-holder {
	display:block;
	padding-bottom:18px;
	}
	
		.links-holder img {
		max-width:none;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:middle;
		}
		
		.links-item {
		float:Left;
		display:block;
		width:100%;
		}
		
		
		.link-images {}
		
			.link-images .links-item {
			float:left;
			width:25%;
			margin-bottom:18px;
			}
				.link-images .links-item:nth-child(4n+5) {clear:left;}
			
		
			.link-images .link-images-image {
			float:left;
			width:100%;
			height:100px;
			text-align:center;
			display:inline-block;	
			}
			
				.link-images .link-images-image img {
				max-width:100%;
				max-height:100px;
				}
			
			.link-images .link-images-text {
			float:left;
			width:100%;
			text-align:center;
			padding-top:5px;
			}
			
			
		.links-favicons {}
			
			.links-favicons .links-item {
			padding-bottom:16px;	
			}
		
			.links-favicons .links-favicons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.links-favicons .links-favicons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;	
			}
			
				.goto-link-desktop {}
				.goto-link-mobile {display:none;}
				
				
		.links-favicons-list {}
			
			.links-favicons-list .links-item {
			padding-bottom:0px;	
			}
		
			.links-favicons-list .links-favicons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.links-favicons-list .links-favicons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;	
			}
				
				
		.links-description {}
		
			.links-description .links-item {
			margin-bottom:18px;
			}

			.links-description .links-description-image {
			float:left;
			width:20%;
			display:inline-block;
			}
				.links-description .links-description-image img {
				max-width:100%;
				}
	
				.links-description .links-description-text {
				float:right;
				text-align:left;
				width:75%;	
				}
	
		
		
		
	/*-----------*/
	.sitemap-holder {
	float:left;
	width:30%;
	margin-bottom:14px;
	}
	
	
	
	/* SUBSCRIPTION PLANS PAGE */
	.subscription-plans {display:block;}
		.subscription-plans .subscription-plan {
		float:left;
		width:32%;
		height:auto;
		padding:10px 15px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-right:2%;
		margin-bottom:18px;
		text-align:left;
		}
			.subscription-plans .subscription-plan .subs-plan-desc {
			min-height:120px;
			padding-bottom:20px;
			}
				.subscription-plans .subscription-plan .subs-plan-desc h2 {
				font-size:24px;
				font-weight:normal;
				}
			
			.subscription-plans  div.subscription-plan:nth-child(3n+3) {margin-right:0%;}
			.subscription-plans  div.subscription-plan:nth-child(3n+4) {clear:left;}
			
			
	.subscription-payments {
	float:left;
	max-width:600px;
	}
			
	
	.subscription-table {}
	
		.subscription-table .subscription-left {
		float:left;
		width:30%;
		padding:4px 0;
		border-top:solid #f1f1f1 1px;
		}
		
		.subscription-table .subscription-middle {
		float:left;
		width:40%;
		padding:4px 0;
		border-top:solid #f1f1f1 1px;
		}
		
		.subscription-table .full-subscription-middle {
		float:left;
		width:70%;
		padding:4px 0;
		text-align:right;
		border-top:solid #f1f1f1 1px;
		}
		
		.subscription-table .subscription-right {
		float:left;
		width:30%;
		padding:4px 0;
		text-align:right;
		border-top:solid #f1f1f1 1px;
		}
			
	
	
	/* BLOG PAGES */
	.blog-img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;text-align:center;}

	.blog-item-admin {
	padding:5px;
	background-color:#f4f2ee;
	}	
		.blog-item-admin-footer {
		font-size:11px;
		line-height:18px;
		color:#ffffff;
		background-color:#191919;
		padding:0 5px;
		}
			.blog-item-admin-footer .blog-right {
			float:right;
			text-align:right;
			}
			
			.blog-item-admin-footer a {color:#ffffff;}
			.blog-item-admin-footer a:hover {text-decoration:underline;}
			
			
			
		.blog-item-admin-comments {
		padding:10px 0 0 40px;
		background-image:url(../images/comment_arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			.blog-item-admin-footer2 {
			font-size:11px;
			line-height:18px;
			color:#6D9EAD;
			background-color:#CFDCE3;
			padding:0 5px;
			}
				.blog-item-admin-footer2 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer2 a {color:#6D9EAD;}
				.blog-item-admin-footer2 a:hover {text-decoration:underline;}
				
			.blog-item-admin-footer3 {
			font-size:11px;
			line-height:18px;
			color:#ffffff;
			background-color:#3A525E;
			padding:0 5px;
			}
				.blog-item-admin-footer3 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer3 a {color:#ffffff;}
				.blog-item-admin-footer3 a:hover {text-decoration:underline;}
	
	
	
	.pricelist {
	padding-left:20px;
	}
		.pricelist-header {
		font-weight:bold;
		}
		
		.pricelist-item {
		border-top:solid #e1e1e1 1px; 	
		}
	
		.pricelist-product {
		float:left;
		width:45%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-price {
		float:left;
		width:20%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-inclusive {
		float:left;
		width:15%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-qty {
		float:right;
		width:14%;
		text-align:right;
		padding-bottom:6px;
		padding-top:4px;
		}
			.pricelist-qty input {
			width:95%;	
			}
			
			
	
	.designers-grid {}
	
		.designers-grid a {
		display:inline-block;
		padding:14px 15px;
		opacity:0.5;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		}
		
			.designers-grid a:hover {
			opacity:1;
			}
			
			.designers-grid a img {
			vertical-align:middle;
			}
	
	#container-main-bottom .designers-grid {
	background-color:#ffffff;
	}	
	
		#container-main-bottom h2 {
		color:#C29E13;
   		padding-top:10px;
    	padding-bottom:10px;	
		}
			
		#container-main-bottom .designers-grid a {}
		
			#container-main-bottom .designers-grid a img {}
			
			
	
	
	/* PRODUCTS PAGES */
	.product-item-table {
	width:24%;
	text-align:center;
	padding:4px 4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	}
		.product-item-table .product-item-image {
		display:block;
		padding-bottom:4px;
		}
			.product-item-table .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:central;
			}
		
		.product-gap {}
		
		.product-basegap {
		font-size:0;
		line-height:10px;
		height:10px;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		}
		
		
		
#product-sections {
padding-bottom:20px;
}

	#product-sections .product-item {
	width:32%;
	margin-right:2%;
	position:relative;	
	margin-bottom:20px;
	}
		#product-sections .product-item .product-item-image {
		margin-bottom:0px;
		height:400px;
		}
		
			#product-sections .product-item .product-item-image .product-item-over {
			line-height:400px;
			}
	
		#product-sections .product-item .product-item-text {
		width:100%;
		padding:6px 20px;
		color:#000000;
		font-weight:700;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		opacity:0.8;
		z-index:900;
		}
			#product-sections .product-item:hover .product-item-text {
			background:none;
			opacity:1;
			}
			
			
		#product-sections .products-holder div:nth-child(3n+3) {margin-right:0;}
		#product-sections .products-holder div:nth-child(3n+4) {clear:left;}	
		#product-sections .products-holder div:nth-child(4n+4) {margin-right:2%;}
		#product-sections .products-holder div:nth-child(4n+5) {clear:none;}


	/*#product-sections .product-item:nth-child(1) {
	width:530px;
	}
	
	#product-sections .product-item:nth-child(2) {
	width:530px;
	margin-right:0px;
	}
		
		#product-sections .products-holder div:nth-child(4n+4) {margin-right:20px;}
		#product-sections .products-holder div:nth-child(4n+5) {clear:none;}	
		#product-sections .products-holder div:nth-child(5n+6) {margin-right:0px;}
		#product-sections .products-holder div:nth-child(5n+7) {clear:both;}*/
		
		
		
#product-categories {}

	#product-categories .product-item {
	width:22%;
	position:relative;	
	margin-bottom:20px;
	}
		#product-categories .product-item .product-item-image {
		margin-bottom:0px;
		height:400px;
		}
		
			#product-categories .product-item .product-item-image .product-item-over {
			line-height:400px;
			}
	
		#product-categories .product-item .product-item-text {
		width:100%;
		padding:6px 20px;
		color:#000000;
		font-weight:700;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		opacity:0.8;
		z-index:900;
		}
			#product-categories .product-item:hover .product-item-text {
			background:none;
			opacity:1;
			}
			
			
		#product-categories .products-holder div:nth-child(4n+4) {margin-right:0;}
		#product-categories .products-holder div:nth-child(4n+5) {clear:left;}	
		#product-categories .products-holder div:nth-child(5n+5) {margin-right:4%;}
		#product-categories .products-holder div:nth-child(5n+6) {clear:none;}
		
		
		
	.product-item {
	float:left;
	width:22%;
	margin-right:4%;
	font-size:17px;
	text-align:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:45px;
	}
		.product-item .product-item-image {
		display:block;
		padding-bottom:4px;
		padding:5px 5px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border:solid #ededed 1px;
		
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		
		position:relative;
		margin-bottom:4px;
		text-align:center;
		height:400px;
		}
			.product-item:hover .product-item-image {
			border:solid #ffffff 1px;	
			}
		
			.product-item .product-item-image .product-item-over {
			position:absolute;
			top:0px;
			left:0px;	
			bottom:0px;
			right:0px;
			color:#ffffff;
			font-size:80px;
			font-weight:300;
			line-height:400px;
			background-color:#ecc124;
		
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
		
			opacity:0;
			z-index:810;
			}
			
				.product-item:hover .product-item-image .product-item-over {
				opacity:0.8;	
				}
		
			.product-item .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:middle;
			position:absolute;
			top:50%;
			left:50%;
			-webkit-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
			z-index:800;
			}
			
				.product-item .product-item-image.sale::before {
				position:absolute;
				top:0;
				left:0;
				content:"";
				width:0;
				height:0;
				border-style:solid;
				border-width:60px 60px 0 0;
				border-color:#af3232 transparent transparent transparent;
		
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				
				z-index:820;
				}
					.product-item:hover .product-item-image.sale::before {border-color:#cc9b05 transparent transparent transparent;}
				
				.product-item .product-item-image.sale::after {
				position:absolute;
				top:8px;
				left:6px;
				content:"Sale!";
				color:#ffffff;
				-ms-transform: rotate(-45deg); /* IE 9 */
				-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
				transform: rotate(-45deg);
				z-index:830;
				}
			
			
			
			.product-item a {
			display:block;
		
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
			
				.product-item:hover a {
				color:#422d01;
				}
			
			.product-item .small {
			line-height:16px;
			display:block;
			font-weight:400;
			padding-top:6px;
			}
			
			.product-item .price {
			color:#422d01;
			}
			
			.product-item .sale .price {
			color:#af3232;
			}
			
		.products-holder div:nth-child(4n+4) {margin-right:0px;}
		.products-holder div:nth-child(4n+5) {clear:both;}
		
		
		
		
	
.pagination {
font-size:18px;
line-height:30px;
text-align:center;
}

	.pagination .page-number {
	display:inline-block;
	text-align:center;
	padding:0 10px;
	border:solid #ededed 1px;
	margin-left:3px;
	margin-right:3px;
	}
	
	.pagination .page-number.on {
	color:#ffffff;
	background-color:#000000;
	border:solid #000000 1px;
	}
	
	.pagination .page-number:hover {
	color:#ffffff;
	background-color:#ecc124;
	border:solid #ecc124 1px;
	}
	
	.pagination .page-direction {
	margin-left:12px;
	margin-right:12px;
	}
		
		
		
		
		
#product-details {
margin-bottom:40px;
}

	#product-details .product-details-images {
	float:left;
	width:48%;	
	}
		#product-details .product-details-images .product-image-holder {
		width:100%;
		height:500px;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		border:solid #ededed 1px;
		position:relative;
		}

			.product-image-holder.sale::before {
			position:absolute;
			top:0;
			left:0;
			content:"";
			width:0;
			height:0;
			border-style:solid;
			border-width:60px 60px 0 0;
			border-color:#af3232 transparent transparent transparent;
	
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			
			z-index:820;
			}
			
			.product-image-holder.sale::after {
			position:absolute;
			top:8px;
			left:6px;
			content:"Sale!";
			color:#ffffff;
			-ms-transform: rotate(-45deg); /* IE 9 */
			-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
			transform: rotate(-45deg);
			z-index:830;
			}
		
		
		
		#product-details .product-details-images .product-image-previous,
		#product-details .product-details-images .product-image-next {
		position:absolute;
		z-index:660;
		top:50%;
		margin-top:-20px;
		width:40px;
		height:40px;
		background-color:#000000;
		text-indent:-5000px;
		text-align:center;
		border-radius:2px;
		overflow:hidden;
		display:none;
		}
		
		#product-details .product-details-images .product-image-previous {left:10px;}
		#product-details .product-details-images .product-image-next {right:10px;}
		
			#product-details .product-details-images .product-image-previous::after {
			content:'';
			position:absolute;
			top:12px;
			left:14px;
			width:0;
			height:0;
			border-style:solid;
			border-width:8px 8px 8px 0;
			border-color:transparent #ffffff transparent transparent;
			}
		
			#product-details .product-details-images .product-image-next::after {
			content:'';
			position:absolute;
			top:12px;
			right:14px;
			width:0;
			height:0;
			border-style:solid;
			border-width:8px 0 8px 8px;
			border-color:transparent transparent transparent #ffffff;
			}
		
	
		#product-details .product-details-images .product-image {
		width:calc(100% - 1px);
		height:497px;
		text-align:center;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		position:relative;
		overflow:hidden;
		}
		
			#product-details .product-details-images .product-image img {
			position:absolute;
			top:50%;
			left:50%;
			-webkit-transform:translate(-50%, -50%);
			transform:translate(-50%, -50%);
			max-height:100%;
			vertical-align:middle;
			cursor:crosshair;
			opacity:0;
			z-index:600;
			height:0px;
		
			-moz-transition:opacity .5s ease-out;
			-webkit-transition:opacity .5s ease-out;
			transition:opacity .5s ease-out;
			}
				#product-details .product-details-images .product-image img.active {
				opacity:1;
				z-index:610;
				height:auto;
				}
			
			.zoomContainer {}
			.zoomLens {
			border:solid #ffffff 1px !important;
			/*background-color:#ecc124 !important;*/
			opacity:0 !important;
		
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			position:relative;
			}
			
				/*.zoomLens::after {
				content:"zoom";
				font-size:60px;
				font-weight:300;
				color:#ffffff;
				position:absolute;
				top:50%;
				left:50%;
				-webkit-transform:translate(-50%, -50%);
				transform:translate(-50%, -50%);
				opacity:0.8;
				}*/
				
				
		.product-thumbnail-holder {
		padding-top:16px;
		}
		
			.product-thumbnail-holder a {
			margin:0 8px;
			}
			
				.product-thumbnail-holder a:first-child {margin-left:0px;}
	
	
	
	#product-details .product-details-desc {
	float:right;
	width:48%;	
	}
	
		#product-details .product-details-desc h1 {
		padding-bottom:4px;
		}
		
	
		#product-details .product-details-desc a.designer-link {
		opacity:0.5;
		}
			#product-details .product-details-desc a.designer-link:hover {opacity:1;}
		
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list .shopping-cart-list-header {
		font-size:12px;
		font-weight:bold;
		padding:4px 0 4px 0;
		}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding-top:10px;
		padding-bottom:10px;
		border:solid #edeae5 1px;
		border-radius:3px;
		margin-bottom:10px;
		}
		
			.shopping-cart-list .scl-image {
			float:left;
			width:15%;
			padding-right:3%;
			}
				.shopping-cart-list .scl-image img {
				max-height:100px;
				}
			
			.shopping-cart-list .scl-products {
			float:left;
			width:55%;
			padding-right:3%;
			}
			
				.shopping-cart-list .scl-products .was-price-line {
				font-style:italic;
				}
				
				.shopping-cart-list .scl-products .was-price-line .was-price {
				text-decoration:line-through;
				}
				
				.shopping-cart-list .scl-products .scl-products-sale {
				color: #af3232;
				}
				
				.shopping-cart-list .scl-products .scl-products-additional .label {
				width:100%;
				}
				
				.shopping-cart-list .scl-products .cart-msg-type,
				.shopping-cart-list .scl-products .cart-msg-messages {
				 width:70%;
				 margin:1px 0 6px 0;
				 }

				.shopping-cart-list .scl-products .cart-msg-box textarea {
				width:70%;
				height:70px;
				}
			
			.shopping-cart-list .scl-quantity {
			float:left;
			width:10%;
			text-align:center;
			padding-right:3%;
			}
				.shopping-cart-list .scl-quantity .scl-quantity-text {display:none;}
			
				.shopping-cart-list .scl-quantity input.text {
				width:30px;
				}
				
				.shopping-cart-list .remove-link {
				font-size:10px;
				}
			
			.shopping-cart-list .scl-price {
			float:right;
			width:10%;
			text-align:right;
			padding-right:1%;
			}
			
			
		.shopping-cart-list .shopping-cart-update {
		padding-top:2px;
		padding-bottom:2px;  
		border-bottom:solid #edeae5 1px;
		}
			
	
	.shopping-cart-totals {}

		.shopping-cart-totals .shopping-cart-total-item .totals-space {
		float:left;
		width:45%;
		padding-top:5px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
		float:left;
		padding-top:10px;
		font-size:11px;
		font-weight:bold;
		width:45%;
		}
			.shopping-cart-totals .shopping-cart-total-item .totals-space select {
			max-width:96%;
			}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-text,
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		float:left;
		width:40%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:2%;
		border-top:solid #edeae5 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-value,
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		float:left;
		width:12%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:1%;
		border-top:solid #edeae5 1px;
		}
		
		
		.shopping-cart-totals .shopping-cart-total-final .totals-space {
		float:left;
		width:45%;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		width:42%;
		font-size:17px;
		font-weight:bold;
		line-height:30px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		background-color:#fbfaf7;
		border:solid #edeae5 1px;
		border-right:none;
		border-top-left-radius:3px;
		border-bottom-left-radius:3px;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		width:13%;
		font-size:17px;
		font-weight:bold;
		line-height:30px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		background-color:#fbfaf7;
		border:solid #edeae5 1px;
		border-left:none;
		border-top-right-radius:3px;
		border-bottom-right-radius:3px;
		}
		
			.shopping-cart-totals #sc-subtotals .totals-text,
			.shopping-cart-totals #sc-subtotals .totals-value {
			border-top:none;
			}
			
			
	
	
	
	/* Message Holder */
	.message-holder-over {}
	
	.message-holder {
	padding:4px 6px;
	background-color:#f3f3f3;
	border:solid #e1e1e1 1px;
	margin-bottom:16px;
	}
		.message-holder ul {
		padding:0 0 0 0;
		margin:0 0 0 0;
		}
			.message-holder ul li {
			background:none;
			padding:0 0 0 0;
			margin:0 0 0 0;
			}
			
			
			
	.msg-small {
	font-size:11px;
	color:#666666;
	}
			
			
			
	.cart-box-holder {
	padding:15px 20px;
	min-height:300px;
	border:	solid #edeae5 1px;
	margin-bottom:20px;
	}
		.cart-box {
		}
		
	
	.laybuy-info {
	font-size:16px;
	}
		.laybuy-info a {
		font-size:15px;	
		}
	
		.laybuy-info img {
		display:inline-block;
		vertical-align:middle;
		padding:0 6px;
		margin-top:-2px;
		}
		
	
	.sale-item-message {
	color: #af3232;
	font-weight:bold;
	margin-bottom:1em;
	}
		
		
	.address-selector {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	margin-left:0;
	padding-left:0;
	}
		.address-selector li {
		float:left;
		width:50%;
		line-height:18px;
		list-style:none;
		margin-top:0;
		padding-top:0;
		padding-bottom:20px;
		margin-left:0;
		padding-left:0;
		background:none;
		}
		
			.address-selector .address-selector-button {
			float:left;
			width:10%;	
			}
			
			.address-selector .address-selector-address {
			float:left;
			width:88%;
			padding-top:2px;	
			}
			
			
	
	.cart-checkradio-holder {}
	
		.cart-checkradio-holder .checkradio {
		float:left;
		width:50%;
		padding-bottom:4px;
		}
			.cart-checkradio-holder .checkradio .checkradio-button {
			float:left;
			width:10%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;	
			padding-right:10px;
			}
			
			.cart-checkradio-holder .checkradio label {
			float:left;
			width:80%;
			}
		
		
		
	.order-summary {}
			
		.order-summary .os-left {
		padding:2px 4px 2px 0;
		}
		
		.order-summary .os-right {
		padding:2px 0 2px 0;
		text-align:right;
		}
		
		.order-summary .os-total {
		padding-top:6px;
		border-top:solid #edeae5 1px;
		}
		
	
	.payment-holder-table {
	float:left;
	width:48%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:19px;
    padding-left:60px;
    padding-bottom:18px;
	border:solid #edeae5 1px;
	border-radius:3px;
	margin-bottom:10px;
	position:relative;
	}
	
		.payment-holder-table:nth-child(2n+2) {
		float:right;	
		}
		
		.payment-radio-holder {
		position:absolute;
		top:20px;
		left:20px;
		text-align:center;
		padding:4px 0 5px 0;
		}
	
		.payment-holder {
		float:left;
		width:90%;
		text-align:left;
		padding:0px 0 5px 0;
		background-position:right top;
		background-repeat:no-repeat;
		}
		
			.payment-holder h5 {
			font-size:18px;
			font-weight:100;
			}
		
			.payment-holder label {
			display:block;
			}
			
			.payment-holder img {
			margin-top:6px;
			}
		
			.payment-holder label,
			.payment-holder h5,
			.payment-holder p {
			cursor:pointer;
			}
			
			
			
	#country-line {
	line-height:28px;
	}
		
		.country-holder {
		float:left;
		display:inline-block;
		}
		
		.country-changer {
		float:left;
		padding-left:10px;
		display:inline-block;
		}
		
		.country-picker {
		float:left;
		display:none;
		padding-left:10px;
		padding-top:4px;
		}
		
	.orderhistory-titles {
	padding:5px 3px;
	background-color:#f9f9f8;
	border-bottom:solid #d9d9d9 1px;
	}
	
	.orderhistory-td {
	padding:5px 3px;	
	}
	
		

	
	/* Tables Module Styles */	
	.display-table {}
	
		.display-table th {
		color:#ffffff;
		text-align:left;
		background-color:#5a5a5a;
		}
		
		.display-table td {text-align:left;}
	
		.display-table .dt-firstcol {}
		.display-table .dt-lastcol {}
		
		.display-table .dt-colhighlight {font-weight:bold;}
		
		.display-table .dt-modon {background-color:#eeeff0;}
		.display-table .dt-modoff {}
		
		
	
	/* Forum Module Styles */	
	.forum-table {}
		
		.forum-table th {
		padding:0px 5px;
		font-size:11px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.forum-table td {
		padding:6px 5px;
		line-height:16px;
		border-bottom:solid #eeeeee 1px;
		}
		
		
	/* User Images */
	.user-images {}
	
		.user-images .user-image {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		}
			.user-images .user-image img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.user-images .user-image:nth-child(6n+6) {margin-right:0%;}
		.user-images .user-image:nth-child(6n+7) {clear:left;}
		
		
	/* Admin Module Styles */	
	.admin-table {}
		
		.admin-table th {
		padding:0px 5px;
		font-size:11px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.admin-table td {
		padding:6px 5px;
		line-height:16px;
		border-bottom:solid #eeeeee 1px;
		}
		
		.admin-table .admin-table-odd {
		background-color:#faf8f4;
		}
		
		.admin-table .admin-table-highlight {
		color:#ffffff;
		cursor:pointer;
		background-color:#605f5f;
		}
		
		.admin-table-footer {
		padding:6px 5px;
		}
			.admin-table-footer .pagination {
			float:right;
			display:inline-block;
			padding:3px 0;
			}
				.admin-table-footer .pagination .pagination-pages {
				float:left;
				display:inline-block;
				font-size:11px;
				padding:0px 5px;
				}
				
				.admin-table-footer .pagination a {
				float:left;
				display:inline-block;
				padding:0px 3px;
				border:solid #eeeeee 1px;
				margin-left:2px;
				}
					.admin-table-footer .pagination a:hover {
					color:#ffffff;
					background-color:#605f5f;
					border:solid #605f5f 1px;
					}
					
					.admin-table-footer .pagination a.on {font-weight:bold;}
					
					
		#admin-search-box {
		padding:6px 5px;
		border:solid #eeeeee 1px;
		margin-bottom:15px;
		}
			#admin-search-box table td {
			padding:4px 0;	
			}
			
	/* Admin edit form */		
	#form_edit {}
		
		#form_edit th {
		display:none;
		text-align:left;
		font-size:22px;
		line-height:24px;
		padding:4px 0 4px 0;
		}
		
		#form_edit td {
		padding-bottom:6px;
		}
			#form_edit td textarea {
			font-size:11px;
			width:250px;
			height:113px;
			}
			
			#form_edit td select {
			font-size:12px;
			width:245px;
			}
			
			#form_edit td input[type=text] {
			font-size:12px;
			width:240px;
			}
		
		#form_edit .textcell {
		width:165px;
		color:#353535;
		font-weight:bold;
		vertical-align:top;
		}
		
		
		#form_edit .image-selectors {
		clear:left;
		float:left;
		display:inline-block;
		line-height:20px;
		border:solid #ffffff 1px;
		margin-bottom:2px;
		cursor:pointer;
		padding:1px 5px 1px 1px;
		}
			#form_edit .image-selectors img {
			padding:0 0 0 0;
			margin:0 0 0 0;
			vertical-align:middle;
			}
			
			#form_edit .img-sel-on {
			font-weight:bold;
			border:solid #eeeeee 1px;	
			}
		
		
		
		
	/* NEXT PREVIOUS PAGES */		
	.nextprev {float:right;}
		.nextprev .num {
		color:#333333;
		background-color:#E0E0E0;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .cur {
		font-weight:bold;
		background-color:#B5B5B5;
		}
		.nextprev .np {
		color:#ffffff;
		background-color:#000000;
		padding:0 4px 0 4px;
		margin-left:3px;
		}
		.nextprev .se {
		color:#A0A0A0;
		background-color:#F3F3F3;
		}
		.nextprev a:hover {
		text-decoration:none;
		color:#CCCCCC;
		background-color:#000000;
		}
			
			
	/* FORM STYLES
	Form styles for standard forms. */	
			
			
	/* Login PAGES */	
	#login {}
		#login .login-form {}
		
			#login .login-form li {
			padding-left:0px;
			background:none;
			}
			
				#login .login-form li label {
				display:inline-block;
				width:200px;
				}
		


	/* MAIN FORM */
	form {
	margin:0 auto; 
	padding:0 0 0 0;
	}
				
		.req {
		color:#D60309;
		font-weight:bold;
		font-size:12px;
		}
		
		.form-item {
		clear:both;
		width:100%;
		max-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom:7px;
		}
		
			.contact form .form-item:nth-child(3) {
			float:left;
			width:48%;	
			}
			
			.contact form .form-item:nth-child(4) {
			float:right;
			clear:none;
			width:48%;	
			}
		
		
			.form-item .label,
			.form-item .label2 {
			width:100%;	
			line-height:22px;
			}
			
			.form-item .label-padding {
			margin-left:0%;
			}
			
			.form-item .subbut,
			.form-footer,
			#recaptcha_image {
			padding-left:0%;	
			}
			
			.form-item .input,
			.form-item .select,
			.form-item .checkbox,
			.form-item .radio,
			.form-item .textarea {
			width:100%;	
			}
		
		
	
		.form-item .label {
		float:left;
		font-weight:bold;
		color:#C29E13;
		line-height:22px;
		text-align:left;
		margin-top:2px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding-right:10px;
		}
		
		.form-item .label2 {
		float:left;
		font-size:17px;
		font-weight:bold;
		color:#C29E13;
		line-height:22px;
		text-align:left;
		margin-top:2px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding-right:10px;
		}
		
			#main .main-right .form-item .label,
			#main .main-left .form-item .label {
			float:none;
			width:100%;
			margin-right:0%;
			margin-bottom:2px;
			}
		
		.form-item .label-details {
		width:100%;
		margin-right:0%;
		font-weight:normal;
		font-size:13px;
		color:#666666;
		line-height:15px;
		}
		
		.form-item .input {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .input,
			#main .main-left .form-item .input {
			float:none;
			width:auto;
			}
		
			.form-item .input input,
			#product-qty {
			font-size:15px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
				#main .main-right .form-item .input input,
				#main .main-left .form-item .input input {width:97%;}
			
		.form-item .select {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .select,
			#main .main-left .form-item .select {
			float:none;
			width:auto;
			}
		
			.form-item .select select,
			#prod-select {
			font-size:15px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
				#main .main-right .form-item .select select,
				#main .main-left .form-item .select select {width:97%;}
			
		.form-item .checkbox {
		float:left;
		height:auto;
		vertical-align:middle;
		}
			#main .main-right .form-item .checkbox,
			#main .main-left .form-item .checkbox {
			float:none;
			width:auto;
			}
		
		.form-item .radio {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .radio,
			#main .main-left .form-item .radio {
			float:none;
			width:auto;
			}
		
		.form-item .textarea {
		float:left;
		font-size:12px;
		height:auto;
		margin-bottom:5px;
		}
			#main .main-right .form-item .textarea,
			#main .main-left .form-item .textarea {
			float:none;
			width:auto;
			}
		
			.form-item .textarea textarea {
			font-size:15px;
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			height:100px;
			}
				#main .main-right .form-item .textarea textarea,
				#main .main-left .form-item .textarea textarea {width:97%;}
			
			.form-item .textarea img {
			padding-top:3px;
			}
			
			
			
			form .form-item .input input,
			form .form-item textarea {
			appearance:none;
			-ms-appearance:none;
			-moz-appearance:none;
			-webkit-appearance:none;	
			}
			
			form .form-item .input input,
			form .form-item select,
			form .form-item textarea,
			#prod-select,
			#product-qty {
			border:none;
			background:none;
			font-family:"effra-n4", "effra", Arial, Helvetica, sans-serif;
			font-size:15px;
			line-height:22px;
			height:40px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:8px 12px;
			border:solid #c2c1c1 1px;
			border-radius:3px;
			vertical-align:middle;
			margin:0 0 0 0;
			}
				
				form .form-item textarea {
				padding:8px 8px 8px 8px;
				line-height:24px;
				height:100px;	
				}
				
				form .form-item select,
				#prod-select {
				padding:8px 8px 8px 8px;
				line-height:18px;
				height:36px;
				}
			
			
		
		.form-item .subbut,
		#recaptcha_image {
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		height:auto;
		margin-top:10px;
		}
			#main .main-right .form-item .subbut,
			#main .main-left .form-item .subbut,
			#main .main-left #recaptcha_image,
			#main .main-right #recaptcha_image {
			width:100% !important; 
			float:none;
			margin-left:0%;
			padding-left:0px;
			}
			
			
				
				/* Custom button */
				.form-item .subbut input,
				#checkout_button,
				#continue_button,
				#add_button,
				#cancel_button,
				#checkout_special,
				#review-submit-button,
				#update_button,
				#buy-button {
				/* Custom button styles here*/
				
				appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				border:none;
				background:none;
				font-family:"effra-n7", "effra", Arial, Helvetica, sans-serif;
				font-weight:700;
				font-size:17px;
				line-height:22px;
				height:40px;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				padding:8px 22px;
				color:#ffffff;
				background-color:#000000;
				border-radius:3px;
				vertical-align:middle;
				margin:0 0 0 0;
				cursor:pointer;
				}
				
					.form-item .subbut input:hover,
					#checkout_button:hover,
					#continue_button:hover,
					#add_button:hover,
					#cancel_button:hover,
					#checkout_special:hover,
					#review-submit-button:hover,
					#update_button:hover,
					#buy-button:hover {
					color:#000000;
					background-color:#ffffff;
					}
			
			#cart-list #continue_button {
			margin-right:5px;
			}
			
	
	
		.form-footer {
		float:left;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		font-size:12px;
		color:#666666;
		padding-bottom:5px;
		}
			#main .main-right .form-footer,
			#main .main-left .form-footer {
			float:none;
			width:auto;
			}
		
		
		
		.subform {}
		
			.subform th {
			background-color:#CCCCCC;
			}
			
			.subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			.sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			.sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				.sub-form-holder .subbut2 {
				padding-left:150px;
				}
				
				
				
				
				
	/* Google reCaptcha widget styles */
	
	#recaptcha_image {
	width:100% !important;
	margin-left:0%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	text-align:center;
	padding:5px;
	background-color:#ffffff;
	border:solid #e1e1e1 1px;
	margin-bottom:12px;
	}
		#recaptcha_image img {
		max-width:100%;
		max-height:100%;
		}
		
		#recaptcha_image embed, 
		#recaptcha_image object, 
		#recaptcha_image iframe {
		float:left;
		max-width:0px;
		width:0px;
		height:0px;
		}
		
		#recaptcha_image br {display:none;}
		
		#recaptcha_image #recaptcha_audio_play_again,
		#recaptcha_image #recaptcha_audio_download {
		clear:left;
		float:left;
		cursor:pointer;
		}
		
	
	.recaptcha_input {
	position:relative;
	}
		.recaptcha_input .input {
		padding-right:90px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
		
			#main .main-left .input,
			#main .main-right .input {
			padding-right:0px;
			}
		
		
	.recaptcha_options {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
		.recaptcha_options li {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
	
		.recaptcha_options li a {
		position:absolute;
		top:37px;
		width:16px;
		height:16px;
		text-indent:-5000px;
		overflow:hidden;
		}
			.recaptcha_options #recaptcha_refresh_button a {right:60px;}
			.recaptcha_options #recaptcha_sound_button a {right:30px;}
			.recaptcha_options #recaptcha_image_button a {right:30px;}
			.recaptcha_options #recaptcha_help_button a {right:0px;}
			
			
		
			#main .main-left .recaptcha_options li a,
			#main .main-right .recaptcha_options li a {
			top:0px;
			}
		
		
		
		
	/* Icon set styles (Beginning of project) */
	
	*[class*='iconblack-'] {
	background-repeat:no-repeat;
	}
	
		.iconblack-refresh {background-image:url(../images/icons/iconblack_refresh.png);}
		.iconblack-sound {background-image:url(../images/icons/iconblack_sound.png);}
		.iconblack-picture {background-image:url(../images/icons/iconblack_picture.png);}
		.iconblack-help {background-image:url(../images/icons/iconblack_help.png);}
	
	
	
/* Frontpage Standard Flexslider */

				
	#image-rotator .flex-caption {
	color:#fff;
	text-align:center;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	}

		#image-rotator .flex-caption h2 {
		font-size:94px;
		line-height:90px;
		padding:0;
		font-weight:500;
		font-family:"effra-n5", "effra", Arial, Helvetica, sans-serif;
		text-transform:uppercase;	
		}

		#image-rotator .flex-caption .rotator-text {
		display:inline-block;
		font-size:24px;
		letter-spacing:3px;
		padding:20px 60px;
		margin-top:44px;
		text-transform:uppercase;	
		}

		#image-rotator .flex-caption .rotator-button {
		display:inline-block;
		margin-top:44px;
		font-size:24px;
		text-transform:uppercase;
		padding:20px 60px;
		border:2px solid #fff;
		cursor:pointer;
		background-color:transparent;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		}

			#image-rotator .flex-caption .rotator-button:hover {
			background-color:#000;
			border-color:#000;	
			}
	
		