/*.service-heading {
  margin: 15px 0;
  text-transform: none;
}*/

.products .product-item {
  right: 0;
  margin: 0 0 15px;
}

.products .product-item .product-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

.products .product-item .product-link .product-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}

.products .product-item .product-link .product-hover:hover {
  opacity: 1;
}

.products .product-item .product-link .product-hover .product-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

.products .product-item .product-link .product-hover .product-hover-content i {
  margin-top: -12px;
}

.products .product-item .product-link .product-hover .product-hover-content h3,
.product .product-item .product-link .product-hover .product-hover-content h4 {
  margin: 0;
}
.products .product-item img {
  border: 2px solid #4682B4;
  border-bottom: none;
}

.products .product-item .product-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 15px;
  /*text-align: center;*/
  background-color: #4682B4;
  /*border: 1px solid #ddd;*/
  color: #fff;
}
.products .product-item .product-caption a {
  margin-top: 5px;
  font-size: 0.63rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.15rem;
  padding: 2px 5px;
}
.products .product-item .product-caption h5 {
  margin: 0;
  text-transform: none;
  line-height: 2rem;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.products .product-item .product-caption h6 {
  font-size: 1rem;
  font-style: italic;
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25rem;
  color: #eee;
}

.products * {
  z-index: 2;
}

@media (min-width: 767px) {
  .products .product-item {
    margin: 0 0 30px;
  }
}

@media (max-width: 992px) {
.page-section h2.section-heading {
  font-size: 2rem;
}
.page-section .section-heading img {
  max-width: 72px;
}

/*.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
}*/
  .products .product-item .product-caption h4 {
    font-size: 1.25rem;
  }
  .products .product-item .product-caption p {
    font-size: 0.83rem;
  }
}

.product-modal .modal-dialog {
  /*margin: 1rem;
  max-width: 100vw;*/
  margin: 0 auto;
  min-width: 100vw;
  
}

.product-modal .modal-content {
   border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  padding: 100px 0;
  text-align: center;
}

.product-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.product-modal .modal-content p {
  margin-bottom: 30px;
}

.product-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
}

.product-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.product-modal .modal-content img {
  margin-bottom: 30px;
}

.product-modal .modal-content button {
  cursor: pointer;
}

.product-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.product-modal .close-modal:hover {
  opacity: 0.3;
}

.product-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 2px;
  height: 75px;
  margin-left: 0;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.product-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 2px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}