@media (min-width: 992px) {

    .permalink_group_profile_block {
        padding-top: 30px;
    }

    .groups_profile_image {
        width: 80px;
    }

    .page_header {
        background: #2a70b9; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#2a70b9, darkslateblue); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#2a70b9, darkslateblue); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#2a70b9, darkslateblue); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#2a70b9, darkslateblue); /* Standard syntax */
        line-height: 45px;
        font-size: 14pt;

        text-align: center;
        color: white;
    }

    .menus_center {
        /*border-left:1px solid white;*/
        border-right: 1px solid white;
    }

    .menus_left {
        border-left: 1px solid white;
    }

    .groups_pages_sub_menu_item {
        width: 100%;
    }

    .pages_sub_menu_item {
        width: 100%;
    }

    .edit_image_background {
        background-color: #212121;
        color: white;
        font-size: 18pt;
        text-shadow: 2px 2px 3px black;
        text-align: left;
    }

    .user_side_panel {
        padding: 0 0 0 40px;
    }

    .groups_settings_menu_item {
        line-height: 40px;
        text-align: left;
        font-size: 9pt;
        border-bottom: 1px solid lightgrey;
        cursor: pointer;
    }

    .groups_pages_sub_menu_item_checked {
        background-color: darkslategray;
        color: white;
    }

    .show_hide_edit_cover_image_hover {
        padding: 0;
        height: 85px;
        background: rgba(0, 0, 0, 0.4);
        cursor: pointer;
        color: white;
    }

    .groups_groupname_block {
        padding: 50px 0 0 10px;
        font-size: 20pt;
    }

    .groups_profile_image_block {
        padding: 0;
        margin: auto;
    }

    .edit_cover_image {
        padding-top: 65px;
    }

    /***************************************************************/
}