.user{
  padding-bottom:80px;
}

.user .head{
  text-align:center;
  padding-top:120px;
  position:relative;
  border-bottom:2px solid #fff;
  box-shadow:0px 0px 5px rgba(0,0,0,0.1);
}

.user .head .details{
  margin:0px 0px 74px;
}

.user .head .details h3{
  color:#fff;
  font-size:40px;
  line-height:60px;
  font-weight:300;
}

@media (max-width:400px){
	.user .head .details h3{
		font-size:25px;
		line-height:40px;
		font-weight:400;
	}
}

.user .head .details h4{
	color:#fff;
	font-size:18px;
	line-height:38px;	
	font-weight:400;
}

.user .head .image{
	width:100%;
	position:absolute;
	bottom:-55px;
	z-index: 10;
}

.user .head img{
	width:120px;
	border-radius:100%;
	margin:0px auto;
	border:2px solid #fff;
	/*box-shadow:0px 0px 15px rgba(0,0,0,0.1);*/
	cursor: pointer;
}

.user .content{
	background:#f4f8fd;
	position: absolute;
	width: 100%;
}

.user .content .nav{
	text-align:center;
}

.user .content .nav a{	
	display:inline-block;
	color: #444;
	text-align:center;
	width:80px;
}

@media(max-width: 350px){
  .user .content .nav a{
    width:60px;
	margin-bottom: 5px;
  }	
}

.profile{
  background:#f4f8fd;
  padding-top:80px;
}

@media(max-width: 500px){
  .profile .col-mob{
    width:100%;
  }
}

.profile .profile-header{
  text-align:center;
  margin-bottom: 32px;
}

.profile .profile-header img{
  width:100px;
  height:100px;
  border-radius:100%;
  margin:10px auto;
}

.profile .profile-header h2{
  font-size:20px;
  line-height:35px;
  text-transform:uppercase;
  font-weight:400;
  margin-top:20px;
}

.profile .profile-header h2 a{
  color:#888;
}

.profile .profile-header h3{
  font-size:15px;
  line-height:25px;
  color:#771114;
  font-weight:400;
}

.profile .profile-obj{
  text-align:center;
  margin: 15px;
}

.profile .profile-obj h4{
  text-transform:uppercase;
  font-size:15px;
  line-height:30px;
  margin-bottom:5px;
}

.profile .profile-obj p{
  display: inline-block;
  text-align: center;
  font-size:15px;
  line-height:30px;
  color:#344E60;
}

.profile .profile-obj i{
  margin-right: 5px;
}

.profile .profile-item{
  margin: 20px 0px 20px;
}

.profile .profile-item h4{
  font-size:15px;
  line-height:30px;
  margin-bottom:10px;
  text-transform:uppercase;
}

.profile .profile-item h5{
  font-size:13px;
  line-height:23px;
  text-transform:uppercase;
}

.profile .profile-item h5 p{
  color:#999;
  font-weight:400;
}

.profile .profile-item h6{
  font-size: 13px;
  line-height: 33px;
  color:#a0a0a0;
  font-weight:400;
}
.profile .profile-item p{
  color:#888;
  font-size:12px;
  line-height:22px;
  margin-bottom:28px;
}

.profile .details{
  margin: 20px 0px 20px;
}

.profile .details h4{
  font-size:15px;
  line-height:30px;
  margin-bottom:10px;
  text-transform:uppercase;
}

.profile .details .profile-contact{
  margin-bottom:10px;
}

.profile  .details .profile-contact i{
  float: left;
  width: 22px;
  color:#aaa;
  margin-top: 5px;
  font-size:14px;
}

.profile  .details .profile-contact p{
  display: inline-block;
  text-align: left;
  font-size:13px;
  line-height:23px;
  color:#344E60;
}

.tools{
  margin: 0px 15px;
  padding-top:25px;
}
.tools .nav-tabs{
  border-bottom:1px solid #e7e7e7;
}

.tools .nav-tabs  li{
  margin-right:2px;
}

.tools .nav-tabs  li a{
  background-color:#fcfcfc;
  border:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  padding:12px 15px 10px;
  color:#555;
}

.tools .nav-tabs  li a:hover{
  color:#555;
  background-color:#fff;
  border-bottom: 2px solid #32c8de;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  text-decoration: none;
}

.tools .nav-tabs li a.active{
  background-color:#fff;
  color:#555;
  border-bottom: 2px solid #32c8de;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}
.tools .nav-tabs li.active a:hover{
  border-bottom:2px solid #32c8de ;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
}

.tools .nav-tabs li.open a{
  background:#fff;
  color:#555;
  border-bottom:1px solid #fff;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-top: 2px solid #32c8de;
}

.tools .nav-tabs li.open a:hover{
  border-bottom:1px solid #fff;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-top: 2px solid #32c8de;
}

.tools .nav-tabs li.open a:focus{
  border-bottom:1px solid #fff;
  border-left:1px solid #e7e7e7;
  border-right:1px solid #e7e7e7;
  border-top: 2px solid #32c8de;
}

.tools .tab-content{
  min-height:350px;
  padding:15px 20px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
} 