/* Create three equal columns that floats next to each other */
body {
	overflow-y: scroll;
}

.aboutme {
	height: 600px;
	background: rgb(0, 0, 0);
	left: 0;
	width: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	top: 0;
}

.desc a {
	text-decoration: none;
	color: rgb(60, 120, 210);
	transition: .15s;
	border-radius: 3px;
	cursor: pointer;
}

.desc a:hover {
	color: rgb(65, 65, 65);
	background: rgba(20, 20, 20, 0.07);
}

.aboutme:after {
	opacity: 0.2;
}

.aboutme .background-fade {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0);
	transition: 0.2s;
	opacity: 0;
}

.aboutme .overlay {
	width: 100%;
	height: 100%;
	background: url('/img/bgtile.png');
	position: relative;
}

.aboutme .transition {
	position: absolute;
	width: 100%;
}

.aboutme .transition.top {
	height: 450px;
	top: 0;
	background: linear-gradient(rgba(40, 40, 40, 0.5), rgba(0, 0, 0, 0));
}

.aboutme .transition.bottom {
	height: 150px;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0), rgb(248, 248, 248));
}

.aboutme .welcome {
	top: 150px;
	position: absolute;
	margin: 0 auto;
}

.aboutme .content-container {
	max-width: 1000px;
	margin: 0 auto;
}

.aboutme .welcome h1 {
	color: rgb(250, 250, 250);
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 3px 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
}

.aboutme .welcome h2 {
	color: rgb(215, 215, 215);
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 200;
	margin: 0;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
}

.aboutme .welcome h3 {
	display: inline-block;
	color: rgb(215, 215, 215);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 200;
	margin: 0;
	padding-right: 7px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.5);
}

.itemlist {
	position: absolute;
	left: 0;
	top: 0;
	height: 620px;
	width: 100%;
	background: rgb(248, 248, 248);
}

.itemlist .projects {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	pointer-events: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
}

.itemlist .projects .project-item {
	display: inline-block;
	width: 20vw;
	bottom: 0;
	position: relative;
	margin: 6px 3px;
	transition: 0.11s;
	cursor: pointer;
	animation-name: zindex-transition;
	animation-duration: 0.2s;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
	pointer-events: auto;
	max-width: 418px;
	opacity: 1;
}

.itemlist .project-item:hover {
	bottom: 5px;
	box-shadow: 0 3px 14px 2px rgba(0, 0, 0, .4);
}

.itemlist .project-item.active:hover {
	bottom: 0;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .2);
}

.itemlist .projects .project-item.hide {
	opacity: 0;
}

.itemlist .projects .project-item.active {
	width: 27vw;
	max-width: 550px;
}

.itemlist .projects .sizebox {
	display: inline-block;
	width: 0px;
}

.itemlist .projects .projects-wrapper {
	display: inline-block;
}

.itemlist .projects .project-item.active .project-content {
	opacity: 1;
}

.itemlist .project-container {
	width: 100%;
	padding-bottom: 56.25%;
}

.itemlist .project-item .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgb(80, 80, 80);
	transition: 0.5s;
	animation: loader;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.itemlist .project-item .image-container img {
	height: 100%;
	position: absolute;
	left: -41.66666666666667%;
}

.itemlist .project-content {
	width: 100%;
	height: 100%;
	background-size: cover;
	position: absolute;
	transition: .2s;
	/* background: linear-gradient(rgba(40,40,40,.2), rgba(40,40,40,.75)); */
	background: linear-gradient(rgba(40, 40, 40, 0.1), rgba(40, 40, 40, .6));
	opacity: 0;
}

.itemlist .project-content .c-info {
	position: absolute;
	color: rgb(250, 250, 250);
	font-family: 'Calibri', 'CalibriBackup', sans-serif;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
	padding: 12px;
	font-size: 14px;
	bottom: 0;
	transition: transform 0.2s, padding 0.2s, margin 0.2s;
	width: 100%;
	overflow: hidden;
	-ms-transform: scale(0.1, 0.1);
	-webkit-transform: scale(0.1, 0.1);
	transform: scale(0.1, 0.1);
}

.itemlist .project-content .c-title {
	color: rgb(255, 255, 255);
	font-family: 'Saira Condensed', sans-serif;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.4);
	text-transform: uppercase;
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.itemlist .projects .project-item .c-info .details {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.itemlist .project-content .c-info .c-tab {
	color: rgb(248, 248, 248);
	display: block;
	margin-top: 3px;
}

.itemlist .project-content .cat-title {
	font-weight: 700;
	margin-right: 5px;
}

.itemlist .project-content .c-info .c-tab b {
	margin-right: 5px;
	text-transform: uppercase;
}

.itemlist .project-content .c-info .c-tab.desc {
	color: rgb(242, 242, 242);
	display: block;
	position: relative;
	white-space: normal;
	overflow: hidden;
	margin-right: 14px;
}

.itemlist .project-content .more-info {
	color: rgb(250, 250, 250);
	font-family: 'Saira Condensed', sans-serif;
	text-shadow: 1px 1px 3px rgba(50, 50, 50, 0.2);
	margin: 0;
	font-size: 14px;
	bottom: 0;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	opacity: 0;
	transition: opacity 0.2s, bottom 0.2s;
	font-weight: 700;
	text-transform: uppercase;
}

.itemlist .project-item.active .project-content:hover .more-info {
	bottom: 8px;
	opacity: 1;
}

.itemlist .project-content:hover .c-info {
	margin-bottom: 22px;
}

.itemlist .project-item.active .project-content .c-info {
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.itemlist .animated-loader {
	width: 100%;
	height: 100%;
	background: rgb(80, 80, 80);
	transition: 0.5s;
	animation: loader;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.itemlist .project-container.tile {
	background: rgba(0, 0, 0, 0.25);
	pointer-events: all;
}

.main {
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	margin: 630px auto 0;
}

.projects-info {
	display: flex;
	flex-wrap: wrap;
}

.projects-info .separator {
	flex: 1 1 5%;
	width: 16px;
	max-width: 16px;
	height: 1px;
}

.projects-info .info {
	flex: 1 1 10%;
	margin-bottom: 30px;
}

.projects-info .info.big {
	flex: 1 1 60%;
}

.projects-info .info.small {
	flex: 1 1 15%;
}

.projects-info .info .entry {
	font-size: 14px;
	padding: 5px 3px 3px 3px;
	font-family: 'Roboto', sans-serif;
	transition: .2s;
	overflow: hidden;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgba(190, 190, 190, 0.75);
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
	outline: none;
}

.projects-info .info a:hover .hover,
.projects-info .info a:focus .hover {
	left: 0;
	opacity: 0.2;
}

.projects-info .info a:active .hover {
	background: rgb(204, 101, 53);
	transition: 0.15s;
}

.projects-info .info a:active .desctitle,
.projects-info .info a:active .descsuffix i,
.projects-info .info a:active i {
	color: rgb(204, 101, 53);
}

.projects-info .info .entry .desctitle {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	padding-left: 1px;
	color: rgb(65, 65, 65);
	line-height: 22px;
}

.projects-info .info .desctext {
	font-size: 17px;
	color: rgb(50, 50, 50);
	padding: 7px 3px 3px 3px;
	font-family: 'Calibri', 'CalibriBackup', sans-serif;
	overflow: hidden;
	display: block;
	width: 100%;
}

.projects-info .info .entry i {
	vertical-align: middle;
	color: rgb(65, 65, 65);
	font-size: 20px;
	margin-right: 1px;
}

.projects-info .info .entry .descsuffix {
	display: block;
	text-align: right;
	padding: 3px 4px 4px 4px;
	float: right;
}

.projects-info .info .entry .descsuffix i {
	font-size: 12px;
	color: rgb(140, 140, 140);
}

.projects-info .info .title {
	display: block;
}

.projects-info .info .title hr {
	flex: 0;
	margin: 0;
}

@keyframes loader {
	0% {
		background: rgb(70, 70, 70);
	}

	20% {
		background: rgb(55, 55, 55);
	}

	45% {
		background: rgb(40, 40, 40);
	}

	65% {
		background: rgb(65, 65, 65);
	}

	80% {
		background: rgb(45, 45, 45);
	}

	100% {
		background: rgb(70, 70, 70);
	}
}

@media screen and (max-width: 1950px) {
	.aboutme .welcome {
		top: 160px;
	}
}

@media screen and (max-width: 1920px) {
	.aboutme .welcome {
		top: 165px;
	}
}

@media screen and (max-width: 1850px) {
	.aboutme .welcome {
		top: 170px;
	}
}

@media screen and (max-width: 1750px) {
	.aboutme .welcome {
		top: 175px;
	}
}

@media screen and (max-width: 1700px) {
	.aboutme .welcome {
		top: 180px;
	}
}

@media screen and (max-width: 1850px) {
	.itemlist .projects .project-item {
		width: 20vw;
	}
}

@media screen and (max-width: 1650px) {
	.itemlist .projects .project-item.active {
		width: 29vw;
	}

	.itemlist .projects .project-item {
		width: 22vw;
	}

	.itemlist .projects .project-item .c-tab.desc {
		display: none;
	}
}

@media screen and (max-width: 1470px) {
	.itemlist .projects .project-item.active {
		width: 30vw;
	}

	.itemlist .projects .project-item {
		width: 24vw;
	}
}

@media screen and (max-width: 1240px) {
	.itemlist .projects .project-item.active {
		width: 33vw;
	}

	.itemlist .projects .project-item {
		width: 28vw;
	}

}

@media screen and (max-width: 1100px) {
	.itemlist .projects .project-item.active {
		width: 24vw;
	}

	.itemlist .projects .project-item {
		width: 20vw;
	}

	.itemlist .project-container {
		padding-bottom: 120%;
	}

	.itemlist .project-item .image-container img {
		height: 112.5%;
		position: absolute;
		left: 0;
	}

	.aboutme .welcome {
		margin: 0 15px;
	}

	.aboutme .welcome {
		top: 155px;
	}
}

@media screen and (max-width: 970px) {
	.itemlist .projects .project-item.active {
		width: 27vw;
	}

	.itemlist .projects .project-item {
		width: 23vw;
	}
}

@media screen and (max-width: 870px) {
	.itemlist .projects .project-item.active {
		width: 30vw;
	}

	.itemlist .projects .project-item {
		width: 26vw;
	}
}

@media screen and (max-width: 770px) {
	.itemlist .projects .project-item.active {
		width: 33vw;
	}

	.itemlist .projects .project-item {
		width: 29vw;
	}
}

@media screen and (max-width: 720px) {
	.projects-info .info {
		flex: 1 1 10%;
		margin-bottom: 0;
		margin-top: 0;
	}

	.projects-info .info.big {
		flex: 1 1 60%;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.projects-info .info.small {
		flex: 1 1 60%;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.projects-info .separator {
		display: none;
	}

	.projects-info {
		margin-bottom: 30px;
	}

	.projects-info.desc {
		margin-bottom: 0px;
	}

	.main {
		margin: 625px auto 0;
	}
}

@media screen and (max-width: 695px) {
	.itemlist .projects .project-item .c-info {
		width: 100%;
		margin: 0;
	}

	.itemlist .projects .project-item .c-info .details {
		display: none;
	}

	.itemlist .projects .project-item .c-title {
		display: block;
		text-align: center;
		width: 100%;
		white-space: pre-line;
		margin-bottom: 40px;
	}

	.itemlist .project-content .more-info {
		bottom: 8px;
		opacity: 1;
	}
}

@media screen and (max-width: 560px) {
	.itemlist .projects .project-item.active {
		width: 36vw;
	}

	.itemlist .projects .project-item {
		width: 32vw;
	}

	.projects-info .info .entry.achievement i {
		display: block;
	}

	.projects-info .info .entry.achievement {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.itemlist .projects .project-item.active {
		width: 40vw;
	}

	.itemlist .projects .project-item {
		width: 34vw;
	}
}

@media screen and (max-width: 460px) {
	.itemlist .projects .project-item.active {
		width: 44vw;
	}

	.itemlist .projects .project-item {
		width: 37vw;
	}

	.itemlist .projects .project-item .c-title {
		display: none;
	}

	.itemlist .projects .more-info .content {
		display: none;
	}

	.itemlist .projects .more-info i {
		font-size: 30px;
		position: relative;
		display: block;
		transform: rotate(90deg);
	}
}

@media screen and (max-width: 400px) {
	.itemlist .projects .project-item.active {
		width: 46vw;
	}

	.itemlist .projects .project-item {
		width: 39vw;
	}
}