﻿.snip1096 {
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 32%;
    margin: 6px;
    float: left;
}

    .snip1096 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip1096:before, .snip1096:after {
        position: absolute;
        width: 100%;
        background: #000;
        height: 0px;
        display: block;
        content: '';
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .snip1096:before {
        top: 0;
    }

    .snip1096:after {
        bottom: 0;
    }

    .snip1096 img {
        width: 100%;
        max-width: 100%;
        min-height: 225px;
        height: 225px;
    }

    .snip1096 figcaption {
        position: absolute;
        background: #fff;
        z-index: 1;
        bottom: 4.5%;
        width: 100%;
    }

    .snip1096 h3, .snip1096 h4 {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .snip1096 h1 {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: #3d3d3b;
        line-height: 1.6;
        font-weight: 600;
    }

    .snip1096 h4 {
        font-size: .7vw;
        font-weight: 500;
        background: #fff;
        color: #4d4d4d;
        padding: 0 10px;
        height: 70px;
        overflow: hidden;
    }

    .snip1096 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #fff;
    }

    .snip1096.blue h3, .snip1096.blue:before, .snip1096.blue:after {
        background: #2a4f7b;
    }

    .snip1096.red h3, .snip1096.red:before, .snip1096.red:after {
        background: #c0392b;
    }

    .snip1096.yellow h3, .snip1096.yellow:before, .snip1096.yellow:after {
        background: #f39c12;
    }

    .snip1096.navy h3, .snip1096.navy:before, .snip1096.navy:after {
        background: #34495e;
    }

    .snip1096:hover:before, .snip1096.hover:before, .snip1096:hover:after, .snip1096.hover:after {
        height: 10px;
    }

.Kblg {
    width: 250px;
    float: left;
}

    .Kblg:hover .Kbic {
        background: #e9e9e9;
        transition: all .3s ease;
    }

    .Kblg:hover .TrhBlg {
        background: #9f9f93;
        transition: all .3s ease;
    }

.Blg h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.Kbic {
    margin: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    transition: all .3s ease;
}

    .Kbic img {
        width: 100%;
    }

.BlgDty {
    font-size: 12px;
}

.Blg h3 a {
    font-size: 12px;
}

.TrhBlg {
    text-align: center;
    position: absolute;
    background: #808080;
    padding: 5px;
    right: 0;
    top: 0;
    transition: all .3s ease;
}

    .TrhBlg span {
        display: block;
        font-weight: bold;
        color: #fff;
    }

    .TrhBlg::after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0px 0px;
        border-color: #000 transparent transparent transparent;
        right: 0;
        top: 100%;
    }

    .TrhBlg::before {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 0px 5px 5px;
        border-color: transparent transparent #000 transparent;
        right: 100%;
        top: 0;
    }

.Blg .gold {
    background: #ccc;
    color: #000;
    padding: 2px;
    font-weight: bold;
    font-size: 11px;
}

@media(max-width:767px) {
    .snip0064 figcaption p {
        display: none;
    }

    .snip0064 figcaption h2 {
        font-size: .5em;
    }

    .snip1096 img {
        min-height: auto;
        height: auto;
    }

    .snip1096 {
        width: 100%;
        margin: 10px 0 5px 0;
    }

        .snip1096 h3 {
            font-size: 12px;
        }

        .snip1096 h4 {
            font-size: 14px;
            padding: 10px;
            height: 75px;
        }
}

@media(min-width:768px) {
    .snip0064 figcaption p {
        padding: 10px;
    }
}
