*{ margin: 0; padding: 0; }
*:focus{ outline: 0; }
html, body{padding: 0; margin: 0; font: 14px Tahoma, Arial, Verdana, sans-serif; line-height: 14px; color: #000; height: 100%; }
body{ overflow: hidden; }
body:after {
  content: url('../images/icon_pp_audio_chat.png') url('../images/icon_pp_video_chat.png')
           url('../images/icon_pp_sure.png') url('../images/icon_pp_voskl.png')
           url('../images/icon_pp_successful.png') url('../images/icon_pp_profile_not_see.png')
           url('../images/icon_delete_msg.png');
  display: none;
}

.themodalist_iconsl-lock, body.themodal-lock{ overflow: hidden; }
.themodal-overlay{width: 100%; height: 100%; overflow: auto; text-align:center}
.themodal-overlay:before,
.themodal-overlay:after {width: 1px; height: 100%; display:inline-block; content:''; vertical-align:middle}
.themodal-overlay .popup {display:inline-block; vertical-align:middle; text-align:left}

p{ padding: 0 0 10px; margin: 0; line-height: 24px; }

table{
    border-collapse: collapse;
    border: 0;
    width: 100%;
    line-height: 18px;
}

table td{
    padding: 0;
}

img{ border: 0; vertical-align: middle; }
form{ padding: 0; margin: 0;}
label{ vertical-align: middle; }
input{ padding: 0 5px; margin: 0; outline: none; vertical-align: middle; border: 1px solid #d5dce6; font-family: Tahoma, sans-serif; }

button{
    outline: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.btn{ transition:all 0.5s ease; box-sizing: border-box; position: relative; font-weight: bold; height: 33px; color: #fff; border: none; border-radius: 3px; cursor: pointer; }
button.btn.small img{ margin: 8px 8px 0 0; vertical-align: top; }
button.btn.small{ line-height: 31px; height: 33px; font-size: 12px; }
button.btn.large{ line-height: 51px; height: 53px; font-size: 14px; }

button.btn.pink{ background: #ff6d85; }
button.btn.pink:hover{ background: #e7495c; }
button.btn.turquoise{ background: #40c7db; }
button.btn.turquoise:hover{ background: #015761; }
button.btn.lblue{ background: #6dc9ff; }
button.btn.lblue:hover{ background: #2faae0; }
button.btn.yellow{ background: #fabc3d; }
button.btn.yellow:hover{ background: #ee972f; }
button.btn.violet{ background: #6d8fff; }
button.btn.violet:hover{ background: #556fff; }
button.btn.marsh{ background: #a9a97d; }
button.btn.marsh:hover{ background: #afaf88; }
button.btn.orange{ background: #ffa200; }
button.btn.white_frame{ background: #fff; border: 1px solid #d5dce6; color: #8ea5bb; line-height: 20px; }
button.btn.white_frame:hover{ color: #6c8093; }

.pp_edit_info button.btn.white_frame:disabled,
.pp_edit_info button.btn.white_frame:disabled:hover{color:#FFF;}
button.btn.like_frame{ background: none; border: 1px solid #d5dce6; color: #a9aeb5; line-height: 30px; }
button.btn.like_frame span.bl{ display: inline-block; margin: 0 0 0 22px; }
button.btn.like_frame span.like, button.btn.like_frame span.like_hover{ position: absolute; background-image: url(../images/icon_btn_star.png); background-repeat: no-repeat; margin: 6px 0 0 -22px; width: 16px; height: 16px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
button.btn.like_frame span.like{ background-position: 0 0; opacity: 1; }
button.btn.like_frame span.like_hover{ background-position: 0 -16px; opacity: 0; }
button.btn.like_frame:hover span.like{ opacity: 0; }
button.btn.like_frame:hover span.like_hover{ opacity: 1; }
button.btn.like_frame.active{ background: #ffa200; color: #fff; border:none;}
button.btn.like_frame.active:hover span.like{ opacity: 1; }
button.btn.like_frame.active span.like, button.btn.like_frame.active span.like_hover{ background-image: url(../images/icon_liked.png); margin: 7px 0 0 -22px; }

button.btn.lgreen{ background: #a8d941; }
button.btn.lgreen:hover{ background: #aac805; }
button.btn.dgrey{ background: #323741; }
button.btn.dgrey .decor{ position: relative; display: inline-block; padding: 0 10px; }
button.btn.dgrey .border_decor{ width: 100%; text-align: center; position: absolute; bottom: -1px; left: 0; border-bottom: 6px solid #89e214; border-left: 4px solid transparent; border-right: 4px solid transparent; height: 0; margin: 0 0 0 -4px; }
button.btn.dgrey .border_decor.im_reply_rate_low{ border-bottom: 6px solid #f10000; }
button.btn.dgrey .border_decor.im_reply_rate_medium{ border-bottom: 6px solid #ffa200; }
button.btn.dgrey:hover{ background: #505967; } /*#404855*/
button.btn.grey{ background: #9f9f9f; }
button.btn.grey:hover{ background: #979595; }

button.btn:disabled{background: #9f9f9f!important; cursor: default; }
button.btn:disabled:hover{ background: #9f9f9f!important; }

input{ padding: 0 5px; margin: 0; box-sizing: border-box; outline: none; vertical-align: middle; font-family: Arial, Tahoma, Verdana, sans-serif; }
input.inp{ padding: 0 10px; font-size: 14px; height: 36px; border: 1px solid #ced1da; border-radius: 3px; }

select{ padding: 0; margin: 0; vertical-align: middle; font-size: 13px; font-family: Arial, sans-serif; }
textarea, input{ margin: 0; padding: 5px 10px; box-sizing: border-box; font-size: 14px; line-height: 20px; font-family: Tahoma, sans-serif; border: 1px solid #ced1da; border-radius: 3px; resize: none; outline: none; }

ul li{ list-style-type: none; }
a{ text-decoration: none; }
a:hover{ text-decoration: none; }

h1{ font-size: 24px; line-height: 26px; padding: 0; margin: 0 0 5px; color: #000; font-weight: normal; }
h2{ font-size: 18px; line-height: 20px; padding: 0; margin: 0 0 10px; font-weight: normal; color: #000; font-family: Tahoma, sans-serif; }
h3{ font-size: 18px; line-height: 20px; padding: 0; margin: 0 0 15px; font-weight: normal; color: #000; font-family: Tahoma, sans-serif; }
h4{ font-size: 12px; line-height: 18px; padding: 0; margin: 0 0 10px; color: #000; font-family: Tahoma, sans-serif; }

.fl_left{ float: left; }
.fl_right{ float: right; }
.cl{ clear: both; font-size: 0; line-height: 0; height: 0; margin: 0; padding: 0; }

/*.main{ width: 1166px; margin: 0 auto; height: 100%; }*/
.main{ overflow: auto; height: 100%; z-index: 0; position: relative;}
.wrapper{ position: relative; min-height: 100%; margin-bottom: -100px; }
* html .wrapper{ height: 100%; }

/* -- custom radio & checkbox -- */
.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"] + label {
    font-weight: normal;
    margin: 0 0 7px;
}

.custom_radio input[type="radio"] + label span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    background-image: url(../images/icon_radio_button_off.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.custom_radio input[type="radio"]:checked + label span {
    background-image: url(../images/icon_radio_button_on.svg);
}

.custom_checkbox input[type="checkbox"] {
    display: none;
}

.custom_checkbox input[type="checkbox"] + label {
    font-weight: normal;
}

.custom_checkbox input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    vertical-align: middle;
    background-image: url(../images/icon_checkbox_button_black_off.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 14px auto;
    cursor: pointer;
}

.custom_checkbox input[type="checkbox"]:checked + label span {
    background-image: url(../images/icon_checkbox_button_black_on.svg);
    margin: -1px 4px 1px 0;
    background-size: 16px auto;
}

.custom_checkbox input[type="checkbox"]:checked + label {
    cursor: pointer;
}
/* -- /custom radio & checkbox -- */

/*-- header --*/
.header{ height: 42px; padding: 0; }
.header_w{ width: 780px; margin: 0 auto; position: relative; }

.header .wrap_logo{ float: left; margin: 0 0 0 -193px; }
.header .wrap_logo img{ /*height: 20px;*/ width: auto; }
.header .empty_logo{ position: absolute; top: 0; left: -193px; width: 193px; height: 42px; }
.header .logo{ height: 42px; display: table-cell; vertical-align: middle; }

.header ul.nav{ float: right; }
.header ul.nav{ margin: 0; padding: 0; }
.header ul.nav li{ margin: 0; padding: 0; float: left; font-size: 12px; }
.header ul.nav li a{ color: rgba(255,255,255,1); display: block; line-height: 41px; padding: 0 16px; transition: 0.5s ease; }
.header ul.nav li.credits_balans_li{padding-left:16px;}
.header ul.nav li a.credits_balans{ background: url(../images/icon_credits.png) 0 13px no-repeat; padding-left: 22px!important;}
/*.header ul.nav li a.credits_balans:hover{background: url(../images/icon_credits.png) 0px 12px no-repeat;}
*/
@-moz-document url-prefix() {
	.header ul.nav li a.credits_balans{ background: url(../images/icon_credits.png) 0 14px no-repeat; }
}

.header ul.nav li span{ color: #8ad4ff; display: block; line-height: 41px; padding: 0 16px; }
.header ul.nav li:last-child a{ padding: 0 0 0 16px; }
.header ul.nav li a:hover{ color: #8ad4ff; }

.header ul.nav.color_hover_violet li span, .header ul.nav.color_hover_violet li a:hover{ color: #ff9bfe; }
.header ul.nav.color_hover_red li span, .header ul.nav.color_hover_red li a:hover{ color: #ff9376; }
.header ul.nav.color_hover_navyblue li span, .header ul.nav.color_hover_navyblue li a:hover{ color: #6ffff7; }
.header ul.nav.color_hover_marsh li span, .header ul.nav.color_hover_marsh li a:hover{ color: #ffe292; }

.page_3dchat .header ul.nav{ margin: 0 -193px 0 0; }
/*-- /header --*/
/*-- content --*/
.content{ padding: 0 0 100px; height: 100%; clear: both; }
.page_3dchat .content{ padding: 0; height: auto; }
.page_3dchat .footer{ position: absolute; bottom: 0; width: 100%; }
.cont_w{ width: 1166px; margin: 0 auto; }
.column_main{ width: 780px; min-height: 1000px; margin: 0 auto; background-color: #f3f5f9; position: relative; }
.column_main .col{ width: 193px; position: absolute; top: 0; opacity:0;}
.column_main .col.to_show{opacity:1;}
.column_main .col .link{ text-align: center; padding: 0 0 15px; }
.column_main .col .link.absolute{ position:absolute; bottom:0; width:100%; }
.column_main .col .link a{ color: #f3f5f9; transition: 0.5s ease; display: inline-block; padding: 15px 10px 21px; }
.column_main .col .link a:hover{ color: #5ac9fe; text-decoration: none; }
.column_main .col .link a.color_theme_red:hover{ color: #d6938a; }
.column_main .col .link a.color_theme_violet:hover{ color: #b78ec8; }
.column_main .col .link a.color_theme_marsh:hover{ color: #bbb59f; }
.column_main .col .link a.color_theme_navyblue:hover{ color: #95b7c0; }
.column_main .col .cont{ width: 193px; }
.column_main .col.left{
	left: -193px;
	min-height: 100%;
}
.column_main .col.left .cont{ border-radius: 3px 0 0 3px; padding: 20px 0 0; overflow: hidden; }
.column_main .col .bl_logo{ height: 91px; margin: -42px 0 0; }
.column_main .col .logo{ width: 193px; height: 49px; text-align: center; vertical-align: bottom; display: table-cell; }
.column_main .col .logo img{ padding: 0 0 15px; }
.column_main .col .bl_logo .logo{ text-align: center; vertical-align: bottom; display: table-cell; height: 91px; }

.column_main .col.right{ right: -193px; }
.column_main .col.right .cont{ padding: 0; border-radius: 0 3px 3px 0; }
.column_main .col.right .profile_pic button{ width: 86px; height: 86px; }
.column_main .col.right .cont .colfix_r_bg{border-bottom-right-radius: 3px;}
.column_main .col.right .cont .colfix_r_bg_head{height:26px; border-top-right-radius: 3px; }
.column_main .col .cont .bl_banner{position:relative;}
.column_main .col .col_fix{ z-index: 3;}

/* -- left navigation -- */
.column_main .col ul.nav{
    margin: -20px 0 20px;
    padding: 0;
}

.column_main .col ul.nav li{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.column_main .col ul.nav li a,
.column_main .col ul.nav li span{
    color: #8ba1d5;
    display: block;
    padding: 11px 38px 11px 41px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    transition: 0.5s ease;
    background-position: 1000px 1000px;
    word-wrap: break-word;
}

@-moz-document url-prefix() {
    .column_main .col ul.nav li a,
    .column_main .col ul.nav li span{
        padding: 11px 37px 11px 40px;
    }
}

.column_main .col ul.nav li a span.icon,
.column_main .col ul.nav li span span.icon{
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 22px;
    border: none;
    padding: 0;
    position: absolute;
    top: 11px;
    left: 10px;
}

.column_main .col ul.nav li .count{
    display: block;
    border: none;
    background-image: none;
    border-radius: 2px;
    font-size: 11px;
    height: 19px;
    line-height: 17px;
    color: #fff;
    padding: 0 6px;
    margin: -1px 0 0;
    position: absolute;
    top: 15px;
    right: 10px;
}

.column_main .col ul.nav li a span.status{
    display: inline-block;
    border: none;
    padding: 0;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #98c700;
    margin: -1px 0 0 2px;
    vertical-align: middle;
}

.column_main .col ul.nav li a:hover{
    text-decoration: none;
    color: #c5d5fc;
}
.column_main .col ul.nav li:first-child a{
    border-top: none;
}

.column_main .col ul.nav li:first-child span{
    border-top: none;
}

.column_main .col ul.nav li:last-child a{
    border-bottom: none;
}

.column_main .col ul.nav li .column_narrow_search_results span.icon{
    background-position: 0 3px;
}

.column_main .col ul.nav li .column_narrow_messages span.icon{
    background-position: 0 -39px;
}

.column_main .col ul.nav li .column_narrow_profile_visitors span.icon{
    background-position: 0 -84px;
}

.column_main .col ul.nav li .column_narrow_who_likes_you span.icon{
    background-position: 0 -128px;
}

.column_main .col ul.nav li .column_narrow_whom_you_like span.icon{
    background-position: 0 -174px;
}

.column_main .col ul.nav li .column_narrow_mutual_likes span.icon{
    background-position: 0 -220px;
}

.column_main .col ul.nav li .column_narrow_hot_or_not span.icon{
    background-position: 0 -264px;
}

.column_main .col ul.nav li .column_narrow_blocked span.icon{
    background-position: 0 -310px;
}

.column_main .col ul.nav li .column_narrow_3dcity span.icon{
    background-position: 0 -351px;
}

.column_main .col ul.nav li .column_narrow_street_chat span.icon{
    background-position: 0 -396px;
}

.column_main .col ul.nav li .column_narrow_game_choose span.icon{
    background-position: 0 -435px;
}

.column_main .col ul.nav li .column_narrow_invite span.icon{
    background-position: 0 -476px;
}

.column_main .col ul.nav li .column_narrow_can_see_your_private_photos span.icon{
    background-position: 0 -521px;
}

.column_main .col ul.nav li .column_narrow_general_chat span.icon{
    background-position: 0 -560px;
}

.column_main .col ul.nav li .column_narrow_live span.icon{
    background-position: 0 -597px;
}

.column_main .col ul.nav li .column_narrow_live_list span.icon{
    background-position: 0 -632px;
}

.column_main .col ul.nav li .column_narrow_live_list_finished span.icon{
    background-position: 0 -668px;
}

.column_main .col .bl_visited_photo{ margin: 0 0 0 15px; }
.column_main .col .bl_visited_photo strong{ color: #fff; display: block; margin: 0 0 15px; font-size: 12px; }
.column_main .col .bl_visited_photo ul.list_photo{ margin: 0 0 35px; padding: 0; float: left; }
.column_main .col .bl_visited_photo ul.list_photo li{ margin: 0 4px 4px 0; padding: 0; float: left; width: 38px; height: 38px; overflow: hidden; }
.column_main .col .bl_visited_photo ul.list_photo li img{ width: 38px; transition: 0.5s ease; }
.column_main .col .bl_visited_photo ul.list_photo li img:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }

.column_main .col_center{ padding: 21px 23px 12px; }
.column_main .col_center.col_encounters{ position: absolute; width:734px;}
.column_main .col_center.col_encounters.to_hide{ visibility: visible; opacity: 0; transition: opacity .35s linear, visibility .35s;}
.column_main .col_center.col_encounters.to_show{ visibility: visible; opacity: 1; transition: opacity .35s linear, visibility 0s;}
.column_main .col_center.col_encounters .tabs_profile .tabs_content{margin-left: -15px;}
.column_main .col_center.col_encounters .tabs_profile .tab_cont{ position: relative; }

.column_main .col_center .head{
    border-bottom: 1px solid #dcdee2;
    font-size: 30px;
    /* line-height: 32px;  */
    line-height: 36px;
    color: #5e5e5e;
    padding: 0 0 5px;
    margin: 0 0 24px;
    position: relative;
}

.column_main .col_center .head a{ color: #5e5e5e; }
.column_main .col_center .head strong.pink{ color: #eb6077; }
.column_main .col_center .head.icon_head_blocked_users{ background: url(../images/icon_head_blocked_users.png) 0 10px no-repeat; padding: 0 0 5px 20px; }
.column_main .col_center .head.icon_head_mutual_likes{ background: url(../images/icon_head_mutual_likes.png) 0 10px no-repeat; padding: 0 0 5px 32px; }
.column_main .col_center .head.icon_head_visitors{ background: url(../images/icon_head_visitors.png) 0 10px no-repeat; padding: 0 0 5px 32px; }
.column_main .col_center .head.icon_head_whom_you_like{ background: url(../images/icon_head_whom_you_like.png) 0 10px no-repeat; padding: 0 0 5px 32px; }
.column_main .col_center .head.icon_head_who_likes_you{ background: url(../images/icon_head_who_likes_you.png) 0 10px no-repeat; padding: 0 0 5px 32px; }
.column_main .col_center .head.icon_head_games{ background: url(../images/icon_head_games.png) 0 11px no-repeat; padding: 0 0 5px 32px; }
.column_main .col_center .head.icon_head_moderator{ background: url(../images/icon_head_moderator.png) 0 5px no-repeat; padding: 0 0 5px 32px; }

.column_main .col_center .head.icon_head_access_my_private_photos{ background: url(../images/icon_head_my_private_photos.png) 0 11px no-repeat; padding: 0 0 5px 28px; }
.column_main .col_center .head.icon_head_messages{ background: url(../images/icon_head_messages.png) 0 10px no-repeat; padding: 0 0 5px 28px; }
.column_main .col_center .head.icon_head_messages.head_line{ margin: 0 -10px 0 0; }
.column_main .col_center .head.icon_head_messages .icon_message_back{ position: absolute; right: 31px; top: -2px;  }
.column_main .col_center .head.icon_head_messages .icon_message_back span.back, .column_main .col_center .head .icon_message_back span.back_hover{ position: absolute; cursor: pointer; /*left: 0; top: 0;*/ background-image: url(../images/icon_message_back.png); background-repeat: no-repeat; width: 32px; height: 32px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.column_main .col_center .head.icon_head_messages .icon_message_back span.back{ background-position: 0 0; opacity: 1; }
.column_main .col_center .head.icon_head_messages .icon_message_back span.back_hover{ background-position: 0 -32px; opacity: 0; }
.column_main .col_center .head.icon_head_messages .icon_message_back:hover span.back{ opacity: 0; }
.column_main .col_center .head.icon_head_messages .icon_message_back:hover span.back_hover{ opacity: 1; }

.column_main .col_center .head.icon_head_browse_matches{ background: url(../images/icon_head_browse_matches.png) 0 10px no-repeat; padding: 0 0 5px 28px; }
.column_main .col_center .cont .bl_txt{ width: 427px; float: left; }
.column_main .col_center .cont .bl_txt p{ margin: 0 0 17px; }
.column_main .col_center .cont .bl_btn{ width: 288px; float: right; }
.column_main .col_center .cont .bl_btn .btn{ width: 100%; }

.column_main .col_center .cont.bl_contact .bl_frm{ width: 410px; float: left; }
.column_main .col_center .cont.bl_contact .bl_frm label{ display: block; margin: 0 0 10px; }
.column_main .col_center .cont.bl_contact .bl_frm input.inp{ width: 100%; margin: 0 0 20px; }
.column_main .col_center .cont.bl_contact .bl_frm .capcha{ float: left; margin: 0 0 20px; border: 1px solid #ced1da; border-radius: 3px; overflow: hidden; }
.column_main .col_center .cont.bl_contact .bl_frm input.inp.capcha{ width: 244px; margin: 0 0 20px; float: right; }
.column_main .col_center .cont.bl_contact .bl_frm textarea{ width: 100%; height: 356px; margin: 0 0 20px; }
.column_main .col_center .cont.bl_contact .bl_frm .btn{ min-width: 120px; padding: 0 20px; float: right; }

.column_main .col_center .cont.bl_contact .bl_info{
    width: 290px;
    float: right;
}

.column_main .col_center .cont.bl_contact .bl_info dl.list_info{ margin: 20px 0 0; padding: 0; font-size: 14px; line-height: 18px; }
.column_main .col_center .cont.bl_contact .bl_info dl.list_info dt{ margin: 0; padding: 0; font-weight: bold; }
.column_main .col_center .cont.bl_contact .bl_info dl.list_info dd{ margin: 0 0 15px; padding: 0; }
.column_main .col_center .cont.bl_contact .bl_info dl.list_info dd span{ display: block; }
.column_main .col_center .cont.bl_contact .bl_info dl.list_info dd a{ color: #6d8fff; transition: 0.5s ease; }
.column_main .col_center .cont.bl_contact .bl_info dl.list_info dd a:hover{ color: #3466dd; }

.column_main .col_center .cont.bl_upgrade .upgrade_info{
    width: 440px;
    float: left;
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item{
    padding: 0 0 0 115px;
    margin: 0 0 12px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 95px auto;
    background-position: 0 50%;
    display: table;
    vertical-align: middle;
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item .bl{
    display: table-cell;
    vertical-align: middle;
    width: 410px;
    height: 128px;
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_search_options{
    background-image: url(../images/icon_upgrade_search_options.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_city{
    background-image: url(../images/icon_upgrade_city.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_audiochat{
    background-image: url(../images/icon_upgrade_audiochat.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_videochat{
    background-image: url(../images/icon_upgrade_videochat.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_who_likes_you{
    background-image: url(../images/icon_upgrade_who_likes_you.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_profiles_invisibly{
    background-image: url(../images/icon_upgrade_profiles_invisibly.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_message{
    background-image: url(../images/icon_upgrade_message.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_kill_ads{
    background-image: url(../images/icon_upgrade_remove_ads.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_profile_visitors{
    background-image: url(../images/icon_upgrade_profile_visitors.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_upload_image_chat{
    background-image: url(../images/icon_upgrade_upload_image_chat.png);
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item strong{
    display: block;
     margin: 0 0 5px;
}

.column_main .col_center .cont.bl_upgrade .upgrade_package{ width: 260px; float: right; overflow: hidden; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item{ border-top: 1px solid #abafb6; margin: -1px 0 0; display: table; vertical-align: middle; cursor: pointer; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .bl{ height: 87px; display: table-cell; vertical-align: middle; width: 260px; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item.selected{ background-color: #d9dee7; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .rb{ width: 70px; display: table-cell; vertical-align: middle; text-align: center; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .price{ padding: 0; margin: 0; display: table-cell; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .price li{ padding: 0; margin: 0; font-size: 12px; line-height: 21px; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .price li.old{ color: #e95a71; text-decoration: line-through; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .price li.new{ color: #5d7eea; font-size: 16px; }
.column_main .col_center .cont.bl_upgrade .upgrade_package .item .price li.new:empty{ display: none; }
.column_main .col_center .cont.bl_upgrade .upgrade_package button{ width: 100%; margin: 20px 0 0; }

.column_main .col_center .cont.bl_upgrade .upgrade_package.no_features{ width: 100%; }
.column_main .col_center .cont.bl_upgrade .upgrade_package.no_features .item{ width: 50%; margin-left:25%;}
.column_main .col_center .cont.bl_upgrade .upgrade_package.no_features .item .bl{ width: 50%; }
.column_main .col_center .cont.bl_upgrade .upgrade_package.no_features button{ width: 50%; margin-left:25%;}

.column_main .col_center .cont.bl_profile .bl_pic_info .pic{
    transition: 0.5s ease;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.column_main .col_center .cont.bl_profile .bl_pic_info .bl_pic{
    position: relative;
    width: 257px;
    height: 328px;
    margin: 0;
    float: left;
}

.column_main .col_center .cont.bl_profile .bl_pic_info .bl_pic .icon_back{
    transition: 0.5s ease;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    height: 47px;
    background-color: rgba(0,0,0,0.2);
    background-image: url(../images/icon_back.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.column_main .col_center .cont.bl_profile .bl_pic_info .bl_pic .icon_back:hover{
    background-color: rgba(0,0,0,0.4);
}

.column_main .col_center .cont.bl_profile .pic{
    width: 257px;
    height: 328px;
    margin: 0;
    float: left;
    position: relative;
    overflow: hidden;
    background-color: #c8cedb;
}

.column_main .col_center .cont.bl_profile .pic .vertical{
    width: 257px;
    height: 328px;
    display: table;
}

.column_main .col_center .cont.bl_profile .pic .bl{
    display: table-cell;
    vertical-align: middle;
}

.column_main .col_center .cont.bl_profile .pic a{
    display: block;
}

.column_main .col_center .cont.bl_profile .pic img.photo{
    height: 328px;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
}

/* CSS Fallback from Modernizr */
.column_main .col_center .cont.bl_profile .compat-object-fit {
    background-size: cover;
    background-position: center;
}
.column_main .col_center .cont.bl_profile .compat-object-fit img {
    opacity: 0;
}

.smile img {
    width: 18px;
    height: 18px;
}

.smile + .smile {
    padding: 0 0 0 3px;
}

.profile_pic_one{
    opacity: 0;
}

.profile_pic_one.to_show{
    opacity: 1;
    -webkit-transition: opacity .6s linear !important;
    transition: opacity .6s linear !important;
}

.column_main .col_center .cont.bl_profile .pic:not(.photo_empty):hover{ -webkit-filter: brightness(1.05); filter: brightness(1.05); }
.column_main .col_center .cont.bl_profile .pic .add_photo{ z-index: 2; position: absolute; bottom: 23px; left: 0; width: 100%; text-align: center; }
.column_main .col_center .cont.bl_profile .pic .add_photo .file{ position: relative; display: inline-block; overflow: hidden; }
.column_main .col_center .cont.bl_profile .pic .add_photo .file button{ padding: 0 10px; }
.column_main .col_center .cont.bl_profile .pic .add_photo .file input[type]{ position: absolute; top: 0; right: 0; height: 33px; opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: pointer; font-size: 200px; }
.column_main .col_center .cont.bl_profile .pic .add_photo .file.hover_bg button.btn.violet{ background: #556fff; }
.column_main .col_center .cont.bl_profile .pic .user_blocked{ transition: opacity .35s linear, visibility 0s .35s; opacity: 0; visibility: hidden; position: absolute; bottom: 0; left: 0; background: rgba(255,109,133,.9); height: 47px; line-height: 46px; width: 100%; text-align: center; font-size: 12px; color: #fff; }
.column_main .col_center .cont.bl_profile .pic .user_blocked.to_show{visibility: visible; opacity: 1; transition: opacity .35s linear, visibility 0s;}
.column_main .col_center .cont.bl_profile .pic .user_blocked a{display:inline-block; color: #fff; text-decoration: underline; }
.column_main .col_center .cont.bl_profile .pic .user_blocked a:hover{ text-decoration: none; }
.column_main .col_center .cont.bl_profile .info{ margin: 0 0 0 257px; }
.column_main .col_center .cont.bl_profile .info .name{ color: #5e5e5e; font-size: 28px; line-height: 31px; }
.column_main .col_center .cont.bl_profile .bl_pic_info.my_profile .info .name{ padding: 0 0 1px 23px; }
.column_main .col_center .cont.bl_profile .bl_pic_info .info .name{ padding: 0 0 3px 23px; }
.column_main .col_center .cont.bl_profile .info .name.name_hot_or_not{cursor:pointer;}
.column_main .col_center .cont.bl_profile .info .name a{color: #5e5e5e;}
.column_main .col_center .cont.bl_profile .info .bl_list_info{ margin: 0 0 30px; width: 100%; }
.column_main .col_center .cont.bl_profile .info ul.list_info{ margin: 0; padding: 0 5px 0 23px; font-size: 0; display: inline-block; }
.column_main .col_center .cont.bl_profile .info ul.list_info li{ margin: 0; padding: 0; display: inline-block; font-size: 14px; line-height: 26px; color: #5e5e5e; }
.column_main .col_center .cont.bl_profile .info ul.list_info li.to_hide{display:none;}
.column_main .col_center .cont.bl_profile .info ul.list_info li span.basic_info{ padding: 0 6px; color: #afafaf; }
.column_main .col_center .cont.bl_profile .status{ background: #fffff0 url(../images/icon_status.png) 280px 10px no-repeat;  padding: 9px 25px 12px 332px; margin: -47px -23px 0 0;}
.column_main .col_center .cont.bl_profile .status.status_visitor{margin: -47px -23px 0 0; font-size: 20px; line-height: 26px; }

.column_main .col_center .cont.bl_profile .status .status_text{overflow:hidden; display: inline-block; padding: 0 5px; border: 1px solid #fffff0; /*box-sizing: border-box;*/}
.status_text.editable:focus,
.status_text.editable.editable_hover{border: 1px solid #ced1da!important; padding: 0 5px; border-radius: 3px; background-color: #fff;}

.column_main .col_center .cont.bl_profile .choose_btn{ padding: 0 23px 0 280px; margin: -54px -23px 23px 0; height: 54px; }
.column_main .col_center .cont.bl_profile .choose_btn .bl{ width: 50%; box-sizing: border-box; }
.column_main .col_center .cont.bl_profile .choose_btn .bl.l{ float: left; padding: 0 4px 0 0; }
.column_main .col_center .cont.bl_profile .choose_btn .bl.r{ float: right; padding: 0 0 0 4px; }
.column_main .col_center .cont.bl_profile .choose_btn .bl .btn{ width: 100%; }
.column_main .col_center .cont.bl_profile .choose_btn .bl button.btn.large{ line-height: 0; height: 54px; }
.column_main .col_center .cont.bl_profile .info .title_interest{ margin: 0 0 5px 23px; padding: 0 0 4px; color: #5f5e5e; border-bottom: 1px solid #dcdee2; }
.column_main .col_center .cont.bl_profile .info .title_interest strong{ padding: 0 5px 0 0; line-height: 24px; }
.column_main .col_center .cont.bl_profile .info .title_interest .icon_edit span{ top: 5px; }
.column_main .col_center .cont.bl_profile .list_interest{ margin: 0; padding: 0 0 0 23px; }
.column_main .col_center .cont.bl_profile .list_interest li{ margin: 0; padding: 0; line-height: 27px; color: #5e5e5e; }
.column_main .col_center .cont.bl_profile .list_interest li span{ padding: 0 7px 0 0; }
.column_main .col_center .cont.bl_profile .list_interest li span.basic_info{color: #afafaf; }

.list_interest.info_right_col{ margin: 0; padding: 0 0 0 23px; }
.list_interest.info_right_col li{ margin: 0; padding: 0; line-height: 27px; color: #5e5e5e; }
.list_interest.info_right_col li span{ padding: 0 7px 0 0; }
.list_interest.info_right_col li span.basic_info{ color: #afafaf; }

.column_main .col_center .cont.bl_profile .block_statistics{ margin: 0 0 0 23px; }
.column_main .col_center .cont.bl_profile .block_statistics .item{ background: none; margin: 0 0 10px; min-height: 174px; }
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics{ padding: 0 16px 12px 6px; width: 146px; }
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics{ width: 136px; height: 146px; opacity:0; }
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics.to_show{opacity:1; -webkit-transition:opacity .3s linear; transition:opacity .3s linear}
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics .chart_statistics_canvas{margin: -10px 0 0; }

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics .count{ top: 33px; margin: 0 0 0 -34px; font-size: 24px; font-weight: bold; width: 78px; height: 78px; }
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics .count .bl{ line-height: 87px; }
.column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics .count span{ color: #a6a6a6; font-size: 13px; position: absolute; bottom: -5px; right: -16px; }

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(1){
    padding: 0 8px 12px 2px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(1) .chart_statistics .chart_statistics_canvas{
    margin: -10px 0 0 -8px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(1) .chart_statistics .count{
    margin: 0 0 0 -42px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(2){
    padding: 0 6px 12px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(2) .name_statistics.name_statistics_profile{
    width: 146px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(3){
    padding: 0 10px 12px 2px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(3) .name_statistics.name_statistics_profile{
    padding-left: 10px;
    width: 146px;
    box-sizing: border-box;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(3) .chart_statistics .chart_statistics_canvas{
    margin: -10px 0 0 5px;
}

.column_main .col_center .cont.bl_profile .block_statistics .item .statistics:nth-child(3) .chart_statistics .count{
    margin: 0 0 0 -28px;
}

@-moz-document url-prefix() {
    .column_main .col_center .cont.bl_profile .block_statistics .item .statistics .chart_statistics .count span{
        right: -14px;
}
}

.column_main .col_center .cont.bl_profile .name_info{ position: relative; height: 102px; }
.column_main .col_center .cont.bl_profile .name_info .bl_info{ width: 320px; display: table-cell; height: 85px; vertical-align: middle; }

.column_main .col_center .cont.bl_profile.bl_profile_encounters .name_info .bl_info{width: 475px;}
.column_main .col_center .cont.bl_profile .name_info .bl_info .bl_list_info{ margin: 0; }
.column_main .col_center .cont.bl_profile .name_info .bl_btn{ position: absolute; top: 5px; right: 0; width: 120px; }
.column_main .col_center .cont.bl_profile .name_info .bl_btn .btn{ margin: 0 0 9px; }

.column_main .col_center .cont.bl_profile .my_profile{ margin: 0; }
.column_main .col_center .cont.bl_profile .my_profile .status{/*height:49px;*/ background: #fffff0 url(../images/icon_status.png) 23px 10px no-repeat; padding: 10px 25px 6px 75px; margin: 0 -23px 27px 0; font-size: 20px; line-height: 26px;}

.column_main .col_center.email_page .bl_txt{ width: 100%; line-height: 20px; }
.column_main .col_center.email_page .error{ opacity: 0; height: 0; transition:all .3s, height .35s, opacity .1s linear; font-size: 12px; line-height: 16px; color: #ff5f4e; text-align: left; margin: 3px 0 5px 1px; width: 317px; }
.column_main .col_center.email_page .error.to_show{ opacity: 1; transition:all .35s, height .25s, opacity .35s linear; }
.column_main .col_center.email_page .email_bl_field{ margin: 30px 0 0; }
.column_main .col_center.email_page .email_field_name{ display: inline-block; padding: 8px 0 0; vertical-align: top; font-weight: bold; }
.column_main .col_center.email_page .email_field{ display: inline-block; padding-right: 10px; }
.column_main .col_center.email_page .bl_btn{ width: 150px; display: inline-block; float: none; vertical-align: top; }

.icon_edit{ position: relative; display: inline-block; width: 20px; height: 20px; }
.icon_edit span{ position: absolute; top: 4px; left: 0; background: url(../images/icon_edit.png) 0 0 no-repeat; transition: 0.5s ease; width: 20px; height: 20px; display: inline-block; cursor: pointer; }
.icon_edit span:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
#profile_status_edit{ opacity: 0; }
#profile_status_edit span{ top: -2px; }

.tabs_profile{ clear: both; position: relative; margin: 15px 0 0; }
.tabs_profile.choose_profile{ border-top: 1px solid #dcdee2; }
.tabs_profile.choose_profile .tab_photos{ padding: 0; }
.tabs_profile ul.tab{ height: 35px; border-bottom: 1px solid #dcdee2; }
.tabs_profile ul.tab li.selected{ border-bottom: 3px solid #6d8fff; }
.tabs_profile ul.tab li.selected span{ color: #6d8fff; }
.tabs_profile ul.tab li.selected span:hover{ color: #6d8fff; cursor: default; }

.tabs_profile ul.tab li{ float: left; height: 33px; margin: 0 36px 0 0; }
.tabs_profile ul.tab li a{ outline: none; border-bottom: none; display: block; height: 33px; padding: 0; line-height: 33px; color: #7d7d7d; }
.tabs_profile ul.tab li span{ transition: 0.5s ease; cursor: pointer; outline: none; border-bottom: none; display: block; height: 33px; padding: 0; line-height: 33px; color: #7d7d7d; }
.tabs_profile ul.tab li span:hover{ color: #000; }

.tabs_profile .menu_func{ float: right; position: absolute; top: 0px; right: 0; }
.tabs_profile .menu_func ul.menu_list{ float: left; margin: 0; padding: 0; }
.tabs_profile .menu_func ul.menu_list li{ float: left; margin: 0 0 0 30px; padding: 0; position: relative; }
.tabs_profile .menu_func ul.menu_list li span{ transition: 0.5s ease; cursor: pointer; color: #7d7d7d; display: block; height: 33px; line-height: 34px; }
.tabs_profile .menu_func ul.menu_list li.video_chat span{ background: url(../images/icon_video_chat.png) 0 12px no-repeat; padding: 0 0 0 22px; }
.tabs_profile .menu_func ul.menu_list li.audio_chat span{ background: url(../images/icon_audio_chat.png) 0 10px no-repeat; padding: 0 0 0 16px; }
.tabs_profile .menu_func ul.menu_list li.more span.marker{ background: url(../images/arrow_grey_down.png) 100% 15px no-repeat; padding: 0 13px 0 0; }
.tabs_profile .menu_func ul.menu_list li span:hover{ color: #000; }
.tabs_profile .menu_func ul.menu_list li.video_chat.selected{ border-bottom: 3px solid #2dbed3; }
.tabs_profile .menu_func ul.menu_list li.video_chat.selected span{ color: #2dbed3; cursor: default; }
.tabs_profile .menu_func ul.menu_list li.audio_chat.selected{ border-bottom: 3px solid #fb9aab; }
.tabs_profile .menu_func ul.menu_list li.audio_chat.selected span{ color: #ee8799; cursor: default; }
#profile_menu_more_options_items{ height: 0; overflow: hidden; position: absolute;
    padding: 0 16px; right: -28px; top: 24px; }
.tabs_profile .menu_func ul.menu_list li.more .pp_info_cont{ position: relative; top: -13px; }
.tabs_profile .menu_func ul.menu_list li.more .pp_info{ min-width: auto; display: block; position: relative; margin-top: 24px;}
.tabs_profile .menu_func ul.menu_list li.more .marker img{ vertical-align: top; margin: 4px 3px 0 0; }
.tabs_profile .menu_func ul.menu_list li.more ul.list{ margin: 0; padding: 0; position: relative; z-index: 1; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li{ transition: 0.5s ease; margin: 0; padding: 0 20px 0 35px; float: none; border-bottom: 1px solid #bdc1ca; background-position: 11px 50%; background-repeat: no-repeat; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.block_user{ background-image: url(../images/icon_block_user.png); }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.report_user{ background-image: url(../images/icon_report_user.png); }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.street_chat{ background: url(../images/icon_street_chat.svg) 9px 8px no-repeat; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li span{ height: auto; white-space: nowrap; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li:hover{ background-color: #dfffa7; color: #7d7d7d; cursor: pointer; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li:first-child{ border-radius: 3px 3px 0 0; }

.tabs_profile .menu_func ul.menu_list li.more ul.list li:first-child::after{ content: ''; position: absolute; right: 7px; top: 2px;
width: 14px; height: 14px;	margin: -8px 0 0 -8px;
	background: #fffff0;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
            transition: background-color 0.5s ease;
 }
/*.tabs_profile .menu_func ul.menu_list li.more ul.list li:first-child::before{
	content: "";
	position: absolute; top: 0; right: 7px;
	width: 14px; height: 14px; margin: -7px 0 0 -8px;
	background: #000; background: rgba(0,0,0,0.20);

	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.24);
	   -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.24);
	     -o-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.24);
	        box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.24);
}*/

.tabs_profile .menu_func ul.menu_list li.more ul.list li:first-child:hover::after{ background-color: #dfffa7;}


.tabs_profile .menu_func ul.menu_list li.more ul.list li:last-child{ border-radius: 0 0 3px 3px; border: none; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.thank_you{ background-image: url(../images/icon_report_user.png); cursor: default; color: #78aa66; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.thank_you:hover{ color: #78aa66; cursor: default; background-color: #fffff0; }
.tabs_profile .menu_func ul.menu_list li.more ul.list li.thank_you span{ color: #78aa66; cursor: default; }

.tabs_profile .tabs_content{ position: relative; overflow: hidden; clear: both; }
.tabs_profile .tabs_content{margin-left: -8px; padding-left: 8px;}
.tabs_profile .tabs_content .tab_a{ display: none; }
.tabs_profile .tab_cont{
    position: absolute; opacity: 0; visibility: hidden;
	top:0; left:8px; width:100%; height:100%; box-sizing:border-box;
	-webkit-transition: .25s linear; transition: .25s linear;
}

.tabs_profile .tab_about{ clear: both; padding: 30px 0 0; float: left; }
.tabs_profile .tab_photos{ clear: both; padding: 30px 0 0 0; width: 780px; }
.tabs_profile .tabs_content>a.target+.tab_cont{ visibility: visible; opacity: 1; -height: auto; position: static; }
.tabs_profile .tabs_content>a.target+.tab_cont .col_right{ padding-right: 0px; }
.tabs_profile .tab_cont .col_right { padding-right: 8px; }

.tabs_profile.choose_profile .tab_cont{visibility:visible; opacity:1; -height: auto;}

.tabs_profile .tab_photos .item{ position: relative; overflow: hidden; width: 126px; height: 140px; margin: 0 26px 25px 0; transition: 0.5s ease; float: left; }

.tabs_profile .tab_photos .item .block_layer_action{-webkit-transition:.3s all, opacity .25s linear; transition:.3s all, opacity .25s linear; opacity:0; visibility:hidden; z-index:2; width:126px; height: 140px; position: absolute; top: 0px; left: 0px; margin:0;}
.tabs_profile .tab_photos .item.item_video .block_layer_action{width:160px; height: 120px;}
.tabs_profile .tab_photos .item .block_layer_action.to_show{opacity:1; visibility:visible;}
.tabs_profile .tab_photos .item .photo_preloader_bg{background-color: rgba(255,255,255,.1); width:100%; height:100%;}

.tabs_profile .tab_photos .icon_delete{ display: inline-block; width: 32px; height: 32px; cursor: pointer; }
.tabs_profile .tab_photos .icon_delete_photo, .tabs_profile .tab_photos .icon_delete_photo_hover{ position: absolute; right: 0; top: 2px; background-image: url(../images/icon_delete_photo.png); background-repeat: no-repeat; width: 32px; height: 32px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.tabs_profile .tab_photos .icon_delete_photo{ background-position: 0 0; opacity: 1; }
.tabs_profile .tab_photos .icon_delete_photo_hover{ background-position: 0 -32px; opacity: 0; }
.tabs_profile .tab_photos .icon_delete:hover span.icon_delete_photo{ opacity: 0; }
.tabs_profile .tab_photos .icon_delete:hover span.icon_delete_photo_hover{ opacity: 1; }

.tabs_profile .tab_photos .icon_private{ display: inline-block; width: 32px; height: 32px; cursor: pointer; }
.tabs_profile .tab_photos .icon_private_photo, .tabs_profile .tab_photos .icon_private_photo_hover{ position: absolute; right: 0; top: 25px; background-image: url(../images/icon_private_photo.png); background-repeat: no-repeat; width: 32px; height: 32px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.tabs_profile .tab_photos .icon_private_photo{ background-position: 0 0; opacity: 1; }
.tabs_profile .tab_photos .icon_private_photo_hover{ background-position: 0 -32px; opacity: 0; }
.tabs_profile .tab_photos .icon_private:hover span.icon_private_photo{ opacity: 0; }
.tabs_profile .tab_photos .icon_private:hover span.icon_private_photo_hover{ opacity: 1; }

.tabs_profile .tab_photos .icon_public{ display: inline-block; width: 32px; height: 32px; cursor: pointer; }
.tabs_profile .tab_photos .icon_public_photo, .tabs_profile .tab_photos .icon_public_photo_hover{ position: absolute; right: 0; top: 25px; background-image: url(../images/icon_public_photo.png); background-repeat: no-repeat; width: 32px; height: 32px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.tabs_profile .tab_photos .icon_public_photo{ background-position: 0 0; opacity: 1; }
.tabs_profile .tab_photos .icon_public_photo_hover{ background-position: 0 -32px; opacity: 0; }
.tabs_profile .tab_photos .icon_public:hover span.icon_public_photo{ opacity: 0; }
.tabs_profile .tab_photos .icon_public:hover span.icon_public_photo_hover{ opacity: 1; }

.tabs_profile .tab_photos .icon_rotate{ display: inline-block; width: 32px; height: 32px; cursor: pointer; }
.tabs_profile .tab_photos .icon_rotate_photo, .tabs_profile .tab_photos .icon_rotate_photo_hover{ position: absolute; right: 0; top: 48px; background-image: url(../images/icon_rotate_photo.png); background-repeat: no-repeat; width: 32px; height: 32px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.tabs_profile .tab_photos .icon_rotate_photo{ background-position: 0 0; opacity: 1; }
.tabs_profile .tab_photos .icon_rotate_photo_hover{ background-position: 0 -32px; opacity: 0; }
.tabs_profile .tab_photos .icon_rotate:hover span.icon_rotate_photo{ opacity: 0; }
.tabs_profile .tab_photos .icon_rotate:hover span.icon_rotate_photo_hover{ opacity: 1; }
.tabs_profile .tab_photos .icon_rotate.hide{ display: none; }

.tabs_profile .tab_photos .list_photos_public .item.add_photo.hover_bg{ background: #00dbeb; }
.tabs_profile .tab_photos .list_photos_public{ padding: 0 0 10px; }

/*.tabs_profile .tab_photos .list_photos_trans{margin-top:-20px;}
.tabs_profile .tab_photos .list_photos_trans.to_trans{margin-top:0px; transition: margin .7s cubic-bezier(.26,1.28,.6,1.62) .15s;}*/

.tabs_profile .tab_photos .list_photos_public .item{ background: #1bc6da; }
.tabs_profile .tab_photos .list_photos_public a img.photo{ transition: 0.5s ease; }
.tabs_profile .tab_photos .list_photos_public a img.set_rotate{ width: 142px !important; height: 156px !important; margin-top: -8px; margin-left: -8px; }
.tabs_profile .tab_photos .list_photos_public a:hover img.photo{ -webkit-filter: brightness(1.05); filter: brightness(1.05); }

.tabs_profile .tab_photos .list_photos_private .item.add_photo.hover_bg{ background: #ff80b5; }
.tabs_profile .tab_photos .title_private_photos{ line-height: 16px; color: #7d7d7d; background: url(../images/icon_private_photos.png) -2px 0 no-repeat; border-bottom: 1px solid #dcdee2; padding: 0 0 8px 18px; margin: 0 45px 26px 0; font-weight: bold; }
.tabs_profile .tab_photos .title_private_photos.title_videos { background: url(../images/icon_profile_videos.png) -2px 0 no-repeat; }

.tabs_profile .tab_photos .list_photos_private .item{ background: #ff6c7f; }
.tabs_profile .tab_photos .list_photos_private{ line-height: 18px; padding: 0 0 10px; }
.tabs_profile .tab_photos .list_photos_private a{ color: #6d8fff; transition: 0.5s ease; }
.tabs_profile .tab_photos .list_photos_private a:hover{ color: #ff5f23; }
.tabs_profile .tab_photos .list_photos_private a img.photo{ transition: 0.5s ease; }
.tabs_profile .tab_photos .list_photos_private a img.set_rotate{width:142px!important; height:156px!important; margin-top:-8px; margin-left:-8px;}
.tabs_profile .tab_photos .list_photos_private a:hover img.photo{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }

.tabs_profile .tab_photos .list_photos_private .request_access_private_photo {display: inline-block; margin-bottom: 20px; overflow:hidden; height: 18px;}
.tabs_profile .tab_photos .list_photos_private .request_access_private_photo.to_hide{transition: all .4s linear; opacity:0; height:0px; margin:0px;}
.photo_private_can_view {margin-bottom: 20px;}

.tabs_profile .tab_photos .bl_nophoto{ text-align: center; padding: 60px 20px 0 0; }
.tabs_profile .tab_photos .bl_nophoto img{ margin: 0 0 20px; }

.tabs_profile .tab_photos img.photo{width: 126px; height: 140px;}
/*.tabs_profile .tab_photos img.photo.to_hide{opacity:0; position:absolute; top:0;}
.tabs_profile .tab_photos img.photo.to_show{opacity:1; transition:opacity .5s linear!important; position:absolute; top:0;}*/
.tabs_profile .tab_photos .list_videos img.photo{width: 160px; height: 120px;}

.tabs_profile .tab_photos .item.item_video{ width: 160px; height: 120px; }

.tabs_profile .tab_photos .item.to_expand{width:126px; margin-right: 26px; opacity: 1; transition: all .45s, width .45s cubic-bezier(.17,.67,.53,.98), opacity .45s linear; -webkit-transition: all .45s, width .45s cubic-bezier(.17,.67,.53,.98), opacity .45s linear;}
.tabs_profile .tab_photos .item.to_collapse{width:0px; margin-right: 0px; opacity: 0; transition: all .45s, width .45s cubic-bezier(.17,.67,.53,.98), opacity .45s linear; -webkit-transition: all .45s, width .45s cubic-bezier(.17,.67,.53,.98), opacity .45s linear;}


.tabs_profile .tab_video_chat{ clear: both; padding: 30px 0 0; }
.tabs_profile .tab_video_chat .cont{ height: 500px; background-color: #cacaca; }

.tabs_profile .tab_audio_chat{ clear: both; padding: 30px 0 0; }
.tabs_profile .tab_audio_chat .cont{ height: 500px; background-color: #cacaca; }

.tabs_profile .col_left{ width: 400px; float: left; }
.tabs_profile .col_left .bl{ margin: 0 0 20px; }
.tabs_profile .col_left .bl .title{ font-size: 20px; line-height: 24px; margin: 0 0 10px; }
.tabs_profile .title .title_icon_edit{ position: relative; padding: 0 26px 0 0; cursor:text;  /*display: inline-block; width: 20px; height: 20px;*/ float: left; }
.tabs_profile .title .title_icon_edit span{ position: absolute; top: 4px; right: 0; background: url(../images/icon_edit.png) 0 0 no-repeat; transition: 0.5s ease; width: 20px; height: 20px; display: inline-block; cursor: pointer; }
.tabs_profile .title .title_icon_edit:hover span{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }

.tabs_profile .col_left .bl .bl_frm_edit{ position: relative; }
.tabs_profile .col_left .bl .frm_edit{overflow:hidden; padding: 15px 0 0; height: 0px; margin-bottom: -15px; transition: all .3s; -webkit-transition: all .3s;  padding-right: 8px;}
.tabs_profile .col_left .bl .frm_edit.to_show{ height:35px; margin-bottom: 0px;}
.tabs_profile .col_left .bl .frm_edit textarea{ width: 100%; min-height: 120px; margin: 0 0 15px; padding: 10px 13px 10px; line-height: 24px; }
.tabs_profile .col_left .bl .frm_edit input{ width: 100%; margin: 0 0 15px; padding: 10px 13px 10px; line-height: 24px; }

.tabs_profile .col_left .bl .frm_edit button.btn{ min-width: 120px; float: right; margin: 0 0 0 13px; }

.tabs_profile .col_right{ width: 290px; float: right; }
.tabs_profile .col_right .bl{ margin: 0 0 30px; }
.tabs_profile .col_right .bl .title{ font-size: 20px; line-height: 24px; margin: 0 0 18px; }
.tabs_profile .tab_about .col_left .bl p{
	word-break: break-all;
}
.tabs_profile .col_right .list_interest{ padding: 5px 0 0 !important; border-top: 1px solid #dcdee2; }
.tabs_profile .col_right .btn_browse_invisibly{position:relative; overflow:hidden; transition: 0.5s ease; display: block; text-align: center; background: #cbe8fb url(../images/arrow_browse_invisibly.png) 95% 50% no-repeat; color: #4c8fba; border-radius: 3px; line-height: 51px; font-weight: bold; }
.tabs_profile .col_right .btn_browse_invisibly span.icon_browse_invisibly{
	display: inline-block;
	background-image: url(../images/icon_btn_browse_invisibly.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
	width: 18px;
	height: 51px;
	margin: 0 10px 0 0;
	vertical-align: top;
 }
.tabs_profile .col_right .btn_browse_invisibly:hover{ background: #bbe3fc url(../images/arrow_browse_invisibly.png) 95% 50% no-repeat; }
.tabs_profile .col_right .btn{ width: 100%; line-height: 54px; }
.tabs_profile .col_right .btn span.icon_message{ background-image: url(../images/icon_message.svg); background-repeat: no-repeat; background-position: 0 50%;
background-size: 100% auto; display: inline-block; width: 24px; height: 53px; margin: 0 7px 0 0; vertical-align: top; }
@-moz-document url-prefix() {
	.tabs_profile .col_right .btn{ line-height: 51px; }
}

.tabs_profile .col_right table tr{
    border-top: 1px solid #dcdee2;
    font-size: 11px;
    line-height: 21px;
}

.tabs_profile .col_right table tr th{
    font-weight: normal;
    text-align: left;
    color: #9e9e9e;
    padding: 10px 5px 10px 0;
    box-sizing: border-box;
    width: 110px;
    vertical-align: top;
}

.tabs_profile .col_right table tr td{
    font-weight: bold;
    padding: 10px 0;
    vertical-align: top;
}

.bl_ads{ width: 160px; margin: 0 auto; text-align: center; clear: both; word-wrap: break-word; overflow: hidden; }
.bl_ads strong a{ text-decoration: underline; }
.bl_ads a:hover{ text-decoration: none; }

.profile_pic{ position: relative; margin: 0 auto 20px; }
.profile_pic button{ border: none; display: block; border-radius: 50%; background-repeat: no-repeat; width: 126px; height: 126px; margin: 0 auto; outline: none !important;
    transition: 0.5s ease, opacity .4s, background 0s; }
.profile_pic button.plug_private_photos{ background-position: 50% 50%; }
.profile_pic button.photo_right_column{ background-size: 100% auto; }
.profile_pic button.photo_empty{ background-position: 50% 100%; background-size: 80% auto; transition: none; cursor: default; }
.profile_pic button.to_hide{ opacity: 0; }
.profile_pic button:not(.photo_empty):hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }

.profile_sign{
    text-align: center;
    padding: 0 0 20px;
}

.profile_sign .txt{
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 10px;
    line-height: 22px;
}

.profile_sign .btn{
    /*min-width: 125px;
    max-width: 160px;*/
    width: 160px;
    padding: 0 10px;
    margin: 0 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile_sign button.btn.small img{
    margin: 8px 3px 0 -3px;
}

.profile_sign button.btn.small.turquoise img{
    margin: 7px 3px 0 -3px;
}

@-moz-document url-prefix() {
    .profile_sign button.btn.small img{ margin: 3px 3px 0 -3px; }
    .profile_sign button.btn.small.turquoise img{ margin: 1px 3px 0 -3px; }
	.profile_sign button.btn.small{ line-height: 17px; }
}

.blocked_users .item{ background: #e1e6ef; margin: 0 0 26px; height: 140px; overflow: hidden; }
.blocked_users .item .pic_info{ display: table-cell; box-sizing: border-box; }
.blocked_users .item .pic{ display: table-cell; box-sizing: border-box; }
.blocked_users .item .pic img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.blocked_users .item .info{ display: table-cell; vertical-align: middle; border-right: 1px dashed #ccd1d9; width: 253px; box-sizing: border-box; padding: 0 23px; }
.blocked_users .item .info .name{ font-size: 24px; line-height: 27px; margin: 0 0 5px; color: #000; }
.blocked_users .item .info .list{ line-height: 27px; display: block; clear: both; color: #000; padding: 7px 0 0; }
.blocked_users .item .info .list span{ color: #757575; padding: 0 2px; }
.blocked_users .item .info .time{ color: #a7a7a7; line-height: 27px; margin: 0 0 3px; }
.blocked_users .item .block_btn{ display: table-cell; vertical-align: middle; box-sizing: border-box; padding: 0 40px; width: 355px;}
.blocked_users .item .block_btn .btn{ width: 100%; height: 45px; line-height: 45px; }

.access_my_private_photos .item{ background: #e1e6ef; margin: 0 0 26px; height: 140px; overflow: hidden; }
.access_my_private_photos .item .pic_info{ display: table-cell; box-sizing: border-box; }
.access_my_private_photos .item .pic{ display: table-cell; box-sizing: border-box; }
.access_my_private_photos .item .info{ display: table-cell; vertical-align: middle; border-right: 1px dashed #ccd1d9; width: 253px; box-sizing: border-box; padding: 0 23px; }
.access_my_private_photos .item .info .name{ font-size: 24px; line-height: 27px; margin: 0 0 5px; color: #000; }
.access_my_private_photos .item .info .list{ line-height: 27px; display: block; clear: both; color: #000; padding: 7px 0 0; }
.access_my_private_photos .item .info .list span{ color: #757575; padding: 0 2px; }
.access_my_private_photos .item .info .time{ color: #a7a7a7; line-height: 27px; margin: 0 0 3px; }
.access_my_private_photos .item .block_btn{ display: table-cell; vertical-align: middle; box-sizing: border-box; padding: 0 40px; width: 355px;}
.access_my_private_photos .item .block_btn .btn{ width: 100%; height: 45px; line-height: 45px; }
.access_my_private_photos .item .block_btn span.icon_lock{
	display: inline-block;
	background-image: url(../images/icon_lock.svg);
	background-position: 50% 47%;
	background-repeat: no-repeat;
	background-size: 80% auto;
	width: 24px;
	height: 45px;
	vertical-align: top;
 }

.block_statistics .item .pic_info{ transition: 0.5s ease; }
.block_statistics .item .pic_info .name{ transition: 0.5s ease; }
.block_statistics.mutual_likes .item .pic_info .name{ color: #ed49c1; }
.block_statistics.mutual_likes .item:hover .pic_info .name{ color: #b85c94; }
.block_statistics.blocked .item .pic_info .time{display:none;}
.block_statistics.visitors .item{ background: #fff; }

.block_statistics.visitors .item .pic_info .name,
.block_statistics.blocked .item .pic_info .name{ color: #6d8fff; }
.block_statistics.visitors .item:hover .pic_info .name, .block_statistics.blocked .item:hover .pic_info .name{ color: #7d7cc2; }
.block_statistics.whom_you_like .item{ background: #fff; }
.block_statistics.whom_you_like .item .pic_info .name{ color: #3ac0d4; }
.block_statistics.whom_you_like .item:hover .pic_info .name{ color: #408699; }
.block_statistics.who_likes_you .item{ background: #fff; }
.block_statistics.who_likes_you .item .pic_info .name{ color: #ff6d85; }
.block_statistics.who_likes_you .item:hover .pic_info .name{ color: #c75568; }

.block_statistics .item{ display: block; background: #ffffff; margin: 0 0 26px; overflow: hidden; border-bottom: 1px solid #cbcbbf; }
.blocked_users .item, .access_my_private_photos .item{ background: #e1e6ef;}
.block_statistics .item .pic{ display: table-cell; box-sizing: border-box;  transition: opacity .4s linear; -webkit-transition: opacity .4s linear;}
.block_statistics .item .pic.to_hide{ opacity: 0; }
.block_statistics .item .pic_info{ display: table-cell; box-sizing: border-box; }
.block_statistics .item .pic_info img{
	transition: 0.5s ease;
	height: 140px;
    object-fit: cover;
    width: 100%;
}
.block_statistics .item .pic_info:hover img{ -webkit-filter: brightness(1.05); filter: brightness(1.05); }
.blocked_users .item .pic_info:hover img{ -webkit-filter: grayscale(100%); filter: grayscale(100%); }
.block_statistics .item .info{ display: table-cell; vertical-align: middle; border-right: 1px dashed #e7e7da; width: 263px; box-sizing: border-box; padding: 0 23px; }
.blocked_users .item .info, .access_my_private_photos .item .info{ border-right: 1px dashed #ccd1d9; width: 250px; }
.block_statistics .item .info .name{ font-size: 24px; line-height: 27px; margin: 0 0 5px; display: block; }
.block_statistics .item .info .list{ line-height: 27px; display: inline-block; clear: both; color: #000; padding: 3px 0 0; }
.block_statistics .item .info .list span{ color: #757575; padding: 0 2px; }
.block_statistics .item .info .time{ color: #a7a7a7; line-height: 27px; margin: 0 0 3px; display: block; }

#page_list_users .item .info .list{ width: 100%; }
.block_statistics .item .info .time.new {
    background-color: #ff5454;
    height: 17px;
    line-height: 15px;
    border: 1px solid #fd5050;
    padding: 0 6px;
    color: #fff;
    display: block;
    clear: both;
    float:left;
    margin: 12px 0 0;
    border-radius: 8px;
}
.block_statistics .item .info .time:empty,
.block_statistics .item .info .time.new:empty{display:none;}

.block_statistics .item .statistics{ text-align: center; display: table-cell; vertical-align: top; box-sizing: border-box; padding: 11px 7px 0; width: 115px; border-right: 1px dashed #d6d6c9;
    -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.block_statistics .item .statistics.last{ border-right: none; }
.block_statistics .item .statistics .chart_statistics{ position: relative; margin: 0 0 15px; width: 100px; height: 100px;}
.block_statistics .item .statistics .chart_statistics .chart{margin-top: -10px; display: inline-block; }

.block_statistics .item .statistics .chart_statistics{opacity:0;}
.block_statistics .item .statistics .chart_statistics.to_show{opacity:1; -webkit-transition:opacity .3s linear; transition:opacity .3s linear}

.block_statistics .item .statistics .chart_statistics .count{ position: absolute; top: 0; left: 50%; margin: 0 0 0 -38px; font-size: 17px; font-weight: bold; width: 78px; height: 89px; }
.block_statistics .item .statistics .chart_statistics .count .bl{ position: relative; display: inline-block; line-height: 92px; color: #000; }
.block_statistics .item .statistics .chart_statistics .count span{ color: #a6a6a6; font-size: 8px; position: absolute; bottom: -2px; right: -10px; }
.block_statistics .item .statistics .name_statistics{
    font-size: 12px;
    margin-top: -14px;
    width: 100px;
    word-wrap: break-word;
}

.block_statistics .item .statistics .name_statistics.name_statistics_profile{
    margin-top: -7px;
    width: 136px;
}

.block_statistics .item .statistics .name_statistics span{
    padding: 0 0 0 17px;
    color: #000;
}

.block_statistics .item .statistics .name_statistics span.icon_chart_title{
    padding: 0;
    word-wrap: break-word;
}

.block_statistics .item .statistics .name_statistics strong{
    padding: 0 5px 0 0;
    line-height: 20px;
    word-wrap: break-word;
}

.block_statistics .item .statistics .name_statistics .icon_physics{
    background: url(../images/icon_physics.png) 0 1px no-repeat;
}

.block_statistics .item .statistics .name_statistics .icon_intellect{
    background: url(../images/icon_intellect.png) 0 1px no-repeat;
}

.block_statistics .item .statistics .name_statistics .icon_hobbies{
    background: url(../images/icon_hobbies.png) 0 1px no-repeat;
}

.pp_upgraded{ z-index: 1002; width: 700px !important; display: none; }
.pp_upgraded .cont{ width: 700px; }
.pp_upgraded .tb{ display: table; }
.pp_upgraded .tb .td{ display: table-cell; vertical-align: middle; }
.pp_upgraded .switch_paymant{ float: left; width: 78px; padding: 40px 0 0; position: relative;}
.pp_upgraded .switch_paymant .item{ position: relative; margin: 0 0 13px; }
.pp_upgraded .switch_paymant .item .frame{background-color: #fff; cursor: pointer; border-radius: 50%; border: 1px solid #cacaca; width: 53px; height: 53px; /*background-size: 100% auto;*/ background-repeat: no-repeat; background-position: 50% 50%; outline: none; transition: inherit; }
.pp_upgraded .switch_paymant .item .decor{z-index: 1; position: absolute; top: 13px; right: -1px; background: url(../images/decor_pp_payment.png) 0 0 no-repeat; width: 13px; height: 26px; }
.pp_upgraded .switch_paymant .decor{ z-index: 1; transition: all .5s; position: absolute; top: 53px; right: -1px; background: url(../images/decor_pp_payment.png) 0 0 no-repeat; width: 13px; height: 26px; }
.pp_upgraded .switch_paymant.to_hide{visibility: hidden; opacity: 0; transition: opacity .25s linear, visibility 0s .25s;}

.pp_upgraded .cont_pp_profile_upgraded{
    background-color: #fff;
    display: table-cell;
    /*width: 470px;*/
    height: 375px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
    padding: 40px 0 45px;
}

.pp_upgraded #profile_upgraded_system.to_hide,
.pp_upgraded #profile_upgraded_system_boost.to_hide{ visibility: hidden; opacity: 0; transition: opacity .25s linear, visibility 0s .25s; }

.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item{ display: none; height: 150px; width: 470px; display: table-cell; vertical-align: middle; }
.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item.show{ display: block; }

.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item_boost{ display: none; height: 150px; width: 470px; display: table-cell; vertical-align: middle; }
.pp_upgraded .cont_pp_profile_upgraded .cont_pp_profile_upgraded_item_boost.show{ display: block; }

.pp_upgraded .cont_pp_profile_upgraded span{
    display: block;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 40px;
}

.pp_upgraded .cont_pp_profile_upgraded img{
    clear: both;
    min-height: 108px;
    /* margin: 0 0 20px;  */
}

.pp_upgraded .cont_pp_profile_upgraded .btn{ min-width: 170px; padding: 0 20px; box-sizing: border-box; margin: 30px 0 0; }
.pp_upgraded .cont_pp_profile_upgraded .btn .css_loader .spinner.center{ position: relative; vertical-align: top; margin: -2px 0 0; }
.pp_upgraded .info_profile_upgraded{ width: 200px; vertical-align: top; display: table-cell; }
.pp_upgraded .info_profile_upgraded .bl{ padding: 0 0 0 20px; }
.pp_upgraded .info_profile_upgraded .bl .name{ font-size: 14px; line-height: 24px; margin: 0 0 25px; }
.pp_upgraded .info_profile_upgraded .bl .name strong{ display: block; }
.pp_upgraded .info_profile_upgraded .bl .name span{ color: #a3aeb9; }
.pp_upgraded .info_profile_upgraded .bl p{ font-size: 11px; line-height: 24px; color: #a3aeb9; margin: 0 0 15px; }
.pp_upgraded .info_profile_upgraded .bl .price{ font-size: 12px; line-height: 24px; }
.pp_upgraded .info_profile_upgraded .bl .price strong{ display: block; }

#profile_upgraded_error,
#profile_upgraded_sucess,
#profile_upgraded_error_boost{
    display: none;
    width: 420px;
}

#profile_upgraded_error img,
#profile_upgraded_sucess img,
#profile_upgraded_error_boost img{
    margin: 0 0 40px;
}

.pp_upgraded.pp_boost_ajax{
    background: #fff;
    width: 470px !important;
    border: 1px solid #cacaca;
    border-radius: 3px;
}
.pp_upgraded.pp_boost_ajax.no_border{
    border: none;
}


.pp_upgraded.pp_boost_ajax .cont{
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    /* min-height: 388px;  */
    width: 470px!important;
}

.pp_upgraded.pp_boost_ajax .cont.to_hide{
    opacity: 0;
}
.pp_upgraded.pp_boost_ajax .cont .cont_pp_profile_upgraded{
    width: 470px !important;
    /* height: 388px;  */
}

.pp_upgraded .cont.cont_boost_system{-webkit-transition: opacity .3s linear; transition: opacity .3s linear;}
.pp_upgraded .cont.cont_boost_system.to_hide{ opacity: 0; }

.pp_upgraded.pp_boost_ajax.pp_boost{ border: none; }
.pp_upgraded.pp_boost_ajax.pp_boost .cont{ background: #ff6d85; border-radius: 3px; }
.pp_upgraded.pp_boost_ajax.pp_boost .cont .cont_pp_profile_upgraded{background: #ff6d85;}

#pp_boost_ajax.pp_boost .cont .cont_pp_profile_upgraded{
    border: none;
    -moz-user-select: none;
    user-select: none;
}

.pp_upgraded.pp_boost .cont span{
    color: #fff;
    margin: 0 0 30px;
}

.pp_upgraded.pp_boost .cont span.cont_desc{
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    margin: 30px 0 0;
}

.pp_upgraded.pp_boost .cont span.cont_desc.last{
    /* margin-bottom: 30px; */
    margin: 0;
}

.pp_upgraded.pp_boost .cont .count{
    color: #ffd3d9;
    margin: 15px 0 0;
    font-size: 11px;
}

.pp_upgraded.pp_boost_profile,
.pp_upgraded.pp_boost_profile .cont{
    width: 700px !important;
}
.pp_upgraded.pp_boost_profile .cont .cont_pp_profile_upgraded{ background: #6dc9ff; width: 372px !important; border-radius: 0; border: none; border-right: 1px solid #cacaca; }
.pp_upgraded.pp_boost_profile .cont span.txt{ color: #fff; font-size: 18px; line-height: 30px; font-weight: bold;
    margin: 0 0 30px;
    padding: 0 20px;
}
.pp_upgraded.pp_boost_profile .cont img{ margin: 25px 0; }
.pp_upgraded.pp_boost_profile .info_profile_upgraded{ width: 306px; padding: 23px 0 0; }

.pp_upgraded.pp_boost_profile .boost_profile{ width: 283px; float: right; overflow: hidden; padding-bottom: 25px;}
.pp_upgraded.pp_boost_profile .boost_profile .item{ border-top: 1px solid #abafb6; margin: -1px 0 0; display: table; vertical-align: middle; cursor: pointer; }
.pp_upgraded.pp_boost_profile .boost_profile .item .bl{ height: 87px; display: table-cell; vertical-align: middle; width: 283px; }
.pp_upgraded.pp_boost_profile .boost_profile .item.selected{ background-color: #d9dee7; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price{ padding: 0; margin: 0; display: table-cell; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price li{ padding: 0; margin: 0; font-size: 14px; line-height: 21px; color: #929aaa; }
.pp_upgraded.pp_boost_profile .boost_profile .item .price li strong{ color: #000; display: inline-block; }
.pp_upgraded.pp_boost_profile .boost_profile button{ width: 100%; margin: 20px 0 0; }
.pp_upgraded.pp_boost_profile .boost_profile .niceRadio{
    font-size: 14px;
    line-height: 21px;
    color: #929aaa;
    padding: 0 0 0 28px;
}

.pp_upgraded.pp_boost_profile .boost_profile .niceRadio strong{
    color: #000;
}

.pp_upgraded.pp_boost_profile .boost_profile .niceRadio label{
    cursor: pointer;
    padding: 0 0 0 20px;
    float: left;
    width: 210px;
    box-sizing: border-box;
}

.pp_upgraded.pp_boost_profile .boost_profile .niceRadio label span{
    color:#B0B6C1;
}

.pp_upgraded.pp_boost_profile .boost_profile span.payment_item{
    cursor: pointer;
    padding: 0 0 0 20px;
    float: left;
    width: 210px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    color: #929aaa;
}

.pp_upgraded.pp_boost_profile .boost_profile span.payment_item span{
    color:#B0B6C1;
}

.pp_upgraded.pp_boost_profile .boost_profile .item.selected .niceRadio a{
    background-position: -16px 0;
}

.pp_upgraded.pp_boost_profile .boost_profile .item .niceRadio a{
    background-position: 0 0;
    display: block;
    float: left;
    margin: 3px 0 0 5px;
}

.pp_choose_city{ width: 540px; background: #fff; border-radius: 3px; overflow: hidden; }
.pp_choose_city .frame{ padding: 25px 30px; border: 1px solid #cacaca; box-sizing: border-box; position: relative; }
.pp_choose_city .frame .head{ color: #a5afbd; font-size: 20px; line-height: 24px; margin: 0 0 10px; }
.pp_choose_city .frame .cont{ margin: 0 0 37px; }
.pp_choose_city .frame .cont .pp_city_autocomplete{ width: 100%; margin: 0 0 10px; padding-bottom: 3px; padding-left: 14px; box-sizing: border-box; }
@-moz-document url-prefix() {
    .pp_choose_city .frame .cont .pp_city_autocomplete{ padding-bottom: 2px; }
}

ol#selectable{ list-style-type: none; margin: 0; padding: 0; border: 1px solid #d5dce6; width: 476px; height: 346px; border-radius: 3px; box-sizing: border-box; font-size: 14px; line-height: 24px; background: #fff; overflow-y: scroll; }
ol#selectable li{ margin: 0; padding: 0 14px; cursor: pointer; }
ol#selectable li.selected{ background: #40c7db; color: #fff; }
.pp_choose_city .frame .foot{ padding: 0 0 12px; }
.pp_choose_city .frame .foot .link_back{ color: #40c7db; display: block; transition: 0.5s ease; height: 30px; line-height: 28px; float: left; }
.pp_choose_city .frame .foot .link_back:hover{ color: #32a3ba; }
.pp_choose_city .frame .foot .link_back .icon_back{
	display: inline-block;
	background-image: url(../images/icon_link_back.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 100% auto;
	width: 18px;
	height: 28px;
	vertical-align: top;
 }
.pp_choose_city .frame .foot .btn{ min-width: 120px; float: left; margin: 0 0 0 13px; }
.pp_choose_city .frame .foot .btn.white_frame{ color: #c6d0db; }
.pp_choose_city .frame .foot .btn.white_frame:hover{ color: #a2acba; }

.pp_info{ z-index: 2; background: #fffff0; box-shadow: 0 2px 14px rgba(0, 0, 0, 0.26); border-radius: 3px; min-width: 255px; position: absolute; }
.pp_info:not(.pp_profile_menu_more)::after{ content: ''; position: absolute; right: 7px; top: 2px;
	width: 14px; height: 14px;	margin: -8px 0 0 -8px;
	background: #fffff0;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
/*.pp_info:not(.pp_profile_menu_more)::before{
	content: "";
	position: absolute; top: 0; right: 7px;
	width: 14px; height: 14px; margin: -8px 0 0 -8px;
	background: #000; background: rgba(0,0,0,0.20);

	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
	-webkit-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.20);
	   -moz-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.20);
	     -o-box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.20);
	        box-shadow: -1px 1px 3px -1px rgba(0,0,0,0.20);

}*/
.pp_info .cont{ padding: 15px 20px 20px; text-align: center; }
.pp_info .cont .title{ font-size: 24px; line-height: 30px; }

#pp_video_chat,
#pp_audio_chat{
    height: 0;
    overflow: hidden;
    width: 287px;
    top: 24px;
    right: -16px;
    position: absolute;
}

.pp_info.pp_media_chat{ position: relative; top: 10px; width: 255px; left: 15px; }
.pp_info.pp_media_chat.to_hide{visibility:hidden; opacity: 0; transition: opacity .2s linear, visibility 0s .2s;}
.pp_info.pp_media_chat.to_show{visibility: visible; opacity: 1; transition: opacity .2s linear, visibility 0s;}
.pp_info.pp_media_chat .cont{ cursor: default; }
.pp_info.pp_media_chat .cont .title{ cursor: default; color: #000; }
.pp_info .cont .img_chat{ width: 255px; height: 88px; padding: 0 0 5px; vertical-align: middle; display: table-cell; text-align: center; }
.pp_info .cont .btn{ width: 100%; }
.pp_info .cont .double_btn .btn{ width: 50%; margin: 0; float: left; }
.pp_info .cont .double_btn .btn.marsh{ border-radius: 0 3px 3px 0; }
.pp_info .cont .double_btn .btn.dgrey{ border-radius: 3px 0 0 3px; border-right: 1px solid #fff; }

.pp_info_start{ background: #fffff0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.34); border-radius: 3px; width: 255px; }
.pp_info_start .cont{ padding: 15px 20px 20px; text-align: center; }
.pp_info_start .cont .title{ font-size: 24px; line-height: 30px; }
.pp_info_start .cont .pic_chat{ width: auto; margin: 0 auto 5px; /*height: 88px;*/ vertical-align: middle; display: table; text-align: center; }
.pp_info_start .cont .pic_chat .pic{ display: table-cell; vertical-align: middle; padding: 0 10px 0 0; text-align: center; width: 46px; }
.pp_info_start .cont .pic_chat button{ border: none; display: table-cell; vertical-align: middle; text-align: right; border-radius: 50%; width: 46px; height: 46px; margin: 0 auto; background-size: 100% auto; outline: none !important; transition: 0.5s ease; }
.pp_info_start .cont .pic_chat button:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
.pp_info_start .cont .pic_chat a.photo{ border: none; display: table-cell; vertical-align: middle; text-align: right; border-radius: 50%; width: 46px; height: 46px; margin: 0 auto; background-size: 100% auto; outline: none !important; transition: 0.5s ease; }
.pp_info_start .cont .pic_chat a.photo:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
.pp_info_start .cont .pic_chat .info{ text-align: left; display: table-cell; vertical-align: middle; text-align: left; font-size: 12px; line-height: 18px; }
.pp_info_start .cont .pic_chat .info strong{ font-weight: bold; display: block; }
.pp_info_start .cont .pic_chat .info a.name{ color: #000; }

.pp_info_start .cont .img_chat{ width: 215px; /*height: 88px;*/ padding: 0 0 6px; vertical-align: middle; display: table-cell; text-align: center; }
.pp_info_start .cont .img_chat .icon{ margin: 33px 0 19px; }
.pp_info_start .cont .img_chat .msg{ padding: 0 0 36px; line-height: 20px; }
.pp_info_start .cont .btn{ width: 100%; }
.pp_info_start .cont .double_btn .btn{ width: 50%; margin: 0; float: left; line-height: 30px; }
.pp_info_start .cont .double_btn .btn.marsh{ border-radius: 0 3px 3px 0; }
.pp_info_start .cont .double_btn .btn.dgrey{ border-radius: 3px 0 0 3px; border-right: 1px solid #fff; }

.pp_info_start .cont .img_chat .icon {
    margin: 33px 0 0px;
}

.pp_info_start .cont .img_chat .msg {
    padding: 19px 0 0;
}

.pp_info_start .cont .one_btn,  .pp_info_start .cont .double_btn{
    margin-top: 33px;
}

.pp_info_start .cont .pic_chat{
    padding-top: 25px;
}

#pp_profile_settings_editor{ width: 667px; }
#pp_profile_settings_editor .tb_frm th{ min-width: 250px; }
.pp_edit_info{ min-width: 440px; background: #fff; border-radius: 3px; }
.pp_edit_info .frame{ padding: 25px 30px; border: 1px solid #cacaca; box-sizing: border-box; position: relative; border-radius: 3px; }
.pp_edit_info .frame .head{ color: #a5afbd; font-size: 20px; line-height: 24px; margin: 0 0 32px; padding: 0 0 3px; border-bottom: 1px solid #e7e7e7; text-align: left; width: 100%; }
.pp_edit_info .frame a.icon_close{ background-image: url(../images/icon_close.png); background-position: 50% 50%; background-repeat: no-repeat; width: 20px; height: 20px; position: absolute; top: 15px; right: 15px; }
.pp_edit_info .frame a.icon_close span.close_hover{
position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: block;
background-image: url(../images/icon_close_hover.png);
background-position: 50% 50%; background-repeat: no-repeat;
opacity: 0; transition: opacity 0.5s; height: 20px; }
.pp_edit_info .frame a.icon_close:hover span.close_hover{ opacity: 1; }
.pp_edit_info .frame .cont{ /*margin: 0 -30px 32px -30px;*/ margin: 0 -30px 20px; }

.pp_edit_info .frame .cont .bl_frm{
    padding: 1px 30px 0 20px;
}

.pp_edit_info .frame .cont .bl_frm.bl_frm_editor{ height: 150px; opacity: 0; transition:.3s all linear, opacity 0.3s; }
.pp_edit_info .frame .cont .bl_frm .info_link{margin: 0 0 30px 20px; line-height: 20px; }
.pp_edit_info .frame .cont .bl_frm .info_link span{color: #40c7db; cursor: pointer; text-decoration: underline;}
.pp_edit_info .frame .cont .bl_frm .info_link span:hover{text-decoration: none;}
.pp_edit_info .frame .cont .bl_frm .bl{ margin: 0 0 20px; clear: both; }
.pp_edit_info .frame .cont .bl_frm .checkbox{ margin: 0 -20px 0 0; position: relative; }
.pp_edit_info .frame .cont .bl_frm .bl_field_space{ margin: 0 0 0 22px; }
.pp_edit_info .frame .cont .bl_frm .checkbox .niceCheck{ white-space: nowrap; clear: both; }
.pp_edit_info .frame .cont .bl_frm .checkbox .niceCheck label{ float: right; padding: 5px 10px 7px 0; }
.pp_edit_info .frame .cont .bl_frm .checkbox a{ display: block; float: right; clear: both; margin: 7px 0 0; }
.pp_edit_info .frame .cont .bl_frm .one_checkbox.group{padding-bottom: 4px;}
.pp_edit_info .frame .cont .bl_frm .one_checkbox .niceCheck a{ margin: 1px 0 0; }

.pp_edit_info .frame .cont .bl_frm th .list_checkbox{ position: relative; float: right; margin: 0 -20px 0 0; }
.pp_edit_info .frame .cont .bl_frm th .list_checkbox .niceCheck{ float: right; clear: both; margin: 2px 0 25px; }
.pp_edit_info .frame .cont .bl_frm th .list_checkbox .niceCheck label{ float: right; padding: 5px 10px 7px 0; margin: -6px 0 0; }
.pp_edit_info .frame .cont .bl_frm th .list_checkbox a{ display: block; float: right; clear: both; }

.pp_edit_info .frame .cont .bl_frm td .list_checkbox{ float: left; padding: 0 0 0 20px; }
.pp_edit_info .frame .cont .bl_frm td .list_checkbox .niceCheck{ min-width: 182px; float: right; clear: both; margin: 2px 0 25px; }
.pp_edit_info .frame .cont .bl_frm td .list_checkbox .niceCheck label{ float: right; padding: 5px 10px 7px 20px; margin: -6px 0 0; }
.pp_edit_info .frame .cont .bl_frm td .list_checkbox a{ display: block; float: right; clear: both; }

.pp_edit_info .frame .cont .tb_frm.frm_looking_for th{
    padding: 0 10px 18px;
    min-width: 202px;
}

.pp_edit_info .frame .cont .bl_frm .name{
    padding: 0 13px 0 0;
    /* padding: 2px 13px 0 0; */
    box-sizing: border-box;
    text-align: right;
}

.pp_edit_info .frame .cont .bl_frm th.vt .name{ padding-top: 1px; }
.pp_edit_info .frame .cont .bl_frm .field .name_type{ color: #40c7db; }
.pp_edit_info .frame .cont .bl_frm .field .date_type{ color: #bec6d2; }
.pp_edit_info .frame .cont .bl_frm .field .mdash{ margin: 0 10px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field .niceCheck label{ margin: 1px 0 0 2px; }
.pp_edit_info .frame .cont .bl_frm .field .one_checkbox.s{ margin: 8px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field .add_field{ width: 320px; font-size: 11px; font-weight: bold; text-align: right; margin: -13px 0 10px; }
.pp_edit_info .frame .cont .bl_frm .field .add_field span{ color: #40c7db; cursor: pointer; }
.pp_edit_info .frame .cont .bl_frm .field .add_field span:hover{ text-decoration: underline; }
.pp_edit_info .frame .cont .bl_frm .field input.inp{ border: 1px solid #d5dce6; width: 321px; margin: 1px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field input:disabled{ background: #fff; }
.pp_edit_info .frame .cont .bl_frm .field input.psw{ width: 136px; margin: 0 0 0 11px; }

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__select{
    border: 1px solid #d5dce6;
    width: 321px;
    box-sizing: border-box;
    text-align: left;
    padding: 0 40px 0 10px;
    margin: 0 18px 0 0;
    height: 36px;
    line-height: 33px;
}

@-moz-document url-prefix() {
    .pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__select{ margin-top: 1px; }
}

.pp_edit_info .frame .cont .bl_frm .field.field_checkbox .jq-selectbox{ margin-bottom: 18px; }
.pp_edit_info .frame .cont .bl_frm .field .link_add{ margin-top: 5px; margin-bottom: -10px; }

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__dropdown{
    border: 1px solid #d5dce6;
    width: 321px;
    box-sizing: border-box;
    top: 36px;
    margin: 0 0 -1px 0;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox li.selected{
    color: #fff;
    background: #40c7db;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox li:hover{
    background: #40c7db;
    color: #fff;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__dropdown ul{
    margin: 0 -1px;
    max-height: 420px; /*max-height: 180px;*/
    border-radius: 3px;
    overflow: hidden;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__dropdown li{
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 10px;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__dropdown li:last-child:hover,
.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__dropdown li.selected:last-child{
    border-radius: 0 0 3px 3px;
}

.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__trigger{ height: 35px; width: 30px; }
.pp_edit_info .frame .cont .bl_frm .field .jq-selectbox__select-text{ font-size: 14px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .day{ width: 84px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .day .jq-selectbox__select{ width: 84px; margin: 1px 8px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .day .jq-selectbox__dropdown{ width: 84px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .month{ width: 129px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .month .jq-selectbox__select{ width: 129px; margin: 1px 8px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .month .jq-selectbox__dropdown{ width: 129px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .year{ width: 99px; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .year .jq-selectbox__select{ width: 99px; margin: 1px 8px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field.birthday .year .jq-selectbox__dropdown{ width: 99px; }

.pp_edit_info .frame .cont .bl_frm .field.age .jq-selectbox__select{ width: 141px; margin: 1px 8px 0 0; }
.pp_edit_info .frame .cont .bl_frm .field.age .jq-selectbox__dropdown{ width: 141px; }
.pp_edit_info .frame .foot{ padding: 0 19px 12px 0; }
.pp_edit_info .frame .foot .btn{ vertical-align: top; min-width: 120px; margin: 0 0 0 13px; line-height: auto; padding-bottom: 1px; }
.pp_edit_info .frame .foot .btn .spinner{
    font-size: 19px;
}
/*@-moz-document url-prefix() {
    .pp_edit_info .frame .foot .btn{ vertical-align: sub; }
}*/

.pp_edit_info .frame .foot .link_delete{ float: left; }
.pp_edit_info .frame .foot .link_delete a{ font-size: 11px; line-height: 30px; color: #d5dce6; transition: 0.5s ease; }
.pp_edit_info .frame .foot .link_delete a:hover{ color: #8e96a5; }

.pp_edit_info .frame .foot .bl_btn{ opacity: 0; margin: 0 3px 0 0; }
.pp_edit_info .frame .foot .bl_btn.to_show{ opacity: 1; -webkit-transition:opacity .3s linear; transition:opacity .3s linear; }

.tb_frm th{ min-width: 222px; text-align: right; font-weight: normal; padding: 0 0 18px; }
.tb_frm th.field_checkbox{ vertical-align: top; }
.tb_frm th.field_checkbox .name{ margin-top: 8px; }
.tb_frm th.vt{ vertical-align: top; }
.tb_frm td{ width: 348px; padding: 0 0 18px; float: left; }

.tb_frm td .field{
    margin: -1px 0 0;
}

.tb_frm td .field .main_nickname{
    font-weight: bold;
    display: inline-block;
    padding: 1px 0 0;
}

.tb_frm td .field.date{
    padding-top: 1px;
}

@-moz-document url-prefix() {
	.tb_frm td .field.date{
        padding-top: 2px;
    }
}

.tb_frm td .field label{
    cursor: pointer;
}

.tb_frm td .active_date{ color: #9f9f9f; }
.tb_frm td label.label_radio{ margin: -1px 5px 0 -5px; padding: 0 0 0 5px; line-height: 16px; }
.tb_frm td .jq-radio{ margin-top: 3px; }

.list_chats_bl{/*width:100%;*/z-index:12; position: fixed; /*bottom:0; height:0px;*/ max-width:calc(100% - 80px); right: 0; }
.list_chats{ float: right; }

.open_im_more{
    width: 52px;
    height: 52px;
    /*box-shadow: 0 2px 9px rgba(0, 0, 0, 0.56);*/
    position: absolute;
    margin-right: 20px;
    display: inline-block;
    left: -72px;
    background-color: rgba(109,143,255,1);
    border-radius: 3px 3px 0 0;
    display: none;
}

.open_im_more.to_show{
    display: block;
    top: -52px;
}

.open_im_more_bl{
    background: url(../images/icon_more_chat.png) 10px 14px no-repeat;
    background-size: 32px;
    background-color: rgba(109,143,255,1);
    width: 52px;
    height: 52px;
    transition: 0.5s ease;
    cursor:pointer;
    position: relative;
    border-radius: 3px 3px 0 0;
}

.open_im_more .open_im_more_list_bl{
    position: absolute;
    bottom: 56px;
    left: 0;
    display: none;
    padding-bottom: 14px;
    /*box-shadow: 0 2px 9px rgba(0, 0, 0, 0.56);*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .open_im_more .open_im_more_list_bl{
        transform: translate3D(0, 0, 0);
    }
}
.open_im_more .open_im_more_list_bl_ul{
    width: 125px;
    overflow: hidden;
    padding: 0;
	border-radius: 3px;
    margin-bottom: -5px;
}

.open_im_more_bl .count{
    display: none;
    background-color: #ff576d;
    color: #fff; position:
    absolute; top: 3px; right: 3px; font-size: 10px; line-height: 12px; padding: 0 4px 1px; border-radius: 2px; }

.open_im_more ul.open_im_more_list{
    width: 150px;
    max-height: calc(100vh - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #6D8FFF;
}

.open_im_more ul.open_im_more_list li{
	transition: 0.5s ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 12px;
    width: 124px;
    box-sizing: border-box;
    color: #fff;
}

.open_im_more ul.open_im_more_list li:last-child::after{
    content: "";
    position: absolute;
    left: 19px;
    bottom: 2px;
    width: 14px;
    height: 14px;
    background: #6D8FFF;
    transform: rotate(135deg);
    z-index: -1;
    transition: 0.4s ease;
}

.list_chats_item{padding-right: 20px; float: right; position: relative; bottom: 52px; transition: all .4s cubic-bezier(.21,.76,.4,.94); width: 268px; }
.list_chats_item.hide{ clear: right; }
.list_chats_item.to_show{ bottom: 385px; width: 314px; }
.list_chats_item.to_hide{ bottom: 0; }
.list_chats_item.to_close{ bottom: 0; width: 0; padding-right: 0; transition: all .4s cubic-bezier(.21,.76,.4,.94), bottom .3s, width .3s, padding-right .4s; }
.list_chats_item.to_close_head{ bottom: 0; width: 0; padding-right: 0; transition: all .25s cubic-bezier(.21,.76,.4,.94), bottom .18s, width .25s; }

.list_chats_item.chat_online .scrollbar{width:19px;}
.list_chats_item.chat_online .track{right: -4px;}

.chat{max-width: 314px; overflow: hidden; box-shadow: 0 0 16px rgba(0, 0, 0, 0.26); border-radius: 3px 3px 0 0; right: 0; margin: 0; position:relative; transition: all .45s cubic-bezier(.21,.76,.4,.94);}
.chat_online{ padding-right: 40px; }

.chat .head{ max-width: 314px; height: 52px; border-radius: 3px 3px 0 0; overflow: hidden; position: relative; cursor: pointer;
    -moz-user-select: none; user-select: none; }
.chat.rollup .head{ min-width: 14vw; max-width: 18vw; }
.chat .head span.marker{ display: block; width: 13px; height: 13px; border-radius: 50%; background-color: #40c7db; margin: 19px 7px 0 0; float: left; }
.chat .head a{ backface-visibility: hidden; transition: 0.5s ease; display: block; max-width: 314px; padding: 0 46px 0 16px; box-sizing: border-box; height: 52px; line-height: 52px; color: #fff; background-color: rgba(50,55,65,1); }
.chat .head span.im_title_name:hover{text-decoration: underline;}
.open_im_chat:not(.to_show) .chat .head span.im_title_name:hover{text-decoration: none;}

.chat .head .icon_close{ display: block; width: 52px; height: 52px; cursor: pointer; position: absolute; top: 0; right: 0; }
.chat .head .icon_close_pp_chat,
.chat .head .icon_close_pp_chat_hover{ position: relative; right: -17px; top: 12px; background-image: url(../images/icon_close_pp_chat.png); background-repeat: no-repeat; width: 26px; height: 26px; display: block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.chat .head .icon_close_pp_chat_hover{ right: -17px; top: -14px;}
.chat .head .icon_close_pp_chat{ background-position: 0 0; opacity: 1; }
.chat .head .icon_close_pp_chat_hover{ background-position: 0 -26px; opacity: 0; }
.chat .head .icon_close:hover span.icon_close_pp_chat{ opacity: 0; }
.chat .head .icon_close:hover span.icon_close_pp_chat_hover{ opacity: 1; }

.chat.noactive .head a{ background-color: rgba(136,136,136,1); }
.chat.noactive .head a:hover{ background-color: rgba(122,122,122,1); }
.chat.noactive .head span.marker{ background-color: #b2b2b2; }

.chat.active .head a{ background-color: rgba(109,143,255,1); }
.chat.active .head a:hover{ background-color: rgba(98,128,255,1); }
.chat.active .head a.blink{animation: open_im_head_blink 1.4s infinite; -webkit-animation: open_im_head_blink 1.4s infinite;}

.chat.rollup .head{ min-width: 14vw; max-width: 18vw; }

.chat .cont{ background: #fff; width: 314px; height: 330px; }

.chat .cont .chat_cont{ width: 100%; height: 340px; padding: 0 4px 0 0; box-sizing: border-box; }
.chat_online .chat .cont{ height: 333px; }
.chat_online .chat .cont .chat_cont{height: 333px; padding: 0;}
.chat_online .chat .scrollbarY .viewport{height: 333px;}

.chat .cont .chat_cont .item{ position: relative; display: block; height: 71px; clear: both; cursor: pointer; width: 100%; color: rgba(109,143,255,1); overflow: hidden; }
.chat .cont .chat_cont .item.to_hide{ height: 0; }
.chat .cont .chat_cont .item.to_remove{ height: 0; transition:height .25s; }
.chat .cont .chat_cont .item.selected{ background: #ff946d; color: #fff; }
.chat .cont .chat_cont .item:hover{
    background-color: rgba(109,143,255,1);
    color: #fff;
    width: 100%;
}

.chat .cont .chat_cont .item .new_msg{
    position: relative;
    top: 7px;
    transition: opacity .25s linear;
    opacity: 0;
    display: inline-block;
    width: 16px;
    height: 14px;
    font-size: 16px;
}

.chat .cont .chat_cont .item .new_msg.to_show{ opacity: 1; }
.chat .cont .chat_cont .item .pic{ display: inline-block; width: 56px; vertical-align: middle; padding: 8px 9px 0 13px; opacity: 1; transition: opacity .4s linear;  position:relative;}
.chat .cont .chat_cont .item .pic.to_hide{ opacity: 0; }
.chat .cont .chat_cont .item .pic .frame{ width: 56px; height: 56px; overflow: hidden; border-radius: 50%; }
.chat .cont .chat_cont .item .pic .status_online{ transition: opacity .25s linear; opacity: 0!important; position: absolute; top: 10px; left: 16px; background: url(../images/online.png) 0 0 no-repeat; width: 11px; height: 12px; }
.chat .cont .chat_cont .item .pic .status_online.to_show{ opacity: 1!important; }

.chat .cont .chat_cont .item .pic .frame img{ width: 100%; }
.chat .cont .chat_cont .item .name{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 176px; display: inline-block; vertical-align: middle; font-weight: bold; font-size: 14px; line-height: 18px; padding-top:8px;}
.chat .cont .jspDrag{ background: #dadada; left: -6px; }

.chat_online .chat .cont .overview.animate,
.chat.open .cont .overview.animate{
    transition: top .2s;
}
.chat_online .chat .cont .scrollbarY .thumb,
.chat.open .cont .scrollbarY .thumb{
    border-radius: 8px; box-sizing: border-box; width: 11px; border: 2px solid #fff;
}
.chat_online .chat .cont .scrollbarY .thumb.animate,
.chat.open .cont .scrollbarY .thumb.animate{
    transition: top .2s;
}

.chat.open .cont{ min-height: 290px; max-height: 290px;}
.chat.open .cont .scroll-pane-chat{ height: 290px; }
.chat.open .cont .chat_cont{ width: 100%; height: 340px; padding: 0 8px 0 0; box-sizing: border-box; }
.chat.open .cont .item{ clear: both; padding: 10px 0 0; }
.chat.open .cont .item .pic{width: 44px; height: 44px; border-radius: 22px; border: 1px solid #fff; overflow: hidden; position: relative; float: left; margin: 0 0 0 -54px; }
.chat.open .cont .item .pic a,
.chat.open .cont .item .pic_msg_check a{ transition: 0.3s; width: 44px; height: 44px; border-radius: 22px; display: block; overflow: hidden; float: left; }
.chat.open .cont .item .pic a:hover,
.chat.open .cont .item .pic_msg_check a:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
.chat.open .cont .item .pic img, .chat.open .cont .item .pic_msg_check img{ width: 44px; }
.chat.open .cont .item .message p{ padding: 0; margin: 0; word-wrap: break-word; max-width: 203px; }

.chat.open .cont .item .message .top{
    height: 46px;
    display: table;
    /* margin: 0 10px 10px 66px;  */
    margin: 0 10px 15px 66px;
    position: relative;
}

.chat.open .cont .item .message .msg{ word-wrap: break-word; max-width: 223px; box-sizing: border-box;
    display: table-cell; vertical-align: middle; background: #f1f0f0; color: #000; padding: 5px 15px; border-radius: 5px; position: relative; margin: 0 0 20px;
    transition: background .5s; line-height: 24px;
}
.chat.open .cont .item .top .msg.msg_arrow:after{
	content: ''; position: absolute;
    left: -16px; top: 14px; border: 8px solid transparent; border-right: 8px solid #f1f0f0;
}

.chat.open .cont .item .message .bl_im_msg_one{ overflow: hidden; }
.chat.open .cont .item .message .bl_msg_check{ overflow: hidden; margin: 0; padding-left: 16px; }

.chat.open .cont .item .message .bl_im_msg_one .smile + .smile {
    padding: 0 0 0 3px;
}

.chat.open .cont .item .message .bl_im_msg_one .smile img {
    width: 18px;
    height: 18px;
}

.chat.open .cont .item .message .top_msg_check{
    position: relative;
    display: table;
    height: 46px;
    /* margin: 0 66px 10px 10px; */
    margin: 0 66px 15px 10px;
    float: right;
}

.chat.open .cont .item .message .bl_im_msg_one:last-of-type .top_msg_check,
.chat.open .cont .item .message .bl_im_msg_one:last-of-type .top{
    margin-bottom: 20px;
}

.chat.open .cont .item .message .msg_check.msg_arrow:after{
	content: ''; position: absolute;
    right: -16px; top: 14px; border: 8px solid transparent; border-left: 8px solid #6280ff;
}

.chat.open .cont .item .message .bl_msg_check .top_msg_check .pic_msg_check{ width: 44px; height: 44px; border-radius: 22px; overflow: hidden; position: relative; float: right; margin: 0 -57px 0 10px; }
.chat.open .cont .item .message .msg_check{
    word-wrap: break-word;
    max-width: 203px;
    box-sizing: border-box;
    display: table-cell; vertical-align: middle;
    transition: background .5s; line-height: 24px;
	background: #6280ff; color: #fff; padding: 5px 15px 6px;  border-radius: 5px; position: relative;
	margin: 0 0 20px;
}

.chat.open .cont .item .message a{ color: #6d8fff; text-decoration: underline; transition: 0.3s; }
.chat.open .cont .item .message a:hover{ text-decoration: none; color: #3466dd; }
.chat.open .cont .item .message .msg_check a{ color: #fff; }

.chat.open .cont .item .message .msg_check .icon_check_msg{ transition: opacity .3s linear;
	width: 12px; height: 11px; position: absolute; top: 3px; left: -18px;
	background-image: url(../images/icon_check_msg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
}
.chat.open .cont .item .message .msg_check .icon_check_msg.hide{ opacity: 0; }
.chat.open .cont .item .message .msg_check .upgrade_msg{
    width: 52px; height: 46px;
    position: absolute;
    top: 2px; left: -58px;
    font-size: 10px;
    color: #bbb;
    overflow: hidden;
}
.chat.open .cont .item .message .msg_check .upgrade_msg.hide{ display: none; }

.chat.open .cont .scrollbarY .viewport{ height: 290px; }
.chat.open .cont .scrollbarY .disable{ display:block; opacity:0;}

.chat.open .foot{
    clear: both;
    border-top: 1px solid #cbcbcb;
    background: #f4f4f4;
    padding-bottom: 2px;
}

.chat.open .foot textarea{
    width: 100%;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    border: none;
    background: #f4f4f4;
}

.chat.open .foot input{
    width: 100%;
    height: 42px;
    padding: 10px 13px 13px;
    border-radius: 0;
    border: none;
    background: #f4f4f4;
}

@media (max-width: 1199px) {
	.col.right{ display: none; right: 0 !important; }
    .header_w,
    .cont_w{ width: 973px; }
	.column_main{ margin-right: 0; transition: margin 2s; }
	.footer{ padding: 0 0 0 193px; }
}

.pp_cont{ display: inline-block; vertical-align: middle; text-align: left; white-space: normal; margin: 25px 24px 25px 3px; zoom: 1; }
.popup{ position: relative; }

/*-- pp_add_photo --*/
.pp_add_photo{ background: #fff; font-size: 12px; width: 429px; z-index: 3; box-shadow: 0 0 20px #333; border-radius: 11px; }
.pp_add_photo .head{ height: 30px; line-height: 28px; padding: 0 4px 0 10px; color: #b2b2b2; background: #313131; border-radius: 3px 3px 0 0; }
.pp_add_photo .head img{ vertical-align: top; margin: 6px 5px 0 0; }
.pp_add_photo .head .icon_close{ display: block; width: 21px; height: 21px; cursor: pointer; float: right; }

.pp_add_photo .head .icon_close_pp_add_photo,
.pp_add_photo .head .icon_close_pp_add_photo_hover{
    position: relative;
    right: 4px;
    top: 4px;
    background-image: url(../images/icon_close_pp_add_photo.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.pp_add_photo .head .icon_close_pp_add_photo_hover{right: 4px; top:-26px;}
.pp_add_photo .head .icon_close_pp_add_photo{ background-position: 0 0; opacity: 1; }
.pp_add_photo .head .icon_close_pp_add_photo_hover{ background-position: 0 -21px; opacity: 0; }
.pp_add_photo .head .icon_close:hover span.icon_close_pp_add_photo{ opacity: 0; }
.pp_add_photo .head .icon_close:hover span.icon_close_pp_add_photo_hover{ opacity: 1; }

.pp_add_photo .cont{ height: 280px; overflow-y: scroll; }
.pp_add_photo .cont .item{ padding: 4px 0 5px 12px; clear: both; }
.pp_add_photo .cont .item.color{ background: #f8f8f8; }
.pp_add_photo .cont .item .pic{ width: 34px; height: 31px; float: left; margin: 0 8px 0 0; text-align: center; }
.pp_add_photo .cont .item .pic img{ width: 27px; height: 31px; text-align: center; }
.pp_add_photo .cont .item .pic .empty_pic{ width: 27px; height: 31px; background: #d6d6d6; margin: 0 auto; }
.pp_add_photo .cont .item .pic.hor{ margin-top: 3px; margin-bottom: 2px; height: 26px; }
.pp_add_photo .cont .item .pic.hor img{ width: 34px; height: 26px; }
.pp_add_photo .cont .item .pic.hor .empty_pic{ width: 34px; height: 26px; background: #d6d6d6; margin: 0 auto; }
.pp_add_photo .cont .item .pic_cont{ width: 332px; float: left; }
.pp_add_photo .cont .item .pic_cont .name_pic{ color: #b1b1b1; float: left; padding: 8px 0 0; width: 100px; }
.pp_add_photo .cont .item .pic_cont .slider{ float: right; padding: 7px 0 0; }
.pp_add_photo .cont .item .pic_cont .icon_delete{
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: left;
    margin: 0 6px 0 0;
}
.pp_add_photo .cont .item .pic_cont .icon_delete.fl_right{ float: right; margin: 7px 0 0 10px; }
.pp_add_photo .cont .item .pic_cont .icon_delete_upload,
.pp_add_photo .cont .item .pic_cont .icon_delete_upload_hover{ position: absolute; right: 0; top: 0; background-image: url(../images/icon_delete_upload.png); background-repeat: no-repeat; width: 16px; height: 16px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.pp_add_photo .cont .item .pic_cont .icon_delete_upload{ background-position: 0 0; opacity: 1; }
.pp_add_photo .cont .item .pic_cont .icon_delete_upload_hover{ background-position: 0 -16px; opacity: 0; }
.pp_add_photo .cont .item .pic_cont .icon_delete:hover span.icon_delete_upload{ opacity: 0; }
.pp_add_photo .cont .item .pic_cont .icon_delete:hover span.icon_delete_upload_hover{ opacity: 1; }

.pp_add_photo .cont .item .pic_cont .slider .slider_bg{ position: relative; width: 191px; height: 15px; box-sizing: border-box; border: 1px solid #e6e6e6; border-top: 1px solid #626262; border-left: 1px solid #959595; float: left; margin: 1px 0 0;
background-color: rgba(232,232,232,1); background: linear-gradient(to bottom, rgba(232,232,232,1) 0%, rgba(213,213,213,1) 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%,  from(#e8e8e8), to(#d5d5d5)); }
.pp_add_photo .cont .item .pic_cont .slider .slider_bg .slider_range{ position: absolute; top: 0; left: 0; height: 13px;
background-color: rgba(118,165,221,1); background: linear-gradient(to bottom, rgba(118,165,221,1) 0%, rgba(42,114,198,1) 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%,  from(#76a5dd), to(#2a72c6)); }

.pp_add_photo .cont .item .pic_cont .edit{ display:inline-block; max-width: 130px; padding: 8px 0 0; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pp_add_photo .cont .item .pic_cont .edit_handle{ cursor: pointer; position: relative; display: block; margin: 6px 0 0 20px; float: left; }
.pp_add_photo .cont .item .pic_cont .edit_handle .icon_edit, .pp_add_photo .cont .item .pic_cont .edit_handle .icon_edit_hover{ position: absolute; right: 0; top: 0; background-image: url(../images/icon_edit_black.png); background-repeat: no-repeat; width: 20px; height: 20px; display: inline-block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.pp_add_photo .cont .item .pic_cont .edit_handle .icon_edit{ background-position: 0 0; opacity: 1; }
.pp_add_photo .cont .item .pic_cont .edit_handle .icon_edit_hover{ background-position: 0 -20px; opacity: 0; }
.pp_add_photo .cont .item .pic_cont .edit_handle:hover span.icon_edit{ opacity: 0; }
.pp_add_photo .cont .item .pic_cont .edit_handle:hover span.icon_edit_hover{ opacity: 1; }

.pp_add_photo .cont .item .pic_cont a.link{ display: block; float: left; text-decoration: none; margin: 8px 0 0; color: #6499d7; transition: 0.5s ease; }
.pp_add_photo .cont .item .pic_cont a.link:hover{ color: #4e78b5; }
.pp_add_photo .cont .item .pic_cont .uploaded{ background: url(../images/icon_photo_uploaded.png) 100% 0 no-repeat; padding: 0 20px 0 0; color: #77ba01; float: right; margin: 8px 0 0 0; }

.pp_add_photo .cont .item .pic_cont .processing{ padding: 0 5px 0 0; color: #77ba01; float: right; margin: 8px 22px 0 -5px; /*margin: 8px 16px 0 -5px;*/ position: relative;}
.pp_add_photo .cont .item .pic_cont .processing .loader_processing{
    top: -1px; right: -16px;
    position: absolute;
    height: 16px;
    width: 16px;
    font-size: 16px;
}
.pp_add_photo .cont .item .pic_cont .error{padding: 8px 0 0 4px;  color:red; float: right;}

.pp_add_photo .cont .item .frm{ padding: 4px 0 0; }
.pp_add_photo .cont .item .frm .btn.small{ height: 24px; line-height: 22px; width: 53px; font-weight: normal; }
@-moz-document url-prefix() {
    .pp_add_photo .cont .item .frm .btn.small{ height: auto; padding-bottom: 2px; line-height: 20px; }
}
.pp_add_photo .cont .item .frm input.inp{ background: #ffffe7; width: 217px; border: 1px solid #cfcfcf; font-size: 12px; height: 24px; padding: 0 5px; vertical-align: top; }
.pp_add_photo .foot{ height: 40px; padding: 0 6px 0 10px; background: #333232; border-radius: 0 0 3px 3px; }
.pp_add_photo .foot .btn.small{ float: right; min-width: 104px; line-height: 23px; height: 25px; margin: 7px 0 0; }
.pp_add_photo .foot a.link{ color: #fff; line-height: 38px; text-decoration: underline; }
.pp_add_photo .foot a.link:hover{ text-decoration: none; }
.pp_add_photo .foot a.link.link_photo_more_hover{ text-decoration: none; }
/*-- pp_add_photo --*/

.pp_wrapper,
.pp_shadow{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    will-change: opacity;
}

.pp_wrapper{
    overflow: auto;
    text-align: center;
    white-space: nowrap;
    background: url(../images/empty.gif);
}

.pp_wrapper.wrapper_custom{
    overflow-y: scroll;
    /* cursor: pointer; */
}
/* .pp_wrapper{cursor:pointer;} */

.pp_shadow {
    background-color: rgba(0, 0, 0, 0.50);
}

.page_shadow_empty{
    display: none;
    background: transparent;
}

.pp_shadow_white{
    background-color: rgba(255, 255, 255, 0.96);
}

.pp_wrapper:before,
.pp_wrapper:after {
    content:'';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.column-centered .pp_wrapper:after{
    width: 272px;
    max-width: calc(100% - 742px);
}

/*-- message_list --*/
.bl_message_list .message_list .item{ cursor: pointer; background: #fff; border-left: 6px solid #e0e0e0; box-sizing: border-box; width: 100%; border-bottom: 1px solid #c1c3c6; margin: 0; padding: 0 0 0 11px; height: 62px; vertical-align: middle; display: table; transition: 0.5s ease; }
.bl_message_list .message_list .item:hover{ background: #fffff0; }
.bl_message_list .message_list .item.unread{ border-left: 6px solid #ffa200; }
.bl_message_list .message_list .im_general_user{height:62px; overflow: hidden; margin: 0 0 11px 0; transition:all .45s, margin .35s, height .4s, opacity .4s linear;}
.bl_message_list .message_list .im_general_user.to_show{opacity:1; margin-bottom: 11px;}
.bl_message_list .message_list .im_general_user.to_hide{ height: 0; opacity: 0; margin-bottom: 0px;}
.bl_message_list .message_list .im_general_user.to_remove{ height: 0; margin-bottom:0; opacity:0; transition: all .3s, margin .25s, height .3s, opacity .3s linear;}

.bl_message_list .message_list .item .pic{ display: table-cell; vertical-align: middle; padding: 0 10px 0 0; text-align: center; width: 46px; position:relative;}
.bl_message_list .message_list .item button{ border: none; display: table-cell; vertical-align: middle; text-align: right; border-radius: 50%; width: 46px; height: 46px; margin: 0 auto; background-size: 100% auto; outline: none !important; transition: inherit; }
.bl_message_list .message_list .item button.plug_private_photos{ background-position: 50% 45%; }
.bl_message_list .message_list .item .info{ cursor:pointer; text-align: left; display: table-cell; vertical-align: middle; text-align: left; font-size: 14px; line-height: 22px; }
.bl_message_list .message_list .item .info .name{font-weight: bold;}
.bl_message_list .message_list .item .info .name span{font-weight:normal;}
.bl_message_list .message_list .item .info strong{ display: block; }
.bl_message_list .message_list .item .info .msg{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 530px; }
.bl_message_list .message_list .item .info .msg br{ display: none; }
.bl_message_list .message_list .item .info .msg p{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 530px; padding: 0; display: inline;}
.bl_message_list .message_list .item .info .msg p strong{ display: inline;}
.bl_message_list .message_list .item .info .msg a{ color: #6d8fff; transition: 0.3s; }
.bl_message_list .message_list .item .info .msg a.photo_grant_access{ margin: 0 0 0 5px; }
.bl_message_list .message_list .item .info .msg a:hover{ color: #3466dd; }

.bl_message_list .message_list .item .info .msg .smile + .smile {
    padding: 0 0 0 3px;
}

.bl_message_list .message_list .item .info .msg .smile img {
    width: 18px;
    height: 18px;
}

.bl_message_list .message_list .item .info .msg .sticker_one img{
	width: 22px;
    height: 22px;
}

.bl_message_list .message_list .item .data{ position: relative; width: 104px; background: #ebebeb; display: table-cell; vertical-align: middle; text-align: center; font-size: 12px; line-height: 20px; }
.bl_message_list .message_list .item .data strong{ display: block; }
.bl_message_list .message_list .item .delete{
	width: 104px;
    display: none;
    vertical-align: middle;
    background: #ebebeb url(../images/icon_delete_msg.png) 50% 50% no-repeat;
    height: 40px;
    position: absolute;
    top: 10px;
}

.message_chat_scroll{ width: 750px; }
.message_chat_scroll .viewport{ height: 100%; /*margin: 30px 0;*/ margin: 15px 0; }
.message_chat_scroll .thumb{background: #40c7db; transition:none;}
.message_chat_scroll .thumb.animate{transition: top .2s;}
.message_chat_scroll .overview.animate{transition: top .2s;}
.message_chat_scroll .message_chat{ width: 721px; }
/*.message_chat .scroll-pane-msg .jspVerticalBar{ width: 6px; }
.message_chat .scroll-pane-msg .jspDrag{ left: 0; background: #40c7db; }
.message_chat .scroll-pane-msg .chat_cont{ width: 100%; padding: 0 8px 0 0; box-sizing: border-box; }*/
.message_field_chat{ background: #d5dae5; padding: 25px 22px 24px; margin: 0 -23px 0 -23px; }
.message_field_chat textarea{ width: 735px; height: 108px; padding: 8px 14px; }

.message_chat .item{
    width: 100%;
    display: table;
}

.message_chat .item .msg{
    background: #fff;
    border-left: 6px solid #e0e0e0;
    box-sizing: border-box;
    border-bottom: 1px solid #c1c3c6;
    margin: 16px 0 0;
    padding: 0 0 0 16px;
}

.message_chat .item .pic{ display: table-cell; vertical-align: top; padding: 10px 15px 10px 0; text-align: center; width: 46px; }
.message_chat .item button{ border: none; /*display: table-cell;*/ vertical-align: top; text-align: right; border-radius: 50%; width: 46px; height: 46px; margin: 0 auto; background-size: 100% auto; outline: none !important; transition: inherit; transition: 0.5s ease; }
.message_chat .item button:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
.message_chat .item button.plug_private_photos{ background-position: 50% 45%; }

.message_chat .item .info{
    text-align: left;
    display: table-cell;
    width: 100%;
    vertical-align: top;
    text-align: left;
    padding: 13px 12px 15px 2px;
    font-size: 14px;
    line-height: 21px;
}

.message_chat .item .info span.message_text{
    display: inline-block;
    width: 518px;
    word-wrap: break-word;
}

.message_chat .item .info .smile + .smile {
    padding: 0 0 0 3px;
}

.message_chat .item .info .smile img {
    width: 18px;
    height: 18px;
}


.message_chat .item .info a.photo_grant_access + span{
    width: auto;
    margin: 0 5px;
}

.message_chat .item .info p{ padding: 0; }
.message_chat .item .info a{ color: #6d8fff; transition: 0.3s; }
.message_chat .item .info a:hover{ text-decoration: none; color: #3466dd; }
.message_chat .item .data{ width: 110px; display: table-cell; vertical-align: top; font-size: 11px; line-height: 20px; color: #bbb; padding: 16px 0 0 10px;}
.message_chat .item .data span{ display: block; }
.message_chat .item .data a{ color: #bbb; text-decoration: underline; }
.message_chat .item .data a:hover{ text-decoration: none; }
.message_chat .item .msg_read{ background-image: url(../images/icon_check_msg.png); background-repeat: no-repeat; background-position: 0 0; background-size: 100% auto; width: 12px; height: 11px; }
.message_chat .item.answer .msg{ border-left: none; border-right: 6px solid #e0e0e0; }
.message_chat .item.answer .data{ padding: 16px 10px 0 0; text-align: right; }
.message_chat .item.answer .msg_read{ float: right; margin: 3px 0 0; }
.message_chat .item.answer .msg_read.hide{ display: none; }
.message_chat .item.answer .upgrade_msg.hide{ display: none; }
#im_list_users_empty{display:none;}
#im_list_users_empty .dialog{ min-height: 340px; height: 50vh; text-align: center; width: 100%; display: table; vertical-align: middle; }
#im_list_users_empty .bl{ display: table-cell; vertical-align: middle; }
.bl_txt_msg_empty{ text-align: center; width: 100%; font-size: 12px; line-height: 20px; padding: 40px 0 0; }
.bl_txt_msg_empty span{ width: 400px; display: inline-block; }
.bl_txt_msg_empty a{ color: #6d8fff; transition: 0.3s; }
.bl_txt_msg_empty a:hover{ color: #3466dd; }

.niceRadio a{ width: 16px; height: 16px; overflow: hidden; display: inline-block; cursor: pointer; background: url(../images/radiobox.png) 0 0 no-repeat; vertical-align: top; margin: 0; }
.niceRadio a.checked{ background-position: -16px 0; }

.niceCheck a{ width: 19px; height: 18px; margin: 5px 0 0; overflow: hidden; display: inline-block; cursor: pointer; background: url(../images/checkbox.png) 0 0 no-repeat; vertical-align: top; margin: 0; }
.niceCheck a.checked{ background-position: -19px 0; }
.niceCheck label{ cursor: pointer; vertical-align: top; display: inline-block; /*margin: 2px 0 0 2px;*/ margin: 2px 0 0 -5px; padding: 0 0 0 5px; }

.placeholder::input-placeholder{ color: #b6b6b6; }
.placeholder:focus::input-placeholder{ color: transparent; }

.bl_carousel{ height: 70px; position: absolute; width: 924px; /*left: 70px;*/ left: 61px; z-index: 1; padding: 15px 0; margin: -15px 0; overflow: hidden; } /*width: 878px; left: 123px;*/
.bl_carousel .carousel .item{ float: left; width: 62px; height: 70px; position: relative; }

.bl_carousel .carousel{position: relative; float: left; transition: opacity .4s}
.bl_carousel ul {width: 2000em; position: relative; list-style: none; margin: 0 0 0 2px; padding: 0;}
.bl_carousel li{ float:left; width: 62px; height: 70px; padding: 0; margin: 0 3px 0 0; text-align: center; position: relative; background: #eee}
.bl_carousel .carousel li a, .bl_carousel .carousel li a:before {
	position: absolute; top: 0; z-index:1; display: block;
	-webkit-transition: all 0.35s, z-index .25s; transition: all 0.35s, z-index .25s;
	width: 100%; height:100%; content:'';
	-webkit-transform: translateZ(0); transform: translateZ(0);
}
.bl_carousel .carousel li a:before {border:  1px solid; color: rgba(255,255,255,0); box-sizing: border-box}
.bl_carousel .carousel li a:hover:before {border-width: 2px; color: rgba(255,255,255,0.77); transition: all .2s}
.bl_carousel .carousel li a.pp_photos_carousel_link:hover:before {border-width: 1px; color: rgba(0,0,0,0.77); transition: all .2s}
.bl_carousel .carousel li a.active:before {border-width: 3px; color: #fff}
.bl_carousel .carousel li a.hidden:before {border-width: 0px;}
.bl_carousel .carousel li a.active:hover:before {border-width: 3px; color: rgba(255,255,255,0.77); transition: all .2s}
.bl_carousel .carousel li a:hover{
	z-index: 2; filter: alpha(opacity=85); -box-shadow: 0 0 0 1px #ddd;
	-webkit-transition: all 0.5s cubic-bezier(0.6, 2.45, 0.35, 0.97), z-index .1s;
	transition: all 0.5s cubic-bezier(0.6, 2.45, 0.35, 0.97), z-index .1s;
	-webkit-filter: brightness(1.08); filter: brightness(1.05) contrast(1.04);
	-webkit-transform: scale(1.193548, 1.2); transform: scale(1.193548, 1.2);
}
.bl_carousel .carousel li img{width: 100%; height:100%;}
.bl_carousel .prev, .bl_carousel .next{ display:block; width: 14px; height: 70px; cursor: pointer; position: absolute; z-index: 2; }
.bl_carousel .prev{ background:url(../images/prev_next.png) 0 0 no-repeat; left: -16px; }
.bl_carousel .next{ background:url(../images/prev_next.png) -14px 0 no-repeat; right: -16px; z-index: 3; }
.bl_carousel .prev:hover{ background:url(../images/prev_next.png) 0 -70px no-repeat;  }
.bl_carousel .next:hover{ background:url(../images/prev_next.png) -14px -70px no-repeat;  }
.bl_carousel li.carousel_video{width: 93px;}

/*-- pp photos --*/
.pp_photos{ margin: 0 0 20px !important; /*box-shadow: 0 0 20px rgba(0,0,0,0.9);*/ vertical-align: top; position: relative; }
.pp_photos .icon_close{ display: block; width: 21px; height: 21px; cursor: pointer; position: absolute; top: 7px; right: 7px; }
.pp_photos .icon_close_pp_photo_one,
.pp_photos .icon_close_pp_photo_one_hover{ position: relative; right: 0; top: 0; background-image: url(../images/icon_close_pp_add_photo.png); background-repeat: no-repeat; width: 21px; height: 21px; display: block;
-webkit-transition: opacity .3s ease-in-out; -moz-transition: opacity .3s ease-in-out; -o-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; }
.pp_photos .icon_close_pp_photo_one_hover{ right: 0; top: -21px;}
.pp_photos .icon_close_pp_photo_one{ background-position: 0 0; opacity: 1; }
.pp_photos .icon_close_pp_photo_one_hover{ background-position: 0 -21px; opacity: 0; }
.pp_photos .icon_close:hover span.icon_close_pp_photo_one{ opacity: 0; }
.pp_photos .icon_close:hover span.icon_close_pp_photo_one_hover{ opacity: 1; }

.pp_photos .cont{ background: #000 url(../images/black_bg.png) 0 0 repeat; min-height: 740px; padding: 9px 27px 70px; width: 830px; }/*height: 733px;*/
.pp_photos .cont .loader{margin-left:390px; margin-top:425px; display:none;}
.pp_photos .cont h2{ color: #fff; margin: 0 0 15px; opacity: 0;margin-left:5px;}
.pp_photos .cont h2 span{ color: #757575; }
.pp_photos .cont .bl_carousel{ position: relative; left: 4px; top: -15px; width: 806px; clear:both; padding-left:16px; margin-bottom:38px}
.pp_photos .cont .bl_carousel.is_video{width:791px;left:12px;}

.pp_photos .cont h2.is_video{margin-left:13px;}

.pp_photos .cont .bl_carousel ul li{ margin: 0 5px 0 -1px; background: #1a1a1a; }

.pp_photos .cont .bl_btn_chat{ float: left; margin: 0 0 0 20px; }

.pp_photos .cont .bl_carousel .carousel {width: 790px;}
.pp_photos .cont .bl_carousel .carousel.video_cont {width: 775px;}
.pp_photos .cont .bl_carousel .pp_photo_carousel ul li {float: left;margin: 0 4px 0 0; cursor:pointer;}
.pp_photos .cont .bl_carousel .pp_photo_carousel ul li.pp_photos_carousel_item_empty {cursor:default;}
.pp_photos .cont .bl_carousel.bl_carousel_custom {height:126px;}

.pp_photos .cont .bl_carousel span.icon_private_photo{ display: block; background: url("../images/icon_private_photo_carousel.png") 0 0 no-repeat; width: 16px; height: 16px; position: absolute; bottom: 5px; right: 5px; }

.pp_photos .cont .bl_carousel .pp_photo_carousel ul li a{ display: block; width: 62px; height: 70px; position: absolute; top: 0; left: 0; }
.pp_photos .cont .bl_carousel .pp_photo_carousel ul li a.active{ background: url(../images/carousel_photo_frame.png) 0 0 no-repeat; }
.pp_photos .cont .bl_carousel .pp_photo_carousel{ margin-left: 18px; }
.pp_photos .cont .bl_carousel .pp_photo_carousel_prev, .bl_carousel .pp_photo_carousel_next{ display:block; width: 14px; height: 70px; cursor: pointer; position: absolute; top: 0; }
.pp_photos .cont .bl_carousel .pp_photo_carousel_prev{ background:url(../images/prev_next.png) 0 0 no-repeat; left: 2px; z-index:1;}
.pp_photos .cont .bl_carousel .pp_photo_carousel_next{ background:url(../images/prev_next.png) -14px 0 no-repeat; right: 1px;  }
.pp_photos .cont .bl_carousel .pp_photo_carousel_prev:hover{ background:url(../images/prev_next.png) 0 -70px no-repeat; }
.pp_photos .cont .bl_carousel .pp_photo_carousel_next:hover{ background:url(../images/prev_next.png) -14px -70px no-repeat;  }

.pp_photos .block_empty{ height: 120px; opacity: 0; }

.bl_photo_one{ position: relative; width: 825px; text-align: center; height: 550px; display: table-cell; vertical-align: middle; text-align: center; }
.bl_photo_one .bl_photo_one_cont{
    max-height: 550px;
    width: 550px;
    margin: 0 auto;
}
.bl_photo_one .bl_video_one_cont{ max-height: 800px; width: 807px; margin-left: 12px; /*line-height: 275px;*/}
.bl_photo_one .bl_photo_one_cont .gallery_photo_one_box{position: relative;}
/*.bl_photo_one .bl_photo_one_cont .gallery_photo_one_box img{max-height:550px; max-width:550px;}*/
.bl_photo_one .bl_photo_one_cont #pp_gallery_photos_rating_scale{margin:35px 0px -20px 10px; display:none; }
.bl_photo_one .bl_photo_one_cont #pp_gallery_photos_rating_scale p{margin-left:-16px;}

.bl_photo_one .bl_photo_one_cont #pp_gallery_photos_rating_average{margin:35px 0px -26px 164px; display:none; float:left;}
.bl_photo_one .bl_photo_one_cont ul.list_rate{ width: 315px; margin: 0 auto;  -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.bl_photo_one .bl_photo_one_cont ul.list_rate li{ color: #000; line-height: 26px;  }
.bl_photo_one .bl_photo_one_cont ul.list_rate li a{ color: #000;  }
.bl_photo_one .bl_photo_one_cont ul.list_rate li.selected{ background-position: 50% -46px; }
ul.list_rate{ margin: 0 6px 0 0; padding: 0; -webkit-touch-callout: none;     -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
ul.list_rate li{ margin: 0 1px 0 0; padding: 0; width: 29px; height: 23px; font-size: 11px; background: url(../images/icon_star.png) 50% 0 no-repeat; line-height: 26px; color: #fff; font-weight: bold; float: left; }
ul.list_rate li a{ color: #fff; text-decoration: none; width: 29px; height: 23px; line-height: 25px; display: block; }
ul.list_rate li.selected{ background-position: 50% -23px; }
ul.list_rate li:last-child{ width: 30px; /*padding: 0 1px 0 0;*/ }

.bl_photo_one .bl_photo_one_cont .vertical{ width: 296px; position: relative; margin: 0 auto;  }/*height: 400px; margin: 0 auto 27px;*/
.bl_photo_one .bl_photo_one_cont .vertical .txt_top{color:#FFF; width: 230px; line-height: 20px; margin: 0 0 0 -115px; position: absolute; top: 40px; left: 50%; text-align: center; }
.bl_photo_one .bl_photo_one_cont .request_access {font-size: 12px; /*height: 20px;*/ padding-top: 15px; margin: 0 auto; color:#FFF; display:none;}

.bl_photo_one .bl_photo_one_cont .request_access#request_access_action{ margin: 32px auto 0; padding: 0; height: 24px; line-height: 21px; opacity: 0; display: block; }
.bl_photo_one .bl_photo_one_cont .request_access#request_private_title{ color: #fff; width: 320px; margin: 0 auto 23px; line-height: 20px; font-size: 12px; }

.bl_photo_one .bl_photo_one_cont .request_access #request_private {padding: 0 15px; margin-top: -3px;}
.bl_photo_one .bl_photo_one_cont .request_access #request_private.center {float: none; }
.bl_photo_one .bl_photo_one_cont .request_access #scip_private {color: #6796dd;  }
.bl_photo_one .bl_photo_one_cont .request_access #or_private{display: inline-block; padding: 0 5px; }
.bl_photo_one .bl_photo_one_cont .request_access#request_private_title{display:block; opacity: 0;}

.bl_photo_one .bl_photo_one_cont .vertical .txt_bottom{ width: 250px; line-height: 20px; margin: -30px 0 0 -125px; position: absolute; bottom: 40px; left: 50%; text-align: center; }
.bl_photo_one .bl_photo_one_cont .vertical .txt_bottom .btn{ padding: 0 8px 2px; }
.bl_photo_one .bl_photo_one_cont .vertical img{ max-width: 296px; max-height: 400px; }

.bl_photo_one .bl_photo_one_cont .vertical .private_photo_bg{ width: 296px; height: 400px; background: url(../images/private_photo_bg.png) 0 0 repeat; text-align: center; }
.bl_photo_one .bl_photo_one_cont .vertical .private_photo_bg img{ width: 48px; height: 56px; margin: 145px 0 0; }

.bl_photo_one .bl_photo_one_cont .horizon{ width: 400; position: relative; margin: 0 auto 40px;  }
.bl_photo_one .bl_photo_one_cont .horizon img{ width: 400; height: 296px; margin: 50px 0 0; }

.bl_photo_one .bl_photo_one_cont p{ color: #888; }
.bl_photo_one .bl_photo_one_cont .txt_rating{ color: #676767; display: block; position: absolute; top: 0; left: 220px; white-space: nowrap; }
.bl_photo_one .bl_photo_one_cont .txt_rating strong{ color: #aaa; font-weight: normal; }
.bl_photo_one .bl_photo_one_cont .txt_rating a.icon_delete{ background-color: #c30909; box-sizing: border-box; padding: 4px 0 0 2px; border-radius: 2px; width: 10px; height: 10px; display: inline-block; margin: -2px 0 0 2px; vertical-align: middle; }
.bl_photo_one .bl_photo_one_cont .txt_rating a.icon_delete:hover{ background-color: #f11b1b; }
.bl_photo_one .bl_photo_one_cont .txt_rating a.icon_delete span{ background-color: #000; width: 6px; height: 2px; display: block; }

.bl_photo_one .bl_photo_one_cont .report_photo_gallery, .bl_photo_one .bl_video_one_cont .report_photo_gallery {background: url(../images/atention_photo.png) 0 0 no-repeat; width:20px; height: 20px;  display:none; cursor: pointer; }
.bl_photo_one .bl_photo_one_cont .report_photo_gallery.response_loader, .bl_photo_one .bl_video_one_cont .report_photo_gallery.response_loader {background: url(../images/loader_m_bg_bl.gif) 0 0 no-repeat;}

.bl_photo_one .bl_photo_one_cont .report_photo_gallery{ position: absolute; bottom: -30px; }
.bl_photo_one .bl_video_one_cont .report_photo_gallery{ margin-top: 10px; float: right; }

.bl_slider{ width: 213px; height: 13px; padding: 6px 0 0 9px; margin: 0 0 30px; }
.bl_slider .slider_bg{ width: 204px; height: 6px; background: #7b7b7b; border-radius: 3px; }
.bl_slider .slider_bg .slider_range{ width: 204px; height: 6px; background: #b2dd30; position: relative; border-radius: 5px; }
.bl_slider .slider_bg .slider_range_empty{ background: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

.bl_slider .slider_bg .slider_range .count{ position: absolute; top: 10px; right: -16px; text-align: center; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
.bl_slider .slider_bg .slider_range .count_cont{ background: #000; padding: 0 4px; min-width: 14px; height: 20px; line-height: 19px; font-size: 11px; color: #fff; font-weight: bold; border-radius: 3px; box-shadow: 1px 1px 2px #cbcbcb; -moz-box-shadow: 1px 1px 2px #cbcbcb; -webkit-box-shadow: 1px 1px 2px #cbcbcb; }

.bl_photo_one .bl_slider{ background: none; margin: 0 auto 30px; position: relative; }
.bl_photo_one .bl_slider .slider_bg .slider_range .count { right: -16px; }
.bl_photo_one .bl_slider .slider_bg .slider_range .count_cont{ padding: 0 4px; min-width: 14px; background: #709e00;  box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.bl_photo_one .bl_slider .slider_bg .slider_range .count_decor{ background: url(../images/count_decor.png) 0 -8px no-repeat; width: 13px; height: 4px; margin: 0 auto; }

.bl_photo_one a.arrows{ width: 72px; height: 72px; display: block; position: absolute; top: 240px; display:none;}
.bl_photo_one a.arrows.prev_p{ background: url(../images/prev_next.png) 0 -213px no-repeat; left: -63px; }
.bl_photo_one a.arrows.prev_p:hover{ background-position: 0 -141px; }
.bl_photo_one a.arrows.next_p{ background: url(../images/prev_next.png) -72px -213px no-repeat; right: -68px; height: 72px; }
.bl_photo_one a.arrows.next_p:hover{ background-position: -72px -141px; }

/* -- pp_gallery_btn_additional -- */
.bl_photo_one .pp_gallery_btn_additional{
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear, visibility 0s .3s;
}

.bl_photo_one .pp_gallery_btn_additional.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .3s, opacity .3s linear, visibility 0s;
}

.bl_photo_one .pp_gallery_btn_additional .btn{
    padding: 0 20px;
    height: 45px;
    box-shadow: 0 0 6px rgb(0, 0, 0, .42);
    font-size: 15px;
    font-weight: normal;
}

.bl_photo_one .pp_gallery_btn_additional .btn span{
    display: inline-block;
    vertical-align: middle;
    height: 43px;
    line-height: 40px;
}

.bl_photo_one .pp_gallery_btn_additional .btn span svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    vertical-align: middle;
    margin: -2px 1px 0 0;
}

.bl_photo_one .pp_gallery_btn_additional .btn.pp_gallery_btn_make_profile span svg{
    width: 18px;
    height: 18px;
}

.bl_photo_one .pp_gallery_btn_additional .pp_gallery_btn_make_profile{
	visibility: hidden;
	opacity: 0;
	transition: all .3s, opacity .3s linear, visibility 0s .3s;
    background-color: #5abd58;
    border-color: #5abd58;
}

.bl_photo_one .pp_gallery_btn_additional .pp_gallery_btn_make_profile:hover{
    background-color: #32b52f;
    border-color: #32b52f;
}

.bl_photo_one .pp_gallery_btn_additional .pp_gallery_btn_make_profile.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .3s, opacity .3s linear, visibility 0s;
}

.bl_photo_one .pp_gallery_btn_additional .pp_gallery_btn_edit_image{
    width: 100%;
    margin-bottom: 20px;
    background-color: #40c7db;
    border-color: #40c7db;
}

.bl_photo_one .pp_gallery_btn_additional .pp_gallery_btn_edit_image:hover{
    background-color: #3ab9ce;
    border-color: #3ab9ce;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first{
	position: relative;
	display: block;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image{
    position: absolute;
    left: -60px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s linear, visibility 0s .25s;
    cursor: pointer;

    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, .3);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image svg{
    width: 20px;
    height: 42px;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image svg g.color_svg{
    fill: #757575;
    transition: fill .3s ease-in-out;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image:hover svg g.color_svg{
    fill: #fff;
}

.bl_photo_one .pp_gallery_btn_additional .btn_additional_first .pp_gallery_restore_image.to_show{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.bl_photo_one .pp_gallery_btn_additional  .edit_image_icons{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon{
  width: 45px;
  height: 45px;
  background-color: #4c555a;
  box-shadow: 0 0 6px rgb(0 0 0 / 42%);
  border-radius: 4px;
  text-align: center;
  font-size: 35px;
  color: rgb(249, 250, 251);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: 'filerobot-image-editor-font';
  cursor: pointer;
  transition: background-color .3s ease-in-out;
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon::before{
  line-height: 45px;
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon.crop::before{
  content: "";
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon.adjust::before{
  content: "";
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon.effects::before{
  content: "";
}

.bl_photo_one .pp_gallery_btn_additional .edit_image_icons .icon.filters::before{
  content: "";
}
/* -- /pp_gallery_btn_additional -- */

.pp_photos .foot{ background: #fff; padding: 19px 0 10px 17px; }
.pp_photos .foot_empty{ height: 52px; text-align: center;}
.pp_photos .foot_empty .comments_hidden{display:none;}
.pp_photos .foot_empty .comments_hidden div{margin-top: 8px; margin-left: 5px; display:inline-block;}
.pp_photos .foot_empty img{display:inline-block;}
.pp_photos .foot .items{ border-bottom: 1px dashed #000; margin: 0 20px 17px 0; width: 838px;}
.pp_photos .foot .items .post .info{ text-align: left; }
.pp_photos .foot .items .post .info a{ color: #6796dd; text-decoration: underline; }
.pp_photos .foot .items .post .info a:hover{ text-decoration: none; }
.pp_photos .foot a.link_load_comments{ float: left; color: #b1b1b1; display: inline-block; margin: 0 0 10px; padding: 0 0 0 20px; background: url(../images/load_more.png) 0 0 no-repeat; font-size: 14px; }

.photo_funk{ height: 62px; background-color: rgba(37,37,37,1); box-sizing: border-box; padding: 20px 27px 0 17px; }
.photo_funk span{ color: #fff; font-size: 16px; line-height: 19px; }
.photo_funk input.inp{ height: 33px; vertical-align: top; float: left; margin: 0 5px 0 0; padding-bottom: 2px; }
.photo_funk button.btn{ padding: 0 30px; }
.photo_funk .frm{ display: none; float: left; margin-top: -6px; }

.photo_funk span.photo_gallery_desc{width: 730px; color: #848484; font-size: 16px; line-height: 19px; height: 19px; display: block; float: left; text-align: left; }
.photo_funk span.photo_gallery_desc:hover{ color: #fff; }
.photo_funk span.photo_gallery_not_checked{ display: block; float: right; font-size: 14px; line-height: 19px;  background: url(../images/checked.png) 0 no-repeat; padding: 0 0 0 22px; }
.photo_funk a.link_edit{ color: #848484; font-size: 16px; line-height: 19px; height: 19px; display: block; float: left; background: url(../images/icon_edit_one_photo_caption.png) 0 0 no-repeat; padding: 0 0 0 30px; text-decoration: none; }
.photo_funk a.link_edit:hover{ color: #fff; background-position: 0 -19px; }
.photo_funk a.link_make_profile_pic{ color: #fff; font-size: 14px; line-height: 19px; display: block; float: right; background: url(../images/icon_made_profile_pic.png) 0 0 no-repeat; padding: 0 0 0 25px; text-decoration: underline; transition: 0.5s ease; }
.photo_funk a.link_make_profile_pic:hover{ text-decoration: none; }
.photo_funk a.link_make_profile_vids{ color: #fff; font-size: 14px; line-height: 19px; display: block; float: right; background: url(../images/prof_back.png) 0 3px no-repeat; padding: 0 0 0 28px;}

.block_empty{ height: 100px; }

.pp_video_gallery .bl_photo_one{ height: 454px; }
.pp_video_gallery .bl_photo_one .bl_photo_one_cont{height: 454px;}
.pp_video_gallery .cont .bl_carousel{ margin-bottom: 6px; }
.pp_video_gallery .cont {min-height: 654px !important; padding-bottom: 0; }
.pp_video_gallery a.arrows.prev_p, .pp_video_gallery a.arrows.next_p{margin-top:-35px;}

.frm_post{ margin: 0 0 19px; font-size: 14px; line-height: 20px; }
.frm_post .pic{ float: left; margin: 0; }
.items .frm_post { overflow: hidden; }
.items .pic img {opacity:0; -webkit-transition: opacity .25s; transition: opacity .25s; }
.frm_post .pic img{ width: 29px; height: 32px; }
.frm_post .post{ margin: 0 0 0 38px; position:relative; }
.frm_post .post .info{ margin: -4px 0 0; }
.frm_post .post a.icon_delete{ background-color: #cfcfcf; box-sizing: border-box; padding: 4px 0 0 2px; border-radius: 2px; width: 10px; height: 10px; display: inline-block; }
.frm_post .post a.icon_delete:hover{ background-color: #c30909; }
.frm_post .post a.icon_delete span{ background-color: #fff; width: 6px; height: 2px; display: block; }
.frm_post .post p{ padding: 0; margin: 0; text-align: left; word-wrap: break-word;}
.frm_post .post span.date{ color: #b1b1b1; padding: 0 5px 0 0; }
.frm_post .post span.rating{ display: inline-block; background: #c30909; padding: 0 10px; height: 20px; font-size: 12px; line-height: 18px; border-radius: 10px; color: #fff; font-weight: bold; }
.frm_post .post textarea{ /*width: 690px;*/ width: 769px; height: 20px; font-size: 14px; line-height: 20px; padding: 5px 8px 5px 8px; vertical-align: top; margin: 0; border: 1px solid #5e5e5e; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; transition: height .3s}
.frm_post .post .btn_post{border: none; width: 37px; height: 100%; position:absolute; right: 14px; padding: 0; box-shadow: inset 0 1px 1px #892; border-radius: 0; background: #ad3 url(../images/btn_post.png) center no-repeat; transition: background-color .2s}
.frm_post .post .btn_post:hover{ background-color: #be2; }


/*@media (max-width: 1600px) {*/
.pp_photos .cont{ min-height: 670px; }
.bl_photo_one{ height: 470px; }
.bl_photo_one img{ max-height: 470px; max-width: 550px; }
.bl_photo_one a.arrows{ top: 210px; }
.pp_photos:not(.pp_video_gallery) .bl_video_one_cont .css_loader{ top: 220px; }
/*}*/

@media (max-width: 1440px) {
.pp_photos .cont{ min-height: 640px; }
.bl_photo_one{ height: 450px;  }
.bl_photo_one img{ max-height: 450px; max-width: 550px; }
.bl_photo_one a.arrows{ top: 190px; }
.pp_photos:not(.pp_video_gallery) .bl_video_one_cont .css_loader{ top: 200px; }
}

@media (max-width: 1024px) {
.pp_photos .cont{ min-height: 540px;  }
.bl_photo_one{ height: 350px;  }
.bl_photo_one img{ max-height: 350px; max-width: 550px; }
.bl_photo_one a.arrows{ top: 150px; }
.pp_photos:not(.pp_video_gallery) .bl_video_one_cont .css_loader{ top: 140px; }

}
/*-- /pp photos --*/
.search_cont{ opacity: 0; }
.search_cont.to_show{ opacity: 1; transition: opacity .2s linear; }
.bl_browse{ font-size: 12px; }
.bl_browse .bl_filter{ margin: 0 0 24px; vertical-align: middle; border-bottom: 1px solid #cbcbbf; background: #fffff0; }

.bl_browse .bl_filter .filter.select_var3{position: relative;}
.bl_browse .bl_filter .filter.select_var3.to_up{height:50px;}
.bl_browse .bl_filter .filter_main{ position: relative; padding: 20px 23px 22px;
    visibility: visible; opacity: 1; transition: opacity .35s linear, visibility 0s;
}
.bl_browse .bl_filter .filter_main.to_hide{visibility:hidden; opacity: 0; transition: opacity .35s linear, visibility 0s .35s;}

.bl_browse .bl_filter .part{
    position:absolute;
    width:100%;
    top: 0;
    left: 0;
    height: 50px;
    visibility: visible;
    opacity: 1;
    transition: opacity .35s linear, visibility 0s;
    cursor: pointer;
}

.bl_browse .bl_filter .part.to_hide{
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s linear, visibility 0s .35s;
}

.bl_browse .filter .part .filter_tb{
    display: table;
    vertical-align: middle;
    height: 50px;
}

.bl_browse .filter .part .td{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.bl_browse .filter .part .td:first-child{
    width: 100%;
    padding: 0 12px 0 23px;
}

.bl_browse .filter .part .td:last-child{
    padding: 0 12px;
}

.bl_browse .filter .part strong{
    /* margin: 8px 12px 8px 23px;  */
    line-height: 21px;
    float: left;
    /* white-space: nowrap;  */
    /* overflow: hidden;
    text-overflow: ellipsis; */
}

.bl_browse .filter .part strong span.blue{
    color: #6796dd;
}

.bl_browse .filter .part strong span.red{
    color: #c30909;
}

.bl_browse .filter .part strong span.green{
    color: #7b9823;
}

.bl_browse .filter .part strong span.orange{
    color: #FF7F27;
}

.bl_browse .bl_filter .part .toogle_filter{
    float: right;
    cursor: pointer;
}

.bl_browse .bl_filter .part .toogle_filter .btn{
    line-height: 24px;
    height: 26px;
    font-size: 12px;
    padding: 0 10px;
    /* margin: 5px 12px 6px; */
    white-space: nowrap;
}

.bl_browse .bl_filter .part .toogle_filter .btn span.to_down {
    background: url(../images/marker_down_white.png) 100% 6px no-repeat;
}

.bl_browse .bl_filter .part .toogle_filter .btn span {
    padding: 0 13px 0 0;
}

.bl_browse .bl_filter .bl{ display: table-cell; vertical-align: top; }
.bl_browse .bl_filter .bl .filter_field label{ padding: 0 0 0 7px; }
.bl_browse .bl_filter .bl.bl_here{
    width: 139px;
    border-right: 1px solid #cecece;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bl_browse .bl_filter .bl.bl_here h4{
    margin: -4px 5px 10px 0;
}

.bl_browse .bl_filter .rb{
    cursor: pointer;
    padding: 0;
    margin: 0 1px 10px 0;
}

.bl_browse .bl_filter .niceRadio{
    float: left;
}

.bl_browse .bl_filter .rb .rb_label{
    line-height: 18px;
    cursor: pointer;
    display: block;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
    word-wrap: break-word;
    max-width: 85px;
}

.bl_browse .bl_filter .bl.bl_here .rb .niceRadio a{ margin: 2px 1px 0 0; }
.bl_browse .bl_filter .bl.bl_here .rb.selected .niceRadio a{ background-position: -16px 0; }
.bl_browse .bl_filter .bl.bl_here .rb .niceRadio a{ background-position: 0 0; }

.bl_browse .bl_filter .rb.rb_friends{ margin: 0 0 10px; }
.bl_browse .bl_filter .rb.rb_friends label{ background: url(../images/icon_rb_filter.png) 0 3px no-repeat; }
.bl_browse .bl_filter .rb.rb_chat{ margin: 0 0 10px; }
.bl_browse .bl_filter .rb.rb_chat label{ background: url(../images/icon_rb_filter.png) 0 -62px no-repeat;  }
.bl_browse .bl_filter .rb.rb_date label{ background: url(../images/icon_rb_filter.png) 0 -129px no-repeat; margin: 0; }

.bl_browse .bl_filter .bl.bl_who{ width: 134px;
    padding: 0 0 0 16px;
    border-left: 1px solid #fff;
    border-right: 1px solid #cecece;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bl_browse .bl_filter .bl.bl_who h4{ margin: -4px 0 10px; }
.bl_browse .bl_filter .bl.bl_who .ch{ margin: 0 0 5px; width: 100%; float: left; }
.bl_browse .bl_filter .bl.bl_who .ch.cl_looking_your_orientation{margin-bottom: 14px;}
.bl_browse .bl_filter .bl.bl_who .ch .niceCheck{ white-space: nowrap; padding: 0 0 10px; display: block; float: left; }
.bl_browse .bl_filter .bl.bl_who .ch input{ padding: 0; }
.bl_browse .bl_filter .bl.bl_who .ch label{ margin: 1px 10px 0 -5px; padding: 0 0 0 5px; cursor: pointer; vertical-align: top; }

.bl_browse .bl_filter .bl_slider{ width: 214px; height: 12px; border-radius: 10px; padding: 6px 0 0 9px; margin: 0 0 30px;
background-color: #edeac4;  }
.bl_browse .bl_filter .bl_slider .slider_bg{ width: 204px; height: 6px; background: #7b7b7b; border-radius: 3px; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range{ width: 206px; height: 6px; background: #b2dd30; position: relative; border-radius: 5px; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count{ position: absolute; z-index: 12; top: 10px; right: -18px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count_cont{ background: #000; padding: 0 7px; height: 20px; line-height: 19px; font-size: 11px; color: #fff; font-weight: bold; border-radius: 3px; box-shadow: 1px 1px 2px #cbcbcb; white-space: nowrap; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count_cont::after{ content: ''; position: absolute; left: 50%; bottom: -9px; margin: 0 0 0 -5px; border: 5px solid transparent; border-top: 5px solid #000; }

.bl_browse .bl_filter .bl.slider{ border-right: 1px solid #cecece; width: 238px; padding: 24px 0 0 14px; }
.bl_browse .bl_filter .bl.slider .link_choose_city span{ cursor: pointer; line-height: 24px; color: #5bb5e9; text-decoration: underline; white-space: nowrap; }
.bl_browse .bl_filter .bl.slider .link_choose_city span:hover{ text-decoration: none; }
.bl_browse .bl_filter .bl.slider .bl_slider{ margin: 0 0 10px; }
.bl_browse .bl_filter .bl.slider .ui-slider-handle.ui-state-default.ui-corner-all{background: url(../images/slider_handle.png) 0 0 no-repeat; margin-left: -7px; margin-top: 1px; position: absolute; }

.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count{ top: -34px; right: -33px; -moz-user-select: none; -khtml-user-select: none; user-select: none; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count .count_cont{ font-weight: normal; }
.bl_browse .bl_filter .bl_slider .slider_bg .slider_range .count_decor{ background: url(../images/count_decor.png) 0 -4px no-repeat; }

.bl_browse .bl_filter .bl.bl_search{ width: 125px; padding: 0 0 0 20px; position: relative; height:90px;}
.bl_browse .bl_filter .bl.bl_search .bl_rb{ /*margin: 0 0 7px;*/ margin: 0 0 2px; /*text-align: center;*/ font-size: 12px; float: left; width: 100%; }
.bl_browse .bl_filter .bl.bl_search .rb{ display: inline-block; margin: 0 5px 0 0; }
.bl_browse .bl_filter .bl.bl_search .rb label{ cursor: pointer; }
.bl_browse .bl_filter .bl.bl_search .rb .niceRadio{ white-space: nowrap; padding: 0 0 5px; display: block; float: left; }
.bl_browse .bl_filter .bl.bl_search .rb .niceRadio a{ margin: 1px 0 0; }
.bl_browse .bl_filter .bl.bl_search .jq-selectbox{ margin: 0 0 12px; }

.bl_browse .bl_filter .bl.bl_search .jq-selectbox .jq-selectbox__select,
.bl_browse .bl_filter .bl.bl_search .jq-selectbox .jq-selectbox__dropdown{
    width: 126px;
}

.bl_browse .bl_filter .bl.bl_search .module_search_with_photo{
    margin: 0 0 10px;
}

.bl_browse .bl_filter .bl.bl_search .module_search_with_photo .niceCheck a{
    float: left;
}

.bl_browse .bl_filter .bl.bl_search .module_search_with_photo .niceCheck label{
    display: block;
    padding: 2px 0 0;
    margin: 0 0 0 23px;
    word-wrap: break-word;
    max-width: 100px;
}

.bl_browse .bl_filter .bl.bl_search .btn{ width: 100%; margin: 0 0 10px; }
.bl_browse .bl_filter .link_filter_extended{color: #000; text-align: center; /*width: 100%;*/ width: 125px; position: absolute; bottom: 0; right: 0; }
.bl_browse .bl_filter .link_filter_extended.to_show{visibility: visible; opacity: 1; transition: opacity .35s linear, visibility 0s;}
.bl_browse .bl_filter .link_filter_extended.to_hide{visibility:hidden; opacity: 0; transition: opacity .35s linear, visibility 0s .35s;}
.bl_browse .bl_filter .link_filter_extended span{ transition: 0.5s ease; background: url(../images/marker_down.png) 100% 8px no-repeat; padding: 0 10px 0 0; cursor: pointer; }
.bl_browse .bl_filter .link_filter_extended span:hover{ color: #49b7e9; }

.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended{ line-height: 24px; height: 26px; font-size: 12px; display:none;}
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended.show{display:block;}
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended{ width: 126px; margin: 0; position: absolute; bottom: 0; right: 0; }
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended span{ padding: 0 13px 0 3px; }

@-moz-document url-prefix() {
    .bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended span{
        padding: 0 12px 0 0;
    }
}

.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended span.to_up{ background: url(../images/marker_up_white.png) 100% 6px no-repeat; }
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended span.to_down{ background: url(../images/marker_down_white.png) 100% 6px no-repeat; }
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended img{ margin: 10px 0 0; }
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended.to_show{ visibility: visible; opacity: 1; transition: opacity .35s linear, visibility 0s; }
.bl_browse .bl_filter .bl.bl_search .btn.btn_filter_extended.to_hide{ visibility: hidden; opacity: 0; transition: opacity .35s linear, visibility 0s .35s; }

.bl_browse .bl_filter .icon_filter_extended_hide{ background: url(../images/icon_filter_extended_hide.png) 0 0 no-repeat; width: 32px; height: 32px; position: absolute; right: 5px; top: 16px; cursor: pointer; }
.bl_browse .bl_filter .icon_filter_extended_hide img{ opacity: 0; transition: opacity .35s linear, visibility 0s; }
.bl_browse .bl_filter .icon_filter_extended_hide img:hover{ opacity: 1; }
.bl_browse .bl_filter .jq-selectbox__select{ border: 1px solid #848484; box-sizing: border-box; width: 50px; height: 22px; padding: 0 23px 0 7px; }
.bl_browse .bl_filter .jq-selectbox li.selected{ color: #000; background: none; }
.bl_browse .bl_filter .jq-selectbox li:hover{ background: #ff6d85; color: #fff; }
.bl_browse .bl_filter .jq-selectbox__dropdown{ border: 1px solid #848484; width: 50px; box-sizing: border-box; top: 21px; /*margin: -1px 0;*/ }
.bl_browse .bl_filter .jq-selectbox__dropdown ul{ max-height: 215px; overflow: hidden; /*margin: 0 -1px;*/ }
.bl_browse .bl_filter .jq-selectbox__dropdown li{ font-size: 12px; line-height: 21px; text-align: left; padding: 0 10px; white-space: nowrap; }
.bl_browse .bl_filter .jq-selectbox__dropdown li:last-child:hover{ border-radius: 0 0 3px 3px; }
.bl_browse .bl_filter .jq-selectbox__dropdown li.selected:last-child{ border-radius: 0 0 3px 3px; }
.bl_browse .bl_filter .jq-selectbox__trigger{ height: 21px; width: 20px; }
.bl_browse .bl_filter .jq-selectbox__select-text{ font-size: 12px; line-height: 19px;}
.bl_browse .bl_filter .sel_height .jq-selectbox__select-text{width:68px;}

.bl_browse .bl_filter .filter_extended{
    display:none; padding: 11px 23px; border-top: 1px solid #e1e1d4; background: #f8f8d8; position: relative;
    opacity: 1; transition: opacity .6s linear;
}
.bl_browse .bl_filter .filter_extended.to_hide{opacity: 0; transition: opacity .6s linear;}

.bl_browse .bl_filter .filter_extended .bl.l{ border-right: 1px solid #cecece; padding: 10px 28px 10px 0; }
.bl_browse .bl_filter .filter_extended .bl.l .ch{ font-size: 12px; }
.bl_browse .bl_filter .filter_extended .bl.c{ border-right: 1px solid #cecece; padding: 10px 28px; }
.bl_browse .bl_filter .filter_extended .bl.r{ padding: 10px 28px; }
.bl_browse .bl_filter .filter_extended .bl.r .rb{ font-size: 12px; }
.bl_browse .bl_filter .filter_extended .jq-selectbox__select{ /*width: 189px;*/ width: 192px; }
.bl_browse .bl_filter .filter_extended .jq-selectbox__dropdown{ width: 192px; }
.bl_browse .bl_filter .filter_extended .ch{ padding: 10px 0 0; }
.bl_browse .bl_filter .filter_extended .ch .niceCheck{ display: block; margin: 10px 0 0; }
.bl_browse .bl_filter .filter_extended .rb{ padding: 10px 0 0; }
.bl_browse .bl_filter .filter_extended .rb .niceRadio{ display: block; margin: 10px 0 0; }
.bl_browse .bl_filter .filter_extended .rb .niceRadio label{ vertical-align: top; cursor: pointer; }
.bl_browse .bl_filter .filter_extended .bl_select_value{ margin: 20px 0 0; }
.bl_browse .bl_filter .filter_extended .bl_select_value .jq-selectbox__select{ width: 88px; }
.bl_browse .bl_filter .filter_extended .bl_select_value .jq-selectbox__dropdown{ width: 130px; }
.bl_browse .bl_filter .filter_extended .txt_value{ color: #a29888; font-size: 11px; padding: 7px 0 0; }
.bl_browse .bl_filter .filter_extended .add_field{ font-size: 11px; text-align: right; margin: -7px 0 0; }
.bl_browse .bl_filter .filter_extended .add_field span{ color: #6d8fff; transition: 0.5s ease; cursor: pointer; }
.bl_browse .bl_filter .filter_extended .add_field span:hover{ color: #6d8fff;  }

.bl_browse .list_photos_filter{ padding: 0 0 10px; width: 760px; position: relative;  overflow: hidden; -webkit-transition: height 0.4s; transition: height 0.4s;}
.bl_browse .list_photos_filter a{ position: relative; display: block; }
.bl_browse .list_photos_filter a .date{ padding: 0 5px; font-size: 11px; line-height: 26px; font-weight: bold; color: #fff; text-align: center; text-shadow: 1px 1px #000; display: inline-block; height: 28px; width: 100%; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,0.2); white-space: nowrap; /*overflow: hidden; text-overflow: ellipsis;*/ box-sizing: border-box; }
.bl_browse .list_photos_filter a .date .name{ max-width: 80%; vertical-align: top; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bl_browse .list_photos_filter a .date .age{ vertical-align: top; display: inline-block; }
.bl_browse .list_photos_filter .item{ position: relative; overflow: hidden; width: 126px; height: 188px; margin: 0 26px 25px 0; float: left; }
.bl_browse .list_photos_filter .item.to_hide{ opacity: 0; transition: all 1.4s, opacity 1.4s linear; }
.bl_browse .list_photos_filter .item.to_show{ opacity: 1; transition: all 1.4s, opacity 1.4s linear; }
.bl_browse .list_photos_filter .item .btn img{ margin: 4px 0 0; }
.bl_browse .list_photos_filter a img.photo{ opacity: 0; }
.bl_browse .list_photos_filter a img.photo.to_trans{ transition: 0.5s ease; }
.bl_browse .list_photos_filter .item .icons_info{position:absolute; top: 6px; right: 3px; width: 16px;}
.bl_browse .list_photos_filter .item .status_verification{ background: url(../images/icon_status_verification.png) 0 0 no-repeat; width: 16px; height: 17px; }
.bl_browse .list_photos_filter .item .status_online{position: relative; top:0; right: -1px; margin-bottom: 2px; background: url(../images/online.png) 0 0 no-repeat; width: 11px; height: 12px; }

.filter_result{ position: absolute; width: 100%;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}

.bl_browse .list_photos_filter a:hover img.photo{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
.bl_browse .list_photos_filter .foot{ height: 48px; background: #fff; padding: 10px 12px 0; border-bottom: 1px solid #c1c3c6; box-sizing: border-box; }
.bl_browse .list_photos_filter .foot .btn{ height: 26px; width: 100%; }
.bl_browse .list_photos_filter .foot .btn span.like, .bl_browse .list_photos_filter .foot .btn span.like_hover{ top: 0; left: 50%; margin: 3px 0 0 -8px; }
.bl_browse .list_photos_filter .foot .btn.active span.like, .bl_browse .list_photos_filter .foot .btn.active span.like_hover{ margin: 4px 0 0 -8px; }
.bl_browse .list_photos_filter .bl_loader{ text-align: center; padding: 40px 0; }

/*-- bl_no_one --*/
.bl_no_one{
    width: 321px;
    padding: 20px 0;
    margin: 16px auto;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    display: table;
    text-align: center;
}

.bl_no_one .icon{
    background-image: url(../images/icon_user.png);
    background-repeat: no-repeat;
    background-position: 25px 4px;
    padding: 0 0 0 105px;
    height: 70px;
    font-size: 14px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    float: right;
}

.bl_no_one .txt{
    text-align: left;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
}

.bl_no_one_encounters{
    margin-top: 200px;
}
/*-- /bl_no_one --*/

#radius_slider .ui-slider-range-min {
    background-color: #ff6c80;
    border-radius: 3px;
    height: 6px;
    position: relative;
    margin: 0 0 0 -1px;
}

#radius_slider .ui-slider-handle {
    background: #aeab7a;
    cursor: pointer;
    height: 18px;
    width: 18px;
    border-radius: 50%;
	border: none;
	top: -7px;
	outline: none;
}

#radius_slider {
	border: none;
	background: #5ac9fe;
   /* margin: 0 0 10px;*/
}
.bl_slider .slider_bg.slider_bg_init{ background: none; }

.msg_profile_pic{ text-align: center; margin: 16px 0 8px; }
.msg_profile_pic.hide{ display: none; }

.bl_games{ /*width: 695px;*/ width: 100%; height: 394px; margin: 24px 0; cursor: pointer; position: relative; }
.bl_games .bl_link{ position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 394px; }
.bl_games .bl_link span.bl_name{ height: 75px; text-align: center; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; }
.bl_games .bl_link span.name{ transition: 0.5s ease; padding: 0 36px; background-color: rgba(0,0,0,.48); font-size: 30px; line-height: 74px; font-family: Arial; height: 75px; display: inline-block; font-weight: bold; color: #fff; border-radius: 40px; }
.bl_games .bl_link:hover span.name{ background-color: rgba(0,0,0,.70); }
.bl_games .game{ background-position: 0 0; background-repeat: no-repeat; background-size: 100% auto; width: 100%; height: 394px; }
/*-- /content --*/
/*-- footer --*/
.footer{ clear: both; height: 100px; width: 780px; margin: 0 auto; position: relative; text-align: center; color: #688bc6; font-size: 12px; }
.footer_w{ width: 780px; padding: 25px 0 0; margin: 0 auto; }
.footer-ssl-seal{ width: 780px; padding: 15px 0 20px; margin: 0 auto; }
.footer-ssl-seal:empty{display:none;}
.footer .nav{ margin: 0 0 10px; padding: 0; text-align: center; font-size: 0; }
.footer .nav li{ margin: 0; padding: 0; display: inline-block; color: #fff; font-size: 12px; }
.footer .nav li a{ color: #fff; display: inline-block; margin: 0 5px; transition: 0.5s ease; }
.footer .nav li a:hover{ color: #5ac9fe; }
.footer .nav li span{ width: 1px; display: inline-block; }
.footer_w .title_orig{ font-size: 11px; }

.footer.color_theme_red{ color: #d6938a; }
.footer.color_theme_red .nav li a:hover{ color: #ff9376; }
.footer.color_theme_violet{ color: #b78ec8; }
.footer.color_theme_violet .nav li a:hover{ color: #ff9bfe; }
.footer.color_theme_marsh{ color: #bbb59f; }
.footer.color_theme_marsh .nav li a:hover{ color: #ffe292; }
.footer.color_theme_navyblue{ color: #95b7c0; }
.footer.color_theme_navyblue .nav li a:hover{ color: #6ffff7; }
/*-- /footer --*/

.stick_top_l {
  position: fixed;
  top:0px;
}
.stick .logo{opacity:0;}

.stick_top_r {
  position: fixed;
  top:0px;
}
.stick_bottom {
  position: fixed;
  bottom:0;
}

.some_link_add_photo { display: inline-block; margin: 0 0 18px; overflow: hidden; position:relative;}
.some_link_add_photo div {position: absolute; /*width: 60px;*/ height: 14px; overflow: hidden;}
.some_link_add_photo input {font-size: 18px; margin-left: -165px; margin-top:-12px; width: 800px; cursor: pointer; opacity: 0;}
.some_link_add_photo a{ color: #6d8fff; transition: 0.5s ease; }
.some_link_add_photo a.link_photo_more_hover{ color: #3466dd; }

.some_link_photo_counter{
    float: left;
    padding-right: 5px;
}

.some_add_photo_main {position: absolute; width: 58px; height: 66px; overflow: hidden; top:-1px; left:-1px; }
.some_add_photo_main input {font-size: 50px; margin-left: -400px; width: 800px; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0;}

#add_photo_main_profile{display:none;}
.add_photo input{z-index:1; position: absolute; top: 0; right: 0; height: 140px; opacity: 0; cursor: pointer; font-size: 200px; }
.add_photo input[type="reset"]{display:none;}

.pp_link_add_photo {position: absolute; width: 94px; height: 38px; /*height: 16px;*/ /*margin-bottom: -20px;*/ overflow: hidden; }
.pp_link_add_photo input{ cursor:pointer; margin-left: -120px; width: 800px; height: 38px; font-size: 16px; opacity:0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; }

.btn .css_loader{ position: relative; margin: 0 auto; }
.btn .css_loader .spinner .spinner-blade{ background-color: #fff; }

.css_loader{
    height: 16px; width:16px;
	position: absolute; font-size: 19px;
	-webkit-transition:.3s all, opacity .25s linear; transition:.3s all, opacity .25s linear;
}

.css_loader.hidden, .video-js~.css_loader, .bl_photo_one.ready .css_loader:not(.btn_action_loader){
	opacity:0; visibility:hidden;
}
.bl_photo_one.ready .css_loader.loader_rate_photo_gallery{
    opacity: 1;
    visibility: visible;
    display: block;
    position: relative;
    float: left;
    top: 4px;
    left: 2px;
}

.loader_edit_status{
	top: -4px; position: relative;margin-right: -17px;
    display:inline-block;
	height: 17px;
    width: 17px;
    font-size: 17px;
}
.loader_edit_field{
	top: 1px; position: relative;margin-right: -17px;
    display:inline-block;
	height: 17px;
    width: 17px;
    font-size: 17px;
}

.loader_list_im{
    font-size: 24px!important;
    width: 24px!important;
    height: 24px!important;
    top: 23px!important;
    left: 29px!important;
}

.loader_one_im_open{
    font-size: 30px;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px auto 25px;
}

.photo_upload_loader{
    position: absolute;
    height: 28px;
    width: 28px;
    font-size: 26px;
    margin-left: -13px;
    left: 50%;
    top: 50%;
    margin-top: -13px;
}

.loader_like_encounters{
    position: absolute!important;
    height: 26px;
    width: 26px;
    font-size: 26px;
	margin:-12px 0 0 -13px!important;
    top: 50%;
	left: 50%;
}

.loader_btn_list{
    position: absolute!important;
    height: 20px;
    width: 20px;
    font-size: 20px;
    margin: -10px 0 -10px -10px!important;
    left: 50%;
}

.loader_btn_list_md{
    position: absolute!important;
    height: 20px;
    width: 20px;
    font-size: 20px;
    margin: -32px 0 -10px -10px!important;
    left: 50%;
}

.loader_edit_popup{
	position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin-left: -15px;
    left: 50%;
    top: 50%;
}

.loader_boost_popup{
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -15px;
    left: 50%;
    top: 50%;
}

.loader_base_page{
	position: relative;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin-left: -15px;
    left: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.loader_messages{
	position: relative;
    height: 38px;
    width: 38px;
    font-size: 38px;
    margin-left: -19px;
    left: 50%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.more_load_cont_im{
	position: relative;
	display:none;
    height: 60px;
    width: 30px;
    font-size: 30px;
    margin-left: -15px;
    left: 50%;
    top: 50%;
}

.btn .btn_action_loader,
.btn_action_loader{
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin-left: -11px;
    margin-top: -11px;
    left: 50%;
    top: 50%;
    position:absolute;
}

.tabs_profile .tab_photos .item.item_video .btn_action_loader{
    height: 32px;
    width: 32px;
    font-size: 32px;
    margin-left: -16px;
    margin-top: -16px;
    left: 50%;
    top: 50%;
    position:absolute;
}

.loader_media{
    height: 26px;
    width: 26px;
    font-size: 26px;
    margin-left: -13px;
    margin-top: -13px;
    left: 50%;
    top: 50%;
    position:absolute;
}

.btn_redirect_after_raising{
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin-left: -11px!important;
    margin-top: -9px!important;
    left: 50%;
    top: 50%;
    position:absolute!important;
}

.more_load_cont_im .spinner{
	margin-top: 0px!important;
}

.im_clear_history{
	position: absolute;
    height: 28px;
    width: 28px;
    font-size: 24px;
    margin-left: -14px;
    left: 50%;
    top: 50%;
    margin-top: -12px;
}

.loader_choose_city{
	position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin-left: -20px;
    left: 50%;
    top: 50%;
}

.loader_open_chat{
	position: relative;
    height: 30px;
    width: 30px;
    font-size: 30px;
    left: 50%;
    bottom: 0;
    padding: 20px 0;
    display:none;
}

.loader_rotate{
	top: 50px; right: 10px; position: absolute;
	height: 16px; width:16px;
	-webkit-transition: .3s; transition: .3s;
    display:none;
    background: url(../images/icon_rotate_loader.png) 0px 0px no-repeat;
    opacity:.8; font-size: 15px;
}

.photo_action{
	position: absolute;
    height: 34px;
    width: 34px;
    font-size: 34px;
    margin-left: -17px;
    margin-top: -17px;
    left: 50%;
    top: 50%;
}

.loader_search_list{
    font-size: 35px;
    z-index: 2;
    margin-top: 80px;
    opacity:.5;
    left:50%;
    margin-left:-18px;
}


.upload_search_page_prev{
    font-size: 35px;
    z-index: 2;
    opacity: .5;
    left: 50%;
    height: 0px;
    margin-left: -17px;
    position: relative;
    transition:all .3s, height .3s, opacity .25s linear;
    opacity: 0;
    top:0;
}

.upload_search_page_next{
    font-size: 35px;
    z-index: 2;
    opacity: .5;
    left: 50%;
    height: 0px;
    margin-left: -17px;
    position: relative;
    transition:all .3s, height .3s, opacity .25s linear;
    opacity: 0;
    bottom:0;
}

.upload_search_page_prev.to_show, .upload_search_page_next.to_show{
    height: 100px; opacity: .8;
}

.btn .loader_profile_to_open_chat{
    height: 22px;
    width: 22px;
    font-size: 22px;
    margin-left: -11px;
    margin-top: -11px;
    left: 50%;
    top: 50%;
    position:absolute;
}

/*.loader_processing{
    position: absolute; right: 0; top: 7px; height: 16px; width:16px; font-size: 16px;
}
.loader_media {font-size: 24px;}*/

.frame_loader_search_list{ opacity: 0; box-shadow: 0 0 16px rgba(0, 0, 0, 0.34); margin-top: -60px; top:50%; left: 50%; transform: translateX(-50%); background: rgba(255,255,255,1); width: 150px; height: 120px; position: absolute; z-index: 2; border-radius: 3px; }
.frame_loader_search_list.to_show{visibility:visible; opacity: 1; transition: opacity .4s linear, visibility 0s; }
.frame_loader_search_list.to_hide{visibility:hidden; opacity: 0; transition: opacity .4s linear, visibility 0s .4s; }
.frame_loader_search_list .css_loader{ position: static; }
.loader_search_list{ font-size: 45px; z-index: 2; opacity: .5; }

.spinner {
  position: relative;
  display: inline-block;
  width: 1.01em;
  height: 1.01em;
}

.loader_list_im .spinner {
  font-size:24px!important;
}

.loader_choose_city .spinner{
	width: 1px;
}

.spinner.center, .spinnerw.center{
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loader_rotate .spinner.center{
    left:-1px;
    top:-6px;
}

.spinner .spinner-blade {
  position: absolute;
  opacity:0;
  left: 0.4629em;
  bottom: 0;
  width: 0.074em;
  height: 0.267em;
  border-radius: 0.5em;
  background-color: #000;
  -webkit-filter: blur(0px); filter: blur(0px);
  -webkit-transform-origin: center -0.2222em;
      -ms-transform-origin: center -0.2222em;
          transform-origin: center -0.2222em;
  -webkit-animation: spinner-fade 1s infinite linear;
          animation: spinner-fade 1s infinite linear;
}

.photo_action .spinner .spinner-blade,
.loader_rate_photo_gallery .spinnerw .spinner-blade,
.spinnerw .spinner-blade {
    background-color: #FFF;
}

.banner_header_remove .btn_action_loader .spinner .spinner-blade{
    background-color: #000;
}

.loader_rotate .spinner .spinner-blade {
  height: 3px!important;
  -webkit-transform-origin: center -0.16em!important;
      -ms-transform-origin: center -0.16em!important;
          transform-origin: center -0.16em!important;
}

.bl_video_one_cont .css_loader{
    width: 54px;
    height: 54px;
    left: 50%;
    top: 248px;
    margin: 0 -23px;
    font-size: 45px;
    background: radial-gradient(transparent 2px, rgba(0,0,0,0.15) 18px, transparent 27px);
}

.pp_video_gallery .bl_video_one_cont .css_loader{
    margin-top: -44px;
}

.bl_video_one_cont .css_loader .spinner-blade{
    background-color: #fff;
}

.vjs-seeking~.css_loader, .vjs-waiting~.css_loader, .video-js.hidden~.css_loader{
    opacity: 1;
    visibility: visible;
}

.vjs-loading-spinner {display: none !important}

/*.hidden .spinner .spinner-blade {
	-webkit-animation-iteration-count: 1; animation-iteration-count: 1;
}*/
.spinner .spinner-blade:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
  -webkit-animation-delay: 0.083s;
          animation-delay: 0.083s;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
  -webkit-animation-delay: 0.166s;
          animation-delay: 0.166s;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
  -webkit-animation-delay: 0.249s;
          animation-delay: 0.249s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
  -webkit-animation-delay: 0.332s;
          animation-delay: 0.332s;
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
  -webkit-animation-delay: 0.415s;
          animation-delay: 0.415s;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
  -webkit-animation-delay: 0.498s;
          animation-delay: 0.498s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
  -webkit-animation-delay: 0.581s;
          animation-delay: 0.581s;
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
  -webkit-animation-delay: 0.664s;
          animation-delay: 0.664s;
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
  -webkit-animation-delay: 0.747s;
          animation-delay: 0.747s;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
  -webkit-animation-delay: 0.913s;
          animation-delay: 0.913s;
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
}

@-webkit-keyframes spinner-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spinner-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.column_main .col_center .cont.bl_profile .pic .not_checked_main{ display: none; z-index: 1; background: url(../images/not_checked_main.png) 0 0 no-repeat; position: absolute; width: 78px; height: 78px; opacity: .6; top: 50%; left: 50%; margin-left: -39px; margin-top: -39px; }
.column_main .col_center .cont.bl_profile .pic .not_checked_main.show{ display: block; }
.column_main .col_center .cont.bl_profile .pic.show{ display: block; }

.tabs_profile .tab_photos .list_photos_public a .not_checked_photo,
.tabs_profile .tab_photos .list_photos_private a .not_checked_photo{z-index:1;background: url(../images/not_checked_3.png) 0 0 no-repeat; position: absolute; width: 38px; height: 38px; opacity: .6; top: 50%; left:50%; margin-left: -19px; margin-top: -19px;}

.display_none{display:none;}

.upgrade_radio_styled{opacity:0;}

/* gallery temp */
.rate_photo_gallery_loader{display:none; /*margin: 3px 0px 0px 10px;*/ margin: 1px 0 0 10px; float: left;}
/* gallery temp */

.no_visible{display:none;}

.sel_checkbox .jq-selectbox:first-child{ margin: 20px 0 0; }
.sel_checkbox .jq-selectbox{ margin: 10px 0 0; }
.sel_checkbox .link_add{ margin: 10px 0 0; }

#pp_user_report textarea{ width: 378px; margin-left: 10px; height: 200px;}
#pp_user_report .frame .head{ border: none; margin: 0 0 13px; }
#pp_user_report .frame .foot{ padding: 0 0 12px; }

.pp_edit_info .frame .cont .bl_frm .frm_looking_for .name{ padding-right: 0; }

tr.edit_line_item .name, tr.edit_line_item .field{ border-top: 1px dotted #e7e7e7; padding: 0; height: 0; }
tr.edit_line_item .name{ margin-left: 13px; }
tr.edit_line_item .field{ width: 345px; }

/*-- pagination --*/
.paging{ width: 100%; clear: both; padding-top: 20px;
-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}

.pagination-container {
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.pagination {
  position: relative;
}
.pagination a {
  position: relative;
  display: inline-block;
  color: #2c3e50;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px 10px;
}
.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: #142d69;
  border-radius: 24px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.pagination a:hover,
.pagination a .pagination-active {
  color: #fff;
}
.pagination a.disabled:hover,
.pagination a.disabled {
  color: #BFBFBF;
  cursor:default;
}
.pagination a:not(.disabled):hover:before,
.pagination a:not(.disabled) .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pagination .pagination-active {
  color: #fff;
  cursor:default;
}
.pagination .pagination-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pagination-newer {
  margin-right: 50px;
}
.pagination-older {
  margin-left: 50px;
}
/*-- /pagination --*/
.pp_message_original_title{font-size:10px;}
.pp_message_original_title a{
    transition: color 0.3s!important;
}
.pp_message_original_text{display:none;}
.bl_original_message{font-size:10px; line-height: 14px;}
.show_original_message{cursor:pointer; color: #6d8fff; transition: color 0.3s; }
.show_original_message:hover{color: #3466dd; }
.original_message{display:none;}


/* 3DCity */
.city_body .header, .city_body .header_w{ width: 1166px; margin: 0 auto; }
.city_body .content, .city_body .content .cont_w{
    height: calc(100vh - 142px);
}
.city_body .content .cont_w{
    width: 1166px;
    height: calc(100vh - 42px);
    display: table;
}
.city_body .column_main{
    width: 1166px;
    max-width: 1166px;
    min-height: 650px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.city_body .city_bl{background-color:#142d69; opacity:0; z-index: 2; position: relative;}
.city_body .bl_3dchat{opacity:0; min-height:650px; max-height:720px; height: calc(100% - 42px); z-index: 2;}
.city_body .bl_3dchat #myIFrame{min-height:650px; max-height:720px; height: calc(100% - 42px);}
.city_body .bl_3dchat #loading_screen{min-height:650px; max-height:720px; height: 100%; width: 100%;}

.city_body .footer{width: 1166px; min-width: 810px; padding:0; z-index: 1;}
.city_body .footer .footer_w{width: 1166px; min-width: 810px;}
.city_body .footer .footer_w .nav {margin: 11px 0 10px; opacity:0;}
.city_body .footer .footer_w .title_orig{opacity:0;}

.city_body .bl_3dchat.to_show,
.city_body .footer .nav.to_show,
.city_body .footer .title_orig.to_show{opacity:1;}

/*-----------------------------*/
:-webkit-full-screen .header{display: none;}
:-webkit-full-screen .footer{display: none;}
:-webkit-full-screen .wrapper{margin-bottom: 0px;}
:-webkit-full-screen .list_chats_bl{display:none!important;}
:-webkit-full-screen .city_body .city_bl{height: 100vh!important; padding: 0; width: 100vw;}
:-webkit-full-screen .city_body .content{height: 100vh; padding: 0; width: 100vw;}
:-webkit-full-screen .city_body .content .cont_w{height: 100vh; width: 100vw;}
:-webkit-full-screen .city_body .column_main{height: 100vh; width: 100vw; max-width: 100vw;}
:-webkit-full-screen .city_body .bl_3dchat{max-height:100vh; height: 100vh;}
:-webkit-full-screen .city_body #myIFrame{max-height: 100vh; height: 100vh;}
:-webkit-full-screen .city_body .bl_3dchat #loading_screen{max-height: 100vh; height: 100vh;}
/*-----------------------------*/
:-moz-full-screen .header{display: none;}
:-moz-full-screen .footer{display: none;}
:-moz-full-screen .wrapper{margin-bottom: 0px;}
:-moz-full-screen .list_chats_bl{display:none!important;}
:-moz-full-screen .city_body .city_bl{height: 100vh!important; padding: 0; width: 100vw;}
:-moz-full-screen .city_body .content{height: 100vh; padding: 0; width: 100vw;}
:-moz-full-screen .city_body .content .cont_w{height: 100vh; width: 100vw;}
:-moz-full-screen .city_body .column_main{height: 100vh; width: 100vw; max-width: 100vw;}
:-moz-full-screen .city_body .bl_3dchat{max-height:100vh; height: 100vh;}
:-moz-full-screen .city_body #myIFrame{max-height: 100vh; height: 100vh;}
:-moz-full-screen .city_body .bl_3dchat #loading_screen{max-height: 100vh; height: 100vh;}
/*-----------------------------*/
:-ms-fullscreen .header{display: none;}
:-ms-fullscreen .footer{display: none;}
:-ms-fullscreen .wrapper{margin-bottom: 0px;}
:-ms-fullscreen .list_chats_bl{display:none!important;}
:-ms-fullscreen .city_body .city_bl{height: 100vh!important; padding: 0; width: 100vw;}
:-ms-fullscreen .city_body .content{height: 100vh; padding: 0; width: 100vw;}
:-ms-fullscreen .city_body .content .cont_w{height: 100vh; width: 100vw;}
:-ms-fullscreen .city_body .column_main{height: 100vh; width: 100vw; max-width: 100vw;}
:-ms-fullscreen .city_body .bl_3dchat{max-height:100vh; height: 100vh;}
:-ms-fullscreen .city_body #myIFrame{max-height: 100vh!important; height: 100vh!important;}
:-ms-fullscreen .city_body .bl_3dchat #loading_screen{max-height: 100vh; height: 100vh;}
/*-----------------------------*/
:full-screen .header{display: none;}
:full-screen .footer{display: none;}
:full-screen .wrapper{margin-bottom: 0px;}
:full-screen .list_chats_bl{display:none!important;}
:full-screen .city_body .city_bl{height: 100vh!important; padding: 0; width: 100vw;}
:full-screen .city_body .content{height: 100vh; padding: 0; }
:full-screen .city_body .content .cont_w{height: 100vh; width: 100vw;}
:full-screen .city_body .column_main{height: 100vh; width: 100vw; max-width: 100vw;}
:full-screen .city_body .bl_3dchat{max-height:100vh; height: 100vh;}
:full-screen .city_body #myIFrame{max-height: 100vh; height: 100vh;}
:full-screen .city_body .bl_3dchat #loading_screen{max-height: 100vh; height: 100vh;}
/*-----------------------------*/
:fullscreen .header{display: none;}
:fullscreen .footer{display: none;}
:fullscreen .wrapper{margin-bottom: 0px;}
:fullscreen .list_chats_bl{display:none!important;}
:fullscreen .city_body .city_bl{height: 100vh!important; padding: 0; width: 100vw;}
:fullscreen .city_body .content{height: 100vh; padding: 0;}
:fullscreen .city_body .content .cont_w{height: 100vh; width: 100vw;}
:fullscreen .city_body .column_main{height: 100vh; width: 100vw; max-width: 100vw;}
:fullscreen .city_body .bl_3dchat{max-height:100vh; height: 100vh;}
:fullscreen .city_body #myIFrame{max-height: 100vh; height: 100vh;}
:fullscreen .city_body .bl_3dchat #loading_screen{max-height: 100vh; height: 100vh;}
/* 3DCity */

#pp_profile_settings_editor .frame{ padding: 25px 30px 0; }
.bl_settings{overflow: hidden;}
.bl_settings .list_settings{width: 445px; margin-top: 0px;  margin-left: 10px;}
.bl_settings .list_settings ul{ margin: 0 0 30px; padding: 0; }
.bl_settings .list_settings ul li{ display: inline-block; text-decoration: none; line-height: 20px; margin: 0 8px 0 0px; padding: 0; cursor: pointer;  color: #40c7db;}
.bl_settings .list_settings ul li:hover{color: #40c7db; text-decoration: underline;}
.bl_settings .list_settings ul li.selected{text-decoration: underline;  cursor: default;}
#pp_profile_settings_editor .head {margin: 0 0 24px;}
.pp_edit_info .bl_settings .tb_frm th{ padding: 7px 10px 0; vertical-align: top; }
.pp_edit_info .bl_settings .tb_frm th.th_label_vt{ padding: 0 10px 18px; }
.pp_edit_info .bl_settings .cont {margin: 0 -30px 0px -30px;}
.pp_edit_info .bl_settings .cont .bl_frm .name {padding: 0;}
.pp_edit_info .bl_settings .head_title {
    color: #a5afbd;
    font-size: 20px;
    margin: 0px 20px 25px 20px!important;
    padding: 0 0 3px;
    text-align: left;
}
.pp_edit_info .bl_settings .foot{ padding: 10px 17px 25px 0; margin-left: 10px; margin-right: 14px; }
.pp_edit_info .bl_settings .foot .bl_btn{ opacity: 1; /*margin-right: -15px;*/ margin-right: 3px; }
.label_radio{ cursor: pointer; vertical-align: bottom; }

.banner_right, .banner_left{
    padding: 18px 20px;
    font-size: 12px;
    background: #fff;
    text-align: left;
    color: #000;
}

.banner_right img, .banner_left img{
    max-width: 100%;
}

.status_online{transition: opacity .25s linear; opacity: 0; position: absolute; top: 6px; right: 6px; background: url(../images/online.png) 0 0 no-repeat; width: 11px; height: 12px; }
.status_online.to_show{opacity: 1;}
.status_online.messages{ opacity: 0; left: 0; top: 8px; }


/*Video chat*/
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none;height:0}[hidden]{display:none}

#video-container {
  height: 675px;
  text-align: center;
  position: relative;
  background-color: #eee;
}

#block_make_call, #block_end_call, #block_disabled_call, #perform_action_videochat{
/*    position: absolute;
    top: 39px;
    left: 0; right: 0;
    min-width: 206px;
    margin:0 auto;*/
    display: inline-block;
}

#block_disabled_call{
    display: block;
}

/*#make-call{
    background: rgb(28, 184, 65);
    padding: 5px;
}*/
.block_videochat{ background-color: #eee; width: 734px; margin: 0 auto; }
.module_videochat{ border-style: solid; border-width: 0 1px; border-color: #f3f5f9; margin: 0 auto; width: 715px; height: 532px; }

.block_videochat.type_webrtc{ width: 732px; }
.module_videochat.type_webrtc{ width: 732px; }

.module_videochat.type_flash{ width: 530px; height: 500px; }
.block_videochat.type_flash{ background-color: #ccc; }

.module_videochat.type_webrtc{ height: 675px; }

.client_photo_default{ height: 140px; width: 188px; overflow: hidden; background-color: #eee; background-image: url("../images/icocam.svg"); background-position: center center; background-repeat: no-repeat; background-size: 75px auto; float: left; }
.client_photo_default_audio{ height: 140px; /*width: 188px;*/ width: 126px; overflow: hidden; background-color: #eee; background-position: center center; background-repeat: no-repeat; background-size: auto auto; float: left; }
.call_photo_default{ position: absolute; top: 0; height: 534px; width: 732px; overflow: hidden; background-color: #eee; background-image: url("../images/icocam.svg"); background-position: center center; background-repeat: no-repeat; background-size: 130px auto; }
#video-container .their-video-container{ height: 534px; width: 732px; overflow: hidden; border-bottom: 1px solid #fff; background-color: #fff; }
.interface{
  position: absolute;
  right: 0;
  height: 140px;
 /* width: 543px;*/ width: 605px;
  vertical-align: middle;
  background-color: #ddd;
  border-left: 1px solid #fff;
}

.interface .bl{
	position: absolute;
	top: 39px;
	left: 0; right: 0;
	min-width: 206px;
	margin:0 auto;
}

.interface.video{ width: 546.5px; }
@-moz-document url-prefix() {
	.interface.video{ width: 546px; }
}

.my-video-container{
    width: 186px;
    height: 140px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-left:-1px;
    position: absolute;
    left: 0;
}

#my-video {
    min-width: 186px;
    height: 140px;
    background-color: #eee;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s linear, visibility 0s .35s;
}

#my-video.to_show{
    visibility: visible;
    opacity: 1;
    transition: opacity .35s linear, visibility 0s;
    transition-delay: .2s;
}

#their-video {
  min-width: 732px;
  min-height: 534px;
  height: auto;
  width: auto;
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0; visibility: hidden; transition:margin .25s,  opacity .35s linear, visibility 0s .35s;
}
#their-video.to_show{visibility: visible; opacity: 1; transition:margin .25s,  opacity .35s linear, visibility 0s;}
#their-video object{width:100%;}

#their_audio_bl {
  width: 733px;
  /*height :auto; min-height: 534px;*/
  height: 535px;
  background-color: #eee;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  display: table;
}
#their_audio_bl a{ display: inline-block; vertical-align: middle; position: relative;}
#their_audio_bl img{opacity:0; height: 534px; transform: translateX(-50%); left: 50%; top: 0; position: relative; }
#their_audio_bl img.plug_photos{ margin-top:120px; height:auto;}

.videochat_flash{ min-height: 665px !important; }
.videochat_webrtc{ min-height: 700px !important; }

.chat_action button{
    transition: background .35s;
    background-color: #98c700;
    min-width: 204px;
    height: 63px;
    border-radius: 31px;
    font-size: 20px;
    color: #fff;
    padding: 0 31px 2px 25px;
    border: none;
    cursor: pointer;
}

.chat_action button:hover{
    background-color: #7AC700;
}

.chat_action button[data-action='disconect1'],
.chat_action button.disconect{
    background-color: #df9203;
}

.chat_action button[data-action='disconect1']:hover,
.chat_action button.disconect:hover{
    background-color: #DF7D03;
}

.chat_action button:disabled{cursor: default !important; background-color: #bcbcbc; cursor: default; }

.chat_action.processing button{cursor: default !important; background-color: #98c700!important;}
.chat_action.processing button[data-action='disabled']{background-color: #bcbcbc!important;}
.chat_action.processing button[data-action='disconect1'],
.chat_action.processing button.disconect{background-color: #df9203!important;}

.chat_action button .icons{
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 70% auto;
	width: 40px;
	height: 63px;
	display: inline-block;
	vertical-align: middle;
}

.chat_action button .bl_title{
    opacity:1;
    transition: width .4s, opacity .4s linear;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.chat_action button .btn_name{
    padding: 0;
}

.chat_action button .btn_name.blink{animation: blink_msg 2s linear infinite; -webkit-animation: blink_msg 2s linear infinite;}

.chat_action.video button .icons{
    background-position: 50% 16px;
	background-image: url(../images/icon_camera.svg);
}

.chat_action.video button[data-action='disconect1'] .icons,
.chat_action.video button.disconect .icons{
    background-position: 100% 21px;
    background-size: 100% auto;
    background-image: url(../images/icon_camera_slash.svg);
    width: 18px;
    margin: 0 4px 0 0;
}

.chat_action.audio button .icons{
	background-image: url(../images/icon_microphone.svg);
}

.chat_action.audio button[data-action='disconect1'] .icons,
.chat_action.audio button.disconect .icons{
	background-image: url(../images/icon_microphone_slash.svg);
}

/*.chat_action.processing button .icons{ display: none; }*/

.info_connect{
    position: absolute;
    width: 100%;
    font-size: 12px;
    color: #b0b0b0; top: 335px;
    font-family: Tahoma;
}
#waiting_connect{ opacity:0; }

.audio_container .info_connect{
    bottom: 0px;
    background-color: rgba(0,0,0,.3);
    top: auto;
    padding: 10px;
    width: calc(100% - 20px);
    color: #fff;
}
/*Video chat*/
a.basic_more{ color: #6d8fff; text-decoration: none; }
a.basic_more:hover{ text-decoration: underline; }

#page_list_users .item .statistics{ cursor: pointer; }

/*.error_frm{height:0px; opacity:0; padding: 0px 0 0 2px; color:red; width: 317px; transition:margin .3s, height .3s, opacity .4s linear;}
*/
.error_frm {
    overflow:hidden;
    opacity:0;
    height: 0;
    transition: all .3s, height .35s, opacity .1s linear;
    font-size: 12px;
    line-height: 16px;
    color: #ff5f4e;
    text-align: left;
    margin: 5px 0 -5px 1px;
    width: 321px;
    font-size: 12px;
}

.error_frm.to_show {
    opacity: 1;
    transition: all .35s, height .25s, opacity .35s linear;
}

.basic_textarea{
    background: #f3f5f9;
    border: 1px solid #f3f5f9;
    border-radius: 3px;
    width: 400px; height: 24px;
    opacity: 0;
    padding: 4px 7px; margin: -2px -8px;
    -webkit-appearance: none;
}

.basic_textarea.active{
    transition: margin .15s, border-color .3s, background-color .3s;
    -webkit-transition: margin .15s, border-color .3s, background-color .3s;
}
.basic_textarea.active.focus{
    border-color: #ced1da;
    margin-left: -8px;
    background-color: #fff;
}


.basic_textarea:disabled{color:#000;}

#pp_add_photo_video .pic img{ width: 32px; height: 28px;}

.video-js {-webkit-transition: .3s opacity linear; transition: .3s opacity linear}
.video-js.hidden { opacity:0 }
.video-js {-webkit-transition: .3s opacity linear; transition: .3s opacity linear}

.to_opacity_hide{transition: opacity .3s linear, visibility 0s .3s; opacity: 0; visibility: hidden;}
.to_opacity_show{visibility: visible; opacity: 1; transition: opacity .3s linear, visibility 0s;}

.color_t{color: transparent!important; text-shadow: none!important; position:relative!important; transition:none!important;}
.color_t > *:not(.css_loader):not(button):not(.no_color_t){opacity: 0!important; color: transparent!important; text-shadow: none!important; transition:none!important;}

.ui-tooltip {
    background: #000;
    color: #fff;
    padding: 0px;
	position: absolute;
	z-index: 13;
	max-width: 500px;
    font-size: 11px;
    border-radius:3px;
}
.ui-tooltip-content {
    position: relative;
    padding: 8px;
}
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    top: 8px;
    left: -12px;
    border: 6px solid transparent;
    border-right: 6px solid #000;
    display: block;
}
.ui-tooltip.left .ui-tooltip-content::after {
    content: '';
    display: none;
}
.ui-tooltip.left .ui-tooltip-content::before {
    content: '';
    position: absolute;
    top: 8px;
    right: -12px;
    border: 6px solid transparent;
    border-left: 6px solid #000;
    display: block;
}

.ui-helper-hidden-accessible {
    display: none;
}

.chat .head_title{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat.open .cont .item .message .bl_im_msg_one .blink_msg{animation: blink_msg 2s linear infinite; -webkit-animation: blink_msg 2s linear infinite;}
@-webkit-keyframes blink_msg {
  0% {opacity: 1;}
  50% {opacity: .1;}
  100% {opacity: 1; }
}
@keyframes blink_msg {
  0% {opacity: 1;}
  50% {opacity: .1;}
  100% {opacity: 1;}
}
.chat .head span.marker.blink{animation: blink 2s linear infinite; -webkit-animation: blink 2s linear infinite;}
@-webkit-keyframes blink {
  0% {opacity: 1;}
  50% {opacity: .3;}
  100% {opacity: 1; }
}
@keyframes blink {
  0% {opacity: 1;}
  50% {opacity: .3;}
  100% {opacity: 1;}
}

.column_lang_bl{padding: 15px 0 15px; text-align: center; background-color: transparent;}
.column_lang_bl .column_lang{ margin: 0; font-size: 12px; display: inline; position: relative;}
.column_lang_bl .column_lang a.language{
    padding: 0px 2px 0px 17px; color: #000;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.4s ease;
}

.column_lang_bl .column_lang a.language::after {
    content: '';
    position: absolute;
    left: 0px; top: -1px;
    border: 6px solid transparent;
    border-bottom: 6px solid #000;
    transition: 0.4s ease;
}

.column_lang_bl .column_lang .lang_item{ display: none; position: absolute; bottom: -19px; margin-left: -2px; z-index: 4; padding: 12px; }
.column_lang_bl .column_lang ul.pp_small{display: table; margin: 0; padding: 0; background: #f3f3f3; box-shadow: 0 0 12px rgba(0, 0, 0, 0.50); }
.column_lang_bl .column_lang ul.pp_small .column{display: table-cell;}
.column_lang_bl .column_lang ul.pp_small li{ margin: 0; /*margin-right: 2px;*/ padding: 0; border-bottom: 1px solid #d0ccd9; border-top: 1px solid #fff; font-weight: bold; font-size: 10px; line-height: 24px; height: 24px; color: #000; white-space: nowrap; text-align: left; }
/*.column_lang_bl .column_lang ul.pp_small .column.last li{ margin-right: 0px;}*/
.column_lang_bl .column_lang ul.pp_small li:first-child{ border-top: none; }
.column_lang_bl .column_lang ul.pp_small li:first-child:hover{ background: #000; }

.column_lang_bl .column_lang ul.pp_small .column li:last-child a{ background: url(../images/pp_small_decor_r.png) 100% 0 no-repeat; margin: 0 -5px 0 0; }
.column_lang_bl .column_lang ul.pp_small .column li:last-child a:hover{ background: url(../images/pp_small_decor_r.png) 100% -24px no-repeat; }
.column_lang_bl .column_lang ul.pp_small .column.cm_last li.li_empty:hover a,
.column_lang_bl .column_lang ul.pp_small .column.cm_last li.li_empty a:hover{ background: url(../images/pp_small_decor_r.png) 100% 0 no-repeat; }
.column_lang_bl .column_lang ul.pp_small .column.cm_last li.li_empty a{cursor:default;}

.column_lang_bl .column_lang ul.pp_small li:last-child{ border-bottom: none; }
.column_lang_bl .column_lang ul.pp_small li a{ display: block; padding: 0 15px 0 25px; height: 24px; line-height: 24px; color: #000; text-decoration: none;  }
.column_lang_bl .column_lang ul.pp_small li:hover a,
.column_lang_bl .column_lang ul.pp_small li a:hover{ background: #000; color: #fff; }
.column_lang_bl .column_lang ul.pp_small li span.selected{ background: url(../images/pp_small_list_marker.png) 0 9px no-repeat; display: block; padding: 0 0 0 15px; margin: 0 0 0 -15px; }
.column_lang_bl .column_lang ul.pp_small li span.selected:hover{ background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat; }
.column_lang_bl .column_lang ul.pp_small li:hover span.selected{ background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat; }


.profile_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent 0 0 repeat;
    transition: opacity 0.8s;
    background-size: cover;
    background-position: center top;
    opacity:0;
}

.bl_no_one a{ color: #6d8fff; transition: 0.3s; }
.bl_no_one a:hover{ color: #3466dd; }

select.select_main, select.styler_settings{visibility: hidden;}

/* -- moderator_page -- */
.column_moderator_page .bl_no_one{
    margin-top: 100px;
    border-collapse: initial;
}

.column_moderator_page .btn {
    color: #fff;
    border: none;
    margin-right: 5px;
}

.column_moderator_page input.btn{
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px;
}

.column_moderator_page .btn.black{cursor:default; background-color:#5E5E5E;}
.column_moderator_page .btn.green{cursor:pointer; background-color:#a6a6a6;}
.column_moderator_page .btn.green:hover{background-color:#5E5E5E; transition: .4s;}

.column_moderator_page #btn_save{
    background-color: #5E5E5E;
    margin-bottom: 30px;
}

.column_moderator_page #btn_save:hover{
    background-color: #a6a6a6;
    transition: .4s;
}

.column_moderator_page .tb th{
    background-color:#cfcfcf;
    height: 30px;
    text-align: left;
    padding: 4px;
    font-size:14px;
}

.column_moderator_page .tb th a{
    color: #000;
}

.column_moderator_page .tb tr {
    border-bottom: 1px solid #c0c0c0;
}

.column_moderator_page .tb td{font-size:14px; padding: 4px; color:#000;}
.column_moderator_page .tb td a{color:#4e78b5;}
.column_moderator_page .tb td a:hover{color:#5d7eea;}
.column_moderator_page td.td-first label b{padding:5px 0 3px 0; display:inline-block; cursor:default;}
.column_moderator_page td.td-first label, .column_moderator_page td.td-first label input{cursor:pointer;}
.column_moderator_page h4 a{font-size: 16px; padding-top: 15px; display:block;}
.column_moderator_page h4 a,
.column_moderator_page .approve_photo a{color:#5E5E5E; text-decoration: underline; margin-bottom: 10px; display:block;}

.column_moderator_page h4 a:hover,
.column_moderator_page .approve_photo a:hover{
    color:#a6a6a6;
    transition: .4s;
    text-decoration: none;
}

.column_moderator_page .approve_photo_bl .approve_photo_action{
	padding: 2px 3px 4px;
    border: 1px solid #ced1da;
    border-radius: 3px;
    width: calc(100% - 8px);
    margin-top: 10px;
    margin-bottom: 10px;
}

.column_moderator_page .approve_photo_description{
    padding: 5px 0 10px;
    font-size: 12px;
}

.column_moderator_page .approve_photo_bl,
.column_moderator_page .approve_photo{
    padding: 0;
    overflow: hidden;
    width: 444px;
}

.column_moderator_page video{
    width: 444px;
    height: 250px;
}

.column_moderator_page .list_user th {
    border: 1px solid #c0c0c0;
    padding: 0 5px;
}

.column_moderator_page .list_user td{
    font-size: 13px;
    padding: 5px;
    border: 1px solid #c0c0c0;
}

.column_moderator_page .list_user .center{
    text-align: center !important;
}

.column_moderator_page a.icon_rotate {
    z-index: 1;
    background: url(../images/icon_rotate_photo.png) 0 0px no-repeat;
    display: block;
    opacity: .6;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 98px;
}

.column_moderator_page .approve_list_photo {
    float: left;
    padding: 0 0px 20px 0;
    width: 145px;
    font-size: 14px;
    line-height: 18px;
}

.column_moderator_page .approve_list_photo img {
    height: 140px;
}

.column_moderator_page .mod_comment_approve{
	margin-top: 10px;
	margin-bottom: -5px;
}

.column_moderator_page .mod_comment_approve.photo_approve{
	width: 126px;
}

.column_moderator_page .mod_comment_approve textarea{
	width: 100%;
}

.column_moderator_page .approve_list_photo .bl_action {
    padding: 2px 3px 4px;
    border: 1px solid #ced1da;
    border-radius: 3px;
    width: 118px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.column_moderator_page .approve_list_photo .bl_action label input {
    display: inline;
}

.column_moderator_page .approve_list_photo .bl_action label {
    line-height: 14px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px;
}

.column_moderator_page .approve_list_photo .bl_description {
    width: 126px;
    padding: 2px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,.7);
}

.column_moderator_page .approve_list_photo .bl_description:empty{
    display: none;
}

.column_moderator_page .approve_list_photo .btn_submit_custom {
    font-size: 12px;
    line-height: 0px;
    height: 26px;
    width: 60px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 2px;
    margin: 0;
}

.column_moderator_page .approve_list_photo .btn_submit_custom.last{
    margin-left: 1px;
}

.column_moderator_page .approve_list_photo a{
    margin-bottom: 0;
}

/* General chat */
.column_main .col_center.col_general_chat .message_chat_scroll{width:570px; display: inline-block;}
.column_main .col_center.col_general_chat .message_chat_scroll .message_chat{width:570px;}

.column_main .col_center.col_general_chat .head.icon_head_general_chat{
    background: url(../images/icon_head_general_chat.png) 0 5px no-repeat;
    padding: 0 0 5px 30px;
}
.column_main .col_center.col_general_chat .module_change_room {
    float: right;
    margin: 0;
    position: relative;
    font-size: 14px;
    color: #000;
    cursor:pointer;
    bottom: -7px;
}
.column_main .col_center.col_general_chat .module_change_room span.arrow{ background: url(../images/header_pic_marker.png) 100% 2px no-repeat; padding: 0 18px 0 0; cursor: pointer; }

.pp_small_decor_r_search{display: none; position: absolute; top:-11px; right: 8px; z-index: 4; padding:12px; }
ul.pp_small_decor_r_show{display: block; position:static; margin: 0; padding: 0; background: #f3f3f3; box-shadow: 0 5px 12px #333; -moz-box-shadow: 0 5px 12px #333; -webkit-box-shadow: 0 5px 12px #333; z-index: 4; }
ul.pp_small_decor_r_show li{ margin: 0; padding: 0; border-bottom: 1px solid #d0ccd9; border-top: 1px solid #fff; font-weight: bold; font-size: 10px; color: #000; white-space: nowrap; }
ul.pp_small_decor_r_show li:first-child{ border-top: none; }
ul.pp_small_decor_r_show li:first-child a{ background: url(../images/pp_small_decor_r.png) 100% 0 no-repeat; margin: 0 -5px 0 0; }
ul.pp_small_decor_r_show li:first-child a:hover{ background: url(../images/pp_small_decor_r.png) 100% -24px no-repeat; }
ul.pp_small_decor_r_show li:first-child a.selected{ background: url(../images/pp_small_decor_r.png) 100% 0 no-repeat; margin: 0 -5px 0 0; }
ul.pp_small_decor_r_show li:first-child a.selected:hover{ background: url(../images/pp_small_decor_r.png) 100% -24px no-repeat; }
ul.pp_small_decor_r_show li:first-child a.selected span{ background: url(../images/pp_small_list_marker.png) 0 4px no-repeat; margin: 0 0 0 -15px; padding: 0 0 0 15px; }
ul.pp_small_decor_r_show li:first-child a.selected:hover span{ background: url(../images/pp_small_list_marker.png) 0 -19px no-repeat; margin: 0 0 0 -15px; padding: 0 0 0 15px; }
ul.pp_small_decor_r_show li a{ display: block; padding: 0 10px 0 25px; height: 24px; line-height: 24px; color: #000; text-decoration: none; }
ul.pp_small_decor_r_show li a span{ color:#000; }
ul.pp_small_decor_r_show li a:hover{ background: #000; color: #fff; }
ul.pp_small_decor_r_show li a:hover span{ color: #fff; }
ul.pp_small_decor_r_show li a.selected{ background: url(../images/pp_small_list_marker.png) 8px 8px no-repeat; }
ul.pp_small_decor_r_show li a.selected:hover{ background: #000 url(../images/pp_small_list_marker.png) 8px -15px no-repeat; }
ul.pp_small_decor_r_show li:last-child:hover{ background: #000; }
ul.pp_small_decor_r_show li:last-child{ border-bottom: none;}
ul.pp_small_decor_r_show li:last-child a{ background: none;}
ul.pp_small_decor_r_show li:last-child a:hover{ background: none;}
ul.pp_small_decor_r_show li:last-child a.selected span{ background: url(../images/pp_small_list_marker.png) 0 4px no-repeat; margin: 0 0 0 -15px; padding: 0 0 0 15px; }
ul.pp_small_decor_r_show li:last-child a.selected:hover span{ background: url(../images/pp_small_list_marker.png) 0 -19px no-repeat; margin: 0 0 0 -15px; padding: 0 0 0 15px; }

.column_main .col_center.col_general_chat{position:relative;}
.column_main .col_center.col_general_chat .cont{margin-top:-10px;}
.column_main .col_center.col_general_chat .loader_layer{
    position:absolute;
    width: 100%;
    height: calc(100% - 45px);
    top: 25px;
    left:0;
    display:none;
}

.column_main .col_center.col_general_chat .loader_layer .frame_loader_search_list {
    margin-top: -120px;
}

.column_main .col_center.col_general_chat .cont .message_field_chat{margin-top: -18px;}
.column_main .col_center.col_general_chat .message_list_users_scroll {
    border-left: 1px solid #ebebeb;
    overflow: hidden;
    width: 161px;
    display: block;
    float: right;
}
.column_main .col_center.col_general_chat .message_list_users_scroll .scrollbar{width: 8px; margin-right: -1px;}
.column_main .col_center.col_general_chat .message_list_users_scroll .thumb{background: #40c7db; transition:none;}
.column_main .col_center.col_general_chat .message_list_users_scroll .thumb.animate{transition: top .2s;}
.column_main .col_center.col_general_chat .message_list_users_scroll .overview.animate{transition: top .2s;}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info_bl{
    overflow:hidden;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info {
    margin: 0 0 15px 8px;
    width: 140px;
    overflow: hidden;
    display: table;
    vertical-align: middle;
    transition: 0.3s;
    line-height: 16px;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info:hover .info .name{
    color: #3466dd;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info:last-child{
    margin-bottom: 0;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info .pic{
    width: 46px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    transition: 0.3s;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info .pic button{
    border: none;
    vertical-align: top;
    text-align: right;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    margin: 0 auto;
    background-size: 100% auto;
    outline: none !important;
    transition: inherit;
    transition: 0.5s ease;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info:hover button{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info .info{
    padding-left: 8px;
    display: table-cell;
    vertical-align: middle;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info .info .name {
    text-decoration: none;
    width: 100px;
    display: inline-block;
    color: #6d8fff;
    transition: 0.3s;
}

.column_main .col_center.col_general_chat .message_list_users_scroll .user_info .info .user_city {
    color: #000;
    width: 100px;
}

.column_main .col_center.col_general_chat .message_chat_scroll .viewport{
    margin: 0 0 30px;
}

.column_main .col_center.col_general_chat .message_chat_scroll .msg_item{
    overflow: hidden;
}

.column_main .col_center.col_general_chat .message_chat_scroll .item {
    width: calc(100% - 20px);
}

.column_main .col_center.col_general_chat .message_chat_scroll .msg_item:first-child {
    margin-top: -15px;
}

.column_main .col_center.col_general_chat .message_chat_scroll .item .data{
    width: 80px;
}

.column_main .col_center.col_general_chat .message_chat_scroll .scrollbar{
    width: 12px;
}
/* General chat */

.banner_header_bl{
    padding: 20px 20px 0px 20px;
    overflow:hidden;
    width: 740px;
    margin-bottom:-14px;
}

.banner_header_bl.empty, .banner_footer_bl.empty{
    display:none;
}

.banner_header_bl.header_paid_profile_view,
.banner_header_bl.header_profile_view{
    margin-bottom:-4px;
}

.banner_header{
    max-width: 740px;
    padding: 0px 0px 0px 0px;
	text-align: center;
}

.banner_header img{
    max-width: 740px;
}

.banner_header_remove{
    width: 740px;
    text-align: center;
    position:relative;
    padding-top:12px;
    height: 20px;
    z-index:1;
}

.banner_header_remove a{
    transition: 0.5s ease;
}

.banner_hidden{display:none;}

.banner_footer_bl{
    padding: 20px 20px 0px 20px;
    overflow:hidden;
    clear: both;
    width: 740px;
    margin: 0 auto;
    position: relative;
    margin-top:-80px;
    margin-bottom: -9px;
}

.banner_footer {
    max-width: 740px;
    padding: 0px;
	text-align: center;
}

.banner_footer img{
    max-width: 740px;
}

.banner_footer_remove{
    padding-top: 12px;
    width: 740px;
    text-align: center;
    position:relative;
    height: 20px;
    clear: both;
    margin: 0 auto;
    z-index:2;
}

.banner_footer_remove a{
    transition: 0.5s ease;
}

.banner_cont_header{
    text-align: center;
    padding: 20px;
    font-size: 12px;
    background: #fff;
    color: #000;
    width:400px;
    margin: 0 auto;
}

.banner_cont_footer{
    text-align: center;
    padding: 20px;
    font-size: 12px;
    background: #fff;
    color: #000;
    width:400px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .banner_footer_bl{padding-left: 193px;}
}

/*-- Visitors --*/
.visitor_page .header{ height: 68px; padding: 0; }
.visitor_page .header .wrap_logo{ margin: 0; }
.visitor_page .header .wrap_logo img{ max-height: 48px; width: auto; }
.visitor_page .header .logo{ height: 68px; display: table-cell; vertical-align: middle; }

@media (max-width: 1199px) {
    .visitor_page .header_w,
    .visitor_page .cont_w{ width: 780px; }
	.visitor_page .footer{ padding: 0; }
    .visitor_page .banner_footer_bl{padding-left: 0;}
}

.visitor_page .header .fl_right{font-size: 14px; line-height: 35px; position: relative; top: 15px; right: 15px;}
.visitor_page .header .fl_right.no_lang{right:-15px; opacity:1!important;}
.visitor_page .header a.btn_sign{color: #fff; border: 1px solid rgba(225, 225, 225, 0.7); transition: background-color 0.3s ease; display: block; float: left; height: 35px; padding: 0 20px; border-radius: 3px; margin: 0 15px 0 0; }
.visitor_page .header  a.btn_sign:hover{ background-color: rgba(225, 225, 225, 0.2); }
.visitor_page .header span.link{ display: block; float: left; margin: 0 20px 0 0; color: #fff; }
.visitor_page .header .lang{ float: left; position: relative;}
.visitor_page .header .lang a.language{color: #fff; background: url(../images/lang_marker.png) 94% 8px no-repeat; padding: 0 19px 0 0; text-decoration: none; }

.visitor_page a.contact_captcha_reload{top:-10px; position:relative; color: #6d8fff; transition: 0.5s ease;}
.visitor_page a.contact_captcha_reload:hover{color: #3466dd; }
.visitor_page .contact_recaptcha {float:left;  transform:scale(.9); margin-left: -14px; margin-top:-4px;}

.visitor_page .contact_error{
    height:15px;
    opacity: 1; transition:opacity .35s linear; font-size: 12px; line-height: 12px; color: #ff5f4e; text-align: left; margin: -16px 0 3px 1px;
    width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 405px;
}
.visitor_page .contact_error.to_hide{opacity: 0;}

.visitor_page .lang_item{ display: none; position: absolute; top: -8px; z-index: 4; padding: 12px; }
.visitor_page ul.pp_small{ margin: 0; padding: 0; background: #f3f3f3; box-shadow: 0 0 12px #504f4f; }
.visitor_page ul.pp_small li{ margin: 0; padding: 0; border-bottom: 1px solid #d0ccd9; border-top: 1px solid #fff; font-weight: bold; font-size: 10px; line-height: 24px; height: 24px; color: #000; white-space: nowrap; text-align: left; }
.visitor_page ul.pp_small li:first-child{ border-top: none; }
.visitor_page ul.pp_small li:first-child:hover{ background: #000; }
.visitor_page ul.pp_small li:first-child a{ background: url(../images/pp_small_decor.png) 0 0 no-repeat; margin: 0 0 0 -5px; padding: 0 15px 0 30px; }
.visitor_page ul.pp_small li:first-child a:hover{ background: url(../images/pp_small_decor.png) 0 -24px no-repeat; }
.visitor_page ul.pp_small li:last-child{ border-bottom: none; }
.visitor_page ul.pp_small li a{ display: block; padding: 0 10px 0 25px; height: 24px; line-height: 24px; color: #000; text-decoration: none;  }
.visitor_page ul.pp_small li span.selected{ background: url(../images/pp_small_list_marker.png) 0 9px no-repeat; display: block; padding: 0 0 0 15px; margin: 0 0 0 -15px; }
.visitor_page ul.pp_small li span.selected:hover{ background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat; }
.visitor_page ul.pp_small li:hover span.selected{ background: #000 url(../images/pp_small_list_marker.png) 0 -14px no-repeat; }
.visitor_page ul.pp_small li a:hover{ background: #000; color: #fff; }

.visitor_page .lang_item{top: 24px; padding: 12px; right: -32px;}
.visitor_page .main_page_language_bl{position:relative;}
.visitor_page ul.pp_small li span{padding-right: 6px!important;}
.visitor_pagee ul.pp_small{display: table;}
.visitor_page ul.pp_small .column{display: table-cell;}
.visitor_page a.language{
    background: url(../images/lang_marker.png) no-repeat;
    opacity: 0;
    padding: 0 16px 0 0 !important;
    white-space: nowrap;
}

.visitor_page ul.pp_small li:first-child a{
    background: none !important;
}

.visitor_page ul.pp_small li:hover a{ background: #000; color: #fff; }

.visitor_page ul.pp_small .column.cm_last li:first-child:before,
.visitor_page ul.pp_small .column:only-child li:first-child:before{
    content: "";
    position: absolute;
    right: 17px;
    top: 7px;
    background: #f3f3f3;
    transform: rotate(135deg);
    z-index: 1;
    height: 10px;
    width: 10px;
}

.visitor_page ul.pp_small .column.cm_last li:first-child:hover:before,
.visitor_page ul.pp_small .column:only-child li:first-child:hover:before{
    background: #000;
}

.visitor_page ul.pp_small .column.cm_last li.li_empty:hover a,
.visitor_page ul.pp_small .column.cm_last li.li_empty a:hover{
    background: none !important;
}

.visitor_page ul.pp_small .column.cm_last li.li_empty a{
    cursor: default;
}
/*-- /Visitors --*/

.add_loader_transparent:not(.no_transparent){
    color: transparent !important;
    text-shadow: none !important;
    position: relative !important;
    transition: none !important;
}

.add_loader_transparent > *:not(.css_loader):not(button):not(.no_transparent){opacity: 0!important; color: transparent!important; text-shadow: none!important; transition:none!important;}

.mod_image_preload{
    font-size: 12px;
    color: #000;
    font-weight: bold;
    animation: blink_msg 2s linear infinite;
    -webkit-animation: blink_msg 2s linear infinite;;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_image_preload{
    color: #FFFFFF;
}
/* One chat */
.message_chat_scroll .mod_im_msg_video{
    padding-top: 5px;
    text-align: left;
    width: 100%;
}

.message_chat_scroll .mod_im_msg_video .one_media_youtube{
    width: 504px;
    height: 283px;
}

.message_chat_scroll .mod_im_msg_video + br{
    display: none;
}

.message_chat_scroll .mod_im_msg_image{
    text-align: left;
    max-width: 100%;
}

.message_chat_scroll .mod_im_msg_image + br{
    display: none;
}

.message_chat_scroll .mod_im_msg_image img{
    max-width: 504px;/*100%;*/
    opacity: 0;
}

.message_chat_scroll .mod_im_msg_image img.to_show{
    opacity: 1;
    transition: opacity .3s linear;
}

.message_chat_scroll .mod_im_msg_image .mod_im_msg_image_desc{
    text-align: left;
    margin-top: 10px;
}

.message_chat_scroll .mod_im_msg_image .mod_im_msg_image_desc:empty{
    display: none;
}

.message_field_chat{
    position: relative;
}

.message_field_chat .pp_message_upload_img{
    width: 32px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 32px;
    right: 30px;
    height: 32px;
    cursor: pointer;
    background-size: contain;
}

.message_field_chat .pp_message_upload_img .fa.fa-camera{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    width: 24px;
    height: 20px;
    color: #40c7db;
}

.message_field_chat .pp_message_upload_img.disabled .fa.fa-camera {
    color: #9f9f9f!important;
}


.message_field_chat .pp_message_upload_img input[type="file"]{
    font-size: 40px;
    opacity: 0;
    position: absolute;
    top: -12px;
    left: -330px;
    cursor: pointer;
    width: 700px;
    display: none;
}

.message_field_chat .pp_message_upload_img.disabled input[type="file"] {
    display: block;
}

.message_field_chat .pp_message_upload_img .count_upload_image {
    position: absolute;
    bottom: 6px;
    left: 2px;
    background-color: #c60d01;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .25s linear;
}

.message_field_chat .pp_message_upload_img.disabled .count_upload_image{
    opacity: 0;
}

.message_field_chat .pp_message_upload_img .count_upload_image .fa{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear, visibility 0s .25s;
    width: 9px;
    height: 11px;
}

.message_field_chat .pp_message_upload_img .count_upload_image .fa.fa-times{
  padding-left: 1px;
}

.message_field_chat .pp_message_upload_img .fa.fa-check{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
    padding-left: 0;
}

.message_field_chat .pp_message_upload_img:hover .fa.fa-times{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.message_field_chat .pp_message_upload_img:hover .fa.fa-check{
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s linear, visibility 0s .25s;
}


.message_field_chat .pp_message_upload_img .pp_message_upload_img_loader{
    position: absolute;
    top: 0;
    left: 8px;
    width: 24px;
    height: 22px;
    display: none;
}

.message_field_chat .pp_message_upload_img .pp_message_upload_img_loader .spinner-blade{
    background-color: #40c7db;
}

.message_field_chat textarea{
    padding-right: 36px;
}

.message_field_chat .pp_message_upload_img.to_hide i,
.message_field_chat .pp_message_upload_img.to_hide form{
    display:none;
}

.message_field_chat .pp_message_upload_img.to_hide{
    cursor: default;
}

.message_field_chat .pp_message_upload_img.to_hide .pp_message_upload_img_loader{
    display: block;
    cursor: default;
}

.message_field_chat .pp_message_upload_img.no_available input[type="file"]{
    display: none!important;
}

/* One chat */
/* Chat list */

.bl_message_list .message_list .item .info .msg br{
    display: none;
}

.bl_message_list .im_general_user .mod_im_msg_image{
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 530px; */
    margin: 3px 0;
}

.bl_message_list .im_general_user .mod_im_msg_image img{
    height: 25px!important;
    width: auto!important;
}

.bl_message_list .im_general_user .mod_im_msg_image .mod_im_msg_image_desc{
    display: inline;
    margin-left: 10px;
}

.bl_message_list .im_general_user .mod_im_msg_video{
    display: inline-block;
    margin: 0 5px;
}

.bl_message_list .im_general_user .mod_im_msg_video img{
    height: 25px;
}
/* Chat list */

/*-- IM one --*/
.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_image img{
    padding-top: 10px;
    margin-bottom: 7px;
    max-width: 190px;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_image + br{
    display: none;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_image_desc{
    margin-bottom: 5px;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_image_desc:empty{
    display: none;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_video{
    width: 170px;
    height: 96px;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 7px;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_video img{
    width: 170px;
    height: 96px;
    left: 50%;
    transform: translate(-50%, 0);
    position: relative;
}

.chat.open .cont .item .message .bl_im_msg_one .mod_im_msg_video + br{
    display: none;
}

.chat.open .foot{
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-items: flex-start;
    /* background-color: #fff; */
}

/* .chat.open .foot textarea {
    padding-right: 34px;
} */

.chat.open .foot .pp_message_textarea{
    display: inline-block;
    width: 100%;
}

.chat.open .foot .pp_message_action{
    white-space: nowrap;
    display: flex;
}

.im_audio_message_recorder {
	position: relative;
	/* width: 35px; */
	width: 30px;
	height: 44px;
	text-align: center;
	display: inline-block;
	transition: all .3s linear;
	vertical-align: top;
	overflow: hidden;
}

.im_audio_message_recorder.record {
	width: 104px;
}

.im_audio_message_recorder .im_audio_message_recorder_icon_bl{
	position: relative;
	/* width: 35px; */
	width: 30px;
	height: 44px;
	display: inline-block;
	cursor: pointer;
	float: right;
}

.im_audio_message_recorder.im_audio_message_delete{
	width: 0px;
	margin-left: 0px;
}

.im_audio_message.im_audio_message_send_play{
	margin: 3px 0px 0px 0px;
	vertical-align: top;
	opacity: 1;
	transition: all .3s, opacity .2s linear, border .01s;
	overflow: hidden;
	opacity: 0;
	width: 0;
	min-width: auto;
	border-width: 0px;
	float: left;
	display: none;
}

.im_audio_message.im_audio_message_send_play.im_audio_message_delete{
	width: 110px;
	margin-right: 10px;
	/*min-width: 110px;*/
	/*margin-left: 14px;
	margin-right: -5px;*/
	opacity: 1;
	border-width: 1px;
}

.im_audio_message.im_audio_message_send_play .fa.fa-times{
	right: 0;
  left: auto;
}

.im_audio_message_recorder .fa{
	transition: opacity .3s linear;
}

.im_audio_message_recorder .fa.fa-microphone{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 21px;
	line-height: 19px;
	height: 20px;
	color: #9f9f9f;
	opacity: 1;
	transition: color .4s ease-in-out;
}

.im_audio_message_recorder.im_audio_message_delete .fa.fa-microphone{
  color: #405f78;
}

.im_audio_message_recorder:hover .fa{
  color: rgb(128, 125, 125);
}

.im_audio_message_recorder .fa.fa-circle{
	position: absolute;
  top: 9px;
  margin: auto;
  height: 20px;
  color: red;
  opacity: 1;
  font-size: 11px;
  opacity: 0;
}

@-webkit-keyframes blink_record {
	0% {opacity: .2;}
	50% {opacity: 1;}
	100% {opacity: .2; }
}
@keyframes blink_record {
	0% {opacity: .2;}
	50% {opacity: 1;}
	100% {opacity: .2; }
}

.im_audio_message_recorder.record .fa.fa-circle{
	-webkit-animation: blink_record 2s linear infinite;
		    animation: blink_record 2s linear infinite;
}

.im_audio_message {
  text-align: center;
  display: inline-block;
  /* margin: 0 -3px 3px; */
  margin: 0 0 1px;
  border: 1px solid rgba(88, 202, 126, 1);
  border-radius: 10px;
  max-width: 100%;
  min-width: 100px;
  width: 215px;
  height: 20px;
  box-sizing: border-box;
  color: rgba(88, 202, 126, 1);
  background-color: rgba(234, 255, 241, 1);
  position: relative;
  cursor: default;
  vertical-align: middle;
}

.im_audio_message .fa{
	transition: color .3s;
}

.chat .content .messages .pp_message_msg_item.sent .msg .im_audio_message{
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.chat .content .messages .pp_message_msg_item.sent .msg .im_audio_message_process{
  background-color: rgba(255, 255, 255, .6);
}

.chat .content .messages .pp_message_msg_item.sent .msg .im_audio_message_process_play{
  background-color: rgba(255, 255, 255, 1);
}

.im_audio_message ~ .im_message{
  padding-top: 8px;
  display: inline-block;
}

.im_audio_message ~ .im_message:empty{
  padding: 0;
  display: inline;
}

.im_audio_message .im_audio_message_loader{
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
}

.im_audio_message i {
	vertical-align: middle;
  font-size: 12px;
  transition: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  left: 7px;
  top: 3px;
  margin-right: 5px;
}

.im_audio_message i.fa-pause {
	font-size: 11px;
	top: 4px;
}

.im_audio_message .im_audio_message_process,
.im_audio_message .im_audio_message_process_play{
  width: calc(100% - 32px);
  height: 2px;
  display: block;
  margin-right: 10px;
  background-color: rgba(181, 227, 192, 1);
  position: absolute;
  left: 24px;
  top: 8px;
}

.im_audio_message.im_audio_message_send_play .im_audio_message_process{
    width: calc(100% - 46px);
}

.im_audio_message .im_audio_message_process_play{
	background-color: rgba(88, 202, 126, 1);
	width: 0px;
	max-width: 180px;
	transition: width .3s linear;
}

.im_audio_message .btn_action_loader {
    height: 14px;
    width: 14px;
    font-size: 14px;
    top: 2px;
    left: 7px;
	right: auto;
	position: absolute;
	margin: 0;
}

.im_audio_message .btn_action_loader .spinnerw .spinner-blade {
    background-color: rgba(15, 170, 15, .7)!important;
}


.chat.open .foot .pp_message_upload_img{
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: block;
    /* position: absolute;
    top: 0;
    right: 0; */
    position: relative;
    cursor: pointer;
    text-align: center;
}

.chat.open .foot .pp_message_upload_img .pp_message_upload_img_loader{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    display: none;
}

.chat.open .foot .pp_message_upload_img .count_upload_image {
    position: absolute;
    bottom: 6px;
    left: 3px;
    background-color: #c60d01;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity .25s linear;
}

.chat.open .foot .pp_message_upload_img .fa.fa-camera{
    /* position: absolute;
    top: 0; */
    font-size: 22px;
    line-height: 40px;
    width: 24px;
    height: 22px;
    color: #40c7db;
    transition: color .4s ease-in-out;
    /* right: 0; */
}

.chat.open .foot .pp_message_upload_img.disabled .fa.fa-camera{
    color: #9f9f9f;
}

.chat.open .foot .pp_message_upload_img.disabled:hover .fa.fa-camera{
    color: rgb(128, 125, 125);
}

.chat.open .foot .pp_message_upload_img.disabled .count_upload_image{
    opacity: 0;
}

.chat.open .foot .pp_message_upload_img .count_upload_image .fa{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s linear, visibility 0s .25s;
    width: 10px;
    height: 11px;
}

.chat.open .foot .pp_message_upload_img .count_upload_image .fa.fa-times{
  /* padding-left: .5px; */
}

.chat.open .foot .pp_message_upload_img .fa.fa-check{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
    padding-left: 0;
}

.chat.open .foot .pp_message_upload_img:hover .fa.fa-times{
	visibility: visible;
	opacity: 1;
	transition: all .25s, opacity .25s linear, visibility 0s;
}

.chat.open .foot .pp_message_upload_img:hover .fa.fa-check{
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s linear, visibility 0s .25s;
}

.chat.open .foot .pp_message_upload_img input[type="file"] {
    font-size: 40px;
    opacity: 0;
    position: absolute;
    top: -12px;
    left: -330px;
    cursor: pointer;
    width: 700px;
    display: none;
}

.chat.open .foot .pp_message_upload_img.disabled input[type="file"]{
    display: block;
}

.chat.open .foot .pp_message_upload_img.no_available input[type="file"]{
    display: none;
}

.chat.open .foot .pp_message_upload_img.to_hide{
    cursor: default;
}

.chat.open .foot .pp_message_upload_img.to_hide i,
.chat.open .foot .pp_message_upload_img.to_hide form{
    display: none;
}

.chat.open .foot .pp_message_upload_img .pp_message_upload_img_loader {
    position: absolute;
    top: 0;
    width: 24px;
    height: 22px;
    display: none;
}

.chat.open .foot .pp_message_upload_img .pp_message_upload_img_loader{
    display: block;
}

.chat.open .foot .pp_message_upload_img .pp_message_upload_img_loader .spinner-blade{
    background-color: #40c7db;
}

.chat.open .cont .item .message div.p{
    padding: 0;
    margin: 0;
    word-wrap: break-word;
    max-width: 203px;
}
/*-- /IM one --*/

.pp_message_upload_img .inp_hide{
    display: none;
}

#lightbox-wrap{
    z-index: 1200 !important;
}

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_im_img {
    background-image: url(../images/icon_upgrade_im_img.png);
}

.bl_profile_verification{
    position: absolute;
    top: 9px;
    left: 9px;
}

.bl_profile_verification .btn_profile_verification{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #58a8ff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    text-align: center;
}

.bl_profile_verification .btn_profile_verification svg {
    width: 20px;
    height: 36px;
    fill: #fff;
    vertical-align: middle;
    margin: 0 auto;
}

.bl_profile_verification .btn_profile_verification svg:not(:root) {
    overflow: hidden;
}

.pp_profile_verification{
    width: 440px;
}

.pp_edit_info.pp_profile_verification .frame .foot {
    padding: 10px 0px 12px 0;
}

.pp_edit_info.pp_profile_verification .frame .cont .bl_frm .field .jq-selectbox{
    margin-left: 10px;
}

.pp_edit_info.pp_profile_verification .frame .cont .bl_frm .field .jq-selectbox__select {
    width: 375px;
}

.pp_edit_info.pp_profile_verification .frame .cont .bl_frm .field .jq-selectbox__dropdown {
    width: 375px;
}

.profile_sign .profile_verification_show .fa{
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 1px;
    width: 18px;
}

.profile_sign .profile_verification_off{
    display: none;
}

.bl_filter select.styler{
    visibility: hidden;
}

/* Base pages list */

/* .page_list_col_center{
} */

.page_list_col_center .page_title_circle {
    width: 16px;
    height: 16px;
    margin: 0;
    transition: all .3s, opacity .3s linear;
    opacity: 1;
	display: inline-block;
	position: relative;
    top: -2px;
}

.page_list_col_center .page_title_circle .ls_title_user_play {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #98c700;
    display: block;
}

.page_list_col_center .module_filter_result {
    /*position: relative;*/
    overflow: hidden;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    clear: both;
    padding: 0px 0 0;
}

.page_list_col_center .videos_list .item{
	width: 355px;
    display: inline-block;
	background: #fff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-radius: 0 0 7px 7px;
    transition: all 0.3s ease;
	margin-right: 20px;
}

.page_list_col_center .videos_list .item .video_camera {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 27px;
}

.page_list_col_center .videos_list .item .video_camera svg {
    fill: rgba(217,255,85,0.8);
}

.page_list_col_center .videos_list .item .pic {
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    transition: transform .5s ease, filter .5s ease, opacity .5s linear;
}

.page_list_col_center .videos_list .item .pic.rectangle {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.page_list_col_center .videos_list .item .pic.rectangle:before {
    content: "";
    padding-top: 56.25%;
    float: left;
}

.page_list_col_center .videos_list .item .cham-post-link {
    cursor: pointer;
}

.page_list_col_center .videos_list .item .cham-category.descripton {
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s linear, visibility .35s;
    max-width: calc(100% - 20px);
    bottom: 11px;
}

.page_list_col_center .videos_list .item .cham-category.descripton.to_show {
    visibility: visible;
    opacity: 1;
    transition: opacity .35s linear, visibility 0s;
}

.page_list_col_center .videos_list .item .cham-category {
    margin: 11px 0 0 11px;
    float: left;
    z-index: 2;
    position: absolute;
}

.page_list_col_center .videos_list .item .cham-category > span.subject {
    font-size: 13px;
    padding: 3px 10px 4px;
    line-height: 1.4;
    color: #fff;
    border-radius: 30px;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s ease;
    cursor: default;
    max-width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.page_list_col_center .videos_list .item .cham-category > span.subject > .icon_status {
    width: 7px;
    height: 7px;
    float: left;
    border-radius: 50%;
	margin: 5px 6px 0 0;
	background-color: #d9ff55;
}

.page_list_col_center .videos_list .item .cham-category > span.subject > span.overflow {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.page_list_col_center .videos_list .item .cham-post-image {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    transition: all .4s, opacity .4s linear;
}

.page_list_col_center .videos_list .item .cham-post-image.to_hide {
    opacity: 0;
}

.page_list_col_center .videos_list .item .cham-post-meta {
    padding: 0;
    margin: 0 10px 0 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	border-top: 1px solid #efefef;
    padding: 10px 20px;
    height: 20px;
    overflow: hidden;
	line-height: 26px;
}

.page_list_col_center .videos_list .item .cham-post-meta .info {
    margin: 0 5px 0 0;
	float: left;
    white-space: nowrap;
}

.page_list_col_center .videos_list .item .cham-post-meta span.info_item {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3;
}

.page_list_col_center .videos_list .item .cham-post-meta span.info_item i {
    display: inline-block;
    margin-right: 5px;
	margin-top: 7px;
    vertical-align: top;
}

.page_list_col_center .videos_list .item .cham-post-meta span.info_item {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3;
}

.page_list_col_center .videos_list .item .cham-post-meta span.info_item a{
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #b3b3b3;
}

.page_list_col_center .videos_list .item .cham-post-meta span.user_name .icon_status.online{
	background-color: #d9ff55;
	float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 0;
	width: 7px;
    height: 7px;
    border-radius: 50%;
}

.page_list_col_center .videos_list .item .play_button {
    font-size: 3.5em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    line-height: 1.38em;
    height: 1.45em;
    width: 1.45em;
    /* font-size: 4.5em; */
    border: 0.05em solid #fff;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    transition: all .4s;
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
    outline: none;
    padding: 0;
    transition: opacity .4s ease-in-out;
    opacity: .7;
    box-shadow: 0 0 25px rgb(0 0 0 / 10%);
}

.page_list_col_center .videos_list .item .play_button:hover{
    opacity: 1;
}

.page_list_col_center .videos_list .item .play_button:hover ~ .hover-brightness{
    -webkit-filter: brightness(1.08);
    filter: brightness(1.08);
}

.page_list_col_center .videos_list .item .play_button:before{
    content: '\f101';
}

.page_list_col_center .videos_list .item .play_pause .play_button:before{
    content: '\f103';
}

.layer_action_list {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    z-index: 4;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
}

.layer_action_list.to_show {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s, visibility 0s;
}

.layer_action_list_loader {
    height: 45px;
    width: 45px;
    font-size: 45px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* Base pages list */

.column_main .col_center .cont.bl_upgrade .upgrade_info .item.icon_upgrade_live_streaming {
    background-image: url(../images/icon_upgrade_live.png);
}

/* Comments media */
.gallery_video_one_post .one_media_vimeo,
.gallery_video_one_post .one_media_youtube,
.gallery_video_one_post .one_media_metacafe{
	height: 450px;
	width: 100%;
}

.pp_photos .foot .items .image_comment {
    background-color: #dfe2e5;
    text-align: center;
}

.pp_photos .foot .items .image_comment img {
    max-width: 50%;
    max-height: 250px;
}

.pp_photos .frm_post .post .txt_comment {
    margin: 0 0 8px;
}

.pp_photos .frm_post .post br{
  content: "";
  line-height: 8px;
  height: 8px;
  display: block;
}



#filerobot-image-editor-root .modal-overlay { z-index: 1000; }
#fl_image_editor { z-index: 1000; }