@charset "utf-8";
/* CSS Du Bois */
@import url("reset.css");
@font-face {
 font-family: 'HelveticaNeueLTStdThinItalic';
 src: url('../typecase/helveticaneueltstd-thit-webfont.eot');
 src: url('../typecase/helveticaneueltstd-thit-webfont.eot?#iefix') format('embedded-opentype'), url('../typecase/helveticaneueltstd-thit-webfont.woff') format('woff'), url('../typecase/helveticaneueltstd-thit-webfont.ttf') format('truetype'), url('../typecase/helveticaneueltstd-thit-webfont.svg#HelveticaNeueLTStdThinItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'HelveticaNeueLTStdLtItalic';
 src: url('../typecase/helveticaneueltstd-ltit-webfont.eot');
 src: url('../typecase/helveticaneueltstd-ltit-webfont.eot?#iefix') format('embedded-opentype'), url('../typecase/helveticaneueltstd-ltit-webfont.woff') format('woff'), url('../typecase/helveticaneueltstd-ltit-webfont.ttf') format('truetype'), url('../typecase/helveticaneueltstd-ltit-webfont.svg#HelveticaNeueLTStdLtItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
}
body, html {
	height: 100%;
	color: #49231f;
}
html {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body#main {
	background: url(../images/slide1.jpg) no-repeat top center fixed;
}
body#about {
	background: url(../images/slide2.jpg) no-repeat top center fixed;
}
body#products {
	background: url(../images/slide3.jpg) no-repeat top center fixed;
}
a {
	color: #BE8D65;
	text-decoration: none;
}
a:hover {
	color: #DD9D56;
}
p {
	padding: 10px;
	font-size: 0.9em;
}
.logo {
	background: url(../images/logo.png) center no-repeat;
	cursor: pointer;
	float: left;
	height: 140px;
	position: absolute;
	text-indent: -9999px;
	width: 300px;
	z-index: 1000;
}
table {
	font-size: 0.9em;
}
.logobox {
	background: url(../images/logo-bg.png) -38px 0 no-repeat;
	display: block;
	width: 900px;
	height: 140px;
	position: absolute;
	z-index: 100;
	left: -400px;
}
.wrapper {
	width: 94%;
	height: 100%;
	min-width: 960px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.footerwrapper {
	background: url(../images/footer-bg.png) -86px 0 repeat-x;
	height: 140px;
	width: 100%;
	clear: both;
	position: fixed;
	bottom: 0;
	min-width: 960px;
	z-index: 1000;
}
.contentwrapper, .footer {
	height: 100%;
	margin: 0 auto;
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
}
.contentwrapper {
	top: 0;
}
.navigation {
	left: 50%;
	margin-left: -490px;
	text-align: right;
	width: 980px;
	position: absolute;
	right: 0;
	top: 27px;
	z-index: 1000;
}
.navigation ul {
	float: right;
	display: inline;
}
.navigation ul li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 1px;
}
.navigation ul li ul, .navigation ul li div.submenu .subBg {
	display: none;
}
.navigation ul li:hover ul, .navigation ul li:hover div.submenu .subBg {
	display: block;
}

.navigation ul li a {
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	float: left;
}
.navigation ul li a:hover {
	background: #EFD0C3;
	color: #49231f;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
}
.navigation ul li div.submenu {
	position: absolute;
	top: -50px;
	height: 50px;
	right: 0;
	z-index: 1000;
}
.navigation ul li div.submenu ul {
	background: url(../images/submenu-bg.png) -438px 1px no-repeat;
	width: 780px;
	height: 50px;
	left: -100px;
	padding-left: 200px;
	text-align: center;
}
.navigation ul li div.submenu ul li, .navigation ul li div.submenu ul li a {
	display: inline;
	float: none;
	font-size: 0.9em;
	color: #000;
}
.navigation ul li div.submenu ul li a, .navigation ul li div.submenu ul li a:hover {
	background: url(../images/subIcon.gif) 9px 10px no-repeat;
}
.navigation ul li div.submenu ul li a {
	position: relative;
	display: inline-block;
	padding: 0 12px 0 30px;
	margin-right: 5px;
	margin-top: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
}
.navigation ul li div.submenu ul li a:hover {
	color: #BE8D65;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
}
.navigation ul li div.submenu ul li a span {
	color: #fff;
	top: -158px;
	left: 0;
	position: absolute;
	height: 160px;
	display: none;
}
.navigation ul li div.submenu ul li a span img {
	position: absolute;
	left: 0;
	top: 35px;
	width: 100%;
	height: auto;
}
.navigation ul li div.submenu ul li a:hover span {
	border: 2px solid rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, .8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	font-style: normal;
	font-size: 0.9em;
	border-bottom: none; 
	background: #642e24 url(../images/submenuImgthumb.png) center no-repeat;
	display: block;
    min-width: 200px;
	width: 100%;
	overflow: hidden;
}
/*.navigation ul li div.submenu ul li a span#submenu01 {
	background: #642e24 url(../images/submenuImg01.jpg) center 35px no-repeat;
}
.navigation ul li div.submenu ul li a span#submenu01 {
	background: #642e24 url(../images/submenuImg01.jpg) center 35px no-repeat;
}*/
.navigation ul li div.submenu span.subLeft {
	height: 40px;
	position: absolute;
	width: 100%;
	left: -100%;
}
.navigation ul li div.submenu span.subRight {
	height: 40px;
	position: absolute;
	right: 0;
	width: 100%;
	overflow: hidden;
}
.subBg, .rightMg {
	background: url(../images/subBg-bg.png) repeat-x;
	width: 100%;
	height: 50px;
}
.subBg {
	position: absolute;
	margin-left: -100%;
	margin-right: -150%;
	top: 0;
	float: left;
	z-index: 0;
}
.rightMg {
	display: block;
	margin-left: 200%;
}
.footer {
	color: #BE8D65;
}
.contentwrapper, .footer {
	height: 100%;
	margin: 0 auto;
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
}
.contentwrapper {
	top: 0;
}
.content {
	position: absolute;
	width: 980px;
	margin: 0;
	left: 50%;
	top: 0;
	margin-left: -490px;
}
.content figure {
	margin: 0 auto;
	width: 940px;
}
.content figure img {
	border: 1px solid #d5c8b4;
	margin-bottom: 20px;
}
section {
	background: url(../images/section-bg.png);
	margin: 0 auto;
	width: 940px;
	display: block;
	padding: 0 20px 40px 20px;
	position: relative;
	margin-bottom: 140px;
}
section h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	padding: 10px 20px;
	display: block;
}
.colLeft, .colRight {
	width: 49%;
	height: 100%;
}
.colLeft {
	float: left;
	margin-right: 1%;
}
.colRight {
	float: right;
	margin-left: 1%;
}
.product {
    color: #49231f;
    border: 1px solid #fff;
    background: #fff;
    position: relative;
    margin: 18px 4px 0;
    float: left;
    display: block;
    width: 460px;
    height: 110px;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
    transition: all 0.1s linear 0.1s;
}

.product:hover {
    border: 1px solid #D5C8B4;
}

.product img {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: auto;
    z-index: 1;
}

.product span {
    display: block;
    /*width: 455px;*/
}

.product h3 {
    margin: 5px 10px 5px 200px;
    position: relative;
    font-style: italic;
}

.product p {
    margin: 0;
    margin-left: 190px;
    position: relative;
    font-size: 0.9em;
    width: 250px;
}

.product p.detailLnk {
    color: #fff;
    text-align: right;
    font-style: italic;
    font-size: 0.7em;
    -webkit-transition: all 0.1s linear 0.1s;
    -moz-transition: all 0.1s linear 0.1s;
    transition: all 0.1s linear 0.1s;
}

.product:hover p.detailLnk {
    color: #49231F;
    text-align: right;
}

article {
	background: #fff;
	padding: 20px;
	width: 900px;
	position: relative;
}
article h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}
article p {
	margin-right: 50px;
}
article figure img {
	border: none!important;
}
.credits {
	margin-top: 20px;
}
.support {
	position: absolute;
	padding-top: 10px;
	width: 680px;
	z-index: 1000;
	right: 0;
	top: 65px;
}
.support li {
	display: inline;
	border: none;
}
.support li#pt, .support li#en, .support li#fr {
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
	background: url(../images/flags.gif) no-repeat;
	background-repeat: no-repeat;
	text-indent: -9999px;
	opacity: 0.5;
}
.support li#pt:hover, .support li#en:hover, .support li#fr:hover, .support li#pt.selected, .support li#en.selected, .support li#fr.selected {
	opacity: 1;
}
.support li#pt a, .support li#en a, .support li#fr a {
	display: block;
	width: 16px;
	height: 14px;
}
.support li#pt {
	position: absolute;
	background-position: 0 0;
	left: 220px;
	top: 35px;
}
.support li#en {
	position: absolute;
	background-position: 0 -13px;
	left: 280px;
	top: 34px;
}
.support li#fr {
    position: absolute;
    background-position: 0 -27px;
    left: 250px;
    top: 34px;
}
.support li#credits {
	position: absolute;
	left: 60px;
	top: 35px;
	font-size: 0.7em;
	font-style: italic;
}
.support li#social a { 
    background: none repeat scroll 0 0 transparent; 
    color: #BE8D65; 
    font-size: 0.7em; 
    font-style: italic; 
    outline: medium none; 
    padding-right: 40px; 
    position: absolute; 
    right: 105px; 
    text-align: right; 
    text-decoration: none; 
    top: 35px; 
    width: 150px; 
}
.support li#social span { 
    background: url("../images/fb.png")  no-repeat scroll 0 0 transparent; 
    display: block; 
    height: 29px; 
    position: absolute; 
    right: 0; 
    text-indent: 9999px; 
    top: -7px; 
    width: 29px; 
}
.support li#author {
	background: url(../images/seara.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 40px;
	float: right;
	text-indent: -9999px;
}
.support li#author a {
	display: block;
	width: 51px;
	height: 6px;
	outline: none;
}
.teaser {
	width: 350px;
	margin: 5%;
	height: auto;
	display: block;
    position: relative;
    z-index: 1000;
}
.teaser h2 {
	font-family: 'HelveticaNeueLTStdThinItalic';
	font-size: 3.3em;
	font-weight: normal;
	margin-bottom: 15px;
	float: left;
}
.teaser h2 span {
	float: left;
	display: block;
	margin-left: 50px;
}
.teaser p {
	font-family: 'HelveticaNeueLTStdLtItalic';
	float: left;
	font-size: 0.95em;
	margin-left: 50px;
	padding: 0;
}
.floatMenu {
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 15%;
	width: 247px;
}
.floatMenu li {
	margin: 1px 0 0;
	float: left;
	width: 247px;
}
.floatMenu li a {
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
	width: 117px;
	color: #622f27;
	text-decoration: none;
	font-size: 0.75em;
	width: 117px;
	float: right;
}
.floatMenu li a img {
	float: left;
	height: 66px;
	width: 117px;
}
.floatMenu li span {
	display: none;
	position: absolute;
	right: 0;
	padding: 5px 10px;
	margin: 1px 0 0;
}
.floatMenu li a:hover {
	display: block;
	width: 234px;
	cursor: pointer;
}
.floatMenu li a:hover span {
	background: #fff;
	float: right;
	height: 55px;
	display: block;
	width: 97px;
}
.slides, .slider, article figure {
	width: 300px!important;
}
.slides {
	float: left;
	height: 440px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#photos img {
	width:300px;
	height:345px;
	text-align: center;
}
.slides .bx-prev, .slides .bx-next {
	display: none;
}
.pager {
	bottom: 30px;
	position: absolute;
}
.pager a {
	border: 1px solid #FFF;
	color: #8F3C2C;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 5px;
}
.pager a:hover {
	border: 1px solid #BE8D65;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
}
.pager a.pager-active {
	background: #BE8D65;
	border: 1px solid #BE8D65;
	color: #FFF;
}
.pager a.pager-active {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
}
.slider {
	position: absolute;
	bottom: 0;
	margin: 20px 0;
	z-index: 1000;
	text-align: center;
}
.slider li {
	display: inline;
	margin: 5px;
	font-size: 1.5em;
}
.slider li a {
	display: block;
	float: left;
	text-indent: -9999px;
}
.slider li:before {
	color: #e2b4ad;
	content: "●";
	cursor: pointer;
}
.slider li.selected:before {
	color: #702b22;
	content: "●";
}
.description {
	margin-left: 300px;
}
.description h3 {
	margin-top: 30px;
}
.dwlpdf a {
	background: url(../images/pdf.gif) no-repeat;
	color: #803a2a;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	line-height: 25px;
	padding-left: 20px;
	float: left;
	margin: 20px 0;
}
.infoLnk {
	position: absolute;
	top: -6px;
	right: 30px;
	display: block;
	width: 133px;
	height: 40px;
	padding: 14px 10px 0;
	color: #49231F;
	background: url(../images/tab.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
	font-style: italic;
	-webkit-transition: all 0.1s linear 0.1s;
	-moz-transition: all 0.1s linear 0.1s;
	transition: all 0.1s linear 0.1s;
}
.infoLnk:hover {
	color: #BE8D65;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.tabs {
	float: left;
	display: block;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.tabs li {
	display: inline;
}
.tabs li a {
	background: #8f3c2c;
	color: #fff;
	text-decoration: none;
	padding: 10px 30px;
	float: left;
	display: block;
	font-style: italic;
	font-size: 0.9em;
	position: relative;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
}
.tabs li a#ingredients {
	z-index: 100;
}
.tabs li a#techspecs {
	padding-left: 70px;
	margin-left: -40px;
	z-index: 10;
}
.tabs li.selected a#ingredients {
	background: #642e24;
}
.tabs li.selected a#techspecs {
	background: #642e24;
}
.tabContent ul, .tabContent p {
	padding: 0;
	font-size: 0.85em;
	line-height: 17px;
}
.tabContent .twoCols p {
    width: 280px;
}
.tabContainer {
	float: left;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* DUA COLUNAS */
.twoCols {
    width: 900px;
}
.twoCols .break {
    column-count: 2;  
}
.twoCols ul li {
	background: url(../images/bullet.gif) top left no-repeat;
	padding-left: 20px;
}
/* Cronologia */
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.floatLeft {
	display: block;
	float: left;
}
.floatRight {
	display: block;
	float: right;
}

.clear{
	clear: both;
}

.esconde {
	display:none;
}

h1 {
	font-size:1.375em;
	margin:0;
	padding:0;
}
h2 {
	font-size:1.1875em;
	margin:0;
	padding:0;
}
h3 {
	font-size:1em;
	margin:0;
	padding:0;
}
h4 {
	font-size:0.875em;
	margin:0;
	padding:0;
}
h5 {
	font-size:0.75em;
	margin:0;
	padding:0;
}


#divBottom01 {
	display:block;
	width:990px;
	margin:0 auto;
	background:url(../images/bg-divBottom01.png);
	padding:0 0 20px 0;
}

#tituloTop  {
	display:block;
	padding:10px 18px 30px 18px;
	font:italic 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6A504E;
}

#divBottom02 {
	display:block;
	width:830px;
	margin:0 auto;
	background:#FFF;
	padding:20px 62px;
}

#timeline {
	display:block;
	float:left;
	padding:0px 0px 0 0px;
	margin:0;
	height:162px;
}
#timeline ul {
	padding: 0px;
	margin: 0px;
}

#timeline ul li {
	list-style: none;
	float:left;
	margin:0 0px 0 0px;
	font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#A44B39;
	background:url(../images/bg-ano-timeline.jpg);
	width:95px;
	height:120px;
	padding:42px 0 0 0;
	text-align:center;
} 

#timeline ul li a {
	float:left;
	font:normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0px 0px 0 0px;
	color:#64492D;
	width:95px;
	height:60px;
	text-align:center;
}
#timeline ul li a:hover {
	color:#A44B39;
}
#timeline ul li span {
	display:block;
	font:normal 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:85%;
}


#tabsAnos {
	display:block;
	padding:0px 0px 0 0px;
	margin:0;
	background:#F5F1F0;
	height:30px;
}
#tabsAnos ul {
	padding: 0px;
	margin: 0px;
}

#tabsAnos ul li {
	list-style: none;
	float:left;
	margin:0 0px 0 0px;
} 

#tabsAnos ul li a {
	float:left;
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 16px 0 16px;
	color:#6A504E;
	border-right:1px solid #FFF;
	height:26px;
}
#tabsAnos .selected {
	color:#FFF;
	background:#69352B;
}
#tabsAnos ul li a:hover {
	color:#FFF;
	background:#69352B;
}
#tabsAnos ul li span {
	float:left;
	font:normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:4px 16px 0 16px;
	color:#FFF;
	border-right:1px solid #FFF;
	height:26px;
	background:#69352B;
}

.artigoCrono {
	display:block;
	margin:10px 0 20px 0;
}
.txtArtigoCrono {
	display:block;
	float:left;
	margin:20px 0 0 30px;
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6A504E;
	width:560px;
}

.btVoltar {
	display:block;
}
.btVoltar a {
	display:block;
	height:16px;
	background:url(../images/seta-voltar.png) no-repeat 0 0;
	font:italic 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6A504E;
	padding:0 0 0 14px;
}
.btVoltar a:hover {
	color:#E6CCC1;
}

.nutriInfo{ width:46px; height:62px; display:block; background: url("../images/mask.png") left top no-repeat; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; float:left; margin-right:5px;}
.nutriInfo h5{color:#3F1F1D; font-size:8px; font-style:italic; height:20px; text-align:center; line-height:10px; margin:0; padding:0; padding-top:6px; overflow:hidden;}
.nutriInfo p{ margin:0; padding:0; font-weight:bold; overflow:hidden; width:46px !important}
.nutriInfo .qty{font-size:10px; text-align:center; height:15px; line-height:15px;}
.nutriInfo .value{font-size:13px; text-align:center; height:21px; line-height:21px;}

.color1{background-color:#fed932;}
.color0{background-color:#63bd37;}
.color2{background-color:#f60d22;}
.color3{background-color:none;}

#info {
	width:300px;
	height:50px;
	background-color:#FFFFFF;
}
span#lingua {
	display:none;
}