

    /* ===== Showcase Icons ===== */
    
    #image-teaser-5526.showcase ul > li > span.list-icon-5526-1:before {
      content: "\f10b"; /* fa-mobile */
    }
    #image-teaser-5526.showcase ul > li > span.list-icon-5526-2:before {
      content: "\f10a"; /* fa-tablet */
    }
    #image-teaser-5526.showcase ul > li > span.list-icon-5526-3:before {
      content: "\f109"; /* fa-laptop */
    }
    #image-teaser-5526.showcase ul > li > span.list-icon-5526-4:before {
      content: "\f108"; /* fa-desktop */
    }
    /* Default Icon */
    #image-teaser-5526.showcase ul > li > span:before {
      content: "\f111";
    }
    
    
    /* ===== Showcase ===== */
    
    #image-teaser-5526.showcase {
      padding: 50px 0;
      background: #f6f6f6;
      background-image: -webkit-linear-gradient(#f6f6f6, white 150px, white);
      background-image: -o-linear-gradient(#f6f6f6, white 150px, white);
      background-image: linear-gradient(#f6f6f6, white 150px, white);
      background-repeat: no-repeat;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f6', endColorstr='#ffffffff', GradientType=0);
      border-top: 1px solid #ddd;
    }
    #image-teaser-5526.showcase .lead {
      margin-bottom: 25px;
      font-size: 16px;
    }
    #image-teaser-5526.showcase ul {
      margin-top: 20px;
    }
    #image-teaser-5526.showcase ul > li > span {
      display: block;
      color: #19281A;
      padding: 5px;
      cursor: pointer;
      font: normal normal normal 28px/1 FontAwesome;
      margin-right: 8px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
    }
    #image-teaser-5526.showcase ul > li > span.inactive {
      color: #d0d0d0;
    }
    #image-teaser-5526.showcase img {
      margin: 0 auto;
    }
    
    @media (min-width: 768px) {
      #image-teaser-5526.showcase {
        height: 470px;
        padding: 70px 0;
        overflow: hidden;
      }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
      #image-teaser-5526.showcase {
        height: 370px;
      }
      #image-teaser-5526.showcase h2 {
        margin-top: 0;
      }
    }    

	