.cq-profilepanel {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  color: #333;
}
.cq-profilepanel .cq-profilepanel-avatarlink, .cq-profilepanel .cq-profilepanel-headerlink{
  outline: none;
  border: none;
  text-decoration: none;
}
.cq-profilepanel.cq-profilepanel-shadowon {
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.5);
}
.cq-profilepanel.cq-profilepanel-shapesquare {
  border-radius: 0;
}
.cq-profilepanel.cq-profilepanel-shaperoundsmall {
  border-radius: 8px;
}
.cq-profilepanel.cq-profilepanel-shaperoundlarge {
  border-radius: 16px;
}
.cq-profilepanel-header {
  width: 100%;
  height: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cq-profilepanel-avatar {
  position: absolute;
  top: 150px;
  /*left: 10%;*/
  /*right: 100px;*/
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  background-color: #656D78;
  background-size: 100px;
}
.cq-profilepanel-avatarcontainer{
  position: absolute;
  top: 0;
  width: 100%;
  padding-left: 40px;
}
.cq-avatarcontainer-style2{
}
.cq-profilepanel-avatarcontainer .cq-profilepanel-style2avatar{
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #fff;
  background-color: #656D78;
  background-size: 100px;
}
.cq-profilepanel-avatarcontainer.cq-avatarcontainer-style2 .cq-profilepanel-style2title{
  color: #FFF;
  float: left;
  display: inline-block;
  /*width: calc(100%-120px);*/
  /*width: 100px;*/
  padding-right: 20px;
  margin: 0 0 0 12px;
  /*height: 24px;*/
  line-height: 150%;
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cq-profilepanel-avatar.cq-profilepanel-iconmiddle{
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cq-profilepanel-avatar.cq-profilepanel-iconleft{
  left: 10%;
}
.cq-profilepanel-avatar.cq-profilepanel-iconright{
  right: 10%;
}

/*.cq-profilepanel-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  display: block;
}
*/
i.cq-profilepanel-icon{
  display: inline-block;
  width: 100%;
  /*height: 100%;*/
  /*line-height: 100px;*/
  line-height: 100%;
  font-size: 32px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.cq-profilepanel .cq-profilepanel-title {
  color: #333;
  margin: 16px 0 8px 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 100%;
}

.cq-profilepanel .cq-profilepanel-content {
  margin: 8px 0 8px 0;
  font-size: 1.1em;
  padding: 0;
  line-height: 160%;
}
.cq-profilepanel-style2 .cq-profilepanel-content {
  margin: 0;
}

.cq-profilepanel-text {
  margin: 24px 0 0 0;
  padding: 40px;
}
.cq-profilepanel-style2 .cq-profilepanel-text {
  margin: 0;
}
@media only screen and (min-width: 160px) and (max-width: 640px) {
  /*.cq-profilepanel-avatarcontainer .cq-profilepanel-style2title{
    font-size: 1.2em;
  }
*/
}

