/* news highlight: begin */

.pane-hilite {
    padding-left: 0;
    padding-right: 0;
}
.pane-hilite .bg-gray {
    background-color: #F6F6F6;
}
.pane-hilite .uk-slideshow-items {
    height: 700px;
}
.pane-hilite .uk-slideshow-items>li>.row {
    height: 100%;
}
.pane-hilite .uk-slideshow-items>li>a:hover {
    text-decoration: none;
}
.pane-hilite .uk-slideshow-items>li:hover .btn-red {
    background-color: #700;
}
.pane-hilite .col-text {
    padding: 2rem 4rem;
}
.pane-hilite .uk-dotnav>*>* {
    border-color: #1c1c1c;
}
.pane-hilite .uk-dotnav>.uk-active>* {
    background-color: #1c1c1c;
}
.pane-hilite h2 {
    font-weight: bold;
}
@media (min-width: 768px) {
    .pane-hilite {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pane-hilite .uk-slideshow-items {
        height: 500px;
    }
    .pane-hilite .col-text {
        padding: 4rem 6rem;
    }
}
.row.border-bottom {
    border-bottom: 1px solid #ccc;
}
.uk-slidenav svg {
    padding: 2px;
}
.uk-slidenav {
    background-color: rgba(255, 255, 255, 0.35);
    color: #000 !important;
    background-color: #FFF;
    border-radius: 50%;
    padding: 10px 15px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .07), 0 3px 10px 0 rgba(0, 0, 0, .07), 0 5px 10px 0 rgba(0, 0, 0, .07);
}
/* news highlight: end */

/* news list: begin */

.pane-entries {
    padding-top: 1rem;
    clear: both;
}
.pane-entries .list-entry {
    cursor: pointer;
}
.pane-entries .list-entry:hover {
    color: inherit;
    text-decoration: none;
}
.pane-entries .list-entry .uk-cover-container img {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.pane-entries .list-entry:hover .uk-cover-container img {
    opacity: 0.85;
}
.pane-entries .list-entry:hover h3 {
    color: #DB0025;
}
.pane-entries .list-entry .date {
    margin: 0.8rem 0;
    color: #DB0025;
}
.pane-entries .list-entry h3 {
    margin-top: 1rem;
}
.pane-entries.archive {
    margin-left: 5rem;
    border-left: 0.2rem #eee solid;
}
.video-grid {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 4em 0;
}
.video-grid>a>img {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}
.video-grid .summary strong {
    display: block;
    float: right;
    font-weight: normal;
    font-size: 0.9em;
    margin: 0 0 0 0.5em;
}
.video-grid .summary p {
    margin: 0.3em 0;
}
@media (max-width: 992px) {
    .pane-entries .list-entry.with-tb .thumb img {
        max-width: 100%;
        max-height: inherit;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .pane-entries .list-entry .summary {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/* news list: end */
