/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Raleway', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 300;
    font-size: 10px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;

    /*height: 100%;*/
}

a {
	color: #555;
	text-decoration: none;
}

ul {
	font-size: 0;
}

.container {
	position: relative;
	background-color: #fff;
}

.container > header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	padding: 0 30px 50px 30px;
}

.container > header {
	padding: 60px 30px 50px;
	text-align: center;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 auto;
	font-weight: 700;
	color: #333;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}

.main {
	max-width: 1250px;
	margin: auto;
	margin-top: 2rem;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #eee;
	/*background: rgba(250, 250, 250, 1);*/
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	/*border: solid 1px #eee;
	border-right: 0 !important;
	border-left: 0 !important;
	border-top: 0 !important;*/
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #222;
	display: inline-block;
	font-weight: 500;
}

.codrops-top a:hover {
	background: #ddd;
	/*background: rgba(255,255,255,0.8);*/
	color: #000;
	font-weight: 700;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right img {
	vertical-align: -6%;
}

.codrops-top span.left {
	float: left;
}

.codrops-top span.right a {
	/*float: left;
	display: block;*/
}

.topBar {
	font-size: 11px;
	text-align: center;
	display: inline;
	background: none;
}

.topBarGhost{
	line-height: 24px;
	background: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 24px;
}

.topBar li{
	display: inline;
}

.topBar li >a {
	/*width: 150px;*/
}

.topBarCurrent {
	color: #888 ;
	font-weight: 500 ;
	padding: 10px;
}

.gallerieHeader {
	top: 15px;
	height: 150px;
	background: #000;
	position: relative;
}

.headerText {
	max-width: 1250px;
	margin: auto;
}

.headerText h1 {
	color: #fff;
	font-size: 3rem;
/*	position: absolute;
	bottom: 0;
	padding-bottom: 1rem;*/
	font-weight: 300;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*MY CLASSES*/

.textCenter {
	text-align: center;
}

.di {
	display: inline;
	margin: 0 auto;
}

.galleries {
	margin-bottom: 5rem;
}

.galleries h2 {
	font-size: 2.5rem;
	color: #000;
	margin-bottom: 1rem;
	font-weight: 700;
}

.galleries h3 {
	font-size: 0.7rem;
	color: #888;
	margin-bottom: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.matchHeight {
  padding-bottom: 2000px !important;
  margin-bottom: -2000px !important;
}

.topLogo {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.topLogo img {
	margin: 2rem;
	margin-bottom: 3rem;
	width: 4rem;
	opacity: 0.1;
}

/*CV*/

.profileImg {
	width: 100%;
	display: block;
}

.cvHeader {
	background-image: url('../images/cv/profile3.jpg');
	height: 500px;
	width: 100%;
}

.cvHeader h1 {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.innerIntro {
	max-width: 40%;
	float: right;
	color: #fff;
	margin-right: 5rem;
	font-size: 2em;
	font-weight: 300;
	padding: 2rem;
	text-align: center;
	z-index: 999;
	position: relative;
	/*background-color:  rgba(0, 0, 0, 0.9);*/
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}

.cvColumn {
	max-width: 1250px;
	margin: auto;
/*	position: relative;
	top: -40px;*/
	background-color: #fff;
	padding-bottom: 3rem;
}

.cvBlock {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: table;
}

.cvTexts {
	width: 100%;
	font-size: 1rem;
	color: black;
	padding: 3rem;
	display: inline-block;
	float: left;
}

.cvTexts h2 {
	font-size: 2rem;
	margin-bottom: 0;
}

.cvTexts p {
	font-size: 1.2rem;
	white-space: pre-line;
}

.cvImgs {
	height: 100%;
	width: 40%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;

	/*margin-bottom: -2000px; padding-bottom: 2000px;
	top: 50%;
	transform: translateY(-50%);*/
}

.cvImgs img {
	width: 50%;
	height: auto;
	opacity: 0.5;
	margin-left: auto;
	margin-right: auto;	
}

.outerIntro {
	margin-top: 2rem;
	margin-bottom: 2rem;
	display: block;
}

.cvColumn h1 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	padding: 2rem;
	text-align: center;
}

.toolsOuter {
	width: 100%;
	font-size: 0;
}

.toolsOuter h2 {
	padding-bottom: 2rem;
}

.tools {
	width: 100%;
	text-align: center;
}
.toolIcon {
	width: 20%;
	text-align: center;
	display: inline-block;
	font-weight: 500;
}
.toolIcon img {
	width: 80%;
}

/*INDEX*/

#indexWrapper{
	width: 100%;
	max-width: 1024px;
	height: 668px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index {
	width: 20%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}



.index a {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.index a:hover {
	filter: alpha(opacity=80);
    opacity: 0.8;
}

.index img {
	width: 100%;
}



/*HOME*/

#top {
/*	position: absolute;
	top: 0;*/
}

#home {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

.header {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.header img {
	max-width: 500px;
}

.cvLink {
	font-size: 0.7rem;
	font-weight: 700;
	color: #000;
	margin-right: 1rem;
	float: right;
}

.cvLink:hover {
	color: #888;
}

.homeCovers {
	width: 20%;
	float: left;
	height: 250px;
	box-sizing: border-box;
/*	border: solid 3px white;*/
	background-color: white;
	text-align: center;
}

.homeTitles {
	width: 100%;
	height: 250px;
	color: #000;
	background-color: rgba(250, 250, 250, 0.7);
	display: inline-block;

/*	box-sizing: border-box;
	border: solid 3px black;*/
	
	opacity: 0;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.homeTitles h1 {
	font-size: 3em;
	font-weight: 500;
	padding: 0.5rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}

.homeCovers:hover .homeTitles {
	opacity: 1;
}

.cover1 {
	background: url('../images/illustrationS.jpg');
}

.cover2 {
	background-image: url('../images/publishingS.jpg');	
}

.cover3 {
	background-image: url('../images/visualIDS.jpg');
}

.cover4 {
	background-image: url('../images/drawingS.jpg');	
}

.cover5 {
	background-image: url('../images/othersS.gif');	
}

.cover6 {
	color: #fff;
	background-color: #888;	
	font-weight: 500;
	height: 50px;
	opacity: 1;
	line-height: 50px;
	font-size: 0.7em;
}

.smallHomeMenu {
	width: 100%;
	text-align: center;
	list-style: none;
}

.smallHomeMenu a {
	display: block;
	width: 100%;
	background: #000;
	height: 50px;
	color: #fff;
	opacity: 1;
	font-size: 0.9rem;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 10px;
}

.smallHomeMenuCv {
	background: #ddd !important;
	color: #000 !important;
	font-weight: 700 !important;
}

.smallHomeMenu a:hover, .smallHomeMenu a:hover {
	opacity: 0.5;
}

/*GALLERIES*/

.smallImages {
	width: 100%;
	font-size: 0.8rem;
	list-style: none;
	color: #000;
	font-weight: 500;
}

.smallImages h5 {
	font-size: 0.8rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.smallImages p {
	margin-bottom: 1.2rem;
}

.smallImages a {
	color: #fff;
	font-weight: 700;
	background-color: #000;
	padding: 0.5rem;
	padding-left: 1rem; 
	padding-right: 1rem;
	border-radius: 20px;
}

.smallImages a:hover, .smallImages a:active {
	background-color: #888;
}

.smallImages img {
	max-width: 100%;
	margin-bottom: 1rem;
}

.smallImages li {
	margin-bottom: 4rem;
}

.wThumbs {
}

.woThumbs {
	display: none !important;
}

a.hasLink[href="#"]{
    display:none; /*Esconder botões de link em previews sem link.*/
}

.goTop {
	display: none;
}

.smallOnly {
	display: none;
}

.mediumUp {
	display: block;
}

.cvEduImgs {
	display: none;
}

.largeOnly {
	display: block;
}


@media screen and (max-width: 1280px), screen and (max-device-width: 1280px) {

	.largeOnly {
		display: none;
	}

	.smallOnly {
		display: none;
	}

	.mediumUp {
		display: block;
	}

	.cvEduImgs {
		display: inline-block;
		vertical-align: middle;
		padding: 2em;
	}

	#home {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.main {
		margin-top: 0;
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.homeMenu {
		display: block;
		width: 100%;
		text-align: center;
	}

	.homeCovers { 
		display: block !important;
		width: 100%;
		height: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.homeCovers:hover { 
		opacity: 0.8;
	}
	.homeTitles {
		background: none;
		height: 100px;
		color: #FFF;
		opacity: 1;
		font-size: 1em;
	}

	.cover1 {
		background: url('../images/illustrationM.jpg');
	}

	.cover2 {
		background-image: url('../images/publishingM.jpg');	
	}

	.cover3 {
		background-image: url('../images/visualIDM.jpg');
	}

	.cover4 {
		background-image: url('../images/drawingM.jpg');	
	}

	.cover5 {
		background-image: url('../images/othersM.jpg');	
	}
	
	.header {padding-bottom: 3rem; padding-top: 4rem;}
	.header img {width: 100%; max-width: 415px;}
/*	.topBar { display: none; }*/
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

	.galleries h2 {
		margin-top: 3rem;
	}

	.galleries h3 {
		margin-bottom: 3.5rem;
	}

	.galleries { text-align: center; }

	.cvTexts {
		width: 100%;
		font-size: 1rem;
		padding: 3rem;
		display: block;
	}

	.cvTexts h2 {
		text-align: center;
		font-size: 2rem;
		margin-top: 3rem;
	}

	.cvTexts p {
		font-size: 1.2rem;
	}

	.cvImgs {
		width: 100%;
		text-align: center;
		display: block;
	}
	.cvImgs img {
		float: none;
		width: 60%;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 3rem;
	}

	.toolIcon {
		width: 50%;
	}

	.topLogo img {
		margin-bottom: 0;
		margin-top: 2.5rem;
	}

}

@media screen and (max-width: 650px), screen and (max-device-width: 650px) {

	.mediumUp {
		display: none;
	}

	.smallOnly {
		display: block;
	}

	.topBar { display: none; }

	.topBarGhost{
		height: 44px;
	}

	.codrops-top {
		line-height: 44px;
		border: 0;
	}

	.goTop {
		display: inline-block;
		line-height: 44px;
	}

	#home {
		margin-top: 0;
	}

	.header {padding-bottom: 2rem; padding-top: 2rem;  text-align: center;}
	.header img {width: 90%;}

	.homeCovers { 
		width: 100%;
		height: 50px;
		background: #000;
		margin-bottom: 10px;
	}
	.homeCovers:hover { 
		opacity: 0.8;
	}
	.homeTitles {
		/*background: none;*/
		height: 50px;
		color: #fff;
		opacity: 1;
		font-size: 5px;
	}

	.codrops-top {
	background: #222;
	}
	.codrops-top a {
		color: #fff;
		line-height: 15px;
		font-weight: 700;
		height: 100%;
	}
	.codrops-top a:hover {
		background: none;
		/*background: rgba(255,255,255,0.8);*/
		color: #888;
	}
	.codrops-top a:active {
		background: none;
		/*background: rgba(255,255,255,0.8);*/
		color: #888;
	}

	.galleries h2 {
		font-weight: 300;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}

	.wThumbs {
		display: none !important;
	}

	.woThumbs {
		display: block !important;
	}

	.outerIntro {
		font-size: 1.2rem;
	}

	.cvTexts {
		padding: 1.5rem;
	}

	.cvTexts h2 {
		font-size: 1.5rem;
	}

	.cvTexts p {
		font-size: 1rem;
	}

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}