/*!
Theme Name: Emeraldmaterials
Theme URI:
Author: Emeraldmaterials
Author URI: http://Emeraldmaterials
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Emeraldmaterials
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon/icomoon.eot');
    src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'lanxess-regular';
    src: url('fonts/lanxrgeur.eot?#iefix') format('embedded-opentype'), url('fonts/lanxrgeur.woff') format('woff'), url('fonts/lanxrgeur.ttf') format('truetype'), url('fonts/lanxrgeur.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'lanxess-bold-regular';
    src: url('fonts/lanxboeur.woff') format('woff'), url('fonts/lanxboeur.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.lanxess-32-caps-bold {
    font-family: 'lanxess-bold-regular';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 4.2rem !important;
}


.lanxess-21-bold {
    font-family: 'lanxess-bold-regular';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 3.4rem;
}


.lanxess-18-regular {
    font-family: 'lanxess-regular';
    font-size: 18px;
    line-height: 3.2rem !important;
}

.lanxess-15-regular {
    font-family: 'lanxess-regular';
    font-size: 15px;
}

.lanxess-21-bold strong{
    color:black;
}




.lanxess-32-regular{
    font-family: 'lanxess-regular';
    font-size: 32px;
}


.lanxess-18-top {
    position:relative;
    top:10px;
    line-height: 3.8rem;
}


.cate_des h3{
    font-family: 'lanxess-bold-regular';
    font-size: 21px;
    text-transform: uppercase;
    padding: 0px 0px 10px 0;
    line-height:3.2rem;
}

.cate_title{
    color: black;
    line-height: 4.2rem;
}

.cate_des p{
    margin: 0 0 0 0 !important;
    line-height:3.2rem;
}



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


/*List Style dot modification*/

.cate_des ul li, .NewsRightSeBox ul {
    list-style: none;
    line-height:3.2rem;
}


.cate_des ul li::before {
    content: "\2022";
    color: #f11a29 !important;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}


ul li > span {
    font-weight: 300 !important;
}


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

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

body {
    margin: 0;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    font-family: 'lanxess-regular' !important;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

img {
    outline: none;
}

img {
    max-width: 100%;
}

.headerTop {
    margin: 0;
    padding: 0;
    text-align: right;
}

.headerTop ul {
    margin: 0 0 0 auto;
    padding: 6px 15px;
    text-align: right;
    max-width: 317px;
    background: #eee;
    border-radius: 0 0 3px 3px;
}

.headerTop ul li {
    margin: 0;
    padding: 0 0 0 7px;
    display: inline-block;
}

.headerTop ul li a {
    color: #929292;
    font-size: 13px;
}

.headerTop ul li a::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0 0 0 6px;
}

.headerTop ul li a:hover {
    color: #0aa147;
}

a:hover {
    text-decoration: none !important;
}

.mainnav {
    margin: 0;
    padding: 10px 0;
    text-align: right;
}

.mainnav li {
    margin: 0;
    padding: 0 14px;
    display: inline-block;
}

.mainnav li a {
    color: #363636;
    font-size: 15px;
}

.mainnav li:last-child a {
    background: #0aa147;
    margin: 0;
    padding: 6px 14px;
    color: #eee;
    border-radius: 4px;
}

.mainnav li:last-child a:hover {
    color: #fff;
}

.mainnav li:last-child a img {
    width: 30px;
    height: auto;
}

.header {
    border-bottom: 10px solid #006e53;
}

.mainnav li:last-child {
    padding: 0;
}

.logo {
    padding: 12px 0 0 0;
}

.mainnav li a:hover {
    color: #0aa147;
}

.mainnav li.current-menu-item a {
    color: #0aa147;
}

.bannner {
    min-height: 450px;
    background-size: cover !important;
    padding: 130px 0 0 0;
}

.BannerDetails {
    margin: 0 auto;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.6);
    max-width: 800px;
    text-align: center;
}

.BannerDetails h2 {
    margin: 0;
    padding: 0 0 10px 0;
    color: #fff;
    font-size: 35px;
}

.BannerDetails p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 17px;
}

.BannerDetails a {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 20px 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.BannerDetails a::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0 0 0 15px;
}

.BannerDetails a:hover {
    background: #fff;
    color: #222;
}

.AboutSection {
    margin: 0;
    padding: 50px 0;
    background: #FFF;
}

.AboutDetails {
    text-align: center;
}

.AboutDetails h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
    /*font-size: 38px;*/
    color: #5f5f5f;
}

.AboutDetails p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    font-family: 'lanxess-regular';
    line-height: 4.2rem;
    color: black;
}

.BusinessGroup {
    margin: 0;
    padding: 40px 0;
    background: #ededed;
}

.BusinessGroup h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
    /*font-size: 38px;*/
    color: black;
    text-align: center;
}

.BusinessGroupBox {
    margin: 0;
    padding: 30px 0;
    background: #FFF;
    text-align: center;
    border-radius: 4px;
}

.BusinessGroupBox h3 {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 24px;
    color: #5f5f5f;
}

.BusinessGroupBox h4 {
    margin: 10px 0 18px 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 17px;
    color: #5f5f5f;
}

.BusinessGroupBox a {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 8px 20px;
    margin: 0 0 0 0;
    display: inline-block;
    font-size: 14px;
}

.BusinessGroupBox a:hover {
    background: #222;
    color: #FFF;
}

.FooterTop {
    margin: 0;
    padding: 50px 0;
    background: #FFF;
}

.FooterTopBox h2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
    font-size: 20px;
    color: #5f5f5f;
    text-align: center;
}

.FooterTopBox p {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
    text-align: center;
    line-height: 25px;
}

.FooterTopBox a {
    color: #0ba148;
}

.fgrtdrfg a {
    text-align: center;
    display: block;
}

.Footermain {
    margin: 0;
    padding: 115px 0 40px 0;
    background: url(images/footer-graphics.png) no-repeat top;
    background-size: cover !important;
}

.FootermainBox {
    margin: 0;
    padding: 0;
    text-align: center;
}

.FootermainBox p {
    margin: 0;
    padding: 0;
    color: #FFF;
}

ul.socialLink {
    margin: 15px 0 0 0;
    padding: 0;
}

ul.socialLink li {
    margin: 0;
    padding: 0 2px;
    display: inline-block;
}

ul.socialLink li a {
    background: #FFF;
    border-radius: 50%;
    color: #016447;
    width: 32px;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
}

.xfgrrd p {
    font-weight: 300;
}

.footernav {
    margin: 6px 0 0 0;
    padding: 0;
    text-align: center;
}

.footernav ul {
    margin: 0;
    padding: 0;
}

.footernav li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footernav li a {
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
    border-right: 1px solid #fff;
    padding: 0 10px;
    font-weight: 300;
}

.footernav li:last-child a {
    border: none;
}

.FootermainBox .input-group .icon-addon .form-control {
    border-radius: 0;
}

.FootermainBox .icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.FootermainBox .icon-addon:after, .FootermainBox .icon-addon:before {
    display: table;
    content: " ";
}

.FootermainBox .icon-addon:after {
    clear: both;
}

.FootermainBox .icon-addon.addon-md .glyphicon, .FootermainBox .icon-addon .glyphicon, .FootermainBox .icon-addon.addon-md .fa, .FootermainBox .icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.FootermainBox .icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.FootermainBox .icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.FootermainBox .icon-addon.addon-lg .fa, .FootermainBox .icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.FootermainBox .icon-addon.addon-md .form-control, .FootermainBox .icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.FootermainBox .icon-addon.addon-sm .fa, .FootermainBox .icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}

.FootermainBox .icon-addon .form-control:focus + .glyphicon, .FootermainBox .icon-addon:hover .glyphicon, .FootermainBox .icon-addon .form-control:focus + .fa, .FootermainBox .icon-addon:hover .fa {
    color: #2580db;
}

/*top search*/
.flat-show-search {
    position: relative;
    float: right;
}

.show-search {
    float: right;
    margin-left: 48px;
    position: relative;
}

.show-search img {
    position: relative;
    display: block;
    font-size: 20px;
    color: #181818;
    margin: 28px 0px;
    cursor: pointer;
    max-width: 20px;
}

.top-search {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    z-index: 12;
}

.top-search #searchform-all {
    position: relative;
}

.top-search #searchform-all input[type='text'] {
    height: 46px;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 0px;
}

.top-search #searchform-all #searchsubmit {
    margin-bottom: 0;
    height: 45px;
    font-size: 14px;
    color: rgba(21, 65, 110, 0.65);
    background-color: #fff;
}

.top-search #searchform-all #searchsubmit {
    /*padding: 3px;*/
    position: absolute;
    right: -20px;
    top: 6px;
    font-family: "FontAwesome";
    color: #fff;
    background: #0ba148;
    border: none;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search #searchform-all #searchsubmit:hover {
    background-color: #555555;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    right: 19px;
}

.show-search.active .fa-search::before {
    content: "\f00d";
}

.flat-show-search input[type="text"], .flat-show-search input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #d0d0d0;
    height: 46px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flat-show-search {
    margin: -12px 10px 0 0;
    float: right;
    position: absolute;
    z-index: 99999;
    right: 0;
}

.menu-main_nav-container {
    margin: 0 35px 0 0;
}

.ms-skin-light-6 .ms-bullet {
    border-color: #fff !important;
    background: #fff !important;
}

.ms-skin-light-6 .ms-bullet-selected {
    border-color: #e93f33 !important;
    background: #e93f33 !important;
}

.ms-skin-light-6 .ms-nav-next {
    background: url(images/homepage-slider-forward-icon.png) no-repeat right !important;
    border: none !important;
    border-radius: 0 !important;
    background-size: 60% !important;
}

.ms-skin-light-6 .ms-nav-prev {
    background: url(images/homepage-slider-icon-backward.png) no-repeat left !important;
    border: none !important;
    border-radius: 0 !important;
    background-size: 60% !important;
}

.ProInnNav {
    margin: 37px 0 0 0;
    padding: 0;
    background: #006e53;
    text-align: center;
    position: relative;
}

.ProInnNav ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ProInnNav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.ProInnNav ul li a {
    color: #6bc5b5;
    font-size: 16px;
}

.ProInnNav nav.ubermenu-responsive {
    background: #006e53 !important;
    text-align: center !important;
}

.ProInnNav .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ProInnNav .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    float: none !important;
}

.ProInnNav li a:hover {
    color: #FFF !important;
}

.ProInnNav li.ubermenu-current-menu-item a {
    color: #FFF !important;
}

.customCList {
    margin: 0 10px 20px 10px;
    padding: 0;
    width: 18.2%;
    float: left;
    position: relative;
}

.customCList a.km-product-category-container {
    display: grid;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-content: center;
    color: #fff;
    height: 100%;
    padding: 0 4px;
}

.customCList a.km-product-category-image-container {
}

.sdfrtef {
    padding: 60px 0;
}

.ProLine {
    margin: 0;
    padding: 50px 0;
    background: url(images/product-overview-banner.jpg) no-repeat center !important;
    background-size: cover;
}

.ProLine p {
    color: #fff;
    font-size: 17px;
}

.ProLine a {
    background: #e93f33;
    color: #fff;
    border-radius: 4px;
    padding: 0px 40px;
    margin: 18px auto 0 auto;
    display: inline-block;
    font-size: 14px;
    font-weight:600;
    /*height: 35px;*/
}

.ProLine a:hover {
    background: #a5001e;
    color: #fff;
}

.ProLine2 {
    margin: 0;
    padding: 200px 0;
    background: url(https://ekc-integration.lanxess.com/wp-content/uploads/2021/06/AdobeStock_179961060-Sitecore-Internet-Image1.jpg) no-repeat center !important;
    background-size: cover;
}

.ProLine2 p {
    color: #fff;
    font-size: 17px;
}

.ProLine2 a {
    background: #e93f33;
    color: #fff;
    border-radius: 4px;
    padding: 0px 40px;
    margin: 18px auto 0 auto;
    display: inline-block;
    font-size: 14px;
    font-weight:600;
    /*height: 35px;*/
}

.ProLine2 a:hover {
    background: #a5001e;
    color: #fff;
}

.MissionSec {
    padding: 10px 0;
}

.MissionSec .AboutDetails {
    border-top: 2px solid #CCC;
    border-bottom: 2px solid #CCC;
    padding: 30px 0;
}

.OverviewCustonType {
    margin: 0;
    padding: 50px 0;
}

.OverviewCustonType h3 {
    margin: 0;
    padding: 0 0 15px 0;
    color: black;
}

.OverviewCustonType p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.42857143;
    color: black;
}

a.morefgrftg {
    color: black;
    font-weight: 300;
    font-size: 17px;
}

.Contactrightnav {
    margin: 0;
    padding: 0 0;
    border: 1px solid #eee;
}

.Contactrightnav ul {
    margin: 0;
    padding: 0;
}

.Contactrightnav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.Contactrightnav ul li a {
    display: block;
    padding: 15px 15px;
    color: #787878;
    border-bottom: 1px solid #eee;
}

.Contactrightnav ul li a:hover, .Contactrightnav ul li.current_page_item a {
    background: #eee;
    color: #0ba148;
}

/*
.fgfthfrt {
	border-bottom:1px solid #eee;
}
change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills > li > a {
    border-radius: 6px 6px 0 0;
    border: 1px solid #eee;
    color: #222 !important;
}

#exTab3 .nav-pills > li {
    margin: 0 !important;
}

#exTab3 .tab-content {
    padding: 12px 0;
    line-height: 28px;
    font-weight: 300;
    font-size: 17px;
    color: #5f5f5f;
}

#exTab3 .nav-pills > li.active > a, #exTab3 .nav-pills > li.active > a:focus, #exTab3 .nav-pills > li.active > a:hover {
    color: #0ba148 !important;
    background-color: #f3f3f3;
}

.socialL ul {
    margin: 20px 0 0 0;
    padding: 0;
}

.socialL ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #0aa147;
    border-radius: 50%;
    line-height: 30px;
}

.socialL ul li a {
    color: #FFF;
    display: block;
    line-height: 30px;
}

.BannerDetailsEx {
    margin: 0 auto;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.6) !important;
    max-width: 800px;
    text-align: center;
    position: relative;
    width: 100%;
}

.BannerDetailsEx h2 {
    margin: 0;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 32px;
}

.BannerDetailsEx p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 17px;
}

.BannerDetailsEx a {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 5px 15px;
    margin: 20px 0 0 10px;
    display: inline-block;
    font-size: 14px;
}

.BannerDetailsEx a::after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0 0 0 15px;
}

.BannerDetailsEx a:hover {
    background: #fff;
    color: #222;
}


.page .BannerDetailsM h2 {
    margin: 0;
    padding: 0 0 0 0 !important;
    color: black;

}


.BannerDetailsM h2 {
    margin: 0;
    padding: 0 0 15px 0;
    color: black;

}

.BannerDetailsM p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 18px;
}

.MResources {
    margin: 0;
    padding: 40px 0;
}

.MResources h2 {
    margin: 0;
    padding: 0 0 25px 0;
    text-align: center;
    color: #222;
}

.ProInqBan {
    background-size: cover !important;
    padding: 50px 0 0 0;
    text-align: center;
}

/*a {
    color: #0ba148 !important;
}*/

.fgfthfrt label {
    padding: 12px 0 0 15px;
    font-weight: 400;
    font-size: 18px;
    color: #313131;
}

.fgfthfrt select {
    width: 100%;
    border: 2px solid #ddd7d7;
    padding: 5px 0;
    height: 42px;
    border-radius: 4px;
}

.fgfthfrt h2 {
    padding: 0 0 15px 0;
}

.fgfthfrt span.wpcf7-list-item {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.bannnerMar {
    background-size: cover !important;
    padding: 50px 0 0 0;
}

.bannnerMar p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}

.fgfthfrt input.wpcf7-submit {
    background: #0aa147;
    margin: 0 auto;
    padding: 8px 32px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    border: none;
    display: block;
}

.xdfgrdrsfg {
    padding: 60px 0;
}

.xdfgrdrsfg h3 {
    padding: 20px 0 30px 0;
}

.xdfgrdrsfg option {
    margin: 0;
    padding: 4px 8px;
    color: #222;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.aboutsub {
    margin: 0;
    padding: 0;
    background: #ececec;
}

.aboutsub nav.ubermenu-responsive {
    background: #ececec !important;
    text-align: center !important;
}

.aboutsub ul li a {
    color: #006e53;
    font-size: 16px;
}

.aboutsub ul li a:hover {
    color: #0aa147 !important;
}

.aboutsub ul li.ubermenu-current-menu-item a {
    color: #0aa147 !important;
}

.FooterTop {
    border-top: 1px solid #eee;
}

.aboutsubdet {
    padding: 40px 0;
}

.aboutsubdet .BannerDetailsM {
    text-align: center;
}

.aboutsubdet .BannerDetailsM h2 {
    text-align: center;
    font-weight: 300;
}

.BannerDetailsMTeamM {
    padding: 0 0 30px 0;
}

.BannerDetailsMTeam {
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.BannerDetailsMTeamImg {
    margin: 0;
    padding: 0;
}

.BannerDetailsMTeamImg img {
    border-radius: 4px;
}

.BannerDetailsMTeam h2 {
    margin: 0;
    padding: 14px 0 0 0;
    color: #222;
    font-weight: 400;
    font-size: 16px;
}

.BannerDetailsMTeam h2 span {
    margin: 0;
    padding: 6px 0 0 0;
    display: block;
    font-size: 12px;
    color: #7b7b7b;
}

.BannerDetailsMTeamM .container {
    max-width: 900px;
    margin: 0 auto;
}

.NewsMainSection {
    margin: 0 0 0 0;
    padding: 50px 0;
}

.NewsLeft h3 {
    display: none;
}

.NewsLeft ul {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

.NewsLeft ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.NewsLeft ul li a {
    display: block;
    margin: 0;
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
    color: #222;
}

.NewsLeft ul li a:hover {
    background: #eee;
    color: #0aa147;
}

.NewsRightSe h2.entry-title a {
    color: #0aa147;
}

.NewsRightSeBox {
    margin: 0;
    padding: 15px 0 23px 0; /*border-top: 1px solid #eee;*/
}

.NewsRightSeBox a {
    margin: 0;
    padding: 10px 0;
    color: #f11a29 !important;
    font-size: 24px;
    font-weight: 300;
    display: block;
}

.NewsRightSeBox h2 {
    margin: 0;
    padding: 0;
}

.NewsRightSeBox h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
}

.NewsRightSe h1.page-title {
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 25px;
    font-weight: 300;
}

h2.grrtdt {
    margin: 0;
    padding: 0 0 16px 0;
    font-size: 28px;
    font-weight: 300;
}

.Contabs h3 {
    margin: 0;
    padding: 4px 0;
    color: #0aa147;
    font-size: 14px;
}

table.dfgrd td {
    padding: 0;
    font-size: 14px;
}

.MResourcesBox {
    background: #FFF;
    margin: 0;
    padding: 10px 20px 10px 20px;
}

.pdfIcons {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
}

.pdfIcons img {
    max-width: 25px;
}

.MResourcesBox a.dfger {
    color: #f11a29;
    font-size: 14px;
    margin: 0;
    padding: 0;
    padding: 5px 0 0 0;
    display: block;
}

a.eventLernMore {
    margin: 12px auto 0 auto;
    padding: 5px 0;
    text-align: center;
    color: #0ba148;
    border: 1px solid #0ba148;
    border-radius: 4px;
    max-width: 120px;
}

a.morefgrftg {
    margin: 12px auto 0 auto;
    padding: 8px 0;
    text-align: center;
    color: black;
    border: 1px solid #000;
    border-radius: 4px;
    max-width: 137px;
    display: block;
    font-size: 14px;
}

a.morefgrftg:hover {
    color: #fff;
    border: 1px solid #222;
    background: #222;
}

a.btn-home-reveal {
    margin: 0 0 0 0;
    padding: 8px;
}

nav#ubermenu-main-16 {
    float: right;
    margin: 0 30px 8px 0;
}

.ubermenu-image.ubermenu-image-size-full {
    max-width: 20px;
}

.mainnav li:last-child a img {
    width: 20px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}

.mainnav li:last-child {
    padding: 0;
    width: 160px;
}

.mainnav li:last-child a {
    background: #0aa147;
    margin: 6px 0 0 0;
    padding: 10px 0 0 8px !important;
    color: #eee;
    border-radius: 4px;
}

.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
    margin-bottom: 0;
}

ul.ubermenu-submenu {
    background: #FFF !important;
    border: 1px solid #eee !important;
}

.MainConteniar {
    margin: 0 0 0 0;
    padding: 50px 0 !important;
}

.page .MainConteniar h2 {
    margin: 0;
    /*padding: 0 0 30px 0;*/
    font-weight: 300;
}


.page .MainConteniar p {
    color: black !important;
}

.MainConteniar p {
    margin: 0;
    padding: 0 0 20px 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 3.2rem;
    color: #5f5f5f;
}

.dfgrrdrfg {
    margin: 0;
    padding: 50px 0;
    border-top: 1px solid #eee;
}

.marketsCate h2 {
    margin-top: 0 !important;
}

.dfgrrdrfg img {
    padding: 70px 0 0 0;
}

.dfgrrdrfg a {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 2px 20px;
    margin: 12px 0 0 0;
    display: inline-block;
    font-size: 14px;
}

.dfgrt {
    margin: 50px 0 0 0;
}

.BusinessGroupDetails h2 {
    padding: 0 0 30px 0;
    text-align: center;
    font-weight: 300;
}

ul.ubermenu-submenu {
    border: 2px solid #eee !important;
    box-shadow: 0 0 3px 0px #222;
}

ul.ubermenu-submenu li a {
    padding: 6px 20px !important;
    font-size: 14px;
}

.SearchResults {
    margin: 0;
    padding: 30px 0 40px 0;
    background: #f11a29;
}

.SearchResults h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

.SearchResultsM {
    margin: 0;
    padding: 40px 0;
}

.SearchResultsM h2 {
    margin: 0;
    padding: 0 0 40px 0;
    font-weight: 300;
}

.srResults {
    margin: 0;
    padding: 12px 0 12px 0;
    border-top: 1px solid #eee;
    width: 100%;
}

.srResults a.ErLinks {
    margin: 0;
    padding: 0;
    color: #f11a29;
    font-size: 22px;
    font-weight: 300;
}

.srResults p {
    margin: 0;
    padding: 8px 0 0 0;
    color: black;
    font-size: 17px;
}

.srResults a {
    margin: 0;
    padding: 0;
    color: #f11a29;
}

.seFilter {
    margin: 0;
    padding: 3px 0 12px 0;
    border: 1px solid #eee;
}

.seFilter h3 {
    margin: 0;
    padding: 12px 12px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.seFilter ul {
    margin: 0;
    padding: 0;
}

.seFilter ul li {
    margin: 0;
    padding: 10px 12px;
    display: inline-block;
    width: 100%;
}

.seFilter ul li a {
    display: block;
    color: #0aa147;
}

body.page-template-tpl_event .NewsRightSeBox a {
    margin: 0;
    padding: 10px 0;
    color: #0aa147 !important;
    font-size: 18px;
    font-weight: bold;
    display: block;
}

body.page-template-tpl_event .NewsRightSeBox h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 22px !important;
    text-transform: capitalize;
}

body.page-template-tpl_event .NewsLeft {
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
}

body.page-template-tpl_event .NewsLeft li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

body.page-template-tpl_event .NewsLeft li a {
    display: block;
    margin: 0;
    padding: 15px 12px;
    border-bottom: 1px solid #eee;
    color: #222;
}

body.page-id-279 .dfgrrdrfg {
    margin: 0;
    padding: 0 0;
    border: none;
}

body.page-id-279 .dfgrt {
    margin: 0 0 0 0;
    margin-right: 0px;
    margin-left: 0px;
}

body.page-id-279 .dfgrt a {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 250px;
    text-align: center;
}

body.page-id-279 .dfgrt a:hover {
    background: #222;
    color: #FFF;
}

.gdfgd img {
    max-width: 50%;
    height: auto;
    margin: 30px auto 0 auto;
}

body.page-id-279 .dfgrrdrfg img {
    padding: 0 0 0 0;
    margin: 50px auto 30px auto;
}

.NewsLeft h4 {
    margin: 0;
    padding: 0;
    color: #555555;
    font-size: 16px;
    text-transform: uppercase;
}

.NewsLeftFilter {
    margin: 15px 0 0 0;
    padding: 20px 20px;
    background: #f8f8f8;
    border: 2px solid #e4e4e4;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #e4e4e4;
}

.styled-checkbox:hover + label:before {
    background: #f11a29;
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: #f11a29;
}

.scat-item:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 13px;
    background: white;
    width: 3px;
    height: 3px;;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.NewsLeft ul li.cat-item-68 input {
    width: auto !important;
}

.gvdrdfg h4 {
    padding: 0 0 15px 0;
}

.NewsLeftFilter .unstyled {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.NewsLeftFilter li {
    margin: 4px 0 !important;
}

.NewsLeftFilter .centered {
    width: 300px;
    margin: 12px 2px;
}

.NewsLeftFilter .title {
    text-align: center;
    color: #4571ec;
}

.NewsLeftFilter ul {
    border: none;
}

.NewsLeftFilter label {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.select {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #e4e4e4;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover, .select select:focus {
    color: #000;
    background: #fff;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #fff;
}

.wpsl-search {
    display: none !important;;
}

#wpsl-result-list {
    display: none !important;
}

#wpsl-gmap {
    float: right;
    width: 100% !important;
    height: 350px;
    margin-bottom: 0;
}

.cgbvfdgdr {
    margin: 40px 0 !important;
}

.cgbvfdgdr .col-md-12 {
    margin: 0;
    padding: 0;
}

.fdsfsdfs h3 {
    display: none !important;
}

.fdsfsdfs span.ac_open_cl_icon {
    display: none !important;
}

.fa-minus {
    display: none !important;
}

.fdsfsdfs #wpsm_accordion_415 .wpsm_panel-body {
    border: none !important;
}

.fdsfsdfs .wpsm_panel-body {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: #5f5f5f;
}

#wpsm_accordion_415 .ac_title_class {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 16px;
}

.FooterTopBox {
    padding: 0 26px;
}

.NewsLeft input.postform {
    width: 100% !important;
    border: 1px solid #eee !important;
    padding: 10px 5px !important;
}

.NewsLeft input.cat-item {
    width: auto !important;
    border: 1px solid #eee !important;
    padding: 0 !important;
}

.NewsLeft ul li.cat-item input {
    display: inline !important;
}

.NewsLeft ul li:last-child input {
    border: none;
    display: block;
    padding: 9px 30px;
    width: 100%;
    margin: 8px 0 0 0;
    color: #fff;
    background: #0aa147;
    text-transform: uppercase;
}

label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 30px;
}

.NewsLeft input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}

/*Check box*/
.NewsLeft input[type="checkbox"] + .label-text:before {
    background: url(images/1.jpg) no-repeat center;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 0;
    font-size: 21px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 1px;
}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #fff;
    animation: effect 250ms ease-in;
}

.NewsLeft input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

.label-text {
    width: 26px;
    height: 26px;
    display: inline-block;
    color: #222;
    background: #fff;
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #eee;
}

.NewsLeft h4 {
    margin: 0;
    padding: 4px 0 12px 0;
    color: #555555;
    font-size: 16px;
    text-transform: uppercase;
}

.NewsLeft input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

.NewsMainSection1 {
    margin: 0;
}

.fgfthfrt {
    margin: 40px 0 0 0;
}

body.page-template-tpl_kalama-careers .fgfthfrt {
    margin: 0 0 0 0;
}

.ProductCategory {
    margin: 0;
    padding: 40px 0;
}

.imgCateg {
    margin-bottom: 30px !important;
    margin: 0;
    padding: 0;
}

.imgCateg img {
    margin: 0;
    padding: 0;
    border-radius: 8px;
}

.single-product .cate_title h1 {
    margin: 0;
    /*padding: 0 0 15px 0;*/

}


.cate_title h1 {
    margin: 0;
    /*padding: 0 0 20px 0;*/
}

.cate_des {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.428571;
    color: black;
}

.dgdrfrdt {
    padding: 15px 0;
    background: #eee;
    border-bottom: 1px solid #CCC;
    margin-bottom: 12px;
}

.dgdrfrdt .dfgrtr {
}

.ProductCategoryList a {
    color: #0aa147;
    font-weight: 300;
    font-size: 14px;
}

.ProductCategoryList p {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 14px;
    color: black;
}

.fgrdtr {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px 0;
}

.fgrdtr a.product_type_simple {
    background: url(images/cart_icon.png) no-repeat center;
    text-indent: -9999px;
    margin: 0 0 0 0;
    display: block;
    background-size: 35%;
}

.fgrdtr a.product_type_simple:hover {
    background: url(images/cart_icon.png) no-repeat center;
}

.ProductCategory .tab-content > .active {
    display: block;
    padding: 25px 0 25px 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none !important;
    background-color: #fff;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}

.nav-tabs > li a {
    color: black !important;
}

#exTab2 .nav-tabs li a {
    cursor: pointer !important;
    border-bottom-color: rgb(221, 221, 221) !important;
    border-bottom-color: transparent !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #f11a29 !important;
    /*background-color: #F5F5F5 !important;*/
}

.nav-tabs > li.active {
    border-bottom: 2px solid #f11a29;
}

.BannerDetailsM ol li {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: black;
}

.BannerDetailsM ul li {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    color: black;
}

input.dfgdrgdr {
    background: #f11a29;
    margin: 15px 0 0 0;
    padding: 8px 0;
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}

.ProductCategoryList a {
    color: #f11a29;
    font-weight: 500;
    font-size: 14px;
    padding: 0 0 0 0;
    display: block;
}

.ProductCategoryList a:hover {
    color: #840009;
}

body.page-template-tpl_contact_international .fgfthfrt {
    margin: 0 0 0 0;
}

.fgrdtr {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

.form-control {
    height: 36px !important;
}

input[type="checkbox"].blockcheckbox {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

span.wpcf7-list-item-label {
    display: inline-flex;
    cursor: pointer;
    color: #313131;
    margin: 0 0 0 -17px;
    position: relative;
    top: 0;
}

span.wpcf7-list-item-label:before {
    position: relative;
    top: -3px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    background: #FFF;
    content: " ";
    margin: 0 10px 0 0;
}

span.wpcf7-list-item-label:after {
    position: absolute;
    top: -1px;
    left: 2px;
    display: inline;
    width: 26px;
    height: 26px;
    background: #B3B2B3;
    content: " ";
    opacity: 0;
    float: left;
    margin: 0 10px 0 0;
}

input:checked + span.wpcf7-list-item-label {
    color: #808080;
}

input:checked + span.wpcf7-list-item-label:after {
    opacity: 1;
}

.marketsCate {
    margin: 0;
    padding: 0;
}

.marketsCate .customCList {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #222;
    text-align: left;
}

.marketsCate .customCList h3.fghfth {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 12px 12px;
    color: #222;
    display: block;
    text-align: left;
    font-weight: 300;
    background: #eee;
    font-size: 23px;
}

.marketProList {
    margin: 0;
    padding: 12px 15px;
}

.marketProList a {
    margin: 0;
    padding: 0 0 10px 0;
    color: #f11a29;
    font-size: 18px;
    display: block;
    font-weight: 500;
}


.marketProList a:hover {
    color:#f11a29;
    text-decoration: underline !important;
}

.marketProList p {
    margin: 0;
    padding: 0 0 0 0;
    color: #5f5f5f;
    font-size: 18px;
    display: block;
    font-weight: 300;
}

.overviewInn {
    margin: 0;
}

.overviewInn .NewsRightSeBox {
    border: none !important;
}

.overviewInn .NewsRightSeBox h2 {
    padding: 0 0 15px 0 !important;
}

ul.event-categories {
    margin: 0;
    padding: 0;
}

ul.event-categories li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.NewsRightSeBox h2 {
    padding: 0 0 15px 0;
    font-size: 20px;
    font-weight: 300;
}

ul.event-categories li a {
    font-size: 18px;
}

.NewsRightSeBox i {
    display: none;
}

.woocommerce-info {
    display: none;
}

.MResourcesBox {
    margin: 0 0 10px 0;
}

.eventsSingle {
    margin: 0;
    padding: 30px 30px;
    background: #f6f6f6;
}

.eventsSingle h3 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 19px;
}

.eventsSingle p {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 15px;
}

.SingEvDe h2 {
    padding: 0 0 15px 0;
    font-size: 24px;
    font-weight: 300;
}

.SingEvDe {
    font-size: 16px;
    color: #424242;
    font-weight: 300;
    line-height: 30px;
}

.SingEvDe b {
}

a.eventCLink {
    background: #f11a29;
    display: block;
    max-width: 180px;
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    border-radius: 6px;
    margin: 15px 0 0 0;
}

.SingEvDe a.eventCLinkN {
    color: #0aa147;
    display: inline;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

/*.ExEvents p {
	display: none;
}*/
.fgrdtr a.product_type_simple:hover {
    background-size: 35%;
}

ul.event-categories li a {
    display: none;
}

.em-location-map-container {
    position: relative !important;
    margin: -425px 0 0 0;
}

.ExEvents .eventsSingle p {
    display: block;
}

/* products CSS */

a {
    border: medium none;
    color: black;
    /*    font-weight: 700;*/
    text-decoration: none;
}

.styled {
    color: red;
}

.catListing {
    padding: 0;
    margin: 5px 0;
    position: relative;
    clear: left;
    background-color: #EEE;
    min-height: 80px;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    overflow: visible;
}

.catListing img {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 20px;
    top: -1px;
}

.catListingIconHeader {
    position: absolute;
    right: 20px;
    top: 40px;
}

.catListingIconActive {
}

#oneColumnFull .catListing a {
    border: none;
    padding: 0;
    margin: 0;
    display: block;
}

#oneColumnFull .catListing a:link, #oneColumnFull .catListing a:visited {
    background-color: #EEE;
    background-image: url('micms_doc_admin.display?p_customer=EPM&p_name=/templates/images/rightAngle.gif');
    background-repeat: no-repeat;
    background-position: 870px 10px;
}

#oneColumnFull .catListing a:hover, #oneColumnFull .catListing a:active {
    background-color: #FFF;
    background-image: url('micms_doc_admin.display?p_customer=EPM&p_name=/templates/images/rightAngleEEE.gif');
    background-repeat: no-repeat;
    background-position: 870px 10px;
}

.fragment {
    display: block;
    width: 880px;
    padding: 10px 10px 10px 20px;
}

#oneColumnFull .catListing h3 {
    padding: 10px 120px 0 120px;
    margin: 0;
}

.ms-slide-info {
    min-height: initial !important;
}

#oneColumnFull .catListing p {
    padding: 5px 120px 10px 120px;
    margin: 0;
    font-weight: normal;
}

.productLink {
    float: left;
    width: 156px;
    padding: 0;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: .8em;
    min-height: 40px;
    vertical-align: middle;
}

.clearfloat {
    clear: both;
}

.productLink a {
    padding: 10px 0;
    display: block;
    background-color: silver;
}

.productLink a:link, .productLink a:visted {
    background-color: silver;
}

.productLink a:hover, .productLink a:active {
    background-color: white;
}

/* Product Group CSS */

#productGroup {
    margin: 0;
    padding: 30px 20px 20px;
}

#productGroup h2 {
    padding: 20px;
}

#imageLeft {
    float: left;
    padding: 0;
    width: 300px;
}

#introImageLeft {
    float: left;
    padding: 0 0 0 20px;
    width: 160px;
}

#introRight {
    float: left;
    padding: 0 0 20px 20px;
    width: 540px;
    margin: 0;
}

#introRight p {
    padding: 0;
    margin: 0;
}

.groupIntro {
    padding-top: 0;
}

#imageLeft img {
    border: 1px solid silver;
}

#productGroup {
    padding: 0;
}

.productGroupTable {
    background-color: white;
    border-bottom: 30px solid #CCCCCC;
    font-family: 'lanxess-regular';
    font-size: 0.9em;
    font-weight: 500;
    margin: 20px 0 0 0;
}

.productGroupTable th {
    background-color: #CCCCCC;
    line-height: 1em;
    text-align: left;
}

.productGroupTable td {
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.1em;
    text-align: left;
    vertical-align: top;
}

.productGroupTable caption {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
    text-align: left;
}

.smaller {
    font-size: small;
}

.productGroupTable p {
    font-size: 1em;
}

.productGroupTable em {
    display: block;
}

.groupListing {
    background-color: #EEEEEE;
    clear: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.groupListing h3 {
    left: 150px;
    position: absolute;
    top: 20px;
}

.groupListing img {
    margin: 0;
    padding: 0 20px;
}

/* Product CSS */

#product {
    padding: 30px 20px 20px 20px;
    margin: 0;
}

.attributeTable, .applicationTable, .msdsTable {
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px solid #00526E;
    color:black;
}

.attributeTable th, .applicationTable th, .msdsTable th {
    background-color: #006e53;
    color: white;
    letter-spacing: .5px;
    text-align: left;
}

.attributeTable td, .applicationTable td, .msdsTable td {
    border-bottom: 1px solid #fff;
    vertical-align: top;
}

.attributeTable td {
    width: 50%;
}

.msdsTable td {
    width: 25%;
}

.attributeTable caption, .applicationTable caption, .msdsTable caption {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    letter-spacing: .5px;
}

.attributeTable p, .applicationTable p, .msdsTable p, .attributeTable a, .applicationTable a, .msdsTable a {
    font-size: 12px;
}

/*
table tr td a:hover {
	background-color: #007BFF;
	color: white;
}*/
table tr td a:active {
    background-color: #007BFF;
    color: white;
}

.applicationTable a {
    font-weight: 700;
    letter-spacing: .2px;
    text-decoration: none;
    padding: 0;
}

/*
.applicationTable a:link {
	color: #2B7ECD;
}
.applicationTable a:visited {
	color: #2B7ECD;
}
.applicationTable a:hover {
	background-color: #007BFF;
	color: white;
}
*/
#oneColumnFull #tabs ul {
    padding: 0;
    margin: 0;
}

#AttributeEditorTable .subtype {
    background-color: #7FB7A9;
    color: white;
    font-size: 0.9em;
}

#AttributeEditorTable th {
    font-size: 0.9em;
}

.attributeTable .subtype {
    font-weight: 700;
    font-size: 1.1em;
}

.attributeTable .half {
    font-weight: 700;
    width: "50%";
}

#productTableHead th a {
    text-decoration: underline;
}

#exTab2 .tab-content ul {
    margin: 0;
    padding: 0;
}

#exTab2{
    margin-top:20px;
}

.fdedrfxdf ul > li {
    margin: 0;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
}

.fdedrfxdf ul li a {
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #f11a29 !important;
}

.fdedrfxdf h2 {
    padding: 0 20px 10px 0;
    margin: 0;
    font-size: 1.2em;
    color: #444;
}

.applicationTable th, .msdsTable th {
    background-color: #006e53;
    color: white;
    letter-spacing: .5px;
    text-align: left;
    padding: 10px 10px;
}

.attributeTable .half {
    font-weight: 700;
    width: "50%";
    padding: 10px 12px !important;
}

td, .applicationTable td, .msdsTable td {
    border-bottom: 1px solid #fff;
    vertical-align: top;
    padding: 8px 12px !important;
    font-size: 14px !important;
    letter-spacing: 0;
    font-weight: normal;
}

.fdedrfxdf ul li a:before {
    content: "\f04d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f11a29;
    font-size: 9px;
    padding-right: 0;
    position: absolute;
    margin: 4px 0 0 -14px;
}

.dfgrtret ul li a {
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #f11a29 !important;
}

.dfgrtret ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.dfgrtret ul li a:before {
    content: "\f04d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f11a29;
    font-size: 9px;
    padding-right: 0;
    position: absolute;
    margin: 4px 0 0 -14px;
}

.dfgrtdrg a {
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #f11a29 !important;
}

.Cservices h3 {
    margin: 0;
    padding: 0 0 10px 0;
    color: black;
}

.Cservices p {
    line-height: 34px;
    color: black;
}

.Cservices a.product_type_simple {
    background: url(images/cart_icon.png) no-repeat left;
    background-size: auto auto;
    text-indent: -9999px;
    margin: -24px 0 0 66px;
    display: block;
    background-size: 5%;
    background-color: none;
}

.Cservices a.product_type_simple:hover {
    background-size: 5% !important;
    background-color: none;
    background: url(images/cart_icon.png) no-repeat left;
}

.Cservices a.product_type_simple:before {
    position: absolute;
    content: "click here.";
    font-family: FontAwesome;
}

.Cservices a {
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
    color: #0aa147 !important;
}

.NewsExt {
    margin: 25px 0 25px 0;
    padding: 30px !important;
    background: #eee;
}

.NewsExt p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.BusinessGroupBoxEx {
    margin: 0;
    padding: 0 0;
    background: #FFF;
    text-align: center;
    border-radius: 4px;
}

.BusinessGroupBoxEx a:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 0;
    position: absolute;
    margin: -1px 0 0 -10px;
}

/*.ms-slide img {
	height: auto !important;
}
.ms-view {
	max-height: 300px;
}
*/


/*



body.homeOld .ms-slide .ms-slide-bgcont img {
	margin: 0 !important;
	height: 500px !important;
	background-size: cover !important;
	object-fit: cover;
	background-position: 100% !important;
	width: 100vw;
}
body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
	height: 500px !important;
}
body.homeOld .Inbannner .ms-slide {
	height: 500px !important;
}
body.homeOld .Inbannner .ms-slide {
	height: 500px !important;
}
body.homeOld .Inbannner .ms-view .ms-slide-container {
	height: 500px !important;
}
body.homeOld .Inbannner .ms-view {
	height: 500px !important;
}
body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
	height: 500px !important;
}
body.homeOld .BannerDetailsEx {
	text-align: center;
	background-color: #000000;
	display: table-cell;
	vertical-align: middle;
}
body.homeOld .Inbannner {
	display: table;
}
.ms-slide-info {
	position: absolute !important;
	top: 50% !important;
}
body.homeOld .BannerDetailsEx {
	text-align: center;
	background-color: #000000;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body.homeOld .Inbannner {
	position: relative;
	top: 50%;
	bottom: 50%;
}
.ms-slide-info {
	margin: 0 !important;
}
.ms-slide .ms-slide-bgcont img {
	margin: 0 !important;
	height: 300px !important;
	background-size: cover !important;
	object-fit: cover;
	background-position: 100% !important;
	width: 100vw;
}
.Inbannner .ms-slide .ms-slide-bgcont {
	height: 300px !important;
}
.Inbannner .ms-slide {
	height: 300px !important;
}
.Inbannner .ms-slide {
	height: 300px !important;
}
.Inbannner .ms-view .ms-slide-container {
	height: 300px !important;
}
.Inbannner .ms-view {
	height: 300px !important;
}
.ms-inner-controls-cont, .ms-container {
	height: 300px !important;
}
.BannerDetailsEx {
	text-align: center;
	background-color: #000000;
	display: table-cell;
	vertical-align: middle;
}
.Inbannner {
	display: table;
}
.ms-slide-info {
	position: absolute !important;
	top: 50% !important;
}
.BannerDetailsEx {
	text-align: center;
	background: rgba(0,0,0,0.6) !important;
	display: table-cell;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Inbannner {
	position: relative;
	top: 50%;
	bottom: 50%;
}
.ms-slide-info {
	margin: 0 !important;
}*/
@media all and (max-width: 959px) {
    .flat-show-search {
        margin: -60px 10px 0 0;
    }
}

@media all and (max-width: 800px) {
    .ms-slide img {
        margin: 0 !important;
    }
}

@media all and (max-width: 700px) {
    .ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
        top: 41% !important;
    }

    .BannerDetailsEx h2 {
        margin: 0;
        padding: 0 0 0 0;
        color: #fff;
    }

    .BannerDetailsEx p {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 12px;
    }
}

@media all and (max-width: 640px) {
    .ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev {
        display: none;
    }

    .master-slider-parent .ms-skin-light-6 .ms-nav-next, .master-slider-parent .ms-skin-light-6 .ms-nav-prev {
        top: 40% !important;
    }

    .master-slider-parent .ms-skin-light-6 .ms-nav-next {
        right: 20px !important;
    }

    .master-slider-parent .ms-skin-light-6 .ms-nav-prev {
        left: 20px !important;
    }

    .ProInnNav {
        margin: 0 0 0 0;
    }
}

.HomeNewS img {
    padding: 0 0 0 0;
    margin: 50px auto 30px auto;
}

.BusinessGroup {
    background: #fff;
}

.gdfgd img {
    margin: 0 auto 0 auto;
}

.HomeNewS img {
    padding: 0 0 0 0;
}

.HomeNewS p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 17px;
    line-height: 34px;
    color: #5f5f5f;
    min-height: 205px;
}

.HomeNewS a {
    display: block !important;
    margin: 20px auto 0 auto !important;
    max-width: 250px;
    text-align: center;
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
}

.HomeNewS a:hover {
    background: #222;
    color: #FFF;
}

@media all and (max-width: 480px) {
    .logo img {
        max-width: 100% !important;
    }

    .flat-show-search {
        margin: 3px 30px 0 0 !important;
    }

    a.ubermenu-responsive-toggle {
        float: left !important;
    }
}

.ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle {
    padding: 15px 9px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
    content: none !important;
}

.logo img {
    width: 190px;
}

.AboutSection {
    margin: 0 0 0 0;
}

.Inbannner {
    margin: 0 0 40px 0;
}

.mainnav li ul.ubermenu-submenu li a {
    padding: 6px 12px !important;
}

.ExBorder {
    border-top: 3px solid #eee;
}

a.RecBt {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 0px 0;
    margin: 0 auto 0 auto;
    display: block;
    font-size: 14px;
    text-align: center;
    max-width: 270px;
}

.rightIm {
    border: 4px solid #eee;
    padding: 0 0 40px 0;
    margin: 71px 0 0 0;
}

.CareerExBoc {
    margin: 0 !important;
    padding: 0 0 60px 0 !important;
}

.ExTextar .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 120px !important;
}

.em-location-map-container {
    width: 500px !important;
}

.header {
    padding: 0 0 12px 0;
}

.neweFe {
    margin-left: 10px !important;
    float: right;
    margin: 0;
    padding: 0;
}

.CarSearch {
    margin: -42px 0 0 0;
}

.CarSearch input {
    background: none;
    border: none;
    border-bottom: 2px solid #eee;
    box-shadow: none !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.CexB .ms-bullets-count {
    display: none;
}

.CarSearch i {
    float: right;
    color: #fff !important;
    margin: -25px 0 0 0;
}

input.GoBtn {
    border: none;
    background: #0aa147;
    text-align: center;
    padding: 11px 0;
    width: 100%;
    border-radius: 5px !important;
}

.portfolioFilter a {
    margin-right: 10px;
    color: #666;
    text-decoration: none;
}

.portfolioFilter a.current {
    font-weight: bold;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolioFilter {
    text-align: center;
    margin: 0 auto 40px auto;
}

.portfolioFilter a {
    border: 1px solid #f11a29;
    border-radius: 5px;
    color: #f11a29;
    padding: 8px 25px
}

.portfolioFilter a:hover {
    color: #f11a29;
}

.portfolioFilter a.current {
    background: #f11a29;
    color: #fff;
    text-decoration: none;
    font-weight: normal !important;
}

.nesrnewText {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    font-style: italic;
}

.prEnqu {
    padding: 50px 0;
}

.prEnqu h2 {
    margin: 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 32px;
    color: #5f5f5f;
    text-align: center;
}

.prEnqu a {
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 8px 45px;
    margin: 0 0 0 0;
    display: inline-block;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.neweFe img {
    max-width: 600px;
    height: auto;
    padding: 0 0 20px 35px;
}

.NewsRightSeBox h3 {
    padding: 0 0 18px 0;
}

.BannerDetailsDe {
    background: #f8f8f8;
    padding: 15px 0;
}

.BannerDetailsDe p {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 17px;
    font-weight: 300;
}



.fgfthfrt label, .frm_primary_label {
    padding: 12px 0 0 15px;
    font-weight: 300;
    font-size: 18px;
    color: black;
}

.fgfthfrt input.wpcf7-submit {
    margin: 0 0 0 auto;
}

body.page-template-tpl_inquiries .AboutSection {
    margin: 0 0 0 0;
}

.fgfthfrt h2 {
    padding: 0 0 15px 0;
    font-size: 18px;
    font-weight: bold;
}

h2.cateTitle {
    margin: 99px 0 0 0;
}

.BannerDetailsDe a {
    color: #0aa147;
}

.contMain p {
    font-weight: 300;
    font-size: 17px;
    color: #313131;
}

body.page-id-602 label {
    font-size: 16px;
    font-weight: 300 !important;
}

body.page-id-600 label {
    font-size: 16px;
    font-weight: 300 !important;
}

body.page-id-598 label {
    font-size: 18px;
    color:black;
}

body.page-id-602 .woocommerce-Button.button {
    border: none;
    color:white;
    background: #f11a29 !important;
    font-weight: 300 !important;
    padding: 12px 68px !important;
    width: 100%;
}

legend {
    padding: 12px 0;
}

.woocommerce-MyAccount-content input {
    border: 1px solid #eee;
    padding: 6px 8px;
}

.woocommerce-ResetPassword.lost_reset_password {
    max-width: 600px;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 20px;
    text-align: center;
}

.woocommerce-ResetPassword.lost_reset_password input {
    width: 100%;
    border: 1px solid #eee;
    padding: 6px 8px;
}

.woocommerce-form-login input, .register input {
    border: 1px solid #eee;
    padding: 6px 8px;
}

.lost_password a, .woocommerce-simple-registration-login-link a {
    color: #f11a29 !important;
}

.woocommerce-form.woocommerce-form-login.login {
    max-width: 500px;
    margin: 0 auto;
}

body.page-id-602 .BannerDetailsM h2.ext {
    display: none;
}

body.page-id-600 .woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}

body.page-id-602 .MainConteniar h2, body.page-id-600 .MainConteniar h2 {
    text-align: center;
    font-family: 'lanxess-bold-regular';
    text-transform: uppercase;
    padding: 0 0 15px 0 !important;
    line-height: 4.2rem;
}


.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    background: #f9f9f9;
    padding: 0 18px;
    margin: 1px 0;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

body.page-id-596 .BannerDetailsM .product-name a {
    color: #f11a29 !important;
    font-family: 'lanxess-regular';
}

body.page-id-596 .BannerDetailsM input.input-text {
    border: 1px solid #eee;
    padding: 8px 0;
}

body.page-id-596 .BannerDetailsM .cart_item {
}

body.page-id-596 a.checkout-button {
    border: none;
    background: #f11a29 !important;
    color: #fff !important;
    font-weight: 300 !important;
}

body.page-id-598 input {
    border: 1px solid #eee;
    padding: 6px 8px;
}

body.page-id-598 textarea {
    border: 1px solid #eee;
    padding: 6px 8px;
}

#terms {
    margin: 13px 0 0 0;
}

.woocommerce-terms-and-conditions-checkbox-text {
    margin: 0 0 0 25px;
    position: relative;
    top: 8px;
}

button#place_order {
    border: none;
    background: #f11a29  !important;
    color: #fff !important;
    font-weight: 300 !important;
}

body.page-id-598 .place-order a {
    color: #0aa147 !important;
}

body.page-id-596 .product-thumbnail img.woocommerce-placeholder {
    display: none !important;
}


body.page-id-600 button.woocommerce-Button:hover {
    background-color: #a5001e;
}

body.page-id-600 button.woocommerce-Button {
    border: none;
    background: #f11a29 !important;
    color: #fff !important;
    font-weight: 300 !important;
}

.coupon button {
    border: none;
    background: #f11a29 !important;
    color: #fff !important;
    font-weight: 300 !important;
}

body.page-id-596 .actions button.button {
    border: none;
    background: #f11a29 !important;
    color: #fff !important;
    font-weight: 300 !important;
}

.MainConteniar .woocommerce-privacy-policy-text p {
    font-size: 16px;
}

.validate-required .required {
    position: relative;
    top: 8px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    top: 10px;
}

#terms {
    margin: 20px 0 0 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #f11a29 !important;
    color: #f11a29 !important;
    background: #fff !important;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #f11a29 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    color: #0ba148 !important;
    background-color: #f3f3f3 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #f11a29 !important;
    font-weight: 500;
}

h2.mtacctitle {
    padding: 20px 0 30px 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin: 30px 0 0 0;
}

.ql_top_filter_area select {
    border: 1px solid #eee;
    padding: 8px 0;
    width: 300px;
    height: 33px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
}

.ext {
}

body.page-id-5951 h2.ext {
    margin: 40px 0 0 0;
}

.fgfthfrt label {
    padding: 12px 0 0 5px;
}

.fgfthfrt h2 {
    margin: 0 0 20px 0;
    padding: 0 0 16px 0;
    font-size: 28px;
    font-weight: 300;
}

.Contabs h3 a {
    margin: 0;
    padding: 0 0 10px 0;
    color: #0aa147;
    font-size: 17px;
    font-weight: 300;
}

.dgdrfrdt .dfgrtr {
    padding: 0 12px;
    font-size: 14px;
    font-family: 'lanxess-regular';
    color:black;

}

body.archive .AboutSection .container {
    max-width: 920px;
}

.marketsCate .customCList h3.fghfth {
    text-transform: lowercase;
}

.marketsCate .customCList h3.fghfth::first-letter {
    text-transform: uppercase;
}

.Backev a {
    background: #f11a29;
    display: block;
    max-width: 280px;
    color: #fff !important;
    text-align: center;
    font-size: 17px;
    padding: 5px;
    border-radius: 6px;
    margin: 30px auto 0 auto;
    font-weight: 300;
}

.attributeTable th, .applicationTable th, .msdsTable th {
    background-color: #eee;
    color: #222;
    border-bottom: 1px solid #CCC;
}

td.subtype {
    color: #f11a29;
    text-transform: uppercase;
}

a.registerBl {
    text-align: right;
    display: inline;
    float: right;
}

.MainConteniar a {
    color: #f11a29;
}

.MainConteniar a:hover {
    color: #840009;
}

.delete_item, .btn-success {
    background-color: #f11a29 !important;
    border: none !important;
}


/*.btn-success:hover, .delete_item:hover {*/
/*    background-color: #840009 !important;*/
/*    border: none !important;*/
/*}*/


body.page-id-8220 .MainConteniar form.woocommerce-EditAccountForm label {
    font-size: 18px;
    color:black !important;
}

body.page-id-8220 .MainConteniar form.woocommerce-EditAccountForm input {
    border: 1px solid #eee;
    padding: 6px 8px;
    font-size: 18px;
}

body.page-id-8220 .MainConteniar form.woocommerce-EditAccountForm select {
    border: 1px solid #eee;
    padding: 6px 8px;
    font-size: 18px;
}

p#billing_phone_field, p#billing_fax_field {
    float: left;
}

body.page-id-8220 .MainConteniar legend {
    display: block;
    width: 100%;
    padding: 10px 0 10px 0;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

body.page-id-8220 .MainConteniar button.woocommerce-Button {
    background: #f11a29;
    margin: 6px 0 0 5px;
    padding: 12px 20px 12px 20px !important;
    color: #eee !important;
    border-radius: 4px;
}

body.page-id-8220 .MainConteniar .container {
    max-width: 800px;
    /*border: 1px solid #eee;*/
    /*padding: 15px 20px;*/
}

body.page-id-8220 .MainConteniar .container h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

#ql_conpany_conduct input {
}

body.homeOld .ms-skin-light-6 .ms-bullets.ms-dir-h {
    bottom: 12px !important;
}

@media all and (max-width: 1350px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -638px !important;
    }
}

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

@media all and (max-width: 1280px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -604px !important;
    }
}

@media all and (max-width: 1199px) {
    .customCList {
        width: 22.8%;
    }

    .CarBtnJoin {
        margin: 75px auto 0 auto !important;
    }
}

@media all and (max-width: 1170px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -648px !important;
    }
}

@media all and (max-width: 1024px) {
    .customCList {
        width: 22.8%;
    }

    .CarSearch {
        margin: -42px 0 90px 0;
        position: relative;
        top: 100px;
        background: #222;
        color: #222;
    }

    .form-control::-moz-placeholder {
        color: #000 !important;
        opacity: 1;
    }

    ::placeholder {
        color: #000;
        opacity: 1;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -574px !important;
    }

    .top-search {
        top: 15px;
    }

    body.page-template-tpl_careers .xdfgrdrsfg {
        padding: 0 !important;
    }

    .right-inner-addon {
        margin: -40px 0 0 0 !important;
    }

    body.homeOld .Inbannner {
        height: auto !important;
    }

    .right-inner-addon {
        max-width: 400px;
        width: 100%;
    }

    .right-inner-addon {
        margin: -115px auto 120px auto !important;
    }
}

@media all and (max-width: 991px) {
    a.morefgrftg {
        margin: 20px auto 25px auto;
    }

    .right-inner-addon {
        margin: -175px auto 0 auto !important;
    }

    .fgrtdrfg {
        padding: 20px 0;
    }

    .FooterTopBox p {
        text-align: center !important;
    }

    .em-location-map-container {
        position: relative !important;
        margin: 0;
        width: 100% !important;
    }

    .customCList {
        width: 30%;
    }

    .BannerDetailsEx {
        width: 70%;
    }

    .prEnqu a {
        display: block;
        margin: 20px auto 0 auto;
        text-align: center;
        max-width: 200px;
    }

    .CarSearch {
        margin: -42px 0 150px 0;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -668px !important;
    }
}

@media all and (max-width: 959px) {
    .logo {
        text-align: center;
    }

    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
        background: #222;
        color: #fff;
    }

    .flat-show-search {
        margin: -60px -20px 0 0;
    }

    ul.ubermenu-nav li {
        display: inline-block !important;
        width: 100% !important;
    }

    nav#ubermenu-main-16 {
        float: right;
        margin: 0 0px 0px 0;
    }

    .flat-show-search {
        /*margin: -84px 28px 0 0 !important;*/
    }
}

@media all and (max-width: 860px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -620px !important;
    }
}

@media all and (max-width: 800px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -590px !important;
    }

    .right-inner-addon {
        margin: -175px auto 0 auto !important;
    }
}

@media all and (max-width: 768px) {
    .searchwp-live-search-results {
        margin: 0 0 0 -568px !important;
    }

    body.page-id-76 .wsp-container ul li {
        margin: 0;
        padding: 0 0 0 0;
        width: 100% !important;
        float: left;
    }

    body.page-id-76 .wsp-container ul {
        margin: 0;
        padding: 0 0 0 30px !important;
    }
}

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

@media all and (max-width: 767px) {
    .NewsLeft {
        margin: 0 0 30px 0;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -580px !important;
    }

    #exTab3 .nav-pills > li {
        margin: 0 0 5px 0 !important;
        width: 100%;
    }

    .customCList {
        width: 45%;
    }

    .portfolioFilter a {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }

    .woocommerce-MyAccount-navigation ul li {
        width: 100%;
    }

    .BannerDetailsEx {
        width: 65%;
    }

    .eventsSingleTop .em-location-map-container {
        margin: 0 0 0 0 !important;
    }
}

@media all and (max-width: 700px) {
    .right-inner-addon {
        margin: -170px auto 0 auto !important;
    }

    .ProductCategoryList p {
        font-size: 11px;
    }

    .ProductCategoryList a {
        font-size: 11px;
    }

    .dgdrfrdt .dfgrtr {
        font-size: 9px;
        font-weight: 400;
    }
}

@media all and (max-width: 640px) {
    .searchwp-left {
        width: 100% !important;
    }

    .searchwp-right {
        width: 100% !important;
    }

    body.page .searchwp-live-search-results {
        width: 100% !important;
        max-width: 400px !important;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -430px !important;
    }

    body.homeOld .ms-skin-light-6 .ms-bullets.ms-dir-h {
    }

    .right-inner-addon {
        margin: -148px auto 0 auto !important;
    }

    .searchwp-left {
        margin: 0 0 15px 0 !important;
    }
}

a.VmORE {
    margin: 0 !important;
}

@media all and (max-width: 600px) {
    /*body.homeOld .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 500px !important;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
        height: 500px !important;
    }
    body.homeOld .Inbannner .ms-slide {
        height: 500px !important;
    }
    body.homeOld .Inbannner .ms-slide {
        height: 500px !important;
    }
    body.homeOld .Inbannner .ms-view .ms-slide-container {
        height: 500px !important;
    }
    body.homeOld .Inbannner .ms-view {
        height: 500px !important;
    }
    body.homeOld .ms-inner-controls-cont, .ms-container {
        height:500px !important;
    }
    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
    }
    body.homeOld .Inbannner{
    display: table;
    }
    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }
    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.homeOld .Inbannner {
        height: 490px;
        position: relative;
        top: 50%;
        bottom: 50%;
    }*/

}

@media all and (max-width: 480px) {
    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
        width: 100%;
    }

    /*.flat-show-search {*/
    /*    margin: -12px 28px 0 0;*/
    /*}*/
    .customCList {
        width: 96%;
    }

    .lost_password a {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
        padding: 20px 20px 40px 20px;
    }

    .BannerDetailsEx {
        width: 72%;
    }

    .BannerDetailsEx h2 {
        padding: 10px 0;
    }

    .BannerDetailsEx p {
        font-size: 10px !important;
    }

    .BannerDetailsEx {
        padding: 10px 30px;
    }

    body.page .searchwp-live-search-results {
        width: 100% !important;
        max-width: 300px !important;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -330px !important;
    }

    .right-inner-addon {
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    .customRes {
        min-width: 500px !important;
    }
}

@media all and (max-width: 440px) {
    .BannerDetailsEx {
        padding: 10px 30px;
    }
}

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

    .ms-slide-info .BannerDetailsEx h2 {
        position: relative;
        top: 0px;
        line-height:4.2rem !important;
    }

}


@media all and (max-width: 414px) {
    .BannerDetailsEx {
        line-height: 0;
    }

    .ms-slide-info .BannerDetailsEx h2 {
        position: relative;
        top: 0px;
        line-height:4.2rem !important;
    }

    .BannerDetailsEx p {
        font-size: 9px !important;
        margin: -8px 0 5px 0;
    }

    body.homeOld .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 45px !important;
    }

    .ms-bullets {
        bottom: 40px !important;
    }

    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 40px !important;
    }

    .BannerDetailsEx h2 {
        margin: 0;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 823px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        /*bottom: 48px !important;*/
    }
}


/* Portrait */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: portrait) {
    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 48px !important;
    }
}

/* Landscape */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 48px !important;
    }
}

/* Target Portrait and Landscape */
@media screen and (device-width: 411px) and (device-height: 823px) and (-webkit-device-pixel-ratio: 3.5) and (orientation: landscape) {
    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 48px !important;
    }
}

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

@media all and (max-width: 375px) {
    .ms-slide-info .BannerDetailsEx h2 {
        position: relative;
        top: 0px;
        line-height:4.2rem !important;
    }

    .BannerDetailsEx p {
        font-size: 9px !important;
        margin: -12px 0 4px 0;
    }

    .top-search {
        width: 230px;
    }

    body.homeOld .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 10px !important;
    }

    .ms-bullets {
        bottom: 60px !important;
    }

    .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 8px !important;
    }
}

@media all and (max-width: 360px) {
    .ms-slide-info .BannerDetailsEx h2 {
        position: relative;
        top: 0px;
    }

    .BannerDetailsEx p {
        font-size: 9px !important;
        margin: -20px 0 4px 0;
    }

    .BannerDetailsEx {
        line-height: 0;
    }

    body.homeOld .BannerDetailsEx p {
        font-size: 9px !important;
        margin: -14px 0 4px 0;
    }

    body.homeOld .ms-slide-info .BannerDetailsEx h2 {
        position: relative;
        top: 0px;
    }
}

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

@media all and (max-width: 320px) {
    body.page .searchwp-live-search-results {
        width: 100% !important;
        max-width: 260px !important;
    }

    .searchwp-live-search-results {
        margin: 0 0 0 -290px !important;
    }
}

body.page-id-600 .MainConteniar .container {
    /*border: 1px solid #eee;*/
    /*padding: 15px 20px;*/
}

body.page-id-598 .MainConteniar .container {
    max-width: 960px;
    border: 1px solid #eee;
    padding: 15px 20px;
}

body.page-id-600 .MainConteniar {
    margin: 30px 15px !important;
}

body.page-id-598 .MainConteniar {
    margin: 30px 15px !important;
}

body.page-id-8220 .MainConteniar {
    margin: 30px 15px !important;
}

a.btn-success {
    color: #fff !important;
}

.BannerDetailsEM {
    background: #eee;
    margin: 0;
    padding: 40px 30px;
}

.BannerDetailsEM form {
    padding: 30px 0;
}

.BannerDetailsEM form label {
    padding: 8px 0 0 14px;
    font-weight: 400;
}

.BannerDetailsEM a {
    color: #0ba148;
}

.BannerDetailsEM form button.btn-primary {
    background: #0ba148;
    border: none;
    padding: 8px 34px;
}

.TopBorE {
    border-bottom: 2px solid #eee;
    padding: 20px 0;
}

.ms-skin-light-6 .ms-nav-next, .ms-skin-light-6 .ms-nav-prev, .ms-nav-next, .ms-nav-prev {
    display: none !important;
}

.ms-nav-next {
    display: none !important;
}

.ms-nav-prev {
    display: none !important;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
    z-index: 999999;
}

#wpsm_accordion_8577 .wpsm_panel-body {
    font-weight: 300 !important;
    font-size: 18px !important;
}

button.Losubmitf {
    background: #0aa147;
    margin: 0 15px 0 0;
    padding: 8px 32px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    border: none;
    display: block;
    float: right;
}

.job-location {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .5);
    padding: 5px;
    width: 100%;
    height: 42px;
}

.job-location option {
    background-color: transparent !important;
    border: 1px solid #e4e4e4;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.seFilter ul {
    margin: 0;
    padding: 0;
}

.seFilter ul li {
    margin: 0;
    padding: 10px 12px;
    display: inline-block;
    width: 100%;
}

.seFilter ul li a {
    display: block;
    color: #f11a29;
    background: none;
    border: none;
}

.seFilter ul li a:hover {
    display: inline-block;
    width: 100%;
    color: #222;
    text-decoration: none;
}

.page-id-9199 .ql_pagination {
    display: none;
}

.archive-description p {
    margin-top: 20px;
}

.top-search #searchform-all input[type="text"] {
    border-radius: 0 !important;
}

.show-search img {
    z-index: 99999;
}

.top-search #searchform-all #searchsubmit {
    background: none;
}

.top-search.show {
    right: -13px;
}

#searchsubmit {
    display: none;
}

.top-search #searchform-all input[type="text"] {
    height: 42px;
}

a.VmORE {
    margin: 25px 0 20px 0;
}

body.homeOld .ms-view {
    overflow: unset !important;
}

body.homeOld .AboutSection {
    margin: 0 0 0 0;
    position: relative;
}

body.homeOld .Inbannner {
    margin: 0 0 0 0;
}

body.homeOld .ms-slide .ms-slide-bgcont img {
    margin: 0 !important;
}

body.homeOld .Inbannner {
    overflow: hidden;
    width: 100%;
}

body.page-template-tpl_market .AboutDetails {
    max-width: 920px;
    margin: 0 auto;
}

.BannerDetailsMNotF {
    text-align: center;
}

.BannerDetailsMNotF h2.extPNot {
    text-align: center;
    color: #f11a29;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
}

.BannerDetailsMNotF p {
    text-align: center;
}

a.Bhome {
    background: #f11a29;
    color: white;
    display: block;
    margin: 0 auto;
    max-width: 160px;
    border-radius: 5px;
    padding: 10px 0;
    margin: 20px auto 0 auto;
}

a.Bhome:hover, a.Bhome:focus{
    color:white;
}



a {
    outline: none;
}

img {
    outline: none;
}

:focus {
    outline: none !important;
}

.ProLine p {
    font-size: 21px;
}

.ProLine2 p {
    font-size: 21px;
}

body.term-industrial-intermediates .MResources h2 {
    display: none;
}

.SampleSection {
    display: none;
}

.ProLine h3 {
    color: white;
}

.ProLine2 h3 {
    color: white;
}

.AdvancedM .AboutDetails {
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 25px;
    padding-bottom: 31px;
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, body.homeOld .ms-view {
        overflow: visible;
        height: 490px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body.homeOld .ms-view {
        overflow: visible;
        height: 490px !important;
    }
}

a.RequestBt {
    background: #f11a29 !important;
    margin: 0 0 0 0;
    padding: 8px 20px 8px 20px !important;
    color: #fff !important;
    border-radius: 4px;
}

a.RequestBt:hover {
    background: #a5001e !important;
}

textarea.form-controlN {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fgfthfrt .containerN label {
    width: 100%;
    padding: 12px 0 0 5px;
    margin: 0 0 0 14px;
}

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

.ExTextar button {
    background: #0aa147;
    margin: 0 0 0 0;
    padding: 8px 25px !important;
    color: #eee;
    border-radius: 4px;
    border: none;
    float: right;
}

.ExTextar label {
    margin: 0 0 0 14px;
}

.BannerDetailsEx p {
    display: none !important;
}

.BannerDetailsMTeam {
    min-height: 282px;
}

.BoxImg img {
    height: auto;
}

.BoxImg {
    text-align: center;
}

.BoxImg span {
    font-size: 18px;
    margin: 19px 0 0 0;
    display: block;
}

.tab-content #LineCardsDiv ul li {
    list-style: none;
}

.tab-content #WhitePapersDiv ul li {
    list-style: none;
}

.tab-content #BrochuresDiv ul li {
    list-style: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: inline;
}

#wpsm_accordion_8577 .wpsm_panel-title a {
    color: #4b4b4b !important;
}

body.page-id-23 .BannerDetailsM h3 {
    margin-bottom: 40px !important;
    margin-top: 30px !important;
}

span.ac_title_class {
    color: #4b4b4b !important;
}

body.page-id-23 #wpsm_accordion_8577 .wpsm_panel-body {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    color: #5f5f5f !important;
}

#wpsm_accordion_9290 .wpsm_panel-title a {
    color: #4b4b4b !important;
}

span.ac_title_class {
    color: #4b4b4b !important;
}

body.page-template-tpl_careers #wpsm_accordion_9290 .wpsm_panel-body {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    color: #5f5f5f !important;
}

body.page-template-tpl_careers .xdfgrdrsfg {
    padding: 20px 0 0 0;
}

td.product-name {
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 34px !important;
    color: #5f5f5f !important;
}

.validate-required .required {
    position: relative;
    top: 5px;
}

.ql_delivery_address h2 {
    margin: 0;
    padding: 0 0 30px 0;
    color: black;
}

h3#order_review_heading {
    margin: 0;
    padding: 0 0 30px 0;
    color: black;
}

.ql_application_details span {
    font-weight: 300;
}

body.page-id-598 .ql_application_details label {
    display: block;
}

body.page-id-598 .ql_application_details input {
    position: relative;
    top: -23px;
}

body.page-id-598 .ql_application_details label {
    display: block;
    margin: 0 0 0 18px !important;;
}

.ql_application_details span {
    margin-bottom: 20px;
    display: block;
}

#my_sample_information label {
    margin: 0px 0;
}

.woocommerce a.added_to_cart {
    text-align: center;
    display: block;
}

textarea.form-controlN {
    height: 200px;
}

body.page-id-598 .ql_application_details label {
    font-size: 16px !important;
}

body.page-id-5951 .MainConteniar {
    margin: 0 !important;
    padding: 0 0 50px 0 !important;
}

body.page-id-5951 .BannerDetailsM img {
    height: auto;
}

body.page-id-600 .woocommerce table.shop_table {
    border-radius: 0;
}

th.woocommerce-orders-table__header {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    text-align: left;
    background-color: #f11a29;
    color: white;
    font-size: 14px !important;
}

td.woocommerce-orders-table__cell {
    border-right: 1px solid #ddd;
    vertical-align: top;
    padding: 8px 12px !important;
    font-size: 14px !important;
    letter-spacing: 0;
    font-weight: normal !important;
}

tr.woocommerce-orders-table__row:nth-child(2n) {
    background-color: #f2f2f2;
}

body.page-template-tpl_careers .BannerDetailsM h3 {
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 30px;
    font-weight: 300;
}

body.page-template-tpl_careers .CareerExBoc .BannerDetailsM h3 {
    margin: 30px 0 0 0;
}

.NewsRightSeBox p:nth-letter(2) {
    display: none;
}

body.page-template-tpl_market .marketProList h2 {
    margin: 0;
    padding: 0 0 15px 0;
    color: #222;
    font-size: 36px;
    font-weight: 300;
    text-align: left;
}

.woocommerce-orders-table {
    font-family: 'lanxess-regular' !important;
}

.seFilter ul li.active {
    padding: 10px 12px;
    margin: 0;
}

.seFilter ul li.active a {
}

.seFilter ul li.active a {
    display: inline-block;
    width: 100%;
    color: #222;
    text-decoration: none;
}

.seFilter ul li.active {
    background-color: #eee;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h {
    z-index: 1 !important;
}

.searchwp-live-search-results-showing {
    z-index: 999999 !important;
}

.right-inner-addon {
    width: 534px;
}

.CarBtnJoin {
    margin: 0 auto;
}

input.GoBtn {
    font-size: 18px;
}

.blockcheckbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.blockcheckbox + span.wpcf7-list-item-label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #e4e4e4;
}

.blockcheckbox:hover + span.wpcf7-list-item-label:before {
    background: #006e53;
}

.styled-checkbox:focus + span.wpcf7-list-item-label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.blockcheckbox:checked + span.wpcf7-list-item-label:before {
    background: #006e53;
}

.scat-item:disabled + span.wpcf7-list-item-label {
    color: #b8b8b8;
    cursor: auto;
}

.blockcheckbox:disabled + span.wpcf7-list-item-label:before {
    box-shadow: none;
    background: #ddd;
}

.blockcheckbox:checked + span.wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 13px;
    background: white;
    width: 3px;
    height: 3px;;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

span.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    color: #666;
}

.containerN input[type="checkbox"], input[type="radio"] {
    position: absolute;
    right: 9000px;
}

/*Check box*/
.containerN input[type="checkbox"] + .label-text:before {
    background: url(images/1.jpg) no-repeat center;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 0;
    font-size: 21px;
    color: #fff;
    position: relative;
    top: -2px;
    left: 1px;
}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #fff;
    animation: effect 250ms ease-in;
}

.containerN input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

span.wpcf7-list-item-label::before {
    top: 4px;
}

.overviewInn .NewsRightSeBox h2 {
    font-size: 30px;
    font-weight: 300;
}

.FooterTopBox .more-link {
    /* margin-left:45%; */
    text-align: center;
    display: block;
}

.eventsSinglep p:first-of-type {
    display: none !important;
}

.eventsSinglep p:nth-of-type(2) {
    display: none !important;
}

.eventsSinglep p:nth-of-type(3) {
    display: none !important;
}

.eventsSinglep ul.event-categories {
    display: none !important;
}

.ExEvents .eventsSingle p {
    margin: -5px 0 0 0;
}

body.page-id-76 .wsp-container ul {
    margin: 0;
    padding: 0 0 0 20px;
}

body.page-id-76 .wsp-container ul li {
    margin: 0;
    padding: 0 25px 0 0;
    width: 32%;
    float: left;
}

body.page-id-76 .wsp-container ul li a {
    display: block;
    width: 100%;
}

body.page-id-76 .wsp-container h2 {
    margin: 0;
    padding: 25px 0;
    clear: both;
}

/*Category accourdian css*/

.tab-content #LineCardsDiv ul li {
    list-style: none;
}

.tab-content #WhitePapersDiv ul li {
    list-style: none;
}

.tab-content #BrochuresDiv ul li {
    list-style: none;
}

.acc-header {
    cursor: pointer;
    text-decoration: none;
    transition: background-color .2s ease-out;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px 12px;
    color: #222;
    display: block;
    text-align: left;
    font-weight: 300;
    background: #eee;
    text-transform: lowercase;
    font-size: 23px;
}

.Cswrapper .panel {
    border: none;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.acc-header::first-letter {
    text-transform: uppercase;
}

.acc-header.active, .acc-header:hover {
    background: #eee;
}

.acc-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: height .2s ease-out, opacity .2s ease-out;
    -o-transition: height .2s ease-out, opacity .2s ease-out;
    transition: height .2s ease-out, opacity .2s ease-out;
}

.panel.active .acc-body {
    opacity: 1;
    height: auto;
    padding: 0;
    visibility: visible;
}

.copyrights {
    font-weight: 300;
    margin-top: 400px;
    text-align: center;
}

.cpr__icons {
    font-size: 18px;
    position: relative;
}

.cpr__myself {
    font-size: 14px;
    margin-top: 40px;
    position: relative;
}

.cpr__myself::before {
    top: -15px;
    left: 50%;
    content: '';
    width: 50%;
    height: 1px;
    position: absolute;
    background-color: #ddd;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*Category accourdian css*/

.AboutLeft ul {
    margin: 6px 0 0 0;
    padding: 0;
    border: 1px solid #eee;
}

.AboutLeft ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.AboutLeft ul li a {
    padding: 12px 12px !important;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #222;
}

.AboutLeft ul li a:hover {
    background: #eee;
    color: #f11a29;
}

a.ProSiteList {
    display: inline-block;
    width: 100%;
}

a.MarketSiteMap {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 3px 0 3px 8px;
}

.SitecustomCList {
    width: 100%;
}

.SiteMapList h2 {
    margin: 0;
    padding: 12px 0 15px 0;
}

.SiteMapList h3 {
    margin: 0;
    padding: 15px 0;
}

a.MarketSiteMap:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin: 0 4px 0 0;
}

.PageListSitemape ul#menu-sitemap1 {
    margin: 0;
    padding: 0;
}

.PageListSitemape ul#menu-sitemap2 {
    margin: 0;
    padding: 0;
}

.PageListSitemape ul li {
    display: inline-block;
    width: 100%;
}

.PageListSitemape ul li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin: 3px 0 3px 8px;
}

.PageListSitemape ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    margin: 0 4px 0 0;
}

.srResults a.ErLinks {
    display: block;
    width: 100%;
}

.KSearchL {
    margin: 0;
    padding: 0;
}

.KSearchL a {
    margin: 0;
    padding: 0;
}

.content_readmore {
    font-size: 15px !important;
}

.accordion .panel .acc-header:after {
    margin-top: 4px;
    content: "\f067";
    text-align: right;
    float: right;
    font-size: 20px;
    font-family: FontAwesome;
}

.accordion .active .acc-header:after {
    content: "\f068";
    text-align: right;
    float: right;
    font-size: 20px;
    font-family: FontAwesome;
}

.acc-header {
    position: relative;
}

/* JM Added */
.link-override a {
    display: inline;
    font-size: 18px;
}

a.eventLernMore {
    display: block;
}

.LearnMoreEb {
    min-height: 100px;
}

body.term-coalescents .MResources h2 {
}

.HomeNewSection {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
}

.KNewSection {
    background: #fff;
    border-radius: 4px;
    margin: 30px 0 30px 0;
    padding: 25px 15px;
}

.KNewSection img {
    height: auto;
}

.KNewSection a.RequestBtn {
    background: #e93f33;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    margin: 15px 0 0 0;
}

.KNewSection a.RequestBtn:hover {
    background: #a5001e;
}

.KNewSection h2 {
    margin: 0;
    padding: 0 0 6px 0;
    color: black;
    margin-bottom: 10px;
    line-height: 3.2rem;
}

.KNewSection p {
    margin: 0;
    padding: 0;
    font-weight: 300;
    line-height: 1.42857143;
    color: black;
    margin-bottom: 10px;
    line-height: 3.2rem;
}

.HomeNewSection a.ReadMoreBtn {
    color: #0ba148;
    display: block;
    margin: 10px 0;
    padding: 6px 0;
    max-width: 130px;
    text-align: center;
    background: #eee;
    border-radius: 4px;
    font-weight: bold;
}

.HomeNewSection a.links {
    color: #f11a29;
    /*font-weight: bold;*/
    width: 100%;
}

.frm_pro_form input[type="checkbox"], .frm_pro_form input[type="radio"] {
}

.frm_checkbox input {
/ / display: none;
    position: relative;
    z-index: -9999;
}

.frm_checkbox span {
    width: 20px;
    height: 20px;
    display: block;
    background: url("link_to_image");
}

.frm_checkbox input:checked + span {
    /*background: url("link_to_another_image");*/
}

#frm_form_3_container .control-label, #frm_form_7_container .control-label {
    margin-bottom: 8px;
}

.eventsSinglep .em-location-map-container {
    display: none;
}

.eventsSingleTop p {
    display: none;
}

.eventsSingleTop .em-location-map-container {
    margin: 75px 0 0 0;
}

.newsEventtop h2 {
    border-bottom: 1px solid #eee;
}

.eventsSinglepTop > div {
    width: 100% !important;
}

.eventsSingleTop .em-location-map-container {
    width: 100% !important;
}

.SingEvDe a.eventCLinkN {
    color: #424242 !important;
}

.BoxImg img {
    margin: 0 0 12px 0;
}

.StarRed {
    color: #FF0000 !important;
}

.contMain h2.cateTitle {
    margin: 130px 0 0 0 !important;
}

.CarBtnJoin {
    margin: -38px auto 0 auto;
}

body.page-template-tpl_products .AboutSection {
    margin: -10px 0 0 0;
}

.Inbannner {
    margin: 0 !important;
    padding: 0 !important;
}

/*body.homeOld .master-slider {
	overflow: hidden !important;
	width: 100% !important;
	margin: 0 !important;
}*/


body.homeOld .ms-slide .ms-slide-bgcont img {
    margin: 0 !important;
    height: 325px !important;
    background-size: cover !important;
    object-fit: cover;
    background-position: 100% !important;
    width: 100vw;
}

body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
    height: 325px;
}

body.homeOld .Inbannner .ms-slide {
    height: 325px;
}

body.homeOld .Inbannner .ms-slide {
    height: 325px;
}

body.homeOld .Inbannner .ms-view .ms-slide-container {
    height: 325px;
}

body.homeOld .Inbannner .ms-view {
    height: 325px;
}

body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
    height: 325px;
}

body.homeOld .BannerDetailsEx {
    text-align: center;
    background-color: #000000;
    display: table-cell;
    vertical-align: middle;
}

body.homeOld .Inbannner {
    display: table;
}

.ms-slide-info {
    position: absolute !important;
    top: 50% !important;
}

body.homeOld .BannerDetailsEx {
    text-align: center;
    background-color: #000000;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.homeOld .Inbannner {
    position: relative;
    top: 50%;
    bottom: 50%;
}

.ms-slide .ms-slide-bgcont img {
    margin: 0 !important;
    height: 325px;
    background-size: cover !important;
    object-fit: cover;
    background-position: 100% !important;
    width: 100vw;
}

.Inbannner .ms-slide .ms-slide-bgcont {
    height: 325px;
}

.Inbannner .ms-slide {
    height: 325px;
}

.Inbannner .ms-slide {
    height: 325px;
}

.Inbannner .ms-view .ms-slide-container {
    height: 325px;
}
.Inbannner .ms-view {

}

.ms-inner-controls-cont, .ms-container {

}

.BannerDetailsEx {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.Inbannner {
    display: table;
}

.ms-slide-info {
    position: absolute !important;
    top: 50% !important;
}

.BannerDetailsEx {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Inbannner {
    position: relative;
    top: 50%;
    bottom: 50%;
}

@media (min-width: 576px) {
    body.homeOld .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 225px !important;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
        height: 225px !important;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 225px !important;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 225px !important;
    }

    body.homeOld .Inbannner .ms-view .ms-slide-container {
        height: 225px !important;
    }

    body.homeOld .Inbannner .ms-view {
        height: 225px !important;
    }

    body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
        height: 225px !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
    }

    body.homeOld .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.homeOld .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }

    .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 200px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    .Inbannner .ms-slide .ms-slide-bgcont {
        height: 200px;
    }

    .Inbannner .ms-slide {
        height: 200px !important;
    }

    .Inbannner .ms-slide {
        height: 200px !important;
    }

    .Inbannner .ms-view .ms-slide-container {
        height: 200px !important;
    }

    .Inbannner .ms-view {

    }

    .ms-inner-controls-cont, .ms-container {

    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }
}

@media (min-width: 768px) {
    body.homeOld .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 300px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
        /*height: 300px !important;*/
    }

    body.homeOld .Inbannner .ms-slide {
        height: 300px !important;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 300px !important;
    }

    body.homeOld .Inbannner .ms-view .ms-slide-container {
        height: 300px !important;
    }

    body.homeOld .Inbannner .ms-view {
        height: 300px !important;
    }

    body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
        height: 300px !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
    }

    body.homeOld .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.homeOld .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }

    .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 200px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    .Inbannner .ms-slide .ms-slide-bgcont {
        height: 200px;
    }

    .Inbannner .ms-slide {
        height: 200px !important;
    }

    .Inbannner .ms-slide {
        height: 200px !important;
    }

    .Inbannner .ms-view .ms-slide-container {
        height: 200px !important;
    }

    .Inbannner .ms-view {

    }

    .ms-inner-controls-cont, .ms-container {

    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }
}

@media (min-width: 992px) {
    body.homeOld .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 350px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
        /*height: 350px !important;*/
    }

    body.homeOld .Inbannner .ms-slide {
        height: 350px !important;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 350px !important;
    }

    body.homeOld .Inbannner .ms-view .ms-slide-container {
        height: 350px !important;
    }

    body.homeOld .Inbannner .ms-view {
        height: 350px !important;
    }

    body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
        height: 350px !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
    }

    body.homeOld .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.homeOld .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }

    .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 250px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    .Inbannner .ms-slide .ms-slide-bgcont {
        /*height: 250px !important;*/
    }

    .Inbannner .ms-slide {
        height: 250px !important;
    }

    .Inbannner .ms-slide {
        height: 250px !important;
    }

    .Inbannner .ms-view .ms-slide-container {
        height: 250px !important;
    }

    .Inbannner .ms-view {

    }

    .ms-inner-controls-cont, .ms-container {

    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }
}

@media (min-width: 1200px) {
    body.homeOld .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 400px !important;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    body.homeOld .Inbannner .ms-slide .ms-slide-bgcont {
        height: 400px;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 400px;
    }

    body.homeOld .Inbannner .ms-slide {
        height: 400px;
    }

    body.homeOld .Inbannner .ms-view .ms-slide-container {
        height: 400px;
    }

    body.homeOld .Inbannner .ms-view {
        height: 400px;
    }

    body.homeOld .ms-inner-controls-cont, body.homeOld .ms-container {
        height: 400px;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
    }

    body.homeOld .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    body.homeOld .BannerDetailsEx {
        text-align: center;
        background-color: #000000;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    body.homeOld .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }

    .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 300px;
        background-size: cover !important;
        object-fit: cover;
        background-position: 100% !important;
        width: 100vw;
    }

    .Inbannner .ms-slide .ms-slide-bgcont {
        height: 300px;
    }

    .Inbannner .ms-slide {
        height: 300px;
    }

    .Inbannner .ms-slide {
        height: 300px;
    }

    .Inbannner .ms-view .ms-slide-container {
        height: 300px;
    }

    .Inbannner .ms-view {
        height: 300px;
    }

    .ms-inner-controls-cont, .ms-container {

    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

    .Inbannner {
        display: table;
    }

    .ms-slide-info {
        position: absolute !important;
        top: 50% !important;
    }

    .BannerDetailsEx {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);

    }

    .Inbannner {
        position: relative;
        top: 50%;
        bottom: 50%;
    }
}

.ms-slide-info {
    margin: 0 !important;
}

.Footermain {
    width: 100%;
    overflow: hidden;
}

.Inbannner {
    margin: 0 !important;
    padding: 0 !important;
}

.sdfrtef {
    overflow: hidden !important;
}

.AboutSection {
    overflow: hidden !important;
}

.Inbannner {
    overflow: hidden !important;
}

.FooterTop {
    overflow: hidden !important;
}

.HomeNewSection {
    overflow: hidden !important;
}

.OverviewCustonType {
    overflow: hidden !important;
}

.ProLine {
    overflow: hidden !important;
}

.ProLine2 {
    overflow: hidden !important;
}

.mainnav li:last-child {
    margin: 0 0 0 9px;
}

.AboutDetails img.aligncenter {
    height: auto !important;
}

.ubermenu-target-description {
    display: none !important;
}

/* Flat Style Button */

.frm_checkbox, .frm_radio {
    margin-left: 0px;
    margin-bottom: 15px !important;
}

.frm_checkbox label, .frm_radio label {
    height: 20px;
    position: relative;
    padding: 0 0 0 25px !important;
    text-indent: 10px !important;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

.frm_checkbox input[type=checkbox], .frm_radio input[type=radio] {
    position: absolute !important;
    margin-left: -9999px;
    visibility: hidden;
}

/* Hide the browser's default checkbox */
.frm_checkbox label input[type=checkbox], .frm_radio label input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.frm_checkbox span, .frm_radio span {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid #e4e4e4;
}

/* On mouse-over, add a grey background color */
.frm_checkbox label:hover input[type=checkbox] ~ span, .frm_radio label:hover input[type=radio] ~ span {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.frm_checkbox label input[type=checkbox]:checked ~ span, .frm_radio label input[type=radio]:checked ~ span {
    background-color: #006e53;
}

/* Create the checkmark/indicator (hidden when not checked) */
.frm_checkbox span:after, .frm_radio span:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.frm_checkbox label input[type=checkbox]:checked ~ span:after, .frm_radio label input[type=radio]:checked ~ span:after {
    display: block;
}

/* Style the checkmark/indicator */
.frm_checkbox label span:after, .frm_radio label span:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#frm_field_99_container .control-label {
    padding: 5px 0 20px 0;
}

#frm_field_98_container {
    padding: 120px 0 0 0;
}

.FooterMenu {
    margin: 0;
    padding: 40px 0;
    background: #fff;
}

.footernew-menu h2 {
    margin: 0;
    padding: 0 0 8px 0;
    text-transform: uppercase;
    color: #0ba248;
    font-size: 16px;
    font-weight: bold;
}

.footermenu ul {
    margin: 0;
    padding: 0;
}

.footermenu ul li {
    margin: 0;
    padding: 2px 0;
    display: inline-block;
    width: 100%;
}

.footermenu ul li a {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #5f5f5f;
}

.footermenu ul li a:hover {
    color: #0ba248;
}

.footermenuhalf ul li {
    width: 49%;
}

.footermenuButton ul {
    margin: 0;
    padding: 0;
}

.footermenuButton ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.footermenuButton ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: #0ba148;
    color: #fff;
    border-radius: 4px;
    padding: 10px 45px;
    margin: 0 0 8px 0;
    text-align: center;
    font-size: 14px;
}

.footermenuButton ul li a:hover {
    background: #222;
}

.home-v2 .BannerDetailsEx h2 {
    /*font-size: 32px;*/
}

.dynamic-banner-container h4 {
    color: #fff;
    font-size: 32px;
    margin-top: 0;
    line-height: 4.2rem;
}

.home-v2 .ms-info a {
    background: #e93f33;
    color: #fff;
    border-radius: 4px;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
    margin: 0 auto 0 auto;
    text-align: center;
    max-width: 140px;
    position: relative;
    top: 120px;

}

.home-v2 .ms-info a:hover {
    background: #a5001e;
}

@media (min-width: 576px) {
    .home-v2 .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 350px !important;
    }

    .home-v2 .ms-slide .ms-slide-bgcont {
        height: 350px !important;
    }

    .home-v2 .Inbannner .ms-slide {
        height: 350px !important;
    }

    .home-v2 .Inbannner .ms-view .ms-slide-container {
        height: 350px !important;
    }

    .home-v2 .Inbannner .ms-view {
        height: 350px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 350px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 350px !important;
    }

    .home-v2 .BannerDetailsEx {
        top: 0;
    }
}

@media (min-width: 768px) {
    .home-v2 .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 400px !important;
    }

    .home-v2 .ms-slide .ms-slide-bgcont {
        height: 400px !important;
    }

    .home-v2 .Inbannner .ms-slide {
        height: 400px !important;
    }

    .home-v2 .Inbannner .ms-view .ms-slide-container {
        height: 400px !important;
    }

    .home-v2 .Inbannner .ms-view {
        height: 400px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 400px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 400px !important;
    }

    .home-v2 .BannerDetailsEx {
        top: 0;
    }
}

@media (min-width: 992px) {
    .home-v2 .ms-slide .ms-slide-bgcont img {
        margin: 0 !important;
        height: 450px !important;
    }

    .home-v2 .ms-slide .ms-slide-bgcont {
        height: 450px !important;
    }

    .home-v2 .Inbannner .ms-slide {
        height: 450px !important;
    }

    .home-v2 .Inbannner .ms-view .ms-slide-container {
        height: 450px !important;
    }

    .home-v2 .Inbannner .ms-view {
        height: 450px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 450px !important;
    }

    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 450px !important;
    }

    .home-v2 .BannerDetailsEx {
        top: 0;
    }
}

@media (min-width: 1200px) {
    .home-v2 .ms-slide .ms-slide-bgcont img {
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .home-v2 .Inbannner .ms-slide .ms-slide-bgcont {
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .home-v2 .Inbannner .ms-slide {
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .home-v2 .Inbannner .ms-view {
        height: 500px !important;
    }
}

@media (min-width: 1200px) {
    .home-v2 .ms-inner-controls-cont, .home-v2 .ms-container {
        height: 500px !important;
    }

    .home-v2 .BannerDetailsEx {
        top: 0;
    }
}

@media (max-width: 575px) {
    
    .Inbannner .ms-view {
        height: 325px !important;
    }
    
    .BannerDetailsEx strong{
        line-height:4.5rem !important;
    }
    
    
    .Inbannner .ms-slide .ms-slide-bgcont{
        height: 325px !important;
    }
    
    
    .home-v2 .BannerDetailsEx {
        top: -80%;
    }

    .home-v2 .dynamic-banner-container h4 {
        font-size: 16px;
        margin-top: 0;
        line-height:2.2rem !important;
    }




    .page-template-tpl_home .BannerDetailsEx h2 {
        line-height:2.0rem !important;
    }


    .home-v2 .ms-slide-info h2 {
        font-size: 14px !important;
    }

    .home-v2 .ms-info a {
        top: 75px;
    }
}

@media (max-width: 414px) {
    .home-v2 .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 12px !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 823px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .home-v2 .ms-skin-light-6 .ms-bullets.ms-dir-h {
        bottom: 12px !important;
    }
}

.specialize {
    margin: 0;
    padding: 0 0 50px 0;
}

.specialize .customCList {
    margin: 30px 0 0 0;
    padding: 0;
    width: 100%;
    float: none;
    position: relative;
}

.specialize .customCList a.specializetitle {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-content: center;
    color: #fff;
    /*padding: 0 62px;*/
    font-weight: 600;
}

.specialize .customCList a.specializetitle span {
    display: block;
    background: #e93f33;
    color: #fff;
    border-radius: 4px;
    padding: 4px 0;
    margin: 18px auto 0 auto;
    font-size: 14px;
    max-width: 150px;
    text-transform: capitalize;

}

.specialize .customCList a.specializetitle span:hover {
    background: #a5001e;

}


.specialize h2 {
    margin: 0;
    /*padding: 0 0 30px 0;*/
    line-height: 34px;
    color: black;
    text-align: center;
}

.cate_des a {
    color: #f11a29 !important;
}

.ms-parent-id-62 .ms-bullet {
    display: none !important;
}

/*latest css 05 23 2020*/


.frm_checkbox input[type=checkbox], .frm_radio input[type=radio] {
    visibility: inherit !important;
}

.frm_checkbox label input[type=checkbox], .frm_radio label input[type=radio] {
    height: 20px !important;
    width: 20px !important;
    opacity: 1 !important;
}

.frm_form_field.frm_left_container .frm_primary_label {
    display: inline-block;
    width: 27%;
}

.checkbox input[type=checkbox] {
    margin-left: -32px !important;
}

button.frm_final_submit {
    background: #f11a29;
    color: #fff;
}

button.frm_final_submit:hover {
    background: #a5001e;
    color: #fff;
}

.frm_checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Styling checkbox */
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #dddddd;
}

.frm_checkbox input[type="checkbox"]:checked {
    background: #f11a29 url(images/right.png) no-repeat center;
    border: 2px solid #dddddd;
    background-size: 70%;
}


@media (max-width: 991px) {

    .fgfthfrt h2 {
        margin: 40px 0 40px 0;
    }

    #frm_field_98_container {
        padding: 0px 0 0;
    }

    .form-group.frm_submit {
        float: left;
    }

}

.frm_checkbox label {
    min-height: 22px;
    line-height: 30px;
}

.frm_form_field.frm_left_container .frm_primary_label {
    width: 31% !important;
}

@media (max-width: 640px) {
    /*#wnb-bar {*/
    /*    line-height: 25px;*/
    /*}*/
    .frm_form_field.frm_left_container .frm_primary_label {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .frm_form_field.frm_left_container .frm_primary_label {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-template-tpl_submit_product_inquiries-2 .frm_form_field .form-control {
        width: 100% !important;
        max-width: initial !important;
    }

    #frm_field_98_container {
        padding: 15px 0 0 0;
    }
}

.frm_error {
    color: red;
}

/*Style for BT custom widgets*/

.bt_widget_request_info, .bt_widget_area {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.bt_widget_request_info a {
    display: block;
    width: 100%;
    text-align: center;
    background: #f11a29;
    color: #fff !important;
    padding: 10px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
}

.bt_widget_request_info a:hover {
    text-decoration: none;
    background: #a5001e;
    color: #fff;
}

.bt_widget_container {
    border: 2px solid #f11a29;
    border-top: none;
}

.bt_widget_header {
    background: #f11a29;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.bt_widget_content {
    padding: 10px;
}

.bt_widget_content_list {
    list-style: none;
    padding: 0;
}

.bt_widget_content_list li {
    margin-bottom: 10px;
}

.single-news .bt_widget_content_list {
    list-style: none;
    padding-left: 20px;
}


.bt_widget_content_list li a {
    color: #f11a29;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 400;
}

.bt_widget_content_list li a:hover {
    text-decoration: underline !important;
}

.bt_widget_content_list li p {
    color: #5f5f5f;
}

#wnb-bar {
    border-bottom: unset !important;
    box-shadow: unset !important;
    background-color: #fa4c29;
    color: #fff !important;
    line-height: 19px;
    padding: 6px 0px;
    min-height: unset;

    /*position:relative !important;*/
    /*top: -33px !important;*/
}


@media (max-width: 991px) {
    .logo {
        margin-top: 15px !important;
    }
}

/*End Style for BT custom widgets*/


.ubermenu .ubermenu-submenu .ubermenu-submenu-id-68033 {
    min-width: 240px !important;
}


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

    .mainnav li:last-child {
        margin: 0 0 0 0;
    }

    .logo {
        text-align: center;
    }

    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main.ubermenu-skin-none.ubermenu-loc-.ubermenu-responsive-toggle-content-align-left.ubermenu-responsive-toggle-align-full {
        background: #222;
        color: #fff;
    }


    ul.ubermenu-nav li {
        display: inline-block !important;
        width: 100% !important;
    }

    nav#ubermenu-main-16 {
        float: right;
        margin: 0 0px 0px 0;
    }


}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ubermenu .ubermenu-target {
        padding: 15px 5px !important;
    }

    .mainnav li:last-child {

    }

    #menu-item-53 img {

    }

    .mainnav li:last-child a {

    }
}


.ubermenu .ubermenu-submenu .ubermenu-submenu-id-68033 {
    min-width: 240px !important;
}


.mainnav li.customportal a {
    background: #0aa147;
    margin: 6px 0 0;
    padding: 10px 0 0 8px !important;
    color: #eee;
    border-radius: 4px;
}


.mainnav li.customportal {
    padding: 0;
    width: 160px;
}

.mainnav li.customportal a img {
    width: 20px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
}

.mainnav li:last-child {
    padding: 0;
    width: auto;
}

.mainnav li:last-child a {
    background: #b2e1c1;
    margin: 6px 0 0;
    padding: 6px 10px 9px 2px !important;
    color: #155d41;
    border-radius: 4px;
    line-height: 23px;
}

.mainnav li:last-child a:hover {
    color: #155d41;
}


/*body { padding-top: 0px !important; }*/
@media (max-width: 991px) {
    .flat-show-search {
        margin: -84px 28px 0 0;
    }

}

/***** custom css 09-05-2021    *****/
.element-is-not-sticky .logo {
    display: none;
}

.element-is-sticky .logo {
    display: block;
}

.ubermenu .ubermenu-target-text {
    text-transform: uppercase;
}

.secondary_nav .ubermenu .ubermenu-target-text {
    text-transform: capitalize !important;
}

.mainnav li:last-child a {
    color: #363636 !important;

}

.mainnav li:last-child a:hover {
    color: #0aa147 !important;

}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    padding-right: 25px;
}

.mainnav li:last-child a {
    background: transparent;
}

.secondary_nav nav.ubermenu-responsive {
    background: transparent !important;
}

.secondary_nav .ubermenu .ubermenu-target-text {
    text-transform: uppercase !important;
    color: #fff !important;
}

.secondary_nav .ubermenu-submenu {
    background: #2b2b2b !important;
    margin-top: 15px !important;
    padding-bottom: 15px !important;
}

.secondary_nav .ubermenu-submenu a span {
    color: #fff !important;
}

.secondary_nav .ubermenu-submenu a span:hover {
    color: #0aa147 !important;
}

.secondary_nav .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    width: auto;
}

.secondary_nav .ubermenu .ubermenu-submenu .ubermenu-column {
    float: unset;
    padding: 0 10px 2px;
}

.secondary_nav ul.ubermenu-submenu {
    border: none !important;
}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style:hover {
    background: #2b2b2b !important;
    padding-left: 25px !important;
}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 3px;
    background: #d72235;
    transition: width .3s;
    bottom: 0;
    left: 0;
}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style:hover::after {
    width: 103px;
    transition: width .3s;
}

.secondary_nav .custom_menu_style a {
    background: #e93f33 !important;
    border-radius: 5px !important;
    padding: 12px 7px !important;
}

.secondary_nav .custom_menu_style_contact a {
    background: #fff !important;
    border-radius: 5px !important;
}

.secondary_nav .custom_menu_style a span.ubermenu-target-title.ubermenu-target-text {
    color: #000 !important;
    padding: 2px 6px;
}

.secondary_nav .custom_menu_style a span.ubermenu-target-title.ubermenu-target-text:hover {
    color: #0aa147 !important;

}

.secondary_nav .custom_menu_style_contact span.ubermenu-target-title.ubermenu-target-text {
    color: #fff !important;
    padding: 0 30px;
}

.secondary_nav .custom_menu_style_contact span.ubermenu-target-title.ubermenu-target-text:hover {
    color: #000 !important;

}

.mainnav.secondary_nav li:last-child a {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 49px !important;
}

.mainnav.secondary_nav {
    padding: 0 !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    padding: 8px 0 0 !important;
}

.secondary_nav li.ubermenu-has-submenu-mega:hover {
    border-bottom: #d92030 !important;
}

.header_style_custom {
    padding: 0 !important;
}

.header_mobile_menu, .custom_mobile_cross {
    display: none;
}

.header_secondary_nav {
    background: #1a1819;
}

.FootermainBox {
    text-align: left;
    padding-top: 50px;
    color: #fff;
}

h5.ftitle {
    font-size: 20px;
    color: #a4a3a3;
    font-weight: 800;
    text-transform: uppercase;
}



.brandname {
    color: #dc3836;
}

ul.socialLink li a {
    text-align: center;
}

ul.socialLink li a {
    color: #000;
}

.footer-3 .nav > li > a {
    padding: unset !important;
}

ul.socialLink li {
    padding: 0 8px !important;

}

ul.socialLink {
    margin: 31px 0 0;
    padding: 0;
}

.footer-2 p, .footer-2 a, .footer-3 li, .footer-3 a {
    font-size: 22px;
    color: #a4a3a3;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

ul.socialLink li a {
    border-radius: unset !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 21px !important;
    font-size: 16px !important;
}

#footer .nav > li > a:hover {
    background-color: unset !important;
}

#footer .logo {
    margin-top: 30px;
}

.footer-4 {
    position: relative;
    top: -70px;
}

.footer-4 a {
    font-size: 22px;
    color: #a4a3a3;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

.footer-4 ul {
    text-align: right !important;
}

.footer-4 .nav > li {
    display: inline-block !important;
}

.footer-4 .nav > li > a {
    padding: 10px 10px !important;
}

@media (max-width: 992px) {
    .footer-4 {
        top: 0 !important;
        padding-top: 50px;
    }

    .footer-4 ul {
        text-align: left !important;
    }

    .header_mobile_menu, .custom_mobile_cross {
        display: block;
    }

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

    #custom_mobile_menu .ubermenu-responsive.ubermenu-responsive-collapse {
        overflow: inherit !important;
        visibility: visible !important;
    }

    #custom_mobile_menu .ubermenu-responsive-toggle {
        display: none !important;
    }

    #custom_mobile_menu .ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
        display: block !important;
    }

    #custom_mobile_menu .collapsed:before {
        font-family: FontAwesome;
        content: "\f067";
        right: 0;
        position: absolute;
        padding-top: 20px;
        padding-right: 22px;
    }

    #custom_mobile_menu .ubermenu-active:before {
        font-family: FontAwesome;
        content: "\f068";
        right: 0;
        position: absolute;
        padding-top: 20px;
        padding-right: 22px;
    }

    ul.ubermenu-submenu {
        background: transparent !important;
    }

    .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop {
        visibility: visible !important;
        position: relative !important;
        height: auto !important;
    }

    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        transition-duration: unset !important;
    }

    .custom_mobile_cross {
        position: absolute;
        right: -25px;
        top: 10px;
        font-size: 15px;
        cursor: pointer;
    }

    .mm-menu_offcanvas {
        z-index: 2 !important;
    }

}

@media (max-width: 767px) {
    #footer, #footer .logo {
        text-align: center !important;
    }

    .footer-1, .footer-2, .footer-3 {
        padding-bottom: 50px;

    }

    .footer-4 .nav > li {
        display: block !important;
    }

    .footer-4 ul {
        text-align: center !important;
    }
}

.mainnav li a, .mainnav li:last-child a {
    color: #A4A3A3 !important;
    font-size: 14px !important;
}

.mainnav li a:hover, .mainnav li:last-child a:hover {
    color: #f11a29 !important;
}

.secondary_nav .custom_menu_style a span.ubermenu-target-title.ubermenu-target-text:hover {
    color: #fff !important;
}

.header_secondary_nav {
    height: 63px !important;
}


.top_menu_height {
    padding: 8px 0 0 0 !important;
}

.top_menu_height .logo {
    padding: 14px 0 0 !important;
}



.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    padding-right: 10px !important;
}

.top_menu_height .logo img {
    width: 100px !important;
}

.header {
    border-bottom: 0 solid #006e53 !important;
}

.ubermenu .ubermenu-target {
    padding: 15px 9px !important;
}

.top_menu_height .logo {
    padding: 2px 0 7px !important;
}

.secondary_nav .custom_menu_style a span.ubermenu-target-title.ubermenu-target-text {
    color: #fff !important;
}

.secondary_nav .ubermenu .ubermenu-target-text {
    color: #efefef !important;
}

.secondary_nav .ubermenu-submenu a span:hover {
    color: #fff !important;
}

.secondary_nav .custom_menu_style_contact span.ubermenu-target-title.ubermenu-target-text {
    color: #000 !important;
}

.secondary_nav .custom_menu_style_contact span.ubermenu-target-title.ubermenu-target-text:hover {
    color: #000 !important;
}

.secondary_nav .custom_menu_style_contact a {
    background: #fff !important;
}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style::after {
    background: #f11a29;
}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style::after {
    height: 4px !important;
}

.secondary_nav .ubermenu .ubermenu-target-text {
    font-size: 14px !important;
}

#footer .logo img {
    width: 142px !important;
}

.footer-4 ul li:after {
    content: "|";
    position: absolute;
    top: 0;
    padding: 16px 5px 0 5px;
}

.footer-4 ul li:last-child:after {
    content: "";
}

.footer-4 .nav > li {
    display: inline-block !important;
    padding-right: 10px !important;
}

.footer-3 .nav > li > a:hover, .footer-4 a:hover {
    color: #f11a29 !important;
}

.HomeNewSection {
    background: #f4f4f4 !important;
}

.mainnav {
    padding: 0 !important;
}

#ubermenu-main-1971 {

    font-family: 'lanxess-bold-regular';
    font-size: 14px;
    margin-right: 16%;
    margin-top: -3px;
    margin-bottom: 3px;
}

#ubermenu-main-1972, .ubermenu-submenu-id-68110 {
    font-family: 'lanxess-bold-regular';
    font-size: 14px;

}
#ubermenu-nav-main-1975{
    font-family: 'lanxess-bold-regular';

}

.secondary_nav ul.ubermenu-nav li.custom_submenu_style:hover {
    background: #2b2b2b !important;
    padding-left: 25px !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
    padding: 8px 5px 0 !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 span {
    padding-bottom: 6px !important;
}

.ubermenu .custom_menu_style a.ubermenu-target {
    font-size: 13px !important;
}

.secondary_nav .custom_menu_style_contact a {
    padding: 12px 7px !important;
}

.mainnav.secondary_nav li:last-child a {
    margin: 0 !important;
    padding: 12px 7px !important;
    line-height: 43px !important;
}

.secondary_nav .custom_menu_style_contact span.ubermenu-target-title.ubermenu-target-text {
    padding: 0px !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style.ubermenu-item.ubermenu-item-level-0 span, .secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style_contact.ubermenu-item.ubermenu-item-level-0 span {
    padding-bottom: 0px !important;
}

.mainnav.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style_contact a {
    line-height: 0 !important;
    bottom: 2px;

}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style_contact.ubermenu-item.ubermenu-item-level-0 a span {
    padding: 11px 12px !important;
}

.secondary_nav .ubermenu .ubermenu-target-text {
    text-transform: capitalize !important;
}

.secondary_nav .ubermenu .ubermenu-target {
    padding: 15px 8px !important;
}

.ubermenu .ubermenu-submenu {
    margin-top: -1px !important;
}

.secondary_nav .ubermenu .ubermenu-submenu {
    padding-top: 5px !important;
}

.secondary_nav .ubermenu .ubermenu-submenu .ubermenu-target {
    padding: 15px 15px 0 15px !important;
}

.secondary_nav .ubermenu .custom_menu_style .ubermenu-target {
    padding: 10px !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style {
    margin-top: 4px !important;
}

.secondary_nav .ubermenu-items-align-left.ubermenu-horizontal .custom_menu_style_contact {
    margin-top: 5px !important;
}

.mainnav.secondary_nav li:last-child a {
    padding: 9px 7px !important;
}

.footer-2 p, .footer-2 a, .footer-3 li, .footer-3 a, .footer-4 a {
    font-size: 15px !important;

}

.footer-3 .nav > li > a {
    padding: 0 0 7px 0 !important;
}

.footer-4 {
    top: 62px !important;
    width: 65%;
    float: left;
    margin-bottom: 60px;
}

#footer .logo {
    width: 25%;
    float: left;
    margin-bottom: 60px;
}

.footer-4 ul li::after {
    padding: 13px 5px 0 !important;
}

.cs_mobile_main, .mb_menu_style {
    display: none !important;
}

.desktop_menu_style {
    display: block;

}

.show-search img {
    padding-top: 5px;
}

.top-search #searchform-all input[type="text"] {
    height: 46px;
}

@media (max-width: 991px) {
    .footer-4 {
        float: unset !important;
    }

    .show-search img {
        padding-top: 0;
    }

    .desktop_menu_style {
        display: none !important;
    }

    .mb_menu_style {
        display: block !important;
        font-family: 'lanxess-bold-regular';
    }

    .ubermenu.ubermenu-main.ubermenu-menu-1972 {
        background: #f3f3f3 !important;
    }

    .top_menu_height .logo {
        margin-top: 0 !important;
    }

    .mm-menu_offcanvas {
        position: absolute !important;
    }

    .header_mobile_menu a {
        top: 9px !important;
    }


    .mm-navbar.mm-navbar_sticky {
        display: none;
    }

    .cs_mobile_s button {
        display: block !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        text-align: left !important;
        background: none !important;
        border: none !important;
        border-top: none !important;
        color: #a4a3a3 !important;
        font-size: 13px !important;
        font-weight: bold;
        text-transform: uppercase
    }

    .cs_mobile_s .dropdown-menu {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 14px;

    }

    .cs_mobile_s .dropdown-menu li {
        padding-bottom: 5px;


    }

    .open > .dropdown-menu {
        position: relative !important;
        top: -15px !important;
    }

    .cs_mobile_s .dropdown-menu a {
        color: #a4a3a3 !important;
        font-weight: bold;
    }

    .cs_mobile_s button.dropdown-toggle::before {
        font-family: FontAwesome;
        content: "\f067" !important;
        right: 0 !important;
        position: absolute !important;
        padding-top: 5px !important;
        padding-right: 22px !important;
        z-index: 999999 !important;
        width: 10px !important;
        height: 10px !important;
        display: block !important;
    }

    .cs_mobile_s.open button.dropdown-toggle::before {
        font-family: FontAwesome;
        content: "\f068" !important;
        right: 0 !important;
        position: absolute !important;
        padding-top: 5px !important;
        padding-right: 22px !important;
        z-index: 999999 !important;
        width: 10px !important;
        height: 10px !important;
        display: block !important;
    }

    .cs_mobile_main {
        display: block !important;
    }

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

    .ubermenu-responsive-toggle {
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }

    .flat-show-search {
        /*margin: 3px 28px 0 0 !important;*/
    }

    .mb_menu_style .custom_menu_style a {
        background: #e93f33 !important;
        border-radius: 5px !important;
        padding: 12px 7px !important;
    }

    .mb_menu_style .custom_menu_style a span {
        color: #fff !important;
    }

    .top-search.show {
        right: -10px;
    }

    .top-search #searchform-all input[type="text"] {
        height: 42px !important;
    }

    .ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
        padding-right: 0 !important;
    }

    .footer-4 {
        float: unset !important;
        width: unset !important;
        margin-bottom: 40px !important;
    }

    #footer .logo {
        float: unset !important;
        width: unset !important;
        margin-bottom: 20px !important;
        margin-top: 40px !important;
    }

    .footer-4 ul {
        text-align: right !important;
    }

    .footer-4 {
        top: 0 !important;
    }

    .footer-4 {
        float: unset !important;
        width: unset !important;
        margin-bottom: 40px !important;
        padding-top: 0 !important;
    }

    #footer .logo {
        float: unset !important;
        width: unset !important;
        margin-bottom: 0 !important;
    }

    .footer-4 .nav > li {
        display: block !important;
    }

    .footer-4 ul li::after {
        display: none !important;
    }

    .footer-4 .nav > li > a {
        padding: 3px !important;
    }

    .footer-4 ul {
        text-align: center !important;
        padding-top: 80px !important;
    }

    .footer-2, .footer-3 {
        width: 100% !important;
        text-align: center !important;
    }

    .footer-2 {
        margin-bottom: 70px;
    }

    .footer-3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-4 {
        float: unset !important;
        width: unset !important;
        margin-bottom: 40px !important;
        padding-top: 0 !important;
    }

    #footer .logo {
        float: unset !important;
        width: unset !important;
        margin-bottom: 0 !important;
    }

    .footer-4 .nav > li {
        display: block !important;
    }

    .footer-4 ul li::after {
        display: none !important;
    }

    .footer-4 .nav > li > a {
        padding: 3px !important;
    }

    .footer-4 ul {
        text-align: center !important;
        padding-top: 80px !important;
    }
}

.header_secondary_nav .ubermenu-bar-align-right {
    float: right;
    margin-right: 30px;
}

.mainnav.desktop_menu_style li:last-child {
    margin: 0 0 0 1px;
}

@media (max-width: 640px) {
    .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
        font-size: 14px !important;
    }
}

.antioxidants, .industrial-intermediates{
    display: none;
}

.optIn input[type="checkbox"]:checked {
    background: #f11a29 url(images/right.png) no-repeat center;
    border: 2px solid #dddddd;
    background-size: 70%;
}

.optIn label input[type="checkbox"] {
    height: 20px !important;
    width: 20px !important;
    opacity: 1 !important;
}

.nav-tabs > li > a:hover {
    border-color: unset !important;
    color: #f11a29 !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: unset !important;
}

.nav-tabs > li > a {
    border: unset !important;
}


.cate_des h3 span, .KNewSection h2 span {
    color: black !important;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .ubermenu .ubermenu-target {
        padding: 15px 1px !important;
    }
}
#ubermenu-main-1975 .ubermenu-submenu .ubermenu-target-text {
    text-transform: capitalize  !important;
    font-family: 'lanxess-bold-regular'  !important;
    font-size:14px  !important;
}


.page-template-tpl_home .BannerDetailsEx h2 {
    font-family: 'lanxess-regular' !important;
    text-transform: capitalize !important;
    line-height:3.2rem;
}


.page .BannerDetailsEx h2, .tax-product_cat .BannerDetailsEx h2 {
    font-family: 'lanxess-bold-regular';
    font-size: 32px;
    text-transform: uppercase;
    line-height: 3.2rem;

}

#menu-item-68105 a{
    color:#f11a29  !important;
}
h5.ftitle{
    font-family: 'lanxess-bold-regular'   !important;
}
.ProductCategoryList a,.MResourcesBox a.dfger{
    font-family: 'lanxess-regular';

}
.attributeTable .subtype{
    font-family: 'lanxess-regular'   !important;

}
.cate_des a:hover{
    text-decoration:underline   !important;
}

.col-lanxess{
    color:#f11a29;
}

a.col-lanxess:hover{
    color:#f11a29;
}


p strong em{
    color:#f11a29 !important;
}


.AboutDetails a:focus{
    color:black;
}
.AboutDetails a:hover{
    color:white;

}

.page-template-tpl_submit_product_inquiries-2 .frm_form_fields h2 {
    font-family: 'lanxess-bold-regular' !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
}

.page-template-tpl_submit_product_inquiries-2 label {
    font-size: 18px !important;
    color: black !important;
}

table.attributeTable tr td:first-child{
    position:relative;
    top:15px;
}

#menu-lanxess-footer-menu a:focus{
    color: #f11a29 !important;
}

.BannerDetailsM ul {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.enquiry-footer-snippet a {
    color: #f11a29 !important;
}

.enquiry-footer-snippet a:hover {
    text-decoration: underline !important;
}

.our-product-line{
    color:white !important;
}

.page-id-21 p{
    line-height:3.2rem !important;
}

/*.checkbox label {*/
/*	font-weight: 600  !important;*/
/*}*/