@charset 'UTF-8';


/* moved <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,600,700" rel="stylesheet" /> call here to reduce http request */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}

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

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

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body, input, textarea
	{
		font-family: 'Open Sans', sans-serif;
		line-height: 1.85em;
		color: #888;
		font-weight: 300;
	}

	a
	{
		color: #3F0101;
		text-decoration: underline;
		-moz-transition: color .2s ease-in-out;
		-webkit-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
	}

		a:hover
		{
			color: #750203;
		}

		a img
		{
			border: 0;
		}

	strong, b
	{
		font-weight: 600;
		color: #3e3e3e;
	}

	h1, h2, h3, h4, h5, h6
	{
		color: #3e3e3e;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			text-decoration: none;
			color: inherit;
		}

	h2, h3, h4, h5, h6
	{
		font-weight: 700;
	}

	h1
	{
		font-weight: 300;
	}

		h1 strong
		{
			font-weight: 700;
		}

	em, i
	{
		font-style: italic;
	}

	form
	{
	}

		form input,
		form select,
		form textarea
		{
			-webkit-appearance: none;
		}

		form input[type=text],
		form input[type=password],
		form select,
		form textarea
		{
			border: 0;
			padding: 0.75em;
			font-size: 1em;
			border-radius: 8px;
			background: #282828;
			color: #bbb;
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025);
			width: 100%;
		}

		form input[type=text]:focus,
		form input[type=password]:focus,
		form select:focus,
		form textarea:focus
		{
			box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.05), 0px 1px 0px 0px rgba(255,255,255,0.025), 0px 0px 2px 2px #74CAEE;
		}

		form textarea
		{
			height: 15em;
		}

		form .formerize-placeholder
		{
			color: #555 !important;
		}

		form ::-webkit-input-placeholder
		{
			color: #555 !important;
		}

		form :-moz-placeholder
		{
			color: #555 !important;
		}

		form ::-moz-placeholder
		{
			color: #555 !important;
		}

		form :-ms-input-placeholder
		{
			color: #555 !important;
		}

		form ::-moz-focus-inner
		{
			border: 0;
		}

	br.clear
	{
		clear: both;
	}

	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}

	section,
	article
	{
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
	}

		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}

	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

	.button
	{
		position: relative;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: 700;
		border: 0;
		outline: 0;
		cursor: pointer;
		border-radius: 8px;
		text-shadow: -1px -1px 0.5px rgba(0,0,0,0.5);
		overflow: hidden;

/*		background: #61b8db;
		background-image: -moz-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -webkit-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -o-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: -ms-linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		background-image: linear-gradient(top, rgba(97,184,219,0), rgba(48,141,196,1));
		box-shadow: inset 0px 0px 0px 1px #135c86, inset 0px 2px 1px 0px rgba(255,255,255,0.75);*/

		background: rgb(153,3,3); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(153,3,3,1) 0%, rgba(117,2,3,1) 56%, rgba(61,1,1,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,3,3,1)), color-stop(56%,rgba(117,2,3,1)), color-stop(100%,rgba(61,1,1,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 56%,rgba(61,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 56%,rgba(61,1,1,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 56%,rgba(61,1,1,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 56%,rgba(61,1,1,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990303', endColorstr='#3d0101',GradientType=0 ); /* IE6-9 */

		/*box-shadow: inset 0px 0px 0px 1px rgba(153,3,3, 0.5), inset 0px 2px 1px 0px rgba(255,255,255,0.75);*/

		-moz-transition: background-color .2s ease-out;
		-webkit-transition: background-color .2s ease-out;
		-o-transition: background-color .2s ease-out;
		-ms-transition: background-color .2s ease-out;
		transition: background-color .2s ease-out;

	}

		.button:before
		{
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url('images/bg.png');
		}

		.button:hover
		{
			background: rgb(153,3,3); /* Old browsers */
			background: -moz-linear-gradient(top,  rgba(153,3,3,1) 0%, rgba(117,2,3,1) 23%, rgba(61,1,1,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,3,3,1)), color-stop(23%,rgba(117,2,3,1)), color-stop(100%,rgba(61,1,1,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 23%,rgba(61,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 23%,rgba(61,1,1,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 23%,rgba(61,1,1,1) 100%); /* IE10+ */
			background: linear-gradient(to bottom,  rgba(153,3,3,1) 0%,rgba(117,2,3,1) 23%,rgba(61,1,1,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990303', endColorstr='#3d0101',GradientType=0 ); /* IE6-9 */


			color: #fff !important;
		}

		.button:active
		{
			background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
			background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
			background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
			background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
			background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
			box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
			top: 1px;
		}

		.button-alt
		{
			background-color: #393939;
			background-image: -moz-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -webkit-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -o-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: -ms-linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			background-image: linear-gradient(top, rgba(50,50,50,0), rgba(45,45,45,1));
			box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255,255,255,0.2);
		}

			.button-alt:hover
			{
				background-color: #444;

				background: rgb(68,68,68); /* Old browsers */
				background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(68,68,68,1) 56%, rgba(68,68,68,1) 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(56%,rgba(68,68,68,1)), color-stop(100%,rgba(68,68,68,1))); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(68,68,68,1) 56%,rgba(68,68,68,1) 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(68,68,68,1) 56%,rgba(68,68,68,1) 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(68,68,68,1) 56%,rgba(68,68,68,1) 100%); /* IE10+ */
				background: linear-gradient(to bottom, rgba(68,68,68,1) 0%,rgba(68,68,68,1) 56%,rgba(68,68,68,1) 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#444444',GradientType=0 ); /* IE6-9 */
			}

			.button-alt:active
			{
				background-image: -moz-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -webkit-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -o-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: -ms-linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				background-image: linear-gradient(top, rgba(45,45,45,1), rgba(50,50,50,0));
				box-shadow: inset 0px 0px 0px 1px #242424, inset 0px -2px 1px 0px rgba(255,255,255,0.2);
			}

		.button-big
		{
		}

	ul.social
	{
		cursor: default;
		margin: 0;
	}

		ul.social li
		{
			position: relative;
			display: inline-block;
			margin: 0.25em;
			top: 0;
			border-radius: 6px;
			overflow: hidden;
			background: #444;
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.2));
			-moz-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-webkit-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			-ms-transition: background-color .2s ease-in-out, top .2s ease-in-out;
			transition: background-color .2s ease-in-out, top .2s ease-in-out;
			box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255,255,255,0.1);
		}

			ul.social li:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/bg.png');
			}

			ul.social li.twitter:hover				{ background-color: #2DAAE4; }
			ul.social li.facebook:hover				{ background-color: #3C5A98; }
			ul.social li.dribbble:hover				{ background-color: #C4376B; }
			ul.social li.linkedin:hover				{ background-color: #006599; }
			ul.social li.tumblr:hover				{ background-color: #51718A; }
			ul.social li.googleplus:hover			{ background-color: #DA2713; }
			ul.social li.github:hover				{ background-color: #FAFAFA; }
			ul.social li.rss:hover					{ background-color: #F2600B; }
			ul.social li.instagram:hover			{ background-color: #E0D7C8; }
			ul.social li.foursquare:hover			{ background-color: #39A3D4; }
			ul.social li.skype:hover				{ background-color: #10BEF1; }
			ul.social li.soundcloud:hover			{ background-color: #FE5419; }
			ul.social li.youtube:hover				{ background-color: #BF2E25; }
			ul.social li.blogger:hover				{ background-color: #FF6501; }
			ul.social li.flickr:hover				{ background-color: #0062DB; }
			ul.social li.vimeo:hover				{ background-color: #4C8AB0; }

			ul.social li:hover
			{
				top: -5px;
			}

			ul.social li:active
			{
				top: 0;
			}

			ul.social li a
			{
				display: block;
				position: relative;
				width: 48px;
				height: 48px;
				outline: 0;
				color: #2E2E2E !important;
				line-height: 48px;
				font-size: 24px;
				text-shadow: 1px 1px 0px rgba(255,255,255,0.1);
			}

			ul.social li a span
			{
				display: block;
				text-indent: -9999px;
			}

	.box
	{
		background: #fff;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0px 2px 3px 0px rgba(0,0,0,0.1);
		text-align: center;
	}

		.box .image-full
		{
			position: relative;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		background-image: url('images/bg.png');
		box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.05), inset 0px 2px 3px 0px rgba(0,0,0,0.1);
	}

	.wrapper-first
	{
		box-shadow: none;
	}

	.wrapper-style1
	{
		background-image: none;
		background-color: #fff;
	}

	.wrapper-style2
	{
		background-color: #fafafa;
		text-shadow: 1px 1px 0px #fff;
	}

	.wrapper-style3
	{
		background-color: #f4f4f4;
		text-shadow: 1px 1px 0px #fff;
	}

	.wrapper-style4
	{
		background-color: #303030;
		color: #999;
		text-shadow: -1px -1px 0px #181818;
	}

		.wrapper-style4 h1,
		.wrapper-style4 h2,
		.wrapper-style4 h3,
		.wrapper-style4 h4,
		.wrapper-style4 h5,
		.wrapper-style4 h6
		{
			color: #fff;
		}

		.wrapper-style4 .row-special
		{
			border-top: solid 1px rgba(0,0,0,0.5);
			border-bottom: solid 1px rgba(0,0,0,0.5);
			box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.1), 0px 1px 0px 0px rgba(255,255,255,0.1);
		}

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

	#nav
	{
		background-color: #282828;
		text-align: center;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 10000;
		cursor: default;
	}

		#nav ul
		{
			margin: 0;
		}

		#nav li
		{
			display: inline-block;
		}

		#nav a
		{
			position: relative;
			display: block;
			color: #fff;
			text-decoration: none;
			outline: 0;
		}

			#nav a:hover
			{
				color: #fff !important;
			}

			#nav a.active:before
			{
				content: '';
				display: block;
				position: absolute;
				bottom: -0.6em;
				left: 50%;
				margin-left: -0.75em;
				border-left: solid 0.75em transparent;
				border-right: solid 0.75em transparent;
				border-top: solid 0.6em #282828;
			}

/*********************************************************************************/
/* Articles                                                                      */
/*********************************************************************************/

	#top
	{
	}

		#top .me
		{
			border-radius: 50%;
			overflow: hidden;
		}

		#top p
		{
		}

			#top p a
			{
				color: inherit;
			}

			#top p a:hover{
				color: #750203;
			}

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

	#copyright
	{
		color: #666;
	}

		#copyright a
		{
			color: inherit;

			-moz-transition: color .2s ease-in-out;
			-webkit-transition: color .2s ease-in-out;
			-o-transition: color .2s ease-in-out;
			-ms-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
		}

		#copyright a:hover
		{
			color: #777;
		}



/*********************************************************************************/
/* Custom Semantic                                                               */
/*********************************************************************************/

.wrapper-style4 a{
	color: #fff;
}

.wrapper-style4 a:hover{
	color: #e2e2e2;
}

.publication, .employer, .tools span{
	font-weight: 600;
	color: #3e3e3e;
}

	.publication{
		font-style: italic;
	}

	.publication a, .employer a{
		text-decoration: none;
	}

#portfolio .box p{
	line-height: 1.3em;
	margin-bottom: 1em;
}

#portfolio .meta{
	border-top: 1px dashed #e5e5e5;
	padding: 1em 1em 0 1em;
}

	#portfolio .meta p{
		margin-bottom: 0;
		font-size: 0.75em;
	}

#cv section{
	text-align: left;
}

#cv .entry{

}

#cv a{
	text-decoration: underline;
}

#cv .company a{
	text-decoration: none;
}

#cv section h4{
    margin-bottom: 0.2em;

}

#cv section h4{
    margin-bottom: 0.2em;

}

#cv section p{
	margin:0;
	font-size: 1em;
	line-height: 1.4em;
}

#cv section p.meta{
	/*color: #2e2e2e;*/
	font-weight: 300;
}

#cv p.award{
	margin-bottom: 1em;
}

#cv section ul{
	margin-top: 1.4em;
	margin-bottom: 1em;
}

#cv section li {
	color: #2E2E2E;
	padding: 0 0 0 0.5em;
	border-left: 1px solid #CCC;
	margin: 0.5em 0 0.5em 0.3em;

	font-size: 0.95em;
	line-height: 1.5em;
}

#cv .company{
	/*font-style: italic;*/
}

#cv .city {

}

#cv .entry{
	margin-bottom: 1.4em;
}


#contact ul{
	margin-bottom: 0;
}

#contact li{
	color: #fff;
}

/* active nav */
#nav li.active a {
	background: #484848;
}

/* lazyload images */
img.lazy{
	background-color: #ccc;
}

/* force portfolio images to be correct size for faster rendering */
.breakpoint_1000px.breakpoint_desktop #portfolio img{
	width: 293px;
	height: 195px;
}

.breakpoint_desktop #portfolio img{
	width: 367px;
	height: 245px;
}
