/*! CSS Used from: Embedded */

.showCaseContainer .col-sm-4,
.showCaseContainer .col-md-4,
.showCaseContainer .col-sm-6,
.showCaseContainer .col-md-6,
.showCaseContainer .col-sm-8,
.showCaseContainer .col-md-8,
.showCaseContainer .col-sm-9,
.showCaseContainer .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .showCaseContainer .col-sm-4,
    .showCaseContainer .col-sm-6,
    .showCaseContainer .col-sm-8,
    .showCaseContainer .col-sm-9 {
        float: left;
    }
    .showCaseContainer .col-sm-9 {
        width: 75%;
    }
    .showCaseContainer .col-sm-8 {
        width: 66.66666667%;
    }
    .showCaseContainer .col-sm-6 {
        width: 50%;
    }
    .showCaseContainer .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width:992px) {
    .showCaseContainer .col-md-4,
    .showCaseContainer .col-md-6,
    .showCaseContainer .col-md-8,
    .showCaseContainer .col-md-9 {
        float: left;
    }
    .showCaseContainer .col-md-9 {
        width: 75%;
    }
    .showCaseContainer .col-md-8 {
        width: 66.66666667%;
    }
    .showCaseContainer .col-md-6 {
        width: 50%;
    }
    .showCaseContainer .col-md-4 {
        width: 33.33333333%;
    }
}

.showCaseContainer .col-sm-4,
.showCaseContainer .col-md-4,
.showCaseContainer .col-sm-6,
.showCaseContainer .col-md-6,
.showCaseContainer .col-sm-8,
.showCaseContainer .col-md-8,
.showCaseContainer .col-sm-9,
.showCaseContainer .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .showCaseContainer .col-sm-4,
    .showCaseContainer .col-sm-6,
    .showCaseContainer .col-sm-8,
    .showCaseContainer .col-sm-9 {
        float: right;
    }
    .showCaseContainer .col-sm-9 {
        width: 75%;
    }
    .showCaseContainer .col-sm-8 {
        width: 66.66666667%;
    }
    .showCaseContainer .col-sm-6 {
        width: 50%;
    }
    .showCaseContainer .col-sm-4 {
        width: 33.33333333%;
    }
}

@media (min-width:992px) {
    .showCaseContainer .col-md-4,
    .showCaseContainer .col-md-6,
    .showCaseContainer .col-md-8,
    .showCaseContainer .col-md-9 {
        float: right;
    }
    .showCaseContainer .col-md-9 {
        width: 75%;
    }
    .showCaseContainer .col-md-8 {
        width: 66.66666667%;
    }
    .showCaseContainer .col-md-6 {
        width: 50%;
    }
    .showCaseContainer .col-md-4 {
        width: 33.33333333%;
    }
}

.showCaseContainer .img {
    background-size: cover;
    display: block;
    background-position: center;
    margin: 1px;
    position: relative;
}

.showCaseContainer .img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .75) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(75%, rgba(0, 0, 0, .5)), color-stop(100%, rgba(0, 0, 0, .75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .5) 75%, rgba(0, 0, 0, .75) 100%);
}

.showCaseContainer .col1>.img:first-child {
    padding-top: 50%;
    margin-left: 0;
    margin-bottom: 0;
}

.showCaseContainer .col1>div .img {
    margin-left: 0;
    padding-top: 52.4%;
}

.col2>a:first-child {
    padding-top: 52.4%;
}

.col2>a:nth-child(2) {
    padding-top: 100%;
}

.showCaseContainer .col1,
.showCaseContainer .col2 {
    padding: 0;
}

.showCaseContainer .col1>div {
    padding: 0;
}

.imgLabel {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    z-index: 1;
    max-height: calc(100% - 15px);
    overflow: hidden;
}

.imgLabel h2 {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    font-weight: 500;
    font-size: 17px;
    line-height: 29px;
    padding: 0;
    margin: 0;
}

.col1>a:first-child h2 {
    font-size: 22px;
}

@media print {
    a[href]:after {
        content: none!important;
    }
}

a {
    -webkit-transition: color .1s, background-color .1s, fill .1s;
    transition: color .1s, background-color .1s, fill .1s;
}

@media (max-width:767px) {
    .col1>a:first-child h2 {
        font-size: 18px;
    }
    .showCaseContainer .img {
        height: 200px!important;
        padding: 0!important;
    }
}

@media (max-width:767px) {
    .pad0LR_mobile {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    h2 {
        text-align: right;
    }
}

@media only screen and (min-width:768px) {
    .pad5L_xs {
        padding-left: 5px!important;
    }
}

@media only screen and (min-width:992px) {
    .showcasesection .col-md-9.col-sm-9 {
        width: 76%;
    }
}

@media only screen and (max-width:991px) {
    .imgLabel {
        position: absolute;
        bottom: 10px;
        right: 10px;
        left: 10px;
    }
    .imgLabel h2 {
        font-size: 16px;
        line-height: 25px;
        font-weight: 500;
    }
}

@media only screen and (max-width:767px) {
    .showCaseWrapper {
        width: 100%;
    }
    .showCaseContainer .col-sm-4,
    .showCaseContainer .col-sm-8,
    .showCaseContainer .col-sm-6 {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .showCaseContainer .col1>.img:first-child {
        padding-top: 52.8%;
    }
    .showCaseContainer .col1>div .img {
        padding-top: 53.7%;
    }
    .col2>a:first-child {
        padding-top: 51%;
    }
    .col2>a:nth-child(2) {
        padding-top: 108.3%;
    }
}

#mobile_slider .carousel-indicators {
    margin-bottom: 0;
}

#mobile_slider .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    color: #fff;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49343487394957986) 29%, rgba(0, 0, 0, 0.8715861344537815) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49343487394957986) 29%, rgba(0, 0, 0, 0.8715861344537815) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.49343487394957986) 29%, rgba(0, 0, 0, 0.8715861344537815) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    width: 100%;
}