

@media only screen and (max-width: 768px) {

    .banner-protec {
        height: 210px !important;
    }


    .rev_slider,
    .rev_slider_wrapper {
        max-width: 100%;
        height: 220px !important;
    }

    .rev_slider img {
        width: 100%;
        height: auto;
    }
}


@media only screen and (min-width: 1280px) and (max-height: 800px) {
    .rev_slider,
    .rev_slider_wrapper {
        max-width: 100%;
        height: 620px !important;
    }

    .rev_slider img {
        width: 100%;
        height: auto;
    }
}
 


@media only screen and (min-width: 1440px) and (max-height: 900px) {
    .rev_slider,
    .rev_slider_wrapper {
        max-width: 100%;
        height: 720px !important;
    }

    .rev_slider img {
        width: 100%;
        height: auto;
    }
}

.big-title {
    background: transparent !important;
}

/* CSS PARA PAGINA PROTEC*/

.banner-protec {
    height: 625px;
}

.protec-uso {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}

.protec-uso h2 {
  color: #3E3E3F;
  margin-bottom: 10px;
}

.protec-uso .intro {
  font-size: 16px;
  margin-bottom: 20px;
}

.protec-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.protec-list li {
  margin-bottom: 12px;
  font-size: 16px;
}

.protec-list i {
  color: #3E3E3F;
  margin-right: 8px;
}

.aplicacao {
  font-size: 16px;
  background: #eaeaea;
  padding: 12px;
  border-radius: 6px;
}


.protec-card i {
  color: #3E3E3F;
  margin-right: 8px;
}


.protec-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.protec-card h4 {
  margin-top: 0;
  font-weight: bold;
}

.panel-title a {
    display: block;
    text-decoration: none;
}

.protec-feature-box {
    text-align: center;
    margin-bottom: 30px;
}
.protec-feature-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.protec-feature-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}
.protec-feature-desc {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.protec-page b {
    
}

.protec-title {
    color: #3e3e3e; 
    margin-top: 55px;
    margin-bottom: 15px;
}

/* FIM CSS PAGINA PROTEC*/



#site-navigation .menu > ul > li, #site-navigation .menu > li {
  padding: 0px 0px 0px 0px;
}

.entry-title h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.entry-title h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

.entry-title h1 em {
  font-style: normal;
  font-weight: 600;
}


.twelve h1 {
  font-size: 48px;
  margin-bottom: 30px !important;
  font-weight:700;
  letter-spacing:1px; 
  text-transform:uppercase; 
  text-align:center; 
  margin:auto; 
  white-space:nowrap; 
  padding-bottom:13px;
}

.twelve h1:before {
    background-color: #3e3e3e;
    content: '';
    display: block;
    height: 7px;
    width: 175px;
    margin-bottom: 10px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #3e3e3e;

}
.twelve h1:after {
    background-color: #3e3e3e;
    content: '';
    display: block;
    position:absolute;
    right:0; 
    bottom:0;
    height: 7px;
    width: 175px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3e3e3e;
}





.card-onde-comprar .dt-btn {
  background: #3e3e3e;
  padding: 5px 10px 5px 10px;
  text-decoration: none;    
  color: whitesmoke;
  font-weight: 500;
}

.card-onde-comprar p {
    margin-bottom: .5em;
}

.card-onde-comprar .entry-title {
    font-weight: normal;
    font-size: 1.4em;
    height: 70px;
}

#onde-comprar .card-onde-comprar {
  background: #fff;
  border: 2px solid whitesmoke;
  min-height: 350px;
}

#onde-comprar {
    padding: 0;
}

.filtro-onde-comprar select {
    background: #fff;
    color: #3e3e3e;
}

.filtro-onde-comprar .dt-btn {
  width: 100%;
  text-align: center;
  background: #3e3e3e;
  color: whitesmoke;
  font-weight: bold;
}

.filtro-onde-comprar {
  background: #fff;
  margin-bottom: 10px;
  border-top: 5px solid #3e3e3e;
}

.logo100 {
    margin-left: 142px !important;
}

.hide {
    display: none;
}

.btn-copiar {
    background: #3e3e3e;
    color: #fff !important;
    width: 100%;
    margin-top: 5px;
}

.popover__title {
}

.popover__wrapper {
  position: relative;
  display: inline-block;
}
.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -10px;
    transform: translate(0, -290px);
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 268px;
}

/*.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    bottom: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}*/

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -80px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}



.a2a_default_style { 
    text-align: center !important;
}

.a2a_default_style a {
    display: inline-block;

}

.btn-custom:hover {
    border-color: #d2d2d2;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    border: 1px solid #ddd;
}

.btn.alt span, .cart_list .button.wc-forward:hover, .eg-infinity-features-element-26::before, .btn::before, input[type="submit"]:hover, .commerce input[type="submit"]:hover {
    background-color: transparent;
}

.btn-custom {
    border-color: #dcdcdc;
    color: #4e4e4e;
}


.top-search form:before {
    top: 20px;
    left: 15px;
}

.search-box-top .result {
    padding-left: 25px;
}

.missao_visao_valores .content-text p, .missao_visao_valores .content-text i, .missao_visao_valores .content-text h3 {
    color: #f2f2f2 !important;
}

.missao_visao_valores .content-text {
    background: #3e3e3e;
    border: 1px solid #f2f2f2;
    padding: 30px;
}

.site-footer .widget img {
    margin: 0px 0 20px;
}

fieldset legend {
    background: inherit;
    font-family: "Lato", sans-serif;
    color: #999;
    font-size: 15px;
    left: 10px;
    padding: 0 10px;
    position: absolute;
    top: -12px;
    font-weight: 400;
    width: auto !important;
    border: none !important;
}



fieldset {
    background: #ffffff;
    border: 1px solid #e6e8e8;
    border-radius: 5px;
    margin: 20px 0 20px 0;
    padding: 25px;
    position: relative;
}


.rede li {
    display: inline-block;
    padding: 0 10px;
}


button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 2px solid #3e3e3e;
    color: #3e3e3e;
}


/*#site-navigation .menu > li.menu-item-has-children, #site-navigation .menu > ul > li.page_item_has_children {
    margin-right: 10px;
}*/

a:hover {
    color: #3e3e3e;
}

.tag-cloud a:hover {
    background: #3e3e3e;
    color: #fff;
}

.tag-cloud a {
    border: 1px solid black;
    padding: 4px;
    color: black;
    transition: 0.4s;
    margin-right:5px; margin-bottom:5px;
}


.product-item {
    background: #fff;
    border-left:5px solid #f5f5f5; 
    border-right:5px solid #f5f5f5;
}

.site {
    background-color: #f5f5f5 !important;
}


.missao_visao_valores .content-text .fa {
    font-size: 4em;
    color: #3e3e3e;
    margin-bottom: 10px;
}

/*CAROUSEL*/

.lista-lancamentos li span {
    font-size: 18px;
}

.lista-lancamentos-btn-prev i {
    cursor: pointer;
}

.lista-lancamentos-btn-next i {
    cursor: pointer;
}

.lista-lancamentos-btn-prev {
    width: 49%;
    position: relative;
    float: left;
    text-align: right;
    padding-right: 1%;
    font-size: 1.5em;
}

.lista-lancamentos-btn-next {
    width: 49%;
    position: relative;
    float: left;
    text-align: left;
    padding-left: 1%;
    font-size: 1.5em;
}


.wrapper {
  width: 100%;
  margin: 0 auto;
}

.owl-carousel {
  list-style: none;
  padding: 0;
}


.titulo-divide-lancamento h2 {
    background: url(../images/divider-lancamentos.png) center bottom no-repeat;
    padding-bottom: 50px;
    margin-bottom: 25px;
    color: #fff !important;
}

/*.owl-carousel .owl-item {
    border: 1px solid #3e3e3e;
}*/



.owl-item img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .wrapper {
    width: 100%;
  }
}


.menu-decor a {
    padding: 47px 0 29px 0 !important;
}


.icon-lang a {
    color: #fff;
    font-size: 13px;
}

.tp-bullet.selected, .tp-bullet:hover {
    background: #3e3e3e;
}

body {
    background-color: #f2f2f2 !important;
}

.NONE {
    display: none !important;
}

.btn-red-rodape {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
    border: 2px solid #3e3e3e;
    padding: 2px 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #3e3e3e;
    font-size: .9em;
    color: #fff !important;
    margin-top: 10px;
}


.single-project .tm-gallery .tm-nav .tm-prev, .single-project .tm-gallery .tm-nav .tm-next {
    background: #3e3e3e !important;
}


#caracteristica-produto .sket-hexagon:after {
    content: " ";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -30px;
    border-top: 30px solid #3e3e3e;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}

#caracteristica-produto .sket-hexagon:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 30px solid #3e3e3e;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
    left: 0;
}

#caracteristica-produto .sket-hexagon a {
    color: #fff;
    padding-top: 6px;
    display: inline-block;
}

#caracteristica-produto .sket-hexagon {
    width: 104px;
    height: 55px;
    position: absolute;
    background: #3e3e3e;
    text-align: center;
    font-family: 'Jura', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-top: 5px;
    right: 5%;
    top: 30px;
}

.bloco-sketchup .btn-red-sketchup {
    background: #3e3e3e;
    color: #fff;
    padding: .5vw;
}

.bloco-sketchup h3 {
    font-family: 'Jura', sans-serif;
    font-weight: 600;
    color: #3e3e3e;
    font-size: 25px;
}

.bloco-sketchup {
    padding: 5% 10%;
    margin-top: 5%;
    margin-bottom: 5%;
    background: #f9f9f9;
}


a#font-decor:after {
    display: none;
}


@font-face {
    font-family: "FloresdelSolDemo-Regular";
    src: local("FloresdelSolDemo-Regular"), url("../fonts/FloresdelSolDemo-Regular.ttf") format("truetype");
}

#font-decor {
    font-family: 'FloresdelSolDemo-Regular';
    font-size: 60px;
    text-transform: none !important;
    margin-top: -30px;
    margin-left: -10px;
    margin-right: -50px;
}


#font-decor .sub-menu li li, #font-decor .children li li {
    background-color: transparent !important;
}

.menu-decor .sub-menu {
    margin-top: -50px !important;
    top: 90% !important;
    left: -40px !important;
}

#logo-decor img {
    width: 77%;
    margin-left: 15px;
    cursor: pointer;
}

#logo-decor {
    position: relative;
    top: -100px;
    display: inline-block;
}

/* HEXAGONO DECOR MENU */
.decor-hexagon:before {
    content: " ";
    width: 0; height: 0;
    border-bottom: 30px solid #3e3e3e;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    position: absolute;
    top: -30px;
}

.decor-hexagon {
    width: 104px;
    height: 60px;
    position: relative;
    background: #3e3e3e url('../images/logo-gaudi-decor.png') no-repeat center center; background-size:contain
}

.decor-hexagon:after {
    content: " ";
    width: 0;
    position: absolute;
    bottom: -30px;
    border-top: 30px solid #3e3e3e;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
}




label.error {
    color: red;
    position: relative;
    top: -27px;
    background: white;
    padding: 5px;
    left: 10px;
}

.search-btn {
  color: #fff;
}

#open-left {
    color: #ffffff;
}

#ajax-loader {
  text-align: center;
}

.img-loader-filtro {
  width: 20%;
}

.border {
  border:1px solid red;
}

.menu a:hover {
    color: #8b8b8b !important;
}

.sub-menu a:hover {
  color: #fff !important;
  font-weight: bold !important;
}

.pulse:hover {
  animation: pulse 1s infinite;
  animation-timing-function: linear; 
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }
  0% { -webkit-transform: scale(1.2); }
  100% { -webkit-transform: scale(1); }
}

@keyframes pulse {

  0% { transform: scale(1); }
  50% { transform: scale(1.2);}
  100% { transform: scale(1); }

}





#pop { /* PWA - Pop-up for IOS */
  position: fixed;
  z-index: 99999;
  background: #fff;
  bottom: 0;
  width:100%;
  height: 102px;
  background:url('../images/add-app-home-ios.png') no-repeat center center;
  background-size: contain;
  display: none;
}



#ver-ambiente:before {
  content: url('../images/lupa.png');
  position: relative;
  top: 10px;
  padding-right: 5px;
}

@media (max-width: 991px) {
  .top-search {
      width: 80% !important;
      right: 10% !important;
  }

  #logotipo {
    padding: 20px 0;
  }

  .tm_bread_crumb a {
      font-size: 1.2em !important;
  }

  .tm_bread_crumb li.current {
      font-size: 1.2em !important;
  }


}

.snap-drawers .mobile-menu > ul li a, .snap-drawers .menu > ul li a {
    color: #000;
}

#ver-ambiente{
  color: #666;
  font-size: 1em;
  display: inline-block;

    position: absolute;
    bottom: 0;
    right: 0;
    background: url('../images/bg-ampliar.png');
    padding: 0 20px 10px 25px;

  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);

}



.contact-info {
    margin-top: 5px;
    color: #666;
}

.btn-down span {
  top: -10px;
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.btn-down:before {
  content: url('../images/ico-pdf.png');
  width: 27px;
  height: 36px;
}

.btn-down {
  padding: 5px 10px 5px 20px !important;
  width: 100% !important;
  display: block !important;
}

.post.hentry .entry-header .entry-title a {
    color: #000;
    font-size: 1.3em;
}

/*
#tit-var-uniforme:before { content: 'V1'; }
#tit-var-pouca-variacao:before { content: 'V2'; }
#tit-var-moderada:before { content: 'V3'; }
#tit-var-grande-variacao:before { content: 'V4'; }

#tit-parede:before { content: 'LA'; }
#tit-baixo-trafego:before { content: 'LB'; }
#tit-medio-trafego:before { content: 'LC'; }
#tit-alto-trafego:before { content: 'LD'; }
#tit-altissimo-trafego:before { content: 'LE'; }
*/

.tit-siglas:before {
  content: var(--sigla-var);
  background: #666;
  padding: 13px 10px;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  margin-right: 10px;
  color:#fff;
}

.tit-siglas {
  color: #8f8f8f;
}

.our_services_heading4 div {
    font-size: 18px;
    color: #1d1d1b;
    border-bottom: 1px solid #b5b5b5;
    text-transform: uppercase;
}


#info-embalagem {
  width: 100%;
}


#info-embalagem td {
  padding: 2px 0;
  border-bottom: 1px solid #ccc;
}

#caracteristica-produto span.tit-carac {
  font-weight: bold;
  text-transform: uppercase;
  color: #7d7d7d;
}

#caracteristica-produto span {
  display: block;
}

#caracteristica-produto p {
  margin-bottom: 1em
}

.on-label {
    bottom: auto;
    color: #FFFFFF;
    height: 50px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: auto;
    top: 10%;
    z-index: 1;
    line-height: 50px;
    text-align: center;
}

.recorte-selo-retificado {
  background: #969696;
  width: 30px;
  height: 38px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  position: absolute;
  right: -12px;
  top: 0;
  border-bottom: 1px solid #969696;
}

.selo-retificado:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #777 transparent transparent;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    z-index: 999;
}

.selo-retificado:after {
    content: url('../images/detalhe-selo-retificado.png');
    position: absolute;
    width: 34px;
    height: 34px;
    left: -17%;
    top: 40%;
    z-index: -1;
}


.selo-retificado2 {
  position: relative;
  padding: 5px;
  color: #999;
  border:1px solid #999;
  display: inline-block;
  clear: both;
  margin-bottom: 5px;
}


.recorte-selo-lancamento {
  background: #3e3e3e;
  width: 30px;
  height: 38px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
  position: absolute;
  right: -12px;
  top: 0;
  border-bottom: 1px solid #3e3e3e;
}



.selo-lancamento-no-ambiente:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #323232 transparent transparent;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    z-index: 999;
}

/*.selo-lancamento-no-ambiente:after {
    content: url('../images/detalhe-selo.png');
    position: absolute;
    width: 34px;
    height: 34px;
    left: -17%;
    top: 40%;
    z-index: -1;
}*/

.selo-lancamento-no-ambiente {
    top: -12px;
    left: -10px;
    background-color: #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}

.selo-lancamento:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #323232 transparent transparent;
    left: 0;
    top: 100%;
    box-sizing: border-box;
    z-index: 999;
}

/*.selo-lancamento:after {
    content: url('../images/detalhe-selo.png');
    position: absolute;
    width: 34px;
    height: 34px;
    left: -17%;
    top: 40%;
    z-index: -1;
}
*/
.selo-lancamento {
    top: -10px;
    left: 0;
    background-color: #3e3e3e;
    border-bottom: 1px solid #3e3e3e;
}

.selo {
    position: absolute;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 12px 20px;
    text-transform: uppercase;
}

.glow {
  box-shadow: 0px 0px 10px 3px #888;
}



.selo-retificado {
    top: -10px;
    left: 10px;
    background-color: #969696;
    border-bottom: 1px solid #969696;
}



.btn-red-produto {
    border-radius: 0px 40px 0px 40px;
    -moz-border-radius: 0px 40px 0px 40px;
    -webkit-border-radius: 0px 40px 0px 40px;
    border: 2px solid #3e3e3e;
    padding: 2px 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background: #3e3e3e;
    text-transform: uppercase;
    font-size: .9em;
}

.btn-red-produto:hover {
  color: #b4b4b4;
}


.entry-title {
  font-size: 1.5em;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}


/*** HEXAGONAL GRIDS HOME ***/
#grid {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0; /* Clears unordered list default of 40px */
}

#grid li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 27.85714285714286%;
    padding: 0 0 32.16760145166612% 0;
    -o-transform: rotate(-60deg) skewY(30deg);
    -moz-transform: rotate(-60deg) skewY(30deg);
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    overflow: hidden;
    visibility: hidden;
}


#grid li * {
    visibility: visible;
}

#grid li .hexagon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdbf00;
    -o-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
}

#grid li:nth-child(2) {
  margin: 0 1%;
}

#grid li:nth-child(3n+2) {
  margin: 0 1%;
}

#grid li:nth-child(6n+4), #grid li:nth-child(6n+5), #grid li:nth-child(6n+6) {
    margin-top: -6.9285714285%;
    margin-bottom: -6.9285714285%;
    -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
}

#grid li:nth-child(6n+4) { 
    margin-left: 0.5%;
}




h5.tit-hexagon {
  color: #fff;
  padding: 0 0 20px 0 ;
  font-size: 1.7em;
  font-family: 'Jura', sans-serif;
}

h5.tit-hexagon.tit-hexagon-out-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 245px;
}


.btn-overlay-produto {
  border-radius: 0px 40px 0px 30px; 
  -moz-border-radius: 0px 30px 0px 30px; 
  -webkit-border-radius: 0px 30px 0px 30px; 
  border: 2px solid #3e3e3e;
  padding: 5px 0;
  width: 115px;
  display: inline-block;
  margin-left: 24%;
}










#grid .hexagon .text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

#grid .hexagon .image-overlay .text a {
  color: #fff;
  font-size: 1em;
  position: relative;
  bottom: 0;
  display: block;
  background: #3e3e3e;
}

#grid .hexagon .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /*background-color: #6a6a6a;*/
  z-index: 9999;
  background: url("../images/bg-hexagono.png");
  
}

.shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

#grid .hexagon:hover .image-overlay {
  opacity: 1;
}

.image-overlay:hover + .titulo {
  display: none;
}
/*** END HEXAGONAL GRIDS HOME ***/





/*** HEXAGONAL GRIDS PRODUCT ***/
#grid-product {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0; /* Clears unordered list default of 40px */
}

#grid-product li {
    list-style-type: none;
    position: relative;
    float: left;
    width: 37.85714285714286%;
    padding: 0 0 43.46760145166612% 0;
    -o-transform: rotate(-60deg) skewY(30deg);
    -moz-transform: rotate(-60deg) skewY(30deg);
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    overflow: hidden;
    visibility: hidden;
}

#grid-product li * {
    visibility: visible;
}

#grid-product li .hexagon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdbf00;
  -o-transform: skewY(-30deg) rotate(60deg);
  -moz-transform: skewY(-30deg) rotate(60deg);
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  overflow: hidden;
}

#grid-product li:nth-child(4n-1), #grid-product li:nth-child(4n-5), #grid-product li:nth-child(4n-4) {
  margin-top: -9%;
  margin-bottom: -9%;
  margin-left: 1%;
  -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
  transform: translateX(50%) rotate(-60deg) skewY(30deg);
  background: purple;
}

#grid-product li:nth-child(2n+0) {
  margin-left: 2%;
}

h5.tit-hexagon {
  color: #fff;
  padding: 0 0 20px 0 ;
  font-size: 1.7em;
  font-family: 'Jura', sans-serif;
}

h5.tit-hexagon.tit-hexagon-out-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 245px;
}


#grid-product .hexagon .btn-overlay-produto {
  border-radius: 0px 40px 0px 30px; 
  -moz-border-radius: 0px 30px 0px 30px; 
  -webkit-border-radius: 0px 30px 0px 30px; 
  border: 2px solid #3e3e3e;
  padding: 5px 0;
  width: 115px;
  display: inline-block;
  margin-left: 22%;
}





#grid-product .hexagon .text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

#grid-product .hexagon .image-overlay .text a {
  color: #fff;
  font-size: 1em;
  position: relative;
  bottom: 0;
  display: block;
  background: #3e3e3e;
}

#grid-product .hexagon .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /*background-color: #6a6a6a;*/
  z-index: 9999;
  background: url("../images/bg-hexagono.png");
}

#grid-product .hexagon:hover .image-overlay {
  opacity: 1;
}

.image-overlay:hover + .tit-hexagon {
  display: none;
}

/*** END HEXAGONAL GRIDS PRODUCT ***/

.simbolo {
    position: relative;
    width: 16px;
    height: 22px;
    margin-left: 5px;
    display: inline-block;
/*    float: right;*/
}

.simbolo-on {
/*    background:url("../images/simbolo-gaudi2.png") no-repeat center center; background-size: cover;*/
background:url("../images/star_icon_on_2.png") no-repeat center center; background-size: cover;
}

.simbolo-off {
/*    background:url("../images/simbolo-gaudi-off2.png") no-repeat center center; background-size: cover;*/
background:url("../images/star_icon_off_2.png") no-repeat center center; background-size: cover;
}

#total-favoritos, #total-favoritos-decor {
    display: block;
    width: 32px;
    height: 32px;
    background:url("../images/star_icon_on_2.png") no-repeat center center; background-size: cover;
}

#total-favoritos #num_fav {
    padding-left: 40px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}


#msg {
    position: fixed;
    display: none;
    padding: 10px 25px;
    width: 30%;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 9999999999999999;
}

.msg-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#nenhum_fav {
    padding-left: 37px;
    padding-top: 5px;
    width: 135px;
}

.msg-info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}



input, select, textarea {
    color: #969696;
}

.sidebar .widget-title.title-sidebar{
  color:#3e3e3e;
}


.sidebar .widget-title {
    font-weight: bold;
    font-size: 18px;
}

.sidebar .widget-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.sidebar ul li, .sidebar .recent-posts__item {
    border-bottom: none;
}

.mask-foto {
  width: 100%;
  height: 250px;

  clip-path: polygon(0% 13%, 6% 0%, 100% 0%, 100% 85%, 93% 100%, 0% 100%);


  background: url('../images/breadcrumb/img-bread-a-gaudi.jpg') center center; background-size: cover;


}

.tit-h2 {
    color: #3e3e3e;
    font-size: 1.3em;  
}

.tm_bread_crumb a {
    font-family: 'Jura', sans-serif;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    padding: 10px 0;
    color: #969696 !important;
}

.tm_bread_crumb li {
    display: inline-block;
    margin-right: 6px;
    padding: 19px 0;
}

.breadcrumb {
    padding: 0px 0px;
    margin-bottom: 10px;
}

.tm_bread_crumb li.current {
    font-family: 'Jura', sans-serif;
    color: #3e3e3e;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    padding: 10px 0;
    color: #3e3e3e !important;
}


.tm_bread_crumb li a:after {
    content: "\f105";
}

.big-title .container-bread {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    background: #e9e9e9 !important;
    height: 75px;
    opacity: 0.9;
}

.big-title:after {
    background-color: transparent;
}

.big-title {
    padding: 0;
    height: auto;
    background-image: none;
}

.scrollup:hover {
  background: #787878;
}


.scrollup {
    background: #3e3e3e;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}

.assina {
  background: #3e3e3e !important;
  padding: 0 0 10px 0;
  background: url('../images/assina-bg.png') no-repeat center 30%;
}

.site-footer .widget p {
    margin-bottom: 30px;
}

.content-info.col-left { 
  top: -5px;
}

.content-info.col-right {
  width: 85%;
}

.content-info {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}

.site-footer .fa {
  color: #fff;
  font-size: 1em;
}

.site-footer .menu li {
    margin-bottom: 1px;
}

.site-footer a {
  color: #fff;
  font-size: .95em;
  font-weight: 500;
  text-transform: uppercase;
}

/*#logos-grupo {
  padding: 20px 0 0 0 ;
}*/

/*.site-footer h3::after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  width: 20%;
  position: relative;
  bottom: 10px;  
  right: -270px;
}


.site-footer h3::before {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  width: 20%;
  position: relative;
  bottom: -10px;
  left: 20px;
}*/

.site-footer h3 {
  font-family: 'Jura', sans-serif;
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
}

.site-footer .menu li a:before {
    content: url(../images/icones/icon-bullet.png);
    margin-right: 0;
}

@media (min-width: 768px) {
  .site-footer .menu li {
    width: auto;
  }
}

.site-footer h2 {
  font-family: 'Jura', sans-serif;
  font-size: 1.6em;
  color: #3e3e3e;
  text-transform: uppercase;
}

.site-footer {
  background: #3e3e3e;
  padding: 20px 0px 20px 0px;
  margin-top: -24px;
}

.home-instagram a {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 0;
}

*, :after, :before {
    box-sizing: border-box;
}


.home-instagram a:before {
    font-size: 24px;
    display: inline-block;
    color: #3e3e3e;
    margin-top: 10px;
}

.home-instagram a[href*=instagram]:before {
    content: "\f16d";
}

.home-instagram #instafeed img {
  width: 100%;
}

.home-instagram #instafeed a[href*=instagram]:before {
    content: "";
    display: none;
}


.home-instagram {
  background: #eeeeee;
  clear: both;
}


.home-a-gaudi .content-a-gaudi p {
  color: #000;
}

.home-a-gaudi .content-a-gaudi h2 {
  font-family: 'Jura', sans-serif;
  font-size: 2.2em;
  color: #3e3e3e;
}

.home-a-gaudi .content-a-gaudi {
  min-height: 250px;
  padding: 50px;
  margin-top: 5vw
}

@media (max-width: 769px) {

        .filtro-onde-comprar h3 {
          font-size: 14px;
          margin-left: 20px;
          padding-left: 0 !important;
        }

        .filtro-onde-comprar .obs {
          margin-left: 0;
          width: 90%;
          font-size: 12px;
          margin-top: 10px;
          display: flex;
        }

      .filtro-onde-comprar .entry-title {
        font-size: 14px;
        margin-left: 20px;
      }

      .twelve h1::after {
        height: 5px;
        width: 125px;
      }


      .twelve h1::before {
        height: 5px;
        width: 125px;
      }


      .twelve h1 {
        font-size: 60%;
      }




    .logo100 {
        margin-left: 0 !important;
    }

    #grid-product .hexagon .btn-overlay-produto {
        width: 100px;
        margin-left: 2%;
    }

    .btn-overlay-produto {
        width: 79px;
        margin-left: 2%;
        font-size: 0.8em !important;
    }

    .hexagon .image-overlay p.resumo {
        display: none !important;
        border: 1px solid red;
    }

   .home-a-gaudi .content-a-gaudi {
      margin-top: 0vw;
      padding: 10px;
    }

    .home-a-gaudi .content-a-gaudi h2 {
      padding-bottom: 10px !important;
      font-size: 16px;
    }

    .home-a-gaudi .content-a-gaudi p {
      font-size: 13px;
    }

  .home-a-gaudi .content-a-gaudi .btn-red {
      padding: 5px 0;
      width: 120px;
  }



}

.home-a-gaudi {
  background: url("../images/filial-grupo-almeida.jpg") center center no-repeat;
  height: 577px;
  background-size: cover;
}



.btn-red{
  border-radius: 0px 40px 0px 40px; 
  -moz-border-radius: 0px 40px 0px 40px; 
  -webkit-border-radius: 0px 40px 0px 40px; 
  border: 2px solid #3e3e3e;
  padding: 10px 0;
  width: 150px;
  display: inline-block;
  color: #3e3e3e;
}

.btn-red a:hover{
  color: #3e3e3e;
}


.btn-overlay{
  border-radius: 0px 40px 0px 40px; 
  -moz-border-radius: 0px 40px 0px 40px; 
  -webkit-border-radius: 0px 40px 0px 40px; 
  border: 2px solid #3e3e3e;
  padding: 10px 0;
  width: 150px;
  display: inline-block;

  -webkit-transform: translate(32%, 50%);
  -ms-transform: translate(32%, 50%);
  transform: translate(32%, 50%);
}











.colecao-1, .colecao-2, .colecao-3 {
  margin: 0 5px;
}

.colecao-produto {
  width: 290px !important;
  height: 338px !important;
}

.linha-colecao {
  border: 1px solid red;
}


/* COLMEIA PRODUTOS */
.colecao-produto-3 {
    top:-85px;
    left: 150px;
}

.colecao-produto-4 {
    top:-85px !important;
    left: 150px !important;
}

.colecao-produto-5 {
    top: -165px !important;
    left: 0 !important;
}

.colecao-produto-6 {
    top: -165px !important;
    left: 0 !important;
}

.colecao-produto {
  margin: 0 3px;
}

.colecao-4, .colecao-5, .colecao-6 {
    left: 168px;
    top: -90px;
    margin: 0 5px;
}

.colecoes {
  position: relative;
  width: 325px;
  height: 379px;
  display: inline-block;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-size: cover;
}

.home-colecoes {
    /*background: url("../images/bg-icones-gaudi.png") right top no-repeat;*/
    background: #f2f2f2;
}

@media (min-width: 1200px) {

    .big-title, .big-title--single {
        margin: auto;
    }

  .header01 #site-navigation.headroom--not-top .menu > li > a, .header07 #site-navigation.headroom--not-top .menu > li > a, .header08 #site-navigation.headroom--not-top .menu > li > a {
      padding: 30px 0;
  }

    .header01 #site-navigation.headroom--not-top, .header07 #site-navigation.headroom--not-top, .header08 #site-navigation.headroom--not-top {
        position: initial;
    }

}

@media (min-width: 1200px) {
  .headroom--not-top .menu {
    height: 75px;
  }
}


@media (min-width: 1200px) {
  .headroom--not-top .site-branding img {
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .header01 #site-navigation.headroom--not-top .site-branding, .header07 #site-navigation.headroom--not-top .site-branding, .header08 #site-navigation.headroom--not-top .site-branding {
      padding: 0px 0 0px 15px;
  }
}

.titulo-divide h2{ 
    background: url("../images/divider.png") center bottom no-repeat;
    padding-bottom: 50px;
}

.lista-entry-cover p {
  padding: 1em 1.2em;
}

.lista-entry-cover h2, .home-colecoes h2 {
  font-family: 'Jura', sans-serif;
  font-size: 1.4em;
  color: #999;
  text-transform: uppercase;
}

.lista-acesso li img {
  max-width: 50%;
}

.lista-entry-cover {
  padding-top: 1em;
}

.lista-acesso li {
  list-style: none;
  min-height: 100px;
}

.bg-grey {
  background: #000;
}

.icon-lang a {
  display: inline-block;
}

.top-search form input {
    font-size: 14px;
    font-style: italic;
    padding-left: 35px;
    color: #3e3e3e;
}

.top-search {
    background: #fff;
    width: 20%;
    position: absolute;
    right: 30%;
    top: 80px;
}

/*
.first:before {
    position:absolute; left:0px; top:0px; content:'';
    border-top: 20px solid #3e3e3e;
    border-right: 20px solid transparent;
}

.first:after {
    position:absolute; left:0px; top:0px; content:'';
    border-top: 20px solid #3e3e3e;
    border-right: 20px solid transparent;
}
*/

.first {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 45%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 45%);
}


.last {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 45%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% 45%, 90% 100%, 0% 100%);
  border-bottom: 0 !important;
}


#site-navigation .sub-menu, #site-navigation .children {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
}

#site-navigation .sub-menu li.first {
}

#site-navigation .sub-menu, #site-navigation .children {
    background: transparent;
}

#site-navigation .sub-menu li,
#site-navigation .children li {
 border-bottom: 1px solid #8b8b8b;
}

#site-navigation .sub-menu li a,
#site-navigation .children li a {
 color: #000;     
}

#site-navigation .sub-menu li a:hover,
#site-navigation .children li a:hover {
    color: #3e3e3e;
}


#site-navigation .sub-menu li:hover,
#site-navigation .children li:hover {
    background-color: #3e3e3e;
}

#site-navigation .sub-menu li a, #site-navigation .children li a, #site-navigation .menu li:hover > .sub-menu li.menu-item-has-children:after {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#site-navigation .sub-menu li, #site-navigation .children li a:hover {
    background-color: #fff;
}

#site-navigation .sub-menu li, #site-navigation .children li {
    background-color: #3e3e3e;
}

#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-box i:before, .search-box i:after {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

#site-navigation .menu > li > a:hover, #site-navigation .menu > li.current-menu-item > a, .mini-cart .mini-cart__button .mini-cart-icon:hover:before, .search-box:hover i:before, .search-box:hover i:after {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.site-branding {
    padding: 0;
}

.main-navigation {
    background-color: #3e3e3e;
}

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

/* Font weight */
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fz-5 {
  font-size: 50px;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.p-11 {
  padding: 110px !important;
}

.p-12 {
  padding: 120px !important;
}

.p-13 {
  padding: 130px !important;
}

.p-14 {
  padding: 140px !important;
}

.p-15 {
  padding: 150px !important;
}

.p-16 {
  padding: 160px !important;
}

.p-17 {
  padding: 170px !important;
}

.p-18 {
  padding: 180px !important;
}

.p-19 {
  padding: 190px !important;
}

.p-20 {
  padding: 200px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-11 {
  padding-top: 110px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pt-13 {
  padding-top: 130px !important;
}

.pt-14 {
  padding-top: 140px !important;
}

.pt-15 {
  padding-top: 150px !important;
}

.pt-16 {
  padding-top: 160px !important;
}

.pt-17 {
  padding-top: 170px !important;
}

.pt-18 {
  padding-top: 180px !important;
}

.pt-19 {
  padding-top: 190px !important;
}

.pt-20 {
  padding-top: 200px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pr-11 {
  padding-right: 110px !important;
}

.pr-12 {
  padding-right: 120px !important;
}

.pr-13 {
  padding-right: 130px !important;
}

.pr-14 {
  padding-right: 140px !important;
}

.pr-15 {
  padding-right: 150px !important;
}

.pr-16 {
  padding-right: 160px !important;
}

.pr-17 {
  padding-right: 170px !important;
}

.pr-18 {
  padding-right: 180px !important;
}

.pr-19 {
  padding-right: 190px !important;
}

.pr-20 {
  padding-right: 200px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-11 {
  padding-bottom: 110px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.pb-13 {
  padding-bottom: 130px !important;
}

.pb-14 {
  padding-bottom: 140px !important;
}

.pb-15 {
  padding-bottom: 150px !important;
}

.pb-16 {
  padding-bottom: 160px !important;
}

.pb-17 {
  padding-bottom: 170px !important;
}

.pb-18 {
  padding-bottom: 180px !important;
}

.pb-19 {
  padding-bottom: 190px !important;
}

.pb-20 {
  padding-bottom: 200px !important;
}

.pb-26 {
  padding-bottom: 260px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pl-11 {
  padding-left: 110px !important;
}

.pl-12 {
  padding-left: 120px !important;
}

.pl-13 {
  padding-left: 130px !important;
}

.pl-14 {
  padding-left: 140px !important;
}

.pl-15 {
  padding-left: 150px !important;
}

.pl-16 {
  padding-left: 160px !important;
}

.pl-17 {
  padding-left: 170px !important;
}

.pl-18 {
  padding-left: 180px !important;
}

.pl-19 {
  padding-left: 190px !important;
}

.pl-20 {
  padding-left: 200px !important;
}

/* Margin */
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.m-16 {
  margin: 160px !important;
}

.m-17 {
  margin: 170px !important;
}

.m-18 {
  margin: 180px !important;
}

.m-19 {
  margin: 190px !important;
}

.m-20 {
  margin: 200px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

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

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mt-11 {
  margin-top: 110px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

.mt-14 {
  margin-top: 140px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.mt-16 {
  margin-top: 160px !important;
}

.mt-17 {
  margin-top: 170px !important;
}

.mt-18 {
  margin-top: 180px !important;
}

.mt-19 {
  margin-top: 190px !important;
}

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

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mr-11 {
  margin-right: 110px !important;
}

.mr-12 {
  margin-right: 120px !important;
}

.mr-13 {
  margin-right: 130px !important;
}

.mr-14 {
  margin-right: 140px !important;
}

.mr-15 {
  margin-right: 150px !important;
}

.mr-16 {
  margin-right: 160px !important;
}

.mr-17 {
  margin-right: 170px !important;
}

.mr-18 {
  margin-right: 180px !important;
}

.mr-19 {
  margin-right: 190px !important;
}

.mr-20 {
  margin-right: 200px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mb-11 {
  margin-bottom: 110px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.mb-13 {
  margin-bottom: 130px !important;
}

.mb-14 {
  margin-bottom: 140px !important;
}

.mb-15 {
  margin-bottom: 150px !important;
}

.mb-16 {
  margin-bottom: 160px !important;
}

.mb-17 {
  margin-bottom: 170px !important;
}

.mb-18 {
  margin-bottom: 180px !important;
}

.mb-19 {
  margin-bottom: 190px !important;
}

.mb-20 {
  margin-bottom: 200px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.ml-11 {
  margin-left: 110px !important;
}

.ml-12 {
  margin-left: 120px !important;
}

.ml-13 {
  margin-left: 130px !important;
}

.ml-14 {
  margin-left: 140px !important;
}

.ml-15 {
  margin-left: 150px !important;
}

.ml-16 {
  margin-left: 160px !important;
}

.ml-17 {
  margin-left: 170px !important;
}

.ml-18 {
  margin-left: 180px !important;
}

.ml-19 {
  margin-left: 190px !important;
}

.ml-20 {
  margin-left: 200px !important;
}

/* Margin top negative */
.mtn-0 {
  margin-top: 0px !important;
}

.mtn-1 {
  margin-top: -10px !important;
}

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

.mtn-3 {
  margin-top: -30px !important;
}

.mtn-4 {
  margin-top: -40px !important;
}

.mtn-5 {
  margin-top: -50px !important;
}

.mtn-6 {
  margin-top: -60px !important;
}

.mtn-7 {
  margin-top: -70px !important;
}

.mtn-8 {
  margin-top: -80px !important;
}

.mtn-9 {
  margin-top: -90px !important;
}

.mtn-10 {
  margin-top: -100px !important;
}

.mtn-11 {
  margin-top: -110px !important;
}

.mtn-12 {
  margin-top: -120px !important;
}

.mtn-13 {
  margin-top: -130px !important;
}

.mtn-14 {
  margin-top: -140px !important;
}

.mtn-15 {
  margin-top: -150px !important;
}

.mtn-16 {
  margin-top: -160px !important;
}

.mtn-17 {
  margin-top: -170px !important;
}

.mtn-18 {
  margin-top: -180px !important;
}

.mtn-19 {
  margin-top: -190px !important;
}

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

/* Margin right negative */
.mrn-0 {
  margin-right: 0px !important;
}

.mrn-1 {
  margin-right: -10px !important;
}

.mrn-2 {
  margin-right: -20px !important;
}

.mrn-3 {
  margin-right: -30px !important;
}

.mrn-4 {
  margin-right: -40px !important;
}

.mrn-5 {
  margin-right: -50px !important;
}

.mrn-6 {
  margin-right: -60px !important;
}

.mrn-7 {
  margin-right: -70px !important;
}

.mrn-8 {
  margin-right: -80px !important;
}

.mrn-9 {
  margin-right: -90px !important;
}

.mrn-10 {
  margin-right: -100px !important;
}



.mrn-11 {
  margin-right: -110px !important;
}

.mrn-12 {
  margin-right: -120px !important;
}

.mrn-13 {
  margin-right: -130px !important;
}

.mrn-14 {
  margin-right: -140px !important;
}

.mrn-15 {
  margin-right: -150px !important;
}

.mrn-16 {
  margin-right: -160px !important;
}

.mrn-17 {
  margin-right: -170px !important;
}

.mrn-18 {
  margin-right: -180px !important;
}

.mrn-19 {
  margin-right: -190px !important;
}

.mrn-20 {
  margin-right: -200px !important;
}

/* Margin bottom negative */
.mbn-0 {
  margin-bottom: 0px !important;
}

.mbn-1 {
  margin-bottom: -10px !important;
}

.mbn-2 {
  margin-bottom: -20px !important;
}

.mbn-3 {
  margin-bottom: -30px !important;
}

.mbn-4 {
  margin-bottom: -40px !important;
}

.mbn-5 {
  margin-bottom: -50px !important;
}

.mbn-6 {
  margin-bottom: -60px !important;
}

.mbn-7 {
  margin-bottom: -70px !important;
}

.mbn-8 {
  margin-bottom: -80px !important;
}

.mbn-9 {
  margin-bottom: -90px !important;
}

.mbn-10 {
  margin-bottom: -100px !important;
}

.mbn-11 {
  margin-bottom: -110px !important;
}

.mbn-12 {
  margin-bottom: -120px !important;
}

.mbn-13 {
  margin-bottom: -130px !important;
}

.mbn-14 {
  margin-bottom: -140px !important;
}

.mbn-15 {
  margin-bottom: -150px !important;
}

.mbn-16 {
  margin-bottom: -160px !important;
}

.mbn-17 {
  margin-bottom: -170px !important;
}

.mbn-18 {
  margin-bottom: -180px !important;
}

.mbn-19 {
  margin-bottom: -190px !important;
}

.mbn-20 {
  margin-bottom: -200px !important;
}

/* Margin left negative */
.mln-0 {
  margin-left: 0px !important;
}

.mln-1 {
  margin-left: -10px !important;
}

.mln-2 {
  margin-left: -20px !important;
}

.mln-3 {
  margin-left: -30px !important;
}

.mln-4 {
  margin-left: -40px !important;
}

.mln-5 {
  margin-left: -50px !important;
}

.mln-6 {
  margin-left: -60px !important;
}

.mln-7 {
  margin-left: -70px !important;
}

.mln-8 {
  margin-left: -80px !important;
}

.mln-9 {
  margin-left: -90px !important;
}

.mln-10 {
  margin-left: -100px !important;
}

.mln-11 {
  margin-left: -110px !important;
}

.mln-12 {
  margin-left: -120px !important;
}

.mln-13 {
  margin-left: -130px !important;
}

.mln-14 {
  margin-left: -140px !important;
}

.mln-15 {
  margin-left: -150px !important;
}

.mln-16 {
  margin-left: -160px !important;
}

.mln-17 {
  margin-left: -170px !important;
}

.mln-18 {
  margin-left: -180px !important;
}

.mln-19 {
  margin-left: -190px !important;
}

.mln-20 {
  margin-left: -200px !important;
}

.white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}

/*--------------------------------------------------------------
2. Custom CSS
--------------------------------------------------------------*/

.tp-caption.a1, .t1, .commerce div.product p.price del, .commerce div.product span.price del, .commerce ul.products li.product .price, .sidebar .better-menu-widget ul li, .pagination span, .pagination a, .hentry .read-more, .post-thumb .date, .recent-posts__item a, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}
.sidebar .better-menu-widget ul li, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0em;
}
body.boxed {
    background-color: #ffffff;
}
.line-clear {
	height: 5px; 
	visibility: hidden;
}
.navigationbutton.button-right,
.navigationbutton.button-left {
	margin-left:0px; 
	margin-right:0px;
	-webkit-transform-style: flat; 
	-webkit-transform: translateZ(5000px);
}
.navigationbutton i:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.slider-wrapper {
	width:100%;
	max-width:100%; 
	font-family: 'Open Sans', sans-serif; 
	-webkit-backface-visibility: hidden; 
	backface-visibility:hidden; 
	-webkit-transform: translateZ(0px); 
	transform: translateZ(0px)
}
.service-entry-media,
.project-entry-media,
.news-entry-media,
.client-entry-media {
	position:relative; 
	border: 0px solid transparent;
	outline: 0px solid transparent;
	overflow: hidden;
}
.service-entry-cover,
.project-entry-cover,
.news-entry-cover,
.client-entry-cover {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow: hidden;
	border: 0px solid transparent;
	outline: 0px solid transparent;
	text-align: center;
}
.service-entry-cover .service-overlay,
.project-entry-cover .project-overlay,
.news-entry-cover .news-overlay,
.client-entry-cover .client-overlay {	
	position: absolute; 
	top:0px;
	left:0px; 
	width:100%; 
	height:100%; 
	border: 0px solid transparent; 
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0px solid transparent;
}
.news-entry-cover:hover .news-overlay {
	opacity: 1;
}
.project-media-cover-wrapper,
.client-media-cover-wrapper {
	position: relative; 
	width:100%;
}
.call-for-action {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #003164;
}
.section-title {
  color: #3e3e3e;
  font-size: 1.3em;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 100%;
}
.section-desc p {
	font-size: 15px;
	color: #999999;
	text-align: left;
}
.home-latest-projects {
	margin-bottom: 0;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f5f5f5 url(../images/background/home_project.jpg);
}
@media (max-width: 441px) {
    .home-latest-projects .col-sm-12 {
        width: 100%;
    }
	.site-content [class*="col-"],
	.site-footer [class*="col-"] {
		width: 100%;
	}
}
.parallax {
	background-attachment: fixed;
    background-size: cover;
	background-repeat: no-repeat;
}
.parallax.bg-1 {
	background-image: url(../images/background/parallax_1.jpg);
}
.testimonials .row {
	overflow-x: hidden;
}
.breadcrumb {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
img.fullwidth {
	width: 100%;
}
.portfolio-row {
	overflow: hidden;
}
.alignleft {
	float: left;
}
img.alignleft {
    margin: 5px 20px 5px 0;
}
.call-for-action-text {
	font-size: 24px;
	color: #ffffff;
	text-align: left;
}
.parallax-text {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.divideo {
  padding-bottom: 60px; 
  padding-top: 60px;
}

@media(max-width: 1024px) {
  #videoabout {
    height: 710px;
    width: 920px;
  }
}

@media(max-width: 800px) {
  #videoabout {
    height: 510px;
    width: 730px;
  }
}

@media(max-width: 414px){
  #videoabout {
    height: 210px;
    width: 380px;
  }
  .divideo {
    padding-top: 20px;
  }
}

@media(max-width: 375px) {
  #videoabout {
    height: 210px;
    width: 340px;
  }
}

@media(max-width: 360px) {
  #videoabout {
    height: 210px;
    width: 330px;
  }
}

@media(max-width: 320px) {
  #videoabout {
    height: 190px;
    width: 290px;
  }
}

