
$(document).ready(function(){

    $('iframe').each(function(){
           var url = $(this).attr("src");
           var char = "?";
           if(url.indexOf("?") != -1){
                   var char = "&";
            }
         
           $(this).attr("src",url+char+"wmode=transparent");
     });

});

header, nav, section {
	display:block;
}

html {
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family:Telex;
	color:#222;
}

body {
	margin:0;
	font-size:1.1em;
	line-height:1.4;
}

::-moz-selection {
background:#fef7ef;
color:#222;
text-shadow:none;
}

::selection {
background:#fef7ef;
color:#222;
text-shadow:none;
}

blockquote {
	margin:1em 40px;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

small {
	font-size:85%;
}

ul {
	margin:1em 0;
	padding:0 0 0 40px;
}

nav ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

.serif {
	font-family:'Lato', serif;
}

.normal {
	font-family:'Telex', sans-serif;
}

* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:transparent;
	color:#fff;
}

a {
	color:#ffffff;
	text-decoration:none;
}

a:link {
	color:#ffffff;
}

a:active {
	color:#ffffff;
}

a:visited {
	color:#ffffff;
}

a:hover {
	color:#ffffff;
}

h1, h2, h3, h4, h5 {
	font-family:'Telex', sans-serif;
	font-weight:normal;
	margin:5px 0px;
	padding:0px;
}

h1 {
	font-size:4.0em;
	margin:10px 0px;
}

h2 {
	font-size:3.0em;
	padding:12px 0px;
	margin:12px 0px;
}

h3 {
	font-size:2.0em;
	border-top:2px solid #ccc;
	margin:5px 0px;
	padding:12px 0px 4px 0px;
}

h4 {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:12px 0px;
	margin:0px 0px 12px 0px;
	font-size:1.4em;
}

h5 {
	font-size:1.25em;
}

.dots {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0px;
	background-color:rgba(0, 0, 0, 0.4);
}

.no-rgba article {
	text-shadow:1px 1px 5px #000000;
}

.about header {
	position:absolute;
	z-index:100;
}

header {
	padding:40px;
	width:100%;
	position:fixed;
	top:0px;
	font-weight:100;
	z-index:10;
	min-width:1024px;
}

header a#netimao {
	width:730px;
	height:40px;
	display:inline-block;
	background:url(../img/logo.png) no-repeat center center;
}

header .right {
	float:right;
	padding:0px 0px 0px 0px;
}

header .right a.header-btn {
	color:#ffffff;
	height:27px;
	display:inline-block;
	line-height:1.0em;
	font-family:'Telex', serif;
	padding:5px 0px 0px 0px;
	border-bottom:0px solid #fff;
	-webkit-transition:all 0.15s ease;
}

header .right a.header-btn:hover {
	border-bottom:1px dotted #ddd;
}

nav#main-nav {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:500;
	background-color:rgba(0, 0, 0, 0.9);
	font-family:'Telex', serif;
	overflow:auto;
	font-size:80%;
	border-bottom:1px solid #222;
	box-shadow:1px 1px 10px #000000;
	display:hidden;
}

nav#main-nav div.nav-item {
	display:inline-block;
	padding:20px 20px;
	border-right:1px solid #222;
	margin:0px;
	color:#ddd;
	float:left;
	background-color:transparent;
	-webkit-transition:background-color 0.25s ease;
	cursor:pointer;
}

nav#main-nav div.nav-item:hover {
	background-color:#333;
}

nav#main-nav div.nav-item#mini-logo {
	padding:15px 28px 11px 22px;
}

.no-rgba nav#main-nav {
	background-color:#000;
}

.white * {
	color:#444;
}

.disciplines {
	padding:12px 0px 30px 0px;
	font-size:1.2em;
}

.disciplines a {
	display:inline-block;
	margin:0px 15px;
	color:#fff;
}

.disciplines a:hover {
	opacity:0.8;
}

nav#slide-nav {
	width:40px;
	height:80px;
	margin:0 auto;
	position:fixed;
	bottom:0px;
	right:40px;
	z-index:25;
}

nav#slide-nav div {
	width:40px;
	height:40px;
	float:left;
	background-color:rgba(0, 0, 0, 0.8);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition:opacity 0.15s ease;
	opacity:0.6;
	cursor:pointer;
}

nav#slide-nav div:hover {
	opacity:1;
}

nav#slide-nav #slide-down {
	background-image:url(../img/seta_down_bca2.png);
}

nav#slide-nav #slide-up {
	background-image:url(../img/seta_up_bca.png);
	margin-right:4px;
}

#about-top {
	background:url(../img/back_topo_02.jpg) no-repeat center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	min-width:1024px;
	min-height:768px;
}

#about-top .full-wrap {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:25;
	background-image:url(../img/dot-pattern2.png);
}

#about-top .large {
	font-size:4em;
	color:#fff;
}

#about-top #slide-down {
	width:220px;
	height:40px;
	background-color:#FFF;
	border: solid thick #ab892f;
	border-radius: 0.75em;
	display:inline-block;
	overflow:auto;
	z-index:50;
	position:absolute;
	bottom:40px;
	right:20px;
	opacity:0.8;
	cursor:pointer;
	background:url(../img/seta_down_bca2.png) no-repeat center;
}
#about-top #slide-down:hover {
	opacity:1;
}

.white-bg {
	background-color:#fff;
	font-size:15px;
	padding:20px 0px;
	min-width:1024px;
	width:100%;
	z-index:50;
}

.white-bg .italic {
	display:inline-block;
	margin-bottom:6px;
}

.white-bg blockquote {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	text-align:center;
	font-size:1.4em;
	margin:1em 0;
	padding:22px 0px;
}

.white-bg * {
	color:#222;
	font-family:'Telex', serif;
	line-height:1.8em;
}

.white-bg .large {
	font-size:300%;
}
.white-bg ul {
	margin:0px;
	padding:0px;
}
.white-bg ul li {
	list-style-type:none;
	margin:0px 0px 8px 0px;
	padding:0px;
}
.white-bg a#our-work {
	color:#444;
	font-size:2.0em;
	text-align:right;
	display:block;
	margin:20px auto 0px auto;
}
.white-bg a#our-work:hover {
	opacity:0.8;
}

#pathway ol li {
	font-size:2.0em;
	line-height:1.0em;
}

#pathway h3 {
	font-size:1.0em;
	margin:0px;
	line-height:12px;
	padding:20px 0px 0px 0px;
}

#pathway p {
	font-size:14px;
}

#pathway .italic {
	font-size:18px;
	line-height:16px;
	margin-bottom:10px;
	display:inline-block;
	color:#666;
	margin-top:5px;
}

.contact {
	background:url(../img/arena_hi_res_02b.jpg) no-repeat center center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:relative;
	display:block;
	font-family:'Telex', serif;
}

.contact .text-black-bg {
	padding:20px;
	line-height:1.6em;
}

.contact .dots {
	width:100%;
	height:100%;
	overflow:auto;
	padding:0px;
	background-image:url(../img/dot-pattern2.png);
}

.contact-us {
	height:552px;
}

#about-content {
	z-index:5;
	box-shadow:1px 1px 20px rgba(0, 0, 0, 0.6);
}

.no-rgba #about-content {
	box-shadow:1px 1px 20px #000000;
}

p {
	margin:6px 0px 12px 0px;
}

.photo-bar {
	background:url(../img/bg-about.jpg) no-repeat center center;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	box-shadow:inset 0px 0px 20px rgba(0, 0, 0, 0.5);
	font-size:26px;
	width:100%;
}

.photo-bar.about-disciplines {
	background-image:url(../img/arena_hi_res_03.jpg);
}

.photo-bar.pathway {
	background-image:url(../img/basilio_hi_res.jpg);
}

.photo-bar.storytellers {
	background-image:url(../img/bicampeao_do_mundo_2012.jpg);
}

.photo-bar.work-with {
	background-image:url(../img/fiel_pacaembu_hires.jpg);
}

.photo-bar.work-with .cont_NT {
	padding:40px 0px;
	font-size:60%;
}

.photo-bar .large {
	font-size:150%;
}

.photo-bar .small * {
	font-size:80%;
	line-height:1.6em;
}

.photo-bar .photo-text {
	color:#fff;
	padding:0px 80px;
	font-family:'Telex', serif;
	margin:80px 0px;
}

.photo-bar .photo-text.small {
	font-size:70%;
}

.text-white-bg {
	display:inline-block;
	background-color:rgba(256, 256, 256, 0.9);
	padding:12px;
	margin:4px 10px;
	color:#000;
}

.no-rgba .text-white-bg {
	background-color:#ffffff;
}

.text-black-bg {
	display:inline-block;
	background-color:rgba(0, 0, 0, 0.8);
	padding:12px;
	margin:2px 4px;
	color:#fff;
}

.no-rgba .text-black-bg {
	background-color:#000000;
}

body {
	min-width:960px;
}
.cont_NT {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}
.grid_6, .grid_8, .grid_11, .grid_12 {
	display:inline;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.push_1 {
	position:relative;
}

.alpha {
	margin-left:0;
}

.omega {
	margin-right:0;
}

.cont_NT .grid_6 {
	width:230px;
}

.cont_NT .grid_8 {
	width:310px;
}

.cont_NT .grid_11 {
	width:430px;
}

.cont_NT .grid_12 {
	width:470px;
}

.cont_NT .push_1 {
	left:40px;
}

.clearfix:before, .clearfix:after, .cont_NT:before, .cont_NT:after {
	content:'.';
	display:block;
	overflow:hidden;
	visibility:hidden;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}

.clearfix:after, .cont_NT:after {
	clear:both;
}

.clearfix, .cont_NT {
	zoom:1;
}

@media only screen and (min-width:35em) {
}

.ir {
	display:block;
	border:0;
	text-indent:-999em;
	overflow:hidden;
	background-color:transparent;
	background-repeat:no-repeat;
	text-align:left;
	direction:ltr;
*line-height:0;
}

.ir br {
	display:none;
}

.hidden {
	display:none !important;
	visibility:hidden;
}

.visuallyhidden {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.invisible {
	visibility:hidden;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.clearfix {
*zoom:1;
}

@media (max-device-width:1024px) {
.photo-bar.about-disciplines, .photo-bar.pathway, .photo-bar.storytellers, .photo-bar.work-with, #about-top, .contact {
background-attachment:scroll;
width:1024px;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
}

#about-top {
width:1024px;
}

#about-top .cont_NT {
margin-left:64px;
}

body.about {
background-image:none;
}

.contact {
min-height:680px;
}

.contact .contact-us {
padding-top:20px;
}
}

@media (max-device-width:768px) & (orientation:portrait) {
#about-top {
min-height:1024px;
min-width:768px;
}
}