﻿article.example_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    /*max-width: 1024px;*/
    min-width: 300px;
    padding: 2em 2em 0em 2em;
    margin: 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

div.example_header {
    float: left;
    width: 100%;
}

article.example_article h1 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 1.3em;
    color: #313131;
    line-height: 1em;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article.example_article h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 0.8em;
    color: #515151;
    line-height: 1.5em;
    padding: 0.75em 0em 0em 0em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
}

.brickwrapper {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    padding-left: 0px; /*padding-left:260px;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bricklayer {
    padding: 16px 8px 0 8px;
    box-sizing: border-box;
}

.bricklayer-column {
    padding-left: 8px;
    padding-right: 8px;
}

.box {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 16px;
    /*-webkit-animation-duration: .3s;
    animation-duration: .3s;*/
    height: auto;
}

.image_wrap {
    width: 100%;
    float: none;
    display: block;
    /*width: auto;*/
    height: auto;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    /*border-radius:4px;
    border:1px solid #e6e6e6;*/
    box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    /*border: 1px solid #e6e6e6;*/
    box-shadow: 0px 0px 8px #d1d1d1;
    -webkit-box-shadow: 0px 0px 8px #d1d1d1;
    -moz-box-shadow: 0px 0px 8px #d1d1d1;
}

    /*.image_wrap:hover {
        box-shadow: 0px 0px 10px #aeaeae;
        -webkit-box-shadow: 0px 0px 10px #aeaeae;
        -moz-box-shadow: 0px 0px 10px #aeaeae;
    }*/

.image_link {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

/*.image_link:hover
{
    background:#0575ab;
}*/

.image_wrap img {
    height: 100%;
    width: 100%;
    display: block;
}

/*.image_link::after
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    background:red;
}*/

.image_text {
    width: 50%;
    height: auto;
    display: none;
}

.image_info {
    display:block;
    overflow:hidden;
    box-sizing:border-box;
    background: #f9f9f9;
    width:100%;
    padding:10px;
}

.image_title {
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 0;
    box-sizing: border-box;
    color: #313131;
    overflow: hidden;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5em;
    text-align:center;
}

    .image_title a {
        display: inline-block;
        width: auto;
        color: #5195ce;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
        
        .image_title a:hover {
            color:#313131;
        }

.image_desc {
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0 0;
    box-sizing: border-box;
    color: #515151;
    line-height: 12px;
    font-size: 10px;
    margin: 0;
    overflow: hidden;
}

.image_wrap span {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #7e7e7e;
    text-align: center;
    font-style: normal;
    line-height: 11px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
