/* Fonts */
body {
  -webkit-font-smoothing: antialiased;
}
div h1{
  margin-top:50px;
}
h1 {
  text-transform: uppercase;
}
h1,h2,h3,h4,h5,p,th,tr,td,a{
	font-family: 'Open Sans', 'Arial', sans-serif !important;
}
a {
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

h1.text-center.slider-caption {
  color: #fff;
  font-size: 32px;
  font-family: 'Open Sans', 'Arial', sans-serif !important;
  text-transform: uppercase;
  margin-top: 0;
}
h3, h4 {
	line-height: 1.5 !important;
}
hr.sub_hr_lt {
  border-color: #009b48;
  border-width: 3px;
  width: 40px;
  margin-left: 0px;
}
ol.breadcrumb {
  margin-top: 10px;
  background: transparent;
}

ol.breadcrumb li a{
  color: #333;
}

li.personal-area a {
	color: #333;
	font-size: 12px;
	-webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
li.personal-area a:hover {
	color: #009b48;
}
.text-featured {
  color: #009b48;
}
.btn.btn-custom {
  background: #009b48;
  border-radius: 0;
  padding:5px 15px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-custom:hover {
  background: #4a3c31;
  color: #fff;
  /*-webkit-transform:scale(1.01);
  -moz-transform:scale(1.01);
  transform:scale(1.01);*/
}
.btn.btn-custom-anim {
  background: #4a3c31;
  border-radius: 0;
  padding:5px 15px;
  color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-custom-anim:hover {
  background: #009b48;
  color: #fff;
  -webkit-transform:scale(1.03);
  -moz-transform:scale(1.03);
  transform:scale(1.03);
}
#pass_modal {
  z-index: 9999 !important;
}
section img {
  border-radius: 50%;
  margin-top: 25px;
  max-width: 100%;
}
section#brown {
  background: #4a3c31;
  padding: 50px;
  color: #fff;
}
section#orange {
  background: url('../img/Pattern_white_.png');
  padding: 50px;
  color: #fff;
}
section#orange h3 {
color:#4a3c31;
}
section#orange hr.sub_hr {
  border-color: #f7931e;
  border-width: 3px;
  width: 40px;
  margin-left: 0px;
}
section#orange h1{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #682f04;
}
section#white {
  background: #fff;
  padding: 50px;
  color: #333;
  text-align: right;
  border-bottom: 2px solid #ccc;
}
section#white h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #333;
}
section#white hr.sub_hr {
  border-color: #f7931e;
  border-width: 3px;
  width: 40px;
  margin-right: 0px;
}
section#green {
   background: url('../img/Pattern_green_.png');
  padding: 50px;
  color: #fff;
}
section#green img {
  border: 10px solid #fff;
}
section#green hr.sub_hr {
  border-color: #8cc63f;
  border-width: 3px;
  width: 40px;
  margin-left: 0px;
}
section#green h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
}
section#orange,
section#green,
section#white {
  overflow: hidden;
}
ol.breadcrumb li,
ol.breadcrumb li a {
  font-family: 'Open Sans', 'Arial', sans-serif;
}
ul.topmenu  {
  padding: 5px;
  margin-bottom: 0;
  height: 15px;
}
.topmenu  li {
  display: inline;
  font-size: 13px;
}
ul.nav.navbar-nav.navbar-right li a {
  text-transform: uppercase;
  color: #4a3c31;
  font-family: 'Open Sans', 'Arial', sans-serif;
  font-weight: 600;

}
ul.nav.navbar-nav.navbar-right li a:hover {
  color: #009b48;
  background: transparent;
}

ul.nav.navbar-nav.navbar-right {
  margin-top: 15px;
}
nav {
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.08);
  -moz-box-shadow:    0px 6px 8px 0px rgba(50, 50, 50, 0.08);
  box-shadow:         0px 6px 8px 0px rgba(50, 50, 50, 0.08);
  z-index: 9999;
}
nav.navbar{
  margin-bottom: 0;
}
section#garrafa {
  overflow: hidden;
}
h4 a {
  color: #6D6E51;
}
h4 a:hover {
  color: #333;
  text-decoration: none;
}

.bannertopo{
  height:75px;
  overflow: hidden;
}
.bannertopo img{
  position: relative;
}
.pme_logo {
	margin-top: 20px;
	display: block;
}
.pme_logo img {
	width: 30px;
	margin-right: 15px;
}

.btn-prev,
.btn-next {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	background: #eee;
	color: #4d4d4d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.customNavigation {
	margin-bottom: 15px;
}

#dot-nav{
  right: 10px;
  top: 50%;
  margin-top: -50px;
  height: 100px;
  z-index: 999;
}

#dot-nav ul {
  list-style: none;
  margin:0;
  padding: 0;
}
#dot-nav li {
  position: relative;
  background-color: #bdc3c7;
  border:3px solid #bdc3c7;
  border-radius: 15px 15px 15px 15px;
  cursor: pointer;
  padding: 5px;
  height: 10px;
  margin: 10px 10px 0px 0px;
  width: 10px;
  vertical-align:bottom;
}
#dot-nav li.active, #dot-nav li:hover {
  background-color: #333;
}

.scroll {
}

.scroll a {
  color: #fff;
}

#dot-nav a {
  outline: 0;
  vertical-align:top;
  margin: 0px 0px 0px 25px;
  position: relative;
  top:-5px;
}
.home-tooltip + .tooltip > .tooltip-inner {
  background-color: #333;
  color: #f5f5f5;
  border: 1px solid #333;
  font-size: 14px;
}
.home-tooltip + .tooltip.left > .tooltip-arrow{
  top:50%;
  display: none;
  right:0px;
  margin-top:-5px;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
  border-left:5px solid #333;
}

footer{
	background:#fafafa;
	padding:15px 0px;
	color: #bdccd4;
}

footer ul.nav.navbar-nav li a {
	color: #6D6E51;
	padding: 0 10px;
}

footer ul.nav.navbar-nav li a:hover {
	color: #fff;
	background: transparent;
}

#video-cover {
  background: url('../img/logo_video.png') no-repeat center;
  position: absolute;
  width:100%;
  height:207px;
  top:25%;
  z-index: 99999;
}

/* Navigation */


.shadow{
  box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}



#historia{
	background: url('../img/azeitona.jpg') top center ;
	color: #fff;
	margin-bottom: 45px;
	padding:50px;
	border-top: 2px solid #6D6E51;
	border-bottom: 2px solid #6D6E51;
}
#historia h4{
	color: #fff;
}
#historia h1{
  font-size: 50px;
  font-weight: 300;
}
#noticiasrecentes{
	margin-bottom: 45px;
}

.bloco-titulos{
	text-align: center;
	margin:20px 0px 60px 0px;

}
.bloco-titulos h2{
	color: #4d4d4d;
	font-size: 35px;

}
.bloco-titulos h4{
	color:#808080;
	font-size: 24px;
	font-weight: 300;
}

.img_garrafa_big{
	text-align: center;
  width:200px;
  margin: 0 auto;
}

/* BOTTLE LEGENDAS */

.bottle-home{
  /* tem de ser responsivo */
  width:630px;
  margin:0 auto;
}
.bottle-icons-left,
.bottle-icons-right{
  margin-top:190px;
}
.bottle-icons-left h2,
.bottle-icons-right h2{
  font-size:22px;
  margin-bottom:5px;
}
.bottle-icons-left h3,
.bottle-icons-right h3{
  font-size:16px;
  margin:0;
}

.bottle-icons-right .bti_right_one img{
  margin-bottom:-50px;
}
.bottle-icons-right .bti_right_two img{
  margin-top:-25px;
}
.bottle-icons-left .bti_left_one img{
  margin-bottom:-50px;
}
.bottle-icons-left .bti_left_two img{
  margin-top:-20px;
}
.bottle-icons-right{
  text-align: right;

}
.bottle-icons-left{
  text-align: left;

}
.recent h3 {
  margin-top: 0;
}
.bottle-icons-right .bti_right_one{
  margin-top:100px;
  margin-bottom:150px;
}
.bottle-icons-left .bti_left_one{
  margin-bottom:150px;
}


.img-separador{
	background: url('../img/separador-img.png') center no-repeat;
	width:100%;
	height:80px;
}
.news-separador{
  background: url('../img/news-hr.png') center no-repeat;
  width:100%;
  height:20px;
  margin: 25px 0;
}
.news-listed {
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
  margin-left: 10px;
}

.btn-mini-olive{
  background: #6D6E51;
  color: #fff;
  font-family: 'Open Sans', 'Arial', sans-serif !important;
  padding:0px 10px !important;
  font-weight: 300 !important;
  font-size: 14px !important;
}
.btn-olive{
  background: #6D6E51;
  color: #fff;
  font-family: 'Open Sans', 'Arial', sans-serif !important;
  padding:10px 30px !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}
.btn-olive:hover, .btn-mini-olive:hover{
	background: #B7BA8B;
}

ul.footer-menu li{
	list-style: none;
	display: inline;
}

/* Remover shadow do carrousel */
.carousel-control.left, .carousel-control.right{
  background: none !important;
  filter: progid:none !important;
}

/* PAgina Produto */
.produto-imagem{
	text-align: center;
  margin-top:70px;
}
.produto-descricao h2 {
  color: #009b48;
  margin-bottom: 25px;
  text-transform: uppercase;
}
h4.similar-products a {
  color: #009b48;
  text-transform: uppercase;
}

.produto-descricao h5 {
  color: #999;
  margin-top: 25px;
}
.lista-produtos{
  margin-bottom: 100px;
  padding-top: 25px;
}
.product-index-title {
  margin: 25px 0 50px;
  text-transform: uppercase;
  color: #555;

}
.productbox {
  padding:10px;
  margin-bottom:30px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.productbox:hover {
	-webkit-transform:scale(1.03);
 -moz-transform:scale(1.03);
 transform:scale(1.03)
}
.productbox h4 {
  text-transform: uppercase;
}

.producttitle {
  font-weight:bold;
  padding:5px 0 5px 0;
}
.productimage {
  height: 240px;
  overflow: hidden;
}

.productimage img {
  margin: auto;
}

.productprice {
  border-top:1px solid #dadada;
  padding-top:5px;
}

.pricetext {
  font-weight:bold;
  font-size:1.4em;
}
.block-product-index {
  margin-bottom: 50px;
}
.block-product-index h4{
  margin-top: 25px;
}
#carousel-produto a.left.carousel-control,
#carousel-produto a.right.carousel-control {
  color: #6D6E51;
}
#carousel-produto a.left.carousel-control .glyphicon-chevron-left,
#carousel-produto a.right.carousel-control .glyphicon-chevron-right {
  font-size: 16px;
}

.header-nav {

}

.scroll-down{
  position:  absolute;
  top:85%;
  left:50%;
  color:#fff;
}


/****/




[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  background: transparent;
}

.social-links > a {
  width: 35px;
  height: 35px;
  border-radius: 25px;
  text-align: center;
  margin: 6px;
  font-size: 20px;
  line-height: 36px;
  color: #555;
  text-decoration: none;
  text-shadow: none;
  border: 1px solid #555;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.social-links > a:hover,
.social-links > a:focus {
    /*-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);*/
    background: #009b48;
    color: #fff;
    border:none;
  }

  .sub_slider {
    width: 100%;
    padding: 25px;
    background: #4a3c31;
  }

  .page_slider {
    max-height: 200px;
    overflow: hidden;
  }
  #owl-slider .item{
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }

  .gal-img {
    margin: 10px;
    height: 120px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.gal-img:hover {
  -webkit-transform:scale(1.06);
  -moz-transform:scale(1.06);
  transform:scale(1.06);
 }

.gal-img img {
    width: 100%;
 }

 ul.pagination {
  border:1px solid #777;
  border-radius:50px;
}
ul.pagination li a {
  background-color: transparent;
  border: none;
  color:#555;
}

ul.pagination .disabled a  {
  color:#009b48;
  background-color: transparent;
  border: none;
}

ul.pagination li a:hover,
ul.pagination .disabled a:hover  {
  border-radius:50px;
  background: #009b48;
  color:#fff;
}
.cats {
  background: #009b48;
  padding: 15px;
  color: #fff;
}
.recruitment label {
  font-weight: 300;
}
.hidden{
 opacity:0;
}
.visible{
 opacity:1;
}
#map_canvas {
  height:250px;
  width:100%;
}
div.input-group input.search-query {
  padding:15px;
  background: #fff;
  color: #333;
  border: none;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  width:100%;
}
button.search-btn {
  padding:15px;
  background: #fff;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border: none;
  color: #333;
}

.wrapper {
	min-height: 60px;
}
.slider-image-crop {
  max-height: 445px;
  overflow: hidden;
}

.slider-image-crop img{
  margin: auto;
  width: 100%;
}

.copy {
  background: #000;
  color: #f0f0f0;
  padding: 5px;
}


ul.list-subcats{
  list-style-type: none;
  margin-left:0px;
  padding-left: 0px;
}
.list-subcats li{
  display: inline;
  margin-right:10px;
}
.list-subcats li a{
  color: #fff;
  font-size:16px;
}

/***** media queries *****/
@media (min-width: 1980px) {

  .slider-image-crop {
    max-height: 700px;
  }

  .slider-image-crop img{
    margin: auto;
    width: 100%;
  }

}

@media (min-width: 1481px) and (max-width: 1980px ) {
  .slider-image-crop {
    max-height: 650px;
  }

  .slider-image-crop img{
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 1280px) and (max-width: 1480px ) {

  .slider-image-crop {
    max-height: 450px;
  }

  .slider-image-crop img{
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 980px) and (max-width: 1279px ) {

  .slider-image-crop {
    max-height: 350px;
  }

  .slider-image-crop img{
    margin: auto;
    width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {

  .slider-image-crop {
    max-height: 270px;
  }
  h1.text-center.slider-caption {
    font-size: 25px !important;
  }

}

@media (max-width: 767px) {
  .owl-pagination {
    display: none;
  }
  .form-and-links-container {
    text-align: center !important;
  }
  h1.text-center.slider-caption {
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans', 'Arial', sans-serif !important;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px !important;
  }

  .slider-image-crop {
    max-height: 230px;
  }
    .qren img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .slider-image-crop {
    max-height: 130px;
  }
  .qren img {
    max-width: 100%;
  }

  h1.text-center.slider-caption {
    font-size: 14px !important;
  }
  section#orange,
  section#white,
  section#green {
    padding: 0 0 25px 0 !important;
  }
  h1,
  section#orange h1,
  section#white h1 {
    font-size: 20px !important;
  }
  h2{
    font-size: 18px !important;
  }

  p, .produto-descricao p {
    font-size: 14px !important;
  }

  section#orange h3,
  section#white h3,
  section#green h3 {
    font-size: 18px !important;
  }
  .form-and-links-container {
    text-align: center !important;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px 0 !important;
    font-size: 11px !important;
  }
}
