.clear {
    clear: both;
}

.show_item {
    margin: 0 auto 50px;
    padding: 0 0 20px;
    line-height: 0;
    position: relative;
    display: block
}

.show_item .body {
    margin: auto
}

.show_item .body .text {
    background: #fff;
    padding: 20px;
    text-align: left;
    color: #aeb8bc;
    font-size: 0.938em;
    line-height: 20px
}

.show_item .body .footer {
    background: #6f7e95;
    line-height: 50px;
    position: relative;
    float: left;
    width: 100%
}

.show_item .body .footer .abuse {
    float: right;
    height: 50px;
    width: 120px;
    position: relative;
    border-left: 1px solid #68768c;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding-left: 10px
}

.show_item .body .footer .abuse:hover {
    background: #7b8aa1
}

.show_item .body .footer .abuse a {
    color: #c1cde0;
    text-decoration: none
}

.show_item .body .footer .abuse a:hover {
    color: #fff
}

.show_item .body .footer .share {
    float: right;
    height: 50px;
    width: 50px;
    position: relative;
    border-left: 1px solid #68768c;
    cursor: pointer
}

.share_in_tabs {
    height: 30px;
    width: 205px;
    position: relative;
    border-left: 1px solid #68768c;
    cursor: pointer;
    background: #6f7e95
}

.show_item .body .footer .share .icon {
    width: 50px;
    height: 50px;
    display: block
}

.share_in_tabs .icon {
    width: 205px;
    height: 30px;
    display: block;
    line-height: 30px;
}

.share_in_tabs .icon span {
    font-size: 0.8em;
    font-weight: bold;
    color: #c1cde0;
}

.show_item .body .footer .share .icon:after {
    position: absolute;
    top: 17px;
    left: 17px;
    content: "";
    background: url(/images/show_item.footer.icons.png) no-repeat -43px -22px;
    width: 14px;
    height: 14px
}

.share_in_tabs .icon:after {
    position: absolute;
    top: 8px;
    left: 8px;
    content: "";
    background: url(/images/show_item.footer.icons.png) no-repeat -43px -22px;
    width: 14px;
    height: 14px
}

.show_item .body .footer .share .icon:hover, .share_in_tabs .icon:hover {
    background: #7b8aa1
}

.show_item .body .footer .share .icon:hover:after, .share_in_tabs .icon:hover:after {
    background: url(/images/show_item.footer.icons.png) no-repeat -43px -1px
}

.show_item .body .footer .share .icon:active, .share_in_tabs .icon:active {
    background: #67758a
}

.show_item .body .footer .share.open .icon, .share_in_tabs.open .icon {
    background: #67758a
}

.show_item .body .footer .share.open .icon:after, .share_in_tabs.open .icon:after {
    background: url(/images/show_item.footer.icons.png) no-repeat -43px -1px
}

.show_item .body .footer .share.open .icon:before, .share_in_tabs.open .icon:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #52b2f2;
    position: absolute
}

.show_item .body .footer .share.open .popup, .share_in_tabs.open .popup {
    display: block;
    text-align: left;
}

.show_item .body .footer .share .popup {
    position: absolute;
    right: -34px;
    top: 68px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #6f7e95;
    width: 108px;
    line-height: 14px;
    z-index: 10;
    display: none
}

.share_in_tabs .popup {
    position: absolute;
    top: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #6f7e95;
    width: 205px;
    line-height: 14px;
    z-index: 10;
    display: none
}

.show_item .body .footer .share .popup:after {
    content: "";
    position: absolute;
    left: 42px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #6f7e95;
    border-right: 10px solid transparent
}

.share_in_tabs .popup:after {
    content: "";
    position: absolute;
    left: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #6f7e95;
    border-right: 10px solid transparent
}

.show_item .body .footer .share .popup a + a, .share_in_tabs .popup a + a {
    border-top: 1px solid #6a7990
}

.show_item .body .footer .share .popup a, .share_in_tabs .popup a {
    display: block !important;
    font-size: 0.8em;
    font-weight: bold;
    color: #c1cde0;
    padding: 10px 10px
}

.show_item .body .footer .share .popup a:first-child, .share_in_tabs .popup a:first-child {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.show_item .body .footer .share .popup a:last-child, .share_in_tabs .popup a:last-child {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.show_item .body .footer .share .popup a:hover, .share_in_tabs .popup a:hover {
    color: #fff;
    background: #7d8ba1;
    text-decoration: none
}

.show_item .body .footer .share .popup a:active, .share_in_tabs .popup a:active {
    background: #596a82
}

.show_item .body .footer .share .popup a:before, .share_in_tabs .popup a:before {
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url(/images/share_job_icons.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.show_item .body .footer .share .popup a.facebook:before, .share_in_tabs .popup a.facebook:before {
    background-position: 0 0
}

.show_item .body .footer .share .popup a.facebook:hover:before, .share_in_tabs .popup a.facebook:hover:before {
    background-position: -24px 0
}

.show_item .body .footer .share .popup a.facebook:hover, .share_in_tabs .popup a.facebook:hover {
    background-color: #659be5
}

.show_item .body .footer .share .popup a.facebook:active, .share_in_tabs .popup a.facebook:active {
    background-color: #5e90d3
}

.show_item .body .footer .share .popup a.twitter:before, .share_in_tabs .popup a.twitter:before {
    background-position: 0 -18px
}

.show_item .body .footer .share .popup a.twitter:hover:before, .share_in_tabs .popup a.twitter:hover:before {
    background-position: -24px -18px
}

.show_item .body .footer .share .popup a.twitter:hover, .share_in_tabs .popup a.twitter:hover {
    background-color: #62b5e9
}

.show_item .body .footer .share .popup a.twitter:active, .share_in_tabs .popup a.twitter:active {
    background-color: #5ea6d3
}

.show_item .body .footer .share .popup a.vk:before, .share_in_tabs .popup a.vk:before {
    background-position: 0 -36px
}

.show_item .body .footer .share .popup a.vk:hover:before, .share_in_tabs .popup a.vk:hover:before {
    background-position: -24px -36px
}

.show_item .body .footer .share .popup a.vk:hover, .share_in_tabs .popup a.vk:hover {
    background-color: #6c94c0
}

.show_item .body .footer .share .popup a.vk:active, .share_in_tabs .popup a.vk:active {
    background-color: #6388b1
}

.show_item .body .footer .share .popup a.ok:hover, .share_in_tabs .popup a.ok:hover {
    background-color: #cf6700
}

.show_item .body .footer .share .popup a.ok:before, .share_in_tabs .popup a.ok:before {
    background-position: 0 -92px
}

.show_item .body .footer .share .popup a.ok:hover:before, .share_in_tabs .popup a.ok:hover:before {
    background-position: -24px -92px
}

.show_item .body .footer .share .popup a.google_plus:before, .share_in_tabs .popup a.google_plus:before {
    background-position: 0 -54px
}

.show_item .body .footer .share .popup a.google_plus:hover:before, .share_in_tabs .popup a.google_plus:hover:before {
    background-position: -24px -54px
}

.show_item .body .footer .share .popup a.google_plus:hover, .share_in_tabs .popup a.google_plus:hover {
    background-color: #ff765f
}

.show_item .body .footer .share .popup a.google_plus:active, .share_in_tabs .popup a.google_plus:active {
    background-color: #eb6d58
}

.show_item .body .footer .share .popup a.abuse:before {
    background-position: 0 -72px
}

.show_item .body .footer .share .popup a.abuse:hover:before {
    background-position: -24px -72px
}

.show_item .body .footer .likes_count {
    float: left;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    color: #c1cde0;
    text-decoration: none;
    border-right: 1px solid #68768c
}

.show_item .body .footer .likes_count.hidden {
    display: none
}

.show_item .body .footer .likes_count:hover {
    text-decoration: none;
    background: #7b8aa1;
    color: #fff
}

.show_item .body .footer .likes_count:active {
    background: #67758a
}

.show_item .body .footer .likes_count.loading {
    background: #bbb url(/images/loader_button.gif) !important
}

.show_item .body .footer .like.loading {
    background: #bbb url(/images/loader_button.gif) !important
}

.show_item .body .footer .likes_count.active {
    cursor: default;
    background: #67758a;
    color: #fff
}

.show_item .body .footer .likes_count.active:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #52b2f2;
    position: absolute
}

.show_item .body .footer .likes_count:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.show_item .body .footer .comment_count {
    float: left;
    display: block;
    font-size: 0.9em;
    color: #c1cde0;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #68768c
}

.show_item .body .footer .comment_count.loading {
    background: #bbb url(/images/loader_button.gif) !important
}

.show_item .body .footer .comment_count a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    color: #c1cde0;
    text-decoration: none
}

.show_item .body .footer .comment_count a:hover {
    text-decoration: none
}

.show_item .body .footer .comment_count .no_comments {
    display: none
}

.show_item .body .footer .comment_count:hover {
    background: #7b8aa1
}

.show_item .body .footer .comment_count:hover a {
    color: #fff
}

.show_item .body .footer .comment_count:active {
    background: #67758a
}

.show_item .body .footer .comment_count.active {
    cursor: default;
    background: #67758a;
    color: #fff
}

.show_item .body .footer .comment_count.active a {
    color: #fff
}

.show_item .body .footer .comment_count.active:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #52b2f2;
    position: absolute
}

.show_item .body .footer .likes_count.hidden:first-child + .comment_count {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.show_item .body .footer .like {
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #68768c
}

.show_item .body .footer .like:after {
    position: absolute;
    top: 18px;
    left: 16px;
    content: "";
    background: url(/images/show_item.footer.icons.png) no-repeat -22px -22px;
    width: 17px;
    height: 14px
}

.show_item .body .footer .like:hover {
    background: #7b8aa1;
    text-decoration: none
}

.show_item .body .footer .like:hover:after {
    background: url(/images/show_item.footer.icons.png) no-repeat -22px -1px
}

.show_item .body .footer .like:active {
    background: #67758a
}

.show_item .body .footer .like.liked {
    background: #f49e95
}

.show_item .body .footer .like.liked:after {
    background: url(/images/show_item.footer.icons.png) no-repeat -22px -1px
}

.show_item .body .footer .like.liked:hover {
    background: #f9aba3
}

.show_item .body .footer .like.liked:hover:after {
    background: url(/images/show_item.footer.icons.png) no-repeat -22px -43px
}

.show_item .body .footer .like.liked:active {
    background: #e09088
}

.show_item .body .users_liked .liked_users_items {
    background: #fff
}

.show_item .body .users_liked .liked_users_items .user_item {
    position: relative;
    border-bottom: 1px solid #d9dfe0;
    padding: 15px 15px;
    min-height: 50px;
    text-align: left;
    line-height: 16px;
    float: left;
    width: 100%
}

.show_item .body .users_liked .liked_users_items .user_item .controls {
    float: right;
    margin-top: 9px
}

.show_item .body .users_liked .liked_users_items .user_item .avatar {
    position: absolute;
    left: 15px;
    top: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.show_item .body .users_liked .liked_users_items .user_item .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block
}

.show_item .body .users_liked .liked_users_items .user_item .info {
    margin-left: 60px;
    margin-top: 8px;
    width: 450px
}

.show_item .body .users_liked .liked_users_items .user_item .info .username {
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 2px
}

.show_item .body .users_liked .liked_users_items .user_item .info .username a {
    color: #34495e
}

.show_item .body .users_liked .liked_users_items .user_item .info .specialization {
    color: #aeb8bc;
    font-size: 0.938em;
    font-style: italic
}

.show_item .body .comments {
    display: none
}

.show_item .body .comments .comments_list {
    background: #fff
}

.show_item .body .comments .comments_list .comment {
    text-align: left;
    line-height: 20px;
    border-bottom: 1px solid #d9dfe0
}

.show_item .body .comments .comments_list .comment .inner {
    overflow: hidden;
    position: relative;
    padding: 15px;
    margin-right: -41px;
    padding-right: 56px
}

.show_item .body .comments .comments_list .comment .inner:hover .controls a.button {
    left: 0
}

.show_item .body .comments .comments_list .comment .inner .controls {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 41px;
    height: 82px
}

.show_item .body .comments .comments_list .comment .inner .controls a.button {
    width: 41px;
    height: 41px;
    padding: 0;
    display: block;
    position: relative;
    left: -41px;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px
}

.show_item .body .comments .comments_list .comment .inner .controls a.delete {
    background-image: url(/images/section.edit.delete.png);
    background-position: center center;
    background-repeat: no-repeat
}

.show_item .body .comments .comments_list .comment .inner .avatar {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.show_item .body .comments .comments_list .comment .inner .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block
}

.show_item .body .comments .comments_list .comment .inner .cbody {
    margin-left: 65px
}

.show_item .body .comments .comments_list .comment .inner .cbody .date {
    color: #aeb8bc;
    float: right;
    font-size: 0.8em;
    text-align: right
}

.show_item .body .comments .comments_list .comment .inner .cbody .nickname {
    color: #34495e;
    font-size: 0.938em;
    font-weight: bold
}

.show_item .body .comments .comments_list .comment .inner .cbody .ctext {
    padding-top: 2px;
    clear: both;
    font-size: 0.938em;
    color: #aeb8bc
}

.show_item .body .comments .comments_list .comment .inner .cbody .reply_link {
    padding-top: 5px;
    clear: both;
    font-size: 0.813em
}

.show_item .body .comments .comments_list .comment .inner .cbody .reply_link a {
    color: #aeb8bc
}

.show_item .body .comments .comments_list .comment .inner .cbody .reply_link a:before {
    width: 13px;
    height: 12px;
    content: "";
    display: inline-block;
    background: url(/images/comment.reply.png) no-repeat left top;
    margin-right: 4px
}

.show_item .body .comments .comments_list .comment .inner .cbody .reply_link a:hover {
    color: #3498db;
    text-decoration: none
}

.show_item .body .comments .comments_list .comment .inner .cbody .reply_link a:hover:before {
    background: url(/images/comment.reply.png) no-repeat left bottom
}

.show_item .body .comments .comment_form {
    background: #f3f5f7;
    padding: 15px;
    margin-bottom: 50px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.show_item .body .comments .comment_form textarea {
    background: #fff;
    color: #34495e;
    border: 1px solid #dee1e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9em;
    line-height: 20px;
    padding: 5px 5px;
    margin-bottom: 20px;
    width: 100%;
    max-height: 300px;
    resize: vertical
}

.show_item .body .comments .comment_form .textarea {
    margin-right: 13px;
    vertical-align: bottom
}

.show_item .body .comments .comment_form button {
    display: inline-block;
    vertical-align: bottom;
    width: 95px
}

.show_item.comments_open .footer {
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.show_item.comments_open .footer .comment_count:hover {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.show_item.comments_open .footer .share:hover {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.show_item.comments_open .comments {
    display: inline-block;
    width: 100%
}

.share_popup {
    position: absolute;
    right: 0;
    top: 65px;
    width: 341px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
    background: #6f7e95;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 18px 14px;
    display: none;
    z-index: 4;
    line-height: 18px
}

.share_popup.open {
    display: block
}

.share_popup:after {
    content: "";
    position: absolute;
    right: 15px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #5f6e85
}

.share_popup .phead {
    background: #5f6e85;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #ebedee;
    font-size: 0.9em;
    text-align: left;
    margin: -18px -14px 14px;
    padding: 10px 14px
}

.share_popup .item {
    width: 107px;
    height: 87px;
    display: block;
    float: left;
    background: #7d8ba1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-left: 10px
}

.share_popup .item.first {
    margin-left: 0
}

.share_popup .item:hover {
    background: #90a0b9;
    cursor: pointer;
    text-decoration: none
}

.share_popup .item:active {
    background: #596a82
}

.share_popup .item .icon {
    width: 43px;
    height: 28px;
    margin: 20px auto 0
}

.share_popup .item .icon.facebook {
    width: 16px;
    background: url(/images/show_item.footer.share.icons.png) no-repeat 0 0
}

.share_popup .item .icon.vkontakte {
    width: 43px;
    background: url(/images/show_item.footer.share.icons.png) no-repeat -38px 0
}

.share_popup .item .icon.twitter {
    width: 32px;
    background: url(/images/show_item.footer.share.icons.png) no-repeat -108px 0
}

.share_popup .item .ptext {
    margin: 10px auto 0;
    color: #fff;
    font-size: 0.813em
}

#abuse_content {
    font-size: 0.8em;
    line-height: 20px
}

#abuse_content .alert {
    padding: 5px
}

.main-user-item {
    height: 120px
}

.main-user-fileitem {
    height: 250px
}

.search_discussions {
    position: relative
}

.search_discussions input[type="text"] {
    background: #e1e6eb;
    color: #34495e;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9em;
    padding: 6px 10px;
    padding-right: 44px;
    line-height: 20px;
    width:315px
}

.search_discussions input[type="text"]:focus {
    outline: 0;
    background-color: #eaeff0
}

.search_discussions .clear_field {
    background: #e1e6eb url(/images/search.clear.png) no-repeat center center;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    cursor: pointer
}

.discussions .empty {
    font-size: 0.813em;
    color: #b7c0c6;
    margin-top: 12px;
    text-align: center
}

.discussions .empty .title {
    font-size: 1em;
    color: #48525b;
    margin-bottom: 5px
}

.discussions .empty .text {
    font-size: 0.813em;
    color: #b7c0c6
}

.discussions .load_more {
    background: #f3f5f7;
    margin: 10px -20px -10px;
    text-align: center;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #d9dfe0;
    padding: 10px 0
}

.discussions .load_more a {
    text-decoration: none;
    color: #7d848c;
    font-size: 0.9em;
    border-bottom: 1px dashed
}

.discussions .load_more a:hover {
    text-decoration: none
}

.discussions .discussion {
    height: 66px
}

.discussions .discussion:first-child {
    border-top: 0;
    margin-top: 12px
}

.discussions .discussion:hover {
    text-decoration: none
}

.discussions .discussion:hover .controls a.button {
    left: 0
}

.discussions .discussion .controls {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 20px;
    height: 46px
}

.discussions .discussion .controls a.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 20px;
    height: 46px;
    padding: 0;
    display: block;
    position: relative;
    left: -20px;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s
}

.discussions .discussion .controls a.delete {
    background-image: url(/images/mini.close.png);
    background-position: center center;
    background-repeat: no-repeat
}

.discussions .discussion a.inner {
    border-top: 1px solid #d9dfe0;
    position: relative;
    padding-bottom: 8px;
    padding-top: 8px;
    height: 30px;
    display: block;
    width: 90%;
}

.discussions .discussion a.inner:hover {
    text-decoration: none
}

.discussions .discussion a.inner:hover .info .username {
    color: #3498db
}

.discussions .discussion a.inner .avatar {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: 1px solid #dae4e6;
    position: relative
}

.discussions .discussion a.inner .avatar img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: block
}

.discussions .discussion a.inner .avatar .count {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgba(255, 111, 97, 0.9);
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold
}

.discussions .discussion a.inner .info {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-left: 2px;
    font-weight: bold
}

.discussions .discussion a.inner .info .username {
    font-size: 0.813em;
    color: #34495e
}

.discussions .discussion a.inner .info .login {
    font-size: 0.813em;
    font-weight: normal;
    color: #b7c0c6
}

.messages {
    max-height: 410px;
}

.messages .prev {
    padding: 10px;
    text-align: center;
    font-size: 0.9em
}

.messages .message {
    border-top: 1px solid #d9dfe0
}

.messages .message:first-child {
    border-top: 0
}

.messages .message .inner {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: -61px;
    padding-right: 61px
}

.messages .message .inner:hover .controls a.button {
    left: 0
}

.messages .message .inner .controls {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    width: 41px;
    height: 82px
}

.messages .message .inner .controls a.button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 41px;
    height: 41px;
    padding: 0;
    display: block;
    position: relative;
    left: -41px;
    -webkit-transition: left .2s;
    -moz-transition: left .2s;
    -o-transition: left .2s;
    transition: left .2s
}

.messages .message .inner .controls a.delete {
    background-image: url(/images/section.edit.delete.png);
    background-position: center center;
    background-repeat: no-repeat
}

.messages .message .inner .avatar {
    position: absolute;
    left: 0;
    top: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.messages .message .inner .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block
}

.messages .message .inner .info {
    margin-left: 65px
}

.messages .message .inner .info .date {
    float: right;
    font-size: 0.8em;
    color: #aeb8bc;
    text-align: right;
    margin-top: 4px
}

.messages .message .inner .info .username {
    width: 400px;
    overflow: hidden;
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 2px
}

.messages .message .inner .info .username a {
    color: #34495e
}

.messages .message .inner .info .text {
    color: #aeb8bc;
    font-size: 0.9em
}

.new_message_form {
    background: #f3f5f7;
    margin: 0 -20px -10px;
    padding: 15px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #d9dfe0
}

.new_message_form textarea {
    margin: 0;
    background: #fff;
    color: #34495e;
    border: 1px solid #dee1e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9em;
    line-height: 20px;
    padding: 5px 5px;
    width: 532px;
    max-height: 300px;
    resize: vertical
}

.new_message_form .textarea {
    width: 544px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: bottom
}

.new_message_form button {
    display: inline-block;
    vertical-align: bottom;
    width: 95px
}

.loader {
    padding: 10px 0 0;
    background: url(/images/loader.gif);
    background-position: center bottom;
    background-repeat: no-repeat
}

a.dashed {
    text-decoration: none;
    border-bottom: 1px dashed
}

a.dashed:hover {
    text-decoration: none
}

.new_msg {
    background: #edf1f5;
    border-color: #dae1e8;
    padding: 0 10px
}

.user_category {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    margin: 5px 0;
    font-size: 0.9em
}

.user_category a {
    color: #aeb8bc
}

.user_row {
    padding-bottom: 10px
}

.add-file {
    margin-bottom: 20px
}

.category-description {
    margin-bottom: 20px
}

.feed_item .item-title a {
    font-size: 1.313em;
    color: #1090c0;
    font-weight: bold;
    line-height: 1px;
}

.feed_item .item-title H2 {
    font-size: 1.313em;
    color: #1090c0;
    font-weight: bold
}

.feed_items .feed_item .event_objects .date {
    float: right;
    font-size: 0.8em;
    color: #aeb8bc;
    margin-top: 1px;
    padding-bottom: 10px
}

.feed_items .feed_item .event_objects .category {
    float: left;
    font-size: 0.8em;
    color: #aeb8bc;
    margin-top: 1px;
    padding-bottom: 10px
}

.feed_items .feed_item .event_objects .category a {
    font-size: 0.813em;
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .additional-info {
    font-size: 0.9em
}
.item-title h1{
    line-height: 27px;
}
.list_search_form {
    border-bottom: 1px solid #dcdfe0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.list_search_form input[type="text"] {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #34495e;
    font-size: 0.9em;
    padding: 7px 10px;
    padding-right: 30px;
    margin: 0;
    width: 100%;
    background: #e1e6eb url(/images/search.input.png) no-repeat 98% 8px;
}

.search_items .search_item {
    position: relative;
    border-bottom: 1px solid #d9dfe0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-height: 50px;
}

.search_items .search_item .avatar {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.search_items .search_item .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block;
}

.search_items .search_item .info {
    margin-left: 65px;
}

.search_items .search_item .info .about {
    width: 70%;
    float: left;
}

.search_items .search_item .info .about .username {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 2px;
}

.search_items .search_item .info .about .username a {
    color: #34495e;
}

.search_items .search_item .info .about .specialization {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
}

.search_items .search_item .info .location {
    background: url(/images/search.location.png) no-repeat 0px 3px;
    padding-left: 20px;
    width: 30%;
    float: left;
}

.search_items .search_item .info .location .city {
    font-size: 0.938em;
    color: #34495e;
    margin-bottom: 3px;
}

.search_items .search_item .info .location .country {
    font-size: 0.9em;
    color: #aeb8bc;
}

.search_items .search_item .info .skills {
    margin-top: 10px;
}

.paginator.load_more {
    margin: -21px -20px -10px;
    background: #f3f5f7;
    padding: 20px 0;
    text-align: center;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #eef1f2;
}

.show_item .body .similar-files {
    background: #fff;
    padding: 20px;
    text-align: left;
    color: #aeb8bc;
    font-size: 0.813em;
    line-height: 15px;
}

.show_item .body .similar-files ul li {
    padding: 0;
}