﻿.objFit-wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    padding-top: 80%;
}
.objFit {
    max-width: none;
    max-height: none;
    position: absolute;
    z-index: 2;
    top: 0px;
}
.objFit-o {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.objFit-v {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.objFit-h {
    width: auto;
    height: 100%;
    max-height: 100%;
}
.objFit-load {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #e4e4e4;
}
.objFit-wrap:after {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    background: rgba(0, 51, 97, 0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.objFit-zoom, .objFit-zoom.fa {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    z-index: 4;
    color: #fff;
    font-size: 24px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 22px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
a.cont-item:hover .objFit-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}
a.cont-item:hover .objFit-wrap:after {
    opacity: 1;
    filter: alpha(opacity=1);
}
.cont-item {
    margin-bottom: 30px;
    display: block;
}
.cont-item:before, .cont-item:after {
    display: table;
    content: " ";
}
.cont-item:after {
    clear: both;
}
a.cont-item:hover, a.cont-item:active, a.cont-item:focus {
    background: none;
    text-decoration: none;
}
.cont-item-left {
    float: left;
    width: 120px;
}
.cont-item-right {
    float: left;
    width: calc(100% - 120px);
    padding: 0px 0px 0px 12px;
}
.cont-item-txt {
    word-break: break-word;
}
.cont-item-title {
    font-size: 18px;
    font-weight: bold;
}
a.cont-item:hover .cont-item-title {
    text-decoration: underline;
}
.cont-item-date {
    margin: 2px 0px 0px;
    color: #888;
    font-size: 0.8em;
    line-height: 18px;
}
.cont-item-desc {
    /*margin: 2px 0px 8px;*/
    margin: 2px 0px 0px;
    color: #383838;
}
.cont-item-more {
    font-size: 12px;
}
.related-news, .related-calendar {
    margin: 0px 0px 10px;
}
.related-news h3 {
    border-color: #c2508b !important;
}
.related-calendar h3 {
    border-color: #b0c32c !important;
}
.related-news .cont-item, .related-calendar .cont-item {
    margin-bottom: 16px;
}
.related-news .cont-item-left, .related-calendar .cont-item-left {
    width: 30%;
    max-width: 100px;
}
.related-news .objFit-wrap, .related-calendar .objFit-wrap {
    padding-top: 75%;
}
.related-news .cont-item-right, .related-calendar .cont-item-right {
    width: 70%;
    padding: 0px 0px 0px 10px;
}
.related-news .cont-item-title, .related-calendar .cont-item-title {
    font-size: 14px;
    font-weight: normal;
}
.related-news .cont-item-date, .related-calendar .cont-item-date {
    margin: 0px;
}
.row-info .cont-item-title {
    font-size: 16px;
}
.row-info .objFit-wrap {
    padding-top: 65%;
}
@media (min-width: 768px) {
    .row-info .cont-item-left {
        width: 100%;
    }
    .row-info .cont-item-right {
        width: 100%;
        padding: 8px 0px 0px;
    }
}
@media (max-width: 767px) {
    .cont-item-right {
        padding: 0px 0px 0px 8px;
    }
    .cont-item-title {
        font-size: 16px;
    }
    .cont-item-desc {
        margin: 0px;
        font-size: 12px;
    }
    .cont-item-more {
        display: none;
    }
    .row-info .cont-item {
        margin-bottom: 20px;
    }
}
