#mainFooter a{
    font-size: 14px;
}

.productSheetsHide{
    display: none;
}

.sliderContent .steps {
    margin: 0 0 10px;
}

.searchForm .input {
    max-width: 400px;
}

.cc-banner{
    background-color: #e8edf1;
    border-top: 1px solid black;
}

.productSheets .table .cell.image {
    width: 300px;
}

.productSheets .oneProduct .col-2 {
    width: 75%;
}

.productSheets .oneProduct .col-half {
    width: 25%;
}

@media only screen and (max-width: 979px){
    .productSheets .oneProduct .col-half {
        margin-top: 30px;
        width: 100%;
    }

    .productSheets .oneProduct .col-2 {
        width: 100%;
    }
    .productSheets ul li {
        /*font-size: 20px;*/
    }
}


.barrelButton{
    color: #7b7f8c;
    background-color: #e8edf1;
    border: 1px solid #7b7f8c;
    cursor: hand;
    cursor: pointer;
    font-size: 22px;
    margin-bottom: 20px;
    padding: 10px 60px 10px 60px;
}

.barrels{
    cursor: hand;
    cursor: pointer;
}

.modalHide{
    display: none;
}

.modalShow{
    display: block;
}

.modal {
  position: fixed;
  z-index: 1;
  padding-top: 15%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,.7) !important;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px 10px 10px 10px;
  width: 90%;
  border: 1px solid #7b7f8c;
  max-width: 1000px;
}

.modal .close {
  color: #7b7f8c;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
}

.modal. .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modalSheet {
  padding: 20px 0;
  background-color: #e8edf1;
  background: -webkit-linear-gradient(top, #e8edf1, #fff);
  background: -o-linear-gradient(top, #e8edf1, #fff);
  background: -moz-linear-gradient(top, #e8edf1, #fff);
  background: linear-gradient(top, #e8edf1, #fff);
}
.modal .oneProduct {
  padding: 60px 10px 10px 10px;
  border-bottom: solid 2px rgba(146, 150, 164, 0.5);
  font-size: 0;
}

.modal .data{
    padding-top: 20px;
}

.modal .oneProduct .col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.modal .oneProduct .col:first-child {
  padding-right: 15px;
}
@media only screen and (max-width: 979px) {
  .modal .oneProduct .col:first-child {
    padding: 0;
  }
}
.modal .oneProduct .col:last-child {
  padding-left: 15px;
}
@media only screen and (max-width: 979px) {
  .modal .oneProduct .col:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 979px) {
  .modal .oneProduct .col {
    width: 100%;
  }
}
.modal .oneProduct:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.modal .table {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: solid 2px rgba(146,150,164,0.5);
}
.modal .table .cell {
  width: 33%;
  vertical-align: top;
}
@media only screen and (max-width: 979px) {
  .modal .table .cell {
    width: 100% !important;
    display: block;
    text-align: center;
  }
}
.modal .table .cell.image {
  padding-right: 0px;
}
@media only screen and (max-width: 979px) {
  .modal .table .cell.image {
    padding: 0 0 20px;
  }
  .modal .table .cell.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;;
  }
}
.modal .table .cell.description {
  width: auto;
  padding: 0 0 0 35px;
}
@media only screen and (max-width: 979px) {
  .modal .table .cell.description {
    padding: 0;
  }
}
.modal .table .cell.space {
  width: 30px;
}
.modal .table .cell.space + .cell ul li:first-child {
  border-top: 1px solid rgba(123, 127, 140, 0.2);
}
.modal .cols-3 ul span {
  width: 60%;
}
.modal p {
  line-height: 30px;
  color: #7b7f8c;
  font-size: 13px;
}
.modal p b {
  font-weight: 700;
}
.modal h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  color: #7b7f8c;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.modal h4 a{
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  color: #7b7f8c;
  padding: 0 0 10px;
  text-transform: uppercase;
}

.modal img {
  display: block;
  width: 90%;
}
.modal ul li {
  color: #7b7f8c;
  line-height: 30px;
  font-size: 15px;
  text-align: right;
  border-top: 1px solid rgba(123, 127, 140, 0.2);
}
.modal ul li:first-child {
  border-top: 0;
}
@media only screen and (max-width: 979px) {
  .modal ul li {
    text-align: left;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
.modal ul span {
  width: 55px;
  text-align: left;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 979px) {
  .modal ul span {
    width: 50%;
    text-align: right !important;
  }
}

.productSheets .table .cell.description{
    text-align: justify;
}

.alternatives .table .cell.image{
    width: 135px;
}

@media only screen and (max-width: 979px) {
    .hideOnMobile {
        display: none;
    }
}
.showOnMobile {
    display: none;
}
@media only screen and (max-width: 979px) {
    .showOnMobile {
        display: block;
    }
}

strong{
    font-weight: bold;
}

@media only screen and (max-width: 979px){
    .barrelTable {
        color: #fff;
        background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../images/barrel_table.jpg) no-repeat right center/cover;
        background-position:center top;
    }
}

.videoSlider .toCenter {
    background-color: black;
}

#lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    color: #7B7F8C;
}

#lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    width: 500px;
}

#lightbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

#lightbox-title {
    margin-left: 5px;
    font-size: 14px;
}

#close-lightbox {
    cursor: pointer;
    margin-right: 5px;
}

hr {
    margin: 10px 0;
    border: none;
    border-top: 1px solid #ccc;
}

#lightbox-body {
    text-align: left;
}

#lightbox-body span {
    margin-top: 10px;
    font-size: 14px;
}

#lightbox-body ul{
    list-style: circle;
    padding: 20px;
}

#lightbox-body ul li{
    line-height: 20px;
}

@media only screen and (max-width: 1023px) {
    #lightbox-content {
        width: 100%;
    }
}

#mainHeader .dropdown {
    padding: 25px 10px;
    }

/* Homepage productBoxes + Products page productTypes: 4 / 2 / 1 columns responsive */
.productBoxes .col img,
.productTypes .col img {
    cursor: pointer;
}
.productBoxes .col,
.productTypes .col {
    width: 25%;
}
@media only screen and (max-width: 979px) {
    .productBoxes .col {
        width: 50%;
        padding: 0 15px 30px;
    }
    .productTypes .col {
        width: 50%;
        padding: 0 15px 30px;
    }
}
@media only screen and (max-width: 675px) {
    .productBoxes .col,
    .productTypes .col {
        width: 100%;
        padding: 0 0 30px;
    }
    .productBoxes .col:last-child,
    .productTypes .col:last-child {
        padding-bottom: 0;
    }
}


