/* full */
.pf_r_full_tb {
    width:100%;
    margin-bottom:20px;
}
.pf_r_full_tb_header {
    width:100%;
}
.pf_r_full_avatar {
    width:200px;
    max-width:400px;
    padding-right:15px;
}
.pf_r_full_avatar_img {
    width:200px;
    max-width:400px;
}
.pf_r_full_fio {
    font-size:22px;
    font-weight:300;
    padding-bottom:10px;
}
.pf_r_full_about {
    padding-bottom:10px;
    line-height:1.4;
}
.pf_r_full_experience {
    padding-bottom:10px;
    line-height:1.4;
}
.pf_r_full_tel {
    color: #E47129;
    font-size:18px;
    font-weight:300;
    padding-bottom:10px;
}
.pf_r_full_email {
    /*color: #E47129;*/
    /*font-size:18px;*/
    /*font-weight:300;*/
    padding-bottom:10px;
}
.pf_r_full_gallery {
    padding-top:30px;
    padding-bottom:40px;
}
.pf_r_full_message {
   padding-top:5px;
   padding-bottom:10px;
}
.pf_r_full_gallery_show {
   padding-top:10px;
   padding-bottom:10px;
}
.pf_r_full_social_links {
   padding-top:5px;
   padding-bottom:13px;
}
.pf_r_list_a {
    width:100%;
    display:inline-block;
    color:#333 !important;
}
.pf_r_list_a:hover {
   color:#333 !important;
}


/* list */
.pf_r_list_tb {
    width:100%;
    margin-bottom:10px;
    border-bottom:1px solid #f0f0f0;
    cursor: pointer;
}
.pf_r_list_tb:hover .pf_r_list_avatar_img {
    opacity:0.90;
    -webkit-filter:contrast(110%);
    -moz-filter:contrast(110%);
}
.pf_r_list_tb:hover .pf_r_list_fio {
    color: #E47129;
}
.pf_r_list_avatar {
    width:120px;
    max-width:120px;
    padding-right:12px;
    padding-bottom:5px;
}
.pf_r_list_avatar_img {
    width:120px;
    max-height:240px;
}
.pf_r_list_fio {
    font-size:18px;
    font-weight:300;
    padding-bottom:10px;
}
.pf_r_list_about {
    padding-bottom:5px;
    line-height:1.4;
}
.pf_r_list_experience {
    padding-bottom:5px;
    line-height:1.4;
}
.pf_r_list_tel {
    color: #E47129;
    font-size:18px;
    font-weight:300;
    padding-bottom:5px;
}
.pf_r_list_email {
    /*color: #E47129;*/
    /*font-size:18px;*/
    /*font-weight:300;*/
    padding-bottom:5px;
}

/* tiles */
.pr_tiles_main {
    max-width:700px;
}
.pr_tiles {
    display:inline-block;
    width:160px;
    height:auto;
    text-align:left;
    margin-right:50px;
    margin-bottom:30px;
}
.pr_tiles:hover .pr_tiles_avatar_img {
    opacity:0.90;
    -webkit-filter:contrast(110%);
    -moz-filter:contrast(110%);
}
.pr_tiles_a {
    display:inline-block;
    margin:0;
    padding:0;
    color:#333 !important;
}
.pr_tiles_a:hover {
   color:#333;
}
.pr_tiles_header {
    float:left;
    display:inline-block;
    margin-bottom:10px;
}
.pr_tiles_header_1 {
    display: inline-block;
    font-size:13px;
    /*font-weight: 300;*/
    color: #E47129;
    margin-bottom:3px;
    margin-left:1px;
}
.pr_tiles_header_2 {
    display: inline-block;
    font-size: 27px;
    font-weight: 300;
    color: #E47129;
}
.pr_tiles_avatar {
    position: relative;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:160px;
    height:200px;
    max-height:200px;
    overflow:hidden !important;
    margin-bottom:5px;
    cursor:pointer;
}
.pr_tiles_avatar_img {
    display:inline-block;
    width:160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height:320px;
    margin-bottom:-3px;
}
.pr_tiles_bage {
    display: inline-block;
    position: absolute;
    z-index: 900;
    float: right;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    max-height: 20px;
    min-width: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 3px 5px 3px 5px;
    margin: 5px 5px 5px 5px;
    border-radius: 1px;
    background: rgba(0,0,0,0.2);
    /* color: #FFFFFF; */
    color: #fdfdfd;
    font-size: 13px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pr_tiles_fio {
    width:161px;
    height:22px;
    max-height:22px;
    min-height:22px;
    white-space:nowrap;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:18px;
    font-weight:300;
    margin-bottom:4px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.pr_tiles_ads {
    width:100%;
    display:inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:5px;
}
.pr_tiles_ads_count {
   color: #E47129;
}
