/* @override
	http://folio.dev/lib/port.css */



BODY{
	font-family: "proxima-nova",sans-serif;
	color: #2b2a2b;
	overflow: hidden;
	background: repeat-x #fafafa;
}

.sideItemButton, .n-section{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.left{
	float: left;
	margin-right: 25px;
}
A:link,A:hover,A:visited,A:active{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
.btns{
	background: url(../gfx/btns.png) no-repeat 0 0;

}
.btns:hover{
	background: url(../gfx/btnsover.png) no-repeat 0 0;
}
.btns:active,.btns:visited{

}
/* Btns*/
#randomItem{
	z-index: 8461;
	display: block;
	position: fixed;
	padding: 5px;
	width: 60px;
	height: 60px;
	bottom: 10px;
	left: 10px;
}
#socials{
	z-index: 8461;
	position: fixed;
	bottom: 55px;
	left: 55px;
	width: 350px;
}
#socials ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#socials li{
	display: inline-block;
	margin-right: 5px;
}
a.socialIcon{
	background: url(../gfx/socials.png) 0 0 rgba(229, 20, 20, 0);
	width: 27px;
	height: 27px;
	display: block;
	position: relative;
}

a.socialIcon.linkedin{
	background-position: 0 0;
}
a.socialIcon.linkedin:hover{
	background-position: 0 -28px;
}
a.socialIcon.github{
	background-position: -40px 0;
}
a.socialIcon.github:hover{
	background-position: -40px -28px;
}
a.socialIcon.twitter{
	background-position: -80px 0;
}
a.socialIcon.twitter:hover{
	background-position: -80px -28px;
}
a.socialIcon.dribbble{
	background-position: -118px 0;
}
a.socialIcon.dribbble:hover{
	background-position: -118px -28px;
}
/* Site */

.study{
	display:none;
}
#studyposts{
	position: absolute;
	top: 0;
	left: 310px;
	overflow: auto;
	z-index: 1001;
}
#studyposts ul{
	padding: 0;
}
#studyposts li{
	list-style: none;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	width: 180px;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;

}
#studyposts li.hidden{
	border-bottom: 1px solid #FF0025;
}
#studyposts li a{
	border-bottom: none
}
#studyposts li.active a{
	color: #403c3c;
	border-bottom:1px solid #ffffff;
}
#studyposts li:active,#studyposts li.active{
	background-color: #efefef;
}
#studyposts a{
	margin: 0 6px;
}
#studybody{
	position: absolute;
	top: 0;
	left: 510px;
	background-color: rgba(237, 234, 233, 0.88);
	bottom: 0;
	right: 0;
	z-index: 1000;
	overflow: auto;
	padding: 20px;
}
#studybody>p,
#studybody>h1,
#studybody>hr,
#studybody>blockquote,
#studybody>ul{
	max-width:600px;
}

.study .hide-proj{
	background-color: #F68F91;
	color: white;
	padding:2px 4px;
}

.study img{
	width: 100%;
}
.study .sml{
	width: 100%;
	text-align:center;
}
.study .sml img{
	width:60%;
	margin:25px 0;
}
.study h1{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 100;
}
.study a{
	border-bottom: 1px solid #d7d5d5;
}
.study hr{
	border:none;
	border-top:1px solid #d8dad2;
	margin-left:0;
}
.study p{
	font-size: 14px;
	line-height: 24px;
}
.study em{
	color: #5e5e5e;
}
.study blockquote{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 100;
}
.study pre{
	background-color: #f9f9f9;
	overflow: auto;
}
.study code{
}
#studybody ul li{
	list-style: none;
	margin-bottom: 10px;
	border-left: 6px solid #c6c6c6;
	padding-left: 10px;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 22px;
}
#assetFrame{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	overflow: hidden;
}
#assets{
	width: 100000px;
	height: 100000px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.assetItem{
	display: block;
	position: absolute;
}
.assetImgWrap .blur{
	opacity: .1;
}
.assetImgWrap.active .blur{
	opacity: .8;
}
.assetImgWrap{

	background-repeat: no-repeat;
}
.assetItem .holder{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	overflow:hidden;
}
.assetItem .holder video{
	height:101%;
}
.assetItem.active .holder{
	opacity: 1;
}
.assetSide{
	display: none;
}
.assetInfoPos{
	position: absolute;
	top: 0;
	left: -210px;

	z-index: 2;
}
.assetInfo{
	opacity: 0;
	font-size: 18px;
	position: relative;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	width: 200px;
	-webkit-font-smoothing: antialiased;
}
.assetInfo > *{

	opacity: 0;
	position: relative;
	left: -15px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
.assetInfo.active{
	opacity: .8;
}
.assetInfo .active{
	opacity: 1;
	left: 0;
}
.assetItem h1{
	font-family: "proxima-nova-alt-ext-cond";
	font-size: 12px;
	color: #3f4040;
	padding: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
}
.assetInfo p{
	font-size: 12px;
	padding: 5px;
	font-weight: 200;
}
.assetItem ul{
	list-style-type: none;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.assetItem li{
	display: inline-block;
	padding: 2px;
	margin-right: 2px;
	border-radius: 2px;
	color: #616161;
	text-transform: uppercase;
}

#sidedesc{
	position: absolute;
	display: block;


	padding: 25px;
	top: 10px;
	left: 350px;
	bottom: 10px;
	right: 10px;
	z-index: -1;
	-webkit-font-smoothing: antialiased;
}
#sidedesc.active{
	z-index: 2;
}
#sidedesc h1{

	color: #010101;

	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 16px;
	line-height: 25px;
	font-weight: 100;
	text-transform: uppercase;
}
#sidedesc p{
	font-size: 12px;
	width: 350px;
	text-align: justify;
	background-color: #fffeff;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 15px 25px;
	text-indent: 10px;
	line-height: 22px;
	font-weight: 200;

}

#sidelist{

	width: 170px;
	height: 50%;
	display: none;
	position: absolute;
	top: 270px;
	right: 10px;
	z-index: 4561;
	overflow: auto;
}
.sideItemButton{
}
#sidelist p{
	height: 14px;
	font-size: 11px;
	background-color: rgba(238, 238, 238, 0.8);
	line-height: 10px;
	cursor: pointer;
	display: block;
	position: relative;
	margin-top: 1px;
	margin-bottom: 1px;
	border-left: 10px solid rgba(0, 0, 0, 0.07);
	padding: 4px;
	color: #4f4f48;
	border-radius: 2px;
}
#sidelist p:hover{
	background-color: #fffeff;
	border-left-color: #fae868;
}
#sidelist a{
	color: #242424;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	height: 100%;
}


#resume-contact{
	position: absolute;
	bottom: 260px;
	right: 0;
	z-index: 15;
	width: 280px;
}
#resume{
	overflow: auto;
	height: 90%;
	position: relative;
	font-weight: 100;
}
#resume ul{
	margin: 0;
	padding: 0;
}
#resume hr{
	border-style: none;
	border-bottom-style: solid;
	border-width: 0;
	border-bottom-color: #fe5d5d;
}
#resume h3{
	font-weight: 100;
	text-transform: uppercase;
	background-color: rgba(249, 250, 249, 0.69);
	display: inline-block;
	padding: 4px;
	color: #bdbdbb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
#resumeShadWrap{
}
#resume li{
	list-style: none;
	margin-bottom: 10px;
}
#res-highlights li{
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 2px;
}
#res-skills{

}

.portrait{
margin-left:40px;

}
.portrait img{
	margin: 10px;
}

#tools{

	position: absolute;
	top: 0;
	width: 290px;
	z-index: 5;
	left: 0;
	bottom: 0;
	background-color: rgba(64, 223, 194, 0.19);
}
#tools img{
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 55px;
}
#nav{
	padding: 0;
	width: 182px;
	margin-right: auto;
	margin-left: auto;
	font-family: "proxima-nova-alt-ext-cond";
	margin-top: 0;
}
#nav > li{
	display: block;
	border-radius: 1px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	line-height: 33px;
	font-size: 22px;
	position: relative;
	margin-bottom: 10px;
}
#nav li:hover{

}

#nav li.active, #nav li.active:hover{
	color: #232323;

}
#nav li.active a{
	color: #40DFC2;
}


#nav li.pActive, #nav li.pActive:hover{
	background-color: rgba(221, 222, 221, 0);
	opacity: 1;
}


#nav a{
	display: block;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 47px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}
#nav a:hover{
	color: #9be2d7;
}
.subnav{
	position: relative;
	opacity: 0;
	height: 0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	overflow: hidden;
	display: block;
	padding: 0;
}
li.active>.subnav{
	display: inline-block !important;
	opacity: 1 !important;
	height: auto;
}
#nav .subnav a{
	font-size: 15px;
	line-height: 15px;
}

li.nextBtn, li.nextBtn:hover, li.nextBtn a, li.nextBtn a:hover{
	margin: 0;
	padding: 0;
	color: #1a1a1a !important;
}
.n-title{
	margin-left: 55px;
	margin-top: 5px;
	margin-bottom: 55px;
	display: block;
}
.n-title a{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	line-height: 16px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 15.5px;
}
.n-title a:hover{
	color: #258677;
}

a.social{
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	background-color: #f9ee40;
	margin-bottom: 5px;
	height: 26px;
	margin-right: 5px;
	padding-right: 5px;
	text-indent: 0;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: 100a;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	border-radius: 1px;
}
a.social:hover{
	background-color: #fafafa;
}
a.social:active{
	background-color: #eae9e9;
}

.contactBlock{
	background-color: #121212;
	display: inline-block;
	font-size: 24px;
	color: #fafafa;
	font-weight: 100;
	padding: 15px;
	margin-bottom: 8px;
	border-radius: 2px;
}
#businessCard{
	display:none;
}

@media screen and (max-width: 800px){
	.study .sml img{
		width: 80%;
	}
}

@media screen and (max-width: 460px){
	#assetFrame, #sidelist, #sidedesc, #randomBtn, #tools{
		display:none !important;
	}
	body{
		overflow: visible;
		font-size: 10px;
	}
	#businessCard{
		display: block;
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		z-index: 9999;
	}
	#bCardInner{
		position: absolute;
		top:10px;
		left:10px;
		right:10px;
		bottom:10px;
	}
	h1, h2{

		font-weight:200;
	}
	#mobileImg{
		width: 100%;
		opacity: 0;
		-webkit-transition: all 150ms ease-in-out;
		-moz-transition: all 150ms ease-in-out;
		-ms-transition: all 150ms ease-in-out;
		-o-transition: all 150ms ease-in-out;
		transition: all 150ms ease-in-out;
	}
	#mobileImg.active{
		opacity: 1;
	}
	#mobileContent .contactBlock{
		display: none;
	}
	#resume{
		width: 100%;
		height: auto;
		overflow: visible;
		display: inline-block;
		position: relative;
	}
	#resume-contact{
		display: none;
	}
	#mobileRandom,#mobileRandom:visited{
		color: #9f9b9b;
		padding: 7px;
		border-radius: 4px;
		width: 80%;
		display: block;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		font-style: italic;
	}
	#showMe{
		padding-top: 15px;
		padding-bottom: 15px;
		background-color: #f1f1f1;
		border-radius: 3px;
		border-bottom: 1px solid #dadad8;
		box-shadow: 0 1px 2px rgba(67, 88, 152, 0.28);
		font-size: 20px;
	}
	#socials{
	display: none;
	}
}
