/*
	Escape Velocity 2.5 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body, input, select, textarea
	{
		font-size: 13pt;
		line-height: 1.75em;
		letter-spacing: 0.025em;
	}

	body
	{
		min-width: 1200px;
	}

	hr
	{
		margin: 2em 0 2em 0;
	}

	section,
	article
	{
		margin: 0 0 4em 0;
	}

	header.style1
	{
		padding: 0 0 1em 0;
	}

		header.style1 h2
		{
			font-size: 1.6em;
			letter-spacing: 0.85em;
			line-height: 1.5em;
			text-transform:uppercase;
		}
		
		header.style1 .byline
		{
			display: block;
			/*margin: 1em 0 1em 0;*/
			font-size: 1.1em;
			letter-spacing: 0.075em;
			line-height: 1.5em;
			color:#919499;
		}

	form
	{
	}
	
		form label
		{
			margin: 0.25em 0 0.25em 0;
		}

	.button
	{
		padding: 0 2.25em 0 2.25em;
		font-size: 0.9em;
		min-width: 12em;
		height: 4em;
		line-height: 4em;
	}
	
		.button-big
		{
			font-size: 1em;
			min-width: 14em;
		}

	.actions
	{
		margin: 3em 0 0 0;
	}
	
		form .actions
		{
			margin-top: 1em;
		}
	
		.actions li
		{
			display: inline-block;
			margin: 0 0.75em 0 0.75em;
		}
		
		.actions li:first-child
		{
			margin-left: 0;
		}
		
		.actions li:last-child
		{
			margin-right: 0;
		}
		
		.actions-centered
		{
			text-align: center;
		}
		
	.feature-list
	{
	}

		.feature-list section
		{
			padding-top: 1em;
			border-top: solid 1px #eee;
		}

		.feature-list .row
		{
		}
	
			.feature-list .row:first-child
			{
			}
			
				.feature-list .row:first-child section
				{
					padding-top: 0;
					border-top: 0;
				}

		.feature-list h3
		{
			margin: 0 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
			margin-top: -0.35em;
		}

			.feature-list h3:before
			{
				width: 64px;
				height: 64px;
				line-height: 64px;
				margin-right: 0.75em;
				font-size: 32px;
				top: 0.2em;
			}
	
		.feature-list p
		{
			margin: 0 0 0 5em;
		}
		
		.feature-list-small
		{
		}
		
			.feature-list-small h3
			{
			}
		
				.feature-list-small h3:before
				{
					font-size: 24px;
					line-height: 45px;
					width: 45px;
					height: 45px;
					margin-right: 1em;
				}
				
			.feature-list-small p
			{
				margin: 0 0 0 4em;
			}

	.is
	{
	}
	
		.is header
		{
			margin: 0 0 1.5em 0;
		}

			.is header.style1
			{
				position: relative;
				margin: -0.5em 0 0 0;
				padding-top: 0;
			}

		.is h2
		{
			margin: 0 0 0.75em 0;
			font-size: 1.15em;
			letter-spacing: 0.05em;
		}

		.is h3
		{
			margin: 0 0 0.5em 0;
			font-size: 1em;
			font-weight: 600;
			letter-spacing: 0.05em;
		}

	.is-pair-one
	{
		padding-right: 1.5em;
	}

	.is-pair-two
	{
		padding-left: 1.5em;
	}
	
	.is-triple-one
	{
		padding-right: 1.5em;
	}
	
	.is-triple-two
	{
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	
	.is-triple-three
	{
		padding-left: 1.5em;
	}

	.is-post-excerpt
	{
	}
	
		.is-post-excerpt .image-left
		{
			position: relative;
			top: 0.5em;
			width: 4em;
		}
		
		.is-post-excerpt h3,
		.is-post-excerpt p
		{
			margin-left: 5em;
		}
		
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		padding: 3em 0 6em 0;
	}

		.wrapper .title
		{
			font-size: 0.9em;
			width: 25em;
			height: 3.25em;
			top: -3.25em;
			line-height: 3.25em;
			margin-bottom: -3.25em;
			margin-left: -12.5em;
			padding-top: 0.5em;
			color: #ec881d;
		}

	#header-wrapper
	{
		padding: 0;
		height: 400px;
	}

		.homepage #header-wrapper
		{
			height: 515px;
		}

	#intro-wrapper
	{
		padding-bottom: 8em;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		height: 300px;
	}

		.homepage #header
		{
			/*height: 573px;*/
		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		height: 5em;
		top: 30%;
		left: 0;
		width: 100%;
		text-align: center;
		/*margin-top: -0.5em;*/
	}

		.homepage #logo h1
		{
		/*	margin-top: -1em;*/
				font-size: 2em;
			letter-spacing: 0.25em;
			padding:0;
			
					
		}

		#logo h1
		{
			font-size: 2.5em;
			letter-spacing: 0.25em;
						padding:2em 0 0 0;
		}
		
		#logo .byline
		{
			margin: 1.25em 0 0 0;
			display: block;
			letter-spacing: 0.2em;
			font-size: 0.8em;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: fixed;
		display: block;
		/*top: 2.5em;*/
		left: 0;
		width: 100%;
		text-align: center;
		z-index:1000;
		
		
		background: #0a0a0a; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMGEwYTBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiMwZTBlMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwOTA5MDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiMyNDI0MjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiMyZDJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjYyNjI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg, #0a0a0a 0%, #0e0e0e 9%, #161616 24%, #090909 40%, #000000 49%, #161616 50%, #242424 61%, #333333 75%, #2d2d2d 88%, #262626 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0a0a0a), color-stop(9%,#0e0e0e), color-stop(24%,#161616), color-stop(40%,#090909), color-stop(49%,#000000), color-stop(50%,#161616), color-stop(61%,#242424), color-stop(75%,#333333), color-stop(88%,#2d2d2d), color-stop(100%,#262626)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #0a0a0a 0%,#0e0e0e 9%,#161616 24%,#090909 40%,#000000 49%,#161616 50%,#242424 61%,#333333 75%,#2d2d2d 88%,#262626 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #0a0a0a 0%,#0e0e0e 9%,#161616 24%,#090909 40%,#000000 49%,#161616 50%,#242424 61%,#333333 75%,#2d2d2d 88%,#262626 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #0a0a0a 0%,#0e0e0e 9%,#161616 24%,#090909 40%,#000000 49%,#161616 50%,#242424 61%,#333333 75%,#2d2d2d 88%,#262626 100%); /* IE10+ */
background: linear-gradient(135deg, #0a0a0a 0%,#0e0e0e 9%,#161616 24%,#090909 40%,#000000 49%,#161616 50%,#242424 61%,#333333 75%,#2d2d2d 88%,#262626 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#262626',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	}

		#nav > ul > li > ul
		{
			display: none;
		}

		#nav > ul
		{
			display: inline-block;
			border-radius: 0.35em;
			box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
			padding: 0 1.5em 0 1.5em;
			margin:0.5em 0 0.5em 0;
		}

		#nav > ul > li
		{
			display: inline-block;
			text-align: center;
			padding: 0 1.5em 0 1.5em;
		}
		
			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: block;
				color:#ec881d;
				font-weight:700;
				/*color: #eee;
				color: rgba(255,255,255,0.75);*/
				text-transform: uppercase;
				text-decoration: none;
				font-size: 0.9em;
				letter-spacing: 0.25em;
				height: 5em;
				line-height: 5em;
				-moz-transition: all .25s ease-in-out;
				-webkit-transition: all .25s ease-in-out;
				-o-transition: all .25s ease-in-out;
				-ms-transition: all .25s ease-in-out;
				transition: all .25s ease-in-out;
				outline: 0;
			}
			
			#nav > ul > li:hover > a,
			#nav > ul > li.active > a,
			#nav > ul > li.active > span
			{
				color: #fff;
			}

	.dropotron
	{
		background: #222835 url('images/overlay.png');
		background-color: rgba(44,50,63,0.925);
		padding: 1.25em 1em 1.25em 1em;
		border-radius: 0.35em;
		box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.25);
		min-width: 12em;
		text-align: left;
	}
	
		.dropotron.level-0
		{
			margin-top: -1px;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}
	
		.dropotron a,
		.dropotron span
		{
			display: block;
			color: #eee;
			color: rgba(255,255,255,0.75);
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.7em;
			letter-spacing: 0.25em;
			border-top: solid 1px rgba(255,255,255,0.15);
			line-height: 3em;
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		
		.dropotron li:first-child a,
		.dropotron li:first-child span
		{
			border-top: 0;
		}
		
		.dropotron li:hover > a,
		.dropotron li:hover > span
		{
			color: #fff;
		}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		text-align: center;
				margin:0;
								padding:0;
	}

		#intro .style1
		{
			font-size: 1em;
			letter-spacing: 0.075em;
		}	
		
		#intro .style2
		{
			font-size: 2.75em;
			letter-spacing: 0.075em;
			line-height: 1.35em;
			padding: 1em 0 1em 0;
			margin-bottom: 1em;
		}
		
		#intro .style3
		{
			font-size: 1.1em;
			width: 48em;
			margin: 0 auto;
		}

/*********************************************************************************/
/* Features                                                                      */
/*********************************************************************************/

	#features
	{
		padding: 0 6em 0 6em;
	}

		#features header.style1
		{
			padding-bottom: 1em;
		}
		
		#features .actions
		{
			margin-top: 5em;
		}

/*********************************************************************************/
/* Highlights                                                                    */
/*********************************************************************************/

	#highlights
	{
	}

		#highlights .highlight
		{
		}

			#highlights .highlight h3
			{
				margin: 0 0 0.75em 0;
				font-size: 1.15em;
				letter-spacing: 0.05em;
			}

		#highlights .highlight-one
		{
			padding-right: 2em;
		}
		
		#highlights .highlight-two
		{
			padding: 0 1em 0 1em;
		}
		
		#highlights .highlight-three
		{
			padding-left: 2em;
		}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		margin: 1em 0 1em 0;
	}

		.homepage #main
		{
			margin: 0;
		}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

		.left-sidebar #sidebar
		{
			padding-right: 2em;
		}

		.right-sidebar #sidebar
		{
			padding-left: 2em;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

		#footer header.style1
		{
			padding-bottom: 0;
		}

		#footer hr
		{
			margin: 2em 0 2em 0;
		}

		#footer .footer-one
		{
			padding-right: 1.5em;
		}
		
		#footer .footer-two
		{
			padding-left: 1.5em;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		margin: 6em 0 0 0;
	}
	
		#copyright span
		{
			padding: 1.5em 4em 1.5em 4em;
			line-height: 1em;
			font-size: 0.8em;
		}