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

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


/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:13px;  
text-align:center;
color:#7a693b;
background-color:#285236;
clear:both;
margin:0 auto;
}



/* DEFAULT LINKS */
a {
text-decoration:none;
color:#3a6547;
-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:#c3a453;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
font-weight:700;
/*-webkit-font-smoothing: antialiased;*/
margin:0px 0px 0px 0px;
}

h1 {font-size:34px;line-height:36px;padding:4px 0 14px 0;}
h2 {font-size:19px;line-height:22px;padding:4px 0 10px 0;}
h3 {font-size:19px;line-height:22px;padding:4px 0 10px 0;}
h4 {font-size:17px;line-height:22px;padding:4px 0 10px 0;}
h5 {font-size:17px;line-height:22px;padding:4px 0 4px 0;}
h6 {font-size:17px;line-height:22px;padding:4px 0 4px 0;}



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

.tiny {font-size:14px;}
.small {font-size:15px;}
.small-center {font-size:15px;text-align:center;font-style:italic;}
.large {font-size:20px;}
.error, .checkout-error, .red {color:#b60d04;}
.green {color:#5ea90d;}
.light {color:#8c999b;}
.grey {color:#8c999b;}
.checkout-error {padding-bottom:16px;}


strong, b {
font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
font-weight:700;
}


.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:30px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.img-right {clear:right;float:right;margin-left:30px;margin-top:4px;margin-bottom:6px;text-align:center;max-width:40%;}
.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: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;
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-navigation,
#container-over,
#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-header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:800;
	background-image:url(../images/header_over.png);
	background-position:center bottom -20px;
	background-repeat:repeat-x;
	}

	.home #container-header {
	top:65px;
	background:none;
	}
	
	.home #container-over {
	position:absolute;
	top:300px;
	left:0px;
	width:100%;
	height:300px;
	border-top:solid rgba(255,255,255,0.05) 1px;
	background-image:url(../images/header_over.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	z-index:601;
	}
	
	#container-flash {
	min-height:220px;
	background-color:#285236;
	background-image:url(../images/header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}
	
	.home #container-flash {
	height:600px;
	background-color:#285236;
	background-image:url(../images/header.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}
	
	#container-bread,
	#container-intro,
	#container-main,
	#container-main-top {
	background-color:#ffffff;
	}
	
	#container-main-bottom {
	min-height:60px;
	color:#ffffff;
	background-color:#30583c;
	}
		.contact #container-main-bottom .wrap {
		max-width:100%;
		}
	
	#container-footer {
	min-height:150px;
	background-image:url(../images/footer.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	}


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

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


	/* MAIN HEADER */
	#header {
	min-height:220px;
	}
		#header #logo {
		float:left;
		display:inline-block;
		max-width:280px;
		padding-top:15px;
		}
			.home #header #logo {
			max-width:360px;
			padding-top:0px;
			}
			
			#header #logo img {
			vertical-align:middle;
			}
		
		
		/* CART NAVIGATION */
		#top-nav {
		float:right;
		display:inline-block;
		height:22px;
		line-height:22px;
		color:#ffffff;
		font-size:11px;
		text-align:right;
		white-space:nowrap;
		margin-top:10px;
		padding-right:20px;
		display:none;
		}
			#top-nav a {color:#ffffff;}
			#top-nav a:hover {text-decoration:underline;}
		
		
		#header #search {
		float:right;
		display:inline-block;
		height:22px;
		margin-top:10px;
		padding-right:20px;
		}
			#header #search .search-off {
			color:#000000;
			font-style:italic;
			}
			
			#header #search #search-box-input {
			width:200px;
			}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	height:40px;
	line-height:40px;
	color:#ffffff;
	padding-top:60px;
	}
	
		.home #navigation {padding-top:60px;}
	
		#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 a {
		float:left;
		display:inline-block;
		height:40px;
		font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
		font-weight:700;
		font-size:20px;
		line-height:40px;
		color:#ffffff;
		padding-left:12px;
		padding-right:12px;
		border-radius:4px;
		margin-left:10px;
		/*background-image:url(../images/nav_link.gif);
		background-position:left 0px;
		background-repeat:no-repeat;*/
		}
			
			#navigation .drop a {
			background-image:url(../images/nav_arrow.png);
			background-position:right 13px top -23px;
			background-repeat:no-repeat;	
			padding-right:36px;
			-moz-transition:none;
			-webkit-transition:none;
			transition:none;
			}
			
			#navigation a strong,
			#navigation a b {
			display:block;
			height:40px;
			line-height:40px;
			font-weight:700;
			/*background-image:url(../images/nav_link.gif);
			background-position:right 0px;
			background-repeat:no-repeat;*/
			}
			
			#navigation a:hover,
			#navigation .on {
			color:#c3a453;
			background-color:rgba(0,0,0,0.1);
			/*background-image:url(../images/nav_link.gif);
			background-position:left -50px;*/
			z-index:894;
			}
			
			
			#navigation a.over,
			#navigation a.over:hover {
			color:#c3a453;
			background-color:#ffffff;
			border-bottom-left-radius:0px;
			border-bottom-right-radius:0px;
			-moz-transition:none;
			-webkit-transition:none;
			transition:none;
			z-index:894;	
			}
			
				#navigation .drop a.over,
				#navigation .drop a.over:hover,
				#navigation .drop .on,
				#navigation .drop .on:hover {
				background-position:right 13px top 17px;
				-moz-transition:none;
				-webkit-transition:none;
				transition:none;	
				}
			
				#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 .sub-nav {
				position:absolute;
				top:40px;
				right:0px;
				display:none;
				text-transform:none;
				box-shadow:0px 2px 3px rgba(0,0,0,0.2);
				line-height:14px;
				z-index:897;
				}
					#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;
						font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
						font-weight:300;
						font-size:18px;
						height:auto;
						line-height:14px;
						border:none;
						border-radius:0px;
						color:#c3a453;
						background:none;
						padding:16px 16px;
						background-color:#ffffff;
						border-bottom:solid #f3eddd 1px;
						margin:0 0 0 0;
						z-index:898;
						}
							#navigation .sub-nav a:hover,
							#navigation .sub-nav a.over:hover {
							color:#ffffff;
							border-radius:0px;
							background-color:#c3a453;
							border-bottom:solid #c3a453 1px;
							}
						
								#navigation .sub-nav a.over:hover {}
								
							#navigation .sub-nav .drop > a {}
							#navigation .sub-nav a.over {}
							
						#navigation .sub-nav li:last-child a {
						border-bottom:none;
						}
						
						
					#navigation ul li > .sub-nav .sub-nav {
					position:absolute;
					top:0px;
					right: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;
	right:20px;
	top:42px;
	display:none;
	float:right;
	color:#ffffff;
	width:40px;
	height:40px;
	line-height:22px;
	height:22px;
	font-size:18px;
	text-indent:-5000px;
	background-image:url(../images/menu.png);
	background-position:center center;
	background-size:25px auto;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:990;
	}
						
							
	/* 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 {
	position:absolute;
	left:50%;
	top:130px;
	width:300px;
	margin-left:-150px;
	display:none;
	z-index:800;
	}
		#site-messages .wrap {
		text-align:center;
		}
	
		#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:rgba(182,13,4,0.7);
			border-radius:4px;
			}
			
			#site-messages .alert-message {
			color:#ffffff;
			background-color:rgba(40,82,54,0.7);
			border-radius:4px;
			}
			
			#site-messages .success-message {
			color:#ffffff;
			background-color:rgba(94,169,13,0.7);
			border-radius:4px;
			}
		
		
		
		
		
	/* 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;
}	

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

		
	#slider {
    position:relative;
	}
		.nivo-caption {
		position:absolute;
		left:5%;
		top:330px;
		font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
		font-weight:300;
		font-size:20px;
		color:#fff;
		line-height:30px;
		width:60%;
		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 {
			padding:0 0 0 0;
			text-align:right;
			}
			
				#image-rotator .slider-text h1,
				#image-rotator .slider-text h2 {
				font-size:32px;
				line-height:32px;
				padding-bottom:6px;
				text-transform:uppercase;
				color:#c3a454;
				}
				
				#image-rotator .slider-text h3 {
				font-size:26px;
				line-height:26px;
				}
			
		
				.nivo-caption a {
				color:#c3a454;
				}
					.nivo-caption a:hover {
					color:#ffffff;
					}
		
		#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:220px;
	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:30%;
		margin-right:5%;
		margin-bottom:40px;
		}
		
			#frontbox .frontbox-item a {
			display:block;
			position:relative;
			-webkit-backface-visibility:hidden;
			overflow:hidden;
			}
			
				#frontbox .frontbox-item a .date {
				position:absolute;
				bottom:0px;
				right:0px;
				width:40px;
				padding:10px 5px;
				line-height:16px;
				text-transform:uppercase;
				text-align:center;
				color:#c3a453;
				background-color:#285236;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;
				z-index:799;
				}
					#frontbox .frontbox-item a .date .small {font-size:13px;}
					
					#frontbox .frontbox-item a:hover .date {
					bottom:-60px;
					right:-50px;
					}
			
			
		
			#frontbox .frontbox-item:nth-child(3n+3) {margin-right:0%;}
			#frontbox .frontbox-item:nth-child(3n+4) {clear:left;}
			
			.home #frontbox .frontbox-item:nth-child(1) {display:none;}
			.home #frontbox .frontbox-item:nth-child(3n+3) {margin-right:5%;}
			.home #frontbox .frontbox-item:nth-child(3n+4) {margin-right:0%;clear:none;}
			.home #frontbox .frontbox-item:nth-child(3n+5) {clear:left;}
			
			
				#frontbox .frontbox-item a img {
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				-webkit-backface-visibility:hidden;
				}


				#frontbox .frontbox-item img {
				max-height:100%;
				height:auto;
				width:auto\9; /* ie8 */
				vertical-align:bottom;
				}
					#frontbox .frontbox-item > a::after {
					content:" ";
					position:absolute;
					top:0px;
					left:0px;
					width:100%;
					height:100%;
					background-image:url(../images/logo_symbol.png);
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					opacity:0;
					z-index:600;	
					}
					
					#frontbox .frontbox-item > a:hover::after {
					opacity:1;
					}
				
				
				#frontbox .frontbox-item .frontbox-item-text {
				font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
				font-weight:300;
				font-size:18px;
				line-height:24px;
				padding:12px 10px;
				}
				
					#frontbox .frontbox-item .frontbox-item-text h3 {
					padding-bottom:12px;
					color:#3a6547;
					-moz-transition:all .1s ease-out;
					-webkit-transition:all .1s ease-out;
					transition:all .1s ease-out;
					}
					
					#frontbox .frontbox-item .frontbox-item-text .clearer {
					display:block;
					}
					
					#frontbox .frontbox-item .frontbox-item-text .follow-link {
					clear:both;
					float:left;
					display:inline-block;
					font-family:Arial, Helvetica, sans-serif;
					font-weight:400;
					font-size:12px;
					color:#ffffff;
					padding:0 5px;
					background-color:#3a6547;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					border-radius:2px;
					margin-top:16px;
					}
						
						#frontbox .frontbox-item a:hover img {
						opacity:0.6;
						}
					
						#frontbox .frontbox-item .frontbox-item-text a:hover h3 {
						color:#c3a453;	
						}
					
						#frontbox .frontbox-item .frontbox-item-text .follow-link:hover {
						background-color:#c3a453;
						}
						
						
						
			
			
		.home-intro-message {
		float:right;
		width:30%;
		height:300px;
		font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
		font-weight:300;
		font-size:16px;
		color:#ffffff;
		line-height:20px;
		padding:30px 0 0 30px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-left:solid rgba(255,255,255,0.05) 1px;
		}
		
			.home-intro-message h4 {
			color:#8cb58d;
			}
		
			.home-intro-message .message-link {
			clear:both;
			display:block;
			font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
			font-weight:700;
			color:#c3a453;
			padding-left:56px;
			position:relative;
			margin-top:26px;
			}
				.home-intro-message .message-link:hover {color:#ffffff;}
			
				.home-intro-message .message-link:before {
				content:"";
				position:absolute;
				left:0px;
				top:0px;
				width:40px;
				height:40px;
				background-color:#3a6547;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				border-radius:4px;
				}
					.home-intro-message .message-link:hover:before {background-color:#c3a453;}
				
				.home-intro-message .message-link:after {
				content:"";
				position:absolute;
				left:15px;
				top:12px;
				width:0;
				height:0;
				border-style:solid;
				border-width:8px 0 8px 14px;
				border-color:transparent transparent transparent #ffffff;
				}
			
		

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

		
	
	
	/* MAIN CONTENT */
	#main {
	font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:24px;
	min-height:200px;
	padding:10px 0 50px 0;
	position:relative;
	}
	
		.home #main {padding-bottom:40px;}
		.gallery #main {padding-bottom:80px;}
		
		.main-top {}
		
		
		
		#main h1 {
		color:#285236;	
		}
		
		#main p {
		padding-bottom:25px;
		}
		
		#main p.small-gap {
		padding-bottom:5px;
		}
		
		
		#main .main-full {
		width:100%;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		}
		
			
			#main .main-box {
			padding:8px 10px;
			background-color:#e7ecee;
			}
			
		
		#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%;
		}
		
		#main .full-right {
		float:right;
		width:47%;
		}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:20%;
		margin-right:20px;
		}

		#main .main-right {
		float:right;
		width:20%;
		}
		
			#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 {
			padding:6px 0;
			margin-top:10px;
			}
			
			#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 {
	padding:30px 0;
	font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	}
		.main-bottom a {color:#c3a453;}
		.main-bottom a:hover {color:#ffffff;}
		
		.contact .main-bottom {
		padding:0 0 0 0;
		}
		
		
		
		.addthis_native_toolbox {
		float:left;
		display:inline-block;
		margin-top:20px;
		margin-right:20px;
		}




	/* MAIN FOOTER */
	#footer {
	line-height:26px;
	color:#c3a453;
	text-align:left;
	padding:25px 0 80px 0;
	}
	
		#footer a {
		color:#dbd481;
		}
		
			#footer a:hover {
			color:#ffffff;
			text-decoration:underline;
			}
		
		#footer h4 {
		padding-top:34px;
		padding-bottom:15px;
		}
		
		#footer .footer-left {
		float:left;
		width:18%;
		text-align:left;
		}
			#footer .footer-left a {
			float:left;
			clear:left;
			}
			
		
		#footer .footer-middle {
		float:left;
		width:22%;
		text-align:left;
		}
			#footer .footer-middle .sunday-service {
			font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
			font-weight:300;
			font-size:16px;
			color:#ffffff;	
			line-height:22px;
			}
			
		
		#footer .footer-middle2 {
		float:left;
		width:30%;
		text-align:left;
		font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
		font-weight:300;
		font-size:18px;
		line-height:22px;
		}
		
			#footer .footer-middle2 .small {
			font-size:16px;	
			}
			
			#footer .footer-middle2 h6 {
			padding-top:0;
			}
			
			.news-summary-item .clearer {
			display:block;
			}
			
			#footer .news-summary-item a.follow-link {
			float:left;
			display:inline-block;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:400;
			font-size:12px;
			line-height:22px;
			color:#285236;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			padding:0 5px;
			background-color:#c3a453;
			border-radius:2px;
			margin-top:8px;
			}
			
				#footer .news-summary-item a.follow-link:hover {
				background-color:#ffffff;
				text-decoration:none;	
				}
				
		
		#footer .footer-right {
		float:right;
		width:26%;
		line-height:22px;
		text-align:right;
		padding-top:20px;
		}
			#footer .footer-right .acts-church {
			font-family:"interface-n3", "interface", Arial, Helvetica, sans-serif;
			font-weight:300;
			font-size:16px;
			color:#ffffff;
			padding:12px 0;	
			}
			
			#footer .footer-right .copyright {
			font-size:12px;
			}
		
			#footer .footer-right a {
			float:none;
			}
			
				#footer .footer-right a img {
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				max-width:180px;
				}
			
				#footer .footer-right a:hover img {
				opacity:0.6;
				}
		
	
	
	
		
		
	#desktop-link {display:none;}
	
	
	.audio-player {
	max-width:800px;
	width:100%;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	margin-bottom:40px;	
	}
	
		.audio-player-note {
		text-align:right;
		font-size:13px;
		padding-right:5px;
		}
		
		.audio-track {display:none;}
	
	
	
	.message-player {
	max-width:800px;
	width:100%;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	margin-bottom:40px;	
	}
	
		.message-player-note {
		text-align:right;
		font-size:13px;
		padding-right:5px;
		}
		
		
		
	.video-center-holder {
	max-width:800px;
	border-radius:5px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:4px;
	border:solid #f7f6f0 1px;
	margin-bottom:20px;
	}
	
		.video-center-holder iframe {
		vertical-align:middle;
		border-radius:4px;
		overflow:hidden;
		}
		
		
	
	
	
	
	.googlemap-box {
	width:100%;
	overflow:hidden;
	color:#000000 !important;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
	
	.map-holder {
	width:auto !important;
	}
		.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;}
	
	
	
	
	.messages-search {
	display:block;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:50px;
	position:relative;
	}
	
		.messages-search input[type=text] {
		appearance:none;
   		-moz-appearance:none;
    	-webkit-appearance:none;
		display:block;	
		width:100%;
		border:none;
		background:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:20px;
		height:44px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		padding:12px 52px 12px 12px;
		border:solid #c2c1c1 1px;
		border-radius:4px;
		vertical-align:middle;
		margin:0 0 0 0;
		}
		
		.messages-search button {
		position:absolute;
		top:20px;
		right:0px;
		appearance:none;
   		-moz-appearance:none;
    	-webkit-appearance:none;
		display:inline-block;
		border:none;
		background:none;
		width:44px;
		height:44px;
		color:#c3a453;
		font-size:24px;
    	background-color:#285236;
		border-top-right-radius:4px;
		border-bottom-right-radius:4px;
		cursor:pointer;
		}
			.messages-search button:hover {
			color:#285236;
			background-color:#c3a453;
			}
			
			
			
		.messages-search .clear-search {
		float:left;
		font-size:14px;	
		}
	
	
	.messages-holder {display:block;}
	
		.messages-holder .messages-item {
		float:left;
		width:30%;
		margin-right:5%;
		margin-bottom:40px;
		}
		
			.messages-holder .messages-item:nth-child(3n+3) {margin-right:0%;}
			.messages-holder .messages-item:nth-child(3n+4) {clear:both;}
		
			.messages-holder .messages-item .messages-item-text {
			padding:12px 10px;
			}
			
			.messages-holder .messages-item .messages-item-image {
			position:relative;
			display:block;
			overflow:hidden;
			}
			
				.messages-holder .messages-item .messages-item-image > a .date {
				position:absolute;
				bottom:0px;
				right:0px;
				width:40px;
				padding:10px 5px;
				line-height:16px;
				text-transform:uppercase;
				text-align:center;
				color:#c3a453;
				background-color:#285236;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;
				z-index:799;
				}
					.messages-holder .messages-item .messages-item-image > a .date .small {font-size:13px;}
					
					.messages-holder .messages-item .messages-item-image > a:hover .date {
					bottom:-60px;
					right:-50px;
					}
			
			
				.messages-holder .messages-item .messages-item-image a img {
				vertical-align:middle;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				-webkit-backface-visibility:hidden;
				max-height:100%;
				height:auto;
				width:auto\9; /* ie8 */
				}
				
					.messages-holder .messages-item .messages-item-image a:hover img {opacity:0.6;}
				
					.messages-holder .messages-item .messages-item-image > a::after {
					content:" ";
					position:absolute;
					top:0px;
					left:0px;
					width:100%;
					height:100%;
					background-image:url(../images/logo_symbol.png);
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					opacity:0;
					z-index:600;	
					}
					
					.messages-holder .messages-item .messages-item-image > a:hover::after {
					opacity:1;
					}
	
	
	
	.messages-summaries-holder {
	display:block;
	border-top:solid #f7f6f0 1px;
	padding-top:40px;
	}
	
		.messages-summaries-holder h2 {
		color:#285236;	
		font-size:28px;
		line-height:30px;
		padding:4px 0 50px 0;
		}
	
		.messages-summaries-holder .messages-item {
		float:left;
		width:30%;
		margin-right:5%;
		margin-bottom:40px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
			.messages-summaries-holder .messages-item:nth-child(3n+4) {margin-right:0%;}
			.messages-summaries-holder .messages-item:nth-child(3n+5) {clear:both;}
		
			.messages-summaries-holder .messages-item .messages-item-list {
			padding:12px 10px;
			}
				
				.messages-summaries-holder .messages-item .messages-item-list ul li {
				padding:0 0 0 0;
				margin:0 0 0 0;
				font-size:17px;
				line-height:1.2;
				padding-left:25px;
				padding-bottom:10px;
				background:none;
				position:relative;
				}
					.messages-summaries-holder .messages-item .messages-item-list ul li .icons-mic {
					position:absolute;
					top:0px;
					left:0px;
					display:inline-block;
					font-size:20px;
					}
			
			
			.messages-summaries-holder .messages-item .messages-item-image {
			position:relative;
			display:block;
			overflow:hidden;
			}
			
				.messages-summaries-holder .messages-item .messages-item-image > a .date {
				position:absolute;
				bottom:0px;
				right:0px;
				width:40px;
				padding:10px 5px;
				line-height:16px;
				text-transform:uppercase;
				text-align:center;
				color:#c3a453;
				background-color:#285236;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;
				z-index:799;
				}
					.messages-summaries-holder .messages-item .messages-item-image > a .date .small {font-size:13px;}
					
					.messages-summaries-holder .messages-item .messages-item-image > a:hover .date {
					bottom:-60px;
					right:-50px;
					}
			
			
				.messages-summaries-holder .messages-item .messages-item-image a img {
				vertical-align:middle;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				-webkit-backface-visibility:hidden;
				max-height:100%;
				height:auto;
				width:auto\9; /* ie8 */
				}
				
					.messages-summaries-holder .messages-item .messages-item-image a:hover img {opacity:0.6;}
				
					.messages-summaries-holder .messages-item .messages-item-image > a::after {
					content:" ";
					position:absolute;
					top:0px;
					left:0px;
					width:100%;
					height:100%;
					background-image:url(../images/logo_symbol.png);
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					opacity:0;
					z-index:600;	
					}
					
					.messages-summaries-holder .messages-item .messages-item-image > a:hover::after {
					opacity:1;
					}
	
	
	
	
	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
	
		.news-holder .news-item {
		float:left;
		width:30%;
		margin-right:5%;
		margin-bottom:40px;
		}
		
			.news-holder .news-item:nth-child(3n+3) {margin-right:0%;}
			.news-holder .news-item:nth-child(3n+4) {clear:both;}
		
			.news-holder .news-item .news-text {
			padding:12px 10px;
			}
			
			.news-holder .news-item .news-image {
			position:relative;
			display:block;
			overflow:hidden;
			}
			
				.news-holder .news-item .news-image > a .date {
				position:absolute;
				bottom:0px;
				right:0px;
				width:40px;
				padding:10px 5px;
				line-height:16px;
				text-transform:uppercase;
				text-align:center;
				color:#c3a453;
				background-color:#285236;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;
				z-index:799;
				}
					.news-holder .news-item .news-image > a .date .small {font-size:13px;}
					
					.news-holder .news-item .news-image > a:hover .date {
					bottom:-60px;
					right:-50px;
					}
			
			
				.news-holder .news-item .news-image a img {
				vertical-align:middle;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				-webkit-backface-visibility:hidden;
				max-height:100%;
				height:auto;
				width:auto\9; /* ie8 */
				}
				
					.news-holder .news-item .news-image a:hover img {opacity:0.6;}
				
					.news-holder .news-item .news-image > a::after {
					content:" ";
					position:absolute;
					top:0px;
					left:0px;
					width:100%;
					height:100%;
					background-image:url(../images/logo_symbol.png);
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					opacity:0;
					z-index:600;	
					}
					
					.news-holder .news-item .news-image > a:hover::after {
					opacity:1;
					}
				
	
	.news-detail-extra {
	line-height:30px;
	}	
	
		.news-detail-extra .title {
		display:inline-block;
		width:60px;
		}
	
		
		
	.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:22%;
		/*height:158px;
		margin-right:4%;*/
		margin-bottom:30px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			-webkit-backface-visibility:hidden;
			}
				.gallery-holder .gallery-item > a {
				position:relative;
				display:block;
				}
				
					.gallery-holder .gallery-item > a:hover img {
					opacity:0.6;
					}
			
					.gallery-holder .gallery-item > a::after {
					content:" ";
					position:absolute;
					top:0px;
					left:0px;
					width:100%;
					height:100%;
					background-image:url(../images/logo_symbol.png);
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					opacity:0;
					z-index:600;	
					}
					
					.gallery-holder .gallery-item > a:hover::after {
					opacity:1;
					}
		
		/*.gallery-holder div:nth-child(4n+4) {margin-right:0%;}
		.gallery-holder div:nth-child(4n+5) {clear:left;}*/
		
		
		
	.grid-sizer {width:22%;}
	.gutter-sizer {width:4%;}
		
		
		
	
		.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:left;
	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 {
	padding-top:20px;
	}
	
		.staff-holder-grid .staff-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			.staff-holder-grid div:nth-child(3n+3) {margin-right:0%;}
			.staff-holder-grid div:nth-child(3n+4) {clear:left;}
		
		.staff-holder-grid .staff-item .staff-item-image {
		float:left;
		width:100%;
		height:auto;
		}
		
		.staff-holder-grid .staff-item .staff-item-text {
		float:left;
		width:100%;
		height:auto;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:6px 10px 0 10px;
		}
		
		.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%;
	}
	
	
	
	.staff-details .img-right {
	position:absolute;
	right:0;
	bottom:0px;
	max-width:45%;
	margin:0 0 0 0;
	z-index:800;
	}	
		.staff-details .img-right img {
		vertical-align:middle;
		}
		
		
		.staff-details-text {
		float:left;
		width:52%;
		}
		
		
		
	.staff-bottom {}
	
		.staff-bottom h5 {
		float:left;
		display:inline-block;
		padding:0 0 0 0;
		margin:0 0 0 0;
		line-height:24px;
		}
		
		.staff-bottom a {
		float:left;
		display:inline-block;
		margin-left:18px;
		}
		
		
	.staff-featured {
	float:right;
	height:60px;
	color:#ffffff;
	line-height:60px;
	max-height:60px;
	position:relative;
	padding-right:84px;
	}
		.staff-featured-item {
		float:left;
		display:inline-block;
		}
	
		.staff-featured-item strong,
		.staff-featured-item b {
		display:inline-block;
		margin-right:7px;
		margin-left:125px;
		}
			.staff-featured .staff-featured-item:nth-child(1) strong,
			.staff-featured .staff-featured-item:nth-child(1) b {
			margin-left:0px;
			}
			
			.staff-featured .staff-featured-item:nth-child(2) strong, 
			.staff-featured .staff-featured-item:nth-child(2) b {
			margin-left:140px;
			}
			
			.staff-featured .staff-featured-item:nth-child(3) strong, 
			.staff-featured .staff-featured-item:nth-child(3) b {
			margin-left:100px;
			}
	
		
		.staff-featured a {
		color:#c3a453;
		display:inline-block;
		}
		.staff-featured a:hover {color:#ffffff;}
	
	
		.staff-featured img {
		position:absolute;
		bottom:0px;
		max-height:80px;
		}
			.staff-featured .staff-featured-item:nth-child(1) img {
			margin-left:10px;
			}
				
							
				
	/* 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 {
		font-size:15px;
		line-height:30px;
		}
			
			.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%;	
			}
	
	
	/* 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-item {
	float:left;
	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;
	margin-right:1%;
	margin-bottom:10px;
	}
		.product-item .product-item-image {
		display:block;
		padding-bottom:4px;
		}
			.product-item .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
		.products-holder div:nth-child(4n+4) {margin-right:0%;}
		.products-holder div:nth-child(4n+5) {clear:both;}
		
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list .shopping-cart-list-header {
		font-size:11px;
		font-weight:bold;
		padding:4px 0 4px 0;
		border-bottom:solid #e1e1e1 1px; 
		}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid #e1e1e1 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%;
			}
			
				.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 {}

		.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 #e1e1e1 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 #e1e1e1 1px;
		}
		
		
		.shopping-cart-totals .shopping-cart-total-final .totals-space {
		float:left;
		width:45%;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		font-weight:bold;
		background-color:#f3f3f3;
		border-top:solid #e1e1e1 1px;
		border-bottom:solid #e1e1e1 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		font-weight:bold;
		background-color:#f3f3f3;
		border-top:solid #e1e1e1 1px;
		border-bottom:solid #e1e1e1 1px;
		}
		
			.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:10px 15px;
	border:	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:33%;
		line-height:18px;
		list-style:none;
		margin-top:0;
		padding-top:0;
		padding-bottom:7px;
		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:33%;
		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 #c3d0d2 1px;
		}
		
	
	.payment-holder-table {
	margin-bottom:10px;
	padding:4px 6px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	}
		
	.payment-radio-holder {
	float:left;
	width:5%;
	padding:4px 0 5px 0;
	}
	
		.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;	
	}
	
		

	
	/* 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:900px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		margin-bottom:7px;
		}
		
		
			.form-item .label,
			.form-item .label2 {
			width:100%;	
			}
			
			.form-item .label-padding {
			margin-left:0%;
			}
			
			.form-item .subbut,
			.form-item .g-recaptcha, 
			.form-footer,
			#recaptcha_image {
			padding-left:0%;	
			}
			
			.form-item .g-recaptcha {
			padding-top:16px;
			}
			
			
			.form-item .input,
			.form-item .select,
			.form-item .checkbox,
			.form-item .radio,
			.form-item .textarea {
			width:100%;	
			}
		
		
	
		.form-item .label {
		float:left;
		font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
		font-weight:700;
		font-size:16px;
		color:#c3a453;
		line-height:26px;
		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;
		}
		
		.form-item .label2 {
		float:left;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		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:11px;
		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 {
			font-size:12px;
			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 {
			font-size:12px;
			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:12px;
			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 .input input,
			form select,
			form textarea {
			border:none;
			background:none;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			line-height:18px;
			height:36px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			padding:8px 8px 8px 8px;
			border:solid #c2c1c1 1px;
			border-radius:4px;
			vertical-align:middle;
			margin:0 0 0 0;
			}
			
			form textarea {
			resize:vertical;
			}
			
			
			
		
		.form-item .subbut,
		.form-item .g-recaptcha, 
		#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;
		}
		
			.form-item .subbut {
			padding-top:8px;
			}
		
			#main .main-right .form-item .subbut,
			#main .main-left .form-item .subbut,
			#main .main-right .form-item .g-recaptcha, 
			#main .main-left .form-item .g-recaptcha, 
			#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 {
				appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				border:none;
				background:none;
				font-family:"interface-n7", "interface", Arial, Helvetica, sans-serif;
				font-weight:700;
				font-size:20px;
				padding:10px 20px;
				line-height:20px;
				color:#ffffff;
				background-color:#285236;
				border-radius:4px;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				}
				
					.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 {
					cursor:pointer;
					background-color:#c3a453;
					}
			
			#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;
				}
				
				
				
				
	.form-item .g-recaptcha > div > div {max-width:100%;}
	.form-item .g-recaptcha > div > div > iframe {max-width:100%;}
	
				
	/* Google reCaptcha widget styles */
	
	#recaptcha_image {
	width:60% !important;
	margin-left:40%;
	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:4px;
		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);}
		
		
		
		
@font-face {
    font-family: 'westside';
    src:    url('../images/fonts/westside.eot?6r4qs4');
    src:    url('../images/fonts/westside.eot?6r4qs4#iefix') format('embedded-opentype'),
        url('../images/fonts/westside.ttf?6r4qs4') format('truetype'),
        url('../images/fonts/westside.woff?6r4qs4') format('woff'),
        url('../images/fonts/westside.svg?6r4qs4#westside') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'westside' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icons-search:before {
    content: "\e900";
}
.icons-mic:before {
    content: "\e901";
}
.icons-mic-none:before {
    content: "\e902";
}
.icons-audiotrack:before {
    content: "\e903";
}
.icons-queue-music:before {
    content: "\e904";
}
.icons-library-music:before {
    content: "\e905";
}
.icons-markunread:before {
    content: "\e906";
}
.icons-local-library:before {
    content: "\e907";
}
.icons-bookmark:before {
    content: "\e908";
}
.icons-book:before {
    content: "\e909";
}
.icons-star:before {
    content: "\e90a";
}
.icons-favorite:before {
    content: "\e90b";
}


	
	
	
	
		