/* --------------------------------------------------- 
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:Arial, Helvetica, sans-serif;
font-size:14px;  
text-align:center;
color:#fff;
background-color:#161617;
clear:both;
margin:0 auto;
}



/* DEFAULT LINKS */
a         {text-decoration:none;color:#0094d9;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#9f9fff;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
font-weight:600;
margin:0px 0px 0px 0px;
color:#0095da;
}

h1 {font-size:28px;line-height:28px;padding:4px 0 14px 0;}
h2 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h3 {font-size:17px;line-height:17px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:15px;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:14px;line-height:14px;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;}
.center {text-align:center;}
.large {
font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
font-weight:400;
font-size:18px;
line-height:26px;
color:#fff;
}
.large2 {
font-family:Calibri, Helvetica, Arial, sans-serif;
font-weight:300;
font-size:21px;
line-height:24px;
color:#ffffff;
font-style:italic;
}

.error, .checkout-error, .red {color:#b60d04;}
.green {color:#5ea90d;}
.light {color:#8c999b;}
.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:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #48484d 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%;
}

.main-bottom .map-holder {width:100%!important;}

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


/* 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;
	color:#fff;
	background-image:url(../images/point_blue.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
	}
	
ol {
margin:15px 0;
padding:0 0 0 40px;	
color:#fff;
counter-reset:item;
padding-bottom:20px;
}

	ol li {
	display:block;
	padding-left:0px;
	color:#62676a;
	margin:10px 0;
	list-style-type:decimal;
	position:relative;
	}
	
	ol li:before {
	content:counter(item) ".   ";
	counter-increment:item;
    padding-right: 0.5em;
	color:#fff;	
	margin-bottom:20px;
	position: absolute;
	top:0;
	left:-2em;
	}
	
	
#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;
}

.button {
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
display:inline-block;
background-color:#212122;
padding:5px 20px;
width:100%;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-shadow:rgba(0,0,0,0.5) 0 3px 10px;
z-index:999;
}
	.button:hover {background-color:#0094d9;color:#fff;}

.padding-bottom {
padding-bottom:30px;	
}

.white {color:#fff;}


/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1,
#container-header,
#container-nav,
#container-title,
#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:relative;
	width:100%;
	color:#b2b3b6;
	background-color:rgba(22,22,23,0.95);
	z-index:800;
	}
		.home #container-header {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		color:#b2b3b6;
		background-color:rgba(22,22,23,0.95);
		z-index:800;	
		}
		
		#container-main-top {
		padding:60px 0;
		background-color:rgba(11,95,137,0.3);
		}
	
	#container-title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:182px;
	z-index:780;
	}
	
	.home #container-main {}
	
	#container-footer {
	background-color:rgba(11,95,137,0.3);	
	}

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

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


	/* MAIN HEADER */
	#header {
	height:90px;
	}
		#header #logo {
		float:left;
		display:inline-block;
		padding-top:0px;
		}
			#header #logo img {
			vertical-align:middle;
			}
		
			
			
		/* MOBILE QUICK CALL */			
		#header #mobile-link {
		display:none;
		width:100%;
		padding:2px 6px;
		text-align:center;
		font-size:18px;
		line-height:32px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
			#header #mobile-link a {color:#fff;}		
			#header #mobile-link h4 {display:inline-block;}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	display:inline-block;
	font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	height:70px;
	line-height:70px;
	color:#ffffff;
	padding:10px 0 1px 10px;
	border-left:solid #313132 1px;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:70px;
			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:70px;
		line-height:70px;
		color:#b2b3b6;
		padding-left:16px;
		padding-right:16px;
		position:relative;
		z-index:899;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:70px;
			line-height:70px;
			font-weight:normal;
			}
			
			#navigation a:hover,
			#navigation .over {
			color:#ffffff;
			background-color:#0094d9;
			z-index:899;
			cursor:pointer;
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation a:hover b,
				#navigation .over b {
				}
				
			#navigation .on {
			color:#ffffff;
			z-index:899;
			cursor:pointer;
			}
				#navigation .on strong,
				#navigation .on b {
				}
				
			#navigation .over,
			#navigation a:hover.over {
				
			}
				#navigation .over strong,
				#navigation .over b,
				#navigation a:hover.over strong,
				#navigation a:hover.over b {
				
				}
				
			#navigation .drop a {
			padding-right:30px;
			background-image:url(../images/nav_drop_arrow.png);
			background-position:right 13px top 34px;
			background-repeat:no-repeat;
			}
				#navigation .drop a.over,
				#navigation .drop a:hover.over {
				background-position:right 13px top -16px;	
				}
			
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:2px;
			/*font-size:0;*/
			text-align:center;
			background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:70px;
				left:0px;
				display:none;
				width:150px;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				box-shadow:0px 2px 8px rgba(0,0,0,0.4);
				line-height:14px;
				z-index:897;
				}
					#navigation .sub-nav li {
					width:100%;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:100%;
						box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						-ms-box-sizing:border-box;
						height:auto;
						line-height:14px;
						border:none;
						border-radius:0px;
						background:none;
						padding:12px 13px;
						color:#ffffff;
						background-color:#0094d9;
						border-bottom:solid #00aeff 1px;
						margin:0 0 0 0;
						z-index:898;
						}
							#navigation .sub-nav a:hover {
							color:#0094d9;
							border-radius:0px;
							background-color:#ffffff;
							border-bottom:solid #ffffff 1px;
							}
							
						#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;
	float:left;
	font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight:400;
	text-transform:uppercase;
	color:#ffffff;
	line-height:22px;
	padding:10px 0 10px 20px;
	height:22px;
	font-size:16px;
	background-image:url(../images/icon_menu.png);
	background-position:0 center;
	background-size:16px 16px;
	background-repeat:no-repeat;
	}
						
							
	/* 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 {
position:relative;
max-height:620px;
overflow:hidden;
}	

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

		
	#slider {
    position:relative;
	max-height:620px;
	overflow:hidden;
    background:url(../images/ajax_loader.gif) no-repeat 50% 50%;
	}
		.nivo-caption {
		position:absolute;
		right:0px;
		bottom:70px;
		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+ */
		}
		
				.nivo-html-caption {
				position:absolute;
				bottom:0px;
				}
		
			#image-rotator .slider-text {
			position:relative;
			height:108px;
			max-width:1040px;
			text-align:right;
			margin:0 auto;
			margin-left:auto;
			margin-right:auto;
			padding:0 0 0 0;
			border:none;
			}
				#image-rotator .slider-text h2 {
				font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
				font-weight:400;
				font-size:40px;
				line-height:48px;
				width:80%;
				color:rgba(255,255,255,1);
				position:absolute;
				top:0px;
				text-shadow:0px 1px 8px rgb(0,0,0);
				text-align:right;
				right:0;
				}
				
				#image-rotator .slider-text h3 {
				font-family:"myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
				font-weight:400;
				font-size:24px;
				line-height:30px;
				color:rgba(255,255,255,1);
				padding-top:15px;
				float:left;
				display:inline-block;
				}
				
				
				#image-rotator .slider-divider {
				position:absolute;
				left:0px;
				bottom:71px;
				width:100%;
				clear:both;
				font-size:0;
				line-height:1px;
				height:1px;
				padding:0 0 0 0;
				margin:0 0 0 0;
				background-color:rgba(0,148,217,0.20);
				z-index:900;
				}
		
				.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;
					}
	
	
	
#container-title {}

	#container-title .wrap {
	position:relative;
	height:182px;
	}

	#container-title h1 {
	position:absolute;
	bottom:-15px;
	left:0px;
	font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:64px;
	line-height:60px;
	height:55px;
	color:rgba(255,255,255,0.5);
	max-width:100%;
	overflow:hidden;	
	}
	
		#container-title h3 {
		float:right;
		font-family:"myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
		font-weight:400;
		font-size:24px;
		line-height:70px;
		color:rgba(255,255,255,1);
		padding-top:71px;
		}
		
	
	/* RANDOM IMAGE */
	#random-holder {
	max-height:142px;
	overflow:hidden;
	position:relative;
	padding-top:40px;
	}
			#random-holder img {
			width:100%;
			vertical-align:middle;
			}
			
			#random-holder .random-divider {
			position:absolute;
			left:0px;
			bottom:111px;
			width:100%;
			clear:both;
			font-size:0;
			line-height:1px;
			height:1px;
			padding:0 0 0 0;
			margin:0 0 0 0;
			background-color:rgba(255,255,255,0.3);
			z-index:600;
			}
		
			#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 {}
			
		
	.edit4cf42191594cb,
	.edit5328a29d3ff88  {}
			
			
		.edit5328a29d3ff88 .frontbox-item-white,
		.edit5328a29d3ff88 .frontbox-item-black {
		background:none !important;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		overflow:hidden;
		}
		
		.edit4cf42191594cb .frontbox-item-white,
		.edit4cf42191594cb .frontbox-item-black {
		/*width:200px !important;*/
		background:none !important;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		overflow:hidden;
		}
			.main-top .clearer {height:0px!important;}

			.edit4cf42191594cb .frontbox-over {
			top:auto!important;
			bottom:14px!important;
			width:100% !important;
			margin:0 auto;
			margin-left:auto;
			margin-right:auto;
			padding:0 0 0 0;
			border:none;	
			pointer-events:none;
			text-align:center;
			-moz-transition:all .1s ease-out;
			-webkit-transition:all .1s ease-out;
			transition:all .1s ease-out;
			}
			.edit5328a29d3ff88 .frontbox-over {
			margin:0 auto;
			width:100% !important;
			margin-left:auto;
			margin-right:auto;
			padding:0 0 0 0;
			border:none;	
			pointer-events:none;
			text-align:center;
			-moz-transition:all .1s ease-out;
			-webkit-transition:all .1s ease-out;
			transition:all .1s ease-out;
			top:100px!important;
			}
			
				.edit5328a29d3ff88 .frontbox-over a,
				.edit4cf42191594cb .frontbox-over a {
				text-transform:uppercase;
				color:#ffffff;
				display:inline-block;
				margin:0 auto;
				margin-left:auto;
				margin-right:auto;
				padding:0 0 0 0;
				border:none;	
				pointer-events:none;
				}
				
					.edit5328a29d3ff88 .frontbox-over a h2,
					.edit4cf42191594cb .frontbox-over a h2 {
					display:inline-block;
					font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
					font-weight:400 !important;
					font-size:15px !important;
					padding:8px 12px !important;
					color:#3dc2ff !important;
					border:solid rgba(255,255,255,0.4) 1px;
					background-color:rgba(0,0,0,0.2);
					border-radius:2px;
					-moz-transition:all .1s ease-out;
					-webkit-transition:all .1s ease-out;
					transition:all .1s ease-out;
					}
					
					
						.edit4cf42191594cb .frontbox-item-white:hover .frontbox-over,
						.edit4cf42191594cb .frontbox-item-black:hover .frontbox-over {
						bottom:44px!important;
						}
						.edit5328a29d3ff88 .frontbox-item-white:hover .frontbox-over,
						.edit5328a29d3ff88 .frontbox-item-black:hover .frontbox-over {
						top:100px!important;
						}
					
						.edit5328a29d3ff88 .frontbox-item-white:hover .frontbox-over a h2,
						.edit5328a29d3ff88 .frontbox-item-black:hover .frontbox-over a h2,
						.edit4cf42191594cb .frontbox-item-white:hover .frontbox-over a h2,
						.edit4cf42191594cb .frontbox-item-black:hover .frontbox-over a h2 {
						padding:13px 16px !important;
						border:solid rgba(255,255,255,1) 1px;
						background-color:rgba(0,0,0,0.0);
						border-radius:4px;
						color:#fff !important;
						}
		
			.edit5328a29d3ff88 .frontbox-item-white a,
			.edit5328a29d3ff88 .frontbox-item-black a,
			.edit4cf42191594cb .frontbox-item-white a,
			.edit4cf42191594cb .frontbox-item-black a {
			-webkit-filter:grayscale(60%);
			-moz-filter:grayscale(60%);
			-ms-filter:grayscale(60%);
			-o-filter:grayscale(60%);
			filter:grayscale(60%);
			filter url(grayscale.svg); /* Firefox 4+ */
			filter:gray; /* IE 6-9 */
			opacity:0.9;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
			
				.edit5328a29d3ff88 .frontbox-item-white:hover a,
				.edit5328a29d3ff88 .frontbox-item-black:hover a,
				.edit4cf42191594cb .frontbox-item-white:hover a,
				.edit4cf42191594cb .frontbox-item-black:hover a {
				-webkit-filter:grayscale(0%);
				-moz-filter:grayscale(0%);
				-ms-filter:grayscale(0%);
				-o-filter:grayscale(0%);
				filter:grayscale(0%);
				filter:none;
				opacity:1;
				}
				
				
				.edit5328a29d3ff88 .frontbox-item-white a img,
				.edit5328a29d3ff88 .frontbox-item-black a img,
				.edit4cf42191594cb .frontbox-item-white a img,
				.edit4cf42191594cb .frontbox-item-black a img {
				opacity:0.7;	
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				}
				
					.edit5328a29d3ff88 .frontbox-item-white:hover a img,
					.edit5328a29d3ff88 .frontbox-item-black:hover a img,
					.edit4cf42191594cb .frontbox-item-white:hover a img,
					.edit4cf42191594cb .frontbox-item-black:hover a img {
					opacity:1;	
					}
		
		.edit4cf42191594cb .gap1 {
		width:10px !important;	
		}
		
	.custom-item {
	position:relative;
	float:left;
	width:251px;
	margin-right:12px;
	margin-bottom:2%;
	background-color:#000;
	-moz-transition:all .2s ease-out;
	-webkit-transition:all .2s ease-out;
	transition:all .2s ease-out;
	}
	
		.custom-item a.custom-image {
		-webkit-filter:grayscale(60%);
		-moz-filter:grayscale(60%);
		-ms-filter:grayscale(60%);
		-o-filter:grayscale(60%);
		filter:grayscale(60%);
		filter url(grayscale.svg); /* Firefox 4+ */
		filter:gray; /* IE 6-9 */
		opacity:0.9;
		-moz-transition:all .2s ease-out;
		-webkit-transition:all .2s ease-out;
		transition:all .2s ease-out;
		}
			
			.custom-item a.custom-image img {vertical-align:middle;}
		
			.custom-item:hover a.custom-image {
			-webkit-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-ms-filter:grayscale(0%);
			-o-filter:grayscale(0%);
			filter:grayscale(0%);
			filter:none;
			opacity:1;
			}
			
		.custom-item .custom-over {
		position:absolute;
		top:auto!important;
		bottom:14px!important;
		width:100% !important;
		margin:0 auto;
		margin-left:auto;
		margin-right:auto;
		padding:0 0 0 0;
		border:none;	
		pointer-events:none;
		text-align:center;
		-moz-transition:all .1s ease-out;
		-webkit-transition:all .1s ease-out;
		transition:all .1s ease-out;
		}
			.custom-over a {
			text-transform:uppercase;
			color:#ffffff;
			display:inline-block;
			margin:0 auto;
			margin-left:auto;
			margin-right:auto;
			padding:0 0 0 0;
			border:none;	
			pointer-events:none;
			}
				.custom-over a h2 {
				display:inline-block;
				font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
				font-weight:400 !important;
				font-size:15px !important;
				padding:8px 12px !important;
				color:#3dc2ff !important;
				border:solid rgba(255,255,255,0.4) 1px;
				background-color:rgba(0,0,0,0.2);
				border-radius:2px;
				-moz-transition:all .1s ease-out;
				-webkit-transition:all .1s ease-out;
				transition:all .1s ease-out;
				}
					
					
						.custom-item:hover .custom-over {
						bottom:48px!important;
						}
					
						.custom-item:hover .custom-over a h2 {
						padding:13px 16px !important;
						border:solid rgba(255,255,255,1) 1px;
						background-color:rgba(0,0,0,0.0);
						border-radius:4px;
						color:#fff !important;
						}
		
		.custom-item:nth-child(4n+4) {margin-right:0;}


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

		
	
	
	/* MAIN CONTENT */
	#main {
	line-height:24px;
	min-height:200px;
	padding:100px 0 80px 0;
	}
	
		.home #main {padding:30px 0 20px 0;}
		
			.intro-text-mobile {
			display:none;
			padding:20px 0 30px 0;
			}
				.intro-text-mobile strong,
				.intro-text-mobile b {
				color:#ec1d27;
				}
		
		
		#main .main-top {}
		
		#main .main-bottom {
		padding:30px 0 0 0;
		}
		
		
		#main h2 {
		font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
		font-weight:400;
		font-size:24px;
		line-height:24px;
		color:#fff;
		padding-top:10px;
		padding-bottom:14px;
		}
		
		#main h3 {
		color:#a9a9aa;
		}
		
		#main h4 {
		font-family:Calibri;
		font-style: italic;
		font-weight: 300;
		font-size:21px;
		line-height:24px;
		color:#fff;
		}
		
			#main h4.right-text {
			float:right;
			width:30%;
			margin:0 0 30px 30px;
			text-align:right;
			border-right:solid #0072bc 10px;
			padding-right:10px;
			color:#fff;
			font-family:Calibri;
			font-style: italic;
			font-weight: 300;
			}
			
		#main h6 {
		text-transform:uppercase;
		color:#fff;
		padding:10px 0 0 0;
		}
		
		
		#main .main-full {
		width:100%;
		margin-top:10px;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		}
		
			#main .main-content a {color:#fff!important;}
		
			
			#main .main-box {
			padding:8px 10px;
			background-color:#e7ecee;
			}
			
		
		#main .thirds {}
			#main .main-third {
			float:left;
			width:30%;
			margin-right:5%;
			margin-top:10px;	
			}
			
				#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%;
		margin-top:10px;
		}
		
		#main .full-right {
		float:right;
		width:47%;
		margin-top:10px;
		}
		
		
		
		
		/* MAIN SIDE CONTENT */
		#main .main-left {
		float:left;
		width:20%;
		margin-right:20px;
		}

		#main .main-right {
		float:right;
		width:20%;
		border-left:solid #49494b 1px;
		}
		
			#main .main-right .img-left,
			#main .main-left .img-left {float:left;margin-right:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-right,
			#main .main-left .img-right {clear:right;float:right;margin-left:10px;margin-top:0;margin-bottom:0;text-align:center;}
		
			#main .main-right p,
			#main .main-left p {
			padding:6px 0 6px 35px;
			margin:0 0 0 0;
			line-height:22px;
			margin-bottom:1px;
			}
			
			#main .main-right .side-holder,
			#main .main-left .side-holder {
			padding:6px 0 6px 35px;
			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 {
			font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
			font-weight:400;
			font-size:20px;
			line-height:22px;
			padding:0 0 0 35px;
			}
			
			#main .main-right h5,
			#main .main-left h5 {color:#0094d9;}
			#main .main-right h6,
			#main .main-left h6 {}
			
			
			#main .side-nav {
			padding:6px 0 40px 0;
			margin:0 0 0 0;	
			}
			
			#main .side-nav li {
			display:block;
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:780;
			}
			
				#main .side-nav li a {
				display:block;
				padding:6px 35px;
				color:#a9a9aa;
				}
					#main .side-nav li a:hover,
					#main .side-nav li a.on {
					background-color:#222223;
					}
					
			.side-red-links {
			padding-top:20px;
			padding-bottom:30px;
			}
					
				.side-red-links a {
				display:block;
				color:#ec1d27;
				font-family:"myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
				font-weight:600;
				font-size:17px;
				line-height:20px;
				-moz-transition:all .3s ease-out;
				-webkit-transition:all .3s ease-out;
				transition:all .3s ease-out;
				padding-left:35px;
				padding-bottom:15px;
				position:relative;
				}
					.side-red-links a:hover {color:#505050;}
				
					.side-red-links a img {
					position:absolute;
					left:10px;
					top:3px;
					max-width:16px;
					}



	#mobile-footer-menu {
	display:none;
	background-color:#232324;
	}
		#mobile-footer-menu .mobile-menu-block {
		border-top:solid #2d2d2f 1px;
		padding:20px 0;
		}
			#mobile-footer-menu .mobile-menu-block:first-child {
			border-top:none;	
			}
	
		#mobile-footer-menu .mobile-menu-block h4 {
		padding:6px 20px;
		}
		
		#mobile-footer-menu .mobile-menu-block a {
		display:block;
		padding:5px 20px;
		line-height:18px;
		}


	h3.values {
	font-size:22px;	
	}


	/* MAIN FOOTER */
	#footer {
	line-height:22px;
	color:#525050;
	text-align:left;
	padding:0 0 0 0;
	}
	
		#footer a {color:#8f9092;}
		#footer a:hover {color:#0072bc;}
		
		#footer .footer-right {
		float:right;
		display:inline-block;
		text-align:left;
		line-height:56px;
		padding:20px 0;
		}
			#footer .footer-right a {
			opacity:0.7;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
				#footer .footer-right a:hover {opacity:1;}
		
			#footer .footer-right img {
			vertical-align:middle;
			margin-right:30px;
			}
		
			#footer .footer-right a:first-child img {
			max-width:20%;
			}
		
		#footer .footer-middle {
		float:left;
		display:inline-block;
		text-align:left;
		margin-left:32px;
		font-size:11px;
		padding-top:26px;
		}
			#footer .footer-middle a {
			font-size:13px;
			display:inline-block;
			margin-left:10px;
			}
				#footer .footer-middle a:first-child {margin-left:0;}
		
		#footer .footer-left {
		float:left;
		width:20%;
		text-align:left;
		font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
		font-weight:400;
		font-size:14px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:24px 0 24px 25px;
		color:#0072bc;
		}
			#footer .footer-left strong,
			#footer .footer-left b {
			font-family:"myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
			font-weight:600;
			font-size:30px;
			color:#ffffff;
			}
		
		
		
	#desktop-link {display:none;}
		
		
	
	
	
	
	.googlemap-box {
	width:100%;
	overflow:hidden;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
	
	.map-holder {
	}
		.map-holder img {
		width:auto;
		max-width:none !important;
		}
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* Services */
	.service-categories {}
	
		.service-categories .service-category {
		float:left;
		width:32%;
		height:auto;
		margin-right:2%;
		margin-bottom:15px;
		text-align:center;
		position:relative;
		overflow:hidden;
		}
			.service-categories div.service-category .service-category-text {
			position:absolute;
			top:80px;
			left:0px;
			width:100%;
			z-index:790;
			pointer-events:none;
			-moz-transition:all .1s ease-out;
			-webkit-transition:all .1s ease-out;
			transition:all .1s ease-out;
			}
				.service-categories div.service-category:hover .service-category-text {
				top:72px;	
				}
			
				.service-categories div.service-category .service-category-text h2 a {
				display:inline-block;
				font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
				font-weight:400;
				font-size:18px;
				padding:8px 12px;
				color:#ffffff;
				text-transform:uppercase;
				border:solid rgba(255,255,255,0.4) 1px;
				background-color:rgba(0,0,0,0.2);
				border-radius:3px;
				-moz-transition:all .1s ease-out;
				-webkit-transition:all .1s ease-out;
				transition:all .1s ease-out;
				}
					.service-categories div.service-category:hover .service-category-text h2 a {
					padding:16px 19px;
					border:solid rgba(255,255,255,1) 1px;
					background-color:rgba(0,0,0,0.0);
					border-radius:4px;	
					}
			
			.service-categories div.service-category .service-category-image {
			top:0px;
			left:0px;
			-webkit-filter:grayscale(60%);
			-moz-filter:grayscale(60%);
			-ms-filter:grayscale(60%);
			-o-filter:grayscale(60%);
			filter:grayscale(60%);
			filter url(grayscale.svg); /* Firefox 4+ */
			filter:gray; /* IE 6-9 */
			opacity:0.7;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			-webkit-backface-visibility: hidden;
   			-webkit-transform: translateZ(0) scale(1.0, 1.0);
			z-index:780;	
			}
			
				.service-categories div.service-category:hover .service-category-image {
				top:0px;
				left:0px;
				-webkit-filter:grayscale(0%);
				-moz-filter:grayscale(0%);
				-ms-filter:grayscale(0%);
				-o-filter:grayscale(0%);
				filter:grayscale(0%);
				filter:none;
				opacity:1;	
				}
			
			
			.service-categories div.service-category:nth-child(3n+3) {margin-right:0%;}
			.service-categories div.service-category:nth-child(3n+4) {clear:left;}
	
	
	
	.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;}
	
	
	
	#main .services-holder .services-item .services-item-text h2 {
	padding-top:0;
	padding-bottom:8px;
	line-height:16px;	
	}
	
	
	
	.service-main-image {
	text-align:center;
	background-color:#212122;
	background-image:url(../images/ajax_image_loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	line-height:520px;
	height:520px;
	overflow:hidden;
	}
		.service-main-image img {
		vertical-align:middle;
		}
		
	
	
.service-gallery-holder {
position:relative;
height:140px;
width:100%;
display:block;
}
	.service-gallery-holder .gallery-arrow-left,
	.service-gallery-holder .gallery-arrow-right {
	position:absolute;
	top:22px;
	width:40px;
	height:100px;
	background-repeat:no-repeat;
	opacity:0.6;
	-moz-transition:all .3s ease-out;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	cursor:pointer;
	}
	
	.service-gallery-holder .gallery-arrow-left {
	left:-40px;
	background-image:url(../images/gallery_arrow_left.png);
	background-position:left 2px center;
	}
	
	.service-gallery-holder .gallery-arrow-right {
	right:-40px;
	background-image:url(../images/gallery_arrow_right.png);
	background-position:right 2px center;
	}
	
		.service-gallery-holder .gallery-arrow-left:hover,
		.service-gallery-holder .gallery-arrow-right:hover {
		opacity:1;	
		}
	
	
	.service-gallery {
	width:100%;
	height:140px;
	overflow:hidden;
	position:relative;
	}
		.service-gallery .gallery-holder {
		position:absolute;
		left:0px;
		top:0px;
		padding-top:22px;
		padding-bottom:22px;
		height:100px;
		background-color:#1a1a1b;
		background-image:url(../images/service_gallery_toppane.jpg), url(../images/service_gallery_bottompane.jpg);
		background-position:left top, left bottom;
		background-repeat:repeat-x, repeat-x;
		}
		
			.gallery-holder {display:block;}
				.gallery-holder .gallery-item {
				float:left;
				width:150px;
				height:auto;
				margin-right:8px;
				text-align:center;
				position:relative;
				}
					.gallery-holder .gallery-item img {
					max-width:100%;
					height:auto;
					width:auto\9; /* ie8 */
					vertical-align:bottom;
					-webkit-filter:grayscale(60%);
					-moz-filter:grayscale(60%);
					-ms-filter:grayscale(60%);
					-o-filter:grayscale(60%);
					filter:grayscale(60%);
					filter url(grayscale.svg); /* Firefox 4+ */
					filter:gray; /* IE 6-9 */
					opacity:0.7;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					-webkit-backface-visibility: hidden;
					-webkit-transform: translateZ(0) scale(1.0, 1.0);
					z-index:780;
					}
						.gallery-holder .gallery-item:hover img,
						.gallery-holder .gallery-item-on img {
						top:0px;
						left:0px;
						-webkit-filter:grayscale(0%);
						-moz-filter:grayscale(0%);
						-ms-filter:grayscale(0%);
						-o-filter:grayscale(0%);
						filter:grayscale(0%);
						filter:none;
						opacity:1;
						}
						
				.gallery-holder .gallery-item-over {
				position:absolute;
				top:36%;
				left:0px;
				width:100%;
				text-align:center;
				pointer-events:none;
				z-index:781;
				}
						
					.gallery-item-plus {
					display:inline-block;
					width:20px;
					height:20px;
					margin-top:2px;
					line-height:none;
					background-image:url(../images/plus_white.png);
					background-position:center center;
					background-repeat:no-repeat;
					border-radius:15px;
					border:solid #ffffff 1px;
					-moz-transition:all .1s ease-out;
					-webkit-transition:all .1s ease-out;
					transition:all .1s ease-out;
					vertical-align:middle;	
					}
					
					.gallery-holder .gallery-item-on .gallery-item-plus {
					opacity:0;
					}
					
						.gallery-holder .gallery-item:hover .gallery-item-plus {
						margin-top:0px;
						width:24px;
						height:24px;	
						}
					
					
					.gallery-holder .gallery-item:last-child {
					margin-right:0px;	
					}
					
					
	.service-base {}
	
		.service-base-left {
		float:left;
		width:75%;
		}
		
		.service-base-right {
		float:right;
		width:20%;
		padding-left:35px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		border-left:solid #49494b 1px;
		}
			.service-base-right h6 {
			text-transform:uppercase;
			color:#62676a;
			padding:10px 0 0 0;
			}
			
				.service-base-right h6:first-child {
				padding:0 0 0 0;	
				}
	
	
	
	/* 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;
			position:relative;
			}
				.news-holder .news-item .news-image img {
				max-height:100px;
				}
				
				
	.news-grid-holder {
	}
	
		.news-grid-holder .news-item {
		float:left;
		width:31%;
		height:auto;
		margin-right:2%;
		margin-bottom:18px;
		text-align:left;
		position:relative;
		}
			.news-grid-holder div:nth-child(3n+3) {margin-right:0%;}
			.news-grid-holder div:nth-child(3n+4) {clear:left;}
		
		.news-grid-holder .news-item .news-item-image {
		float:left;
		width:22%;
		height:auto;
		position:relative;
		}
		
		.news-grid-holder .news-item .news-item-text {
		float:right;
		width:72%;
		height:auto;
		}
			.news-grid-holder .news-item h5 {
			font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
			font-weight:400;
			font-size:20px;
			line-height:22px;
			padding-top:14px;	
			}
		
			.news-grid-holder .news-item h5 a {
			color:#ffffff;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
			
				.news-grid-holder .news-item:hover h5 a {color:#ec1d27;}
			
			.news-grid-holder .news-item {
			color:#a9a9aa;
			}
		
		
		.news-grid-holder .news-item .news-item-text-full {
		width:100%;
		}
		
		
		.news-item .news-item-image img,
		.news-item .news-image img {
		max-width:100%;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:bottom;
		-webkit-filter:grayscale(60%);
		-moz-filter:grayscale(60%);
		-ms-filter:grayscale(60%);
		-o-filter:grayscale(60%);
		filter:grayscale(60%);
		filter url(grayscale.svg); /* Firefox 4+ */
		filter:gray; /* IE 6-9 */
		opacity:0.7;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0) scale(1.0, 1.0);
		z-index:780;
		}
			.news-item:hover .news-item-image img,
			.news-item:hover .news-image img {
			top:0px;
			left:0px;
			-webkit-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-ms-filter:grayscale(0%);
			-o-filter:grayscale(0%);
			filter:grayscale(0%);
			filter:none;
			opacity:1;
			}
			
			
				.news-item .news-item-over {
				position:absolute;
				top:36%;
				left:0px;
				width:100%;
				text-align:center;
				pointer-events:none;
				z-index:781;
				}
						
					.news-item-plus {
					display:inline-block;
					width:20px;
					height:20px;
					margin-top:2px;
					line-height:none;
					background-image:url(../images/plus_white.png);
					background-position:center center;
					background-repeat:no-repeat;
					border-radius:15px;
					border:solid #ffffff 1px;
					-moz-transition:all .1s ease-out;
					-webkit-transition:all .1s ease-out;
					transition:all .1s ease-out;
					vertical-align:middle;	
					}
					
						.news-item:hover .news-item-plus {
						margin-top:0px;
						width:24px;
						height:24px;	
						}
		
		
		
		
		
		
	.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 .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:33%;
		height:auto;
		margin-right:0;
		margin-bottom:18px;
		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:22%;
		height:auto;
		position:relative;
		}
		
		.staff-holder-grid .staff-item .staff-item-text {
		float:right;
		width:72%;
		height:auto;
		}
			.staff-holder-grid .staff-item h5 {
			font-family:"myriad-pro-n4", "myriad-pro", Helvetica, Arial, sans-serif;
			font-weight:400;
			font-size:20px;
			line-height:22px;
			padding-top:14px;	
			}
		
			.staff-holder-grid .staff-item h5 a {
			color:#ffffff;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
			
				.staff-holder-grid .staff-item:hover h5 a {color:#0094d9;}
			
			.staff-holder-grid .staff-item {
			color:#a9a9aa;
			}
		
		
		.staff-holder-grid .staff-item .staff-item-text-full {
		width:100%;
		}
		
		
		
		.staff-holder-grid .staff-item .staff-item-image img {
		max-width:100%;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:bottom;
		-webkit-filter:grayscale(60%);
		-moz-filter:grayscale(60%);
		-ms-filter:grayscale(60%);
		-o-filter:grayscale(60%);
		filter:grayscale(60%);
		filter url(grayscale.svg); /* Firefox 4+ */
		filter:gray; /* IE 6-9 */
		opacity:0.7;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		-webkit-backface-visibility: hidden;
		-webkit-transform: translateZ(0) scale(1.0, 1.0);
		z-index:780;
		}
			.staff-holder-grid .staff-item:hover .staff-item-image img {
			top:0px;
			left:0px;
			-webkit-filter:grayscale(0%);
			-moz-filter:grayscale(0%);
			-ms-filter:grayscale(0%);
			-o-filter:grayscale(0%);
			filter:grayscale(0%);
			filter:none;
			opacity:1;
			}
			
			
				.staff-holder-grid .staff-item .staff-item-image .staff-item-over {
				position:absolute;
				bottom:7%;
				right:12%;
				text-align:right;
				pointer-events:none;
				z-index:781;
				}
						
					.staff-item-plus {
					display:inline-block;
					width:20px;
					height:20px;
					margin-bottom:2px;
					margin-right:2px;
					line-height:none;
					background-image:url(../images/plus_white.png);
					background-position:center center;
					background-repeat:no-repeat;
					border-radius:15px;
					border:solid #ffffff 1px;
					-moz-transition:all .1s ease-out;
					-webkit-transition:all .1s ease-out;
					transition:all .1s ease-out;
					vertical-align:middle;	
					}
					
						.staff-item:hover .staff-item-plus {
						margin-bottom:0px;
						margin-right:0px;
						width:24px;
						height:24px;	
						}
		
		
		
		
	.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;
		margin-bottom:22px;
		}
			.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;
	float: left;
	width: 50%;
	min-height: 200px;
	}
	
		.links-holder img {
		max-width:none;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:middle;
		}
		
		.links-item {
		float:Left;
		display:block;
		width:100%;
		}
		
		
		.link-icons {}
		
			.link-icons .link-icons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.link-icons .link-icons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;
			}
			
			
		.links-favicons {}
		
			.links-favicons .links-favicons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.links-favicons .links-item {
			padding-bottom:16px;	
			}
			
			.links-favicons .links-favicons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;	
			}
			
				.goto-link-desktop {}
				.goto-link-mobile {display:none;}
				
				
		.links-description {}

			.links-description .links-description-image {
			float:left;
			display:inline-block;
			max-width:20%;
			}
				.links-description .links-description-image img {
				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-size:12px;
		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:#0094d9;
		font-weight:bold;
		font-size:12px;
		}
		
		form .form-item {
		clear:both;
		width:100%;
		margin-bottom:7px;
		}
		
	
		form .label {
		float:left;
		width:20%;
		font-size:12px;
		font-weight:bold;
		color:#a9a9aa;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:4%;
		}
		
		form .label2 {
		float:left;
		width:20%;
		font-size:14px;
		font-weight:bold;
		color:#a9a9aa;
		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:54%;
		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: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 .side-holder form .input input,
				#main .main-left .side-holder form .input input {width:97%;}
			
		form .select {
		float:left;
		width:54%;
		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: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 .side-holder form .select select,
				#main .main-left .side-holder form .select select {width:97%;}
			
		form .checkbox {
		float:left;
		width:54%;
		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:54%;
		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:11px;
		width:54%;
		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: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 .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:24%;}
		
		form .subbut {
		width:54%;
		margin-left:24%;
		height:auto;
		}
			#main .main-right .side-holder form .subbut,
			#main .main-left .side-holder form .subbut {
			float:none;
			margin-left:0%;
			}
			
			
			form .input input,
			form .select select,
			form .textarea textarea {
			border:none;
			background:none;
			border-radius:1px;
			background:#232524;
			color:#cccccc;
			border:solid #333333 1px;
			padding:5px 5px;
			}
	
	
		form .form-footer {
		float:left;
		width:54%;
		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;
				}


		
		
		
		
		
		