.brochure-div {
  position: relative;
  max-width: 1169px;
  margin: auto;
  padding-bottom: 100px; }

@media screen and (min-width: 1169px) {
  .brochure-links {
    position: absolute;
    text-align: left;
    left: 166px;
    bottom: 0px; } }
.brochure-links a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100px; }

.brochure-links a p {
  padding: 4px 2px;
  height: 30px; }

.content-section-a {
  padding: 25px 0;
  background-color: #f8f8f8; }

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.featuredCollection .panel {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

.section-heading {
  margin-bottom: 30px; }

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7; }

.imageWrapper .badges {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.imageWrapper .badges img {
  width: 92px !important; }

.masking-hover,
.imageBox .productImage .productMasking,
.mainContent .featuredProducts .slide .productImage .productMasking,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 122, 183, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.content-center,
.imageBox .productImage .productMasking ul,
.mainContent .featuredProducts .slide .productImage .productMasking ul,
.masking-btn,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.thumbnail {
  border: none;
  border-radius: 0;
  padding: 0; }

.thumbnail .caption {
  padding: 20px 0 0 0; }

.masking-btn,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn {
  width: 196px;
  min-height: 55px;
  border: 3px solid #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0;
  border-radius: 0;
  padding: 0;
  line-height: 55px; }

.masking-btn:hover,
.mainContent .featuredCollection .thumbnail .imageWrapper .masking .viewBtn:hover {
  background-color: #ffffff;
  color: #3A376D; }

.mainContent .featuredCollection .thumbnail {
  cursor: pointer;
  margin-bottom: 0px; }

.mainContent .featuredCollection .thumbnail .imageWrapper {
  position: relative;
  width: 100%;
  overflow: hidden; }

.mainContent .featuredCollection .thumbnail .imageWrapper img.expand {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%; }

.mainContent .featuredCollection .thumbnail:hover .imageWrapper .masking {
  opacity: 1; }

.mainContent .featuredCollection .thumbnail:hover .imageWrapper img.expand {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.mainContent .featuredCollection .thumbnail:hover .imageWrapper .viewBtn {
  -webkit-animation: itemMove 0.3s linear;
  animation: itemMove 0.3s linear; }

.featuredCollection .panel-heading {
  text-align: center;
  font-weight: bold; }

.DelBox a {
  color: #FFFFFF; }
