html, body {
    min-width:320px;
}

body {
    font-family:'Inter', Arial, sans-serif;
    font-size:14px;
    line-height:1.4;
}

main {
    padding-bottom:40px;
    min-height: 550px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight:700;
    color:#333;
}

p {
    font-size:14px;
    font-weight:normal;
    line-height:1.6;
    color:#444;
    margin:1em 0px;
}

main ul, main ol {
    margin:1em 0px;
    color:#444;
}

main li {
    font-size:14px;
    font-weight:normal;
    line-height:1.6;
    color:#444;
}

label {
    color:#6a6a61;
}

label > span,
label > i {
    color:red;
}

label > i {
    margin-left:3px;
}

input, textarea {
    font-family:'Inter', Arial, sans-serif;
}

.section {
    min-width:320px;
}

.scroll-top {
    position:fixed;
    z-index:20;
    bottom:10px;
    right:10px;
    height:50px;
    width:50px;
    border-radius:25px;
    cursor:pointer;
}

.scroll-top div {
    opacity:0.7;
    height:50px;
    width:50px;
    background-color:#333;
    color:#FFF;
    font-size:24px;
    line-height:50px;
    border-radius:25px;
    text-align:center;
}

.scroll-top:hover div {
    opacity:1;
}

header {
    position:relative;
    flex-grow:0;
    flex-shrink:0;
}

header .section {
    padding: 0px;
}

.page-top {
    background: #eff1f1;
    border-bottom: 1px solid #d7ddde;
    font-size: 11px;
    color: #6a6a61;
    height:32px;
}

.page-top .container {
    margin: 3px 12px;
}

.meta-nav {
    float: right;
}

.contact-nav {
    float:left;
}

.meta-nav li {
    float: left;
    border-right:1px solid #d7ddde;
}

.meta-nav li:last-child {
    border-right:none;
}

.meta-nav a {
    display:inline-block;
    font-size: 12px;
    text-decoration:none;
    padding: 4px 12px;
    color: #6a6a61;
    cursor: pointer;
}

.meta-nav .lang-select {
    position: relative;
}

.meta-nav .lang-selection {
    position:absolute;
    display:none;
    text-align:right;
    top:-1px;
    right:-1px;
    left:-1px;
    background-color:#FFFFFF;
    border:1px solid #d7ddde;
    border-radius:3px;
}

.meta-nav .lang-select:hover .lang-selection {
    display:block;
}

.meta-nav i {
    margin-right:5px;
    font-size:14px;
}

.meta-nav .quote-number {
    display:none;
    margin-left: 3px;
    padding: 1px 3px;
    background-color: #942B28;
    color: #ffffff;
    text-align: center;
    font-size: 9px;
    border-radius: 5px;
    vertical-align: top;
    line-height:1.1;
}

.main-nav .quote-number {
    display:none;
    position:absolute;
    top:5px;
    right:5px;
    padding: 1px 3px;
    background-color: #942B28;
    color: #ffffff;
    text-align: center;
    font-size: 9px;
    border-radius: 5px;
    vertical-align: top;
    line-height:1.1;
}

@media all and (min-width: 769px) {

    .meta-nav a:hover,
    .meta-nav > li > span:hover {
        color: #942B28;
    }

}

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

    .page-top {
        display:none;
        height:0px;
        overflow:hidden;
    }

    .page-top .container {
        margin: 0px;
    }
    
    .meta-nav {
        width:60%;
    }

    .meta-nav li {
        width:33.33%;
        line-height:1;
    }

    .meta-nav a,
    .meta-nav li > span,
    .meta-nav .lang-selection > span {
        padding: 7px 12px;
        text-align: center;
        font-size: 0px;
    }

    .meta-nav i {
        margin-right:0px;
        font-size:22px;
    }

    .contact-nav {
        float:right;
        width:40%;
    }

    .contact-nav li {
        width:50%;
    }
    
    .contact-nav li:last-child {
        border-right:1px solid #d7ddde;
    }

    .meta-nav .quote-number {
        margin-left: -5px;
        margin-top: -3px;
    }
    
}

.page-header {
    font-size: 15px;
    color: #6a6a61;
}

.page-header .row-fw:first-child {
    background-color:#fcfcfc;
    border-bottom: 1px solid #d7ddde;
    margin:0px auto;
}

.page-header .container {
    margin-top:0px;
    margin-bottom:0px;
}

.page-header .page-logo {
    width:300px;
    padding-top:5px;
    padding-bottom:5px;
}

.page-header .page-logo .container {
    height:64px;
    width:276px;
    margin-right:0px;
}

.page-header .page-logo a {
    font-size:0px;
    line-height:64px;
}

.page-header .page-logo img {
    max-width:100%;
    vertical-align:middle;
}

.header-fixed .page-header {
    position: fixed;
    top:0px;
    z-index:90;
}

.header-fixed {
    padding-bottom:76px;
}

.search-bar {
    position:absolute;
    z-index:40;
    padding:7px 0px;
    background: #eff1f1;
    border-bottom: 1px solid #d7ddde;
    margin:0px;
    opacity: 0;
    transition: opacity 300ms ease;
    display:none;
}

.search-bar.search-bar-show {  
    opacity: 1;
    display:block;
}

@media all and (max-width: 992px) {
    .search-bar {
        display:none !important;
    }

    .header-fixed {
        padding-bottom:65px;
    }

}

.search-bar .container {
    position:relative;
}

.search-bar i {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    transform: translateY(-50%);
    color:#6a6a61;
    opacity:0.5;
}

.search-bar input {
    width:100%;
    padding:8px 18px 8px 48px;
    border-radius:16px;
    border:1px solid #d7ddde;
}

@media all and (max-width: 1200px) {

    .page-header .page-logo {
        width: 250px;
        padding-top:0px;
        padding-bottom:0px;
    }

    .page-header .page-logo .container {
        width: 226px;
    }

}

@media all and (min-width: 993px) and (max-height: 670px) {

    .header-fixed {
        padding-bottom:0px !important;
    }

    .header-fixed .page-header {
        position:static !important;
    }

}

.nav {
    display: block;
    margin: 0px;
    list-style: none;
    padding-left:0px;
}

.nav > li > a {
    display: block;
}

@media all and (min-width: 993px) {

    .main-nav > li {
        float: left;        
        padding:23px 0px;
    }
    
    .main-nav > li > a {
        text-decoration:none;
        padding: 4px 15px;
        color: #6a6a61;
        text-transform: uppercase;
        border-left:1px solid #d7ddde;
    }
    
    .main-nav > li:first-child > a {
        border-left:none;
    }
    
    .main-nav > li > a i {
        margin-left: 6px;
        font-size: 11px;
        position: relative;
        top: -3px;
    }
    
    .search-nav button {
        text-decoration:none;
        padding: 10px 10px;
        color: #6a6a61;
        font-size:16px;
        line-height:1;
        cursor:pointer;
    }
            
    .main-nav > li > div {
        position: absolute;
        margin-top:-1px;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #eff1f1;
        border-top: 1px solid #d7ddde;
        border-bottom: 1px solid #d7ddde;
        padding: 10px 0px 20px;
        z-index:50;
        display: none;
        opacity: 0;
        transition: opacity 300ms ease;
    }

    .main-nav > li.nav-hover > div {
        display: block;
        opacity:1;
    } 
    
    .main-nav > li > a {
        position: relative;
    }

    .main-nav > li.has-sub-nav > span {
        display: block;
        position: relative;
    }

    .main-nav > li.has-sub-nav.nav-hover > span::after {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        left: 0px;
        height: 3px;
        width: 100%;
        background-color: #942B28;
    } 
    
    .main-nav > li.has-sub-nav.nav-hover > a > i {
        color: #942B28;
    }

    .main-nav a:hover {
        color: #942B28;
    }

    .sub-nav {
        width: 100%;
        max-width: 972px;
        margin: 0px auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sub-nav > li {
        padding: 10px 12px;
        margin: 0px;
    }
    
    .sub-nav > li > a {
        text-decoration:none;
        padding: 2px 13px;
        color: #6a6a61;
        font-size: 14px;
        font-weight:600;
    }

    .solutions-nav .sub-nav > li > a,
    .applications-nav .sub-nav > li > a {
        font-weight:500;
        font-size:13px;
    }
    
    .sub-nav ul {
        padding-top:2px;
    }
    
    .sub-nav ul > li > a {
        text-decoration:none;
        padding: 2px 15px;
        color: #6a6a61;
        font-size: 12px;
    }

    .products-nav > ul {
        max-height: 550px;
    }

    .solutions-nav > ul {
        max-height: 280px;
    }

    .applications-nav > ul {
        max-height: 160px;
        max-width: 600px;
    }

    .search-nav span:hover {
        color:#942B28;
    }

}

@media all and (min-width: 1200px) {
    .sub-nav {
        width: 100%;
        max-width: 1200px;
    }

    .products-nav > ul {
        max-height: 500px;
    }

    .solutions-nav > ul {
        max-height: 220px;
    }

}

.mobile-nav {
    float: right;
    cursor: pointer;
    margin-right: 12px;
}

.mobile-button-bar1, .mobile-button-bar2, .mobile-button-bar3 {
    width: 35px;
    height: 5px;
    background-color: #6a6a61;
    margin: 6px 0px;	        
    transition: all 0.4s;
}

.mobile-nav-show .mobile-button-bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px) ;
    transform: rotate(-45deg) translate(-8px, 8px) ;
}

.mobile-nav-show .mobile-button-bar2 {
    opacity: 0;
}

.mobile-nav-show .mobile-button-bar3 {
    -webkit-transform: rotate(45deg) translate(-7px, -8px) ;
    transform: rotate(45deg) translate(-7px, -8px) ;
}	

@media all and (max-width: 992px) {

    .mobile-nav-show {
        z-index:110;
    }

    .mobile-nav-show .page-header {
        z-index:110;
    }

    .nav-wrapper {
        position:fixed;
        top:97px;
        bottom:0px;
        right:-300px;
        background-color:#fcfcfc;
        width:300px;
        transition:right 400ms;
        z-index:110;
        border-left:1px solid #d7ddde;
        overflow-y: scroll;
        display:flex;
        flex-direction:column;
    }

    .nav-wrapper .mobile-lang {
        flex-grow:0;
        flex-shrink:0;
        font-size:14px;
        padding:20px 15px 10px;
        color: #6a6a61;
    }

    .nav-wrapper .mobile-lang a {
        color: #6a6a61;
        margin:0px 8px;
    }

    .nav-wrapper .mobile-lang i {
        margin-right:5px;
    }

    .nav-wrapper .mobile-lang a:first-child {
        text-decoration: none;
        margin-left:0px;
    }

    .nav-wrapper .mobile-lang a:last-child {
        margin-right:0px;
    }

    .nav-wrapper .main-nav {
        flex-grow:1;
    }
    
    .header-fixed .nav-wrapper {
        top:65px;
    }

    .mobile-nav-show .nav-wrapper {
        right:0px;
    }

    .main-nav > li > a {
        text-decoration:none;
        padding: 10px 15px;
        color: #6a6a61;
        text-transform: uppercase;
        border-bottom:1px solid #d7ddde;
    }

    .main-nav > li li > a {
        text-decoration:none;
        padding: 10px 15px 10px 25px;
        color: #6a6a61;
        font-size:14px;
        border-bottom:1px solid #d7ddde;
    }

    .main-nav > li:first-child > a {
        border-top:none;
    }

    .main-nav > li > a i {
        margin-left: 6px;
        font-size: 11px;
        position: relative;
        top: -3px;
    }

    .mobile-nav-show .main-nav > li > a > i {
        display:block;
        width:45px;
        float:right;
        height:42px;
        text-align:center;
        line-height:38px;
        font-size:18px;
        margin-right:-15px;
        top:-10px;
    }

    .mobile-nav-show .main-nav > li.has-sub-nav > a > i {
        border-left:1px solid #d7ddde;
    }

    .mobile-nav-show .main-nav > li.sub-nav-show > a > i {
        color:#942B28;
    }

    .main-nav > li ul {
        display:none;
    }

    .mobile-nav-show .main-nav > li.sub-nav-show > div > ul {
        display:block;
    }

    .search-bar.search-bar-show {
        display:none;
    }

}

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

    .nav-wrapper {
        top:65px;
    }

}

.section.footer {
    padding-bottom:0px;
}

.footer-request {
    background: #eff1f1;
    border-top: 1px solid #d7ddde;
    color: #6a6a61;
    padding:40px 0px 30px;
}

.footer-space {
    background: #eff1f1;
    padding:0px 0px 30px;
}

.foot-tag {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    color:#6a6a61;
}

.foot-buttons .col {
    width:288px;
}

.foot-buttons a,
.foot-buttons button {
    display:block;
    margin:0px auto;
    background-color:#3e6b70;
    border:3px solid #3e6b70;
    color:#eff1f1;
    border-radius:6px;
    padding:10px 15px;
    font-size: 18px;
    font-weight: 500;
    text-decoration:none;
    text-align:center;
    width:100%;
    cursor:pointer;
}

.foot-buttons i {
    margin-right:10px;
}

.footer-request-form {
    background: #eff1f1;
    padding:0px 20px 30px;
    display:none;
    max-height:0px;
    overflow:hidden;
    transition: all 500ms ease;
}

.footer-request-show {
    display:block;
    max-height:1000px;
}

.footer-form .footer-request-form {
    display:block;
}

.footer-request-form > .row {
    border:1px solid #d7ddde;
    padding:30px 20px;
    border-radius:20px;
    background-color: #FFF;
}

.foot-request-title {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color:#444;
}

.footer-request-form .container {
    margin-top:0px;
    margin-bottom:0px;
}

.footer-request-form label {
    width:100%;
    font-size:11px;
    margin-left:3px;
}

.footer-request-form input {
    width:100%;
}

.footer-request-submit {
    max-width:288px;
    padding-top:20px;
}

.footer-request-submit button {
    display:block;
    margin:0px auto;
    max-width:288px;
    width:100%;
    background-color:#3e6b70;
    border:3px solid #3e6b70;
    color:#eff1f1;
    border-radius:6px;
    padding:10px 15px;
    font-size: 18px;
    font-weight: 500;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
}

.footer-request-submit i {
    margin-right:10px;
}

.footer-request-form textarea {
    height:220px;
    width:100%;
    min-height:150px;
}

.footer-request-loading {
    text-align:center;
    padding-top:20px;
    line-height:47px;
}

.footer-request-loading img {
    width:40px;
    vertical-align:middle;
}

.footer-request-form input.input-error,
.footer-request-form textarea.input-error {
    border: 1px solid red;
}


.footer-request-error {
    color:red;
    font-style:italic;
    text-align:center;
    padding-top:10px;
}

.footer-request-success {
    margin-top:0px;
}

.footer-request-success .container {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    color:#444;
    padding-top:10px;
    padding-bottom:10px;
}

.footer-request-success .container:last-child {
    font-size: 16px;
    font-weight: 600;
}

.footer {
    color:#FFFFFF;
    background-color:#942B28;
}

.footer a {
    color:#FFFFFF;
}

.footer .section {
    padding-bottom:0px;
}

.foot-logo img {
    max-width:220px;
}

.foot-bottom {
    margin-top:30px;
}

.foot-copy, .foot-privacy {
    font-size:12px;
}

.foot-privacy {
    text-align:right;
}

.foot-privacy a {
    margin:0px 8px;
}

.foot-privacy a:first-child {
    margin-left:0px;
}

.foot-privacy a:last-child {
    margin-right:0px;
}

.foot-title {
    font-size:18px;
    border-bottom:2px solid #FFFFFF;
    padding-bottom:15px;
    margin-bottom:15px;
}

.foot-about {
    font-size:13px;
    padding-bottom:10px;
}

.foot-contact .container {
    font-size:13px;
    margin-left:18%;
    margin-right:12%;
}

.foot-contact .container.foot-social {
    font-size:24px;
}

.foot-contact a {
    text-decoration: none;
}

.foot-social {
    margin-top:15px;
}

.foot-social i {
    margin-right:5px;
}

.foot-links .container {
    margin:0px auto;
    border-bottom:1px solid #FFFFFF;
    max-width:220px;
}

.foot-links a {
    display:block;
    padding:10px 5px;
    text-decoration: none;
}

@media all and (max-width: 992px) {

    .footer .row {
        max-width:576px;
    }

    .foot-logo {
        text-align:center;
        margin-top:30px;
    }

    .foot-copy, .foot-privacy {
        text-align:center;
    }

    footer .foot-contact, footer .foot-links {
        margin-top:30px;
        margin-left:auto;
        margin-right:auto;
    }

    .foot-contact .container {
        margin-left:12px;
        margin-right:12px;
    }

    .foot-bottom .foot-privacy {
        text-align:center;
        margin-top:0px;
    }

}

@media all and (max-width: 576px) {

    .footer .row {
        max-width:400px;
    }

    .foot-links .container {
        margin:0px 12px;
        max-width:100%;
    }

    .footer-request-form {
        padding-left:10px;
        padding-right:10px;
    }

    .footer-request-form > .row {
        padding:30px 5px;
    }

}

.crumbs {
    font-size:12px;
    color:#444;
}

.crumbs a { 
    color:#942B28;
    text-decoration:none;
}

.crumbs a:hover {
    text-decoration:underline;
}

.page-title {
    padding:20px 0px;
}

.page-title .container {
     margin:0px 12px;
}

.page-title h1 {
    font-size:38px;
    margin:0px;
}

@media all and (max-width: 768px) {
    .page-title h1 {
        font-size:32px;
    }
}

.page-list .col-4 {
    position:relative;
    margin-bottom:40px;
}

.page-list .container {
    margin:10px 16px;
}

.page-list-image {
    text-align:center;
    padding:9px 18px;
    max-width:400px;
    overflow:hidden;
}

.page-list-image img {
    width:100%;
    max-width:400px;
}

.page-list-image img {
    transition: transform 0.3s ease;
}

.page-list h3 {
    display: flex;
    align-items: top;
    justify-content: space-between;
    padding-bottom:10px;
    border-bottom:1px solid #d7ddde;
    margin-bottom:0px;
}

.page-list-title a,
.partner-list-title a {
    display:block;
    color:#444;
    text-decoration:none;
}

.page-list-title a:after,
.partner-list-title a:after {
    content:'';
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
}

.page-list-title i,
.partner-list-title i {
    display:block;
    font-size:1em;
    width:1em;
    height:1em;
    margin-left:10px;
    margin-top:0.2em;
}

.page-list-desc p {
    font-size:13px;
}

.partner-list-image img {
    width:100%;
    max-width:272px;
}

.partner-list-image {
    text-align:center;
    padding:12px 16px;
    margin:0px auto;
    max-width:304px;
}

.page-list a.category-list-info {
    display:none;
    position:absolute;
    top:10px;
    right:12px;
    font-size:22px;
    color:#444;
}

.partner-list-title {
    position:relative;
}

@media all and (min-width: 769px) {
    .page-list .col-4:hover .page-list-image img {
        transform: scale(1.0625);
    }

    .page-list .col-4:hover .page-list-title a,
    .page-list .col-4:hover .page-list-title i {
        color: #942B28;
    }

    .partner-list-title:hover  a,
    .partner-list-title:hover  i {
        color: #942B28;
    }

    .page-list .col-4:hover a.category-list-info {
        display:block;
    }

    .page-list a.category-list-info:hover {
        color: #942B28;
    }

}

@media all and (max-width: 768px) {
    .page-list h3 {
        position:relative;
    }

    .page-list-title i,
    .partner-list-title i {
        color: #942B28;
    }    

    .page-list .col-4 a.category-list-info {
        display:block;
    }

}

.account-title  {
    display:flex;
    align-items:center;
    border-bottom:1px solid #d7ddde;
    flex-wrap: wrap;
}

.account-title h1 {
    display:block;
}

.account-title i {
    font-size:28px;
    margin-left:auto;
    color:#942B28;
    display:block;
}

@media all and (max-width: 576px) {
    .account-title i {
        font-size:24px;
    }
}

.results-count {
    text-align:right;
    margin-top:0px;
    font-size:13px;
    color:#444;
    font-weight:600;
    padding-top:5px;
}

.results-box {
    margin-top:0px;
    min-height:200px;
}

.results-loading {
    text-align:center;
}

.results-loading img {
    margin:40px auto;
    width:40px;
}

.results-more {
    margin:auto;
    max-width:300px;
    background-color:#eff1f1;
    border:1px solid #d7ddde;
    font-weight:600;
    text-align:center;
    padding:10px;
    border-radius:5px;
    color:#333;
    font-size:15px;
    cursor:pointer;
}

.results-more i {
    margin-left:10px;
    color:#333;
}

.results-none h3 {
    text-align:center;
    margin:40px auto;
    color:#6a6a61;
    font-style:italic;
    font-weight:600;
}

.product-list {
    margin:30px auto;
    padding-bottom:30px;
    border-bottom:1px solid #d7ddde;
}

.product-list:first-child {
    margin:20px auto 30px;
}

.product-list:last-child {
    border-bottom:none;
}

.product-list-image .container {
    text-align:center;
    padding:0px 12px;
    margin:12px auto;
    max-width:274px;
    overflow:hidden;
}

.product-list-image img {
    width:100%;
    max-width:250px;
}

.product-list:hover .product-list-title a,
.product-list:hover .product-list-title i {
    color: #942B28;
}

.product-list-title {
    position:relative;
    margin-right:20px;
    margin-bottom:0px;
}

.product-list-title h2 {
    display: flex;
    align-items: center;
    margin:0px;
}

.product-list-title a {
    display:block;
    color:#444;
    text-decoration:none;
}

.product-list-title a:after {
    content:'';
    position:absolute;
    top:0px;
    bottom:0px;
    right:0px;
    left:0px;
}

.product-list-title i {
    display:block;
    font-size:1em;
    width:1em;
    height:1em;
    margin-left:auto;
    font-size:18px;
}

.product-list-type {
    margin-top:5px;
    margin-bottom:5px;
    font-size:13px;
    color:#6a6a61;
}

.product-list-features ul {
    margin-top:5px;
    margin-bottom:5px;
    padding-left:25px;
}

.product-list-features ul li {
    font-size:12px;
    margin:3px 0px;
}

.product-list-specs {
    font-size:11px;
    color:#444;
    margin:0px;
    border-radius:10px;
}

.product-list-specs > .row {
    padding:10px 0px;
    background-color:#f9f9f9;
}

.product-list-specs .container {
    margin:5px;
}
.product-list-specs .col-4 .container {
    text-align:right;
    margin-left:12px;
    margin-right:5px;
}
.product-list-specs .col-8 .container {
    margin-right:12px;
    padding-left:5px;
    border-left:1px solid #ccc;
}

.product-list-specs .col-8 .container span {
    display:block;
    float:left;
    margin-right:2px;
}

.product-list-specs .col-8 .container span:last-child {
    margin-right:0px;
}

.product-list-description p {
    font-size:12px;
    color:#444;
}

@media all and (max-width: 992px) {
    .product-list-specs {
        display:none;
    }
}
