.main_content_block {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    min-width: 948px;
    min-height: 600px
}

.user_info {
    border-right: 1px solid #eee;
    background: #fff;
    padding: 10px 10px 0 5px;
    margin-bottom: 20px;
    position: relative;
    min-width: 220px;
    text-align: center
}

.user_info .about_me {
    text-align: left
}

.user_info .avatar {
    /* -webkit-border-radius: 116px;
     -moz-border-radius: 116px;
     border-radius: 116px;*/
    width: 156px;
    height: 156px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    /*  -webkit-transition: border .2s;
      -moz-transition: border .2s;
      -o-transition: border .2s;
      transition: border .2s;*/
    overflow: hidden;
    margin: 0 auto 18px;
    position: relative;
    display: block
}

/*.user_info .avatar:hover {
    border: 3px solid #fff;
}*/

.user_info .avatar img {
    display: block;
    width: 150px;
    height: 150px;
    /*  -webkit-border-radius: 116px;
      -moz-border-radius: 116px;
      border-radius: 116px;
      margin: -5px*/
}

.user_info .user_name {
    font-size: 0.938em;
    font-weight: bold;
    color: #48525b;
    margin-bottom: 3px;
    overflow: hidden
}

.user_info .profession {
    color: #aeb8bc;
    font-size: 0.813em;
    margin: auto;
    position: relative;
    overflow: hidden
}

.user_info .line {
    background: #dcdfe0;
    height: 1px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 19px
}

.user_info .about_me .line:first-child {
    margin-top: 10px
}

.user_info .about_me .subtitle {
    color: #48525b;
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 10px
}

.user_info .about_me .links .link {
    font-size: 0.9em
}

.user_info .about_me .links .link a {
    color: #aeb8bc
}

.content {
    padding-left: 60px
}

.user_info .buttons {
    margin-top: 22px
}

.user_info .buttons .button.pm {
    margin-right: 10px;
    font-size: 0.938em
}

.user_info .buttons .button {
    vertical-align: middle
}

.user_info .right {
    position: absolute;
    right: 20px
}

.user_info .right .settings {
    background: url(/images/top_menu.settings.png) no-repeat left top;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: block
}

.user_info .right .settings:hover {
    background: url(/images/top_menu.settings.png) no-repeat right top
}

.button {
    color: #f6f7f8;
    background-image: none;
    background-color: #50a8e3;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    border: 0;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    text-shadow: none
}

.button:link {
    color: #f6f7f8
}

.button:focus, .button:hover {
    background-color: #5dade2;
    text-decoration: none;
    color: #f6f7f8
}

.button:active {
    background-color: #2c81ba;
    color: #f6f7f8
}

.button:disabled {
    background-color: #3498db;
    color: #f6f7f8;
    opacity: .5
}

.button:visited {
    color: #f6f7f8
}

.button.block {
    display: block
}

.button.big {
    font-size: 0.938em;
    height: 42px;
    line-height: 42px
}

.button.red {
    background-color: #f15a5c
}

.button.red:focus, .button.red:hover {
    background-color: #4d7997
}

.button.red:active {
    background-color: #c54133
}

.button.greyred {
    background-color: #bac4c9
}

.button.greyred:focus, .button.greyred:hover {
    background-color: #4d7997
}

.button.greyred:active {
    background-color: #c54133
}

.button.green {
    background-color: #21577d
}

.button.green:focus, .button.green:hover {
    background-color: #48c9b0
}

.button.green:active {
    background-color: #16a085
}

.button.greygreen {
    background-color: #16a085
}

.button.greygreen:focus, .button.greygreen:hover {
    background-color: #48c9b0
}

.button.greygreen:active {
    background-color: #16a085
}

.button.darkblue {
    background-color: #3f5870
}

.button.darkblue:focus, .button.darkblue:hover {
    background-color: #e74c3c
}

.button.darkblue:active {
    background-color: #a8372b
}

.button.grey_on_hover_grey {
    background-color: #bac4c9
}

.button.grey_on_hover_grey:focus, .button.grey_on_hover_grey:hover {
    background-color: #9ba4a9
}

.button.grey_on_hover_grey:active {
    background-color: #9ba4a9
}

.button.grey_on_hover_red {
    background-color: #bac4c9
}

.button.grey_on_hover_red:focus, .button.grey_on_hover_red:hover {
    background-color: #e74c3c
}

.button.grey_on_hover_red:active {
    background-color: #a8372b
}

.button.grey_on_hover_orange {
    background-color: #bac4c9
}

.button.grey_on_hover_orange:focus, .button.grey_on_hover_orange:hover {
    background-color: #ffbb50
}

.button.grey_on_hover_orange:active {
    background-color: #f3b24b
}

.button.grey_on_hover_green {
    background-color: #bac4c9
}

.button.grey_on_hover_green:focus, .button.grey_on_hover_green:hover {
    background-color: #48c9b0
}

.button.grey_on_hover_green:active {
    background-color: #16a085
}

.button.grey_on_hover_blue {
    background-color: #bac4c9
}

.button.grey_on_hover_blue:focus, .button.grey_on_hover_blue:hover {
    background-color: #50a8e3
}

.button.grey_on_hover_blue:active {
    background-color: #2c81ba
}

.button.grey {
    background-color: #d7dcde
}

.button.grey:focus, .button.grey:hover {
    background-color: #e74c3c
}

.button.grey:active {
    background-color: #a8372b
}

.button.murena {
    background-color: #2b7288;
    color: #fff
}

.button.murena:focus, .button.murena:hover {
    background-color: #2e788f
}

.button.murena:active {
    background-color: #27677b
}

.button.orange {
    background-color: #f07b6f;
    color: #fff
}

.button.orange:focus, .button.orange:hover {
    background-color: #fa897d
}

.button.orange:active {
    background-color: #d87166
}

.button.unfollow {
    width: 110px;
    background-color: #21577d
}

.button.unfollow:focus, .button.unfollow:hover {
    background-color: #4d7997
}

.button.unfollow:active {
    background-color: #c54133
}

.button.unfollow .read {
    display: inline-block
}

.button.unfollow .cancel {
    display: none
}

.button.unfollow:hover .read {
    display: none
}

.button.unfollow:hover .cancel {
    display: inline-block
}

.button.loading, .fileinput-button.loading {
    background-image: url(/images/loader_button.gif) !important;
    background-color: #bbb !important;
    background-position: center center !important;
    background-repeat: repeat !important
}

.follow.button {
    width: 110px
}

.user_info .statistics {
    margin-top: 10px;
    border-top: 1px solid #dcdfe0
}

.user_info .statistics a.rows {
    border-bottom: 1px solid #dcdfe0;
    padding: 10px 0;
    display: block;
    overflow: hidden
}

.user_info .statistics a.rows:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.user_info .statistics a.rows .labels {
    text-align: left;
    font-size: 0.9em;
    color: #48525b;
    float: left;
    width: 50%
}

.user_info .statistics a.rows .count {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 0.938em;
    font-weight: bold;
    color: #48525b
}

.user_info .statistics a.rows:hover .labels, .user_info .statistics a.rows:hover .count {
    color: #636f7b
}

.user_info .salary {
    border-top: 1px solid #dcdfe0;
    padding-top: 10px;
    text-align: left;
    margin-top: 25px
}

.user_info .salary .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.user_info .salary .icon.not_search {
    background: url(/images/salary.icon.png) no-repeat right top
}

.user_info .salary .icon.search {
    background: url(/images/salary.icon.png) no-repeat -88px top
}

.user_info .salary .icon.ready {
    background: url(/images/salary.icon.png) no-repeat left top
}

.user_info .salary .info {
    display: inline-block;
    vertical-align: middle;
    width: 150px
}

.user_info .salary .info .cost {
    font-size: 0.938em;
    font-weight: bold;
    color: #48525b
}

.user_info .salary .info .status {
    font-size: 0.813em;
    color: #aeb8bc
}

.user_info .about_me .location .text {
    font-size: 0.9em;
    color: #aeb8bc
}

.user_info .about_me .location .text .geo {
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px
}

.user_info .about_me .location .text .geo:after {
    width: 17px;
    height: 16px;
    content: "";
    display: block;
    background: url(/images/sidebar.userinfo.location.icons.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 1px
}

.user_info .about_me .location .text .ready_remote_work {
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px
}

.user_info .about_me .location .text .ready_remote_work:after {
    width: 17px;
    height: 16px;
    content: "";
    display: block;
    background: url(/images/sidebar.userinfo.location.icons.png) no-repeat 0 -53px;
    position: absolute;
    left: 0;
    top: 2px
}

.user_info .about_me .location .text .ready_change_location {
    padding-left: 22px;
    position: relative
}

.user_info .about_me .location .text .ready_change_location:after {
    width: 17px;
    height: 16px;
    content: "";
    display: block;
    background: url(/images/sidebar.userinfo.location.icons.png) no-repeat 0 -27px;
    position: absolute;
    left: 0;
    top: 2px
}

.user_info .about_me .contacts .contact + .contact {
    margin-top: 5px
}

.user_info .about_me .contacts .contact {
    overflow: hidden;
    color: #aeb8bc;
    font-size: 0.9em
}

.user_info .about_me .contacts .contact a {
    color: #aeb8bc
}

.user_info .about_me .messengers .messenger + .messenger {
    margin-top: 5px
}

.user_info .about_me .messengers .messenger {
    font-size: 0.9em;
    overflow: hidden
}

.user_info .about_me .messengers .messenger .type {
    display: inline;
    color: #48525b
}

.user_info .about_me .messengers .messenger .value {
    display: inline;
    color: #aeb8bc
}

.user_info .about_me .links .link + .link {
    margin-top: 5px
}

.user_info .about_me .links .link {
    font-size: 0.9em
}

.user_info .about_me .links .link a {
    color: #aeb8bc
}

.user_info .birth_and_experience p {
    font-size: 0.9em;
    color: #aeb8bc;
    margin: 5px 0
}

.user_info .birth_and_experience p b {
    color: #48525b;
    font-weight: normal
}

.user_info .skills {
    text-align: left
}

.user_info .skills .tags {
    margin-top: 7px
}

.to_top_new {
    display: none
}

@media (min-width: 1150px) {
    .to_top_new {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        margin-right: 580px;
        display: none
    }

    .to_top_new .to_top_panel {
        width: 80px;
        height: 100%;
        position: relative
    }

    .to_top_new .to_top_button {
        background: transparent url(/images/to_top_icon.png) no-repeat left top;
        width: 45px;
        height: 45px;
        position: absolute;
        left: 15px;
        top: 40%
    }

    .to_top_new:hover .to_top_panel {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.03)
    }

    .to_top_new:hover .to_top_button {
        background: transparent url(/images/to_top_icon.png) no-repeat right top
    }
}

.section {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 10px 20px;
    position: relative;
    border: 0
}

.section:last-child {
    margin-bottom: 0
}

.section.form_mode {
    z-index: 3
}

.section.no_padding {
    padding: 0
}

.section.transparent {
    background: transparent
}

.section.cover_photo {
    padding: 0;
    overflow: hidden
}

.section.page {
    padding: 20px 20px;
    font-size: 0.9em;
}

.section.top_menu {
    padding: 0 20px 0;
    position: relative
}

.section.top_menu .right {
    float: right;
    margin-top: 7px
}

.section.top_menu .links a.item {
    line-height: 46px;
    height: 46px;
    display: inline-block;
    font-weight: bold;
    font-size: 1em;
    color: #b7c0c6;
    margin-left: 25px
}

.section.top_menu .links a.item:first-child {
    margin-left: 0
}

.section.top_menu .links a.item.active {
    color: #48525b
}

.section.top_menu .links a.count {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 0.688em;
    line-height: 17px;
    padding: 0 5px;
    font-weight: bold;
    position: relative;
    top: -8px;
    left: -2px
}

.section .no_content {
    text-align: center;
    padding: 50px 0
}

.section .no_content .icon {
    text-align: center
}

.section .no_content .icon img {
    display: block;
    margin: 0 auto 25px
}

.section .no_content .title {
    font-size: 1.313em;
    color: #48525b;
    width: 330px;
    margin: 0 auto 5px
}

.section .no_content .text {
    font-size: 0.9em;
    color: #aeb8bc;
    line-height: 21px;
    width: 350px;
    margin: auto
}

.section .no_content .buttons {
    margin-top: 20px
}

.sections.categories .menu {
    margin: 0 -10px -10px
}

.sections.categories .menu a + a {
    border-top: 1px solid #dcdfe0
}

.sections.categories .menu a {
    padding: 0 20px;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 0.9em;
    color: #a5adb5;
    position: relative;
    overflow: hidden
}

.sections.categories .menu 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
}

.sections.categories .menu a.active, .section.categories .menu a:active {
    color: #48586f
}

.sections.categories .menu a.active:before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #5bb3ee
}

.sections.categories .menu a .count {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #e74c3c;
    color: #fff;
    font-size: 0.688em;
    line-height: 17px;
    padding: 0 5px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: 5px;
    top: -5px
}

.sections.categories .menu a .labels {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px
}

.sections.categories .user_head {
    margin: -10px -10px 0;
    padding: 10px 10px 10px;
    background-color: #6f7e95
}

.sections.categories .user_head h4 {
    padding-left: 10px;
    font-weight: bold;
    font-size: 1em;
    color: #fff
}

.users_list .user_item {
    position: relative;
    border-bottom: 1px solid #d9dfe0;
    padding-bottom: 0;
    margin-bottom: 20px;
    min-height: 50px
}

.users_list .user_item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.users_list .user_item .controls {
    float: right
}

.users_list .user_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
}

.users_list .user_item .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block
}

.users_list .user_item .info {
    margin-left: 65px
}

.users_list .user_item .info .username {
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 2px
}

.users_list .user_item .info .username a {
    color: #34495e
}

.users_list .user_item .info .specialization {
    color: #aeb8bc;
    font-size: 0.938em;
    font-style: italic;
    margin-bottom: 10px
}

.section .head {
    border-bottom: 1px solid #dcdfe0;
    padding-bottom: 10px;
    position: relative;
    display: block;
    min-height: 34px
}

.section .head:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.section .head .right {
    float: right
}

.section .head .subtitle {
    margin-top: 2px;
    font-size: 0.9em;
    color: #aeb8bc
}

.section .head .title {
    padding-top: 5px;
    font-size: 1.313em;
    font-weight: bold;
    color: #48525b
}

.section .head .title.tabs a {
    color: #b7c0c6;
    margin-right: 20px
}

.section .head .title.tabs a.open {
    color: #48525b
}

.section .body {
    margin-top: 15px
}

.section .head.edit {
    display: none
}

.section .show_more {
    clear: both;
    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
}

.section .show_more a {
    text-decoration: none;
    color: #7d848c;
    font-size: 0.9em;
    border-bottom: 1px dashed
}

.section .show_more a:hover {
    text-decoration: none
}

form label, .profile label {
    color: #a5adb5;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 4px
}

form .line {
    line-height: 0;
    font-size: 0;
    height: 0;
    border-bottom: 1px solid #dcdfe0;
    margin-bottom: 25px
}

form .description {
    font-size: 0.813em;
    display: block;
    color: #aeb8bc;
    margin-bottom: 4px
}

form .form-group {
    margin-bottom: 25px
}

form .fields_title {
    color: #48525b;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 20px
}

form .field.upload_image_field .dropzone {
    margin-top: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px dashed #e9ebec;
    display: inline-block
}

form .field.upload_image_field .dropzone img {
    max-width: 100%;
    display: block
}

form .field.upload_image_field .dropzone.backgrounds {
    width: 188px;
    height: 188px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

form .field.upload_image_field input[type="file"] {
    display: none
}

form .field.upload_image_field .delete_btn {
    padding: 0;
    height: 32px;
    width: 32px;
    position: relative
}

form .field.upload_image_field .delete_btn:after {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
/ / content: "\20ac"
}

form .field.upload_image_field.upload_job_icon .dropzone, form .field.upload_image_field.upload_icon .dropzone {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

form .field.upload_image_field.upload_avatar .dropzone {
    width: 116px;
    height: 116px;
    -webkit-border-radius: 58px;
    -moz-border-radius: 58px;
    border-radius: 58px
}

form .field .upload_file {
    overflow: hidden
}

form .field .upload_file .files_list {
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -15px
}

form .field .upload_file .files_list .dropzone {
    border: 2px dashed #dee1e3;
    display: block;
    width: 202px;
    height: 156px;
    text-align: center;
    background: url(/images/add_item.bg.png) no-repeat center 30px;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px
}

form .field .upload_file .files_list .dropzone .upload_button {
    margin-top: 104px;
    position: relative;
    overflow: hidden;
    border: 0 solid red;
    display: inline-block;
    text-align: center
}

form .field .upload_file .files_list .dropzone .upload_button input[type="file"] {
    display: none
}

form .field .upload_file .files_list .ui-state-highlight {
    border: 2px dashed #dee1e3;
    display: block;
    width: 202px;
    height: 156px;
    text-align: center;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px
}

form .field .upload_file .files_list .file {
    display: block;
    width: 204px;
    height: 158px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
    line-height: 158px;
    font-size: 0.063em;
    border: 1px solid #dae4e6
}

form .field .upload_file .files_list .file.ui-sortable-helper {
    background: #fbfbfb
}

form .field .upload_file .files_list .file.file_error .icon.type_error {
    background: url(/images/custom.file.upload.error.png) no-repeat 0 0;
    width: 50px;
    height: 50px;
    margin: 31px auto 20px;
    display: block
}

form .field .upload_file .files_list .file.file_error .name em {
    font-style: normal;
    font-size: 0.9em;
    color: #f26a6c
}

form .field .upload_file .files_list .file img {
    max-width: 204px;
    max-height: 158px;
    vertical-align: middle
}

form .field .upload_file .files_list .file .progress {
    background: #e0e6e7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 15px;
    margin: 72px 20px 15px
}

form .field .upload_file .files_list .file .progress .bar {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 15px;
    background: #21577d;
    width: 0
}

form .field .upload_file .files_list .file .name {
    font-size: 0.813em;
    font-style: italic;
    line-height: 16px;
    color: #aeb8bc;
    margin: 0 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

form .field .upload_file .files_list .file .cancel {
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    width: 50px;
    background: rgba(241, 90, 92, 0.95);
    -webkit-transition: right .2s;
    -moz-transition: right .2s;
    -o-transition: right .2s;
    transition: right .2s
}

form .field .upload_file .files_list .file .cancel:hover {
    background: rgba(244, 123, 125, 0.95);
    text-decoration: none
}

form .field .upload_file .files_list .file .cancel:active {
    background: rgba(205, 77, 78, 0.95)
}

form .field .upload_file .files_list .file .cancel:after {
    background: url(/assets/custom.items.controls.icons.png) no-repeat right top;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 10px;
    top: 65px
}

form .field .upload_file .files_list .file:hover .cancel {
    right: 0
}

form .description, .profile .description {
    font-size: 0.813em;
    display: block;
    color: #aeb8bc;
    margin-bottom: 4px
}

form .description.description_bottom {
    margin-bottom: 0;
    margin-top: 4px
}

form .checkbox label {
    display: block
}

.tags {
    line-height: 30px;
    margin-right: -10px;
    margin-bottom: -10px;
    overflow: hidden
}

.tags .tag-new {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 22px;
    height: 22px;
    margin-right: 5px;
    margin-bottom: 2px;
    white-space: nowrap
}

.tags .tag-new .name {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px
}

.tags .tag-new .name:hover {
    color: #000;
    text-decoration: none
}

.tags .tag-new .name:last-child {
    -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
}

.tags .tag-new .count {
    background: #16a085;
    -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
}

.tags .tag-new .name, .tags .tag-new.count {
    display: block;
    color: #fff;
    padding: 0 5px;
    float: left;
    font-size: 0.688em;
    border: 1px solid #cecece
}

.tags .tag-new .name a {
    color: #999
}

.tags .tag-new .name a:hover {
    text-decoration: none;
    color: #3183ba
}

.tags .tag-new a.count:hover {
    background: #3183ba url(/images/skills.plus.icon.png) no-repeat center center;
    text-decoration: none
}

.tags .tag-new a.count:hover .value {
    visibility: hidden
}

.tags .tag-new.link .count:hover {
    background: #3183ba
}

.feed_items .load_more {
    padding: 20px 0;
    margin-bottom: -10px;
    text-align: center;
    border-top: 1px solid #d9dfe0
}

.feed_items .load_more a {
    font-size: 1.063em;
    font-weight: bold
}

.feed_items .feed_item {
    position: relative;
    border-top: 1px solid #d9dfe0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden
}

.feed_items .feed_item:first-child {
    border-top: 0
}

.feed_items .feed_item > .avatar {
    position: absolute;
    left: 0;
    top: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px
}

.feed_items .feed_item > .avatar img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: block
}

.feed_items .feed_item > .icon {
    text-align: center;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 8px;
    top: 92px;
    background: url(/images/feed.event.icons.png) no-repeat 40px 0
}

.feed_items .feed_item > .icon.add_blog_item {
    background-position: -300px 0
}

.feed_items .feed_item > .icon.create_about {
    background-position: -250px 0
}

.feed_items .feed_item > .icon.endorsement_recommendation {
    background-position: -200px 0
}

.feed_items .feed_item > .icon.create_experience {
    background-position: -150px 0
}

.feed_items .feed_item > .icon.comment_work {
    background-position: -100px 0
}

.feed_items .feed_item > .icon.create_recommendation {
    background-position: -50px 0
}

.feed_items .feed_item > .icon.like_work {
    background-position: 0 0
}

.feed_items .feed_item .info {
    margin-left: 65px;
    line-height: 27px;
    padding: 17px 0
}

.feed_items .feed_item .info.short {
    margin-left: 0;
    padding: 0 0 17px;
}

.feed_items .feed_item .info .date {
    /* float: right;*/
    font-size: 0.8em;
    color: #aeb8bc;
    margin-top: 1px;
    line-height: 15px;
}

.info .date .fa {
    margin-right: 5px;
}

.feed_items .feed_item .info .username {
    font-size: 0.938em;
    font-weight: bold;
    display: inline
}

.feed_items .feed_item .info .username a {
    color: #34495e
}

.feed_items .feed_item .info .event_text {
    display: inline;
    font-size: 0.9em;
    color: #34495e
}

.feed_items .feed_item .event_objects {
    margin-left: 65px
}

.feed_items .feed_item .event_objects.short {
    margin-left: 0
}

.feed_items .feed_item .event_objects .work_items {
    padding-top: 10px;
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: -10px
}

.feed_items .feed_item .event_objects .work_items .work_item {
    width: 98%;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    position: relative;
    display: block;
    font-size: 1em
}

.feed_items .feed_item .event_objects .work_items .work_item .img_wrapper {
    width: 98%;
    height: 100px;
    border: 1px solid #dae4e6;
    text-align: center;
    line-height: 144px
}

.feed_items .feed_item .event_objects .work_items .work_item .img_wrapper img {
    width: 98%;
    height: 100px;
    vertical-align: middle;
    display: inline-block
}

.feed_items .feed_item .event_objects .work_items .work_item .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: rgba(26, 188, 156, 0.83);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    line-height: 16px;
    text-align: left
}

.feed_items .feed_item .event_objects .work_items .work_item .overlay .title {
    color: #fff;
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .work_items .work_item .overlay .description {
    color: #fff;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .work_items .work_item .post {
    padding: 10px 20px;
    border: 1px solid #dae4e6;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    line-height: 16px;
    text-align: left
}

.feed_items .feed_item .event_objects .work_items .work_item .post:hover {
    background: rgba(242, 242, 242, 0.83);
    border: 1px solid rgba(242, 242, 242, 0.83)
}

.feed_items .feed_item .event_objects .work_items .work_item .post img {
    display: block;
    margin: 0 auto 15px
}

.feed_items .feed_item .event_objects .work_items .work_item .post .title {
    color: #48525b;
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .work_items .work_item .post .description {
    color: #9ba3aa;
    font-size: 0.813em
}

.feed_items .feed_item .event_objects .work_items .work_item:hover .overlay {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.feed_items .feed_item .event_objects .work_items .work_item.with_author {
    margin-top: 48px
}

.feed_items .feed_item .event_objects .work_items .work_item.with_author .author {
    background: #ebeff6;
    height: 32px;
    padding: 8px;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0
}

.feed_items .feed_item .event_objects .work_items .work_item.with_author .author a.avatar {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.feed_items .feed_item .event_objects .work_items .work_item.with_author .author a.avatar img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block
}

.feed_items .feed_item .event_objects .work_items .work_item.with_author .author a.username {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
    color: #48525b;
    font-size: 0.813em;
    font-weight: bold
}

.feed_items .feed_item .event_objects .work_items .work_item.github .post .title {
    color: #aeb8bc;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0
}

.feed_items .feed_item .event_objects .endorsement_recommendations {
    padding-top: 10px
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation {
    position: relative;
    margin-bottom: 20px
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation:last-child {
    margin-bottom: 0
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .userlogin {
    margin-bottom: 5px;
    color: #34495e;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .userlogin .login {
    color: #34495e;
    font-weight: bold
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .userlogin .recipient {
    color: #34495e
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .tags {
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .tags .tag {
    margin-bottom: 0
}

.feed_items .feed_item .event_objects .endorsement_recommendations .endorsement_recommendation .content {
    font-size: 0.9em;
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .create_recommendation {
    position: relative;
    padding-top: 10px
}

.feed_items .feed_item .event_objects .create_recommendation .userlogin {
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .create_recommendation .userlogin .login {
    color: #34495e;
    font-size: 0.9em;
    font-weight: bold
}

.feed_items .feed_item .event_objects .create_recommendation .tags {
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .create_recommendation .tags .tag {
    margin-bottom: 0
}

.feed_items .feed_item .event_objects .create_recommendation .content {
    font-size: 0.9em;
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .create_about {
    margin-top: 10px;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .create_about .title {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_about .title a {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_about .text {
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .create_about .text .present_time {
    color: #21577d
}

.feed_items .feed_item .event_objects .create_experience {
    margin-top: 10px;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .create_experience .title {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_experience .title a {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_experience .text {
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .create_experience .text .present_time {
    color: #21577d
}

.feed_items .feed_item .event_objects .create_education {
    margin-top: 10px;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .create_education .title {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_education .title a {
    color: #34495e
}

.feed_items .feed_item .event_objects .create_education .text {
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .create_education .text .present_time {
    color: #21577d
}

.feed_items .feed_item .event_objects .comment_event {
    margin-top: 10px;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .comment_event .title {
    color: #34495e
}

.feed_items .feed_item .event_objects .comment_event .title a {
    color: #34495e
}

.feed_items .feed_item .event_objects .comment_event .text {
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .like_article {
    padding-top: 10px
}

.feed_items .feed_item .event_objects .like_article .like_article_items {
    overflow: hidden;
    margin-right: -10px;
    margin-bottom: -10px
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item {
    width: 188px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 48px;
    float: left;
    position: relative;
    height: 146px
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .author {
    background: #ebeff6;
    height: 32px;
    padding: 8px;
    position: absolute;
    top: -48px;
    left: 0;
    right: 0
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .author a.avatar {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .author a.avatar img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .author a.username {
    display: inline-block;
    vertical-align: middle;
    max-width: 130px;
    color: #48525b;
    font-size: 0.813em;
    font-weight: bold
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post {
    padding: 15px 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid #dae4e6;
    overflow: hidden
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post:hover {
    background: rgba(26, 188, 156, 0.83);
    border: 1px solid rgba(26, 188, 156, 0.83)
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post:hover .title {
    color: #fff
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post:hover .description {
    color: #fff
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post .title {
    color: #48525b;
    font-size: 0.938em;
    font-weight: bold;
    margin-bottom: 5px
}

.feed_items .feed_item .event_objects .like_article .like_article_items .like_article_item .post .description {
    color: #9ba3aa;
    font-size: 0.9em
}

.feed_items .feed_item .event_objects .make_follow {
    padding-top: 10px
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single {
    border: 0 solid blue
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single .avatar {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single .avatar img {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: block
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single .userinfo {
    display: inline-block;
    vertical-align: middle;
    width: 400px
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single .userinfo a.login {
    font-size: 0.9em;
    color: #34495e
}

.feed_items .feed_item .event_objects .make_follow .follow_item_single .userinfo .specialization {
    font-size: 0.9em;
    color: #aeb8bc
}

.feed_items .feed_item .event_objects .make_follow .follow_items {
    border: 0 solid #ff0;
    margin-bottom: -10px
}

.feed_items .feed_item .event_objects .make_follow .follow_items .next_more {
    font-size: 0.9em;
    font-weight: bold
}

.feed_items .feed_item .event_objects .make_follow .follow_items .follow_item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.feed_items .feed_item .event_objects .make_follow .follow_items .follow_item .avatar {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px
}

.feed_items .feed_item .event_objects .make_follow .follow_items .follow_item .avatar img {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: block
}

#footer-content header h5 {
    font-size: 1.063em !important;
    margin-bottom: 15px;
    height: 20px
}

#page-footer a {
    color: #1090c0 !important
}

#page-footer a:hover {
    color: #666 !important
}

#page-footer .logo {
    padding: 10px 0;
    height: 50px
}

.form-horizontal .checkbox {
    min-height: 21px;
}

.online-status {
    padding-bottom: 10px;
}

.online-status .online-text {
    font-size: 0.688em;
    color: #aeb8bc;
    margin: auto;
}

.online-status .online:before {
    background-color: #baed21;
    border-radius: 50%;
    content: '';
    height: 9px;
    left: 70px;
    top: 13px;
    position: absolute;
    width: 9px;
}

.edit-link, .edit-link a {
    color: #aeb8bc !important;
    font-size: 0.813em !important;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.b-blog-list {
    padding-bottom: 10px;
    font-size: 0.813em;
}

.b-title {
    margin: 0 0 .5em 0;
}

.b-title__title {
    font-size: 110%;
    font-weight: bold;
    display: inline;
    color: #1090c0;
    text-align: center;
}

.b-title__title a {
    color: #1090c0;
}

.b-blog-list__item {
    margin: 1em 0;
}

.b-blog-list__date {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    font-size: 95%;
    color: #aeb8bc;
}

.b-blog-list__title {
    display: inline;
    margin: 0 0 3px 0;
    font-size: 100%;
    line-height: 125%;
}

.iframe {
    border: none;
    padding-bottom: 25px;

}

.preview_btn {
    background-color: #fff;
    border: 1px solid #e1e8ed;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    margin: 0 0 35px 0;
    font-size: 0.9em;
}

.preview_btn .btn:focus {
    color: #011529;
}

.btnbt {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 0.9em;
    line-height: 1.231;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.btnbt {
    border: 0;
    background: #bdc3c7;
    color: #fff;
    padding: 9px 12px 10px;
    line-height: 22px;
    text-decoration: none;
    border-radius: 6px;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    -o-transition: .25s linear;
    transition: .25s linear;

}

.btnbt.active, .btnbt:active {
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    background-color: #a1a6a9;
    color: rgba(255, 255, 255, 0.75);
}

.btnbt:hover, .btnbt:focus, .btnbt-group:focus .btnbt.dropdown-toggle {
    background-color: #cacfd2;
    color: #fff;
    outline: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-backface-visibility: hidden;
}

.btnbt.btnbt-lg, .input-group-lg .btnbt {
    font-size: 1.063em;
    line-height: 20px;
    padding: 12px 18px 13px;
}

.btnbt.btnbt-primary {
    background-color: #1abc9c;
}

.btnbt.btnbt-primary:hover, .btnbt.btnbt-primary:focus, .btnbt-group:focus .btnbt.btn-primary.dropdown-toggle {
    background-color: #48c9b0
}

.btnbt.btnbt-primary:active, .btnbt-group.open .btnbt.btnbt-primary.dropdown-toggle, .btnbt.btnbt-primary.active {
    background-color: #16a085;
}

a.btnbt {
    text-decoration: none;
}

.user_abuse {
    background-color: #ff765f;
    margin-top: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 21px;
    line-height: 21px;
    color: #f6f7f8;
    font-size: 0.688em;
}

.userAbuse {
    text-align: justify;
}

.button.user_abuse:active {
    background-color: #6f7e95;
    color: #f6f7f8;
}

.button.user_abuse:focus, .button.user_abuse:hover {
    background-color: #6f7e95;
    text-decoration: none;
    color: #f6f7f8;
}

.button.user_abuse:visited, .button.user_abuse:link {
    color: #fff;
}

.chat_box {
    padding: 16px
}

.chat_box .chat_message_wrapper {
    margin-bottom: 12px
}

.chat_box .chat_message_wrapper:after, .chat_box .chat_message_wrapper:before {
    content: " ";
    display: table
}

.chat_box .chat_message_wrapper:after {
    clear: both
}

.chat_box .chat_message_wrapper:after, .chat_box .chat_message_wrapper:before {
    content: " ";
    display: table
}

.chat_box .chat_message_wrapper:after {
    clear: both
}

.chat_box .chat_message_wrapper .chat_user_avatar {
    float: left
}

.chat_box .chat_message_wrapper ul.chat_message {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
    max-width: 60%
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    padding: 0;
    margin: 0;
    list-style: none
}

@media only screen and (max-width: 767px) {
    .chat_box .chat_message_wrapper ul.chat_message {
        max-width: 70%
    }
}

.chat_box .chat_message_wrapper ul.chat_message > li {
    background: #ededed;
    padding: 8px 16px;
    border-radius: 4px;
    position: relative;
    font-size: 0.813em;
    display: block;
    float: left;
    clear: both;
    color: #212121
}

@media only screen and (max-width: 767px) {
    .chat_box .chat_message_wrapper ul.chat_message > li {
        font-size: 0.9em
    }
}

.chat_box .chat_message_wrapper ul.chat_message > li p {
    margin: 0
}

.chat_box .chat_message_wrapper ul.chat_message > li .chat_message_time {
    display: block;
    font-size: 0.688em;
    padding-top: 2px;
    color: #727272;
    text-transform: uppercase
}

.chat_box .chat_message_wrapper ul.chat_message > li:first-child:before {
    position: absolute;
    left: -14px;
    top: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 16px 0;
    border-color: transparent #ededed transparent transparent
}

.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px
}

.chat_box .chat_message_wrapper.chat_message_right .chat_user_avatar {
    float: right
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message {
    float: right;
    margin-left: 0 !important;
    margin-right: 24px !important
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li {
    float: right
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child:before {
    left: auto;
    right: -14px;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent transparent #ededed
}

.chat_box .chat_message_wrapper.chat_message_right ul.chat_message > li .chat_message_time {
    text-align: right
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li {
    background: #616161;
    color: #fff
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li:first-child:before {
    border-right-color: #616161
}

.chat_box.chat_box_colors_a .chat_message_wrapper ul.chat_message > li .chat_message_time {
    color: rgba(255, 255, 255, .7)
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li {
    background: #689f38
}

.chat_box.chat_box_colors_a .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child:before {
    border-left-color: #689f38
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message > li {
    background: #0288d1;
    color: #fff
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message > li:first-child:before {
    border-right-color: #0288d1
}

.chat_box.chat_box_colors_b .chat_message_wrapper ul.chat_message > li .chat_message_time {
    color: rgba(255, 255, 255, .7)
}

.chat_box.chat_box_colors_b .chat_message_wrapper.chat_message_right ul.chat_message > li {
    background: #01579b
}

.chat_box.chat_box_colors_b .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child:before {
    border-left-color: #01579b
}

.chat_box.chat_box_colors_c .chat_message_wrapper ul.chat_message > li {
    background: #e64a19;
    color: #fff
}

.chat_box.chat_box_colors_c .chat_message_wrapper ul.chat_message > li:first-child:before {
    border-right-color: #e64a19
}

.chat_box.chat_box_colors_d .chat_message_wrapper.chat_message_right ul.chat_message > li .chat_message_time {
    color: rgba(255, 255, 255, .7)
}

.chat_box.chat_box_colors_d .chat_message_wrapper.chat_message_right ul.chat_message > li:first-child:before {
    border-left-color: #4527a0
}

.chat_box_wrapper {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px 0;
    padding: 0 20px 0 0;
}

.chat_box_wrapper .chat_box {
    height: 100%;
    max-height: 700px;
}

.chat_box_wrapper .prev {
    padding: 10px;
    text-align: center;
    font-size: 0.9em
}

.chat_box a {
    color: #fff;
    text-decoration: underline;
}

a.dashed {
    color: #000;
    text-decoration: none;
}

.chat_box a:hover {
    text-decoration: none;
}

#messages {
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
}

#chat_box_contact {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 800px;
}

#chat_box_contact button.close {
    margin-right: 10px;
}

.chat_submit_box {
    background: #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 8px 8px 12px 16px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    box-sizing: border-box
}

.chat_submit_box textarea {
    min-height: 40px;
    max-height: 40px;
    padding: 4px 4px 8px
}

#sidebar_secondary .chat_box_wrapper, #sidebar_secondary .chat_sidebar_close, #sidebar_secondary .chat_submit_box {
    display: none
}

#sidebar_secondary.chat_sidebar {
    padding-bottom: 68px
}

#sidebar_secondary.chat_sidebar .chat_sidebar_close, #sidebar_secondary.chat_sidebar .chat_submit_box {
    display: block
}

#sidebar_secondary .chat_sidebar_close {
    position: absolute;
    top: 52px;
    right: 8px
}

#sidebar_secondary .chat_box_wrapper {
    padding-bottom: 0
}

.chat_box_small.chat_box_wrapper {
    margin: 0 -16px
}

.md-list.chat_users li {
    cursor: pointer
}

.chat_box_wrapper p {
    color: #fff;
}

.md-user-image {
    width: 34px;
    border-radius: 50%
}

/* Tabs */
.tabs {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.tabs li.tab {
    background-color: #ffffff;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
}

.tabs li.tab a {
    -moz-transition: color 0.28s ease;
    -ms-transition: color 0.28s ease;
    -o-transition: color 0.28s ease;
    -webkit-transition: color 0.28s ease;
    color: #ee6e73;
    display: block;
    height: 100%;
    text-decoration: none;
    transition: color 0.28s ease;
    width: 100%;
}

.tabs li.tab a.active {
}

.tabs .indicator {
    bottom: 0;
    height: 2px;
    position: absolute;
    will-change: left, right;
}

.tabs-top .indicator {
    top: 0;
}

.nav-pills li a {
    line-height: 36px !important;
    padding: 0px 15px;
}

.nav.nav-tabs + .tab-content {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
}

.tabs-vertical-env {
    margin-bottom: 30px;
    padding: 15px 5px;
    background-color: #e0e6e7;
}

.tabs-vertical-env .tab-content {
    background: #ffffff;
    display: table-cell;
    margin-bottom: 30px;
    padding: 30px;
    vertical-align: top;
}

.tabs-vertical-env .nav.tabs-vertical {
    display: table-cell;
    min-width: 120px;
    vertical-align: top;
    width: 150px;
}

.tabs-vertical-env .nav.tabs-vertical li.active > a {
    background-color: #ffffff;
    border: 0;
}

.tabs-vertical-env .nav.tabs-vertical li > a {
    color: #333333;
    text-align: center;
    white-space: nowrap;
}

.nav.nav-tabs > li.active > a {
    background-color: #eee;
    border: 0;
}

.nav.nav-tabs > li > a,
.nav.tabs-vertical > li > a {
    background-color: transparent;
    border-radius: 0;
    border: none;
    color: #505461 !important;
    cursor: pointer;
    line-height: 50px;
    padding: 0px 20px !important;
    letter-spacing: 0.03em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Source Sans Pro", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab-content {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #777777;
}

.nav.nav-tabs > li:last-of-type a {
    margin-right: 0px;
}

.nav.nav-tabs {
    border-bottom: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.navtab-bg {
    background-color: #f4f8fb;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus,
.tabs-vertical-env .nav.tabs-vertical li.active > a {
    border: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
    color: #336699 !important;
}

#qAnswers, .answer-list {
    border-top: 1px dashed #aaa;
    margin-top: 20px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 850px;
    min-width: 450px;
}

.mfp-content {
    max-width: 850px;
}

.block__list_words li {
    background-color: #fff;
    padding: 10px 40px;
    font-size: 1.25em;
}

.block__title {
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    position: relative;
    background-color: #FF7373;
    z-index: 1000;
}

.layer {
    padding-top: 20px;
}

.block__title_xl {
    padding: 3px 15px;
    font-size: 2.5em;
}

.drag-handle {
    margin-right: 10px;
    font: bold 20px Sans-Serif;
    color: #5F9EDF;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing;
    float: left;
}
.drag-category {
    color: #5F9EDF;
    display: inline-block;
    cursor: move;
    cursor: -webkit-grabbing;
    float: left;
}