/* @override 
	http://schlaeps.com/style.css */

body {
	margin: 0;
	padding: 0;
	background: #eee;
	font-family: "Awake","Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-transition: background 0.5s ease-in-out 0s;
}

#scrollplz {
	position: fixed;
	bottom: 0px;
	opacity: 0;
	left: 20px;
	border: 20px solid rgba(0,0,0,0.5);
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-animation: 'bounce' 6s ease-in-out 6s infinite;
}

#scrollplz.hide {
	-webkit-animation: none;
	opacity: 0;
}

@-webkit-keyframes 'bounce' {
	0% {
		bottom: 40px;
		opacity: 1;
	}
	
	10% {
		bottom: 0px;
		opacity: 1;
	}
	
	20% {
		bottom: 40px;
		opacity: 1;
	}
	
	30% {
		bottom: 0px;
		opacity: 1;
	}
	
	40% {
		bottom: 40px;
		opacity: 1;
	}
	
	50% {
		bottom: 0px;
		opacity: 1;
	}
	
	60% {
		bottom: 40px;
		opacity: 1;
	}
	
	70% {
		bottom: 0px;
		opacity: 1;
	}
	
	80% {
		bottom: 40px;
		opacity: 1;
	}
	
	90% {
		bottom: 0px;
		opacity: 1;
	}
	
	100% {
		bottom: 40px;
		opacity: 1;
	}
}

/*#scrollplz .arrow {
	border: 30px solid #eee;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -35px;
	left: -30px;
}*/

.perspective {
	position: relative;
	-webkit-perspective: 800px;
}

#logo {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 100px;
	-webkit-animation: pop 0.7s ease-out 0.5s;
	-webkit-animation-fill-mode: backwards;
}

@-webkit-keyframes 'pop' {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1);
	}
	
	40% {
	opacity: 1;
		-webkit-transform: scale(1.3);
	}
	
	70% {
		-webkit-transform: scale(0.6);
	}
	
	100% {
		-webkit-transform: scale(1.0);
	}
}

@-webkit-keyframes 'pop-low' {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1);
	}
	
	40% {
	opacity: 1;
		-webkit-transform: scale(1.2);
	}
	
	70% {
		-webkit-transform: scale(0.9);
	}
	
	100% {
		-webkit-transform: scale(1.0);
	}
}

#logo > div {
	font-size: 3em;
	font-weight: bolder;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	 padding: 25px;
	 -webkit-border-radius: 100px;
	 -moz-border-radius: 100px;
	 border-radius: 100px;
	 padding: 23px 25px 27px 25px;
	 color: #ffffff;
	 background-color: rgba(0, 0, 0, 0.43);
	 
}

#logo .text {
	z-index: 100 !important;
	position: relative;
}
 
#logo .bg {
	-webkit-animation: 'pulse' 10s ease-in-out 0.7s infinite;
	z-index: 5 !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #eee;
}
 
@-webkit-keyframes 'pulse' {
 	0% {
		background: #c3670c;
		-webkit-transform: scale(1.0);
	}
	
	10% {
		-webkit-transform: scale(1.2);
	}
	
	20% {
		background: #d44251;
		-webkit-transform: scale(1.0);
	}
	
	30% {
		-webkit-transform: scale(1.2);
	}
	
	40% {
		background: #6600b8;
		-webkit-transform: scale(1.0);
	}
	
	50% {
		-webkit-transform: scale(1.2);
	}
	
	60% {
		background: #3977bf;
		-webkit-transform: scale(1.0);
	}
	
	70% {
		-webkit-transform: scale(1.2);
	}
	
	80% {
		background: #43a101;
		-webkit-transform: scale(1.0);
	}
	
	90% {
		-webkit-transform: scale(1.2);
	}
	
	100% {
		-webkit-transform: scale(1.0);
		background: #c3670c;
	}
 }

.info {
	border-radius: 10px;
	float: left;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	width: 220px;
	padding: 20px;
	text-align: center;
	background: #fff;
	z-index: 900;
}

.info .description4 {
	border-top: 1px solid #eee;
	width: 200px;
	margin: 10px auto 0;
	padding-top: 10px;
}


.info a {
	color: #ccc;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

.info .description4 a {
	font-size: 15px !important;
	color: #999 !important;
	display: block !important;
	width: auto !important;
}

.info#top {
	top:  200px;
	margin-left: -130px;
	-webkit-animation: pop 0.7s ease-out 0.6s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: top center;
}

.info#blurb {
	width: 300px;
	margin-left: -170px;
	top: 528px;
	opacity: 0;
	-webkit-transform-origin: center center;
}

.info#blurb.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.6s ease-out;
}

.info#blurb .arrow {
	display: none;
}

.info#blurb2 {
	width: 300px;
	margin-left: -170px;
	top: 1328px;
	opacity: 0;
	-webkit-transform-origin: center center;
}

.info#blurb2.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.6s ease-out;
}

.info#blurb2 .arrow {
	display: none;
}

.info#blurb3 {
	width: 300px;
	margin-left: -170px;
	top: 2448px;
	opacity: 0;
	-webkit-transform-origin: center center;
}

.info#blurb3.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.6s ease-out;
}

.info#blurb3 .arrow {
	display: none;
}

.info#blurb4 {
	width: 500px;
	margin-left: -270px;
	top: 3098px;
	opacity: 0;
	-webkit-transform-origin: center center;
}

.info#blurb4.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.6s ease-out;
}

.info#blurb4 .arrow {
	display: none;
}

.info .arrow {
	border: 20px solid white;
	margin-top: -50px;
	margin-bottom: 5px;
	width: 0px;
	height: 0px;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

.info span {
	display: block;
	font-size: 16px;
}

.info .name {
	font-size: 23px;
	font-weight: bold;
}

.info .description1 {
	color: #f09a19;
}

.info .description2 {
	color: #43a101;
}

.info .description3 {
	color: #3977bf;
}

#breadcrumb {
	width: 4px;
	background: url('images/breadcrumb.png') top left repeat-y;
	height: 85%;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	top: 145px;
	-webkit-animation: trail 3s linear 1.3s;
	opacity: 0.1;
	-webkit-animation-fill-mode: backwards;
}

@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
	{
	#breadcrumb {
		background-size: 5px 30px;
	}	
}

@-webkit-keyframes 'trail' {
	0% {
		height: 0%;	
	}
	
	100% {
		height: 85%;
	}
}

#wrapper {
	height: 3850px;
	position: relative;
	overflow: hidden;
}

/*@media only screen 
and (max-width : 320px) {
	
	#wrapper {
		width: 630px !important;
	}
	
}*/

.info .description {
	font-size: 13px;
	color: #aaa;
}

.info .graph {
	-webkit-transform: rotateZ(-90deg) translateX(-190px) translateY(10px);
	width: 170px;
	-webkit-transform-origin: top left;
	background-image: -moz-linear-gradient(90deg, white 99.2%, #d6d6d6 100%);
	background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(0.9, white), to(#d6d6d6));
	background-size: 17px 100px;
	background-repeat: repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: lighter;
}

.info img.static {
	display: none !important;
}

.info .graph .bar {
	background: #777;
	color: #fff;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}

.info .graph .bar:last-child {
	margin-bottom: 0;
}

.info .graph .bar .value {
	-webkit-transform: rotateZ(90deg);
	position: absolute;
	right: -30px;
	top: 0px;
	text-align: center;
	width: 30px;
	-webkit-transform-origin: top left;
}

#greatat {
	width: 220px;
	margin-left: -300px;
	top: 870px;
	-webkit-transform-origin: 100% 42%;
	opacity: 0;
}

#greatat.animate {
	-webkit-animation: pop-low 0.7s ease-out 0.6s;
	-webkit-animation-fill-mode: backwards;
	opacity: 1;
}

#greatat .graph .bar {
	-webkit-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-webkit-transition-delay: 1.2s;
	width: 0px;
	opacity: 0;
}

#greatat.animate .graph .bar {
	width: 100px;
	opacity: 1;
	background: #43a101;
}

#greatat.animate .graph .bar#bar_javascript {
	width: 145px;
}

#greatat.animate .graph .bar#bar_objc {
	width: 105px;
}

#greatat.animate .graph .bar#bar_htmlcss {
	width: 160px;
}

#greatat.animate .graph .bar#bar_php {
	width: 135px;
}

#greatat .arrow {
	border-left-color: white;
	border-bottom-color: transparent;
	position: absolute;
	right: -32px;
	top: 150px;
}

.circle {
	width: 20px;
	height: 20px;
	background: white;
	border-radius: 20px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
}

.circle#circle_greatat {
	top: 980px;
}

.circle#circle_applications {
	top: 1067px;
}

#applications {
	width: 220px;
	margin-left: 40px;
	top: 1028px;
	-webkit-transform-origin: 0% 29%;
	opacity: 0;
}

#applications.animate {
	-webkit-animation: pop-low 0.7s ease-out 0.8s;
	-webkit-animation-fill-mode: backwards;
	opacity: 1;
}

#applications .graph .bar {
	-webkit-transition: width 1s ease-in-out, opacity 1s ease-in-out;
	-webkit-transition-delay: 1.2s;
	width: 0px;
	opacity: 0;
}

#applications.animate .graph .bar {
	width: 100px;
	opacity: 1;
	background: #43a101;
}

#applications .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 80px;
}

#values {
	width: 220px;
	margin-left: 40px;
	top: 800px;
	-webkit-transform-origin: 0% 60%;
	opacity: 0;
}

#values.animate {
	-webkit-animation: pop-low 0.5s ease-out 0.6s;
	-webkit-animation-fill-mode: backwards;
	opacity: 1;
}

#values .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 130px;
}

#circle_values {
	top: 889px;
}

.info .bullets {
	width: 220px;
	text-align: left;
	font-size: 14px;
	padding-left: 1em;
	margin-bottom: 0;
	color: #999;
}

.info .icons {
	width: 220px;
}

.info .icons a {
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	position: relative;
	overflow: visible;
}

.info .icons a .tooltip {
	background: rgba(0,0,0,0.8);
	color: white;
	border-radius: 5px;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -50%;
	z-index: 6;
	display: none;
}

.info .icons a:hover .tooltip {
	display: block;
}

.info .icons a img {
	width: 32px;
	height: 32px;
	display: block;
	-webkit-transform:  scale(0.8);
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
}

.info .icons a:hover img {
	-webkit-transform: scale(1.0);
	opacity: 1;
}

.info.scrollanimate .icons img {
	opacity: 0;
}

.info.scrollanimate.animate .icons a img {
	opacity: 1;
	-webkit-animation: 'icon-pop' 1s ease-out 1s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(1) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.1s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(2) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.2s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(3) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.3s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(4) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.4s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(5) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.5s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(6) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.6s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(7) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.7s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(8) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.8s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(9) img{
	-webkit-animation: 'icon-pop' 1s ease-out 1.9s;
	-webkit-animation-fill-mode: backwards;
}

.info.scrollanimate.animate .icons a:nth-child(10) img{
	-webkit-animation: 'icon-pop' 1s ease-out 2.0s;
	-webkit-animation-fill-mode: backwards;
}


@-webkit-keyframes 'icon-pop' {

	0%{
		-webkit-transform:  scale(2.0);
		opacity: 0;
	}
	
	100%{
		-webkit-transform:  scale(0.8);
		opacity: 1;
	}

}

.info.experience a.name {
	color: #3977bf;
	font-weight: bold;
}

/**/

#circle_apple {
	top: 1420px;
}

#apple {
	top: 1460px;
	margin-left: -130px;
	opacity: 0;
}

#apple.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 50% 0%;
}

#circle_tlc {
	top: 1680px;
}

#tlc {
	top: 1650px;
	margin-left: -300px;
	opacity: 0;
}

#tlc.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.1s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 100% 20%;
}

#tlc .arrow {
	border-left-color: white;
	border-bottom-color: transparent;
	position: absolute;
	right: -32px;
	top: 70px;
}

#circle_camphammer {
	top: 1779px;
}

#camphammer {
	top: 1710px;
	margin-left: 40px;
	opacity: 0;
}

#camphammer.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.2s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 0% 46%;
}

#camphammer .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 110px;
}

#circle_impact {
	top: 1880px;
}

#impact {
	top: 1850px;
	margin-left: -300px;
	opacity: 0;
}

#impact.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.3s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 100% 24%;
}

#impact .arrow {
	border-left-color: white;
	border-bottom-color: transparent;
	position: absolute;
	right: -32px;
	top: 70px;
}

#circle_macmage {
	top: 1990px;
}

#macmage {
	top: 1910px;
	margin-left: 40px;
	opacity: 0;
}

#macmage.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.1s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 0% 70%;
}

#macmage .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 120px;
}

#circle_macheist {
	top: 2100px;
}

#macheist {
	top: 2040px;
	margin-left: -300px;
	opacity: 0;
}

#macheist.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.2s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 100% 55%;
}

#macheist .arrow {
	border-left-color: white;
	border-bottom-color: transparent;
	position: absolute;
	right: -32px;
	top: 100px;
}

#circle_svhs {
	top: 2220px;
}

#svhs {
	top: 2090px;
	margin-left: 40px;
	opacity: 0;
}

#svhs.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.3s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 0% 65%;
}

#svhs .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 170px;
}

/**/

#circle_highschool {
	top: 2600px;
}

#highschool {
	top: 2560px;
	margin-left: -300px;
	opacity: 0;
}

#highschool.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.1s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 100% 55%;
}

#highschool .arrow {
	border-left-color: white;
	border-bottom-color: transparent;
	position: absolute;
	right: -32px;
	top: 80px;
}

#circle_college {
	top: 2663px;
}

#college {
	top: 2630px;
	margin-left: 40px;
	opacity: 0;
}

#college.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.5s ease-out 0.2s;
	-webkit-animation-fill-mode: backwards;
	-webkit-transform-origin: 0% 65%;
}

#college .arrow {
	border-right-color: white;
	border-bottom-color: transparent;
	position: absolute;
	left: -32px;
	top: 75px;
}


.info#contact {
	width: 300px;
	margin-left: -170px;
	top: 3212px;
	opacity: 0;
	-webkit-transform-origin: top center;
}

.info#contact.animate {
	opacity: 1;
	-webkit-animation: pop-low 0.6s ease-out 0.2s;
	-webkit-animation-fill-mode: backwards;
}

/*#pulse {
	z-index: 5 !important;
	position: absolute;
	top: 3080px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	background-color: rgba(0, 0, 0, 0.43);
	-webkit-transition: opacity 1s ease-in-out 0s;
	opacity: 0;
}

#pulse.animate {
	opacity: 1;
	-webkit-animation: 'pulse' 10s ease-in-out 0s infinite;
}*/

a#logo.bottom {
	width: 120px !important;
	height: 120px !important;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 3410px;
	-webkit-animation: none;
	-webkit-animation-fill-mode: backwards;
	text-decoration: none !important;
	opacity: 0;
}

a#logo.bottom.animate {
	-webkit-animation: pop 0.7s ease-out 0s;
	-webkit-animation-fill-mode: backwards;
	opacity: 1;
}

a#logo.bottom > div {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
}

a#logo.bottom .text {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	width: 100% !important;
	padding: 0;
	padding-top: 42px;
	background: none;
	display: block;
}

#blurbhidden, #blurburl {
	display: none !important;
}

#blurb .show {
	display: block;
}

#blurb .hide {
	display: none;
}

#blurb5, .references {
	display:  none;
}