/* #for-profile-portlet{
  background-color: #fff;
  box-shadow: 1px 5px 5px #555;
  color: #000;
  margin-bottom: 20px;
  #portlet-profile-image {
    overflow: hidden;
    min-height: 420px;
    > * {
      position: absolute;
    }
    > img{
      width: 100% !important;
    }  
    > p.name{
      left:15px;
      bottom: 60px;
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 10px;
    }
  }  
  #portlet-profile-content{
    padding: 20px;    
    div#profile-social {
      margin: 20px -4px;
      a {
        font-size: 32px;
        height: 64px;
        width: 64px;
        background: #ccc;
        border: none;
        border-radius: 50%;
        padding: 12px;
        vertical-align: middle;
        text-align: center;
        margin: 10px;   
      }
    }
  }
  .profile-action-link {
    text-align: right;
    margin: -20px 20px 20px;
    a.profile-link {
      font-size: 24px;
      height: 24px;
      width: 24px;
      color: #000;
    }
  }
  
}  */

/* line 2, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.round-btn {
  position: relative;
  height: 48px;
  width: 48px;
  padding: 0;
  font-size: 24px !important;
  color: #000;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
/* line 14, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.round-btn i {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 0.9em;
  top: 0.9em;
}
/* line 20, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.round-btn > a {
  width: 45px;
  height: 45px;
}
/* line 24, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.round-btn > a:focus,
.round-btn > a:hover {
  text-decoration: none;
  background: transparent;
}
/* line 30, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.round-btn:hover {
  background: transparent;
  border-color: #d5d5d5;
}
/* line 36, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.rating-btn {
  overflow: hidden;
  margin-top: 20px;
}
/* line 39, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.rating-btn > a {
  color: #d5d5d5;
}
/* line 42, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.rating-btn > a:focus,
.rating-btn > a:hover {
  color: #ffc400;
}
/* line 49, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
#shareButton {
  color: #0083be;
  margin-top: 20px;
}
/* line 52, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
#shareButton > .wrapper {
  position: absolute;
  background-color: #f5f5f5;
  bottom: 100%;
  left: 0;
  padding: 8px;
  margin-bottom: 16px;
  transition: 0.3s;
  transform: translateY(10%);
  display: none;
  width: 200px;
  text-align: left;
  white-space: normal;
}
/* line 66, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
#shareButton > .wrapper.open {
  display: block;
}
/* line 70, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
button#shareButton:hover,
button#shareButton.focus {
  background-color: #f5f5f5;
  outline: none;
}
/* line 75, https://asiagarmenthub.net/++plone++agh.ratings/css/style.less */
.addthis_inline_share_toolbox,
.addthis_sharing_toolbox {
  text-align: right;
}

