.grid_6, .grid_8, .grid_10, .grid_16, .container_16 {
	margin: 0 10px;
}

/* 
Theme name : Simple Vitae / Simple Curriculum / Simple Resume
Description : Your resume on the internet, an extra way to make yourself known. The theme fits any type of use;
Creator : Christophe HERMANN (@chrishrmnn)
*/

/**********
/* Header
**********/
	header[role=banner] {
		background:#fff;
		border-bottom:4px solid #33a4c9;
		padding: 19px 0;
		overflow: hidden;
	}
	
	header figure {
		display: none;
	}
	
	header hgroup {
		text-align: center;
	}
	
	header hgroup h1 {
		color:#555;
		font-family:'DroidSansBold', Arial, sans-serif;
	}
	
	header hgroup h2 {
		color:#000000;
		font-style: italic;
		line-height: 30px;
		text-shadow: 1px 1px 0 rgba(0,0,0,.3);
	}

/***************
/* Body - Main
***************/
	section[role=main] {
		padding: 21px 0;
		overflow: hidden;
	}
	
	.aboutme, .languages, .skills, .experience, .projects, .education, .hobbies, .contact, .certificates {
		margin-top: 63px;
	}
	
	section[role=main] h3 {
		border-bottom: 1px solid #e1e1e1;
		padding: 0 0 20px 60px;
		margin-top: 0px;
		position: relative;
 	}
	
	section[role=main] h3:after, h3:before {
		content: ' ';
		display: block;
		height: 50px;
		left: 0;
		position: absolute;
		top: -15px;
		width: 50px;
	}
	
	section[role=main] h3:before {
		background-color: #33a4c9;
		border-radius: 25px;
	}
	
	section[role=main] h4 {
		margin-bottom: 0px;
	}
	
	section[role=main] h4 strong {
		color: #147393;
		font-weight: normal;
	}
	
	.collapsible {
		background-color: #ddd;
		color: #444;
		cursor: pointer;
		padding: 18px;
		margin-top: 2px;
		width: 100%;
		border: none;
		text-align: center;
		outline: none;
		font-size: 15px;
	}

	.collapsible:after {
		content: '\002B';
		color: white;
		font-weight: bold;
		float: right;
		margin-left: 5px;
	}

	.active:after {
		content: '\2212';
	}

	.active, .collapsible:hover {
		background-color: #ccc;
	}

	.content {
		padding: 0 18px;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
		background-color: #e6dede;
	}

	.aboutme {
		margin-bottom: 63px;
	}

	.experience li, .education li, .certificates li {
		margin-bottom: 63px;
	}
	
	.projects li {
		margin-bottom: 10px;
	}

	.experience li:last-child, .education li:last-child, .projects li:last-child, .certificates li:last-child {
		margin-bottom: 21px;
	}
	
	.languages .tags li {
		background-color:#33a4c9;
		border:1px solid #1b91b7;
		border-radius: 15px;
		color:#fff;
		display: inline-block;
		line-height: 13px;
		margin: 0 7px 17px 0;
		padding: 5px 10px;
	}
	
	.languages .bars li {
		margin-bottom: 21px;
		position: relative;
	}
	
	.languages .bars li:after {
		background: #e1e1e1;
		bottom: -4px;
		content: ' ';
		display: block;
		height: 5px;
		position: absolute;
		width:100%;
	}
	
	.languages .bars li span {
		background: #33a4c9;
		bottom: -4px;
		content: ' ';
		display: block;
		height: 5px;
		left: 0;
		position: absolute;
		width: inherit;
		z-index: 1;
	}

	.skills .tags li {
		background-color:#33a4c9;
		border:1px solid #1b91b7;
		border-radius: 15px;
		color:#fff;
		display: inline-block;
		line-height: 13px;
		margin: 0 7px 17px 0;
		padding: 5px 10px;
	}
	
	.skills .bars li {
		margin-bottom: 21px;
		position: relative;
	}
	
	.skills .bars li:after {
		background: #e1e1e1;
		bottom: -4px;
		content: ' ';
		display: block;
		height: 5px;
		position: absolute;
		width:100%;
	}
	
	.skills .bars li span {
		background: #33a4c9;
		bottom: -4px;
		content: ' ';
		display: block;
		height: 5px;
		left: 0;
		position: absolute;
		width: inherit;
		z-index: 1;
	}
	
	.place, .dates, .phone, .mail, .github, .description {
		padding-left: 25px;
		margin: 0 10px 1px 0;
	}
	
	.place {
		background-position: 0 -2px;
		color: #999;
	}

	.description {
		color: #777;
	}

	.dates {
		background-position: 0 -22px;
		color: #999;
	}
	
	.phone {
		background-position: 0 -40px;
	}
	
	.mail {
		background-position: 0 -58px;
	}
	
	.github {
		background-position: 0 -80px;
	}