@charset "utf-8";
body {
    background-color: #f6f6f6;
    font-family: 'Lato', sans-serif
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.8)
}

content {
    position: relative;
    display: block;
    padding-top: 130px;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 1280px
}

content .crt_photo_post_btn {
    position: fixed;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #383838;
    z-index: 6;
    border: 2px solid #e2e2e2
}

content .crt_photo_post_btn img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%
}

@media(max-width:820px) {
    content .crt_photo_post_btn {
        display: block
    }
}

content usr_pro_header {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 32%;
    background-color: #000;
    z-index: 1;
    transition: .2s;
    -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4)
}

content usr_pro_header banner_bg {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden
}

content usr_pro_header banner_bg overlay {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.67) 95%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(43, 43, 43, 0.67)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.67) 95%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.67) 95%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.67) 95%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(43, 43, 43, 0.67) 95%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

content usr_pro_header banner_bg img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin-top: -10%;
    top: 0;
    left: 0
}

usr_pro_header usr_details {
    position: absolute;
    display: block;
    width: calc(100%);
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    right: 0;
    bottom: 10px
}

@media(max-width:768px) {
    content usr_pro_header {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 45%;
        background-color: #000;
        z-index: 1;
        transition: .2s;
        -webkit-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4);
        box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.4)
    }
    usr_pro_header usr_details {
        position: absolute;
        display: block;
        width: calc(100%);
        height: auto;
        background-color: transparent;
        padding: 0;
        margin: 0;
        right: 0;
        bottom: -185px
    }
}

usr_pro_header usr_details usr_dp {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 90px;
    border: 3.5px #ccc solid;
    margin: auto;
    z-index: 2;
    overflow: hidden;
    transition: .5s
}

usr_pro_header usr_details usr_dp img {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

usr_pro_header usr_details usr_firm {
    position: relative;
    display: block;
    width: calc(100%);
    background-color: transparent;
    text-align: center;
    margin-top: 10px
}

usr_pro_header usr_details usr_firm usr_name {
    position: relative;
    display: block;
    width: auto;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif
}

usr_pro_header usr_details usr_firm usr_usr_name {
    position: relative;
    display: block;
    width: auto;
    font-size: 15px;
    color: #fff;
    margin-top: 2px;
    line-height: 20px
}

usr_pro_header usr_details usr_firm usr_follower {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff
}

usr_pro_header usr_details usr_firm usr_follower span1 {
    margin-left: 25px
}

usr_pro_header usr_details usr_connect {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    right: 40px;
    width: calc(245px)
}

usr_pro_header usr_details usr_connect .follow_btn {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 40px;
    float: right;
    margin-right: 15px;
    border: 1px solid #999;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    color: #fff
}

usr_pro_header usr_details usr_connect .follow_btn:focus {
    outline: none
}

usr_pro_header usr_details usr_connect .contact_btn {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 40px;
    float: right;
    border: 0;
    background-color: #FF6E40;
    color: #fff;
    border-radius: 5px
}

usr_pro_header usr_details usr_connect .contact_btn:focus {
    outline: none
}

usr_pro_header usr_details usr_connect .view_saved_btn {
    position: relative;
    display: none;
    margin: auto;
    width: 245px;
    height: 40px;
    margin-top: 10px;
    border: 1px #e2e2e2 solid;
    float: left;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer
}

usr_pro_header usr_details usr_connect .view_saved_btn:focus {
    outline: none
}

@media(max-width:820px) {
    usr_pro_header usr_details usr_connect .view_saved_btn {
        display: block
    }
}

@media(max-width:1024px) {
    usr_pro_header usr_details usr_dp {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        border: 2px #ccc solid
    }
    usr_pro_header usr_details usr_firm {
        position: relative;
        display: block;
        width: calc(100%);
        background-color: transparent;
        text-align: center;
        margin-top: 5px
    }
    usr_pro_header usr_details usr_firm usr_name {
        position: relative;
        display: block;
        width: auto;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 22px;
        font-family: 'Montserrat', sans-serif
    }
    usr_pro_header usr_details usr_firm usr_usr_name {
        position: relative;
        display: block;
        width: auto;
        font-size: 14px;
        color: #fff;
        margin-top: 2px;
        line-height: 18px
    }
}

@media(max-width:768px) {
    usr_pro_header usr_details usr_dp {
        position: relative;
        display: block;
        width: 140px;
        height: 140px;
        border-radius: 70px;
        border: 3.5px #ccc solid;
        margin: auto;
        z-index: 2;
        overflow: hidden;
        transition: .5s;
        color: #383838
    }
    usr_pro_header usr_details usr_firm usr_name {
        color: #383838;
        font-size: 25px
    }
    usr_pro_header usr_details usr_firm usr_usr_name {
        color: #383838;
        font-size: 18px
    }
    usr_pro_header usr_details usr_firm usr_follower {
        color: #383838;
        font-size: 14px
    }
    usr_pro_header usr_details usr_connect {
        position: relative;
        display: block;
        margin: auto;
        top: 0;
        left: 0
    }
}

usr_pro_body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #f6f6f6
}

@media(max-width:768px) {
    usr_pro_body {
        position: relative;
        display: block;
        margin-top: 205px;
        width: 100%
    }
	#user-follow-btn.contact_btn{
		float: none;
	}
	usr_pro_header usr_details usr_connect{
		text-align:center;
	}
}

usr_pro_body add_container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 20px 50px 25px
}

usr_pro_body add_container upload-container {
    max-width: calc(100% - 280px);
    display: inline-block
}

@media(max-width:820px) {
    usr_pro_body add_container {
        padding-left: 10px;
        padding-right: 10px
    }
    usr_pro_body add_container upload-container {
        max-width: none;
        display: block
    }
}

usr_pro_body add_container view_sv_photo_btn {
    position: relative;
    display: inline-block;
    float: right;
    width: 250px;
    height: 125px;
    margin-top: 10px;
    border: 1px #e2e2e2 solid;
    background-image: url(../img/dashboard/Expanded-Background-Graphic.png);
    background-color: #fff;
    background-repeat: repeat;
    border-radius: 8px;
    cursor: pointer
}

usr_pro_body add_container view_sv_photo_btn:hover {
    border: 2px #ccc solid
}

usr_pro_body add_container view_sv_photo_btn img {
    position: relative;
    display: block;
    width: 60px;
    height: auto;
    margin: auto;
    margin-top: 25px
}

usr_pro_body add_container view_sv_photo_btn p {
    text-align: center;
    font-size: 15px;
    color: #8c8c8c;
    font-weight: 700
}

@media(max-width:820px) {
    usr_pro_body add_container view_sv_photo_btn {
        display: none
    }
}

usr_pro_body card-container {
    position: relative;
    display: inline-block;
    width: calc(100%);
    height: auto;
    margin-top: 20px
}

usr_pro_body card-container .empty_container {
    position: relative;
    display: block;
    width: auto;
    height: 350px
}

usr_pro_body card-container .empty_container .empty_container_inner {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

usr_pro_body card-container .empty_container .empty_container_inner i {
    position: relative;
    font-size: 100px
}

usr_pro_body card-container .empty_container .empty_container_inner span {
    position: relative;
    display: block;
    font-size: 30px;
    font-weight: 700
}

@media(max-width:600px) {
    usr_pro_body card-container .empty_container {
        height: 100px
    }
    usr_pro_body card-container .empty_container .empty_container_inner i {
        position: relative;
        font-size: 50px
    }
    usr_pro_body card-container .empty_container .empty_container_inner span {
        font-size: 25px
    }
}

post-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(50, 50, 50, 0.8);
    z-index: 26;
    top: 0
}