/*
				   
ooooooooo.                        ooooo     ooo            
`888   `Y88.                      `888'     `8'            
 888   .d88'  .ooooo.  oo.ooooo.   888       8  oo.ooooo.  
 888ooo88P'  d88' `88b  888' `88b  888       8   888' `88b 
 888         888   888  888   888  888       8   888   888 
 888         888   888  888   888  `88.    .8'   888   888 
o888o        `Y8bod8P'  888bod8P'    `YbodP'     888bod8P' 
                        888                      888       
                       o888o                    o888o    				  

Olá mundo! Bem vindo ao nosso CSS!  
Nós somos a PopUp, um jovem estúdio de design de São Paulo, Brasil.
Se quiser trocar idéias é só procurar a gente nesses canais:
http://www.popupdesign.com.br
contato@popupdesign.com.br
@popup_design
Divirta-se! :D


preto: #444;
rosa: #e93391;
aqua: #3dead0;
*/

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

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

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

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

/* =============================================================================
   Normatização de Estilos
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrige bug com EM no IE6/7 
 * 2. Impede o ajuste de texto automático ao trocar a orientação no iOS
 */

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x:hidden; }

body, button, input, select, textarea { font-size: 62.5%; font-family: 'MyriadProSemibold'; color: #444; overflow-x:hidden; }

/* 
 * Selection highlight
 */

::-moz-selection { background: #ea3d96; color: #fff; text-shadow: none; }
::selection { background:  #ea3d96; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ea3d96; cursor: pointer; }
a:visited { color: #ea3d96; }
a:hover { color: #3dead0; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }


/* =============================================================================
   Tipografia
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Sub e Sup sam afetar o line-height */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Listas
   ========================================================================== */

ul, ol { margin: 0; padding: 0 0 0 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Imagens e Conteúdo Embedado
   ========================================================================== */

/* Melhora a qualidade das imagens no IE7 */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Corrige overflow not hidden no IE9 */
svg:not(:root) { overflow: hidden; }

/*Retira o espaço entre as bordas e as imagens em containers.*/
figure { margin: 0; }

/* =============================================================================
   Formulários
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Cores para validação */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tabelas
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*/Fim da Normatização*/


/* CSS Resets */

html,body{border:0;margin:0;padding:0;}

ul, li {
		list-style:none;
	}

/* ============================================================================ */
/* ! The 1140px Grid V2 by Andy Taylor - http://cssgrid.net   */
/* ============================================================================ */

body {
	background:url('../img/bg_textura.jpg') repeat;
}
.container {
padding-left: 20px;
padding-right: 20px;
}

.row {
width: 100%;
max-width: 1140px;
min-width: 755px;
margin: 0 auto;
overflow: hidden;
position:relative;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
margin-right: 3.8%;
float: left;
min-height: 1px;
position:relative;
}

.row .onecol {
width: 4.85%;
}

.row .twocol {
width: 13.45%;
}

.row .threecol {
width: 22.05%;
}

.row .fourcol {
width: 30.75%;
}

.row .fivecol {
width: 39.45%;
}

.row .sixcol {
width: 48%;
}

.row .sevencol {
width: 56.75%;
}

.row .eightcol {
width: 65.4%;
}

.row .ninecol {
width: 74.05%;
}

.row .tencol {
width: 82.7%;
}

.row .elevencol {
width: 91.35%;
}

.row .twelvecol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

img {
	height: auto;
}



/* ==|== Estilos =====================================================
   Autor: Leandro Lima e Dani Guerrato
   ========================================================================== */

/*Menu Superior (#menu)*/
#header {
	background: #FFF;
	width: 100%;
	height: 55px;
	margin-bottom: 20px;
	z-index: 10;
	position: fixed;
	-webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 5px rgba(50, 50, 50, 0.2);
}

#menu {
	font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;	
	max-width: 1140px;
	
}

.trocapais {
	position:absolute;
	right:2%;
	top:10px;
}
	
	#menu ul {
		width: 550px;
		margin:0px auto;
		
	}
	
	#menu li {
		float: left;
		z-index: 10;
		margin-right: 2em;
	}
	
		#menu a {
			font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;
			font-size:1.8em;
			color:#444;
			text-decoration: none;
			display: block;
			margin: 1em 0 1em 0;	
		}
	
		#menu a.logo {
			margin-top: 0px;
		}

p {
	font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	font-size: 1.8em;
	line-height: 1.8em;
}


/*Banner*/
#banner {
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin-top: 75px;
}


/*Intro*/
h1 {
	font-family: HamburgerHeavenRegular, Impact, Charcoal, sans-serif;
	font-size: 4.8em;
	line-height: 1.2em;
}

	.quote h1 {
		text-align: center;
	}
	
	span.pink {
		color: #e93391;;
	}

img.linha {
	width: 500px;
	margin:0px auto;
	padding-left: 50%;
	margin-left: -253px;
}

/*Destaques*/
.destaque {
	margin-top: 60px;
}

.destaque img {
	float: left;
	width: 23%;
	clear: none;
}

.destaque h2 {
	font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;	
	font-size: 2.4em;
	line-height: 1.2em;
	float: left;
	width: 71%;
	margin: 0px 0px 0px 15px;
	font-weight: regular;
}

/*Portfólio*/
.tit-linha {
	background:url('../img/tit-linha.png') repeat-x center;
	z-index: 1;
	margin-top: 80px;
	margin-bottom: 10px;
}

	.tit-linha h1{
		background:pink;
		z-index: 9;
		display: block;
		padding: 10px;
		position: relative; 
		width: 160px;
		background:url('../img/bg_textura.jpg') repeat;
		margin: 0 auto;
	}

/*Menu Portfólio*/
#menu-portfolio {  
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
	
	#menu-portfolio ul {
		width: 480px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	
	#menu-portfolio li {
		float: left;
		padding-right: 1em;
		margin-right: 1em;
		border-right: 1px dotted #666;
	}
	
		#menu-portfolio li:last-child {
			border-right: none;
		}
	
	#menu-portfolio a {
		text-decoration: none;
		font: 1.8em MyriadProSemibold, "Gill Sans", "Gill Sans MT", sans-serif;
		color: #444;
		
	}

		#menu-portfolio a:hover,
		#menu-portfolio a.selecionado  {
			color: #3dead0;
		}

/*Imagens*/
.box {
	float: left;
	width: 250px;
	height: auto;
	margin-bottom: 32px;
	position:relative;
	overflow:hidden;
}

	.box .thumb-descr {
		position: absolute;
		top: 0;
		left: 0;
		width:250px;
		height:100%;
		filter: alpha(opacity=0);
		opacity: 0;
		background-color: #3dead0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	
	.box h2 {
	   text-transform: uppercase;
	   color: #fff;
	   text-align: center;
	   position: relative;
	   font-size: 18px;
	   padding: 10px;
	   margin: 20px 10px 0 10px;
	   border-bottom:2px #FFF solid;
	   border-top:2px #FFF solid;
	   
	   -webkit-transform: translateY(-100px);
	   -moz-transform: translateY(-100px);
	   -o-transform: translateY(-100px);
	   -ms-transform: translateY(-100px);
	   transform: translateY(-100px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   -ms-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box p {
	   font-size: 16px;
	   position: relative;
	   color: #fff;
	   padding: 10px 20px 20px;
	   text-align: center;
	   
	   -webkit-transform: translateY(100px);
	   -moz-transform: translateY(100px);
	   -o-transform: translateY(100px);
	   transform: translateY(100px);
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
	   transition: all 0.2s linear;
	}
	
	.box a.info {
	   display: block;
	   text-decoration: none;
	   background: #000;
	   color: #fff;
	   text-transform: uppercase;
	   position:relative;
	   margin-left:70px;
	   margin-bottom:20px;
	   padding:5px;
	   width:105px;
	   box-shadow: 0 0 1px #000;
	   font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	   font-size:14px;
	   text-align:center;
	   
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=0);
	   opacity: 0;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box a.info:hover {
	   background: #ea3d96;
	}
	
	.box:hover .thumb-descr {
	   	filter: alpha(opacity=100);
	   	opacity: 1;
	}
	
	.box:hover h2,
	.box:hover p,
	.box:hover a.info {
	   filter: alpha(opacity=100);
	   opacity: 1;
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   transform: translateY(0px);
	}
	.box:hover p {
	   -webkit-transition-delay: 0.1s;
	   -moz-transition-delay: 0.1s;
	   -o-transition-delay: 0.1s;
	   transition-delay: 0.1s;
	}
	.box:hover a.info {
	   -webkit-transition-delay: 0.2s;
	   -moz-transition-delay: 0.2s;
	   -o-transition-delay: 0.2s;
	   transition-delay: 0.2s;
	}

/*Footer*/
.fcontainer {
	background: url('../img/zigzag_aqua.png') repeat-x top #3dead0;
	margin-top: 40px;
}
	
	.footer {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	
	.footer h1 {
		font-size: 4.4em;
	}
	.footer p {
		color: #FFF;
		text-shadow:1px 1px 0px #339999
	}
	
	.footer a {
		color: #FFF;
		text-shadow:1px 1px 0px #339999
	}

/*Redes Sociais*/

ul.redessociais li{
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}

ul.redessociais a {
	width: 68px;
	height: 68px;
	text-indent: -10000px;
	display: block;
}

ul.redessociais  li a:link,
ul.redessociais  li a:active,
ul.redessociais li a:visited{
	-webkit-transition: background 0.3s ease-out;
}

ul.redessociais .mail {
	background: url('../img/icones_redessociais.png') no-repeat 0 0;
}

	ul.redessociais .mail:hover {
		background: url('../img/icones_redessociais.png') no-repeat  0 -82px;
	}

ul.redessociais .twitter {
	background: url('../img/icones_redessociais.png') no-repeat -83px 0;
}
	
	ul.redessociais .twitter:hover {
		background: url('../img/icones_redessociais.png') no-repeat -81px -82px;
	}

ul.redessociais .fb {
	background: url('../img/icones_redessociais.png') no-repeat -165px 0;
}

	ul.redessociais .fb:hover {
		background: url('../img/icones_redessociais.png') no-repeat -163px -82px;
	}

ul.redessociais .skype {
	background: url('../img/icones_redessociais.png') no-repeat -250px 0;
}

	ul.redessociais .skype:hover {
		background: url('../img/icones_redessociais.png') no-repeat -248px -82px;
	}

ul.redessociais .gplus {
	background: url('../img/icones_redessociais.png') no-repeat -333px 0;
}

	ul.redessociais .gplus:hover {
		background: url('../img/icones_redessociais.png') no-repeat -331px -81px;
	}

/*Créditos*/
.ccontainer {
	background: url('../img/zigzag_preto.png') repeat-x top #000;
	height: 40px;
	padding-top: 30px;
	
}

.ccontainer span {
	color:#FFF;
	font-family: MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
	font-size: 1.6em;
	text-align:  left;
}

.social_badges {
	height: 30px;
	position: relative;
	overflow: hidden;
	float: right;
}

	.face,
	.gp1  {
		display: block;
		float: left;
		position: relative;
	}

	.gp1 {
		width: 40px;
	}
	
	.face {
		width: 90px;
	}

/* ==|===========================================================================
  * Sobre
   ========================================================================== */

img.linha2 {
	width: 500px;
	margin:150px auto;
	padding-left: 50%;
	margin-left: -253px;
	margin-bottom: 40px;
}

.titulo_interno {
	margin-bottom: 20px;
}

.texto {
	margin-top: 60px;
	margin-bottom: 60px;
}

.texto h1 {
	font: 2em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
	margin-bottom: 1em;
}

.texto p {
	margin-bottom: 2em;
}

/*Popuppers*/
.popuppers {
	margin-top: 40px;
	margin-bottom: 60px;
}

	.popuppers img {
		float: left;
		margin-right: 30px;
	}
	
	.popuppers h1 {
		font-size: 3.6em;
		margin-top: 20px;
		margin-bottom: 0em;
	}
	
	.popuppers p {
		clear: right;
		margin-left:235px;
	}

/*Serviços*/
.scontainer {
	margin-top: 60px;
}

.servico {
	background: #444;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.servico:hover {
		background: #ea3d96;
		transition: all .3s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}


.servico img {
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.servico p{
	color: #FFF;
	font-size: 1.6em;
	margin-right: 15px;
	margin-left:60px;
}

.scontainer p.dica {
	text-align: center;
}

/*contato*/
.contato {
	margin:50px 0 50px 0;
}

.nuvem {
	background:url(../img/balao.png) no-repeat;
	width:373px;
	height:227px;
	margin-left:-100px;
	margin-top:-50px;
	padding:60px 30px 0 95px;
	text-align:center;
	color:#FFF;
}

	.nuvem p {
		font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
	}

form#form_contato fieldset {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}

form#form_contato label {
	font-family: 'LightuptheWorldRegular', Arial;
	font-size:1.8em;
	color:#26cff3;
	float:left;
	display:block;
	width:70px;
	margin-right:10px;
	text-align:right;
}

form#form_contato input, form#form_contato input:focus {
	background: none;
	border:none;
	border-bottom: 1px dotted #666666;
	width:65%;
	height:25px;
	padding:0 5px 0 5px;
	font-size:1.2em;
	outline: none;
}

form#form_contato .naopreencha {
	display:none;
}

form#form_contato textarea, form#form_contato textarea:focus {
	background: none;
	border:none;
	border-bottom: 1px dotted #666666;
	width:65%;
	height:25px;
	padding:0 5px 0 5px;
	font-size:1.2em;
	resize:none;
	outline: none;
}

form#form_contato .enviar {
	border:none;
	font-family: 'LightuptheWorldRegular', Arial;
	font-size:1.6em;
	width:150px;
	color:#e93391;
	float:right;
}

p.dicacontato {
	text-align:center;
}

/*projeto*/
.projeto .tit-projeto h1 {
	font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;
	font-size:2.6em;
	text-align:right;
	margin:45px 0 0 0;
}

.projeto .tit-projeto a {
	text-align:right;
	display:block;
	font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
}

.projeto .texto {
	margin:10px 0 0 0;
}

.projeto .texto h1 {
	font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
	line-height:1.4em;
	margin:35px 0 0 0;
}

.projeto .texto p {
	margin:0 0 20px 0;
	line-height:1.4em;
}

ul.servicosprojeto {
	overflow:hidden;
	display:block;
	width:100%;
}

ul.servicosprojeto li {
	background: #e93390;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	float:left;
	color:#FFF;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
}

	ul.servicosprojeto li:hover {
		background: #444;
		transition: all .3s linear;
		-o-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-webkit-transition: all .3s linear;
	}

.compartilhar {
	margin-top: 5px;
	float: left;
	clear: both;
}

.projeto a.prev {
	display:block;
	background:url(../img/prev.png) no-repeat;
	width:96px;
	height:94px;
	text-indent:-99999px;
	float:left;
	margin:55px -15px 0 55px;
}

	.projeto a.prev:hover {
		display:block;
		background:url(../img/prev-hover.png) no-repeat;
		width:96px;
		height:94px;
		text-indent:-99999px;
		float:left;
		margin:55px -15px 0 55px;
	}

.projeto a.next {
	display:block;
	background:url(../img/next.png) no-repeat;
	width:95px;
	height:95px;
	text-indent:-99999px;
	float:left;	
	margin:55px 0 0 0;
}

	.projeto a.next:hover {
		display:block;
		background:url(../img/next-hover.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 0;
	}


/* ==|== Classes de Ajuda do Boilerplate ========================================
  * Deixe estas classes sempre no final, ok? :)
   ========================================================================== */

/* Susbtituir imagens */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Esconde dos browsers e screenreaders */
.hidden { display: none !important; visibility: hidden; }

/*  Esconde apenas visualmente, mas fica disponivel para screenreaders */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Deixa os elementos .visuallyhidden aparecerem ao navegar usando TAB*/
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Esconder visualmente dos browsers e screenreaders, mas mantendo o layout */
.invisible { visibility: hidden; }

/* Clearfix */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



.dnone {
	display: none;
}

.dblock {
	display: block;
}

/* ==|== media queries ======================================================
   Responsive Design
    ========================================================================== */

/* Smaller screens */

@media only screen and (max-width: 1023px) {
	body {
		font: 52.5%;
	}
	
	#menu a.logo img {
		width:240px;
	}
	
	.trocapais {
		position:absolute;
		right:6%;
	}	
		
	#portfolio {
		margin-left:6%;
	}
	
	.footer h1 {
		font-size: 4.0em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;
	}
	
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	
	.projeto a.prev {
		display:block;
		background:url(../img/prev.png) no-repeat;
		width:94px;
		height:94px;
		text-indent:-99999px;
		float:left;
		margin:55px -15px 0 0px;
	}
	
		.projeto a.prev:hover {
			display:block;
			background:url(../img/prev-hover.png) no-repeat;
			width:94px;
			height:94px;
			text-indent:-99999px;
			float:left;
			margin:55px -15px 0 0px;
		}
	
	.projeto a.next {
		display:block;
		background:url(../img/next.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 0;
	}
	
		.projeto a.next:hover {
			display:block;
			background:url(../img/next-hover.png) no-repeat;
			width:95px;
			height:95px;
			text-indent:-99999px;
			float:left;	
			margin:55px 0 0 0;
		}
	
}


/* iPad (paisagem) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	body {
		font: 52.5%;
	}
	
	#menu a.logo img {
		width:200px;
	}	
		
	#portfolio {
		margin-left:6%;
	}
	
	.box .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color:transparent;
		display:block;
		filter: alpha(opacity=1);
		opacity: 1;
		padding:2px;
	}
	
	.box h2 {
	   text-transform:none;
	   font-weight:normal;
	   color: #444;
	   text-align:left;
	   position: relative;
	   font-size: 18px;
	   padding: 0px;
	   margin: 20px 0 5px 0;
	   border:none;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   -ms-transform: translateY(0px);
	   transform: translateY(0px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box p {
	   font-size: 16px;
	   line-height:21px;
	   position: relative;
	   color: #444;
	   padding: 0px;
	   margin:0;
	   text-align: left;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   transform: translateY(0px);
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box a.info {
	   display: block;
	   text-decoration: none;
	   background:none;
	   color: #e93391;
	   text-transform:none;
	   position:relative;
	   margin-left:0px;
	   margin-bottom:5px;
	   margin-top:5px;
	   padding:0;
	   width:105px;
	   box-shadow:none;
	   font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	   font-size:14px;
	   text-align:left;
	   
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box:hover .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}
	
	.footer h1 {
		font-size: 4.0em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;		
	}
	
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	
	.projeto a.prev {
		display:block;
		background:url(../img/prev.png) no-repeat;
		width:94px;
		height:94px;
		text-indent:-99999px;
		float:left;
		margin:55px -15px 0 25px;
	}
	
		.projeto a.prev:hover {
			display:block;
			background:url(../img/prev-hover.png) no-repeat;
			width:94px;
			height:94px;
			text-indent:-99999px;
			float:left;
			margin:55px -15px 0 25px;
		}
	
	.projeto a.next {
		display:block;
		background:url(../img/next.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 0;
	}
	
		.projeto a.next:hover {
			display:block;
			background:url(../img/next-hover.png) no-repeat;
			width:95px;
			height:95px;
			text-indent:-99999px;
			float:left;	
			margin:55px 0 0 0;
		}
		
	.social_badges {
		margin-right: 10px;
	}
}

/* iPad (retrato) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	body {
		font: 52.5%;
	}
	
	.container {
		padding-left: 5px;
		padding-right: 0px;
		margin-right: 20px;
	}
	
	#menu a.logo img {
		width:200px;
	}	
		
	#portfolio {
		margin-left:13%;
	}
	
	.box .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color:transparent;
		display:block;
		filter: alpha(opacity=1);
		opacity: 1;
		padding:2px;
	}
	
	.box h2 {
	   text-transform:none;
	   font-weight:normal;
	   color: #444;
	   text-align:left;
	   position: relative;
	   font-size: 18px;
	   padding: 0px;
	   margin: 20px 0 5px 0;
	   border:none;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   -ms-transform: translateY(0px);
	   transform: translateY(0px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box p {
	   font-size: 16px;
	   line-height:21px;
	   position: relative;
	   color: #444;
	   padding: 0px;
	   margin:0;
	   text-align: left;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   transform: translateY(0px);
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box a.info {
	   display: block;
	   text-decoration: none;
	   background:none;
	   color: #e93391;
	   text-transform:none;
	   position:relative;
	   margin-left:0px;
	   margin-bottom:5px;
	   margin-top:5px;
	   padding:0;
	   width:105px;
	   box-shadow:none;
	   font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	   font-size:14px;
	   text-align:left;
	   
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box:hover .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}
	
	.footer h1 {
		font-size: 4.0em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;
	}
	
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	
	.projeto a.prev {
		display:none;
	}
	
	.projeto a.next {
		display:block;
		background:url(../img/next.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 30px;
	}
	
		.projeto a.next:hover {
			display:block;
			background:url(../img/next-hover.png) no-repeat;
			width:95px;
			height:95px;
			text-indent:-99999px;
			float:left;	
			margin:55px 0 0 30px;
		}

	.nuvem {
		background:none;
		width:330px;
		height:auto;
		margin-left:0px;
		margin-top:-50px;
		padding:0px 0px 0 0px;
		text-align:center;
		color:#444;
	}
	

		.nuvem p {
			font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
		}
}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	body {
		font: 52.5%;
	}
	
	.trocapais {
		display:none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#header {
		height:45px;
	}
	
	#menu ul {
		width: 380px;
		margin:0 auto;
	}
	
	#menu li {
		float: left;
		z-index: 10;
		margin-right: 2em;
	}
	
		#menu a {
			font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;
			font-size:1.4em;
			color:#444;
			text-decoration: none;
			display: block;
			margin: 1em 0 1em 0;	
		}
	
		#menu a.logo {
			margin-top: 0px;
			width:120px;
		}
	
	img.linha {
		width: 100%;
		margin:0px auto;
		padding-left: 0;
		position:relative;
	}
	
	img.linha2 {
		width: 100%;
		margin:80px auto;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	
	h1 {
		font-size:2.4em;
	}
	
	.destaque {
		margin-bottom:10px;
		float:none;
	}
	
	.destaque h2 {
		float:none;
		margin-left:70px;
		font-size:18px;
		width:85%;
	}
	
	.destaque img {
		float: left;
		width: 50px;
		clear: none;
	}
	
	
	#portfolio {
		margin-left:20%;
	}
	
	.box .thumb-descr {
		display:none;
	}
	
	.box:hover .thumb-descr {
		display:none;
	}
	
	.tit-linha {
		background:url('../img/tit-linha.png') repeat-x center;
		z-index: 1;
		margin-top: 80px;
		margin-bottom: 10px;
	}

		.tit-linha h1{
			background:pink;
			z-index: 9;
			display: block;
			padding: 10px;
			position: relative; 
			width: 80px;
			background:url('../img/bg_textura.jpg') repeat;
			margin: 0 auto;
		}
		
	#menu-portfolio {  
		position: relative;
		overflow: hidden;
		margin-bottom: 40px;
	}
		
		#menu-portfolio ul {
			width: 100%;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
			text-align:center;
		}
	
		#menu-portfolio li {
			float: none;
			display:inline;
			padding-right: 1em;
			margin-right: 1em;
			border-right: 1px dotted #666;
		}
		
	#menu-portfolio a {
		text-decoration: none;
		font: 1.2em MyriadProSemibold, "Gill Sans", "Gill Sans MT", sans-serif;
		color: #444;		
	}
	
	.footer h1 {
		font-size: 2.4em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;
	}
	
	/*Popuppers*/
	.popuppers {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
		.popuppers img {
			float: left;
			margin-right: 30px;
			width:150px;
		}
		
		.popuppers h1 {
			font-size: 3.6em;
			margin-top: 20px;
			margin-bottom: 0em;
		}
		
		.popuppers p {
			clear: right;
			margin-left:180px;
		}
		
	.servico {
		background: none;
		margin-left:5px;
		margin-right:5px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	
		.servico:hover {
			background: none;
		}
		
	.servico img {
		float: left;
		padding: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px;
		display:none;
	}
	
	.servico p{
		color: #444;
		font-size: 1.6em;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.contato {
		margin:0px 0 0px 0;
	}
	
	.contato .boris {
		display:none;
	}
	
	.nuvem {
		background:none;
		width:100%;
		height:auto;
		margin-left:0px;
		margin-top:0px;
		padding:0px 0px 0 0px;
		text-align:center;
		color:#444;
	}
	
		.nuvem p {
			font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
		}
		
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:70%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:70%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	.projeto a.prev {
		display:block;
		background:url(../img/prev.png) no-repeat;
		width:94px;
		height:94px;
		text-indent:-99999px;
		float:left;
		margin:55px -15px 0 0px;
	}
	
		.projeto a.prev:hover {
			display:block;
			background:url(../img/prev-hover.png) no-repeat;
			width:94px;
			height:94px;
			text-indent:-99999px;
			float:left;
			margin:55px -15px 0 0px;
		}
	
	.projeto a.next {
		display:block;
		background:url(../img/next.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 0;
	}
	
		.projeto a.next:hover {
			display:block;
			background:url(../img/next-hover.png) no-repeat;
			width:95px;
			height:95px;
			text-indent:-99999px;
			float:left;	
			margin:55px 0 0 0;
		}
		
	/*Créditos*/
	.ccontainer {
		background: url('../img/zigzag_preto.png') repeat-x top #000;
		height: 40px;
		padding-top: 30px;
		
	}
	
	.ccontainer span {
		display:none;
	}

}

/* Smartphones (paisagem) ----------- */
@media only screen
and (max-width: 600px) {
	body {
		font: 52.5%;
	}
	
	.trocapais {
		display:none;
	}
	
	ul, li {
		list-style:none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#header {
		height:45px;
	}
	
	#menu ul {
		width: 250px;
		margin:0 auto;
	}
	
	#menu li {
		float: left;
		z-index: 10;
		margin-right: 2em;
	}
	
		#menu a {
			font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;
			font-size:1.4em;
			color:#444;
			text-decoration: none;
			display: block;
			margin: 1em 0 1em 0;	
		}
	
		#menu a.logo {
			display:none;
		}
	
	img.linha {
		width: 100%;
		margin:0px auto;
		padding-left: 0;
		position:relative;
	}
	
	img.linha2 {
		width: 100%;
		margin:80px auto;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	
	h1 {
		font-size:2.4em;
	}
	
	.destaque {
		margin-bottom:10px;
		float:none;
	}
	
	.destaque h2 {
		float:none;
		margin-left:70px;
		font-size:18px;
		width:85%;
	}
	
	.destaque img {
		float: left;
		width: 50px;
		clear: none;
	}
	
	
	#portfolio {
		margin-left:20%;
	}
	
	.box .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color:transparent;
		display:block;
		filter: alpha(opacity=1);
		opacity: 1;
		padding:2px;
	}
	
	.box h2 {
	   text-transform:none;
	   font-weight:normal;
	   color: #444;
	   text-align:left;
	   position: relative;
	   font-size: 18px;
	   padding: 0px;
	   margin: 20px 0 5px 0;
	   border:none;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   -ms-transform: translateY(0px);
	   transform: translateY(0px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box p {
	   font-size: 16px;
	   line-height:21px;
	   position: relative;
	   color: #444;
	   padding: 0px;
	   margin:0;
	   text-align: left;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   transform: translateY(0px);
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box a.info {
	   display: block;
	   text-decoration: none;
	   background:none;
	   color: #e93391;
	   text-transform:none;
	   position:relative;
	   margin-left:0px;
	   margin-bottom:5px;
	   margin-top:5px;
	   padding:0;
	   width:105px;
	   box-shadow:none;
	   font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	   font-size:14px;
	   text-align:left;
	   
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box:hover .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}
	
	.tit-linha {
		background:url('../img/tit-linha.png') repeat-x center;
		z-index: 1;
		margin-top: 80px;
		margin-bottom: 10px;
	}

		.tit-linha h1{
			background:pink;
			z-index: 9;
			display: block;
			padding: 10px;
			position: relative; 
			width: 80px;
			background:url('../img/bg_textura.jpg') repeat;
			margin: 0 auto;
		}
		
	#menu-portfolio {  
		position: relative;
		overflow: hidden;
		margin-bottom: 40px;
	}
		
		#menu-portfolio ul {
			width: 100%;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
			text-align:center;
		}
	
		#menu-portfolio li {
			float: none;
			display:inline;
			padding-right: 1em;
			margin-right: 1em;
			border-right: 1px dotted #666;
		}
		
	#menu-portfolio a {
		text-decoration: none;
		font: 1.2em MyriadProSemibold, "Gill Sans", "Gill Sans MT", sans-serif;
		color: #444;		
	}
	
	.footer h1 {
		font-size: 2.4em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;
	}
	
	/*Popuppers*/
	.popuppers {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
		.popuppers img {
			float: left;
			margin-right: 30px;
			width:150px;
		}
		
		.popuppers h1 {
			font-size: 3.6em;
			margin-top: 20px;
			margin-bottom: 0em;
		}
		
		.popuppers p {
			clear: right;
			margin-left:180px;
		}
		
	.servico {
		background: none;
		margin-left:5px;
		margin-right:5px;
		margin-bottom: 0px;
	}
	
		.servico:hover {
			background: none;
		}
		
	.servico img {
		float: left;
		padding: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px;
		display:none;
	}
	
	.servico p{
		color: #444;
		font-size: 1.6em;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.contato {
		margin:0px 0 0px 0;
	}
	
	.contato .boris {
		display:none;
	}
	
	.nuvem {
		background:none;
		width:100%;
		height:auto;
		margin-left:0px;
		margin-top:0px;
		padding:0px 0px 0 0px;
		text-align:center;
		color:#444;
	}
	
		.nuvem p {
			font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
		}
		
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:70%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:70%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	.projeto a.prev {
		display:block;
		background:url(../img/prev.png) no-repeat;
		width:94px;
		height:94px;
		text-indent:-99999px;
		float:left;
		margin:55px -15px 0 0px;
	}
	
		.projeto a.prev:hover {
			display:block;
			background:url(../img/prev-hover.png) no-repeat;
			width:94px;
			height:94px;
			text-indent:-99999px;
			float:left;
			margin:55px -15px 0 0px;
		}
	
	.projeto a.next {
		display:block;
		background:url(../img/next.png) no-repeat;
		width:95px;
		height:95px;
		text-indent:-99999px;
		float:left;	
		margin:55px 0 0 0;
	}
	
		.projeto a.next:hover {
			display:block;
			background:url(../img/next-hover.png) no-repeat;
			width:95px;
			height:95px;
			text-indent:-99999px;
			float:left;	
			margin:55px 0 0 0;
		}
		
	/*Créditos*/
	.ccontainer {
		background: url('../img/zigzag_preto.png') repeat-x top #000;
		height: 40px;
		padding-top: 30px;
		
	}
	
	.ccontainer span {
		display:none;
	}
}


/* Smartphones (retrato) ----------- */
@media only screen
and (max-width : 320px) {
	body {
		font: 52.5%;
	}
	
	.trocapais {
		display:none;
	}
	
	ul, li {
		list-style:none;
	}
	
	.row, body, .container {
	width: 100%;
	min-width: 0;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	#header {
		height:45px;
	}
	
	#menu ul {
		width: 250px;
		margin:0 auto;
	}
	
	#menu li {
		float: left;
		z-index: 10;
		margin-right: 2em;
	}
	
		#menu a {
			font-family: 'HamburgerHeavenRegular', Impact, Charcoal, sans-serif;
			font-size:1.4em;
			color:#444;
			text-decoration: none;
			display: block;
			margin: 1em 0 1em 0;	
		}
	
		#menu a.logo {
			display:none;
		}
	
	img.linha {
		width: 100%;
		margin:0px auto;
		padding-left: 0;
		position:relative;
	}
	
	img.linha2 {
		width: 100%;
		margin:80px auto;
		padding-left: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}
	
	
	h1 {
		font-size:2.4em;
	}
	
	.destaque {
		margin-bottom:10px;
		float:none;
	}
	
	.destaque h2 {
		float:none;
		margin-left:70px;
		font-size:18px;
		width:85%;
	}
	
	.destaque img {
		float: left;
		width: 50px;
		clear: none;
	}
	
	
	#portfolio {
		margin-left:10px;
	}
	
	.box .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color:transparent;
		display:block;
		filter: alpha(opacity=1);
		opacity: 1;
		padding:2px;
	}
	
	.box h2 {
	   text-transform:none;
	   font-weight:normal;
	   color: #444;
	   text-align:left;
	   position: relative;
	   font-size: 18px;
	   padding: 0px;
	   margin: 20px 0 5px 0;
	   border:none;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   -ms-transform: translateY(0px);
	   transform: translateY(0px);
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box p {
	   font-size: 16px;
	   line-height:21px;
	   position: relative;
	   color: #444;
	   padding: 0px;
	   margin:0;
	   text-align: left;	   
	   -webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
	   -o-transform: translateY(0px);
	   transform: translateY(0px);
	   filter: alpha(opacity=1);
	   opacity: 1;
	}
	
	.box a.info {
	   display: block;
	   text-decoration: none;
	   background:none;
	   color: #e93391;
	   text-transform:none;
	   position:relative;
	   margin-left:0px;
	   margin-bottom:5px;
	   margin-top:5px;
	   padding:0;
	   width:105px;
	   box-shadow:none;
	   font-family: MyriadProCondensed, Gill Sans, Gill Sans MT, sans-serif;
	   font-size:14px;
	   text-align:left;
	   
	   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   filter: alpha(opacity=1);
	   opacity: 1;
	   -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	   -o-transition: all 0.2s ease-in-out;
	   transition: all 0.2s ease-in-out;
	}
	
	.box:hover .thumb-descr {
		position: relative;
		width:250px;
		height:auto;
		background-color: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}
	
	.tit-linha {
		background:url('../img/tit-linha.png') repeat-x center;
		z-index: 1;
		margin-top: 80px;
		margin-bottom: 10px;
	}

		.tit-linha h1{
			background:pink;
			z-index: 9;
			display: block;
			padding: 10px;
			position: relative; 
			width: 80px;
			background:url('../img/bg_textura.jpg') repeat;
			margin: 0 auto;
		}
		
	#menu-portfolio {  
		position: relative;
		overflow: hidden;
		margin-bottom: 40px;
	}
		
		#menu-portfolio ul {
			width: 100%;
			margin: 0 auto;
			position: relative;
			overflow: hidden;
			margin-left:10px;
		}
	
		#menu-portfolio li {
			float: none;
			display:inline;
			padding-right: 1em;
			margin-right: 1em;
			border-right: 1px dotted #666;
		}
		
	#menu-portfolio a {
		text-decoration: none;
		font: 1.0em MyriadProSemibold, "Gill Sans", "Gill Sans MT", sans-serif;
		color: #444;		
	}
	
	.footer h1 {
		font-size: 2.4em;
	}
	.footer p {
		color: #FFF;
		font-size: 1.8em;
	}

	
	/*Popuppers*/
	.popuppers {
		margin-top: 40px;
		margin-bottom: 60px;
	}
	
		.popuppers img {
			float: none;
			margin-right: 30px;
			width:220px;
			margin-left:30px;
		}
		
		.popuppers h1 {
			font-size: 3.6em;
			margin-top: 20px;
			margin-bottom: 0em;
		}
		
		.popuppers p {
			clear: right;
			margin-left:0px;
		}
		
	.servico {
		background: none;
		border-bottom:dotted 1px #666666;
		margin-left:10%;
		margin-right:10%;
		margin-bottom: 0px;
	}
	
		.servico:hover {
			background: none;
		}
		
	.servico img {
		float: left;
		padding: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-right: 5px;
		display:none;
	}
	
	.servico p{
		color: #444;
		font-size: 1.6em;
		margin-right: 5px;
		margin-left: 5px;
	}
	
	.contato {
		margin:0px 0 0px 0;
	}
	
	.contato .boris {
		display:none;
	}
	
	.nuvem {
		background:none;
		width:100%;
		height:auto;
		margin-left:0px;
		margin-top:0px;
		padding:0px 0px 0 0px;
		text-align:center;
		color:#444;
	}
	
		.nuvem p {
			font: 1.8em MyriadProCondensed, "Gill Sans", "Gill Sans MT", sans-serif;
		}
		
	form#form_contato input, form#form_contato input:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		outline: none;
	}
	
	form#form_contato textarea, form#form_contato textarea:focus {
		background: none;
		border:none;
		border-bottom: 1px dotted #666666;
		width:50%;
		height:25px;
		padding:0 5px 0 5px;
		font-size:1.2em;
		resize:none;
		outline: none;
	}
	
	.projeto a.prev {
		display:none;
	}
	
		.projeto a.prev:hover {
			display:none;
		}
	
	.projeto a.next {
		display:none;
	}
	
		.projeto a.next:hover {
			display:none;
		}
		
	/*Créditos*/
	.ccontainer {
		background: url('../img/zigzag_preto.png') repeat-x top #000;
		height: 40px;
		padding-top: 30px;
		
	}
	
	.ccontainer span {
		display:none;
	}
	
	

}


/* ===========================================================================
   Estilos para impressão
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*Thanks: HTML5 ✰ Boilerplate (http://html5boilerplate.com/)*/
