@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');

body {
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  background: #242424;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  min-height: 0px !important;
  top: 0 !important;
  padding-bottom: 40px;
}
h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
h2 {
  position: relative;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #2c2c2c;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  position: relative;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 30px;
  color: #2c2c2c;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
p {
  margin: 0;
  padding-bottom: 12px;
}
a, a:active:focus:link:visited {
  color: #2c2c2c;
  text-decoration: underline;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
a:hover {
  color: #ba000b;
  text-decoration: none;
}
strong {
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
ul, ol {
  margin-left: -20px;
}
li {
  margin-bottom: 6px;
}
ul.glypList, ol.glypList {
  list-style-type: none;
}
ul.glypList > li:before {
  content: "\e013";
  font-family: 'Glyphicons Halflings';
  font-size: 14px;
  color: #ba000b;
  float: left;
  margin-top: -1px;
  margin-left: -22px;
}
input[type="text"], input[type="number"], input[type="password"] {
  padding: 0px 15px;
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  border-color: #d5d5d5;
  color: #000;
  outline: none !important;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.form-control {
  height: 44px;
  line-height: 44px;
  background-color: #fff;
  border-color: #d5d5d5;
  color: #000;
  outline: none !important;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
textarea {
  padding: 8px 15px !important;
  background-color: #fff;
  border-color: #d5d5d5;
  color: #000;
  outline: none !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
input[type="button"], input[type="submit"], button, a.button {
  display: inline-block;
  min-width: 180px;
  width: auto;
  height: 44px;
  border: 1px solid #e0e0e0;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  color: #2c2c2c;
  text-transform: uppercase;
  background: #fff;
  padding: 0 15px;
  margin: 6px 0;
  text-decoration: none;
  cursor: pointer !important;
  outline: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
input[type="button"]:hover, input[type="submit"]:hover, button:hover, a.button:hover {
  color: #fff;
  background-color: #ba000b;
  border-color: #ba000b;
}
.content-holder input[type="button"], .content-holder input[type="submit"], .content-holder button, .content-holder a.button, .redbutton {
  border: 1px solid #ba000b !important;
  color: #fff !important;
  background: #ba000b !important;
}
.content-holder input[type="button"]:hover, .content-holder input[type="submit"]:hover, .content-holder button:hover, .content-holder a.button:hover, .redbutton:hover {
  color: #fff !important;
  background-color: #2c2c2c !important;
  border-color: #2c2c2c !important;
}
.form-control:focus {   
  box-shadow: none;
  outline: none;
  /* box-shadow: 0 0 24px -3px #ccc; */
}
.has-error .form-control, .has-error .form-control:focus {
  border-color: #cc120e !important;
  color: #cc120e !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group.required label:after {
  content: " *";
  color: #cc120e;
}
.item-image {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 50%;
  margin-bottom: 30px;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.tooltip {
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
}
.popover {
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
}
.none {
  display: none;
}
hr {
  border-top: 1px solid #f2f2f2;
}
.br {
  display: block;
}
.googleMap {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  background: rgba(0,0,0,0.80);
  border-top: 2px solid #ba000b;
  font-size: 14px;
  line-height: 22px;
  z-index: 999;
}
.eu-cookies a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies a:hover {
  color: #ba000b;
}
.eu-cookies button {
  margin-left: 12px;
}
#powered-by {
  display: none !important;
}
.others-logo img {
  max-height: 40px;
}
#navigation {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0 8px 4px -4px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 8px 4px -4px rgba(0,0,0,0.4);
  box-shadow: 0 8px 4px -4px rgba(0,0,0,0.4);
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#navigation.fixed-theme, .subpage-holder #navigation {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
}
.navbar-brand {
  padding: 0px !important;
  height: auto !important;
  padding-top: 4px !important;
}
.navbar-brand img {
  height: 50px;
  margin-bottom: 12px;
  cursor: pointer;
}
.navbar-logo {
  text-align: right;
}
.navbar-logo img {
  display: inline-block;
  margin: 0 4px;
}
.navbar {
  padding: 10px 0 0 0;
  margin-bottom: 0;
  border-radius: 0 !important;
  min-height: 1px;
}
.navbar-collapse {
  padding: 0;
  overflow: initial !important;
}
.navbar-toggle {
  width: auto !important;
  min-width: auto !important;
  background: #ba000b;
  margin-top: 14px;
  border: 1px solid #ba000b;
  margin: 7px 0 0 0;
}
.navbar-toggle:hover {
  background: #ba000b !important;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-right {
  margin-right: 0px;
  margin-top: 8px;
}
.nav > li {
  background: transparent;
}
.nav > li > a {
  position: relative;
  display: inline-block;
  padding: 0px;
  color: #2a201e;
  margin: 0 10px;
  font-size: 18px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
.nav .caret {
  vertical-align: 5px;
}
.nav > li > a:hover, .nav > li.active > a {
  color: #ba000b;
  background: transparent !important;
}
#navigation.fixed-theme .nav > li > a, .subpage-holder #navigation .nav > li > a {
  color: #2a201e;
}
#navigation.fixed-theme .nav > li > a:hover, #navigation.fixed-theme .nav > li.active > a,
.subpage-holder #navigation .nav > li > a:hover, .subpage-holder #navigation .nav > li.active > a {
  color: #ba000b;
  text-shadow: none;
}
#navigation .dropdown-menu {
  background-color: #ba000b;
  min-width: 298px;
  padding: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
  z-index: 1;
}
#navigation .nav > li > .dropdown-menu li {
  margin: 0;
}
#navigation .nav > li > .dropdown-menu a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  padding: 6px 20px;
  margin: 2px 0;
  text-decoration: none;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#navigation .nav > li > .dropdown-menu a:hover, #navigation .nav > li > .dropdown-menu > .active > a {
  background: #fff !important;
  color: #2a201e;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#header-holder {
  position: relative;
  background: #fff;
}
.subpage-holder {
  padding-top: 78px;
}
.subpage-holder #header-holder img {
  display: block;
  width: 100%;
}
#home-slideshow {
  position: relative;
  width: 100%;
  z-index: 1;
}
#home-slideshow .image {
  position: relative;
  width: 100%;
}
#home-slideshow .image img {
  position: relative;
  display: block;
  width: 100%;
}
#home-slideshow .image video {
  position: relative;
  display: block;
  width: 100%;
}
#home-slideshow .image .image-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.34);
  padding: 10px 30px;
}
#home-slideshow .image .image-text h2 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-transform: none;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#home-slideshow .image .image-text h2 strong {
  display: block;
  margin-bottom: 6px;
  font-size: 60px;
  line-height: 70px;
  color: #ba000b;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#home-slideshow .slick-arrow {
  color: #fff;
}
.content-holder {
  position: relative;
  background: #fff;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  padding: 60px 0;
}
.white-banner {
  background: #fff;
  border-top: 20px solid #e7e7e7;
}
.hombebox-holder {
  position: relative;
  color: #000;
  background: #fff;
  text-align: center;
  padding: 60px 0;
}
.hombebox-holder a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.hombebox-holder .homeboxLabel {
  position: relative;
  display: block;
  margin: auto;
  width: 90%;
  background: #ba000b;
  color: #fff;
  padding: 20px;
  margin-bottom: 40px;
  margin-top: -30px;
  z-index: 2;
}
.hombebox-holder .homeboxLabel a * {
  color: #fff;
  font-size: 20px;
}
.subnav-holder {
  position: relative;
  background: #fff;
}
.subnav-holder a {
  display: inline-block;
  padding: 0 20px;
  line-height: 70px;
  position: relative;
  font-size: 18px;
  color: #2c2c2c;
  text-decoration: none !important;
  border-bottom: 8px solid #fff;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.subnav-holder a:hover, .subnav-holder a.sel {
  border-color: #ba000b;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.silver-subpage {
  position: relative;
  background: #e7e7e7;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 27px;
  padding: 30px 0 50px 0;
}
.red-cbox {
  position: relative;
  padding: 30px;
  color: #fff;
  background: #ba000b;
  font-size: 20px;
  min-height: 220px;
  line-height: 28px;
  text-transform: uppercase;
}
.red-cbox a {
  display: block;
  font-weight: bold;
  padding: 6px 0;
  color: #000 !important;
  text-decoration: none;
  text-transform: none;
}
.red-cbox a:hover {
  color: #fff !important;
  text-decoration: underline;
  text-transform: none;
}
#couter-holder {
  position: relative;
  padding: 30px 0;
  min-height: 300px;
  color: #fff;
}
#couter-holder h2 {
  color: #fff;
}
#couter-holder strong {
  display: block;
  font-size: 70px;
  color: #ba000b;
  line-height: 1;
  margin-bottom: 22px;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
}
.uses-image a {
  display: block;
  width: 100%;
  height: 250px;
}
#uses-holder {
  position: relative;
  background: #fff;
  font-size: 15px;
  color: #000;
  line-height: 24px;
  padding: 60px 0;
}
#uses-holder .uses-holder a {
  display: block;
  float: left;
  overflow: hidden;
  font-size: 15px;
  color: #000;
  line-height: 24px;
  text-decoration: none !important;
}
#uses-holder a.first-box {
  width: 25%;
}
#uses-holder a.second-box {
  width: 25%;
}
#uses-holder a.third-box {
  width: 50%;
}
#uses-holder .uses-holder a img {
  width: 100%;
  margin-bottom: 15px;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;  
}
#uses-holder .uses-holder a:hover img {
  transform: scale(1.1);
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
#uses-holder .uses-holder a strong {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Oswald', Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #4b4b4b;
  padding: 0 15px;
  font-weight: normal;
}
#uses-holder a.first-box strong {
  text-align: right;
  color: #ba000b;
}
#uses-holder a.second-box strong {
  background: #ba000b;
  color: #fff;
  margin-top: -15px;
  padding: 20px 15px;
}
#uses-holder .uses-holder a span {
  display: block;
  padding: 0 15px;
}
.silver-banner {
  position: relative;
  background: #e7e7e7;
  padding: 60px 0;
  text-align: center;
}
.silver-banner h2 {
  margin: 0;
  color: #2c2c2c;
}
.silver-banner * {
  color: #000;
}
.white-box {
  position: relative;
  padding: 28px;
  background: #fff;
}
.subText {
  text-transform: uppercase;
  text-decoration: none;
}
.product-filters {
  position: relative;
  padding: 28px;
  background: #fff;
  margin-bottom: 30px;
}
.product-filters a img {
  display: inline-block;
  max-height: 50px;
  max-width: 100%;
  margin: 0 20px;
}
.products-nav {
  position: relative;
  padding: 28px 10px 28px 35px;
  background: #fff;
  text-align: left;
}
.products-nav a {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding: 7px 0;
  color: #454748;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.products-nav a:hover, .products-nav a.selected {
  color: #ba000b;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.products-nav a:hover:after, .products-nav a.selected:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #ba000b;
  -webkit-transition: all 360ms ease 0s;
  -moz-transition: all 360ms ease 0s;
  transition: all 360ms ease 0s;
}
.product-list-detail {
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 20px;
  width: 100%;
  min-height: 600px;
  margin-bottom: 30px;
}
.product-list-detail:hover {
  transform: scale(1.1);
}
.product-list-detail a.imgLiquidFill {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
}
.product-list-detail img.pseries {
  position: absolute;
  top: 40px;
  left: 30px;
  height: 80px;
}
.product-list-detail strong {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  color: #2c2c2c;
}
.product-list-detail p {
  color: #696969;
}
.product-list-detail a.button {
  border: 1px solid #ba000b;
  color: #fff;
  background: #ba000b;
}
.product-list-detail a.button:hover {
  color: #fff;
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}
.fpaging_holder {
  position: relative;
}
.fpaging_holder .gui_list_paging_links_base a, .fpaging_holder .gui_list_paging_links_select,
.fpaging_holder .gui_list_paging_links_disabled {
  display: inline-block;
  padding: 0 6px;
  margin-right: 4px;
  margin-bottom: 4px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: #e7e7e7;
  text-decoration: none !important;
  text-align: center;
}
.fpaging_holder .gui_list_paging_links_select, .fpaging_holder .gui_list_paging_links_disabled,
.fpaging_holder .gui_list_paging_links_base a:hover {
  background: #ba000b;
  color: #fff;
}
.fpaging_holder div.text-right {
  line-height: 40px;
}
.filter-small {
  display: none;
}
.socialLinks i.fa {
  font-size: 40px;
  line-height: 40px;
  margin: 0 4px;
  color: #fff;
}
.socialLinks i.fa:hover {
  color: #ba000b;
}
#footer-holder {
  position: relative;
  padding-top: 40px;
}
#footer-holder a {
  color: #fff;
  text-decoration: none;
}
#footer-holder a:hover {
  color: #ba000b;
  text-decoration: underline;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 1400px) {
  .container-growup {
    width: 1370px !important;
  }
}
@media (min-width: 1600px) {
  .container-growup {
    width: 1570px !important;
  }
  .gekkon-cmp {
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .container-growup {
    width: 1770px !important;
  }
  .gekkon-cmp {
    max-width: 66%;
  }
}
@media (min-width: 1200px) and (max-width: 1460px) {
  .filter-big {
    display: none;
  }
  .filter-small {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .red-cbox {
    position: relative;
    padding: 20px;
    font-size: 18px;
    min-height: 190px;
    line-height: 24px;
  }
  .nav > li > a {
    margin: 0 0 0 15px;
  }
  .product-filters a img {
    max-height: 40px;
    margin: 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    margin: 0 0 0 10px;
    font-size: 15px;
  }
  .red-cbox {
    position: relative;
    padding: 20px;
    font-size: 15px;
    min-height: 200px;
    line-height: 22px;
  }
  .product-filters a img {
    max-height: 36px;
    margin: 0 10px;
  }
  .product-list-detail a.imgLiquidFill {
    height: 180px;
  }
  .product-list-detail img.pseries {
    height: 50px;
  }
  .filter-big {
    display: none;
  }
  .filter-small {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar {
    padding: 8px 0;
  }
  .navbar-right {
    margin-top: 10px;
  }
  .nav > li > a {
    margin: 0 0 0 8px;
    font-size: 12px;
    line-height: 28px;
  }
  .nav .caret {
    vertical-align: 3px;
  }
  .googleMap {
    height: 320px;
    margin-top: 40px;
  }
  #home-slideshow .image .image-text {
    left: 15%;
  }
  #home-slideshow .image .image-text h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 20px;
  }
  #home-slideshow .image .image-text h2 strong {
    font-size: 40px;
    line-height: 50px;
  }
  #uses-holder .uses-holder a strong {
    font-size: 26px;
    line-height: 32px;
  }
  .red-cbox {
    position: relative;
    padding: 20px;
    font-size: 15px;
    min-height: 220px;
    line-height: 22px;
  }
  .product-filters a img {
    display: block;
    margin: 6px 0;
  }
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
  .socialLinks {
    padding-top: 20px;
  }
  .br {
    display: none;
  }
  h2 {
    font-size: 38px;
    line-height: 48px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .googleMap {
    height: 320px;
    margin-top: 40px;
  }
  #navigation {
    height: 70px;
  }
  .subpage-holder {
    padding-top: 70px !important;
  }
  .navbar-nav {
    margin: 7.5px 0px;
  }
  #navigation .nav > li > .dropdown-menu a {
    padding: 15px 20px;
  }
  .navbar {
    margin-top: 2px;
  }
  .navbar-toggle {
    padding: 5px 10px;
    height: 34px;
    margin: 8px 0 0 0;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 6px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.6);
    overflow: hidden !important;
  }
  .navbar-brand img {
    max-height: 45px;
  }
  .nav > li > a {
    color: #2a201e;
    text-shadow: none;
  }
  #navigation .nav > li:hover > .dropdown-content {
    display: none !important;
  }
  #home-slideshow .image .image-text, #home-slideshow .slick-arrow {
    display: none !important;
  }
  .content-holder, #uses-holder {
    padding: 40px 0;
  }
  .subnav-holder a {
    line-height: 50px;
    border-bottom: none;
    margin: 5px 0;
  }
  .subnav-holder a:hover, .subnav-holder a.sel {
    background: #ba000b;
    color: #fff;
  }
  #couter-holder strong {
    font-size: 38px;
    line-height: 1;
  }
  #uses-holder .uses-holder a {
    width: 100% !important;
  }
  #uses-holder .uses-holder a strong {
    text-align: left !important;
    margin-bottom: 30px;
  }
  .red-cbox {
    position: relative;
    padding: 20px;
    font-size: 15px;
    min-height: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .product-filters a img {
    display: block;
    margin: 6px 0;
  }
  .product-filters {
    margin: 30px 0;
  }
}
@media (max-width: 440px) {
  .product-list-detail a.imgLiquidFill {
    height: 240px;
  }
  .product-list-detail img.pseries {
    height: 50px;
  }
}