﻿.showcase .row-fluid 
{
    -ms-text-justify: distribute-all-lines; 
    text-justify: distribute-all-lines; 
    text-align: justify; 
    font-size: 0;
    line-height: 1;
}

.showcase .row-fluid:after 
{
  content: "";
  display: inline-block;
  width: 100%;
}

.showcase .row-fluid > [class*='span']
{
    display: inline-block; 
    text-align: left;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin: 0;
    float: none;
}

.showcase .row-fluid > .span3 {width: 23.69565%;}
.showcase .row-fluid > .span4 {width: 32.17391%;}
.showcase .row-fluid > .span5 {width: 40.65217%;}
.showcase .row-fluid > .span6 {width: 49.13043%;}
.showcase .row-fluid > .span7 {width: 57.6087%;}
.showcase .row-fluid > .span8 {width: 66.08696%;}
.showcase .row-fluid > .span9 {width: 74.56522%;}

.showcase .inner { padding-left: 16px; }

.showcase img {
    position: absolute;
    right:0;
    max-width: 100%;
}
.showcase h2 {
    font-size: 14px;
    line-height: 20px;
}
.showcase .article-title { 
    text-transform: uppercase; 
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0;
}

.showcase .link-all-articles {
    z-index: 2;
}

.showcase .article-content, .showcase .article-image {vertical-align: middle !important;}

/* 1 across Article */
.showcase.a1-across .wrapper > .row-fluid {padding: 0;}
.showcase.a1-across .article-content {width: 66.08696%;}
.showcase.a1-across .article-image {width: 23.69565%;}

/* 2 across Article */
.showcase.a2-across .article {width: 49.13043%;}
.showcase.a2-across .article-content {width: 57.6087%;}
.showcase.a2-across .article-image {width: 40.65217%;}

/* 2 Across + PC Full width / Sale Template / Home Template */
.sale-template .a2-across .article-title, 
.home-template .a2-across .article-title {
    
}

/* 2 across + Department + Subclass */
/*
.a2-across .article-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
*/

.template-department .article-title, .template-subclass .article-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.showcase .article-title a {color: #4d4d4f;}
.showcase .article-title a:hover {text-decoration: none;}

/* TEMPLATE - DEPARTMENT */

.template-department .showcase .article-content {width: 66.08696%;}
.template-department .showcase .article-image {width: 32.17391%;}

.template-subclass .showcase .article-content {width: 74.56522%;}
.template-subclass .showcase .article-image {width: 23.69565%;}

.template-subclass .a2-across .article {width: 48.91008%;}
.template-subclass .a2-across .article-content {width: 57.6087%;}
.template-subclass .a2-across .article-image {width: 40.65217%;}
.template-department .showcase h2, .template-subclass .showcase h2 {
    font-size: 12px;
    line-height: 18px;
}

.template-subclass .a2-across .article-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
