.filter-column{
    width: 158px;
    padding: 0 40px 30px;
    float: left;
}
    .filter-column1{
        margin-left: -40px;
    }
    .filter-column4{
        margin-right: -40px;
        border-left: 1px solid #EEEEEE;
    }
    .filter-column > .form-field-label {
        color: #660066;
        font-size: 15px;
        font-weight: bold;
        line-height: 25px;
        margin: 25px 0 14px;
    }
    .filter-column button{
        float: right;
        margin-top: 20px;
    }
.filter-overview{
    min-height: 51px;
    margin: 30px 0 -10px;
    position: relative;
}
.filter-tag{
    background: #f7f7f7;
    border: 1px solid #EEEEEE;
    color: #666666;
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 7px 15px;
    text-decoration: none;
}
    .filter-tag.filter-tag-search{
        background: #FFF;
        border: 1px dashed #ddd;
    }
    .filter-tag i[class*="icon-"]{
        margin-left: 15px;
    }
    .filter-resultcounter{
        color: #A9A9A9;
        float: right;
        font-size: 13px;
        text-align: right;
        line-height: 33px;
        width: 100px;
    }
.project-carousel .widget-slideshow-content {
    border:0;
}
.carousel.project-carousel {
    padding: 0;
    margin-top: 15px;
}
.project-carousel .carousel-item {
    top:0;
    z-index: 1;
}
.project-carousel .widget-slideshow-content{
    height: 356px;
}
.project-carousel .carousel-item,
.project-carousel .widget-slideshow-text-item.is-active{
    background: white;
    border: 1px solid #EEEEEE;
    width: 668px;
    height: 356px;
}
.lt-ie8 .project-carousel .carousel-item,
.lt-ie8 .project-carousel .widget-slideshow-text-item.is-active{
    width: 608px;
    padding: 27px 30px 33px;
}
.project-carousel .widget-slideshow-text-item-tags{
    margin-bottom: 20px;
    margin-top: -9px;
    float: left;
    width: 53%;
}
.project-carousel .widget-slideshow-text-item-paragraph {
    float: left;
    max-height: 232px;
    min-height: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 298px;
}
.project-carousel .widget-slideshow-text-item-image {
    float: right;
    height: 208px;
    width: 278px; /* fixed width for smaller images */
    background: #F7F7F7;
    text-align: center;
}
    .project-carousel .carousel-img-large {
        text-align: center;
    }
    .project-carousel .carousel-img-large .widget-slideshow-text-item-image{
        float: none;
        height: 100%;
        width: auto;
    }
        .project-carousel .carousel-img-large-text{
            position: absolute;
            bottom: 33px;
            left: 30px;
            right: 30px;
            padding: 15px 20px;
            color: #660066;
            font: 18px/23px DINWebPro-Bold,Arial,sans-serif;
            text-transform: uppercase;
            background: url(../../base/images/placeholders/transparent-white.png);
            text-align: left;
        }
            .project-carousel .carousel-img-large-text a {
                display: block;
                text-decoration: none;
                color: #660066;
            }
        .project-carousel .carousel-img-large,
        .project-carousel .carousel-img-wide{
            background: #F7F7F7;
            overflow: hidden;
            height: 100%;
        }
        .project-carousel .carousel-img-large img{
            max-height: 100%;
            max-width: 100%;
        }
        .project-carousel .carousel-img-wide .widget-slideshow-text-item-image{
            float: none;
            width: 100%;
        }
        .project-carousel .carousel-img-wide img{
            width: 100%;
        }
.project-carousel .widget-slideshow-text-item-button{
    text-align: right;
    float: right;
}
    .project-carousel .widget-slideshow-text-item.pc-item{
        display: none;
        height: 356px;
    }
    .lt-ie8 .project-carousel .widget-slideshow-text-item.pc-item{
        height: 296px;
    }
    .project-carousel .widget-slideshow-text-item.is-active {
        z-index: 10;
        display: block;
        position: absolute;
        left: 155px;
    }
        .project-carousel-multiple.project-carousel .widget-slideshow-text-item.is-active{
            left: auto;
        }
    .project-carousel .widget-slideshow-text-item.pc-is-next{
        z-index: 5;
        display: block;
        position: absolute;
        cursor: pointer;
    }
    .project-carousel .widget-slideshow-text-item.pc-is-prev{
        z-index: 7;
        display: block;
        position: absolute;
        cursor: pointer;
    }

.project-carousel [class*="button"]:hover .icon-arrow-down-white,
.project-carousel [class*="button"]:active .icon-arrow-down-white {
    background-position: -124px -47px;
}

.csstransforms .project-carousel .widget-slideshow-text-item{
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform-style: preserve-3d;
}
.csstransforms .project-carousel .widget-slideshow-text-item.pc-is-next{
   -moz-transform: scale(0.7) translateX(143px);
   -webkit-transform: scale(0.7) translateX(143px);
   -o-transform: scale(0.7) translateX(143px);
   transform: scale(0.7) translateX(143px);
    -webkit-transform-style: preserve-3d;
}
.csstransforms .project-carousel .widget-slideshow-text-item.is-active{
   -moz-transform: scale(1) translateX(0px);
   -webkit-transform: scale(1) translateX(0px);
   -o-transform: scale(1) translateX(0px);
   transform: scale(1) translateX(0px);
    -webkit-transform-style: preserve-3d;
}
.csstransforms .project-carousel .widget-slideshow-text-item.pc-is-prev{
   -moz-transform: scale(0.7) translateX(-143px);
   -webkit-transform: scale(0.7) translateX(-143px);
   -o-transform: scale(0.7) translateX(-143px);
   transform: scale(0.7) translateX(-143px);
    -webkit-transform-style: preserve-3d;
}
.project-carousel [data-carousel_action]{
    z-index: 200;
}



.no-csstransforms .project-carousel .carousel-item h2{
    font-size: 1.2em;
    line-height: 1.2em;
}
.no-csstransforms .project-carousel .carousel-item p{
    margin: 1.3em 0 0;
}
.no-csstransforms .project-carousel .carousel-item p.widget-slideshow-text-item-tags{
    margin-top: -0.6em;
}
.no-csstransforms .project-carousel .widget-slideshow-text-item-title{
    margin-bottom: 0.8em;
}
.no-csstransforms .pc-is-next,
.no-csstransforms .pc-is-prev{
    height: 250px !important;
    width: 468px;
    padding: 21px;
    margin-top: 50px;
    margin-left: 200px;
    font-size: 65%;
    line-height: 1.6;
    overflow: hidden;
}
.lt-ie8.no-csstransforms .pc-is-next,
.lt-ie8.no-csstransforms .pc-is-prev{
    height: 200px !important;
    width: 408px;
    padding: 21px;
}
.no-csstransforms .project-carousel .carousel-img-large-text{
    font-size: 1.2em;
}
.no-csstransforms .pc-is-prev{
    margin-left: 0;
}
.no-csstransforms .pc-is-next .button,
.no-csstransforms .pc-is-prev .button{
    font-size: 1.05em;
    padding: 8px 14px 7px;
    height: 28px;
    line-height: 14px
}
.no-csstransforms .project-carousel .carousel-img-large,
.no-csstransforms .project-carousel .carousel-img-wide {
    margin: 0 !important;
}
.no-csstransforms .project-carousel .pc-is-next .widget-slideshow-text-item-image,
.no-csstransforms .project-carousel .pc-is-prev .widget-slideshow-text-item-image{
    height: 145px;
    width: 194px;
    overflow: hidden;
}
.no-csstransforms .project-carousel .pc-is-next .widget-slideshow-text-item-image img,
.no-csstransforms .project-carousel .pc-is-prev .widget-slideshow-text-item-image img{
    height: 100% !important;
    width: auto;
    float: right;
}
.no-csstransforms .project-carousel .pc-is-next .carousel-img-large .widget-slideshow-text-item-image,
.no-csstransforms .project-carousel .pc-is-prev .carousel-img-large .widget-slideshow-text-item-image{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.no-csstransforms .project-carousel .pc-is-next .carousel-img-large .widget-slideshow-text-item-image img,
.no-csstransforms .project-carousel .pc-is-prev .carousel-img-large .widget-slideshow-text-item-image img{
    height: 100%;
    float: none;
}

.no-csstransforms .project-carousel .pc-is-next .carousel-img-wide .widget-slideshow-text-item-image,
.no-csstransforms .project-carousel .pc-is-prev .carousel-img-wide .widget-slideshow-text-item-image{
    height: 250px;
    width: 468px;
    overflow: hidden;
}
.no-csstransforms .project-carousel .pc-is-next .carousel-img-wide .widget-slideshow-text-item-image img,
.no-csstransforms .project-carousel .pc-is-prev .carousel-img-wide .widget-slideshow-text-item-image img{
    width: 100%;
}
.no-csstransforms .project-carousel .pc-is-next .carousel-img-large-text,
.no-csstransforms .project-carousel .pc-is-prev .carousel-img-large-text{
    left: 21px;
    right: 21px;
    bottom: 21px;
    line-height: 16px;
    padding: 10px 14px;
}
.no-csstransforms .project-carousel .pc-is-next .widget-slideshow-text-item-paragraph,
.no-csstransforms .project-carousel .pc-is-prev .widget-slideshow-text-item-paragraph{
    width: 208px;
}

.no-csstransforms .project-carousel .pc-is-next a.button,
.no-csstransforms .project-carousel .pc-is-prev a.button{
    height: auto;
    padding-top: 6px;
    padding-bottom: 5px;
}