.category {
    border: 1px solid #333;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .6);
}

.category-img {
    width: 100%;
}

.category-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.category-content h1 {
    font-size: 11px;
    margin: 0;
    color: white;
}

.category-content a:link,
.category-content a:active,
.category-content a:visited {
    color: white;
}

.category-content:hover {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(253, 1, 1, 0.932);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.share-form-container {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
}

.share-form-container input[type="text"],
.share-form-container input[type="email"],
.share-form-container input[type="tel"],
.share-form-container textarea {
    background-color: #fff;
}

.partner-container {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
}

.partner-container input[type="text"],
.partner-container input[type="email"],
.partner-container input[type="tel"],
.partner-container textarea {
    background-color: #fff;
}

.positions {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.positions_category {
    background: #eee;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
}