@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Fresca', sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
}

.item {
  margin-top: 10px;
  border: #ccc;
}
.itemResumo {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.itemcart {
  padding: 5px;
  background: #ccc;
  margin-bottom: 10px;
}

.del_from_cart {
  display: block;
  text-align: center;
  transition: 400ms;
}

.del_from_cart:hover {
  color: #FF0000;
  cursor: pointer;
}

.item .label, .resumo .label {
  color: #b1925b;
  text-transform: uppercase;
}

.smline {
  border-bottom: 1px solid #333;
}

.resumo {
  padding: 10px;
  margin: 10px;
  background: #e8dece;
}

.resumo .label.total {
  font-size: 1.5em;
}

.moradaForm {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  overflow: scroll;
  z-index: 3;
}

.moradaForm .inner {
  position: relative;
  width: 100%;
  height: 100%;

}

.nmorada {
  font-size: .8em;
  cursor: pointer;
  border-bottom: 1px solid #b1925b;
  color: #b1925b;
  text-align: right;
}

.closeMoradaForm {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 2em;
}

.countrybar {
   /*#333;*/
  background: #333;
  padding: 10px;
  color: #333;
  font-size: 1.4em;
}

.userAccount {
  background: #333;
  color: #fff;
  text-align: right;
  padding: 3px;
  font-size: 1.3em;
}

.userAccount a:link, .userAccount a:visited {
  color: #fff;
  padding: 0 5px;
}

.userAccount a:hover, .userAccount a:active {
  color: #777;
}

.conta {
  padding: 10px;
}

.account_menu {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}

.optaccount {
  display: block;
  background: #333;
  margin-bottom: 3px;
  text-align: center;
  cursor: pointer;
  padding: 3px;
  transition: 400ms;
}

.optaccount:hover {
  background-color: #666;
}

.panelaccount {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #333;
  box-shadow: 2px 2px 2px #333;
}

.panelaccount .section-title {
  font-variant: small-caps;
  color: #4293AD;
}

.panelaccount .section-title:after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #4293AD;
}

.panelaccount label, .panelaccount .title {
  font-weight: bold;
  color: #4293AD;
  font-variant: small-caps;
}

.panelaccount a:link, .panelaccount a:visited {
  font-size: 1.1em;
  color: #000;
}

.panelaccount a:hover, .panelaccount a:active {
  color: #4293AD;
}

.panelaccount .btn-primary {
  width: 100%;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
  color: #4293AD;
  border: 2px solid #4293AD;
  margin-top: 10px;
}

.panelaccount .btn-primary:hover {
  background: #4293AD;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px #4293AD;
}

.ordem {
  border-bottom: 1px solid #4293AD;
  margin-bottom: 10px;
}

.ordem .nota, .comentario {
  font-size: 0.9em;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.flrs {
  padding: 20px;
}

/******************************************************
******************** COMENTÁRIOS **********************
******************************************************/
.commentarios-out {
    margin: 10px 0;
    background: #222;
    padding: 10px;
    border-top: 2px solid orange;
    color: #fff;
}

.commentarios-out ul {
    margin: 0;
    padding: 0;
}

.commentarios-out a {
    text-decoration: none;
    color: orangered;
}

.commentarios-out a:hover {
    text-decoration: none;
    color: orange;
}


.commentarios-out .section-title {
    text-align: left;
    color:#fff;
}

.user-img {
    border-radius: 6px;
    border: 3px solid limegreen;
}

.subComentarioItem, .comentarioItem {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.subcomentarios {
    margin-top: 10px;
    border-left: 3px solid limegreen;
}

.usuario_nome {
    color: greenyellow;
    font-weight: lighter;
}

.commentarios-form-out {
    margin: 10px 0;
}

.commentarios-form-out textarea {
    min-height: 1em;
    min-width: 100%;
    max-width: 100%;
}

.subcommentform {
  padding: 10px;
  margin: 10px 0;
  background: #fff;
}

.subcommentform textarea {
  color: #000;
  min-height: 1em;
  min-width: 100%;
  max-width: 100%;
}

.subcommentform input {
  color: #000;
}

.show_subform {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media(max-width:992px){
.nav>li>a {
padding-left: 10px;
padding-right:10px
    }
}

img {width: 100%;}

.panel-title a {
  display: block;
  height: 100%;
}

.centerlogo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 5px;
  background: rgba(74,57,51,0.7);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.changeform {
  padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.form-filter {
  padding: 10px;
}

.form-filter .btn-primary {
  max-width: 90%;
  margin: 0 auto;
}

.watch {
  font-size: 1.4em;

}

.btn-red {
  background: #b1925b;
  color: #fff !important;
  border-bottom: 2px solid #a50a0a;
  transition: 600ms;
  text-transform: uppercase;
  margin: 4px;
}

.btn-red a {
  color: #fff !important;
}

.btn-red:hover, .btn-redactive {
  background: #a50a0a;
  color: #fff;
}

.forms {
  background: #fff;
}

.form-box {
  /*padding: 10px;*/
}

#filterresultados, .filteritems {
  background: #fff;
}

.clearfilter {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
}

.contagem {
  text-align: right;
}

.form-box label, .form-box .changeval {
  text-transform: uppercase;
  color: #b1925b;
  font-weight: bold;
  border-bottom: #b1925b;
}

.form-box input[type='range'] {
  color: #eee;
}

.form-box .row {
  padding: 5px;
}

.valtochange {
  padding: 3px;
  font-size: 1.4em;
  color: #b1925b;
}

.backfilter {
  padding: 15px;
  background-image: url('https://images.pexels.com/photos/186077/pexels-photo-186077.jpeg?w=1260&h=750&auto=compress&cs=tinysrgb');
  background: center center cover;
  position: relative;
}

.cattopout {
  position: relative;
  padding-bottom: 10px;
  margin: 10px;
}

.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}

.cattop {
  padding: 5px;
  z-index: 2;
}

h1, h2, h3, h4, h5, h6, .contact_nome, .fh5co-heading span, .fh5co-heading h2
.social_label, .contact_label, .pessoas_de_contacto .section-title,
.section-title, .contact_nome, .social_label,  #contact-form .title,
.galeria h3, .contact-form h3, .pg-title, .contactos-first .contact_nome,
.contactos-first .contact_label, .contactos-first .social_label,
.contactos-first .section-title, .contactos-first .title {
  font-family: 'Josefin Slab', serif;
  color: #b1925b;
}

.pessoas_de_contacto .section-title {
  text-align: center;
}

.categoria-title {
  font-size: 3.5em;
  color: #fff;
  text-shadow: 2px 2px 2px #b1925b;
}

.filter-identify {
  text-align: center;
  color: #b1925b;
  text-transform: uppercase;
  font-size: 3em;
}

.main-filter-title {
  color: blue;
  text-transform: uppercase;
  font-size: 3em;
}

.filter-identify::after {
  content:'';
  width: 60%;
  display: block;
  height: 3px;
  color: #b1925b;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .6;
  background-color: #fff;
}

.inner {
  z-index: 3;
}

.changeform img {
  width: 100%;
}

.changeform .title {
  text-align: center;
  text-transform: uppercase;
  color: #b1925b;
  padding: 3px;
  background: #000;
}

.inner-abs {
  display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

.nomrg {
  margin: 0 !important;
}

.nomrgb {
  margin-bottom: 0 !important;
}

#page {
  background: url('../images/fundo.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.centro {
  background-color: #ffffff;
  padding: 20px;
}

.centro footer {
  color: #000;
}

.centro footer h3 {
  color: #b1925b;
}

.fh5co-nav {
  background: #fff;
  padding: 60px 20px;
}

.outabs {
  position: relative;
}

.side-item {
  background: #fff;
}

.caracteristicas {
  background: #fff;
  padding: 20px;
}

.carousel-control {
  background: none !important;
  text-shadow: 2px 2px 2px #b1925b;
}

.carousel-control:hover {
  background: none;
  text-shadow: 2px 2px 2px #000;
}

#catalogo-row {
  background: #fff;
  padding: 20px;
  color: #000;
  margin: 0 !important;
}

.col-md-12 {
  margin: 0 !important;
}

.sitems {
  background: #fff;
  padding: 10px;
  margin: 0;
}

a .fa-file-pdf-o:hover {
  color: #07ABE7 !important;
}


.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0,0,0,0.5);
}

.aside {
  background-color: #b1925b;
  padding: 10px;
}

.price {
  text-align: right;
  font-size: 1.5em;
  text-transform: uppercase;
}

.aside h5 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.5em;
}

.card .inner {
  background-color: #fff;
  margin: 10px;
  border: 1px solid #b1925b;
  box-shadow: 3px 3px 3px #f6f6f6;
}

.video {width: 80%; position: relative; margin: 0 auto; margin-bottom: 10px;}

.video-16-9 {
  padding-top: 56.25%;
}

.video-4-3 {
  padding-top: 75%;;
}

.video-3-2 {
  padding-top: 66.66%;
}

.video-8-5 {
  padding-top: 62.5%;
}

.video iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.caracteristicas {
  line-height: 1.2em;
  min-height: 2.4em;
}

.caracteristicas h2 {
  text-transform: uppercase;
}

.caracteristicas h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 60%;
  padding-top: 5px;
  background: #b1925b;
  margin: 0 auto;
}

.caracteristica {
  padding: 20px 10px;
}

.countrybar {
   /*#b1925b;*/
  background: #b1925b;
  padding: 10px;
  color: #b1925b;
  font-size: 1.4em;
}

video {
  max-width: 100%;
}

.sitems .desc .conteudo {
  line-height: 2em;
  min-height: 10em;
  text-align: justify;
}

.snocontitems h3 a {
  font-size: .8em !important;
  color: #b1925b;
}

.about {
  overflow: scroll;
  padding: 10px;
}

.about h2 {
  text-transform: uppercase;
  color: #b1925b !important;
}

.about-full {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.about-full .inner {
  width: 100%;
  min-height: 100%;
  background: rgba(255,255,255,0.8);
  padding: 20px;
}

.about-content {
  margin-bottom: 3em;
}

.about-content .desc {
  margin-bottom: 3em;
}

.fullpage-category {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.fullpage-category .highprodutc {
  list-style: none;
  padding: 10px;
  border: 1px solid dashed;
  color: #b1925b;
  text-shadow: 2px 2px 2px #fff;
}

.fullpage-category .highprodutc_item {
  padding: 10px;
  font-size: 1.6em;
}

.category-description {
  font-size: 1.3em;
  text-shadow: 4px 4px 5px #b1925b;
}

.category-link:link, .category-link:visited {
  padding: 20px;
  text-transform: uppercase;
  border: 1px solid #b1925b;
  border-bottom: 3px solid #b1925b;
  display: inline;
  background: #fff;
  margin: 20px auto 0;
  transition: 600ms;
  z-index: 6;
}

.category-link:hover, .category-link:active{
  background: #b1925b;
  color: #fff;
}

.category-content {
  padding: 20px !important;
  background: #fff;
  font-size: 1.3em;
  color: #b1925b;
  text-align: center;
}

.category-desc {
  font-size: 1.8em;
  padding: 20px;
}


.userAccount {
  background: #b1925b;
  color: #fff;
  text-align: right;
  padding: 3px;
  font-size: 1.3em;
}

.userAccount a:link, .userAccount a:visited {
  color: #fff;
  padding: 0 5px;
}

.userAccount a:hover, .userAccount a:active {
  color: #777;
}

.conta {
  padding: 10px;
}

.account_menu {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
}

.optaccount {
  display: block;
  background: #b1925b;
  margin-bottom: 3px;
  text-align: center;
  cursor: pointer;
  padding: 3px;
  transition: 400ms;
}

.optaccount:hover {
  background-color: #666;
}

.panelaccount {
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #b1925b;
  box-shadow: 2px 2px 2px #b1925b;
}

.panelaccount .section-title:after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #4293AD;
}

.desc b {
  color: #b1925b !important;
}

.panelaccount label, .panelaccount .title {
  font-weight: bold;
  color: #4293AD;
  font-variant: small-caps;
}

.panelaccount a:link, .panelaccount a:visited {
  font-size: 1.1em;
  color: #000;
}

.panelaccount a:hover, .panelaccount a:active {
  color: #4293AD;
}

.panelaccount .btn-primary {
  width: 100%;
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  background: #fff;
  color: #4293AD;
  border: 2px solid #4293AD;
  margin-top: 10px;
}

.panelaccount .btn-primary:hover {
  background: #4293AD;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 2px 2px 2px #4293AD;
}

.ordem {
  border-bottom: 1px solid #4293AD;
  margin-bottom: 10px;
}

.ordem .nota, .comentario {
  font-size: 0.9em;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}



.parceiro .inner {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #b1925b;
}

.parceiro .getPartnerData {
  cursor: pointer;
}

.parceiro:hover img {
  opacity: .5;
}

.partenerdesc .desc {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.partenerdesc .desc img {
  max-width: 100% !important;
}

.partenerdesc .logo img {
  padding-bottom: 20px;

  border-bottom: 1px solid #b1925b;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}

/*.faq {
  background: coral;
}

.blog {
  background: limegreen;
}
*/

.parceiros {
  background: #5B83B1;
}

.servicos, .blog, .produtos, .eventos, .faq, .parceiros, .testimonios {
  padding: 20px;
  color: #b1925b;
}

.faq .section-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 3em;
}

.faq .panel-default {
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
.faq .panel-heading {
  background: #f0f0f0;
  text-align: center;
  border-bottom: 3px solid #b1925b;
  text-transform: uppercase;
  padding: 10px;
}

.faq .panel-simple .panel-heading {
  background: none;
  border: none;
  text-transform: none;
  padding: 10px;
  background: #b1925b;
  text-align: center;
}

.faq .panel-simple .panel-heading a:link, .faq .panel-simple .panel-heading a:visited {
  color: #fff;
}

.faq .panel-simple .panel-heading a:hover, .faq .panel-simple .panel-heading a:active {
  color: #f6f6f6;
}

.faq .panel-heading a {
  display: block;
  cursor: pointer;
  color: #b1925b;
}

.faq .panel-body {
  font-size: 1.2em;
  line-height: 1.6em;
}

.breadcrumb {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  border-radius: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #b1925b;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: #fff;
}

.countrybar select {
  font-size: 1em;
  height: 2.2em;
}

.getImageData {
  border: 1px solid #000;
  cursor: pointer;
  transition: 400ms;
  margin-bottom: 10px;

}

.categoria-frente {
  padding: 10;
  margin-bottom: 20px;
  overflow: hidden;
}

.share-row {
  text-align: center;
}

.share-row li {
  display: inline-block;
  background: #f6f6f6;
  margin: 0 15px;
  position: relative;
  min-width: 20%;
  text-transform: uppercase;
  font-size: .8em;
}

.share-row a:link,  .share-row a:visited {
  float: left;
  padding: 10px 20px;
  margin-right: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
}

.share-row a:hover .share-row a:active {
  color: #fff;
}

.share-row .like {
  box-shadow: 2px 2px 3px #b1925b;
}

.share-row .facebook {
  background: #45619D;
}

.share-row .facebook:hover {
  background: #31456E;
}

.share-row .twitter {
  background: #55ACEE;
}

.share-row .twitter:hover {
  background: #4186BA;
}

.share-row .google {
  background: #DD4B39;
}

.share-row .google:hover {
  background: #A3392C;
}

.share-row .count {
  position: absolute;
  right: 0;
  padding: 4px;
  width: 10%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: #b1925b;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.high-row span {
  color: #fff;
}

.high-row .product {
  background: #fff;
  padding: 5px;
  padding-bottom: 10px;
}

.product h3 {
  min-height: 3em;
}

.high-row .btn-primary {
  background: #fff !important;
  transition: 400ms;
  font-variant: small-caps;
  outline: none !importnat;
}

.categoria-frente img {
  width: 100%;
}

.categoria-frente h2 {
  font-size: 0em;
  width: 0%;
  opacity: 0;
  text-transform: uppercase;
  position: absolute;
  padding: 15px;
  text-align: center;
  bottom: -100%;
  margin: 0;
  text-align: center;
  color: #fff;
  transition: 600ms;
}

.categoria-frente:hover h2 {
  font-size: 1.2em;
  width: 100%;
  opacity: 1;
  bottom: 0;
}
.out-img {
  position: relative;
  overflow: hidden !important;
}

.cat-conteudo {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b1925b;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
}

.portefolio-content {
  padding: 20px;
}

.produto-content h2, .produto-content h3, .portefolio-content h2, .portefolio-content h3, .galeria h3 {
  color: #b1925b;
}

.produto-content .row {
    margin: 0 !important;
}

.produto-content img {
    max-width: 100% !important;
}

.produto-content table {
    width: 100%;
}

.preco {
  text-align: right;
}

.preco .title {
  color: ##b1925b;
}

.desc {
  padding: 10px;
  color: #000;
}

.desc strong {
  color: #b1925b;
}

.preco-single {
  text-align: right;
  font-weight: bold;
  font-size: 1.3em;
  color: #b1925b;
}

.preco {
  color: #000 !important;
}


.tags {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  max-width: 75%;
}

.tag.sm-tag {
  width:40% !important;
  /*display: block;*/
  margin-left: 60%;
  z-index:2002;
}

.tag {
  padding: 2px;
  text-align: center;
  font-size: .8em;
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
}

.side-item, .side-portefoleo {
  border: 1px solid #f6f6f6;
  border-bottom: 1px solid #b1925b;
  padding:5px;
  margin-bottom: 20px;
}

.side-item:hover, .side-portefoleo:hover {
  box-shadow: 3px 3px 3px #b1925b;
}

.side-portefoleo h3 {
  font-size: 1.2em;
}

.tag-promo {
  background: #b1925b;
  color: #fff;
}

.tag-lastunit {
  background: #b1925b;
  color: #fff;
}

.tag-new {
  background: #b1925b;
  color: #fff;
}

.oldprice {
  width: 50%;
  text-decoration: line-through !important;
  color: #b1925b !important;
}

.newprice {
  width: 50%;
  background: #b1925b;
  color: #fff;
  padding: 10px;
}

.post-content .desc {
  padding: 20px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form {
  background: #e7e2eb;
  text-align: center;
}

.contact-form label {
  color: #b1925b;
  font-weight: bold;
}

.contact-form input, .contact-form textarea  {
  background: #fff;
  color: #000;
}

.contact-form input[type="submit"] {
  width: 100%;
}

.afterbox {
  background: #f6f4e8;
  padding: 20px 0;
  color: #b1925b;
}

.relbox {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.asideitems.servico-item {
  margin: 5px;
}

.servico-item .desc {
  color: #b1925b !important;
}


.alink {
  position: absolute !important;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 !important;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index:2000;
}

.alink img {
  margin: 0;
}

.caracteristica:nth-child(2n) {
  background: #f6f6f6;
  color: #000;
}

/*EVENTO*/
.eventotimer {
  width: 100%;
  display: block;
  text-align: center;
  color: #b1925b;
  font-size: 1.2em;
  font-weight: bold;
}

.ends {
  font-weight: bold;
  color:#b1925b;
}

.paginator{
    float: left;
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: center;
}

.paginator li{
    display: inline;
    margin: 0 5px;
}

.paginator .active,
.paginator li a{
    padding: 5px 10px;
    background: #b1925b;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px #000;
    font-size: 0.875em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.paginator li a:hover{
    background: #b1925b;
}

.paginator .active{
    background: #b1925b;
    text-shadow: 1px 1px #000;
}

.menu-1 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-1 li {
  padding: 20px 0;
  margin: 5px;
}

.menu-1 ul li.active a {
  color: #b1925b;
  padding: 10px !important;
  display: inline-block;
  width: 100%;
}

.fullpage .menu-1 {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fullpage .menu-1 ul li.active a {
  width: 100%;
  background: #b1925b;
}

.carousel-caption {
  background: rgba(255,255,255,0.7);
  padding: 20px;
}

.carousel-caption h4 {
  text-transform: uppercase;
  color: #b1925b;
  font-size: 1.5em;
}

.pgheading {
  background: #b1925b;
  padding: 20px 0;
}

.pgheading h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
}

.pgheading p {
  font-style: italic;
  color: #fff;
}

.share_box {
  padding: 20px;
  border-top: 2px solid ##b1925b;
}

.share_box .section-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.inner-box {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.inner-box .cover {
  position: absolute;
  top:-100%;
  background: rgba(103, 86, 116, .5);
  width: 100%;
  height: 100%;
  transition: 400ms;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.sld .carousel-control {
  background: none;
}

.cover p {
  font-size: 1.2em;
  font-variant: small-caps;
  text-align: center;
  vertical-align: center;
  color: #fff;
  text-shadow: 2px 2px 2px #b1925b;
}

.relbox:hover .cover {
  top:0;
}

.inner-box img {
  border-radius: 6px;
  width: 100%;
}

.inner-box h3 {
  padding: 10px 0;
  font-size: 1.2em;
  min-height: 2em;
  vertical-align: middle;
}


.getPortefoleoData:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: 3px 3px 3px 3px #b1925b;
}

ul {
  list-style: none;
  width: 100%;
  text-indent: 0;
  margin:0;
}

#catalogo-row {
  margin-bottom: 20px;
}

.catalogo-item {
  padding: 3px;
  border-bottom: 1px solid #b1925b;
}

.catalogo-item:nth-child(2n) {
  background: rgba(250,250,250,0.1);
}

.catalogo-item .fa {
  transition: 400ms;
}

.catalogo-item .fa:hover {
  color:#b1925b;
}

.menu-1 li a:link, .menu-1 li a:visited {
  color: #b1925b;
}

.menu-1 li a:hover, .menu-1 li a:active {
  color: #002f79;
}
/******************************************************
************* PAINEL DE MOSTRAR CONTEUDO **************
******************************************************/
.panel-out {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -100vh;
  left: 0;
  background-color: rgba(0,0,0,0.9);
  z-index: 3000;
  color:#222;
  transition: 400ms ease-in-out;
}

.panel-out textarea {
  resize: vertical;
}

.panel-out.act {
  top: 0;
  transition: 400ms ease-in-out;
}

.mbt20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel-close {
  font-size: 4em;
  position: absolute;
  display: block;
  font-weight: bold;
  display: inline-block;
  background: rgba(255,255,255,0.7);
  bottom: 0;
  right: 0;
  padding-right: 5px;
  cursor:pointer;
  color: #000;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  z-index: 90000000000;
}

.dataSide h3, .dataSide label {
  font-size: 1.1em;
  color: #b1925b;
  font-variant: small-caps;
}

.panel-close:hover {
  color: #666;
}

::-webkit-scrollbar {
    display: none;
}

.alt-row {
  background-color: rgba(255,255,255,0.5);
}

.high-row {
  padding: 20px;
  background-color: #b1925b;
}

.high-row h2 {
  color: #fff;
  font-variant: small-caps;
}

.panel-content {
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  height: 90%;
  overflow-x: hidden;
  background: #fff;
  position: relative;
}

.main-inner {
  width: 110%;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10%;
  overflow-y: auto;
}

.imageSide {
  height: 100%;
  padding: 0;
  /*background-color: #fff;*/
}

.dataSide {
  background-color: #fff;
  min-height: 100% !important;
  border-left: 2px solid lightgray;
  overflow: auto;
  margin: 0;
}

.dataSide .inner {
  padding: 10px;
}

.portefoleo-desc {
  background: #f6f6f6;
  color: #b1925b;
  padding: 10px;
}

.galeria {
  padding-bottom:20px;
}

.portefoleo-desc h3 {
  text-align: center;
  color: #b1925b;
  font-variant: small-caps;
}

.centerContainer {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*background-color: blue;*/
}

.centerContainerInner {
  width: 100%;
  text-align: center;
  max-height: 100%;
  overflow: hidden;
}

.centerContainerInner img {
  width: 100%;
}

/*Overlay para imagens ou popups*/
.full-page {
        min-width: 99vw;
        max-width: 100vw;
        height: 100vh;
        z-index: 50000;
        background:  rgba(0,0,0,0.8);
        position: fixed;
        top: -100vh;
        left: 0;
        opacity: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: all 1200ms ease-in-out;
    }

    .closedFullPage {
        display: none;
    }

    .openFullPage {
       display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
       opacity: 1;
        top: 0;
    }

    .full-page .inner-div {
        width: 70vw;
        height: 70vh;
        margin:0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


    .full-page .close {
        font-size: 4em;
        position: absolute;
        right: 30px;
        top: 30px;
        color: #fff;

    }

    .full-page .close:hover {
        color: #f6f6f6;
    }

    .full-page img {
        max-height: 100%;
        max-width: 100%;
        margin:0 auto;
    }

    img[rel="full-page"] {
        cursor: pointer;
         -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

.hlt {
  color: #b1925b;
  font-weight: bold;
}

.dpn {
  display: none;
}

.mrt-20 {
  margin-top: 20px !important;
}


.cats-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  overflow-x: hidden;
  padding: 20px;
  z-index: 3000;
}

.cats-menu .inner {
  position: relative;
}

.close-cats-menu {
  font-size: 3em;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  color: #fff;
  transition: 400ms;
}

.center {
  padding: 5px;
}

.close-cats-menu:hover {
  color: #FF2A2E;
}

.cats-menu ul {
  list-style: none !important;
}

.cats-menu li {
  padding: 3px;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
  transition : 400ms;
  padding-right: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cats-menu a {
  display: block;
  color: #fff;
}

.cats-menu .active .more {
  color: #b1925b;
  margin-left: 10px;
}

.cats-menu li {
  position: relative;
  display: block;
  line-height: 1.5em;
}

.cats-menu li a {
  padding-right: 35px;
}

.cats-menu .more {
  position: absolute;
  font-size: 1.3em;
  font-weight: bold;
  background-color: rbga(255,255,255,0.6);
  cursor: pointer;
  user-select: none;
  z-index: 2;
  padding: 3px;
  padding-top: 0;
  margin-left: 10px;
  top:0;
  right: 3px;
  color: #fff;
}

.cats-menu .more:hover {
  color: #fff;
}

.video-container {width: 100%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 10px; overflow: hidden;}

.video-container video {width: 100%; position: absolute; top: 0; left: 0;}

.out-video-phrases {
  width: 100%; position: absolute; top: 0; left: 0; z-index: 4; padding-top: 13%;
}
.video-phrases {
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}

.video-phrases .video-phrase {
  display: none;
  color: #fff;
  font-size: 2.5em;
  padding: 10px;
}

.video-phrase {
  font-size: .9em;
}

.video-phrase b {
  font-size: 1.2em;
  color: #b1925b;
  display: block;
  width: auto;
  line-height: 2em;
  border-right: 2px solid #b1925b;
  border-left: 2px solid #b1925b;
}

.video-phrases .video-phrase.active {
  display: block;
}

.mapa {width: 80%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 10px;}

.mapa iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.sub-cats-menu {
  padding-left: 3px;
}

.sub-cats-menu li {
  padding-right: 20px;
  transition: 200ms;
}

.cats-menu li:hover a {
  color: #b1925b !important;
}

.cats-menu li.active:hover a {
  color: #b1925b !important;
}

.cats-menu li.active {
  font-weight: bold;
}

.cats-menu li.active a {
  color: #b1925b !important;
}

.cats-menu li:hover.active a {
  color: #b1925b;
}

.cats-menu li:hover a {
  color: #000;
}
    .tabs-style-bar nav ul {
    			border: 4px solid transparent;
    		}

		.tabs-style-bar nav ul li a {
			margin: 0 2px;
			background-color: #F5F5F5;
			color: #b1925b;
			transition: background-color 0.2s, color 0.2s;
		}

		.tabs-style-bar nav ul li a:hover, .tabs-style-bar nav ul li a:focus {
			color: #000;
		}

		.tabs-style-bar nav ul li a span {
			letter-spacing: 1px;
			font-size: 15px;
		}

		.tabs-style-bar nav ul li.tab-current a {
			background: #b1925b;
			color: #fff;
		}

    .gallery-top {
			padding: 0;
		}

		.gallery-grids figure {
			position: relative;
			float: left;
			overflow: hidden;
			text-align: center;
			width: 100%;
		}

		.gallery-grids figure.effect-bubba:hover {
			background-color: #b1925b;
		}

		.gallery-grids figure img {
			position: relative;
			display: block;
			width: 100%;
			border: 3px solid #C7C7C7;
		}

		.gallery-bottom {
			margin: 2.5em 0;
		}

		.gallery-grids figure figcaption {
			padding: 2em;
			color: #fff;
			/*--w3layouts--*/
			/*--agileits--*/
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-o-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
		}

		.gallery-grids figure figcaption::before, .gallery-grids figure figcaption::after {
			pointer-events: none;
		}

		.gallery-grids figure figcaption{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		figure.effect-bubba:hover img {
			opacity: 0.3;
		}

		figure.effect-bubba figcaption::before, figure.effect-bubba figcaption::after {
			position: absolute;
			top: 30px;
			right: 30px;
			bottom: 30px;
			left: 30px;
			content: '';
			opacity: 0;
			-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
			-moz-transition: opacity 0.35s, -moz-transform 0.35s;
			-o-transition: opacity 0.35s, -o-transform 0.35s;
			-ms-transition: opacity 0.35s, -ms-transform 0.35s;
			transition: opacity 0.35s, transform 0.35s;
		}

		figure.effect-bubba figcaption::before {
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
			-webkit-transform: scale(0,1);
			-moz-transform: scale(0,1);
			-o-transform: scale(0,1);
			-ms-transform: scale(0,1);
			transform: scale(0,1);
		}

		figure.effect-bubba figcaption::after {
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
			-webkit-transform: scale(1,0);
			-moz-transform: scale(1,0);
			-o-transform: scale(1,0);
			-ms-transform: scale(1,0);
			transform: scale(1,0);
		}

		figure.effect-bubba h4 {
			padding-top: 11%;
			-webkit-transition: transform 0.35s;
			-moz-transition: transform 0.35s;
			-o-transition: -o-transform 0.35s;
			-ms-transition: -ms-transform 0.35s;
			transition: transform 0.35s;
			-webkit-transform: translate3d(0,-20px,0);
			-moz-transform: translate3d(0,-20px,0);
			-o-transform: translate3d(0,-20px,0);
			-ms-transform: translate3d(0,-20px,0);
			transform: translate3d(0,-20px,0);
			opacity:0;
		}

		.gallery-top figure.effect-bubba h4{
			padding-top: 18%;
		}

		figure.effect-bubba:hover figcaption::before, figure.effect-bubba:hover figcaption::after {
			opacity: 1;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-o-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
		}

		figure.effect-bubba:hover h4 {
			opacity: 1;
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			-o-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

    .swipebox-overflow-hidden {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%!important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
}

#swipebox-slider .slide {
  background: url(../images/loader.gif) no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-caption {
  top: -50px;
  text-align: center;
}
#swipebox-caption.visible-bars {
  top: 0;
}

#swipebox-caption.force-visible-bars {
  top: 0!important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  display: block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
  display: block;
}
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
  display: block;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}
.portfolio {
	padding: 100px 0;
}

.portfolio h3 {
	text-align: left;
	margin-bottom: 30px;
	font-size: 40px;
	margin-left: 345px;
}


.empty {
	font-size: 1.4em;
  margin: 0;
  margin: 5px auto;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #b1925b;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #b1925b;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

::-webkit-selection {
  color: #fff;
  background: #b1925b;
}

::-moz-selection {
  color: #fff;
  background: #b1925b;
}

::selection {
  color: #fff;
  background: #b1925b;
}

.colorfilter {
  background: linear-gradient(to top left, rgba(55,51,52,0.6) 0%, rgba(166,145,117,0.6) 100%);
}

.multi-item-carousel .col-xs-4 {
  background: #fff;
}

.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 500ms ease-in-out left;
  transition: 500ms ease-in-out left;
  text-align: center;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 10%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -10%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out left;
    -webkit-transition: 500ms ease-in-out all;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
    -webkit-transform: none!important;
            transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}


h1 {
  color: #b1925b;
  font-size: 1.25em;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 2em;
}

.add_to_cart_box {
  width: 100%;
  min-height: 80px;
  padding: 10px;
  z-index: 90000000;
}

.add_to_cart {
  width: 80%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #f6f6f6;
  text-transform: uppercase;
  font-size: .8em;
  border-bottom: 3px solid #000;
  background: #fff;
  color: #b1925b;
  margin-bottom: 20px;
  display: block;
}


#small-dev-nav {

}

#small-dev-nav p {
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #b1925b;
  min-width: 80%;
  margin: 0 auto;
  transition: 400ms;
  font-size: 1.3em;
  background: #fff;
}

#small-dev-nav p:hover {
  color: #b1925b;
}

#small-dev-nav span {
  display: block;
}

.center-nav {
  max-width: 80%;
  margin: 0 auto;
}

.category-content {
  padding: 10px;
}


@media screen and (max-width: 768px) {
  .cat-conteudo, .category-content {
    padding: 10px !important;
  }

  .newprice {
    display: block;
  }

  .navbar-header, .navbar-nav {
    background: lightgreen;
    margin: 0;
  }

  .navbar-collapse {
    display: inline;
  }

  .navbar-fixed-top #main-brand {
    display: inline !important;
  }

  .navbar-toggle {
    z-index: 550000 !important;
  }

  .navbar-toggle span {
    background: green;
  }

  .abs-center-full {
    min-height: 1vh !important;
  }

  .cats-menu .abs-center-full {
    min-height: 100vh !important;
  }

  .video-phrases {
    display: none;
  }

  .fh5co-nav {
    padding: 20px 0;
  }

  .userAccount {
    font-size: .8em;
  }

  .carousel-caption h4 {
    font-size: 0.9em;
  }

  .categoria-frente h2 {
    font-size: .8em;
    width: 100%;
    opacity: 1;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
  }

  .categoria-frente:hover h2 {
    font-size: .9em;
  }

  .carousel-caption p {
    display: none;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.fh5co-nav a {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
    display: none;
  }
}
.fh5co-nav .menu-2 li.search {
  float: left;
  width: 83%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: -5px 0 0 0;
}
.fh5co-nav .menu-2 li input[type=text] {
  padding: 6px 10px;
  width: 40%;
  border: none;
  float: right;
  font-size: 13px;
  margin-top: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav .menu-2 li input[type=text]:focus {
  width: 100%;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.fh5co-nav .menu-2 li button {
  margin-top: 4px;
  padding: 5px;
  background: transparent;
  border: none;
}
.fh5co-nav .menu-2 li button i {
  color: rgba(0, 0, 0, 0.5);
}
.fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
  background: transparent !important;
}
.fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
  color: black;
}
.fh5co-nav .menu-2 li.shopping-cart {
  float: right;
}
.fh5co-nav .menu-2 li a.cart {
  color: black;
}
.fh5co-nav .menu-2 li a.cart span {
  position: relative;
}
.fh5co-nav .menu-2 li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #b1925b;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.fh5co-nav ul li a {
  font-size: 13px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li a.cart {
  color: black;
}
.fh5co-nav ul li a.cart span {
  position: relative;
}
.fh5co-nav ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #b1925b;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 150px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #b1925b;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}

.fh5co-nav ul li .form-group {
  border: 1px solid red;
  width: 100%;
}

/*********************************************
***************** Loader ********************
**********************************************/
/*Loader*/
.loader, .loaderb {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3c4a60; /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    animation: spin 1s linear infinite;
    display: none;
}

.loader {
  top: 10px;
  right: 15px;
}

.loaderb {
  bottom: 15px;
  right: 15px;
}

.resposta-out {
  position: fixed;
  right: 0 !important;
  top: 10px;
  z-index: 5000;
  width: 300px;
  max-width: 70%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}

.resposta {
  padding: 10px;
  width: 100%;
  background: #b1925b;
  color: #fff;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.resposta.act {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.sociais {
  padding: 20px 10px;
}

.sociais_links a, .sociais a {
  padding: 5px;
  font-size: 1.2em;
}

.contacto_row, .contactos {
  color: #000;
}

.contacto_row .fa, .contact_label {
  color: #b1925b;
  font-weight: bold;
  font-size: 1.2em;
}

.contacto_row a, .contactos a {
  color: #b1925b;
}

.contacto_row a:hover, .contactos a:hover {
  color: #b89c6a;
}

.pessoas_de_contacto, #contact-form {
  padding: 20px 10px;
}

.pessoas_de_contacto .nome {
  font-size: 1.3em;
  color: #000;
}

#contact-form label {
  font-variant: small-caps;
  color: #b1925b;
}

#contact-form .btn-primary {
  font-size: 1.5em;
}

.pessoa-contacto .inner-box {
  padding: 10px;
  box-shadow: 3px 3px 3px #eee;
}

.pessoa-contacto p.nome {
  text-align: center;
  color: #b1925b;
}

.contact_nome {
  text-transform: uppercase;
}

.contact_nome::after {
  content: '';
  width: 30%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background-color: #b1925b;
}

.show-small {
  display: none;
  padding-bottom: 0 !important;
}

.hide-small, .show-small  {
  background: #b1925b;
  padding: 10px;
}

.sociais .fa.fa-facebook.fa-2x {
  color: #000 !important;
}

.social_label, .pessoas_de_contacto .section-title, #contact-form .title, .galeria h3, .contact-form h3, .pg-title {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
}

.hide-small h2 a, .show-small h2 a {
  color: #b1925b;
}

.hide-small h5, .show-small h5 {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 1.5em;
}

.hide-small .product, .show-small .product {
  padding-bottom: 0;
}

.hide-small .add_to_cart_box, .show-small .add_to_cart_box {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.contact-form {
  background-color: #ffffff;
}

.contact-form h3 {
  color: #b1925b;
}

#fh5co-footer, .listcats, .fh5co-nav {
  background-color: #fff;
  border-top: 2px solid #5F5F5F;
  padding: 15px;

}

.fh5co-nav {
  padding: 30px 10px;
}

.social-icon {
  color: #fff;
}

.simple {
  background-color: #fff;
  display: block;
  border-top: 2px solid #b1925b;
  border-bottom: 2px solid #b1925b;
  text-align: center;
  box-sizing: border-box;
}

.simple h2 {
  color: #b1925b !important;
}

.btn-wb {
  border-radius: 0;
  border: 1px solid ##b1925b;
  background: #fff;
  color: ##b1925b;
  border-bottom: 3px solid ##b1925b;
  transition: 800ms;
}

.btn-wb:hover {
  background: ##b1925b;
  color: #fff;
}

.inner-box {
  padding: 10px;
  border: 1px solid #216793;
  transition: 800ms ease-in-out;
}

.servico-item:hover .inner-box {
  border: 1px solid ##b1925b;
}


.simple h2 {
  padding: 0;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}

table, tr, td {
  border: 1px solid #b1925b;
}

.desc td {
  padding: 3px;
}
.desc table tr:first-child {
  background-color: #b1925b !important;
  color: #fff;
}

.contactos-first {
  background: #f6f6f6;
}

.contactos-first > section {
  padding: 0;
  background-color: rgba(255,255,255,0.6);
}

.contactos-first .contact_nome::after {
  background-color: #b1925b;
}

.contactos-first, .contactos-first a:link, .contactos-first a:visited {
  color: #000;
}

.contactos-first a:hover, .contactos-first a:active {
  color: #b1925b;
}

.contactos-first .pessoa-contacto {
  color: #000;
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

#fh5co-header {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
}

#fh5co-header h1 {
  font-size: 3em !important;
  color: #fff !important;
}

.personal-share {
  padding: 10px;
}

.personal-share h2 {
  color: #fff !important;
}

#fh5co-header h2 {
  font-size: 1.2em;
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  .video-phrases .video-phrase {
    font-size: 1em !important;
  }

  .video-phrases .video-phrase b {
    font-size: 1.4em !important;
    line-height: 1.6em !important;
  }
}

.fh5co-cover {
  height: 600px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 500px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 800px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 300px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 300px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 40px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc h2 a,
#fh5co-counter .display-tc h2 a,
.fh5co-cover .display-tc h2 a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #b1925b !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #b1925b !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

#fh5co-counter {
  text-align: center;
}
#fh5co-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 100;
  display: block;
}
#fh5co-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
#fh5co-counter .feature-center {
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  #fh5co-counter .feature-center {
    margin-bottom: 50px;
  }

  .col-xs-7 .desc, .col-xs-7 .desc h3 {
    font-size: 1em;
  }

  .desc h1 {
    font-size: 1.4em;
  }

  .desc h2 {
    font-size: 1.1em;
  }

  .desc h3, .desc h4, .desc h5, .desc h6, {
    font-size: 1em;
  }

  .galeria h3 {
    font-size: 1.2em;
  }

  #fh5co-header h1 {
    font-size: 1.4em !important;
  }

  #fh5co-header h2 {
    font-size: 1.1em !important;
  }
}
#fh5co-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  background: #b1925b;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}
#fh5co-counter .icon i {
  height: 70px;
  color: #fff;
}
#fh5co-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

.promocao-box {
  background: #fff;
  margin: 10px 0;
  transition: 400ms;
  margin: 10px;
  padding-bottom: 0px !important;
}

.promocao-box .product {
  padding-bottom: 10px;
  background: none;
}

.promocao-box:hover {
  box-shadow: 3px 3px 3px 3px #b1925b;
}

.cats-menu a:link; .cats-menu a:visited {
  color: coral;
}

.cats-menu a:hover; .cats-menu a:active {
  color: red;
}

.abs-center {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.abs-center-full {
  min-height: 100vh;
  padding: 20px;
}

.abs-center-400 {
  min-height: 400px;
}

.abs-center-200 {
  min-height: 200px;
}

.abs-center-100 {
  min-height: 100px;
}

.abs-center-80 {
  min-height: 80px;
}

.gradient {
  background: rgba(243,226,199,1);
background: -moz-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,226,199,1)), color-stop(50%, rgba(193,158,103,1)), color-stop(51%, rgba(182,141,76,1)), color-stop(100%, rgba(233,212,179,1)));
background: -webkit-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);
background: -o-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);
background: -ms-linear-gradient(left, rgba(243,226,199,0.6) 0%, rgba(193,158,103,0.6) 50%, rgba(182,141,76,0.6) 51%, rgba(233,212,179,0.6) 100%);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-started,
#fh5co-product,
#fh5co-about,
#fh5co-contact,
#fh5co-footer {
  padding: 1.5em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-started,
  #fh5co-product,
  #fh5co-about,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #b1925b;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
}

.product {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  color: #000;
  width: 100%;
}

/*.col-sm-3, .col-sm-4, .col-sm-4, .col-sm-6 {
  border: 2px solid green;
  border-left: none;
  border-top: none;
  margin: 0 auto;
  background: #fff;
}*/

.product .price {
  color: #b1925b;
}

.product .desc {
  line-height: 1.2em;
  min-height: 8em;
  padding-bottom: 5px;
  color: #000 !important;
}

.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #b1925b;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.product .outbox {
  margin: 5px;
  border: 1px solid #f6f6f6;
  padding: 5px;
  box-shadow: 3px 3px 3px #f6f6f6;
}

.product .product-grid .inner {
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product .product-grid .inner h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block !important;
  text-align: center !important;
  color: lightblue !important;
  width: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0,0,0,0.6);
  text-transform: uppercase;
}

.comercial-row {
  width: 100%;
  height: 0;
  padding: 5px;
  transition: 400ms ease-in;
  transition: 400ms ease-in-out;
  background: #fff;
  overflow: hidden;
}

.comercial-row .row {
  margin: 5px;
}

.comercial-row img {
  width: 100% !important;
}

.product:hover .comercial-row {
  height: auto;
}

.abbox {
  position: absolute;
  left: 0;
  bottom: 0;
}

.abbox img {
  width: 100%;
  border: 1px solid red;
}

.co-nome {padding: 5px; text-align: center; background: #fff; color: #000; margin-bottom: 0; font-size:1.2em;}
.co-tele {padding: 5px; text-align: center; background: #b1925b; color: #fff; margin-bottom: 0;}
.co-emai {padding: 5px; text-align: center; margin-bottom: 0;}
.co-desc {padding: 5px; text-align: center; margin-bottom: 0;}

.summary {
  background: red;
}

@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #000;
  background: #b1925b;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #b1925b;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #b1925b;
}

@media screen and (max-width: 768px) {
  .hide-small {
    display: none;
  }

  h1 {
    font-size: 1.9em !important;
  }

  h2 {
    font-size: 1.7em !important;
  }

  h3 {
    font-size: 1.5em !important;
  }

  h4, h5, h6 {
    font-size: 1.1em !important;
  }
}
@media screen and (max-width: 480px) {

  .cats-menu li {
    font-size: 1em;
  }

  .btn-outline {
    font-size: 1em;
  }
  .video-phrases {
    display: none !important;
  }

  h1 {
    font-size: 1.7em !important;
  }

  h2 {
    font-size: 1.5em !important;
  }

  h3 {
    font-size: 1.3em !important;
  }

  h4, h5, h6 {
    font-size: 1em !important;
  }

  .fh5co-tabs .icon-xlg {
    font-size: 200px;
  }

  .fh5co-logo img {
    height: 50px;
  }

  .carousel-caption {
    display: none;
  }
}
.fh5co-tabs .icon-xlg i {
  color: #b1925b;
}

.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b1925b;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #b1925b;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.promocoes {
  background: #b1925b;
  margin: 0;
}

.promocoes a:link, .promocoes a:visited {
  color: #b1925b;
}

.promocoes .ends, .promocoes .timmer {
  color: #b1925b;
}

.promocoes .watch {
  font-size: 1.6em;
  text-transform: uppercase;
}

.produtos {
  background: #274867;
  padding: 10px 20px;
  border-top: 2px solid #b1925b;
}

.pagina, .portefolios {
  padding: 10px 20px;
}

.product {
  margin-bottom: 10px;
  border: 1px solid #b1925b;
}

.testimonios {
  background: orange;
}

.testimonios span {
  color: #fff;
}

.testimonios .testimonio_msg {
  color: #000;
}

.testimonios figure {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}

.testimonios img {
  width: 100%;
}

.testimonios .carousel-indicators li, .testimonios .glyphicon {
  background: #b1925b;
}

.testimonios .carousel-control {
  background: none;
}

.testimonios .testimonio_nome {
  text-align: center;
  display: block;
  font-size: 1.5em;
  color: #000;
}

.testimonios .testimonio_data {
  text-align: center;
  display: block;
  font-size: .9em;
  color: #000;
}

.testimonios .carousel-indicators {
  bottom: -30px !important;
}

.testimonios .testimonio_msg {
  width: 90%;
  border: 0;
  text-align: center;
  display: block;
  min-height: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .cats-menu li {
    font-size: 1.3em;
  }

  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {

  .show-small {
    display: block;
  }

  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li.search {
  float: left;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  margin: 5px 0 0 0;
}
#fh5co-offcanvas ul li input[type=text] {
  padding: 6px 10px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  float: right;
  font-size: 13px;
  margin-top: 4px;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-offcanvas ul li input[type=text]:focus {
  width: 100%;
  outline: none;
}
#fh5co-offcanvas ul li button {
  margin-top: 4px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1px;
}
#fh5co-offcanvas ul li button i {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul li button:hover, #fh5co-offcanvas ul li button:focus {
  background: transparent !important;
}
#fh5co-offcanvas ul li button:hover i, #fh5co-offcanvas ul li button:focus i {
  color: white;
}
#fh5co-offcanvas ul li.shopping-cart {
  float: left;
}
#fh5co-offcanvas ul li a.cart {
  display: block;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas ul li a.cart span {
  position: relative;
}
#fh5co-offcanvas ul li a.cart span small {
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 10px 6px;
  line-height: 0;
  font-size: 11px;
  background: #b1925b;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.section-title {
  color: ##b1925b !important;
}

.dark-row {
  background: #002f79;
  padding: 25px auto;
}

.dark-row .section-title {
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #333;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: ##525252;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #000;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #525252;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

nav.simples {
  background: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}

nav.simples a:link, nav.simples a:visited {
  color: #666666;
  font-weight: bold;
}

nav.simples a:hover, nav.simples a:active {
  color: #b1925b !important;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #b1925b;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #b1925b;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  background: #fff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  background: #fff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}
.container, .container-fluid {
  padding: 0;
}

.btn-primary {
  background: #b1925b;
  color: #fff;
  border: 2px solid #b1925b;
  width: 100%;
  display: block;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #b1925b !important;
  border-color: #b1925b !important;
}
.btn-primary.btn-outline {
  background: #fff;
  color: #b1925b !important;
  border: 2px solid #b1925b;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #b1925b;
  color: #fff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #b1925b;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.pessoa-contacto .dados span.cargo {
  color: #000 !important;
  text-align: center;
}

.pagina-content {
  padding: 40px 5px;
  background: #fff;
  font-size: 1.3em;
}

.produto-content, .portefolio-content, .servico-content, .post-content {
  background: #fff;
  color: #000 !important;
  font-size: 1.3em;
}

.desc h1, .desc h2, .desc h3, .desc h4 {
  color: #b1925b !important;
}

#mainmenu li a {
  position: relative;
}

#mainmenu li a:after {
  content: '';
  width: 0px;
  height: 2px;
  transition: 400ms;
  background: #fff;
  display: block;
  position: absolute;
  bottom:-10px;
  left: 10px;
}

#mainmenu li:hover a:after {
  width: 80%;
}

#mainmenu li a:link, #mainmenu li a:visited  {
  color: #fff !important;
}

#mainmenu li a:hover, #mainmenu li a:active {
  color: #f6f6f6 !important;
}

.sociais .sociais_links {
  color: #b1925b;
}
h1 {
  font-size: 3em;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #b1925b;
  margin-bottom: 15px !important;
}
