@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: 'Rasa', serif;
  font-weight: 400;
  color: #000;
}



.registo, .login, .recuperar, .confirm-register, .checkout, .out-payment {
  min-height: 70vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.payment-header {
  padding: 40px;
  text-align: center;
  background: #E9E9E9;
}

.payment-header .section-title, .payment-extra-data .label, .payment-extra-data .section-title {
  color: #fff;
  line-height: 1.3em;
}

.payment-meta {
  padding: 20px;
  background: #ddd;
}

.payment-extra-data {
  background: #E9E9E9;
}

.payment-meta .section-title, .payment-meta b {
  color: #f5b945;
}

.order-details {
  padding: 20px;
  background: #fff;
}

.ordem {
  border: none;
  box-shadow: none;
}

.item-opt, .item-header,.inner-ordem, .encomenda-item {
  padding: 10px;
  margin: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.order-item-summary {
  background: #E9E9E9;
  padding: 10px;
}

.order-item-summary .label {
  font-size: 1.3em;
}

.section-title, .label, .item-opt .title {
  color: #f5b945;
}

.order-summary, .payment-data {
  padding: 20px;
  border: 1px solid #000;
  box-shadow: 2px 2px 2px #333;
}

.order-summary .row {
  border-bottom: 1px solid #000;
}

.encomenda_item {
  margin: 10px 0;
  box-shadow: 2px 2px 2px #333;
  border:1px solid #000;
}

.encomenda_item:nth-child(2n) {
  background: #ddd;
}

.checkout .smline .label {
  color: #000;
}

.confirm-register .lead {
  color: #000;
}

.confirm-register a {
  font-size: 1.3em;
  color: #333;
}

.linkbox {
  line-height: 2.4em;
}

.shownovamoradaform {
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.cart_fly {
  padding: 20px;
  background: #fff;
  width: 90vw;
  height: 90vh;
  margin:0 auto;

  overflow: auto;
  position: relative;
}

.cart_fly .inner-cartfly {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: block;
  padding: 20px;
}

.cart_fly img, .cart_fly a {
  display: block;
  position: static;
}

.cart_fly .stock {
  font-size: 1.2em;
  font-weight: bold;
  color: #f5b945;
}

.inner-cartfly .close-cartfly {
  position: fixed;
  right: 7vw;
  top: 7vw;
  font-size: 3em;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  z-index: 2;
}

.inner-cartfly .close-cartfly:hover {
  color: #f5b945;
}

.cart_fly .descricao, .cart_fly h1 {
  padding: 20px;
  color: #333;
  font-style: italic;
  font-size: 1.1em;
}

.cart_fly h1 {
 padding: 20px;
 font-style: italic;
 font-size: 1.3em;
}

.inner-cart, .cart {
  padding: 20px;
}

.no-comments {
  text-align: center;
  color: #333;
  font-style: italic;
  font-size: 1.3em;
}


.item-label {
  font-weight: bold;
  font-size: 1.2em;
  text-transform: uppercase;
}

.item {
  margin-top: 10px;
  border: #ccc;
  box-shadow: 3px 3px 3px #ccc;
  padding: 10px;
}
.itemResumo {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.itemResumo span.label {
  color: #f5b945;
}

.itemcart {
  padding: 5px;
  background: #ccc;
  margin-bottom: 10px;
}

.itemcart input {
  max-width: 100%;
  margin: 5px auto;
  text-align: center;
  background: none !important;
  font-size: 1.2em;
  border: none;
}

.itemcart .label {
  display: block;
}

.itemcart .fa {
  margin-top: 15px;
}

.itemcart label {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.added a {
  display: inline-block;
}

.del_from_cart {
  display: block;
  text-align: center;
  transition: 400ms;
}

.del_from_cart:hover {
  color: #FF0000;
  cursor: pointer;
}

.item .label, .resumo .label {
  color: #333;
  text-transform: uppercase;
}

.smline {
  border-bottom: 1px solid #333;
}

.resumo {
  padding: 10px;
  margin: 10px;
  background: #eee;
}

.resumo .label.total {
  font-size: 1.5em;
}

.flrs {
  padding: 20px;
}

@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: 45%;
  max-width: 90%;
  padding: 5px;
  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: #e9d66c;
  color: #fff !important;
  border-bottom: 2px solid #f5b945;
  transition: 600ms;
  text-transform: uppercase;
  margin: 4px;
}

.btn-red a {
  color: #fff !important;
}

.btn-red:hover, .btn-redactive {
  background: #f5b945;
  color: #fff;
}

.forms {
  background: #fff;
}

.form-box {
  padding: 20px;
  background: #fff;
  min-height: 100vh;
  overflow: auto;
}

.form-filter-produto .form-box {
  min-height: auto !important;
}

#filterresultados, .filteritems {
  background: #fff;
}



/******************************************************
******************** COMENTÁRIOS **********************
******************************************************/
.main_comment_form {
  background: #fff;
  padding: 5px;
}

.main_comment_form textarea, .main_comment_form input, .subcommentform textarea, .subcommentform input {
  width: 100%;
  border: 0px;
  outline: 0px;
  Color: #333 !important;
  resize: none;
  border-bottom: 1px solid #333;
}

.interact-box {
  background: #F2F2F2;
  padding: 20px;
}

.commentarios-out {
    margin: 10px 0;
    background: #222;
    padding: 10px;
    border-top: 2px solid #3C545C;
    color: #fff;
}

.commentarios-out ul {
    margin: 0;
    padding: 0;
}

.commentarios-out a {
    text-decoration: none;
    color: #3C545C;
}

.commentarios-out a:hover {
    text-decoration: none;
    color: #3C545C;
}


.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;
    border-left: 3px solid limegreen;
    margin-bottom: 10px;
}

.subcomentarios {
    margin-top: 10px;
    padding: 20px !important;
}

.usuario_nome {
    color: greenyellow;
    font-weight: lighter;
    font-family: 'Arima Madurai', cursive;
}

.commentarios-form-out {
    margin: 10px 0;
}

.subcommentform {
  padding: 10px;
  margin: 10px 0;
  background: #fff;
}

.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;
}

.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: #2f3782;
  font-weight: bold;
  border-bottom: #2f3782;
}

input[disabled="true"]:hover {
  background: #333 !important;
  color: #fff;
}

.form-box input[type='range'] {
  color: #eee;
}

.form-box .row {
  padding: 5px;
}

.valtochange {
  padding: 3px;
  font-size: 1.4em;
  color: #f5b945;
}

/*.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;
}*/

.backfilter {
background: #add8e6;
}

.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: 'quicksand', sans-serif;
}

.pessoas_de_contacto .section-title {
  text-align: center;
}

.categoria-title {
  font-size: 3.5em;
  color: #fff;
  text-shadow: 2px 2px 2px #f5b945;
}

.filter-identify {
  text-align: center;
  color: #f5b945;
  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: #2f3782;
}

.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: #2f3782;
  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: linear-gradient(#fff8e9, #fbd277);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.emptyfield {
  background: rgba(255, 0, 0, 0.5) !important;
}

.centro {
  background-color: #fff;
}

.centro footer {
  color: #000;
}

.fh5co-nav {
  padding: 60px 20px;
}

.fixed-nav .js-fh5co-nav-toggle {
  display:none;
}

.fh5co-nav a {
  color: #f5b945;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}

.outabs {
  position: relative;
}

.side-item {
  background: #fff;
}

.side-item .title {
  font-size: 1.2em;
}

.item-cat-after {
  padding: 20px; 
  margin: 10px; 
}

.header-opts {
  padding: 10px;
  text-transform: uppercase;
  color: #000;
  border-right: 1px solid #f5b945;
  font-weight: bold;
}

.header-opt {
  border-right: 1px solid #f5b945;
}

.value-opt.high {
  background: #2f3782;
  color: #000;
  padding: 10px;
  min-height: 100%;
}

.top_resume {
  padding: 10px;
}

.top_resume .col-md-12 {
  overflow: none;
}

.top_resume .carvalor {
  color: #f5b945;
  font-weight: bold;
  text-transform: uppercase;
}

.carvalor b {
  color: #000;
}

.caracteristica > .caracteristica-name {
  color: #f5b945;
  font-weight: bold;
  text-transform: uppercase;
}


.seccao {
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 40px !important;
  margin-bottom: 20px !important;
  max-width: 100% !important;
  overflow: none;
}

.seccao-name {
  padding: 10px;
  padding-top: 15px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #444;
}

.seccao-name::after {
  content: '';
  display: block;
  padding: 2px;
  width: 60%;
  margin: 0 auto;
  margin-top: 10px;
  background: #444;
}

.seccao.high {
  background: #2f3782;
  border: 2px solid #000;
}

.secao-header {
  background: #000;
  padding: 10px;
}

.secao-header b {
  color: #fff !important;
}

.carousel-control {
  background: none !important;
  text-shadow: 2px 2px 2px #f5b945;
}

.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 {
  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: #f5b945;
  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 #f5b945;
  box-shadow: 3px 3px 3px #f6f6f6;
}

.video__front {
  margin-bottom: 20px;
  background: #fff;
}

.video-header__title {
  color: #a4d55d;
}

.video__front:nth-child(2n) {
  background: #a4d55d;
}

.video__front:nth-child(2n) .video-header__title {
  color: #fff;
}

.video {width: 100%; 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;}

.top_resume-items, .listopts, .caracteristica  {
  overflow-x: scroll;
  min-width: 100%;
  position: relative;
}

.listopts > .row {
  max-width: 100% !important;
}

.top_resume-items div {
  padding: 0px;
}

.top_resume {
  line-height: 1.2em;
  min-height: 2.4em;
  max-width: 100%;
}

.top_resume h2 {
  text-transform: uppercase;
}

.top_resume .row, .top_resume .col-xs-9 .header-opts {
  min-width: 100% !important;
}

.top_resume h2::after {
  content: '';
  display: block;
  height: 3px;
  width: 60%;
  padding-top: 5px;
  background: #f5b945;
  margin: 0 auto;
}

.caracteristica {
  border-bottom: 1px solid #000;
  max-width: 100% !important;
}

.caracteristica  > div, .value-opt {
  padding: 0px;
}

.caracteristica b {
  color: #f5b945;
}
/*.caracteristica  {
  min-width: 810px;
}

.caracteristica-values, .listopts {
  min-width: 600px;
}

 .value-opt, .caracteristica-name, .option-name {
   min-width: 200px;
 }*/

 .option-name {
   padding:10px !important;
 }

.caracteristica-values > .row, .caracteristica-values {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}


.countrybar {
   /*#f5b945;*/
  background: #f5b945;
  padding: 10px;
  color: #f5b945;
  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: #f5b945;
}

.about {
  overflow: scroll;
  padding: 10px;
}

.about h2 {
  text-transform: uppercase;
  color: #000;
}

.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: #f5b945;
  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 #f5b945;
}

.category-link:link, .category-link:visited {
  padding: 20px;
  text-transform: uppercase;
  border: 1px solid #f5b945;
  border-bottom: 3px solid #f5b945;
  display: inline;
  background: #fff;
  margin: 20px auto 0;
  transition: 600ms;
  z-index: 6;
}

.category-link:hover, .category-link:active{
  background: #f5b945;
  color: #fff;
}

.category-content {
  padding: 20px !important;
  background: #fff;
  font-size: 1.3em;
  color: #f5b945;
  text-align: center;
}

.category-desc {
  font-size: 1.8em;
  padding: 20px;
}


.userAccount {
  background: #f5b945;
  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 {
  margin: 10px auto;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.account_menu li {
  display: inline-block;
}

.account_menu li a:link, .account_menu li a:visited {
  width: 100%;
  padding: 10px;
  background: #edf9ff;
  color:#000;
  border-bottom: 2px solid #f5b945;
  transition: all 400ms ease-in-out;
}

.account_menu li a:hover, .account_menu li a:active {
  background: #f5b945;
  color:#fff;
  border-bottom: 2px solid #edf9ff;
  transition: all 400ms ease-in-out;
}


.optaccount {
  display: block;
  background: #f5b945;
  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 #f5b945;
  box-shadow: 2px 2px 2px #f5b945;
}

.panelaccount .section-title:after {
  content: "";
  display: block;
  width: 30%;
  height: 3px;
  background-color: #4293AD;
}

.desc b {
  color: #f5b945 !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: 1px solid #4293AD;
  margin: 10px;
  box-shadow:2px 2px 2px #333;
  padding: 10px;
}

.ordem a {
  text-transform: uppercase;
  font-weight: bold;
}

.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 #f5b945;
}

.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 #f5b945;
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}

/*.faq {
  background: coral;
}

.blog {
  background: limegreen;
}

/*.parceiros {
  background: #f5b945;
}*/

.servicos, .blog, .produtos, .eventos, .faq, .parceiros, .testimonios {
  padding: 20px;
  color: #f5b945;
}

.faq .section-title {
  color: #1D5BA7;
  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 #f5b945;
  text-transform: uppercase;
  padding: 10px;
}

.faq .panel-simple .panel-heading {
  background: none;
  border: none;
  text-transform: none;
  padding: 10px;
  background: #f5b945;
  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: #f5b945;
}

.faq .panel-body {
  font-size: 1.2em;
  line-height: 1.6em;
}

.breadcrumb {
  background: rgba(255,255,255,0.6);
  margin-bottom: 0 !important;
  text-transform: uppercase;
  border-radius: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #f5b945;
}

.breadcrumb a:hover, .breadcrumb a:active {
  color: #333;
}

.countrybar select {
  font-size: 1em;
  height: 2.2em;
}

.getImageData {
  border: 1px solid #000;
  cursor: pointer;
  transition: 400ms;
  margin-bottom: 10px;

}

.categoria-frente {
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.categoria-frente .section-title {
  background: rgba(255,255,255,0.8);
}

.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 #f5b945;
}

.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: #f5b945;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.high-row span {
  color: #fff;
}

.high-row .item {
  background: #fff;
  padding: 5px;
  padding-bottom: 10px;
}

.item h3 a {
  color: #2f3782;
}

.item h3 {
  min-height: 3em;
}

.item-share {
  font-size: 1em;
}

.item-share i {
  padding:5px;
}

.high-row .btn-primary {
  background: #fff !important;
  transition: 400ms;
  font-variant: small-caps;
  outline: none !important;
}

.categoria-frente img {
  width: 100%;
}

.category_images {
  background: #fff;
  padding:10px;
  border-bottom: 1px solid #f5b945;
}

.category_images .cats_title {
  text-align: center;
  color: #f5b945;
}

.categoria-frente .section-title {
  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 .section-title {
  font-size: 1.2em;
  width: 100%;
  opacity: 1;
  bottom: 0;
}

.categoria-frente .out-img {
  position: relative;
  overflow: hidden !important;
  border: 1px solid #333;
  box-shadow: 2px 2px 2px #333;
  transition: 400ms;
}

.categoria-frente:hover .out-img {
  transform: translateY(-15px) translateZ(15px);
  z-index: 3000000 !important;
  box-shadow: 5px 5px 30px #999;
}

.cat-conteudo {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5b945;
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
}

.portefolio-content {
  padding: 20px;
}

.produto-content .col-md-12 {
  padding: 0;
}

.produto-content h2, .produto-content h3, .portefolio-content h2, .portefolio-content h3, .galeria h3 {
  color: #f5b945;
}

.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: #f5b945;
}

.out-desc {
  display:flex;
  min-height: 500px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.desc {
  padding: 10px;
  max-height: 100%;
  color: #000;
}

.chat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
}

.chat__inner {
  position:relative;
}

.chat__button {
  padding:5px;
  border-radius: 100%;
  background: green;
  color: #fff;
  text-align: center;
}

.chat__form-header {
  background: #f5b945;
  padding: 5px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.chat__mesage-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.mutted {
  color: #666;
  font-style: italic;
}

.chat__mensagem {
  width:90%;
  padding:5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.chat__add-mesage {
  margin-top:10px;
}

.chat__mensagem-self {
  float: right;
  background: lightblue;
  color: #000;
}

.chat__mensagem-other {
  float: left;
  background: darkblue;
  color: #fff;
}

.chat__mesages-container {
  height: 300px;
  max-height: 100%;
  overflow: scroll;
}

.chat__mesages-inner {
  min-height: 300px;
  max-height: 100%;
  width:120%;
  padding-right: 21%;
}

.chat__form-title {
  font-size: .8em;
}

.chat__content {
  position:absolute;
  bottom: 7vh;
  width: 350px;
  display:none;
  border: 1px solid #333;
  box-shadow: 2px 2px 2px #888;
}

.hide_chat_content {
  font-size: 3em;
  color: #333;
  cursor: pointer;
  transition: 400ms;
}

.hide_chat_content:hover {
  color: red;
}

.chat__content_inner {
  padding:20px;
  background: #fff;
}

.desc strong {
  color: #2f3782;
}

.preco-single {
  text-align: right;
  font-weight: bold;
  font-size: .9em;
  color: #2f3782;
}

.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 #f5b945;
  padding:5px;
  margin-bottom: 20px;
}


.cart .item:hover {
  background: #fff;
  color: #000 !important;
}

.cart .item:hover a {
  color: #f5b945 !important;
}

.side-item:hover, .side-portefoleo:hover {
  box-shadow: 3px 3px 3px #f5b945;
}

.side-portefoleo h3 {
  font-size: 1.2em;
}

.tag-promo {
  background: #f5b945;
  color: #fff;
}

.tag-lastunit {
  background: #f5b945;
  color: #fff;
}

.tag-outstock {
  background: #F2522E;
  color: #fff;
}

.tag-new {
  background: #f5b945;
  color: #fff;
}

.oldprice {
  text-decoration: line-through !important;
  color: #f5b945 !important;
  display: inline;
}

.newprice {
  background: #f5b945;
  color: #fff;
  padding: 10px;
  display: inline-block;
}

.post-content .desc {
  padding: 20px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.contact-form {
  background: rgba(248, 239, 111, 0.1) !important;
  text-align: center;
}

.contact-form label {
  color: #f5b945;
  font-weight: bold;
}

.contact-form input, .contact-form textarea, .contact-form select  {
  background: #fff;
  color: #000;
}

.contact-form input[type="submit"] {
  width: 100%;
}

.afterbox {
  background: #f6f4e8;
  padding: 20px 0;
  color: #f5b945;
}

.relbox {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.relbox .item-grid {
  margin-bottom:0 !important;
}

.asideitems.servico-item {
  margin: 5px;
}

.servico-item .desc {
  color: #f5b945 !important;
}

.servico-item.pass .inner-box {
  background: #ccc;
}

.event-mark {
  padding: 10px;
  background: #f5b945;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  z-index: 20;
}


.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;
}

.r-flex, .r-flex-sb, .r-flex-sa, .rr-flex, .rr-flex-sb, .rr-flex-sa {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.rr-flex, .rr-flex-sb, .rr-flex-sa {
  flex-direction: row-reverse;
}

.r-flex, .r-flex-sb, .r-flex-sa {
  flex-direction: row;
}

.r-flex, .rr-flex {
  justify-content: center;
}

.r-flex-sb, .rr-flex-sb {
  justify-content: space-between;
}

.r-flex-sa, .rr-flex-sa {
  justify-content: space-around;
}

[class*="c-sm-"] {
  margin-bottom: 5px;
}

[class^="c-sm"] {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-sm-1 {
  flex-basis: 10%;
}

.c-sm-2 {
  flex-basis: 20%;
}

.c-sm-25 {
  flex-basis: 25%;
}

.c-sm-3 {
  flex-basis: 30%;
}

.c-sm-33 {
  flex-basis: 33.33%;
}

.c-sm-4 {
  flex-basis: 40%;
}

.c-sm-5 {
  flex-basis: 50%;
}

.c-sm-6 {
  flex-basis: 60%;
}

.c-sm-7 {
  flex-basis: 70%;
}

.c-sm-75 {
  flex-basis: 75%;
}

.c-sm-8 {
  flex-basis: 80%;
}

.c-sm-9 {
  flex-basis: 90%;
}

.c-sm-10 {
  flex-basis: 100%;
}

.r-flex-sa .c-sm-1, .r-flex-sb .c-sm-1, .rr-flex .c-sm-1, .rr-flex-sb .c-sm-1, .rr-flex-sa .c-sm-1 {
  flex-basis: calc(10% - 20px);
}

.r-flex-sa .c-sm-2, .r-flex-sb .c-sm-2, .rr-flex .c-sm-2, .rr-flex-sb .c-sm-2, .rr-flex-sa .c-sm-2 {
  flex-basis: calc(20% - 20px);
}

.r-flex-sa .c-sm-25, .r-flex-sb .c-sm-25, .rr-flex .c-sm-25, .rr-flex-sb .c-sm-25, .rr-flex-sa .c-sm-25 {
  flex-basis: calc(25% - 20px);
}

.r-flex-sa .c-sm-3, .r-flex-sb .c-sm-3, .rr-flex .c-sm-3, .rr-flex-sb .c-sm-3, .rr-flex-sa .c-sm-3 {
  flex-basis: calc(30% - 20px);
}

.r-flex-sa .c-sm-33, .r-flex-sb .c-sm-33, .rr-flex .c-sm-33, .rr-flex-sb .c-sm-33, .rr-flex-sa .c-sm-33 {
  flex-basis: calc(33.33% - 20px);
}

.r-flex-sa .c-sm-4, .r-flex-sb .c-sm-4, .rr-flex .c-sm-4, .rr-flex-sb .c-sm-4, .rr-flex-sa .c-sm-4 {
  flex-basis: calc(40% - 20px);
}

.r-flex-sa .c-sm-5, .r-flex-sb .c-sm-5, .rr-flex .c-sm-5, .rr-flex-sb .c-sm-5, .rr-flex-sa .c-sm-5 {
  flex-basis: calc(50% - 20px);
}

.r-flex-sa .c-sm-6, .r-flex-sb .c-sm-6, .rr-flex .c-sm-6, .rr-flex-sb .c-sm-6, .rr-flex-sa .c-sm-6 {
  flex-basis: calc(60% - 20px);
}

.r-flex-sa .c-sm-7, .r-flex-sb .c-sm-7, .rr-flex .c-sm-7, .rr-flex-sb .c-sm-7, .rr-flex-sa .c-sm-7 {
  flex-basis: calc(70% - 20px);
}

.r-flex-sa .c-sm-75, .r-flex-sb .c-sm-75, .rr-flex .c-sm-75, .rr-flex-sb .c-sm-75, .rr-flex-sa .c-sm-75 {
  flex-basis: calc(75% - 20px);
}

.r-flex-sa .c-sm-8, .r-flex-sb .c-sm-8, .rr-flex .c-sm-8, .rr-flex-sb .c-sm-8, .rr-flex-sa .c-sm-8 {
  flex-basis: calc(80% - 20px);
}

.r-flex-sa .c-sm-9, .r-flex-sb .c-sm-9, .rr-flex .c-sm-9, .rr-flex-sb .c-sm-9, .rr-flex-sa .c-sm-9 {
  flex-basis: calc(90% - 20px);
}

.r-flex-sa .c-sm-10, .r-flex-sb .c-sm-10, .rr-flex .c-sm-10, .rr-flex-sb .c-sm-10, .rr-flex-sa .c-sm-10 {
  flex-basis: calc(100% - 20px);
}

@media (max-width: 768px) {
  [class^="c-sm"]  {flex-basis: 100% !important;}
}

embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.embed-container embed, .embed-container video, .embed-container iframe, .embed-container iframe[style] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.u-mb-thin {
  margin-bottom: 10px;
}

.u-mb-meddium {
  margin-bottom: 20px;
}

.u-mb-large {
  margin-bottom: 20px;
}

/*EVENTO*/
.eventotimer {
  width: 100%;
  display: block;
  text-align: center;
  color: #f5b945;
  font-size: 1.2em;
  font-weight: bold;
}

.evento-full {
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #C60000;
}

.event-remining {
  text-align: right;
}

.event-day {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.day-hour-box {
  color: #727272;
  border-bottom: 1px solid #727272;
  margin-bottom: 2px;
}

.intervenientes {
  background: #E8E8E8;
  text-align: center;
  padding:10px;
}

.intervenientes h2 {
  text-transform: uppercase;
  color: #333;
}

.interviniente-cover-big img {
  width: 120px;
  height: 120px;
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #007dc6;
}

.interveniente-box {
  background: #fff;
  margin:10px;
  padding:0px;
  box-shadow: 2px 2px 2px #333;
}

.intervinient-header {
  background: #75B6DF;
  padding: 10px;
  color: #fff;
}

.intervinient-body {
  padding: 10px;
  font-size: 1.2em;
  line-height: 1.5em;
  min-height: 12em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intervinient-body .inner {
  min-height: 100%;
  overflow-y: auto;
}

.inter-name {
  text-transform: uppercase;
  color: #8BBBEB;
}

.interviniente-cover img {
  width: 30px;
  height: 30px;
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #007dc6;
}

.event-day .event-day-title {
  padding: 0; 
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}

.planificacao-out {
  background: #edf9ff;
  color: #fff;
  padding:20px;
}

.planificacao-out h2.title {
  text-align: center;
  color: #f5b945 !important;
}

.interviniente-cover img {
  max-width: 100%;
}

.day-hour {
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: #007dc6;
}

.ends {
  font-weight: bold;
  color:#f5b945;
}

.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: #f5b945;
    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: #f5b945;
}

.paginator .active{
    background: #ccc;
    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: #f5b945;
  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: #f5b945;
}

.carousel-caption {
  background: rgba(172, 172, 172, 0.5);
  width:100%; 
  left: 0;
  bottom:0;
  padding: 20px;
  color:#000;
}

.carousel-caption h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.7em;
}

.pgheading {
  background: #f5b945;
  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 #f5b945;
}

.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(212, 210, 213, 0.68);
  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 #f5b945;
}

.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 #f5b945;
}

ul {
  list-style: none;
  width: 100%;
  text-indent: 0;
  margin:0;
}

.navbar-fixed-top ul {
  width: auto;
  padding: 0 10px;
}

#catalogo-row {
  margin-bottom: 20px;
}

.catalogo-item {
  padding: 3px;
  border-bottom: 1px solid #f5b945;
}

.catalogo-item:nth-child(2n) {
  background: rgba(250,250,250,0.1);
}

.catalogo-item .fa {
  transition: 400ms;
}

.catalogo-item .fa:hover {
  color:#f5b945;
}

/******************************************************
************* 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: #f5b945;
  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: #f5b945;
}

.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: #f5b945;
  padding: 10px;
}

.galeria {
  padding-bottom:20px;
}

.portefoleo-desc h3 {
  text-align: center;
  color: #f5b945;
  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: 100vw;
        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;
        z-index: 2002;
    }

    .closedFullPage {
      opacity: 0;
       top: - 100;
    }

    .openFullPage {
       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: #f5b945;
  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, .cats-imenu .inner{
  position: relative;
}


.cats-menu a:link, .cats-menu a:visited {
  color: #fff;
}

.cats-imenu a:link, .cats-imenu a:visited {
  color: #000;
}

.cats-menu a:hover, .cats-menu a:active, .cats-imenu a:hover, .cats-imenu a:active {
  color: #f5b945;
}


.cats-menu ul, .cats-imenu ul {
  list-style: none;
}

.cats-menu li, .cats-imenu li{
  padding: 3px;
  font-size: 1em;
  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-imenu a {
  display: block;
  color: #f5b945;
}

.cats-imenu.inline > li {
  display: inline-block;
  position: relative;
}


.cats-imenu.inline .sub-cats-menu .sub-cats-menu {
  display: none;
  position: static;
}

.inline .sub-cats-menu .sub-cats-menu {
  display: none;
}

.inline .sub-cats-menu:hover .sub-cats-menu {
  display: block;
}

.cats-imenu.inline .sub-cats-menu {
  position: absolute;
  top:100%;
  left: 0%;
  z-index: 20000;
}


.cats-imenu.inline .more, .inline-cats{
  display:none;
}

.cats-imenu.inline > li:hover > .sub-cats-menu {
  display:block;
}

.cats-menu .active .more, .cats-imenu .active .more {
  color: #f5b945;
  margin-left: 10px;
}

.cats-menu li, .cats-imenu li {
  position: relative;
  display: block;
  line-height: 1.5em;
}

.cats-menu li a, .cats-imenu li a {
  padding-right: 35px;
}

.cats-menu .more, .cats-imenu .more {
  position: absolute;
  font-size: 1.3em;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  z-index: 2;
  padding: 3px;
  padding-top: 0;
  margin-left: 10px;
  top:0;
  right: 3px;
}

.cats-menu .more {
  background-color: rbga(255,255,255,0.6);
  color: #fff;
}

.cats-menu .more:hover {
  color: #fff;
}

.sub-cats-menu {
  padding-left: 3px;
}

.sub-cats-menu li {
  padding-right: 20px;
  transition: 200ms;
}

.cats-menu li a {
  color: #fff;
}

.cats-menu li:hover > a {
  color: #f5b945;
}

.cats-menu li.active:hover > a {
  color: #f5b945;
}

.cats-menu li.active, .cats-imenu li.active {
  font-weight: bold;
}

.cats-menu li.active > a, .cats-imenu li.active > a{
  color: #2f3782;
}

.cats-menu li.active:hover > a, .cats-imenu li.active:hover > a {
  color: #f5b945;
}

.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;
}

.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: #f5b945;
  display: block;
  width: auto;
  line-height: 2em;
  border-right: 2px solid #f5b945;
  border-left: 2px solid #f5b945;
}

.video-phrases .video-phrase.active {
  display: block;
}

embed,
video,
iframe,
iframe[style] {
  max-width: 100%;
  height: auto; }

.embed-container {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }

.embed-container embed, .embed-container video, .embed-container iframe, .embed-container iframe[style] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mapa, .maps {width: 80%; padding-bottom: 30%; position: relative; margin: 0 auto; margin-bottom: 10px;}

.mapa iframe,  .maps iframe {width: 100%; height: 100%; position: absolute; top: 0; left: 0;}

.videos {
  margin-top: 20px;
  padding: 20px;
}

.video__item {
  background: #007dc6;
  padding: 10px;
  color: #fff;
}

.video__item .video_header_title {
  color: #fff;
}

    .tabs-style-bar nav ul {
    			border: 4px solid transparent;
    		}

		.tabs-style-bar nav ul li a {
			margin: 0 2px;
			background-color: #F5F5F5;
			color: #f5b945;
			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: #f5b945;
			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: #f5b945;
		}

		.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: #f5b945;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover .fa {
  color: #000;
}

p {
  margin-bottom: 20px;
}

::-webkit-selection {
  color: #fff;
  background: #f5b945;
}

::-moz-selection {
  color: #fff;
  background: #f5b945;
}

::selection {
  color: #fff;
  background: #f5b945;
}

.colorfilter {
  background: url('../images/fundo.jpg');
  background-size: cover;
  background-position: center center;
}

.carousel-inner {
  padding: 0 !important;
}

.carousel-inner .item {
  padding: 0px;
}

.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;
}

.danger {
  color: red;
}


h1 {
  color: #f5b945;
  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, .small_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: #f5b945;
  margin-bottom: 20px;
  display: block;
}

.item:hover .add_to_cart, .small_add_to_cart span {
  display: block;
  color: #f5b945;
}

.small_add_to_cart span:hover {
  color: #000;
}

.add_to_cart input[type="submit"] {
  width: 100%;
  background: #f5b945;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}


#small-dev-nav {
  padding: 20px;
  font-size: 1.5em;
}

#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: #f5b945;
  min-width: 80%;
  margin: 0 auto;
  transition: 400ms;
  font-size: 1.3em;
}

#small-dev-nav p:hover {
  color: #f5b945;
}

#small-dev-nav span {
  display: block;
}

.center-nav {
  max-width: 80%;
  margin: 0 auto;
}

.center-nav ul li a {
  padding: 10px 0;
  text-transform: uppercase;
  user-select: none;
}

.category-content {
  padding: 10px;
}

.full-size-logo-main-nav {
  background-color: #fff;
  background-size: cover;
}

.simple-main-nav {
  background:  linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8));
  background-size: cover;
  padding: 20px;
}

.simple-main-nav .fh5co-logo img {
  width: auto;
  max-height: 220px;
}

.full-size-logo {
  width: 100%;
}

.full-size-logo-nav {
  border-top: 1px solid #f5b945;
  border-bottom: 1px solid #f5b945;
}

.full-size-logo-nav a:hover {
  color: #fff;
}


.full-size-logo img {
  max-width: 50%;
}

.cats-box {
  padding: 10px;
  margin: 10px;
  border-bottom:2px solid #f5b945;
}

.categories-title {
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
}


@media screen and (max-width: 768px) {

  .cats-imenu {
    display: none;
  }

  .inline-cats {
    display: block;
  }

  .top_resume .inner h2, .btn-default {
    font-size: 1em !important;
    font-weight: normal;
  }
  .cat-conteudo, .category-content {
    padding: 10px !important;
  }

  .newprice {
    display: inline-block;
  }

  .option-name {
    font-size:0.8em;
  }

  
  .simple-main-nav img {
    max-width: 50%;
  }

  /* .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: #fff;;
  }

  .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;
    background-color: #fff !important;
  }

  .userAccount {
    font-size: .8em;
  }

  .carousel-caption h4 {
    font-size: 0.9em;
  }

  .categoria-frente .section-title {
    font-size: .8em;
    width: 100%;
    opacity: 1;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
  }

  .categoria-frente:hover .section-title {
    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;
  color: #000;
}

.reserv-box {
  padding: 10px;
}

.reserv-out label, .reserv-out b {
  color: #73763C;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.reserv-description {
  padding: 10px;
  background: #fff;
  text-align:center;
  margin-bottom: 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%;
  font-family: "Playfair Display", serif;
  -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: #f5b945;
  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;
  font-family: "Montserrat", Arial, sans-serif;
}
.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: #f5b945;
  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: #f5b945;
  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 ;
  top: 10px;
  z-index: 9100000;
  width: 300px;
  max-width: 70%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  -ms-perspective: 500px;
  perspective: 500px;
}

.resposta {
  padding: 10px;
  width: 100%;
  background: #f5b945;
  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;
}

.contact_nome {
  text-transform: uppercase;
  color: #f5b945;
}

.contact_nome::after {
  content: '';
  width: 30%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background-color: #f5b945;
}

.contacto_row .fa, .contact_label {
  color: #f5b945;
  font-weight: bold;
  font-size: 1.2em;
}

.contacto_row a, .contactos a {
  color: #000;
}

.contacto_row a:hover, .contactos a:hover {
  color: #333;
}

.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: #f5b945;
}

#contact-form .btn-primary {
  font-size: 1.5em;
  background: #f5b945;
}

.pessoa-contacto .inner-box {
  padding: 10px;
  box-shadow: 3px 3px 3px #eee;
}

.pessoa-contacto p.nome {
  text-align: center;
  color: #f5b945;
}


.show-small {
  display: none;
  padding-bottom: 0 !important;
}

.hide-small, .show-small  {
  background: #fff;
  padding: 20px;
}

.hide-small h3 {font-size: 1em;}

.hide-small label {display:none;}

.hide-small .preco-single, .show-small .preco-single, .hide-small .price, .show-small .price {
  font-size: 0.9em;
}

.hide-small .tags, .show-small .tags {
  position: static;
}

.multi_item_cart_row {
  border-bottom: 2px solid #f5b945;
}

.option-resume-box {
  border-bottom: 1px solid #f5b945;
}

.sociais .fa.fa-facebook.fa-2x {
  color: #000 !important;
}

.social_label, .pessoas_de_contacto .section-title, #contact-form .title, .galeria h3, .pg-title {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
}

.hide-small h2 a, .show-small h2 a {
  color: #f5b945;
}

.hide-small h5, .show-small h5 {
  color: #f5b945;
  text-transform: uppercase;
  font-size: 1.1em;
}

.hide-small .item, .show-small .item {
  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: #f5b945;
}

/* .fh5co-nav {
  background: orange;

} */

#fh5co-footer, .listcats {
  border-top: 2px solid #333;
}

.fh5co-nav {
  padding: 30px 10px;
}

.social-icon {
  color: #f5b945;
}

.simple {
  background-color: #F8F8F8;
  display: block;
  border-top: 2px solid #f5b945;
  border-bottom: 2px solid #f5b945;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}



.simple-title, .simple h2 {
  margin: 0;
  padding: 0 !important;
  padding-top:10px !important;
  color: #f5b945 !important;
  font-size: 1em;
}

.returnitemside {
  padding-top: 10px;
}

.returnitemside #small-dev-nav{
  padding: 0px;
}

.btn-wb {
  border-radius: 0;
  border: 1px solid #f5b945;
  background: #fff;
  color: #f5b945;
  border-bottom: 3px solid #f5b945;
  transition: 800ms;
}

.btn-wb:hover {
  background: #f5b945;
  color: #fff;
}

.inner-box {
  padding: 10px;
  transition: 800ms ease-in-out;
}

.servico-item:hover .inner-box {
  border: 1px solid #f5b945;
}


.simple h2 {
  padding: 0;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
}

.hide-form {
  position: fixed;
  background: #fff !important;
  z-index: 9000000;
  width: 100vw;
  height: 100vh;
  top: 0;
  right:-100vw;
  -webkit-transition: right 800ms ease-in-out;
  -moz-transition: right 800ms ease-in-out;
  transition: right 800ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: scroll;
}

.abs-slide {
  position: relative;
  width: 100%;
  max-height: 80%;
  background: #f5f5f5;
}

.show-contact-form {
  position: absolute;
  top:20px;
  right: 20px;
  z-index:20;
}

.resume-box {
  position: absolute;
  padding: 20px;
  top:20px;
  left: 20px;
}

.preco-box {
  position: absolute;
  padding: 20px;
  bottom:20px;
  left: 20px;
}

.btn-info {
  background: goldenrod;
  text-transform: uppercase;
  color: #fff !important;
  user-select: none;
}

.btn-info a {
  color: #fff !important;
}

.btn-info:hover {
  background: #ccc !important;
}

.hide-form.active {
  right: 0 !important;
}

.hide-form-inner {
  position: relative;
  width:100%;
  height: 95%;
  padding: 20px;
}

.close-hide-form {
  position: absolute;
  color: #333;
  top: 10px;
  right: 10px;
  font-size: 3em;
  cursor: pointer;
  user-select: none;
}

.close-hide-form:hover {
  color: orange;
}

table, tr, td {
  border: 1px solid #f5b945;
}

.desc td {
  padding: 3px;
}
.desc table tr:first-child {
  background-color: #f5b945 !important;
  color: #fff;
}

.contactos-first label, .contactos-first h3 {
  color: #f5b945;
}

.contactos-first {
  border-left: 1px solid #f5b945;
  padding: 30px;

}

.contactos-first > section {
  padding: 0;
  background-color: rgba(255,255,255,0.6);
}

.contactos-first, .contactos-first a:link, .contactos-first a:visited {
  color: #000;
}

.contactos-first a:hover, .contactos-first a:active {
  color: #f5b945;
}

.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;
  margin-bottom: 20px;
}

#fh5co-header h2 {
  background: #f5b945;
  max-width: 90%;
  margin: 0 auto;
}

#fh5co-header h1 {
  font-size: 3em !important;
  color: #fff!important;
  text-shadow: 2px 2px 2px #f5b945;
}

.personal-share {
  padding: 10px;
}

footer h3 {
  color: #f5b945;
}

#fh5co-header h2 {
  font-size: 1.2em;
}

.navbar-own {
  background: #454334;
  padding: 10px;
}

.navbar-own a:link, .navbar-own a:visited {
  color: #f5b945;
  font-weight: bold;
  text-transform: uppercase;
  transition: 400ms;
}

.navbar-own a:hover, .navbar-own a:active, .navbar-own a:active {
  color: #f5b945;
}

@media screen and (max-width: 992px) {
  nav.fh5co-nav a {
    font-size: .9em !important;
    font-weight: normal;
  }

  .top_resume .inner h2, .btn-default, select {
    font-size: 1em !important;
    font-weight: normal;
  }

  .account_menu {
    display: block;
  }

  .account_menu li, .account_menu li a {
    display: block;
  }

  .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(255, 255, 255, 0.3);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 500px;
  }

.abs-center-40 {
  display: static;
}

  .abs-center-400, .abs-center-200, .abs-center-100,.abs-center-80 {
    min-height: auto !important;
  }
}

.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;
}
#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: #f5b945 !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: #f5b945 !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: #f5b945;
  -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 .item {
  padding-bottom: 10px;
  background: none;
}

.promocao-box:hover {
  box-shadow: 3px 3px 3px 3px #f5b945;
}


.abs-center {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 10px;
    position: relative;
}

.abs-center-horizontal {
  flex-direction: row !important;
}

.overflow-auto {
  overflow: auto;
  height: 100%;
}

.abs-center-full {
  min-height: 90vh;
  padding: 20px;
}

.abs-center-400 {
  min-height: 400px;
  max-height: 400px;
}

.abs-center-200 {
  min-height: 200px;
  max-height: 200px;
}

.abs-center-100 {
  min-height: 100px;
  max-height: 100px;
}

.abs-center-80 {
  min-height: 80px;
  max-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-item,
#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-item,
  #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: #f5b945;
  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;
}

.item {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 1px solid #2f3782;
  color: #000;
  width: 100%;
}

.produtos .item img {
  border-radius: 100%;
}

/*.col-md-3, .col-md-4, .col-md-4, .col-md-6 {
  border: 2px solid green;
  border-left: none;
  border-top: none;
  margin: 0 auto;
  background: #fff;
}*/


.item .desc {
  line-height: 1.2em;
  min-height: 8em;
  padding-bottom: 5px;
  color: #000;
}

.item .item-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px !important;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item .item-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #f5b945;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.item .outbox {
  margin: 5px;
  padding: 5px;
  box-shadow: 3px 3px 3px #f6f6f6;
}

.item .item-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;
}

.item .item-grid .inner h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block !important;
  text-align: center !important;
  color: #2f3782 !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;
}

.item: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: #2f3782; 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;}

.post-content .summary {
  background: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .item .item-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.item .item-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.item .item-grid .inner p .icon {
  padding: 7px 10px;
  color: #000;
  background: #f5b945;
}
.item .item-grid .inner p .icon:hover, .item .item-grid .inner p .icon:focus {
  color: #f5b945;
  background: #fff;
}
.item .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}

.item .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.item:hover .item-grid, .item:focus .item-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);
}
.item:hover .inner, .item:focus .inner {
  opacity: 1;
}
.item:hover .desc h3 a, .item:focus .desc h3 a {
  color: #2f3782;
}

@media screen and (max-width: 768px) {
  .categoria-frente {
    position:static;
  }

.categoria-frente .section-title {
    position: static;
    font-size: .8em  !important;
    opacity:1;
    width:100%;
  }

  .hide-small, .resume-box {
    display: none;
  }

  .produto-content {
    font-size:0.8em;
  }

  .preco-box, .show-contact-form {
    position: static;
    text-align: center;
    display: block;
  }

  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) {

  .top_resume .inner h2, .btn-default, select {
    font-size: .9em !important;
    font-weight: normal;
  }

  .btn.btn-info.show-contact-form {
    font-size:.8em !important;
  }

  .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: #f5b945;
}

.fh5co-heading h2 {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #f5b945;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.rtn-link {
  padding: 20px auto;
  font-size: 1.3em;
}

.promocoes {
  background: #fff;
  margin: 0;
}
.promocoes .item {
  margin: 10px auto;
  background: #fff;
}

.promocoes a:link, .promocoes a:visited {
  color: #f5b945;
}

.promocoes a:link, .promocoes a:visited {
  color: #f5b945;
}

.promocoes .ends, .promocoes .timmer {
  color: #f5b945;
}

.promocoes .watch {
  font-size: 1.6em;
  text-transform: uppercase;
}

.produtos {
  padding: 10px 20px;
  border-top: 2px solid #f5b945;
  background: url('../images/fundo_categorias.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.pagina, .portefolios {
  padding: 30px 20px !important;
  border-top: 3px solid #f5b945;
}

.item {
  margin-bottom: 10px;
  box-shadow: 1px 1px 2px #fefefe;
}

.item:hover{
  background: #CBE2F9;
  border-bottom: 3px solid #2f3782;
}

.item:hover, .item:hover a {
  color: #2f3782;
}

.testimonios {
  background: #3C545C;
}

.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%;
}

.glyphicon {
  background: #f5b945;
}

.testimonios .carousel-indicators li, .testimonios .glyphicon {
  background: #f5b945;
}

.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: 1em;
  }

  #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;
  }

  .option-name {
    font-size: .6em;
  }
}

#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(82, 216, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 10px;
  text-align: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
#fh5co-offcanvas ul li.search {
  float: left;
  width: 100%;
  font-family: "Playfair Display", serif;
  -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: #f5b945;
  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: #f5b945 !important;
}

.dark-row {
  background: rgb(255, 252, 212);
  padding: 25px auto;
}

.dark-row .section-title {
  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: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #C2A68D;
  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: #edf9ff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #edf9ff;
}

.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;
}

.evento {
  border-bottom: 1px solid #333;
  margin-bottom:5px;
  background: #fff;
  padding:10px;
  display: flex;
}

.evento__day {
  font-size:2em;
  font-weight: bold;
  display: block;
}

.evento__content .desc {
  padding:0;
}

.evento__image img {
  width:300px;
  height: 100px;
  max-width:100%;
  border-radius:100%;
}

.evento__month {
  font-size:1.2em;
  display: block;
}
.evento__year {
  font-size:.8em;
  display: block;
}

.evento__image {
  display: flex;
}

.block__element {
  padding: 10px;
  color: #888;
}

.block__element img {
  max-width: 100%;
  border: 3px solid #fff;
  border-radius: 10px;
  transform: rotate(5deg);
}

.block__element .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
}

.block__orange-light .title, .block__orange-xx-light .title{
  color: #333;
}

.block__orange-light {
  background: #fcedd4;
}

.block__orange-xx-light {
  background: #fef8f0;
}


.block__blue {
  background: #324c5d;
}

.block__green {
  background: #46b19d;
}

.block__red {
  background: #df494a;
}

.block__yellow {
  background: #efc94c;
}

@media screen and (max-width: 768px) {

  .btn {
    font-size: .5em;
  }
  
  .btn.btn-info.show-contact-form {
    font-size:.9em !important;
  }

  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  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: #f5b945 !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: #f5b945;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #f5b945;
}

.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;
  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: #f5b945 !important;
  color: #fff !important;
  border: 2px solid #f5b945;
  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: #f5b945 !important;
  border-color: #f5b945 !important;
}
.btn-primary.btn-outline {
  background: #fff !important;
  color: #f5b945 !important;
  border: 2px solid #f5b945 !important;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #f5b945 !important;
  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: #f5b945;
  color: #fff;
}
.btn-info.btn-outline {
  background: transparent;
  color: #f5b945;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #f5b945;
  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: #f5b945;
}

.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: 0 5px;
  padding-top: 0px;
  font-size: 1.3em;
}

.pagina-content strong {
  color: #f5b945;
}

.pagina-content .about {
  color: #000;
}

.produto-content, .portefolio-content, .servico-content, .post-content {
  background: rgba(255,255,255,0.7);
  color: #000 !important;
  font-size: 1.3em;
}

.desc h1, .desc h2, .desc h3, .desc h4 {
  color: #f5b945 !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: #f5b945;
}

h1 {
  font-size: 3em;
  padding: 2px 10px;
  text-transform: uppercase;
  color: #f5b945;
  margin-bottom: 15px !important;
}
.navbar-brand {
  padding: 0!important;
  margin: 0!important;
}