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


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


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



/* DEFAULT LINKS */
a         {text-decoration:none;color:#22a1dc;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#000000;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
font-weight:600;
margin:0px 0px 0px 0px;
}

h1 {font-size:28px;line-height:28px;padding:4px 0 14px 0;}
h2 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h3 {font-size:17px;line-height:17px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:15px;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:14px;line-height:14px;padding:4px 0 4px 0;}



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

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


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

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


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


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

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


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


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




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

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

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



#container-header {
position:fixed;
top:0px;
left:0px;
width:0px;
z-index:950;
}


	/* MAIN HEADER */
	#header {}
	
	
		/* MENU Button */
		#menu-button a {
		position:absolute;
		top:40px;
		left:40px;
		font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
		font-weight:700;
		color:#878787;
		font-size:13px;
		line-height:22px;
		text-align:center;
		text-transform:uppercase;
		padding:20px 2px 2px 2px;
		background-image:url(../images/menu_icon.png);
		background-position:center top;
		background-repeat:no-repeat;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		z-index:998;
		}
		
			#menu-button a.menu-on {
			background-image:url(../images/menu_icon_black.png);	
			}
		
			#menu-button a:hover {
			color:#ffffff;
			opacity:0.6;
			}
			
				#menu-button a.menu-on:hover {
				color:#000000;	
				}
				
				
	#gallery-picker {
	position:fixed;
	top:0px;
	left:-300px;
	height:100%;
	width:300px;
	font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:26px;
	background-color:#ffffff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:30px 30px;
	border-left:solid #efefef 1px;
	z-index:939;
	opacity:0;	
	}

			#gallery-picker h4 {
			font-family:"ff-market-web-n4", "ff-market-web", Arial, Helvetica, sans-serif;
			font-weight:400;
			font-size:40px;
			line-height:32px;
			text-transform:none;
			color:#878787;
			padding:0 0 2px 0;
			}
			
			#gallery-picker h5 {
			font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:700;
			text-transform:uppercase;
			line-height:35px;
			color:#111111;
			padding:0 0 0 0;
			}
			
			#gallery-picker p {
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:400;
			line-height:22px;
			color:#878787;
			padding:15px 0 0 0;
			}
	
	
		#gallery-picker a.gallery-picker-image {
		float:left;
		display:inline-block;
		width:30%;
		margin-right:5%;
		margin-bottom:8px;
		-moz-transition:all .3s ease-out;
		-webkit-transition:all .3s ease-out;
		transition:all .3s ease-out;
		opacity:0.7;
		}
		
			#gallery-picker a.gallery-picker-image:nth-child(3n+3) {
			margin-right:0%;	
			}
			
			#gallery-picker a.gallery-picker-image:hover {
			opacity:1;	
			}
		
		
	/* MAIN NAVIGATION */
	#navigation {
	position:fixed;
	top:0px;
	left:-170px;
	height:100%;
	font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:14px;
	line-height:26px;
	background-color:#ffffff;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding-top:140px;
	padding-left:20px;
	z-index:940;
	opacity:0;
	}
		#navigation ul {
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
			#navigation ul li {
			clear:left;
			float:left;
			display:inline-block;
			line-height:26px;
			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;
		color:#878787;
		line-height:26px;
		padding:5px 35px;
		-moz-transition:all .2s ease-out;
		-webkit-transition:all .2s ease-out;
		transition:all .2s ease-out;
		}
			#navigation a strong,
			#navigation a b {
			display:block;
			font-weight:700;
			}
			
			#navigation a:hover,
			#navigation .over,
			#navigation .on {
			color:#000000;
			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;
				}
				
			#navigation .over,
			#navigation a:hover.over {
			
			}
				#navigation .over strong,
				#navigation .over b,
				#navigation a:hover.over strong,
				#navigation a:hover.over b {
				
				}
			
			#navigation .nav-div {
			display:inline-block;
			float:left;
			width: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:40px;
				left:2px;
				display:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:normal;
				text-transform:none;
				line-height:14px;
				z-index:897;
				}
					#navigation .sub-nav li {
					width:220px;
					height:auto;
					line-height:14px;
					}
						#navigation .sub-nav a {
						float:left;
						display:inline-block;
						width:220px;
						box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						-ms-box-sizing:border-box;
						height:auto;
						line-height:14px;
						border:none;
						border-radius:0px;
						color:#ffffff;
						background:none;
						padding:12px 13px;
						background-color:#383838;
						border-bottom:solid #343434 1px;
						margin:0 0 0 0;
						z-index:898;
						}
							#navigation .sub-nav a:hover {
							color:#ffffff;
							border-radius:0px;
							background-color:#a2a2a2;
							border-bottom:solid #a2a2a2 1px;
							}
							
						#navigation .sub-nav li:last-child a {
						border-bottom:none;
						}
						
		.nav-right #navigation,
		.nav-right #navigation ul li,
		.nav-right #navigation a,
		.nav-right #navigation .nav-div {
		float:right;	
		}
		
		
	
						
							
	/* MEMBERS BAR */					
	.auth-details {
	height:auto;
	line-height:20px;
	text-align:right;
	padding:5px 0;
	}
		.auth-details .wrap {
		padding:0 27px;	
		text-align:right;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
	
		.auth-details a {}
		.auth-details a:hover {}
		.auth-details img {
		vertical-align:middle;
		margin-bottom:1px;
		}
		
		
		
		
	#site-messages {
	position:absolute;
	display:inline-block;
	display:none;
	}
		#site-messages .error-message,
		#site-messages .alert-message,
		#site-messages .success-message {
		line-height:18px;
		font-size:larger;
		padding:50px 50px 50px 140px;
		}
			#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;
			}
			

			
			
		

#container-models {
position:fixed;
left:0px;
top:0px;
width:100%;
background-color:rgba(0,0,0,0.9);
z-index:990;
display:none;
}
		
	#model-window {
	position:absolute;
	left:50%;
	top:50%;
	width:500px;
	margin-left:-250px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.8);
	}
	
		#model-window h2 {
		display:block;
		color:#ffffff;
		font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:700;
		line-height:20px;
		text-transform:uppercase;
		background-color:#111111;
		padding:30px 40px;
		}
		
		#model-window .model-window-inner {
		color:#111111;
		font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:400;
		padding:30px 40px;	
		}
		
			#model-window .model-window-inner .image-detail-button input {
			width:auto;
			margin-right:10px;
			}
			
			#model-window .model-window-inner .image-detail-form input,
			#model-window .model-window-inner .image-detail-form textarea,
			#model-window .model-window-inner .image-detail-form select {
			border:solid #cccccc 1px;
			}
		
		
		
		
	/* ROTATING IMAGE */	
	#flash {
	position:relative;
	height:200px;
	z-index:600;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:700;
		display:none;
		}
		
	
	#header-rotator {
	float:right;
	display:inline-block;
	margin-top:10px;
	margin-right:25px;
	}
	
	#rotator {
	position:relative;
	height:200px;
	z-index:600;
	}
		
		#rotator table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:700;
		display:none;
		}
		

#image-rotator {
position:relative;
}	

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

		
	#slider {
    position:relative;
    background:url(images/colorbox/loading_white.gif) no-repeat 50% 50%;
	}
		.nivo-caption {
		position:absolute;
		right:0px;
		bottom:65%;
		color:#fff;
		width:100%;
		z-index:8;
		overflow:visible;
		height:0px;
		display: none;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
		}
			#image-rotator .slider-text {
			position:absolute;
			right:0px;
			top:0px;	
			padding:5px 25px;
			text-align:right;
			}
		
				.nivo-caption a {
				color:rgba(255,255,255,0.7);
				}
					.nivo-caption a:hover {
					color:rgba(255,255,255,1);
					}
		
		#slider img {
		position:absolute;
		top:0px;
		left:0px;
		display:none;
		z-index:1;
		}
		
		#slider a {
		border:0;
		display:block;
		}
		
		#slider-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		
	#slidebox {
	width:940px;
	color:#ffffff;
	text-align:left;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	font-size:14px;
	color:#ffffff;
	position:relative;
	overflow:hidden;
	}
		#slidebox-holder {
		float:left;
		width:940px;
		height:140px;
		overflow:hidden;
		position:relative;
		}
			#slidebox-slider {
			position:absolute;
			left:0px;
			top:0px;
			}
			
			#slidebox a {color:#ffffff;}
			#slidebox a:hover {text-decoration:underline;}
			
			#slidebox .slidebox-item {
			float:left;
			width:200px;
			}
			
			#slidebox #slidebox-left {
			position:absolute;
			left:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:850;
			}
				#slidebox #slidebox-left a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_left.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-left a:hover {
					background-color:#ededed;
					}
			
			#slidebox #slidebox-right {
			position:absolute;
			right:0px;
			top:0px;
			display:block;
			width:60px;
			height:140px;
			z-index:851;
			}
				#slidebox #slidebox-right a {
				display:block;
				height:140px;
				text-decoration:none;
				background-color:#d6d6d6;
				background-image:url(../images/slider_right.png);
				background-position:center;
				background-repeat:no-repeat;
				text-decoration:none;
				}
					#slidebox #slidebox-right a:hover {
					background-color:#ededed;
					}
					
					#slidebox #slidebox-left a:focus,
					#slidebox #slidebox-right a:focus {	
					outline:0;
					}
		
	
	/* RANDOM IMAGE */
	#random-holder {
	max-height:80px;
	overflow:hidden;
	}
			#random-holder img {
			width:100%;
			vertical-align:middle;
			}
		
			#random-holder a {color:#000000;}
			#random-holder a:hover {color:#6D9EAD;}
		
		
		
	/* FRONT BOXES */	
	#frontbox {}
		
		#frontbox .frontbox-item {
		float:left;
		width:200px;
		}
		
		#frontbox .frontbox-over {
		position:absolute;
		top:0px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		padding:6px 8px;
		z-index:450;
		}
		
		#frontbox .frontbox-item-white,
		#frontbox .frontbox-item-black {
		float:left;
		width:200px;
		z-index:440;
		padding:6px 8px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		position:relative;
		}
			#frontbox .frontbox-item-white img,
			#frontbox .frontbox-item-black img {
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
			#frontbox .frontbox-item-white {background-color:#cfcfcf;}
			#frontbox .frontbox-item-black {background-color:#ededed;}
		
			#frontbox .frontbox-item-white h2,
			#frontbox .frontbox-item-black h2 {
			font-size:16px;
			line-height:18px;
			font-weight:bold;
			}
		
			#frontbox .frontbox-item-white a,
			#frontbox .frontbox-item-white h2 {}
			#frontbox .frontbox-item-black a,
			#frontbox .frontbox-item-black h2 {}
			
			#frontbox .frontbox-item-white a:hover,
			#frontbox .frontbox-item-white a:hover h2 {}
			#frontbox .frontbox-item-black a:hover,
			#frontbox .frontbox-item-black a:hover h2 {}
		

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

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

		#main .main-right {
		float:right;
		width:20%;
		}
		
			#main .main-right .img-left,
			#main .main-left .img-left {float:left;margin-right:10px;margin-top:0;margin-bottom:0;text-align:center;}
			#main .main-right .img-right,
			#main .main-left .img-right {clear:right;float:right;margin-left:10px;margin-top:0;margin-bottom:0;text-align:center;}
		
			#main .main-right p,
			#main .main-left p {
			padding:6px 0;
			margin:0 0 0 0;
			line-height:22px;
			margin-bottom:1px;
			}
			
			#main .main-right .side-holder,
			#main .main-left .side-holder {
			padding:6px 0;
			margin:0 0 0 0;
			line-height:22px;
			margin-bottom:1px;
			}
			
				#main .main-right .side-holder p,
				#main .main-left .side-holder p {
				padding:0 0 12px 0;
				}
		
			#main .main-right h5,
			#main .main-right h6,
			#main .main-left h5,
			#main .main-left h6 {
			line-height:22px;
			font-size:14px;
			font-weight:bold;
			padding:6px 0;
			margin-top:10px;
			}
			
			#main .main-right h5,
			#main .main-left h5 {}
			#main .main-right h6,
			#main .main-left h6 {}
			
			
			#main .side-nav {
			padding:3px 0;
			margin:0 0 0 0;	
			}
			
			#main .side-nav li {
			list-style:none;
			margin-top:0;
			padding-top:0;
			padding-bottom:0;
			margin-left:0;
			padding-left:0;
			background:none;
			position:relative;
			z-index:900;
			}
			
				#main .side-nav li a {
				padding:4px 10px;	
				}


#container-footer {
position:absolute;
bottom:5%;
right:5%;
}


	/* MAIN FOOTER */
	#footer {
	display:inline-block;
	line-height:22px;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	padding:0 0;
	opacity:0.3;
	display:none;
	}
		
		
		
		#desktop-link {display:none;}
		
		
	
	
	
	
	.googlemap-box {
	width:100%;
	overflow:hidden;
	}
		.googlemap-box .img-right {
		max-width:none !important;	
		}
		
		.googlemap-box img {
		width:auto;
		max-width:none !important;	
		}
	
	.map-holder {
	}
		.map-holder img {
		width:auto;
		max-width:none !important;
		}
		
		
		
	
	.home #container-header {
	position:absolute;
	top:50%;
	right:5%;
	display:inline-block;
	z-index:800;
	color:#ffffff;
	z-index:700;
	}
		.home #container-header #logo {
		position:absolute;
		top:-30px;
		right:0;
		line-height:40px;
		text-align:right;
		padding:0 0 0 0;
		}
		
		.home #container-header #navigation {
		width:100%;
		padding-top:20px;
		}
			.home #container-header #navigation li {
			clear:right;
			float:right;
			display:block;
			text-align:right;	
			}
			
				.home #container-header #navigation li a {
				font-size:12px;
				text-transform:uppercase;
				height:30px;
				line-height:30px;
				}
	
	.home #container-main {
	overflow:hidden;
	}
	
	
	
	#introduction {
	display:block;
	width:auto;
	height:100%;
	top:0;
	left:0;
	position:relative;
	}
		#introduction .intro-underlay1 {
		position:absolute;
		top:-22%;
		left:-30%;	
		width:144%;
		height:144%;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border:solid #ffffff 1px;
		opacity:0.05;
		z-index:500;
		}
		#introduction .intro-underlay2 {
		position:absolute;
		top:-23%;
		left:-31%;	
		width:146%;
		height:146%;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		border:solid #ffffff 1px;
		opacity:0.02;
		z-index:500;
		}
	
		#introduction .intro-subholder {
		position:absolute;
		top:-15%;
		left:-23%;	
		width:130%;
		height:130%;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		background-color:#111111;
		z-index:590;
		}
	
		#introduction .intro-holder {
		float:left;
		display:inline-block;
		width:25%;
		display:inline-block;
		overflow:hidden;
		position:relative;
		z-index:600;
		}
			/*#introduction .intro-holder:nth-child(1) {opacity:0.0;}
			#introduction .intro-holder:nth-child(2) {opacity:0.05;}
			#introduction .intro-holder:nth-child(3) {opacity:0.1;}
			#introduction .intro-holder:nth-child(4) {opacity:0.3;}
			
			#introduction .intro-holder:nth-child(5) {opacity:0.05;}
			#introduction .intro-holder:nth-child(6) {opacity:0.1;}
			#introduction .intro-holder:nth-child(7) {opacity:0.2;}
			#introduction .intro-holder:nth-child(8) {opacity:0.4;}
			
			#introduction .intro-holder:nth-child(9) {opacity:0.1;}
			#introduction .intro-holder:nth-child(10) {opacity:0.2;}
			#introduction .intro-holder:nth-child(11) {opacity:0.4;}
			#introduction .intro-holder:nth-child(12) {opacity:1;}
			
			#introduction .intro-holder:nth-child(13) {opacity:0.2;}
			#introduction .intro-holder:nth-child(14) {opacity:0.4;}
			#introduction .intro-holder:nth-child(15) {opacity:1;}
			#introduction .intro-holder:nth-child(16) {opacity:1;}*/
			
			#introduction .intro-holder:nth-child(7) .intro-photo-holder .intro-photo {background:none !important;background-color:#22a1dc !important;}
			
		
			#introduction .intro-holder .intro-photo-holder {
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			-moz-transform:rotate(45deg);
			-webkit-transform:rotate(45deg);
			transform:rotate(45deg);	
			z-index:601;
			}
		
				#introduction .intro-holder .intro-photo-holder .intro-photo {
				position:absolute;
				top:-33%;
				left:-33%;
				width:160%;
				height:160%;
				background-position:center;
				background-repeat:no-repeat;
				background-size:cover;
				-moz-transition:all .2s ease-in-out;
				-webkit-transition:all .2s ease-in-out;
				transition:all .2s ease-in-out;
				-webkit-backface-visibility:hidden;
				opacity:1;	
				}
				
			
			#introduction .intro-holder:hover .intro-photo {
			}
	
	
	/*#introduction {
	display:block;
	width:100%;
	height:100%;
	}
	
		#introduction .intro-holder,
		#introduction .intro-holder-placeholder {
		float:left;
		display:inline-block;
		width:20%;
		height:25%;
		position:relative;
		z-index:600;
		}
		
			#introduction .intro-holder-placeholder {pointer-events:none;}
		
			#introduction .intro-holder .intro-photo-portrait,
			#introduction .intro-holder .intro-photo-landscape {
			position:absolute;
			top:0px;
			left:0px;
			width:100%;
			height:100%;
			overflow:hidden;
			}
			
			#introduction .intro-holder .intro-photo-portrait {
			height:200%;	
			}
		
				#introduction .intro-holder .intro-photo {
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				background-position:center;
				background-repeat:no-repeat;
				background-size:cover;
				-moz-transition:all .2s ease-in-out;
				-webkit-transition:all .2s ease-in-out;
				transition:all .2s ease-in-out;
				-webkit-backface-visibility:hidden;
				opacity:0.6;	
				}
			
				#introduction .intro-holder .intro-photo img {
				vertical-align:middle;
				}
			
			#introduction > div:nth-child(5n+5) {float:right;}
			#introduction > div:nth-child(5n+6) {clear:both;}
			
			#introduction .intro-holder:hover .intro-photo {
			width:100%;
			height:100%;
			opacity:1;
			-moz-transform:scale(1.05, 1.05);
			-webkit-transform:scale(1.05, 1.05);
			transform:scale(1.05, 1.05);
			cursor:pointer;
			}*/
		
		
	
	

	
	
	#uploader-side {
	position:fixed;
	top:0px;
	left:0px;
	display:inline-block;
	width:20%;
	height:100%;
	color:#ffffff;
	background-color:#191919;
	}
	
		#uploader-side #uploader {
		float:left;
		display:inline-block;
		width:100%;
		padding:110px 0 60px 0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		}
			
		#uploader-side #uploader #uploader-button {
		position:relative;
		overflow:hidden;
		padding:30px 40px;
		font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:700;
		text-transform:uppercase;
		line-height:16px;
		background-color:#242424;
		-moz-transition:all .2s ease-in-out;
		-webkit-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		position:relative;
		}
			#uploader-side #uploader .upload-text {
			position:relative;
			cursor:pointer;
			pointer-events:none;
			z-index:810;
			}
		
			#uploader-side #uploader .upload-percent-text {
			float:right;
			display:inline-block;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:22px;
			font-weight:400;
			position:relative;
			z-index:820;
			}
			
			#uploader-side #uploader #uploader-button-percent {
			position:absolute;
			left:0px;
			top:0px;
			font-size:0;
			line-height:0;
			height:76px;
			width:0px;
			padding:0 0 0 0;
			margin:0 auto;
			background-color:#666666;
			border:none;
			z-index:790;
			}
		
			#uploader-side #uploader #uploader-button:hover {
			background-color:#424242;	
			}
		
			#uploader-side #uploader #uploader-button input.upload-button {
			position:absolute;
			top:0;
			right:0;
			margin:0;
			padding:0;
			font-size:70px;
			cursor:pointer;
			opacity:0;
			filter:alpha(opacity=0);
			}
			
			
		#user-image-details {
		position:relative;
		}
		
		
			#user-image-details .details-load {
			position:absolute;
			top:0px;
			left:0px;
			display:none;
			width:100%;
			height:100px;
			background-image:url(../images/ajax_loader_dark.gif);
			background-position:center center;
			background-repeat:no-repeat;
			}
			
			#user-image-details .details-holder {
			width:100%;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:400;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;	
			padding:0 40px;
			}

				.image-detail-form-title {
				text-align:center;
				color:#909090;
				font-family:"proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:16px;
				font-weight:600;
				margin-bottom:12px;
				}
			
				.image-detail-form {
				width:100%;
				padding:4px 4px 4px 4px;	
				background-color:#ffffff;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				margin-bottom:12px;
				}
				
				.image-detail-form input,
				.image-detail-form textarea,
				.image-detail-form select {
				width:100%;
				padding:6px 6px;
				margin:0 0 0 0;
				font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:14px;
				font-weight:400;
				line-height:20px;
				color:#333333;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				background:none;
				border:none;
				border-radius:0;
				}
				
				.image-detail-form input {
				height:32px;	
				}
				
				.image-detail-form textarea {
				min-height:60px;
				}
				
					::-webkit-input-placeholder {
					font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:400;
					color:#bdbdbd !important;
					text-overflow:ellipsis;
					}
					:-moz-placeholder {
					font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:400;
					color:#bdbdbd !important;
					text-overflow:ellipsis;
					}
					::-moz-placeholder {
					font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:400;
					color:#bdbdbd !important;
					text-overflow:ellipsis;
					}
					:-ms-input-placeholder {
					font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
					font-size:14px;
					font-weight:400;
					color:#bdbdbd !important;
					text-overflow:ellipsis;
					}
				
				
				
				.image-detail-extra {
				font-family:"proxima-nova-i4", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:400;
				font-style:italic;
				color:#666666;
				}
				
				
				.image-detail-button {
				margin-top:25px;
				}
					.image-detail-button input {
					-webkit-appearance:none;
					-moz-appearance:none;
					appearance:none;
					border:none;
					background:none;
					line-height:50px;
					height:50px;
					width:100%;
					padding:0 30px;
					font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:700;
					text-transform:uppercase;
					color:#ffffff;
					background-color:#333333;
					box-sizing:border-box;
					-webkit-box-sizing:border-box;
					-moz-box-sizing:border-box;
					-ms-box-sizing:border-box;	
					-moz-transition:all .2s ease-out;
					-webkit-transition:all .2s ease-out;
					transition:all .2s ease-out;
					cursor:pointer;
					}
					
						.image-detail-button input:hover {
						background-color:#666666;	
						}
				
				
			
	
	
	#uploader-main {
	float:right;
	display:inline-block;
	width:80%;
	height:100%;
	padding:50px 50px 50px 50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;	
	}
	
	
		#uploader-main .user-category-title {
		font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:400;
		color:#666666;
		position:relative;
		}
			#uploader-main .user-category-title h4 {
			float:left;
			display:inline-block;
			font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:17px;
			font-weight:700;
			color:#666666;
			padding-left:10px;
			padding-right:10px;
			background-color:#ffffff;
			position:relative;
			z-index:500;
			}
			
			#uploader-main .user-category-title-info {
			float:left;
			font-size:12px;
			display:inline-block;
			padding-top:5px;
			padding-left:0px;
			padding-right:10px;
			background-color:#ffffff;
			position:relative;
			z-index:100;	
			}
			
				#uploader-main .user-category-title-info span {color:#bbbbbb;}
			
			#uploader-main .user-category-title .hideshow {
			float:right;
			font-size:12px;
			display:inline-block;
			padding-top:5px;
			padding-left:10px;
			padding-right:10px;
			background-color:#ffffff;
			position:relative;
			z-index:100;	
			}
			
			#uploader-main .user-category-title-line {
			position:absolute;
			left:0px;
			top:12px;
			width:100%;
			clear:both;
			font-size:0;
			line-height:1px;
			height:1px;
			padding:0 0 0 0;
			margin:0 auto;
			border:none;
			background-color:#eeeeee;
			}
	
		#uploader-main .user-image-category {
		position:relative;	
		display:block;
		padding-bottom:30px;
		}
		
		
		#uploader-main .user-image {
		float:left;
		display:inline-block;
		width:20%;
		height:25%;
		position:relative;
		padding:10px;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		overflow:hidden;
		}
			#uploader-main > div:nth-child(5n+6) {clear:left;}
		
		
			#uploader-main .user-image .image-cropped {
			width:100%;
			height:100%;
			background-position:center center;
			background-repeat:no-repeat;
			background-size:cover;
			-moz-transition:all .2s ease-in-out;
			-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
			-moz-transform:none;
			-webkit-transform:none;
			transform:none;
			-webkit-backface-visibility:hidden;
			box-shadow:0px 0px 2px rgba(0,0,0,0.2);
			overflow:hidden;
			opacity:1;
			cursor:pointer;
			position:relative;
			}
			
				#uploader-main .user-image:hover .image-cropped {
				opacity:1;
				cursor:pointer;
				}
				
				
				#uploader-main .user-image .image-cropped .image-cropped-details {
				position:absolute;
				bottom:0;
				left:0;	
				width:100%;
				font-family:"proxima-nova-n5", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:15px;
				font-weight:500;
				color:#ffffff;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				padding:0 12px 8px 12px;
				-moz-transition:all .2s ease-in-out;
				-webkit-transition:all .2s ease-in-out;
				transition:all .2s ease-in-out;
				opacity:0.7;
				z-index:880;
				}
				
					#uploader-main .user-image:hover .image-cropped .image-cropped-details {
					opacity:1;
					}
					
				#uploader-main .user-image .image-cropped .image-cropped-count {
				position:absolute;
				top:0;
				right:0;	
				width:100%;
				font-family:"proxima-nova-n5", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:500;
				color:#ffffff;
				text-align:right;
				text-shadow:0px 0px 2px rgba(0,0,0,0.3);
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				padding:8px 12px 8px 12px;
				-moz-transition:all .2s ease-in-out;
				-webkit-transition:all .2s ease-in-out;
				transition:all .2s ease-in-out;
				opacity:0.7;
				z-index:881;
				}
				
					#uploader-main .user-image:hover .image-cropped .image-cropped-count {
					opacity:1;
					}
				
				#uploader-main .user-image .image-cropped .image-cropped-details-under {
				position:absolute;
				bottom:-140px;
				left:-20%;	
				width:140%;
				height:140px;
				box-shadow:0px -20px 120px rgba(0,0,0,1);
				z-index:780;	
				}
				
				
				/* Selected images */
				#uploader-main .user-image .image-cropped .selected-over {
				position:absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				box-sizing:border-box;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				-ms-box-sizing:border-box;
				border:solid rgba(255,255,255,0.7) 5px;
				cursor:pointer;
				opacity:0;
				z-index:800;
				}
					#uploader-main .user-image .image-cropped.image-selected .selected-over {
					opacity:1;	
					}
	
	
	

.user #container-main {
background-color:#111111;
}


/* Viewing Categories Intro */
#user-intro-holder {
position:relative;
border-bottom:solid #272727 1px;
}

	#user-intro-holder .user-intro-holder-inner {
	position:relative;	
	max-width:1100px;
	text-align:left;
	font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:24px;
	color:#cbcbcb;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:34px 20% 20px 0;
	border:none;	
	}
	
	#user-intro-holder h1 {
	font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	padding-bottom:5px;
	color:#ffffff;
	}


					
/* Viewing Categories */
#categories-holder {
position:relative;	
max-width:1100px;
text-align:left;
font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:400;
line-height:20px;
color:#cbcbcb;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:70px 0 40px 0;
border:none;
}

	#categories-holder .category-item {
	float:left;
	width:28%;
	margin-right:8%;
	margin-bottom:30px;
	position:relative;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	}
	
		#categories-holder .category-item.dulled {
		opacity:0.2;
		}
			#categories-holder .category-item.dulled a .category-item-details {
			opacity:0.7;	
			}
	
		#categories-holder .category-item a {
		display:block;
		width:100%;
		height:100%;
		background-color:#111111;
		position:relative;
		z-index:350;
		}
	
		#categories-holder .category-item a .category-item-details {
		position:absolute;
		left:0px;
		top:50%;
		width:100%;
		font-size:13px;
		color:rgba(255,255,255,0.7);
		text-align:center;
		margin-top:-50px;
		-moz-transition:all .2s ease-in-out;
		-webkit-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		
		/*-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);*/
		
		z-index:800;
		}
			
			#categories-holder .category-item a .category-item-details h4 {
			font-family:"ff-market-web-n4", "ff-market-web", Arial, Helvetica, sans-serif;
			font-weight:400;
			font-size:40px;
			line-height:32px;
			text-transform:none;
			color:#ffffff;
			-moz-transition:all .2s ease-in-out;
			-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
			padding:0 0 2px 0;
			}
			
			#categories-holder .category-item a .category-item-details h5 {
			font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:700;
			text-transform:uppercase;
			line-height:35px;
			color:#ffffff;
			-moz-transition:all .2s ease-in-out;
			-webkit-transition:all .2s ease-in-out;
			transition:all .2s ease-in-out;
			padding:0 0 0 0;
			}
				
				#categories-holder .category-item:hover a .category-item-details,
				#categories-holder .category-item:hover a .category-item-details h4,
				#categories-holder .category-item:hover a .category-item-details h5 {
				color:rgba(0,0,0,0.0);
				/*text-shadow:0px 0px 10px rgba(255,255,255,0.8);*/
				}
		
	
		#categories-holder .category-item:nth-child(3n+3) {
		margin-right:0%;	
		}
				
				
		#categories-holder .category-item a .category-item-full-details {
		position:absolute;
		left:129%;
		top:0px;
		width:110%;
		height:110%;
		font-size:13px;
		color:rgba(255,255,255,0.7);
		background-color:#111111;
		text-align:left;
		margin:-5% 0 0 -5%;
		
		padding:5% 5%;
		
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		
		-moz-transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;
		
		z-index:800;
		display:none;
		}
			#categories-holder .category-item:hover a .category-item-full-details {display:block;}
			
			#categories-holder .category-item a .category-item-full-details h4 {
			font-family:"ff-market-web-n4", "ff-market-web", Arial, Helvetica, sans-serif;
			font-weight:400;
			font-size:40px;
			line-height:32px;
			text-transform:none;
			color:#ffffff;
			padding:0 0 2px 0;
			}
			
			#categories-holder .category-item a .category-item-full-details h5 {
			font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:700;
			text-transform:uppercase;
			line-height:35px;
			color:#ffffff;
			padding:0 0 0 0;
			}
			
			#categories-holder .category-item a .category-item-full-details p {
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:400;
			line-height:22px;
			color:#ffffff;
			padding:15px 0 0 0;
			}
			
		#categories-holder .category-item:nth-child(3n+3) .category-item-full-details {
		left:auto;
		right:125%;
		text-align:right;
		}
		
		
		
		#categories-holder .category-item a img {
		max-width:100%;
		max-height:100%;
		vertical-align:middle;
		box-shadow:0px 0px 15px rgba(0,0,0,0.8);
		/*-moz-transition:all .4s ease-in-out;
		-webkit-transition:all .4s ease-in-out;
		transition:all .4s ease-in-out;*/
		
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		
		opacity:0.5;
		position:relative;
		z-index:400;
		}
			
			#categories-holder .category-item:hover a img {
			opacity:1;
			
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-ms-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
			}
			
			
		#categories-holder .category-item .category-item-under {
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		background-color:#111111;
		transform:rotate(3deg);
		-ms-transform:rotate(3deg); /* IE 9 */
		-webkit-transform:rotate(3deg); /* Opera, Chrome, and Safari */
		/*-moz-transition:all .4s ease-in-out;
		-webkit-transition:all .4s ease-in-out;
		transition:all .4s ease-in-out;*/
		
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		
		z-index:300;
		}
		
			#categories-holder .category-item .category-item-under img {
			opacity:0.3;	
			vertical-align:middle;
			}
			
			#categories-holder .category-item:hover .category-item-under {
			left:-45px;
			top:-25px;	
			transform:rotate(-5deg);
			-ms-transform:rotate(-5deg); /* IE 9 */
			-webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
			}
			
				#categories-holder .category-item:nth-child(4n+4):hover .category-item-under {
				left:40px;
				top:30px;	
				transform:rotate(12deg);
				-ms-transform:rotate(12deg); /* IE 9 */
				-webkit-transform:rotate(12deg); /* Opera, Chrome, and Safari */
				}
				
				#categories-holder .category-item:nth-child(4n+2):hover .category-item-under {
				left:25px;
				top:-35px;	
				transform:rotate(12deg);
				-ms-transform:rotate(12deg); /* IE 9 */
				-webkit-transform:rotate(12deg); /* Opera, Chrome, and Safari */
				}
			
				#categories-holder .category-item:hover .category-item-under img {opacity:0.6;}
		
		#categories-holder .category-item .category-item-under2 {
		position:absolute;
		left:0px;
		top:6px;
		width:100%;
		background-color:#111111;
		transform:rotate(-4deg);
		-ms-transform:rotate(-4deg); /* IE 9 */
		-webkit-transform:rotate(-4deg); /* Opera, Chrome, and Safari */
		/*-moz-transition:all .3s ease-in-out;
		-webkit-transition:all .3s ease-in-out;
		transition:all .3s ease-in-out;*/
		
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition: all 400ms cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1);
		-webkit-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-moz-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		-o-transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		transition-timing-function: cubic-bezier(0.340, 0.850, 0.570, 1.365);
		z-index:290;
		}
		
			#categories-holder .category-item .category-item-under2 img {
			opacity:0.1;
			vertical-align:middle;	
			}
			
			#categories-holder .category-item:hover .category-item-under2 {
			left:40px;
			top:20px;	
			transform:rotate(12deg);
			-ms-transform:rotate(12deg); /* IE 9 */
			-webkit-transform:rotate(12deg); /* Opera, Chrome, and Safari */
			}
			
				#categories-holder .category-item:nth-child(4n+4):hover .category-item-under2 {
				left:-45px;
				top:10px;
				transform:rotate(-5deg);
				-ms-transform:rotate(-5deg); /* IE 9 */
				-webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
				}
				
				#categories-holder .category-item:nth-child(4n+2):hover .category-item-under2 {
				left:-25px;
				top:40px;
				transform:rotate(-5deg);
				-ms-transform:rotate(-5deg); /* IE 9 */
				-webkit-transform:rotate(-5deg); /* Opera, Chrome, and Safari */
				}
				
				#categories-holder .category-item:hover .category-item-under2 img {opacity:0.4;}


					
					
					
/* Viewing Images */
#image-viewer-holder {
position:fixed;	
width:100%;
height:100%;
background-color:#111111;
background-image:url(../images/image_ajax_loader.gif);
background-position:center center;
background-repeat:no-repeat;
}
	#image-viewer-holder.nospin {
	background-image:none;	
	}



	#image-viewer.image-viewer-portrait,
	#image-viewer.image-viewer-panorama {
	position:fixed;
	top:50%;
	left:50%;
	display:inline-block;
	background-repeat:no-repeat;
	z-index:200;
	}
		
		#image-viewer.image-viewer-portrait {
		background-position:center center;
		background-size:contain;
		}
		
		#image-viewer.image-viewer-panorama {
		background-position:center center;
		background-size:contain;
		}
		
		
			#image-viewer.image-viewer-portrait img,
			#image-viewer.image-viewer-panorama img {
			max-width:100%;
			max-height:100%;
			vertical-align:middle;
			box-shadow:0px 0px 15px rgba(0,0,0,0.8);
			}
			
			
			#image-viewer .image-details-panel {
			position:absolute;
			top:0px;
			left:100%;
			width:300px;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:13px;
			font-weight:400;
			line-height:20px;
			color:#cbcbcb;
			padding-right:60px;
			padding-left:60px;
			padding-top:60px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			}
			
				#image-viewer.image-viewer-panorama .image-details-panel {
				position:absolute;
				top:100%;
				left:0;
				width:50%;
				padding-left:60px;
				padding-top:30px;
				}
			
				#image-viewer .image-details-panel h1 {
				color:#ffffff;
				line-height:22px;
				font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:17px;
				font-weight:700;
				text-transform:uppercase;
				padding-bottom:5px;
				}
				
				#image-viewer .image-details-panel h5 {
				font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:400;
				color:#666666;	
				padding-bottom:20px;
				}
				
				
				
				.image-details-previous a {
				position:absolute;
				right:80px;
				bottom:40px;
				width:40px;
				height:40px;
				background-image:url(../images/arrow_previous_white.png);
				z-index:990;
				}
				
				.image-details-next a {
				position:absolute;
				right:30px;
				bottom:40px;
				width:40px;
				height:40px;
				background-image:url(../images/arrow_next_white.png);
				z-index:990;
				}
					
					.image-details-previous a,
					.image-details-next a {
					background-position:center center;
					background-repeat:no-repeat;
					-moz-transition:all .3s ease-out;
					-webkit-transition:all .3s ease-out;
					transition:all .3s ease-out;
					}
					
						.image-details-previous a:hover,
						.image-details-next a:hover {
						opacity:0.5;
						}
					
					
					
	.image-viewer-bg {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0;
	right:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	opacity:0.1;
	z-index:100;	
	}
		.image-viewer-bg img {opacity:0;}
	
	
					
					
					
					
.login #container-main {
background-color:#111111;
}					
					
		/* Viewing Categories */
	.login #container-main .wrap {
	position:relative;	
	max-width:400px;
	text-align:left;
	font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:400;
	line-height:20px;
	color:#cbcbcb;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	border:none;
	}
		.login #container-main .main-content {
		padding-top:60px;
		}
	
		.login #container-main .main-content h1 {
		font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:700;
		text-transform:uppercase;
		color:#ffffff;	
		}
		
		.login #container-main .main-content form {
		padding-top:20px;
		}
					
					
					
				
	
	
		
		
	/* COMMON PAGE STYLES
	Common styles for database pages. */	
	
	/* Services */
	.services-holder {display:block;}
		.services-holder .services-item {
		display:block;
		margin-bottom:10px;
		margin-top:10px;
		}
			.services-holder .services-item .services-item-text {
			float:right;
			width:80%;
			}
			
			.services-holder .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder .services-item .services-item-image {
			float:left;
			width:17%;
			}
			
			
	
	
	.services-holder-grid-side {display:block;}
		.services-holder-grid-side .services-item {
		float:left;
		width:30%;
		height:auto;
		margin-right:5%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-side .services-item .services-item-text {
			float:right;
			width:60%;
			}
			
			.services-holder-grid-side .services-item .services-item-text-full {
			width:100%;
			}
			
			.services-holder-grid-side .services-item .services-item-image {
			float:left;
			width:35%;
			}
			
			.services-holder-grid-side div:nth-child(3n+3) {margin-right:0%;}
			.services-holder-grid-side div:nth-child(3n+4) {clear:left;}
			
			
			
			
	.services-holder-grid-under {display:block;}
		.services-holder-grid-under .services-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:18px;
		text-align:left;
		}
			.services-holder-grid-under .services-item .services-item-text,
			.services-holder-grid-under .services-item .services-item-text-full,
			.services-holder-grid-under .services-item .services-item-image {
			width:100%;
			}
			
			.services-holder-grid-under .services-item .limit-image {
			height:150px;
			max-height:150px;
			line-height:150px;
			text-align:center;
			margin-bottom:4px;
			}
				.services-holder-grid-under .services-item .limit-image img {
				vertical-align:middle;
				max-height:150px;	
				}
			
			.services-holder-grid-under div:nth-child(4n+4) {margin-right:0%;}
			.services-holder-grid-under div:nth-child(4n+5) {clear:left;}
	
	
	
	
	
	
	/* NEWS PAGES */
	.news-holder {display:block;}
		.news-holder .news-item {
		display:block;
		margin-bottom:10px;
		}
			.news-holder .news-item .news-text {
			float:left;
			width:70%;
			}
			
			.news-holder .news-item .news-text-full {
			width:100%;
			}
			
			.news-holder .news-item .news-image {
			float:right;
			max-width:25%;
			margin-top:10px;
			}
				.news-holder .news-item .news-image img {
				max-height:80px;
				}
		
		
	.news-summery {}
		.news-summery .news-item {
		color:#000000;
		font-size:12px;
		}
		.news-summery .news-item .text {}
	
	
	
	.events-holder {display:block;}
		.events-holder .events-item {
		display:block;
		margin-bottom:10px;
		}
			.events-holder .events-item .events-text {
			float:left;
			width:46%;
			}
			
			.events-holder .events-item .events-text-full {
			float:left;
			width:76%;
			}
			
			.events-holder .events-item .events-image {
			float:right;
			width:20%;
			margin-top:10px;
			}	
		
		
			.date-icon {
			float:left;
			width:21%;
			margin-right:2%;
			margin-top:5px;
			height:auto;
			line-height:12px;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			text-align:center;
			padding:5px 0 5px 0;
			background-color:#cfcfcf;
			}
				.date-icon .date-number {font-size:24px;line-height:30px;}
				
				
				.date-icon-start {
				float:left;
				width:10%;
				margin-right:1%;
				margin-top:5px;
				height:auto;
				line-height:12px;
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				text-align:center;
				padding:5px 0 10px 0;
				background-color:#cfcfcf;
				position:relative;
				}
					.date-icon-start .date-number {font-size:24px;line-height:30px;}
					.date-icon-start .date-to {
					position:absolute;
					top:12px;
					right:-12px;
					width:16px;
					height:16px;
					font-size:24px;
					font-weight:bold;
					line-height:14px;
					text-align:center;
					background-color:#ffffff;
					border-radius:11px;
					}
					
				.date-icon-end {
				float:left;
				width:10%;
				margin-right:2%;
				margin-top:5px;
				height:auto;
				line-height:12px;
				font-size:12px;
				font-weight:bold;
				text-transform:uppercase;
				text-align:center;
				padding:5px 0 10px 0;
				background-color:#cfcfcf;
				}
					.date-icon-end .date-number {font-size:24px;line-height:30px;}
				
				
			.date-icon-small {
			float:right;
			width:30px;
			height:36px;
			margin-left:8px;
			line-height:11px;
			font-size:11px;
			text-transform:uppercase;
			text-align:center;
			padding:4px 0 0 0;
			background-color:#cfcfcf;
			}
				.date-icon-small .date-number {font-size:18px;line-height:20px;}
			
			
		
	/* PHOTO GALLERY PAGES */	
	.gallery-holder {display:block;}
		.gallery-holder .gallery-item {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-holder div:nth-child(6n+6) {margin-right:0%;}
		.gallery-holder div:nth-child(6n+7) {clear:left;}
	
		.gallery-holder .gallery-item-textover {
		float:left;
		width:15%;
		height:auto;
		margin-right:2%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
	
	
	.gallery-cat-holder {display:block;}
		.gallery-cat-holder .gallery-item {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		}
			.gallery-cat-holder .gallery-item img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
		
		.gallery-cat-holder div:nth-child(4n+4) {margin-right:0%;}
		.gallery-cat-holder div:nth-child(4n+5) {clear:left;}
		
		.gallery-cat-holder .gallery-item-textover {
		float:left;
		width:22%;
		height:auto;
		margin-right:4%;
		margin-bottom:14px;
		text-align:center;
		position:relative;
		}
			.gallery-cat-holder .gallery-item-textover img {
			max-width:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
			.gallery-cat-holder .gallery-item-textover .gallery-title {
			position:absolute;
			bottom:0px;
			width:100%;
			color:#ffffff;
			min-height:10%;
			padding-top:5%;
			padding-bottom:5%;
			cursor:pointer;
			-moz-transition:all 0.15s;
			-webkit-transition:all 0.15s;
			transition:all 0.15s;
			background-color:#000000;
			background-color:rgba(0,0,0,0.5);
			}
				.gallery-cat-holder .gallery-item-textover a:hover .gallery-title {	
				padding-top:5%;
				padding-bottom:5%;
				min-height:50%;
				}
				
				
	
	.gallery-slider-main {
	position:relative;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	height:318px;
	padding:2px;
	border:solid #e1e1e1 1px;
	}
		
		.gallery-slider-main .gsm-image {
		position:absolute;
		left:0px;
		top:2px;
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		height:312px;
		text-align:center;
		display:none;
		}
		
	.gsp-holder {
	width:100%;
	height:72px;
	padding:5px 0px;
	position:relative;
	overflow:hidden;
	margin-top:15px;
	}

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

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

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

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

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

	.blog-item-admin {
	padding:5px;
	background-color:#f4f2ee;
	}	
		.blog-item-admin-footer {
		font-size:11px;
		line-height:18px;
		color:#ffffff;
		background-color:#191919;
		padding:0 5px;
		}
			.blog-item-admin-footer .blog-right {
			float:right;
			text-align:right;
			}
			
			.blog-item-admin-footer a {color:#ffffff;}
			.blog-item-admin-footer a:hover {text-decoration:underline;}
			
			
			
		.blog-item-admin-comments {
		padding:10px 0 0 40px;
		background-image:url(../images/comment_arrow.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
			.blog-item-admin-footer2 {
			font-size:11px;
			line-height:18px;
			color:#6D9EAD;
			background-color:#CFDCE3;
			padding:0 5px;
			}
				.blog-item-admin-footer2 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer2 a {color:#6D9EAD;}
				.blog-item-admin-footer2 a:hover {text-decoration:underline;}
				
			.blog-item-admin-footer3 {
			font-size:11px;
			line-height:18px;
			color:#ffffff;
			background-color:#3A525E;
			padding:0 5px;
			}
				.blog-item-admin-footer3 .blog-right {
				float:right;
				text-align:right;
				}
				
				.blog-item-admin-footer3 a {color:#ffffff;}
				.blog-item-admin-footer3 a:hover {text-decoration:underline;}
	
	
	
	.pricelist {
	padding-left:20px;
	}
		.pricelist-header {
		font-weight:bold;
		}
		
		.pricelist-item {
		border-top:solid #e1e1e1 1px; 	
		}
	
		.pricelist-product {
		float:left;
		width:45%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-price {
		float:left;
		width:20%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-inclusive {
		float:left;
		width:15%;
		margin-right:2%;
		padding-bottom:6px;
		padding-top:4px;
		}
		
		.pricelist-qty {
		float:right;
		width:14%;
		text-align:right;
		padding-bottom:6px;
		padding-top:4px;
		}
			.pricelist-qty input {
			width:95%;	
			}
	
	
	/* PRODUCTS PAGES */
	.product-item-table {
	width:24%;
	text-align:center;
	padding:4px 4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	}
		.product-item-table .product-item-image {
		display:block;
		padding-bottom:4px;
		}
			.product-item-table .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:central;
			}
		
		.product-gap {}
		
		.product-basegap {
		font-size:0;
		line-height:10px;
		height:10px;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		}
		
		
	.product-item {
	float:left;
	width:24%;
	text-align:center;
	padding:4px 4px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	margin-right:1%;
	margin-bottom:10px;
	}
		.product-item .product-item-image {
		display:block;
		padding-bottom:4px;
		}
			.product-item .product-item-image img {
			max-width:100%;
			max-height:100%;
			height:auto;
			width:auto\9; /* ie8 */
			vertical-align:bottom;
			}
			
		.products-holder div:nth-child(4n+4) {margin-right:0%;}
		.products-holder div:nth-child(4n+5) {clear:both;}
		
		
		
		
	
	/* SHOPPING CART PAGES */			
	.shopping-cart-list {}
	
		.shopping-cart-list .shopping-cart-list-header {
		font-size:11px;
		font-weight:bold;
		padding:4px 0 4px 0;
		border-bottom:solid #e1e1e1 1px; 
		}
		
		.shopping-cart-list .shopping-cart-list-items {
		padding-top:10px;
		padding-bottom:10px;
		border-bottom:solid #e1e1e1 1px; 
		}
		
			.shopping-cart-list .scl-image {
			float:left;
			width:15%;
			padding-right:3%;
			}
				.shopping-cart-list .scl-image img {
				max-height:100px;
				}
			
			.shopping-cart-list .scl-products {
			float:left;
			width:55%;
			padding-right:3%;
			}
			
				.shopping-cart-list .scl-products .was-price-line {
				font-style:italic;
				}
				
				.shopping-cart-list .scl-products .was-price-line .was-price {
				text-decoration:line-through;
				}
				
				.shopping-cart-list .scl-products .scl-products-additional .label {
				width:100%;
				}
				
				.shopping-cart-list .scl-products .cart-msg-type,
				.shopping-cart-list .scl-products .cart-msg-messages {
				 width:70%;
				 margin:1px 0 6px 0;
				 }

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

		.shopping-cart-totals .shopping-cart-total-item .totals-space {
		float:left;
		width:45%;
		padding-top:5px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-space-base {
		float:left;
		padding-top:10px;
		font-size:11px;
		font-weight:bold;
		width:45%;
		}
			.shopping-cart-totals .shopping-cart-total-item .totals-space select {
			max-width:96%;
			}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-text,
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		float:left;
		width:40%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:2%;
		border-top:solid #e1e1e1 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-item .totals-value,
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		float:left;
		width:12%;
		text-align:right;
		padding-top:5px;
		padding-bottom:5px;
		padding-right:1%;
		border-top:solid #e1e1e1 1px;
		}
		
		
		.shopping-cart-totals .shopping-cart-total-final .totals-space {
		float:left;
		width:45%;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-text {
		font-weight:bold;
		background-color:#f3f3f3;
		border-top:solid #e1e1e1 1px;
		border-bottom:solid #e1e1e1 1px;
		}
		
		.shopping-cart-totals .shopping-cart-total-final .totals-value {
		font-size:12px;
		font-weight:bold;
		background-color:#f3f3f3;
		border-top:solid #e1e1e1 1px;
		border-bottom:solid #e1e1e1 1px;
		}
		
			.shopping-cart-totals #sc-subtotals .totals-text,
			.shopping-cart-totals #sc-subtotals .totals-value {
			border-top:none;
			}
			
			
	
	
	
	/* Message Holder */
	.message-holder-over {}
	
	.message-holder {
	padding:4px 6px;
	background-color:#f3f3f3;
	border:solid #e1e1e1 1px;
	margin-bottom:16px;
	}
		.message-holder ul {
		padding:0 0 0 0;
		margin:0 0 0 0;
		}
			.message-holder ul li {
			background:none;
			padding:0 0 0 0;
			margin:0 0 0 0;
			}
			
			
			
	.msg-small {
	font-size:11px;
	color:#666666;
	}
			
			
			
	.cart-box-holder {
	padding:10px 15px;
	border:	solid #f1f1f1 1px;
	margin-bottom:10px;
	}
		.cart-box {
		}
		
		
		
		
	.address-selector {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	margin-left:0;
	padding-left:0;
	}
		.address-selector li {
		float:left;
		width:33%;
		line-height:18px;
		list-style:none;
		margin-top:0;
		padding-top:0;
		padding-bottom:7px;
		margin-left:0;
		padding-left:0;
		background:none;
		}
		
			.address-selector .address-selector-button {
			float:left;
			width:10%;	
			}
			
			.address-selector .address-selector-address {
			float:left;
			width:88%;
			padding-top:2px;	
			}
			
			
	
	.cart-checkradio-holder {}
	
		.cart-checkradio-holder .checkradio {
		float:left;
		width:33%;
		padding-bottom:4px;
		}
			.cart-checkradio-holder .checkradio .checkradio-button {
			float:left;
			width:10%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;	
			padding-right:10px;
			}
			
			.cart-checkradio-holder .checkradio label {
			float:left;
			width:80%;
			}
		
		
		
	.order-summary {}
			
		.order-summary .os-left {
		padding:2px 4px 2px 0;
		}
		
		.order-summary .os-right {
		padding:2px 0 2px 0;
		text-align:right;
		}
		
		.order-summary .os-total {
		padding-top:6px;
		border-top:solid #c3d0d2 1px;
		}
		
	
	.payment-holder-table {
	margin-bottom:10px;
	padding:4px 6px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	border:solid #e1e1e1 1px;
	}
		
	.payment-radio-holder {
	float:left;
	width:5%;
	padding:4px 0 5px 0;
	}
	
		.payment-holder {
		float:right;
		width:95%;
		padding:2px 0 5px 0;
		background-position:right top;
		background-repeat:no-repeat;
		}
			.payment-holder label {
			display:block;
			}
			
			.payment-holder img {
			margin-top:6px;
			}
		
			.payment-holder label,
			.payment-holder h5,
			.payment-holder p {
			cursor:pointer;
			}
			
			
			
	#country-line {
	line-height:28px;
	}
		
		.country-holder {
		float:left;
		display:inline-block;
		}
		
		.country-changer {
		float:left;
		padding-left:10px;
		display:inline-block;
		}
		
		.country-picker {
		float:left;
		display:none;
		padding-left:10px;
		padding-top:4px;
		}
		
	.orderhistory-titles {
	padding:5px 3px;
	background-color:#f9f9f8;
	border-bottom:solid #d9d9d9 1px;
	}
	
	.orderhistory-td {
	padding:5px 3px;	
	}
	
		

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


	/* MAIN FORM */
	form {
	margin:0 auto; 
	padding:0 0 0 0;
	}
				
		.req {
		color:#D60309;
		font-weight:bold;
		font-size:12px;
		}
		
		form .form-item {
		clear:both;
		width:100%;
		margin-bottom:7px;
		}
		
	
		form .label {
		float:left;
		width:100%;
		font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
		font-weight:700;
		font-size:13px;
		text-transform:uppercase;
		color:#878787;
		line-height:16px;
		text-align:left;
		margin-top:10px;
		margin-bottom:6px;
		margin-right:0%;
		}
		
		form .label2 {
		float:left;
		width:200%;
		font-size:14px;
		font-weight:bold;
		color:#353535;
		line-height:16px;
		text-align:left;
		margin-top:2px;
		margin-right:0%;
		}
		
			#main .main-right .side-holder form .label,
			#main .main-left .side-holder form .label {
			float:none;
			width:100%;
			margin-right:0%;
			margin-bottom:2px;
			}
		
		form .label-details {
		width:100%;
		margin-right:0%;
		font-weight:normal;
		font-size:11px;
		color:#666666;
		line-height:15px;
		}
		
		form .input {
		float:left;
		width:100%;
		height:auto;
		}
			#main .main-right .side-holder form .input,
			#main .main-left .side-holder form .input {
			float:none;
			width:auto;
			}
		
			form .input input {
			width:100%;
			padding:6px 6px;
			margin:0 0 0 0;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:400;
			line-height:20px;
			color:#333333;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			background:none;
			background-color:#ffffff;
			border:none;
			border-radius:0;
			}
				#main .main-right .side-holder form .input input,
				#main .main-left .side-holder form .input input {width:97%;}
			
		form .select {
		float:left;
		width:100%;
		height:auto;
		}
			#main .main-right .side-holder form .select,
			#main .main-left .side-holder form .select {
			float:none;
			width:auto;
			}
		
			form .select select {
			width:100%;
			padding:6px 6px;
			margin:0 0 0 0;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:400;
			line-height:20px;
			color:#333333;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			background:none;
			background-color:#ffffff;
			border:none;
			border-radius:0;
			}
				#main .main-right .side-holder form .select select,
				#main .main-left .side-holder form .select select {width:97%;}
			
		form .checkbox {
		float:left;
		width:54%;
		height:auto;
		vertical-align:middle;
		}
			#main .main-right .side-holder form .checkbox,
			#main .main-left .side-holder form .checkbox {
			float:none;
			width:auto;
			}
		
		form .radio {
		float:left;
		width:54%;
		height:auto;
		}
			#main .main-right .side-holder form .radio,
			#main .main-left .side-holder form .radio {
			float:none;
			width:auto;
			}
		
		form .textarea {
		float:left;
		font-size:11px;
		width:100%;
		height:auto;
		margin-bottom:5px;
		}
			#main .main-right .side-holder form .textarea,
			#main .main-left .side-holder form .textarea {
			float:none;
			width:auto;
			}
		
			form .textarea textarea {
			width:100%;
			padding:6px 6px;
			margin:0 0 0 0;
			font-family:"proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:400;
			line-height:20px;
			color:#333333;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			-ms-box-sizing:border-box;
			background:none;
			background-color:#ffffff;
			border:none;
			border-radius:0;
			}
				#main .main-right .side-holder form .textarea textarea,
				#main .main-left .side-holder form .textarea textarea {width:97%;}
			
			form .textarea img {
			padding-top:3px;
			}
			
		form .label-padding {margin-left:0%;}
		
		form .subbut {
		width:54%;
		margin-left:0%;
		height:auto;
		}
		
			form .subbut input {
			-webkit-appearance:none;
			-moz-appearance:none;
			appearance:none;
			border:none;
			background:none;
			line-height:50px;
			font-family:"proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:700;
			text-transform:uppercase;
			height:50px;
			padding:0 30px;
			font-size:14px;
			color:#ffffff;
			background-color:#333333;
			-moz-transition:all .2s ease-out;
			-webkit-transition:all .2s ease-out;
			transition:all .2s ease-out;
			cursor:pointer;
			}
				form .subbut input:hover {
				background-color:#666666;	
				}
		
			#main .main-right .side-holder form .subbut,
			#main .main-left .side-holder form .subbut {
			float:none;
			margin-left:0%;
			}
	
	
		form .form-footer {
		float:left;
		width:54%;
		margin-left:24%;
		font-size:11px;
		color:#666666;
		padding-bottom:5px;
		}
			#main .main-right .side-holder form .form-footer,
			#main .main-left .side-holder form .form-footer {
			float:none;
			width:auto;
			}
		
		
		
		form .subform {}
		
			form .subform th {
			background-color:#CCCCCC;
			}
			
			form .subform td {
			border-bottom:solid #CCCCCC 1px;
			}
			
			form .sub-button-holder {
			text-align:right;
			margin:10px 0;
			}
			
			form .sub-form-holder {
			padding:10px 0;
			border:solid #CCCCCC 1px;
			display:none;
			margin:10px 0;
			}
			
				form .sub-form-holder .subbut2 {
				padding-left:150px;
				}


		
		
.fb_iframe_widget{
margin-top:-163px !important;
}
		
		
		