.forum {
    margin-top: 60px;
    padding: 40px 0 55px
}

.forum_container {
    max-width: 1080px
}

.forum_list {
    display: table;
    width: 100%;
    font-size: 0
}

.topic {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 45px
}

.topic_title {
    font-size: 13px;
    margin-top: 0
}

.topic_nickname {
    font-size: 20px;
    margin-bottom: 3px
}

.topic_date {
    font-size: 13px;
    margin-bottom: 0
}

.topic_avatar {
    float: left;
    max-width: 70px
}

.topic_content {
    width: 80%;
    float: left;
    width: calc(100% - 70px);
    padding-left: 30px
}

.DateTime,
.lastPost {
    font-size: 12px
}

.attribution {
    font-weight: 700;
    font-size: 14px
}

.privateControls {
    padding: 5px 0;
}

.forum-header {
    font-size: 16px;
    padding: 19px 15px;
    margin-bottom: 25px;
    clear: both
}

.posts,
.topics {
    text-align: center;
    font-size: 16px
}

.nodeTitle {
    font-size: 18px
}

.categoryForum {
    margin-bottom: 25px
}

.post_title {
    font-size: 20px;
    margin-bottom: 10px
}

.muted.alertFooter a {
    display: block;
    font-weight: 700
}

.avatar-topic {
    float: left;
    margin-right: 10px
}

.nodeTitle.-category {
    margin-bottom: 0
}

.username {
    font-size: 13px;
    font-weight: 700;
}

.userTitle {
    display: block;
    margin-top: 5px
}

.avatar.Av2m {
    display: inline-block;
}

.comment-avatar-img {
    max-width: 100%
}

.message.-details {
    bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.socialsharing_product.list-inline {
    margin: 15px 0
}

.socialsharing_product.list-inline .btn.btn-default {
    margin-left: 5px;
    padding: 0 9px;
    line-height: 30px;
    text-transform: capitalize;
}

.item.muted {padding: 0!important;}

.LikeLink,
.ReplyQuote,
.postNumber {
}

.messageContent {
    clear: both
}

.main_rcolumn fieldset {
    padding: 0
}

.mce-menu {
    border: none
}

.alertFooter {
    clear: both
}

/* New style */
.nodeTitle {
    color: #46acd3;
    border-bottom: 1px solid #eee;
    padding: 15px;
}

.pairsInline {
    display: flex;
    padding: 15px 15px 0;
}

.blogview dl, .blogview dt, .blogview dd {
    display: flex;
    padding-right: 2px;
}

.pairsJustified {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 5px;
    margin: 0;
    flex-direction: column;
}

.visitorText .secondaryContent {
    flex-direction: column;
}

.visitorText .pairsJustified {
    flex-direction: row;
}

.pairsJustified dt,.pairsJustified dd {
    margin: 0;
}

.discussionCount {
    display: flex;
    padding-right: 10px;
    margin: 0;
}

.messageCount {
    display: flex;
    padding-right: 10px;
    margin: 0;
}

.memberCount {
    display: flex;
}

.notif {
    padding: 11px 15px;
    line-height: 1.3;
    white-space: normal;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #df2151;
    font-size: 13px;
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: color .4s,background .4s;
    -o-transition: color .4s,background .4s;
    transition: color .4s,background .4s;
    background:  #df2151;
    color: #fff;
}

.notif:hover {
    color:#fff;
}

.topCtrl {
    margin-bottom: 15px;
}

a.myButton {
    padding: 11px 15px;
    line-height: 1.3;
    white-space: normal;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #df2151;
    font-size: 13px;
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    -webkit-transition: color .4s,background .4s;
    -o-transition: color .4s,background .4s;
    transition: color .4s,background .4s;
    background: #df2151;
    color: #fff;
    box-shadow: none;
    width: auto;
}

.loginButton {
    display: inline-block;
    padding: 0;
}

.nodeList {
    border: 1px solid #eee;
    padding: 0;
    border-top: 0;
}

.blogview .muted, .blogview a.muted, .blogview .muted a {
    padding: 0 15px;
}

.blogview .muted a:hover{
    color:#df2051;
}

.alertFooter {
    display: flex;
    padding: 0;
}

.post_title {
    margin: 20px 0 20px;
}

.visitorText h2 {
    margin: 20px 0 0;
    line-height: 1.5;
}

.form-search {
    width: 100%;
}

.stats {
    display: flex;
    text-align: center;
    justify-content: center;
}

.avatar img {
    border-radius: 50%;
}

.userBlurb {
    margin: 5px 0;
    text-align: center;
}

.visitorPanel {
    border: 1px solid #eee;
    padding: 40px 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.userTitle {
    display: block;
    margin: 10px 0;
}

.visitorText .username {
    text-align: center;
    margin: auto;
    display: block;
}

/* Add topic */
.hint {
    margin: 0 0 0 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.green_button {
    margin: 20px 0;
}

#meta_title {
    width: 100%;
}

.surplusLabel dd {
    width: 100%;
}

.mce-tinymce {
    width: 100%;
    box-shadow: none!important;
    border-color: #eee!important;
}

.fullWidth dd {
    width: 100%;
}

.discussionList  .fullWidth {
    margin: 20px 0;
}

.mce-top-part::before {
    box-shadow: none!important;
    border-color: #eee;
}

.mce-edit-area {
    border-color: #eee!important;
}

.alertFooter a {
    padding-left: 0!important;
}

/* Profile */
.main_rcolumn .ctrlUnit {
    margin: 20px 0;
    flex-direction: column;
}

#avatar {
    border: 1px solid;
    padding: 10px;
    -webkit-appearance: none;
}

.ctrlUnit dd {
    align-items: center;
}

label {
    margin: 0;
}

.ctrlUnit label {
    padding-left: 3px;
}

.ctrlUnit dt {
    padding-bottom: 4px;
}

input[type="button"] {
    padding: 11px 15px;
    line-height: 1.3;
    white-space: normal;
    border-radius: 5px;
    font-weight: 300;
    border: 1px solid #df2151;
    -webkit-appearance: none;
}

input[type="file" i]::-webkit-file-upload-button {
    padding: 11px 15px;
    line-height: 1.3;
    white-space: normal;
    border-radius: 0;
    font-weight: 300;
    border: 1px solid #df2151;
    background: #df2151;
    color: #fff;
    align-items: flex-end;
    margin-left: auto;
}

.ctrlUnit #avatar {
    padding: 0;
    border-color: #ddd;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
}

#id_country {
    border: 1px solid #ddd;
    padding: 10px;
}

#update_member {
    width: 200px;
}

.nodeLastPost {
    display: flex;
    align-items: center;
    padding: 15px;
}

.lastPostCell {
    margin-right: 10px;
}

.blogview .noMessages {
    padding: 0;
}

.blog_title {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #eee;
    margin: 0;
}

.error {
    padding: 15px;
    border: 1px solid #eee;
    margin: 0;
    border-top: 0;
}

/* Agreement */
.membersSetting .ctrlUnit, .membersSetting > .ctrlUnit > dd {
    flex-direction: column;
    align-items: baseline;
}

.membersSetting .ctrlUnit dd {
    width: 100%;
}

.main_title {
    margin: 10px 0 28px;
}

#btSubmit {
    width: 200px;
}

/* Discussion */
.messageUserBlock {
    display: inline-flex;
}

.userText {
    margin: 0;
    line-height: 1.3;
    text-align: center;
}

#commentview .userTitle {
    margin: 0;
    font-size: 11px;
    font-weight: 400;
}

.primaryContent {
    padding: 0;
    margin: 0;
}

.messageUserBlock {
    width: auto;
    padding: 15px;
    border-right: 1px solid #eeeeee;
    flex-direction: column;
}

.messageUserInfo {
    display: inline-flex;
}

.privateControls a {
    padding: 0 5px 0 0!important;
}

.message {
    display: flex;
    padding: 0;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

#blogview .button {
    text-transform: lowercase;
}

#blogview .button::first-letter {
    text-transform: uppercase;
}

.message .primaryContent {
    padding: 15px;
}

@media (min-width:1200px) {
    .topic {
        padding-right: 55px
    }
}

@media (max-width:480px) {
    .topic {
        width: 100%
    }

    .forum-header {
        display: none
    }

    .nodeInfo__item {
        text-align: left;
        margin-bottom: 10px
    }

    .categoryForum {
        bottom: 1px solid
    }

    .messageInfo,
    .messageUserInfo,
    .nodeInfo__item {
        width: 100%
    }
}

@media (max-width:768px) {

    .forum-header,
    .posts,
    .topics {
        font-size: 14px
    }

    .post_title {
        font-size: 16px
    }

    .nodeTitle {
        font-size: 15px
    }

    .lastPostCell {
        font-size: 12px
    }

    .categoryForum {
        margin-bottom: 10px
    }
}

@media (max-width:670px) {

    .forum-header,
    .posts,
    .topics {
        font-size: 12px
    }

    .post_title {
        font-size: 14px
    }

    .nodeTitle {
        font-size: 13px
    }

    .lastPostCell {
        font-size: 11px
    }
}