.contacts-view, .contacts {
    max-width: 1290px;
    margin: 0 auto;    
    background: white;
}

.contacts-header-view {
    max-width: 1290px;
    z-index: 100;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.contacts-header-view table {
    width: 100%;
}

.contacts-header-view .contacts-desc .glyphicon {
    color: black;
}

.contacts-header-view .contacts-item-cats {
}

.contacts-date {
    margin: 20px 20px 0px 20px;
}

.contacts-header-view .contacts-item-cats {
    margin: 30px 0px;
}

.contacts-header-view .h1 {
    font-size: 4em;
}

.contacts-view .notpublished {
    padding: 20px 20px 0px;
    color: red;
}

.contacts-content {
    flex-grow: 1;
}

.contacts-text {
    padding: 20px 10px;
}

.contacts-share {
    text-align: right;
    margin-bottom: 10px;
    padding: 10px;
    border-top: 1px solid #cfcfcf;
}

.contacts-share > div {
    display: inline-block;
    line-height: 25px;
    vertical-align: bottom;
    padding-right: 10px;
}
