.overlay-light:before {
    background-color: rgba(255, 255, 255, 0);
}

.inner-intro {
    padding: 0 !important;
}

.header-logo {
    padding-bottom: 30px;
}

.header-h1 {
    color: #fff;
    text-shadow: #555 0 0 10px;
    padding-bottom: 40px;
}

.page-breadcrumb {
    box-shadow: #555 0 0 10px;
}

.logo img {
    max-width: none;
}

.cont img {
    height: auto !important;
}

.cont img.size-full {
    width: 100% !important;
}

.cont iframe {
    width: 100% !important;
}

.inner-intro {
    height: auto;
}

.overlay-light.overlay-light-min:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-intro.overlay-light-min h1 {
    line-height: normal;
    margin: 0;
}

.langs {
    margin-top: -6px;
}

.langs span {
    font-size: 12px;
    font-family: 'Firago', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.langs span:not(:first-child)::before {
    content: "|";
    padding: 0 4px;
}

.langs a.active {
    text-decoration: underline;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
    padding: 5px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
    padding: 5px;
}

#cboxLoadedContent {
    cursor: pointer;
}

.colorbox-caption {
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 99.9%;
    padding: 7px 15px;
}

.colorbox-caption * {
    color: #fff;
}

.colorbox-caption p {
    margin: 0;
}

.lg-backdrop {
    background-color: #fff !important;
}

.lg-next, .lg-prev {
    color: #fff;
}

.gallery-caption {
    color: #000;
    padding-top: 5rem;
}

.gallery-caption p {
    font-size: 9px;
    line-height: 12px;
}

.gc-name {
    font-size: 14px;
    font-weight: 600;
}

.gc-cont {
    font-size: 14px;
    font-weight: 400;
}

.item-box .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

@media (hover: hover) {
    .item-mask .item-caption {
        bottom: -60px;
        opacity: 0;
    }
    .item-box .item-mask {
        opacity: 0;
        visibility: hidden;
    }
    .item-box:hover .item-mask {
        opacity: 1;
        visibility: visible;
    }
    .item-box:hover .item-mask .item-caption {
        bottom: 30px;
        opacity: 1;
    }
}

.main-about-item {
    position: static !important;
}