/* Cubic Bezier Transition */
/***
New Profile Page
***/

@import url('https://fonts.googleapis.com/css?family=Roboto');

.profile-sidebar {
  float: left;
  width: 250px;
  margin-right: 20px; -webkit-box-shadow: 4px 6px 13px 2px rgba(184,180,184,1);
-moz-box-shadow: 4px 6px 13px 2px rgba(184,180,184,1);
box-shadow: 0px 0px 2px 0px rgba(184,180,184,1);
  background: #fff;
}

.profile-content {
  overflow: hidden;
  /*font-family: 'Roboto', sans-serif;*/
  }

/*  .tab-content{-webkit-box-shadow: 16px 1px 18px -12px rgba(173,173,173,1);*/
/*-moz-box-shadow: 16px 1px 18px -12px rgba(173,173,173,1);*/
/*box-shadow: 16px 1px 18px -12px rgba(173,173,173,1); border-radius:4px; border:solid 1px #E6E6E6; */
/*font-size:14px;}*/



/* PROFILE SIDEBAR */
.profile-sidebar-portlet {
  padding:10px !important; }

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 63%;
  height: 180px;
 border:solid 3px #f3f3f3;
 }

.profile-usertitle {
  text-align: center;
  margin-top: 10px; }

.profile-usertitle-name {
  color: #c32143;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #D7B053;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 7px; }

.profile-userbuttons {
  text-align: center;
  margin-top: 10px; 
  /*margin-left:10px;*/
}

.profile-userbuttons .btn {
  /*margin-right: 5px; */
  }
  .profile-userbuttons .btn:last-child {
    margin-right: 0; }

.profile-userbuttons button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px; }

.profile-usermenu {
  margin-top: 30px;
  padding-bottom: 20px; }

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;background-color: #fafcfd;border-left: 2px solid #fbe614; margin-bottom:1px; }

.profile-usermenu ul li:last-child {
  border-bottom: none; }

.profile-usermenu ul li a {
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  }

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 16px; }

.profile-usermenu ul li a:hover {
  background-color: #ca0303;
  color: #fff; }

.profile-usermenu ul li.active a {
  color: #fff;
  background-color: #ca0303;
  border-left: 3px solid #fbe614;
  margin-left: -2px; }

/*.profile-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f4f7; }*/

.profile-stat-title {
  color: #7f90a4;
  font-size: 25px;
  text-align: center; }

.profile-stat-text {
  color: #c32143;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  }

.profile-desc-title {
  color: #333;
  font-size: 18px;
  font-weight: 600; background:#fbe614; padding:6px 0; font-weight:bold;  }

.profile-desc-text {
  color: #7e8c9e;
  font-size: 14px; }

.profile-desc-link i {
  width: 22px;
  font-size: 19px;
  color: #abb6c4;
  margin-right: 5px; }

.profile-desc-link a {
  font-size: 14px;
  font-weight: 600;
  color: #5b9bd1; }
.verified-icons img{
   margin:0 auto !important;
  }
/* END PROFILE SIDEBAR */
/* RESPONSIVE MODE */
@media (max-width: 991px) {
  /* 991px */
  /* 991px */
  .profile-sidebar {
    float: none;
    width: 100% !important;
    margin: 0; }
  .profile-sidebar > .portlet {
    margin-bottom: 20px; }
  .profile-content {
    overflow: visible; } }

	.portlet{margin-bottom:2px;}
  .verified-icons img{
   margin:0 auto;
  }
  
  @media (min-width:480px) and (max-width:768px){
      .profile-userpic img{
          width:42%;
      }
      .profile-userpic{
          text-align:center;
      }
  }

