﻿
.container1 {
    background-color: #f7f7f7;
    margin-top: -10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .row:before {
    display: table;
    content: " ";
}

.container:after, .row:after {
    display: table;
    content: " ";
}

:before, :after {
    box-sizing: border-box;
}

.col-lg, .col-md, .col-sm, .col-xs {
    width: 33.3333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 15px;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

#blog .blog-item {
    position: relative;
    color: #454545;
    font-size: 16px;
    width: 100%;
    margin-top: 18px;
    height: 80px;
    overflow: hidden;
}

    #blog .blog-item .content {
        background: white;
        width: 15em;
        height: 80px;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        text-align: center;
        padding-top: 27px;
        border: 1px solid #B8B8B8;
        border-left: none;
        left: 80px;
    }

#blog .title {
    /*font-weight: 700;*/
    text-decoration: none;
    padding-bottom: 12px;
}

img {
    
    /*height: auto;*/
    vertical-align: middle;
    border: 0;
}

section {
    display: block;
}

#blog .container1 div.row-2 {
    height:260px;
    width: 1050px;
    margin:0 auto;
}
#blog div.container1 {

}
