/* none */
.footer .newsletter-subscription .social li{
width:20%!important;
}


/* Shop Valves Page */
.col{
  width:21%;
  float:left;
  border:1px solid #e1e1e1;
  padding:1%;
  margin-right:2%;
  margin-bottom:2%;
  min-height:350px;
}
.col.last{
    margin-right:0px;
}
.col img{
  width:100%!important;
}

.col h2{
    text-align:center;
    font-weight:normal!important;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    font-size:18px!important;
}
.col p{
    color:#707070;
    text-align:center;
}
.col a.button{
    background-color:#FB360A;
    padding:5px 0px;
    color:#fff;
    text-align:center;
    display:block;
    margin:0 auto;
    max-width:85px;
    transition:all 0.2s ease 0s;
    margin-bottom:15px;
border-radius: 2px;
}
.col a.button:hover{
    background-color:#CA3513;
    color:#fff;
}
@media only screen  and (max-width : 1180px) {
    .col{
        min-height:350px;
    }
}
@media only screen  and (max-width : 768px) {
    .col{
        width:45%;
        padding:1%;
    }
}
@media only screen  and (max-width : 768px) {
    .col{
        width:96%;
        padding:1%;
        min-height:0px;
    }
}
