.vt_profile_cover {
    padding: 200px 0;
    background-color: #000;
    position: relative;
	background-image: url('../images/profile/cover_pic.jpg');
	background-size: cover;
	background-position:center;
}
.vt_profile_section {
    position: relative;
    margin-top: -100px;
	margin-bottom: 70px;
}
.vt_profile_cover:after, .cover_photo:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(33%,rgba(0,0,0,0)),to(rgba(0,0,0,.85)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 33%,rgba(0,0,0,.85) 100%);
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 33%,rgba(0,0,0,.85) 100%);
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 33%,rgba(0,0,0,.85) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 33%,rgba(0,0,0,.85) 100%); 
}
.vt_profile_wrapper .profile_pic {
    border: none;
    width: 150px;
    background:transparent;
    height: 150px;
    margin-right: 15px;
	text-align: center;
    line-height: 150px;
	background-size: cover;
    background-position: center center;
}
.vt_profile_wrapper .profile_pic img {
    vertical-align: middle;
	height: 150px;
    width: 150px;
}
.user_detail {
    width: 80%;
    width: calc(100% - 215px);
}
.personal_detail {
    display: inline-block;
}
.user_name {
    margin: 20px 0 10px;
    text-transform: capitalize;
    color: #fff;
}
.open_modal {position: absolute;bottom: 20px;right: 15px;width: 30px;height: 30px;line-height: 34px;font-size: 18px;background-color: #fff;text-align: center;border-radius: 100%;box-shadow: 0 1px 2px #000;z-index: 1;overflow: hidden;cursor:pointer;}
.modal-content {
    border-radius: 0;
}
.modal-title {
    display: inline-block;
}
.modal-header, .modal-footer {
    border-bottom: 1px solid #ebebeb;
    background-color: #f1f1f1;
}
.profile_modal .modal-title{
	color:#484848;
}
.profile_modal {
	background:rgba(0,0,0,0.7);
}
.profile_modal .modal-dialog{
	top: 50%; 
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    margin: auto auto !important; 
}
.error_popup .modal-dialog .close, .profile_modal .modal-dialog .close{
	position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    padding-left: 1px;
    border-radius: 100px;
    box-shadow: 0px 0px 15px -3px #333;
    background-color: white;
    cursor: pointer;
    opacity: 1;
    font-weight: 500;
}
.profile_modal .modal-dialog .close:focus{
	outline:none;
}
.profile_modal .vt_modal_body {
    text-align: center;
}
.upload_note {
    display: block;
}
.profile_upload{
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 40px;
    color: #fff;
    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border: 2px solid #000;
    border-style: dashed;
	position: relative;
	cursor:pointer;
}
.upload_pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	cursor:pointer;
}
.social_detail {
    float: right;
    max-width: 50%;
	margin-top: 50px;
}
.social_detail .social_subscribe_div {
    width: 85px;
    text-align: center;
    display: inline-block;
}
.social_detail .social_subscribe_div a .subscribe_text {
    color: #fff;
    font-size: 12px;
    padding-top: 7px;
    padding-bottom: 0;
}
.social_detail .social_subscribe_div a {
    padding: 8px 5px 8px;
	color:#ffffff;
}
.social_detail .subscribe_text span {
    font-size: 14px;
}
.social_detail .social_subscribe_div a span {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.vt_inner_heading {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}
.vt_inner_heading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
}
.user_latest_video .vt_slide_iframe iframe {
    top: 0;
}
.user_latest_video .post_title {
    margin: 5px 0;
}
.user_latest_video .post_title:first-letter {
    text-transform: capitalize;
}
.user_video_attribute span {
    display: inline-block;
    font-size: 13px;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
}
.user_video_attribute span:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #b6b6b6;
    border-radius: 100%;
    top: 11px;
    right: -2px;
}
.user_video_attribute span:Last-child:after {
    display: none;
}
.user_video_attribute {
    margin-bottom: 5px;
}
.profile_img {
	position: absolute;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    top: 0;
    z-index: -1;
    text-align: center;
    line-height: 108px;
	cursor:pointer;
}
.profile_img img {
    border-radius: inherit;
    display: block;
	cursor:pointer;
}
.profile_img:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}
.vt_about_description {
    margin-bottom: 40px;
}
.error_popup{
	background:rgba(0,0,0,0.7);
	z-index:100000 !important;
}
.error_popup .modal-dialog{
	width:350px;
	top: 50%;
    -webkit-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
    margin: auto auto !important; 
}
.error_popup .modal-dialog .close span:hover{
	cursor:pointer;
}
.error_popup .modal-dialog .close:focus{
	outline: none;
}
.error_popup .modal-body{
	padding: 40px 20px 30px;
    text-align: center;
}
.error_popup .modal-body p{
	font-size: 22px;
    font-weight: 600; 
	color:#484848;
}
.error_popup .modal-body .video_btn{
	padding: 5px 12px;
    font-size: 14px;
}