/* ESTILOS PARA LA PAGINA DE TAGS  */
.tags-main .panel .panel-title {
  text-align: left; }

.tags-main .node-posts-topic {
  width: 220px;
  float: left;
  margin-right: 20px; }
  .tags-main .node-posts-topic:last-child {
    margin-right: 0px; }

.profile .profile-img {
  width: 231px;
  padding: 10px;
  background: #fff;
  margin: 0px auto 30px auto;
  position: relative;
  height: 322px;
  /*@include boxshadow-prefix(0px, 0px, 20px, 1px, #595959);*/
  -webkit-box-shadow: -2px -2px 10px -2px #525252;
  box-shadow: -2px -2px 10px -2px #525252; }

.profile .shadow:before, .profile .shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 231px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777; }

.profile .shadow:before {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg); }

.profile .shadow:after {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 10px;
  left: auto; }

.profile p {
  margin-left: 30px; }

.related-tags li {
  float: none; }
  .related-tags li a {
    margin-left: 40px; }
