/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	html
	{
		width: 100%;
		height: 100%;
	}

	body
	{
		width: 100%;
		min-height: 100%;
		overflow-y: scroll;
		min-width: 1000px;
	}

	body, input, textarea
	{
		font-size: 14pt;
		line-height: 1.75em;
	}
	
	select
	{
		font-size: 14pt;
		line-height: 1.75em;
	}
		
	h1
	{
		font-size: 2.4em;
		letter-spacing: -0.015em;
	}

	h2
	{
		font-size: 1.8em;
		letter-spacing: -0.015em;
	}
	
	h3, h4, h5, h6
	{
		font-size: 1.25em;
		letter-spacing: -0.015em;
	}
	
	header
	{
		margin: 0 0 1.5em 0;
	}

	ul.links
	{
	}
	
		ul.links li
		{
		}

			ul.links li:before
			{
				padding: 0 0.75em 0 0.75em;
			}

	.button
	{
		padding: 0.7em 1.5em 0.7em 1.5em;
	}

		.button-small
		{
			font-size: 0.75em;
		}
		
		.button-big
		{
			font-size: 1.25em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}
		
		.button-huge
		{
			font-size: 1.5em;
			padding: 0.5em 1.25em 0.5em 1.25em;
		}

	.byline
	{
		margin: 0.5em 0 0 0;
	}

	.is-gallery
	{
	}
	
		.is-gallery .image
		{
			margin: 0;
		}
		
/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
			
	#wrapper
	{
		width: 45em;
		margin: 0 auto;
		opacity: 0.00001;
	}

		#wrapper.tall
		{
			padding-bottom: 6em;
		}
	
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
	
	#nav
	{
		text-align: center;
		height: 4.25em;
		cursor: default;
	}
	
		#nav a
		{
			font-size: 2.5em;
			margin: 0 0.25em 0 0.25em;
			opacity: 0.35;
			outline: 0;
		}

			#nav a:after
			{
				content: '';
				display: block;
				position: absolute;
				left: 50%;
				bottom: -0.75em;
				margin-left: -0.5em;
				border-bottom: solid 0em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				-moz-transition: border-bottom-width .25s ease-in-out;
				-webkit-transition: border-bottom-width .25s ease-in-out;
				-o-transition: border-bottom-width .25s ease-in-out;
				-ms-transition: border-bottom-width .25s ease-in-out;
				transition: border-bottom-width .25s ease-in-out;
			}
		
			#nav a span
			{
				display: block;
				position: absolute;
				background: #222222;
				color: #fff;
				top: -2.75em;
				font-size: 0.3em;
				height: 2.25em;
				line-height: 2.25em;
				left: 50%;
				opacity: 0;
				
				/* Labels not wide enough? Increase its width below and set margin-left to ((width / 2) * -1) */
				width: 5.5em;
				margin-left: -2.75em;
			}
			
				#nav a span:after
				{
					content: '';
					display: block;
					position: absolute;
					bottom: -0.4em;
					left: 50%;
					margin-left: -0.6em;
					border-top: solid 0.6em #222222;
					border-left: solid 0.6em transparent;
					border-right: solid 0.6em transparent;
				}

			#nav a:hover
			{
				opacity: 1.0;
			}

				#nav a:hover span
				{
					opacity: 1.0;
				}	
			
			#nav a.active
			{
				opacity: 1.0;
			}

				#nav a.active:after
				{
					border-bottom-width: 0.5em;
				}
				
			
			
/*********************************************************************************/
/* Panels                                                                        */
/*********************************************************************************/

	#main
	{
		width: 45em;
		background: #fff;
		box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
	}

	.panel
	{
		padding: 3.5em 2.5em 3.5em 2.5em;
		position: absolute;
		top: 0;
		left: 0;
		width: 45em;
	}
	
/*HOME*/
	
		#home
		{
			padding: 0;
			height: 20em;
		}
		
			#home .pic
			{
				display: block;
				position: absolute;
				right: -1px;
				top: 25%;
				height: 100%;
				text-decoration: none;
			}
			
				#home .pic img
				{
					position: relative;
					display: block;
				}
			
				#home .pic .arrow
				{
					display: block;
					position: absolute;
					right: 0;
					top: 60%;
					margin-top: -1.375em;
					width: 2.75em;
					height: 2.75em;
					background: #000;
					background: rgba(0,0,0,0.75);
					color: #fff;
					text-align: center;
					line-height: 2.75em;
					font-size: 1.5em;
					z-index: 1;
					-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					-o-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					transition: width .15s ease-in-out, padding-right .15s ease-in-out;
				}

					#home .pic .arrow:before
					{
						padding-right: 0;
					}
			
					#home .pic .arrow span
					{
						display: block;
						text-indent: -9999px;
					}
				
					#home .pic:hover .arrow
					{
						width: 3em;
						padding-right: 0.25em;
					}
			
			#home header
			{
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				margin-left: 2.5em;
			}
			
			#home h1
			{
				position: absolute;
				left: 0;
				bottom: 50%;
				margin: 0;
			}
			
			#home .byline
			{
				position: absolute;
				left: 0;
				bottom: 40%;
				font-size: 1.75em;
				letter-spacing: -0.015em;
				margin-top: 0;
			}

/*ABOUT ME*/
	
			#aboutme .pic .arrow
					{
						display: block;
						position: absolute;
						right: 0;
						margin-top: -1.375em;
						width: 2.75em;
						height: 2.75em;
						background: #000;
						background: rgba(0,0,0,0.75);
						color: #fff;
						text-align: center;
						line-height: 2.75em;
						font-size: 1.5em;
						z-index: 1;
						-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-o-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					}

					#aboutme.pic .arrow:before
						{
							padding-right: 0;
						}
				
					#aboutme.pic .arrow span
						{
							display: block;
							text-indent: -9999px;
						}
					
					#aboutme.pic:hover .arrow
						{
							width: 3em;
							padding-right: 0.25em;
						}
	
/*TESTIMONIALS*/
			#testimonials
			{
				width: 700px;
				margin: auto;
			}
			
			.testimonial
			{
				width: 700px;
				font-size: 0.95em;
				line-height: 1.1em;
				margin: 0 5px 20px 15px;
				float: left;
			}
			
			.testimonial .box_top
			{
				width: 100%;
				height: 13px;
				overflow: hidden;
				background: url(../images/testimonials/bgr_testimonial_box_top.png) no-repeat;
			}
			
			.testimonial .box_content
			{
				width: 100%;
				overflow: hidden;
				background: url(../images/testimonials/bgr_testimonial_box_content.png) repeat-y;
			}
			
			.testimonial .box_end
			{
				width: 100%;
				height: 30px;
				overflow: hidden;
				background: url(../images/testimonials/bgr_testimonial_box_end.png) no-repeat;
			}
			
			.testimonial .inner
			{
				width: 650px;
				background: url(../images/testimonials/ico_quite_top.jpg) no-repeat;
				margin: 5px 0 0 25px;
				padding: 0 0 10px 0;
			}
			
			.testimonial .inner_end
			{
				width: 650px;
				min-height: 100px;
				overflow: hidden;
				background: url(../images/testimonials/ico_quite_end.jpg) no-repeat right bottom;
				padding: 0 35px 0 40px;
			}
			
			.testimonial .inner p
			{
				padding: 10px 0 0 0;
				color: #555151;
			}
			
			.testimonial .author
			{
				font-size: 1.15em;
				line-height: 1.2em;
				margin: 0 0 0 40px;
				top: -5px;
				position: relative;
			}
			
			.testimonial .author span
			{
				color: #838282;
			}
			
			.testimonial .info
			{
				font-size: 0.8em;
				line-height: 1em;
				margin: 0 0 0 40px;
				top: -5px;
				position: relative;
			}
			
			.testimonial .info2
			{
				font-size: 0.8em;
				line-height: 1em;
				margin: 0 0 0 40px;
				top: -5px;
				position: relative;
			}
				
					#test .pic .arrow
					{
						display: block;
						position: absolute;
						right: 0;
						margin-top: -1.375em;
						width: 2.75em;
						height: 2.75em;
						background: #000;
						background: rgba(0,0,0,0.75);
						color: #fff;
						text-align: center;
						line-height: 2.75em;
						font-size: 1.5em;
						z-index: 1;
						-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-o-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					}

						#test.pic .arrow:before
						{
							padding-right: 0;
						}
				
						#test.pic .arrow span
						{
							display: block;
							text-indent: -9999px;
						}
					
						#test.pic:hover .arrow
						{
							width: 3em;
							padding-right: 0.25em;
						}		
	
/*SERVICES*/

					#services .pic .arrow
					{
						display: block;
						position: absolute;
						right: 0;
						margin-top: -1.375em;
						width: 2.75em;
						height: 2.75em;
						background: #000;
						background: rgba(0,0,0,0.75);
						color: #fff;
						text-align: center;
						line-height: 2.75em;
						font-size: 1.5em;
						z-index: 1;
						-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-o-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					}

					#services.pic .arrow:before
						{
							padding-right: 0;
						}
				
					#services.pic .arrow span
						{
							display: block;
							text-indent: -9999px;
						}
					
					#services.pic:hover .arrow
						{
							width: 3em;
							padding-right: 0.25em;
						}
						
/*GALLERY*/

					#gallery .pic .arrow
					{
						display: block;
						position: absolute;
						right: 0;
						margin-top: -1.375em;
						width: 2.75em;
						height: 2.75em;
						background: #000;
						background: rgba(0,0,0,0.75);
						color: #fff;
						text-align: center;
						line-height: 2.75em;
						font-size: 1.5em;
						z-index: 1;
						-moz-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-webkit-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-o-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						-ms-transition: width .15s ease-in-out, padding-right .15s ease-in-out;
						transition: width .15s ease-in-out, padding-right .15s ease-in-out;
					}

					#gallery.pic .arrow:before
						{
							padding-right: 0;
						}
				
					#gallery.pic .arrow span
						{
							display: block;
							text-indent: -9999px;
						}
					
					#gallery.pic:hover .arrow
						{
							width: 3em;
							padding-right: 0.25em;
						}
	
/*SCROLL UP*/
			.scrollup-container
			{
				position: fixed;
				width: 45em;
				
				
			}
			
			.scrollup 
			{
				  position: absolute;
				  top: 50%;
				  right: 53px;
				  display: none;
			}

/*FOOTER*/
	#footer
	{
		text-align: center;
		padding: 2em 0 0 0;
		font-size: 0.75em;
	}
