#fh5co-head {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    color: #fff;
}
#fh5co-head h2 {
    color: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-head .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background: rgba(18, 18, 19, 0.9)
}
#fh5co-head .text-wrap {
    height: 900px;
}
#fh5co-head.small .text-wrap {
    height: 40vh;
    padding-top: 58px;
}

#fh5co-head .text-wrap {
    display: table;
    width: 100%;
    position: relative;
    z-index: 4;
}
#fh5co-head .text-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#fh5co-head .text-inner h1 {
    font-size: 64px;
    color: white;
    margin: 0 0 20px 0;
    font-weight: 400;
}
#fh5co-head .text-inner h1 p {
    margin: 0;
}
#fh5co-head .text-inner h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 60px 0;
}

#fh5co-head .nav-list {
    list-style: none;
}

#fh5co-head .nav-list li {
    display: inline-block;
}

#fh5co-head .nav-list li a {
    display: block;
    padding: 0 10px;
}

.site {
    margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
    #fh5co-head .text-inner h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .row.row-flex {
        display: flex;
        flex-wrap: wrap;
    }
}

.site-article {
    margin-bottom: 20px;
}

.site-article .image {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 65%;
}

.site-article .image img {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.site-article .image:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: rgba(255, 0, 0, 0.65);opacity: 0;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.site-article .image:after {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/profivertical_logo_small_white.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    opacity: 0;

    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.site-article:hover .image:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.site-article:hover .image:after {
    opacity: 1;
}

.site-article h3 {
    font-size: 20px;
    margin: 1em;
}

.site-back {
    float: right;
    font-size: 20px;
    background: #3e3f47;
    padding: 6px 12px;
    min-width: 100px;
    text-align: right;
    color: #FFFFFF;
    border-radius: 6px;
}

.site-back:hover {
    text-decoration: none;
}
