/**
 * ----------------------------------------------
 * Fonts
 * ----------------------------------------------
 */

@font-face {
  font-family: 'MyriadProRegular';
  src: url('../fonts/myriadpro-webfont.eot');
  src: url('../fonts/myriadpro-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/myriadpro-webfont.woff') format('woff'),
       url('../fonts/myriadpro-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/**
 * ----------------------------------------------
 * Base rules
 * ----------------------------------------------
 */

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  font: 11px/18px 'Verdana', sans-serif;
  color: #444;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-family: 'MyriadProRegular', 'Verdana', sans-serif;
  font-weight: normal;
  color: #668606;
  margin-bottom: 10px;
}

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h2.h2 {
  padding: 2px 0 2px 30px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  background: #ff6d00;
}

h2.h2 span {
  width: 43px;
  height: 31px;
  display: block;
  position: absolute;
  top: -6px;
  left: -19px;
  background: url(../images/planta.png); 
}

ul { list-style: none; }

p { margin-bottom: 10px; }

a {
  color: #ff6d00;
  text-decoration: none;
  cursor: pointer;
}

section, article { display: block; }

address { font-style: normal; }

.wrapper {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

/**
 * ----------------------------------------------
 * Header
 * ----------------------------------------------
 */

header {
  display: block;
  background: #f2f2f2 url(../images/header_bg.png) repeat-x;
  border-top: 4px solid #a6d10e;
}

header .wrapper {
  height: 135px;
  *height: 130px;
  padding-top: 5px;
  position: relative;
  background: url(../images/header_wrapper_bg.png); 
  *background-position: 0 -4px;
  z-index: 999;
}

header .logo { 
  margin-bottom: 10px;
}

nav {
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  text-align: center;
  *margin-left: -120px;
}

nav li {
  display: inline;
}

nav a {
  padding: 6px 14px;
  display: inline-block;
  font-family: 'MyriadProRegular', 'Verdana', sans-serif;
  font-size: 14px;
  color: #546d20;
}

nav a:hover, nav a.active {
  color: #fff;
  background: #ff6d00;
}

#empresa        nav a[href="empresa.php"],
#contribuicoes  nav a[href="contribuicoes.php"],
#atuacao        nav a[href="areas_de_atuacao.php"],
#equipe         nav a[href="equipe.php"],
#deficiencias   nav a[href="deficiencias_nutricionais.php"],
#clientes       nav a[href="clientes.php"],
#eventos        nav a[href="eventos.php"],
#divulgacao     nav a[href="divulgacao_tecnica.php"] {
  color: #fff;
  background: #ff6d00;
}

.top {
  position: absolute;
  top: 10px;
  right: 0;
  white-space: nowrap;
}

.top li {
  margin-left: 14px;
  display: inline;
  vertical-align: middle;
}

.top a {
  color: #668606;
  font-family: 'MyriadProRegular', 'Verdana', sans-serif;
  font-size: 12px;
}

.top a:hover {
  color: #415504; 
}

.top img {
  margin-right: 2px;
  vertical-align: -2px;
}

.top .lang {
  margin-left: 4px;  
}

/**
 * ----------------------------------------------
 * Main
 * ----------------------------------------------
 */

.main {
  width: 920px;
  padding: 20px;
  background: #f6f6f2;
  z-index: 9;
}

.main .primary {
  display: block;
  width: 600px;
  float: right;
}

h1 {
  height: 153px;
  margin: 0;
  text-indent: -9999px;
}

.main > aside {
  display: block;
  width: 280px;
  float: left;
}

.main aside section { margin-bottom: 20px; }

.btn {
  padding: 3px 6px;
  color: #668606;
  cursor: pointer;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left, left, from(#ffffff), to(#f4f9ed));
  background-image: -webkit-linear-gradient(left, #ffffff, #f4f9ed);
  background-image:    -moz-linear-gradient(left, #ffffff, #f4f9ed);
  background-image:     -ms-linear-gradient(left, #ffffff, #f4f9ed);
  background-image:      -o-linear-gradient(left, #ffffff, #f4f9ed);
  background-image:         linear-gradient(left, #ffffff, #f4f9ed);
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
}

.btn span { 
  padding-left: 12px;
  background: url(../images/btn.png) left center no-repeat;
}

/**
 * ----------------------------------------------
 * Home
 * ----------------------------------------------
 */

.slideshow {
  height: 269px;
  background: url(../images/slideshow_bg.jpg) center top no-repeat;
  overflow: hidden;
  z-index: 1;
}

.slideshow .slides {
  width: 960px;
  height: 269px;
  margin: 0 auto;
}

.slideshow .slides > div {
  width: 960px;
  height: 269px;
  position: relative; 
  display: none;
}

.slideshow .slides img {
  position: relative;
  display: block;
  /*
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 1s;
      -webkit-animation-duration: 0.5s;
      -moz-animation-name: slidein;
      -webkit-animation-name: slidein;
      */
}

/*
@-moz-keyframes slidein {
      from {
        left: 0;
      }
      
      to {
        left: 10px;
      }
    }
*/

.slideshow .pager {
  padding: 5px 0 5px 5px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ff6d00; 
  z-index: 99;
}

.slideshow .pager a {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: block;
  float: left;
  background: #738539;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; 
}

.slideshow .pager .activeSlide { background: #fff; }

.slide1 { background: url(../images/slide_1.jpg); }

.slide2 { background: url(../images/slide_2.jpg); }

.slide3 { background: url(../images/slide_3.jpg); }

/* ------------------ */

#home .primary section { margin-bottom: 40px; }

#home .primary section img { border: 1px solid #4d9516; }

#home .primary section div { 
  width: 410px;
  float: left;
}

#home .primary section img { 
  float: left;
  margin-right: 20px;
}

/* Eventos */

.eventos { line-height: 14px; }

#home .eventos {
  height: 293px;
  padding: 20px 10px;
  margin-top: -117px;
  background: url(../images/eventos_bg.png);
}

#home-gallery {
  margin-bottom: 10px;
}

#home .eventos h3 { margin: 10px 0 20px 0; }

.eventos img {
  height: 204px;
  display: block;
  padding: 6px;
  border: 1px solid #7d7d7d;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.eventos p { font-size: 10px; }

.informativo {
  overflow: hidden;  
}

.informativo img { float: right; }

#home .eventos p { color: #ff6d00; }

.banner-evento {
  width: 567px;
  margin: 0 auto;
  text-align: right;  
}

.banner-evento a {
  margin-left: 20px;  
}

/**
 * ----------------------------------------------
 * Common
 * ----------------------------------------------
 */

h1 { 
  background: url(../images/slideshow_bg.jpg) center top no-repeat; 
  text-indent: 0;
  text-align: center;
}

/* Listas */

p + .list { margin-left: 25px; }

.list > li {
  padding-left: 20px;
  margin-bottom: 9px;
  background: url(../images/marker.png) left 4px no-repeat;
}

.list ul {
  list-style: square inside;
  margin-left: 15px;
}

/* Galerias */

.gallery { 
  width: 473px;
  margin: 40px auto 0 auto;
  position: relative;
}

.gallery .img {
  margin-bottom: 10px;
  text-align: center;
}

.gallery .jcarousel-clip {
  width: 409px;
  margin-left: 32px;
  overflow: hidden;
}

.gallery img { border: 1px solid #4d9516; }

.gallery li {
  width: 91px;
  margin-right: 15px; 
}

.gallery .jcarousel-prev, .gallery .jcarousel-next {
  width: 20px;
  height: 47px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
}

.gallery .jcarousel-prev { 
  left: 0;
  background: url(../images/prev.png);
}

.gallery .jcarousel-next { 
  right: 0;
  background: url(../images/next.png);
}

/* Galeria de fotos */

.gallery-grid {
  display: none;  
}

.gallery-grid ul {
  margin-left: -10px;
}

.gallery-grid li {
  float: left;
  margin: 0 0 10px 10px;
}

.gallery-grid img {
  display: block;  
  border: 1px solid #4d9516;
}

/**
 * ----------------------------------------------
 * Divulgação Técnica
 * ----------------------------------------------
 */

.publicacoes li {
  /*
  width: 171px;
  margin: 0 43px 30px 0;
  */
  width: 180px;
  padding-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.publicacoes img {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #90b64b;
}

.publicacoes strong {
  color: #668606;  
}

.publicacoes a {
  padding: 2px 4px;
  color: #fff;
  font-weight: bold;
  background: #ff6d00;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/**
 * ----------------------------------------------
 * Equipe Técnica
 * ----------------------------------------------
 */

#equipe .media { 
  margin-bottom: 60px;
  display: none;
}

#equipe #e1 { display: block; } 

#equipe .media img { 
  float: left;
  margin-right: 20px;
  border: 1px solid #5e752c;
}

#equipe .media div { margin-left: 220px; }

#equipe .media strong {
  font-size: 14px;
  color: #ff6d00;
}

#equipe .media-grid { margin-left: -20px; }

#equipe .media-grid li {
  float: left;
  margin: 0 0 15px 20px;
}

#equipe .media-grid img {
  width: 102px;
  height: 102px;
  border: 1px solid #5e752c;
}

/**
 * ----------------------------------------------
 * Deficiências Nutricionais
 * ----------------------------------------------
 */

ol { 
  list-style: none;
  line-height: 24px;
}

.figure li { margin-right: 20px; }

.figure img { border: 1px solid #637a34; }

.jcarousel-skin-figure .jcarousel-clip {
  width: 490px;
  height: 98px;
  margin: 20px 0 20px 55px;
  overflow: hidden;
}

.jcarousel-skin-figure [disabled="disabled"] {
  display: none !important;  
}

.jcarousel-skin-figure .jcarousel-prev, .jcarousel-skin-figure .jcarousel-next {
  width: 20px;
  height: 47px;
  position: absolute;
  top: 25px;
  cursor: pointer;
}

.jcarousel-skin-figure .jcarousel-prev { 
  left: 15px;
  background: url(../images/prev.png);
}

.jcarousel-skin-figure .jcarousel-next { 
  right: 15px;
  background: url(../images/next.png);
}

.list .jcarousel-skin-figure { margin-left: -15px; }

/**
 * ----------------------------------------------
 * Localização
 * ----------------------------------------------
 */

.map {
  display: block;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 6px #ccc;
     -moz-box-shadow: 2px 2px 6px #ccc;
          box-shadow: 2px 2px 6px #ccc;
}

/**
 * ----------------------------------------------
 * Eventos
 * ----------------------------------------------
 */

#eventos .evento {
  display: none;
}

#eventos .evento.active {
  display: block;
}

/**
 * ----------------------------------------------
 * Galeria
 * ----------------------------------------------
 */

#galeria .gallery {
  display: none;
}

#informativo .gallery li, #divulgacao .gallery li {
  width: auto;
}

/**
 * ----------------------------------------------
 * Forms
 * ----------------------------------------------
 */

label {
  color: #444;
  font-weight: bold;
}

label.radio, label.checkbox {
  display: block;
}

.inputs {
  margin-bottom: 10px;  
}

label.radio input, label.checkbox input {
  display: inline;
  vertical-align: middle;
}

input, select, textarea {
  width: 200px;
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  font: 12px/18px 'Verdana', sans-serif;
  color: #666;
  background-color: #fff;
  border-top: none;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: none;
}

input[type="submit"], .form input[type="submit"],
input[type="checkbox"], input[type="radio"] {
  width: auto !important;
  height: auto !important;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
    -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.form {
  margin-top: 20px;
  padding-left: 50px; 
}

.form fieldset {
  margin-bottom: 20px;  
}

.form legend {
  font: 16px/18px 'MyriadProRegular', 'Verdana', sans-serif;
  color: #668606;
  margin: 0 0 10px -20px;
}
  
.form input, .form textarea { width: 320px; }

label.error {
  display: block;
  font-size: 10px;
  color: red;
  margin: -10px 0 10px;
}

#deficiencias .primary a {
  color: #668606;
}

/**
 * ----------------------------------------------
 * Footer
 * ----------------------------------------------
 */

footer {
  display: block;
  height: 115px;
  padding-top: 10px;
  background: #eaeaea;
  border-top: 1px solid #d4d4d4;
  text-align: center;
}

footer ul { 
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

footer li { 
  display: inline;
  margin-right: 15px;
}

footer a {
  font-family: 'MyriadProRegular', 'Verdana', sans-serif;
  font-size: 12px;
  color: #ff6d00; 
}

footer address {
  margin-bottom: 10px;  
}

footer .logo {
  position: absolute;
  bottom: 10px;
  right: 0;
}

/**
 * ----------------------------------------------
 * Helper classes
 * ----------------------------------------------
 */

.group:before, .group:after { 
  content: ""; 
  display: table; 
}

.group:after { clear: both; }

.group { zoom: 1; }

.pull-left {
  float: left;  
}

.pull-right {
  float: right;  
}




.image-map-wrapper {
  height: 590px;
  position: relative;
  padding-left: 60px;
}

.yep {
  display: none;
  width: 200px;
  height: 250px;
  padding: 10px;
  position: absolute;
  top: 290px;
  left: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.scroll {
  width: 200px;
  height: 250px;
  overflow: auto;
}

.uf { 
  display: none; 
}



.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #ccc;
	position: relative;
}

.jspDrag
{
	background: #739d24;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
