html, body, * {
    /* direction: rtl; */
}

html, body {
    height: 100%;
}

main {
    height: 100%;
    overflow-y: auto;
    display: block;
}

a:focus{
    outline: 0;
}

.custom-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #e0e0e0;
}

.page-user header {
    padding: 15px 20px;
}

.page-user header p {
    color: #7000E3;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    line-height: 40px;
}

.verif {
    padding: 5px;
    background: #eee;
    width: 40px;
    height: 40px;
    color: #7000E3;
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
    line-height: 38px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.verif .fa {
    font-size: 24px;
}

.verif:hover {
    background: #FB7D20;
    color: #7000E3;
}

.page-user .left-column {
    border-right: 1px solid #eee;
    padding-top: 20px;
}

.page-user .left-column .divider:after {
    display: block;
    width: 100%;
    content: '';
    margin: 15px 0;
    height: 1px;
    background: #eee;
}

.page-user .left-column .btn-block a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.page-user .left-column .btn-block a.ko_btn_message {
    color: #7000e3;
    border: 1px solid #7000e3;
}

.page-user .left-column .btn-block a i {
    font-size: 36px;
    line-height: 70px;
}

.page-user .left-column .btn-block p {
    color: #000;
    margin: 0;
    font-size: 14px;
}


.ko_account_page .left-column {
    border-right: 1px solid #eee;
    padding-top: 78px;
}

.ko_account_page .left-column .divider:after {
    display: block;
    width: 100%;
    content: '';
    margin: 15px 0;
    height: 1px;
    background: #eee;
}

.ko_account_page .left-column .btn-block a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.ko_account_page .left-column .btn-block a.ko_btn_message {
    color: #7000e3;
    border: 1px solid #7000e3;
}

.ko_account_page .left-column .btn-block a i {
    font-size: 36px;
    line-height: 70px;
}

.ko_account_page .left-column .btn-block p {
    color: #000;
    margin: 0;
    font-size: 14px;
}



.page-user-account .left-column {
    /*border-right: 1px solid #eee;*/
    padding-top: 78px;
}

.page-user-account .left-column .divider:after {
    display: block;
    width: 100%;
    content: '';
    margin: 15px 0;
    height: 1px;
    background: #eee;
}

.page-user-account .left-column .btn-block a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
}

.page-user-account .left-column .btn-block a.ko_btn_message {
    color: #7000e3;
    border: 1px solid #7000e3;
}

.page-user-account .left-column .btn-block a i {
    font-size: 36px;
    line-height: 70px;
}

.page-user-account .left-column .btn-block p {
    color: #000;
    margin: 0;
    font-size: 14px;
}


.column_online_info {
    line-height: 200%;
    text-align: right;
    margin-bottom: 0;
    direction: rtl;
}

#data {
    padding-top: 20px;
    direction: rtl;
}

.photo-gallery-wrapper,
.photo-gallery-big {
    background: #02538c;
}

.photo-gallery-wrapper {
    height: 150px;
    overflow: hidden;
    direction: ltr;
}

.photo-gallery-wrapper img {
    width: 100%;
}

.photo-gallery-wrapper .gallery-item img {
    width: 150px;
    height: 150px;
}

.photo-gallery-wrapper .gallery-item .private-toggle {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    height: 24px;
    line-height: 14px;
    padding: 5px 7px;
    background: rgba(50, 50, 50, .7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page-user:not(.page-user-account) .photo-gallery-wrapper .gallery-item .private-toggle {
    bottom: auto;
    top: 10px;
}

.photo-gallery-wrapper .gallery-item .private-toggle .fa {
    font-size: 14px;
    height: 14px;
    color: #fff;
    vertical-align: middle;
}

.photo-gallery-wrapper img,
.photo-gallery-big img {
    cursor: pointer;
}

.photo-gallery-big {
    width: 100%;
    height: auto;
    max-height: 0;

    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.photo-gallery-big.opened {
    max-height: 99999px;
}

.photo-gallery-big img {
    display: block;
    margin: 0 auto;
    height: 360px;
}

.photo-gallery-wrapper .buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    padding-top: 100px;
    text-align: center;
}

.photo-gallery-wrapper .buttons > a {
    color: #fff;
    height: 35px;
    width: 35px;
    margin: 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    background: #333;
    padding: 0;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.photo-gallery-wrapper .buttons > a i {
    font-size: 20px;
    line-height: 33px;
}

.photo-gallery-wrapper .buttons > a:hover {
    background: #fff;
}

.photo-gallery-wrapper .buttons > a:hover i {
    color: #000;
}

.photo-gallery-wrapper .buttons > a span {
    display: none;
}

.btn-upload {
    width: calc(100% - 100px);
    margin: 0;
    color: #7000E3;
    font-weight: bold;
    font-size: 17px;
    background: transparent;
    border: 1px solid #7000E3;
    line-height: 26px;
}

.btn-upload:hover,
.btn-upload:active,
.btn-upload:focus {
    background: #eee;
    color: #7000E3;
    border: 1px solid #7000E3;
}

.bx-wrapper .bx-pager {
    display: none;
    bottom: 10px;
}

.photo-gallery-wrapper .buttons .dropdown {
    display: none;
}

.photo-gallery-placeholder {
    width: 100%;
    height: 150px;
    background: #414141;
}

.photo-gallery-placeholder img {
    height: 150px;
    width: 150px;
}

.photo-gallery-placeholder table {
    width: 100%;
    height: 100%;
    color: #fff;
}

.photo-gallery-placeholder table td {
    text-align: center;
    vertical-align: middle;
}

.photo-gallery-wrapper .gallery-item {
    /* left: 0; */
}

.modal-body-content {
    background: #eee;
    border: 2px dashed #ccc !important;
    padding: 20px 10px;
    text-align: right;
    direction: rtl;
}

.modal-body-content p:last-child {
    margin-bottom: 0;
}

#ko_modal_search form {
    direction: rtl;
}

#ko_modal_search form .form-control {
    /*width: 200px;*/
    font-size: 13px;
    font-weight: 700;
}

#ko_modal_search form .form-group-checkbox {
    /*padding: 29px 0 0;*/
}

#ko_modal_search form .form-group-checkbox label {
    cursor: pointer;
}

#ko_modal_search form .form-group-checkbox input {
    margin-left: 10px;
    float: right;
}

#modal_upload_photo form .form-group-checkbox {
    /*padding: 29px 0 0;*/
}

#modal_upload_photo form .form-group-checkbox label {
    cursor: pointer;
}

#modal_upload_photo form .form-group-checkbox input {
    margin-left: 10px;
    float: right;
}

.modal-dialog {
    margin: 55px auto 10px;
    max-width: 320px;
}

.profile-buttons {
    text-align: center;
}

.page-user .left-column .divider.btn-block:after {
    width: 100px;
    margin: 40px auto;
}

.ko_account_page .left-column .divider.btn-block:after {
    width: 100px;
    margin: 40px auto;
}

#data .actions {
    float: left;
}

.left-column .actions {
    text-align: center;
}

.left-column .actions a {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.actions-account {
    margin-top: 20px;
}

.actions-account a.circle {
    margin: 0 10px 0 0;
    float: left;
}

.profile_settings_page .actions {
    padding-top: 10px;
}

.profile_settings_page .actions a {
    float: left;
}

.username span:first-child {
    float: right;
}

.username {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.btn-block + .btn-block {
    margin-top: 0;
}

#sidebar-logo a span:nth-child(1) {
    color: #286cc6;
    font-size: 40px;
}

#sidebar-logo a span:nth-child(2) {
    color: #00c2f0;
    font-size: 26px;
}

#sidebar-logo a span:nth-child(3) {
    color: #40b800;
    font-size: 40px;
}

#sidebar-logo a span:nth-child(4) {
    color: #ff7e00;
    font-size: 36px;
}

#user-menu {
    margin: 0 10px;
}

.ffspan a i,
.ko_mob_icon > i {
    float: left;
    width: 20px;
    height: 20px;
    background: #ff4000;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
}

.ko_mob_icon > i {
    float: none;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% + 10px);
}

#ko_mobile_nav_links .user_profile_link img {
    width: 25px;
    height: 25px;
}

.message-wrapper .users-list {
    width: 320px;
    float: right;
    border-left: 1px solid #E0E0E0;
    height: 100%;
}

.user-filter {
    padding: 10px;
}

.user-filter a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    color: #000;
    display: block;
    width: 50%;
    float: right;
    text-align: center;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
}

.user-filter.advanced a {
    width: 25%;
}

.user-filter a.active {
    border-color: #7000E3;
    color: #7000E3;
}

.user-filter a.all-users i {
    background: url('/image/icons/all_users.png') no-repeat center;
    width: 27px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.user-filter a.all-users.active i {
    background: url('/image/icons/all_users_active.png') no-repeat center;
    background-size: 100%;
}

.user-filter a.online-users i {
    background: url('/image/icons/online_users.png') no-repeat center;
    width: 10px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.user-filter a.online-users.active i {
    background: url('/image/icons/online_users_active.png') no-repeat center;
    background-size: 100%;
}

.user-filter a.liked-users i {
    background: url('/image/icons/heart.png') no-repeat center;
    width: 19px;
    height: 16px;
    display: inline-block;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.user-filter a.liked-users.active i {
    background: url('/image/icons/heart_active.png') no-repeat center;
    background-size: 100%;
}

.user-filter a.double-liked-users i {
    background: url('/image/icons/heart_double.png') no-repeat center;
    width: 32px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    margin-right: 5px;
    vertical-align: middle;
}

.user-filter a.double-liked-users.active i {
    background: url('/image/icons/heart_double_active.png') no-repeat center;
    background-size: 100%;
}

.users-list .user-filter + .user-filter {
    padding-top: 0;
}

.filters-wrapper.two-column .user-filter {
    width: 50%;
    float: right;
}

.filters-wrapper.three-column .user-filter {
    width: 27%;
    float: right;
}

.filters-wrapper.three-column .user-filter.liked-filter {
    width: 35%;
}

.filters-wrapper.three-column .user-filter.advanced {
    width: 38%;
}

.users-list-wrapper {
    overflow: auto;
    height: calc(100%);
}

.user-filter.advanced + .users-list-wrapper {
    height: calc(100% - 138px);
}

.users-list-wrapper .single-user {
    display: block;
    padding: 10px 15px 10px 15px;
}

.users-list-wrapper .single-user:hover,
.users-list-wrapper .single-user.active {
    background: rgba(224, 224, 224, .3);
}

.users-list-wrapper .single-user {
    /*border-bottom: 1px solid #E0E0E0;*/
}

.users-list-wrapper .single-user .user-logo {
    float: right;
    width: 70px;
    margin-left: 10px;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.users-list-wrapper .single-user .user-logo img {
    width: 70px;
    height: 70px;
}

.users-list-wrapper .single-user .user-logo .group {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.users-list-wrapper .single-user .user-logo .group span {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(65, 9, 228, .98);
    font-size: 10px;
    text-align: center;
    color: #fff;
    padding-bottom: 4px;
}

.users-list-wrapper .single-user .user-logo .online-sensor {
    top: calc(14.64% - 6px);
    right: calc(14.64% - 6px);
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-size: 16px 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

.users-list-wrapper .single-user .message-data {
    float: left;
    width: calc(100% - 80px);
    direction: rtl;
    text-align: right;
    padding: 10px 0;
    position: relative;
}

.users-list-wrapper .single-user:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    position: relative;
    bottom: -10px;
}

.users-list-wrapper .single-user .message-data .message {
    color: #aaa;
    margin-left: 25px;
    margin-top: 10px;
    font-size: 14px;
}

.users-list-wrapper .single-user .user-logo i {
    position: absolute;
    left: 0;
    top: 50px;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    background: #ff4000;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-style: normal;
    z-index: 1;
}

.messages-wrapper {
    height: 100vh;
}

.message-wrapper .message-container {
    float: left;
    width: calc(100% - 320px);
    height: 100%;
    background: url("../image/icons/chat-placeholder.png") no-repeat center;
    background-size: 50%;
}

.message-wrapper .message-container.has-messages {
    background: none;
}

.message-wrapper .message-container.has-loader {
    background: url("../image/icons/loading_apple.gif") no-repeat center;
    background-size: 25%;
}

.message-container .header {
    background-color:#F8F8F8;
    padding: 2px;
    border-bottom: 1px solid #E0E0E0;
}

.message-container .header .buttons {
    float: left;
    width: 143px;
}

.message-container .header .buttons a {
    float: left;
    display: block;
    border: 1px solid #ccc;
    width: 41px;
    height: 41px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.message-container .header .buttons a + a {
    margin-left: 10px;
}

.message-container .header .buttons a i {
    line-height: 39px;
    font-size: 18px;
    color: #7000E3;
}

.message-container .header .buttons a i.fa-lock,
.message-container .header .buttons a i.fa-unlock {
    color: #cc2;
}

.message-container .header .buttons a i.fa-times {
    color: #c66;
}

.message-container .header .username {
    width: calc(100% - 153px);
    float: right;
    line-height: 41px;
    text-align: center;
    font-size: 20px;
    direction: rtl;
}

.message-container .header .username p {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 0;
}

.message-container .header .username p + p {
    line-height: 15px;
    font-size: 12px;
    color: #000;
}

.message-container .header .username span:first-child {
    float: none;
}

.messages-container {
    overflow: auto;
    height: calc(100% - 107px);
}

.messages-wrapper .blocked {
    margin: 0 auto;
    padding-top: 250px;
    background: url(/image/icons/lock.png) no-repeat top center;
    background-size: 250px 250px;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.chat-message {
    padding: 5px 10px;
}

.chat-message > img {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.chat-message .chat-message-inner {
    float: left;
    width: 400px;
    max-width: calc(100% - 120px);
    position: relative;
}

.chat-message:not(.my-message) + .chat-message:not(.my-message) .chat-message-inner {
    margin-left: 60px;
}

.chat-message:not(.my-message) + .chat-message:not(.my-message) img + .chat-message-inner {
    margin-left: 0;
}

.chat-message.my-message + .chat-message.my-message .chat-message-inner {
    margin-right: 60px;
}

.chat-message.my-message + .chat-message.my-message img + .chat-message-inner {
    margin-left: 0;
}

.chat-message .message-content {
    background: #7000E3;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0;
    border: none;
    outline: none;
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    word-wrap: break-word;
    direction: rtl;
}

.chat-message .message-content.text-smeary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chat-message .message-content:before {
    display: block;
    border: 7px solid transparent;
    border-right: 7px solid #7000E3;
    content: '';
    position: absolute;
    left: -13px;
    top: 9px;
}

.chat-message.my-message .message-content:before {
    right: -14px;
    left: auto;
    border: 7px solid transparent;
    border-left: 7px solid #f7f7f7;
}

.chat-message.service_message:not(.my-message) .message-content:before {
    border-right-color: #ff4000;
}

.chat-message.my-message.service_message .message-content:before {
    border-left-color: #ff4000;
}

.chat-message .date {
    float: left;
    color: #949494;
    font-size: 11px;
}

.chat-message .status {
    float: right;
    color: #949494;
    font-size: 11px;
}

.chat-message.my-message > img {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.chat-message.my-message .chat-message-inner {
    float: right;
}

.chat-message.my-message .message-content {
    background: #f7f7f7;
    color: #000;
}

.chat-message.my-message + .chat-message:not(.my-message),
.chat-message:not(.my-message) + .chat-message.my-message {
    margin-top: 20px;
}

.chat-message.service_message .message-content {
    background: #ff4000;
    color: #fff;
}

.message-emo-img {
    width: 28px;
    height: 28px;
}

.users-list .message-emo-img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.messages-wrapper .service-message {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #E0E0E0;
    background: rgba(247, 247, 247, .4);
}

.messages-wrapper .service-message p {
    margin: 0;
}

.messages-wrapper .service-message p + p {
    margin-top: 10px;
}

.create-message {
    height: 61px;
    border-top: 1px solid #e0e0e0;
    position: relative;
}

.create-message > .dropup {
    float: right;
    height: 60px;
    width: 50px;

    display: none;
}

.create-message > .dropup button {
    height: 60px;
    width: 50px;
    font-size: 30px;
    color: #000;
    border-radius: 0;
    background: transparent !important;
    padding: 0;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.create-message > .dropup.open button {
    color: #000;
}

.create-message > .dropup button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.create-message > .dropup ul {
    padding: 0;
    margin: 0;
    right: 0;
    left: auto;
    width: 100%;
}

.create-message > .dropup ul > li {
    float: right;
    width: 34px;
    height: 34px;
}

.create-message > .dropup ul > li > img {
    padding: 5px;
    cursor: pointer;
}

.create-message > .content,
.create-message > textarea {
    float: right;
    width: calc(100% - 150px);
    height: 59px;
    border: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    direction: rtl;
    padding: 3px 5px;
    line-height: 18px;
    font-family: Helvetica, Arial, sans-serif !important;
    background: #fff;
    margin: 0;
    white-space: pre-line;
    overflow: auto;
}
.create-message > .content.a100 {
width: calc(100% - 100px);
}

.create-message > textarea {
    display: none;
}

.create-message > .content img {
    height: 16px;
    width: 16px;
}

.create-message > textarea:focus {
    outline: none;
}

.create-message > button {
    float: right;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    width: 50px;
    border: none;
    background: transparent;
    font-size: 26px;

    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

.create-message > .dropup button:hover,
.create-message > button:hover {
    color: #7000E3;
    background: #f7f7f7 !important;
}

.bootbox-alert .modal-footer {
    display: none;
}

.modal.bootbox .modal-header {
    border-bottom: none;
}

.bootbox-alert .modal-body {
    padding: 15px;
    background: #f7f7f7;
}

.bootbox-confirm .modal-footer {
    background: #f7f7f7;
}

.bootbox-alert .bootbox-body {
    font-weight: 700;
    border: 2px dashed #ccc;
    padding: 15px 10px;
    background: #eee;
}

.bootbox-confirm .modal-body {
    padding: 15px;
    background: #f7f7f7;
}

.bootbox-confirm .bootbox-body {
    font-weight: 700;
    border: 2px dashed #ccc;
    padding: 15px 10px;
    background: #eee;
}

/*.bootbox-body {
    max-width: 300px;
}*/

.hidden-desktop {
    display: none;
}

.mobile-header .button-wrapper {
    float: left;
    width: 41px;
    height: 41px;
}

.message-container .mobile-header .username {
    width: calc(100% - 82px);
    float: left;
}

.mobile-header .button-wrapper .button {
    width: 41px;
    height: 41px;
    display: block;
    border: 1px solid #ccc;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 0;
    margin: 0;
    background: transparent !important;
    text-align: center;
    line-height: 41px;
}

.mobile-header .button-wrapper .go-back {
    display: block;
    text-align: center;
}

.mobile-header .button-wrapper .button img {
    display: block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.mobile-header .button-wrapper .button i,
.mobile-header .button-wrapper .go-back i {
    color: #7000e3;
    font-size: 24px;
    line-height: 39px;
    font-weight: bold;
}

.mobile-header .button-wrapper .go-back i {
    font-size: 20px;
    font-weight: normal;
}

#mobile_drop_msg_user ~ .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    width: 240px;
}

#mobile_drop_msg_user ~ .dropdown-menu .fa {
    margin-right: 5px;
    font-size: 15px;
}

.message-content p[data-item] {
    margin: 10px 0 0;
}

.message-content p[data-item] .btn {
    border: 1px solid #d9d9d9;
}

.messages-container-inner {
    position: relative;
}

/*
TODO remove next styles
*/
.chat-message.unread:not(.my-message) {
    /*background: green !important;*/
}

.btn-success {
    background: #7000e3;
    border-color: #7000e3;

    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-success:hover {
    background: #4d00c0;
    border-color: #4d00c0;
}

.btn-danger,
.btn-danger:focus,
.btn-danger:active {
    background: #fff;
    border-color: #dcdcdc;
    color: #303030;

    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.btn-danger:hover {
    background: #efefef;
    border-color: #dcdcdc;
    color: #303030;
}

.online-sensor {
    display: inline-block;
    height: 100%;
    background: url('../img/offline.png') no-repeat center;
    background-size: 8px 8px;
    vertical-align: sub;
    width: 16px;
}

.online-sensor.online {
    background: url('../img/online.png') no-repeat center;
    background-size: 8px 8px;
}

.users-list .online-sensor {
    height: 20px;
}

.message-container .username .online-sensor {
    height: 25px;
}

.ko_grid_item_title .online-sensor {
    height: 18px;
    margin-right: 0px;
}

#data .username .online-sensor {
    height: 20px;
}

.new-messages-wrapper {
    margin: 20px 0;
}

.new-messages-wrapper .line {
    float: left;
    width: calc(50% - 80px);
    height: 1px;
    background: #776b6b;
    margin-top: 14px;
}

.new-messages-wrapper .text {
    float: left;
    width: 160px;
    height: 30px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    border: 1px solid #776b6b;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #776b6b;
}

#grid_desktop .thumbnail span.username,
#matches_desktop .thumbnail span.username {
    color: #7000E3;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

#grid li .ko_new {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 6px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    background: red;
    line-height: 100%;
    color: #fff;
}

#grid li .ko_new span {
    color: #fff;
}

.users-list-wrapper .single-user .message-data .date {
    float: left;
    line-height: 10px;
    font-size: 12px;
    text-align: left;
    color: #000;
    position: relative;
    top: 7px;
}

a.link-back {
    position: absolute;
    background: #000;
    z-index: 100;
    display: none;
    text-align: center;
    left: 15px;
    top: 63px;
    border: none;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    height: 41px;
    width: 41px;
}

a.link-back i {
    display: block;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 20px;
}

.photo-gallery-wrapper .buttons a span {
    display: inline;
}

.photo-gallery-wrapper .buttons > a {
    display: none;
}

.photo-gallery-wrapper .buttons {
    padding-top: 0;
}

.photo-gallery-wrapper .buttons .dropdown {
    display: block;
}

.photo-gallery-wrapper .buttons .dropdown-toggle {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 8px 3px 6px;
    font-size: 22px;
    border-radius: 20px;
    background: #333 !important;
    border: 1px solid #fff !important;
}

.photo-gallery-wrapper .buttons .dropdown-menu {
    margin: 0;
    padding: 0;
    top: 50px;
    right: auto;
    width: calc(100% - 10px);
    left: 5px;
    border-radius: 15px;
    min-width: 135px;
    z-index: 10000;
    overflow: hidden;
}

.photo-gallery-wrapper .buttons .dropdown-menu li a {
    direction: rtl;
    text-align: right;
    padding: 6px 5px;
    border-bottom: 1px solid #000;
    font-size: 13px;
}

.photo-gallery-wrapper .buttons .dropdown-menu li:last-child a {
    border-bottom: none;
}

.thumb-image .online-sensor.online,
.thumb-image .online-sensor.offline {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
    background-size: 10px 10px;
}

.grid li > a + a {
    padding: 10px 10px 5px;
    border-bottom: 1px solid #eee;
}

.grid .thumbnail .user-age {
    text-align: right;
    direction: rtl;
    color: #000;
}

.grid .thumbnail .user-age span {
    color: #7000E3;
}

.overflow-dots {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fa-heart-double,
#grid li .ko_grid_item_buttons i.fa-heart-double {
    line-height: 1;
    width: 38px;
    height: 38px;
    position: relative;
    font-size: 22px;
}

.fa-heart-double:before {
    top: 6px;
    left: 9px;
    position: relative;
}

.fa-heart-double:after {
    content: "\f004";
    position: relative;
    bottom: -12px;
    right: 2px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.profile-buttons .fa-heart-double {
    width: 68px;
    height: 68px;
}

.profile-buttons .fa-heart-double:before {
    top: -4px;
    left: 8px;
}

.profile-buttons .fa-heart-double:after {
    bottom: -6px;
    right: 9px;
}

.only-mobile {
    display: none !important;
}

.h1 {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}

.users-list .h1 {
    line-height: 25px;
    margin: 0;
}

ul#grid {
    padding-top: 30px;
}

.filters-wrapper + #grid_desktop ul#grid {
    padding-top: 0;
}

#ko_mobile_icons .ko_mob_icon a {
    line-height: 32px;
}

#ko_mobile_icons .ko_mob_icon a .fa {
    line-height: 32px;
}

#ko_mobile_icons .ko_mob_icon a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
}

.h1.has-subline {
    border-bottom: 1px solid #E0E0E0;
}

.load-users {
    display: block;
    margin: 0 10px 20px;
    text-align: center;
    width: calc(100% - 20px);
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #23527c;
    font-size: 14px;
    line-height: 30px;
    background: rgba(221, 221, 221, .2);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .15);
}

.load-users:hover {
}

#wrapper.message-wrapper {
    height: 100vh;
}

.form-control-checkbox {
    width: 20px;
    position: relative;
    margin: 20px auto;
}

.form-control-checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
}

.form-control-checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.form-control-checkbox label:hover:after {
    opacity: 0.5;
}

.form-control-checkbox input[type=checkbox] {
    visibility: hidden;
}

.form-control-checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.form-group-checkbox .form-control {
    padding: 6px 0;
    background: none;
    border: none;
}

.form-group-checkbox .form-control .form-control-checkbox {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form-group-checkbox .form-control .form-control-checkbox label {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.form-group-checkbox .form-control .form-control-checkbox label:after {
    width: 19px;
    height: 12px;
    border: 4px solid #333;
    border-top: none;
    border-right: none;
}

.form-group-checkbox .form-control > label {
    margin: 0;
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
}

.nstSlider + div {
    width: 100%;
    margin-top: 5px;
}

#ko_modal_search .modal-body > .form-group {
    margin-bottom: 0;
}

#ko_modal_search .modal-dialog {
    margin: 55px auto 10px;
}

.modal-body #superwrapper,
.modal-body #wrapper {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#modalProfile .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#modalProfile .modal-body {
    padding: 0;
}

.photo-gallery-wrapper.loading {
    background: #414141 url('../image/icons/loading_apple.gif') no-repeat center;
    background-size: 30px;
}

.photo-gallery-wrapper.loading * {
    visibility: hidden;
}

.modal-body {
    direction: rtl;
}

#ko_modal_forgot .control-label,
#ko_modal_signup .control-label,
#ko_modal_signin .control-label {
    line-height: 1.1;
}

#ko_modal_signin .form-group-half,
#ko_modal_signin .forgot-password {
    width: 50%;
    float: right;
}

#ko_modal_signin .form-group-half {
    margin-bottom: 0;
}

#ko_modal_signin .form-group-half input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin: 0;
}

#ko_modal_signin .form-group-half label {
    line-height: 20px;
    margin: 0;
}

#ko_modal_signin .forgot-password {
    text-align: left;
}

#ko_modal_signin .forgot-password a {
    color: #303030;
}

#ko_modal_signin .forgot-password a:hover {
    text-decoration: underline !important;
}

label {
    cursor: pointer;
}

#ko_modal_signin input[type=text],
#ko_modal_signin input[type=email],
#ko_modal_signin input[type=password],
#ko_modal_forgot input[type=text],
#ko_modal_signup input[type=text] {
    direction: ltr;
    text-align: left;
}

.modal-footer .btn {
    width: 130px;
    margin: 0;
    float: right;
    border: solid 1px #D9D9D9;
}

.modal-footer .btn + .btn {
    margin: 0;
}

/*.modal-footer .btn + .btn .ko_btn_cancel{
    margin-right: 10px;
}*/

.modal-footer .ko_btn_cancel {
    margin-right: 10px !important;
}

.modal-sm .modal-footer .btn {
    width: calc(50% - 5px);
}

.modal-footer .btn {
    width: calc(50% - 5px);
}

#ko_modal_forgot .form-group,
#ko_modal_signup .form-group {
    margin-bottom: 0;
}

.modal-content .border {
    font-weight: 700;
    margin: 15px;
    border: 2px dashed #ccc;
    background: #eee;
    padding: 15px 10px;
    text-align: right;
    direction: rtl;
    line-height: 1.1;
}

.form-group .help-block,
.actions-account .help-block {
    font-size: 12px;
    line-height: 1.1;
    margin: 5px 0 0;
}

.actions-account .help-block {
    text-align: right;
    color: #a94442;
}

.modal-content {
    overflow: hidden;
}

.full-column > nav {
    margin: 0 0 15px;
    text-align: center;
}

.full-column > nav ul {
    margin: 0;
    display: inline-block;
    width: auto;
}

.full-column > nav li {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    margin: 0 10px;
}

.full-column > nav a {
    width: 40px;
    padding: 0;
    height: 40px;
    text-align: center;
    border: none;
}

.full-column > nav a:hover {
    background: transparent;
}

.full-column > nav a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    font-size: 38px;
    color: #7000E3;
}

.profile_settings_page form .form-control {
    height: 40px;
    direction: ltr;
}

.page-user-account .ko_form_profile .form-group label {
    color: #303030;
    font-size: 20px !important;
    display: block;
    width: 100%;
    margin: 10px 0;
    line-height: 1.1;
}

.form-group .smallinput {
    width: calc(28% - 10px);
    float: left;
}

.form-group .smallinput + .smallinput {
    width: calc(38% - 5px);
    margin-left: 10px;
}

.form-group .smallinput + .smallinput + .smallinput {
    width: calc(34% - 5px);
}

#modal_upload_photo .form-group {
    margin: 10px 0 15px;
}

#modal_upload_photo .form-group input[type=checkbox],
#modal_upload_photo .form-group label {
    margin: 0;
}

#modal_upload_photo button[type=submit] {
    margin: 0;
    background-color: #7000E3 !important;
}

.search-by-id .form-group {
    float: right;
    width: calc(100% - 40px);
    margin: 0;
}

.search-by-id .form-group input {
    direction: ltr;
}

.search-by-id button {
    float: right;
    width: 34px;
    height: 34px;
    margin: 25px 6px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background: #7000E3;
    border: 1px solid #ccc;
}

.affix .search-by-id {
    padding: 0 10px;
}

.affix .search-by-id:before {
    border-top: 1px solid #eee;
    display: block;
    width: 100%;
    margin: 10px 0;
}

#ko_mobile_nav_links .search-by-id {
    padding: 10px;
}

#ko_mobile_nav ul form i.fa {
    margin: 0;
}

.grid {
    margin: 0;
}

.text-smeary,
.user-regular .message-wrapper .users-list .message {
    color: transparent !important;
    text-shadow: 0 0 10px #000;
}

.user-regular .message-wrapper .users-list .message.pf-message,
.user-regular .message-wrapper .users-list .message.normal-message {
    color: #000 !important;
    text-shadow: none;
}

.user-regular .chat-message .message-content:not(.pf-message) {
    text-shadow: 0 0 10px #fff;
}

.user-regular .chat-message .message-content:not(.text-smeary) {
    text-shadow: none;
}

.user-regular #grid li .ko_grid_item_title.text-smeary {
    /*text-shadow: 0 0 10px #7000E3;*/

}

.chat-message .message-content .buy-vip {
    text-shadow: none;
    font-size: 12px;
}

.chat-message .message-content .buy-vip:before {
    display: block;
    width: 100%;
    content: '';
    height: 1px;
    background: rgba(255, 255, 255, .5);
    margin: 5px 0 0;
}

.chat-message .message-content .buy-vip a {
    color: #fff;
    text-decoration: underline;
}

#ko_fixed_cont .buttontr {
    margin: 0 auto 20px;
    width: 200px;
    display: block;
}

.bottom-line {
    display: none;
}

#ko_mobile_nav .header-logo {
    width: calc(100% - 38px);
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 3px;
}

#ko_mobile_nav .header-logo a {
    float: left;
    margin-left: 37px;
}

#ko_mobile_nav .header-logo img {
    height: 26px;
}

#ko_mobile_nav .header-logo p {

    line-height: 100%;
    margin: 0 0 0 37px;
    float: left;
    font-style: italic;
    font-size: 14px;
}

.footer-logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 45px;
    z-index: -100;
    text-align: center;
}

.footer-logo > .clearfix {

    display:flex;
    align-items: center;
    flex-direction: column;
    padding: 3px;
}

.footer-logo a {
    float: left;
}

.footer-logo img {
    height: 26px;
}

.footer-logo p {
    /*margin: 10px 0 0 5px;*/
    line-height: 14px;
    text-align: left;
    float: left;
    font-style: italic;
    font-size: 14px;
}

#ko_fixed_cont .text-about {
    margin-top: 25px;
    padding: 0 10px;
}

#ko_fixed_cont .text-about h3 {
    font-size: 21px;
    margin: 0 0 10px;
    text-align: center;
    font-style: italic;
}

#ko_fixed_cont .text-about p {
    margin: 0 0 10px;
    text-align: justify;
}

.info-page-text ul,
.info-page-text ol {
    padding-right: 30px;
    margin: 10px 0 20px;
    text-align: justify;
}

.info-page-text {
    padding: 15px;
}

.info-page-text {
    direction: rtl;
}

.info-page-text .has-subline:after {
    display: block;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    padding-top: 35px;
    /*border-bottom: 1px solid #ccc;*/
    margin: 0 auto 35px;
}

.info-page-text .h2 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
}

.info-page-text .h4 {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.info-page-text .about-ssl,
.info-page-text .about-license {
    /*line-height: 30px;*/
    font-size: 16px;
    margin: 0;
}

.info-page-text .about-ssl:before,
.info-page-text .about-license:before {
    float: right;
    display: block;
    content: '';
    width: 22px;
    height: 22px;
    margin-left: 5px;
}

.info-page-text .about-ssl:before {
    background: url('../image/icons/zamok.png') no-repeat center;
}

.info-page-text .about-license:before {
    background: url('../image/icons/info.png') no-repeat center;
}

.info-page-text .style2 ul {
    margin: 0;
    padding: 0;
}

.info-page-text .style2 li {
    list-style-type: none;
    line-height: 24px;
    font-size: 16px;
}

.info-page-text .style2 li:before {
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    content: '';
    background: url('../image/icons/ml.png') no-repeat center;
    margin-left: 5px;
}

.info-page-text .style1 ul {
    margin: 0;
    padding: 0;
}

.info-page-text .style1 li {
    list-style-type: none;
    line-height: 24px;
    font-size: 16px;
}

.info-page-text .style1 li:before {
    display: block;
    width: 22px;
    height: 22px;
    float: right;
    content: '';
    background: url('../image/icons/strelki.png') no-repeat center;
    margin-left: 5px;
}

.info-page-text .style2 p {
    line-height: 22px;
    font-size: 14px;
    margin: 0 0 22px;
    text-align: justify;
}

.info-page-text .style2 p:last-of-type {
    margin-bottom: 0;
}

.info-page-text .style1 input[type='radio'] {
    visibility: hidden;
    display: none;
}

.info-page-text .style1 label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px;
    border: 2px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.info-page-text .style1 label .label {
    margin-top: 3px;
    display: block;
    padding: 0;
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: #fcfff4;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 0 5px 2px #ccc,
    inset 0 0 1px 1px #ccc;
}

.info-page-text .style1 label .label:after {
    width: 15px;
    height: 9px;
    border: 4px solid #66f;
    border-top: none;
    border-right: none;
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.info-page-text .style1 label:hover .label {
    box-shadow: 0 0 5px 2px #66f,
    inset 0 0 1px 1px #66f;
}

.info-page-text .style1 label:hover .label:after {
    opacity: 1;
}

.info-page-text .style1 label:hover,
.info-page-text .style1 input[type='radio']:checked + label {
    border-color: #66f;
}

.info-page-text .style1 input[type='radio']:checked + label .label {
    background: #66f;
    box-shadow: 0 0 5px 2px #66f,
    inset 0 0 1px 1px #66f;
}

.info-page-text .style1 input[type='radio']:checked + label .label:after {
    border-color: #fff;
    opacity: 1;
}

.info-page-text .style1 label .month,
.info-page-text .style1 label .cost {
    width: calc(40% - 28px);
    margin-right: 15px;
    float: right;
    line-height: 26px;
    color: #888;
    font-size: 16px;
}

.info-page-text .style1 label .desc {
	color: #888;
}

.info-page-text .style1 label .cost {
    font-size: 16px;
    width: calc(60% - 28px);
}

.info-page-text .style1 label:hover .month,
.info-page-text .style1 label:hover .cost,
.info-page-text .style1 label:hover .desc,
.info-page-text .style1 input[type='radio']:checked + label .month,
.info-page-text .style1 input[type='radio']:checked + label .desc,
.info-page-text .style1 input[type='radio']:checked + label .cost {
    color: #66f;
}

.info-page-text .cards-list {
    margin: 0 -5px;
}

.info-page-text .cards-list img {
    float: left;
    width: calc(33.33333333% - 10px);
    margin: 0 5px;
    height: 102px;
}

.info-page-text .terms {
    line-height: 40px;
    float: right;
    width: calc(100% - 140px);
}

.info-page-text .terms input[type='checkbox'] {
    display: none;
}

.info-page-text .terms label {
    margin-bottom: 0;
    line-height: 40px;
    height: 40px;
}

.info-page-text .terms label .l {
    cursor: pointer;
    float: right;
    padding: 0;
    margin: 7px 0 7px 10px;
    width: 26px;
    height: 26px;
    display: block;
    vertical-align: middle;
    position: relative;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.5);
}

.info-page-text .terms label .l:after {
    width: 19px;
    height: 12px;
    border: 4px solid #333;
    border-top: none;
    border-right: none;
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.info-page-text .terms label:hover .l:after {
    opacity: .5;
}

.info-page-text .terms input[type='checkbox']:checked + label .l:after {
    opacity: 1;
}

.info-page-text p.terms {
    width: 100%;
    text-align: center;
    /*font-size: 10px;*/
    float: none;
}

.info-page-text .terms label {
    height: 20px;
    line-height: 20px;
}

.info-page-text .terms label .l {
    margin: 0 0 0 10px;
    width: 20px;
    height: 20px;
}

.info-page-text .terms label .l:after {
    width: 14px;
    height: 9px;
    top: 3px;
    left: 3px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
}

.info-page-text input[type='submit'] {
    box-shadow: none;
    border: 2px solid #34bc5b;
    line-height: 36px;
    height: 40px;
    width: 140px;
    background: #34bc5b;
    color: #fff;
    font-weight: bold;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.info-page-text input[type='submit']:hover {
    background: transparent;
    color: #34bc5b;
}

.info-page-text input[type='submit'] {
    margin: 10px auto 0;
    display: block;
}

.tranzilla-wrapper img {
    max-height: 40px;
    max-width: 100%;
}

#ko_fixed_cont .additional-links {
    padding: 0 10px;
    position: fixed;
    width: 240px;
    bottom: 0;
    background-color:#fff;
}

#ko_fixed_cont .additional-links:before {
    display: block;
    width: 100%;
    content: '';
    height: 1px;
    background: #ccc;
}

#ko_fixed_cont .additional-links a {
    float: left;
    width: 33.3%;
    color: #333;
    text-align: center;
    font-weight: bold;
}

#ko_fixed_cont .additional-links a:hover {
    text-decoration: underline !important;
}

.h1 .go-back {
    color: #7000e3;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 13px;
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
    height: 40px;
}

.contact-form textarea {
    resize: none;
    height: 250px;
}

.pagination>li>a, .pagination>li>span {
    background-color: unset;
    border: none;
}

.h1.has-subline.only-mobile {
    padding: 14px 0 14px 0;
    background-color: #F8F8F8;
    position: fixed;
    width: 100%;
    top:0px;
    z-index: 9999;
}

.affix {
    overflow: auto;
}

.mess-s-wrapper {
    border-left:1px solid #ccc;
}

.front-clfx {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.settings-clfx {
    border-left:1px solid #ccc;
}

.camera-ico-fix {
    font-size: 30px !important;
}

.fbanner {
    position:absolute;
}

.fbanner.mid {
    display: none;
}