
/*Sizing */
{% set maxWidth = "960px" %}

*{
margin:0;
    box-sizing: border-box;
}
a{
text-decoration:none;
}

.gallery {
  border: 1px solid #ccc;
  border-radius:5px;
	background-color:#f1f3f5;
}

.gallery:hover {
    border: 1px solid #777;
}

.gallery img {margin:0px;
    width: 100%;
    height: 220px;
  border-radius:5px 5px 0px 0px; object-fit:cover;
}

.gallery a {
  text-decoration : none;
}

.desc {
  padding: 5px;
  text-align: center;
  color : black;
  height: 62px;
  font-size: 17px;
}

/* Coolant Additives Articles Redesign heading */
.articlesHeadingCA {
  font-size: 36px;
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
	background-image: linear-gradient(to bottom right, #103059, #103059);
}
/* SRT Articles Redesign heading */
.articlesHeadingSRT {
  font-size: 36px;
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
	background-image: linear-gradient(to bottom right, #275699, #275699);
}
.articlesHeadingGF {
  font-size: 36px;
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
	background-image: linear-gradient(to bottom right, #1D3C34, #28724F);
}
.articlesHeadingWT {
  font-size: 36px;
  letter-spacing: 2px;
  padding: 30px 0;
  text-align: center;
	background-image: linear-gradient(to bottom right, #10305a, #10305a);
}

.mg {
  color:blue;
  text-align: center;
}

#message { display:none;
  color:red;
  text-align: center;
}{##}
  .tags {
    font-size:12px;
    padding: 5px;
    text-align: center;
    color: grey;
}

.rspnsv {
    padding: 10px 10px;
    float:left;
    width: 33.33%;
  object-fit:cover;
}
.clearfix {
    overflow: auto;
}

@media only screen and (max-width: 1400px) {
    .rspnsv {
        width: 33.33333%;
        margin: 6px 0;
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 200px;
    border-radius:5px 5px 0px 0px;
}
}


@media only screen and (max-width: 800px) {
   h1 { font-size: 30px !important; }
    .rspnsv {
        width: 49.99999%;
        margin: 6px 0;
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 180px;
    border-radius:5px 5px 0px 0px;
}
}

@media only screen and (max-width: 700px) {
   h1 { font-size: 30px !important; }
    .rspnsv {
        width: 49.99999%;
        margin: 6px 0;
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 180px;
  border-radius:5px 5px 0px 0px;
}
}

@media only screen and (max-width: 600px) {
     h1 { font-size: 30px !important; }
    .rspnsv {
        width: 49.99999%;
        margin: 6px 0;
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 180px;
  border-radius:5px 5px 0px 0px;
}
}

@media only screen and (max-width: 500px) {
   h1 { font-size: 30px !important; }
    .rspnsv {margin: 0% auto;
        width: 100%;
      {#margin: 1px 10px;#}
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 180px;
  border-radius:5px 5px 0px 0px;
}
}

@media only screen and (max-width: 400px) {
   h1 { font-size: 30px !important; }
    .rspnsv {
        width: 100%;
      margin: 1px 10px;
    }
  .gallery img {margin:0px;
    width: 100%;
      height: 150px;
  border-radius:5px 5px 0px 0px;
}
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

 /* {#filter tabs#} */

/* Style the buttons */
#myBtnContainer{
  width: 100%;
  overflow: auto;
}

.bgclr{
 background-color:#f1f3f5;
}

.btn {float: left;
  padding: 12px;
  color: #666;
  text-decoration: none;
  font-size: 17px;
 /* width: 16%; /* Four links of equal widths */
  text-align: center;
}

.btn:hover {
  background-color: #bbb;
  color:#f1f1f1;
  transition: 0.3s;
}

.btn.active {
  background-color: #666;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.pgcenter{
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 30px;
  max-width: 960px;
  float: none !important;
}

.hide{
 display:none;
  }

.show {
  display: block;
}
