@charset "utf-8";
/*
Theme Name: Diego Teliz
Author: Diego Teliz - aloha@diegoteliz.com
Version: 1.0
*/

/* ==============================================================
                        
                        -- CONTENTS --


1.	Reset default browser CSS

2.	General

	- General tags
	- Icon Fonts
	- Structure
	- Preloader

3.	Main menu

	- Menu icon
	- Menu items
	- Logo
	- Social icons

4.	Home

5.	Work

5.1	Work > Single

6.	About

	- Bio
	- Skills
	- Brands

7.	Contact

8. Media Queries

	- 1024px
	- 768px
	- 540px
	- 480px
	- 320px
	

============================================================== */


/* 1. Reset default browser CSS
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, figure, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}:focus {
	outline: 0;
}
body {
	background: #FFF;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* 2. General
-------------------------------------------------------------- */

/* General tags */
html {
	font-size: 16px;
}
body {
	background: #EEE;
	color: #444;
	font: 400 1rem 'Open Sans', serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}
h1 {
	color: #222;
	font: 300 2.25rem 'Open Sans', serif;
	text-align: center;
	padding: 1rem 0.75rem;
	width: 100%;
}
h2 {
	color: #00A9A4;
	font: 600 1.25rem 'Open Sans', serif;
	padding: 0.3125rem 0.75rem;
	width: 100%;
}
p {
	font: 1rem/1.8rem 'Roboto', sans-serif;
	padding: 0.75rem;
}

/* Icon Fonts */
@font-face {
	font-family: 'diegoteliz';
	src:url('/font/diegoteliz.eot?jr898q');
	src:url('/font/diegoteliz.eot?#iefixjr898q') format('embedded-opentype'),
		url('/font/diegoteliz.woff?jr898q') format('woff'),
		url('/font/diegoteliz.ttf?jr898q') format('truetype'),
		url('/font/diegoteliz.svg?jr898q#diegoteliz') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-facebook:before,
.icon-linkedin:before,
.icon-behance:before,
.icon-github:before,
.icon-google:before,
.icon-twitter:before,
.icon-grid:before,
.icon-previous:before,
.icon-next:before,
.icon-email:before {
	font-family: 'diegoteliz';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e601";
}
.icon-linkedin:before {
	content: "\e602";
}
.icon-behance:before {
	content: "\e603";
}
.icon-github:before {
	content: "\e604";
}
.icon-google:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e606";
}
.icon-grid:before {
	content: "\e607";
}
.icon-previous:before {
	content: "\e608";
}
.icon-next:before {
	content: "\e609";
}
.icon-email:before {
	content: "\e610";
}


/* Structure */
#dinamic-content {
	height: 100%;
	left: 120px;
	position: absolute;
	right: 0;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
		    transition: all 1s ease;
}

/* Preloader */
#preloader {
	background: #EEE url('/img/preloader.gif') no-repeat center;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 3;
}


/* 3. Main menu
-------------------------------------------------------------- */
#main-menu {
	background: #222;
	-webkit-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.4);
	        box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.4);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
		    transition: all 1s ease;
	width: 120px;
	z-index: 5;
}
#main-menu:hover {
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	width: 215px;
}

#main-menu:hover > #main-nav-wrapper > #options-btn {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
		 -o-transition: all 0.4s ease;
		    transition: all 0.4s ease;
	transform: scale(0.5);
	visibility: hidden;
}

/* Menu icon */
#menu-btn {
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	opacity: 1;
	position: relative;
	top: 30px;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
		    transition: all 1s ease;
	width: 40px;
}
#menu-btn span {
	background: #DDD;
	display: block;
	font-size: 0;
	height: 4px;
	left: 0;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	-webkit-touch-callout: none;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
		 -o-transition: all 1s ease;
		    transition: all 1s ease;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 100%;
}
#menu-btn span:before,
#menu-btn span:after {
	background: #DDD;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}
#menu-btn span:before {
	-webkit-transform: translateY(-250%);
	   -moz-transform: translateY(-250%);
	    -ms-transform: translateY(-250%);
	     -o-transform: translateY(-250%);
	        transform: translateY(-250%);
}

#menu-btn span:after {
	-webkit-transform: translateY(250%);
	   -moz-transform: translateY(250%);
	    -ms-transform: translateY(250%);
	     -o-transform: translateY(250%);
	        transform: translateY(250%);
}

/* Menu items */
#main-nav {
	opacity: 0;
	position: relative;
	text-align: center;
	top: 60px;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.main-nav-item {
	margin: 20px;
}
.main-nav-item a {
	color: #DDD;
	display: block;
	font: 400 1.25rem 'Open Sans', serif;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
.main-nav-item a:hover {
	color: #FFF;
	text-decoration: line-through;
}

/* Logo */
#logo {
	left: 50%;
	margin: -27px 0 0 -27px;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	-webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
		 -o-transition-delay: 0.2s;
		    transition-delay: 0.2s;
}
#logo a {
	display: block;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}
#logo a:hover {
	opacity: 0.5;
}

/* Social icons */
#options-btn {
	display: block;
	bottom: 0;
	height: 40px;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	margin-right: -28px;
	opacity: 1;
	padding: 15px 25px;
	position: absolute;
	right: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 6px;
}
#options-btn span {
	background: #DDD;
	border-radius: 50%;
	display: block;
	font-size: 0;
	height: 5px;
	position: absolute;
	top: 33px;
	-webkit-touch-callout: none;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 6px;
}
#options-btn span:before {
	border-radius: 50%;
	-moz-box-shadow: -12px 0  #DDD, 12px 0  #DDD;
	-webkit-box-shadow: -12px 0  #DDD, 12px 0  #DDD;
	box-shadow: -12px 0  #DDD, 12px 0  #DDD;
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
}

#options-wrapper {
	bottom: 18px;
	left: 58px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	position: fixed;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	z-index: 4;
}
#options li {
	display: inline-block;
}
#options li a {
	color: #DDD;
	display: block;
	font: 0 "Open Sans", serif;
	padding: 7px;
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#options li a:before {
	font-size: 1.3rem;
}


/* 4. Home
-------------------------------------------------------------- */
#code {
	color: #222;
	font: 300 2.25rem 'Open Sans', serif;
	margin: 0 auto;
	position: relative;
	top: 30%;
	width: 350px;
	word-spacing: 5px;
}
.line {
	margin: 8px 0;
	padding-left: 10px;
}
.line.tab1 {
	padding-left: 75px;
}
.code-type {
	color: #8C3993;
	font-size: 2.375rem;
}
.code-var {
	color: #4885D6;
	font-size: 2.375rem;
}
.code-string {
	color: #3FA333;
}


/* 5. Work
-------------------------------------------------------------- */
#work {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.work-item {
	background: #EEE url('/img/preloader-work.gif') center center no-repeat;
	-webkit-box-shadow: 0 0 4px 2px rgba(180, 180, 180, 0.8);
	   -moz-box-shadow: 0 0 4px 2px rgba(180, 180, 180, 0.8);
	        box-shadow: 0 0 4px 2px rgba(180, 180, 180, 0.8);
	position: absolute;
	overflow: hidden;
	width: 48.5%;
}
.work-link:hover > figure > .work-info {
	bottom: 0;
}
.work-link:hover > figure > .work-img {
	margin-top: -30px;
}
.work-link figure,
.work-img {
	height: 100%;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	width: 100%;
}
.work-info {
	background: #111;
	border: 1px solid #000;
	bottom: -88px;
	height: 86px;
	opacity: 0.8;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 100%;
}
.work-name {
	color: #FFF;
	font: 600 1.125rem 'Open Sans', serif;
	padding: 20px 40px 0;
}
.work-description {
	color: #FFF;
	font: 400 0.875rem 'Open Sans', serif;
	padding: 0 40px 20px;
}
#work-item-1 {
	left: 1%;
	height: 65%;
	top: 1%;
}
#work-item-2 {
	left: 50.5%;
	height: 32%;
	top: 1%;
}
#work-item-3 {
	left: 50.5%;
	height: 32%;
	top: 34%;
}
#work-item-4 {
	left: 1%;
	height: 32%;
	top: 67%;
}
#work-item-5 {
	left: 50.5%;
	height: 32%;
	top: 67%;
}


/* 5.1 Work - Single
-------------------------------------------------------------- */
.work-single {
	text-align: center;
}
.work-single h1 {
	padding: 5.6rem 0 2rem;
}
.work-single-img {
	border-radius: 0.3125rem;
	margin: 5rem 0;
	-webkit-box-shadow: 0 0 8px 2px rgba(150, 150, 150, 0.8);
	   -moz-box-shadow: 0 0 8px 2px rgba(150, 150, 150, 0.8);
	        box-shadow: 0 0 8px 2px rgba(150, 150, 150, 0.8);
}
.work-details {
	margin: 0 auto;
	width: 540px;
}
.work-more-info {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	line-height: 1.5rem;
	margin: 3rem 0 2rem;
	padding: 0.25rem 0.75rem;
}
.work-more-info a {
	color: #00A9A4;
	text-decoration: none;
}
.work-more-info a:hover {
	text-decoration: line-through;
}
.separator {
	border-bottom: 2px solid #999;
	margin: 1rem auto 0;
	padding: 0.8rem 0;
	width: 315px;
}
.footer-logo {
	border: 16px solid #EEE;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	margin: -4rem 0 5rem;
}

/* Navigation */
#work-nav {
	position: fixed;
	right: 1px;
	top: 1px;
}
.work-nav-item {
	background: #CCC;
	color: #222;
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 1px;
	opacity: 0.6;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	width: 50px;
}
.work-nav-item:hover {
	opacity: 1;
}
.work-nav-item#prev {
	font-size: 20px;
	text-indent: -2px;
}
.work-nav-item#next {
	font-size: 20px;
	text-indent: 2px;
}
.work-nav-item#grid {
	font-size: 32px;
}


/* 6. About
-------------------------------------------------------------- */

/* Bio */
#bio {
	text-align: center;
}
#bio a {
	color: #444;
	font-style: italic;
	text-decoration: none;
}
#bio a:hover {
	text-decoration: line-through;
}
#bio,
#skills,
#brands {
	margin: 5rem auto;
	width: 540px;
}
#skills,
#brands {
	margin: 10rem auto;
}
#diegoteliz {
	padding-bottom: 1.5rem;
}
#diegoteliz img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow:0 0 5px 2px rgba(119,119,119,0.4);
	   -moz-box-shadow:0 0 5px 2px rgba(119,119,119,0.4);
	        box-shadow:0 0 5px 2px rgba(119,119,119,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Glow(Color=#ff777777,Strength=3)";
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#ff777777,Strength=3);
	margin: 1.25rem 1rem;
}
#diegoteliz h1 {
	padding: 0;
}
#diegoteliz h2 {
	padding: 0.3125rem 0;
}
.separator-small {
	border-bottom: 1px solid #999;
	margin: 0 auto;
	padding: 0.8rem 0;
	width: 120px;
}

/* Skills */
#skills h2 {
	margin: 2.5rem 0 0;
}
#skills p {
	font: 1.25rem/1.8rem 'Roboto Condensed', sans-serif;
	padding: 0.2rem 0.75rem;
}

/* Brands */
#brands {
	width: 860px;
}
#brands h1 {
	margin-bottom: 2rem;
}
#brands-list {
	text-align: center;
}
#brands-list li {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(200, 200, 200, 0.5);
	   -moz-box-shadow: 2px 2px 4px 0 rgba(200, 200, 200, 0.5);
	        box-shadow: 2px 2px 4px 0 rgba(200, 200, 200, 0.5);
	display: inline-block;
	margin: 8px;
}
#brands-list img {
	padding: 15px 8px;
}


/* 7. Contact
-------------------------------------------------------------- */
#contact {
	position: relative;
	text-align: center;
	top: 40%;
}
#social-links-wrapper,
#contact-info {
	margin: 30px 0;
}
#contact-info p {
	font: 400 1rem/1.6rem 'Open Sans', serif;
}
#contact-info a {
	color: #444;
	text-decoration: none;
}
#contact-info a:hover {
	text-decoration: line-through;
}
#social-links li {
	display: inline-block;
	margin: 5px;
}
.social-link {
	background: #FFF;
	border: 1px solid #AAA;
	color: #999;
	font-size: 28px;
	line-height: 72px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	-webkit-box-shadow: 2px 2px 4px 0 rgba(180, 180, 180, 0.5);
	   -moz-box-shadow: 2px 2px 4px 0 rgba(180, 180, 180, 0.5);
	        box-shadow: 2px 2px 4px 0 rgba(180, 180, 180, 0.5);
	display: block;
	height: 70px;
	overflow: hidden;
	text-decoration: none;
	text-shadow: 0 -70px #FFF;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease;
	width: 70px;
}
.social-link:hover {
	background: #AAA;
	line-height: 212px;
}
.social-link#linkedin:hover {
	background: #017FB2;
	border-color: #017FB2;
}
.social-link#twitter:hover {
	background: #2AA9E0;
	border-color: #2AA9E0;
}
.social-link#email:hover {
	background: #1CBB9B;
	border-color: #1CBB9B;
}
.social-link#facebook:hover {
	background: #3B5998;
	border-color: #3B5998;
}
.social-link#github:hover {
	background: #6F2D84;
	border-color: #6F2D84;
	line-height: 215px;
}


/* 8. Media Queries
------------------------------------------------------------------ */

@media screen and (max-height: 580px) and (min-width: 1024px) {
	#main-menu:hover > #logo {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.2s ease;
		   -moz-transition: all 0.2s ease;
		     -o-transition: all 0.2s ease;
		        transition: all 0.2s ease;
	}
}

@media screen and (min-width: 1024px) {

	/* Main Menu */
	#main-menu:hover > #main-nav-wrapper > #main-nav {
		opacity: 1;
		-webkit-transition: all 1s ease;
		   -moz-transition: all 1s ease;
			 -o-transition: all 1s ease;
			    transition: all 1s ease;
	}
	#main-menu:hover > #main-nav-wrapper #options-wrapper {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		visibility: visible;
	}
	#main-menu:hover > #main-nav-wrapper > #menu-btn {
		opacity: 0.3;
		-webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		     -o-transition: all 0.5s ease;
		        transition: all 0.5s ease;
	}
	#options li a {
		display: none;
		-moz-transform: scale(0.1);
		-ms-transform: scale(0.1);
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
	}
	#main-menu:hover > #main-nav-wrapper #options-wrapper a {
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#options li a.both-views {
		display: block;
	}
	#options li:nth-child(1) a.both-views {
		-webkit-transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		transition-delay: 0;
	}
	#options li:nth-child(2) a.both-views {
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	#options li:nth-child(3) a.both-views {
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
}

@media screen and (max-width: 1023px) {
	
	/* Main Menu */
	#main-menu {
		height: 70px;
		width: 100%;
	}
	#main-menu:hover {
		width: 100%;
	}
	#main-menu:hover > #main-nav-wrapper > #options-btn {
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		transform: scale(1);
		visibility: visible;
	}
	
	#menu-btn {
		left: 25px;
		margin-left: 0;
		top: 15px;
		width: 30px;
	}
	#menu-btn span {
		height: 3px;
	}

	#main-nav {
		background: #333;
		opacity: 0;
		position: absolute;
		top: 70px;
		-webkit-transition: all 0.2s ease;
		   -moz-transition: all 0.2s ease;
		     -o-transition: all 0.2s ease;
		        transition: all 0.2s ease;
		-webkit-transform: scale(0.7);
		   -moz-transform: scale(0.7);
		    -ms-transform: scale(0.7);
		        transform: scale(0.7);
		width: 100%;
		visibility: hidden;
	}
	#main-nav.opened {
		display: inline-block;
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		visibility: visible;
	}
	.main-nav-item {
		border-bottom: 1px solid #444;
		margin: 0;
	}

	#logo a img {
		height: 30px;
		padding: 12px 13px;
		width: 28px;
	}

	#options-btn {
		margin-right: 0;
		right: 0;
		top: 0;
	}
	#options-btn span:before {
		-moz-box-shadow: 0 -9px #DDD, 0 9px #DDD;
		-webkit-box-shadow: 0 -9px #DDD, 0 9px #DDD;
		box-shadow: 0 -9px #DDD, 0 9px #DDD;
	}

	#options-wrapper {
		bottom: auto;
		left: auto;
		right: 0;
		top: 70px;
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		width: 170px;
	}
	#options-wrapper.opened {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		visibility: visible;
	}
	#options li {
		display: block;
	}
	#options li a {
		background: #222;
		border-top: 1px solid #323232;
		color: #888;
		padding: 12px 20px;
		font-size: 0.9rem;
	}
	#options li a:hover {
		background: #323232;
	}
	#options li a:before {
		font-size: 1rem;
		padding-right: 15px;
	}

	/* Structure */
	#dinamic-content {
		left: 0;
		position: absolute;
		right: 0;
		top: 70px;
	}
	.work-single,
	#about,
	#contact {
		padding: 0 2rem;
	}

	/* Work */
	.work-info {
		bottom: 0;
		height: auto;
	}
	.work-name {
		padding: 10px 20px;
	}
	.work-description {
		display: none;
	}

	/* Work - Single */
	.work-single-img {
		height: auto;
		width: 100%;
	}
	#work-nav {
		top: 71px;
	}
	
	/* About */
	#brands {
		width: 100%;
	}

	/* Contact */
	.social-link {
		line-height: 212px;
	}
	.social-link#linkedin {
		background: #017FB2;
		border-color: #017FB2;
	}
	.social-link#twitter {
		background: #2AA9E0;
		border-color: #2AA9E0;
	}
	.social-link#email {
		background: #1CBB9B;
		border-color: #1CBB9B;
	}
	.social-link#facebook {
		background: #3B5998;
		border-color: #3B5998;
	}
	.social-link#github {
		background: #6F2D84;
		border-color: #6F2D84;
		line-height: 215px;
	}

}

@media screen and (max-width: 767px) {
	
	/* Work */
	.work-item {
		width: 48.5%;
	}
	.work-link:hover > figure > .work-img {
		margin-top: 0;
	}
	#work-item-1 {
		left: 1%;
		height: 32%;
		width: 98%;
		top: 1%;
	}
	#work-item-2 {
		left: 1%;
		top: 34%;
	}

	/* About */
	#about {
		margin-top: -70px;
	}
	#bio,
	#skills {
		margin: 5rem auto;
		width: 100%;
	}

	/* Work - Single */
	.work-details {
		width: 100%;
	}
	.work-single-img {
		margin: 2rem 0;
	}

}

@media screen and (max-width: 539px) {
	
	/* Work */
	.work-name {
		font: 600 0.8rem 'Open Sans', serif;
		padding: 10px 20px;
	}

}

@media screen and (max-width: 479px) {
	
	/* Home */
	#code {
		font: 300 1.5rem 'Open Sans', serif;
		top: 10%;
		width: 260px;
	}
	.code-type,
	.code-var {
		font-size: 1.6rem;
	}

	.separator {
		width: 100%;
	}
	
}