/**====================profile page-==========================**/

/*---------------view/edit profile title keywords area--------*/
 textarea {
    resize: none;
}

.sidebar-box .normal_textarea {
    height:100px;
    border:1px solid #ccc;
    font-size:12px;
    margin-top:5px;
    width:100%;
}
.sidebar-box .normal_input {
    height:20px;
    border:1px solid #ccc;
    font-size:12px;
    width:100%;
    margin-top:5px;
}
.sidebar-box .edit_textarea {
    height:100px;
    min-height: 100px !important;
    font-size:14px;
    width:100%;
    margin-top:5px;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 5px 10px;
}
.sidebar-box .edit_input {
    height:20px;
    border:1px solid #ccc;
    padding:0 10px;
    margin-top:5px;
    line-height:20px;
}
.profile_items_edit #title_edit .edit_input {
    font-size:14px;
    width:96.5%;
    height:24px;
}
.sidebar-box .profile_spark {
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar-box .profile_spark p {
    position: relative;
    padding: 0;
    margin: 0;
}
.sidebar-box .profile_spark svg.svg-icon {
    font-size: 35px;
    fill: #fa8575;
    position: relative;
    z-index: 9;
}
.sidebar-box .profile_spark .liked_her svg.svg-icon,
.sidebar-box .profile_spark .like_each_other svg.svg-icon{
    fill: #fff;
}
.sidebar-box .profile_spark p > span {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}
.sidebar-box .profile_spark p > b {
    display: inline-block;
    background: #333;
    padding: 7px 0;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 75px;
    left: 50%;
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    min-width: 110px;
    text-align: center;
    display: none;
    opacity: 0.7;
}
.sidebar-box .profile_spark p.like_each_other > b {
    min-width: 130px;
}
.sidebar-box .profile_spark p > span:hover + b {
    display: inline-block;
    font-weight: normal;
}
.sidebar-box .profile_spark p > b:after {
    position: absolute;
    top: -17px;
    left: 50%;
    margin-left: -8px;
    content: '';
    border: 8px solid transparent;
    border-bottom: 10px solid #333;
}
.sidebar-box .profile_spark p > span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.sidebar-box .profile_spark p.add_to_like > span,
.sidebar-box .profile_spark p.liked_you > span {
    border: 1px solid #fa8575;
}

.sidebar-box .profile_spark p.liked_her > span,
.sidebar-box .profile_spark p.like_each_other > span {
    background-color: #fa8575;
}
.edit-view ul.edit_books {
    clear: both;
}
.edit-view ul.edit_books li {
    float: left;
    position: relative;
    width: 210px;
    height: 34px;
    margin-bottom:24px !important;
}
.edit-view .edit_books_input {
    margin-right:23px !important;
}
.edit-view .edit_textarea_input {
    height:100%;
    min-height:34px !important;
    font-size:14px;
    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing:border-box;
    padding: 5px 10px;
}

.edit-view ul.edit_books li:nth-child(4) {
    margin-bottom: 49px !important;
}
.edit-view ul.edit_books li i {
    display: none;
    width: 18px;
    height: 18px;
    background: #e4e4e4;
    border-radius: 50%;
    float: right;
    margin-top: -26px;
    margin-right: 7px;
    position: relative;
    cursor: pointer;
}
.edit-view ul.edit_books li i::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 9px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}
.edit-view ul.edit_books li i::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 2px;
    height: 9px;
    background: #fff;
    transform: rotate(45deg);
}
/*--------next previoud profile item------*/
 .sidebar-box .godicon {
    float:left;
    width: 100%;
}
.sidebar-box .godicon > li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 35px;
}
.sidebar-box .godicon h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000!important;
    float: left;
    line-height: 20px;
    float:left;
    text-transform: uppercase;
}
.sidebar-box .godicon .edit_profile_icon {
    margin-top: 10px;
    margin-left: 5px;
}
.sidebar-box .report_pro{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 12px 0 0 0;
}
.sidebar-box .report_pro.spark_report_pro{
    float: left;
    margin-left: 5px;
    position: relative;
    padding: 0;
}
.sidebar-box .report_pro .report_btn{
    padding:7px;
    float:right;
    cursor:hand;
    cursor:pointer;
    position: relative;
}
.sidebar-box .report_pro .profile.pro_sidebarlinks li.pro_ben.hide_search_result a,
.sidebar-box .report_pro .profile.pro_sidebarlinks li.pro_ben a,
.sidebar-box .report_pro .profile.pro_sidebarlinks li.pro_report a{
    background:none;
    padding-left:0px;
}
.sidebar-box .report_pro .profile.pro_sidebarlinks li.pro_ben a:hover,
.sidebar-box .report_pro .profile.pro_sidebarlinks li.pro_report a:hover {
    color: #64a0e1 !important;
}
.sidebar-box .report_pro .report_btn span{
    background: #000;
    width:5px;
    height:5px;
    border-radius:50%;
    float:left;
    margin:0 2px;
}
.sidebar-box .report_pro:hover .report_btn span{
    background: #1595d0;
}
.sidebar-box .report_pro .pro_sidebarlinks{
    background: #fff;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px 0 !important;
    display: none;
    position: absolute;
    z-index: 9;
    width: 155px!important;
    left: 50%;
    margin-left: -77px;
    top: 26px;
    white-space: nowrap;
    box-shadow: 0 0 7px 1px #ddd;
}
.sidebar-box .report_pro:hover .pro_sidebarlinks{
    display:block;
}
.sidebar-box .report_pro .report_here_tips {
    position: absolute;
    right: -230px;
    top: 50%;
    padding: 10px 30px 10px 15px;
    background: #68b9f0;
    color: #fff;
    width: 176px;
    line-height: 22px;
    z-index: 11;
}
.sidebar-box .report_pro .report_here_tips::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-right: 10px solid #68b9f0;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-box .report_pro .report_here_tips .icon-com_delete {
    position: absolute;
    right: 15px;
    top: 50%;
}
.sidebar-box .report_pro .report_here_tips .icon-com_delete::before {
    color: #fff;
}
.n-bg-mainpage .p_profile_tips,
#wrapper .p_profile_tips {
    font-size: 12px;
    width: 100%;
    color: #1b1b1b;
    text-align: center;
    height: 45px;
    line-height: 46px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    top: -20px;
    font-family: 'AvenirNextDemiBold';
}

#wrapper .p_profile_tips a,
.n-bg-mainpage .p_profile_tips a {
    color: #1595d0;
    text-decoration: none;
    display: inline-block;
    margin-left: 38px;
    font-weight: normal;
    font-size: 12px;
    font-family: 'AvenirNextDemiBold';
}
#wrapper .p_profile_tips a b,
.n-bg-mainpage .p_profile_tips a b {
    font-weight: normal;
}
#wrapper .p_profile_tips a:hover,
.n-bg-mainpage .p_profile_tips a:hover {
    color: #1595d0 !important;
}
.sidebar-box .godicon .gold_expired {
    color: #fca112;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    float:left;
}
.sidebar-box .godicon .gold_expired span,
.sidebar-box .godicon .gold_expired a{
    float:left;
}
.sidebar-box .godicon .gold_expired span.premium {
    background: url(../common-pc/img/icon_message_common.png) no-repeat left -214px;
    width: 23px;
    height: 23px;
    text-indent: -999999px;
    overflow: hidden;
    text-align: left;
    margin: 9px 2px 0 0;
}
.sidebar-box .godicon .gold_expired span.recommened {
    background-color: #ffaa02;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    margin: 11px 0 0 0;
}
.sidebar-box .godicon .gold_expired a{
    padding:0 3px;
    color:blue;
    text-decoration:none;
}
/*--------username icon------*/
 .sidebar-box .godicon img {
    margin:12px 0 0 5px;
    float:left;
}
.sidebar-box .svg-icon.edit_new {
    font-size: 16px;
    vertical-align: middle;
    fill: #FF3636;
}
.sidebar-box .godicon .s_premium{
	background-color:#ffca03;
	background-image:url(../certifiedlogos/s_premium_icon.png);
	background-repeat:no-repeat;
	background-position:10px 5px;
	background-size:16%;
	display:inline-block;
	color:#fff;
	padding:4px 10px 4px 35px;
	border-radius:5px;
	margin-left:5px;
	line-height:18px;
	}
.sidebar-box .godicon .s_online{
display: inline-block;
color: #fff;
background-color: #38c133;
padding: 3px 10px;
border-radius: 5px;
margin-left: 5px;
vertical-align: middle;
margin-top: -3px;
line-height:18px;
}
/*--------quicktab------*/
 .sidebar-box .quicktab {
    float:right;
    z-index:111;
}
.sidebar-box .quicktab input {
    margin-left:10px;
}
/*--------positionarea------*/
 .sidebar-box .positionarea {
    width: 720px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
}
.sidebar-box .positionarea.view_other_positionarea {
    width: 725px;
}
.sidebar-box .user_pro_description {
    margin-top: 7px;
    float: left;
}
.sidebar-box .positionarea span, .oh span {
    font-size: 16px;
    font-weight: bold;
    color: #333231;
}
.sidebar-box .positionarea #gender_orig_2 {
    text-transform:capitalize;
}
.sidebar-box .positionarea.view_other_positionarea span {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.sidebar-box .positionarea #location_info {
    display: inline-block;
}

.sidebar-box .positionarea.view_other_positionarea #location_info {
    padding-left: 0px;
}

.sidebar-box .positionarea.view_other_positionarea .point {
    display: inline-block;
    padding: 0 5px;
}
/*--------status title & edit status title------*/
 .sidebar-box .profilearea {
    width: 100%;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
    margin-top: 10px;
}
.sidebar-box .profilearea li {
    clear:both;
}
.sidebar-box .profilearea .input1 {
    width: 470px;
    height: 20px;
    padding: 0 5px;
    margin: 0 !important;
}
.sidebar-box .profilearea p {
    color:#666;
    line-height:28px;
}
.sidebar-box .profilearea p.p_title {
    line-height: 22px;
    margin-bottom: 0;
}
.sidebar-box .profilearea .c_current_status{
    line-height:25px;
}
.current_status_button_group {
    margin-top: 10px;
    text-align: center;
}
.current_status_button_group .d_current_status_button {
    float: none !important;
}
.sidebar-box .profilearea .c_cancel_status_button{
    margin: 8px 10px 10px 10px!important;
}
.sidebar-box .profilearea p #current_status_orig {
    word-wrap:break-word;
}
.sidebar-box .profilearea p.p_title strong, .sidebar-box .profilearea p.p_status strong {
    font-size: 14px;
    color: #333231;
    padding-right: 5px;
}
.sidebar-box .profilearea p.p_title strong.viewprofile, .sidebar-box .profilearea p.p_status strong.viewprofile {
    padding-right: 5px;
    float: left;
    width:auto !important;
}
.sidebar-box .profilearea p.p_status {
    padding-bottom:15px;
}
.profilearea div.p_title_right{
    color: #666;
    line-height: 20px;
}
.profilearea div.p_title_right>span {
    display: inherit;
    font-size: 13px;
    color: #333;
}
.profilearea div.p_title_right>div{
    float:left;
}
/*------------send mail------------*/
.sidebar-box .mainarea .replyoften {
    height: 38px;
    line-height: 38px;
    color: blue;
    margin: 0px 10px 0 -5px;
    float: right;
}
.sidebar-box .mainarea textarea {
    margin: 10px 0 5px 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.sidebar-box .mainarea .view_other_message_area .error {
    color: red;
}
.sidebar-box .mainarea .view_other_message_area .a_button_primary {
    margin-left: 0px;
}
.sidebar-box .mainarea input {
    border:none;
    margin:0 10px 10px 0;
    padding:5px 15px;
    cursor:pointer;
    margin-left: 10px;
}
.sidebar-box .mainarea span.self_hide_remind {
    color: blue;
    display: block;
    height: 21px;
    line-height: 21px;
    padding:9px 0 0 0;
}
.sidebar-box .mainarea span.self_hide_remind i {
    background: url(hidepassword.png) no-repeat left center;
    background-size: 100% auto;
    display: inline-block;
    height: 19px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
/*----------profile area---------*/
.sidebar-box .profileitemarea {
    width:750px;
    margin-top:-1px;
    -webkit-text-size-adjust: none;
}
.sidebar-box .profileitemarea .message_show_div a {
    text-decoration: none;
}
.sidebar-box .profileitemarea .message_show_div a:hover {
    text-decoration: underline !important;
}
.sidebar-box .profileitemarea li {
    margin:20px;
}
.sidebar-box .profileitemarea li.profile_items {
    padding: 10px;
    clear: both;
    line-height: 12px;
    color: #666;
    margin: 5px 20px 20px 5px;
}
.sidebar-box .profileitemarea li.profile_items p.readmore, .sidebar-box .profileitemarea li.profile_items p.readmore a {
    padding:5px 0 !important;
    color:#9e0367;
    text-decoration:none;
}
.sidebar-box .profileitemarea li.profile_items .saveinput {
    margin:5px 0 0 0;
    text-align:center;
    float:right;
    clear:both;
}
.sidebar-box .profileitemarea li.profile_items .saveinput a {
    display:inline !important;
    padding-right:10px;
    text-decoration:none;
    font-weight:bold;
}
.sidebar-box .profileitemarea li.profile_items .saveinput .a_button_primary {
    height: 23px;
    padding: 0px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
}
.sidebar-box #pp_own_words .profileitemarea li.profile_items .saveinput {
    margin: 5px 0 0 0;
    text-align: center;
    float: right;
    clear: none;
    width: auto;
    padding: 0;
}
.sidebar-box #pp_own_words .profileitemarea li.profile_items div.saveinput > a, 
.sidebar-box #pp_own_words .profileitemarea li.profile_items div.saveinput > input[type="button"] {
    margin: 5px 0 5px 15px;
}
.sidebar-box #pp_own_words .profileitemarea li.profile_items div.saveinput > a:hover {
    border-color: #1595d0!important;
    color: #1595d0!important;
}
.sidebar-box .profileitemarea li.profile_items .c_area {
    display:block;
    width:100%;
    clear:both;
    min-height:35px;
}
.sidebar-box .profileitemarea li.profile_items .c_area font {
    color:#999;
    font-size:11px;
    font-weight:bold;
    float:left;
    margin-top:5px;
}
.sidebar-box .profileitemarea li.profile_items .brief_input {
    margin:-30px -10px 0 0;
    text-align:right;
    position:relative;
}
.sidebar-box .profileitemarea li.profile_items .editinput {
    margin:0 0 5px 0;
    float:right;
}
.sidebar-box .profileitemarea li.profile_items input[type="radio"] {
    margin: 3px;
}
.sidebar-box .profileitemarea li .itemtitle, .eachitem li.itemtitle {
    font-size: 14px!important;
    font-weight: bold;
    color: #000;
    padding: 0!important;
    text-transform: uppercase;
}
.sidebar-box .profileitemarea li .eachitem td:first-child .itemtitle{
    font-size:18px;
}
.sidebar-box .profileitemarea li .eachitem td .itemtitle{
    padding-top:10px!important
}
.sidebar-box .profileitemarea li .itemtitle input {
    float:right;
}
.sidebar-box .profileitemarea li .itemtitle span.titlenotice {
    font-size:12px;
    font-weight:normal;
    color:#999;
}
.sidebar-box .profileitemarea li .itemtitle_self {
    cursor: pointer;
}
.sidebar-box .itemtitle .date_idea_like{
    font-weight: normal;
    font-size: 12px;
    border-radius: 5px;
    padding: 5px 0px;
    float: left;
    border-radius: 3px;
    color: #333;
    margin: 0 3px 0 0;
}
.sidebar-box .itemtitle .date_idea_fabulous{
    padding:4px 8px 5px;
}
.sidebar-box .itemtitle .date_idea_like i{
    width: 17px;
    height: 16px;
    float: left;
    background: url(icon_activity2.png) no-repeat left -35px;
}
.sidebar-box .itemtitle .date_idea_like span{
    display: inline-block;
    padding: 1px 0 0 5px;
}
.sidebar-box .itemtitle .date_idea_like .svg-icon {
    fill: #ccc;
    font-size: 17px;
}
.bg_gray{
    background:#efefef;
}
.eachitem {
    width: 100%;
    color:#2a2b2c;
}
.eachitem .bg_gray{
    background:none;
}
.eachitem td {
    padding:10px 13px 10px 10px;
    font-size:12px;
    line-height:28px;
    position: relative;
}
.eachitem .item.jq_edit_node + .jq_edit_node:not(.item) td {
    padding: 0 13px 0 10px;
}
.eachitem .item.jq_edit_node td {
    line-height: 18px;
}
.eachitem td.n_space_pro_item{
    padding:15px 0;
}
.eachitem td.n_space_pro_item span{
    width:100%; 
    border-bottom:1px dashed #ddd;
    display:block
}
.eachitem span.items {
    font-weight:bold;
}
.orig_span_item{
    cursor: pointer;
}
.edit-view ul {
    margin:0;
    padding:0;
}
.edit-view li {
    padding:2px 0;
    margin:0 !important;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.edit-view input.editsave {
    float:right;
    margin-right:10px;
}
.edit-view ul li input[type=checkbox] {
    float: left;
}
.edit-view ul li label {
    width: 80%;
}
@-moz-document url-prefix() {
.edit-view ul li input[type=checkbox] {
    float: none;
}
}
/*-----------------first date idea-----------------*/
 .sidebar-box .profileitemarea li.profile_items div.firstdate {
    font-size:14px;
    padding:5px 0 10px 0;
    line-height:18px;
    color:#666;
}

.sidebar-box .profileitemarea li.profile_items div.firstdate div span{
    font-size: 12px;
}

.sidebar-box .profileitemarea li.profile_items div span.datecate {
    margin-right:20px;
    display:block;
}
#perfect_date_edit span.datecate ul li {
    margin: 0 5px;
    float: left;
}
#perfect_date_edit span.datecate ul {
    float: left
}
#perfect_date_edit .edit_textarea {
    margin-top: 8px;
}
.datetypearea {
    margin-top:15px;
    clear:both;
}
.datetypearea textarea.typedatearea {
    width: 525px;
    height: 33px;
    padding: 10px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

.datetypearea input.submitdate {
    margin-top:20px;
}
.datetypearea textarea, .datetypearea input {
    margin-right:10px;
    vertical-align:baseline;
    float:left;
}
/**====================photo-====================**/

/*----------photoitems---------*/
 .photoitems {
    text-align:right;
    position:relative;
}
.photoitems li.ablumitem {
    margin: 0 0 0 20px !important;
    padding-top: 15px;
    padding-bottom:10px;
    float: right;
    color: #777;
    font-weight: normal;
    cursor: pointer;
}
.photoitems li.ablumitem.current_item {
    color: #000;
}
.n-managephotobox .profile_album_request_access {
    position: absolute;
    top: -25px; 
    float: right; 
    margin-right: 10px; 
    right: 0;
}
.n-managephotobox .profile_album_request_access > a {
    text-decoration: none;
    color: #777;
}
.n-managephotobox .profile_album_request_access .photos_request_access {
    margin-right: 8px;
}
.n-managephotobox .profile_album_request_access > a:hover {
    color: #000!important;
}
.photoitems .ablumitem a {
    text-decoration:none;
}
.mr10 {
    margin-right: 10px;
}
.mr5 {
    margin-right: 5px;
}
.clearfix:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
}
.clear {
    clear: both !important;
}
.pt20 {
    padding-bottom:20px;
}
.pt10 {
    padding-bottom:10px;
}
.photoarea {
    background:#000;
    margin:50px auto;
    min-height:550px;
    width:1100px;
    z-index:1000;
    box-shadow:0 2px 10px #333;
    display:block;
    position:relative;
}
.photoarea .p_left {
    float:left;
}
.photoarea .p_right {
    float:right;
}
.photoarea .close_icon {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index:10;
}
.photoarea .largephoto {
    width: 800px;
    min-height: 550px;
    min-width: 500px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 8;
    line-height: 546px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.photoarea .largephoto .leftarrow {
    width:40%;
    position:absolute;
    left:10px;
    text-align:left;
    top:0;
    height: 100%;
    cursor: pointer;
}
.photoarea .largephoto .leftarrow img {
    margin-left:20px;
}
.photoarea .largephoto .rightarrow {
    position:absolute;
    left:49%;
    text-align:right;
    top:0;
    height:100%;
    z-index:5;
    width:50%;
    float:right;
}
.photoarea .largephoto .rightarrow img {
    margin-right:20px;
}
.photoarea .largephoto a .leftarrow, .photoarea .largephoto a .rightarrow {
    cursor:pointer;
}
.photoarea .largephoto > a .rightarrow, .photoarea .largephoto > a .leftarrow {
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}
.photoarea .largephoto:hover > a .rightarrow, .photoarea .largephoto:hover > a .leftarrow {
    opacity: 0.25;
}
.photoarea .largephoto > a .rightarrow:hover, .photoarea .largephoto > a .leftarrow:hover {
    opacity: 1;
    text-decoration: none;
}
.photo_arr {
    width:10%;
    text-align:center;
    background: none !important;
}
.photoarea .largephoto .currentimg {
    display: inline-block;
    overflow:hidden;
    vertical-align:middle;
}
.photoarea .commentarea {
    right:0;
    top:0;
    width:300px;
    min-height:550px;
    z-index:-10;
    display:inline-block;
    position:absolute;
    background:#fff;
    overflow:hidden;
}
.iconclose {
    background-position:0 -762px !important;
    width:29px;
    height:29px;
}

.photo_profile {
    margin:20px;
}
.photo_profile .userInformation .p_name, .photo_profile .userInformation .p_name a {
    font-size:14px;
    margin:0;
    padding-bottom:5px;
    text-decoration:none;
    font-weight:bold;
}
.photo_profile .userInformation .avatar {
    width:45px;
    overflow:hidden;
    border:1px solid #ccc !important;
    margin:0 10px 0 0 !important;
}
.photoarea .photoreport {
    bottom: 28px;
    color: #FFFFFF;
    font-size: 12px;
    height: 16px;
    left: 9px;
    line-height: 0;
    position: absolute;
    text-align: left;
    width: 39px;
}
.photoarea .photoinfo span, .photoarea .photoreport span {
    float:left;
    line-height:22px;
}
.photoarea .photoBoxMessage {
    width:100%;
}
.photo_profile .photo_info {
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.comments_bd div {
    display: inline;
}
.photoarea .p_left {
    float: left;
}

.iocn_bg {
}
.oh {
    overflow: hidden;
}
textarea.textarea1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 1px 0 #E5E5E5 inset;
    padding: 4px;
    font-size:11px;
    width:250px;
}
.photoarea .photoinfo {
    position: absolute;
    bottom: 21px;
    right: 10px;
    text-align: right;
    color: #fff;
    font-size: 12px;
    line-height: 0;
}
.photoarea .photoinfo span {
    float:left;
    line-height:22px;
}
.photoarea .photoBoxMessage {
    width:100%;
}
.photoarea .topnav a{
    padding:0 11px!important;
}
.photoarea .photo_num{
    width:37px;
    position:relative;
}
.photoarea .photo_num ul{
    width:100%;
    padding:2px 0;
    position:absolute;
    left:4px;
    top:23px;
    border:1px solid #1c1c1c;
    display:none;
}
.photoarea .photo_num:hover ul{
    display:block;
}
.photoarea .photo_num ul li a{
    width:100%;
    box-sizing:border-box;
    padding:0px 11px!important;
    margin:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    border:0px;
    float:left;
    line-height: 18px;
}
.photoarea .photo_num ul li a.a_color_gray {
    color:gray !important;
}
.photoarea .photo_num ul li a:visited {
    color:#fff;
}
.photoarea .photo_num ul li a:hover{
    background:#1c1c1c;
    color:#fff;
}
.photoarea .largephoto{
    margin-top:20px!important;
}
/**====================edit_photo====================**/
 .n-managephotobox {
    width:100%;
    margin: -32px auto 0;
    float:left;
    background:url(n-bg-managephoto.gif) repeat-x;
    /*z-index:0;*/
    position:relative;
}
.n-managephotobox a:link{
    font-size:12px!important;
}
.n-managephotobox .n-managephoto-title {
    width:98%;
    padding:10px 0 0 0;
    height:30px;
    line-height:30px;
    margin:0 auto;
    border-bottom:1px solid #ddd;
}
.n-managephotobox .n-managephoto-title h2 {
    float: left;
    color: #9E0367;
    font-size: 16px;
    font-weight: bold;
    margin: -4px 0 0;
    padding-left: 5px;
    text-align: left;
}
.n-managephotobox .n-managephoto-title h2 small {
    font-size:12px;
    color:#999;
}
.n-photos-list {
    padding:15px 0 0px 0;
    width: auto;
}
.n-photos-list ul {
    list-style:none;
    padding:0px;
    margin:0px;
}
.n-photos-list ul li {
    float:left;
    margin:10px 18px !important;
    padding:0 !important;
    width:100px;
    height:100px;
    text-align:center;
}
.n-photos-list ul li p {
    padding:0px;
    margin:0px;
}
.n-photos-list ul li .n-photo-pic {
    width:100px;
    height:75px;
    float:left;
    overflow:hidden;
    border:1px solid #ccc;
    position:relative;
}
.n-photos-list ul li:hover .n-photo-pic, .n-photos-list ul li.iehover .n-photo-pic {
    border:1px solid #E96DBB;
}
.n-photos-list ul li .n-photo-pic p.requst_more {
    margin-top: 20px;
}
.n-photos-list ul li .n-photo-pic p.requst_more a {
    font-weight:bold;
    text-decoration:none;
}
.n-photos-list ul li b {
    color:#7B7B7B;
}
.n-photo-edit-float a {
    background: url(n-icon-edit.png) no-repeat scroll 5px center #E96DBB;
    border-radius: 4px 0 0 0;
    bottom: 0;
    color: #FFFFFF !important;
    display: none;
    float: left;
    font-size: 10px;
    padding: 2px 8px 0 15px;
    position: absolute;
    right: 0;
    text-decoration: none;
}
.n-photos-list ul li:hover .n-photo-edit-float a {
    display: block;
}
.n-profile-tips {
    float: left;
    height: 17px;
    margin: 5px 0 0 11px;
    position: relative;
    width: 16px;
}
.n-profile-tips .n-arrow {
    display: none;
    left: 18px;
    position: absolute;
    top: -8px;
    z-index: 99999;
}
.n-profile-tips:hover .n-arrow {
    display: block;
}
.n-profile-tips .n-profile-tips01 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: none;
    float: left;
    left: 26px;
    padding: 10px;
    position: absolute;
    top: -82px;
    width: 320px;
    z-index: 9999;
}
.n-profile-tips:hover .n-profile-tips01 {
    display: block;
}
.n-photo-tips {
    float: left;
    height: 17px;
    margin: 0 0 0 11px;
    position: relative;
    width: 16px;
}
.n-photo-tips .n-arrow {
    display: none;
    left: 18px;
    position: absolute;
    top: -8px;
    z-index: 99999;
}
.n-photo-tips:hover .n-arrow {
    display: block;
}
.n-photo-tips .n-photo-tips01 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: none;
    float: left;
    left: 26px;
    padding: 10px;
    position: absolute;
    top: -82px;
    width: 240px;
    z-index: 9999;
}
.n-photo-tips:hover .n-photo-tips01 {
    display: block;
}
.comments_list li {
    cursor: pointer;
    margin-bottom: 10px;
    background:#fafafa;
    border-width: 0 !important;
    padding-top: 0;
}
.comments_list li:hover, .comments_list li.hover {
    background:#f1f1f1;
}
.comments_list .nickname {
    display: inline-block;
    /*margin-right: 5px;*/
}
.comments_bd a.nickname {
    text-decoration:none;
    font-weight:bold;
}
.comments_bd a.nickname:hover {
    text-decoration:underline;
}
.comments_bd span {
    font-style: italic;
}
.comments_bd span a {
    font-size:11px;
    text-decoration:none;
}
.comments_bd .comments_op {
    display:none;
    height:15px;
    width:15px;
    float:right;
    overflow:hidden;
    position:absolute;
    right:2px;
    top:4px;
}
.comments_bd:hover .comments_op, .comments_bd.hover .comments_op {
    display:block;
}
.mod_comment_del {
    width:15px;
    overflow:hidden;
    position:absolute;
    line-height:50px;
    height:15px;
    background:url(icon_profilephoto_delete.png) no-repeat left 1px;
}
.mod_comment_del:hover, .mod_comment_del.hover {
    background-position:0 -14px !important;
}
#id_block_member textarea {
    width: 210px !important;
}

.n_photo_share {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 260px;
}
.n_photo_share .n_photo_share_left {
    float: left;
}
.n_photo_share .n_photo_share_right {
    float: right;
}
.n_photo_share .n_photo_share_right a {
    text-decoration: none;
    padding: 3px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.v14_box_fuzzy{
    position:absolute;
    margin:0;
    width:100%;
    height:100%;
    cursor:pointer;
    background: #626463 url(ico_lock.png) center no-repeat;
    filter: blur(2px) grayscale(1);
    opacity: 0.9; /* fallback */
}
.v14_box_fuzzy table{ 
    width:100%;
    height:100%;
    border-collapse:collapse;
}
.v14_box_fuzzy table td{
    text-align:center;
    vertical-align:middle;
    padding:0 8px;
    color:#fff;
    height:100%;
    line-height:100%;
    text-indent:10000px;
}
.v14_box_fuzzy:hover{
    background:#626463;
}
.v14_box_fuzzy:hover table td{
    text-indent:0;
}
.profile_items .datetypearea{
    float: left;
    width: 100%;
}
.profile_items .datetypearea input[type="button"] {
    margin-right: 0px;
    float: right;
}
.profile_items .datetypearea .btn_colormodedic {
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 12px;
    padding-right: 12px;
    border: 0px;
    margin-top: 8px;
    float: right;
    cursor: hand;
    cursor: pointer;
}
.profile_items .datetypearea .btn_lightgreydic1{
    padding:6px 23px;
}
.n-answer-tips {
    float: left;
    height: 17px;
    margin: 0 0 0 5px;
    position: relative;
    width: 16px;
}
.n-answer-tips .n-answer-arrow {
    display: none;
    left: 18px;
    position: absolute;
    top: -8px;
    z-index: 99999;
}
.n-answer-tips:hover .n-answer-arrow {
    display: block;
}
.n-answer-tips .n-answer-tips01 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    display: none;
    float: left;
    left: 26px;
    padding: 10px;
    position: absolute;
    top: -22px;
    width: 320px;
    z-index: 9999;
}
.n-answer-tips:hover .n-answer-tips01 {
    display: block;
}
.iconloction {
    background:url(v14_icon_photo_location.png) no-repeat left top!important;
    width:10px;
    height:14px;
}
.iconpreport {
    background:url(v14_icon_photo_reportphoto.png) no-repeat left top!important;
    height: 23px;
    width: 28px;
}
.iconpinfo {
    background:url(v14_icon_photo_iconpinfo.png) no-repeat 5px 3px !important;
    width:29px;
    height:29px;
}
.btn_lightgrey {
    background:-webkit-linear-gradient(top, #ffffff, #f3f2f2);
    background:-moz-linear-gradient(top, #ffffff, #f3f2f2);
    background:linear-gradient(top, #ffffff, #f3f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f2f2');
    border:1px solid #dddddd;
    background-color:#f3f2f2;
}
.btn_lightgrey_selected {
    background:-webkit-linear-gradient(top, #ffffff, #ffffff);
    background:-moz-linear-gradient(top, #ffffff, #ffffff);
    background:linear-gradient(top, #ffffff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
    border:1px solid #dddddd;
    background-color:#ffffff;
}
.btn_lightgreydic {
    color: #666666;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    text-shadow: 0 0 1px #fff;
}
#perfect_date_place {
    width:275px;
    padding-left: 5px;
}
.photoarea .photo_des{
    color:#fff;
    padding:15px 0 0 0;
    font-size:14px;
    width:800px;
    min-width:500px;
    font-style:italic;
    text-align:center;
}
.addyourown_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #2faee9;
    border-radius: 50%;
    position: relative;
    top: 2px;
    right: 5px;
}
.addyourown_icon::before {
    content: "";
    width: 2px;
    height: 8px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.addyourown_icon::after {
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

div#pp_own_words ul.profiletabcontent.profileitemarea.tabcontent div.itemtitle a {
    text-decoration: none;
}
div#pp_own_words ul.profiletabcontent.profileitemarea.tabcontent div.itemtitle img {
    margin-bottom: -3px;
}
.profile_items p {
    margin-top: 10px;
}
ul.positionarea li a.d_invite{
    font-size: 12px;
    color: #fca01c;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
}
.d_largephoto{
    line-height: normal!important;
}
.comments_bd,.comments_list ul li{
    cursor: default;
}

.comments_list {
    clear:both;
    overflow-y:auto
}
.comments_bd {
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 0;
    min-height: 24px;
    padding: 10px 18px 0 8px;
    position:relative;
    top: 0;
    word-break: break-all;
    width:100%;
    float:left;
    box-sizing:border-box;
}
.d_photo_comment_list_div {
    height: 180px;
}
.d_photo_comment_list_div .comments_bd,
.d_photo_comment_list_div ul li{
    word-break:normal!important;
}
.share_album {
    width: 100%;
    padding: 0 7px;
    box-sizing: border-box;
    float: left;
    position:absolute;
    left:20px;
    bottom:15px;
}
.share_album dt {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin:0px;
    padding:10px 5px 0 0!important;
    float:left;
    width: unset;
    border: none;
}
.share_album dd {
    float: left;
    padding: 0px;
    margin: 0px;
    width: unset;
}
.share_album dd a {
    width: 33px;
    height: 33px;
    margin:2px!important;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    background-image: url(share_links_on_socials.png);
    background-repeat: no-repeat;
    background-color: #333;
    cursor: pointer;
}
.share_album dd a:hover {
    background-color: #d16702;
}
.share_album dd a.icon_shareabl_fb {
    background-position: 11px 6px;
    background-color:#4a65a4;
}
.share_album dd a.icon_shareabl_tw {
    background-position: 9px -21px;
    background-color:#64b2f0;
}
.share_album dd a.icon_shareabl_pin {
    background-position: 9px -50px;
    background-color:#f8080c;
}
.share_album dd a.icon_shareabl_gp {
    background-position: 8px -82px;
    background-color:#dd4f3a
}
.share_album dd a.icon_shareabl_tum {
    background-position: 9px -111px;
    background-color:#3d5876;
}

.a_photo_sharebox {
    background: #efefef none repeat scroll 0 0;
    border-top: 2px solid #ccc;
    bottom: 0;
    box-sizing: border-box;
    float: left;
    left: 0;
    padding: 0 10px 10px;
    position: absolute;
    width: 100%;
}
.a_photo_sharebox .photoalbum-btns a.a_button{
    font-size:14px;
    width:100%;
    box-sizing:border-box;
    margin:0px;
}
.a_edit_luxury{
    width:100%;
    float:left;
    padding:0 0 10px 0;
}
.a_edit_luxury ul li{
    width:100%;
    position:relative;
    padding:5px 0;
    float:left;
}
.a_edit_luxury ul li .color-red{
    color:red;
    position:absolute;
    left:-8px;
    top:13px;
}
.a_edit_luxury ul li input,
.a_edit_luxury ul li textarea,
.a_edit_luxury ul li select{
    width:100%;
    box-sizing:border-box;
    padding:5px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    border:1px solid #e2e3ea;
    border-top:1px solid #abadb3;
}

@media screen and (max-width: 1140px){
    .photo_profile{
        width:240px
    }
    .d_photo_comment_list_div{
        width:230px
    }
    .photo_profile .photoBoxMessage>textarea{
        width:230px;
    }
}
@media screen and (max-width: 1100px){
    .photo_profile{
        width:230px
    }
    .photo_profile .photoBoxMessage>textarea{
        width:220px;
    }
    .d_photo_comment_list_div{
        width:220px
    }
}
@media screen and (max-width: 1050px){
    .photo_profile{
        width:170px
    }
    .photo_profile .photoBoxMessage>textarea{
        width:160px;
    }
    .d_photo_comment_list_div{
        width:160px
    }
}
.d_note_photo_tips_link{
    float: right !important;
    color: #5282b6 !important;
    font-weight: bold;
    display: inline-block;
    padding: 3px 5px 3px 20px;
    background: url("photo_tips_icon.png") no-repeat 2px 5px;
    text-decoration: none;
    margin:12px 35px 0 0;
}
.d_note_photo_tips_link:hover{
    text-decoration: none;
}
.p_title {
    margin-top:0px;
}
#pp_album .photoitems>ul{
    margin-left: 7px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
}

.photoitems ul li:first-child {
    margin:0 !important;
}
.reorder_get_photos:after{
    content: '';
    display: block;
    overflow: hidden;
    height: 0px;
    clear: both;
}
.reorder_get_photos{
    padding: 13px 0px;
    clear: both;
}
.reorder_get_photos .get_photo_verified{
    text-decoration: none;
    font-weight: bold;
    background: url(../certifiedlogos/nmm/en/certifiedlogos-pic-new-gray.png) no-repeat left center;
    padding: 2px 0 2px 21px;
}
.reorder_get_photos .reorder_photos{
    float: left;
}
.reorder_get_photos .reorder_photos>div>a{
    font-weight: bold;
    cursor:pointer;
    text-decoration: none;
}
.n-photos-list.n_photos_profile i{
    background: url(n_photos_profile_icon.png) no-repeat;
    display: inline-block;
    height: 20px;
    width: 21px;
    vertical-align:middle;
    margin-right: 6px;
}
.n-photos-list.n_photos_profile i.Re-order_photo{
    
}
.n-photos-list.n_photos_profile i.add_photo{
    background-position:0 -79px;
}
.n-photos-list.n_photos_profile i.Import_Facebook{
    background-position:0 -102px;
    width: 27px;
    height: 33px;
}
.n-photos-list.n_photos_profile i.photo_tips{
    background-position: 0 -40px;
}
.n-managephotobox .photo_Writing_guide {
    padding: 10px 0px 10px 7px;
}
.pro_photos_option span.pro_middle_line{
    float:left;
    display:inline-block;
    height:55px;
    border-right:1px solid #B9B9B9;
    margin-top:-3px;
    margin-right:67px!important;
}
.pro_photos_option .add_photo_div{
    margin:0 49px!important;
}
.pro_photos_option .add_photo_div_fb{
    margin:0 143px!important;
}
.pro_photos_option a.a_button_fb i {
    background: url(../common-pc/img/icons_onbutton.png) no-repeat left 1px;
    width: 27px;
    height: 33px;
    float: left;
}
.n_photos_profile .pro_photos_option a.a_button_primary{
    font-size: 14px !important;
    line-height: 35px;
}
.pro_photos_option.pro_photos_no_fb a.a_button_primary{
    margin: 5px 5px 5px 0px;
}
.pro_photos_option.pro_photos_no_fb a.d_note_photo_tips_link{
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
}
.n-photos-list .pro_photos_option.pro_photos_no_fb{
    box-sizing: border-box;
    padding: 30px 106px;
}
.pro_photos_option.pro_photos_no_fb span.pro_middle_line{
    margin-left: 108px!important;
}
.d_note_photo_blue{
    margin: 10px 0 0 0;
    float: left;
    padding:0px 0 10px 0;
}

.d_note_photo_tips_link{
    float: right !important;
    color: #5282b6 !important;
    font-weight: bold;
    display: inline-block;
    background: none;
    padding: 3px 31px 3px 0px;
    text-decoration: none;
    margin:12px 35px 0 0;
}
.sidebar-box .profile_items_edit {
    background-color: transparent;
    padding-left: 0px;
}
.sidebar-box .profileitemarea li.profile_items div.saveinput a {
    display: inline-block!important;
    padding: 0px 15px;
    text-decoration: none;
    font-weight: normal;
    box-sizing: border-box;
    height: 35px;
    width: 85px;
}
.sidebar-box .profileitemarea li.profile_items div.saveinput input {
    cursor: pointer!important;
    width: 85px;
    padding: 0px 15px;
}
.sidebar-box .profileitemarea li.profile_items div.saveinput .a_button_primary {
    height: 35px;
    line-height: 32px;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 90px;
}
.sidebar-box .profileitemarea li.profile_items div span.datecate.firstdate_location {
    display: block;
    clear: both;
    padding-top: 15px;
}

.sidebar-box .profileitemarea li.profile_items div span.datecate.firstdate_location > select,
.sidebar-box .profileitemarea li.profile_items div span.datecate.firstdate_location > input#perfect_date_place {
    display: inline-block;
    width: 200px;
    height: 19px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-right: 5px;
}
.sidebar-box .profileitemarea li.profile_items div.saveinput {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}
.sidebar-box .profileitemarea li.profile_items div.saveinput > a,
.sidebar-box .profileitemarea li.profile_items div.saveinput > input[type="button"] {
    display: inline-block;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    margin: 5px;
}
.sidebar-box .profileitemarea li.profile_items div.saveinput > a:link,
.sidebar-box .profileitemarea li.profile_items div.saveinput > a:visited {
    color:#666;
}
.profile_items .datetypearea textarea.profile_send_firstdate {
    margin-top: 10px;
    padding: 10px 0 10px 5px;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.profile_items .datetypearea textarea.profile_send_firstdate + input {
    float: right;
    margin: 10px 0 0 0;
    font-weight: normal;
}
#perfect_date_orig > div:first-child > span.datecate {
    display: inline-block;
}
#perfect_date_orig > div:first-child > span.datecate:first-child {
    margin-right: 35px;
}
.sidebar-box .profileitemarea li.profile_items div.edit-view input[type="text"], .sidebar-box .profileitemarea li.profile_items div.edit-view span:nth-child(2) {
    float: left;
}
.add_photo_div .a_button.a_button_primary {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d6eb3), color-stop(100%, #3c5a99))!important;
    background: -webkit-linear-gradient(top, #4d6eb3, #3c5a99)!important;
    background: -moz-linear-gradient(top, #4d6eb3, #3c5a99)!important;
    background: -o-linear-gradient(top, #4d6eb3, #3c5a99)!important;
    background: linear-gradient(top, #4d6eb3, #3c5a99)!important;
    background-color: #3c5a99!important;
    border-color: #3c5a99!important;
    color: white!important;
    text-shadow: 0 -1px 0px #26427d!important;
}
.sidebar-box .profileitemarea .addyouridea {
    float:right;
    font-weight:normal;
    font-weight:normal;
    font-size:14px;
    padding:5px 0 0 0;
}
.user_profile_album:before {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.user_profile_album:after {
    content: '';
    display: table;
    clear: both;
    height: 0;
    overflow: hidden;
}
.user_profile_album .tabcontent.profileitemarea li {
    float: left;
    margin: 6px 3px 0 3px;
    width: 135px;
    height: 135px;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    border-radius: 3px;
}
.user_profile_album .tabcontent.profileitemarea li a{
    display: block;
    overflow: hidden;
}
.user_profile_album .tabcontent.profileitemarea li:nth-child(5n + 1) {
    margin: 6px 3px 0 0;
}
.user_profile_album .tabcontent.profileitemarea li img {
    width: 135px;
    height: 135px;
    vertical-align: middle;
    transition: all 0.3s;
}
.user_profile_album .tabcontent.profileitemarea li:hover a>img {
    transform: scale(1.2);
    transition: all 0.3s;
}
.user_profile_album .tabcontent.profileitemarea li span.view_pho{
    position:absolute;
    background:rgba(255,255,255,0.7);
    border-radius:15px;
    padding:2px 10px;
    text-align:center;
    left:50%;
    top:50%;
    margin:-10px 0 0 -30px;
    color:#000;
    text-transform:uppercase;
    font-size:11px;
    display:none;
    z-index:9;
}
.user_profile_album .tabcontent.profileitemarea li span.view_pho b{
    float:left;
    color:#000;
    padding:1px 0 0 0;
}
.user_profile_album .tabcontent.profileitemarea li span.view_pho i{
    background:url("icon_view_photo.png") no-repeat center center;
    width:13px;
    height:13px;
    display:inline-block;
    margin-right:2px;
    float:left;
}
.user_profile_album .tabcontent.profileitemarea li:hover span.view_pho{
    display:block;
}
.user_profile_album ul {
    overflow: hidden;
    padding: 25px 7px 25px 0;
    box-sizing: border-box;
    border: 0;
    float: left;
    width: auto !important;
}
.user_profile_album ul li div.user_profile_album_mask,
.a_profile_mainphoto .user_profile_album_mask {
    background: rgba(50, 109, 203, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 32px;
    line-height: 135px;
    cursor: pointer;
}
.a_profile_mainphoto .user_profile_album_mask i{
    display: inline-block;
    width: 30px;
    height: 39px;
    background: url(user_profile_album_icon.png) no-repeat left bottom;
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.sidebar-box .profile li.a_profile_mainphoto:hover .a_profile_mainphoto_edit {
    opacity: 1;
    transition: all .4s;
}
.a_profile_mainphoto_edit {
    background: rgba(0,0,0,0.7);
    height: 90px;
    bottom: 7px;
    border-radius: 0 0 5px 5px;
    left: 0;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    width: 100%;
    transition: all .4s;
}
.a_profile_mainphoto_edit .svg-icon {
    font-size: 30px;
    margin-top: 15px;
    fill: #BEBDBB;
}
.a_profile_mainphoto_edit p {
    color: #fff;
    font-size: 18px;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li,
.user_profile_album ul.private_photo_lock.profileitemarea.tabcontent li,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent li,
.user_profile_album ul.profile_only_gold.profileitemarea.tabcontent li{
    border-radius: 5px;
    color: #666;
    padding: 20px 20px !important;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent.request_successfully li,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent.request_successfully li {
    padding: 20px 5px !important;
}
.user_profile_album ul.profile_no_photo li div span {
    display: block;
    margin-bottom: 11px;
}
.user_profile_album ul.profile_no_photo li div span:nth-child(2) i {
    display: inline-block;
    width: 19px;
    height: 16px;
    background: url(user_profile_album_icon.png) no-repeat left top;
}
.user_profile_album ul.profile_no_photo li div span:nth-child(2) {
    margin-bottom: 8px;
}
.user_profile_album ul.profile_no_photo li div span:last-child,
.user_profile_album ul.private_photo_lock li div span:last-child {
    margin-bottom: 0;
}
.user_profile_album ul.profile_no_photo li div span:nth-child(3) {
    margin-bottom: 2px;
}
.user_profile_album ul.private_photo_lock.profileitemarea.tabcontent li {
    padding: 32px 10px!important;
}
.user_profile_album ul.private_photo_lock li div span {
    display: block;
    margin-bottom: 2px;
}
.user_profile_album ul.private_photo_lock li div span:nth-child(2){
    margin-bottom: 3px;
}
.user_profile_album ul.private_photo_lock li div span:nth-child(2) i {
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url(profile_album_icon02.png) no-repeat center center;
}
.user_profile_album ul.private_photo_lock #privatephotos_text a {
    color: #4abbf3;
    text-decoration: none;
}
.user_profile_album ul.private_photo_lock #privatephotos_text a:hover {
    color: #666 !important;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li span,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent li span {
    display: inline-block;
    padding-top: 0px;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li span a p,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent li span a p{
    padding: 2px 0;
    margin: 0px;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li span a,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent li span a {
    color: #4abbf3;
    text-decoration: none;
}
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li i{
    background: url(photo-bg.png) no-repeat center center;
    height: 20px;
    width: 100%;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}
.user_profile_album .tabcontent.profileitemarea li i {
    background: url(photo-bg.png) no-repeat center center;
    height: 20px;
    width: 100%;
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 5px;
}
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent li span a:hover,
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent li span a:hover{
    color: #666 !important;
}
.user_profile_album ul.profile_only_gold.profileitemarea.tabcontent li {
    position: relative;
}
.user_profile_album ul.profile_only_gold.profileitemarea.tabcontent li span {
    display: inline-block;
    width: 100%;
    height: auto;
    line-height: 16px;
    position: absolute;
    top: 50%;
    left: 50%; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.user_profile_album ul.profile_only_gold.profileitemarea.tabcontent li span a.upload-photo-view {
    text-decoration: none;
    padding-top:28px;
    display:block;
    background:url(photo-bg.png)no-repeat center top;
    font-weight: normal;
    color: #64a0e1;
}

.user_profile_album .viewPhotoGallery{
    width:688px;
    color:#1976d5;
    font-size:14px;
    padding: 12px 16px;
    margin-bottom: -22px;
}
.user_profile_album .viewPhotoGallery span{
    cursor: pointer;
    padding-left:22px;
    background:url(icon_search_2.png) no-repeat center left;
}

#pp_profile .profile_about_respond{
    padding-left:20px;
    background:url(profile_about_respond.png) no-repeat left center;
    color:#43c0f8;
    margin-top:8px;
    cursor: pointer;
    display:inline-block;
}
.profile_about_respond_edit{
    background:#efefef;
    display:none;
    padding:0 10px;
    border-radius:4px;
    overflow:hidden;
    margin-top:8px;
}
#pp_profile .profile_about_respond_edit textarea{
    height: 68px;
    border-color:#43c0f88f;
    border-radius:4px;
    margin-top:10px;
}

.sidebar-box-photo_area.profiletabarea {
    position: relative;
    z-index: 2;
}
.sidebar-box-photo_area.profiletabarea li {
    background: none;
    border: none;
    text-shadow: none;
}
.sidebar-box-photo_area.profiletabarea li:hover,.sidebar-box-photo_area.profiletabarea li.iehover {
    background: none;
}
.sidebar-box-photo_area.profiletabarea li a:hover {
    color: #000!important;
}
.sidebar-box-photo_area.profiletabarea li:first-child {
    padding-left:0!important;
}
.sidebar-box-photo_area.profiletabarea li.selected {
    border: none!important;
    margin-top: 0;
}
.sidebar-box-photo_area.profiletabarea li.selected a {
    color: #000!important;
}
.n-managephotobox.user_profile_album {
    margin-top: -1px;
    overflow: hidden;
}
.user_profile_album .askfor_morephotos {
    height: 162px;
    width: 230px;
    padding: 0;
}
.user_profile_album .askfor_morephotos #photo_a_viewer_ask_more {
    width: 200px;
    margin: 32px 10px 0 10px;
}

.user_profile_album .askfor_morephotos #photo_a_viewer_ask_more a{
    width: 135px;
    height: 135px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px dashed #efefef;
    text-align: center;
    border-radius: 3px;
    padding-top: 26px;
    border: 1px solid #c2bfb6;
}
.user_profile_album .askfor_morephotos #photo_a_viewer_ask_more a:hover,
.user_profile_album ul.profile_ask_photo.profileitemarea.tabcontent.photo_request_notsend li:hover,
.user_profile_album ul.profile_no_photo.profileitemarea.tabcontent.photo_request_notsend li:hover{
    opacity: 0.6;
}
.user_profile_album .askfor_morephotos #photo_a_viewer_ask_more a p{
    font-size: 12px;
}
div#ask_more_photo_content .svg-icon {
    height: 22px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
    color: #666 !important;
}
ul.photo_request_notsend .svg-icon, ul.private_photo_lock li.privatephotos .svg-icon {
    height: 21px;
    width: 100%;
    margin-top: 6px;
    margin-bottom: 5px;
}
.business_uploadpic_note {
    float: left;
    color: #b7ae89;
}
.eachitem .pro_protips,
.reorder_photos .pro_protips{
    float:right;
    text-decoration:none;
    color:#b1943f!important;
    position:relative;
    line-height: normal;
}
.reorder_photos .svg-icon {
    fill: #157ABB;
    font-size: 28px;
}
.eachitem .svg-icon, .reorder_photos .svg-icon, .d_note_photo_blue .pro_protips .svg-icon {
    font-size: 25px;
    padding-bottom: 3px;
    vertical-align: middle;
}
.reorder_photos{
    float:right;
    width:288px;
}
.reorder_photos .pro_protips{
    float:left;
    margin-left:86px;
    margin-top: 3px;
}
.eachitem .pro_protips::before,
.reorder_photos .pro_protips::before{
    content:"";
    width:16px;
    height:16px;
    background-size:100% auto;
    position:absolute;
    left:-20px;
    top: -1px;
}
.d_note_photo_blue .pro_protips{
    display: block;
    text-decoration: none;
    position: relative;
    margin-top: 15px;
    color: #5296de;
}
@media screen and (max-width:414px){
#wrapper{
    min-height:1200px;
}
}
.a_profile_pen_style {
    line-height: 30px;
    float: left;
    margin-left: 10px
}
