* {
	border: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

img {
	display: block;
}

html, body {
	background: url(../images/wild_oliva.png);
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #111;
}

#footer {
	width: 100%;
	padding: 30px 0;
}

#footer #copyright {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	font-weight: ;
}

@media all and (min-width: 1080px) {
	#menu {
		width: 100%;
	}

	#menu ul {
		list-style-type: none;
		width: 1080px;
		margin: 0 auto;
	}

	#menu ul li {
		float: right;
	}

	#menu ul li a {
		color: #fff;
		font-size: 12.5px;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		padding: 30px 25px;
		text-transform: uppercase;
		display: block;
		font-weight: 800;
	}

	#menu ul li a.active {
		text-decoration: underline;
	}

	#cv {
		width: 1080px;
		margin: 0px auto 60px;
		background: #222;
		box-shadow: 0 2.5px 5px #222;
	}

	#cv #right {
		padding: 20px;
		background: #222;
	}

	#cv #left {
		width: 300px;
		float: left;
		background: #222;
		height: 100%;
	}

	#cv #left #profilepic-container {
		width: 300px;
		height: 300px;
		position: relative;
	}

	#cv #left #profilepic-container #background-triangle {
		width: 0;
		height: 0;
		border-top: 300px solid #46ACE5;
		border-right: 300px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
	}

	#cv #left #profilepic-container #profilepic {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		border: 3px solid #fff;
		position: absolute;
		z-index: 20;
		top: 50px;
		right: 50px;
		left: 50px;
		bottom: 50px;
	}

	#cv #left #profilepic-container #profilepic img {
		width: 194px;
		height: 194px;
		border-radius: 100px;
	}

	#cv #left #my-name {
		margin: 30px 0 10px;
	}

	#cv #left #my-name h1 {
		font-family: 'Muli', sans-serif;
		color: #fff;
		font-weight: 600;
		text-align: center;
		font-size: 35px;
		text-transform: uppercase;
	}

	#cv #left #my-name h1 span.blue {
		color: #46ACE5;
	}

	#cv #left #my-name h1 span.subtitle {
		font-family: 'Muli', sans-serif;
		color: #fff;
		text-align: center;
		font-size: 17.5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		font-weight: normal;
		padding: 5px 0;
		display: block;
		margin: 20px 20px 0;
	}

	#cv #left .box {
		padding: 20px;
	}

	#cv #left .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		color: #222;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #left .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #fff;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		margin: 4.5px 0;
		color: #fff;
		width: calc(260px - 55px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #left .box .content .info-box {
		margin-top: 20px;
	}

	#cv #left .box .content .info-box .label {
		font-family: 'Raleway', sans-serif;
		color: #ccc;
		font-weight: 800;
		font-size: 12.5px;
		letter-spacing: 1.5px;
	}

	#cv #left .box .content .info-box .info {
		font-family: 'Raleway', sans-serif;
		color: #fff;
		font-size: 15px;
	}

	#cv #left .box .content .interest {
		float: left;
		background: #111;
		border-radius: 15px;
		padding: 7.5px 10px;
		margin-top: 15px;
		margin-right: 20px;
	}

	#cv #left .box .content .interest .icon {
		color: #fff;
		font-size: 15px;
		margin-right: 5px;
	}

	#cv #left .box .content .interest .text {
		color: #fff;
		font-size: 13px;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		margin: 1px 0;
	}

	#cv #left .box .content .social {
		color: #fff;
		text-decoration: none;
		font-family: 'Raleway', sans-serif;
		text-align: center;
		font-size: 15px;
		margin-top: 15px;
		display: block;
		padding: 10px 0;
		border-radius: 17.5px;
	}

	#cv #left .box .content .social#facebook {
		background: #4064AC;
	}
	
	#cv #left .box .content .social#linkedin {
		background: #0078B5;
	}

	#cv #left .box .content .social#instagram {
		background: #EB3F5E;
	}
	
	#cv #left .box .content .social#github {
		background: #3B2C00;
	}

	#cv #left .box .content .social .icon {
		margin-right: 5px;
	}

	#cv #left .box .content .social .text {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		font-size: 12.5px;
		letter-spacing: 1px;
		margin-top: -2px;
	}

	#cv #right {
		width: 780px;
		float: right;
		background: url(../images/white-waves.png);
	}

	#cv #right .box:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #222;
		border-radius: 20px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #right .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #333;
		text-transform: uppercase;
		border-bottom: 1px solid #333;
		margin: 4.5px 0;
		color: #222;
		width: calc(740px - 51px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #right .box .content {
		margin-top: 15px;
	}

	#cv #right .box .content .job:not(:last-child), 
	#cv #right .box .content .education:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .content .job .left, 
	#cv #right .box .content .education .left {
		width: 225px;
		float: left;
	}

	#cv #right .box .content .job .left .duration, 
	#cv #right .box .content .education .left .duration {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .left .location, 
	#cv #right .box .content .education .left .location {
		color: #222;
		font-size: 13.5px;
		font-family: 'Open Sans', sans-serif;
	}

	#cv #right .box .content .job .right, 
	#cv #right .box .content .education .right {
		width: 500px;
		float: right;
	}

	#cv #right .box .content .job .right h2, 
	#cv #right .box .content .education .right h2 {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .right .company, 
	#cv #right .box .content .education .right .school {
		font-style: italic;
		color: #222;
		font-size: 12.5px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 5px;
	}

	#cv #right .box .content .job .right .description, 
	#cv #right .box .content .education .right .description {
		color: #222;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
	}

	#cv #right .box .content .skill {
		width: 360px;
		float: left;
		margin-bottom: 20px;
	}

	#cv #right .box .content .skill:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .skill h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .skill h4 .percentage {
		font-weight: normal;
		float: right;
		font-style: italic;
	}

	#cv #right .box .content .skill .bar {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		position: relative;
	}

	#cv #right .box .content .skill .bar .progress {
		height: 11px;
		border-radius: 7.5px;
		position: absolute;
		top: 0;
		left: -0.5px;
		background: #222;
	}

	#cv #right .box .content .skill .bar .progress.p95 { width: 95%; }
	#cv #right .box .content .skill .bar .progress.p90 { width: 90%; }
	#cv #right .box .content .skill .bar .progress.p80 { width: 80%; }
	#cv #right .box .content .skill .bar .progress.p70 { width: 70%; }
	#cv #right .box .content .skill .bar .progress.p60 { width: 60%; }
	#cv #right .box .content .skill .bar .progress.p20 { width: 20%; }
	#cv #right .box .content .skill .bar .progress.p30 { width: 30%; }
	#cv #right .box .content .skill .bar .progress.p50 { width: 50%; }

	#cv #right .box .content .language {
		width: 360px;
		float: left;
	}

	#cv #right .box .content .language:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .language h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .language .dots {
		float: left;
	}

	#cv #right .box .content .language .dots .dot {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		width: 15px;
		float: left;
	}

	#cv #right .box .content .language .dots .dot.filled {
		background: #222;
	}

	#cv #right .box .content .language .dots .dot:not(:last-child) {
		margin-right: 7.5px;
	}

	#cv #right .box .content .language .niveau {
		float: right;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
		color: #333;
		font-size: 14px;
		margin-top: -2.5px;
	}
	
	#cases {
		margin: 0 auto;
		width: 1080px;
	}

	#cases .category  {
		margin-bottom: 60px;
	}

	#cases .category h2 {
		font-family: 'Raleway', sans-serif;
		color: rgba(255,255,255,1);
		text-transform: uppercase;
		font-size: 25px;
		margin-bottom: 30px;
		font-weight: 700;
	}

	#cases .category  .case {
		width: calc((1080px - 20px) / 2);
		box-shadow: 0 2.5px 5px #222;
		float: left;
		margin-bottom: 20px;
		border-radius: 2.5px;
		position: relative;
	}

	#cases .category  .case:not(:nth-child(2n+2)) {
		margin-right: 20px;
	}

	#cases .category  .case  img {
		width: 100%;
		border-radius: 2.5px 2.5px 0 0;
	}

	#cases .category  .case .info {
		padding: 20px;
		background: #fff;
		border-radius: 0 0 2.5px 2.5px;
		border-top: 1px solid #ccc;
	}

	#cases .category  .case h3 {
		font-family: 'Quicksand', sans-serif;
		font-size: 25px;
		font-weight: normal;
		color: #000;
		margin-bottom: 15px;
	}

	#cases .category  .case h3 .more {
		float: right;
		color: #666;
		font-size: 20px;
	}

	#cases .category  .case h3 .more:hover {
		cursor: pointer;
		color: #333;
	}

	#cases .category  .case .info .description {
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		line-height: 20px;
		color: #222;
		margin-bottom: 30px;
	}

	#cases .category  .case .overlay {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		border-radius: 2.5px;
		z-index: 10;
		display: none;
	}

	#cases .category  .case .overlay h3 {
		padding: 20px;
	}

	#cases .category  .case .overlay h3 .more {
		font-size: 30px;
	}

	#cases .category  .case .overlay ul {
		padding: 0 40px;
		height: 298px;
	}

	#cases .category  .case .overlay ul li {
		padding-left: 0px;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		padding-bottom: 7.5px;
		color: #222;
	}

	#cases .category  .case .overlay  .buttons {
		width: 100%;
		padding: 20px;
		height: 90px;
		background: transparent;
		border-top: 1px solid #ddd;
	}

	#cases .category  .case .overlay  .buttons .button {
		color: #fff;
		background: #333;
		box-shadow: 0 0 2.5px #000;
		font-size: 20px;
		padding: 15px;
		border-radius: 30px;
		float: left;
	}
}

@media all and (max-width: 1079px) {
	#menu {
		width: 100%;
		margin: 0 auto;
	}

	#menu ul {
		list-style-type: none;
		float: right;
	}

	#menu ul li {
		float: left;
	}

	#menu ul li a {
		color: #999;
		font-size: 15px;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		padding: 30px 25px;
		text-transform: uppercase;
		display: block;
		font-weight: 800;
	}

	#menu ul li a.active {
		color: #fff;
	}
	
	#cv {
		width: 95%;
		margin: 0 2.5% 20px;
		background: #222;
		box-shadow: 0 2.5px 5px #222;
	}

	#cv #right {
		padding: 20px;
		background: #222;
	}

	#cv #left {
		width: 100%;
		background: #222;
	}

	#cv #left #profilepic-container {
		position: relative;
	}

	#cv #left #profilepic-container #background-triangle {
		width: 0;
		height: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
	}

	#cv #left #profilepic-container #profilepic {
		width: 75%;
		height: 75%;
		border-radius: 100%;
		border: 3px solid #fff;
		position: absolute;
		z-index: 20;
		top: 12.5%;
		right: 12.5%;
		left: 12.5%;
		bottom: 12.5%;
	}

	#cv #left #profilepic-container #profilepic img {
		width: 100%;
		height: 100%;
		border-radius: 100%;
	}

	#cv #left #my-name {
		margin: 30px 0 10px;
	}

	#cv #left #my-name h1 {
		font-family: 'Muli', sans-serif;
		color: #fff;
		font-weight: 600;
		text-align: center;
		font-size: 35px;
		text-transform: uppercase;
	}

	#cv #left #my-name h1 span.blue {
		color: #46ACE5;
	}

	#cv #left #my-name h1 span.subtitle {
		font-family: 'Muli', sans-serif;
		color: #fff;
		text-align: center;
		font-size: 17.5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		font-weight: normal;
		padding: 5px 0;
		display: block;
		margin: 20px 20px 0;
	}

	#cv #left .box {
		padding: 20px;
	}

	#cv #left .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		color: #222;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #left .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #fff;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		margin: 4.5px 0;
		color: #fff;
		width: calc(100% - 55px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #left .box .content .info-box {
		margin-top: 20px;
	}

	#cv #left .box .content .info-box .label {
		font-family: 'Raleway', sans-serif;
		color: #ccc;
		font-weight: 800;
		font-size: 12.5px;
		letter-spacing: 1.5px;
	}

	#cv #left .box .content .info-box .info {
		font-family: 'Raleway', sans-serif;
		color: #fff;
		font-size: 15px;
	}

	#cv #left .box .content .interest {
		float: left;
		background: #111;
		border-radius: 15px;
		padding: 7.5px 10px;
		margin-top: 15px;
		margin-right: 20px;
	}

	#cv #left .box .content .interest .icon {
		color: #fff;
		font-size: 15px;
		margin-right: 5px;
	}

	#cv #left .box .content .interest .text {
		color: #fff;
		font-size: 13px;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		margin: 1px 0;
	}

	#cv #left .box .content .social {
		color: #fff;
		text-decoration: none;
		font-family: 'Raleway', sans-serif;
		text-align: center;
		font-size: 15px;
		margin-top: 15px;
		display: block;
		padding: 10px 0;
		border-radius: 17.5px;
	}

	#cv #left .box .content .social#facebook {
		background: #4064AC;
	}
	
	#cv #left .box .content .social#linkedin {
		background: #0078B5;
	}

	#cv #left .box .content .social#instagram {
		background: #EB3F5E;
	}
	
	#cv #left .box .content .social#github {
		background: #3B2C00;
	}

	#cv #left .box .content .social .icon {
		margin-right: 5px;
	}

	#cv #left .box .content .social .text {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		font-size: 12.5px;
		letter-spacing: 1px;
		margin-top: -2px;
	}

	#cv #right {
		width: 100%;
		background: url(../images/white-waves.png);
	}

	#cv #right .box:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #222;
		border-radius: 20px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #right .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #333;
		text-transform: uppercase;
		border-bottom: 1px solid #333;
		margin: 4.5px 0;
		color: #222;
		width: calc(100% - 51px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #right .box .content {
		margin-top: 15px;
	}

	#cv #right .box .content .job:not(:last-child), 
	#cv #right .box .content .education:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .content .job .left .duration, 
	#cv #right .box .content .education .left .duration {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .left .location, 
	#cv #right .box .content .education .left .location {
		color: #222;
		font-size: 13.5px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 5px;
	}

	#cv #right .box .content .job .right h2, 
	#cv #right .box .content .education .right h2 {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .right .company, 
	#cv #right .box .content .education .right .school {
		font-style: italic;
		color: #222;
		font-size: 12.5px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 5px;
	}

	#cv #right .box .content .job .right .description, 
	#cv #right .box .content .education .right .description {
		color: #222;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;

	}

	#cv #right .box .content .skill {
		width: 100%;
		margin-bottom: 20px;
	}

	#cv #right .box .content .skill:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .skill h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .skill h4 .percentage {
		font-weight: normal;
		float: right;
		font-style: italic;
	}

	#cv #right .box .content .skill .bar {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		position: relative;
	}

	#cv #right .box .content .skill .bar .progress {
		height: 11px;
		border-radius: 7.5px;
		position: absolute;
		top: 0;
		left: -0.5px;
		background: #222;
	}

	#cv #right .box .content .skill .bar .progress.p95 { width: 95%; }
	#cv #right .box .content .skill .bar .progress.p90 { width: 90%; }
	#cv #right .box .content .skill .bar .progress.p80 { width: 80%; }
	#cv #right .box .content .skill .bar .progress.p70 { width: 70%; }
	#cv #right .box .content .skill .bar .progress.p60 { width: 60%; }
	#cv #right .box .content .skill .bar .progress.p20 { width: 20%; }
	#cv #right .box .content .skill .bar .progress.p30 { width: 30%; }
	#cv #right .box .content .skill .bar .progress.p50 { width: 50%; }

	#cv #right .box .content .language {
		margin-bottom: 10px;
		width: 100%;
	}

	#cv #right .box .content .language:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .language h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .language .dots {
		float: left;
	}

	#cv #right .box .content .language .dots .dot {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		width: 15px;
		float: left;
	}

	#cv #right .box .content .language .dots .dot.filled {
		background: #222;
	}

	#cv #right .box .content .language .dots .dot:not(:last-child) {
		margin-right: 7.5px;
	}

	#cv #right .box .content .language .niveau {
		float: right;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
		color: #333;
		font-size: 14px;
		margin-top: -2.5px;
	}
	
	#cases {
		margin: 0 2.5%;
		width: 95%;
	}

	#cases .category  {
		margin-bottom: 60px;
	}

	#cases .category h2 {
		font-family: 'Muli', sans-serif;
		color: #fff;
		text-transform: uppercase;
		font-size: 25px;
		font-style: italic;
		margin-bottom: 30px;
	}

	#cases .category  .case {
		width: 100%;
		box-shadow: 0 2.5px 5px #222;
		margin-bottom: 20px;
		border-radius: 2.5px;
		position: relative;
	}

	#cases .category  .case:not(:nth-child(2n+2)) {
		margin-right: 20px;
	}

	#cases .category  .case  img {
		width: 100%;
		border-radius: 2.5px 2.5px 0 0;
	}

	#cases .category  .case .info {
		padding: 20px;
		background: #fff;
		border-radius: 0 0 2.5px 2.5px;
	}

	#cases .category  .case h3 {
		font-family: 'Quicksand', sans-serif;
		font-size: 25px;
		font-weight: normal;
		color: #000;
		margin-bottom: 15px;
	}

	#cases .category  .case h3 .more {
		float: right;
		color: #666;
		font-size: 20px;
	}

	#cases .category  .case h3 .more:hover {
		cursor: pointer;
		color: #333;
	}

	#cases .category  .case .info .description {
		font-family: 'Raleway', sans-serif;
		font-size: 17.5px;
		line-height: 22.5px;
		color: #222;
		margin-bottom: 30px;
	}

	#cases .category  .case .overlay {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		border-radius: 2.5px;
		z-index: 10;
		display: none;
	}

	#cases .category  .case .overlay h3 {
		padding: 20px 20px 5px;
	}

	#cases .category  .case .overlay h3 .more {
		font-size: 30px;
	}

	#cases .category  .case .overlay ul {
		padding: 0 40px;
	}

	#cases .category  .case .overlay ul li {
		padding-left: 0px;
		font-family: 'Quicksand', sans-serif;
		font-size: 17.5px;
		padding-bottom: 7.5px;
		color: #222;
	}

	#cases .category  .case .overlay  .buttons {
		width: 100%;
		padding: 20px;
		height: 85px;
		background: transparent;
		border-top: 1px solid #ddd;
		position: absolute;
		bottom: 0;
	}

	#cases .category  .case .overlay  .buttons .button {
		color: #fff;
		background: #333;
		box-shadow: 0 0 2.5px #000;
		font-size: 15px;
		padding: 12.5px;
		border-radius: 30px;
		float: left;
	}

}

@media print {
	#menu {
		width: 100%;
	}

	#menu ul {
		list-style-type: none;
		width: 1080px;
		margin: 0 auto;
	}

	#menu ul li {
		float: right;
	}

	#menu ul li a {
		color: #fff;
		font-size: 12.5px;
		font-family: 'Raleway', sans-serif;
		text-decoration: none;
		padding: 30px 25px;
		text-transform: uppercase;
		display: block;
		font-weight: 800;
	}

	#menu ul li a.active {
		text-decoration: underline;
	}

	#cv {
		width: 1080px;
		margin: 0px auto 60px;
		background: #222;
		box-shadow: 0 2.5px 5px #222;
	}

	#cv #right {
		padding: 20px;
		background: #222;
	}

	#cv #left {
		width: 300px;
		float: left;
		background: #222;
		height: 100%;
	}

	#cv #left #profilepic-container {
		width: 300px;
		height: 300px;
		position: relative;
	}

	#cv #left #profilepic-container #background-triangle {
		width: 0;
		height: 0;
		border-top: 300px solid #46ACE5;
		border-right: 300px solid transparent;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
	}

	#cv #left #profilepic-container #profilepic {
		width: 200px;
		height: 200px;
		border-radius: 100px;
		border: 3px solid #fff;
		position: absolute;
		z-index: 20;
		top: 50px;
		right: 50px;
		left: 50px;
		bottom: 50px;
	}

	#cv #left #profilepic-container #profilepic img {
		width: 194px;
		height: 194px;
		border-radius: 100px;
	}

	#cv #left #my-name {
		margin: 30px 0 10px;
	}

	#cv #left #my-name h1 {
		font-family: 'Muli', sans-serif;
		color: #fff;
		font-weight: 600;
		text-align: center;
		font-size: 35px;
		text-transform: uppercase;
	}

	#cv #left #my-name h1 span.blue {
		color: #46ACE5;
	}

	#cv #left #my-name h1 span.subtitle {
		font-family: 'Muli', sans-serif;
		color: #fff;
		text-align: center;
		font-size: 17.5px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		font-weight: normal;
		padding: 5px 0;
		display: block;
		margin: 20px 20px 0;
	}

	#cv #left .box {
		padding: 20px;
	}

	#cv #left .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 20px;
		text-align: center;
		color: #222;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #left .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #fff;
		text-transform: uppercase;
		border-bottom: 1px solid #fff;
		margin: 4.5px 0;
		color: #fff;
		width: calc(260px - 55px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #left .box .content .info-box {
		margin-top: 20px;
	}

	#cv #left .box .content .info-box .label {
		font-family: 'Raleway', sans-serif;
		color: #ccc;
		font-weight: 800;
		font-size: 12.5px;
		letter-spacing: 1.5px;
	}

	#cv #left .box .content .info-box .info {
		font-family: 'Raleway', sans-serif;
		color: #fff;
		font-size: 15px;
	}

	#cv #left .box .content .interest {
		float: left;
		background: #111;
		border-radius: 15px;
		padding: 7.5px 10px;
		margin-top: 15px;
		margin-right: 20px;
	}

	#cv #left .box .content .interest .icon {
		color: #fff;
		font-size: 15px;
		margin-right: 5px;
	}

	#cv #left .box .content .interest .text {
		color: #fff;
		font-size: 13px;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		margin: 1px 0;
	}

	#cv #left .box .content .social {
		color: #fff;
		text-decoration: none;
		font-family: 'Raleway', sans-serif;
		text-align: center;
		font-size: 15px;
		margin-top: 15px;
		display: block;
		padding: 10px 0;
		border-radius: 17.5px;
	}

	#cv #left .box .content .social#facebook {
		background: #4064AC;
	}
	
	#cv #left .box .content .social#linkedin {
		background: #0078B5;
	}

	#cv #left .box .content .social#instagram {
		background: #EB3F5E;
	}
	
	#cv #left .box .content .social#github {
		background: #3B2C00;
	}

	#cv #left .box .content .social .icon {
		margin-right: 5px;
	}

	#cv #left .box .content .social .text {
		font-family: 'Raleway', sans-serif;
		text-transform: uppercase;
		font-size: 12.5px;
		letter-spacing: 1px;
		margin-top: -2px;
	}

	#cv #right {
		width: 780px;
		float: right;
		background: url(../images/white-waves.png);
	}

	#cv #right .box:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .heading .icon {
		width: 40px;
		height: 40px;
		background: #222;
		border-radius: 20px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}

	#cv #right .box .heading h1 {
		font-family: 'Quicksand', sans-serif;
		font-weight: normal;
		font-size: 20px;
		padding: 1.25px 0;
		border-top: 1px solid #333;
		text-transform: uppercase;
		border-bottom: 1px solid #333;
		margin: 4.5px 0;
		color: #222;
		width: calc(740px - 51px);
		float: right;
		letter-spacing: 2px;
	}

	#cv #right .box .content {
		margin-top: 15px;
	}

	#cv #right .box .content .job:not(:last-child), 
	#cv #right .box .content .education:not(:last-child) {
		margin-bottom: 20px;
	}

	#cv #right .box .content .job .left, 
	#cv #right .box .content .education .left {
		width: 225px;
		float: left;
	}

	#cv #right .box .content .job .left .duration, 
	#cv #right .box .content .education .left .duration {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .left .location, 
	#cv #right .box .content .education .left .location {
		color: #222;
		font-size: 13.5px;
		font-family: 'Open Sans', sans-serif;
	}

	#cv #right .box .content .job .right, 
	#cv #right .box .content .education .right {
		width: 500px;
		float: right;
	}

	#cv #right .box .content .job .right h2, 
	#cv #right .box .content .education .right h2 {
		font-weight: bold;
		color: #000;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
		text-transform: uppercase;
	}

	#cv #right .box .content .job .right .company, 
	#cv #right .box .content .education .right .school {
		font-style: italic;
		color: #222;
		font-size: 12.5px;
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 5px;
	}

	#cv #right .box .content .job .right .description, 
	#cv #right .box .content .education .right .description {
		color: #222;
		font-size: 15px;
		font-family: 'Open Sans', sans-serif;
	}

	#cv #right .box .content .skill {
		width: 360px;
		float: left;
		margin-bottom: 20px;
        display: none;
	}

	#cv #right .box .content .skill:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .skill h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .skill h4 .percentage {
		font-weight: normal;
		float: right;
		font-style: italic;
	}

	#cv #right .box .content .skill .bar {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		position: relative;
	}

	#cv #right .box .content .skill .bar .progress {
		height: 11px;
		border-radius: 7.5px;
		position: absolute;
		top: 0;
		left: -0.5px;
		background: #222;
	}

	#cv #right .box .content .skill .bar .progress.p95 { width: 95%; }
	#cv #right .box .content .skill .bar .progress.p90 { width: 90%; }
	#cv #right .box .content .skill .bar .progress.p80 { width: 80%; }
	#cv #right .box .content .skill .bar .progress.p70 { width: 70%; }
	#cv #right .box .content .skill .bar .progress.p60 { width: 60%; }
	#cv #right .box .content .skill .bar .progress.p20 { width: 20%; }
	#cv #right .box .content .skill .bar .progress.p30 { width: 30%; }
	#cv #right .box .content .skill .bar .progress.p50 { width: 50%; }

	#cv #right .box .content .language {
		width: 360px;
		float: left;
        display: none;
	}

	#cv #right .box .content .language:nth-child(odd) {
		margin-right: 20px;
	}

	#cv #right .box .content .language h4 {
		font-family: 'Open Sans', sans-serif;
		color: #000;
		font-size: 15px;
		margin-bottom: 2.5px;
	}

	#cv #right .box .content .language .dots {
		float: left;
	}

	#cv #right .box .content .language .dots .dot {
		height: 15px;
		border-radius: 7.5px;
		border: 2px solid #222;
		width: 15px;
		float: left;
	}

	#cv #right .box .content .language .dots .dot.filled {
		background: #222;
	}

	#cv #right .box .content .language .dots .dot:not(:last-child) {
		margin-right: 7.5px;
	}

	#cv #right .box .content .language .niveau {
		float: right;
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
		color: #333;
		font-size: 14px;
		margin-top: -2.5px;
	}
	
	#cases {
		margin: 0 auto;
		width: 1080px;
	}

	#cases .category  {
		margin-bottom: 60px;
	}

	#cases .category h2 {
		font-family: 'Raleway', sans-serif;
		color: rgba(255,255,255,1);
		text-transform: uppercase;
		font-size: 25px;
		margin-bottom: 30px;
		font-weight: 700;
	}

	#cases .category  .case {
		width: calc((1080px - 20px) / 2);
		box-shadow: 0 2.5px 5px #222;
		float: left;
		margin-bottom: 20px;
		border-radius: 2.5px;
		position: relative;
	}

	#cases .category  .case:not(:nth-child(2n+2)) {
		margin-right: 20px;
	}

	#cases .category  .case  img {
		width: 100%;
		border-radius: 2.5px 2.5px 0 0;
	}

	#cases .category  .case .info {
		padding: 20px;
		background: #fff;
		border-radius: 0 0 2.5px 2.5px;
		border-top: 1px solid #ccc;
	}

	#cases .category  .case h3 {
		font-family: 'Quicksand', sans-serif;
		font-size: 25px;
		font-weight: normal;
		color: #000;
		margin-bottom: 15px;
	}

	#cases .category  .case h3 .more {
		float: right;
		color: #666;
		font-size: 20px;
	}

	#cases .category  .case h3 .more:hover {
		cursor: pointer;
		color: #333;
	}

	#cases .category  .case .info .description {
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		line-height: 20px;
		color: #222;
		margin-bottom: 30px;
	}

	#cases .category  .case .overlay {
		position: absolute;
		height: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		border-radius: 2.5px;
		z-index: 10;
		display: none;
	}

	#cases .category  .case .overlay h3 {
		padding: 20px;
	}

	#cases .category  .case .overlay h3 .more {
		font-size: 30px;
	}

	#cases .category  .case .overlay ul {
		padding: 0 40px;
		height: 298px;
	}

	#cases .category  .case .overlay ul li {
		padding-left: 0px;
		font-family: 'Quicksand', sans-serif;
		font-size: 20px;
		padding-bottom: 7.5px;
		color: #222;
	}

	#cases .category  .case .overlay  .buttons {
		width: 100%;
		padding: 20px;
		height: 90px;
		background: transparent;
		border-top: 1px solid #ddd;
	}

	#cases .category  .case .overlay  .buttons .button {
		color: #fff;
		background: #333;
		box-shadow: 0 0 2.5px #000;
		font-size: 20px;
		padding: 15px;
		border-radius: 30px;
		float: left;
	}

    .noprint {
        display: none;
    }
}

.clear {
	clear: both;
}