.extend_1, label, input, textarea, a, p, div, span, li {
	font-size: 1.1em;
	line-height: 1.6em;
	font-family: Indie Flower, sans-serif;
	color: #777;
}

.extend_2, h1, h2, h3, h4, h5 {
	color: #777;
	font-family: Indie Flower, sans-serif;
	margin: 0;
}

.extend_3, .row-full, .row-one-half, .row-one-third, .row-one-two-third, .row-two-two-third {
	float: left;
	margin-bottom: 0px;
	margin-right: 10%;
}

.extend_4 {
	width: 100%;
	float: none;
	margin-right: 0;
	clear: both;
}

.extend_5, .pencil, #main-information {
	background: none;
	z-index: 1;
	position: relative;
	margin-bottom: -200px;
	margin-top: -15px;
}

.extend_6, .notselectable h4, .notselectable h2 {
	margin-bottom: 1em;
	font-size: .8em;
	line-height: 1.2em;
}

body {
	line-height: 1.7em;
}

blockquote {
	margin: 30px 10%;
	position: relative;
	font-style: italic;
	font-size: 1.1em;
}

html {
	font-size: .8em;
	background: url(../images/wood13.jpg);
	height: 100%;
}

input {
	margin-left: 12px;
	margin-right: 12px;
}

a {
	text-decoration: none;
	font-weight: 700;
}

p {
	margin-bottom: 20px;
}

h1 {
	margin-bottom: .3em;
	font-size: 5em;
	line-height: 1em;
}

h2 {
	margin-bottom: 0em;
	font-size: 2.1em;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.7em;
}

h4 {
	margin-bottom: .5em;
	font-size: 1.4em;
}

h5 {
	margin-bottom: .3em;
	font-size: 1.1em;
}

nav {
	margin: 12px 0;
	margin-top: 12px;
	float: none;
}

nav ul {
	margin: 0;
	display: inline-block;
}

nav li {
	margin: 0 6px;
	text-transform: uppercase;
	display: inline-block;
}

nav li a {
	font-weight: 400;
	color: #444;
	transition: .2s ease;
	padding: 6px;
	border-radius: 3px;
}

nav li a:hover {
	color: #fff;
}

nav select {
	margin-left: 10px;
	width: 50%;
	display: none;
}

em {
	line-height: 1.6;
	border-radius: 3px;
	background: #333;
	color: #fff;
	padding: 4px 6px;
}

b {
	font-weight: 700;
}

i {
	font-style: italic;
}

ul {
	margin-bottom: 30px;
}

ul li {
	margin: 0 0 0 3em;
	position: relative;
	padding-left: 0;
	margin-left: 0;
}

ul li[data-icon]:before {
	content: attr(data-icon);
	position: absolute;
	font-size: 1.1em;
	left: -2em;
	width: 1.7em;
	text-align: center;
	font-family: Indie Flower;
}

section {
	padding-bottom: 10px;
	margin-bottom: 80px;
	background: #fff;
	position: relative;
	padding: 30px 5%;
}

header {
	top: 0;
	padding: 5px 0;
	padding-top: 50px;
	width: 100%;
	z-index: 9;
	margin: 0;
	margin-top: 0;
	position: relative;
}

header img {
	padding: 15px;
	margin: 0 5%;
	background: #fff;
	display: inline-block;
	width: 90%;
	transform: rotate(-5deg);
}

header a {
	text-decoration: none;
	display: inline-block;
}

header h1 {
	font-family: Indie Flower, cursive;
}

header .social-icons {
	display: block;
	text-align: center;
	margin-bottom: 0;
}

footer {
	text-align: center;
	padding-bottom: 40px;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 50px;
}

#main-body {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
}

#header-static {
	border-bottom: 1px solid #ddd;
	position: fixed;
	text-align: center;
	background: #fff;
	width: 100%;
	z-index: 10;
	top: -150px;
	left: 0;
	transform: translate3d(0, 0, 0);
	transition: .4s ease;
}

#header-static.shown {
	top: 0;
}

#header-static h4 {
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}

#settings-button {
	z-index: 50;
}

#anchor-top {
	border-radius: 5px;
	z-index: 50;
	opacity: .5;
	position: fixed;
	bottom: 10%;
	right: -70px;
	background: #fff;
	padding: 8px 11px;
	font-size: 1.4em;
	transform: translate3d(0, 0, 0);
	transition: .7s ease;
}

#anchor-top:hover {
	opacity: 1;
}

#main-details {
	box-sizing: border-box;
	padding: 5%;
	background: transparent;
}

.social-icons li {
	display: inline-block;
	margin: 20px 3px 0;
}

.social-icons span {
	font-size: 35px;
	color: #bbb;
	transition: .4s ease;
}

.social-icons span:hover {
	color: #333;
}

.project-full {
	position: relative;
}

.project-full .registred-tags a {
	cursor: pointer;
	margin: 6px;
	padding: 12px;
	border-radius: 3px;
	display: inline-block;
	transition: .4s ease;
	font-weight: 400;
	color: #444;
}

.project-full .registred-tags a:hover {
	color: #fff;
}

.project ul {
	width: 100% !important;
}

.project li {
	width: 23%;
	margin: 30px 5%;
	display: inline-block;
	float: left;
}

.project li.transitionable {
	transform: translate3d(0, 0, 0);
	transition: .6s ease;
}

.project li.hidden {
	display: none;
}

.project li img {
	width: 100%;
}

.project h4 {
	margin: 0;
}

.project a {
	position: relative;
	display: block;
	overflow: hidden;
}

.project a .zoom-icon {
	text-align: center;
	vertical-align: middle;
	font-size: 3em;
	line-height: 0;
	display: block;
	position: absolute;
	color: #fff;
	background: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 0;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: .6s ease;
}

.project a:hover .zoom-icon {
	padding-top: 25%;
	opacity: 1;
}

.recomendations {
	border-radius: 3px;
	padding: 2px;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: .7s ease;
}

.recomendations .buttons div {
	position: absolute;
	padding: 2px;
	font-size: 15px;
	background: #fff;
	border-radius: 2px;
	opacity: .3;
	top: 7px;
	cursor: pointer;
	z-index: 5;
	transform: translate3d(0, 0, 0);
	transition: .5s ease;
}

.recomendations .buttons .next-open {
	right: 10px;
}

.recomendations .buttons .prev-open {
	left: 7px;
}

.recomendations .comments {
	position: absolute;
	z-index: 1;
	padding-right: 2px;
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition: .7s ease;
}

.recomendations .shown {
	opacity: 1;
	z-index: 2;
}

.recomendations:hover .buttons div {
	opacity: 1;
}

.comments p {
	font-size: 1.1em;
	line-height: 1.7;
	font-style: italic;
	padding: 16px;
	margin: 0;
	background: #fff;
	position: relative;
}

.comments p:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: transparent transparent #fff;
	top: -40px;
	left: 40px;
	border-width: 20px;
	z-index: 2;
}

.comments .header {
	margin: 10px 40px;
}

.comments .header h4 {
	color: #f5f5f5;
	margin-bottom: 5px;
	margin-left: 10px;
}

.comments .header div {
	color: #ddd;
	margin-left: 40px;
}

.row-full {
	width: 100%;
	margin-right: 0;
}

.row-one-half {
	width: 45%;
}

.row-one-third {
	width: 26%;
}

.row-one-two-third {
	width: 30%;
}

.row-two-two-third {
	width: 60%;
}

.row-clear {
	clear: both;
}

.row-last {
	margin-right: 0;
}

.row-inside {
	margin-bottom: 0;
}

.highlighted {
	color: #777;
	border: none !important;
}

.add-shadow {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 0 10px rgba(0, 0, 0, 0.05);
	position: relative;
	padding-bottom: 20px;
}

.add-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
}

.in-shadow {
	box-shadow: inset 0 0 -10px rgba(0, 0, 0, 0.1);
}

.marked {
	margin: 20px;
	padding: 20px 3%;
	padding-bottom: 0;
	background: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	display: inline-block;
}

.information {
	text-align: center;
}

.information li {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	margin-bottom: 20px;
}

.information h5 {
	margin: 0;
	line-height: .5;
}

.icon {
	font-size: inherit;
	margin-right: 10px;
	display: inline-block;
}

.notselectable {
	user-select: none;
}

.notselectable h4 {
	padding-left: 10px;
}

.button {
	margin: 12px 0;
	background: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: .2s ease;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 3px 10px -2px rgba(0, 0, 0, 0.3);
	border: none;
	font-weight: 400;
	color: #444;
}

.button:active {
	top: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.button.pressed {
	top: 2px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.last-item {
	margin-bottom: 0 !important;
}

.left-item {
	float: left;
}

.right-tem {
	float: right;
}

.align-center {
	text-align: center;
}

.toggling {
	display: block;
	cursor: pointer;
	padding: 2px !important;
	border: none;
	top: 0 !important;
	color: #fff;
	box-shadow: none !important;
}

.toggling .header {
	color: #fff;
	margin: 4px;
	margin-left: 30px;
}

.toggling .header:before {
	content: "\229e";
	font-family: Indie Flower;
	font-size: 0.75em;
	position: absolute;
	left: 10px;
	top: 0;
}

.toggling .header h4 {
	color: #f5f5f5;
	margin: 0;
}

.toggling .header div {
	color: #ddd;
}

.toggling .content {
	font-size: .9em;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 5px;
	background: #fff;
	border: none;
	padding: 15px;
	transform: translate3d(0, 0, 0);
	transition: .7s ease;
}

.toggling .content.hidden {
	height: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	border-top: none;
}

.toggling.pressed .header:before {
	content: "\229f";
	font-family: Indie Flower;
	font-size: 0.75em;
	position: absolute;
	left: 10px;
}

.accordions {
	margin: 12px 0;
}

.accordions .toggling {
	margin: 0;
	border-radius: 0;
	border: none;
	top: 0 !important;
	margin-bottom: 1px;
}

.accordions .toggling:first-child {
	border-radius: 3px 3px 0 0;
}

.accordions .toggling:last-child {
	border-radius: 0 0 3px 3px;
}

.tabing {
	margin: 12px 0;
	position: relative;
}

.tabing .tabing-header {
	float: left;
	border-right: none;
	padding: 8px 15px;
	margin-right: 1px;
	cursor: pointer;
	z-index: 1;
	position: relative;
	color: #fff;
	transform: translate3d(0, 0, 0);
	transition: .6s ease;
}

.tabing .tab:first-child .tabing-header {
	border-radius: 3px 0 0 0;
}

.tabing .tab:last-child .tabing-header {
	border-radius: 0 3px 0 0;
}

.tabing .tabing-top .tabing-header {
	top: 3px;
}

.tabing .tabing-top .content {
	opacity: 1;
	display: block;
}

.tabing .content {
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	z-index: 0;
	border: 2px solid #777;
	padding: 15px;
	font-size: .9em;
	border-radius: 0 0 3px 3px;
	opacity: 0;
	display: none;
	transform: translate3d(0, 0, 0);
	transition: .6s ease;
}

.time-bar {
	padding-bottom: 50px;
	margin-bottom: 20px;
	border-bottom: 3px solid #666;
	position: relative;
}

.time-bar li {
	position: relative;
	margin: 0;
}

.time-bar h4 {
	color: #f6f6f6;
	margin: 0;
}

.time-bar .date {
	display: block;
	color: #e4e4e4;
	margin: 0;
}

.time-bar .the-lines {
	position: absolute;
	width: 100%;
	height: 100%;
}

.time-bar .line {
	position: absolute;
	height: 100%;
	width: 1px;
	opacity: .25;
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iIzgyOGM5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzA0MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom, #fff 0, #828c95 36%, #030405 100%);
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr='$white',endcolorstr='$color_black_approx',gradienttype=0);
}

.time-bar .line-no {
	position: absolute;
	bottom: 0;
	padding-left: 5px;
	color: #888;
}

.desktop-hide {
	display: none;
}

.mobile-hide {
	display: block;
}

@media all and (max-width: 680px) {
	#header-static {
		top: 0;
	}

	#header-static nav ul {
		display: none;
	}

	#header-static nav select {
		display: inline-block;
	}

	.row-one-two-third {
		width: 100%;
	}

	.row-two-two-third {
		width: 100%;
	}

	.time-bar {
		border: none;
		padding: 0;
	}

	.time-bar .the-lines {
		display: none;
	}

	.time-bar li {
		left: 0 !important;
		width: 100% !important;
	}

	header {
		padding-top: 100px;
	}

	header img {
		width: 50%;
	}

	.section-title {
		padding-left: 20%;
	}

	.project li {
		width: 42%;
		margin: 20px 4%;
	}
}

@media all and (max-width: 400px) {
	.project li {
		width: 96%;
		margin: 20px 2%;
	}

	header img {
		width: 80%;
		transform: rotate(-5deg);
	}
}

#settings {
	position: fixed;
	background: #fff;
	padding: 0.5em;
	width: 300px;
	top: 5em;
	left: -310px;
	transition: all 0.2s;
	transition-delay: 0.5s;
	border-bottom-right-radius: 4px;
}

#settings:hover {
	left: 0;
	transition-delay: 0s;
}

#settings > div {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	cursor: pointer;
}

#settings > div > div {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin: 5px;
}

#settings-button {
	position: absolute;
	right: -2.4em;
	top: 0;
	background: #fff;
	font-size: 2em;
	padding: 0.5em;
	border-radius: 0 4px 4px 0;
}

.pencil {
	background: transparent !important;
	float: left;
	transform: rotate(-12deg);
	width: 100%;
	margin-left: -160px;
	margin-top: -20px;
	z-index: 16;
	top: -40px;
	min-width: 300px;
	position: absolute;
	top: 20px;
	left: 180px;
	display: block;
	max-width: 280px;
}

.photo {
	margin-bottom: -200px;
	left: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	min-width: 220px;
}

.resume {
	position: relative;
	margin-top: -363px;
}

.sticky {
	background: transparent;
	float: right;
	position: absolute;
	width: 100%;
	max-width: 400px;
	transform: rotate(3deg);
	top: 10px;
	right: -70px;
}

.paper-clip {
	max-width: 79px;
	background: transparent;
	margin-top: -137px;
	width: 60px;
	position: absolute;
	top: 133px;
	left: 20px;
	display: block;
}

.sticky-content {
	color: #fff;
	padding-left: 0;
	margin: 0 0 60px 0;
	z-index: 0;
	position: relative;
	display: inline-block;
	transform: rotate(5deg);
	top: 20px;
	background: url(../images/yellow-stickies.png) no-repeat;
	background-position: -40px -40px;
	width: 340px;
	height: 400px;
	padding-top: 10px;
	max-height: 320px;
	right: -100px;
	top: 45px;
}

.sticky-content .sticky-title {
	font-size: 1.733em;
}

.profile-photo {
	position: relative;
	float: left;
	width: 30%;
	margin-left: 5%;
}

.desktop-nav {
	position: relative;
	float: left;
	width: 65%;
	float: right;
}

#resume {
	margin-top: 0px;
}

#resume ul li {
	list-style: none;
	list-style-type: disc;
	margin-left: 20px;
}

#recomendations {
	margin-top: 80px;
}

.information h5 {
	margin: 0;
	line-height: 1;
}

@media all and (max-width: 767px) {
	header {
		padding-top: 100px;
		z-index: 19;
	}

	.photo {
		margin-bottom: -50px;
		left: 0;
	}

	.sticky {
		display: none;
	}

	.paper-clip {
		display: none;
		display: block;
	}

	.resume {
		z-index: 15;
		margin-top: 0;
		margin-top: -17px;
	}

	.sticky-content {
		top: -30px;
		right: 0;
		display: none;
	}

	.pencil {
		display: none;
	}

	#resume {
		margin-top: 0px;
	}

	.titles {
		line-height: 1.1em;
	}

	.titles.about {
		margin-top: 350px;
	}

	.profile-photo {
		margin-top: -40px;
	}

	.row-one-half {
		width: 100%;
	}

	.desktop-hide {
		display: block;
	}

	.mobile-hide {
		display: none;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.pencil {
		background: transparent !important;
		float: left;
		transform: rotate(-92deg);
	}
}

.curve:before {
	top: 5%;
	bottom: 10px;
	height: 90%;
	left: 0;
	right: 0;
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.8);
}

.horizontal-bar li {
	border-radius: 3px;
	position: relative;
	margin: 10px 0;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
}

.horizontal-bar li:after {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #e4e4e4;
	content: attr(data-percentage);
}

.boxed-list li {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin: 0 10px 15px 0;
}

.group:after {
	content: "";
	display: table;
	clear: both;
}

.titles:after {
	min-width: 250px;
	min-height: 30px;
}