.img-responsive {
    width: 100%;
    height: auto;
}

.sidebar-content {
    padding: 10px 0 0 0;
}

.sidebar-content-gauge {
    width: 50%;
    padding-left: 25%;
    padding-right: 25%;
    
}

.brand-image {
    width: 45%;
    height: auto;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    padding: 5% 0%;
}

.gallery-image {
    width: 45%;
    height: auto;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
}
.home-gauge {

}

.home-gauges {
    padding-top: 25px;
}

.btn {
    width: 100% !important;
    text-align: center !important;
    font-family: inherit !important;
    font: bold 0.7em sans-serif !important;
    padding: 10px 0px !important;
    margin: 10px 0px !important;
    border: 1px solid #999 !important;
    display: block;
    color: black;
    text-decoration: none;
    background: #EEE;
}

.btn:hover {
    background: #DDD;
    color: black;
}




/* Product Tabs page */



.product-tabs label[for*='1']:before {
    display: none;
}

.product-tabs label[for*='2']:before {
    display: none;
}

.product-tabs label[for*='3']:before {
    display: none;
}

.product-tabs label[for*='4']:before {
    display: none;
}
.product-tabs label[for*='5']:before {
    display: none;
}


.product-tabs main {
  min-width: 320px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.product-tabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.product-tabs input {
  display: none;
}

.product-tabs *, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}





.product-tabs input {
  display: none;
    
}



.product-tabs label:before {
  font-weight: normal;
  margin-right: 10px;
}

.product-tabs label[for*='1']:before { }
.product-tabs label[for*='2']:before { }
.product-tabs label[for*='3']:before { }
.product-tabs label[for*='4']:before { }
.product-tabs label[for*='5']:before { }


.product-tabs label {
    display: block;
    width: 20%;
    float: left;
    height: 40px;
    padding: 10px 0px;
    text-align: center;
    vertical-align: center;
  
}

.product-tabs label:hover {
  color: #888;
  cursor: pointer;
}



.product-tabs label {
    color: #555;
    border: 1px solid #ddd;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
}


.product-tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #F47B20;
 
}

.product-tabs #tab1:checked ~ #content1,
.product-tabs #tab2:checked ~ #content2,
.product-tabs #tab3:checked ~ #content3,
.product-tabs #tab4:checked ~ #content4, 
.product-tabs #tab5:checked ~ #content5 {
  display: block;
}

main section {
height: 100%; 
}


.title-product {
    padding-top: 40px;
}


.product-image {
    padding-top: 20px;
}