.blog-item {
    margin: 5px;
    border: 1px solid #DDD;
    padding: 10px;
    width: 302px; 
    flex-grow: 1;
    cursor: pointer;
}

.blog-item a.box {
    color: white;
}

.blog-item a.box:hover {
    text-decoration: none;
}

.blog-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-shadow: inset 0 0 9em black;    
    transition: box-shadow 0.3s;
}

.blog-img:hover {
    box-shadow: none;
}

.blog-item-cats {
    overflow: hidden;
    margin-bottom: 5px;
}

.blog-item-cats > div {
}

.blog-item-cats span {
    border-radius: 6px;
    border: 1px solid white;
    padding: 2px 6px;
    margin: 2px;
    display: inline-block;
    background: #6d688780;
    cursor: pointer;
}

.blog-admin {
    display: block;
    color: darkgray;
    position: absolute;
    background: white;
    opacity: 0;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #0000004f;
    margin-top: 5px;
    margin-left: 5px;
    border: 1px solid #c5c5c5;
    transition: opacity 0.3s;
    padding: 5px;
    z-index: 1;
}

.blog-item:hover .blog-admin {
    opacity: 1;
}

.blog-item .blog-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 0px 0px 6px black;
}

.blog-admin a {
    padding: 0px 5px;
}

.blog-text {
    padding: 20px 10px;
}

.blog-view, .blog {
    max-width: 1290px;
    margin: 0 auto;    
    background: white;
}

.blog-list {
    padding: 10px 20px 10px 20px;
} 

.blog-header {
    padding: 0px 20px 10px 20px;
}

.blog-topcats, .blog-cats {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
}

.blog-view {
}

.blog-cats {
    border-bottom: 1px solid #d5d5d5;    
}

.blog-cat-title {
    margin: 10px 10px 0px 10px;
    display: inline-block;
    text-decoration: none !important;
    white-space: nowrap;
}

.blog-cat-item .blog-cat-title:after {
    margin: 0 auto;
    width: 0px;
    height: 4px;
    background: gray;
    content: " ";
    display: block;
    margin-top: 10px;
    transition: width 0.2s;
}

.blog-cat-item:hover .blog-cat-title:after {
    width: 100%;
}

.blog-cat-item.current .blog-cat-title:after {
    width: 100%;
    background: red;
}

.blog-cat-item .ctrls {
    display: inline-block;
    width: 0px;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    height: 40px;
    vertical-align: middle;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 2px 1px 3px #00000054;
    transition: width 0.5s;
}

.blog-cat-item:hover .ctrls {
    width: 19px;
}

.blog-list .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-item:hover .blog-img {
    filter: sepia(1);
}

.blog-img {
    height: 380px;    
    background-size: cover;
    background-position: center;
    transition: filter 0.5s;
}

.notpublished .blog-img {
    box-shadow: none;
    filter: grayscale(1);
    opacity: 0.5;
}

.notpublished:hover .blog-img {
    filter: grayscale(1);
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.blog-view .image {
    height: 30em;
    background-size: cover;
    filter: brightness(0.5);
    background-position: center;
}

.blog-header-view {
    max-width: 1290px;
    color: white;
    z-index: 100;
    position: absolute;
    padding: 0px 30px;
    display: flex;
    height: 30em;
    flex-direction: column;
    justify-content: flex-end;
}

.blog-header-view table {
    width: 100%;
}

.blog-header-view .blog-desc .glyphicon {
    color: white;
}

.blog-header-view .blog-item-cats {
}

.blog-date {
    margin: 20px 20px 0px 20px;
}

.blog-header-view .blog-item-cats {
    margin: 30px 0px;
}

.blog-header-view .h1 {
    font-size: 4em;
}

.blog-view .notpublished {
    padding: 20px 20px 0px;
    color: red;
}

.blog-list .summary {
    text-align: right;
}

.blog-container {
    display: flex;
    justify-content: space-between;
}

.blog-sidebar {
    min-height: 300px;
    min-width: 300px;
    font-size: 2em;
    color: #0000004a;
}

.blog-content {
    flex-grow: 1;
}

@media (max-width: 900px) {
    .blog-container {
        flex-direction: column;
    }

    .blog-sidebar {
        min-height: 200px;
    }
}

.blog-share {
    text-align: right;
    margin-bottom: 10px;
    padding: 10px;
    border-top: 1px solid #cfcfcf;
}

.blog-newvac {
    padding: 20px;
}

.blog-newvac h2 {
    margin-bottom: 20px;
}

.blog-newvac-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-newvac-list > div {
    width: 250px;
    min-height: 90px;
}

.blog-share > div {
    display: inline-block;
    line-height: 25px;
    vertical-align: bottom;
    padding-right: 10px;
}

.blog-newvac-item {
    padding: 5px;    
}

.blog-newvac-item div:first-child {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.blog-exlist {
    max-width: 1290px;
    margin: 0px auto;
    padding: 0px 30px;
}

.footer_content-blog {
    max-width: 1175px;
    margin: 0px auto;
    clear: both;    
    padding: 0px 20px;
}

.footer_content-blog .blog-exlist {
    padding: 0px !important;
}

.footer_content-blog .blog-exlist {
    height: 150px !important;
}

.blog-carousel .slider_item {
    width: 110px;
}

.blog-carousel .slider_item .img {
    display: block;
    background-position: center;
    background-size: cover;
    width: 110px;
    height: 66px;
    filter: grayscale(100%);
    border: 5px solid #e1e1e1;
    transition: filter 0.5s, border-color 0.5s;
}

.blog-carousel .slider_item .desc {
    text-align: center;
    color: #434343;
    width: 110px;
    font-size: 12px;
    margin-top: 5px;
}

.blog-carousel .slider_item:hover {
    text-decoration: none;
}

.blog-carousel .slider_item:hover .img {
    border-color: #7bc3ff;
    filter: none; 
}

.blog-carousel .slider_item:hover .desc{
    color: #1569cb;
}

.blog-carousel {
    display: none;
}

.blog-exlist .h4 {
    text-align: center;
    color: #607D8B;
}

.blog-carousel .owl-prev {
    position: absolute;
    left: -20px;
    top: 31px;
    margin: auto 0;
    background: url(/webroot/images/site/left-arrow-car.jpg) no-repeat;
    width: 15px;
    height: 17px;
}

.blog-carousel .owl-next {
    position: absolute;
    right: -20px;
    top: 31px;
    margin: auto 0;
    background: url(/webroot/images/site/right-arrow-car.jpg) no-repeat;
    width: 15px;
    height: 17px;
}

.blog-widget-footer {
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width :767px) {
    .blog-cat-title {
        margin: 2px 0.5em 0px 0.5em;
    }

    .blog-cat-item .blog-cat-title:after {
        margin-top: 2px;
    }

    .blog-topcats, .blog-cats {
        padding: 0px;
    }

    .blog-header .h1 {
        font-size: 2em;
        margin: 10px 0px 5px 0px;
    }

    .blog-header-view .h1 {
        font-size: 2.2em;
    }

    .blog-carousel .slider_item .desc {
        font-size: 11px;
    }
}