@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-grgof');
	src:url('fonts/icomoon.eot?#iefix-grgof') format('embedded-opentype'),
		url('fonts/icomoon.woff?-grgof') format('woff'),
		url('fonts/icomoon.ttf?-grgof') format('truetype'),
		url('fonts/icomoon.svg?-grgof#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-right:before {
	content: "\e601";
}
.icon-arrow-left2:before {
	content: "\e602";
}
.icon-arrow-right2:before {
	content: "\e603";
}
.icon-arrow-left3:before {
	content: "\e604";
}
.icon-uniE605:before {
	content: "\e605";
}

@font-face {
	font-family: 'Gotham-light';
	src: url('fonts/gotham-light-webfont.eot');
	src: url('fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-light-webfont.woff') format('woff'),
	url('fonts/gotham-light-webfont.ttf') format('truetype'),
	url('fonts/gotham-light-webfont.svg') format('svg');
	font-weight: 200;
	font-style: 200;
}

@font-face {
	font-family: 'Gotham-book';
	src: url('fonts/gotham-book-webfont.eot');
	src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-book-webfont.woff') format('woff'),
	url('fonts/gotham-book-webfont.ttf') format('truetype'),
	url('fonts/gotham-book-webfont.svg') format('svg');
	font-weight: 300;
	font-style: 300;
}

@font-face {
	font-family: 'Gotham-medium';
	src: url('fonts/gotham-medium-webfont.eot');
	src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-medium-webfont.woff') format('woff'),
	url('fonts/gotham-medium-webfont.ttf') format('truetype'),
	url('fonts/gotham-medium-webfont.svg') format('svg');
	font-weight: 400;
	font-style: 400;
}


@font-face {
	font-family: 'Gotham-black';
	src: url('fonts/gotham-black-webfont.eot');
	src: url('fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-black-webfont.woff') format('woff'),
	url('fonts/gotham-black-webfont.ttf') format('truetype'),
	url('fonts/gotham-black-webfont.svg') format('svg');
	font-weight: 500;
	font-style: 500;
}

@font-face {
	font-family: 'Gotham-thin';
	src: url('fonts/gotham-thin-webfont.eot');
	src: url('fonts/gotham-thin-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/gotham-thin-webfont.woff') format('woff'),
	url('fonts/gotham-thin-webfont.ttf') format('truetype'),
	url('fonts/gotham-thin-webfont.svg') format('svg');
	font-weight: 100;
	font-style: 100;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: 'Gotham-book', sans-serif;
}

* {
	margin: 0;
	outline: none;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	list-style: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
	text-decoration: none;
	color: inherit;
}

html, body {
	height: 100%;
}

#loading {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1100px;
	background: #F3F3F3;
	text-align: center;
	bottom: 0;
	z-index: 90;
	display: none;
}

#loading img {
	width: 32px;
	height: 32px;
	opacity: 0.6;
	vertical-align: bottom;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.bar {
	background: #F3F3F3;
	width: 1100px;
	height: 100px;
	position: fixed;
	top: 0;
	width: 1100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 10;
}

header {
	height: 100px;
	position: fixed;
	top: 0;
	width: 1100px;
	margin: 0 auto;
	left: 0;
	right: 0;
	line-height: 100px;
	z-index: 100;
}

header a {
	padding: 0;
	margin: 0;
}

header a#logo {
	padding: 10px;
	margin: 0;
	margin-left: 80px;
	position: relative;
}

#logo img {
	width: 310px;
	height: 11px;
	position: absolute;
	left: 0;
	/*margin-top: 47px;*/
	border: 0;
	top: 16px;
}

#logo img.logo-white {
	display: none;
}

header button {
	float: right;
	display: block;
	padding: 10px 15px;
	vertical-align: middle;
	border: 0;
	font-size: 1.2em;
	margin: 25px;
	height: 50px;
	cursor: pointer;
	width: 50px;
	background: transparent;
}

#navicon {
	width: 32px;
	text-align: center;
	height: 20px;
	position: absolute;
	top: 40px;
	right: 50px;
	display: none;
}

#navicon img {
	position: absolute;
	left: 0;
	top: 0;
}

#navicon img#navicon-close {
	display: none;
	left: 6px;
	top: -2px;
}

.wrap, footer {
	width: 1100px;
	margin: 0 auto;
}

.wrap {
	min-height: 100%;
	/* equal to footer height */
	margin-bottom: -30px;
	background: #F3F3F3;
}

.wrap:after {
	content: "";
	display: block;
}

footer, .wrap:after {
	height: 30px;
}

footer {
	line-height: 30px;
	font-size: 0.85em;
	padding-left: 15px;
}

#navigation {
	position: fixed;
	background: transparent;
	width: 1100px;
	top: 0;
	width: 1100px;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	overflow: hidden;
}

#navigation nav {
	position: absolute;
	background: #ABABAB;
	left: 100%;
	width: 1100px;
	top: 0;
	width: 1100px;
	margin: 0 auto;
	right: 0;
	bottom: 0;
	z-index: 11;
	color: white;
	z-index: 90;
}

#navigation nav li:hover a, #navigation nav li:active a, #navigation nav li.active {
	color: black;
}

nav {
	text-transform: uppercase;
	font-size: 6em;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 76px;
	display: none;
}

#home nav {
	margin-left: 125px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #ABABAB;
}

#home nav a:hover, #home nav li.active a {
	color: black;
}

nav ul li a {
	font-family: 'Gotham-light', sans-serif;
	font-weight: 200 !important;
}

ul li ul {
	display: none;
	height: 0.3em;
	padding: 10px 0;
}

ul li ul li {
	display: inline-block;
	font-size: 0.3em;
	line-height: 1em;
	vertical-align: top;
}

ul li.active ul {
	display: block;
}

#navigation nav > ul {
	margin: 200px;
	margin-bottom: 50px;
	margin-bottom: 90px;
}

#content {
	padding-top: 100px;
}

.carrousel {
	height: 410px;
	width: 100%;
	overflow: hidden;
	font-size: 0;
}

.carrousel .slide {
	text-align: center;
	display: inline-block;
	width: 1100px;
	position: relative;
}

.carrousel .mask-carrousel {
	width: 4400px;
}

.hide {
	width: 1100px;
	display: none;
}

#designs {
	display: none;
}

#words {
	letter-spacing: 1px;
	color: #5F5F5F !important;
	padding: 2em 7em;
	text-align: justify;
	line-height: 21px;
	font-weight: 600;
}

#contact {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -250px;
}

#contact img {
	width: 500px;
	/*width: 206px;
	height: 164px;*/
}

.signature {
	text-align: right;
}

.signature img {
	width: 240px;
	height: auto;
	position: relative;
	left: -30px;
	top: 30px;
}

#copyright {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #525252;
	margin-left: -120px;
	margin-top: -73px;
}

#copyright img {
	margin-top: 50px;
	width: 158px;
	height: 40px;
}

#credits {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #525252;
	margin-left: -86px;
	margin-top: -79px;
}

#credits h2 {
	text-transform: uppercase;
	color: #000000;
}

#credits h2, #credits h3 {
	margin: 0;
	font-size: 1em;
}

#menu {
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	background: #F3F3F3;
	padding: 2em;
	padding-bottom: 3em;
}

#menu a {
	margin-right: 15px;
	margin-left: 15px;
	color: #525252;
}

#menu a.active {
	font-family: 'Gotham-medium';
	color: #000000;
}

#menu-about {
	margin: 0 auto;
	text-align: center;
	position: fixed;
	left: 0;
	right: 0;
	height: 40px;
	background: #F3F3F3;
	width: 1100px;
	line-height: 40px;
	text-transform: uppercase;
	z-index: 9;
}

#menu-about a.active {
	font-weight: 400;
	font-family: 'Gotham-medium';
}

#menu-about a:first-child {
	margin-right: 40px;
}

#resume {
	padding-top: 40px;
	padding: 6em 10em;
	padding-bottom: 0;
	color: #575757;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: 1px;
}

#aboute-me {
	padding: 3em 10em 6em 10em;
	color: #575757;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 280px;
}

#header-resume {
	position: relative;
	height: 184px;
	margin-bottom: 60px;
}

#header-resume img {
	width: 240px;
	height: 184px;
	float: left;
}

#header-resume div {
	vertical-align: bottom;
	float: left;
	position: absolute;
	bottom: 0;
	left: 275px;
	color: #575757;
}

.span-header {
	text-transform: uppercase;
	color: #000000;
	font-size: 1.1em;
}

#resume ul {
	margin: 0;
	padding: 0;
	margin-left: 33px;
	margin-top: 2px;
	margin-bottom: 26px;
}

#resume ul li {
	list-style: disc;
	color: #9f9f9f;
	margin-bottom: 3px;
}

#resume ul li div {
	color: #525252;
}

.line {
	width: 50%;
	height: 1px;
	background: #000;
	margin: 40px auto;
	margin-top: 80px;
}

#items {
	font-size: 0;
	width: 745px;
	position: relative;
	margin: 0 auto;
	height: 400px;
}

#items .item {
	width: 350px;
	height: 155px;
	position: absolute;
	display: inline-block;
}

#items .item img {
	border: 0;
}

.details-design {
	width: 290px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding-top: 70px;
}

#name-design, #description-design {
	text-transform: uppercase;
}

#name-design {
	font-size: 1.65em;
}

#description-design {
	font-size: 0.85em;
	margin-top: 6px;
	padding-bottom: 7px;
	color: #747474;
	display: inline-block;
	border-bottom: 1px solid #000000;
	margin-bottom: 7px;
}

#description-design span {
}

#material-design {
	color: #747474;
	font-size: 0.85em;
	padding: 2em;
	padding-top: 50px;
	padding-bottom: 40px;
}

#year-design {
	font-size: 0.85em;
}

.fa {
	font-size: 1.2em;
	color: #575757;
}

.thumbs {
	width: 685px;
	height: 370px;
	/*background: tomato;*/
	display: inline-block;
	overflow: hidden;
	font-size: 0;
}

.thumb {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
}

.thumb img {
	vertical-align: bottom;
}

.mask-thumbs {
	vertical-align: bottom;
	cursor: pointer;
}

#detail {
	/*background: lightblue;*/
	position: absolute;
	width: 1100px;
	top: 50%;
	margin-top: -185px;
	height: 370px;
}

.dots {
	display: inline-block;
	width: 110px;
	vertical-align: top;
	position: relative;
	text-align: center;
}

#back {
	position: fixed;
	bottom: 90px;
	width: 990px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-transform: uppercase;
}

#back .back {
	float: left;
}

#back .arrows {
	float: right;
}

#prev {
	margin-right: 1.3em;
}

.dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #CCCCCC;
	margin: 0 auto;
	margin-bottom: 3px;
}

.dots .dot.active {
	background: #000000;
}

#content-resume ul li span {
	display: block;
	color: #000;
	color: #525252;
	font-size: 0.80rem;
	text-transform: none;
}

#sheet {
	position: absolute;
	z-index: -1;
	display: none;
}

#home nav ul li:first-child a {
	color: black;
}

.sheet img {
	width: 17px;
	height: auto;
	border: 0px;
}

.separador {
	height: 15px;
	width: 1px;
	background: white;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 3px;
}

.langs {
	font-size: 0.13em;
	/*background: red;*/
	text-align: center;
	line-height: 1em;
}

/* ====================== lines button ==================================================*/
.lines-button {
	float: right;
	position: relative;
	transition: .3s;
	cursor: pointer;
	user-select: none;
	max-width: 50px !important;
	max-height: 36px !important;
	width: 50px !important;
	height: 36px !important;
	right: 10px;
}

.lines-button:hover {
	opacity: 1;
}

.lines-button:active {
	transition: 0;
}

.lines {
	display: inline-block;
	width: 2rem;
	height: 2px;
	background: black;
	border-radius: 5px;
	transition: 0.3s;
	position: relative;
}

.lines:before, .lines:after {
	display: inline-block;
	width: 2rem;
	height: 2px;
	background: black;
	border-radius: 0.18rem;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.18rem center;
	transform-origin: 0.18rem center;
}

.lines:before {
	top: 5px;
}

.lines:after {
	top: -5px;
}

.lines-button:hover .lines:before {
	top: 5px;
}

.lines-button:hover .lines:after {
	top: -5px;
}

.lines-button.open {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.x.open .lines {
	background: transparent;
}

.lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 2rem;
	background: white;
}

.lines-button.x.open .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.open .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}