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



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



/* DEFAULT LINKS */
a         {text-decoration:none;color:#7a7a7b;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#363638;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"myriad-pro-n7", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight:700;
text-transform:uppercase;
margin:0px 0px 0px 0px;
}

h1 {
font-size:34px;
letter-spacing:1.2px;
line-height:34px;
padding:4px 0 24px 0;
}

h2 {
font-size:33px;
letter-spacing:0.5px;
line-height:33px;
padding:4px 0 10px 0;
}

h3,
.footer-left h1 {
font-size: 19px;
letter-spacing:0.5px;
line-height:26px;
padding:4px 0 20px 0;
}

h4 {
font-size:19px;
letter-spacing:0.5px;
line-height:19px;
padding:4px 0 10px 0;
}

h5 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h6 {font-size:16px;line-height:16px;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:12px;}
.small-center {font-size:11px;text-align:center;font-style:italic;}
.large {font-size:16px;}
.error, .checkout-error, .red {color:#b60d04;}
.green {color:#5ea90d;}
.light {color:#8c999b;}
.darkgrey {color:#1a1a1b;}
.grey {color:#999999;}
.checkout-error {padding-bottom:16px;}


.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:15px;
height:15px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #f1f1f1 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 */
}


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


/* 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:1.7;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point_dark.png);
	background-position:5px 11px;
	background-repeat:no-repeat;
	}
	
	
#none {
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}




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

	#container-flash {
	min-height:6px;
	}

		.home #container-flash {display:none;}

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

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


	#container-intro .wrap {position:relative;}


	/* MAIN HEADER */
	#header {
	height:160px;
	padding-top:25px;
	position:relative;
	}
		#header #logo {
		float:left;
		display:inline-block;
		}
			#header #logo img {
			vertical-align:middle;
			}
		
		
		/* CART NAVIGATION */
		#top-nav {
		float:right;
		display:inline-block;
		height:26px;
		line-height:26px;
		color:#9c9c9e;
		text-align:right;
		white-space:nowrap;
		vertical-align:middle;
		margin-top:15px;
		}
			#top-nav a {
			display:inline-block;
			padding:0 0;
			color:#9c9c9e;
			margin-left:20px;
			-moz-transition:all .2s ease-out;
			-webkit-transition:all .2s ease-out;
			transition:all .2s ease-out;
			border-radius:13px;
			}
				#top-nav a:hover {
				text-decoration:underline;
				}
		
		
		#header #search {
		float:right;
		display:inline-block;
		height:22px;
		padding-left:20px;
		margin-top:15px;
		}
			
			#header #search #search-box-input {
			width:200px;
			border:none;
			background:none;
			color:#000000;
			background-color:#f1f1f1;
			height:26px;
			line-height:26px;
			padding:0 5px 0 8px;
			box-sizing:border-box;
			border-top-left-radius:13px;
			border-bottom-left-radius:13px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			vertical-align:middle;
			margin-right:0px;
			}
				#header #search #search-box-input:active {
				outline:none;
				}
				
				#header #search #search-box-input.search-off {
				color:#bebdc1;
				}
			
			#header #search #search-button {
			border:none;
			background:none;
			color:#ffffff;
			background-color:#808084;
			height:26px;
			line-height:24px;
			padding:0 8px 0 5px;
			font-family:"myriad-pro-n7", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:700;
			font-size:13px;
			text-transform:uppercase;
			-moz-transition:all .2s ease-out;
			-webkit-transition:all .2s ease-out;
			transition:all .2s ease-out;
			box-sizing:border-box;
			border-top-right-radius:13px;
			border-bottom-right-radius:13px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			vertical-align:middle;
			margin-left:0px;
			}
				#header #search #search-button:hover {
				cursor:pointer;
				background-color:#363638;
				}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	clear:right;
	float:right;
	display:inline-block;
	font-family:"myriad-pro-n6", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size:17.5px;
    letter-spacing:0.4px;
	text-transform:uppercase;
	height:40px;
	line-height:40px;
	color:#808084;
	position:relative;
	margin-top:52px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:40px;
			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;
			}
			
			#navigation ul li.mobile-item {
			display:none;
			}
			
			#navigation ul li:nth-last-child(2) a {
			padding-right:0px;
			}
	
		#navigation a {
		float:left;
		display:inline-block;
		height:40px;
		line-height:40px;
		padding:0 20px;
		color:#808084;
		border:solid rgba(255, 255, 255, 0) 1px;
		border-bottom:none;
		-moz-transition:all .2s ease-out;
		-webkit-transition:all .2s ease-out;
		transition:all .2s ease-out;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:40px;
			line-height:40px;
			font-weight:600;
			padding-right:0px;
			}
			
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			color:#1d1d1e;
			z-index:894;
			}

			#navigation .over,
			#navigation .over:hover {
			position:relative;
			background-color:#ffffff;
			border:solid #d9d9db 1px;
			border-bottom:none;
			z-index:1202;
			}
				#navigation .over:after,
				#navigation .over:hover:after {
				content:'';
				position:absolute;
				top:39px;
				left:0px;
				right:0px;
				height:1px;
				background-color:#ffffff;
				z-index:1203;	
				}
			
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation .on strong,
				#navigation a:hover b,
				#navigation .over b,
				#navigation .on b {
				cursor:pointer;
				}
				
			#navigation .over,
			#navigation a:hover.over {
			
			}
				#navigation .over strong,
				#navigation .over b,
				#navigation a:hover.over strong,
				#navigation a:hover.over b {
				
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:40px;
			/*font-size:0;*/
			text-align:center;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:40px;
				left:0px;
				display:none;
				font-size:15px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				padding:15px 0;
				border:solid #d9d9db 1px;
				background-color:#ffffff;
				box-shadow:0px 2px 2px rgba(0, 0, 0, 0.05);
				z-index:1200;
				}
					#navigation .sub-nav li {
					width:220px;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:220px;
						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;
						-moz-transition:all 0s ease-out;
						-webkit-transition:all 0s ease-out;
						transition:all 0s ease-out;
						border-radius:0px;
						color:#808084;
						background:none;
						padding:10px 13px;
						background-color:#ffffff;
						margin:0 0 0 0;
						z-index:1201;
						}
							#navigation .sub-nav a:hover {
							color:#1d1d1e;
							border-radius:0px;
							background-color:#f6f6f6;
							}
							
						#navigation .sub-nav li:last-child a {
						border-bottom:none;
						}
						
		.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 {
	    display: none;
    /* margin-top: 10px; */
    /* float: right; */
    position: absolute;
    top: 20px;
    right: -10px;
    color: #bdbdbf;
    line-height: 22px;
    padding: 30px 10px;
    height: 22px;
    font-size: 18px;
    /* background-color: #363638; */
    /* background-image: url(../images/icon_menu.png); */
    /* background-position: 5px center; */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* border: solid #363638 14px; */
	}
	
		#mobile-menu a .icon-bars {
		font-size: 28px;	
		}
	
						
							
	/* 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:15px 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:#b60d04;
			}
			
			#site-messages .alert-message {
			color:#ffffff;
			background-color:#999999;
			}
			
			#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 {}	

	#sequence {
    position:relative; /* required */
    width:100%;
	overflow:hidden;
	}
		#sequence .sequence-canvas {
		margin:0 0 0 0;
		padding:0 0 0 0;	
		}
	
		#sequence .sequence-canvas li {
		position: absolute;
    	width:100%;
   	 	height:100%;
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-size:contain;
		list-style:none;
    	z-index:1;
		}
	
		#sequence > .sequence-canvas li > * {  /* required */
		position: absolute;
    	width:100%;
   	 	height:100%;
    	z-index:1;
		}

		
	#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 {
	height:6px;
	background-color:#f6f6f6;
	overflow:hidden;
	}
			#random-holder img {
			width:100%;
			vertical-align:middle;
			}
		
			#random-holder a {color:#000000;}
			#random-holder a:hover {color:#6D9EAD;}
		
		
		
	/* 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 {}
		


	#home-boxes {}
	
		#home-boxes .home-box-item {
		float:left;
		width:25%;
		position:relative;
		perspective:600px;
		-webkit-perspective:600px; /* WebKit */
		-moz-perspective:600px; /* Mozilla */
		-o-perspective:600px; /* Opera */
		-ms-perspective:600px; /* Internet Explorer */
		}
			#home-boxes .home-box-item .home-box-image {
			position:absolute;
			top:0px;
			width:100%;
			display:block;
			-moz-transition:all .6s ease-out;
			-webkit-transition:all .6s ease-out;
			transition:all .6s ease-out;
			z-index:920;
			}
			
				#home-boxes .home-box-item .home-box-image .home-box-over,
				#home-boxes .home-box-item .home-box-image .home-box-under {
				position:absolute;
				top:0px;
				left:0px;	
				}
				
				#home-boxes .home-box-item .home-box-image .home-box-under {z-index:921;}
				#home-boxes .home-box-item .home-box-image .home-box-over {z-index:922;display:none;}
		
				#home-boxes .home-box-item .home-box-image img {
				width:100%;
				vertical-align:top;
				/*filter:gray;*/ /* IE6-9 */
				/*-webkit-filter:grayscale(1);*/ /* Google Chrome & Safari 6+ */
				-moz-transition:all .6s ease-out;
				-webkit-transition:all .6s ease-out;
				transition:all .6s ease-out;
				}
				
					#home-boxes .home-box-item .home-box-image:hover {
					/*opacity:1.0 !important;*/
					}
						#home-boxes .home-box-item .home-box-image:hover img {
						/*filter:none;*/ /* IE6-9 */
						/*-webkit-filter:grayscale(0);*/ /* Google Chrome & Safari 6+ */
						}
						
			#home-boxes .home-box-item .home-box-text {
			position:absolute;
			top:0px;
			bottom:0px;
			width:100%;
			height:100%;
			display:block;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			transform-style:preserve-3d;
			-webkit-transform-style:preserve-3d; /* WebKit */
			-moz-transform-style:preserve-3d; /* Mozilla */
			-o-transform-style:preserve-3d; /* Opera */
			-ms-transform-style:preserve-3d; /* Internet Explorer */
  			transition:transform 1s;
			-webkit-transition:-webkit-transform 1s; /* WebKit */
			-moz-transition:-moz-transform 1s; /* Mozilla */
			-o-transition:-o-transform 1s; /* Opera */
			-ms-transition:-ms-transform 1s; /* Internet Explorer */
			z-index:920;
			}
				.home-box-black {
				background-color:#363638;
				}
				
				.home-box-white {
				background-color:#535355;
				}
				
				#home-boxes .home-box-item a.home-box-text {color:#d3d3d6;}
				#home-boxes .home-box-item a.home-box-text strong,
				#home-boxes .home-box-item a.home-box-text b {color:#ffffff;}
				
				#home-boxes .home-box-item a.home-box-text h4 {
				font-size:26px;
				color:#969599;
				}
				
				
				#home-boxes .home-box-item .home-box-text figure {
				display:block;
				position:absolute;
				top:0px;
				bottom:0px;
				width:100%;
				height:100%;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				backface-visibility:hidden;
				-webkit-backface-visibility:hidden; /* WebKit */
				-moz-backface-visibility:hidden; /* Mozilla */
				-o-backface-visibility:hidden; /* Opera */
				-ms-backface-visibility:hidden; /* Internet Explorer */
				margin:0 0 0 0;
				padding:0 0 0 0;
				padding:25px 18px;
				}
				
					#home-boxes .home-box-item .home-box-text .front {
					transform:rotateY(0deg);
					-webkit-transform:rotateY(0deg); /* WebKit */
					-moz-transform:rotateY(0deg); /* Mozilla */
					-o-transform:rotateY(0deg); /* Opera */
					-ms-transform:rotateY(0deg); /* Internet Explorer */
					z-index:933;
					}
					
					#home-boxes .home-box-item .home-box-text .back {
					background-color:#808084;
					transform:rotateY(180deg);
					-webkit-transform:rotateY(180deg); /* WebKit */
					-moz-transform:rotateY(180deg); /* Mozilla */
					-o-transform:rotateY(180deg); /* Opera */
					-ms-transform:rotateY(180deg); /* Internet Explorer */
					z-index:932;
					}
					
					#home-boxes .home-box-item .home-box-text.flipped {
					transform:rotateY(180deg);
					-webkit-transform:rotateY(180deg); /* WebKit */
					-moz-transform:rotateY(180deg); /* Mozilla */
					-o-transform:rotateY(180deg); /* Opera */
					-ms-transform:rotateY(180deg); /* Internet Explorer */
					}
			
			#home-boxes .home-box-item .spacer {position:relative;}
			#home-boxes .home-box-item .spacer img {
			position:relative;
			vertical-align:top;
			display:inline-block;
			}
			
			
		#home-boxes .home-box-item .home-box-view {
		position:absolute;
		top:35%;
		width:60%;
		height:40px;
		line-height:40px;
		color:#363638;
		font-family:"myriad-pro-n7", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:700;
		font-size:19px;
		text-transform:uppercase;
		background-color:#ffffff;
		margin-left:16%;
		margin-right:16%;
		pointer-events:none;
		text-align:center;
		display:none;
		z-index:950;
		border:6px solid rgba(255,255,255,0.4);
		-moz-background-clip:padding;     /* Firefox 3.6 */
		-webkit-background-clip:padding;  /* Safari 4? Chrome 6? */
		background-clip:padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
		border-radius:25px;
		}



	
	/* BREADCRUMB */
	#breadcrumb {
	font-size:11px;
	line-height:24px;
	padding:16px 25px 4px 25px;
	}
	
	
	
	
	.product-dropdown {
	position:absolute;
	left:400px;
	top:-10px;
	width:240px;
	color:#ffffff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	background-color:#363638;
	padding:0 0 0 0;
	z-index:990;
	display:none;	
	}
	
		.product-dropdown a {color:#ffffff;}
	
		.product-dropdown-item {
		float:left;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:6px 10px;
		margin:0 0 0 0;
		}
			.product-dropdown-item:hover {
			background-color:#535355;
			cursor:pointer;
			}
		
			.product-dropdown-item .product-dropdown-image {
			float:left;
			width:18%;
			margin-right:5%;
			}
				.product-dropdown-item .product-dropdown-image img {vertical-align:middle;}
			
			.product-dropdown-item .product-dropdown-text {
			float:left;
			width:77%;
			font-family:"myriad-pro-n7", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight:700;
			font-size:14px;
			text-transform:uppercase;
			padding-top:10px;
			}

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:1.7;
	min-height:200px;
	padding:0 0 50px 0;
	}
		
		.home #main {padding-top:0px;}
		
		.home #container-main .wrap {
		max-width:none;
		}
		
		
		#main h1 {color:#1d1d1e;}
		
		
		#main .main-top {
		padding-top:50px;
		}
		
		#main .main-bottom {
		padding-top:20px;
		}
		
		
		#main .main-full {
		width:100%;
		padding-top:60px;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		padding-top:60px;
		}
		
			
			#main .main-box {
			padding:13px 0 8px 0;
			border-top:solid #d9d9db 1px;
			}
			
		
		#main .thirds {}
			#main .main-third {
			float:left;
			width:30%;
			margin-right:5%;
			padding-top:60px;	
			}
			
				#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%;
		padding-top:60px;
		}
		
		#main .full-right {
		float:right;
		width:47%;
		padding-top:60px;
		}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:20%;
		margin-right:20px;
		padding-top:60px;
		}

		#main .main-right {
		float:right;
		width:20%;
		padding-top:60px;
		}
		
			#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:0px 0;
			margin:0 0 0 0;
			line-height:1.7;
			margin-bottom:1px;
			}
			
			#main .main-right .side-holder,
			#main .main-left .side-holder {
			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 {
				padding:0 0 12px 0;
				}
		
			#main .main-right h5,
			#main .main-right h6,
			#main .main-left h5,
			#main .main-left h6 {
			line-height:18px;
			font-size:18px;
			font-weight:bold;
			padding:6px 0;
			margin-top:10px;
			}
			
			#main .main-right h5,
			#main .main-left h5 {}
			#main .main-right h6,
			#main .main-left h6 {}



	/* home page */
	
	.home #main .main-full {
	padding-top:0px;
	}

	.home-feature {
	display:block;
	width:100%;
	padding:0 5px 60px 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin: 0 auto;
	}
	
		.home-feature .home-feature-item {
		float:left;
		width:30%;
		min-height:100px;
		border-radius:5px;
		overflow:hidden;
		margin: 0 auto;
		position:relative;
		}
			.home-feature .home-feature-item .home-feature-inner {
			display:block;
			margin:5px 5px;
			position:relative;
			overflow:hidden;
			}
	
		.home-feature .feature-normal {}
		
			.home-feature .feature-normal .home-feature-inner {
			padding-bottom:60%;
			}
		
		.home-feature .feature-large {float:right;width:70%;}
		
			.home-feature .feature-large .home-feature-inner {
			padding-bottom:40%;
			}
			
		.home-feature .feature-square {width:30%;}
		
			.home-feature .feature-square .home-feature-inner {
			padding-bottom:100%;
			}
			
		.home-feature .feature-middle {float:right;width:40%;}
		
			.home-feature .feature-middle .home-feature-inner {
			padding-bottom:50%;
			}
			
		.home-feature .feature-side {float:right;width:30%;}
		
			.home-feature .feature-side .home-feature-inner {
			padding-bottom:66.6%;
			}
		
			.home-feature-text {
			position:absolute;
			top:50%;
			left:20px;
			right:20px;
			color:#ffffff;
			text-shadow:0px 0px 15px rgba(0,0,0,0.2);
			text-align:center;
			-webkit-transform:translateY(-50%);
			-moz-transform:translateY(-50%);
			-ms-transform:translateY(-50%);
			-o-transform:translateY(-50%);
			transform:translateY(-50%);
			z-index:1;
			}
				.dark .home-feature-text {
				color:#1d1d1e;
				text-shadow:none;
				}
				
				.home-feature-text h3 {
				font-size:21px;
				font-weight:600;
				text-transform:none;
    			padding:4px 0 4px 0;
				}
		
			.home-feature-image {
			position:absolute;
			top:50%;
			left:0px;
			right:0px;
			display:block;
			display:inline-block;
			overflow:hidden;
			vertical-align:middle;
			-webkit-transform:translateY(-50%);
			-moz-transform:translateY(-50%);
			-ms-transform:translateY(-50%);
			-o-transform:translateY(-50%);
			transform:translateY(-50%);
			}
				.home-feature-image:after {
				content:'';
				position:absolute;
				top:0px;
				left:0px;
				right:0px;
				bottom:0px;
				background-color:rgba(128, 128, 132, 0.4);
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
				opacity:0;
				}
					.home-feature-item:hover .home-feature-image:after {
					opacity:1;	
					}
		
				.home-feature-image img {
				max-width:100%;
				vertical-align:middle;
				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				transition: all .5s ease;
				}
				
					.home-feature-item:hover .home-feature-image img {
					transform:scale(1.05,1.05);
					}

	.home .products-holder {
	max-width: 900px;
    text-align: left;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 0;
    border: none;
	}
	
	
	
	
	
	/* Products page */
	
	.products-page #container-main .wrap {
	max-width: 900px;
	}
	
	
	
	
	/* The gallery page */
	
	.the-gallery-page {}
	
		.the-gallery-page h1 {
		padding-top:30px;
		}
		
		.the-gallery-page .subtitle {
		padding-top:70px;	
		}
		
		.the-gallery-page i.large {
		font-size: 23px;
		line-height: 1.5;
		display: block;
		text-align: center;
		padding: 30px 25%;
		}
		
		.the-gallery-page .main-bottom {
		max-width: 900px;
		text-align: left;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		padding: 0 0 0 0;
		border: none;
		}
			.the-gallery-page .main-bottom h3 {
			text-align:center;
			}
			
	@media screen and (max-width: 1080px) {
		
		.the-gallery-page .subtitle {
		padding-top:20px;	
		}
		
	}
	
	@media screen and (max-width: 550px) {
		
		.the-gallery-page i.large {
		padding: 20px 5%;
		}
		
	}
	
	
	
	
	/* Login page */
	
	.login-page {}
	
		.login-page #container-main .wrap {
		max-width:400px;
		padding-bottom:40px;
		}
		
	.create-account-page {}
	
		.create-account-page #container-main .wrap {
		max-width:600px;
		padding-bottom:40px;
		}
		
	.details-page {}
	
		.details-page #container-main .wrap {
		max-width:600px;
		padding-bottom:40px;
		}
		
	.checkout-page {}
	
		.checkout-page #container-main .wrap {
		max-width:900px;
		padding-bottom:40px;
		}
		
			.checkout-page #main .main-content {
			width:65%;
			}
			
			.checkout-page #main .main-right {
			width:23%;
			}




	/* Contact page */

	.contact-page #container-main .wrap {
	max-width: 900px;
	}
	
		.contact-page #container-main #main .main-content {
		width: 62%;
		}
	
		.contact-page #container-main #main .main-right {
		width: 30%;
		}
	
		.contact-page .contact-form {
		margin-left:21%;
		padding-bottom:30px;
		}
		
		
	/* Enquire page */

	.enquire-page #container-main .wrap {
	max-width: 900px;
	}
	
		.enquire-page #container-main #main .main-content {
		width: 56%;
		}
	
		.enquire-page #container-main #main .main-right {
		width: 36%;
		}
	
		.enquire-page .contact-form {
		margin-left:0%;
		padding-bottom:30px;
		}




	/* MAIN FOOTER */
	#footer {
	line-height:1.7;
	color:#444446;
	text-align:left;
	padding:50px 0 50px 0;
	border-top:solid #f6f6f6 6px;
	}
	
		#footer h3 {color:#1d1d1e;}
	
		#footer a {color:#444446;}
		#footer a:hover {color:#000000;text-decoration:underline;}
		
		#footer .footer-left {
		float:left;
		width:30%;
		text-align:left;
		padding-bottom:30px;
		margin-right:10%;
		}
		
		#footer .footer-middle {
		float:left;
		width:25%;
		text-align:left;
		padding-bottom:30px;
		}
		
			#footer .footer-middle .sitemap {
			float:left;
			width:45%;
			}
				#footer .footer-middle .sitemap a {
				clear:left;
				float:left;
				display:inline-block;
				}
		
			#footer .footer-middle .social {
			float:right;
			width:45%;
			font-size:24px;	
			}
				#footer .footer-middle .social a {
				display:inline-block;
				padding-right:12px;
				color:#808084;
				-webkit-transition: all .2s ease;
				-moz-transition: all .2s ease;
				transition: all .2s ease;
				}
				
				#footer .footer-middle .social a:hover {
				color:#1d1d1e;
				text-decoration:none;
				}
		
		#footer .footer-right {
		float:right;
		width:30%;
		text-align:left;
		}
		
		#footer .base-left {
		clear:left;
		float:left;
		width:30%;
		color:#9c9c9e;
		text-align:left;
		padding-top:10px;
		margin-right:10%;
		}
	
			#footer .base-left a {color:#9c9c9e;text-decoration:underline;}
			#footer .base-left a:hover {color:#1d1d1e;text-decoration:none;}
		
		#footer .base-middle {
		float:left;
		width:30%;
		color:#808084;
		font-size:50px;
		line-height:10px;
		text-align:left;
		}
			#footer .base-middle span {
			display:inline-block;
			padding-right:12px;
			vertical-align:middle;
			}
			
			#footer .base-middle span:nth-of-type(2) {
			font-size:40px;
			margin-top:2px;
			}
			
			#footer .base-middle span:nth-of-type(3) {
			font-size:40px;
			margin-top:2px;
			}
		
	
		
		
		
	#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;
		}
		
		
		
		
	.search-result {
	clear:left;
	float:left;
	display:block;
	width:100%;
	max-width:700px;
	padding-bottom:16px;
	}
		.search-result .search-result-image {
		float:left;
		display:inline-block;
		width:11%;
		text-align:center;
		}
			.search-result .search-result-image img {
			max-height:100px;
			}
		
		.search-result .search-result-text {
		float:right;
		display:inline-block;
		width:86%;
		text-align:left;
		padding-top:10px;
		}
	
		
		
	/* 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 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:50%;
			}
			
			.events-holder .events-item .events-text-full {
			float:left;
			width:80%;
			}
			
			.events-holder .events-item .events-image {
			float:right;
			width:20%;
			margin-top:10px;
			}	
		
		
			.date-icon {
			float:left;
			width:15%;
			margin-right:5%;
			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-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:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:50px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			max-height:250px;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-holder a:nth-child(3n+3) {margin-right:0%;}
		.gallery-holder a:nth-child(3n+4) {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;}
				
				
				
	/* 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;}
	
		.links-holder img {
		max-width:none;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:bottom;
		}
	
	
	
	.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 {}
		
		.pricelist th {
		border-bottom:solid #f1f1f1 1px;
		}
		
		.pricelist td {
		padding-bottom:6px;
		}
		
		.pricelist .pl-gap {
		line-height:12px;
		padding-bottom:0px;
		}
	
	
	/* 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;
		}
		
	
.products-holder {}

	.products-page .products-holder {
	padding-top:50px;	
	}

	.products-holder-full {
	padding-top:50px;
	}
	
		.products-holder-full h3 {
		text-align:center;
		}

	.products-holder-left {
	float:left;
	width:20%;
	padding-top:50px;
	}
	
		.product-search {
		display:block;
		position:relative;
		color:#9c9c9e;
		padding-bottom:30px;
		}
			.product-search input[type=text] {
			-webkit-appearance:none;
			-moz-appearance:none;
			appearance:none;
			background:none;
			border:none;
			width:100%;
			font-size:15px;
			padding:10px 20px;
			background-color:#f6f6f6;
			border:solid #f6f6f6 1px;
			border-radius:20px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
				.product-search input[type=text]:focus {
				outline:none;
				background-color:#ffffff;
				border:solid #1d1d1e 1px;	
				}
			
			.product-search button {
			position:absolute;
			top:0px;
			right:0px;
			color:#9c9c9e;
			font-size:20px;
			line-height:42px;
			padding:0 15px;
			-webkit-appearance:none;
			-moz-appearance:none;
			appearance:none;
			background:none;
			border:none;
			}
		
	
	.product-styles {}
	
		.product-styles h4 .icon-chevron-down {
		display:none;
		float:right;
		font-size:16px;
		margin-right:15px;
		vertical-align:middle;
		margin-top:-2px;
		}
		
			.product-styles.open h4 .icon-chevron-down {
			transform:rotate(180deg);
			}
	
		.product-styles-inner {
		padding-bottom:30px;
		}
			
		.product-styles {
		line-height:2.0;
		padding:0 0 0 20px;	
		}
		
			.product-styles h4 {
			padding-bottom:24px;	
			}
		
			.product-styles a {
			clear:left;
			float:left;
			display:inline-block;
			}
			
				.product-styles a.clear {
				display:inline-block;
				font-size:12px;
				font-weight:600;
				line-height:18px;
				letter-spacing:0.3px;
				text-transform:uppercase;
				padding:2px 8px;
				background-color:#f6f6f6;
				border-radius:20px;	
				margin-top:10px;
				}
			
				.product-styles a .icon-square-o {
				color:#dedede;
				font-size:26px;
				display:inline-block;
				line-height:10px;
				vertical-align:middle;
				margin-right:10px;
				margin-top:-4px;	
				}
				
				.product-styles a .icon-check-square {
				color:#1e1e1e;
				font-size:22px;
				display:none;
				vertical-align:middle;
				margin-right:10px;
				margin-top:-5px;
				line-height:10px;
				}
				
					.product-styles a.selected .icon-square-o {display:none;}
					.product-styles a.selected .icon-check-square {display:inline-block;}
		

	.products-holder-right {
	float:right;
	width:74%;
	padding-top:50px;
	}
	
		.products-holder-right h3 {
		text-align:center;
		}

		
	.product-item {
	float:left;
	width:30%;
	text-align:center;
	line-height:18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:5%;
	margin-bottom:50px;
	position:relative;
	}
		
			.products-holder div:nth-child(3n+3) {margin-right:0%;}
			.products-holder div:nth-child(3n+4) {clear:both;}
	
		.products-holder-full .product-item {
		width:22%;
		margin-right:4%;	
		}
			.products-holder-full div:nth-child(3n+3) {margin-right:4%;}
			.products-holder-full div:nth-child(3n+4) {clear:none;}
			.products-holder-full div:nth-child(4n+4) {margin-right:0%;}
			.products-holder-full div:nth-child(4n+5) {clear:both;}
		
		
	
		.product-item a {
		color:#444446;
		}
	
		.product-item .product-item-image {
		display:block;
		height:250px;
		line-height:250px;
		padding-bottom:0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		}
			.product-item:hover .product-item-image {
			opacity:0.7;
			}
		
			.product-item .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:middle;
			}
			
		.product-item .product-item-text {
		display:block;
		padding-top:16px;	
		}
			.product-item .product-item-text h4 {
			color: #1d1d1e;
			text-transform:none;
			padding-top:12px;
			letter-spacing:normal;
			padding-bottom:8px;	
			}
				.product-item:hover .product-item-text h4 {
				text-decoration:underline;
				}
			
			.product-item .product-item-text .price {
			font-size:17px;
			font-weight:600;
			}
		
		
		
	.products-header {
	max-width: 800px;
	text-align:center;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    border: none;
	}

	.products-footer {
	max-width: 800px;
	text-align:center;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	border: none;
	}
		
		
		
		
		
	
	#editions-holder .edition-item {
	float:left;
	width:22%;
	text-align:center;
	line-height:18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin-right:4%;
	margin-bottom:50px;
	position:relative;
	}
		.edition-item .edition-item-image {
		display:block;
		height:250px;
		line-height:250px;
		padding-bottom:0px;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
		}
			.edition-item:hover .edition-item-image {
			opacity:0.7;
			}
			
			.edition-item .edition-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:middle;
			}
			
		.edition-item a {
		color:#444446;
		}
			
		.edition-item .edition-item-text {
		display:block;
		padding-top:10px;	
		}
			.edition-item .edition-item-text h4 {
			color: #1d1d1e;
			text-transform:none;
			padding-top:12px;
			letter-spacing:normal;
			padding-bottom:8px;	
			}
				.edition-item:hover .edition-item-text h4 {
				text-decoration:underline;
				}
			
		#editions-holder div:nth-child(4n+4) {margin-right:0%;}
		#editions-holder div:nth-child(4n+5) {clear:both;}
		
	
		
		
		
	.artist-textblock {
	display:block;
	color:#ffffff;
	background-color:#363638;
	margin-bottom:18px;
	}
	
		.artist-textblock .artist-textblock-text {
		float:left;
		width:70%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:16px 20px;
		}
	
		.artist-textblock .artist-textblock-image {
		float:right;
		width:30%;
		}
			.artist-textblock .artist-textblock-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			
	
	#artists-holder {
	max-width: 1000px;
    text-align: left;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding:50px 0 0 0;
    border: none;
	}
			
		#artists-holder .artist-category {
		float:left;
		width:100%;
		text-align:left;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-right:0%;
		position:relative;	
		}
		
			.artist-category-item {
			float:left;
			display:inline-block;
			width:22%;
			margin-right:4%;
			margin-bottom:50px;
			}
	
			#artists-holder .artist-category-text {
			display:inline-block;
			width:100%;
			text-align:center;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			padding:15px 10px 0 10px;
			}
			
				#artists-holder .artist-category-text h4 {
				color: #1d1d1e;
				text-transform: none;
				padding-top: 12px;
				padding-bottom: 8px;
				}
					#artists-holder .artist-category-item:hover .artist-category-text h4 {
					text-decoration:underline;
					}
		
			#artists-holder .artist-category-image {
			display:inline-block;
			height:180px;
			line-height:180px;
			text-align:center;
			width:100%;
			-webkit-transition: all .5s ease;
			-moz-transition: all .5s ease;
			transition: all .5s ease;
			}
			
				#artists-holder .artist-category-item:hover .artist-category-image {
				opacity:0.7;
				}
			
				#artists-holder .artist-category-image img {
				max-width:100%;
				max-height:180px;
				height:auto;
				width:auto\9; /* ie8 */
				vertical-align:middle;
				}
				
			#artists-holder a:nth-child(4n+4) {margin-right:0%;}
			#artists-holder a:nth-child(4n+5) {clear:both;}



	.product-detail-left {
	float:left;
	width:52%;
	text-align:center;
	padding-top:6px;
	}
	
		.product-image {
		position:relative;
		overflow:hidden;
		}
		
			.product-image .product-sold {
			position: absolute;
			top: 70px;
			left: -106px;
			background-color: #ffffff;
			padding: 5px 100px;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
			transform: rotate(-45deg);
			z-index: 1;
			}
				.product-image .product-sold h3 {
				padding:0 0 0 0;
				margin:0 0 0 0;
				}
		
	
		.product-thumbnails {
		text-align:center;
		margin-top:20px;
		}
		
			.product-thumbnails .product-thumbnail {
			display:inline-block;
			width:100px;
			margin-left:15px;
			margin-right:15px;
			margin-bottom:0;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			position:relative;	
			}
				.product-thumbnails .product-thumbnail img {vertical-align:middle;}
	
	
	.product-detail-right {
	float:right;
	width:42.5%;
	margin-top:0px;
	}
		.product-detail-text {
		padding-bottom:20px;	
		}
		
			.product-detail-right .artist {
			font-size:19px;
			font-weight:400;
			text-transform:none;
			padding-bottom:24px;
			}
				.product-detail-right .artist a {color:#363638;}
				.product-detail-right .artist a:hover {text-decoration:underline;}
			
			.product-detail-right .artist strong,
			.product-detail-right .artist b {
			font-weight:400;
			font-style:italic;
			text-transform:none;	
			}
			
		.addthis_inline_share_toolbox {
		padding-top:20px;	
		padding-bottom:20px;
		}
			
		.product-detail-buy {
		padding-bottom:30px;	
		}
		
	
	.related-artist {
	text-align:left;
	padding-top:60px;	
	}
	
		
	.related-products {
	padding-top:50px;
	}
	
		.related-products h3 {
		float:left;	
		}
		
		.related-products .artist-link {
		float:right;
		display:inline-block;
		color:#363638;
		font-size:18px;
		font-weight:400;
		padding:5px 25px;
		background-color:#f6f6f6;
    	border-radius:20px;
		-webkit-transition: all .2s ease;
		-moz-transition: all .2s ease;
		transition: all .2s ease;
		margin-left:10px;
		margin-top:-6px;
		vertical-align:middle;
		}
			.related-products .artist-link:hover {
			cursor:pointer;
			color:#ffffff;
    		background-color:#1d1d1e;
			}
			
			.related-products .artist-link .icon-chevron-right {
			display:inline-block;
			font-size:14px;
			vertical-align:middle;
			margin-top:3px;
			margin-left:2px;
			}
	
	
	
	
	#current-exhibitions {}
	
		#current-exhibitions .exhibition-summary {
		margin-bottom:50px;
		}
		
			.exhibition-summary .exhibition-summary-image1 {
			float:left;
			width:50%;
			}
				.exhibition-summary .exhibition-summary-image1 img {vertical-align:middle;}
		
			.exhibition-summary .exhibition-summary-image2 {
			float:right;
			width:50%;
			}
				.exhibition-summary .exhibition-summary-image2 img {vertical-align:middle;}
			
			
			.exhibition-summary .exhibition-summary-text {
			color: #1d1d1e;
			margin-top:10px;
			}
			
				.exhibition-summary .exhibition-summary-text:hover .readmore {text-decoration:underline;}
				
				
	
		#current-exhibitions .exhibition-summary-full {
		margin-bottom:50px;
		}
		
			.exhibition-summary-full .exhibition-summary-mainimage {
			float:left;
			width:25%;
			}
				.exhibition-summary-full .exhibition-summary-mainimage img {
				max-width:100%;
				vertical-align:middle;
				}
			
			.exhibition-summary-full .exhibition-summary-maintext {
			color: #1d1d1e;
			float:right;
			width:73%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:16px 20px;
			}
			
				.exhibition-summary-full .exhibition-summary-maintext:hover .readmore {text-decoration:underline;}
				
				
				
	
	#past-exhibitions {
	padding:20px 0 30px 0;
	}
	
		#past-exhibitions .exhibition-item {
		float:left;
		width:45%;
		margin-right:10%;
		margin-bottom:50px;
		}	
	
		#past-exhibitions .exhibition-item-full {
		float:left;
		width:45%;
		margin-right:10%;
		margin-bottom:50px;
		}
				
			#past-exhibitions div:nth-child(2n+2) {margin-right:0%;}
			#past-exhibitions div:nth-child(2n+3) {clear:both;}
			
			
			
			
	.exhibition-item {
	margin-bottom:50px;
	}
		
			.exhibition-item .exhibition-item-image1 {
			float:left;
			width:50%;
			}
				.exhibition-item .exhibition-item-image1 img {vertical-align:middle;}
		
			.exhibition-item .exhibition-item-image2 {
			float:right;
			width:50%;
			}
				.exhibition-item .exhibition-item-image2 img {vertical-align:middle;}
			
			
			.exhibition-item .exhibition-item-text {
			margin-top:10px;
			}
			
				.exhibition-item .exhibition-item-text:hover .readmore {text-decoration:underline;}
				
				
	
		.exhibition-item-full {
		margin-bottom:50px;
		}
		
			.exhibition-item-full .exhibition-item-mainimage {
			float:left;
			width:35%;
			}
				.exhibition-item-full .exhibition-item-mainimage img {
				max-width:100%;
				vertical-align:middle;
				}
			
			.exhibition-item-full .exhibition-item-maintext {
			float:right;
			width:62%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:16px 20px;
			}


		
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list .shopping-cart-list-header {
		font-size: 13px;
		font-weight: bold;
		letter-spacing: 0.3px;
		text-transform: uppercase;
		padding: 4px 0 4px 0;
		border-bottom: solid #e1e1e1 1px;
		}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding-top: 20px;
		padding-bottom: 14px;
		border-bottom: solid #d9d9db 1px;
		}
		
			.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%;
			}
			
				.scl-products-title {
				font-size:18px;
				font-weight:600;	
				}
			
				.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-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 #e1e1e1 1px;
		}
			
	
	.shopping-cart-totals {
	padding-bottom:20px;
	}

		.shopping-cart-totals .shopping-cart-total-item .totals-space {
		float:left;
		width:45%;
		padding-top:5px;
		display:none;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
		float:left;
		padding-top:10px;
		font-size:11px;
		font-weight:bold;
		width:45%;
		display:none;
		}
			.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: 84%;
		line-height: 30px;
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0%;
		/*border-top: solid #e1e1e1 1px;*/
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-value,
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		float: right;
		width: 15%;
		line-height: 30px;
		text-align: right;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 1%;
		/*border-top: solid #e1e1e1 1px;*/
		}
		
		
		.shopping-cart-totals .shopping-cart-total-final .totals-space {
		float:left;
		width:45%;
		display:none;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		font-weight:bold;
		background-color:#f3f3f3;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		font-size:15px;
		font-weight:bold;
		background-color:#f3f3f3;
		}
		
			.shopping-cart-totals #sc-subtotals .totals-text,
			.shopping-cart-totals #sc-subtotals .totals-value {
			border-top:none;
			}
			
		
		
		.laybuy-info {
		font-size: 15px;
		padding-bottom:10px;
		}	
			.laybuy-info img {
			display: inline-block;
			vertical-align: middle;
			padding: 0 6px;
			margin-top: -2px;
			}
	
	
	
	/* 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:10px 0;
	border-top:solid #f1f1f1 1px;
	margin-bottom:10px;
	}
		.cart-box {
		}
		
		
		
		
	.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:7px;
		margin-left:0;
		padding-left:0;
		background:none;
		position:relative;
		}
		
			.address-selector .address-selector-button {
			position:absolute;
			left:0px;
			top:2px;
			}
			
			.address-selector .address-selector-address {
			float:left;
			padding-top:2px;
			padding-left:30px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;		
			}
			
			
	
	.cart-checkradio-holder {
	float: left;
    display: block;
    width: 100%;
    padding-bottom: 20px;
	}
		.cart-checkradio-holder:after {
		content:'';
		clear:both;
		}
	
		.cart-checkradio-holder .checkradio {
		float:left;
		width:50%;
		padding-bottom:4px;
		position:relative;
		}
			.cart-checkradio-holder .checkradio .checkradio-button {
			position:absolute;
			left:0px;
			top:3px;
			}
			
			.cart-checkradio-holder .checkradio label {
			float:left;
			padding-top:2px;
			padding-left:30px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;	
			}
		
	
	#review-submit {
	padding-top:20px;
	}
		
		
	.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 #f1f1f1 1px;
		}
		
	
	.payment-holder-table {
	margin-bottom: 19px;
    padding: 15px 20px 15px 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: solid #e1e1e1 1px;
	border-radius:5px;
	position:relative;
	}
		
	.payment-radio-holder {
	position:absolute;
	top:18px;
	left:20px;
	}
	
		.payment-holder {
		float:right;
		width:95%;
		padding:2px 0 5px 0;
		background-position:right top;
		background-repeat:no-repeat;
		}
			.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;	
	}
	
		
	.checkout-steps {
	padding-bottom:30px;
	}


	
	/* 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 .form-item {
		clear:both;
		width:100%;
		margin-bottom:16px;
		}
		
	
		form .label {
		float:left;
		width:100%;
		font-size:16px;
		font-weight:600;
		color:#353535;
		line-height:16px;
		text-align:left;
		padding:4px 0 10px 0;
		margin-right:0%;
		}
		
		form .label2 {
		float:left;
		width:20%;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:4%;
		}
		
			#main .main-right .side-holder form .label,
			#main .main-left .side-holder form .label {
			float:none;
			width:100%;
			margin-right:0%;
			margin-bottom:2px;
			}
		
		form .label-details {
		width:100%;
		margin-right:0%;
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:15px;
		}
		
		form .input {
		float:left;
		width:100%;
		height:auto;
		}
			#main .main-right .side-holder form .input,
			#main .main-left .side-holder form .input {
			float:none;
			width:auto;
			}
		
			form .input input {
			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 .side-holder form .input input,
				#main .main-left .side-holder form .input input {width:97%;}
			
		form .select {
		float:left;
		width:100%;
		height:auto;
		}
			#main .main-right .side-holder form .select,
			#main .main-left .side-holder form .select {
			float:none;
			width:auto;
			}
		
			form .select 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 .side-holder form .select select,
				#main .main-left .side-holder form .select select {width:97%;}
			
		form .checkbox {
		float:left;
		width:100%;
		height:auto;
		vertical-align:middle;
		}
			#main .main-right .side-holder form .checkbox,
			#main .main-left .side-holder form .checkbox {
			float:none;
			width:auto;
			}
		
		form .radio {
		float:left;
		width:100%;
		height:auto;
		}
			#main .main-right .side-holder form .radio,
			#main .main-left .side-holder form .radio {
			float:none;
			width:auto;
			}
		
		form .textarea {
		float:left;
		font-size:15px;
		width:100%;
		height:auto;
		margin-bottom:5px;
		}
			#main .main-right .side-holder form .textarea,
			#main .main-left .side-holder form .textarea {
			float:none;
			width:auto;
			}
		
			form .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 .side-holder form .textarea textarea,
				#main .main-left .side-holder form .textarea textarea {width:97%;}
			
			form .textarea img {
			padding-top:3px;
			}
			
		form .label-padding {margin-left:0%;}
		
		form .subbut {
		width:100%;
		margin-left:0;
		height:auto;
		}
			#main .main-right .side-holder form .subbut,
			#main .main-left .side-holder form .subbut {
			float:none;
			margin-left:0%;
			}
	
	
		form .form-footer {
		float:left;
		width:100%;
		margin-left:24%;
		font-size:11px;
		color:#666666;
		padding-bottom:5px;
		}
			#main .main-right .side-holder form .form-footer,
			#main .main-left .side-holder form .form-footer {
			float:none;
			width:auto;
			}
		
		
		
		form .subform {}
		
			form .subform th {
			background-color:#CCCCCC;
			}
			
			form .subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			form .sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			form .sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				form .sub-form-holder .subbut2 {
				padding-left:150px;
				}


	/* MAILCHIMP */
	#main-mailchimp {}
	
		#mc_embed_signup {
		display:block;
		padding-top:6px;
		}
	
		#mc_embed_signup form {}
		
			#mc_embed_signup .indicates-required {
			float:left;
			width:100%;
			line-height:24px;
			color:rgb(218,197,197);	
			}
		
			#mc_embed_signup .mc-field-group {
			float: left;
			clear: none;
			width: 100%;
			margin-bottom: 18px;
			}
			
				.mc-field-group label {
				width:100%;
				float:left;
				clear:both;
				font-weight:bold;
				line-height:24px;
				padding-bottom:6px;
				display:none;
				}
				
				.mc-field-group input {
				font-family:"myriad-pro-n4", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:15px;
				font-weight: 400;
				background: none;
				border: none;
				padding: 9px 15px;
				border-radius: 20px;
				background-color: #ffffff;
				width: 100%;
				border: solid #d9d9db 1px;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				}
					.mc-field-group input:focus {
					outline:none;
					border: solid #1d1d1e 1px;
					}
				
			#main-mailchimp .clear {
			float:left;
			margin-top:0px;	
			}
				
				.clear input#mc-embedded-subscribe {
				font-family:"myriad-pro-n6", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-weight: 600;
				font-size: 16px;
				line-height: 18px;
				letter-spacing: 0.5px;
				padding: 10px 20px;
				text-transform: uppercase;
				background: none;
				border: none;
				color: #ffffff;
				cursor: pointer;
				-webkit-transition: all .2s ease;
				-moz-transition: all .2s ease;
				transition: all .2s ease;
				background-color: #808084;
				border-radius: 30px;
				margin-right: 4px;
				}
				
					.clear input#mc-embedded-subscribe:hover {
					cursor:pointer;
					background-color: #1d1d1e;
					}
			
		
@media screen and (min-width: 980px) {
	
	form .input input,
	form .select select,
	form .textarea textarea {
	background:none;
	border:none;
	padding:10px 15px;
	background-color:#ffffff;
	border:solid #d6d6d6 1px;
	border-radius:30px;
	}
		form .input input:focus,
		form .select select:focus,
		form .textarea textarea:focus {
		outline: none;
		border: solid #1d1d1e 1px;
		}
	
		form .textarea textarea {
		border-radius:4px;
		}
	
	
	
	form .subbut input,
	.buy-button,
	#checkout_button,
	#continue_button,
	form[name=checkout_address] input[type=submit],
	form[name=checkout_newaddress] input[type=submit],
	form[name=checkout_special] input[type=submit],
	form[name=checkout_review] input[type=submit] {
	font-family:"myriad-pro-n7", "myriad-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px;
    min-width: 137px;
    text-transform: uppercase;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    background-color: #808084;
    border-radius: 30px;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 8px;
    margin-right: 0px;
	}
		form .subbut input:hover,
		.buy-button:hover,
		#checkout_button:hover,
		#continue_button:hover,
		form[name=checkout_address] input[type=submit]:hover,
		form[name=checkout_newaddress] input[type=submit]:hover,
		form[name=checkout_special] input[type=submit]:hover,
		form[name=checkout_review] input[type=submit]:hover {
		cursor: pointer;
		background-color: #1d1d1e;
		}
	
		#checkout_button {margin-left:10px;}
	
}
		
		

@charset "UTF-8";

@font-face {
  font-family: "soulgallery";
  src:url("../images/fonts/soulgallery.eot");
  src:url("../images/fonts/soulgallery.eot?#iefix") format("embedded-opentype"),
    url("../images/fonts/soulgallery.woff") format("woff"),
    url("../images/fonts/soulgallery.ttf") format("truetype"),
    url("../images/fonts/soulgallery.svg#soulgallery") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "soulgallery" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "soulgallery" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\61";
}
.icon-chevron-left:before {
  content: "\62";
}
.icon-chevron-right:before {
  content: "\63";
}
.icon-chevron-up:before {
  content: "\64";
}
.icon-bars:before {
  content: "\65";
}
.icon-facebook:before {
  content: "\66";
}
.icon-google-plus:before {
  content: "\67";
}
.icon-linkedin:before {
  content: "\68";
}
.icon-paypal:before {
  content: "\69";
}
.icon-pinterest-p:before {
  content: "\6a";
}
.icon-shopping-cart:before {
  content: "\6b";
}
.icon-twitter:before {
  content: "\6c";
}
.icon-youtube:before {
  content: "\6d";
}
.icon-search:before {
  content: "\70";
}
.icon-square:before {
  content: "\71";
}
.icon-square-o:before {
  content: "\72";
}
.icon-circle-thin:before {
  content: "\73";
}
.icon-check-circle:before {
  content: "\74";
}
.icon-circle-o:before {
  content: "\75";
}
.icon-check-square:before {
  content: "\76";
}
.icon-check-square-o:before {
  content: "\77";
}
.icon-laybuy:before {
  content: "\6e";
}
.icon-mastercard:before {
  content: "\6f";
}
.icon-visa:before {
  content: "\78";
}
.icon-instagram:before {
  content: "\79";
}
