
:root {
  --brand-rki-main-red: #D30B2F;
  --brand-rki-hover-red: #7c0218;
  --brand-rki-main--gray: #707070;
  --brand-rki-paceholder--gray: #BCBCBC;
  --brand-rki-ligth--gray: #E5E5E5;
  --brand-rki-white: #fff;
  --brand-rki-black: #0C0D0D;
  --brand-rki-dark-blue: #2B2D42;
  --brand-rki-li-background-light: #fafafa;
  --body-rki-fonts:"Helvetica", Arial, sans-serif;
  --Hs-rki-fonts:"Montserrat", Arial, sans-serif;
}

.rki-search input.refine-search.appendInputButton:-moz-placeholder { /* Firefox 4-18 */
  /* your styles */
  opacity: 1;
}
a:focus,
a:active,
a:visited {
    outline: none;
    box-shadow: none;
}


@media (min-width: 1200px) {
	
	/* Sometimes we need this, but not always. Remove if you don't need it */
	
}

/* ********* HEADER ********* */


/* This is for most of the header.
	Header as a whole, logo, slogan, search, shipping */


.rki-header {
    font-family: var(--body-rki-fonts) ;
    width: 100vw ;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 15px 0px 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
   
    
  }

  #store-banner.rki-header * {
    font-size: 16px ;
}
  .rki-header > .row-fluid {
    max-width: 1140px;
    margin: 0 auto;
   
  }
  
  .rki-header .span4.logo-rki-sws {
    width: 260px;
  }
  .rki-header .span9.subheading-nav {
    margin-block: 10px ;
  }
  
  .rki-search form#ProductDisplayForm button.btn.btn-default , .mobile-search form#ProductDisplayForm button.btn.btn-default {

   
    margin-top: 0px;
  }

  .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: none;
  }

  .rki-carousel-bg-image .product-image img{
    box-shadow: none !important;
  }

  .rki-search.input-append  {
    margin-top: 12px;
    margin-left: 0;
    width: 320px;
  }



  .rki-search input#ProductSearch.appendInputButton, .mobile-search input#ProductSearch {
    border-right: none !important;
    border-radius: 4px 0px 0px 4px;
 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;    
    box-shadow: none;        
    border: 2px solid var(--brand-rki-ligth--gray);
    height: 24px;
  }


.rki-search .btn.btn-default , .input-append.mobile-search .btn.btn-default {
  border: 2px solid var(--brand-rki-ligth--gray);
  height: 36px !important;
  border-left: none !important;
}



 /* nav bar */
  .span9.subheading-nav{
    display: flex;
    flex-direction: column;
    align-items: end;
    
  }

   .navbar-rki-subsite.nav>li>a{
    color:var(--brand-rki-main--gray) !important;
    
  } 

  
  .navbar-rki-subsite.nav>li>a>img{
    margin-bottom: 4px;
  }

  .logo-rki-sws img{
    margin-top: 16px;
  }

  .solutions-by-industry a{
    margin-inline: 20px !important;
  }
  
/* search bar */

.input-append.rki-search .btn {
  margin-left: -5px !important;
}

.rki-search form#ProductDisplayForm button.btn.btn-default i.icon-search , .mobile-search form#ProductDisplayForm button.btn.btn-default i.icon-search {
  background-image: url(/images/pages/rki-instruments/glyphicons-halflings-search-icon-red.png);
  
  
}

.navbar-rki-subsite li.dropdown.open>.dropdown-toggle {
  background-color: white !important;
  color: var(--brand-rki-main-red)!important;
}


/* placeholder color - start */

/* Note: Keep them as separate declarations. Combining them breaks it. */
.rki-search input.refine-search.appendInputButton::-webkit-input-placeholder { /* Chrome, Opera, Safari */
    color: var(--brand-rki-paceholder--gray);
}
.rki-search input.refine-search.appendInputButton:-moz-placeholder { /* Firefox 4-18 */
  color: var(--brand-rki-paceholder--gray);
    opacity: 1;
}
.rki-search input.refine-search.appendInputButton::-moz-placeholder { /* Firefox 19+ */
    color: var(--brand-rki-paceholder--gray);
    opacity: 1;
}
.rki-search input.refine-search.appendInputButton:-ms-input-placeholder,  input.appendInputButton:-ms-input-placeholder { /* IE 10-11 */   color: var(--brand-rki-paceholder--gray);   }
.rki-search input.refine-search.appendInputButton::-ms-input-placeholder,  input.appendInputButton::-ms-input-placeholder { /* MS Edge */    color: var(--brand-rki-paceholder--gray);   }
.rki-search input.refine-search.appendInputButton::placeholder,  input.appendInputButton::-ms-input-placeholder {    color: var(--brand-rki-paceholder--gray);  }

.navbar-rki-subsite h5 {
  padding: 3px 20px 8px !important;
  margin: 0px !important;
  color:var(--brand-rki-main-red)
}
.rki-mobile-sub-nav h5{

  color:var(--brand-rki-main-red);
  font-size: 14px;
  margin-block: 5px;

}
.navbar-rki-subsite .view-all-category>a{
  font-weight: 800 !important;
  
}

.navbar-rki-subsite .products .dropdown-menu{
  width: 500px ;
  left: -170px !important;
}

.navbar-rki-subsite ul.grid-item li {
  list-style-type: none; 
  display: flex;
  align-items: baseline;
}

/* Defines the grid layout for the items inside the dropdown menu */
.navbar-rki-subsite .dropdown-menu .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Creates flexible columns */
  gap: 0px; /* Spacing between columns */
  padding-block: 20px; /* Internal padding of the container */
}

/* Defines the styles for the grid items */
.navbar-rki-subsite .dropdown-menu .grid-container .grid-item {
  display: flex;
  flex-direction: column;
  padding-right: 0px; /* Space for the border */
  border-right: 1px solid var(--brand-rki-ligth--gray); /* Vertical border */
}

/* Removes the border from the last grid item */
.navbar-rki-subsite .dropdown-menu .grid-container .grid-item:last-child {
  border-right: none; /* Removes the border from the last column */
}

/* Defines the color of the links */
.navbar-rki-subsite a {
  /* color: var(--brand-rki-main--gray) !important;  */
  padding-bottom: 8px !important;
}

/* Removes the bullets from <li> inside .grid-item */
.navbar-rki-subsite .grid-item li {
  list-style-type: none; /* Removes the bullets */
  padding-left: -31px; /* Removes any left padding */
}

.navbar-inner-rki-subsite .navbar-rki-subsite .dropdown-menu.solutions-by-industry{
  left: -28px;
  width: fit-content;
}
.navbar .pull-right>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
  right: auto;
  left: 221px;
}
.navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
  right: auto;
  left: 222px;
}

.navbar .pull-right>li>.dropdown-menu.solutions-by-industry:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
  right: auto;
  left: 89px;
}
.navbar .pull-right>li>.dropdown-menu.solutions-by-industry:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
  right: auto;
  left: 90px;
}

.navbar-rki-subsite .forum a{
  padding-top: 16px !important;
  padding-bottom: 8px;
}

.navbar-rki-subsite a {
  padding-inline: 0px !important;
  margin-left: 20px;

}


/* hover efect */

/* Basic style for the link */
.navbar-rki-subsite a {
  position: relative; /* Necessary to correctly position the pseudo-element */
  text-decoration: none; /* Removes the default underline */
  color: inherit; /* Uses the default text color */
  display: inline-block; /* Allows the pseudo-element to adjust to the text size */
  padding-bottom: 5px; /* Space for the bottom line */
  transition: color 0.3s ease; /* Animation for text color */
}

/* Pseudo-element for the hover line */
.navbar-rki-subsite a::after {
  content: ''; /* Necessary to create the pseudo-element */
  position: absolute;
  bottom: 0; /* Aligns the line with the bottom of the link */
  left: 0; /* Starts from the left side */
  height: 4px; /* Height of the line */
  width: 0; /* Starts with a width of 0 */
  background-color: var(--brand-rki-main-red); /* Color of the line */
  transition: width 0.4s ease; /* Animation for the width of the line */
  
}

/* Hover effect */

.navbar-rki-subsite.nav>li>a:hover{
  color:var(--brand-rki-main-red);

}

.navbar-rki-subsite a:hover::after {
  width: 100%; /* The line grows to fill the width of the link text */
}

/* Excludes links inside .dropdown-menu within .dropdown.products */
.navbar-rki-subsite .dropdown.hover-off .dropdown-menu a:hover::after {
  width: 0; /* Keeps the line width at 0, no hover effect */
}

.navbar-rki-subsite .dropdown.hover-off .dropdown-menu a:hover {
  color: inherit; }




.dropdown-menu.solutions-by-industry{
  padding-block: 20px !important;
} 


/* Remove any existing background on hover */
.dropdown-menu li a:hover, 
.dropdown-menu li a:focus {
    background-color: transparent !important;
    color: #D30B2F !important; /* Red color for the text on hover */
    text-decoration: none;
}

/* Apply hover color to the text outside the link */
.dropdown-menu li a:hover + span, 
.dropdown-menu li a:focus + span {
    color: #D30B2F; /* Apply color to text outside the link on hover */
}


.rki-mobile-sub-nav .grid-container , .accordion-inner.nav.mshow .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: fit-content;
  }

.rki-mobile-sub-nav .grid-container ul.grid-item li{
  display: flex;
  align-items: baseline;
}


/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* NAV ********* */


/* This is for the nav specifically since it has a lot of styles on its own */

/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END HEADER ********* */
/* ********* ADS ********* */


/* ********* HEROS ********* */


.content.mobile-setting{
  padding: 0px !important;
}

.rki-carousel-bg-image{
  background-size: cover;
  background-position: center;
  height:385px ;
  padding: 0px !important;
  position: relative;
  
}



.rki-carousel-bg-image.carousel-2{
  background-size: 131%;
  background-position: left 35%;
 
}

.rki-carousel-bg-image .product-image{
  display: flex;
  justify-content: center;
  position: relative;
  
}




.rki-carousel-bg-image > h2{
  margin-top: 0px;
}

.rki-carousel-bg-image .product-image img{
  width: auto;
  position:absolute; 
   left: 190px;
  
}

.rki-carousel-bg-image .product-image.carousel-1 img{
  height: 507px;
  top: -255px;
}

.rki-carousel-bg-image .product-image.carousel-2 img{
  height: 266px;
  top: -128px;
}

.rki-carousel-bg-image .product-image.carousel-3 img{
  height: 480px;
  top: -243px;
}

.rki-carousel-bg-image .product-image.carousel-4 img{
  height: 323px;
  top: -164px;
}


.rki-carousel-bg-image .hero-content {
  max-width: 1140px;
    width: 100%;
    max-height: 385px;
    align-items: center;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto !important;

}

.row-fluid.carousel-top.sws-rki-carousel{
  width: 100vw !important;
 
  margin-left: -50vw;
  left: 50%;
  position: relative;
  height: 385px;
}

.bg-gradient.on{
  background: linear-gradient(90deg, #2A2D42 , #D30D2F);
  width: 100vw;
  height: 385px;
  position: absolute;
  right: 100vw;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2A2D42, rgba(211, 13, 47, 0.5));
  z-index: 1; /* Put this in front of .hero-content */
  pointer-events: none; /* Ensure it doesn't block interactions */
}

.bg-gradient.off{
 display: none;
}

/* Target the h2 inside the .text-content within .hero-content.rki-carousel-bg-image */
.rki-carousel-bg-image .text-content h2 {
 margin-top: 0px !important;
}

/* Background gradient layer */


/* Ensure the hero-content is behind the text but in front of the bg-gradient */
.rki-carousel-bg-image {
  position: relative;
  z-index: 0; /* Positioned behind the bg-gradient */
  
}

/* Ensure text content (h2, h3, p) and product image are in front of the gradient */
.hero-content .text-content h2,
.hero-content .text-content h3,
.hero-content .text-content p,
.hero-content .product-image{
  position: relative;
  z-index: 2; /* Positioned in front of the bg-gradient */
  color: white;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hero-content .text-content h2{
  font-size: 58px;
  font-weight:600;
  font-family: var(--Hs-rki-fonts);
  margin-bottom: 14px;
}

.hero-content .text-content h3{
  font-size: 35px;
  line-height: normal;
  font-family: var(--Hs-rki-fonts);
}

.hero-content .text-content a{
  position: relative;
  background-color: var(--brand-rki-main-red) ;
  padding: 14px 66px;
  color: white;
  z-index: 2 !important;
 font-size: 15px;
 display: inline-flex;
  align-items: center;
}

/* hover  hero btn */

.hero-content .text-content a:hover, .rki-side-ad--btn-wrapper a:hover{
  background-color:var( --brand-rki-hover-red) ;
  transition: 0.3s ease;
}




.carousel-top.sws-rki-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap {
 margin-bottom: 50px;
 font-size: 22px;
 line-height: 32px;
}

.sws-rki-carousel .carousel-control-new{
  margin-inline: 15px;

  color: white;
  font-size: 40px;
  position: absolute;
  transform: translateY(-20%);
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important;
}

/* ********* END HEROS ********* */

/* in case you need to adjust the spacing under the ads */

.rki-side-ad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding:20px;
  
  }
  
 .rki-side-ad--text-wrapper.white-text#rki-side-ad h4,  .rki-side-ad--text-wrapper.white-text#rki-side-ad h3 ,.rki-side-ad--text-wrapper.white-text#rki-side-ad p  {
    color: #fff ;
    margin-bottom: 5px;
    line-height: 1.3rem;
  }
#rki-side-ad h3{
    margin-top: 0px;
    font-family:var( --Hs-rki-fonts) ;
    font-weight:600;
    font-size: 30px;
  }

  #rki-side-ad h4{
    font-weight: 400;
    font-family:var( --Hs-rki-fonts) ;
    font-size:18px;
  }

  #rki-side-ad p{
    font-weight: 200;
  }


  .rki-side-ad--text-wrapper { grid-area: 1 / 1 / 5 / 2; }
  .rki-side-ad--btn-wrapper { grid-area: 5 / 1 / 6 / 2; display: flex;}
  .rki-side-ad--logo-wrapper { grid-area: 1 / 2 / 2 / 3;  display: flex; justify-content: flex-end;}
  .rki-side-ad--image-wrapper { grid-area: 2 / 2 / 6 / 3; display: flex; justify-content: flex-end; align-items: flex-end;}

  .rki-side-ad--btn-wrapper a{
    background-color: var(--brand-rki-main-red);
    padding: 10px 25px;
    color:#fff;
    display: inline-flex;
    align-items: center;
  
  }

  .rki-side-ad--logo-wrapper img{
    height: 50px;
    margin-bottom: 10px;
  }

 
  .rki-side-ad--image-wrapper img{
    height: 160px;
  }

/* ********* END ADS ********* */

/* ********* BUTTONS ********* */




.row-fluid.ipad-view-setting.sws-rki-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 282px; 
  margin: 30px 0px 34px 0px;
  width: 1140px;
  margin-inline: auto;
  }
  
.rki-cat-button{
  border: 1px solid var(  --brand-rki-paceholder--gray);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 9em;
}

.rki-side-ad{ 
  background-color: #707070;
  justify-content: center;
}

 .btn-01 { grid-area: 1 / 1 / 2 / 2; }
 .btn-02{ grid-area: 2 / 1 / 3 / 2; }
 .btn-03{ grid-area: 2 / 2 / 3 / 3; }
 .btn-04 { grid-area: 1 / 2 / 2 / 3; }
 .rki-side-ad { grid-area: 1 / 3 / 3 / 4; }

 .rki-cat-button.btn-04 img{
  height: 158px;
  top:-35px;
  left: 10px;
 }

 .rki-cat-button.btn-03 {

  background-position: center;
  background-size: 100%; /* Tamanho inicial da imagem */
  filter: grayscale(110%);
  display: flex;
  justify-content: center;
  transition: background-size 0.3s ease, background-image 0.3s ease;
  
}

 .rki-cat-button.btn-03 #about-RKI{
  color: #fff;
  position: initial;
  width: fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 53px;
 }

 .rki-cat-button img{
  height: 160px;
  overflow: clip;
  position: absolute;
  left:0px;
  top:-20px;
  z-index: 1;
  opacity: 0.8;
 }

 .rki-cat-button a{
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
  position: absolute;
 }

 .rki-cat-title{
  color:var(--brand-rki-main-red);
  font-size: 22px;
  position: absolute;
  left:150px;
  top: 40px;
  z-index: 2;
 }

 

 .rki-cat-title span{
  font-size: 14px;
  font-style: italic;
  color: var( --brand-rki-main--gray);
  display: flex;
  align-items: center;
  margin-top: 5px ;
 }

 .rki-side-ad{
  background: linear-gradient(45deg, #09090D, #2B2D42);

 }

 .rki-cat-title span svg{
  margin-left: 5px;
}

.rki-cat-button .view-products-txt{
  display: flex;
  align-items: center;
  position: absolute;
  left: 150px;
  top: 63px;
  z-index: 2;
}

.rki-cat-button .view-products-txt p{
  margin: 0px;
  font-style: italic;
}

.rki-cat-button .view-products-txt img{
  width: 25px;
  height: auto;
  position: initial;
}

/* buttom hover effect */

 .rki-cat-button img, 
 .rki-cat-button p {
   filter: grayscale(100%); /* Make the image black and white */
   color: gray; /* Make the text gray */
   transition: filter 0.5s ease, color 0.5s ease; /* Smooth transition */
 }
 


 .rki-cat-button.hover-active img, 
 .rki-cat-button.hover-active p:not(.view-products-txt p) {
   filter: grayscale(0%); /* Image becomes colored */
   color:var(--brand-rki-main-red);/* Text becomes colored */
 }



 .rki-cat-button.hover-active img{
  transform: scale(1.05) ;
  transition: 0.5s ease;
  opacity: 1;
 }

 .rki-cat-button.hover-active {

  border-image: linear-gradient(to right, #D30B2F, #2B2D42 ) 1;
 transition: 0.5s ease;
 }


 .rki-cat-button.btn-03:hover{
  background-image: 
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url(/images/pages/RKI/about-us-bg.jpg) !important;
  background-size: 105%;   
  filter: grayscale(0%);
  transition: 0.7s ease;
  
 }

 .rki-cat-button.btn-03 a:hover{
  opacity: 0.3;
  transition: 0.5s ease;
  
 }
 
/* end button hover effect */



/* ********* END BUTTONS ********* */

/* This is for all of the buttons. */

/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END BUTTONS ********* */
/* ********* CMS PAGES ********* */

/* This is for anything that would apply to all/most CMS pages.
	Fonts, headers, p tag styles, special list markers, banner images, etc. */

  /* ********* About Page ********* */
.rki-about .about-rki-hero {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 355px;
    /* margin-bottom: 20px; */
    width: 100%;
    background-position: 50% 39%;
    display: flex;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/pages/RKI/rki-about-us-bg.jpg);
}
.rki-hero-container{
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.row-fluid.about-rki-hero h1{
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    color: #fff;
}




span.hero-h1{
    color: var(--brand-gasclip-orange);
    text-transform: capitalize;
}
.about-rki {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-color: var(--brand-rki-main-red);
}
.row-fluid.about-rki-container p {
    color: #f9f9f9;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
}
.row-fluid.about-rki-container h2{
    color: #f47e3a;
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
}
.row-fluid.about-rki-container {
    margin: 0 auto;
    width: 1170px;
    padding: 40px 20px;
}
.row-fluid.point-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: var(--brand-rki-main-red) transparent transparent transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}
.row-fluid.about-rki-main-content h2 {
   color: var(--brand-rki-main-red);
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: 120%;
    padding-top: 0.5em;
}
.row-fluid.about-rki-main-content p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 1em;
}
.rki-grid-container.about-us-grid-container {
    margin: 0;
}

.span6 .rki-about-us-product-types_box-image {
  background: #fff;
  border: 1px solid transparent;
  -o-border-image: linear-gradient(45deg, #d30b2f, #0c0d0d);
  border-image: linear-gradient(45deg, #d30b2f, #0c0d0d);
  border-image-slice: 1;
  padding: 30px;
  text-align: center;
  height: fit-content;
  margin-bottom: 20px;         
}

.span6 .rki-about-us-product-types_box-image p{
  color: #505150;
  margin-top: 20px;
}


.span6 .rki-about-us-product-types_box-image img{
  height: 200px;
  width: auto;
 
}

.rki-about-us-product-types_wrapper{
  margin-bottom: 40px;
}

strong{
  line-height: 40px;
}

/* About Us Products images hover  */
.rki-about-us-product-types_box-image img {
  transition: transform 0.3s ease-in-out;
}

.rki-about-us-product-types_box-image:hover img {
  transform: scale(1.1); 
}


/*********/

/* --- FRENCH --- */

/* --- END FRENCH --- */

/* ********* CATEGORY LANDING PAGES ********* */


/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */


/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END About Page ********* */
/* ********* Forum Page ********* */

/* You'll need these styles to make sure the page looks right without the SWS header. Add whatever you need to them. */
.rki-expert-forum .expertise-content-header {
	position: relative; 
	text-align: center;
}
.rki-expert-forum .expertise-content-header img.expertise-content-logo {
	width: 50%;
	padding-bottom: 3px;
}
.rki-expert-forum h1 {
	text-align: center;
}
.rki-expert-forum img.expertise-content {
	float: left;
	margin-top: 5px; 
	margin-right: 30px; 
	margin-bottom: 12px;
	width: 34%;
	border-radius: 0;
}

/* --- FRENCH --- */

/* --- END FRENCH --- */

/* ********* END Forum Page ********* */


/* Add any other CMS Page sections you need */


/* ********* END CMS PAGES ********* */

@media (max-width: 1199px) {
/* ********* HEADER ********* */
	.rki-header>.row-fluid {
		max-width: 910px;
		margin: 0 auto;
	}
	
	
	
/* ********* NAV ********* */
	
.logo-rki-sws img{
  margin-top: 26px;
}
.rki-search.input-append {
 margin-right: 9px;
  width: 260px;
}

.rki-header{
  padding: 10px 0px 10px;
  margin-bottom: 0px;
}
	
/* ********* END HEADER ********* */
/* ********* ADS ********* */
	
	/* hero */

  .rki-carousel-bg-image .hero-content{
    max-width: 910px;
  }

  .row-fluid.ipad-view-setting.sws-rki-buttons{
    max-width: 100%;
  }

	.rki-cat-button.btn-03{
    background-size:cover;
  }

  .rki-carousel-bg-image .product-image img{
    left: 96px;
  }

  /* side ad */

  #rki-side-ad.rki-side-ad--text-wrapper.white-text h3{
    font-size: 22px;
  }

  #rki-side-ad.rki-side-ad--text-wrapper.white-text h4{
    font-size: 14px;
  }

  #rki-side-ad.rki-side-ad--text-wrapper.white-text p{
    font-size: 11px;
    line-height: 1rem;
  }
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
	
 .rki-cat-title{
  font-size: 18px;
 }
 .rki-cat-title span{
  font-size: 12px;
  margin-top: 0px;
 }

 .rki-side-ad--image-wrapper img {
  height: auto;
}

.rki-side-ad--btn-wrapper a {
  font-size: 12px;
  padding: 7px 20px;
}

.rki-side-ad--image-wrapper img {
  height: 116px;
  max-width: none;
}


	
/* ********* END BUTTONS ********* */
/* ********* CMS PAGE ********* */
	
	
/* ********* CATEGORY LANDING PAGES ********* */
	
	
	
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
.row-fluid.about-rki-container{
  width: 83vw;
}
	
	
/* ********* END About Page ********* */
/* ********* Forum Page ********* */
	
	
	
	
/* ********* END Forum Page ********* */
	
	
/* Add any other CMS Page sections you need */
	
	
/* ********* END CMS PAGE ********* */
}

@media (max-width: 979px) {
/* ********* HEADER ********* */
	
	
	
	
/* ********* NAV ********* */
.rki-mobile-sub-nav#mobile-sws-2 .grid-container, .accordion-inner.nav.mshow .grid-container{
 display: block;
}

.rki-mobile-sub-nav#mobile-sws-1 .grid-container, .accordion-inner.nav.mshow .grid-container{
  display: grid;
}

.navbar-inner.rki-mobile{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 50px 50px auto
  
}

.navbar-inner.rki-mobile .span4{
  grid-area: 1 / 1 / 3 / 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
  padding-block: 30px;
 
}


.navbar-inner.rki-mobile .span8{
  grid-area: 1 / 2 / 3 / 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  
}

.navbar-inner.rki-mobile .span8 #ProductDisplayForm{
  margin-top: 0px;
}

.navbar-inner.rki-mobile .sws-mobile-header-nav{
  grid-area: 3 / 1 / 4 / 3;;
  margin: 0px;
  height: fit-content;
}

.navbar-inner.rki-mobile .span8 .mobile-search{
  width: 80%;
  margin-top: 0px;
}
/* ********* HEADER ********* */
.navbar-inner.rki-mobile {
  background: var(--brand-rki-main-white);
}
.rki-mobile .span4 {

  width: 100%;
}
.rki-mobile img.brand.mobile-logo {
  width: 69%;
  padding: 0px;
  margin: 0px;
}

/* Firefox start */
@-moz-document url-prefix() {
  .rki-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */
.rki-mobile .span8 {
  width: auto;
  float: none;
  overflow: hidden;
}
/* ********* NAV ********* */
.navbar.navbar-inner-rki-subsite .nav > li > a {
  font-size: 16px;
} 

.rki-mobile svg{

    width: auto;
    height: 100px;
  
}

.rki-mobile .navbar-search {
  position: relative;
  margin-bottom: 0 !important;
  max-width: 100%;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}
  .rki-mobile .input-append input {
    border-radius: 0px;
  }
  .rki-mobile .input-append .btn {
    margin-left: -1px;
    border: 0px;
    padding: 5px 8px;
  }
  input#ProductSearch {
    font-family: var(--body-rki-fonts);
  }


  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled]{
    background-color: #e6e6e6!important;
  }


    /****** English ******/
  .rki-mobile #SWS-mobile-first-nav {
    width: 31.33%;
  }
  .rki-mobile #SWS-mobile-second-nav {
    width: 31.42%;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .rki-mobile #SWS-mobile-third-nav {
    width: 31.56%;
  }
  .rki-mobile #SWS-mobile-hamburger-nav {
    width: 5.2%;
    border-left: 1px solid var(--brand-rki-white);
  }
  /****** End English ******/

  /****** French ******/
  .rki-mobile-french #SWS-mobile-first-nav {
    width: 31.33%
  }
  .rki-mobile-french #SWS-mobile-second-nav {
    width: 31.42%;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .rki-mobile-french #SWS-mobile-third-nav {
    width: 31.56%;
  }
  .rki-mobile #SWS-mobile-hamburger-nav {
    width: 5.1%;
    border-left: 1px solid var(--brand-rki-white);
  }
  /****** End French ******/
  /* HUMBURGER */
  .rki-mobile .sws-mobile-header-nav .btn-navbar {
    background-color: var(--brand-rki-main-red) !important;
    border-image: initial !important;
    outline: none !important;
    margin: 0px;
    padding: 5px 0px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
  }
  .navbar .rki-mobile .btn-navbar .icon-bar,
  .navbar .frki-mobile .btn-navbar:hover .icon-bar {
    width: 100%;
    max-width: 20px;
    background-color: var(--brand-rki-white) !important;
    box-shadow: none;
    margin: 3px auto 3px;
  }
  /* END HAMBURGER */

  .rki-mobile #mobile-sws-3 {
    top: -28px;
    background: var(--brand-rki-li-background-light);
  } /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/

.rki-mobile .sws-mobile-header-nav .navbar-rki-subsite-mobile {
  background: transparent !important;
  width: 100%;
  top: 0px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

.rki-mobile .sws-mobile-header-nav .nav > li > a{
background: var(--brand-rki-main-red);
font-size: 14px;
color: white !important;
padding: 4px 4px;
text-align: center;
text-transform: uppercase;
border: none;
font-weight: 600;
font-family: var(--body-rki-fonts);
}

/* firefox starts */
@-moz-document url-prefix() {
  .rki-mobile .sws-mobile-header-nav .nav > li > a {
    padding: 5px 4px 3px 4px;
  }
}
/* firefox ends */

.rki-mobile .sws-mobile-header-nav .nav > li > a:hover ,.rki-mobile .sws-mobile-header-nav .btn-navbar:hover {
  background-color: #7c0218 !important;
}

.accordion-inner.nav.mshow .grid-container#solution-by-industry{
  display: block;
  margin: 0 0 10px 45px;
}

.rki-mobile .sws-mobile-header-nav .nav > li > a:hover,
.rki-mobile .sws-mobile-header-nav .nav > li > a:active{
outline-offset: -1px;
}
.rki-mobile-french .sws-mobile-header-nav .nav > li > a:hover,
.rki-mobile-french .sws-mobile-header-nav .nav > li > a:active {
  background: white;
  outline: 1px solid var(--brand-rki-main-red);
  outline-offset: -1px;

}
.rki-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
margin-right: -1px;
}
.rki-mobile .rki-mobile-sub-nav .nav .dropdown-sup a{
border-radius: 0px;
text-align: left;
padding-left: 10px;
}
.rki-mobile .rki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
width: 93%;
border-radius: 0px;
text-align: left;
padding-left: 10px;

}

/* firefox starts */
@-moz-document url-prefix() {
  .rki-mobile .rki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle{
    padding: 5px 5px 3px 10px;
  }
}
/* firefox ends */
.rki-mobile .rki-mobile-sub-nav .nav .dropdown-sup .item-2.dropdown-toggle {
  width: 100%;
  
  }

/** PRODUCTS DROPDOWN in "a" tag **/

.rki-mobile .rki-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
  background-color: var(--brand-rki-main-red) !important;
  color: white !important;
}

.rki-mobile .rki-mobile-sub-nav .nav > li:nth-child(3):hover a{
  margin-right: 0px;
} /** DROPDOWN ABOUT rki margin-right->0 **/

.navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
.navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
.rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
{
  font-size: 14px;
  line-height: 18px;
  background-color: transparent !important;
  padding: 5px 0px  !important;
  background-image: none !important;
  font-weight: 500 !important;
  border: none;
  white-space: break-spaces;
  font-family: var(--body-rki-fonts);
  color: #333;
}
.navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
.navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
.rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
.rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 2px;
}
.rki-mobile .accordion-inner .accordion-inner-sub{
  
  display: block;
 
}

.rki-mobile .accordion-inner .accordion-inner-sub li{
  list-style: none;
  }
.rki-mobile .rki-mobile-sub-nav .dropdown-sup .dropdown-menu{
  margin-left: 0px;
}
.rki-mobile .rki-mobile-sub-nav .accordion-inner .mshow .nav{
  margin-bottom: 0px;
}
.rki-mobile .rki-mobile-sub-nav .nav {
  margin: 0;
  padding: 0;
}
.rki-mobile #mobile-sws-1.rki-mobile-sub-nav .nav , .rki-mobile #mobile-sws-2.rki-mobile-sub-nav .nav   {
  margin: 0;
  padding: 10px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: var(--brand-rki-li-background-light);
  border-top: none;
}
.rki-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
  border: none;
  clear: both;
  border-bottom: 1px solid white;
}
.rki-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
  margin-bottom: 0;
  border-bottom: none;
}
.rki-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: transparent;
}
	
	
/* ********* END HEADER ********* */
/* ********* ADS ********* */
.rki-carousel-bg-image .hero-content{
  max-width: 88%;
}
.rki-carousel-bg-image.carousel-2{
  background-size: unset;
  background-position: unset;
 
}

.rki-carousel-bg-image .product-image.carousel-1 img{
  height: 448px;
  top: -229px;
}
.hero-content .text-content h2{
  font-size: 42px;
}
.hero-content .text-content h3{
  font-size: 26px;
}	

.carousel-top.sws-rki-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap{
  font-size: 18px;
 }

 .rki-carousel-bg-image .product-image img{
  left: 8%;
 }

 .rki-carousel-bg-image .product-image.carousel-3 img{
  height: 433px;
  top: -220px;
 }
	
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
	
.rki-side-ad{
  display: none;
}	
.row-fluid.ipad-view-setting.sws-rki-buttons{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 282px;
  width: 93%;
}
/* ********* END BUTTONS ********* */
/* ********* ABOUT RKI ********* */


}

@media (max-width: 979px) and (min-width: 768px) {
	
	.row-fluid.about-rki-hero h1{
    font-size: 60px;
  }
	
}

@media (max-width: 767px) {
/* ********* HEADER ********* */
	.navbar-inner.rki-mobile {
		margin-left: -20px;
		margin-right: -20px;
	}
	.navbar .rki-mobile .span4, .navbar .rki-mobile .span8 {
		margin-bottom: 0;
	}
	.rki-mobile .row-fluid.sws-mobile-header-nav.accordion {
		float: left;
		margin-top: 0;
    margin-bottom: 20px;
	}
	

  .nav-collapse .dropdown-menu{
    margin: 0px;
  }



   
	.rki-mobile #mobile-sws-1.rki-mobile-sub-nav .nav, .rki-mobile #mobile-sws-2.rki-mobile-sub-nav .nav{
    padding: 10px 0px;
  }

  .rki-mobile .span8{
    margin-bottom: 0px;
  }

  .carousel-top.sws-rki-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap{
  line-height: 140%;
 }


 
 .rki-mobile img.brand.mobile-logo{
  width: 60%;
 }

 /* Firefox start */
@-moz-document url-prefix() {
  .rki-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */





/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
	
	
	
	
/* ********* END BUTTONS ********* */
/* ********* CMS PAGE ********* */
	
	
/* ********* CATEGORY LANDING PAGES ********* */
	
	
	
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
.row-fluid.about-rki-hero h1 {
  font-size: 60px;
}
.row-fluid.about-rki-hero .span12{
  max-width: 83vw;
  margin-inline: auto;
}
	
	
/* ********* END About Page ********* */
/* ********* Forum Page ********* */
	
	
	
	
/* ********* END Forum Page ********* */
	
	
/* Add any other CMS Page sections you need */
	
	
/* ********* END CMS PAGE ********* */

}

@media (min-width: 600px) and (max-width: 678px){
  /* ********* BUTTONS ********* */
  .row-fluid.ipad-view-setting.sws-rki-buttons{
    height: auto;
  }
  .rki-cat-button{
    height: 7em;
  }

  .rki-cat-button img{
    height: 127px;
    top: -18px;
    left:-5px;
  }

  .rki-cat-title{
    left: 121px;
    top: 30px;
    font-size: 16px;
  }
  .rki-cat-button .view-products-txt{
    left: 121px;
    top: 50px;
  }

  .rki-cat-button.btn-04 .view-products-txt{
    top: -5px;
  }

  .rki-cat-button .view-products-txt p{
    font-size: 12px;
  }
  .rki-cat-button .view-products-txt img{
    width: 20px;
  }
  .rki-cat-button.btn-04 img{
    height: 130px;
    top: -31px;
  }
  .rki-cat-button.btn-03 #about-RKI{
    margin-top: 40px;
  }
 
  .rki-carousel-bg-image .hero-content{
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;      
   
  }
  .text-content{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  .product-image{
    grid-row: 1;
    
  }
  
  
  
 
  .row-fluid.carousel-top.sws-rki-carousel{
    height: fit-content;
  }
  
  .rki-carousel-bg-image .hero-content{
    max-height: 100%;
  }
  
  .hero-content .text-content h2{
    font-size: 28px;
    margin-bottom: 2px;
    text-align: center;
  }
  
  .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }
  
  .carousel-top.sws-rki-carousel .sws-carousel-drop-shadow 
   .hero-content .text-content p.text-nowrap{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
   }
  
   .hero-content .text-content a{
    padding: 14px 40px;
   }
   .hero-content .text-content a{
    margin-bottom: 25px;
    text-align: center;
   }
  
  
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   }
  
   .rki-carousel-bg-image .product-image.carousel-1 img{
    height: 298px;
    top: -90px;
  
   }
  
   .rki-carousel-bg-image .product-image{
    max-height: 199px;
   }
   .rki-carousel-bg-image .product-image img{
    left: auto;
    position: relative;
   
   }
  
   .rki-carousel-bg-image .product-image.carousel-3 img{
    height: 276px;
    top: -64px;
   }
  
   .rki-carousel-bg-image .product-image.carousel-2 img{
    height: 158px;
    top: 5px;
   }
  
   .rki-carousel-bg-image .product-image.carousel-4 img{
    height: 168px;
    top: 1px;
   }
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   
   }

   
}

@media (max-width: 600px) {
	
  .row-fluid.ipad-view-setting.sws-rki-buttons{
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-row-gap: 0px;
    height: 584px;
  }
  .btn-03 , .btn-04{
    grid-area: unset;
  }
  .rki-cat-button{
    margin-bottom: 20px;
  }
	
  .accordion-inner.nav.mshow .grid-container#solution-by-industry{
    margin: 0 0 10px 10px;
  }
  .rki-mobile .sws-mobile-header-nav .nav > li > a{
    font-size: 12px;
  }
  .rki-mobile #SWS-mobile-first-nav{
    width: 30.6%;
  }
  .rki-mobile #SWS-mobile-third-nav{
    width: 30.6%;
  }
  .rki-mobile #SWS-mobile-hamburger-nav{
    width: 6.6%;
  }
 
  .navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a{
  font-size: 12px;
}
 

 .rki-mobile-sub-nav.collapse ul{
  margin: 0 0 10px 5px;

  }
  .rki-cat-button.btn-03{
    order: 4;
  }

  .rki-cat-button.btn-04{
    order: 3;
  }
  .rki-carousel-bg-image .hero-content{
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;      
   
  }
  .text-content{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-image{
    grid-row: 1;
    
  }
  
  
  
 
  .row-fluid.carousel-top.sws-rki-carousel{
    height: fit-content;
  }
  
  .rki-carousel-bg-image .hero-content{
    max-height: 100%;
  }
  
  .hero-content .text-content h2{
    font-size: 28px;
    margin-bottom: 2px;
    text-align: center;
  }
  
  .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }
  
  .carousel-top.sws-rki-carousel .sws-carousel-drop-shadow 
   .hero-content .text-content p.text-nowrap{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
   }
  
   .hero-content .text-content a{
    padding: 14px 40px;
   }
   .hero-content .text-content a{
    margin-bottom: 25px;
    text-align: center;
   }
  
  
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   }
  
   .rki-carousel-bg-image .product-image.carousel-1 img{
    height: 298px;
    top: -90px;
  
   }
  
   .rki-carousel-bg-image .product-image{
    max-height: 199px;
   }
   .rki-carousel-bg-image .product-image img{
    left: auto;
    position: relative;
   
   }
  
   .rki-carousel-bg-image .product-image.carousel-3 img{
    height: 270px;
    top: -64px;
   }
  
   .rki-carousel-bg-image .product-image.carousel-2 img{
    height: 158px;
    top: 5px;
   }
  
   .rki-carousel-bg-image .product-image.carousel-4 img{
    height: 168px;
    top: 1px;
   }
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   
   }
   .rki-mobile img.brand.mobile-logo{
    width: 76%;
   }

    /* Firefox start */
@-moz-document url-prefix() {
  .rki-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */

}



@media (max-width: 500px) {
	
	
	
	
/* ********* CMS Pages ********* */
/* ********* Forum Page ********* */
/* You'll need these styles to make sure the page looks right without the SWS header. Add whatever you need to them. */
	.rki-expert-forum img.expertise-content {
		width: auto;
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
/* ********* END Forum Page ********* */
/* ********* END CMS Pages ********* */
.row-fluid.about-rki-hero h1 {
  font-size: 40px;
}


.rki-mobile img.brand.mobile-logo{
  width: 79%;
}

@-moz-document url-prefix() {
  .rki-mobile img.brand.mobile-logo {
      width: 200px;
  }
}

}

@media (max-width: 480px) {
	
	.rki-mobile #SWS-mobile-third-nav{
    width: 25%;
    border-left: 1px solid white;
  }
  .navbar-inner.rki-mobile .span8 .mobile-search{
    width: 100%;
  }

  .rki-mobile .sws-mobile-header-nav .nav > li > a{
    font-size: 10px;
  }

  .navbar-inner.rki-mobile{
    grid-template-rows: 50px 50px auto;
  }

  .rki-mobile #SWS-mobile-second-nav{
    width: 40.6%;
  }
  .rki-mobile #SWS-mobile-hamburger-nav{
    width: 8%;
  }
  
  .rki-mobile .rki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle{
    width: 89.3%;
  }

  .rki-mobile .span8{
    margin-top: 16px;
  }
  .rki-mobile .span4{
    width: 76%;
  }

  .navbar-inner.rki-mobile .span8 .mobile-search{

  }

  .rki-mobile #SWS-mobile-first-nav{
    width: 25%;
  }

  .navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a , 
  .rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu span ,.navbar-rki-subsite-mobile .nav-collapse .open span {
    font-size: 10px;
  }  
  
  .rki-mobile img.brand.mobile-logo{
    width: 83%;
  }

  @-moz-document url-prefix() {
    .rki-mobile img.brand.mobile-logo {
        width: 200px;
    }
  }
	
}

@media (max-width: 399px) {
	
	
	.row-fluid.about-rki-hero h1 {
    font-size: 32px;
  }
	.rki-mobile-sub-na .grid-container, .accordion-inner.nav.mshow .grid-container, .rki-mobile-sub-nav#mobile-sws-1 .grid-container, .accordion-inner.nav.mshow .grid-container{
    display: block;
  }


 

  
  .rki-mobile .span8{
    margin-top: 6px;
  }
  .rki-mobile #SWS-mobile-hamburger-nav{
    width: 12%;
  }
  .rki-mobile #SWS-mobile-third-nav{
    width: 28%;
  }
.rki-mobile #SWS-mobile-first-nav{
  width: 28%;
}
.rki-mobile #SWS-mobile-second-nav{
  width: 30.4%;
}

.rki-cat-button img{
  height: 150px;
  left: -27px;
}
.rki-cat-title{
  left: 110px;
}
.rki-cat-button .view-products-txt{
  left: 110px;
}
.rki-cat-button.btn-04 img{
  left: -20px;
}

.navbar-rki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a , 
.rki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu span ,.navbar-rki-subsite-mobile .nav-collapse .open span {
  font-size: 12px;
}

.rki-mobile .span4{
  width: 83%;
}


}