/* --------------------------------------------------- 
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:"nimbus-sans", Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:300;
font-size:20px;
font-display:swap;
text-align:center;
color:#838383;
clear:both;
margin:0 auto;
background-color:#161617;
}

body {overflow-x:hidden;}

/* DEFAULT LINKS */
a {
text-decoration:none;
color:#ec1d27;
-moz-transition:all .1s ease-out;
-webkit-transition:all .1s ease-out;
transition:all .1s ease-out;
}

/* Links with no colour */
a .silent,
a.silent {color:#444444;}

a:visited {text-decoration:none;}
a:hover {text-decoration:none;color:#848484;}
a img {border:none;}

.lightlink {
color:#d4d5d3;	
font-size:20px;
text-transform:uppercase;
}
.red {color:#ec1d27;}

/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
font-weight:300;
}

h1 {font-size:64px;line-height:70px;padding:8px 0 26px 0;}
h2 {font-size:40px;line-height:44px;padding:8px 0 20px 0;}
h3 {font-size:38px;line-height:42px;padding:4px 0 10px 0;}
h4 {font-size:30px;line-height:34px;padding:4px 0 10px 0;font-weight:300;}
h5 {font-size:26px;line-height:30px;padding:4px 0 4px 0;font-weight:400;}
h6 {font-size:24px;line-height:30px;padding:4px 0 4px 0;font-weight:400;}

.bottompaddingclear {padding-bottom:0;}
.topsmallfont {font-size:21px;color:#eb1d27;padding-bottom:0;}

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

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

/* Hide elements that only work with javascript */
.js-show {display:none;}


.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:20px;
height:20px;
padding:0 0 0 0;
margin:20px 0 0 0;
border-top:solid #e1e1e1 1px; 
}


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


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

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


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

	.img-left.publication {clear:left;}
	
	.publication .small {
	float:left;
	width:100%;
	text-align:center;	
	}
	
	

.img-left img,
.img-right img,
.img-left-small img,
.img-right-small img,
.img-main img, 
.img-center img {
vertical-align:middle;
}

	.img-center {
	display:block;
	float:left;
	width:100%;
	text-align:center;
	margin-top:24px;	
	}


/* 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:28px;
	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 12px;
	background-repeat:no-repeat;
	}
	
	
#none {
-moz-transition:all .3s ease-out;
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
-webkit-backface-visibility:hidden;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
pointer-events:none;
}


a.facebook-link {color:#3b5998}
a.facebook-link:hover {color:#848484;}
a.linkedin-link {color:#2867b2}
a.linkedin-link:hover {color:#848484;}

a.facebook-link .social-facebook {
font-size:90%; 
line-height:1;
}


/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1,
#container-header,
#container-navigation,
#container-bread,
#container-flash,
#container-intro,
#container-main,
#container-main-top,
#container-divider,
#container-main-bottom,
#container-pre-footer,
#container-footer,
#container-base {
margin:0 auto;
margin-left:auto;
margin-right:auto;
border:none;
}
	
	#container-flash {
	background-color:#fff;	
	}
	
	#container-main-top,
	#container-main,
	#container-main-bottom {
	color:#838383;
	background-color:#fff;	
	}
	
	#container-divider {
	background-color:#f5f5f5;
	}
	
	#container-pre-footer {
	color:#bebfbd;	
	background-color:#f5f5f5;
	}

.shown {
display:none !important;
}

#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:77px;
	}
		#header #logo {
		float:left;
		display:inline-block;
		padding-top:10px;
		}
			#header #logo img {
			vertical-align:middle;
			}
			
		
		/* MOBILE QUICK CALL */			
		#header #mobile-link {
		display:none;
		}
			#header #mobile-link a {color:#fff;}		
			#header #mobile-link h4 {display:inline-block;}
		
		
		
		/* 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;
		}
			#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;
			}
			
			#header #search #search-button {
			margin-left:6px;	
			}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	height:77px;
	line-height:77px;
	color:#ffffff;
	padding-left:40px;
	display:inline-block;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			float:left;
			display:inline-block;
			line-height:45px;
			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:45px;
		line-height:45px;
		color:#bebfbd;
		padding-left:10px;
		padding-right:10px;
		padding-top:32px;
		-moz-transition:none;
		-webkit-transition:none;
		transition:none;
		text-transform:uppercase;
		font-size:18px;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			height:45px;
			line-height:45px;
			font-weight:300;
			}
			
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			color:#ffffff;
			background-color:#454545;
			z-index:894;
			}
				#navigation a:hover strong,
				#navigation .over strong,
				#navigation .on strong,
				#navigation a:hover b,
				#navigation .over b,
				#navigation .on b {
				cursor:pointer;
				color:#ffffff;
				/*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 {position:relative;}
				
				#navigation > ul li.drop a {padding-right:30px;}
			
				#navigation > ul .drop:before {
				font-family: 'stileshooker' !important;
				content: "\e903";	
				font-size:12px;
				color:#bebfbd;
				position:absolute;
				right:12px;
				bottom:0px;
				}
				
					#navigation > ul .drop:hover:before {
					color:#fff;	
					}
					
			
			#navigation a.facebook-item,
			#navigation a.linkedin-item {
			width:16px;
			text-indent:-5000px;
			color:#ffffff;
			height:45px;
			position:relative;
			font-size:26px;
			}
            #navigation a.linkedin-item {
            width: 30px;
            }
            
                #navigation a.facebook-item strong,
                #navigation a.linkedin-item strong {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                }
                
                #navigation a.facebook-item strong {
                background-image: url("../images/facebook_f.png");
                }
                #navigation a.linkedin-item strong {
                background-image: url("../images/LI_logo_white.png");
                }
                
                
				/*#navigation a.facebook-item:after {
				font-family:'social' !important;
				content:"\e906";
				position:absolute;
				top:auto;
				bottom:0;
				left:0;
				right:0;
				width:100%;
				height:45px;
				z-index:999;
				color:#ffffff;
				text-align:center;
				font-size:26px;
				text-indent:0;
				line-height:45px;
				}
				
					#navigation a.facebook-item:hover:after {color:#ffffff;}*/
						
			
			
			#navigation > ul .drop a:hover {
			
			}
				#navigation > ul .drop a strong,
				#navigation > ul .drop a b,
				#navigation > ul .drop a:hover strong,
				#navigation > ul .drop a:hover b {
				
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width:2px;
			/*font-size:0;*/
			text-align:center;
			/*background-image:url(../images/nav_div.gif);
			background-position:center;
			background-repeat:no-repeat;*/
			line-height:40px;
			height:40px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			}
				#navigation .sub-nav {
				position:absolute;
				top:77px;
				left:2px;
				display:none;
				text-transform:none;
				line-height:14px;
				z-index:897;
				}
					
					/* Align last dropdown to the right */
					#navigation > ul > li:last-child .sub-nav {
					left:auto;
					right:0px;	
					}
					
					#navigation .sub-nav li {
					width:220px;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:220px;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						-ms-box-sizing:border-box;
						box-sizing:border-box;
						height:auto;
						line-height:14px;
						font-size:14px;
						text-transform:none;
						border:none;
						border-radius:0px;
						color:#ffffff;
						background:none;
						padding:12px 13px;
						background-color:#454545;
						border-bottom:solid #333333 1px;
						margin:0 0 0 0;
						z-index:898;
						}
							#navigation > ul li.drop .sub-nav a {padding-right:13px;}
							
							#navigation .sub-nav a:hover,
							#navigation .sub-nav a.over:hover {
							color:#ffffff;
							border-radius:0px;
							background-color:#ec1d27;
							border-bottom:solid #ec1d27 1px;
							}
						
								#navigation .sub-nav a.over:hover {}
								
							#navigation .sub-nav .drop > a {background-image:none;}
							
								#navigation .sub-nav .drop:before {display:none;}
							#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;
					left:220px;
					}
						
		.nav-right #navigation,
		.nav-right #navigation ul li,
		.nav-right #navigation a,
		.nav-right #navigation .nav-div {
		float:right;	
		}

							
	
	/* MOBILE MENU Button */
	#mobile-menu a {
	display:none;
	margin-top:10px;
	float:left;
	color:#ffffff;
	line-height:22px;
	padding:0 10px 0 36px;
	height:22px;
	font-size:18px;
	background-color:#000000;
	background-image:url(../images/icons/icon_menu.png);
	background-position:5px center;
	background-size:contain;
	background-repeat:no-repeat;
	border:solid #000000 14px;
	}
						
							
	/* 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;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		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 */
	#image-rotator {
	background-color:#fff;
	color:rgba(255,255,255,0.7);
	position:relative;
	padding-bottom:44px;
	}
		#our-people #image-rotator {padding-bottom:0;}
	
		#image-rotator a {color:#fff;}
		#image-rotator a:hover {color:#fff;}
		#image-rotator a:hover h2 {color:rgba(255,255,255,1);}
	
		#main #image-rotator {margin-bottom:18px;}	
		
		#our-people .flex-caption h3 {text-align:left;}
		
		
		.flex-cat-nav {
		padding:0;
		margin:0;
		background-color:#dedfde;	
		}
			#our-people .flex-cat-nav {display:none;}
		
		
			.flex-cat-nav li {
			position:relative;
			float:left;
			display:block;
			width:20%;
			line-height:55px;
			height:55px;
			text-align:center;
			color:#ec1d27;
			padding:0;
			margin:0;
			background-image:none;
			}
			
				.flex-cat-nav li a,
				#image-rotator .flex-cat-nav li a {
				display:block;
				color:#ec1d27;
				}
			
				.flex-cat-nav .flex-active {
				background-color:#ec1d27;
				color:#fff!important;
				}
					
					.flex-cat-nav li .nav-over {display:none;}
					
					.flex-cat-nav li.flex-active .nav-over {
					position:absolute;
					left:0;
					top:0;
					bottom:0;
					right:0;
					color:#fff;
					display:block;
					background-color:rgba(0,0,0,0);	
					}
						.flex-cat-nav li.flex-active a,
						#image-rotator .flex-cat-nav li.flex-active a {color:#fff;}
				
				
		
		#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;
			}
	
	
			
		#slider {
		position:relative;
		background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
		}
			.nivo-caption {
			position:absolute;
			right:0px;
			bottom:65%;
			color:#fff;
			width:100%;
			z-index:8;
			overflow:visible;
			height:0px;
			display: none;
			-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
			-moz-box-sizing: border-box;    /* Firefox, other Gecko */
			box-sizing: border-box;         /* Opera/IE 8+ */
			}
				#image-rotator .slider-text {
				position:absolute;
				right:0px;
				top:0px;	
				padding:5px 25px;
				text-align:right;
				}
			
			#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;
		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;
					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-image {
	color:#ffffff;
	text-align:center;
	padding:40px 0;
	min-height:584px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:1260px;
	}
	
		.random-image.full-width {
		background-size:100%;	
		background-position:center 90%;
		}
		
		.random-image .wrap {
		position:relative;
		height:504px;
		}
		
			.random-image a {color:#ffffff;}
			.random-image a:hover {}
			
			.random-image .intro-text {
			position:absolute;
			bottom:24px;
			left:0;
			right:0;	
			font-size:42px;
			line-height:48px;
			font-weight:400;
			text-shadow:rgba(0,0,0,1) 0 0 4px;
			max-width:80%;
			padding-left:130px;
			}
			
				.random-image .intro-text:before {
				position:absolute;
				left:10px;
				top:-30px;
				/*content:"";*/
				width:10%;
				height:40%;	
				background-image:url(../images/quote_mark.png);
				background-position:center center;
				background-repeat:no-repeat;
				background-size:contain;
				}
	
		

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

	
	
	
	/* MAIN TOP */
	#main-top {
	line-height:28px;
	padding:40px 0 50px;	
	font-size:24px;
	}
	
		#main-top h1,
		#main-top h2 {
		padding-top:0;	
		}
		
		.left-box {
		float:left;
		width:32%;	
		font-size:26px;
		line-height:40px;
		}
		
			.fifty.left-box {
			float:left;
			width:48%;	
			font-size:24px;
			line-height:28px;
			}
		
		.right-box {
		float:right;
		width:64%;		
		font-size:20px;
		line-height:28px;
		}
			
			.fifty.right-box {
			float:right;
			width:48%;	
			font-size:42px;
			line-height:46px;
			margin-top:-10px;
			text-align:right;
			}
	
	
	
	/* MAIN DVIDIER */
	#main-divider {
	line-height:28px;
	padding:25px 0 50px;	
	font-weight:300;
	}
	
		#main-divider h2 {
		padding:0 0 40px 0;	
		}
		
		#main-divider p {
		margin-bottom:50px;	
		}
		
		#main-divider .staff {
		float:left;
		display:inline-block;
		width:66%;
		margin-right:0;
		padding-top:0;
		}
		
			#main-divider .staff .staff-item {
			width:22%;
			margin-right:4%;	
			margin-bottom:2%;
			}
				#main-divider .staff .staff-item:nth-child(2n+2) {margin-right:4%;}
				#main-divider .staff .staff-item:nth-child(2n+3) {clear:none;}
			
				#main-divider .staff .staff-item:nth-child(4n+4) {margin-right:0;}
				#main-divider .staff .staff-item:nth-child(4n+5) {clear:left;}
				
				#main-divider .staff .staff-item h6 {
				padding:0 0 0 0;
				font-size:25px;
				line-height:28px;
				}
				
				#main-divider .staff a.item-phone {font-size:28px;}
				
				.arch #main-divider .staff .staff-item h6 {padding:0;}
		
		#main-divider .img-right {
		max-width:33%;	
		margin-left:0;
		margin-top:0;
		}
	
	
	/* MAIN CONTENT */
	#container-main-top + #container-main #main {padding-top:0;}
	
	.diversity-agenda #container-main #main {padding-bottom:0;}
	
	#main {
	line-height:28px;
	padding:25px 0 50px 0;
	}
	
		.service #main h1 {
		padding:45px 0 70px 0;
		}
	
		#main h2 {
		padding:0 0 40px 0;
		}
	
		.paragraph-padded {padding-top:84px;}
		
		#main .main-top {}
		#main .main-bottom {}
		
		
		#main .main-full {
		width:100%;
		}
		
		#main .main-content {
		float:left;
		width:50%;
		}
		
			
			#main .main-box {
			padding:8px 10px;
			background-color:#efefef;
			}
			
			#main .main-box p {
			font-size:13px;
			line-height:18px;
			font-weight:300;
			font-style:italic;
			}
			
		
		#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%;
		padding-top:90px;
		}
		
			#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:30px;
			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:30px;
			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 {
			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:700;
			}
			
				#main .side-nav li a {
				padding:4px 10px;
				}

			.main-right .form-item,
			.main-left .form-item {
			width:100%;	
			}
	
	
	
	/* MAIN BOTTOM */
	#main-bottom {
	line-height:28px;
	padding:32px 0;	
	font-weight:300;
	}
	
	
	/* Health and Safety page */
	.about #container-main #main,
	.health-safety #container-main #main {
	padding-top:0;
	padding-bottom:0;
	}

		.about #main h2 {
		padding:8px;
		}

	.home #main-top {
	padding:0px;
	}

	.home h1 {
	font-size:47px;
	}
	
	/* Mailchimp button styles */
	#mc_embed_signup .button {
	outline:none;
	font-family:"nimbus-sans";
	font-size:20px !important;
	}
		#mc_embed_signup .button:hover {
		background-color:#ec1d27 !important;
		}

	.link-button {
	border:1px solid #ec1d27;
	border-radius:5px;
	background-color:#ec1d27;
	color:#FFFFFF;
	padding:15px;
	}

		.link-button:hover {
		background-color:#FFFFFF;
		color:#ec1d27;
		}

	/* PRE FOOTER */
	/*#container-pre-footer {
	display:none;
	}*/
	
	#pre-footer {
	line-height:1.3;
	
	
	padding:24px 0 24px 0;	
	font-weight:300;
	}
	
		.prefooter-item {
		display:inline-block;
		float:left;
		color:#ec1d27;
		margin-right:16px;
		padding-right:16px;
		border-right:1px solid #bebfbd;
		}
		
			.prefooter-item:first-child {
			font-weight:700;
			padding-left:0;
			padding-right:147px;
			border-right:0;
			margin-right:0;
			}
			
			.prefooter-item:nth-child(7) {
			margin-right:0;
			padding-right:0;
			border-right:none;
			}

	/* Popup */
	.popup-container {
	background-color:rgba(255,255,255,0.5);
	width:100%;
	height:100vh;
	z-index:9980;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:none;
	}
	
		#container-popup {
		position:fixed;
		color:#ffffff;
		width:100%;
		top:calc((100vh/2) + (100px/2) + 0.5px);
		left:50%;
		-webkit-transform:translate(-50%,-50%);
		-moz-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		z-index:9985;
		height:336px;
		overflow-y: auto;
		}

			#container-popup .wrapper {
			position:relative;
			display:none;
			width:560px;
			height:336px;
			padding:40px;
			margin:0 auto;
			text-align:center;
			background-color:#161617;
			z-index:2;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			background:url('../edit/images/christmas_banner.png');
			background-repeat:no-repeat;
			background-size:cover;
			}

				 #container-popup .close-popup {
				 font-size:40px;
				 width:40px;
				 height:40px;
				 position:absolute;
				 right:3px;
				 top:3px;
				 cursor:pointer;
				 }
					#container-popup .close-popup:hover {color:#ff0000;}
				
				#container-popup .wrapper .wrap {min-height:120px;}

					#container-popup .text-holder {}

						#container-popup .text-holder h2 {
						letter-spacing:-2px;
						font-size:34px;
						text-transform:uppercase;
						padding-top:0;
						padding-bottom:10px;
						color:#EB1D27;
						}

						#container-popup .text-holder p {
						color:#ffffff;
						font-size:18px;
						margin-bottom:20px;
						}

					#container-popup .wrapper .icon-wrapper {
					float:right;
					width:120px;
					}
						#container-popup .wrapper .icon-wrapper img:last-of-type {display:none !important;}

					#container-popup .popup-button {
					float:left;
					color:#fff;
					font-size:18px;
					padding:18px 20px;
					margin-right:2px;
					text-align:center;
					font-weight:300;
					background-color:#454545;
					-webkit-box-sizing:border-box;
					-moz-box-sizing:border-box;
					-ms-box-sizing:border-box;
					box-sizing:border-box;
					}
						#container-popup .popup-button:hover {background-color:#ec1d27;}


	/* MAIN FOOTER */
	#footer {
	line-height:22px;
	color:#000000;
	text-align:left;
	padding:0;
	}
	
		#footer a {}
		#footer a:hover {}
		
		#footer .footer-left {
		float:left;
		width:62%;
		text-align:left;
		}
		
			.footer-left .button {
			float:left;
			width:208px;
			color:#fff;
			height:80px;
			font-size:22px;
			padding:28px 20px;
			margin-right:2px;	
			text-align:center;
			font-weight:300;
			background-color:#454545;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
				.footer-left .button:nth-child(2) {padding:18px 20px;}
				.footer-left .button:hover {background-color:#ec1d27;}
				
			.footer-left .icon-facebook {
			float:left;
			margin-left:26px;
			margin-top:24px;
			font-size:34px;	
			color:#444444;
			}
				.footer-left .icon-facebook:hover {color:#ec1d27;}
		
		#footer .footer-right {
		float:right;
		width:38%;
		text-align:right;
		}
			#footer .footer-right a {
			display:inline-block;
			opacity:0.7;
			margin-top:20px;
			margin-left:24px;
			}
			
				#footer .footer-right a:hover {opacity:1;}
		
		
		
	/* BASE */
	#base {
	line-height:22px;
	font-size:12px;
	color:#ADA8A1;
	text-align:center;
	padding:20px 0;
	}
		#base a {color:#fff;}
		#base a:hover {text-decoration:underline;}
		
		
		#base .base-left {
		float:left;
		width:80%;
		text-align:left;
		text-transform:uppercase;
		}
		
		#base .base-right {
		float:right;
		width:20%;	
		text-align:right;
		text-transform:uppercase;
		}
		
		
	#desktop-link {display:none;}
		
	
	
	/* Forms page custom styles */	
	.forms-page h2,
	.forms-page #main h2 {padding:4px 0 4px 0;}

	.forms-page .document-icons-holder {padding-bottom:40px;}
	
	
	
	.googlemap-box {
	width:100%;
	color:#000000;
	overflow:hidden;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
		
		.googlemap-box a:hover {
		color:#000000;	
		}
	
	.map-holder {
	}
		.map-holder img {
		width:auto;
		max-width:none !important;
		}
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	
	
	/* Image boxes */
	.image-boxes {
	float:left;
	display:block;
	clear:both;
	width:100%;
	}
	
		.image-boxes .image-box {
		float:left;
		display:inline-block;
		position:relative;
		}
			/* 7 Column Image boxes */
			.image-boxes.seven-column .image-box {
			width:13%;
			margin-right:1.5%;
			margin-bottom:10px;
			}
				.image-boxes.text-over.seven-column .image-box {height:auto;}
				.image-boxes.seven-column .image-box:nth-child(7n+7) {margin-right:0%;}
				.image-boxes.seven-column .image-box:nth-child(7n+8) {clear:both;}
		
			/* 6 Column Image boxes */
			.image-boxes.six-column .image-box {
			width:15%;
			margin-right:2%;
			margin-bottom:20px;
			}
				.image-boxes.text-over.six-column .image-box {height:auto;}
				.image-boxes.six-column .image-box:nth-child(6n+6) {margin-right:0%;}
				.image-boxes.six-column .image-box:nth-child(6n+7) {clear:both;}
		
			/* 5 Column Image boxes */
			.image-boxes.five-column .image-box {
			width:16%;
			margin-right:5%;
			margin-bottom:30px;
			}
				.image-boxes.text-over.five-column .image-box {height:auto;}
				.image-boxes.five-column .image-box:nth-child(5n+5) {margin-right:0%;}
				.image-boxes.five-column .image-box:nth-child(5n+6) {clear:both;}
				
			/* 4 Column Image boxes */
			.image-boxes.four-column .image-box {
			width:251px;
			margin-right:12px;
			margin-bottom:30px;
			}
				.image-boxes.text-over.four-column .image-box {height:auto;}
				.image-boxes.four-column .image-box:nth-child(4n+4) {margin-right:0%;}
				.image-boxes.four-column .image-box:nth-child(4n+5) {clear:both;}
				
			/* 3 Column Image boxes */
			.image-boxes.three-column .image-box {
			width:32%;
			margin-right:2%;
			margin-top:44px;
			margin-bottom:30px;
			}
				.image-boxes.text-over.three-column .image-box {height:auto;}
				.image-boxes.three-column .image-box:nth-child(3n+3) {margin-right:0%;}
				.image-boxes.three-column .image-box:nth-child(3n+4) {clear:both;}
				
			/* 2 Column Image boxes */
			.image-boxes.two-column .image-box {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
				.image-boxes.text-over.two-column .image-box {height:auto;}
				.image-boxes.two-column .image-box:nth-child(2n+2) {margin-right:0%;}
				.image-boxes.two-column .image-box:nth-child(2n+3) {clear:both;}
				
			/* 1 Column Image boxes */
			.image-boxes.one-column .image-box {
			width:100%;
			margin-right:0%;
			margin-bottom:30px;
			}
				.image-boxes.text-over.one-column .image-box {height:auto;}
		
		
		/* Text Over Image boxes */
		.image-boxes.text-over .image-box {
		overflow:hidden;
		}
			.image-boxes.text-over .image-box a.image-box-text {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			bottom:0px;
			display:block;
			padding:10px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			z-index:500;
			}
				.image-boxes.text-over .image-box a.image-box-text,
				.image-boxes.text-over .image-box a.image-box-text .silent {color:#ffffff;}

		/* Text Rollover Image Boxes */
		.image-boxes.text-rollover .image-box {
		position:relative;
		overflow:hidden;
		padding-bottom:60px;
		}
		
			.image-boxes.text-rollover .image-box h4.item-title {
			position:absolute;
			left:0px;
			right:0;
			bottom:0px;
			max-width:100%;
			font-size:20px;
			line-height:26px;
			font-weight:100;
			text-align:center;
			color:#ffffff;
			padding:7px 15px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			border-bottom-right-radius:2px;
			background-color:#a2a2a2;
			-moz-transition:all 0.1s ease-out;
			-webkit-transition:all 0.1s ease-out;
			transition:all 0.1s ease-out;
			z-index:550;
			}
				
				.image-boxes.text-rollover .image-box:hover h4.item-title {
				bottom:0;
				color:#a2a2a2;
				opacity:1;	
				-moz-transition:all 0.5s ease-out;
				-webkit-transition:all 0.5s ease-out;
				transition:all 0.5s ease-out;
				}
					
			.image-boxes.text-rollover .info-item .item-text {
			position:absolute;
			left:0px;
			right:0px;
			top:100%;
			height:100%;
			font-size:14px;
			font-weight:400;
			line-height:24px;
			color:#ffffff;
			padding:10px 15px 10px 15px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			background-color:#a2a2a2;
			-moz-transition:all 0.4s ease-out;
			-webkit-transition:all 0.4s ease-out;
			transition:all 0.4s ease-out;
			opacity:0;
			z-index:540;
			}
				.image-boxes.text-rollover .info-item .item-text h4 {
				font-size:20px;
				line-height:26px;
				font-weight:100;
				color:#fff;
				padding-bottom:14px;
				text-align:center;
				}
			
				.image-boxes.text-rollover .info-item:hover .item-text {
				position:absolute;
				left:0px;
				right:0px;
				top:20%;
				opacity:1;
				-moz-transition:all 0.4s ease-out;
				-webkit-transition:all 0.4s ease-out;
				transition:all 0.4s ease-out;
				}
				
			/* Image box images */		
			.image-boxes.text-rollover .info-item img {
			vertical-align:middle;
			}

		/* Text Under Image boxes */
		.image-boxes.text-under .image-box {}
		
			.image-boxes.text-under .image-box a.image-box-text {
			display:block;
			padding:7px 10px;
			line-height:20px;
			background-color:#a2a2a2;
			color:#fff;
			text-align:center;
			}
			
				.image-boxes.text-under .image-box a.image-box-text h4 {
				font-weight:300;	
				font-size:18px;
				line-height:30px;
				padding:0;
				}
				
				.image-boxes.text-under .image-box a .silent,
				.image-boxes.text-under .image-box a.silent {color:#fff;}

				.image-boxes.text-under .image-box:hover a.image-box-text {
				background-color:#ec1d27;	
				}
				
			/* Image box images */		
			.image-boxes .image-box a.image-box-image {
			display:block;
			}
			
				.image-boxes .image-box:hover a.image-box-image {
				opacity:0.7;
				}
				
			.image-boxes .image-box a.image-box-image {
			display:block;
			-webkit-backface-visibility:hidden;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
		
				.image-boxes .image-box a.image-box-image img {
				vertical-align:middle;
				}
	
	
	
	
	
	/* Services */
	.services {
	display:block;
	}
		/* List of image next to text */
		.services .service-item {
		display:block;
		margin-bottom:20px;
		}
			.services .service-item .service-item-text {
			float:right;
			width:80%;
			}
			
			.services .service-item .service-item-image {
			float:left;
			width:18%;
			}
		
		
		/* Grid of image next to text */
		.services.grid-text-side .service-item {
		float:left;
		display:inline-block;
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		position:relative;	
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			.services.grid-text-side .service-item .service-item-text {width:60%;}
			.services.grid-text-side .service-item .service-item-image {width:35%;}
			
			.services.grid-text-side .service-item:nth-child(3n+3) {margin-right:0%;}
			.services.grid-text-side .service-item:nth-child(3n+4) {clear:both;}
		
			.main-content .services.grid-text-side .service-item {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
				.main-content .services.grid-text-side .service-item:nth-child(2n+2) {margin-right:0%;}
				.main-content .services.grid-text-side .service-item:nth-child(3n+3) {clear:both;}
				
			.full-left .services.grid-text-side .service-item,
			.full-right .services.grid-text-side .service-item,
			.main-third .services.grid-text-side .service-item,
			.main-right .services.grid-text-side .service-item,
			.main-left .services.grid-text-side .service-item {
			width:100% !important;
			margin-right:0% !important;
			margin-bottom:40px;
			}
			
			
			
		/* Grid of image with text under */
		.services.grid-text-under {
		margin-top:30px;
		}
		
		.services.grid-text-under .service-item {
		float:left;
		display:inline-block;
		width:32%;
		margin-right:2%;
		margin-bottom:30px;
		position:relative;	
		}
			.services.grid-text-under .service-item .service-item-image {
			float:none;
			width:100%;
			}
			
			.services.grid-text-under .service-item .service-item-text {
			float:none;
			width:100%;
			display:table;
			background-color:#a2a2a2;
			color:#fff;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
				.services.grid-text-under .service-item .service-item-text h3 {
				display:table-cell;
				font-size:18px;
				text-align:center;
				padding:7px 10px;
				line-height:normal;
				vertical-align:middle;
				}
				
				.services.grid-text-under .service-item:hover .service-item-text {
				background-color:#ec1d27;	
				}
			
			.services.grid-text-under .service-item:nth-child(3n+3) {margin-right:0%;}
			.services.grid-text-under .service-item:nth-child(3n+4) {clear:both;}
			
			.main-content .services.grid-text-under .service-item {
			width:32%;
			margin-right:2%;
			margin-bottom:20px;
			}
				.main-content .services.grid-text-under .service-item:nth-child(3n+3) {margin-right:0%;}
				.main-content .services.grid-text-under .service-item:nth-child(3n+4) {clear:both;}
				
			.full-left .services.grid-text-under .service-item,
			.full-right .services.grid-text-under .service-item {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;	
			}
				.full-left .services.grid-text-under .service-item:nth-child(2n+2),
				.full-right .services.grid-text-under .service-item:nth-child(2n+2) {margin-right:0%;}
				.full-left .services.grid-text-under .service-item:nth-child(2n+3),
				.full-right .services.grid-text-under .service-item:nth-child(2n+3) {clear:both;}
			
			.main-third .services.grid-text-under .service-item,
			.main-right .services.grid-text-under .service-item,
			.main-left .services.grid-text-under .service-item {
			width:100% !important;
			margin-right:0% !important;
			margin-bottom:40px;
			}
			
			
			
		/* Grid of image with text over */
		.services.grid-text-over .service-item {
		float:left;
		display:inline-block;
		width:22%;
		margin-right:4%;
		margin-bottom:30px;
		overflow:hidden;
		position:relative;	
		}
			.services.grid-text-over .service-item .service-item-image {
			float:none;
			width:100%;
			}
			
			.services.grid-text-over .service-item .service-item-text {
			float:none;
			width:auto;
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			bottom:0px;
			display:block;
			padding:10px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			z-index:500;
			}
				.services.grid-text-over .service-item .service-item-text,
				.services.grid-text-over .service-item .service-item-text .silent {color:#ffffff;}
			
			.services.grid-text-over .service-item:nth-child(4n+4) {margin-right:0%;}
			.services.grid-text-over .service-item:nth-child(4n+5) {clear:both;}
			
			.main-content .services.grid-text-over .service-item {
			width:32%;
			margin-right:2%;
			margin-bottom:20px;
			}
				.main-content .services.grid-text-over .service-item:nth-child(3n+3) {margin-right:0%;}
				.main-content .services.grid-text-over .service-item:nth-child(3n+4) {clear:both;}
				
			.full-left .services.grid-text-over .service-item,
			.full-right .services.grid-text-over .service-item {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;	
			}
				.full-left .services.grid-text-over .service-item:nth-child(2n+2),
				.full-right .services.grid-text-over .service-item:nth-child(2n+2) {margin-right:0%;}
				.full-left .services.grid-text-over .service-item:nth-child(2n+3),
				.full-right .services.grid-text-over .service-item:nth-child(2n+3) {clear:both;}
			
			.main-third .services.grid-text-over .service-item,
			.main-right .services.grid-text-over .service-item,
			.main-left .services.grid-text-over .service-item {
			width:100% !important;
			margin-right:0% !important;
			margin-bottom:40px;
			}
			
			
			
		/* Summary list of image next to text */
		.services.list-summary .service-item {
		display:block;
		margin-bottom:8px;
		}
			.services.list-summary .service-item .service-item-text {
			width:78%;
			padding-top:4px;
			}
				.services.list-summary .service-item .service-item-text .service-item-details {display:none;}
			
			.services.list-summary .service-item .service-item-image {
			width:18%;
			}
			
			
			
			/* Service images */
			.services .service-item a.service-item-image {
			display:block;
			}
			
				.services .service-item:hover a.service-item-image {
				opacity:0.7;
				}
			
			.services .service-item a.service-item-image {
			display:block;
			-webkit-backface-visibility:hidden;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
		
				.services .service-item a.service-item-image img {
				vertical-align:middle;
				}
				
				
	/* SERVICE ROTATOR */
	#service-rotator {
	background-color:transparent;
	position:relative;
	z-index:800;
	}
	
		#service-rotator:before {
		content:"";
		top:0;
		bottom:0;
		left:-1000px;
		width:1000%;
		position:absolute;
		background-color:#fff;	
		z-index:00;
		}
		
		#service-rotator .service-image {
		text-align:center;
		background-color:transparent;	
		height:640px;
		line-height:630px;
		}
		
			#service-rotator .service-image img {
			width:auto;
			display:inline-block;
			vertical-align:middle;
			}
			
		#service-rotator .feature-image {	
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		opacity:0.7;
		max-height:640px;
		overflow:hidden;
		display:block;
		float:none;
		}
					
	#thumbnails {
	margin:0;
	padding:0;
	background-color:transparent;
	height:auto;
	position:relative;
	}
			
		#thumbnails ul {
		padding:0;
		margin:0;
		background-color:transparent;	
		}
		
			#thumbnails li {
			position:relative;
			float:left;
			display:block;
			width:auto;
			line-height:130px;
			height:130px;
			text-align:center;
			color:#fff;
			padding:0;
			margin:0;
			background-image:none;
			opacity:0.7;
			cursor:pointer;
			}
			
				#thumbnails .flex-active-slide {
				opacity:1;
				}
				
	#thumbnails .flex-direction-nav {
	background-color:transparent;
	}
	
		
		#thumbnails .flex-direction-nav li {
		float:none;
		height:auto;
		line-height:auto;
		margin:0;
		padding:0;	
		}
	
		#thumbnails .flex-direction-nav a {
		text-decoration:none;
		display:block;
		width:40px;
		height:40px;
		margin:-20px 0 0;
		position:absolute;
		top:50%;
		z-index:10;
		overflow:hidden;
		opacity:0;
		cursor:pointer;
		color:rgba(0, 0, 0, 0.8);
		text-shadow:1px 1px 0 rgba(255, 255, 255, 0.3);
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		}
		
			#thumbnails.flexslider .flex-direction-nav .flex-prev {
			opacity:1;
			left:-10%;	
			}
		
				#thumbnails.flexslider:hover .flex-direction-nav .flex-prev {
				left:-10%;	
				}
		
			#thumbnails .flex-direction-nav .flex-next {
			opacity:1;
			right:-10%;
			}
		
				#thumbnails.flexslider:hover .flex-direction-nav .flex-next {
				right:-10%;	
				}
				
				
	.service-details {
	float:left;
	width:60%;
	margin-right:5%;
	}
	
	.project-details {
	float:left;
	width:22%;	
	}
	
	.award-details {
	float:right;
	width:10%;	
	}

		.project-details strong,
		.project-details b,
		.award-details strong,
		.award-details b {
		text-transform:uppercase;	
		margin-bottom:8px;
		}
		
		.project-details .award-link,
		.award-details .award-link {
		float:left;
		clear:both;
		display:block;
		max-height:140px;	
		overflow:hidden;
		margin-bottom:44px;
		background-color:#000;
		}
		
			.project-details .award-link img,
			.award-details .award-link img {
			max-height:140px;
			vertical-align:middle;
			opacity:0.8;
			backface-visibility:hidden;
			-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
			transition:         all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
			}
			
				.project-details .award-link:hover img,
				.award-details .award-link:hover img {opacity:1;}
		
	
	
	
	
	/* Staff */	
	.staff {
	display:block;
	}
	
		/* List of image next to text */
		.staff .staff-item {
		display:block;
		margin-bottom:20px;
		}
			.staff .staff-item .staff-item-text {
			float:right;
			width:80%;
			}
			
			.staff .staff-item .staff-item-image {
			float:left;
			width:18%;
			}
			
			
	.staff {
	float:left;
	display:block;
	width:48%;
	margin-right:4%;
	padding-top:20px;
	}
	
		.staff:nth-child(2) {margin-right:0;}
				
		.staff .cat-title {
		font-size:28px;
		line-height:34px;
		font-weight:400;
		}
		
		.staff .cat {
		display:block;
		float:left;
		width:100%;	
		}
		
			.staff .staff-item {
			float:left;
			display:block;	
			width:48%;
			margin-right:4%;
			margin-bottom:8%;
			position:relative;
			}
			
				.staff .staff-item:nth-child(2n+2) {margin-right:0;}
				.staff .staff-item:nth-child(2n+3) {clear:both;}
				
				.staff .staff-item .item-image {
				display:block;	
				margin-bottom:16px;
				opacity:0.85;
				-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
				transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
				}
					.staff .staff-item .item-image img {vertical-align:middle;}
					
						.staff .staff-item:hover .item-image {opacity:1;}
						
					.staff-item .information h6 {
					padding:0;	
					font-size:28px;
					line-height:34px;
					}
					
					
				.staff a {color:#c2c2c2;}
					.staff .staff-item:hover a {color:#000!important;}
					
					.staff a .small {
					color:#848484;
					font-size:13px;
					line-height:18px;
					}
						.staff .staff-item:hover .small {color:#000!important;}
						
					#main-divider .staff .small {color:#848484;}
				
				.staff a.item-phone {
				display:block;
				font-weight:800;	
				color:#848484;
				font-size:26px;
				margin-top:13px;
				}
		
		
		/* Grid of image next to text */
		.staff.grid-text-side .staff-item {
		float:left;
		display:inline-block;
		width:32%;
		margin-right:2%;
		margin-bottom:20px;
		position:relative;	
		}
			.staff.grid-text-side .staff-item .staff-item-text {width:60%;}
			.staff.grid-text-side .staff-item .staff-item-image {width:35%;}
			
			.staff.grid-text-side .staff-item:nth-child(3n+3) {margin-right:0%;}
			.staff.grid-text-side .staff-item:nth-child(3n+4) {clear:both;}
			
			.main-content .staff.grid-text-side .staff-item {
			width:48%;
			margin-right:4%;
			margin-bottom:40px;
			}
				.main-content .staff.grid-text-side .staff-item:nth-child(2n+2) {margin-right:0%;}
				.main-content .staff.grid-text-side .staff-item:nth-child(3n+3) {clear:both;}
				
			.full-left .staff.grid-text-side .staff-item,
			.full-right .staff.grid-text-side .staff-item,
			.main-third .staff.grid-text-side .staff-item,
			.main-right .staff.grid-text-side .staff-item,
			.main-left .staff.grid-text-side .staff-item {
			width:100% !important;
			margin-right:0% !important;
			margin-bottom:40px;
			}
			
			
			
		/* Summary list of image next to text */
		.staff.list-summary .staff-item {
		display:block;
		margin-bottom:8px;
		}
			.staff.list-summary .staff-item .staff-item-text {
			width:78%;
			line-height:16px;
			}
				.staff.list-summary .staff-item .staff-item-text .staff-item-details {display:none;}
			
			.staff.list-summary .staff-item .staff-item-image {
			width:18%;
			}
			
			
			
			/* Staff images */
			.staff .staff-item a.staff-item-image {
			display:block;
			}
			
				.staff .staff-item:hover a.staff-item-image {
				opacity:0.7;
				}
			
			.staff .staff-item a.staff-item-image {
			display:block;
			-webkit-backface-visibility:hidden;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
		
				.staff .staff-item a.staff-item-image img {
				vertical-align:middle;
				}
				
		
		
		/* Staff details page */		
		.staff-details {
		display:block;
		}
		
			.staff-details .staff-details-image {
			float:right;
			margin-left:20px;
			max-width:50%;
			}
			
			.staff-details a.icon-linkedin {
			position:relative;
			display:inline-block;
			font-family:"nimbus-sans", Arial, Helvetica, sans-serif!important;
			background-color:#838383;
			color:#fff;
			font-size:24px;
			line-height:46px;
			font-weight:300;
			padding:0 12px;
			padding-left:52px;
			border-radius:4px;
			}
			
				.staff-details a.icon-linkedin:before {
				position:absolute;
				left:10px;
				top:0;
				font-family: 'stileshooker' !important;
				content: "\e904";
				color:#fff;
				font-size:30px;
				}
				
				.staff-details a.icon-linkedin:hover {
				background-color:#ec1d27;
				border-radius:0;
				}

	
	
	
	/* Events */
	.events {display:block;}
	
		.events .event-item {
		display:block;
		margin-bottom:20px;
		position:relative;
		}
			.events .event-item .event-item-text {
			float:left;
			width:75%;
			display:inline-block;
			padding-left:110px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
			
				.events.list-summary .event-item .event-item-text {
				padding-left:40px;	
				}
			
			.events .event-item .event-item-image {
			float:right;
			width:20%;
			-webkit-backface-visibility:hidden;
			-moz-transition:all .3s ease-out;
			-webkit-transition:all .3s ease-out;
			transition:all .3s ease-out;
			}
			
				.events .event-item:hover .event-item-image {
				opacity:0.7;	
				}
		
		
			.date-icon {
			position:absolute;
			top:0px;
			left:0px;
			width:95px;
			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;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
				.date-icon .date-number {font-size:24px;line-height:30px;}
				
				
				.date-icon-start {
				position:absolute;
				top:0px;
				left:0px;
				width:45px;
				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;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				box-sizing:border-box;
				}
					.date-icon-start .date-number {font-size:24px;line-height:30px;}
					.date-icon-start::after {
					content:'-';
					position:absolute;
					top:12px;
					right:-11px;
					width:16px;
					height:16px;
					font-size:24px;
					font-weight:bold;
					line-height:14px;
					text-align:center;
					color:#cfcfcf;
					background-color:#ffffff;
					border-radius:11px;
					z-index:300;
					}
					
				.date-icon-end {
				position:absolute;
				top:0px;
				left:50px;
				width:45px;
				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;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				box-sizing:border-box;
				}
					.date-icon-end .date-number {font-size:24px;line-height:30px;}
				
				
			.date-icon-small {
			position:absolute;
			top:0px;
			left:0px;
			width:30px;
			height:36px;
			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;}
	
	
		
		
		.summary-calendar {}
		
			.summary-calendar .summary-calendar-title {
			position:relative;
			}
				.summary-calendar .summary-calendar-title h3 {
				text-align:center;
				}
				
				.summary-calendar .summary-calendar-title .summary-calendar-previous {
				position:absolute;
				left:0px;
				top:0px;	
				}
					.summary-calendar .summary-calendar-title .summary-calendar-previous::before {content:'«';}
			
				.summary-calendar .summary-calendar-title .summary-calendar-next {
				position:absolute;
				right:0px;
				top:0px;
				}
					.summary-calendar .summary-calendar-title .summary-calendar-next::after {content:'»';}
			
		
			.summary-calendar .summary-calendar-weekday {
			float:left;
			width:14.28571428571429%;
			padding:6px 0;	
			text-align:center;
			}
		
			.summary-calendar .summary-calendar-day {
			float:left;
			width:14.28571428571429%;
			color:#666666;
			text-align:center;
			line-height:30px;
			border:solid #e1e1e1 1px;
			border-top:none;
			border-left:none;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
				.summary-calendar .summary-calendar-day:nth-child(-n+7) {
				border-top:solid #e1e1e1 1px;	
				}
				
				.summary-calendar .summary-calendar-day:nth-child(7n+1) {
				border-left:solid #e1e1e1 1px;	
				}
				
				
				
				.calendar-highlight {
				background-color:#efefef;	
				}
				
				.summary-calendar-blank {}
			
				.summary-calendar-today {
				background-color:#efefef;
				}
				
				.summary-calendar .summary-calendar-events {
				padding-top:10px;
				}
				
					.summary-calendar .summary-calendar-events a {
					clear:left;
					float:left;
					display:inline-block;
					line-height:16px;
					margin-bottom:5px;	
					}
						.summary-calendar .summary-calendar-events a::before {content:'■ ';}
						
						
		
		
		
		.year-calendar {}
		
			.year-calendar .summary-calendar-holder {
			float:left;
			width:30%;
			margin-right:5%;
			margin-bottom:40px;
			}
			
				.year-calendar .summary-calendar-holder:nth-child(3n+3) {margin-right:0%;}
				.year-calendar .summary-calendar-holder:nth-child(3n+4) {clear:both;}
				
				.year-calendar .summary-calendar-previous,
				.year-calendar .summary-calendar-next {display:none;}
				
				
				.year-calendar-prevnext {}
				
					.year-calendar-prevnext .year-calendar-previous {
					float:left;
					display:inline-block;
					}
						.year-calendar-prevnext .year-calendar-previous::before {content:'« ';}
				
					.year-calendar-prevnext .year-calendar-next {
					float:right;
					display:inline-block;
					}
						.year-calendar-prevnext .year-calendar-next::after {content:' »';}
		
		
	
		.full-calendar {}
		
			.full-calendar .full-calendar-title {
			position:relative;
			}
				.full-calendar .full-calendar-title h2 {
				text-align:center;
				}
				
				.full-calendar .full-calendar-title .full-calendar-previous {
				position:absolute;
				left:0px;
				top:0px;	
				}
					.full-calendar .full-calendar-title .full-calendar-previous::before {content:'« ';}
			
				.full-calendar .full-calendar-title .full-calendar-next {
				position:absolute;
				right:0px;
				top:0px;
				}
					.full-calendar .full-calendar-title .full-calendar-next::after {content:' »';}
			
		
			.full-calendar .full-calendar-weekday {
			float:left;
			width:14.28571428571429%;
			padding:6px 0;	
			}
		
			.full-calendar .full-calendar-day {
			float:left;
			width:14.28571428571429%;
			min-height:90px;
			color:#666666;
			font-size:11px;
			border:solid #e1e1e1 1px;
			border-top:none;
			border-left:none;
			padding:30px 10px 5px 10px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			position:relative;
			}
				.full-calendar .full-calendar-day:nth-child(-n+7) {
				border-top:solid #e1e1e1 1px;	
				}
				
				.full-calendar .full-calendar-day:nth-child(7n+1) {
				border-left:solid #e1e1e1 1px;	
				}
				
				
				
				.full-calendar .full-calendar-day a {
				clear:left;
				float:left;
				display:inline-block;
				line-height:16px;
				margin-bottom:5px;
				}
					.full-calendar .full-calendar-day a::before {content:'■ ';}
				
				
				.full-calendar-blank {}
			
				.full-calendar-today {
				background-color:#efefef;
				}
				
				.full-calendar .full-calendar-number {
				position:absolute;
				right:10px;
				top:6px;
				font-size:14px;
				}
			
		
		
		
		
		
		
	
	
	/* NEWS PAGES */
	.news-holder {margin-top:44px;display:block;}
		.news-holder .news-item {
		display:block;
		margin-bottom:10px;
		}
			.news-holder .news-item .news-text {
			float:left;
			width:70%;
			}
			
			.news-holder .news-item .news-text-full {
			width:100%;
			}
			
			.news-holder .news-item .news-image {
			float:right;
			max-width:25%;
			margin-top:10px;
			}
				.news-holder .news-item .news-image img {
				max-height:80px;
				}
				
		.news-holder .award-item {
		float:left;
		display:block;
		width:32%;
		margin-right:2%;
		margin-bottom:5%;
		padding:10px;
		background-color:#f9f9f9;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
		}
			.news-holder .award-item:nth-child(3n+3) {margin-right:0;}
			.news-holder .award-item:nth-child(3n+4) {clear:both;}
			
			.news-holder .award-item:hover {
			background-color:#E2E2E2;	
			}
			
			.news-holder .award-item .news-image {
			display:block;	
			float:left;
			max-width:30%;
			opacity:1;
			-webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
			transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
			}
			
				.news-holder .award-item:hover .news-image {
				opacity:0.7;
				}
				
				.news-holder .award-item a {color:#000;}
					.news-holder .award-item:hover a {color:#ec1d27;}
			
			.news-holder .award-item .news-text {
			font-size:20px;
			float:right;
			text-align:left;
			width:60%;
			}
				.news-holder .award-item h2,
				#main .news-holder .award-item h2 {
				font-size:22px;
				line-height:24px;
				font-weight:600;
				padding:4px 10px 0 0;
				}
				
					.news-holder .award-item h2 a,
					#main .news-holder .award-item h2 a {
					color:#000;	
					}
				
						.news-holder .award-item:hover h2 a,
						#main .news-holder .award-item:hover h2 a {
						color:#ec1d27;	
						}
				
				.grid.news-holder .award-item h2 {
				font-size:20px;
				line-height:22px;
				}
			
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
		
		#main .news-holder .news-item h2,
		.news-holder .news-item h2 {padding-bottom:20px;}
	
		.news-holder .news-item .news-text > a {color:#838383; font-size:80%; line-height:1.2;}
		/*.news-holder .news-item .news-text h2 a {color:#838383}*/
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-holder div:nth-child(6n+6) {margin-right:0%;}
		.gallery-holder div:nth-child(6n+7) {clear:left;}
	
		.gallery-holder .gallery-item-textover {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
	
	
	.gallery-cat-holder {display:block;}
		.gallery-cat-holder .gallery-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-cat-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-cat-holder div:nth-child(4n+4) {margin-right:0%;}
		.gallery-cat-holder div:nth-child(4n+5) {clear:left;}
		
		.gallery-cat-holder .gallery-item-textover {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-cat-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-cat-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-cat-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
				
				
	
	.gallery-slider-main {
	position:relative;
	width:100%;
	height:530px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
		
		.gallery-slider-main .gsm-image {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		text-align:center;
		display:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
			
			.gallery-slider-main .slider-inner a {display:block;}
			
				.gallery-slider-main .slider-inner img {vertical-align:middle;}
		
	.gsp-holder {
	width:100%;
	height:90px;
	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:0px;
		width:53px;
		height:88px;
		color:#ffffff;
		cursor:pointer;
		background-color:transparent;
		z-index:900;
		}
		
			.gsp-holder a.gsp-left {
			left:0px;
			background-image:url(../images/service_slider_left.png);
			background-repeat:no-repeat;
			background-position:center center;
			}
			
			
			.gsp-holder a.gsp-right {
			right:0px;
			background-image:url(../images/service_slider_right.png);
			background-position:center center;
			background-repeat:no-repeat;
			}
	
		.gsp-holder .gallery-slider-previews {
		position:absolute;
		left:0px;
		right:0;
		top:0px;
		}
		
		.gsp-holder .gallery-slider-previews .gsp-image {
		float:left;
		width:117px;
		height:88px;
		text-align:center;
		padding:1px;
		cursor:pointer;
		opacity:0.7;
		}
			.gsp-holder .gallery-slider-previews .gsp-image img {
			max-height:100%;
			vertical-align:middle;
			}
			
			.gsp-holder .gallery-slider-previews .gsp-image-current {
			opacity:1;
			}
		
		
	
			
	.photo-holder {
	display:block;
	text-align:center;
	}
	
	.side-gallery-item {
	float:left;
	width:22%;
	}
		.side-gallery-item img {
		max-width: 100%;
		height: auto;
		width: auto\9; /* ie8 */
		}
	
	
	/* BEFORE AND AFTER GALLERY PAGES */	
	.beforeafter-holder {display:block;}
		.beforeafter-holder .beforeafter-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:14px;
		text-align:left;
		position:relative;
		}
			
			.beforeafter-holder .beforeafter-item .before-image img {
			max-width:60%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
				.beforeafter-holder .beforeafter-item .after-image img {
				position:absolute;
				right:0px;
				top:30px;
				z-index:980;
				max-width:50%;
				height:auto;
				width:auto\9; /* ie8 */
				vertical-align:bottom;
				}
			.beforeafter-holder div:nth-child(3n+3) {margin-right:0%;}
			.beforeafter-holder div:nth-child(3n+4) {clear:left;}

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

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

			.video-holder div:nth-child(3n+3) {margin-right:0%;}
			.video-holder div:nth-child(3n+4) {clear:left;}
			
			
			
			
	/* DOCUMENTS PAGES */
	.document-list-holder {}
	
		.document-list-holder .document-list-item {}
		
		
	.document-icons-holder {
	clear:both;
	padding:0 0 20px 0;
	}
	
		.document-icons-holder .document-icons-item {
		position:relative;
		padding-left:22px;
		line-height:26px;
		}
		
			.document-icons-holder .document-icons-item img {
			position:absolute;
			top:4px;
			left:0px;
			}
            
        .document-icons-holder.buttons {
        padding: 20px 0 0px 0;
        }

            .document-icons-holder.buttons img {display: none;}
            .document-icons-holder.buttons i {display: none;}
            
            .document-icons-holder.buttons .document-icons-item {
            padding-left: 0px;
            }

            .document-icons-holder.buttons .document-icons-item a {
            float: left;
            color: #fff;
            font-size: 22px;
            padding: 18px 20px;
            margin-right: 2px;
            text-align: center;
            font-weight: 300;
            background-color: #454545;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            }

            .document-icons-holder.buttons .document-icons-item a:hover {
            background-color: #ec1d27;
            }
			
			
	.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;
			}
				
				
				
	
				
							
				
	/* 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;
	}
		.faq-item {display:block;margin-top:0px;margin-bottom:18px;}
		
		.faq-holder ol {
		float:left;
		width:100%;
		display:block;	
		counter-reset:section;                /* Creates a new instance of the section counter with each ol element */
		list-style-type:none;
		}
			.faq-holder a {color:#848484;}
			
				.faq-holder a.lightlink.red {color:#ec1d27;}
				.faq-holder a:hover {color:#ec1d27;}
				
				.faq-holder .faq-answer:hover:before {color:#ec1d27;}
		
			.faq-answer {
			width:100%;
			display:block;
			float:left;
			color:#848484;
			margin-bottom:18px;
			padding-bottom:18px;
			border-bottom:1px solid #e5e5e5;
			position:relative;
			}
			
				.faq-answer:before {
				counter-increment:section;            /* Increments only this instance of the section counter */
				content:counters(section,".") ". "; 
				position:absolute;
				left:0;
				top:0;
				font-weight:600;
				color:#848484;
				}
			
				.faq-answer .inner-holder {
				width:100%;
				float:left;
				display:block;
				clear:both;	
				}
				
					.faq-answer b,
					.faq-answer strong {
					float:left;
					width:100%;
					display:block;
					padding-left:26px;
					-webkit-box-sizing:border-box;
					-moz-box-sizing:border-box;
					-ms-box-sizing:border-box;
					box-sizing:border-box;
					}
					
					.faq-answer .faq-answer-hold {
					float:left;
					width:45%;	
					}
					
						.faq-answer .faq-answer-hold.full {
						width:100%;	
						}
					
					.faq-answer .faq-image {
					float:right;
					}
					
						.faq-answer .faq-image img {vertical-align:middle;}
			
		
	/* LINKS PAGES */
	.links-holder {
	display:block;
	padding-bottom:18px;
	}
	
		.links-holder img {
		max-width:none;
		height:auto;
		width:auto\9; /* ie8 */
		vertical-align:middle;
		}
		
		.links-item {
		float:Left;
		display:block;
		width:100%;
		}
		
		
		.link-images {}
		
			.link-images .links-item {
			float:left;
			width:25%;
			margin-bottom:18px;
			}
				.link-images .links-item:nth-child(4n+5) {clear:left;}
			
		
			.link-images .link-images-image {
			float:left;
			width:100%;
			height:100px;
			text-align:center;
			display:inline-block;	
			}
			
				.link-images .link-images-image img {
				max-width:100%;
				max-height:100px;
				}
			
			.link-images .link-images-text {
			float:left;
			width:100%;
			text-align:center;
			padding-top:5px;
			}
			
			
		.links-favicons {}
			
			.links-favicons .links-item {
			padding-bottom:16px;	
			}
		
			.links-favicons .links-favicons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.links-favicons .links-favicons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;	
			}
			
				.goto-link-desktop {}
				.goto-link-mobile {display:none;}
				
				
		.links-favicons-list {}
			
			.links-favicons-list .links-item {
			padding-bottom:0px;	
			}
		
			.links-favicons-list .links-favicons-image {
			float:left;
			width:24px;
			max-width:24px;
			display:inline-block;	
			}
			
			.links-favicons-list .links-favicons-text {
			float:left;
			text-align:left;
			width:86%;
			padding-top:2px;	
			}
				
				
		.links-description {}
		
			.links-description .links-item {
			margin-bottom:18px;
			}

			.links-description .links-description-image {
			float:left;
			width:20%;
			display:inline-block;
			}
				.links-description .links-description-image img {
				max-width:100%;
				}
	
				.links-description .links-description-text {
				float:right;
				text-align:left;
				width:75%;	
				}
	
		
		
		
	/*-----------*/
	.sitemap-holder {
	float:left;
	width:30%;
	margin-bottom:14px;
	}
	
	
	
	/* SUBSCRIPTION PLANS PAGE */
	.subscription-plans {display:block;}
		.subscription-plans .subscription-plan {
		float:left;
		width:32%;
		height:auto;
		padding:10px 15px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		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;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	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 Tables */
	.responsive-table {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border:solid #e1e1e1 1px; 
	}
	
	.editable-table {}
	
		.responsive-table tbody td,
		.responsive-table tfoot td,
		.responsive-table thead th {
		padding:15px 15px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		line-height:1.2;
		border-bottom:solid #e1e1e1 1px;
		}
		
		/* Admin Tables Header */
		.responsive-table thead th {
		padding:20px 15px;	
		}
		
		.responsive-table thead th a {
		position:relative;
		}
		
		.responsive-table thead th a.sort-asc::after {
		content:'';
		position:absolute;
		left:100%;
		top:4px;
		margin-left:5px;
		width:0;
		height:0;
		border-style:solid;
		border-width:0 5px 5px 5px;
		border-color:transparent transparent #e1e1e1 transparent;
		}
		
		.responsive-table thead th a.sort-desc::after {
		content:'';
		position:absolute;
		left:100%;
		top:4px;
		margin-left:5px;
		width:0;
		height:0;
		border-style:solid;
		border-width:5px 5px 0 5px;
		border-color:#e1e1e1 transparent transparent transparent;
		}
		
		
		/* Admin Tables Body */
		.responsive-table tbody tr {
		-moz-transition:all .2s ease-out;
		-webkit-transition:all .2s ease-out;
		transition:all .2s ease-out;
		}
			.linkable-table tbody tr {cursor:pointer;}
		
			.linkable-table tbody tr:hover {
			background-color:#f7f7f7;	
			}
			
			.editable-table tbody tr.selected {
			background-color:#eaeaea;
			}
			
			
			.responsive-table tbody td.image-cell {
			padding:5px 15px;
			}
				.responsive-table tbody td.image-cell img {
				max-width:26px;
				border-radius:2px;
				vertical-align:middle;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;
				-webkit-backface-visibility:hidden;
				opacity:0.7;
				}
				
					.editable-table tbody tr:hover td.image-cell img,
					.editable-table tbody tr.selected td.image-cell img {	
					opacity:1;
					}
		
		
		.responsive-table .select-box {
		width:50px;
		padding:0 0 0 0;
		text-align:center;
		position:relative;
		overflow:hidden;
		}
			.responsive-table .select-box input[type="checkbox"]:not(:checked),
			.responsive-table .select-box input[type="checkbox"]:checked {
			position:absolute;
			left:-9999px;
			}
			
			.responsive-table .select-box input[type="checkbox"]:not(:checked) + label,
			.responsive-table .select-box input[type="checkbox"]:checked + label,
			.responsive-table th.select-box .select-all {
			position:absolute;
			top:0px;
			left:0px;
			right:0px;
			bottom:0px;
			width:50px;
			height:100%;
			display:block;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			cursor:pointer;
			}
			
				.responsive-table th.select-box .select-all::before {
				content:'';
				position:absolute;
				top:50%;
				right:50%;
				margin-top:-5px;
				margin-right:-5px;
				width:10px;
				height:10px;
				border:solid #e1e1e1 2px;
				background-color:#e1e1e1;
				border-radius:5px;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				box-sizing:border-box;
				-moz-transition:all .2s ease-out;
				-webkit-transition:all .2s ease-out;
				transition:all .2s ease-out;	
				}
			
			.responsive-table .select-box input[type="checkbox"]:not(:checked) + label::before,
			.responsive-table .select-box input[type="checkbox"]:checked + label::before,
			.responsive-table th.select-box .select-all:hover::before {
			content:'';
			position:absolute;
			top:50%;
			right:50%;
			margin-top:-8px;
			margin-right:-8px;
			width:16px;
			height:16px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			border:solid #e1e1e1 2px;
			background:none;
			border-radius:2px;
			}
			
				.responsive-table .select-box input[type="checkbox"]:checked + label::before {
				background-color:#000000;
				border:solid #000000 2px;
				}
			
			.responsive-table .select-box input[type="checkbox"]:not(:checked) + label::after,
			.responsive-table .select-box input[type="checkbox"]:checked + label::after {
			content:'✔';
			position:absolute;
			top:50%;
			right:50%;
			margin-top:-8px;
			margin-right:-8px;
			width:16px;
			height:16px;
			font-size:14px;
			line-height:16px;
			text-align:center;
			color:#ffffff;
			-moz-transition:opacity .2s ease-out;
			-webkit-transition:opacity .2s ease-out;
			transition:opacity .2s ease-out;
			}
			
			.responsive-table .select-box input[type="checkbox"]:not(:checked) + label::after {
			opacity:0;
			transform:scale(0);
			}
			
			.responsive-table .select-box input[type="checkbox"]:checked + label::after {
			opacity:1;
			transform:scale(1);
			}
			
			
			
		/* Admin Table Add */
		.responsive-table-add {
		float:left;
		display:inline-block;
		line-height:28px;
		}
		
			.responsive-table-add a {
			font-weight:bold;
			display:inline-block;
			padding:0 10px;
			border:solid #e1e1e1 1px;
			border-radius:2px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			}
				.responsive-table-add a:hover {background-color:#f7f7f7;}
			
			
		/* Admin Tables Search */	
		.responsive-table-search {
		float:right;
		display:inline-block;
		text-align:right;
		line-height:28px;
		vertical-align:middle;
		padding-bottom:10px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		}
		
			.responsive-table-search .form-item {
			float:right;
			width:300px;
			max-width:100%;
			margin:0 0 0 10px;
			}
			
			
		/* Admin Tables Footer */	
		.responsive-table-action-box {
		text-align:right;
		line-height:28px;
		vertical-align:middle;
		padding:15px 15px;
		border:solid #e1e1e1 1px; 
		border-top:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		display:none;
		}
		
			.responsive-table-action-box .form-item {
			float:right;
			width:200px;
			margin:0 0 0 10px;
			}
		
		
		
		/* Admin Tables Information */
		.responsive-table-info {
		float:left;
		display:inline-block;
		line-height:1.2;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		padding:15px 0;
		margin-top:10px;
		}
		
		
		/* Admin Tables Pagination */
		.responsive-table-pagination {
		float:right;
		display:inline-block;
		margin-top:10px;
		border:solid #e1e1e1 1px;
		overflow:hidden;
		}
		
			.responsive-table-pagination a {
			display:inline-block;
			line-height:1.2;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			border-left:solid #e1e1e1 1px;
			padding:15px 15px;	
			position:relative;
			}
				.responsive-table-pagination a:first-child {border-left:none;}
				
				.responsive-table-pagination a.on {
				font-weight:bold;
				background-color:#f7f7f7;	
				}
				
				
				.responsive-table-pagination a.previous-page,
				.responsive-table-pagination a.next-page {
				text-indent:-5000px;
				}
				
				.responsive-table-pagination a.previous-page::after {
				content:'';
				position:absolute;
				left:50%;
				top:50%;
				margin-left:-3px;
				margin-top:-5px;
				width:0;
				height:0;
				border-style:solid;
				border-width:5px 5px 5px 0;
				border-color:transparent #e1e1e1 transparent transparent;
				}
				
				.responsive-table-pagination a.next-page::after {
				content:'';
				position:absolute;
				left:50%;
				top:50%;
				margin-left:-2px;
				margin-top:-5px;
				width:0;
				height:0;
				border-style:solid;
				border-width:5px 0 5px 5px;
				border-color:transparent transparent transparent #e1e1e1;
				}
	



					
					
		#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 {
		float:left;
		width:45%;
		margin-right:10%;
		max-width:500px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		margin-bottom:7px;
		}
		
			.full-left .form-item,
			.full-right .form-item {
			width:100%;
			margin-right:0;	
			}
		
			.form-item.edit4b5506379b088-item,
			.form-item.edit4b5506d67ce5f-item {
			margin-right:0;	
			}
			
			.form-item.edit51423ed0ea959-item {
			width:100%;
			margin-right:0;
			max-width:100%;	
			}
			
			.form-item.recaptcha {
			width:100%;
			margin-right:0;	
			}
		
			
		
		
			.form-item .label,
			.form-item .label2 {
			/*width:38%;*/
			width:100%;	
			}
			
			.form-item .label-padding {
			/*margin-left:38%;*/
			margin-left:0%;
			}
		
				#main .main-right .form-item .label-padding,
				#main .main-left .form-item .label-padding,
				#main .main-third .form-item .label-padding {
				margin-left:0%;
				}
			
			.form-item .subbut #submit {
			border-radius:4px;
			background-color:#aaaaaa;
			color:#ffffff;
			border:none;
			-webkit-appearance: none;
   			-moz-appearance: none;
			padding:0 22px;
			height:32px;
			line-height:32px;
			outline:none;
			}
			
			.form-item .subbut #submit:hover {
			background-color:#ec1d27
			}
			
			.form-item .subbut,
			.form-item .g-recaptcha, 
			.form-footer,
			#recaptcha_image {
			/*padding-left:38%;*/
			padding-left:0%;
			}
			
			.form-item .input,
			.form-item .select,
			.form-item .checkbox,
			.form-item .radio,
			.form-item .textarea {
			/*width:62%;*/
			width:100%;
			}
		
		
	
		.form-item .label {
		float:left;
		font-weight:bold;
		text-align:left;
		margin:3px 0 0 0;
		font-size:18px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		/*padding-right:10px;*/
		}
		
		.form-item .label2 {
		float:left;
		font-weight:bold;
		text-align:left;
		margin:3px 0;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		/*padding-right:10px;*/
		}
		
			#main .main-right .form-item .label,
			#main .main-left .form-item .label,
			#main .main-third .form-item .label {
			float:none;
			width:100%;
			margin-right:0%;
			margin-bottom:2px;
			}
		
		.form-item .label-details {
		clear:both;
		display:block;
		width:100%;
		margin-right:0%;
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:16px;
		padding-top:2px;
		}
		
		.form-item .input {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .input,
			#main .main-left .form-item .input,
			#main .main-third .form-item .input {
			float:none;
			width:auto;
			}
		
			.form-item .input input {
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}

			
		.form-item .select {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .select,
			#main .main-left .form-item .select,
			#main .main-third .form-item .select {
			float:none;
			width:auto;
			}
		
			.form-item .select select {
			width:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
			
			
		.form-item .checkbox {
		float:left;
		height:auto;
		vertical-align:middle;
		}
			#main .main-right .form-item .checkbox,
			#main .main-left .form-item .checkbox,
			#main .main-third .form-item .checkbox {
			float:none;
			width:auto;
			}
			
			
			.form-item .checkbox-list .checkbox {
			width:50%;	
			margin-right:0%;
			}
				.form-item .checkbox-list .checkbox:nth-child(2n+3) {clear:both;}
			
			
			.form-item .checkbox input[type=checkbox] {
			vertical-align:middle;
			margin-bottom:2px;
			margin-right:4px;
			}
			
		
		.form-item .radio {
		float:left;
		height:auto;
		}
			#main .main-right .form-item .radio,
			#main .main-left .form-item .radio,
			#main .main-third .form-item .radio {
			float:none;
			width:auto;
			}
			
		
		.form-item .textarea {
		float:left;
		height:auto;
		margin-bottom:5px;
		}
			#main .main-right .form-item .textarea,
			#main .main-left .form-item .textarea,
			#main .main-third .form-item .textarea {
			float:none;
			width:auto;
			}
		
			.form-item .textarea textarea {
			width:100%;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			height:180px;
			}
			
			.form-item .textarea img {
			padding-top:3px;
			}
			
			
			
			
			.form-item .input.input-small input,
			.form-item .select.select-small select {max-width:100px;}
			
			.form-item .input.input-medium input,
			.form-item .select.select-medium select {max-width:300px;}
			
			
			
			form .input input,
			form textarea {
			appearance:none;
			-moz-appearance:none;
			-webkit-appearance:none;	
			}
			
			form .input input,
			form select,
			form textarea,
			.image-file {
			/* Custom styles here */
			/*border:none;*/
			background:none;
			height:48px;
			font-size:18px;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			box-sizing:border-box;
			padding:4px 8px 4px 8px;
			background-color:#f2f1f1;
			border:solid #d2d0d0 1px;
			border-radius:2px;
			vertical-align:middle;
			margin:0 0 0 0;
			}
			
			form textarea {
			resize:vertical;
			height:auto;
			padding:8px 8px 8px 8px;
			}
			
		
			.form-item .image-file {
			clear:both;
			height:auto;
			padding:8px 8px;
			}
			
				.form-item .image-file input[type=file] {
				appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				border:none;
				background:none;
				width:auto;	
				margin-top:10px;
				margin-bottom:10px;
				}
			
				.form-item .image-file.with-image input[type=file] {
				margin-top:30px;
				margin-bottom:0px;
				}
			
				.form-item .image-file .image-holder {
				float:left;
				width:100px;
				height:100px;
				line-height:100px;
				text-align:center;
				background-color:#f7f7f7;
				margin-right:15px;
				}
					.form-item .image-file .image-holder img {
					vertical-align:middle;
					max-width:100px;
					max-height:100px;
					}
		
			
		
		.form-item .subbut,
		.form-item .g-recaptcha, 
		#recaptcha_image {
		width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
		margin-top:6px;
		height:auto;
		}
			#main .main-right .form-item .subbut,
			#main .main-left .form-item .subbut,
			#main .main-third .form-item .subbut,
			#main .main-right .form-item .g-recaptcha, 
			#main .main-left .form-item .g-recaptcha, 
			#main .main-third .form-item .g-recaptcha, 
			#main .main-left #recaptcha_image,
			#main .main-right #recaptcha_image,
			#main .main-third #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 {
				/* Custom button styles here*/
				
				/*appearance:none;
				-moz-appearance:none;
				-webkit-appearance:none;
				border:none;
				background:none;*/
				}
				
					.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;
					}
			
			#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,
			#main .main-third .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,
			#main .main-third .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,
			#main .main-third .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: 'stileshooker';
		src:    url('../images/fonts/stileshooker.eot?k8r6of');
		src:    url('../images/fonts/stileshooker.eot?k8r6of#iefix') format('embedded-opentype'),
				url('../images/fonts/stileshooker.woff2?k8r6of') format('woff2'),
				url('../images/fonts/stileshooker.ttf?k8r6of') format('truetype'),
				url('../images/fonts/stileshooker.woff?k8r6of') format('woff'),
				url('../images/fonts/stileshooker.svg?k8r6of#stileshooker') format('svg');
		font-weight: normal;
		font-style: normal;
		}
		
		[class^="icon-"], [class*=" icon-"] {
		/* use !important to prevent issues with browser extensions that change fonts */
		font-family: 'stileshooker' !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;
		}
		
		.icon-linkedin:before {
		content: "\e904";
		}
		.icon-circle-down:before {
		content: "\e903";
		}
		.icon-mobile:before {
		content: "\e900";
		}
		.icon-menu:before {
		content: "\e901";
		}
		.icon-facebook:before {
		content: "\e902";
		}
		
		
		
	/*@font-face {
    font-family:'social';
    src:url('../images/social/social.eot?dbpphs');
    src:url('../images/social/social.eot?dbpphs#iefix') format('embedded-opentype'),
        url('../images/social/social.woff2?dbpphs') format('woff2'),
        url('../images/social/social.ttf?dbpphs') format('truetype'),
        url('../images/social/social.woff?dbpphs') format('woff'),
        url('../images/social/social.svg?dbpphs#social') format('svg');
    font-weight:normal;
    font-style:normal;
	}*/
	
	[class^="social-"], [class*=" social-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family:'social' !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;
	}
	
	
	.social-facebook:before,
	.social-linkedin:before {
	/*content: "\e906";*/
	content: " ";
    width: 18px;
    height: 18px;
    background-image: url("../images/facebook_f_blue.png");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
	}
    .social-linkedin:before {
    background-image: url("../images/LI_logo_blue.png");
    }
	.social-facebook-boxed:before {
	content: "\e907";
	}
	.social-facebook2:before {
	content: "\e908";
	}
	.social-facebook2-boxed:before {
	content: "\e909";
	}
	.social-twitter:before {
	content: "\e905";
	}
	.social-twitter2:before {
	content: "\e90c";
	}
	.social-twitter2-boxed:before {
	content: "\e90d";
	}
	.social-instagram:before {
	content: "\e904";
	}
	.social-instagram2:before {
	content: "\e90e";
	}
	.social-google:before {
	content: "\e903";
	}
	.social-google-plus:before {
	content: "\e902";
	}
	.social-google-plus-boxed:before {
	content: "\e90a";
	}
	.social-google2:before {
	content: "\e90f";
	}
	.social-google-plus2:before {
	content: "\e910";
	}
	.social-google-plus2-boxed:before {
	content: "\e911";
	}
	.social-youtube2:before {
	content: "\e912";
	}
	.social-youtube3:before {
	content: "\e913";
	}
	.social-youtube3-boxed:before {
	content: "\e914";
	}
	.social-youtube:before {
	content: "\e901";
	}
	.social-linkedin-boxed:before {
	content: "\e90b";
	}
	.social-linkedin2:before {
	content: "\e915";
	}
	.social-linkedin2-boxed:before {
	content: "\e916";
	}
	.social-pinterest:before {
	content: "\e917";
	}
	.social-pinterest2-boxed:before {
	content: "\e918";
	}
	
	
	
		