/* <b> tag*/
/* Video Widget*/
/* Big button Widget */
div.brand-pages .bg-green {
    position: relative;
  }
  div.brand-pages .bg-green:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin-left: 15px;
    margin-right: 15px;
    background: #034437;
  }
  div.brand-pages .bg-grey .row {
    background: #f5f5f5;
    color: #bdbdbd;
  }
  div.brand-pages .container.logo {
    margin-bottom: 0;
  }
  div.brand-pages .widget-logo {
    padding: 40px 0;
  }
  div.brand-pages .intro-slider {
    margin-bottom: 4px;
  }
  div.brand-pages .intro-slider .widget-slider .slick-slider .slick-slide .image {
    width: 100%;
  }
  div.brand-pages .intro-slider .widget-slider .slick-slider .slick-slide .text {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    right: 40px;
    left: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  div.brand-pages .widget-big-button {
    background: #034437;
  }
  div.brand-pages .widget-big-button a .text {
    font-size: 16px;
    font-weight: 700;
  }
  div.brand-pages .widget-html-image {
    text-align: center;
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 300;
  }
  div.brand-pages .widget-html-image h2,
  div.brand-pages .widget-html-image h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #034437;
  }
  div.brand-pages .widget-html-image h2 a,
  div.brand-pages .widget-html-image h3 a {
    color: #034437;
  }
  div.brand-pages .widget-html-image h2:after,
  div.brand-pages .widget-html-image h3:after {
    content: ' ';
    display: block;
    width: 70px;
    height: 3px;
    background: #034437;
    margin: 0 auto;
    margin-top: 20px;
  }
  div.brand-pages .widget-html-image h3 {
    color: white;
  }
  div.brand-pages .widget-html-image h3 a {
    color: white;
  }
  div.brand-pages .widget-html-image h3:after {
    background: white;
  }
  div.brand-pages .characteristics .widget-html-image {
    padding: 50px 20px 70px;
  }
  div.brand-pages .feature-products-title {
    margin-bottom: 0;
  }
  div.brand-pages .feature-products .widget-html-image {
    padding: 0;
    margin-bottom: 30px;
  }
  @media (min-width: 992px) {
    div.brand-pages .feature-products .widget-html-image {
      margin-bottom: 0;
    }
  }
  div.brand-pages .feature-products .widget-html-image .image {
    border: 1px solid #b3b4b7;
    overflow: hidden;
  }
  div.brand-pages .feature-products .widget-html-image a {
    color: #034437;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: block;
  }
  div.brand-pages .feature-products .widget-html-image a:hover {
    color: #034437;
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  div.brand-pages .feature-products .widget-html-image .rte {
    text-align: left;
    color: #034437;
    font-weight: 500;
  }
  div.brand-pages .feature-products .widget-html-image .rte a {
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
  }
  div.brand-pages .the-wolfen-difference .widget-html-image {
    color: #363636;
    max-width: 930px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  div.brand-pages .widget-big-button a {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  div.brand-pages .widget-big-button a:hover {
    text-decoration: none;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  div.brand-pages .widget-big-button a:hover .text {
    text-decoration: none;
  }
  div.brand-pages .widget-big-button.left i:before {
    content: "j";
  }
  div.brand-pages .widget-big-button.right i:before {
    content: "d";
  }