.mininews {
    margin: 40px 0;
}

.mininews .mininews-item {
    margin-bottom: 40px;
}

.mininews .image {
    border: 1px solid #C6C6C6;
    height: 250px;
    position: relative;
}

.mininews .image:active,
.mininews .image:focus {
    border: 2px solid #FA7E31;
}

.mininews .image {
    text-align: center;
}

.mininews .image img {
    padding: 10px;
}

.mininews .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #0096AA;
    color: #FFF;
    opacity: 0.9;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    transition: height .3s;
}

.mininews-item {
    padding: 0 20px;
}

.mininews-item .image:hover .name {
    height: 50px;
}

.mininews .description {
    margin-top: 10px;
}

#logo-popup .popup-header {
    background: #FFF;
    color: #000;
}

#logo-popup.popup-window.popup-window-with-titlebar {
    width: 1100px;
    background-color: #eef2f4 !important;
    position: fixed !important;
    top:50px !important;
}
#logo-popup .nicescroll-cursors {
    display: none;
}
#logo-popup .popup-window-content {
    padding: 30px;
    max-height: 90vh;
    overflow-y: scroll;
    padding-top: 0;
}

#logo-popup .popup-window-content .photo {
    height: 200px;
    width: 200px;
    text-align: center;
    font: 0/0 a;
    padding: 20px;
    border: 1px solid #000;
    margin: 10px auto;
}

#logo-popup .popup-window-content .photo:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#logo-popup .popup-window-content .photo im{
    display: inline-block;
    vertical-align: middle;
}

#logo-popup .popup-window-center-column {
    border: none;
}

.logo-popup-close {
    position: absolute;
    top: -8px;
    right: 2px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1000;
    border: 0;
    font-size: 24px;
    color: #333;
    background: transparent;
}

.popup-window .popup-window-titlebar {
    height: 0;
}