@charset "utf-8";

* {
  margin:0;
  padding:0;
}

/** General Style Info **/
body {
  background: #000;
  color: #000;
  font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
  font-size:90%;
  margin: 0;
}

body.dark {
  color: #b5b5b5;
  background-color: #181818;
}

a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
a img {
  border:none;
}

.spacer{
  clear: both;
  padding: 10px;

}
/* ------------ Certificação -------------------- */
.certificacao-title{
  color: #F3A023;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  text-align: center;
}

.certificacao-text{
  background: rgba(255,255,255,0.8);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 6px;
  margin-bottom: 40px;
  text-align: center;
}

.certificacao-logos-container{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  padding: 6px;
  margin-top: 60px;
}
.certificacao-logo{
  padding-left: 2px;
  padding-right: 2px;
  background: rgba(255,255,255,0.8);
  width: 100px;
  height: auto;
}

.certificacao-logo2{
  width: 100%;
  height: auto;
}
.logo-container{
  display: block;
  float: left;
  background: #FFF;
  height: 124px;
}
/* ------------ Mercados ------------------- */
.mercados_text{
  margin: 20px;
  z-index: 3;
  position: absolute;
}

.mercados_text h1, h2, h3, h4 {
  color:  #F3A023;
  margin-bottom: 4px;
}

.mercados-left-column{
  position: absolute;
  left: 40px;
  top: 40%;
  display: block;
  width: 60%;
}

.map-market{
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  /*width: 40%;*/
  height: 90%;
  z-index: 0;
}

/* ------------ Login bar (admin) --------- */
.user-bar{
  float: right;
  padding: 6px;
  margin-right: 10px
}

.message{
  background: none repeat scroll 0% 0% #FFF;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 10px;
  display: table;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 16px -4px rgba(23, 19, 5, 0.24);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}

/* ------------- Login box ---------------- */

.login-container{
  font-size: 12px;
  display: table;
  border: 1px solid #D9D9D9;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;

  background: #FFF; /* Old browsers */
  background: -moz-linear-gradient(top, #FFF 0%, #e9e9e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FFF 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FFF 0%,#e9e9e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FFF 0%,#e9e9e9 100%); /* IE10+ */
  background: linear-gradient(to bottom, #FFF 0%,#e9e9e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d6d6', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
  box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; -ms-box-sizing: border-box !important;


}

.login-container form {
  padding: 20px;
  display: table;
}

.login-container input[type="text"],input[type="password"] {
  outline: medium none;
  display: table;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #BCBCBC;
  color: #A7A5A5;
  text-shadow: 0px 1px 0px #FFF;
  margin-bottom: 15px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  background: linear-gradient(to bottom, #D7D6D6 0%, #E9E9E9 100%) repeat scroll 0% 0% transparent;
  -moz-box-sizing: border-box !important;
}
.login-container input[type="submit"] {
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 0px #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2) inset;
  background: #F3A023;
  -moz-box-sizing: border-box !important;
  border-radius: 6px;
  background: #F3A023;
  color: #000;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login-container div.footer{
  font-size: 11px;
  display: table;
  width: 80%;
  padding: 5% 10%;
  background-color: #3A3A3A;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #BCBCBC;
  text-shadow: 0px 1px 0px #000;
  position: relative;
}

.footer input[type="checkbox"]{
  font-size: 11px;
  color: #BCBCBC;
  text-shadow: 0px 1px 0px #000;
}

.login-container fieldset{
  padding: 20px;
  border: 1px dotted #efefef;
  margin: 5px;
  border-radius: 6px;
}

.regular-checkbox + label {
    display: block;
    position: absolute;
    right: 16px;
    top: 8px;
    width: 61px;
    height: 28px;
    background: url('/img/checkbox/chk_off.png') no-repeat scroll center center transparent;
    cursor: pointer;
    opacity: 0.8;
}

.regular-checkbox
{
  display: none;
}

.regular-checkbox + label:hover
{
  opacity: 1;
}

.regular-checkbox:checked + label
{
  background-image: url(/img/checkbox/chk_on.png);
}

.regular-checkbox:checked + label:after
{
  background-image: url(/img/checkbox/chk_on.png);
}

/* ------------- Noticias ----------------- */
.links-header{
    color: #F3A023;
    font-weight: bold;
}
.links-url a{
    color: #000;
    font-size: small;
    font-weight: 100;
}

/* ------------- Receitas  ------------------ */
#container-receitas-data{
  overflow: auto;
  clear: both;
  width: 60%;
  height: 30%;
  position: fixed;
  float: left;
  top: 49%;
}


.double p{
  margin-bottom: 4px;
  margin-bottom: 4px;
}
.double ul {
  margin-top: 20px;
}

.double li{
  width:50%;
  line-height:1.5em;
  float:left;
  display:inline;
}

.receita-ingredientes{
  margin-left: 3%;
  margin-top: 2%;
  line-height:1.5em;
}

.receitas-content-left_column{
  float: left;
  width: 68%;
  margin-left: 2%;
  margin-top: 2%;
}
.receita-title{
  color: #F3A023;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
}

.receita-foto-frame{
  position: absolute;
  float: right;
  right: -35px;
  top: -20px;
}

.receita-foto-frame-normal {
  position: relative;
  margin-right: 4px;
  float: right;
  margin-top: auto;
}

.receita-butons{
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px;
}

.vscroll-button{
  float: left;
  clear: left;
  margin-top: 10px;
}

/* -------------------- Polaroid ----------------- */
.polaroid-images
{
  background: white;
  display: inline;
  float: left;
  margin: 0 15px 30px;
  padding: 10px 10px 25px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
  box-shadow: 0 4px 6px rgba(0,0,0,.3);
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear;
  z-index:0;
    position:relative;
    transform: rotate(6deg);
  -webkit-transform: rotate(6deg);  
  -moz-transform: rotate(6deg);    
}

.polaroid-images img { 
  display: block; 
  width: inherit; 
}

/* ------------------------ Galeria ------------------------- */

.gallery-title{
  color: #F3A023;
  text-transform: uppercase;
  font-size: larger;
  font-weight: bold;
  margin-top: 30px;
}

.gallery-photo{
  border: 2px solid #000;
  width: 100%;
  height: auto;
}

.gallery-image{
  margin-top: 3%;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.gallery-description{
  padding-bottom: 2%;
}

.handtype{
  cursor: hand;
  cursor: pointer;
}
/* ------------------------ Video --------------------------- */

.youtube-player{
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 400px;
}

/* ------------------------ Google Maps --------------------------- */

#gmap_canvas{
  height:260px; 
  width:90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
  position: relative;
  border: 1px #FFF solid;
}
#gmap_canvas img{
  max-width:none !important;
  background:none !important;
}
.gm-style-iw span{
  height:auto !important;
  display:block;
  white-space:nowrap;
  overflow:hidden !important;
}
.gm-style-iw strong{
  font-weight:400;
}
.map-data{ 
  position:absolute;
  top:-1668px;
}
.gm-style-iw{ 
  height:auto !important;
  color:#000000;
  display:block;
  white-space:nowrap;
  width:auto !important;
  line-height:18px;
  overflow:hidden !important;
}

/* ----------------- Contacts ---------------------- */

#contacts-2column{
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.contacts-content-left_column{
  width: 36%;
  float: left;
  margin-bottom: 5%;
  margin-left: 4%;
}
.contacts-content-right_column{
  width: 60%;
  float: left;
  margin-bottom: 5%;
}
.contact-info{
  color: #FFF;
  white-space: pre;
}
.contact-title{
  color: #F3A023;
  font-weight: bold;
}

.scroll-box{
  width: 100%;
  clear: both;
  overflow: auto;
  height: 100%;
}

.scroll-left{
  direction: rtl;
  list-style: none;
  text-align: left;
}

.button-big{
  cursor: hand;
  cursor: pointer;
}


/** ---------- Receitas Css -------- **/

.receita-header {
  color: #F3A023;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.receita-subheader {
  color: #F3A023;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: small;
}

.receita-list{
    color: #F3A023;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin-left: 4px;
    padding: 2px;
    cursor: hand;
    cursor: pointer;
}

.receita-list:hover{
  background: white;
}

.receita-ingredientes {
  text-align: left;
  margin-top: 8px;

}
.receita-ingredientes p{
  font-weight: bold;
}

.receita-ingredientes ul {
  list-style: none;
}

.receita-preparacao {
  text-align: left;
  margin-top: 20px;
}

.receita-preparacao {
  text-align: left;
  margin-top: 20px;
  margin-left: 8px;
  margin-right: 8px;
}

/* ------ New Css ------- */

.news-header {
  color: #F3A023;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}

.news-list{
    color: #F3A023;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    text-align: left;
    margin-left: 4px;
    padding: 2px;
    cursor: hand;
    cursor: pointer;
}

.news-list:hover{
  background: white;
}

.news-body {
  text-align: justify;
  margin-left: 8px;
  margin-right: 8px;
}

#buttons_container{
  display: block;
  vertical-align: middle;
  text-align: right;
  position: absolute;
  right: 2px;
  bottom: -12%;
}

#main-top{
   width: 100%;
   height: 96%;
   float: top;
   position: relative;
   background: transparent;
}

#left-column{
  float: left;
  width: 15%;
  height: 100%;
  background: transparent;
}

#right-column{
  float: right;
  width: 15%;
  height: 90%;
  background: transparent;
  position: fixed;
  right: 0px;
}

#middle-column{
  float: left;
  width: 70%;
  height: 97%;
  position: fixed;
  background: transparent;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

#middle-column-container {
width: 100%;
height: 100%;
}

#dinamic-data {
  background: transparent;
  width: 70%;
  top: 20%;
  position: fixed;
  left: 15%;

  /* Firefox */
  height: -moz-calc(65% - 60px);
  /* WebKit */
  height: -webkit-calc(65% - 60px);
  /* Opera */
  height: -o-calc(65% - 60px);
  /* Standard */
  height: calc(65% - 60px);

}

#prod-nav-buttons{
  padding-bottom: 1%;
  bottom: 0px;
  position: absolute;
  width: 40%;
}

/* ------------- Som ----------------- */
.som {
  position: relative;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: hand;
  cursor: pointer;
  display: block;
  text-align: center;
}

#sound{
  width: 20%;
  height: auto;

}

/* ------------- Sub-Menus -----------------*/

.menu-container{
  top: 20px;
  width: 200px;
  display: block;
  position: absolute;
  overflow: visible;
  cursor: hand;
  left: -8px;
}

.sub-menu-container{
  width: 10%;
  height: auto;
  margin: 0px;
}

/* ------------- Main Menu ---------------- */
.main-menu li {
  float:left; 
  position:relative;
  color: #FFF;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
  margin-left: 0px;
  width: 15%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: medium;
  cursor: hand;
  cursor: pointer; 
}
.main-menu li li {
  left: -40px; 
  clear:both;
  background: none;  
} 
.main-menu li ul {
  position: absolute;
  bottom: 28px;
  margin: 0px;
  display: none;
  z-index: 2;
  background: red;
} 
.main-menu li:hover ul {
  display:block 
}
.main-menu-item ul li {
  display: inline;
  position: fixed;
  padding-bottom: 20px;
  list-style-type: none;
  width: 107%;
  bottom: 60px;
  vertical-align: bottom;
  height: 40px;
  margin-left: auto;
  margin-left: auto;
  font: 90px/1;
}
.container{
  bottom: 10px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
}

#main-menu-toplevel{
  position: fixed;
  float: bottom;
  list-style-type: none;
  display: inline-flex;
  width: 70%; 
  bottom: 30px;
  list-style-type: none;
  display: inline-flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-flex:: ;
  -moz-box-flex:1.0; /* Firefox */ 
  -webkit-box-flex:1.0; /* Safari and Chrome */ 
  -ms-flex:1.0; /* Internet Explorer 10 */ 
  box-flex:1.0;
  background: rgba(0,0,0,0.8);
  left: 15%;
}



.main-menu-container{
  width: 100%;
}

.producao{
  z-index: 10;
  width: 240px;
  margin: 0px;
  float: left;
}

.green {
  float: left;
  cursor: hand;
  cursor: pointer; 
}
.red{
  float: left;
  cursor: hand;
  cursor: pointer;  
}

.main-menu-item{
  height: 30px;
  line-height: 30px;
  /* border-left: 1px solid #FFF; */
  /* margin-bottom: 5px; */
  margin-top: 5px;
}

.first{
  border-left: none;
}

/* ----------------------------------- */
.scroll-button{
  cursor: hand;
  cursor: pointer;
}

.main-content-right_column{
  margin-top: 2%;
  margin-left: 35%;
  position: absolute;
  width: 60%;
  height: 85%;
  margin-right: 4%;
}

.main-content-middle{
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 85%;
}

.main-content-left_column{
  float: left;
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4%;
}

.main-content-left_column_news{
  float: left;
  width: 32%;
  text-align: center;
  margin-right: auto;
  margin-top: 2%;
  height: 92%;
  background: rgba(255,255,255,0.2);
  overflow: auto;
  position: absolute;
  margin-left: 2%;
}

.main-content-right_column_news{
  float: right;
  width: 62%;
  text-align: center;
  margin-right: 2%;
  margin-top: 2%;
  height: 92%;
  background: rgba(255,255,255,0.2);
  overflow: auto;
  margin-left: 2%;
  position: absolute;
  right: 0px; 
}

.main-content-left_column_receita{
  float: left;
  width: 32%;
  text-align: center;
  margin-right: auto;
  margin-top: 2%;
  height: 92%;
  background: rgba(255,255,255,0.2);
  overflow: auto;
  position: absolute;
  margin-left: 2%;
}

.main-content-right_column_receita{
  float: right;
  width: 62%;
  text-align: center;
  margin-right: 2%;
  margin-top: 2%;
  height: 92%;
  background: rgba(255,255,255,0.2);
  overflow: auto; 
  margin-left: 2%;
  position: absolute;
  right: 0px; 
}

.news-separator{
  margin: 6px;
}

.news-date{
  padding-top: 4px;
  font-style: italic;
  font-size: small;
}
.menu-big-image{
  position: relative;
  float: left;
  display: inline;
}
.menu-big-text{
  position: relative;
  float: right;
  display: inline;
  font-family: "Lato",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: large;
  vertical-align: middle;
  text-align: left;
  top: 30%;
  right: 4%;
}
.menu-big-text:hover{
  color: #FFF;
}

#main_content{
  margin-right: auto;
  margin-left: auto;
}

.main_content_title{
  font-weight: bold;
  font-size: large;
  color: #CD9951;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

div.main_content_text {
  line-height: 23px;
}

.white-container{
  background: rgba(255,255,255,0.8);
  width: 100%;
  min-height: 250px;
  position: absolute;
  min-height: 100%;
}

/*
.white-container{
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 100%;
}
*/

/*
.contactos-container{
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -12%;
}
*/
.contactos-container{
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.glass-container{
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute; 
}

#right-icons-container{
 position: relative;
 float: top;
 height: 100%;
 margin-left: 8px;
 margin-right: 8px;
 padding-top: 10%;
}

#language-container{
 display: inline-flex;
 width: 100%;
 padding-top: 10%;
 text-align: center;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto; 
}

#lang-pt{
  width: 46%;
  float: left;
  display: block;
  height: auto;
  text-align:  right;
  margin-right: 8%;
}
#lang-pt a img{
  width: 40%;
  height: auto;
}

#lang-en a img{
  width: 40%;
  height: auto;
}

#lang-en{
  width: 46%;
  float: left;
  display: block;
  height: auto;
  text-align: left;
}


#large-icons-container{
  width: 80%;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-item-large{
    width: 100%;
    height: auto;
    padding-left: 6%;
    vertical-align: center;
    cursor: pointer;
    cursor: hand;
}

.icon-item-large a img{
  width: 100%;
  height: auto;
  padding-left: 40%;
  padding-top: 10%;
  vertical-align: center;
}


.icon-item{
  width: 50%;
  height: auto;
  vertical-align: center;
  padding-left: 6%;
  cursor: pointer;
  cursor: hand; 
}

.icon-item a img{
  width: 100%;
  height: auto;
  padding-left: 40%;
  padding-top: 10%;
  vertical-align: center;
}

#footer-container {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-image:url('/img/5349535b-21dc-4a87-a537-3d680a000357');
    /* background-image:url('http://frusoal/img/52db0b01-343c-4337-bb23-241b0a000357'); */
    background-size: 150% 100%;
    background-position: 10%;
}
#footer{
    position: relative;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-weight: bold;
    font-size: x-small;
    top: 40%;
}

.icon-list{
  margin-top: 4%;
  list-style-type: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.fruit-photo-frame{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.prod-fruit-image{
  width: 60%;
  height: auto;
  margin-top: 4%;
  padding-bottom: 4%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.horizontal-butons{
  margin-top: 4%;
  list-style-type: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 4%;
}

.fruit-car-title{
  padding-top: 20px;
  padding-bottom: 20px;
}

.center{
  clear: both;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.spacer{
  padding-right: 4px;
  padding-left: 4px;
  display: inline-block;
  width: 20px;
  position: relative;
}

.close_button{
  text-align: right;
  margin-right: 0px;
  display: block;
}

.close_button_l{
  text-align: left;
  margin-right: 0px;
  display: block;
}

#close_icon{
  cursor: pointer;
  cursor: hand;
  margin: 0px;
}

#mapa_colheitas{
  width: 100%;
  height: auto;
}