﻿/* Icon set - http://ionicons.com/ */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,800);

figure.snip1139 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;   
    margin-top: 80px;
    margin-left: 5px;  
    min-width: 450px;
    max-width: 470px;
    width: 100%;
    padding-bottom: 10px;
    min-height: 120%;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

    figure.snip1139 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
        transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    }

    figure.snip1139 img {        
        min-height: 200px;
        margin-top: 10px;
        object-fit: cover;
        align-content: center;
        width: 100%;
        vertical-align: middle;
    }

    figure.snip1139 blockquote {
        position: relative;
        background-color: #ffffff;
        padding: 25px 50px 25px 50px;
        font-size: 0.8em;
        font-weight: 500;
        text-align: left;
        margin: 0;
        line-height: 1.6em;
        font-style: italic;
    }

        figure.snip1139 blockquote:before,
        figure.snip1139 blockquote:after {
            font-family: 'FontAwesome';
            content: "\201C";
            position: absolute;
            font-size: 50px;
            opacity: 0.3;
            font-style: normal;
        }

        figure.snip1139 blockquote:before {
            top: 25px;
            left: 20px;
        }

        figure.snip1139 blockquote:after {
            content: "\201D";
            right: 20px;
            bottom: 0;
        }

    figure.snip1139 .arrow {
        top: 100%;
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #ffffff;
        margin: 0;
        position: absolute;
    }

    figure.snip1139 .author {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 25px;
        color: #000000;
        background-color: #ffffff;
        margin: 0;
        text-transform: uppercase;
    }

        figure.snip1139 .author h5 {
            opacity: 0.8;
            margin: 0;
            font-weight: 800;
        }

            figure.snip1139 .author h5 span {
                font-weight: 400;
                text-transform: none;
                padding-left: 5px;
            }
/* Demo purposes only */
/*body {
    background-color: #212121
}*/
