#markcon-blog .pager .page {
    float: left;
    margin: 10px;
    width: 38px;
    height: 38px;
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ui-datepicker-div {
    z-index:10000 !important;
}


#markcon-blog{
    margin: 30px 0;
}

#markcon-blog.browser{

}

#markcon-blog.browser .blog-items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#markcon-blog.browser .blog-items .item{
    position: relative;
    /* width: calc(25% - 20px); */
    /* min-width: 240px; */
    width: 25%;
    padding: 0 15px 30px;
    /* margin: 10px 10px 15px; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f7f7f7;
}

#markcon-blog.browser .blog-items .item .title{
    position: relative;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#markcon-blog.browser .blog-items .item .title:hover *{
    color: #005A7A;
}

#markcon-blog.browser .blog-items .item .indexPicture{
    position: relative;
    margin-bottom: 15px;
    height: 100px;
    text-align: center;
    padding-bottom: 70%;

}

#markcon-blog.browser .blog-items .item .indexPicture .image{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #666;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

#markcon-blog.browser .blog-items .item:hover .indexPicture{
    /*background-size: 110% auto;*/
}

#markcon-blog.browser .blog-items .item .indexPicture:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: url('images/shadow-bottom.png') no-repeat center bottom; */
    background-size: cover;
    opacity: 1;
    transition: all 200ms;
}

#markcon-blog.browser .blog-items .item h3{
    color: #000;
    font-weight: bold;
    overflow: hidden;
    /* height: 46px; */
    font-size: 19px;
    margin: 25px 0 5px;
    line-height: 1.25;
    transition: all 200ms;
}
#markcon-blog.browser .blog-items .item .intro{
    position: relative;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.5;
    min-height: 75px;
}


#markcon-blog.browser .blog-items .item .intro:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 2.5em;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 88%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 88%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 88%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}


#markcon-blog.browser .blog-items .item .intro *{
     font-size: 16px;
     line-height: 1.25;
}


#markcon-blog.browser .blog-items .item .blog-link{
    margin-top: auto;
}

#markcon-blog.browser .blog-items .item .blog-link a{
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
    color: #000;
    font-weight: 400;
}

#markcon-blog.browser .blog-items .item .blog-link a:focus{
    outline: 5px auto #000;
    outline-offset: 0;
}

#markcon-blog.browser .more-news{
    display: block;
    margin: 30px 0;
}


#markcon-blog.browser .pager .pages{
    display: inline-block;
}

#markcon-blog .pager .page {
    float: left;
    margin: 10px;
    width: 38px;
    height: 38px;
    background: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: 2px solid transparent;

    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;}

#markcon-blog .pager .page:hover{
    border: 2px solid #000;
}


#markcon-blog .pager .page.current {
    background: #005A7A;
    color: #fff;
}


#markcon-blog .pager .page a{
    flex:1;
    color: #000;
}

#markcon-blog h3[itemprop="title"]{
    margin-bottom: 5px;
}

#markcon-blog .created{
    font-weight: bold;
    margin-bottom: 10px;
    color: #005A7A;
    font-style: italic;
    font-size: 14px;
}

#markcon-blog.browser .content{
    margin-top: 30px;
}