﻿/*profile tabs*/

.profile {
    color: #000;
    /*border:thin solid #000;*/
}

.profile_tabs {
    z-index: 400;
    /*margin: 0;*/
    /*border:thin solid #000;*/
}

.profile .tab_titles {
    width: auto;
    /*border: thin solid #000;*/
}

.profile_tabs .tabs {
    /*border-top:none;*/
    z-index: 1;
}

.tabs {
    /*border:thin solid;*/
}

/*inner content*/
.profile_tabs .tabs_switch_content {
    
}

.profile_tabs .tab_content1 {
    /*border:thin solid #000;*/
}

.profile_tabs .tab_content2 {
    /*border:thin solid #000;*/
}

.profile_tabs .tab_content3 {
    /*border:thin solid #000;*/
}

    /*profile inner left*/
    .profile_tabs .tab_content1 .left_side {
        /*border:thin solid #000;*/
        /*width: 34%;*/
        float: left;
        overflow: visible !important;
    }

/*bubble*/
.profile_tabs .left_side .bubble {
    position: relative;
}

.profile_tabs .bubble .bubble_pic {
    min-height: 21px;
    padding: 7px 8px;
    background: #f6f5b6;
    margin: 0 0 7px;
    box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}

.profile_tabs .bubble .bubble_pic_decor {
    background: url('../files/images1/user_profile/bubble_part.png') no-repeat;
    width: 49px;
    height: 42px;
    position: absolute;
    bottom: -41px;
    left: 35px;
    z-index: 2;
}

.profile_tabs .bubble .txt {
    float: right;
    line-height: 19px;
    outline: none;
}

    .profile_tabs .bubble .txt.edit {
        width: 200px;
    }

.profile_tabs .bubble a.icon_edit {
    float: right;
    background: #c7c670 url('../files/images1/user_profile/profile_ico.png') 0 -1459px no-repeat;
    margin: 1px 0 0;
}

    .profile_tabs .bubble a.icon_edit:hover {
        background: #b0af60 url(../images/icons.png) 0 -1459px no-repeat;
    }
/*wnd bubble*/

.profile_tabs .left_side .show_all_images_link_pos1 {
    float: right;
    padding: 0 30px 0 0;
    margin: 0;
    /*margin-top:40px;*/
    /*position:absolute;*/
}

.profile_tabs .left_side .show_all_images_link_pos2 {
    float: right;
    padding: 15px 30px 0 0;
    margin: 0;
    /*margin-top:40px;*/
    /*position:absolute;*/
}

    .profile_tabs .left_side .show_all_images_link a {
        text-decoration: underline;
    }

        .profile_tabs .left_side .show_all_images_link a:hover {
            color: #f6380e;
            text-decoration: none;
        }

    .profile_tabs .left_side .show_all_images_link label {
    }

/*end profile inner left*/

.profile_tabs .tab_content1 .left_side {
    float: left;
    overflow:hidden;
}

/*profile inner right*/
.profile_tabs .tab_content1 .right_side, .profile_tabs .tab_content2 .right_side, .profile_tabs .tab_content3 .right_side {
    /*border:thin solid #000;*/
    /*width: 63%;*/
    float: right;
    /*border: thin solid;*/
}

.profile_tabs .profile_map {
    position: relative;
    overflow: hidden;
    padding: 8px;
    background: #fff;
    border: 1px solid #d0deed;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .profile_tabs .profile_map iframe {
        width: 100%;
        height: 310px;
        border: none;
        background: #fff;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        float: right;
        /*margin-bottom:20px;*/
    }

/*button*/
.profile_tabs .tab_content1 .right_side .chat_ico2 {
    background: url('../files/images1/user_profile/chat.png') 0 0px no-repeat;
}

.profile_tabs .tab_content1 .right_side .phone_ico {
    background: url('../files/images1/user_profile/phone_ico.png') 0 0px no-repeat;
}

.profile_tabs .tab_content1 .right_side .sms_ico {
    background: url('../files/images1/user_profile/sms_ico.png') 0 0px no-repeat;
}

.profile .right_side label {
    float: right;
}

.profile .right_side .btn_gray {
    float: left;
    color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
    border: thin solid rgba(177, 177, 177, 0.51);
    font-size: 15px;
    padding: 1px 10px 1px 8px;
}

    .profile .right_side .btn_gray:hover {
        background: #fff;
    }

.profile_right_title {
    margin: 0 0 20px 0;
}

    .profile_right_title .label_sub {
        width: 300px;
        white-space: pre-wrap;
    }

.label_con {
    /*white-space: pre-wrap;*/
    width: 100%;
    max-width: 600px;
    height: auto;
    max-height:500px;
    padding: 0;
    /*line-height: 1.428571429;*/
    border: none;
    resize: vertical;
    overflow: auto;
}

/*end profile inner right*/
.profile .title_profile {
    margin: 0;
    width: auto;
    /*border:thin solid;*/
}

    .profile .title_profile .profile_user {
        cursor: default;
        float: right;
    }

/*title_profile top*/
.profile .sub_title1 {
    float: right;
    margin:0;
}

.profile .sub_title2 {
    float: right;
    margin: 0;
}

.profile .sub_title3 {
    float: right;
    margin: 0;
}

.profile .sub_title4 {
    float: right;
    margin: 0 0 0 0;
}

/*.profile span:first-child {
    cursor: pointer;
}

    .profile span:first-child:hover {
        color: #4975ba;
    }*/

/*.profile .title_profile span:nth-child(3), .profile .title_profile span:nth-child(2) {
    float: right;
    margin-top: -4px;
}*/


/*status icons top*/
.profile .title_profile .status_online {
    float: right;
    background: url('../files/images1/icons_status/online_ico.png') no-repeat;
    width: 11px;
    height: 12px;
    margin: 2px 0 0 5px;
}

.profile .title_profile .status_offline {
    float: right;
    background: url('../files/images1/icons_status/offline_ico.png') no-repeat;
    width: 11px;
    height: 12px;
    margin: 2px 0 0 5px;
}

.visit_time {
    float: right;
    margin: 7px 0 0 0;
    /*border:thin solid;*/
}

/*icon*/
.profile .title_profile .status_online, .profile .title_profile .status_offline {
    margin: 6px 0 0 6px;
}

/*text*/
.profile .title_profile .online_title, .profile .title_profile .offline_title {
    margin: 0 6px 0 0;
}


/*title_profile bottom*/
.profile .title_profile .profile_operators {
    cursor: pointer;
    float: right;
    width:auto;
    /*width:300px;
    height:20px;*/
    /*border:thin solid #000;*/
}

    /*buttons*/
    .profile .title_profile .profile_operators ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .profile .title_profile .profile_operators ul li {
            float: right;
            background: #f4f9ff;
            background: -moz-linear-gradient(top, #f4f9ff 0%, #bde5ff 6%, #bde5ff 100%);
            background: -webkit-linear-gradient(top, #f4f9ff 0%,#bde5ff 6%,#bde5ff 100%);
            background: linear-gradient(to bottom, #f4f9ff 0%,#bde5ff 6%,#bde5ff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9ff', endColorstr='#bde5ff',GradientType=0 );
            border: thin solid #9db7d5;
            font-size: 15px;
            line-height: 16px;
            padding: 2px 10px 0 10px;
            margin-left: -1px;
        }

.profile .title_profile .profile_operators ul li:hover {
    background: #d6e8fc;
}

.profile .title_profile .profile_operators ul li select {
}

.profile .title_profile .profile_operators ul span {
    color: #385694;
}

.profile .title_profile .profile_operators ul li:first-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.profile .title_profile .profile_operators ul li:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /*width:49px;
    height:23px;*/
}

.padding_noicon {
    width: 0;
    height: 17px;
    padding: 0;
    margin: 2px 0 0 0;
    float: right;
}

/*status icons bottom*/
.status_icons {
    position: absolute;
    margin: 8px 8px 0 0;
}

.profile .tabs_switch_content_wrapper .status_online {
    float: right;
    background: url('../files/images1/icons_status/online_ico.png') no-repeat;
    width: 11px;
    height: 12px;
    margin: 8px 8px 0 0;
    position: absolute;
}

.profile .tabs_switch_content_wrapper .status_offline {
    float: right;
    background: url('../files/images1/icons_status/offline_ico.png') no-repeat;
    width: 11px;
    height: 12px;
    margin: 8px 8px 0 0;
    position: absolute;
}

.profile_tabs .left_side .image1 {
    width: 100%;
    padding: 10px;
    float: left;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 100;
    margin-bottom: 40px;
    object-fit: cover;
}

.profile_tabs .left_side .image2 {
    width: 60%;
    max-height: 190px;
    padding: 5px;
    float: left;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    margin: -100px 0 0 35px;
    z-index: 200;
    object-fit: cover;
}

.profile_tabs .left_side .image3 {
    width: 40%;
    max-height: 190px;
    padding: 4px;
    float: right;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    margin: -75px 30px 0 0;
    z-index: 300;
    object-fit: cover;
}

.profile_tabs .left_side .image4 {
    width: 33%;
    max-height: 190px;
    padding: 4px;
    float: left;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    margin: -51px 0 0 80px;
    z-index: 500;
    object-fit: cover;
}

.profile_tabs .left_side .image1:hover {
    z-index: 999 !important;
}

.profile_tabs .left_side .image3:hover {
    z-index: 999 !important;
}

.profile_tabs .left_side .image2:hover {
    z-index: 999 !important;
}

.profile_tabs .left_side .image4:hover {
    z-index: 999 !important;
}

/*add new photo profile tab*/

.profile_tabs .left_side .image5 {
    margin: -51px 0 0 0;
    float: left;
    z-index: 100;
}

.profile .add_new_photo {
    /*float:right;*/
    z-index: 999;
    /*background:url('../files/images1/user_profile/add_new_photo.jpg') 0 0 no-repeat;
    width:99px;
    height:99px;*/
    -khtml-opacity: .9;
    -moz-opacity: .9;
    -ms-filter: "alpha(opacity=9)";
    filter: alpha(opacity=9);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.9);
    opacity: .9;
}

#fuAddImage label {
    display: none;
}

/*** end turn on-off user profile update ***/

.profile .add_new_photo:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=1);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
    opacity: 1;
}

/*ImagePublicUploadP*/ /*???*/
.profile_tabs .profile_photo {
    width: 24% !important;
    padding: 5px;
    /*width:100px;*/
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 500;
    float: right;
    position: relative;
    margin: -110px 130px 0 0;
}

/*ImagePublicUploadP*/
.profile_tabs .upload_photo {
    width: 75px !important;
    height: 85px;
    padding: 5px;
    /*width:100px;*/
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
    box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
    z-index: 100;
    float: right;
    position: relative;
    margin: -120px 150px 0 0;
    opacity: 0.9;
}

/*end add new photo profile tab*/

/*icons profile edit*/

.profile .profile_tabs .ico2 {
    width: 15px;
    height: 15px;
    /*padding:4px;*/
    margin: 8px 13px 0 0;
    float: right;
}

/*icons bubble*/
.profile .ico2 {
    width: 20px;
    height: 20px;
    /*padding:2px 2px 0 0;*/
    border-radius: 2px;
    /*margin:4px 3px 0 0;*/
    float: left;
}

.profile .ico_edit_bubble {
    background: #c7c670 url('../files/images1/user_profile/profile_ico.png') 0 -1459px no-repeat;
}

    .profile .ico_edit_bubble:hover {
        background-color: #b5b465;
        cursor: pointer;
    }
/*end icons bubble*/

/*icons location - edit icon gray*/

.profile .top_edit .ico7 {
    width: 20px;
    height: 20px;
    /*padding:2px 2px 0 0;*/
    margin: 7px 180px 0 0 !important;
    border-radius: 2px;
    float: right;
    /*position:absolute;*/
}

    .profile .ico_edit_location {
        background: rgba(0, 0, 0, 0.26) url('../files/images1/user_profile/profile_ico.png') 1px -1458px no-repeat;
    }

    .profile .ico_edit_location:hover {
        background-color: #898989;
        cursor:pointer;
    }
/*end icons bubble*/

/*--end icons-*/

/*end profile edit - after user login*/

.profile .title_profile .ico, .profile .right_side .ico, .profile .profile_tabs .ico {
    width: 17px;
    height: 17px;
    padding: 0 0 19px 0;
    margin: 0px -6px 0 5px;
    float: right;
    /*border:thin solid #000;*/
}

.profile .ico3 {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    margin: 7px 10px 0 0;
    float: right;
}

.profile .profile_operators .ico3 {
    /*padding:4px;*/
    float: left;
    width: 11px;
    height: 12px;
    margin: 7px 2px 0 0;
}

.profile .profile_tabs .ico5 {
    width: 17px;
    height: 17px;
    padding: 0 0 20px 0;
    margin: 3px -4px 0 6px;
    float: right;
    /*border:thin solid #000;*/
}

.profile .profile_tabs .ico6 {
    width: 17px;
    height: 17px;
    padding: 0 0 0 0;
    margin: 0 0 0 5px;
    top: 0;
    float: right;
    /*border:thin solid #000;*/
}

.btn_share_pos {
    /*margin: 0 auto;*/
    display: block;
    /*width: 220px;*/
    float: left;
    /*border:thin solid;*/
}

.btn_share {
    margin-right: 5px;
    border: thin solid;
}

.profile .title_profile .chat_ico, .notification_operators .chat_ico {
    background: url('../files/images1/user_profile/chat.png') 0 0 no-repeat;
}

.profile .title_profile .ico_addfriend2 {
    background: url('../files/images1/user_profile/addfriend2_ico.png') 0 0 no-repeat;
}

.profile .title_profile .ico_dating2 {
    background: url('../files/images1/user_profile/ico_dating2.png') 0 0 no-repeat;
}

.profile .title_profile .ico_addfriend2_hover {
    background: url('../files/images1/user_profile/addfriend2_ico_hover.png') 0 0 no-repeat;
}

.profile .title_profile .ico_deting {
    background: url('../files/images1/user_profile/deting_ico.png') 0 0 no-repeat;
}

.profile .title_profile .ico_love {
    background: url('../files/images1/user_profile/addfriend_ico.png') 0 0 no-repeat;
}

.profile .title_profile .ico_arrow_more, .notification_operators .ico_arrow_more {
    background: url(../files/images1/icons_status/arrow_ddl.png) 0 0 no-repeat;
}

/*tabs icons*/
.profile .tab_titles .tab_profile {
    background: url('../files/images1/user_profile/tab_profile.png') 0 0 no-repeat;
}

.profile .tab_titles .tab_photos {
    background: url('../files/images1/user_profile/tab_photos.png') 0 0 no-repeat;
}

.profile .tab_titles .tab_board {
    background: url('../files/images1/user_profile/tab_board.png') 0 0 no-repeat;
}

.tab.active .tab_profile {
    background: url('../files/images1/user_profile/tab_profile_hover.png') 0 0 no-repeat;
}

.tab.active .tab_photos {
    background: url('../files/images1/user_profile/tab_photos_hover.png') 0 0 no-repeat;
}

.tab.active .tab_board {
    background: url('../files/images1/user_profile/tab_board_hover.png') 0 0 no-repeat;
}

/*end title_profile bottom*/

/*inner content of tabs*/

.profile_tabs .tabs_switch_content_wrapper {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    /*border-right:thin solid rgba(105,105,105,0.51);
    border-left:thin solid rgba(105,105,105,0.51);*/
    border-top: thin solid rgba(105,105,105,0.51);
    min-height: 400px;
    padding: 0 5px 0 5px;
    overflow: auto;
    width: 100%;
}

.tab_titles {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
}

    .tab_titles .tab_title {
        margin: 1px auto;
    }

    .tab_titles span {
        padding-left: 13px;
        margin: 0 6px 0 0;
    }

.tab {
    float: right;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*border: solid 1px #999;*/
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #a5cb55;
    border: thin solid rgba(105,105,105,0.51);
    border-bottom: none;
    margin-bottom: -1px;
    width: auto;
    /*width:100px*/ /*constant width*/
}

    .tab div {
        margin: 0 auto;
    }

    .tab a {
        font-size: 15px;
        line-height: 2em;
        display: block;
        outline: none;
        color: #fff;
        text-align: right;
        text-decoration: none;
        padding: 2px 0 2px 0;
    }

        .tab a:hover {
            -moz-border-radius: 5px 5px 0 0;
            -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
            background: #85A939;
            text-decoration: none;
        }

    .tab.active {
        background: #fff;
        /*padding-top: 6px;*/
        position: relative;
        /*top: 1px;*/
        border-bottom: none;
        text-decoration: none;
        /*margin-top: 3px;*/
    }

    .tab a.active {
        background: #fff;
        font-weight: bold;
        color: #000;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

.tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.request_access_pos {
    float: right;
    position: relative;
    margin: -20px 5px 0 0;
}

.toogle_user_edit_pos {
    float: none;
    width: auto;
    position: relative;
}

.space_row {
    height: 0;
}

@media screen and (max-width: 1200px) {
    .profile_tabs .profile_map {
        /*margin-top: 20px;*/
    }

    /*ImagePublicUploadP*/
    .profile_tabs .upload_photo {
        width: 75px !important;
        height: 85px;
        margin: -120px 110px 0 0;
    }
}

@media screen and (max-width: 992px) {
    .profile_tabs .profile_map {
        margin-top: 20px;
    }

    .profile_tabs {
        margin-top: 0px;
    }

    .profile .title_profile {
        margin: 10px 0 0 0;
        width: auto;
        display: block;
        position: relative;
        /*border:thin solid;*/
    }

    /*profile inner left*/
    .profile_tabs .tab_content1 .left_side {
        /*border:thin solid #000;*/
        width: 40%;
        float: left;
    }

    .profile_tabs .tab_content1 .right_side, .profile_tabs .tab_content2 .right_side, .profile_tabs .tab_content3 .right_side {
        /*border:thin solid #000;*/
        width: 60%;
        float: right;
    }

    /*.tab_titles {
        margin: 0 0 0 10px;
        padding: 0;
    }*/
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
    .toogle_user_edit_pos {
        float: right;
        width: 100%;
        position:relative;
    }

    .space_row {
        height:30px;
    }

    .space_row2 {
        margin:24px 0 5px 0;
    }

    .space_row3 {
        margin: 5px 0 5px 0;
    }

    .profile_tabs {
        margin-top: 0;
    }

    /*status icons bottom*/
    .status_icons {
        position: absolute;
        margin: 8px 8px 0 0;
    }

    .profile .title_profile .profile_operators ul li:last-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        /*width: auto;
        height: 2px;*/
        padding: 7px 11px 1px 10px;
        z-index: 888;
    }

    /*center*/
    /*.profile .title_profile .profile_operators {
        cursor: pointer;
        float: none;
        width: 266px;
        margin: 0 auto;
    }*/

    /*buttons*/
    .profile .title_profile .profile_operators ul {
        list-style-type: none;
    }

        .profile .title_profile .profile_operators ul li {
            float: right;
            background: #f4f9ff;
            background: -moz-linear-gradient(top, #f4f9ff 0%, #bde5ff 6%, #bde5ff 100%);
            background: -webkit-linear-gradient(top, #f4f9ff 0%,#bde5ff 6%,#bde5ff 100%);
            background: linear-gradient(to bottom, #f4f9ff 0%,#bde5ff 6%,#bde5ff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f9ff', endColorstr='#bde5ff',GradientType=0 );
            border: thin solid #9db7d5;
            font-size: 18px;
            line-height: 7px;
            padding: 7px 25px 1px 11px;
            margin-left: -1px;
        }

    .btn_share_pos {
       
    }

    .profile .sub_title3 {
        float: right;
        margin: 0 0 0 6px;
        /*min-width:240px;*/
        /*border:thin solid;*/
    }

    .visit_time {
        margin: 0 0 6px 0;
        min-width:450px;
        float:right;
    }

    /*icon*/
    .profile .title_profile .status_online, .profile .title_profile .status_offline {
        margin: 6px 0 0 6px;
    }

    /*text*/
    .profile .title_profile .offline_title {
        margin: 0 0 0 0;
    }

    .profile .title_profile .online_title {
        margin: 0 0 0 0;
        float:right;
    }

        .profile_tabs .upload_photo {
            width: 75px !important;
            height: 85px;
            margin: -100px 70px 0 0;
        }

    .profile_tabs .left_side .image1 {
        width: 100%;
        padding: 8px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        z-index: 100;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .profile_tabs .left_side .image2 {
        width: 180px;
        height: 230px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -90px 0 0 30px;
        z-index: 500;
        object-fit: cover;
    }

    .profile_tabs .left_side .image3 {
        width: 170px;
        height: 220px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -200px 0 0 200px;
        z-index: 500;
        object-fit: cover;
    }

    .profile_tabs .left_side .image4 {
        width: 150px;
        height: 200px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -140px 0 0 110px;
        z-index: 500;
        object-fit: cover;
    }

    .profile_tabs .tab_content1 .left_side {
        /*border:thin solid #000;*/
        width: 100%;
        float: left;
    }

    .profile_tabs .tab_content1 .right_side, .profile_tabs .tab_content2 .right_side, .profile_tabs .tab_content3 .right_side {
        /*border:thin solid #000;*/
        width: 100%;
        float: right;
    }

    .profile .title_profile .ico, .profile .right_side .ico, .profile .profile_tabs .ico {
        width: 20px;
        height: 20px;
        padding: 0 0 19px 0;
        margin: -4px -18px 0 5px;
        float: right;
        /*border:thin solid #000;*/
    }

    .profile .profile_operators .ico3 {
        /*padding:4px;*/
        float: left;
        width: 11px;
        height: 13px;
        margin: 3px 3px 0 0 !important;
        /*border: thin solid #000;*/
    }

    /*inner content*/

    .profile_tabs .profile_map {
        position: relative;
        overflow: hidden;
        padding: 8px;
        background: #fff;
        border: 1px solid #d0deed;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        margin-top: 20px;
    }

        .profile_tabs .profile_map iframe {
            width: 100%;
            height: 310px;
            border: none;
            background: #fff;
            border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            float: none;
            /*margin-bottom:20px;*/
        }

    /*user name*/
    .tab_titles {
        margin: 0 0 0 10px;
        padding: 0;
    }

    .profile_tabs .left_side .show_all_images_link_pos1 {
        float: right;
        padding: 0 0 0 0;
        margin: 0;
        /*margin-top:40px;*/
        /*position:absolute;*/
    }

    .profile_tabs .left_side .show_all_images_link_pos2 {
        float: right;
        padding:10px 0 0 0;
        margin: 0;
        /*margin-top:40px;*/
        /*position:absolute;*/
    }
}

@media screen and (max-width: 500px) {
    .profile_tabs .profile_map {
        margin-top:10px;
    }

    .visit_time {
        margin: 0 0 6px 0;
        min-width: 350px;
        float: right;
    }

    .profile_tabs .left_side .image1 {
        width: 100%;
        padding: 8px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        z-index: 100;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .profile_tabs .left_side .image2 {
        width: 170px;
        height: 230px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -90px 0 0 20px;
        z-index: 500;
        object-fit: cover;
    }

    .profile_tabs .left_side .image3 {
        width: 160px;
        height: 220px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -200px 0 0 160px;
        z-index: 500;
        object-fit: cover;
    }

    .profile_tabs .left_side .image4 {
        width: 150px;
        height: 200px;
        max-height: 230px;
        padding: 4px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -140px 0 0 90px;
        z-index: 500;
        object-fit: cover;
    }
}

@media screen and (max-width: 450px) {
    .profile_tabs {
        margin-top: 0px;
    }

    .profile_tabs .profile_map {
        position: relative;
        overflow: hidden;
        padding: 8px;
        background: #fff;
        border: 1px solid #d0deed;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        margin: 5px 0 5px 0;
        float: right;
    }

    .profile_tabs .tab_content1 .left_side {
        /*border:thin solid #000;*/
        width: auto;
        float: none;
    }

    .profile_tabs .left_side .image1 {
        width: 100%;
        padding: 10px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        z-index: 100;
        margin: 0 auto 40px auto;
        object-fit: cover;
    }

    .profile_tabs .left_side .image2 {
        width: 140px;
        height: 190px;
        max-height: 190px;
        padding: 5px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -90px 0 0 10px;
        z-index: 200;
        object-fit: cover;
    }

    .profile_tabs .left_side .image3 {
        width: 150px;
        height: 170px;
        max-height: 190px;
        padding: 5px;
        float: right;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -130px 10px 0 0;
        z-index: 300;
        object-fit: cover;
    }

    .profile_tabs .left_side .image4 {
        width: 120px;
        height: 150px;
        max-height: 190px;
        padding: 5px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        margin: -100px 0 0 45px;
        z-index: 500;
        object-fit: cover;
    }

    .tab_titles {
        margin: 13px 0 0 10px;
        padding: 0;
    }

   
}

@media screen and (max-width: 400px) {
    .profile_tabs {
        margin-top: 0px;
    }

    .visit_time {
        margin: 0 0 6px 0;
        min-width: 240px;
        float: right;
    }

    .profile .sub_title2 {
        float: right;
        margin: 0 0 0 0;
    }

    .profile .sub_title3 {
        float: right;
        margin: 0 0 0 0;
    }

    /*.profile .title_profile .profile_operators {
        cursor: pointer;
        float: right;
        width: auto;
        margin: 2px 0 4px 0;
    }*/

    .profile_tabs .left_side .image1 {
        width: 100%;
        padding: 10px;
        float: left;
        background-color: #fff;
        text-align: right;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.51);
        box-shadow: 0px 2px 4px 0px rgba(105,105,105,0.51);
        z-index: 100;
        margin-bottom: 40px;
        object-fit: cover;
    }

    .tab_titles {
        margin: 10px 0 0 10px;
        padding: 0;
    }
}

@media screen and (max-width: 370px) {
   
}

@media screen and (max-width: 350px) {
    .visit_time {
        margin: 0 0 6px 0;
    }
}
