/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.body-container-wrapper.product-listing .bottom-section-form h3.form-title i {
  display: inline-block;
}

.fancybox-overlay-fixed {
  z-index: 99999 !important;
}

div.pp_default .pp_expand, div.pp_default .pp_close {
  display: none !important;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 0 !important;
}

div.pp_default .pp_content_container .pp_right {
  background: none !important;
  padding-right: 0 !important;
}

div.pp_default .pp_content_container .pp_left {
  background: none !important;
  padding-left: 0 !important;
}


.fa-buffer {
  font-family: "Font Awesome 5 Brands";
}

.fa-buffer:before {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 500;
}
.dnd_area-row-0-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.bottom-section-form form {
  position: relative;
}

.bottom-section-form .hs_error_rollup {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -31px;
  width: 100%;
  text-align: center;
}

.bottom-section-form .inputs-list label {
  /*   text-align: center; */
}

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  form {
    max-width: 100% !important;
  }
}


.dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.page-center {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tech-specifications .span12.widget-type-cell {
  margin-left: 0;
}

.top-section.product-listing-wapper h1 {
  padding-left: 15px;
}



/* Page Bottom Form Style */



.bottom-section-form h3.form-title {
  text-align: center;
  padding: 0;
}

.bottom-section-form h3.form-title i {
  margin-right: 7px;
}

.bottom-section-form  form {
  max-width: none !important;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bottom-section-form  .widget-type-custom_widget.dnd-module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bottom-section-form .widget-type-custom_widget.dnd-module .widget-type-form {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.bottom-section-form form > .hs-form-field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bottom-section-form form > .hs-form-field textarea,
.bottom-section-form form > .hs-form-field select {
  max-width: 100%;
}

.bottom-section-form form > .hs-form-field textarea{
  height:260px;
}

.bottom-section-form form .hs-richtext.hs-main-font-element {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 6px;
}

.bottom-section-form form .hs-richtext.hs-main-font-element p {
  font-size: 18px;
  color: #555556;
  margin: 0;
}


.bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list {
  margin: 0;
  padding: 0;
}

.bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list input[type="checkbox"] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  width: 30px !important;
  margin-top: 5px;
  float: left;
}


.bottom-section-form form > .hs_submit.hs-submit input.hs-button.primary.large:hover {
  background-color: #3A3F48;
}


button.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  transition: opacity .15s ease;
  border: none;
  background: none;
  z-index: 100;
}
button.slider-next.slick-arrow {
    right: 0;
} 
button.slider-prev.slick-arrow {
    left: 0;
}



@media (max-width: 767px) {

  .bottom-section-form .hs_error_rollup {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: -31px;
    width: 100%;
    text-align: center;
  }
}


@media (max-width: 575px) {


}

.product-detail .custom-specifications {
  width: 100%;
}

.product-detail .top-section {
  padding: 200px 0 50px;
}


.product-detail .top-section .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.product-detail .top-section .dnd-section .row-fluid:before, .top-section .dnd-section .row-fluid:after {
  /*   display: none; */
}

.product-detail .top-section .span6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;

  float: left;
}

.product-detail .top-section .span6 img {
  margin: 20px auto;
  display: block;
  max-width: 100%;
  vertical-align: middle;
}

.product-detail .top-section .span6 h1 {
  padding-top: 1.5rem;
}


.product-detail .top-section .span6 h3 + i {
  display: block;
  margin-bottom: 16px;
}

main.body-container-wrapper.product-detail {
    background: #f9f9f9;
}

#login-banner {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 24px;
}

#login-banner .h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 16px 0 0
}

.product-detail .top-section .product_list {
    z-index: 2;
}

.product-detail .category>span:after, .product-detail .single_product .category>span:after {
    background: #f9f9f9;
}

.product-detail .dnd-section>.row-fluid {
    max-width: 1400px;
}

@media only screen and (max-width: 767px) {
    #login-banner {
    flex-direction: column;
    text-align: center;
}
#login-banner .h4 {
    font-size: 1.138em;
    font-weight: 600;
    margin: 0 0 16px 0
}
  
#mobile-product-cta {
    display: inline-block;
    text-align: center;
    margin: 0 0 24px;
    left: 50%;
    position: relative;
    transform: translate(-50%)
}

.tech-specification .dnd-section {
    padding-top: 0
}
}

@media only screen and (min-width: 768px) {
    #mobile-product-cta {
    display: none;
}
}

.product-detail .top-section .span6 h3 + p {
  /*   font-size: 0;
  margin-bottom: 8px; */
}

.body-container-wrapper.product-detail.pk-sy .top-section .span6 h3+i,
.body-container-wrapper.product-detail.pk-vs .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.pk-sy .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.pk-vis .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.lva .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.hsl-200-metal-can .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.kba .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.kba .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.lva-600 .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.rld-400-ec .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.sail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.vld .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.rld-230rrs-chemicals .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.lf-s11 .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.lasercube .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.rld-400-bs .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.ldb .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.rld-400a-mca .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.pk-f .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section,
.body-container-wrapper.product-detail.rld-400-bs .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.pk-vis .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.ldb .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.ldm .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-400a-mca .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.vld .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-230s-metal .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-230rrs .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper.login-section {
  display: none;
}

.body-container-wrapper.product-detail.rld-230rrs .top-section .span6 p, 
.body-container-wrapper.product-detail.rld-230rrs-chemicals .top-section .span6 p {
  font-weight: bolder;
}

.body-container-wrapper.product-detail.lva .top-section .span6 h3+i, 
.body-container-wrapper.product-detail.kba .top-section .span6 h3+i,
.body-container-wrapper.product-detail.lasercube .top-section .span6 h3+i {
  display: none;
}

.body-container-wrapper.product-detail.rld-400-bs .top-section .span6 h3+i,
.body-container-wrapper.product-detail.pk-v .top-section .span6 h3+i,
.body-container-wrapper.product-detail.ldm .top-section .span6 h3+i,
.body-container-wrapper.product-detail.pk-vg-fb .top-section .span6 h3+i {
  display: block;
}


#tech-specifications a:hover {
  text-decoration: none;
}

.body-container-wrapper.product-detail.pk-vg .top-section .span6 h3+i,
.body-container-wrapper.product-detail.pk-vis .top-section .span6 h3+i {
  display: none;
}

.body-container-wrapper.product-detail.pk-vis .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.lf-400a-metal .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.ldb .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.ldm .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.rld-400a-mca .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.vld .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.rld-230s-metal .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.rld-220 .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.lf-smh-fb .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.rld-250-cpc .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.lf-smh .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.lf-burst-e .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}

.body-container-wrapper.product-detail.lf-s .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-220-metal .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-250-metal .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper,
.body-container-wrapper.product-detail.rld-230s-ch-pc .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper+.row-fluid-wrapper+.row-fluid-wrapper {
  padding-bottom: 70px;
}





.product-detail .top-section .span6:first-child .row-fluid-wrapper:last-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-detail .top-section .span6:first-child .span6:first-child a:before {
  content: "\f0ad";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.product-detail .top-section .span6:first-child .span6:last-child a:before {
  content: "\f302";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.product-detail .top-section .span6:first-child .span6 > div {
  width: 100%;
}

.product-detail .product-gallery h2 {
  text-align: center;
  margin: 0;
  margin-bottom: .5rem;
}

.product-detail .product-gallery .dnd-section {
  padding: 35px 0;
}

.product-detail .product-gallery h2:before {
  content: "\f302";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 7px;
}

.product-detail .product-gallery h2 i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-weight: 900;
}

.product-detail .product-gallery .dnd-section>.row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
}


.body-container-wrapper.product-detail.hsl-200-metal-can .product-gallery .collection,
.body-container-wrapper.product-detail.rld-230rrs .product-gallery .collection,
.body-container-wrapper.product-detail.pk-vg .product-gallery .collection,
.body-container-wrapper.product-detail.rld-230rrs-chemicals .product-gallery .collection {
  display: none;
}

.product-detail .product-gallery blockquote {
  background: #3A3F48;
  color: white;
  padding: 10px;
  line-height: 2.25em;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: .5rem;
}

.product-detail .product-gallery blockquote blockquote {
  display: none;
}

.product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:nth-child(1), 
.product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:nth-child(2) {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:first-child {
  padding-right: 15px;
  padding-left: 15px;
}

.product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:nth-child(3) {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.product-detail .product-gallery blockquote p {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin: 0;
}

.product-detail .product-gallery blockquote p + p {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
}

.product-detail .product-gallery blockquote p+p a {
  width: 200px;
  background: white;
  color: #3A3F48;
  border-radius: 10px;
  margin: 5px auto;
  max-width: 100%;
  display: block;
  text-align: center;
}



.product-detail .tech-specifications .dnd-section {
  padding: 35px 0;
}



.product-detail .tech-specifications .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

.product-detail .tech-specifications .dnd-section .widget-type-cell > .row-fluid-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-detail .tech-specifications .dnd-section .widget-type-cell > .row-fluid-wrapper .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .tech-specifications .dnd-section .widget-type-cell > .row-fluid-wrapper .row-fluid .span6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.product-detail .top-section .product_list {
    background: #4C859E;
    padding: 28px 28px 0;
    border-radius: 40px;
    position: relative;
    margin-bottom: 161px;
}

.product-detail .top-section .product_list * {
    color: white
}

.product-detail .top-section .product_list ul {
    list-style: none;
    padding-left: 0
}

.product-detail .top-section .product_list li {
    margin: 8px 0
}

.product-detail .top-section .product_list:after {
    content: "";
    width: 100%;
    height: 260px;
    background: inherit;
    position: absolute;
    left: 0;
    bottom: -90px;
    transform: skewY(-25deg);
    border-radius: 40px;
    z-index: -1
}

.product-detail h1 {
    color: #4f88a1;
    font-weight: 400;
    margin-bottom: 18px
}

.pharmaceuticals {
    color: #54B8EA
}

.pharmaceuticals > span {
    background: #54B8EA;
}

.food-e-beverages {
    color: #69891A
}

.food-e-beverages > span {
    background: #69891A;
}

.metal-cans-e-aerosols {
    color: #373D46
}

.metal-cans-e-aerosols > span {
    background: #373D46;
}

.chemicals-e-personal-care {
    color: #DA8E25
}

.chemicals-e-personal-care > span {
    background: #DA8E25;
}

.category {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.category > span {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: -28px;
    top: 0;
    border-radius: 3px;
    z-index: -1;
    mix-blend-mode: multiply;
}

.category > span:after {
    content: "";
    width: 1.8rem;
    height: 1.2rem;
    position: absolute;
    left: -1.45rem;
    top: 0;
    background: #ffffff;
    transform: skewX(-45deg);
}

.product-detail .tag {
    color: #4E89A2;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tag {
    position: relative;
}

.tag:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tag.video {
    display: flex;
    align-items: center
}

.tag.video svg {
    margin-right: 8px
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-phone:before {
  content: "\f095";
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.product-detail .product-gallery .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}


.product-detail .product-gallery .slick-list {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product-detail .product-gallery .block-gallery {
  margin: 25px 0;
}

.tech-specifications .hs-button#hs-button_widget_1588829545010 {
  margin: 15px;
  background: #3A3F48;
  color: white;
  display: inline-block;
  float: left;
  padding: 10px 40px;
  border: none;
  text-transform: none;
}

.tech-specifications .hs-button:before {
  content: "\f15c";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 11px;
}


.tech-specifications .hs-button {
  margin: 15px;
  background: #3A3F48;
  color: white;
  display: inline-block;
  float: left;
  padding: 10px 40px;
  border: none;
  text-transform: none;
}

.bottom-section-form {
  background-color: #fff;
}


.banner-section .row-fluid [class*="span"], .bottom-section-form .row-fluid [class*="span"] {
  min-height: 0;
}

.body-container__website table {
  border-collapse: collapse;
  border: none !important;
}

.body-container__website th {
  text-align: inherit;
  padding: 0 !important;
  padding-right: 3rem !important;
  border: none !important;
  background-color: transparent !important;
}

.body-container__website td {
  background-color: transparent !important;
  border: none !important;
  padding: 1px !important;
}


.home-top-section .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}


.product-categories-card .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-categories-card .dnd-section>.row-fluid > .span3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  position: relative;
  justify-content: normal !important;
}



.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

#products .row .home_product {
  margin: 0 auto 25px;
  color: white;
  position: relative
}


#products .row .home_product .bg_img {
  font-size: 16px;
  letter-spacing: 0.1rem;
  height: 300px;
  background-position: center;
  font-weight: 700;
}

#products .row .home_product#pharmaceutical .bg_img {
  background: url(/static/img/pharmaceutical.6fef284c9397.jpg);
  background-size: cover;
}

#products .row .home_product a div {
  bottom: 50px;
  padding: 15px 40px;
  position: absolute;
  left: -10%;
  color: white;
  transition-timing-function: linear;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  z-index: 1;
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: left
}

#products .row .home_product a {
  font-weight: 600
}

#products .row .home_product a div:after {
    content: "";
    background: inherit;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: -25px;
    transform: skewX(35deg);
    border-radius: 15px;
    z-index: -1
}

#products .row .home_product a div svg {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
}

.tech-specifications {
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    text-decoration: none !important;
    display: block;
}

.tech-specifications > span {
    background: #f0f0f0;
    width: 2px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 0
}

.tech-specifications > span:after {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    background: #373D46;
    top: 0;
    left: 0
}

.tech-specifications-list {
  padding: 24px 0;
  border-bottom: 1px solid #f0f0f0
}

.tech-specifications-list h4 {
    color: #4c859e;
    margin: 8px 0 16px !important
}

.tech-specifications-list ul {
    list-style: none;
    padding-left: 0;
}

.tech-specifications-list ul li {
    margin-bottom: 0.75rem
}



@media (max-width: 1199px) {
    #products .row .home_product .bg_img {
      margin: 10%
    }
  #products .row .home_product a div {
  bottom: 45px;
  padding: 15px 40px;
  position: absolute;
  left: 0;
  color: white;
  transition-timing-function: linear;
  transition: 0.3s;
  width: 80%;
  text-align: center;
  border-radius: 15px;
  z-index: 1;
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: left
}
  #products .row .home_product {
    transform: translate(0,0) !important
}
  
  .tech-specifications {
     display: none
  }
}



#splash_home {
  padding: 0;
  overflow: hidden;
  margin-bottom: 55px;
  height: 680px;
  background-size: cover;
  background-position: center;
}

#splash_home .block-gallery {
  height: inherit;
}

#splash_home .carousel {
  position: relative;
}

#splash_home .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 666px;
}

#splash_home .carousel-item {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

.slick-slider, .slick-track, .slick-list {
  height: 100%;
}

#splash_home .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0;
  text-transform: uppercase;
  z-index: 6;
  text-align: left;
  color: #3A3F48;
  width: 50%;
  left: 30px;
  padding: 0;
}

#splash_home .carousel-caption h2 {
  color: #4F87A3;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 0;
}


#splash_home .slick-next, #splash_home .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  max-height: 800px;
  height: 100%;
  font-size: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#splash_home .slick-next:hover, #splash_home .slick-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

#splash_home .slick-prev {
  left: 0;
}

#splash_home .slick-next {
  right: 0;
}

#splash_home .carousel-control-prev-icon, #splash_home .carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

#splash_home .slick-prev:before, #splash_home .slick-next:before {
  display: none;
}

#intro_home {
  background-image: url(//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/raw_assets/public/BonfiglioliEngineering_May2020/images/divisore.96d7817ab6a5.png);
  background-size: 120% 100%;
  padding: 150px 0 100px;
  background-position: center;
  position: absolute;
  top: 500px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  z-index: 5;
}

.bottom-section-home .dnd_area_bottom-row-0-background-image {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.bottom-section-home .dnd-section>.row-fluid .span12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;

  padding-left: 0;
}

.bottom-section-home .dnd-section>.row-fluid .span12 > div {
  margin: 100px 0 250px;
  overflow: hidden;
}

.bottom-section-home h1 {
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  margin: 0;
  margin-left: -25px;
  padding: 5px 5px 5px 35px;
  font-size: 25px;
  margin-right: 23px;
  background: #4f87a3;
  font-weight: 400;
  line-height: 1.5;
}

.bottom-section-home h1 strong {
  color: white;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  display: block;
}

.bottom-section-home blockquote {
  padding: 15px 15px 45px;
  background: white;
  border: none;
  margin: 0;
}

.bottom-section-home blockquote a {
  background: #3A3F48;
  position: absolute;
  padding: 5px 10px;
  right: 15px;
  margin-top: 8px;
  color: white;
  display: block;
  text-decoration: none;
}

.bottom-section-home blockquote a:hover {
  text-decoration: none;
}

.bottom-section-home blockquote a:after {
  content: "\f30b";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bottom-section-home h1 strong:before {
  content: "\f590";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}


.product-detail .tech-specifications h2 {
  text-align: center;
}

.product-detail .tech-specifications h2:before {
  content: "\f0ad";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 7px;
}


.product-detail .tech-specifications .dnd-section .widget-type-cell > a + .row-fluid-wrapper {
  padding: 35px 0;
  padding-bottom: 0;
  text-align: center;
  justify-content: center;
}




@media (min-width: 576px) {
  .product-detail .top-section .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 0;
  }

  .product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:nth-child(1), 
  .product-detail .product-gallery .dnd-section>.row-fluid>.span12 .row-fluid-wrapper:nth-child(2) {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) { 
  
  main.product-detail .row-fluid.sticky-row {
    display: flex;
    position: relative
}

.row-fluid.sticky-row .sticky-section {
    position: sticky !important;
    top: 200px
}

  .product-categories-card .dnd-section>.row-fluid > .span3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .block-gallery button.slider-prev.slick-arrow, .block-gallery button.slider-next.slick-arrow {
    height: 50px;
    width: 50px
}

.product-detail .product-gallery .block-gallery button.slider-prev.slick-arrow {
    position: absolute;
    top: 0; 
    right: 0;
    left: unset
}

.product-detail .product-gallery .block-gallery button.slider-next.slick-arrow {
    position: absolute;
    top: 0; 
    right: -115px;
    left: unset
}

.product-detail .product-gallery .block-gallery .slide-counter {
    position: absolute;
    top: 0;
    right: -65px;
    z-index: 99;
    min-width: 81px;
}

.product-detail .top-section .product_list {
    margin-top: 120px
}
}

@media (min-width: 992px) {

  .product-categories-card .dnd-section>.row-fluid > .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}



@media screen and (max-width: 725px) and (min-width: 576px) {

  .product-detail .top-section .span6:first-child .row-fluid-wrapper:last-child .span6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}




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

  #intro_home {
    background-position: left center;
    background-size: 200% 100%;
  }

  #splash_home .carousel-caption {
    width: calc(100% - 50px);
    left: 25px;
  }
}


@media screen and (max-width: 767px) {
   .product-detail .top-section {
    padding: 110px 0 50px;
   }

  .product-detail .product-gallery blockquote p, .product-detail .product-gallery blockquote p+p {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .block-gallery button.slider-prev.slick-arrow, .block-gallery button.slider-next.slick-arrow {
    height: 50px;
}

.product-detail .product-gallery .block-gallery button.slider-prev.slick-arrow {
    position: absolute;
    left: 25%; 
    bottom: 0;
    top: unset
}

.product-detail .product-gallery .block-gallery button.slider-next.slick-arrow {
    position: absolute;
    top: 0; 
    right: 25%;
    top: unset
}
  
  .full-width-mobile {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
  }
}


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

  .bottom-section-home .dnd-section>.row-fluid .span12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .bottom-section-home blockquote a {
    right: 0;
  }
}


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

  #splash_home {
    height: 550px;
    margin-bottom: 25px;
  }

  #splash_home .carousel-inner {
    height: 550px;
  }

  #intro_home {
    background-size: auto 150%;
    padding: 110px 0;
    top: 370px;
    display: none;
  }

  #splash_home .carousel-caption {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    left: 0;
    padding: 10px 20px;
  }
}




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

  .body-container__website table, .body-container__website table tr {
    display: block;
  }

  .body-container__website table tr th {
    display: block;
  }

  .body-container__website table tr td {
    display: block;
  }

  .body-container__website table, .body-container__website table + p a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
  }
}

.product-detail .block-gallery {
  max-height: 500px;
  max-width: calc(100vw - 30px);
}

.product-detail .product-gallery .gallery-item {
    display: inline-block;
    height: 441px;
    width: 100%;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

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

    .product-detail .product-gallery .gallery-item {
      margin: 0;
      height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      float: left;
      width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: -webkit-transform .6s ease-in-out;
      transition: transform .6s ease-in-out;
      transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    }
  }


.product-detail .product-gallery .block-gallery .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  display: flex;
  transition: opacity .15s ease;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999;
  margin: 0;
  padding: 0;
  outline: none;
}

.product-detail .product-gallery .block-gallery .slider-next.slick-arrow {
  right: 0;
}

.product-detail .product-gallery .block-gallery .slider-prev.slick-arrow {
  left: 0;
}

.product-detail .product-gallery .block-gallery .slick-arrow:hover, .product-detail .product-gallery .block-gallery .slick-arrow:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slick-slide {
  outline: none;
}

.body-container__website .dnd_area-column-2-vertical-alignment {
  overflow: hidden;
}


.product-categories-card .dnd-section>.row-fluid:before, .product-categories-card .dnd-section>.row-fluid:after {
  display: none;
}





.product-listing .bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list label.hs-form-booleancheckbox-display,
.product-detail .bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list label.hs-form-booleancheckbox-display {
  margin: 0;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list span,
.product-detail .bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request .inputs-list label>span {
  vertical-align: top;
  width: calc(100% - 35px);
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  left: -5px;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list input[type="checkbox"],
.product-detail .bottom-section-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list input[type="checkbox"] {
  margin-bottom: 16px;
}

.product-detail .bottom-section-form .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request {
  margin-bottom: 0;
}

.product-listing .bottom-section-form form>.hs_recaptcha.hs-recaptcha.field.hs-form-field,
.product-detail .bottom-section-form form>.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-bottom: 34px;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form .hs_submit.hs-submit input.hs-button.primary.large,
.product-detail .bottom-section-form form>.hs_submit.hs-submit input.hs-button.primary.large {
  margin: 16px 0 0;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form .hs-richtext.hs-main-font-element,
.product-detail .bottom-section-form form .hs-richtext.hs-main-font-element {
  margin: 0;
}

.product-detail .bottom-section-form form .hs-richtext.hs-main-font-element {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form textarea,
.product-detail .bottom-section-form form>.hs-form-field textarea {
  display: block;
}

.product-listing .body-container__website.bottom-section-form h3,
.product-detail .body-container__website.bottom-section-form h3 {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: .5rem;
  padding-left: 0;
  padding: 0;
}

.product-listing .body-container__website .hs_cos_wrapper_type_form form .hs_recaptcha.hs-recaptcha.field.hs-form-field>div,
.product-detail .bottom-section-form form>.hs_recaptcha.hs-recaptcha.field.hs-form-field > div  {
  margin-top: 16px;
}

.our_history-row-0-force-full-width-section {
    padding: 0 15px
}


@media (min-width: 576px) {


}

@media (max-width: 767px) {
  .top-section.product-listing-wapper .h4 {
    padding-top: 0px !important;
}

  .product-listing .bottom-section-form form>.hs_recaptcha.hs-recaptcha.field.hs-form-field,
  .product-detail .bottom-section-form form>.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 2px;
  }
  
  .row-fluid.no-padding-mobile {
    padding-left: 0;
    padding-right: 0
  }
  
  .tech-specifications-list .hs-menu-children-wrapper {
    display: none
  }
  .child-trigger-product {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.child-trigger-product:not(.child-open) .plus-icon{
    transform: rotate(45deg)
}
  
  .rich-text.hs-menu-children-wrapper {
    margin-top: 1rem
}
  
  .product-detail .top-section .product_list:after {
    transform: skewY(-10deg);
}
}

@media (min-width: 768px) {
    .child-trigger-product .plus-icon {
        display: none
    }
}

.plus-icon {
  transition: .1s ease-in-out
}
/* SVG MASKS */

.skew-image-right-top {
    clip-path: url(#skew-image-right-top)
}

.skew-image-right-bottom {
    clip-path: url(#skew-image-right-bottom);
}

.skew-image-left-top {
    clip-path: url(#skew-image-left-top);
}

.skew-image-left-top-hero {
    clip-path: url(#skew-image-left-top-hero);
}

.skew-image-our-customers {
    clip-path: url(#skew-image-our-customers);
}

.skew-image-product-list {
    clip-path: url(#skew-image-product-list);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-solid-900.woff2") format("woff2"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-solid-900.woff") format("woff"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-brands-400.woff") format("woff"), 
    url("//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/BonfiglioliEngineering_May2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

.body-wrapper {
  letter-spacing: 0.1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: none;
}

/* a:not([class]):hover {
    text-decoration: underline
} */

a:hover {
  text-decoration: underline;
  outline: none;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: Oxygen;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Oxygen;
  font-weight: normal;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul ul {
  list-style-type: circle;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 0 solid #A9A9A9;
  margin: 0 0 1rem;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none
  outline-color: none
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  html { }
}

@media (max-width: 480px) {
  html { }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
 
form {
  max-width: 500px;
  font-family: Oxygen;
  padding: 15px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 100;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #22232e;
  color: white;
  border-width: 1px;
  
  text-decoration: none;
  white-space: normal;
  outline: none;
  transition-timing-function: linear;
  transition: 0.3s;
  font-weight: 400;
  padding: 14px 40px;
  overflow: hidden;
  border: 1px solid #3a3f48;
  font-size: 14px;
  border-radius: 5px;
  width: fit-content;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  outline: none;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: .5rem;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: calc(2em + .75rem + 2px);
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3A3F48;
  border: 1px solid #BEC2C5 !important;
  box-sizing: border-box;
  max-width: 767px;
  outline: 0;
}

@media (max-width: 767px) {
  .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100% !important;
  }
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 20px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: #555556;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}


h3.form-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 15px;
}

.hs-error-msgs label {
  font-size: 14px;
  color: red !important;
}

.widget-type-google_search input {
  margin-bottom: 20px;
}

.legal-consent-container * {
    font-size: 13px !important
}

.legal-consent-container li > label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.legal-consent-container li > label input {
    width: auto !important
}

.legal-consent-container {
    padding: 0 15px 15px
}

form fieldset {
    max-width: unset !important
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}
.hs-fieldtype-select .input {
    position: relative
}
.hs-fieldtype-select .input:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-10.svg);
    position: absolute;
    top: 12px;
    right: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.title-center {
    max-width: 600px;
    margin: auto
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.header__container--landing-page {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.header__container--sidecta {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

.header-us{
  position:relative !important;
}
@media(max-width:767px){
  .header__container--landing-page-us{
		justify-content: center;
	}
  .header-us #hs-link-header_logo_hs_logo_widget{
    padding: 0;
		margin: 0;
  }
  .header__container--landing-page::after {display:none;}
  .header-us .header__container.header__container--landing-page {
		flex-direction: column;
	}
  .header__container--sidecta > div:nth-child(1),.header__container--sidecta > a:nth-child(3){display:none;}
  .header__container--sidecta{
    padding:0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.body-container__website.bottom-section-form {
  padding: 0;
}
.body-container__website.product-listing .bottom-section-form {
  padding: 35px 0;
}

.single_product .product_inner {
  display: table;
  width: 100%;
  position: relative
}

.timeline-section{
  position:relative;
  background-image: url('//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/raw_assets/public/BonfiglioliEngineering_May2020/images/tl_bg.cab0f37e6fdd.jpg');
    background-repeat: repeat-y;
    background-position: center;
    }
.single_product .product_inner img {
  max-width: 100%;
  display: block;
  height: auto;
  width:100%;
  height: 276px;
  -o-object-fit: contain;
  object-fit: contain;
}
.two-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

div#filters {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
}

ul#lista_macrocategorie {
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
  position: absolute;
  z-index: 99;
  width: 100%;
  list-style: none;
  box-shadow: 0px 0px 8px 0px black;
  border-radius: 5px;
  padding: 15px 30px;
  max-height: 400px;
  overflow-y: auto;
}

ul#lista_macrocategorie li {
  padding: 4px 0;
  position: relative;
  cursor: pointer
}

#filters .ae-select {
  padding: 15px 30px;
  position: relative;
  border: 1px solid #22232e;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  min-height: 53px;
}

div#filters {
  width: 350px;
  margin-bottom: 60px
}

ul#lista_macrocategorie li.selected:before {
  content: "✓";
  position: absolute;
  left: -18px;
  font-weight: 600;
  color: #497289
}

#filters .dropdown-icon {
  background: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-10.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  filter: invert(1);
}

#filters .ae-select:after {
  content: "";
  background: #22232e;
  height: 100%;
  width: 60px;
  position: absolute;
  top: 0;
  right: -8px;
  cursor: pointer;
  transform: skewX(-15deg)
}

#filters.open .dropdown-icon {
  background: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-11.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

#filters.open .ae-select {
  border: 1px solid #497289;
}

#filters.open .ae-select:after {
  content: "";
  background: #497289;
}

#lista_macrocategorie::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
#lista_macrocategorie::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgb(73, 114, 137);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#lista_macrocategorie::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
#lista_macrocategorie::-webkit-scrollbar-corner {
  background-color: transparent;
}

.rld-250-cpc .rich-text p {
  height: auto;
}
.single_product .product_inner .product_cat {
  background: #AFC0D0;
  padding: 2px 0 5px;
  text-align: center;
  color: #3A3F48;
}
.single_product .product_inner .product_title {
  font-weight: 400;
}

.single_product .product_inner .product_sd p {
  font-weight: 700;
  padding: 0 24px;
  margin: 0;
}

.single_product .product_inner .category {
  font-size: 13px;
  margin: 0 0 16px;
  display: block;
}

.single_product .category > span {
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 0;
  right: 0;
  z-index: 3;
  border-radius: 8px;
  overflow: hidden;
  border-top-left-radius: 0
}

.single_product .img-wrapper {
  position: relative
}

.single_product .img-wrapper img {
  transition: .3s ease-in-out;
  padding: 24px;
}
.single_product .img-wrapper:hover > img {
  transform: translateY(-8px)
}

.single_product .category>span:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: -30px;
  top: 0;
  background: #fff;
  transform: skewX(-45deg);
  z-index: 1
}

.single_product .product_inner {
  text-align: center;
  min-height: 455px;
}

.single_product .product_inner > * {
  margin-bottom: 4px
}

.single_product .product_inner .black_link {
  margin: auto !important;   
}



.cta_button--transparent {
  border-color: white !important;
  margin-top: 0 !important;
  color: white !important;
}

.single_product .product_inner img { 
  z-index: 2;
  position: relative;
}

.single_product .product_inner:before {
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 176px;
  position: absolute;
  display: block;
  top: 0;
  border-radius: 34px;
}

.single_product .product_inner:after {
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 163px;
  position: absolute;
  display: block;
  top: 72px;
  border-radius: 34px;
  transform: skewY(-20deg);
}

.single_product .product_inner a .black_link {
  margin-top: 20px;
  float: right;
  position:static;
}

.sheet-cta h4 {
  margin-bottom: 0;
}

.sheet-cta {
  margin-top: 36px
}

@media (max-width: 767px) {
  .sheet-cta {
    background: #4c859e;
    text-align: center;
    padding: 2rem 1rem;
    border-top-left-radius: 34px;
    border-bottom-right-radius: 34px
  }

  .sheet-cta h4 {
    margin-top: 0
  }

  .sheet-cta * {
    color: white !important
  }

  .sheet-cta .black_link {
    border-color: white
  }
}

.product-listing .dnd-section>div .dnd-column> .dnd-row:first-child > div {
  height: auto !important;
}

.product-listing .dnd-section>div .dnd-column>.dnd-row:first-child>div >.dnd-module {
  width: 100% !important;
  margin: 0 !important;
}

.product-listing .dnd-section .dnd-row > div > .dnd-module {
  width: 31%;
  margin: 1%;
  padding: 0;
}
.product-listing .dnd-section > div .dnd-column > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bottom-section-form{
  padding:35px 0;
}
.product-listing .bottom-section-form h3.form-title:before,
.product-detail .bottom-section-form h3.form-title:before {
  content: none;
}
.fancybox-overlay-fixed:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
a.fancybox-item.fancybox-close {
  background-image: url('//6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/raw_assets/public/BonfiglioliEngineering_May2020/images/fancy_close.png');
    background-repeat: no-repeat;
    background-size: inherit;
    }
.more-custom {
  padding: 0;
}
.product-listing .dnd-section .dnd-row .span4 > .dnd-row {
  display: block;
  margin: 0;
}

.product-listing .dnd-section>div .dnd-column>div:first-child > div {
  height: auto !important;
}

.product-listing .dnd-section>div .dnd-column>div:first-child > div > div {
  position: static !important;
}
.top-section.product-listing-wapper .h4 {
  padding-top: 80px;
  margin-bottom:24px;
}
.rich-text p {
  margin-top: 0;
  margin-bottom: 1rem;
  height: 0;
}

.product-detail .top-section .span6 h3+i {
  margin-bottom: 16px;
}

.product-listing-wapper {
  padding: 35px 0;
}

.product-listing-wapper > .row-fluid-wrapper {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.product-listing-wapper .row-fluid-wrapper > .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.product-listing-wapper .row-fluid-wrapper > .row-fluid .single_product {
  width: 23%;
  margin: 1% 1% 5%;
}

.product-listing-wapper .row-fluid-wrapper h1 {
  width: 100%;
  padding-left:0;
  padding-bottom:0;
}


.product-detail.lf-400a-metal .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.lf-smh .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.lf-smh-fb .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.rld-400-dc .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.rld-250-metal .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.rld-250-cpc .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.eoe .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.rld-220-metal .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.rld-220 .product-gallery .widget-type-cell .row-fluid-wrapper.login-section,
.product-detail.hsl-200 .product-gallery .widget-type-cell .row-fluid-wrapper.login-section{
  display: none;
}



.product-detail.lf-400a-metal .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.lf-smh .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.rld-230s-ch-pc .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.lf-smh-fb .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.rld-250-metal .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.rld-250-cpc .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.lf-burst-e .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.lf-s .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.rld-220-metal .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet,
.product-detail.rld-220 .tech-specifications .dnd-section .widget-type-cell>.row-fluid-wrapper.product-sheet{
  display: none;
}



.product-detail .top-section .span6 h3+i {
  display: none;
}
.product-detail.pk-vf .top-section .span6 h3+i {
  display: block;
}


/* About Us Page Style */
.about-wrapper .bottom-section-form .hs_cos_wrapper_type_form h3 {
  padding: 0;
}

.about-wrapper .bottom-section-form .hs_cos_wrapper_type_form h3 i {
  display: inline;
}



.about-wrapper .bottom-section-form .hs_cos_wrapper_type_form form .hs-richtext.hs-main-font-element {
  margin-bottom:0;
}

.about-top-section .dnd-section > .row-fluid {
  padding: 0 !important;
  padding-bottom: 3rem!important;
  padding-top: 3rem!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-top-section .dnd-section > .row-fluid > .span5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100%;
}

.about-top-section .dnd-section>.row-fluid> .span5  img.hs-image-widget {
  vertical-align: middle;
}
.about-top-section .dnd-section > .row-fluid >  .span7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-top: 3rem!important;
  margin-left: 0;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100%;
}

.about-top-section .dnd-section > .row-fluid > .span7 h2:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 7px;
}
.our_history .our_history-row-0-force-full-width-section > div {
  padding: 0;
}
.about-top-section .dnd-section>.row-fluid:before,
.about-top-section .dnd-section>.row-fluid:after {
  display: none;
}


/* Customer Care Page Style */

.service_block {
  display: table;
  width: 100%;
  margin-bottom: 50px;
}
.service_block .custom-row .service_img.custom-col-12 {
  height: 320px;
  border: 5px solid #4F87A3;
  background-size: cover;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.Yearly.calibration.service_block .custom-row .service_img.custom-col-12{
  background-position: center;
}


.service_block .custom-row .service_dx {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.service_block .custom-row .service_dx .service_title {
  -ms-transform: skewX(40deg);
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
  margin-left: -50px;
  margin-right: 19px;
  padding: 5px 0px 5px 60px;
  background: #4F87A3;
  font-size: 25px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}

.service_block.Training .custom-row .service_img.custom-col-12 {
  background-position-x: -100px;
}
.service_block .custom-row .service_dx .service_title .innerskew {
  -ms-transform: skewX(-40deg);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
}
.service_block .custom-row .service_dx .service_txt blockquote {
  padding: 10px 10px 20px;
  margin: 0;
}

.service_block .custom-row .service_dx .service_txt blockquote,
.service_block.Spare.parts .custom-row .service_dx .service_txt blockquote:last-child{
  background: #fff;
  padding: 10px 10px 20px;
}
.service_block .custom-row .service_dx .service_txt blockquote:last-child{
  padding:0;
  background:none;
}

.service_block .custom-row .service_dx .service_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_block .custom-row .service_dx .service_txt ul:nth-child(odd) li:nth-child(odd) {
  background: #edf3f6;
}

.service_block .custom-row .service_dx .service_txt ul li {
  padding: 10px;
  float: left;
  list-style-type: none;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #dce7ed;
}

.service_block .custom-row .service_dx .service_txt ul:nth-child(even) li:nth-child(even) {
  background: #edf3f6;
}



/* Carrer Page Style */




.body-container__website  .hs_cos_wrapper_type_form {
  display: block;
}

.body-container__website .hs_cos_wrapper_type_form h3 {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: .5rem;
  padding-left: 0;
}

.body-container__website .hs_cos_wrapper_type_form i {
  display: inline-block;
  margin-right:7px;
}

.body-container__website .hs_cos_wrapper_type_form form {
  padding: 0;
  max-width: none !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position:relative;
}

.body-container__website .hs_cos_wrapper_type_form form .hs_error_rollup {
  position: absolute;
  bottom: -10px;
  padding: 0 15px;
}


.body-container__website .dnd_area-row-1-background-color.dnd-section > .row-fluid {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.body-container__website .dnd_area-row-1-background-color.dnd-section > .row-fluid .span5 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-container__website .dnd_area-row-1-background-color.dnd-section > .row-fluid .span7 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.body-container__website .hs_cos_wrapper_type_form form .hs-form-field,
.body-container__website .hs_cos_wrapper_type_form form .hs_submit.hs-submit {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}



.body-container__website .hs_cos_wrapper_type_form form  .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request {
  margin: 0;
}

.body-container__website .hs_cos_wrapper_type_form form textarea {
  height: 260px;
}
.body-container__website .hs_cos_wrapper_type_form form .hs-input[type=file] {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
}

.body-container__website .hs_cos_wrapper_type_form form .hs-richtext.hs-main-font-element {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.body-container__website .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list {
  margin: 0;
  padding: 0;
}

.body-container__website .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list input[type="checkbox"] {
  width: 30px !important;
  float: left;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 5px;
}

.body-container__website .hs_cos_wrapper_type_form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list span {
  vertical-align: sub;
}

.body-container__website .hs_cos_wrapper_type_form form .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
  margin-top: 20px;
}





/* Contact Us Page Style */

.banner-section.contact-map-banner .dnd-section.DND_banner-row-0-padding > div {
  padding: 0;
}

.banner-section.contact-map-banner iframe {
  width: 100% !important;
}

.dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.contact-wrapper .dnd_area-row-0-padding > .row-fluid {
  padding-bottom: 3rem;
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.contact-wrapper .dnd_area-row-0-padding > .row-fluid > .span4 {
  margin-bottom: 3rem;
  font-size: 17px;
  text-align: center;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
}

.contact-wrapper .dnd_area-row-0-padding > .row-fluid > .span8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}


.contact-wrapper .dnd_area-row-0-padding > .row-fluid > .span4  p img {
  max-width: 75%;
  display: block;
  margin: 15px auto;
  border-style: none;
  height: auto;
}

.contact-wrapper .dnd_area-row-0-padding > .row-fluid > .span4  p:first-of-type {
  padding: 0;
}

.body-container__website.contact-top-section .hs_cos_wrapper_type_form form .hs-richtext.hs-main-font-element {
  margin: 0 !important;
}

.body-container__website.contact-top-section .hs_cos_wrapper_type_form form .hs-richtext.hs-main-font-element p {
  margin: 0;
}
.body-container__website.contact-top-section .hs_cos_wrapper_type_form h3 {
  padding: 0;
}

.body-container__website.contact-top-section .hs_cos_wrapper_type_form h3 i {
  display: inline-block;
  padding-right: 5px;
}

.lf-burst-e .tech-specifications .span12.widget-type-cell.dnd-column .row-fluid-wrapper:nth-child(3) > .row-fluid > div:last-child {
  display: none;
}

/* Slick slider css */


.product-detail .product-gallery .slick-next, .product-detail .product-gallery .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100%;
  font-family: "Roboto";
  font-size: 0;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 999;
}

.product-detail .product-gallery .slick-next:hover, .product-detail .product-gallery .slick-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.product-detail .product-gallery .slick-prev {
  left: 0;
}

.product-detail .product-gallery .slick-next {
  right: 0;
}

.carousel-control-prev-icon {
  background-image: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-02.svg);
}

.carousel-control-next-icon {
  background-image: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-03.svg);
}


.slide-counter {
  font-weight: 600;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px
}




.product-detail .product-gallery .carousel-control-prev-icon, .product-detail .product-gallery .carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.product-detail .product-gallery .slick-prev:before, .product-detail .product-gallery .slick-next:before {
  display: none;
}


.product-detail .product-gallery .slick-dots {
  display: none !important;
}





@media(max-width:1024px){
  .product-listing .dnd-section .dnd-row > div > .dnd-module,
  .product-listing-wapper .row-fluid-wrapper>.row-fluid .single_product{
    width:48%;
  }
}



@media(max-width:767px){
  /*   About Us Page Style */
  div#filters {
    width: 100%
  }
  .about-top-section .dnd-section>.row-fluid>.span5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-top-section .dnd-section>.row-fluid>.span7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }



  /* Customer Care Page Style */


  .service_block .custom-row .service_img.custom-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .service_block .custom-row .service_dx {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  /*   Carrer Page Style */




  .body-container__website .dnd_area-row-1-background-color.dnd-section>.row-fluid > .span5{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
  .body-container__website .dnd_area-row-1-background-color.dnd-section>.row-fluid > .span7{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .body-container__website .dnd_area-row-1-background-color {
    padding-bottom: 55px !important;
  }
  .body-container__website .hs_cos_wrapper_type_form form .hs_error_rollup {
    position: static;
  }


  /* Contact Us Page Style */

  .contact-wrapper .dnd_area-row-0-padding>.row-fluid .span4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-wrapper .dnd_area-row-0-padding>.row-fluid>.span8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}




@media(max-width:575px){
  .service_block .custom-row .service_dx .service_txt ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}




@media(max-width:500px){
  .product-listing .dnd-section .dnd-row > div > .dnd-module,
  .product-listing-wapper .row-fluid-wrapper>.row-fluid .single_product{
    width:80%;
    margin: 10%;
  }

  .value-section .custom-row .values_title {
    text-align: center;
  }

  .value-section .custom-row .values_text {
    padding-bottom: 20px;
  }

  .service_block .custom-row .service_dx .service_title {
    transform: none;
    margin: 0;
    padding: 5px 10px;
  }

  .service_block .custom-row .service_dx .service_title .innerskew {
    transform: none;
  }

  .service_block .custom-row .service_img.custom-col-12 {
    border: 0px solid #4F87A3;
    height: 250px;
  }

}

@media(min-width:767px) {
  .row-center-center {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

.white-dots {
  list-style: none
}

.white-dots li::before {
  content: "• ";
  color: #fff;
  position: absolute;
  left: 20px
}

.white-dots a {
  color: #fff
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  max-width: 100% !important;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-family: Oxygen;
  z-index: 99999;
}

.header__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.custom-logo {
  display: inline-block;
  width: auto;

  position: relative;
  z-index: 99;
}

.custom-logo a {
  font-family: Oxygen;
  margin-left: -35px;
  padding: 7px 70px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block;
  z-index: 2;
}

.custom-logo img {
  height: 66px;
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

.navbar-toggler {
  background-color: inherit;
  position: absolute;
  right: 50px;
  color: rgba(0,0,0,.5);
  border: 0px solid transparent;
  border-radius: .25rem;
  border-color: rgba(0,0,0,.1);
  cursor: pointer;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
  font-family: inherit;
  top: 20px;
  z-index: 99;
  outline: none;
}
.center-button{
  display: -ms-flexbox !important;
    -ms-flex-direction: column !important;
    -ms-flex-align: center !important;
    -ms-flex-pack: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
}
.bottom-cutom-padding{
      padding-top: 35px !important;
    padding-bottom: 35px !important;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-10.svg);
}

.header__container.active .navbar-toggler-icon {
  background-image: url(https://6442461.fs1.hubspotusercontent-na1.net/hubfs/6442461/Icons/icon-12.svg)
}


.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}


@media (min-width: 1200px) {

  .header__container {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header__container--landing-page:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #f0f0f0;
    transform: skewX(35deg);
    left: -30px;
    border-bottom-right-radius: 40px;
    z-index:-1;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
  .rich-text p {
    margin-top: 0;
    margin-bottom: 1rem;
    height: 0;
}
.rich-text > br{
  display:none;
}
.footer__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.footer {
  background: #3A3F48;
  border-top-width: 15px;
  border-top-style: solid;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 16px;
  line-height: 2
}

.footer .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

#footer_hq, #footer_cc, #footer_sm { 
  /*-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;*/
  padding-left: 10px;
  padding-right: 10px;
}

#footer_sb {
  padding-left: 0px;
  padding-right: 0px;
  width: 60px;
}


#footer_hq h3, #footer_cc h3, #footer_sb h3, #footer_sm h3 {
  font-size: 12px;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 0;
  margin: 0;
  margin-bottom: .5rem;
}

#footer_hq p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#footer_hq p i {
  margin-left: -20px;
  width: 20px;
}

#footer_cc p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-phone:before {
  content: "\f095";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#footer_sm ul, #footer_sb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

#footer_sm ul li, #footer_sb ul li {
  line-height: inherit;
}

#footer_sm ul li a, #footer_sb ul li a {
  text-decoration: none;
}

.footer-subscribe-newsletter {
  /*-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;*/
  padding-bottom: 1rem;
  position: relative;
  /*width: 100%;*/
  padding-left: 15px;
  padding-right: 15px;
}

.footer-subscribe-newsletter h3 {
  font-size: 16px;
  font-weight: 500;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 10px 0;
  margin: 0;
  margin-bottom: .5rem;
  text-align: center;
}

.footer-subscribe-newsletter h3.form-title {
  background-color: rgba(73,74,82,1.0);
  color: rgba(248,250,252,1.0);
  display: none;
}

.footer-subscribe-newsletter form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 20px;
  border-radius: 5px;
}


.footer-subscribe-newsletter form .hs-form-field {
  width: 33%;
  padding: 0 10px;
  float: left;
  margin-bottom: 1rem;
}

.footer-subscribe-newsletter .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  height: 104px;
}

.footer-subscribe-newsletter .hs-error-msgs label {
  clear: both;
}

.footer-subscribe-newsletter form .hs_email > label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 1.5;
}

.footer-subscribe-newsletter form .hs-form-required {}

.footer-subscribe-newsletter form input[type="email"] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  margin-bottom: 20px;
  margin-bottom: 0;
}

.footer-subscribe-newsletter form .hs_interested_in > label {
  font-size: 12px;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.5;
}

.footer-subscribe-newsletter form .hs_interested_in ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-subscribe-newsletter form .hs_interested_in ul.inputs-list li.hs-form-checkbox {
  width: 50%;
  float: left;
  line-height: 1.5;
  padding: 0;
}

.footer-subscribe-newsletter form .hs_interested_in ul.inputs-list li.hs-form-checkbox > label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
}

.footer-subscribe-newsletter form .hs_interested_in ul.inputs-list li.hs-form-checkbox > label .hs-input {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-right: 10px;
  vertical-align: unset;
  width: auto !important;
  outline: 0;
}

.footer-subscribe-newsletter form .inputs-list label > span {
  vertical-align: unset;
}

.footer-subscribe-newsletter form .grecaptcha-badge {
  margin: 0 auto;
  margin: 0;
}

.footer-subscribe-newsletter form .hs-richtext.hs-main-font-element {
  float: left;
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  color: #494a52;
}

.footer-subscribe-newsletter form .hs-richtext p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-subscribe-newsletter form .hs-submit {
  clear: both;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}







.footer .bottom_credits {
  font-size: 12px;
  position: relative;
  width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .bottom_credits:nth-child(even) {
  text-align: right;
}

.bottom_credits a {
  text-decoration: none;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 576px) {

  #footer_hq, #footer_cc, #footer_sb, #footer_sm {
    /*-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;*/
  }
}


@media (min-width: 992px) {
  
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }


  #footer_hq, #footer_cc, #footer_sb, #footer_sm {
    /*-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/
  }
}



@media screen and (max-width: 1024px) {
  
  .footer-subscribe-newsletter .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, 
  .footer-subscribe-newsletter form .hs-form-field {
    width: 50%;
  }

  .footer .bottom_credits, .footer .bottom_credits:nth-child(even) {
    text-align: center;
  }

  .footer-subscribe-newsletter form .hs-richtext.hs-main-font-element {
    float: none;
  }

  .footer-subscribe-newsletter .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    height: auto;
  }
}


@media (max-width: 575px) {
  
  .footer-subscribe-newsletter .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, .footer-subscribe-newsletter form .hs-form-field {
    width: 100%;
  }
}

.link-underline-dark {
    text-decoration: none !important;
    border-bottom: 1px solid;
    padding-bottom: 4px;
    font-weight: 600;
}

@media (min-width: 1200px) {
  footer .row.mobile {
    display: none;
  } 
}

@media (max-width: 1199px) {
  footer.footer {
    border-top: 1px solid #22232e
}
  footer .row.desktop {
    display: none;
  }
  
  footer .row.mobile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer-trigger + .hs-menu-children-wrapper {
    display: none
  }
  
 h3.footer-trigger {
    border-top: 1px solid #f0f0f0;
    margin-bottom: 0 !important;
    width: 100%;
    padding: 24px !important
}

#footer_sb ul {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 10% 16px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.row.mobile > div {
    width: 100%
}
  
  .footer-bottom {
     margin-bottom: 24px;
  }
  
  .footer-trigger.child-open i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .footer-trigger i {  
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-left: 14px
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-post__body h4 a {word-break: break-word;}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Oxygen;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 0;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .6rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 1px solid transparent;
  line-height: 1;
  border-radius: 5px;
}
.blog-pagination__link--active {
  border: 1px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 1px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin: 0 auto;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Oxygen;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {}
.blog-comments .hs-button:hover {}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}


.post-item img {
  max-height: 251px;
  object-fit: cover;
}

.blog-list-wrap {
  padding: 35px 0;
}

.blog-index .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index .row > .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-title h1 {
  padding-top: 150px;
}

.blog-contact-bottom-section .contact-blog-form h3 i {
  padding-right: 7px;
}

.blog-topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  display: table;
}

.blog-topics ul li {
  float: left;
  background: #3A3F48;
  color: #fff;
  text-transform: capitalize;
  margin: 0 10px 15px 0;
  padding: 5px 15px;
}

.blog-topics ul li a, .blog-topics ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.post-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-row .post-item {
  width: 48%;
  margin: 1%;
  background: #fff;
  min-height: 500px;
  position:relative;
}

.post-item .img-wrapper img {
  transition: .3s ease-in-out
}
.post-item .img-wrapper:hover img {
  transform: translateY(-5px)
}

.post-item-inner {
  background: #fff;
  display: table;
  width: 100%;
}

.post-item img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 251px;
  object-fit: cover;
  vertical-align: middle;
}

.post-item .product_title {
  font-weight: 700;
  line-height: 1.3em;
  padding: 20px 0 10px 0;
  color: #303C46
}
.blog-post__body p img {
  vertical-align: middle;
  border-style: none;
  margin-top: 10px;

}
.blog-item__main.trim .listing-summary {
  height: auto;
}

.blog-item__main.trim .listing-summary h6 {
  color: #3A3F48;
  line-height: 1.05em;
  height: auto;
  padding: 15px 10px;
  margin: 0;
}

.blog-item__main.trim .listing-summary p {
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.post-item .post-entry p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0 10px;
  padding-top: 15px;
  color: #3A3F48;
  line-height: 1.05em;
  font-weight: 700;
}

.black_link {
  font-weight: 400;
  color: #3a3f48;
  margin-top: 20px;
  padding: 14px 40px;
  overflow: hidden;
  border: 1px solid #3a3f48;
  transition-timing-function: linear;
  transition: .3s;
  font-size: 14px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  cursor: pointer
}

.black_link:hover {
  background-color: #3a3f48;
  color: white;
  text-decoration: none
}

.black_link i {
  padding-left: 10px;
}

.fa-arrow-right:before {
  content: "\f061";
}

.blog-recent-posts__list {
  display: flex;
  overflow: hidden;
}

.section.post-footer .actions {
  text-align: left;
}

.blog-comments .hs-submit {
  text-align: center;
  margin-top: 30px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}

input[type="search"]::-webkit-search-cancel-button { 
  display:none; 
}

input[type="search"] {
  -webkit-appearance: none;
}

.grecaptcha-badge {
  margin-left: 0;
}


h2.post-listing-simple {
  display: block;
  width: 100%;
}

.post-listing-simple {
  display: block;
}

.post-listing-simple .post-item {
  width: 100%;
  margin: 1%;
  background: transparent;
  min-height: auto;
}

.blog-list-wrap.simple-wrap {
  padding: 100px 0;
}

.post-listing-simple h2.post-listing-simple {
  font-weight: 700;
  line-height: 1.3em;
  padding: 10px;
  text-transform: uppercase; 
}

.post-listing-simple h2.post-listing-simple a {
  color: #4f87a3;
  text-decoration: none;
}

.blog-post-wrap {
  padding: 35px 0;
}

.blog-post-wrap .content-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

  .blog-row  .post-item {
    width: 48%;
  }
}

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

  .blog-row .post-item {
    width: 92%;
    margin: 4%
  }

  .blog-row .post-item .img-wrapper img {
    width: 108%;
    max-width: unset;
    left: -4%;
    position: relative
  }
}

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

  .blog-row  .post-item {
    min-height: auto;
  }

  .black_link {
    position: static;
  }
}






.blog-contact-bottom-section {
  background: white;
  padding: 35px 15px;
}

.blog-contact-bottom-section .contact-blog-form {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  margin: 0 auto;
}

.blog-contact-bottom-section .content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-contact-bottom-section .contact-blog-form h3 {
  padding: 0;
  text-align: center;
}

.blog-contact-bottom-section .contact-blog-form form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: none !important;
  padding: 0;
}

.blog-contact-bottom-section .contact-blog-form form .hs-form-field {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-contact-bottom-section .contact-blog-form form .hs_firstname, .blog-contact-bottom-section .contact-blog-form form .hs_email {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-contact-bottom-section .contact-blog-form form .hs-form-field select, .blog-contact-bottom-section .contact-blog-form form .hs-form-field textarea {
  max-width: 100%;
}

.blog-contact-bottom-section .contact-blog-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list {
  margin: 0;
  padding: 0;
}

.blog-contact-bottom-section .contact-blog-form form .hs_i_hereby_consent_to_be_contacted_by_bonfiglioli_engineering_about_my_request ul.inputs-list .hs-input {
  margin: 0 !important;
  width: 30px !important;
  margin-top: 5px !important;
  float: left;
}

.blog-contact-bottom-section .contact-blog-form form .hs-richtext.hs-main-font-element {
  font-size: 18px;
  color: #555556;
}

.blog-contact-bottom-section .contact-blog-form form  .hs-richtext.hs-main-font-element {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-contact-bottom-section .contact-blog-form form .hs-richtext.hs-main-font-element p {
  margin: 0;
}

.blog-contact-bottom-section .contact-blog-form form  .hs_recaptcha {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-contact-bottom-section .contact-blog-form form .hs_submit.hs-submit {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-contact-bottom-section .contact-blog-form form .hs_submit.hs-submit input.hs-button.primary.large {
  border-width: 2px;
  border-style: outset;
  border-color: buttonface;
  border-image: initial;
  background: #4F87A3;
  border-bottom: 5px solid #4F87A3;
  float: right;
  padding: 15px 25px 10px;
  overflow: hidden;
  transition-timing-function: linear;
  transition: 0.3s;
  color: white;
}

.blog-contact-bottom-section .contact-blog-form form .hs_submit.hs-submit input.hs-button.primary.large:hover {
  background-color: #3A3F48;
  color: #fff;
}


.blog-post__body p img {
  max-width: 100%;
  display: block;
  height: auto;
  vertical-align: middle;
}

.blog-post__body p img {
  margin-top: 16px;
}

@media(max-width:767px){

  .blog-contact-bottom-section .contact-blog-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-contact-bottom-section .contact-blog-form form .hs_firstname, .blog-contact-bottom-section .contact-blog-form form .hs_email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-contact-bottom-section .contact-blog-form form .hs_submit.hs-submit {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-contact-bottom-section .contact-blog-form form .hs_recaptcha {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hs-blog-post .banner-top {
    height: auto;
    min-height: 500px;
  }


  .blog-post__body p a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}



@media(max-width:767px){ 

  .hs-blog-post .banner-top {
    height: auto;
  }
}

.sidebar-content {
  background: #f0f0f0;
  padding: 1.5rem;
  border-radius: 15px;
  position: sticky;
  margin-bottom: 75px;
  top: 150px
}

.sidebar-content form {
  padding: 0
}

.sidebar-content:after {
  content: "";
  background: inherit;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -44px;
  transform: skewY(10deg);
  border-radius: inherit;
  z-index: -1
}

@media (min-width: 768px) {
  .blog-row {
    display: flex
  }
}

.blog-post__body p, .blog-post__body li {
  font-size: 16px
}

.blog-post-wrap .content-wrapper {
  max-width: 830px;
}

.blog-filters {
  padding-left: 0;
  list-style: none;
}

.blog-filters__filter {
  display: inline-block;
  background: unset;
  padding: 4px 8px;
  border-radius: 5px;
  border: 1px solid;
  margin-bottom: 4px
}

.blog-filters__filter a {
  text-decoration: none
}

.blog-filters__filter.selected, .blog-filters__filter:hover {
  background: #22232e;
}

.blog-filters__filter.selected a,
.blog-filters__filter:hover a {
  color: #fff;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Oxygen;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

section.error-main-wrapper .content-wrapper.error-wrapper .error-page .error-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

section.error-main-wrapper .content-wrapper.error-wrapper .error-page .error-column h1.error-page_heading {
  margin-bottom: .5rem;
}



section.error-main-wrapper .content-wrapper.error-wrapper .error-page .error-column h2.mb-5 {
  margin-bottom: 3rem;
}



.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Oxygen;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.systems-page form {
  padding-left: 0;
  padding-right: 0;
}

.systems-page.con-pre form#email-prefs-form {
  max-width: 100%;
}

form#email-prefs-form .hs-input {
  font-size: 1rem !important;
  padding: 10px 10px !important;
}

.sys-wrapper {
  padding-left: 98px;
  padding-right: 98px;
}

.sys-wrapper .content-wrapper {
  padding: 0;
}

.systems-page {
  padding-left: 0;
  padding-right: 0;
  padding-top: 98px;
}

form#email-prefs-form {
  padding: 0;
}

.com-pre form#email-prefs-form, .com-pre form#email-prefs-form {
  max-width: 100%;
}

.systems-page .success {
  min-width: auto;
  max-width: 767px;
  width: 100%;
}

.systems-page ul.no-list.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.systems-page input#hs-pwd-widget-password, .systems-page .hs-input {
  margin-bottom: 20px;
}

input#hs-pwd-widget-password {
  height: calc(1.5em + .75rem + 2px) !important;
  margin-top: 0 !important;
}

input#hs-pwd-widget-password { 
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3a3f48;
  background-color: #afc0d0;
  border: 0 solid #d1d6dc;
  box-sizing: border-box;
  max-width: 767px;
  width: 100% !important;
  outline: 0;
}
section.error-main-wrapper {
  padding: 35px 0;
}

section.error-main-wrapper .content-wrapper.error-wrapper {
  padding: 3rem;
}

section.error-main-wrapper .content-wrapper.error-wrapper .error-page {
  padding: 1rem;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}






@media (max-width: 1200px) { 

  .sys-wrapper {
    padding-left: 49px;
    padding-right: 49px;
  }
}

@media (max-width: 900px) {

  .sys-wrapper {
    padding-left: 24.5px;
    padding-right: 24.5px;
  }
}

@media (max-width: 767px) {

  form#email-prefs-form {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .systems-page form {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {

  .systems-page h1 {
    font-size: 29px;
  }

  .systems-page h2 {
    font-size: 22px;
  }
}