@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
	text-transform: none;
	color: #4A90E2;
}
.simple{
	text-decoration: none;
	text-transform: none;
}
.simple:hover{
	text-decoration: underline;
}

body {
	line-height: 1;
	font-family: lato, ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;
	text-rendering : optimizeLegibility;
	-webkit-font-smoothing : antialiased;
	font-size: 19px;
	background-color: #FEFEFE;
	color: #04143A;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	color: #15171a;
	font-size: 17px;
	line-height: 31px;
}

strong {
	font-weight: 600;
}

div , footer {
	box-sizing: border-box;
}

.container {
	max-width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: 200px;
	margin-bottom: 60px;
	margin-left: 200px;
}

.languages {
	display: inline;
	width: 100%;
	text-align: right;
	max-width: 100%;
	margin-left: 30px;
}

.languages > a {
	text-align: right;
	font-size: 12px;
	font-weight: 600;
	color: #5B6A9A;
	cursor: pointer;
	vertical-align: top;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.languages > a:hover {
	text-decoration: underline;
}

.span-language {
	max-width: 100%;
	height: auto;
	color: #ff00ff;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.container-sides {
	margin-right: 30px;
	margin-left: 200px;
}

.text-left {
	text-align: left;
}

.container-full {
	max-width: 100%;
	height: auto;
	margin-top: 60px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
}

.content-title {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	position: relative;
}

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

.email {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	color: #4A90E2;
	margin-top: 10px;
	cursor: pointer;
}

.info-title.availability-yes {
	color: #2eba2e;
	cursor: auto;
}

.info-title.availability-yes:hover {
	text-decoration: none;
}

.info-title.availability-no {
	color: #dd7070;
	cursor: auto;
}

.info-title.availability-no:hover {
	text-decoration: none;
}

/*.email > a {
	color: #4A90E2;
	}*/

	.email:hover {
		text-decoration: underline;
	}

	h1.name {
		font-size: 70px;
		font-weight: 300;
		display: inline-block;
	}

	.job-title {
		vertical-align: top;
		background-color: #D9E7F8;
		color: #4A90E2;
		font-weight: 600;
		margin-top: 5px;
		margin-left: 20px;
		border-radius: 5px;
		display: inline-block;
		padding: 15px 25px;
	}

	.info-title {
		display: inline-block;
		font-size: 24px;
		font-weight: 300;
		color: #4A90E2;
		margin-top: 10px;
		cursor: pointer;
	}

	@-webkit-keyframes highlight {
		from {
			color: #4A90E2;
			text-decoration: underline;
		}
		50% {
			color: #ec354f;
			text-decoration: underline;
		}
		to {
			color: none;
			text-decoration: none;
		}
	}

	@-moz-keyframes highlight {
		from {
			color: #4A90E2;
			text-decoration: underline;
		}
		50% {
			color: #ec354f;
			text-decoration: underline;
		}
		to {
			color: none;
			text-decoration: none;
		}
	}

	@-ms-keyframes highlight {
		from {
			color: #4A90E2;
			text-decoration: underline;
		}
		50% {
			color: #ec354f;
			text-decoration: underline;
		}
		to {
			color: none;
			text-decoration: none;
		}
	}

	@-o-keyframes highlight {
		from {
			color: #4A90E2;
			text-decoration: underline;
		}
		50% {
			color: #ec354f;
			text-decoration: underline;
		}
		to {
			color: none;
			text-decoration: none;
		}
	}

	@keyframes highlight {
		from {
			color: #4A90E2;
			text-decoration: underline;
		}
		50% {
			color: #ec354f;
			text-decoration: underline;
		}
		to {
			color: none;
			text-decoration: none;
		}
	}

	.highlight {
		-webkit-animation: highlight 1s 1 alternate;
		-moz-animation: highlight 1s 1 alternate;
		-ms-animation: highlight 1s 1 alternate;
		-o-animation: highlight 1s 1 alternate;
		animation: highlight 1s 1 alternate;
	}

	.highlight {
		animation: highlight 5s;
	}

	.info-title:hover {
		text-decoration: underline;
	}

	.big-icon {
		font-size: 16px;
		font-weight: 300;
		margin-right: 2px;
	}

	.lead {
		font-size: 44px;
		font-weight: 300;
		margin-top: 60px;
		line-height: 55px;
	}

	.contact-info { font-size: 16px;
		text-align: left;
	}

	.col-right { float: right }

	/*.row:before, .row:after { content: "";
	display: table;*/
}
.row:after { clear: both }

.section { 
	border-bottom: 1px solid #ddd;
	padding: 10px 0 15px;
}
.section:last-child { border: none }

.sections {
	vertical-align: top;
	height: auto;
}

.section-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.list-card {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.list-card .exp , .list-card div{
	display: inline-block;
}

.list-card .exp {
	margin-right: 15px;
	color: #4A90E2;
	font-weight: 600;
	width: 100px;
	vertical-align: top;
}

.list-card div {
	width: 84%;
}

.list-card h3 {
	font-size: 18px;
	line-height: 26px;
	color: #5B6A9A;
	margin-bottom: 8px;
}

.list-card div span {
	font-size: 16px;
	color: #81899C;
	line-height: 22px;
}

.timeline {
	max-width: 1120px;
	display: block;
	margin-top: 280px;
}

.cards {
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer-author {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.awards {
	max-width: auto;
	display: block;
	margin-top: 200px;
}

.award {
	width: 32%;
	height: 200px;
	background-color: #EEF0F7;
	display: inline-block;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 3px;
	vertical-align: top;
	border-radius: 10px;
	text-align: center;
	padding-top: 50px;
}

.award-active , .award:hover{
	transform: scale(1.02);
	transition: 0.5s;
	background-color: #fff;
	box-shadow: 0px 5px 50px -8px #ddd;
	cursor: pointer;
}
.award-meta {
	vertical-align: top;
	display: inline-block;
	max-width: 180px;
	text-align: left;
	margin-top: 15px;
	margin-left: 15px;
}

.award-meta h3 {
	font-size: 20px;
	font-weight: 800;
	color: #5B6A9A;
	margin-bottom: 5px;
}

.award-meta span{
	color: #81899C;
	line-height: 20px;
	font-size: 16px;
}

.card {
	width: calc(95% / 4);
	height: 150px;
	background-color: #EEF0F7;
	display: inline-block;
	margin-top: 7px;
	margin-right: 3px;
	margin-bottom: 7px;
	margin-left: 3px;
	vertical-align: top;
	border-radius: 10px;
	text-align: center;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}

.card:hover .thumbnail {
	transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;

}

.thumbnail {
	-webkit-filter: grayscale(0%); /*75%*/
	filter: grayscale(0%); /*75%*/
}

.thumbnail:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.card:hover .app_name {
	opacity: 1;
	transition: opacity 0.25s ease;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	pointer-events: none;
}

.card img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.app_name {
	transition: .5s ease;
	opacity: 0;
	position: static;
	transform: translate(-0%, -106%);
	-ms-transform: translate(-0%, -106%);
	text-align: center;
	font-weight: 600;
	height: 30px;
	background: rgba(1,1,1,0.5);
	background-color: rgba(255, 255, 255, 0.9); 
	color: rgba(0, 0, 0, 1);
}

.card-interested {
	color: #00ad35;
}

.card-active , .card:hover{
	transform: scale(1.02);
	transition: 0.5s;
	background-color: #fff;
	box-shadow: 0px 5px 50px -8px #ddd;
	cursor: pointer;
}


.skill-level {
	display: inline-block;
	max-width: 160px;
}

.skill-level span {
	font-size: 35px;
	font-weight: 300;
	vertical-align: top;
}

.skill-level h2 {
	font-size: 95px;
	font-weight: 300;
	display: inline-block;
	vertical-align: top;
	letter-spacing: -5px;
}

.skill-level-first {
	color: #dfc617;
}

.skill-level-second {
	color: #9d9494;
}

.skill-level-third {
	color: #b38633;
}

.skill-meta {
	vertical-align: top;
	display: inline-block;
	max-width: 300px;
	text-align: left;
	margin-top: 15px;
	margin-left: 15px;
}

ol {
	position: relative;
	display: block;
	margin: 100px 0;
	height: 2px;
	background: #EEF0F7;

}
ol::before,
ol::after {
	content: "";
	position: absolute;
	top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-radius: 10px;
	border: 0px solid #31708F;
}
ol::before {
	left: -5px;
}
ol::after {
	right: -10px;
	border: 0px solid transparent;
	border-right: 0;
	border-left: 20px solid #31708F;
	border-radius: 3px;
}

li {
	position: relative;
	display: inline-block;
	float: left;
	width: 12%;
	height: 50px;
}
li .line {
	position: absolute;
	top: -47px;
	left: 1%;
	font-size: 20px;
	font-weight: 600;
	color: #04143A;
}
li .point {
	content: "";
	top: -7px;
	left: 0%;
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #4A90E2;
	position: absolute;
}
li .point_disabled {
	background: #8E9CA5;
}
li .description {
	display: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 20px;
	position: relative;
	font-weight: normal;
	z-index: 1;
	max-width: 95%;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	color: #5B6A9A;
}
li .enabled {
	color: #5B6A9A;
}
li .disabled {
	color: #445B6A9A;
}
li .interested {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 20px;
	position: relative;
	font-weight: normal;
	z-index: 1;
	max-width: 95%;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	color: #00ad35;
}
li .position {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	font-weight: normal;
	z-index: 1;
	max-width: 95%;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #5B6A9A;
}

li > .position_interested:hover {
	text-decoration: underline;
	cursor: pointer;
}

li .point_interested {
	content: "";
	top: -7px;
	left: 0%;
	display: block;
	width: 8px;
	height: 8px;
	border: 4px solid #fff;
	border-radius: 10px;
	background: #00ad35;
	position: absolute;
}

li .position_interested {
	color: #00ad35;
}

li .position_disabled {
	color: #445B6A9A
}

.description::before {
	content: '';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f4f4f4;
	position: absolute;
	top: -5px;
	left: 43%;
}

.contact-row {
	font-size: 24px;
}

.icon_shift {
	margin-left: 16px;
	margin-right: 2px;
	font-size: 16px;
}

.font_icon {

}

.icon_small {
	font-size: 16px;
}
#copyright {
	font-size: 16px; 
	padding-bottom: 32px;
}

#author {
	color: #48A4D2;
}

.date{
	font-size: 14px;
	color: #81899C;
	font-weight: 300;
}

.break-line {

}

.experiences {

}

li:hover {
	color: #48A4D2;
}
li .description {
	display: block;
}


@media(max-width: 1292px){
	.container {
		padding: 15px;
		margin-top: 30px;
		margin-right: 60px;
		margin-bottom: 30px;
		margin-left: 60px;
	}
}

@media(max-width: 1024px){
	.container {
		padding: 15px;
		margin: 0px auto;
	}
}

@media(max-width: 768px){
	.job-title {
		position: absolute;
		font-size: 15px;
		top: -40px;
		right: 20px;
		padding: 10px
	}

	.lead {
		margin-top: 15px;
		font-size: 20px;
		line-height: 28px;
	}

	h1.name {
		font-size: 40px;
	}

	.container {
		padding: 15px;
		margin: 0px auto;
	}
	.card, .sections {
		height: 180px;
		margin-top: 7px;
		margin-right: 3px;
		margin-bottom: 7px;
		margin-left: 3px;
		float: left;
	}

	.card {
		width: calc(97% / 2);
	}

	.sections {
		width: 100%;
		height: auto;
	}

	.timeline {
		border: none;
		background-color: rgba(0,0,0,0);
	}

	.timeline li{
		margin-top: 70px;
		height: 150px;
	}

	.experiences {
		display: none;
	}

	.cards {
		display: block;
		margin-top: 40px;
	}

	.icon_shift {
		margin-left: 2px;
		margin-right: 2px;
	}
	.contact-row {
		display: block;
		font-size: 20px;
	}
	.break-line {
		display: none;
	}



	.content-title {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.list-card {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.experiences {
		display: none;
	}


	.award {
		width: 48%;
		height: 120px;
		padding-top: 10px;
	}
	.skill-level h2 {
		font-size: 70px;
		padding-top: 10px;
	}
	.skill-level span {
		font-size: 25px;
		padding-top: 20px;
	}
	.award-meta h3 {
		font-size: 16px;
	}

	.container-sides {
		margin-left: 30px;
	}
	.award-meta {
		margin-top: 10px;
		margin-left: 10px;
		max-width: 200px;
	}
	.list-card h3 {
		font-size: 16px;
	}
	.app_name {
		font-size: 15px;
		height: 20px;
		line-height: 16px;
		transform: translate(-0%, -90%);
	}
}


@media(max-width: 425px) {
	h1.name {
		font-size: 40px;
	}

	.card, .sections {
		height: 120px;
		margin-top: 7px;
		margin-right: 3px;
		margin-bottom: 7px;
		margin-left: 3px;
		float: left;
	}

	.card {
		width: calc(94% / 2);
	}

	.sections {
		width: 100%;
		height: auto;
	}

	.list-card .exp {
		margin-bottom: 5px;
	}

	.timeline{
		display: block;
	}

	.job-title {
		position: absolute;
		font-size: 15px;
		top: -40px;
		right: 20px;
		padding: 10px
	}

	.lead {
		margin-top: 15px;
		font-size: 20px;
		line-height: 28px;
	}
	.container {
		margin: 0px;
		padding: 0 15px;
		margin-right: 10px;
		margin-left: 10px;
	}
	footer {
		margin-top: 2050px;
	}

	.icon_shift {
		margin-left: 2px;
		margin-right: 2px;
	}
	.contact-row {
		display: block;
		font-size: 20px;
	}
	.break-line {
		display: none;
	}
	.content-title {
		margin-top: 50px;
		margin-bottom: 20px;
	}

	.list-card {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.experiences {
		display: none;
	}

	.award {
		width: 100%;
		height: 120px;
		padding-top: 10px;
	}
	.skill-level h2 {
		font-size: 70px;
		padding-top: 10px;
	}
	.skill-level span {
		font-size: 25px;
		padding-top: 20px;
	}
	.award-meta {
		margin-top: 10px;
		margin-left: 10px;
	}
	.award-meta h3 {
		font-size: 16px;
	}

	.container-sides {
		margin-left: 30px;
	}
	.award-meta {
		max-width: 200px;
	}
	.list-card h3 {
		font-size: 16px;
	}
	.cards {
		display: block;
		margin-top: 40px;
	}
	.app_name {
		font-size: 15px;
		height: 20px;
		line-height: 16px;
		transform: translate(-0%, -90%);
	}
}