@charset "UTF-8";
@font-face {
  font-family: "OpenSans-Light";
  src: url("fonts/OpenSans-Light.eot?") format("eot"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype"), url("fonts/OpenSans-Light.svg#Samplino") format("svg");
}
@font-face {
  font-family: "Gotham-Book";
  src: url("fonts/Gotham-Book.eot?") format("eot"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype"), url("fonts/Gotham-Book.svg#Samplino") format("svg");
}
@font-face {
  font-family: "Gotham-LightItalic";
  src: url("fonts/Gotham-LightItalic.eot?") format("eot"), url("fonts/Gotham-LightItalic.woff") format("woff"), url("fonts/Gotham-LightItalic.ttf") format("truetype"), url("fonts/Gotham-LightItalic.svg#Samplino") format("svg");
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("fonts/Gotham-Bold.eot?") format("eot"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype"), url("fonts/Gotham-Bold.svg#Samplino") format("svg");
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("fonts/Gotham-Medium.eot?") format("eot"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype"), url("fonts/Gotham-Medium.svg#Samplino") format("svg");
}
@font-face {
  font-family: "VistaSlabOT-Book";
  src: url("fonts/VistaSlabOT-Book.eot?") format("eot"), url("fonts/VistaSlabOT-Book.woff") format("woff"), url("fonts/VistaSlabOT-Book.ttf") format("truetype"), url("fonts/VistaSlabOT-Book.svg#Samplino") format("svg");
}
@font-face {
  font-family: "VistaSlabOT-Medium";
  src: url("fonts/VistaSlabOT-Medium.eot?") format("eot"), url("fonts/VistaSlabOT-Medium.woff") format("woff"), url("fonts/VistaSlabOT-Medium.ttf") format("truetype"), url("fonts/VistaSlabOT-Medium.svg#Samplino") format("svg");
}
@font-face {
  font-family: "VistaSlabOT-Bold";
  src: url("fonts/VistaSlabOT-Bold.eot?") format("eot"), url("fonts/VistaSlabOT-Bold.woff") format("woff"), url("fonts/VistaSlabOT-Bold.ttf") format("truetype"), url("fonts/VistaSlabOT-Bold.svg#Samplino") format("svg");
}
@font-face {
  font-family: "VistaSlabOT-Black";
  src: url("fonts/VistaSlabOT-Black.eot?") format("eot"), url("fonts/VistaSlabOT-Black.woff") format("woff"), url("fonts/VistaSlabOT-Black.ttf") format("truetype"), url("fonts/VistaSlabOT-Black.svg#Samplino") format("svg");
}
body {
  font-family: "Gotham-Book" !important;
  font-size: 14px;
}

strong {
  font-family: Gotham-Bold;
  font-weight: normal;
}

b {
  font-family: Gotham-Bold;
  font-weight: normal;
}

i {
  font-family: "Gotham-LightItalic";
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #003DA6;
}

.rd_child_pages {
  display: none;
}

.product-video-title {
  margin-bottom: 15px;
  font-family: "Gotham-Medium";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #003DA6;
}

.product-video-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.product-video-item:hover img {
  transform: scale(1.125);
}
.product-video-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1);
}
.product-video-item a {
  display: block;
}

.product-section-title {
  font-size: 18px;
  text-transform: uppercase;
  font-family: VistaSlabOT-Medium;
  text-align: center;
  color: #fff;
  background: #003DA6;
  padding: 5px 0;
  font-weight: normal;
}

.prosec-title {
  font-family: Gotham-Bold;
  font-weight: normal;
  margin-top: 15px;
}
.prosec-title.icon {
  background: url(images/check-icon.jpg) no-repeat 0 0;
  padding-left: 30px;
}

#mobile-menu {
  background-color: #003DA6 !important;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
}
#mobile-menu .menu {
  padding-top: 30px;
}
#mobile-menu ul li {
  border: none;
}
#mobile-menu ul li a {
  padding: 8px 16px 8px 0px;
  margin-left: 30px;
  text-transform: none;
}
#mobile-menu .current_page_item {
  background: transparent !important;
}
#mobile-menu .current_page_item > a {
  border-left: none !important;
  width: auto !important;
}

#searchtop_img {
  top: 2px;
  position: relative;
  font-size: 18px;
}

#mobile_menu_search #search input[type=submit] {
  color: #003DA6 !important;
}
#mobile_menu_search #search input[type=text] {
  border-radius: 0 !important;
  color: #000 !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
}

.search_sf .rd_search_sc #search input[type=submit] {
  color: #003DA6 !important;
}

.page-not-found-headline {
  color: #003DA6;
  font-family: "OpenSans-Light";
  font-size: 42px !important;
  margin-top: 20px;
  margin-bottom: 30px;
}

.pnf_search .rd_search_sc #search input[type=submit] {
  color: #003DA6 !important;
}

.wpb_text_column p {
  margin-bottom: 10px;
}

.vc_row {
  padding-top: 0 !important;
}

.nav_type_1.shrinked_header #logo_img img {
  height: auto;
  margin: 12px 0;
  max-height: 100px;
}

.nav_type_1.shrinked_header {
  min-height: 90px;
}

.mt_menu {
  min-height: 50px;
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: -moz-transform 0.1s;
  -ms-transition: -ms-transform 0.1s;
  -o-transition: -o-transform 0.1s;
  transition: transform 0.1s;
}

#header_container nav ul > li > a:after {
  display: none;
}

body #header_container nav ul ul li a:hover,
body #header_container nav ul ul li.current-menu-item > a {
  background: rgba(0, 61, 166, 0.8);
  color: #fff;
}

body #header_container nav ul li ul a {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0, 61, 166, 0.8);
  color: #fff;
  font-size: 12px;
  font-family: "Gotham-Book";
  border: none !important;
}
body #header_container nav ul li ul a:hover {
  background: #003da6;
  color: #fff;
}

body #header_container nav ul ul li,
ul.header_cart_dropdown ul.product_list_widget li.child_pages_ctn a {
  border-bottom: none;
}

#header_container nav ul ul li a,
#header_container nav ul ul .current-menu-item li a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

ul.header_cart_dropdown, #search-form.pop_search_form #ssform {
  border-bottom: none !important;
}

.shrinked_header ul li.sfHover > ul {
  top: 70px !important;
  position: relative;
}

#header_container ul li ul:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 12px solid #003da6;
  border-bottom: 12px solid rgba(0, 61, 166, 0.8);
  position: absolute;
  left: 30px;
  top: -12px;
}

#header_container .nav_type_1 ul li:hover > ul,
#header_container .nav_type_1 ul li.sfHover > ul {
  top: 70px;
}

body #header_container nav ul ul {
  border-top: none;
  width: 200px;
}

#header_container nav ul ul li {
  width: 200px;
}

#menu-clorox_main_menu > .menu-item > a {
  font-family: Gotham-Medium !important;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding: 32px 0 32px 0;
  margin: 0 18px;
}
.current-menu-item > a:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  -moz-transform: scaleX(1) !important;
  -o-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

header.nav_type_1 #searchtop {
  padding: 25px 0px 29px 23px !important;
}

.nav_type_1.shrinked_header #searchtop {
  padding: 25px 0px 13px 23px;
}

header.transparent_header.opaque_header.nav_type_1,
header.nav_type_1 {
  border-bottom: 2px solid #008DD1 !important;
  box-shadow: 0 2px 3px 0 rgba(0, 41, 208, 0.16) !important;
}

.header_bottom_nav.header_shadow.sticky_header.transparent_header.opaque_header,
header.header_shadow.sticky_header.transparent_header.opaque_header {
  box-shadow: 0 2px 3px 0 rgba(0, 41, 208, 0.16) !important;
}

.menu_slide {
  border-bottom: 2px solid #008DD1 !important;
  box-shadow: 0 2px 3px 0 rgba(0, 41, 208, 0.16) !important;
}

#search-form {
  border: none !important;
}

#search-form input[type=text] {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid #fff;
  background-color: transparent !important;
  color: #000 !important;
}
#search-form input[type=submit] {
  width: 40px !important;
}

.search_button_icon {
  color: #003DA6 !important;
}

#ssform {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.rs-buttons {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.rs-buttons > div {
  display: block;
  padding-left: 100px;
}
.rs-buttons > div > * {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: 20px;
}
.rs-buttons > b {
  display: inline-block;
  float: left;
}
.rs-buttons a {
  text-transform: uppercase;
  font-family: "Gotham-Medium";
  border: 1px solid #006BB6;
  padding: 8px 15px 6px 55px;
  border-right: 0;
  color: #003DA6;
  position: relative;
  height: 35px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  margin-left: 35px;
}
.rs-buttons a:first-child {
  margin-left: 0;
}
.rs-buttons a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  background: #fff;
  right: -14px;
  top: -1px;
  bottom: -1px;
  background: url(images/bg-btn-right.png) no-repeat;
}
.rs-buttons a:hover {
  background-color: #006BB6;
  color: #fff;
}
.rs-buttons a:hover:after {
  background-image: url(images/bg-btn-right-hover.png);
}
.rs-buttons a:before {
  content: "";
  display: inline-block;
  background: url(images/icon-download.png) no-repeat #006BB6 50%;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.rs-buttons a.btn-view:before {
  background-image: url(images/icon-view.png);
}

.rs-listing {
  margin-bottom: 50px;
}

.rs-heading {
  background: #006BB6;
  text-align: center;
  color: #fff;
  font-family: "VistaSlabOT-Medium";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  margin-bottom: 30px;
}

#home-main-bg .tf_btn_pos {
  display: block;
}

.c-slider-button {
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  text-transform: uppercase;
  font-size: 18px;
  padding: 22px 50px;
  max-height: 100% !important;
  white-space: nowrap;
  position: relative;
  z-index: 99;
}

.c-slider-button {
  font-family: Gotham-Medium;
  margin-left: 0 !important;
}
.c-slider-button:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 15px;
}

.c-slider-text {
  font-family: "VistaSlabOT-Book";
}
.c-slider-text p {
  font-size: 54px;
  line-height: 58px;
}
.c-slider-text p strong, .c-slider-text p b {
  font-family: "VistaSlabOT-Bold";
}

.catalogue-text {
  background: #006bb6;
  position: relative;
  padding-top: 13% !important;
  padding-bottom: 13% !important;
}
.catalogue-text:after {
  background: #006bb6;
  position: absolute;
  left: 0;
  right: -35px;
  z-index: -1;
  bottom: 0;
  top: 0;
  content: "";
}
.catalogue-text:before {
  left: -30px;
  top: 80px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 30px solid #006BB6;
}

.category-list {
  margin-bottom: 40px;
}
.category-list > div:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}

.category-item {
  margin: 10px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  text-align: center;
  padding: 15px;
  min-height: 345px;
}
.category-item:hover {
  border-color: #008DD1;
}
.category-item img {
  border: none;
  max-width: 80%;
  height: 200px;
  margin-bottom: 20px;
}
.category-item h2 {
  font-size: 14px;
  font-family: Gotham-Book;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}

#c-partners .partners_ctn .clearfix {
  clear: none;
}

#c-partners .partners_ctn.part_col_5 div {
  width: 120px;
  margin-right: 30px;
  height: 100px;
  line-height: 100px;
}
#c-partners .partners_ctn.part_col_5 div:last-child {
  margin-right: 0;
}
#c-partners .partners_ctn.part_col_5 div.clearfix {
  display: none;
}
#c-partners .partners_ctn.part_col_5 div img {
  max-width: 110px;
  vertical-align: middle;
}

.c-web-box-heading {
  font-family: "VistaSlabOT-Black";
}
.c-web-box-heading span {
  font-family: "VistaSlabOT-Book";
}

.c-web-box-heading sup {
  position: relative;
  visibility: hidden;
  font-size: 0;
}
.c-web-box-heading sup:after {
  position: absolute;
  content: "®";
  top: -37px;
  left: 0px;
  visibility: visible;
  font-size: 15px;
}

.c-web-boxes-text {
  position: relative;
  background: transparent;
}

.c-web-boxes-text:after {
  content: "";
  width: 120%;
  height: 100%;
  background: #008DD1;
  position: absolute;
  right: -135px;
  top: 70px;
  z-index: -1;
}

.webbox.c-web-boxes-rl .c-web-boxes-text:after {
  right: 20px;
  width: 138%;
}

.c-web-boxes-text:after {
  width: 146%;
}

.c-web-box-text-desc {
  color: #fff;
}

.c-learn-more {
  margin: 10px 0 0 !important;
  padding: 0;
  font-family: Gotham-Medium;
  text-transform: uppercase;
  min-width: auto !important;
  max-width: 999999px;
  position: relative;
  padding-bottom: 5px;
}
.c-learn-more:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  visibility: hidden;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.c-learn-more:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.webbox.c-web-boxes-rl .c-learn-more {
  margin: 60px 0 0 0px !important;
}

.category-heading {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.category-heading:after {
  content: "";
  display: block;
  height: 1px;
  background: #003DA6;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.category-heading img {
  display: inline-block;
  position: relative;
  z-index: 99;
}

#footer_coms .f_menu_left,
#footer_coms .f_si_right {
  display: none;
}

#footer_bg .wrapper {
  width: 100%;
}

#footer_coms {
  text-align: center;
  padding: 0;
  border-top-width: 2px !important;
}

#footer_coms .c-footer-img {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer_coms .c-footer-img .c-copy {
  color: #003DA6;
  font-size: 14px;
  text-align: left;
  margin-left: 35px;
}

.c-terms {
  margin: 20px 0 40px;
}
.c-terms a {
  color: #fff !important;
  font-size: 14px;
  font-family: "Gotham-Medium";
  position: relative;
  text-decoration: underline;
}

.country-available {
  font-size: 14px;
  line-height: 18px;
  margin-top: 5px;
  color: #003da6;
  text-align: left;
}

#footer_coms .f_message_left {
  height: auto !important;
  float: none;
  color: #fff;
  padding-right: 0;
}

.u-list-filter-cat li {
  margin: 15px 0;
  position: relative;
}

.products-count {
  font-size: 14px;
  color: #000;
  margin: 0 0 20px;
}

.filter-category-wrapper {
  border: 1px solid #efefef;
  padding: 18px 20px;
}

.filter-headline {
  font-family: "Gotham-Bold";
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}

.filter-colapse {
  float: right;
  color: #006EBC;
  vertical-align: middle;
  position: relative;
  top: 2px;
  align-items: center;
  font-size: 18px;
  line-height: 18px;
}
.filter-colapse.closed {
  top: -2px;
}
.filter-colapse.closed .fa:before {
  content: "";
}
.filter-colapse:after {
  content: "";
  clear: both;
}

.filter-category-wrapper h3.filter-category-name {
  font-family: Gotham-Medium;
  font-weight: normal;
  font-size: 14px;
  color: #003DA6;
  text-transform: uppercase;
  margin-top: 20px;
}

.categories-filter {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 20px !important;
  height: 20px !important;
  top: -2px;
  left: -2px;
}

.categories-filter + label {
  position: relative;
  cursor: pointer;
  padding: 3px 0 0 35px;
  color: #000;
  font-size: 14px;
}
.categories-filter + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #979797;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: 0;
}
.categories-filter:hover {
  cursor: pointer;
}
.categories-filter:hover + label:before {
  background: #003DA6;
}
.categories-filter:checked + label:before {
  background: #003DA6;
  border-color: #003DA6;
}
.categories-filter:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-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;
  -moz-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;
  -o-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;
  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);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categories-filter:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.categories-filter:disabled + label:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.vc_custom_post_heading {
  line-height: 16px;
  text-align: left;
}
.vc_custom_post_heading a {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.product-listing {
  margin-bottom: 0 !important;
}

.page-load-status {
  display: none;
  text-align: center;
}

.loader-ellips__dots {
  text-align: center;
  height: 30px;
  width: 45px;
  margin: 0 auto;
  position: relative;
}

.loader-ellips__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0.5em;
  background: #003DA6;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slideX {
  to {
    transform: translateX(1.5em);
  }
}
@keyframes slideY {
  to {
    transform: translateY(0.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slideX;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.default-filter-pagination .scroll-down {
  text-align: center;
  color: #003DA6;
  display: block;
}
.default-filter-pagination .scroll-down .fa {
  font-size: 30px;
  animation-duration: 0.875s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: slideY;
  top: -5px;
  position: relative;
}
.default-filter-pagination ul {
  text-align: center;
}
.default-filter-pagination ul li {
  display: inline-block;
  color: #fff;
  margin-right: 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.default-filter-pagination ul li:hover {
  background-color: #003DA6;
}
.default-filter-pagination ul li:hover a span {
  color: #fff;
}
.default-filter-pagination ul .page-active {
  background-color: #003DA6;
}
.default-filter-pagination ul .page-active a span {
  color: #fff;
}
.default-filter-pagination ul a {
  display: block;
  line-height: 48px;
}
.default-filter-pagination ul a span {
  color: #000;
}

.filtered-categories {
  margin-bottom: 20px;
}

.filtered-cat-ele {
  background-color: #003DA6;
  color: #fff;
  display: inline-block;
  padding: 5px 20px 10px 10px;
  margin: 0px 20px 20px 0px;
}
.filtered-cat-ele a span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.filtered-cat-ele a span:after {
  font-family: FontAwesome;
  content: "";
  color: #003DA6;
  position: absolute;
  z-index: 1;
  left: 14px;
  top: 7px;
  background: url(images/close_ico.png) center center no-repeat;
  width: 15px;
  height: 16px;
}

.disabled-ele {
  pointer-events: none;
  opacity: 0.4;
}

.feature-product > div > .wpb_wrapper {
  margin: 0 8px 20px;
  padding: 0 20px 30px;
}
.feature-product > div > .wpb_wrapper:hover {
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.1);
}
.feature-product :hover a {
  color: #006bb6;
}
.feature-product h2 {
  font-weight: normal;
}
.feature-product h2 a {
  color: #000;
}
.feature-product h2 a:hover {
  color: #006bb6;
}

.products-categories-list-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products-categories-list-2 .product-item.vc_span3 {
  float: none !important;
  margin-left: 0 !important;
  width: 25% !important;
  flex: 0 0 25%;
  margin-bottom: 50px;
}
.products-categories-list-2 .product-item.vc_span3 .wpb_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.products-categories-list-2 .product-item.vc_span3 img {
  max-height: 200px;
}

.similar-product-section {
  display: flex;
  flex-wrap: wrap;
}
.similar-product-section .product-item.vc_span3 {
  float: none !important;
  margin-left: 0 !important;
  width: 25% !important;
  flex: 0 0 25%;
  margin-bottom: 50px;
}
.similar-product-section .product-item.vc_span3 .wpb_wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.similar-product-section .product-item.vc_span3 img {
  max-height: 200px;
}

.product-item {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 40px 15px !important;
  min-height: 340px;
  margin-bottom: 30px;
  border: 1px solid transparent;
}
.product-item .vc_custom_post_heading {
  min-height: 40px;
}
.product-item img {
  margin-bottom: 10px;
}
.product-item:hover {
  border-color: #008DD1;
}

.products-categories-list .product-item:nth-child(3n+1) {
  margin-left: 0;
  clear: left;
}
.products-categories-list .wpb_single_image.vc_align_center {
  min-height: 175px;
}
.products-categories-list .wpb_content_element.wpb_single_image img {
  height: 200px;
}

.loading {
  position: fixed;
  left: 50%;
  top: 55%;
  width: 65px;
  height: 65px;
  background: url("images/loading.gif") center center no-repeat;
}

.page_title_ctn {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  background-color: transparent;
}
.page_title_ctn h1 {
  float: none;
  color: #003DA6 !important;
  font-family: OpenSans-Light;
  font-size: 30px !important;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 100%;
}

#breadcrumbs {
  position: static;
  margin-top: 0;
}
#breadcrumbs #crumbs a {
  color: #000;
  display: inline-block;
}
#breadcrumbs #crumbs a:hover {
  color: #003DA6;
}
#breadcrumbs #crumbs span {
  color: #000;
  display: inline-block;
}
#breadcrumbs #crumbs span:after {
  content: "";
  margin: 0 5px;
}
#breadcrumbs #crumbs .fa-angle-right {
  color: #003DA6;
  font-weight: bold;
}
#breadcrumbs #crumbs .crumbs_delimiter {
  padding: 0 5px;
}

.product-detail-view .spec-section .wpb_wrapper p {
  line-height: 30px;
}
.product-detail-view strong, .product-detail-view b {
  font-family: "Gotham-Medium";
  font-weight: normal;
}
.product-detail-view .owl-carousel .owl-item {
  max-height: 70px;
}
.product-detail-view .quick-fact {
  display: block;
  margin-top: 20px;
}
.product-detail-view .wpb_single_image {
  padding: 40px;
}
.product-detail-view .rd_img_gallery_ctn {
  text-align: center;
  position: relative;
  padding: 0 35px;
}
.product-detail-view .rd_img_gallery_ctn .ig_col_5 {
  width: auto !important;
  display: inline-block;
  float: none;
}
.product-detail-view .rd_img_gallery_ctn img:hover {
  cursor: pointer;
}
.product-detail-view .owl-controls {
  position: absolute;
  top: -10px;
  width: 100%;
}
.product-detail-view .owl-controls .owl-prev, .product-detail-view .owl-controls .owl-next {
  white-space: nowrap;
  position: relative;
  width: 30px;
  height: 40px;
  background-color: transparent !important;
  color: transparent !important;
  position: absolute;
}
.product-detail-view .owl-controls .owl-prev {
  left: -42px;
}
.product-detail-view .owl-controls .owl-prev:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  font-size: 24px;
  top: 12px;
  left: 0;
  color: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-detail-view .owl-controls .owl-prev:hover:after {
  color: #003DA6 !important;
}
.product-detail-view .owl-controls .owl-next {
  right: 27px;
}
.product-detail-view .owl-controls .owl-next:after {
  position: absolute;
  font-family: FontAwesome;
  content: "";
  font-size: 24px;
  top: 12px;
  right: 0;
  color: #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product-detail-view .owl-controls .owl-next:hover:after {
  color: #003DA6 !important;
}
.product-detail-view .wpb_text_column ul {
  margin-left: 15px;
}
.product-detail-view .wpb_text_column ul li {
  list-style: none;
  position: relative;
}
.product-detail-view .wpb_text_column ul li:before {
  font-family: FontAwesome;
  font-size: 5px;
  content: "";
  position: absolute;
  left: -10px;
  top: -2px;
}

.catalouge-banner.vc_row-fluid .vc_span8 .vc_single_image-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.catalouge-banner.vc_row-fluid .vc_span8 img {
  margin-bottom: 40px;
}

.active-thumnail-click {
  border: 1px solid #003DA6;
}

.download-div {
  display: inline-block;
  background-color: #003DA6;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.download-div:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
}
.download-div:hover a {
  color: #003DA6;
}
.download-div a {
  padding: 15px 20px;
  display: block;
  color: #fff;
  font-family: Gotham-Medium;
  font-size: 12px;
  text-transform: uppercase;
}
.download-div a:after {
  font-family: "FontAwesome";
  content: "";
  margin-left: 13px;
}
.download-div .url-link:after {
  content: "";
}

.select-wrapper {
  margin: 0 0 20px 0;
}
.select-wrapper .select-box {
  display: inline-block;
}
.select-wrapper label {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.select-wrapper select {
  border: none;
  width: 100%;
  padding: 12px 16px 10px;
  margin-right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(images/arrow-down-gray.jpg) no-repeat 98% 50%;
  text-overflow: "";
  color: #000;
  font-family: "Gotham-Book";
  border: 1px solid #9B9B9B;
  color: #9B9B9B;
}

.images-videos-list .ig_col_3 {
  width: 30%;
  margin-right: 2.5%;
  margin-top: 2%;
  position: relative;
  height: 260px;
}
.images-videos-list .ig_col_3:before {
  background-color: rgba(0, 107, 182, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0) rotateX(-135deg);
  -moz-transform: scale(0) rotateX(-135deg);
  -o-transform: scale(0) rotateX(-135deg);
  transform: scale(0) rotateX(-135deg);
}
.images-videos-list .ig_col_3:hover .hover-btns {
  visibility: visible;
}
.images-videos-list .ig_col_3:hover:before {
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}
.images-videos-list .ig_col_3 .hover-btns {
  position: absolute;
  top: 42%;
  left: 50%;
  margin-left: -60px;
  visibility: hidden;
}
.images-videos-list .ig_col_3 .hover-btns a span {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative !important;
}
.images-videos-list .ig_col_3 .hover-btns a:before {
  position: absolute;
  width: 65px;
  height: 65px;
  background-color: #003DA6;
  content: "";
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(0) rotateX(-135deg);
  -moz-transform: scale(0) rotateX(-135deg);
  -o-transform: scale(0) rotateX(-135deg);
  transform: scale(0) rotateX(-135deg);
}
.images-videos-list .ig_col_3 .hover-btns a:hover:before {
  -webkit-transform: scale(1) rotateX(0deg);
  -moz-transform: scale(1) rotateX(0deg);
  -o-transform: scale(1) rotateX(0deg);
  transform: scale(1) rotateX(0deg);
}
.images-videos-list .ig_col_3 .hover-btns .btn-view {
  position: relative;
}
.images-videos-list .ig_col_3 .hover-btns .btn-view:before {
  left: -12px;
  top: -35px;
}
.images-videos-list .ig_col_3 .hover-btns .btn-view span {
  background: url(images/002-eye.png) center center no-repeat;
  margin-right: 30px;
  position: relative;
  top: 7px;
}
.images-videos-list .ig_col_3 .hover-btns .btn-download {
  position: relative;
}
.images-videos-list .ig_col_3 .hover-btns .btn-download:before {
  left: -13px;
  top: -38px;
}
.images-videos-list .ig_col_3 .hover-btns .btn-download span {
  background: url(images/001-download.png) center center no-repeat;
}

.rd_img_gallery_ctn.clearfix img:hover {
  opacity: inherit;
}

.product-detail .product-section {
  margin-bottom: 50px !important;
}

.product-detail .vc_span8 .wpb_wrapper {
  padding-top: 10px;
  line-height: 19px;
}
.product-detail .vc_column-inner p strong {
  font-family: "Gotham-Medium";
  font-size: 18px;
  color: #003DA6;
}

.product-custom-fields {
  padding: 17px 30px 17px 17px;
  background: #f4f4f4;
  margin-bottom: 20px;
  line-height: 24px;
  position: relative;
  float: left;
  font-size: 14px;
}
.product-custom-fields label {
  font-family: Gotham-Medium;
  text-transform: uppercase;
  min-width: 170px;
  display: inline-block;
}

.product-factsheets {
  padding-bottom: 70px;
}

.fact-details-wrapper {
  float: left;
  position: relative;
  background-color: #f4f4f4;
  margin-top: 20px;
}
.fact-details-wrapper .fact-details-list {
  padding: 20px;
}
.fact-details-wrapper .fact-details-list label {
  font-family: Gotham-Medium;
  text-transform: uppercase;
  min-width: 170px;
  line-height: 24px;
  display: inline-block;
}

.download-buttons {
  margin-top: 10px;
}

.product-detail .product-section.product-download-btns {
  margin-bottom: 20px !important;
}

.product-download-btn {
  display: inline-block;
  margin: 0 20px 30px;
  padding: 2px 20px 0;
  min-width: 200px;
  font-size: 16px;
  font-family: Gotham-Medium;
  color: #fff;
  background: #008DD1;
  line-height: 35px;
}
.product-download-btn:hover {
  background: #003DA6;
  color: #fff;
}

.rd_table_2_col .table_col {
  width: 40%;
}
.rd_table_2_col .table_col:first-child {
  width: 60%;
}

.rd_table_ctn {
  margin-bottom: 25px;
}
.rd_table_ctn .table_col .table_line, .rd_table_ctn .table_col .table_line_ctn {
  border: none !important;
  text-align: left;
}
.rd_table_ctn .table_col p {
  line-height: 20px;
  padding: 15px;
}
.rd_table_ctn .table_col h3 {
  text-align: left;
  background: #008DD1 !important;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 14px !important;
  font-family: "Gotham-Medium" !important;
  font-weight: normal;
  color: #fff !important;
  position: relative;
}
.rd_table_ctn .table_col h3 i {
  background: url(images/icon-minus.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.rd_table_ctn .table_col h3 i.icon-minus {
  background-image: url(images/icon-add.png);
}
.rd_table_ctn .table_col:first-child h3 {
  background: #777777 !important;
}
.rd_table_ctn .table_col .table_line_ctn .table_line:nth-child(2n+1) {
  background: #F7F7F7;
}

.scale-x-0 {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.scale-x-1 {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 30px;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-form .select-box select:focus {
  border-color: #003DA6;
}

.wpcf7-form .input-box.input-active input, .wpcf7-form .input-box.input-active textarea, .wpcf7-form .input-box.input-active select {
  border-color: #003DA6;
}
.wpcf7-form .input-box.input-active:before {
  display: none;
}

.wpcf7-form .input-box textarea {
  border-bottom: 1px solid #979797;
}
.wpcf7-form input {
  margin-top: 0 !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=password], .wpcf7-form input[type=number] {
  background: white;
  border: none;
  font-family: "Gotham-Book";
  color: #000;
  padding-left: 16px;
  color: #9B9B9B;
  border-bottom: 1px solid #979797;
}
.wpcf7-form input[type=submit] {
  background-color: #008DD1;
  font-weight: normal;
  padding: 12px 50px 10px 50px;
  -webkit-appearance: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-family: Gotham-Medium;
}
.wpcf7-form input[type=submit]:hover {
  color: #fff;
  background-color: #003DA6 !important;
  -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.17);
}
.wpcf7-form input[type=submit]:hover + span + i {
  color: #003DA6 !important;
}
.wpcf7-form .form-submit {
  float: left;
  position: relative;
  margin-bottom: 20px;
}
.wpcf7-form .form-submit i {
  position: absolute;
  right: 40px;
  top: 39%;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form textarea {
  background: white;
  border: none;
  line-height: 1;
  color: #000;
  padding-left: 16px;
}
.wpcf7-form .select-wrapper .select-box {
  width: 100%;
}
.wpcf7-form .input-box {
  margin-top: 0 !important;
  margin-bottom: 20px;
  position: relative;
}
.wpcf7-form .input-box:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003DA6;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form textarea {
  resize: none;
  overflow: hidden;
  max-height: 41px;
}

.input-active:before {
  -webkit-transform: scaleX(1) !important;
  -moz-transform: scaleX(1) !important;
  -o-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.product-video-listing .product-video-item {
  margin-bottom: 30px;
}
.product-video-listing .product-video-item .product-video-popup:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -27px;
  background: url(images/play-button.png) no-repeat 50%;
}

.search .masonry_post_wrapper {
  text-align: center;
}
.search .post-attachement {
  text-align: center;
}
.search .post-attachement a img {
  width: auto;
  max-width: 100%;
  max-height: 220px;
  min-height: 220px;
  margin: 0 auto 15px;
}
.search strong {
  font-size: 37px;
}
.search .page-title {
  margin-top: 20px;
}
.search .search_results {
  border: none;
  margin-bottom: 0px;
}
.search .post-title h2 a {
  line-height: 24px;
  font-size: 14px;
  color: #000;
  font-weight: normal;
}
.search .post-title h2 a:hover {
  color: #003DA6;
}
.search #posts {
  width: auto !important;
  max-width: 100% !important;
  padding: 20px 0px 20px 0;
}
.search #posts .ajax_post.blog_4_col {
  min-height: 320px;
}
.search .masonry_post_wrapper {
  box-shadow: none;
}
.search #posts .blog_4_col .post-title h2 {
  min-height: 60px;
}
.search .navigation {
  border-top: none !important;
  text-align: center;
}
.search .navigation .pagination {
  float: none;
  display: inline-block;
}
.search .navigation .pagination a {
  border: none !important;
}
.search .navigation .pagination a:hover {
  background-color: #003DA6;
}
.search .navigation .pagination span, .search .navigation .pagination a {
  border-radius: 0;
  max-width: inherit !important;
  min-width: inherit !important;
  padding: 15px;
}
.search .navigation .pagination .current {
  background-color: #003DA6;
  border: none;
}

#home-main-bg {
  background: url(images/banner-bg-2.jpg) no-repeat -200px 0 !important;
  background-size: cover !important;
}
#home-main-bg:after {
  content: 1400px;
}

@media screen and (min-width: 1400px) {
  #home-main-bg {
    background-position-x: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .c-slider-button,
.c-slider-text {
    margin-left: 15% !important;
  }

  .def_section {
    min-height: 50vh;
  }

  #home-main-bg .vc_span3 {
    width: 26.125%;
  }

  #home-main-bg .vc_span9 {
    width: 71.375%;
    margin-left: 0 !important;
  }

  .webbox.c-web-boxes-lr .c-web-box-img-right .vc_single_image-wrapper {
    left: 0px;
  }

  .webbox.c-web-boxes-lr .vc_span4, .webbox.c-web-boxes-rl .vc_span4 {
    width: 36.66667%;
    z-index: -1;
  }

  .webbox.c-web-boxes-lr .vc_span8, .webbox.c-web-boxes-rl .vc_span8 {
    width: 60.833333%;
  }

  .c-web-box-text-desc p {
    max-width: 325px;
  }

  .images-videos-list img {
    height: 260px;
  }

  .product-detail .vc_row-fluid:first-child .vc_span4 {
    width: 39%;
  }
  .product-detail .vc_row-fluid:first-child .vc_span8 {
    width: 57.833333%;
  }

  #filter-galery-by-post, #filter-factsheet-by-post {
    width: 420px;
  }

  .fact-details-wrapper {
    width: 750px;
  }

  #c-partners .partners_ctn.part_col_5 div:last-child {
    position: relative;
    right: 15px;
  }

  .page-id-7792 .vc_row-fluid [class*=vc_span] {
    margin-left: 0 !important;
  }

  .page-not-found-headline {
    margin-top: 118px;
  }

  .product-download-btn {
    font-size: 18px;
  }

  .rs-buttons > b {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .products-categories-list {
    display: flex;
    flex-wrap: wrap;
  }

  #logo_img {
    line-height: 50px;
  }

  .c-slider-text p {
    font-size: 33px;
    line-height: 33px;
  }

  .webbox.c-web-boxes-lr .vc_span4, .webbox.c-web-boxes-rl .vc_span4 {
    width: 46%;
    z-index: -1;
  }

  .webbox.c-web-boxes-lr .vc_span8, .webbox.c-web-boxes-rl .vc_span8 {
    width: 48%;
  }

  .c-web-box-text-desc p {
    max-width: 100%;
    text-align: left !important;
  }

  .c-web-box-heading {
    line-height: 48px !important;
    font-size: 38px !important;
  }

  .c-web-boxes-text-r > div {
    padding-right: 50px !important;
  }

  #c-partners {
    text-align: center;
  }

  #c-partners .partners_ctn.part_col_5 div {
    float: none;
    text-align: center;
    display: inline-block;
  }

  .catalouge-banner.vc_row-fluid .vc_span8,
.catalouge-banner.vc_row-fluid .vc_span4 {
    width: 100% !important;
  }

  .catalogue-text {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .catalogue-text:before {
    top: -50px;
    left: 80px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 35px solid #006BB6;
  }

  header.nav_type_1 #searchtop {
    padding-top: 33px !important;
  }

  .select-wrapper label {
    display: block;
    margin: 20px 0;
  }

  .products-categories-list-2 .product-item.vc_span3 {
    width: 33.33% !important;
    flex: 0 0 33.33%;
  }

  .similar-product-section .product-item.vc_span3 {
    width: 25% !important;
    flex: 0 0 25%;
  }

  .category-list > div:nth-child(3n+1) {
    clear: none;
    margin-left: 0;
  }
}
.catalouge-banner.vc_row {
  background-position: right bottom !important;
}

@media screen and (max-width: 767px) {
  .catalouge-banner.vc_row-fluid .vc_span8 {
    width: 100% !important;
  }

  .catalogue-text {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  .catalogue-text:before {
    top: -50px;
    left: 80px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 35px solid #006BB6;
  }

  .tf_btn_pos a {
    width: auto !important;
  }

  #logo_img {
    line-height: 70px !important;
  }
  #logo_img img {
    max-height: 50px;
    margin-left: 10px;
  }

  .c-slider-img {
    padding-top: 50px !important;
  }

  .c-web-box-heading {
    text-align: left !important;
  }

  #home-main-bg .wpb_single_image.vc_align_right {
    padding: 20px !important;
  }
  #home-main-bg .tf_btn_pos {
    text-align: center;
  }
  #home-main-bg .wpb_wrapper {
    text-align: center;
  }

  .webbox.c-web-boxes-lr .vc_span4 {
    padding: 0 20px 0 20px;
  }
  .webbox.c-web-boxes-lr .wpb_content_element.wpb_single_image img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .webbox.c-web-boxes-lr .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .webbox.c-web-boxes-lr .c-learn-more {
    margin-top: 0 !important;
    text-align: left;
  }

  #footer_coms .c-footer-img {
    display: block;
    text-align: center;
  }
  #footer_coms .c-footer-img .c-copy {
    text-align: center;
    margin-left: 0;
  }

  .webbox.c-web-boxes-rl {
    display: flex;
    flex-direction: column-reverse;
  }
  .webbox.c-web-boxes-rl .vc_span4 {
    padding: 0 20px 0 20px;
  }
  .webbox.c-web-boxes-rl .wpb_content_element.wpb_single_image img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .webbox.c-web-boxes-rl .c-web-boxes-text:after {
    top: 0;
    width: 100%;
    right: 0;
  }
  .webbox.c-web-boxes-rl .wpb_single_image.vc_align_right {
    text-align: center;
  }
  .webbox.c-web-boxes-rl .c-learn-more {
    margin-top: 0 !important;
    text-align: left;
  }
  .webbox.c-web-boxes-rl .wpb_single_image.vc_align_left {
    text-align: center;
  }

  .c-web-boxes-text:after {
    top: 0;
    width: 100%;
    right: 0;
  }
  .c-web-boxes-text .vc_column-inner {
    padding-top: 0 !important;
    margin-top: 35px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .home #c-partners {
    margin: -80px 0 -80px 0;
  }

  #c-partners .partners_ctn.part_col_5 div {
    width: 120px;
    margin-right: 10px;
    padding: 0 0px;
    margin-left: 10px;
    margin-top: 10px;
  }
  #c-partners .clearfix {
    display: none !important;
  }

  .c-web-boxes-text-r .ta_right {
    text-align: left !important;
  }

  .products-categories-list {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
  }
  .products-categories-list .product-item {
    height: 100% !important;
    max-width: 100% !important;
  }

  .select-wrapper label {
    display: block;
    margin: 20px 0;
  }

  .select-box select {
    width: 95%;
  }

  .page_title_ctn h1 {
    line-height: 32px;
    font-size: 26px !important;
    text-align: left;
  }

  .menu_slide.mt_menu {
    padding: 0 0 24px 0;
  }

  #nav_button_alt {
    height: 60px;
    line-height: 50px;
    position: absolute;
    right: -30px;
    width: 80px !important;
  }
  #nav_button_alt:before {
    position: relative;
    top: 15px;
    right: 20px;
  }

  .c-footer-img {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }
  .c-footer-img img {
    width: 180px;
    display: inline-block;
  }

  .select-wrapper .select-box {
    width: 100%;
  }

  .images-videos-list .ig_col_3 {
    width: 100%;
  }

  .loading {
    left: 40%;
  }

  .wpcf7-form {
    margin-top: 40px;
  }

  .tf_btn_pos a.c-learn-more {
    width: auto !important;
  }

  .fact-details-list li {
    padding: 5px 0;
    display: table;
  }
  .fact-details-list li label, .fact-details-list li span {
    display: table-cell;
    vertical-align: top;
  }

  .product-detail-view .wpb_single_image {
    height: auto !important;
  }

  .products-categories-list-2 .product-item.vc_span3 {
    width: 50% !important;
    flex: 0 0 50%;
  }

  .similar-product-section .product-item.vc_span3 {
    width: 50% !important;
    flex: 0 0 50%;
  }

  .products-categories-list .product-item.vc_span4 {
    width: 50% !important;
    flex: 0 0 50%;
  }

  .products-categories-list .product-item:nth-child(2n+1) {
    clear: none;
    margin-left: 2.5%;
  }

  .catalouge-banner .vc_span4.catalogue-text {
    width: 100% !important;
  }

  #home-main-bg .c-slider-text {
    padding-top: 120px !important;
  }

  h1 {
    font-size: 40px;
  }

  .webbox .vc_span8 .vc_single_image-wrapper {
    display: block;
  }
  .webbox .vc_span8 .vc_single_image-wrapper img {
    max-width: none;
    width: 100%;
  }

  .category-list .vc_span4 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .products-categories-list .product-item.vc_span4 {
    width: 100% !important;
    flex: 0 0 100%;
  }

  .products-categories-list .wpb_content_element.wpb_single_image img {
    height: 150px;
  }

  .category-list .vc_span4 {
    width: 100% !important;
  }
  .category-list .vc_span4:nth-child(3n+1) {
    clear: none;
  }
  .category-list .vc_span4:nth-child(2n+1) {
    clear: none;
  }

  .similar-product-section .product-item.vc_span3,
.products-categories-list-2 .product-item.vc_span3 {
    width: 100% !important;
    flex: auto;
  }

  .category-list .vc_span4 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1035px) and (min-width: 768px) {
  #posts .grid_post .ajax_post,
#posts .blog_masonry .ajax_post {
    width: 50%;
  }

  .mt_menu {
    display: none !important;
  }

  header.shrinked_header {
    position: fixed !important;
  }

  .wrapper {
    width: 98%;
  }

  .products-categories-list .product-item:nth-child(3n+1) {
    clear: none;
  }

  .menu_slide.mt_menu #logo_img img {
    width: 75px;
  }

  .products-categories-list .wpb_content_element.wpb_single_image img {
    height: 150px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
  #home-main-bg {
    text-align: center;
  }

  .c-slider-text p {
    font-size: 33px;
    line-height: 35px;
  }
}

/*# sourceMappingURL=style.css.map */
