/* @reset */
* {
	margin: 0;
	padding: 0;
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {  
	display:block;
}

body {
	background: #000;
}

p, ul li p, li p {
	font: 13px/20px 'Ubuntu', Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	position: relative;
	z-index: 900;
}

p.small {
	font-size: 11px;
	line-height: 14px;
}

header {
	z-index: 900;
	position: relative;
}

mark {
	font-weight: bold;
	background: none;
	display: inline;
	color: inherit;
}

h1, h2, h3 {
	color: #fff;
	font: 23px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	z-index: 900;
}



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

h2, legend { font: 16px 'PT Sans Narrow', Arial, Helvetica, sans-serif; color: #fff; }


/* loader */

.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #BDD630;
	height: 1px;
}

.QAmt {
	color:#BDD630;
	font-family: Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}


/* sombra */

.shadowtext { 
	text-shadow:-0.1em 0 0.1em #000, 0.1em 0 0.1em #000, 0 -0.1em 0.1em #000, 0 0.1em 0.1em #000; 
} 
.shadowtext_text { 
    text-shadow:0 0 0.3em #000 
}

.sombra {
	/*-moz-box-shadow: 5px 1px 15px -2px #000;
	-webkit-box-shadow: 5px 1px 15px -2px #000;*/
	box-shadow: 5px 1px 15px -2px #000;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#000')"
	/* IE 6 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#000');
}

/* @menu */

#nav_holder {
	background: url(../pix/bgmenu.png) repeat-x;
	width: 100%;
	height: 110px;
	position: fixed;
	left: 50%;
	margin: 0 0 0 -50%;
	z-index: 1000;
}

#nav {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0 0;
}

#nav a {
	color: #fff;
	font: 18px/18px 'PT Sans Narrow', Arial, sans-serif;
	margin: 0 30px 0 0;
	display: block;
	float:left;
}

#nav .logo {
	width: 121px;
	height: 110px;
	background: url(../pix/pp_home.png) no-repeat;
	text-indent: -99999em;
	position: relative;
	top: -50px;
	margin: 0 25px 0 15px;
}

#nav .last a {
	margin: 0 !important;
}

#nav a:link {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav a:active {
	text-decoration: underline;
	color: #ccc;
}

#nav a:visited {
	text-decoration: underline;
}

.ativo {
	text-decoration: underline;
}


/* 
*
* paginas
*
*/

/* home */

#home {
	background: url(../pix/home.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	height: 1200px;
	position: relative;
}

#home div.conteudo {
	text-align: center;
	padding: 300px 0 0;
	position: relative;
}

#home .bg {
	/*background: url(../pix/engrenagem.png) 40% 122px no-repeat;*/
	top: 300px;
	left: 0;
	width: 700px;
	height: 960px;
	position: absolute;
	z-index: 600;
}

#home p {
	font-size: 14px;
	left: 161px;
}

.welcome {
	font-size: 30px;
}


/* about */

#about {
	background:url(../pix/fundo_pqvivas.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 960px;
	position: relative;
	overflow: hidden;
}

#about div.conteudo {
	position: relative;
}

#about .bg {
	background: url(../pix/socios.png) 405px 0 no-repeat;
	width: 700px;
	height: 960px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 600;
}

#about .bg2 {
	background: url("../pix/pp_logo.png") no-repeat scroll 29px 566px transparent;
	width: 360px;
	height: 725px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 600;
}

#about .bg3 {
	background: url("../pix/great.jpg") no-repeat scroll 0 755px transparent;
	height: 903px;
	left: 50%;
	margin-left: -960px;
	position: absolute;
	top: 0;
	width: 1920px;
	z-index: 600;
}

#about .texto_1 {
	padding: 20px 20px 0;
	margin: 160px 0 0;
	float: left;
	z-index: 700;
}

#about .texto_2 {
	width: 380px;
	padding: 0 20px;
	float: right;
}

#about .texto_3 {
	width: 550px;
	padding: 0 20px;
	position: absolute;
	top: 820px;
}

#about .texto_2 p {
	margin: 0 0 30px;
}

#about .texto_1 p {
	margin: 0 0 30px;
	width: 370px;
}


/* por que? */

#contents {
	background: url(../pix/fundo_pqvivas.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 5500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 0;
}

#contents h3 {
	font-size: 14px;
	margin: 6px 0 0 300px;
}

#contents ul.produtos li {
	border-bottom: 1px solid #444;
	list-style: none;
	padding: 50px 0;
}

#contents ul.produtos li p {
    font-size: 18px;
	margin: 0 0 0 300px;
}



#contents ul.produtos li.video_efimov {
	background: url(../pix/video_efimov.jpg) 0px 50% no-repeat;
	height: 200px;
}
#contents ul.produtos li.video_obez {
	background: url(../pix/video_obez.jpg) 0px 50% no-repeat;
	height: 200px;
}
#contents ul.produtos li.video_spasem {
	background: url(../pix/video_spasem.jpg) 0px 50% no-repeat;
	height: 200px;
}
#contents ul.produtos li.video_shetinin {
	background: url(../pix/video_shetinin.jpg) 0px 50% no-repeat;
	height: 200px;
}
#contents ul.produtos li.video_kuklachev {
	background: url(../pix/video_kuklachev.jpg) 0px 50% no-repeat;
	height: 200px;
}
#contents ul.produtos li.video_pedpoema {
	background: url(../pix/video_pedpoema.jpg) 0px 50% no-repeat;
	height: 200px;
}


/* partners */

#partners {
	background: url(../pix/fundo_pqvivas.jpg) 50% 0 no-repeat fixed;
	height: 960px;	
}

#partners div.conteudo {
	padding: 200px 0 0;
}

/* where */

#where {
	background: url(../pix/fundo_pqvivas.jpg) 50% 0 no-repeat fixed;
	height: 1200px;
	position: relative;
}

#where div.conteudo {
	padding: 200px 0 0;
	overflow: hidden;
	width: 757px;
}

.slider {
	width: 600px;
	height: 407px;
	position: relative;
	margin: 0 auto;
}

.slider img {
	position: absolute;
}

.nivo-slice , .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-directionNav a {
	display:block;
	width:71px;
	height:99px;
	background:url(../pix/setas.png) no-repeat;
	text-indent:-9999px;
	position: absolute;
	top: 150px;
	cursor: pointer;
}


.nivoSlider a {
	display: block;
}

.nivo-imageLink {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display:block;
	width: 600px;
	height: 407px;
}
a.nivo-nextNav {
	background-position: -71px 0;
	right: -90px;
}
a.nivo-prevNav {
	left: -90px;
}


/* books */

#books {
	background: url(../pix/fundo_books.jpg) 50% 0 no-repeat fixed;
	height: 1350px;	
}

#books .conteudo {
	padding: 350px 0 0;
	position: relative;
}

ul.books {
	width: 520px;
	margin: 0 auto;
}

ul.books li {
	width: 200px;
	height: 300px;
}

.roundabout-holder {
	list-style: none;
}
.roundabout-moveable-item {
	cursor: pointer;
}
.roundabout-in-focus { cursor: auto; }

#books .organograma {
	position: absolute;
	top: 600px;
	left: 120px;
}

/* blog */

#blog {
	background: url(../pix/fundo_books.jpg) 50% 0 no-repeat fixed;
	height: 1360px;	
}


#blog .conteudo {
	padding: 240px 0 0;
	position: relative;
}



/* Paginação */

.wp-pagenavi {
	float: left;
	margin: 20px 0;
	font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wp-pagenavi .pages {
	cursor: default;
	background: #ccc;
	margin: 0 0 5px;
	padding: 3px 5px;
	display: block;
	font-size: 10px;
}

.wp-pagenavi .current {
	margin: 0 2px 0 0;
	padding: 5px 6px;
	background: #666;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	cursor: default;
}

.wp-pagenavi .page {
	margin: 0 2px 0 0;
	padding: 5px 6px;
	background: #ccc;
	border: 1px solid #666;
}

.wp-pagenavi .page:hover {
	border: 1px solid #000;
	background: #bbb;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	margin: 0 15px;
}

#blog .post_index {
	width: 270px;
	height: 365px;
	background: #fff;
	float: left;
	margin: 0 -275px 0 340px;
}


#blog h2 {
	padding: 18px;
}

#blog h2 a {
	color: #444;
	font-size: 18px;
}

#blog .leia-mais a {
	padding: 0 18px;
}

#blog .post-header {
	height: 297px;
}



.share {
	background: #7b7b7b;
	margin: 10px 0 0;
    padding: 8px;
	position: relative;
	z-index: 200;
}

.carousel ul li {
	height: 380px;
	float: left;
	list-style: none;
}

.carousel .carousel-next {
	width: 64px;
	height: 87px;
	background: url(../pix/news-nav.png) -64px 0 no-repeat;
	position: absolute;
	left: 920px;
	top: 695px;
	text-indent: -99999em;
	cursor: pointer;
	z-index: 30;
	outline: none;
}

.carousel .carousel-previous {
	width: 64px;
	height: 87px;
	background: url(../pix/news-nav.png) 0 0 no-repeat;
	position: absolute;
	top: 640px;
	left: 800px;
	text-indent: -99999em;
	cursor: pointer;
	z-index: 30;
	outline: none;
}

.addthis_toolbox {
	height: 22px;
	padding: 0 0 0 28px;
}

.leia-mais a {
	color: #ff6f00;
}

/*contacts */

#contacts {
	background: url(../pix/fundo_pqvivas.jpg) 50% 0 no-repeat fixed;
	height: 960px;
}

#contacts .conteudo {
	position: relative;
}

#contacts .bg {
	background: url(../pix/megafone.png) 100% 200px no-repeat;
	width: 200px;
	height: 960px;
	position: absolute;
	right: 0;
	z-index: 200;
}

#contacts div.endereco {
	float: left;
	padding: 230px 0 0;
	position: relative;
	z-index: 600;
	width: 342px;
}

#contacts .contacts_container {
	width: 317px;
	float: right;
	padding: 230px 0 0;
	z-index: 400;
	position: relative;
}

#contacts form.contacts legend, #contacts p, #contacts h2 {
	margin: 0 0 10px;
}

form.contacts input[type="text"], form.contacts select, form.contacts textarea {
	font: 13px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #fff;
}

form.contacts input[type="text"], form.contacts textarea {
	background: url(../pix/bgform.png) no-repeat;
	width: 300px;
	padding: 5px 8px;
	color: #fff;
	margin: 0 0 7px;
}

form.contacts textarea {
	background: url(../pix/bgtextarea.png) no-repeat;
	height: 260px;
}

form.contacts select {
	width: 300px;
	height: 19px;
	margin: 0 0 10px;
}

form.contacts input[type="submit"] {
	font: 22px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	float: left;
	cursor: pointer;
}

.select {
	font: 13px 'PT Sans Narrow', Arial, Helvetica, sans-serif;
	position: absolute;
	width: 308px;
	padding: 5px 0 0 8px;
	color: #fff;
	background: url(../pix/bgselect.png) no-repeat;
	overflow: hidden;
}

.screen-reader-text { display: none; }

.opt {
	background: #fff;
	color: #000;
	width: 308px;
	height: 21px;
}

::-webkit-input-placeholder  { color:#000; }
input:-moz-placeholder { color:#000; }

.error {
	padding: 0;
	margin: 0;
	color: #cb6903;
	/*font: 10px/10px Arial, Helvetica, sans-serif;*/
}

.conteudo {
	margin: 0 auto;
	width: 700px;
}

.fnone {
	float: none;
}