/* Metabond style customizations */


/* 
Lightbox
https://lokeshdhakar.com/projects/lightbox2/#examples

*/


/*

.newsletter-subscribe {
  background: #fefefe;
  height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
}

.newsletter-subscribe .input-group-field {
  border-radius: 5000px 0 0 5000px;
  position: relative;
  -webkit-transform: translateX(0.5rem);
      -ms-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}

.newsletter-subscribe .input-group {
  margin-bottom: 0;
}

.newsletter-subscribe .newsletter-subscribe-inner {
  text-align: center;
}

.newsletter-subscribe .input-group-button .button {
  border-radius: 5000px;
  position: relative;
  -webkit-transform: translateX(-0.5rem);
      -ms-transform: translateX(-0.5rem);
          transform: translateX(-0.5rem);
  min-width: 25vw;
}

@media print, screen and (min-width: 40em) {
  .newsletter-subscribe {
    padding: 0 3rem;
  }
}

@media print, screen and (min-width: 64em) {
  .newsletter-subscribe {
    padding: 0 6rem;
  }
}

*/


.mtbnd-body {
  /* font-family: Arial, Helvetica, sans-serif; */

  font-family: 'Gontserratt', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /*background-color: #E6E7E8 !important;*/
  background-color: #fefefe !important;
}

.mtbnd-body h1,
.mtbnd-body h2,
.mtbnd-body h3,
.mtbnd-body h4,
.mtbnd-body h5,
.mtbnd-body h6 {
  font-family: 'Barlow', sans-serif;
  /*padding-top: 1em;*/
}

.mtbnd-space-product {
  margin-top: 3em;
}

.mtbnd-space-h1 {
  margin-top: 2em;
}

.mtbnd-space-generic--xsmall {
  margin-top: 1em;
}

.mtbnd-space-generic--small {
  margin-top: 2em;
}

.mtbnd-space-generic--medium {
  margin-top: 3em;
}

.mtbnd-product-page {
  margin-top: 3em;
  background-color: #fefefe !important;
  /*padding-left: 8em;
  padding-right: 8em;*/
}

.mtbnd-product-page-header {
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
}

.mtbnd-product-page--panels-text {
  line-height: 1.7em;
}

.mtbnd-product-page-image {
  margin-top: 4em;
}

#mtbnd-product-page--header-text,
#mtbnd-product-page--header-breadcrumbs {
  /*background-color: rgb(187,189,182);*/
  /*background-color: #e6e7e8;*/
  scale: 90%;
}

#mtbnd-product-page--header-breadcrumbs {
  /*padding:2em;*/
}


.mtbnd-product-page--panels-text h2 {
  font-size: 1.4em;
  font-weight: 600;
}

#mtbnd-product-page--cta {
  padding: 2em;
  /*background-color: rgb(187,189,182);*/
  background-color: #e6e7e8;
  scale: 90%;
  border-radius: 1em;

}

.mtbnd-ctrl-cmnds {
  border: 1px solid;
  border-color: #cacaca;
}

#mtbnd-product--price {
  font-size: 2em;
  color: #e2231a;
  font-weight: 700;
}

#mtbnd-product--head {
  font-weight: 800;
}

#mtbnd-product-page--cta-button {

  display: inline-flex;
  align-items: center;

  border-radius: 5000px;
  position: relative;
  -webkit-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem);



  /*  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

          */
}

#mtbnd-product-page--cta-input {

  border-radius: 5000px 0 0 5000px;
  position: relative;
  -webkit-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  transform: translateX(0.5rem);


}

#mtbnd-product-page--cta-logo {
  height: 8em;
  width: 8em;
}



#mtbnd-product-page-bottom-tabs li a {
  font-size: 1.2em;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  color: #e2231a;
  /* */
}


/*
#mtbnd-allproducts---container a:hover{
  text-decoration: none !important;
}
*/

.mtbnd-allproducts--product-spacer {
  width: 70%;
}

#mtbnd-allproducts---container a {
  color: #231F20;
}

.mtbnd-allproducts--background-products {
  background-color: #e6e7e8;
}


.mtbnd-allproducts--header {
  font-weight: 700;
}

.mtbnd-allproducts--product-header {
  font-weight: 600;
  font-size: 1.2em;
}

.mtbnd-allproducts--product-text {
  font-weight: 400;
}

.mtbnd-allproducts--product-img:hover {
  scale: 105%;
  transition-property: scale;
  transition-duration: 0.4s;
}

.mtbnd-product-page--cta-newsletter {
  font-size: 1.1em;
  font-weight: 600;
}

.mtbnd-no-border {
  border: none;
}


.mtbnd-social-btn {
  padding-left: .4em;
  padding-right: .4em;
  color:#000;
}
.mtbnd-social-btn:hover {
  color:#e2231a;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.mtbnd-product-page-description-bottom {
  font-size: .95em;
}

.mtbnd-product-body {
  background-color: #e6e7e8 !important;
}

.mtbnd-element-graybackground {
  background-color: #e6e7e8;
}

.mtbnd-element-spacer {
  height: 4em;
}

#mtbnd-main-menu {
  text-transform: uppercase;
}

.mtbnd-header-menu,
.mtbnd-header-menu a,
.mtbnd-header-menu ul,
.mtbnd-header-menu div {
  font-size: 0.9rem;
  background-color: #231F20 !important;
  color: #fff;
  border: none;
}

#mtbnd-main-logomid {
  max-width: 18em;
}

#mtbnd-main-textmid {
  /* max-width:40em; */
  padding-top: 2em;
  font-size: 1.2em;
}

#mtbnd-main-contact-reveal h1 {
  color: #231F20;
}

.mtbnd-header-menu div ul li.is-dropdown-submenu-parent a::after {
  font-weight: 900;
  border-color: #231F20 !important;
}

/*
#mtbnd-main-carousel .orbit-container li orbit-caption{
  background-color: #939597;

}
  */

.mtbnd-header-menu div ul li.is-active>a {
  font-weight: 900;
  border: none;

  /*border-color:#231F20 !important;
  color:#fff;
  */
}

#logo-top a img {
  height: 3em;
}

#logo-trust-bottom {
  padding-top: 1em;
  padding-bottom: 1em;
}

#mtbnd-main-carousel {
  padding-bottom: 2em;
}

#mtbnd-main-contact-container {
  position: fixed;
  bottom: 0;
  right: 0;
  /*z-index: 100000; */
}

#mtbnd-main-contact-callout {
  width: 12em;
  height: 5.6em;
  border-width: 0px;
  border-color: #fefefe;
  border-radius: 1em;
  background: transparent !important;
}

#mtbnd-main-contact-button,
#mtbnd-main-submit-contact-button,
#mtbnd-rivenditori-contact-button,
#mtbnd-rivenditori-submit-contact-button,
#mtbnd-store-contact-button,
#mtbnd-store-submit-contact-button,
.mtbnd-main-carousel-contact-button {
  border-radius: 1em;
  border-width: 2px;
  border-color: #fefefe;

  /*  width: 7em;
  height: 2.8em;
  */
}

.mtbnd-main--orbit-caption {
  background-color: rgba(0, 0, 0, 0) !important;
}

.mtbnd-main-carousel-contact-button {
  background-color: #e2231a !important;
  font-size: 1.5em !important;
  padding: 1em;
  position: relative;
  top: -2em;
  font-weight: 800;
  ;
  /*display: none;*/
}

#mtbnd-main-container-carousel:hover+.mtbnd-main-carousel-contact-button {
  display: inline-block;
}

#mtbnd-main-contact-button,
#mtbnd-main-submit-contact-button {
  width: 7em;
  height: 2.8em;
}


/*
#mtbnd-main-contact-button:hover, #mtbnd-main-contact-button:focus, #mtbnd-main-submit-contact-button:hover, #mtbnd-main-submit-contact-button:focus {
  background-color: #406090 !important;
}
*/

.mtbnd-main-contact-reveal {
  /* z-index:100000; */
}

.mtbnd-orbit-mainpage {
  /* display: block; */
  max-width: 300px;
  max-height: 700px;
  width: auto;
  height: auto;

}


.mtbnd-values-card {
  background-color: #fefefe;
  font-weight: 400;
  margin-bottom: 1.6rem;
  border-radius: 0.125rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mtbnd-values-card .card-section .mtbnd-values-card-article .mtbnd-values-card-title {
  line-height: 1.3;
  font-weight: bold;
  padding-top: 1em;
}

.mtbnd-values-card-icons {
  color: #feb010;
}

.mtbnd-values-card .card-section .mtbnd-values-card-article .mtbnd-values-card-title {
  line-height: 1.3;
  font-weight: bold;
  padding-top: 1em;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
  text-decoration-thickness: .15em !important;
  text-decoration-color: #ffc627 !important;
  transition: color 0.5s ease !important;
}


.mtbnd-header,
.mtbnd-footer {
  background-color: #404041;
  color: #fff;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mtbnd-footer hr {
  max-width: none;
  border-color: #5f656b;

}

.mtbnd-footer dd {
  text-align: center;
  color: #fff;

}

.mtbnd-footer dd a {
  color: #fff;
}

.mtbnd-main-pre-footer {
  padding-bottom: 1em;
}

.mtbnd-yellow-text-carousel {
  /*background-color: #939597;*/
  /*background-color: rgba(147, 149, 151, 0.8);*/
  background-color: rgba(109, 110, 112, 0.7);

  color: #ffc627;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3em;
}

.mtbnd-contact-button,
.mtbnd-contact-button:hover,
.mtbnd-contact-button:focus {
  background-color: #406090 !important;
}

.mtbnd-cookie-policy-reveal-text {
  padding: 1em;
}

.mtbnd-cookie-policy-reveal-buttons {
  padding: 1em;
  border-radius: 1em;
  border-width: 0px;
  font-size: 1.1em;
}





.mtbnd-button-gray,
.mtbnd-button-gray:hover .mtbnd-button-gray:focus {
  background-color: rgb(109, 110, 112) ! important;

}

.mtbnd-button-green,
.mtbnd-button-green:hover .mtbnd-button-green:focus {
  background-color: rgb(0, 165, 80) !important;

}

.mtbnd-page-img-top {
  margin-bottom: 1em;
}

.mtbnd-main-text-claims {
  margin-top: 1em;
  font-size: 1.2em;
}

.mtbnd-main-text-claims-cta {
  padding: 2em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 4em;

  /*border: 2px;*/
  /*border-radius: 1em;*/
  /*border-style: solid;*/
  /*border-color:#5f656b;*/

  /*background-color: #fefefe;*/
}



.mtbnd-circle {
  border-radius: 5em;
  /* background: #e6e7e8;*/
  /*background: #fefefe;*/
  background: rgb(209, 210, 212);
  /*background: rgb(187,189,182);*/
  scale: 90%;
  transition-property: scale;
  transition-duration: 1s;

}

.mtbnd-circle:hover {
  /*
  border-radius: 5em;
  background: rgb(209,210,212);
  */

  /*background: rgb(209,210,212);*/

  background: #fefefe;
  scale: 95%;

}

.mtbnd-main-text-claims-cta-icons {
  color: #404041;
}

#mtbnd-main-diagram {
  width: 71%;
  padding-bottom: 2em;
}

#mtbnd-main-products-categories {
  margin-bottom: 4em;
}

#mtbnd-main-products-categories h1 {
  padding-bottom: 1em;
}

.mtbnd-main-text-descriptions {
  font-size: 1.1em;
  margin-left: 2em;
  margin-right: 2em;
}

.mtbnd-main-textcontainers {
  margin-bottom: 4em;
  margin-top: 2em;
}

.mtbnd-main-products-layer {
  background-color: #E6E7E8;

}


.mtbnd-main-products-layer-spacer {
  padding-bottom: 2em;
}

.mtbnd-privacy-policy-small-text {
  font-size: .8em;
}

.mtbnd-yellow-text-carousel-background {
  color: #404041;
}

.mtbnd-text-red-bold {
  font-weight: 700;
}

.product-breadcrumbs-spacing {
  margin-top: 2em;
}

.mtbnd-text-red,
.mtbnd-text-red-bold {
  color: #e2231a;
}

/*
.mtbnd-text-headers-red h1,
.mtbnd-text-headers-red h2,
.mtbnd-text-headers-red h3,
.mtbnd-text-headers-red h4,
.mtbnd-text-headers-red h5,
.mtbnd-text-headers-red h6 {
  color: #e2231a;
}
*/

.mtbnd-pre-footer {
  background-color: #406090;
  padding-bottom: 1rem;
}

.mtbnd-pre-footer h5 {
  padding-bottom: 1em;
  padding-top: 1em;
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
}


.mtbnd-header a {
  color: #fff;
  background-color: #404041;
  text-decoration: none;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.mtbnd-header-search {
  display: inline-block
}

.mtbnd-header-userdata {
  font-weight: bold;
  padding-left: .5rem;
}

.mtbnd-logo-footer {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.mtbnd-logo-footer img {
  height: 2em;
}

.mtbnd-button {
  background-color: #feb010;
}


.mtbnd-footer-disclaimer {
  font-size: .8rem;
}


/* Specific pages customizations */

/* Blog */


.article-row-section {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-row-section-inner {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .article-row-section-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .article-row-section-inner {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 83.33333%;
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
  .article-row-section-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.article-row-section-header {
  padding: 1.5rem 0;
  margin: 0;
  line-height: 1;
}

.article-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #e6e6e6;
  padding: 1.5rem 0;
}

@media print,
screen and (min-width: 40em) {
  .article-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.article-row-img img {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .article-row-img img {
    max-width: none;
    width: auto;
  }
}

.article-row-content {
  padding: 1.5rem 0 0;
  color: #0a0a0a;
}

@media print,
screen and (min-width: 40em) {
  .article-row-content {
    padding: 0 0 0 1.5rem;
  }
}

.article-row-content-header {
  font-size: 1.5rem;
}

.article-row-content-description {
  font-size: 1.25rem;
}

.article-row-content-author,
.article-row-content-time {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #8a8a8a;
}

.article-row-reversed .article-row-content {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 1.5rem 0 0;
}

.article-row-reversed .article-row-img {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 0 1.5rem 0;
}

@media print,
screen and (min-width: 40em) {
  .article-row-reversed .article-row-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .article-row-reversed .article-row-img {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Blog Article page */



.simple-article-header {
  background: #fefefe;
  padding: 1.3rem 2rem .7rem;
  border: 1px solid #cacaca;
  margin-bottom: 1rem;
}

.simple-article-header .article-date-read {
  color: #8a8a8a;
}

.simple-article-header .article-title {
  text-transform: uppercase;
}

.simple-article-header .article-title a {
  color: #0a0a0a;
}

.simple-article-header .article-title a:hover,
.simple-article-header .article-title a:focus {
  color: #1779ba;
}

.simple-article-header .article-author-comments a.article-comments {
  color: #8a8a8a;
}

.simple-article-header .article-author-comments a.article-comments:hover,
.simple-article-header .article-author-comments a.article-comments:focus {
  color: #1779ba;
}

.simple-article-header .article-date-read,
.simple-article-header .article-title,
.simple-article-header .article-author-comments,
.simple-article-header .article-social,
.simple-article-header .article-post-image,
.simple-article-header .article-post-content {
  margin-bottom: 0.25rem;
}

.simple-article-header .article-social {
  margin-top: 0.75rem;
}

.simple-article-header .article-social .social {
  margin-right: 0.25rem;
}

.simple-article-header .article-social .social.facebook {
  background-color: #3b5998;
  color: #fefefe;
}

.simple-article-header .article-social .social.facebook:hover,
.simple-article-header .article-social .social.facebook:focus {
  background-color: #2f477a;
  color: #fefefe;
}

.simple-article-header .article-social .social.twitter {
  background-color: #55acee;
  color: #fefefe;
}

.simple-article-header .article-social .social.twitter:hover,
.simple-article-header .article-social .social.twitter:focus {
  background-color: #1a8fe8;
  color: #fefefe;
}

.simple-article-header .article-social .social.linkedin {
  background-color: #007bb5;
  color: #fefefe;
}

.simple-article-header .article-social .social.linkedin:hover,
.simple-article-header .article-social .social.linkedin:focus {
  background-color: #006291;
  color: #fefefe;
}

.simple-article-header .article-social .social.google-plus {
  background-color: #dd4b39;
  color: #fefefe;
}

.simple-article-header .article-social .social.google-plus:hover,
.simple-article-header .article-social .social.google-plus:focus {
  background-color: #be3221;
  color: #fefefe;
}

.simple-article-header .article-social .social>.fa {
  color: #fefefe;
}

.simple-article-header .article-social .social>.fa.fa-comments-o {
  margin-right: 0.25rem;
}