@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */


/* IBM Plex @font-face removed — Inter + Oswald loaded via Google Fonts in header.php */

/***************************************************
 Vicon 2026 — typography (Canva: Inter + Oswald)
****************************************************************************/

:root {
    --font-body: "Inter", sans-serif;
    --font-heading: "Oswald", sans-serif;
    --text-primary: #001932;
    --text-heading: #012131;
    --vicon-red: #d22f4c;
    --vicon-page-gutter: 1.25rem;
}

html {
    font-family: var(--font-body);
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.page_title,
.page_title span,
.vicon-mega__title,
.vicon-main-nav>.vicon-nav-item>a,
.navbar-nav>li>a,
.vicon-footer__heading,
.small_box_title h2 p {
    font-family: var(--font-heading);
    letter-spacing: 0.02em;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
    font-size: 18px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a,
a * {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    /* 2 */
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
    font-size: 11px;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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;
    appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 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 */
}

html {
    box-sizing: border-box;
}


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

.u-hide {
    display: none;
}

.u-no-bullet {
    list-style-type: none;
}

.u-hide-text {
    font: 0 / 0 a;
    text-shadow: none;
    color: transparent;
}

.clear {
    clear: both;
}

body,
p,
li,
.regular_box_title h2 p,
.small_box_title h2 p,
.description_content,
.description_content p,
.options .description_content p {
    font-family: var(--font-body);
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1.5;
    background-color: #fff;
    color: #001932;
}

header {
    border-bottom: 0;
    position: relative;
    z-index: 123455;
}

.vicon-site-header {
    background: #fff;
}

header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

section {
    width: 100%;

}

section>div {
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

section>div.footer_tools {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}


.max-width-460 .container {
    width: 100%;
    max-width: 460px;
    padding: 0 20px;
}

.max-width-780 .container {
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
}

.max-width-960 .container {
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
}

.max-width-1260 .container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
}

.is-sticky {
    animation: all 0.3;
}

.logo {
    min-width: 153px;
    max-width: 153px;
}

.is-sticky .logo {
    min-width: 152px;
    max-width: 152px;
}

.logo a {
    display: block;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.logo a:focus,
.logo a:active,
.logo a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.logo img {
    width: 100%;
}

.navicont {
    width: calc(100% - 154px);
}

.cell_1_5 {
    min-width: 19.9%;
    max-width: 19.9%;
}

.cell_2_5 {
    min-width: 39.9%;
    max-width: 39.9%;
}

.cell_3_5 {
    min-width: 59.9%;
    max-width: 59.9%;
}

.cell_4_5 {
    min-width: 79.9%;
    max-width: 79.9%;
}

.cell_5_5 {
    min-width: 99.9%;
    max-width: 99.9%;
}

.cell_1_4 {
    min-width: 24.9%;
    max-width: 24.9%;
}

.cell_2_4 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_3_4 {
    min-width: 74.9%;
    max-width: 74.9%;
}

.cell_4_4 {
    min-width: 99.9%;
    max-width: 99.9%;
}

.cell_1_3,
.cell_1_6 {
    min-width: 33.3%;
    max-width: 33.3%;
}

.cell_2_3 {
    min-width: 66.6%;
    max-width: 66.6%;
}

.cell_3_3 {
    min-width: 99.9%;
    max-width: 99.9%;
}

.cell_1_2 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_1_2_1 {
    min-width: 49.9%;
    max-width: 49.9%;
}

.cell_2_2 {
    min-width: 99.9%;
    max-width: 99.9%;
}

.cell_1_1 {
    min-width: 99.9%;
    max-width: 99.9%;
}

.full-height {
    height: auto;
}



.flex_container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

}

.ai-flex-start {
    align-items: flex-start;
}

.ai-center {
    align-items: center;
}

.ai-flex-end {
    align-items: flex-end;
}

.jc-space-between {
    justify-content: space-between;
}

.jc-flex-start {
    justify-content: flex-start;
}

.jc-flex-center {
    justify-content: start;
}

.jc-flex-end {
    justify-content: flex-end;
}

.jc-flex-center .flex_container {
    justify-content: center;
}

.height_auto {
    height: auto !important
}

.height_100percent {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.button_abs_bottom_zero .btn-custom {
    position: absolute !important;
    bottom: 0;
}

.button_abs_bottom_zero .description_content {
    margin-bottom: 50px;
}

.btn-custom {
    height: auto;
    min-width: 175px;
    border-radius: 5px;
    background-color: #383838;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
}

.btn-custom .custom_link {
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #001932;
    color: #fff;
}

#machine_category_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    position: relative;
    z-index: 123;
    border-bottom: 2px solid #4C6251;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

#machine_category_container ul li:nth-child(1),
#machine_category_container ul li:nth-child(8) {
    min-width: 10%;
    max-width: 10%;
}

#machine_category_container ul li {
    flex: 1;
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    position: relative;
    cursor: pointer;

    min-width: 12%;
    max-width: 12%;
}


#machine_category_container ul li.active:after {
    background: url(../images/tabs_selected.png) no-repeat bottom center;
    content: '';
    position: absolute;
    bottom: -32px;
    z-index: 1234;
    width: 100%;
    height: 23px;
    left: 0;
}

.container_machine_div {
    position: relative;
    z-index: 12;
    /* background: url(../images/machines_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;*/
    padding-top: 20px;
    border-bottom: 2px solid #4C6251;
    background-color: #fff;

}

.container_machine_div .container {
    width: 80%;
}

.container_machine_div .items {
    background-color: #fff;
}

.container_machine_div .description_content_full p {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 7px 7px 0px 22px;
    max-width: 830px;


}

.container_machine_div .description_content_full {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 20px 0 40px 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    display: none;
}



#b10 .description_content_full {
    text-align: center;
}

.container_machine_div img {
    width: 100%;
}

.menu_name {
    display: none;
}

::placeholder {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

#search_header {
    padding: 4px;
    line-height: 1.3;
    font-size: 18px;
    outline: none;
}

#submit_btn {
    position: relative;
    width: 29px;
    height: 23px;
    padding: 0px 5px 0px 5px;
    margin-right: 10px;
    text-indent: -3000px;
    border: 0;
    background: url(../images/icon-search.png) no-repeat top center;
    display: inline-block;
    background-size: contain;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

#submit_btn:focus,
#submit_btn:active,
#submit_btn:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}


.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 9px 11px;
    background: transparent;
    border: 1.5px solid #bbb;
    border-radius: 5px;
    cursor: pointer;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 2px;
    background: #1a2a4a;
    transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s;
}

.navbar-toggle.is-active .icon-bar:nth-child(2) {
    transform: translate(0px, 7px) rotate(45deg);
}

.navbar-toggle.is-active .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle.is-active .icon-bar:nth-child(4) {
    transform: translate(0px, -7px) rotate(-45deg);
}

.navbar-nav>li>a {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 400;
    padding: 10px 10px;
    display: block;
    line-height: 1.3;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.navbar-nav>li>a.active,
.nav>li>a:focus,
.nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus-visible {
    /* border-bottom: 1px solid #012131;
    margin-bottom: -1px;*/
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: .3rem;
    transition: text-decoration 0.1s ease;
    position: relative;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.navbar-nav>li>a.active:after {
    display: none;
}

.vicon-main-nav .navbar-nav>li>a.active:after {
    display: none;
}

.languages_cont {
    position: absolute;
    right: 15px;
}

.languages_cont a {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 4px;
}

.languages_cont a.selected {
    background: #424242;
    color: #fff;
    padding: 0 5px;
}

.show_description__title {
    display: none;
}

h1.page_title {
    color: #012131;
    font-family: var(--font-body);
    font-size: 35px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px 0 20px 0;
    width: 100%;
    text-align: center;
}

.breadcrumb-nav {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 1rem var(--vicon-page-gutter) 1.125rem;
    background: transparent;
    border-bottom: 0;
    box-sizing: border-box;
}

.breadcrumb-nav .breadcrumb {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #001932;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    padding: 0;
    background: none;
    background-color: transparent;
    border-radius: 0;
    list-style: none;
    padding-left: 30px;
    ;
}

.breadcrumb-nav .breadcrumb a {
    color: #001932;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.breadcrumb-nav .breadcrumb a:focus,
.breadcrumb-nav .breadcrumb a:active,
.breadcrumb-nav .breadcrumb a:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.breadcrumb-nav .breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-nav .breadcrumb .breadcrumb-current {
    color: #001932;
    text-decoration: underline;
    text-underline-offset: .2rem;
}

.breadcrumb-nav .breadcrumb .breadcrumb-sep {
    margin: 0 10px;
    color: #001932;
}

.regular_box_title h2 p {
    color: #012131;
    font-family: var(--font-body);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;
}

.small_box_title h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
    margin-bottom: 0;
}

.small_box_title h3 {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
    margin-top: 0;
}

.regular_box_content .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.regular_box_content .description_content ul li {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.smaller_text .regular_box_content .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.small_box_title .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
}

.small_box_title .description_content p a {
    color: #007EC1;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.featured_prod_machines {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
}

.goto_products,
.goto_products a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
}

.featured_prod_machines,
.goto_products {
    padding: 0 40px 30px 40px;
    font-weight: 300;
}

.options .img_cont {
    background: #fbf1d9;
    padding: 30px 0;
}

.options .img_cont img {
    max-height: 150px;
    max-width: 100%;
    margin: 0 auto;
}

.options .cell_1_3 {
    min-width: 31%;
    max-width: 31%;
    margin: 0 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options .cell_1_4 {
    min-width: 23%;
    max-width: 23%;
    margin: 10px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    margin: 0 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options .cell_2_2 {
    min-width: 98%;
    max-width: 98%;
    margin: 0 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.options.options_sec .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
}

.options.two_boxes .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    padding-bottom: 12px;
}

.options.two_boxes .cell_2_2 {
    min-width: 98%;
    max-width: 98%;
    padding-bottom: 12px;
}

.options h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 400;
}

.options.two_boxes h2 p {
    margin-top: 10px;
    /*font-size: 22px !important;*/
}

.options .description_content p,
.options2 .description_content p,
.options2 .description_content li {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.options2 .description_content li strong,
.options2 .description_content strong {
    font-weight: 700;
}

.options h2,
.options .description_content,
.options2 h2,
.options2 .description_conten {
    padding: 0 5px;
    font-size: 25px;
    font-family: var(--font-body);
    font-weight: 300;
}

#services .options h2,
#services .options .description_content {
    padding: 0 18px;
}

.options .btn-custom {
    background: transparent;
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
    margin-left: 0px;
    width: auto;
    height: auto;
}

.options .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-blue.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
}

.options .btn-custom:hover::after {
    right: -10px;
}

.options_helix .flex_container {
    justify-content: center;
}

.news_container img {
    margin: 0 auto;
}

.newsletter_main_container {
    padding: 30px 0 30px 0;
    margin: 40px 0 0px 0;
}




.newsletter_form h2 {
    color: #012131;
    font-family: var(--font-body);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
}

.newsletter_small_info {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px;
}

.newsletter_small_info a {
    color: #001932;
    font-weight: bold;
}

.newsletter_form input[type=text] {
    height: 50px;
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 10px;
    width: calc(100% - 175px);
    float: left;
    border: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

::placeholder {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

#sendnewsletter,
#sendnewsletter2 {
    height: 40px;
    width: 175px;
    border-radius: 5px;
    background-color: #001932;
    background-color: #383838;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    float: left;
    border: 0;
    margin-left: 0px;
    transition: all .3s ease-in-out;
}

#sendnewsletter:hover,
#sendnewsletter2:hover {
    background-color: #001932;
}

.social_wall .cell_1_4 {
    min-width: 22.9%;
    max-width: 22.9%;
    margin: 0 1%;
    border: 1px solid #dedede;
}

.vr-field {
    width: 100%;
}

.vr-field label {
    width: 100%;
}

form.vr-signup-form div.vr-field input[type=text],
form.vr-signup-form div.vr-field input[type=email],
form.vr-signup-form div.vr-field select {
    border: 0 !important;
    width: calc(100% - 23px);
    height: 31px;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}


.social_wall {
    margin-bottom: 40px;
}

.spacer-bott-20 {
    margin-bottom: 20px;
}

.spacer-bott-40 {
    margin-bottom: 40px;
}

.spacer_top_80 {
    margin-top: 80px;
}

.spacer_bott_90,
.spacer-bott-90 {
    margin-bottom: 90px;
}

.spacer-bott-30 {
    margin-bottom: 30px;
}

.spacer-top-30 {
    margin-top: 30px;
}

.spacer-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.spacer-tb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.spacer-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.spacer-tb-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.inner-spacer-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.inner-spacer-bott-80 {
    padding-bottom: 80px !important;
}

.inner-spacer-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Homepage — Why Vicon (from Canva home PDF) */
.why-vicon .regular_box_content h2 {
    margin: 0 0 2rem;
}

.why-vicon .regular_box_content h2 p,
.engineered-performance .regular_box_content h2 p {
    color: var(--vicon-red);
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: none;
}

.why-vicon .regular_box_content h2 p::before {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-59%);
    top: 50%;
}

.why-vicon .regular_box_content h2 p::after {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: 0;
    transform: translateX(59%);
    top: 50%;
}

.why-vicon .description_content {
    margin: 0 auto;
}

.why-vicon .description_content p {
    color: var(--text-primary);
    font-size: 1.8rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;
}

.why-vicon .description_content p:last-child {
    margin-bottom: 0;
}

.engineered-performance .regular_box_content h2 p::before {
    background: #000000;
    /* content: ""; */
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-79%);
    top: 50%;
}

.engineered-performance .regular_box_content h2 p::after {
    background: #000000;
    /* content: ""; */
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: 0;
    transform: translateX(79%);
    top: 50%;
}

.engineered-performance.engineered_hp .regular_box_content h2::before {
    transform: translateX(-73%);
}

.engineered-performance.engineered_hp .regular_box_content h2::after {
    transform: translateX(73%);
}

.engineered_boxes .cell_1_4,
.engineered_boxes .cell_1_2 {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
    position: relative;
    min-width: calc(24.9% - 20px);
    max-width: calc(24.9% - 20px);
}

.engineered_boxes .cell_1_4 {
    min-width: calc(24.9% - 20px);
    max-width: calc(24.9% - 20px);
}

.engineered_boxes .cell_1_2:nth-child(1) {
    min-width: 49.9%;
    max-width: 49.9%;
    margin-right: 0;
}

.engineered_boxes .cell_1_2:nth-child(2) {
    min-width: calc(49.9% - 20px);
    max-width: calc(49.9% - 20px);
    margin-left: 20px;
    margin-right: 0;

}


.engineered_boxes .cell_1_4:after,
.engineered_boxes .cell_1_2:after {
    content: '';
    border-right: 2px solid #cdcdcd;
    position: absolute;
    top: 50%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

h2.red_title,
.red_title h2 {
    color: #d22f4c;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
}

.related_machinary {
    margin-top: 20px;
    ;
}

.engineered_boxes .cell_1_4:last-child:after,
.engineered_boxes .cell_1_2:last-child:after {
    border-right: 0px solid #cdcdcd;

}

.engineered_boxes .flex_container {
    align-items: center;
}

.engineered_boxes .full-height {
    display: flex;
    align-items: center;
    gap: 20px;
}

.engineered_boxes .img_cont {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
}

.engineered_boxes .description_content {
    width: calc(100% - 80px - 20px);
    min-width: calc(100% - 80px - 20px);
    max-width: calc(100% - 80px - 20px);
}

.engineered_boxes h2 {
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}

.engineered_boxes p {
    font-size: 1.8rem;
    font-weight: 300;
}

.max-width-1400 .container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.spacer_bott_40 {
    margin-bottom: 40px;
}

.contact_info_footer {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;
}

.contact_info_footer h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.contact_info_footer .description_content p,
.contact_info_footer .description_content p a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.contact_info_footer .img_cont {
    max-width: 90%;
}

#footer {
    padding: 30px 0;
}


.helpline-info h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.helpline-info .description_content p,
.helpline-info .description_content p a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.helpline-info .img_cont {
    max-width: 50%;
}

.social_icons {
    text-align: right;
    flex: 1;
}

.social_icons img {
    max-width: 40px;
    margin-right: 10px;
}

.copyright {
    text-align: center;
    flex: 1;
}

.copyright p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
}

.legal_compliance {
    background: #fbf1d9;
    padding: 5px 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto
}

.legal_compliance p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.legal_compliance p a {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

.caption {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.caption .itemtitle {
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 105px;
    line-height: 1.5;
    font-weight: 600;
}

.caption .itemtext {
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 50px;
    line-height: 1.5;
    font-weight: 300;
    position: relative;
}

a .caption .itemtext {
    padding-bottom: 100px;

}

a .caption .itemtext:after {
    background: url(../images/icon-arrow-right-white.png) no-repeat right center;
    content: '';
    position: absolute;
    width: 200px;
    height: 45px;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

a .caption .itemtext:hover::after {
    width: 225px;
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 45%;
    transform: translateY(0%);
}

.owl-dot {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #4C6251;
}

.lead_text .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

/*************************************
categories & items
**************************************/

.content_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 -8px;
}

.items {
    flex: 1;
    min-width: 21%;
    max-width: 21%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.items:nth-child(1) {
    flex: 2;
    min-width: 33%;
    max-width: 33%;
    margin: 0px .5% 30px .5%;
}

.container_machine_div .items {
    flex: 1;
    min-width: 21%;
    max-width: 21%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 10px 7px;
}

.container_machine_div .items:nth-child(1) {
    flex: 2;
    /*min-width: 33%;
    max-width: 33%;*/
    margin: 0px .5% 30px .5%;
}

.items .small_box_title h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 15px;
}

.items .small_box_title h2 p a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.items .button_abs_bottom_zero .description_content {
    margin-bottom: 60px;
}

.items .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 15px;
}

.items .description_content p a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    display: none;
}

.items .small_box_title h2 p a,
.items .description_content p a {
    text-decoration: none;
}


.image_container {
    position: relative;
    z-index: 12;
    background: url(../images/machines_bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.image_container img {
    max-width: 100%;
    width: 100%;
    margin: 0% auto 0% auto;
}

#machine_category_container .image_container img {
    max-width: 100%;
    width: 100%;
    margin: 0% auto 0% auto;
    height: 200px;
    object-fit: contain;
}

/*.image_container img {
    max-width: 75%;
    width: 100%;
    margin: 16% auto 8% 0;
}*/

.product_link {
    text-indent: -3000px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.product_link:after {
    content: '';
    background: url(../images/blue-arrow-right.png) no-repeat right center;
    width: 66px;
    height: 26px;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .3s ease-in-out;
}

.product_link:hover::after {
    width: 96px;
}

.one_product_description {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.one_product_description .image_container img {
    max-width: 44%;
    width: 100%;
    margin: 0 0 0 0;
}

.one_product_description h1.page_title {
    color: #012131;
    font-family: var(--font-body);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 600;
    margin: 0px 0 20px 0;
    width: 100%;
    text-align: center;
}

.one_product_description .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.video_title {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.video_iframe {
    width: 100%;
    max-width: 700px;
}

.video_iframe iframe,
.video_iframe video {
    width: 100%;
    height: 337px;
    object-fit: cover;
}

.icon_pdf {
    background: #fbf1d9;
    text-align: center;
    padding: 30px 0;
}

.icon_pdf img {
    max-width: 50%;
}

.file_name {
    padding-left: 12%;
}

.file_name a {
    text-decoration: none;
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.file_name span {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.icon_pdf {
    flex: 1;
}

.file_name {
    flex: 2;
}

.dowload_icon_cont {
    flex: 0.5;
    height: 68px;
    position: relative;
    position: relative;
    min-width: 68px;
    max-width: 68px;
}

.dowload_icon {
    text-indent: -3000px;
    position: relative;
    left: 00px;
    display: inline-block;
    width: auto;
    text-align: left;
}

.dowload_icon:before {
    content: '';
    background: url(../images/icon-download-arrow.png) no-repeat center center;
    width: 68px;
    height: 68px;
    position: absolute;
    top: -2px;
    left: 0;
    transition: all .3s ease-in-out;
    background-size: 75%;
}

.dowload_icon:after {
    content: '';
    background: url(../images/icon-download-bottom.png) no-repeat bottom center;
    width: 68px;
    height: 68px;
    position: absolute;
    top: 0px;
    left: 0;
    transition: all .3s ease-in-out;
    background-size: 75%;
}

.dowload_icon:hover::before {
    top: 6px;
}

.technical_data {
    border-top: 2px solid #012131;
    border-bottom: 2px solid #012131;
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0 auto;
}

.technical_data .file_name {
    flex: 1;
}

.unique_fetures_title {
    padding: 10px 15px 15px 15px;
    margin: 0 auto;
}

.unique_features_container h2 {
    padding: 35px 0px 19px 0px;
    margin: 0 auto;
}


.unique_features_container {
    width: 100%;
}

.unique_features_container table,
.description_content table {
    width: 100%;
}

.unique_features_container tr:nth-child(odd) {
    background: #fbf1d9;
}

.unique_features_container .no_odd tr:nth-child(odd) {
    background: #fff;
}




.description_content ul li:nth-child(odd),
.description_content tr:nth-child(odd) {
    background: #fbf1d9;
}

.description_content .no_odd li:nth-child(odd),
.description_content .no_odd tr:nth-child(odd) {
    background: #fff;
}




.unique_features_container tr td,
.description_content tr td {
    /*padding: 30px 15% 30px 25%;*/
    padding: 20px 20px;
    max-width: 780px;
    margin: 0 auto;

    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

.unique_features_container tr td p,
.description_content tr td p {
    /*padding: 30px 15% 30px 25%;*/
    font-size: 14px;
}

.unique_features_container tr td:nth-child(1),
.description_content tr td:nth-child(1) {

    padding: 10px 20px;

}

.description_content p.lead {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
}

.timeline .flex_container {
    flex-wrap: initial;
    /*align-items: flex-end;*/
    overflow-x: hidden;
    padding: 0 0 35px 0;
    flex-direction: column-reverse;
    max-width: 780px;
    margin: 0 auto;
}

.timeline-controls {
    display: none;
}


.timeline .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    /* padding: 15px 0 0 0; */
    padding-left: 20px;
}

.timeline .cell_2_5 {
    margin: 0 0.5%;
    /*    min-width: 24%;
    max-width: 24%;*/
    min-width: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.timeline .cell_2_5 .full-height {
    display: flex;
    /*flex-direction: column-reverse;*/
    flex-direction: column;
    /*min-height: 730px;*/
    height: 100%;
}

.timeline .cell_2_5 h2 {
    color: #012131;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    /*padding-left: 30px;*/
    min-height: 55px;
    margin-bottom: 0;
    margin-top: 0;
}

.timeline h2.timeline_year {
    color: #4C6251 !important;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    margin-top: 0;

    /*font-size: 110px;*/
    /*line-height: 80px;*/
}

.timeline .img_cont {
    /*align-self: flex-start;
    justify-self: flex-start;*/
    /*flex: 1;*/
    display: flex;
}

.timeline .img_cont img {
    /*max-height: 600px;*/
    /*width: 80%;*/
    width: 100%;
    /*margin: 0 auto;*/
    padding: 0px 0;
    border: 1px solid #e6e6e6;
    max-width: 260px;
}

.timeline .description_content {
    flex: 1;

}

.downloads_category {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.group_files {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 2px solid #001932;
    padding: 15px 0;
}

.group_files:nth-child(1) {
    border-top: 0;
}

.group_files:last-child {
    border-bottom: 2px solid #001932;
    ;
}

.downloads_category {
    flex: 1;
    min-width: 150px;
    max-width: 150px;
}

.group_files .flex_container {
    flex: 1;
    min-width: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.group_files .item {
    min-width: 14%;
    max-width: 14%;
    margin: 0 1% 20px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.group_files_single .item {
    min-width: 20%;
    max-width: 20%;
    margin: 0 1% 20px 1%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.group_files .img_cont,
.group_files_single .img_cont {
    background: #fbf1d9;
    padding: 10px 0;
}


.group_files .img_cont img,
.group_files_single .img_cont img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
}

.group_files_single .full-height p {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.group_files h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    word-break: break-word;

}

.group_files h3 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1;
    font-weight: 300;
    padding-left: 15px;
    padding-right: 15px;
}

.group_files h2,
.group_files h3 {
    margin: 10px 0;
}

.blue_contact_info .cell_1_3 {
    background: #fbf1d9;
    min-width: 30.9%;
    max-width: 30.9%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding: 30px 30px 30px 100px;
}

.blue_contact_info .cell_1_2 {
    background: #fbf1d9;
    min-width: 40.9%;
    max-width: 40.9%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding: 30px 30px 30px 100px;
}

.blue_contact_info .cell_1_3:empty {
    background: transparent;
}

.blue_contact_info h2 {
    position: relative;
    margin-bottom: 62px;
}

.blue_contact_info .cell_1_2 h2 {
    position: relative;
    margin-bottom: 5px;
}

.blue_contact_info .cell_1_2 h2 p {
    color: #012131;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info .cell_1_2 h3 {
    position: relative;
    margin-bottom: 20px;
    padding-top: 0;
    margin-top: 0;
}

.blue_contact_info .cell_1_2 h3 p {
    color: #012131;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info h2 p {
    color: #012131;
    font-family: var(--font-body);
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}

.blue_contact_info h2:before {
    content: '';
    background: url(../images/icon-pin.png) no-repeat top center;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 45px;
    height: 65px;
    position: absolute;
    left: -75px;
    top: 0;
}

.blue_contact_info .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
}

.blue_contact_info .description_content p strong {
    font-weight: 600;
}

#contact .blue_contact_info .flex_container {
    justify-content: center;
}

.img-responsive {
    margin: 0 auto;
}

#care .img-responsive {
    max-width: 380px;
}

#facebook_posts {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#facebook_posts li {
    min-width: 23%;
    max-width: 23%;
    margin: 0 1% 20px 1%;
    border: 1px solid #cdcdcd;

}

#facebook_posts li .description_container_social {
    color: #001932;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    overflow-wrap: break-word;
    display: inline-block;
    word-break: break-all;
    padding: 10px;
}

#facebook_posts li .link_container_social {
    color: #007EC1;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    overflow-wrap: break-word;
    display: inline-block;
    word-break: break-all;
    padding: 10px;
}

.image_container_social {
    padding: 0px;
}

.image_container_social img {
    width: 100%;
    margin-bottom: 10px;
}

.icon_container_social {
    padding: 0px 10px 10px 10px;
    border-top: 1px solid #cdcdcd;
}

.icon_container_social img {
    width: 30px;
    margin-top: 10px;
}


.form_heading {
    text-align: center;
    margin: 30px 0;
}

.form-control {
    border: 1px solid #001932;
    margin-bottom: 5px;
    height: 40px;
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

label.accept_terms,
.form-control::placeholder {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    opacity: 1;
}

select.form-control {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    height: 40px;
}

.cell_1_2:nth-child(1) .form-control {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cell_1_2:nth-child(2) .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.senden_button {
    text-align: center;
}

.senden_button .btn-custom {
    height: 50px;
    line-height: 40px;
    font-weight: 600;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
}

.map_region .cell_1_2 {
    padding: 0 15px;
}

.map_region h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}

.map_region .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.map_region .description_content p.small {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
}

.project_region .cell_1_2 {
    padding: 0 15px;
}

.project_region .cell_1_2:nth-child(1) {
    min-width: 29.9%;
    max-width: 29.9%;
}

.project_region .cell_1_2:nth-child(2) {
    min-width: 69.9%;
    max-width: 69.9%;
}

.content_two .cell_1_2 {
    padding: 0 15px;
}



.project_region h2 p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}

.project_region .description_content p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}

.project_region .description_content p.small {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300;
}

#formsearch {
    width: 100%;
    border-bottom: 2px solid #001932;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-top: 40px;
}

#formsearch ::placeholder {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

#formsearch #search_header {
    border: 0;
    width: 100%;
    height: 70px;
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.results_number {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    padding-left: 60px;
    margin-bottom: 60px;
}

.search_container ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.search_container ul li {

    position: relative;

}

.search_container ul li a:hover {
    background: #fbf1d9;
}

.search_container ul li a:hover::after {
    content: '';
    background: url(../images/icon-next.png) no-repeat right center;
    position: absolute;
    top: 0;
    right: 30px;
    width: 40px;
    height: 100%;
    background-size: contain;
}

.search_container ul li a {
    padding: 15px 90px 15px 60px;
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
    display: block;
}

.search_container ul li a .like_link {
    color: #369acf;
}



/************************************************
pop up pure css 
*****************************************************/
.overlay {
    visibility: hidden;
    opacity: 0;

    position: absolute;
    z-index: 12345621212121;
    top: 0;
    left: 0;
    right: 0;

    min-height: 100%;
    padding-bottom: 20px;
    transition: opacity 500ms;
    background: #fff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.41);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 0px auto;
    padding: 00px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    z-index: 123456;
    /* transition: all .5s ease-in-out; */

}

.popup .container {
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.5;
    font-family: var(--font-body);
}

.search_container ul li a p {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}

.popup .close {
    position: absolute;
    top: 12px;
    right: 15px;
    /* transition: all 200ms; */
    text-decoration: none;
    color: #000;
    opacity: 1;

    color: #001932;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding-left: 35px;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.popup .close:focus,
.popup .close:active,
.popup .close:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.popup .close:before {
    content: '';
    background: url(../images/icon-close.png) no-repeat center center;
    width: 20px;
    height: 20px;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0px;
}

/*.popup .close:hover,
.popup .close:hover::before {
  color: #ff0000;
}*/
.popup .content {
    max-height: 30%;
    overflow: auto;
}

.footer_menu {
    padding: 0;
}


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

    .popup {
        width: 100%;
    }

    .timeline .description_content p {
        padding: 15px 0 0 0 !important;
    }

    .timeline .img_cont {
        display: block;
    }

    .project_region .cell_1_2:nth-child(1) {
        min-width: 100%;
        max-width: 100%;
    }

    .project_region .cell_1_2:nth-child(2) {
        min-width: 100%;
        max-width: 100%;
    }

    .footer_global {
        padding: 0 15px;
    }

    .footer_menu {
        padding: 0 15px;
    }
}

/**********************************/

.ta-left {
    text-align: left !important;
}

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

.ta-right {
    text-align: right !important;
}

.center_image .img_cont {
    text-align: center;
}

.hide-cols .cell_1_3:nth-child(2),
.hide-cols .cell_1_3:nth-child(3) {
    display: none;
}

.fb-post,
.fb-post iframe[style],
.fb-post span {
    width: 100% !important;
}

.gallery .itemVideo .caption {
    z-index: 1234567;
    text-shadow: 0 0 9px #000, 0 0 22px #000;
}

.container_left {
    float: right;
}

.gallery .item {
    position: relative;
}

.gallery video {
    width: 100%;
    /*height: 100%;*/
    /*position: absolute;*/
    /*  top: -56%;
    transform: translateY(28%);*/
    left: 0;
    z-index: 999999;
    background: #000;
}


#helpline .img_cont img {
    width: 50%;

}

.intro_part img {
    margin-bottom: 40px;
}


.mobile_size .cell_1_2 {
    min-width: 50%;
    max-width: 50%;
}

.images_machines a.img_prod {
    height: 201px;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.images_machines .thumb_title {
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    display: block;
}

.items_gall_bottom .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 45%;
    transform: translateY(0);
}

.btn-back {
    padding: 2px 20px 2px 45px;
    height: 40px;
    line-height: 35px;
    width: auto;
    text-align: right;
    margin: 20px 0 20px 10px;
    position: relative;
}

.btn-back:before {
    content: '';
    background: url(../images/icon-arrow-left-white.png) no-repeat left center;
    width: 32px;
    height: 32px;
    -webkit-background-size: contain;
    background-size: cover;
    left: 10px;
    top: 4px;
    z-index: 123;
    position: absolute;
    transition: all .3s ease-in-out;
}

.btn-back:hover::before {
    left: 5px;
}

.marketplace_items .cell_1_3 {
    padding: 0 10px;
}

.marketplace_items .cell_1_2 {
    padding: 0 10px;
}

.marketplace_items .small_box_title h2 p {
    padding: 0;
}

.marketplace_items .small_box_title .description_content p {
    padding: 0;
}

.timeline .cell_1_5 {
    min-width: 267px;
    max-width: 267px;
}

.container_timeline .cell_1_5 {
    margin-left: 20px;
    padding-left: 20px;
    /*border-left: 1px solid #424242;*/
}

.container_timeline .cell_1_5:nth-child(1) {
    margin-left: 00px;
    padding-left: 00px;
    border-left: 0;
}

.separator-top {
    border-top: 1px solid #000;
}

.separator-bott {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.container_timeline {
    position: relative;
    flex-wrap: nowrap;
}

.timeline {
    position: relative;
}

.timeline-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.prev {
    position: absolute;
    z-index: 123;
    top: 50%;
    transform: translateY(-50%);
    font-size: 75px;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.6));
    color: #fff;
    font-family: 'Rubik';
    left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /*.3+9*/
    background: url(../images/prev.png) no-repeat top center;
    text-indent: -3000px;
    height: 61px;
    width: 47px;

}

.next {
    position: absolute;
    z-index: 123;
    top: 50%;
    transform: translateY(-50%);
    font-size: 75px;
    filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.6));
    color: #fff;
    font-family: 'Rubik';
    right: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /*.3+9*/
    background: url(../images/next.png) no-repeat top center;
    text-indent: -3000px;
    height: 61px;
    width: 47px;

}

.container_machine_div video {
    width: 100%;
    margin-bottom: 20px;
}


.screen-reader-error {
    background: #dd131a;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    display: none;
}

.screen-reader-response {
    background: #01cc3f;
    padding: 15px;
    color: #fff;
    font-size: 15px;
    display: none;
}

#gmap_canvas,
#gmap_canvas2 {
    min-height: 350px;
}

.grid-sizer,
.grid-item--width2 {
    border: 0 !important;
}

.grid-sizer,
.grid-item {
    width: 20%;
}

/* 2 columns */
.grid-item--width2 {
    width: 40%;
}

.video_multiple_sources_container {
    width: 75%;
    margin: 0 auto;
    position: relative;
    padding-top: 30%;
    overflow: hidden;
}

.video_multiple_sources_container video {
    position: absolute;
    width: 100%;
    top: -31%;
    transform: translateY(30%);
}

@keyframes slideLegal {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

.upgrades_box {
    margin-top: 124px;
}

.upgrades_box h2 {
    text-align: center;
    display: inline;
}

/******************************
sticky header 
********************************************/
.sticky-wrapper {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 0 0 10px 0;
    height: 120px !important;
    align-items: center;
    display: flex;
    /*border-bottom: 1px solid #eee;*/
}

.navigation {
    padding: 0 var(--vicon-page-gutter);
    flex: 0 0 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.vicon-header-nav {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 28px;
}

.vicon-header-search {
    flex: 0 0 auto;
    margin-left: auto;
    padding-left: 24px;
}

.is-sticky .navigation .navbar-default {
    background-color: #fff;
}

.is-sticky .navigation {
    padding: 0 20px;
    left: 0;
    right: 0;
    width: 100% !important;
    background: #fff;
    border-bottom: 0;
    max-width: 1920px;
    margin: 0 auto;
}

.is-sticky .navigation:before {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(-50%);
    z-index: -1;
}

.is-sticky .navigation:after {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateX(50%);
    z-index: -1;
}

.is-sticky .languages_cont {
    position: absolute;
    right: 15px;
    top: 8px;
}

ul.flex_container {
    list-style: none;
}

.lg-backdrop,
.lg-outer {
    z-index: 123456 !important;
}

.optionen_title.small_box_title {
    padding-bottom: 10px;
    text-decoration: none;
}

.jc-center {
    justify-content: center;
}

#b3 .content_items,
#b10 .content_items {
    /*justify-content: flex-start !important;*/
    text-align: center;
}

.optionen .items:nth-child(1) {
    flex: 2;
    /*min-width: 27%;
    max-width: 27%;*/
    margin: 0px .5% 30px .5%;
}

.optionen .items {
    flex: 1;
    min-width: 17%;
    max-width: 17%;
    margin: 0px .5% 30px .5%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    padding: 7px 7px 7px 7px;
}

.conti_video {
    flex: 1;
    min-width: 48%;
    max-width: 48%;
    margin: 0 1% 20px 1%;
}

.ai-fend {
    align-items: flex-end;
}

#b13 .image_container img {
    max-width: 164px;
}

.shadow_box .description_content {
    padding-bottom: 10px;
    max-width: 560px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    margin: 20px auto 0px auto;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

.spacer_bott_60 {
    margin-bottom: 60px;
}

.spacer_bott_10 {
    margin-bottom: 10px;
}

#spare_parts .regular_box_title h2 p {
    margin: 10px 0;
}

#spare_parts .small_box_title {
    font-size: 22px;
}

.spiro_packages .img_cont {
    box-shadow: 0 0 6px #cdcdcd;
    padding: 10px;
}

.spiro_packages .small_box_title h2 p {
    font-size: 16px;
}

.spiro_packages .cell_1_3,
.spiro_packages .cell_1_2 {
    padding: 0 20px;
}


.hide_empty_boxes .cell_1_3:nth-child(1),
.hide_empty_boxes .cell_1_3:nth-child(3) {
    box-shadow: none;
}

.uploadfile .form-control {
    border: 0;
    margin-bottom: 30px;
}


.modal-backdrop {
    z-index: 123456;
}

#sparepartsmodal,
.upgrades_box {
    z-index: 1234566;
}

.spiro_packages .cell_1_2 {
    max-width: 32%;
    min-width: 32%;
}


















#b0.container_machine_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.categoryID_container {
    min-width: 14%;
    max-width: 14%;
    padding: 0 0px;
}

.categoryID_container.first_one {
    min-width: 10%;
    max-width: 10%;
}

.categoryID_container .items {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    padding: 1px;
}

.categoryID_container .items:nth-child(1) {
    flex: 2;
    margin: 0px .5% 10px .5%;
}

.categoryID_container .optionen_title.small_box_title {
    padding-bottom: 3px;
    position: absolute;
    z-index: 12;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    /*min-height: 30px;*/
}

.categoryID_container .optionen_title.small_box_title h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.categoryID_container .items .small_box_title h2 p {
    margin-bottom: 0;
    line-height: 14px;
    padding: 0 7px;
}

.categoryID_container .items .small_box_title h2 p a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.donation_foundation {
    background: url(../images/pine-tree-with-christmas-decorations.png) no-repeat top right;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
    background-size: contain;
    border-top: 4px solid #e30613;
    border-bottom: 4px solid #e30613;
}

.donation_foundation h2 p {
    margin-top: 20px;
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
    /*color: #fff;*/
}

.donation_foundation .img_cont {
    margin-top: 20px;
}

.donation_foundation .img_cont img {
    max-width: 360px;
    margin: 40px auto;
    filter: drop-shadow(0px 0px 6px white);
}

.donation_foundation .description_content p {
    text-shadow: 0 0 6px rgba(255, 255, 255, 1);
    color: #e30613;
    font-family: var(--font-body);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

.donation_foundation .description_content {
    max-width: 980px;
    padding: 20px 0;
}

.max-width-980 .container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}


.newletter_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newletter_footer img {
    min-width: 20%;
    max-width: 20%;
    padding-right: 0;
    padding-left: 15px;
}

.newletter_footer span {
    min-width: 66%;
    max-width: 66%;
    padding-left: 10px;
    padding-right: 0;

}

h3.footer_newsletter {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    padding-left: 15px;
}

.footer_newsletter_form {
    min-width: 80%;
    max-width: 80%;
    padding-left: 10px;
    padding-right: 0;
}

.footer_newsletter_form .newsletter_form {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    ;
    display: flex;
}

.footer_newsletter_form #sendnewsletter2 {
    height: 33px !important;
    width: 23px !important;
    min-width: 3px;
    padding: 0;
    ;
    border-radius: 5px;
    background-color: #383838;
    color: #FFFFFF;
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    float: left;
    border: 0 !important;
    margin-left: -5px;
    margin-top: -1px;
    transition: all .3s ease-in-out;
}

.footer_newsletter_form input[type=text]#newsletter2 {
    width: calc(100% - 23px);
    height: 31px;
    border-radius: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.newsletter_preview_img {
    min-width: 200px;
    max-width: 200px;

}

form.vr-signup-form div.vr-field {
    margin-bottom: 0 !important;
}

.newsletter_preview_img img {
    width: 100%;
}

.newsletter_form {
    max-width: calc(100% - 200px);
    min-width: calc(100% - 200px);
    margin: 0 auto;
    padding-left: 20px;
}

.newsletter_form_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.newsletter_form h2 {
    margin-top: 0;
}

#memberships-charities .img_cont img {
    max-width: 90%;
}


.charities .cell_1_3,
.charities .cell_1_6 {
    padding: 0 20px;
}


.memberships_box .cell_1_2 {
    min-width: 33.3%;
    max-width: 33.3%;
    padding: 0 20px;

}

.memberships_box .flex_container {
    justify-content: center;
}

.backtomainbutton .btn-back {
    min-width: auto;
}

.machines-x2 .cell_1_2 {
    margin: 0 1%;
    min-width: 48%;
    max-width: 48%;
    border: 1px solid #cdcdcd;
    padding: 15px;
}

.latest_news_box {
    /*background: url(../images/latest_news_bg2.jpg) no-repeat center center;*/
    background-size: contain;
    width: 100%;
    padding: 30px 0 70px 0;
}

/*.latest_news_box.options .cell_1_3{
	background: rgba(255,255,255, 1);
	min-width: 25%;
	max-width: 25%;

}
.latest_news_box .flex_container{
	justify-content: space-between;
}

.latest_news_box.options .cell_1_3:nth-child(2)::before{
	content: '...';
	color: #fff;
	font-size: 108px;
	position: absolute;
	top: 50%;
	left: -50%;
}
.latest_news_box.options .cell_1_3:nth-child(2)::after{
	content: '...';
	color: #fff;
	font-size: 108px;
	position: absolute;
	top: 50%;
	right: -50%;
}*/
.latest_news_box .flex_container {
    justify-content: center;
}

.latest_news_box .cell_1_5,
.latest_news_box .cell_3_5 {
    min-width: 24%;
    max-width: 24%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_5:hover,
.latest_news_box .cell_3_5:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_5:nth-child(2),
.latest_news_box .cell_1_5:nth-child(4) {
    min-width: 9%;
    max-width: 9%;
    box-shadow: none;
    align-self: center;
    background: transparent;
}

.latest_news_box .cell_1_5 .img_cont,
.latest_news_box .cell_1_5 .img_cont,
.latest_news_box .cell_3_5 .img_cont {
    background: transparent;
}

/****1/3***/

.latest_news_box .cell_1_3 {
    min-width: 38%;
    max-width: 38%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_2 {
    min-width: 48%;
    max-width: 48%;
    margin: 10px 1%;
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);*/
    box-shadow: 0 0 12px rgb(255 255 255 / 88%);
    padding: 7px 7px 7px 7px;
    background: transparent;
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
}

.latest_news_box .cell_1_3:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_2:hover {
    -webkit-transform: perspective(1000px) rotateY(15deg);
    transform: perspective(1000px) rotateY(15deg);
}

.latest_news_box .cell_1_3:nth-child(2) {
    min-width: 9%;
    max-width: 9%;
    box-shadow: none;
    align-self: center;
    background: transparent;
}

.latest_news_box .cell_1_3 .img_cont,
.latest_news_box .cell_1_2 .img_cont {
    background: transparent;
}

.latest_news_box .cell_1_2:nth-child(2) {
    display: none;
}

/****/
.latest_news_box h2 p,
.latest_news_box h3 p {
    color: #fff;
}

.latest_news_box .description_content p {
    color: #fff;
    font-size: 14px;
}

.latest_news_box.options .btn-custom {
    max-width: 220px;
    margin: 0 auto;
    color: #fff;
}

.latest_news_box.options .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-white2.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
}

.latest_news_box.options .btn-custom:hover::after {
    right: -10px;
}

.latest_news_box.options .img_cont {
    padding: 20px 0;
}

.options.left_spacing h3 p {
    padding-left: 7px;
}

.options.left_spacing .btn-custom {
    text-align: left;
    min-width: auto;
    padding: 6px 50px 6px 4px;
}

.intro_text_new .row {
    margin: 0;
}

.boder-top-gray {
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;
}

.boder-bott-gray {
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0;
}

.button_abs_bottom_zero.ta-center .btn-custom {
    left: 50%;
    transform: translateX(-50%);
}

.sustain_img .img_cont img {
    max-width: 480px;
    margin: 0 auto;
}

#index .owl-carousel .owl-item img {
    height: auto;
    /* object-fit: none;*/
    object-fit: cover;
}

.owl-carousel .owl-item img {
    height: 201px;
    object-fit: contain;
}

.marketplace_gallery .owl-carousel .owl-item img {
    height: auto !important;
}

.legal_privacy_main p a {
    color: #000000;
    font-weight: 700;
}

.opportunities_box .row.flex_container {
    justify-content: center;
}

.opportunities_box .cell_1_6 {
    margin-bottom: 40px;
}

.opportunities_box .cell_1_6:empty {
    display: none;
}

.opportunities_box h2 p,
.latest_news_box h3 p {}

.opportunities_box .btn-custom {
    background: transparent;
    color: #001932;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-right: 50px;
    margin-left: 0px;
    width: auto;
    height: auto;
}

.opportunities_box .btn-custom {
    max-width: 220px;
    margin: 0 auto;
    padding-left: 0;
}

.opportunities_box .btn-custom:after {
    content: '';
    background: url(../images/icon-arrow-right-blue.png) no-repeat right center;
    width: 36px;
    height: 32px;
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-background-size: contain;
    background-size: contain;
    transition: all .3s ease-in-out;
}

.opportunities_box .btn-custom:hover::after {
    right: -10px;
}

.category_list {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}

.category_list li {
    font-size: 18px;
    padding: 9px 0;
    margin-right: 10px;
    background: #2f9cd7;
    display: inline-block;
    min-width: 23%;
    max-width: 23%;
    text-align: center;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.category_list li:hover,
.category_list li.active {
    background: #1d76a7;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
}

.container_multiplejobs {
    background: #f7f7f7;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: flex-start;
}

.multiplejobs {
    border: 1px solid #e2e2e2;
    max-width: 23%;
    flex: 0 1 auto;
    padding: 5px;
    margin: 0 1%;
}

.job_name {
    font-size: 20px;
    color: #1d76a7;
    font-weight: 600;
    padding-bottom: 10px;
}

.job_type {
    font-size: 16px;
    color: #000;
}

.job_location {
    font-size: 16px;
    color: #000;
}

.job_level {
    font-size: 16px;
    color: #000;
}

.JobSmallDescription {
    font-size: 16px;
    color: #757575;
}

.btn-apply_job {
    background: #2f9cd7;
    color: #fff;
}

.btn-apply_job:hover {
    background: #1d76a7;
    /* border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;*/
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.job_page .row {
    margin-right: -15px;
    margin-left: -15px;
}

.kontact_form {
    margin: 0 auto;
}

.kontact_form label {
    font-family: var(--font-body);
    font-size: 18px;
}

.small_description {
    font-size: 16px;
    color: #757575;
    font-weight: bold;
    line-height: 1.5;
}

.small_description p {
    font-weight: normal;
    max-width: 780px;
    padding-top: 15px;
}

.big_description {
    font-size: 16px;
    color: #000;
}

.job_page {
    padding: 30px 0;
}

.job_page h1 {
    font-size: 3em;
}

.toggle_display h2 p {
    cursor: pointer;
}


/*
.owl-carousel .owl-stage-outer{
    display: flex;
    justify-content: center;
}*/
.owl-carousel .owl-stage-outer>div {
    text-align: center;
    margin: 0 auto;
}

/*******************************cookies**********************/
.overlay2 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 123457;
}

.small_legal_privacy {
    margin: 70px auto;
    padding: 20px;
    background: #fbf1d9;
    border-radius: 5px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;


    padding: 10px;
    color: #012131;
    font-size: 17px;
    text-align: left;

    padding: 50px;
}

.small_legal_privacy div,
.small_legal_privacy div a {
    color: #012131;
}

.small_legal_privacy .addcookie {
    min-width: 64px;
    margin-top: -3px;
    display: inline-block;
    margin-left: 7px;
}

.settings_legal_privacy .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.settings_legal_privacy .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.settings_legal_privacy .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.settings_legal_privacy .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.settings_legal_privacy input:checked+.slider {
    background-color: #2196F3;
}

.settings_legal_privacy input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.settings_legal_privacy input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.settings_legal_privacy .slider.round {
    border-radius: 34px;
}

.settings_legal_privacy .slider.round:before {
    border-radius: 50%;
}

.settings_legal_privacy {
    display: none;
}

.container_buttons {
    padding-top: 50px;
    text-align-last: justify;
}

.text_label {
    vertical-align: sub;
    margin-left: 30px;
}

.spacer_top_40 {
    margin-top: 40px;
}

.settings_legal_privacy h2 {
    padding-bottom: 40px;
}

@media screen and (max-width: 700px) {
    .small_legal_privacy {
        width: 99%;
        font-size: 14px;
    }

    .spacer_top_40 {
        margin-top: 10px;
    }

    .settings_legal_privacy h2 {
        padding-bottom: 10px;
        font-size: 20px;
    }

    .small_legal_privacy {
        margin: 20px auto;
        padding: 10px;
    }

    .small_legal_privacy .addcookie {
        font-size: 14px;
    }
}

/*******************************cookies**********************/

.new_badge .cell_1_3:nth-child(2) {
    position: relative;

}

.new_badge .cell_1_3:nth-child(2):before {
    content: '';
    background: url(../images/new-addition.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 12;
    width: 61px;
    height: 61px;
}


.marketplace_items.new-item .img_cont {
    position: relative;

}

.marketplace_items.new-item .img_cont:before {
    content: '';
    background: url(../images/new-item.svg) no-repeat top center;
    background-size: contain;
    position: absolute;
    top: -30px;
    right: -20px;
    z-index: 12;
    width: 61px;
    height: 61px;
}

.footer_global {
    padding: 0 15px;
}

.footer_global li a {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid #333;

}

.footer_global li {
    list-style: none;
    color: #333;
}


.footer_menu li a {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.footer_menu li a:active,
.footer_menu li a:hover {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.5;
    color: #007EC1;
    text-decoration: none;

}

.footer_menu li {
    list-style: none;
    color: #333;
    text-decoration: none;

}

.calculatorTable,
.primaryTable {
    margin-bottom: 10px;
    ;
    width: 100%;
    border: 1px solid #001932;

}

.calculatorTable select.form-control,
.primaryTable select.form-control {
    font-size: 16px;
    ;
    height: 33px;
    ;
    padding-top: 4px;
    ;
}

.calculatorTable .form-control,
.primaryTable .form-control {
    font-size: 16px;
    ;
    height: 33px;
    ;
    padding-top: 4px;
    ;
}

.calculatorTable tr th,
.primaryTable tr th {
    color: #ffffff;
    font-family: var(--font-body);
    font-size: 16px;
    padding: 10px 0px 6px 0px;
    text-align: center;
    background: #006600;
}

.calculatorTable tr td,
.primaryTable tr td {
    color: #001932;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    padding: 5px 5px;
    font-weight: 600;
}

@media(max-width: 480px) {

    .calculatorTable tr td,
    .primaryTable tr td {
        font-size: 11px;
        ;
    }

    .calculatorTable tr td strong,
    .primaryTable tr td strong {
        font-size: 13px;
        ;
    }

    .calculatorTable select.form-control,
    .primaryTable select.form-control {
        font-size: 13px;
        height: 28px;
    }
}

label {
    font-family: var(--font-body);
    font-size: 25px;
    line-height: 1.5;
    padding: 5px 5px;
}

sup {
    font-size: 25px;
    color: red;
}

.machineProfileTitle {
    color: #001932;
    font-family: var(--font-body);
    font-size: 26px;
    padding: 10px 20px;
    text-align: center;
}

.machineProfile img {
    height: 240px;
    object-fit: contain;
}

.machineProfileFeatures {
    color: #001932;
    font-family: var(--font-body);
    font-size: 20px;
    padding: 10px 20px;
    text-align: center;
}

@media(max-width: 767px) {
    .machineProfile.cell_1_3 {
        min-width: 50%;
        max-width: 50%;
    }
}

@media(max-width: 575px) {

    .machineProfile.cell_1_3,
    .contact_info_footer .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
    }

    .contact_info_footer .img_cont {
        width: 100%;
        max-width: 100%;
    }

    .social_icons {
        text-align: center;
        flex: 1;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .social_icons img {
        max-width: 25px;
        margin-right: 10px;

    }
}

#metalUsed {
    list-style: none;
}

.primaryTable label {
    color: #001932;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    padding: 5px 5px;
    font-weight: 600;
}

ol li {
    color: #012131;
    font-family: var(--font-body);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;



}

ol li p strong {
    color: #012131;
    font-family: var(--font-body);
    font-size: 27px;
    line-height: 1.5;
    font-weight: 600;
    margin: 20px 0;


}

.form_label {
    position: relative;
    min-height: 88px;
}

.form_text {
    vertical-align: top;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #686ea1;
}

.form_text:after {
    content: "*";
    position: relative;
    top: 0;
    font-size: 13px;
    color: #f00;
}

.form_label input,
.field_multiselect {
    position: relative;
    width: 100%;
    display: block;
    min-height: 40px;
    border: 1px solid #001932;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 40px 5px 16px;
    ;
    font-size: 14px;
    color: #001932;

    outline-color: #cdd6f3;
}

.form_label input::placeholder,
.field_multiselect::placeholder {
    color: #a8acc9;
}

.form_label input:hover,
.field_multiselect:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}

.form_label input:focus,
.field_multiselect:focus {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
}


.field_multiselect_help {
    position: absolute;
    max-width: 100%;
    background-color: #fff;
    top: -48px;
    left: 0;
    opacity: 0;
}

.form_label input.error {
    border-color: #eb5757;
}

.error_text {
    color: #eb5757;
}

.field_multiselect {
    padding-right: 60px;
}

.field_multiselect:after {
    content: "";
    position: absolute;
    right: 14px;
    top: 15px;
    width: 6px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='6' height='16' viewBox='0 0 6 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 0L6 5H0L3 0Z' fill='%23A8ACC9'/%3E%3Cpath d='M3 16L6 11H0L3 16Z' fill='%23A8ACC9'/%3E%3C/svg%3E") 50% 50% no-repeat;
}


.multiselect_block {
    position: relative;
    width: 100%;
}

.field_select {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;

    border: 2px solid #001932;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    box-sizing: border-box;
    outline-color: #001932;
    z-index: 6;
}

.field_select[multiple] {
    overflow-y: auto;
}

.field_select option {
    display: block;
    padding: 8px 16px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.field_select option:checked {
    background-color: #eceff3;
}

.field_select option:hover {
    background-color: #d5e8fb;
}


.field_multiselect button {
    position: relative;
    padding: 7px 8px 7px 8px;
    background: #282828;
    color: #ffffff;
    border-radius: 4px;
    margin-right: 9px;
    margin-bottom: 5px;
}

.field_multiselect button :hover,
.field_multiselect button :focus {
    background-color: #282828;
}

.field_multiselect button :after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}


.multiselect_label {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 100%;
    height: 44px;
    cursor: pointer;

    z-index: 3;
}

.field_select {
    display: none;
}

input.multiselect_checkbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    opacity: 0;
}

.multiselect_checkbox:checked~.field_select {
    display: block;
}

.multiselect_checkbox:checked~.multiselect_label {
    width: 40px;
    left: initial;
    right: 4px;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4958 6.49499C19.7691 6.22162 19.7691 5.7784 19.4958 5.50504C19.2224 5.23167 18.7792 5.23167 18.5058 5.50504L12.5008 11.5101L6.49576 5.50504C6.22239 5.23167 5.77917 5.23167 5.50581 5.50504C5.23244 5.7784 5.23244 6.22162 5.50581 6.49499L11.5108 12.5L5.50581 18.505C5.23244 18.7784 5.23244 19.2216 5.50581 19.495C5.77917 19.7684 6.22239 19.7684 6.49576 19.495L12.5008 13.49L18.5058 19.495C18.7792 19.7684 19.2224 19.7684 19.4958 19.495C19.7691 19.2216 19.7691 18.7784 19.4958 18.505L13.4907 12.5L19.4958 6.49499Z' fill='%234F5588'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.multiselect_checkbox:checked~.field_multiselect_help {
    opacity: 1;
}

@media (max-width: 400px) {
    .field_multiselect_help {
        display: none;
    }
}

body.enlarged-mode::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}

.lightbox .img-responsive {
    max-width: 100%;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.lightbox .img-responsive.enlarged {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.05);
    max-width: 90vw !important;
    max-height: 90vh !important;
    z-index: 9999 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.95);
    border-radius: 8px;
    cursor: zoom-out;
}

/* --- Vicon header / footer (2026 redesign) --- */

#main-navigation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    width: 100%;
}

.vicon-main-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vicon-main-nav>.vicon-nav-item {
    position: relative;
    list-style: none;
}

@media (min-width: 992px) {

    .vicon-has-mega::after,
    .vicon-has-sub::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 12px;
        z-index: 1201;
    }

    .vicon-mega-panel--header,
    .vicon-subnav-panel--header {
        margin-top: -12px;
        padding-top: 12px;
    }
}

.vicon-main-nav>.vicon-nav-item>a {
    color: var(--text-primary);
    font-size: 20px;
    font-weight: 400;
    padding: 28px 22px 28px 0;
    line-height: 1.2;
    text-decoration: underline;
    text-underline-offset: .25rem;
    display: block;
    text-transform: none;
}

.vicon-search-btn {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 0;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 28px 28px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-search-btn:focus,
.vicon-search-btn:active,
.vicon-search-btn:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-main-nav>.vicon-nav-item>a:hover,
.vicon-main-nav>.vicon-nav-item>a:focus,
.vicon-main-nav>.vicon-nav-item>a:active,
.vicon-main-nav>.vicon-nav-item>a:focus-visible {
    color: var(--text-primary);
    text-decoration: underline;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-main-nav>.vicon-nav-item>a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.vicon-main-nav>.vicon-nav-item>a.active {
    color: var(--vicon-red);
    font-size: 22px;
    text-decoration: underline;
    text-underline-offset: .25rem;
    outline: none;
    box-shadow: none;
}

.vicon-main-nav>.vicon-nav-item>a.active:after {
    display: none;
}

.vicon-nav-actions {
    display: none;
}

.vicon-mega-panel,
.vicon-subnav-panel {
    display: none;
    z-index: 1200;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 12px 32px rgba(0, 25, 50, 0.12);
}

.vicon-mega-panel--inline,
.vicon-subnav-panel--inline {
    display: none;
}

.vicon-mega-panel--header,
.vicon-subnav-panel--header {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    transform: none;
    margin: 0;
}

.vicon-mega-panel--header {
    width: min(1260px, calc(100vw - 30px));
    max-width: calc(100vw - 30px);
}

.vicon-mega-panel__inner {
    padding: 28px 24px;
}

.vicon-site-header:has(.vicon-has-mega:hover) .vicon-mega-panel--header,
.vicon-site-header:has(.vicon-has-mega.is-open) .vicon-mega-panel--header,
.vicon-mega-panel--header.is-visible {
    display: block;
}

.vicon-site-header:has(.vicon-has-sub:hover) .vicon-subnav-panel--header,
.vicon-site-header:has(.vicon-has-sub.is-open) .vicon-subnav-panel--header,
.vicon-subnav-panel--header.is-visible {
    display: block;
}

.vicon-site-header:has(.vicon-has-sub:hover) .vicon-mega-panel--header,
.vicon-site-header:has(.vicon-has-sub.is-open) .vicon-mega-panel--header,
.vicon-site-header:has(.vicon-has-sub:hover) .vicon-mega-panel--header.is-visible,
.vicon-site-header:has(.vicon-has-sub.is-open) .vicon-mega-panel--header.is-visible {
    display: none !important;
}

.vicon-site-header:has(.vicon-has-mega:hover) .vicon-subnav-panel--header,
.vicon-site-header:has(.vicon-has-mega.is-open) .vicon-subnav-panel--header,
.vicon-site-header:has(.vicon-has-mega:hover) .vicon-subnav-panel--header.is-visible,
.vicon-site-header:has(.vicon-has-mega.is-open) .vicon-subnav-panel--header.is-visible {
    display: none !important;
}

.vicon-site-header {
    position: relative;
    z-index: 1000;
}

@media (min-width: 992px) {

    .vicon-mega-panel--inline,
    .vicon-subnav-panel--inline {
        display: none !important;
    }

    .vicon-nav-search {
        display: none !important;
    }
}

.vicon-subnav {
    position: static;
    min-width: 220px;
    padding: 12px 0;
    list-style: none;
    margin: 0;
}

.vicon-mega__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 28px 24px;
}

.vicon-mega__title {
    display: block;
    color: #012131;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    text-decoration: none;
}

.vicon-mega__title:hover,
.vicon-mega__title:focus {
    text-decoration: underline;
}

.vicon-mega__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vicon-mega__links li {
    margin-bottom: 8px;
}

.vicon-mega__links a {
    color: #001932;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.vicon-mega__links a:hover,
.vicon-mega__links a:focus {
    text-decoration: underline;
}

.vicon-subnav li a {
    display: block;
    padding: 8px 18px;
    color: #001932;
    font-family: var(--font-body);
    font-size: 15px;
    text-decoration: none;
}

.vicon-subnav li a:hover,
.vicon-subnav li a:focus {
    background: #f5f7f9;
}

.vicon-footer {
    margin-top: 0;
    width: 100%;
    border-top: 3px solid #000000;
}

.vicon-footer__main {
    padding: 36px 20px 28px;
    background: #fff;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.vicon-footer__grid {
    display: grid;
    grid-template-columns: minmax(160px, 1.15fr) repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
}

.vicon-footer__col {
    border-left: 1px solid #e0e0e0;
    padding: 0 24px;
    min-height: 100%;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vicon-footer__brand {
    padding-right: 24px;
    padding-left: 0;
    border-left: 0;
    text-align: center;
}

.vicon-footer__logo img {
    max-width: 165px;
    width: 100%;
    height: auto;
    display: block;
}

.vicon-footer__logo {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    display: inline-block;
}

.vicon-footer__logo:focus,
.vicon-footer__logo:active,
.vicon-footer__logo:focus-visible {
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.vicon-footer__tagline {
    margin: 18px 0 0;
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
    text-underline-offset: .15rem;
}

.vicon-footer__heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.vicon-footer__subtitle {
    margin: 0 0 2px;
    color: var(--vicon-red);
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.vicon-footer__icon-row {
    margin: 14px 0 12px;
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.vicon-footer__icon-row--dual {
    gap: 10px;
}

.vicon-footer__machine-icon {
    max-height: 52px;
    width: auto;
    display: block;
}

.vicon-footer__machine-icon--invert {
    filter: invert(1);
}

.vicon-footer__phone,
.vicon-footer__contact-line {
    margin: 0 0 8px;
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.vicon-footer__contact-line {
    width: 100%;
    text-align: center;
}

.vicon-footer__phone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vicon-footer__phone-icon {
    flex: 0 0 18px;
    color: #000;
}

.vicon-footer__phone a,
.vicon-footer__contact-line a {
    color: inherit;
    text-decoration: none;
}

.vicon-footer__contact-line strong {
    font-weight: 700;
    display: block;
}

.vicon-footer__contact-line a {
    color: var(--vicon-red);
    text-decoration: underline;
    text-underline-offset: .12rem;
}

.vicon-footer__col--follow {
    padding-left: 8px;
}

.vicon-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 4px 0 16px;
}

.vicon-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.vicon-footer__social-link img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.vicon-footer__smacna {
    max-width: 95px;
    width: 100%;
    height: auto;
    display: block;
}

.vicon-footer__privacy {
    background: #000;
    padding: 14px 20px 16px;
    width: 100%;
    box-sizing: border-box;
}

.vicon-footer__privacy p {
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.vicon-footer__privacy a {
    color: #5ca3ff;
    text-decoration: none;
}

.vicon-footer__privacy a:hover,
.vicon-footer__privacy a:focus {
    text-decoration: underline;
}

.legal_compliance {
    display: none;
}

.vicon-footer__icon-row img {
    height: auto;
    max-width: 130px;
}

@media(max-width:1199px) {
    .engineered-performance .regular_box_content h2 p::before {
        transform: translateX(-85%);
    }

    .engineered-performance .regular_box_content h2 p::after {
        transform: translateX(85%);
    }

    .engineered_boxes .flex_container {
        align-items: flex-start;
    }

    .engineered_boxes .full-height {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .engineered_boxes .description_content {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .vicon-mega-panel--header,
    .vicon-subnav-panel--header {
        display: none !important;
    }

    .vicon-has-mega.is-open .vicon-mega-panel--inline {
        display: block;
        position: static;
        width: 100%;
        margin: 0;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-mega-panel--inline .vicon-mega-panel__inner {
        padding: 12px 0 16px;
    }

    #main-navigation {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .vicon-main-nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .vicon-main-nav>.vicon-nav-item>a {
        padding: 12px 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-mega-panel--inline,
    .vicon-subnav-panel--inline {
        position: static;
        transform: none;
        width: 100%;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .vicon-has-sub.is-open .vicon-subnav-panel--inline {
        display: block;
    }

    .vicon-mega-panel--inline .vicon-mega__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .vicon-header-nav {
        flex: 0 0 auto;
        margin-left: auto;
    }

    .vicon-header-search--desktop {
        display: none !important;
    }

    .vicon-main-nav>.vicon-nav-search>.vicon-search-btn {
        width: 100%;
        height: auto;
        min-height: calc(1.2em + 24px);
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #eee;
        display: block;
        box-sizing: border-box;
        background-position: left center;
        background-size: 28px 28px;
    }

    .vicon-nav-actions {
        margin: 12px 0 0;
        align-self: flex-start;
    }

    .vicon-footer__col {
        border-left: 0;
        padding: 0;
    }

    .vicon-footer__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    .vicon-footer__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .vicon-footer__grid {
        grid-template-columns: 1fr;
    }
}

/* Machinery hub — Canva 3_Machinery Landing Page */
.machinery-page {
    --machinery-bg: #fff;
    --machinery-card-bg: #141414;
    --machinery-card-border: rgba(255, 255, 255, 0.1);
    --machinery-text: rgba(0, 0, 0, 0.76);
    --machinery-body: rgba(246, 243, 235, 0.46);
    background: var(--machinery-bg);
    box-sizing: border-box;
    color: #fff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    width: 100vw;
}

.machinery-hub__page-title {
    margin-bottom: 2rem;
}

.machinery-hub {
    background: transparent;
    padding: clamp(2rem, 4vw, 3rem) 0 0;
}

.machinery-hub__inner {
    margin: 0 auto;
    /* max-width: 1400px; */
    padding: 0 clamp(1.25rem, 3vw, 1.5rem);
}

.machinery-hub__grid {
    display: grid;
    gap: clamp(1rem, 2vw, 1.75rem);
}

.machinery-hub__grid--category {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.machinery-hub__grid--item {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.machinery-card {
    /* background: var(--machinery-card-bg); */
    border: 1px solid var(--machinery-card-border);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 2rem;
}

.machinery-card:hover {
    /* border-color: rgba(210, 47, 76, 0.45);
    box-shadow: 0 0 0 1px rgba(210, 47, 76, 0.2); */
    transform: none;
}

.machinery-card__link {
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.machinery-card__link:hover,
.machinery-card__link:focus {
    color: #fff;
    text-decoration: none;
}

.machinery-card__media {
    aspect-ratio: 16 / 10;
    background: #1a1a1a;
    overflow: hidden;
    border: 6px solid #8a8a8a;
}

.machinery-card__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.machinery-card:hover .machinery-card__media img {
    transform: scale(1.02);
}

.machinery-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.875rem;
    padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 2.5vw, 2rem);
    background: var(--machinery-body);
    border: 6px solid #8a8a8a;
    border-radius: 10px;
    margin-top: 1.5rem;
}

.machinery-card__title {
    color: #000000;
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-weight: 00;
    letter-spacing: 0.04em;
    line-height: 1.15;
    margin: 0;
    text-transform: none;
    text-align: center;
}

.machinery-card__text,
.machinery-card__text p,
.machinery-card__text span {
    color: var(--machinery-text);
    flex: 1;
    font-family: var(--font-body);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
}

.machinery-card__text p+p {
    margin-top: 0.75rem;
}

.machinery-card__cta {
    align-items: center;
    color: #000000;
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 600;
    gap: 0.35rem;
    letter-spacing: 0.02em;
    margin-top: auto;
    padding-top: 0.35rem;
    transition: color 0.2s ease, gap 0.2s ease;
    margin: 0 auto;
}

.machinery-card__cta-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 4rem;
    height: 50px;
    line-height: 1;
}

.machinery-card__link:hover .machinery-card__cta,
.machinery-card__link:focus .machinery-card__cta {
    color: #000000;
    gap: 0.55rem;
}

.machinery-card__link:hover .machinery-card__cta-arrow,
.machinery-card__link:focus .machinery-card__cta-arrow {
    transform: translateX(3px);
}

.machinery-hub-cta {
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    margin-top: 0;
    padding: clamp(2.75rem, 5vw, 3.75rem) 0 clamp(3.25rem, 6vw, 4.5rem);
}

.machinery-hub-cta__inner {
    margin: 0 auto;
    max-width: 920px;
    padding: 0 clamp(1.25rem, 3vw, 2.5rem);
    text-align: center;
}

.machinery-hub-cta__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.25rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    margin: 0 0 1rem;
    text-transform: none;
}

.machinery-hub-cta__text {
    color: var(--machinery-text);
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 auto 1.875rem;
    max-width: 36rem;
}

.machinery-hub-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.machinery-hub-cta .btn-custom.machinery-hub-cta__btn {
    background: var(--vicon-red);
    border: 2px solid var(--vicon-red);
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    min-width: 13rem;
    padding: 0.75rem 1.25rem;
}

/* .machinery-hub-cta .btn-custom.machinery-hub-cta__btn:hover,
.machinery-hub-cta .btn-custom.machinery-hub-cta__btn:focus {
    background: #b82842;
    border-color: #b82842;
    color: #fff;
} */
.black_section_bott .flex_container {
    align-items: center;
    justify-content: center;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

p img {
    width: 100%;
    max-width: 400px;
    margin: 25px auto;
    height: auto;
    display: block;
}


@media (min-width: 992px) {
    .machinery-card__media {
        aspect-ratio: 16 / 11;
        min-height: 280px;
    }

    /* Desktop: always show nav, hide burger */
    .navbar-toggle {
        display: none !important;
    }

    #main-navigation {
        display: flex !important;
        position: static !important;
        background: transparent !important;
        box-shadow: none !important;
        padding: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {

    .machinery-hub__grid--category,
    .machinery-hub__grid--item {
        grid-template-columns: 1fr;
    }

    /* Show burger */
    .navbar-toggle {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        gap: 0;
    }

    /* Nav hidden by default — custom JS adds .nav-is-open */
    #main-navigation {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1050;
        background: #fff;
        padding: 16px 20px 20px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.13);
        border-top: 3px solid var(--vicon-red);
    }

    /* Open state — toggled by scripts.js */
    #main-navigation.nav-is-open {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        max-height: calc(100dvh - var(--vicon-header-height, 84px));
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    }
}

/* Product detail page (machines / items) */
.product-page-wrap.one_product_description {
    padding: 0;
    max-width: none;
}

.product-page {
    --product-max: 1240px;
    --product-section-pad: clamp(2.5rem, 5vw, 4.5rem);
    color: #111;
}

.product-page .image_container img {
    max-width: 100%;
}

.product-section-head {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.product-section-head--center {
    text-align: center;
}

.product-section-head--light .product-section-title {
    color: #fff;
}

.product-section-title {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.15;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}

.product-section-title::after {
    background: var(--vicon-red);
    content: "";
    display: block;
    height: 3px;
    margin-top: 0.75rem;
    width: 64px;
}

.product-section-head--center .product-section-title::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-title--sub {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
}

/* Hero */
.product-hero {
    position: relative;
    background: #000;
    min-height: clamp(280px, 42vw, 520px);
    overflow: hidden;
}

.product-hero__media {
    position: absolute;
    inset: 0;
}

.product-hero__image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.product-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 68%, rgba(0, 0, 0, 0.82) 100%);
    inset: 0;
    position: absolute;
}

.product-hero__content {
    align-items: flex-end;
    display: flex;
    inset: 0;
    padding: clamp(1.5rem, 4vw, 3rem);
    position: absolute;
    z-index: 1;
}

.product-hero__content-inner {
    margin: 0 auto;
    max-width: var(--product-max);
    width: 100%;
}

.product-hero__eyebrow {
    color: var(--vicon-red);
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
}

.product-hero--no-image {
    background: #111;
    min-height: auto;
}

.product-hero__content--static {
    position: relative;
}

.product-hero__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(2.75rem, 7vw, 5rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    max-width: none;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}



.product-intro__headline {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3.2vw, 2.25rem);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.25;
    margin: 0 0 1.25rem;
}

.product-page--detail .product-intro__text {
    text-align: left;
}

.product-key-features__grid--pdf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-section-title--red {
    color: var(--vicon-red);
}

.product-section-title--red::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-title--dark {
    color: #111;
}

.product-section-title--dark::after {
    margin-left: auto;
    margin-right: auto;
}

.product-section-head--center .product-section-title {
    text-align: center;
}


/* Related — light background per PDF */
.product-page--detail .product-related {
    /* background: #f0f0f0; */
}

.product-page--detail .product-related .product-section-title,
.product-page--detail .product-related .machinery-card__title,
.product-page--detail .product-related .machinery-card__cta {
    color: #111;
}

.product-page--detail .product-related .machinery-card__link {
    color: #111;
}

/* Profile guide CTA band */
.product-profiles {
    background: #111;
    color: #fff;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
    text-align: center;
}

.product-profiles__inner {
    margin: 0 auto;
    max-width: 720px;
}

.product-profiles__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.product-profiles__text {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;
}

.product-profiles__btn {
    background: var(--vicon-red);
    border: 2px solid var(--vicon-red);
    color: #fff;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 0.85rem 1.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.product-profiles__btn:hover,
.product-profiles__btn:focus {
    background: #b82842;
    border-color: #b82842;
    color: #fff;
    text-decoration: none;
}

/* Intro */
.product-intro {
    background: #fff;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}



.product-intro__text {
    color: #333;
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.75;
}

.product-intro__text p:last-child {
    margin-bottom: 0;
}

/* Key features */
.product-key-features {
    background: #111;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-key-features__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-key-features__grid {
    display: grid;
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-key-feature {
    background: #1a1a1a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.product-key-feature:hover {
    border-color: rgba(210, 47, 76, 0.45);
    transform: translateY(-2px);
}

.product-key-feature__media {
    aspect-ratio: 16 / 10;
    background: #0d0d0d;
    border-bottom: 4px solid #8a8a8a;
    line-height: 0;
    overflow: hidden;
}

.product-key-feature__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.product-key-feature:hover .product-key-feature__media img {
    transform: scale(1.03);
}

.product-key-feature__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.75rem;
    padding: clamp(1rem, 2vw, 1.35rem);
}

.product-key-feature__title {
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.125rem, 2vw, 1.35rem);
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
}

.product-key-feature__text {
    color: rgba(255, 255, 255, 0.78);
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.65;
    margin: 0;
}

.product-key-feature__link {
    align-items: center;
    color: var(--vicon-red);
    display: inline-flex;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    gap: 0.35rem;
    letter-spacing: 0.05em;
    margin-top: auto;
    text-decoration: none;
    text-transform: uppercase;
}

.product-key-feature__link:hover,
.product-key-feature__link:focus {
    color: #fff;
    text-decoration: none;
}

.product-key-feature__link-arrow {
    transition: transform 0.2s ease;
}

.product-key-feature__link:hover .product-key-feature__link-arrow {
    transform: translateX(4px);
}

/* Details / options prose */
.product-details {
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-details {
    background: #f7f7f7;
}


.product-details__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-details__grid {
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-details__grid .product-details__col:only-child {
    grid-column: 1 / -1;
}

.product-prose {
    color: #222;
    font-size: 1rem;
    line-height: 1.7;
}

.product-prose ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.product-prose table {
    border-collapse: collapse;
    width: 100%;
}

.product-prose--specs table tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}

.product-prose table td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.75rem 1rem;
    vertical-align: top;
}

.product-prose table td:first-child {
    color: #555;
    font-weight: 600;
    width: 42%;
}

/* Related */


.product-related__grid {
    margin-bottom: 0;
}

.product-related-card .machinery-card__title {
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
}

.product-related-card .machinery-card__cta {
    font-size: 1rem;
}

.product-related-card .machinery-card__cta-arrow {
    font-size: 2rem;
    height: auto;
}

/* Video */
.product-video {
    background: #fff;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-video__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-video__grid {
    display: grid;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.product-video__title {
    color: #111;
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.product-video__frame {
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.product-video__frame iframe,
.product-video__frame video {
    border: 0;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Gallery */
.product-gallery {
    background: #f7f7f7;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-gallery__inner {
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-gallery__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.product-gallery__item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin: 0;
    overflow: hidden;
}

.product-gallery__link {
    display: block;
    line-height: 0;
}

.product-gallery__link img {
    display: block;
    height: 160px;
    object-fit: cover;
    transition: transform 0.3s ease;
    width: 100%;
}

.product-gallery__link:hover img {
    transform: scale(1.04);
}

.product-gallery__caption {
    color: #444;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 0.65rem 0.75rem;
    text-align: center;
}

/* Download */
.product-download {
    background: #fff;
    padding: var(--product-section-pad) clamp(1.25rem, 4vw, 2.5rem);
}

.product-download__inner {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
    max-width: var(--product-max);
}

.product-download__card {
    align-items: center;
    background: #fbf1d9;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #001932;
    display: flex;
    gap: clamp(1rem, 2.5vw, 1.5rem);
    padding: clamp(1rem, 2.5vw, 1.5rem);
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.product-download__card:hover,
.product-download__card:focus {
    background: #f5e6c4;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    color: #001932;
    text-decoration: none;
}

.product-download__icon {
    flex: 0 0 72px;
    text-align: center;
}

.product-download__icon img {
    max-width: 48px;
}

.product-download__meta {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.25rem;
}

.product-download__meta strong {
    font-family: var(--font-heading);
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 600;
}

.product-download__meta span {
    color: #555;
    font-size: 0.9375rem;
}

.product-download__action {
    color: var(--vicon-red);
    flex: 0 0 auto;
    font-family: var(--font-heading);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 991px) {

    .product-key-features__grid,
    .product-key-features__grid--pdf {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-details__grid {
        grid-template-columns: 1fr;
    }

    .product-hero__title {
        max-width: none;
    }
}

@media (max-width: 640px) {

    .product-key-features__grid,
    .product-key-features__grid--pdf {
        grid-template-columns: 1fr;
    }

    .product-download__card {
        flex-wrap: wrap;
    }

    .product-download__action {
        width: 100%;
    }
}

/* Product detail — PDF layout (rollform / TDX style) */
.product-page--detail {
    --product-pdf-max: 1400px;
    --product-pdf-border: #8a8a8a;
}

.product-page-wrap.one_product_description.product-page-wrap {
    overflow-x: hidden;
}

.product-section-title--pdf {
    font-size: clamp(1.75rem, 3.2vw, 2.35rem);
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
    text-align: center;
    width: 100%;
}

.product-section-title--pdf::after {
    margin-left: auto;
    margin-right: auto;
    width: 72px;
}

/* Hero — light stage + title bar (PDF) */
.product-hero--pdf {
    background: #fff;
    min-height: auto;
    overflow: visible;
}

.product-hero--pdf .product-hero__stage {
    align-items: flex-end;
    background: #fff;
    display: flex;
    justify-content: center;
    min-height: clamp(280px, 38vw, 520px);
    padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 3vw, 2rem) 0;
}

.product-hero--pdf .product-hero__image {
    display: block;
    height: auto;
    /* max-height: min(52vh, 480px);*/
    object-fit: contain;
    object-position: center bottom;
    width: auto;
    /* max-width: min(100%, 1100px);*/
}

.product-hero--pdf .product-hero__cta-bar {
    background: #000;
    padding: clamp(1rem, 2.5vw, 1.35rem) clamp(1.25rem, 4vw, 2.5rem);
}

.product-hero--pdf .product-hero__cta-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    justify-content: space-between;
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

.product-hero--pdf .product-hero__cta-title {
    color: #fff;
    flex: 0 1 auto;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    min-width: 750px;
    max-width: 750px;
}

.product-hero--pdf .product-hero__cta-divider {
    align-self: stretch;
    background: rgba(255, 255, 255, 0.35);
    display: none;
    flex: 0 0 1px;
    margin: 0.25rem 0;
    min-height: 3rem;
    width: 1px;
    display: block;
}

.product-hero--pdf .product-hero__cta-actions {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    padding-left: 20px;
}

.product-hero__cta-btn {
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3;
    padding: 0.7rem 1.25rem;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}

.product-hero__cta-btn:hover,
.product-hero__cta-btn:focus {
    color: #fff;
    text-decoration: underline;
}

.product-hero__cta-btn--primary {
    background: var(--vicon-red);
    border-color: #fff;
}

.product-hero__cta-btn--primary:hover,
.product-hero__cta-btn--primary:focus {
    background: #b82842;
    border-color: #fff;
}

.product-hero__cta-btn--secondary {
    background: #3f4d4d;
    border-color: #fff;
}

.product-hero__cta-btn--secondary:hover,
.product-hero__cta-btn--secondary:focus {
    background: #4f5f5f;
    border-color: #fff;
}

.product-hero--pdf.product-hero--no-image .product-hero__cta-bar {
    border-top: 0;
}

/* Intro */
.product-intro--pdf {
    background: #fff;
    padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 3.5rem);
}


.product-intro--pdf .product-intro__headline {
    color: #111;
    font-family: var(--font-heading);
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 1.25rem;
}

.product-intro--pdf .product-intro__text {
    color: #333;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
}

.product-intro--pdf .product-intro__text p {
    margin: 0 0 1rem;
    font-size: 2rem;
}

.product-intro__text img {
    max-width: 400px;
}

.product-intro__text .cell_1_2:nth-child(2) {
    padding: 0 80px;
    text-align: center;
}

.product-intro__text .cell_1_2:nth-child(2) p {
    font-size: 18px;
}

.product-intro--pdf .product-intro__text img {
    max-width: 450px;
    width: 100%;
    ;
}

.col-12 {
    width: 100%;
}

.engineered-performance .regular_box_content h2 {
    position: relative;
    text-align: center;
    width: 100%;
}

.engineered-performance .regular_box_content h2::before {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-59%);
    top: 50%;
}

.engineered-performance .regular_box_content h2::after {
    background: #000000;
    content: "";
    display: inline-block;
    height: 3px;
    margin: 0 1.25rem;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    right: 0;
    transform: translateX(59%);
    top: 50%;
}

/* Key Features — white section, bordered cards */
.product-key-features--pdf {
    background: #fff;
    padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 2.5rem);
}

.product-key-features--pdf .product-key-features__inner {
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

.product-key-features--pdf .product-section-title--pdf {
    color: var(--vicon-red);
}

.product-key-features__grid--pdf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.product-key-feature--pdf {
    background: #fff;
    border: 6px solid var(--product-pdf-border);
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.product-key-feature--pdf:hover {
    border-color: rgba(210, 47, 76, 0.55);
    transform: none;
}

.product-key-feature--pdf .product-key-feature__media {
    aspect-ratio: 16 / 10;
    background: #f3f3f3;
    border-bottom: 6px solid var(--product-pdf-border);
}

.product-key-feature--pdf .product-key-feature__body {
    padding: clamp(1rem, 2vw, 1.35rem) clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2vw, 1.5rem);
    text-align: center;
}

.product-key-feature--pdf .product-key-feature__title {
    color: #111;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    font-weight: 700;
    text-transform: none;
}

.product-key-feature--pdf .product-key-feature__text {
    color: #444;
    font-size: 0.9375rem;
    line-height: 1.65;
}

.product-key-feature--pdf .product-key-feature__link {
    justify-content: center;
}

/* Features & Benefits */
.product-benefits--pdf {
    box-sizing: border-box;
    max-width: 800px;
    border: 4px solid #000000;
    background-color: #d9dedf;
}

.product-benefits--pdf h2 {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 24px;
    letter-spacing: 0.5px;
}

.product-benefits--pdf .product-benefits__inner {
    margin: 0 auto;
    max-width: 900px;
}

.product-benefits--pdf .product-section-title--red {
    color: var(--vicon-red);
}

.product-prose--benefits.unique_features_container {
    padding: 24px 32px;
}

.product-prose--benefits.unique_features_container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0px;

}

.product-prose--benefits.unique_features_container li {
    position: relative;
    padding-left: 24px;
    font-size: 17px;
    line-height: 1.35;
    color: #111111;
}

.product-prose--benefits.unique_features_container li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
}

.product-prose.unique_features_container dl {
    margin: 0;
    padding: 0;
}

.product-prose.unique_features_container dt {
    font-weight: 600;
    color: #111111;
    margin: 16px 0 4px;
}

.product-prose.unique_features_container dt:first-child {
    margin-top: 0;
}

.product-prose.unique_features_container dd {
    margin: 0 0 12px;
    padding-left: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.45;
}



/* Profile + brochure bands */
.product-profiles--pdf {
    background: #111;
}

.product-download--pdf {
    background: #fff;
    padding-top: 0;
}

.product-download--pdf .product-download__inner {
    margin: 0 auto;
    max-width: var(--product-pdf-max);
}

@media (max-width: 1350px) {
    .product-hero--pdf .product-hero__cta-inner {
        flex-direction: column;
    }

    .product-hero--pdf .product-hero__cta-divider {
        display: none;
    }
}

@media (max-width: 1199px) {
    .product-related__grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .product-related__grid--four {
        grid-template-columns: 1fr;
    }

    .product-hero--pdf .product-hero__image {
        display: block;
        height: auto;
        max-height: min(52vh, 480px);
    }
}

@media (max-width: 991px) {
    .product-benefits--pdf .product-prose--benefits ul {
        columns: 1;
    }
}



@media (max-width: 767px) {
    .product-key-features__grid--pdf {
        grid-template-columns: 1fr;
    }

    .product-hero--pdf .product-hero__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-hero--pdf .product-hero__cta-title {
        min-width: 100%;
        max-width: 100%;
    }

    .product-hero--pdf .product-hero__cta-actions {
        justify-content: center;
        width: 100%;
    }

    .product-hero__cta-btn {
        /* flex: 1 1 calc(50% - 0.375rem); */
        flex: 1;
        min-width: 17rem;
        max-width: 17rem;
        ;
    }

    p .product-hero__cta-btn {
        /* flex: 1 1 calc(50% - 0.375rem); */
        flex: 1;
        min-width: 17rem;
        max-width: 30rem;
    }
}

.profile-box {
    box-sizing: border-box;
    max-width: 680px;
    border: 3px solid #2d5245;
    border-radius: 24px;
    padding: 24px 32px;
    background-color: #ffffff;
}

.profile-title {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
    text-align: center;
}

.profile-content {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.profile-image-container {
    position: relative;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    background-color: #8fa499;
    border: 3px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.profile-code {
    position: absolute;
    bottom: 8px;
    left: 12px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.profile-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;

}

.profile-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.profile-btn {
    align-self: flex-start;
    display: inline-block;
    background-color: #2d5245;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 4px;
    padding: 10px 36px;
    border-radius: 6px;
    border: 1px solid #2d5245;
    transition: background-color 0.2s ease;
    text-decoration: underline;
}

.profile-btn:hover {
    background-color: #1e372e;
    color: #ffffff;
    ;
}


@media (max-width: 520px) {
    .profile-content {
        flex-direction: column;
        align-items: center;
    }

    .profile-details {
        height: auto;
        gap: 16px;
        text-align: center;
    }

    .profile-btn {
        align-self: center;
    }
}

/*product related */
.product-related--pdf {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}


.product-section-title--pdf {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #d1304f;

    text-transform: uppercase;
    margin-bottom: 24px;
}

.product-section-title--pdf::before,
.product-section-title--pdf::after {
    content: '';
    flex: 1;
    border-bottom: 3px solid #000000;
}

.product-section-title--pdf::before {
    margin-right: 15px;
}

.product-section-title--pdf::after {
    margin-left: 15px;
}


.product-related__grid--four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}


.product-related__grid--four article {
    display: flex;
    flex-direction: column;
}

.product-related__grid--four article a {
    text-decoration: none;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.product-related__grid--four h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 10px 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}


.product-related__grid--four article div {
    width: 100%;
    border: 4px solid #999999;
    box-shadow: 0 0 0 2px #ffffff inset;
    background-color: #ffffff;
    aspect-ratio: 16 / 9;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-related__grid--four img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 
.product-related--pdf::after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 3px solid #000000;
    margin-top: 30px;
} */


@media (max-width: 992px) {
    .product-related__grid--four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .product-related__grid--four {
        grid-template-columns: 1fr;
    }
}

.profile-box-v2 {
    box-sizing: border-box;
    max-width: 850px;
    border: 3px solid #2d5245;
    border-radius: 24px;
    padding: 24px 32px 32px 32px;
    background-color: #ffffff;
    text-align: center;
}

.profile-title-v2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px 0;
    letter-spacing: 0.5px;
}

.profile-container-v2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


.profile-image-box {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 130px;
    max-width: 130px;
    background-color: #8fa499;
    border: 4px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.profile-label {
    position: absolute;
    bottom: 6px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}


.profile-center-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.profile-description {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    max-width: 450px;
}

.profile-download-btn {
    display: inline-block;
    background-color: #2d5245;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 4px;
    padding: 12px 40px;
    border-radius: 6px;
    border: 1px solid #2d5245;
    transition: background-color 0.2s ease;
}

.profile-download-btn:hover {
    background-color: #1e372e;
}

@media (max-width: 767px) {
    .profile-container-v2 {
        gap: 32px;
    }

    .profile-image-box {
        order: 1;

    }

    .profile-center-content {
        order: 2;
    }
}



.product-options-dynamic {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #000000;
    background-color: #f7ede2;

}

.dynamic-content-wrapper {
    padding: 4px;

    background-color: transparent;
}




.dynamic-content-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 24px 32px;

    display: flex;
    flex-direction: column;
    gap: 0px;
}

.dynamic-content-wrapper li {
    position: relative;
    padding-left: 24px;
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
}


.dynamic-content-wrapper li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
}



.dynamic-content-wrapper:has(.option-block) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;

    background-color: #999999;
}


.option-block {
    background-color: #f7ede2;

    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}


.option-block h3 {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-weight: 700;
    color: #002d62;
}

.option-sub {
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
}

.option-image-wrapper {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    border: 3px solid #000000;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;

}

.option-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}




@media (max-width: 768px) {
    .dynamic-content-wrapper:has(.option-block) {
        grid-template-columns: 1fr;

    }
}

.tooling-table-container {
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
}

.tooling-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #d9dedf;

    text-align: left;
}


.tooling-table thead tr {
    background-color: #2d5245;

}

.tooling-table th {
    padding: 14px 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
}


.tooling-table td {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 1.4;
    color: #111111;
    border-bottom: 1px solid #c0c6c7;

}


.tooling-table tbody tr:last-child td {
    border-bottom: none;
}


.col-tooling {
    width: 80%;
}

.col-speed {
    width: 20%;
    text-align: right;
    padding-right: 32px !important;
}


.tooling-table tbody td.col-speed {
    font-weight: 500;
}

@media (max-width: 600px) {
    .tooling-table th {
        font-size: 18px;
        padding: 10px 12px;
    }

    .tooling-table td {
        font-size: 15px;
        padding: 10px 12px;
    }

    .col-speed {
        padding-right: 12px !important;
    }
}


/**** edge notcher***/
.features-split-container {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}


.feature-split-block {
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
}


.feature-split-title {
    margin: 0;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 10px 16px;
    letter-spacing: 0.5px;
}


.feature-split-content {
    padding: 16px 20px 24px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.feature-split-content p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 1.35;
    color: #111111;
}


.feature-split-image-wrapper {
    width: 100%;
    max-width: 380px;
    margin: auto auto 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-split-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}


.feature-split-block--gray {
    background-color: #d9dedf;
}


.feature-split-block--cream {
    background-color: #f7ede2;
}


@media (max-width: 768px) {
    .features-split-container {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.product-specs-grid {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

}


.product-options-dynamic,
.product-specifications-dynamic {
    border: 4px solid #000000;
    display: flex;
    flex-direction: column;
}



.product-section-title--pdf {
    margin: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 24px;
}

.dynamic-content-wrapper {
    padding: 24px 32px;
    flex: 1;
}

.cell_1_2.col-spacer-right {
    min-width: calc(49.9% - 40px);
    max-width: calc(49.9% - 40px);
    margin-right: 20px;
}

.gray_separator {
    width: 100%;
    border-top: 4px solid #cdcdcd;
    padding-top: 25px;
}

.product-options-dynamic {
    background-color: #f6e6cc;
    margin-top: 20px;

}

.product-options-dynamic .product-section-title--pdf {
    background-color: #000000;

}

.product-options-dynamic .product-section-title--pdf::before,
.product-options-dynamic .product-section-title--pdf::after {
    display: none;
}

.product-options-dynamic ul {
    margin: 0;
    padding: 00px;
}

.product-options-dynamic li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0px;
    color: #222222;
}

.product-options-dynamic li:last-child {
    margin-bottom: 0;
}

.product-options-dynamic {
    background-color: transparent;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

.product-options-dynamic .dynamic-content-wrapper {
    padding: 0;
    background-color: transparent;
}

.product-options-dynamic .dynamic-content-wrapper ul {
    padding: 20px 32px;
    background-color: #f6e6cc;
    border-bottom: 4px solid #000000;
    border-right: 4px solid #000000;
    border-left: 4px solid #000000;
    height: 100%;
}

.product-options-dynamic .dynamic-content-wrapper .option-block--list ul {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    height: 100%;
}

.product-specifications-dynamic {
    background-color: #9cb2a8;
    margin-top: 20px;
}

.product-specifications-dynamic .product-section-title--pdf {
    background-color: #2e5944;
    text-align: center;
    display: block;
}

.product-specifications-dynamic .product-section-title--pdf h2 {
    text-align: center;
    width: 100%;
    display: block;
}

.product-specifications-dynamic .product-section-title--pdf::before,
.product-specifications-dynamic .product-section-title--pdf::after {
    display: none;
}

.specs-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    text-align: center;
}

.specs-group {
    margin-bottom: 24px;
}

.specs-group:last-child {
    margin-bottom: 0;
}

.specs-list dt {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.specs-list dd {
    margin: 0;
    font-size: 18px;
    color: #111111;
}

.two-cols-setup {
    padding: 20px;
}

.footer_tools {
    padding: 80px 20px;

}

.footer_tools .flex_container {
    /* gap: 40px; */
    justify-content: space-between;
}

.footer_tools .cell_1_3 {
    background-color: #6b8175;
    border: 2px solid #ffffff;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.8));
    min-width: calc(33.3% - 40px);
    max-width: calc(33.3% - 40px);
    padding: 30px;
}

.footer_tools .cell_1_3 img {
    max-width: 120px;
    width: 100%;
}

.footer_tools .full-height {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_tools h2 p {
    color: #fff;
    font-size: 28px;
    text-align: center;
    font-family: var(--font-heading);

}

.footer_tools .description_content p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.footer_tools .btn-custom {
    height: auto;
    min-width: 175px;
    border-radius: 5px;
    background-color: transparent;

    padding: 0 54px 0 0;
    color: #FFFFFF;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    border: 0;
    transition: all .3s ease-in-out;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s;
    text-decoration: underline;
}

.footer_tools .btn-custom:after {
    content: '';
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40px;
    width: 40px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.3s;

}

.footer_tools .btn-custom:hover:after {
    content: '';
    background-image: url(../images/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 40px;
    width: 40px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 5px;
    transition: all 0.3s;
}


/************************************************
####################################################################################################################################################################################################
####################################################################################################################################################################################################
####################################################################################################################################################################################################
************************************************/
@media (max-width: 1350px) {
    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-76%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(76%);
    }
}

@media (max-width: 1199px) {
    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-81%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(81%);
    }

    .footer_tools .cell_1_3 {
        min-width: calc(49.9% - 40px);
        max-width: calc(49.9% - 40px);
        margin: 0 20px 40px 20px;
    }

    .footer_tools .flex_container {
        justify-content: center;
    }

    .two-cols-setup {
        padding: 0;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-64%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(64%);
    }

    .engineered_boxes .cell_1_4,
    .engineered_boxes .cell_1_2 {
        padding-left: 20px;
    }

    .product-video {
        padding-left: 00px;
    }

    .caption .itemtitle {
        font-size: 55px;
    }

    .caption .itemtext {
        font-size: 30px;
    }

    .categoryID_container .items .small_box_title h2 p,
    .categoryID_container .items .small_box_title h2 p a {
        font-size: 12px;
        line-height: 12px;
        color: #fff;
    }

    #machine_category_container ul li {
        font-size: 15px;
    }

    .multiplejobs {
        max-width: 31.3%;
    }

    .one_product_description .image_container img {
        max-width: 44%;
    }

    .container_machine_div .container {
        width: 100%;
    }

    .container_machine_div .items,
    .items {
        flex: 1;
        min-width: 24%;
        max-width: 24%;
    }

    .categoryID_container .items {
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container .items .small_box_title h2 p {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline .cell_1_5 {
        min-width: 230px;
        max-width: 230px;
    }

    .timeline .description_content p {
        font-size: 19px;
        padding: 00px 0 0 15px;
        min-width: 300px;
    }

    .timeline .cell_2_5 {
        min-width: 300px;
    }

    .timeline .cell_2_5 .full-height {
        display: flex;
        height: 100%;
    }

    .timeline .img_cont {
        min-width: 300px;
    }

    .timeline .img_cont {
        padding: 0 0 20px 0;
    }

    .blue_contact_info .flex_container {
        flex-direction: column;
    }

    #contact .blue_contact_info .flex_container {
        flex-direction: row;
    }

    .blue_contact_info .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
    }

    .blue_contact_info .cell_1_3 .description_content {
        display: flex;
        justify-content: space-between;
    }

    .blue_contact_info .cell_1_3 .description_content p {
        flex: 1;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .profile-container-v2 {
        flex-wrap: wrap;
    }

    .profile-image-box {
        order: 1;
    }

    .profile-center-content {
        order: 2;
        min-width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .categoryID_container h2 {
        display: none !important;
    }

    .categoryID_container .small_box_title.optionen_title h2 {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .profile-box-v2 {
        margin: 0 auto;
    }

    .product-intro--pdf .product-intro__text p {
        font-size: 1.8rem;
    }

    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-63%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(63%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-84%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(84%);
    }

    .product-intro__text .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cell_1_2.main_col_left,
    .cell_1_2.main_col_right {
        min-width: 100%;
        max-width: 100%;
    }

    .cell_1_2.main_col_right {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 20px;
    }

    .engineered_boxes .cell_1_4 {
        min-width: calc(49.9% - 0px);
        max-width: calc(49.9% - 0px);
        margin-right: 0;
    }

    .engineered_boxes .cell_1_4 .description_content p br {
        display: none;
    }

    .product-video {
        padding-left: 20px;
        padding-right: 20px;
    }

    .engineered_boxes .cell_1_4:nth-child(2n+2):after {
        content: '';
        border-right: 0px solid #cdcdcd;
    }

    .product-benefits--pdf {
        box-sizing: border-box;
        max-width: 100%;
    }

    .blue_contact_info .cell_1_2 {
        padding: 30px 30px 30px 75px;
    }

    .blue_contact_info h2:before {
        left: -57px;
    }

    .navbar-nav>li>a.active:after {

        width: calc(100% - 12px);
        height: 1px;
        position: absolute;
        bottom: -3px;
        left: 6px;
        right: 0px;
    }

    .opportunities_box .cell_1_6 {
        margin-bottom: 40px;
        min-width: 49.3%;
        max-width: 49.3%;
        padding: 0 15px;
    }

    .latest_news_box .container {
        width: 100%;

    }

    .latest_news_box .flex_container {
        justify-content: center;
    }

    .latest_news_box .cell_1_5,
    .latest_news_box .cell_3_5 {
        min-width: 35%;
        max-width: 35%;

    }

    .latest_news_box .cell_1_5:nth-child(4) {
        display: none;
    }

    .newletter_footer span {
        font-size: 18px;

    }

    #b0.container_machine_div {
        width: 100%;
        max-width: 97%;
    }

    .categoryID_container {
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container h2 {
        min-width: 100%;
        max-width: 100%;
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .categoryID_container .item_category {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        min-width: 100%;
        max-width: 100%;
    }

    .categoryID_container .items {
        min-width: 19%;
        max-width: 19%;
    }

    .categoryID_container .items:nth-child(1) {
        margin-bottom: 7px;
    }

    .categoryID_container .items .small_box_title h2 p {
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
    }

    .blue_contact_info .cell_1_3 h2 {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .blue_contact_info .cell_1_3 .description_content p {
        font-size: 16px;
    }

    .caption .itemtitle {
        color: #FFFFFF;
        font-family: var(--font-body);
        font-size: 40px;
    }

    .caption .itemtext {
        color: #FFFFFF;
        font-family: var(--font-body);
        font-size: 26px;
    }

    a .caption .itemtext {
        padding-bottom: 40px;
        line-height: 1.3;
    }

    a .caption .itemtext:after {
        width: 110px;
        height: 33px;
    }

    a .caption .itemtext:hover::after {
        width: 135px;
    }

    .languages_cont {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 123456;
    }

    .navbar-nav>li>a {
        padding: 0 8px;
        font-size: 18px;
    }

    #machine_category_container ul {
        padding: 0 15px 10px 15px;
    }

    #machine_category_container ul li {
        font-size: 16px;
    }

    #machine_category_container ul li.active:after {
        height: 16px;
        -webkit-background-size: cover;
        background-size: cover;
        bottom: -26px;
    }

    .goto_products,
    .goto_products a,
    .featured_prod_machines {
        font-size: 20px;
    }

    .featured_prod_machines,
    .goto_products {
        padding: 0 20px 20px 20px;
    }

    /* .options h2,
    .options .description_content {
        padding: 0 25px;
    } */

    .options .btn-custom {
        margin-left: 15px;
        font-size: 17px;
    }

    .options .btn-custom:after {
        top: 1px;
    }

    .options h2 p {
        font-size: 18px;
    }

    .options .description_content p {
        font-size: 16px;
    }

    #facebook_posts li {
        min-width: 31%;
        max-width: 31%;
    }

    .optionen .items:nth-child(1) {
        min-width: 48%;
        max-width: 48%;
    }

    .optionen .items {
        min-width: 48%;
        max-width: 48%;
    }

    /* .items:nth-child(n+3) {
        min-width: 48%;
        max-width: 48%;
    }*/



    #submit_btn {
        position: absolute;
        top: 31px;
        right: 34px;
    }

    .is-sticky .languages_cont {
        position: absolute;
        right: 15px;
        top: -13px;
    }

    .languages_cont {
        position: absolute;
        top: 5px;
        right: 15px;
    }

    .options .cell_1_2,
    .options .cell_1_4 {
        min-width: 47.9%;
        max-width: 47.9%;
    }

    .group_files {
        flex-direction: column;
    }

    .group_files .item,
    .group_files_single .item {
        min-width: 23%;
        max-width: 23%;
    }

    .downloads_category {
        margin-bottom: 20px;
    }

    .group_files .flex_container,
    .group_files_single .flex_container {
        flex: 1;
        min-width: 100%;
        max-width: 100%;
        flex-direction: initial;
    }

    .navbar-nav>li>a {
        padding: 0 6px;
    }

    .contact_info_footer .cell_1_3 {
        min-width: 50%;
        max-width: 50%;
        text-align: center;
    }

    .contact_info_footer .flex_container {
        justify-content: center;

    }

    .contact_info_footer .img_cont {
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    .unique_features_container tr td {
        padding: 5px 15px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-nav .breadcrumb {
        font-family: var(--font-heading);
        font-size: 16px;
        padding-left: 0;
    }

    .profile-container-v2 {
        flex-wrap: wrap;
    }

    .profile-image-box {
        order: 1;
    }

    .profile-center-content {
        order: 2;
        min-width: 100%;
        max-width: 100%;
    }

    .engineered-performance.engineered_hp .regular_box_content h2::before {
        transform: translateX(-93%);
    }

    .engineered-performance.engineered_hp .regular_box_content h2::after {
        transform: translateX(93%);
    }

    .footer_tools .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
        margin: 0 20px 40px 20px;
    }

    .container .container {
        padding: 0 !important;
    }

    .cell_1_2.main_col_right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cell_1_2.col-spacer-right {
        margin-right: 0;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-70%);
    }

    .product-video {
        padding-left: 0;
        padding-right: 0;
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(70%);
    }

    .product-specs-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    #contact .blue_contact_info .flex_container {
        flex-direction: column;
    }

    .blue_contact_info .cell_1_2 {
        background: #fbf1d9;
        min-width: 99%;
        max-width: 99%;
    }

    .navbar-nav>li>a.active:after {
        width: calc(100% - 12px);
        height: 1px;
        position: absolute;
        bottom: 7px;
        left: 6px;
        right: 0px;
    }

    .col-sm-12 {
        width: 100%;

    }

    .logo {
        min-width: 120px;
        max-width: 120px;
        display: flex;
        align-items: center;
    }

    .is-sticky .logo {
        min-width: 77px;
        max-width: 77px;
    }

    .sticky-wrapper {
        height: 84px !important;
    }

    .memberships_box .cell_1_2 {
        min-width: 48%;
        max-width: 48%;
    }

    #machine_category_container ul li img {
        width: 18px;
        height: 18px;
    }

    .categoryID_container .items {
        margin-bottom: 10px !important;
    }

    .multiplejobs {
        max-width: 48%;
    }

    .conti_video {
        flex: 1;
        min-width: 100%;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .video_multiple_sources_container {
        width: 100%;
        padding-top: 50%;
    }

    .video_multiple_sources_container video {
        width: 100%;
        top: 0%;
        transform: translateY(0%);
    }

    .cell_1_4 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .cell_1_5 {
        min-width: 33%;
        max-width: 33%;
    }

    .row {
        margin: 0;
    }

    .cell_1_6 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    #main-navigation {
        position: absolute;
        z-index: 1223;
        width: 100%;
        height: auto;
        right: 0;
        top: 80px;
        padding: 15px;

        background: #f7f7f7;
        /* Old browsers */
        background: -moz-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #e0e0e0 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #f7f7f7 0%, #e0e0e0 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e0e0e0', GradientType=0);
        /* IE6-9 */


    }

    .container_machine_div .items:nth-child(1),
    .container_machine_div .items {
        /* min-width: 100%;
        max-width: 100%;*/
        margin-bottom: 40px;
    }

    .navicont {
        justify-content: flex-end;
        align-items: flex-end !important;
    }

    .navbar-toggle {
        margin-right: 0;
        /* padding-right: 0;
        padding-bottom: 0; */
        margin-bottom: 17px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li>a {
        line-height: 2.5;
    }

    .regular_box_title h2 p {
        margin: 25px 0;
        font-size: 23px;
    }



    #facebook_posts li {
        min-width: 48%;
        max-width: 48%;
    }

    .helpline-info .cell_1_3 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .dld_item a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .dld_item .img_cont {
        min-width: 100%;
        max-width: 100%;
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 18px;
    }

    .group_files h3 p {
        font-size: 14px;
    }

    .caption .itemtitle {
        font-size: 23px;
    }

    .caption .itemtext {
        font-size: 16px;
        padding-bottom: 30px;
    }

    a .caption .itemtext:after {
        width: 90px;
        height: 27px;
    }

    a .caption .itemtext:hover::after {
        width: 110px;
    }

    .blue_contact_info .cell_1_3 .description_content {
        flex-direction: column;
    }

    h1.page_title {
        margin: 40px 0;
    }

    .video_multiple_sources_container {
        width: 100%;
        padding-top: 50%;
    }

    .video_multiple_sources_container video {
        width: 100%;
        top: 0%;
        transform: translateY(0%);
    }

    .cell_1_4 {
        min-width: 49.9%;
        max-width: 49.9%;
    }

    .cell_1_5 {
        min-width: 33%;
        max-width: 33%;
    }

    .row {
        margin: 0;
    }

    .cell_1_6 {
        min-width: 49.9%;
        max-width: 49.9%;
    }
}

@media (max-width: 640px) {

    .engineered-performance.engineered_hp .regular_box_content h2::before,
    .engineered-performance.engineered_hp .regular_box_content h2::after {
        display: none;
    }

    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-67%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(67%);
    }

    .product-intro__text .cell_1_2:nth-child(2) {
        padding: 0 20px;
        text-align: center;
    }

    .latest_news_box .cell_1_5:nth-child(4) {
        display: block;
    }

    .latest_news_box .cell_1_5:nth-child(2),
    .latest_news_box .cell_1_5:nth-child(4) {
        min-width: 17%;
        max-width: 17%;
    }

    .machines-x2 .cell_1_2 {
        min-width: 98%;
        max-width: 98%;
        margin-bottom: 15px;
    }

    #machine_category_container ul li:nth-child(8) {
        min-width: 19%;
        max-width: 19%;
    }

    .donation_foundation {
        background-size: cover;
    }

    .sticky-wrapper {
        height: 84px !important;
    }

    #index .owl-carousel .owl-item img,
    #index-test .owl-carousel .owl-item img {
        /*min-height: 300px;*/
        width: 100%;
        object-fit: cover;
    }

    .options.options_sec .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .cell_1_2_1 {
        min-width: 100%;
        max-width: 100%;
    }

    .helpline-info .cell_2_3 {
        min-width: 100%;
        max-width: 100%;
    }

    .one_product_description .image_container img {
        max-width: 100%;
    }

    .options .cell_1_3 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .options .cell_1_4 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .latest_news_box .cell_1_5,
    .latest_news_box .cell_3_5 {
        min-width: 98%;
        max-width: 98%;
        margin: 15px 1%;
    }

    .marketplace_items .cell_1_3 {
        min-width: 99.9%;
        max-width: 99.9%;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .marketplace_items .cell_1_2 {
        min-width: 99.9%;
        max-width: 99.9%;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .marketplace_items img {
        max-width: 250px;

    }

    .gallery video {
        width: 100%;
        /*height: 100%;*/
        position: relative;
        top: 0%;
        transform: translateY(0%);
        left: 0;
        z-index: 999999;
        background: #000;
    }

    #index .owl-carousel .owl-item img,
    #index-test .owl-carousel .owl-item img {
        display: none;
    }

    .owl-dots {
        left: 42%;
        bottom: 0;
    }

    .owl-dot {
        width: 10px;
        height: 10px;
    }

    .logo {
        min-width: 120px;
        max-width: 120px;
        display: flex;
        align-items: center;
        /*margin-bottom: 20px;*/
    }

    #machine_category_container ul li {
        font-size: 14px;
    }

    .goto_products,
    .goto_products a,
    .featured_prod_machines {
        font-size: 15px;
    }

    .caption {
        margin-left: 5%;
        bottom: 10%;
        max-width: 94%;
    }

    #index .caption,
    #index-test .caption {
        bottom: 0;
    }

    #index .caption .itemtext,
    #index-test .caption .itemtext {
        padding-bottom: 8px;
    }

    /* .owl-carousel {
        min-height: 300px;
    } */

    /*.owl-carousel .owl-item img {
        width: auto;
        min-height: 170px;
        object-fit: cover;
    }*/

    .caption .itemtext {
        text-shadow: 1px 1px 6px black;
    }

    /* .container_machine_div img {
        width: auto;
        min-height: 220px;
        object-fit: cover;
        width: 100%;
    } */
    .categoryID_container .items img {
        min-height: 1px;
        object-fit: unset;
    }

    .newsletter_preview_img {
        min-width: 100px;
        max-width: 100px;
    }

    .newsletter_form {
        max-width: calc(100% - 100px);
        min-width: calc(100% - 100px);
    }

    #sendnewsletter,
    #sendnewsletter2 {
        height: 50px;
        width: 135px;
    }

    .newsletter_form input[type=text] {
        width: calc(100% - 135px);
    }

    #footer .flex_container {
        flex-direction: column;
    }

    .copyright {
        text-align: center;
        padding-top: 15px;
    }

    .search_container ul li {
        position: relative;
    }

    .search_container ul li a {
        padding: 15px 90px 15px 10px;
    }

    .results_number {
        padding-left: 10px;
    }

    .popup h2 {
        font-size: 20px;
    }

    .search_container ul li a p {
        font-size: 16px;
        line-height: 1.5;
    }

    .icon_pdf {
        min-width: 68px;
    }

    .icon_pdf img {
        width: 100%;
        max-width: 80px;
    }

    .dowload_icon_cont {
        min-width: 38px;
        max-width: 38px;
    }

    .icon_pdf {
        padding: 10px 0;
    }

    .dowload_icon:after,
    .dowload_icon:before {
        width: 38px;
        height: 38px;
    }

    .dowload_icon_cont {
        margin-top: 20px;
    }

    .file_name a,
    .file_name span {
        font-size: 20px;
    }

    .group_files .item,
    .group_files_single .item {
        min-width: 47.9%;
        max-width: 47.9%;
    }

    .dld_item .img_cont {
        min-width: 50px;
        max-width: 50px;
        padding: 30px 0;
    }

    .dld_item .text_cont {
        min-width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .downloads_category {
        min-width: 100%;
        max-width: 100%;
    }

    .timeline-controls {
        display: none;
    }

    .timeline .cell_2_5 .full-height {
        flex-direction: column;
        min-height: 10px;
        height: auto;
    }

    .timeline .flex_container {
        flex-direction: column;
    }

    .timeline .cell_1_5 {
        min-width: 230px;
        max-width: 230px;
        padding-left: 0;
        margin-left: 0;
        padding-right: 15px;
    }

    .timeline .description_content p {
        font-size: 19px;
        min-width: 290px;
    }

    .timeline .cell_2_5 {
        min-width: 93%;
        margin: 0 15px;
        display: flex;
        /*flex-direction: column-reverse;*/
    }

    .timeline .cell_2_5 h2 {
        font-size: 20px;
        margin-top: 10px;
        min-width: 290px;
        min-height: auto;
    }

    .timeline h2.timeline_year {
        min-height: auto;
    }

    .timeline .description_content {
        margin-bottom: 10px;
    }

    .timeline .img_cont {
        min-width: 290px;
    }

    .timeline .img_cont {
        padding: 0 0 20px 0;
    }

    .timeline .img_cont img {
        position: relative;
        top: auto;
    }

    .contact_info_footer .cell_1_3 {
        min-width: 100%;
        max-width: 100%;
        text-align: left;
    }

    .contact_info_footer .flex_container {
        justify-content: flex-start;

    }

    .contact_info_footer .img_cont {
        margin: 0;
    }

    .contact_info_footer .img_cont img {
        max-width: 170px;
    }

    .categoryID_container .items {
        min-width: 24% !important;
        max-width: 24% !important;
    }
}

@media (max-width: 560px) {

    .engineered_boxes .cell_1_2,
    .engineered_boxes .cell_1_2:nth-child(1),
    .engineered_boxes .cell_1_2:nth-child(2),
    .engineered_boxes .cell_1_4 {
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .engineered_boxes .cell_1_4:after,
    .engineered_boxes .cell_1_2:after {
        content: '';
        border-right: 0px solid #cdcdcd;
        border-bottom: 2px solid #cdcdcd;
        left: 50%;
        position: absolute;
        top: auto;
        right: 0;
        height: auto;
        transform: translateY(-00%);
        transform: translateX(-50%);
        bottom: 10px;
    }

    .engineered_boxes .cell_1_2:last-child:after,
    .engineered_boxes .cell_1_4:last-child:after {
        border-bottom: 0px solid #cdcdcd;

    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-75%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(75%);
    }

    .blue_contact_info .cell_1_2 {
        padding: 30px 30px 30px 60px;
    }

    .multiplejobs {
        max-width: 98%;
        margin-bottom: 15px;
    }

    .container_machine_div .items,
    .container_machine_div .items:nth-child(1),
    .container_machine_div .items:nth-child(3),
    .items,
    .items:nth-child(1),
    .items:nth-child(n+3),
    .optionen .items,
    .optionen .items:nth-child(1),
    .optionen .items:nth-child(3) {
        min-width: 100%;
        max-width: 100%;
    }

    #helpline .img_cont img {
        width: 100%;
    }

    .group_files .item {
        min-width: 99.9%;
        max-width: 99.9%;
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 20px;
    }

    .group_files h3 p {
        font-size: 18px;
    }

    .dld_item a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .dld_item .img_cont {
        min-width: 50px;
        max-width: 50px;
        padding: 30px 0;
    }

    .dld_item .text_cont {
        min-width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }

    .group_files h2,
    .group_files h3 {
        margin: 10px 0;
    }

    .group_files h2 p {
        font-size: 18px;
    }

    .group_files h3 p {
        font-size: 14px;
    }

    .helpline-info .cell_1_3 {
        min-width: 99.9%;
        max-width: 99.9%;
    }

    .options .cell_1_2 {
        min-width: 99.9%;
        max-width: 99.9%;
        margin-bottom: 20px;
    }

    .helpline-info .small_box_title h2 p,
    .helpline-info .small_box_title .description_content p {
        padding-left: 0;
        padding-right: 0;

    }

    .tech-support .flex_container {
        flex-direction: column;
    }

    .tech-support .cell_1_2 {
        min-width: 99.9%;
        max-width: 99.9%;
        padding-bottom: 10px;
    }

    .blue_contact_info h2:before {
        width: 30px;
        height: 45px;
        left: -45px;
        top: 0px;
    }

    .blue_contact_info .cell_1_3 {
        padding-left: 60px;
        padding-right: 5px;
    }

    .blue_contact_info h2 p {
        font-size: 25px;
    }

}

@media (max-width: 480px) {
    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-72%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(72%);
    }

    .engineered_boxes p {
        font-size: 1.6rem;
        font-weight: 300;
    }

    .why-vicon .description_content p {
        font-size: 1.6rem;
    }

    .opportunities_box .cell_1_6 {
        min-width: 100%;
        max-width: 100%;
    }

    .charities .cell_1_6 {
        position: relative;
    }

    .spiro_packages .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
    }

    .row.technical_data {
        margin: 0 auto;
    }

    .charities .cell_1_6:after {
        content: '';
        background: #cdcdcd;
        height: 1px;
        width: 50%;
        bottom: -9px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 1;

    }

    .charities .cell_1_6:last-child:after {
        height: 0;
        width: 0;
    }

    .memberships_box .cell_1_2 {
        min-width: 100%;
        max-width: 100%;
        padding: 0 10px;

    }

    .newsletter_preview_img {
        display: none;
    }

    .newsletter_form {
        max-width: 100%;
        min-width: 100%;
    }

    .footer_newsletter_form input[type=text]#newsletter2 {
        float: left;
    }

    #machine_category_container ul li:nth-child(1),
    #machine_category_container ul li:nth-child(8) {
        min-width: initial;
        max-width: initial;
    }

    .categoryID_container .items {
        min-width: 49% !important;
        max-width: 49% !important;
    }

    .categoryID_container {

        padding: 0 10px;
    }

    .container_machine_div .container {
        width: 100%;
    }

    .container_machine_div .description_content_full p {
        font-size: 16px;
    }

    /*    .gallery video {
        width: 100%;
  
        position: absolute;
        top: 0%;
        transform: translateY(0%);
        left: 0;
        z-index: 999999;
        background: #000;
    }*/
    .cell_1_2:nth-child(1) .form-control {
        border-right: 1px solid #001932;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .cell_1_2:nth-child(2) .form-control {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .newsletter_form input[type=text] {
        width: 100%;
        float: none;
        border: 0;
        border-radius: 5px;
    }

    #sendnewsletter,
    #sendnewsletter2 {
        font-weight: 600;
        float: none;
        border: 0;
        display: block;
        margin: 10px 0;
    }

    #facebook_posts li {
        min-width: 98%;
        max-width: 98%;
    }

    #machine_category_container ul li {
        min-width: 31%;
        max-width: 31%;
        margin-bottom: 15px;
        border-bottom: 2px solid transparent;
    }

    #machine_category_container ul {
        padding: 0 7px 10px 7px;
    }

    #machine_category_container ul li.active {

        border-bottom: 2px solid #012131;
    }

    #machine_category_container ul li.active:after {
        content: '';
        background: transparent;
    }

    .cell_1_2,
    .cell_1_3,
    .cell_1_4,
    .cell_1_6,
    .cell_2_3 {
        min-width: 99.9%;
        max-width: 99.9%;
    }

}

@media (max-width: 420px) {
    .profile-image-box {
        position: relative;
        flex-shrink: 0;
        width: 100%;
        height: 100px;
        max-width: 100px;
    }

    .engineered-performance .regular_box_content h2::before {
        transform: translateX(-84%);
    }

    .engineered-performance .regular_box_content h2::after {
        transform: translateX(84%);
    }
}

@media (max-width: 380px) {
    .why-vicon .regular_box_content h2 p::before {
        transform: translateX(-75%);
    }

    .why-vicon .regular_box_content h2 p::after {
        transform: translateX(75%);
    }
}

/*****************************************************************
sterge de aici in jos, este pt IE
***********************************************************/
@media (min-width: 641px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .timeline .cell_2_5 .full-height {
        display: block;
    }

    .timeline .flex_container {
        flex-wrap: initial;

        overflow-x: initial;
        padding: 0 0 35px 0;
    }

    .timeline .description_content {
        min-height: 240px;
    }

    .timeline .cell_2_5 h2 {
        min-height: 75px;
    }
}

@media (max-width: 640px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .timeline .cell_2_5 .full-height {
        display: inline-block;
    }

    .timeline .flex_container {
        flex-wrap: initial;
        display: block;
        overflow-x: initial;
        padding: 0 0 35px 0;
    }

    .timeline .description_content {
        min-height: 10px;
    }

    .timeline .cell_2_5 {
        display: block;
    }

    .timeline .cell_2_5 h2 {
        min-height: 10px;
    }

    #footer .flex_container {
        display: block;
        text-align: center;
    }

    #footer .social_icons {
        text-align: center;
    }
}