.circled {
  border: 1px solid #999999;
  border-radius: 100%;
  padding: 7px; }

.profile-cover .profile-cover__content-content {
  padding: 20px; }

.profile-cover .changeProfileBackgroundPictureLink {
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  height: 40px;
  right: 10px; }
  .profile-cover .changeProfileBackgroundPictureLink span {
    display: none;
    font-size: 12px;
    margin-right: 5px; }

.profile-cover .changeProfileBackgroundPictureLink:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #999999;
  right: 9px;
  margin-top: 9px; }
  .profile-cover .changeProfileBackgroundPictureLink:hover span {
    display: inline-block; }

.profile-cover .profile-photo {
  width: 100px;
  min-width: 50px;
  margin-right: 20px; }
  .profile-cover .profile-photo .changeProfilePictureLink {
    display: none; }
  .profile-cover .profile-photo a {
    text-shadow: none; }

.profile-cover .profile-photo:hover .changeProfilePictureLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9); }

.profile-cover .profile-cover__title {
  text-transform: uppercase; }

.profile-cover .profile-cover__subtitle {
  font-size: 1.5em; }

.profile-cover .profile-cover__content-btn {
  color: #ffffff;
  width: 125px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin-top: 10px; }

.profile-cover .profile__action-buttons {
  float: right;
  width: 175px;
  margin-top: -55px;
  margin-right: 10px; }

.profile-cover.cover--mini .profile-cover__title {
  font-size: 1.3em !important; }

.profile-followButton .content--hover {
  display: none; }

.profile-followButton:hover .content {
  display: none; }

.profile-followButton:hover .content--hover {
  display: inline-block; }

.nextEvents .nextEvents-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-follow {
  float: right;
  padding: 15px;
  display: none; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-content {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 15px 0; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-info {
  padding: 10px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #454545;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  flex-direction: column; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-info .nextEvents-list__event-title {
    font-size: 15px;
    font-weight: bold;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-info .nextEvents-list__event-subtitle {
    font-size: 12px;
    color: #999999;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-date {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  height: auto;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-date strong {
    font-weight: 600;
    font-size: 1.5em; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-inscribe {
  float: right;
  width: auto; }

.nextEvents-list__event.is--highlighted .nextEvents-list__event-title {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 16px;
  font-weight: 900; }

.nextEvents .nextEvents-list__event-extraInfo div {
  margin-bottom: 20px;
  text-align: center !important; }
  .nextEvents .nextEvents-list__event-extraInfo div:nth-child(2) {
    border-left: #cccccc 1px solid; }

.nextEvents-extraInfo {
  font-weight: 900;
  font-size: 19px; }

.nextEvents .nextEvents-list__event.was--highlighted .-image {
  min-width: 35%;
  margin: 10px 0;
  background-size: cover;
  background-position: center;
  border: 5px solid #ffffff; }

.nextEvents .nextEvents-list__event.was--highlighted .nextEvents-list__event-title {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 16px;
  font-weight: 900; }

.nextEvents .nextEvents-list__event.was--highlighted .nextEvents-list__event-date {
  background-color: transparent;
  min-width: auto;
  display: inline-block;
  padding: 0;
  margin-bottom: 0; }

.nextEvents .nextEvents-links__create {
  padding-top: 15px;
  text-transform: uppercase;
  color: #666666; }

.nextEvents .nextEvents-links__more {
  clear: both;
  float: right;
  text-transform: lowercase;
  color: #999999;
  font-size: 12px;
  font-weight: initial;
  margin-top: 10px;
  padding: 5px 10px 0 15px; }

.nextEvents .nextEvents-links__more.create-border {
  border-left: 1px solid #e1e1e1;
  padding-bottom: 5px; }

.albumPreview {
  /**
	 * Number of photos
	 */ }
  .albumPreview .albumPreview-title {
    margin-bottom: 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .albumPreview .albumPreview-list li {
    border: 0 solid #ffffff; }
    .albumPreview .albumPreview-list li .deleteImageLink {
      display: none; }
  .albumPreview .albumPreview-list li:hover .deleteImageLink {
    display: block;
    position: relative;
    margin-top: -30px;
    height: 30px;
    text-align: right;
    padding: 5px 10px;
    color: #f9f9f9;
    color: rgba(255, 255, 255, 0.8);
    background-color: #222222;
    background-color: rgba(0, 0, 0, 0.75); }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list li:first-of-type {
      width: 100%;
      border-width: 0 0 5px 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list li:first-of-type {
      width: 50%;
      padding-left: 0;
      padding-left: 0;
      border-width: 0; } }
  .albumPreview .albumPreview-list .albumPreview__photo img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none; }
  .albumPreview .albumPreview-list .albumPreview__uploadLink,
  .albumPreview .albumPreview-list .albumPreview__seeMore {
    text-transform: uppercase; }
    .albumPreview .albumPreview-list .albumPreview__uploadLink .inner-box,
    .albumPreview .albumPreview-list .albumPreview__seeMore .inner-box {
      font-size: 12px; }
    .albumPreview .albumPreview-list .albumPreview__uploadLink .fa,
    .albumPreview .albumPreview-list .albumPreview__seeMore .fa {
      font-size: 1.8em;
      margin-top: 5px;
      margin-bottom: 5px; }
  .albumPreview .albumPreview-list .albumPreview__uploadLink a {
    background-color: #ff5500;
    color: #ffffff; }
  .albumPreview .albumPreview-list .albumPreview__seeMore a {
    background-color: #e1e1e1;
    color: #999999; }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--4 li:nth-child(2),
    .albumPreview .albumPreview-list.list--4 li:nth-child(3) {
      width: 50%;
      border-bottom-width: 5px;
      border-left-width: 5px; }
    .albumPreview .albumPreview-list.list--4 li:nth-child(4),
    .albumPreview .albumPreview-list.list--4 li:nth-child(5) {
      width: 50%;
      border-left-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--4 li:first-of-type {
      border-right-width: 5px; }
    .albumPreview .albumPreview-list.list--4 li:nth-child(2),
    .albumPreview .albumPreview-list.list--4 li:nth-child(3),
    .albumPreview .albumPreview-list.list--4 li:nth-child(4),
    .albumPreview .albumPreview-list.list--4 li:nth-child(5) {
      width: 25%;
      border-right-width: 5px;
      border-bottom-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--3 li:nth-child(2),
    .albumPreview .albumPreview-list.list--3 li:nth-child(3) {
      width: 50%;
      border-bottom-width: 5px;
      border-left-width: 5px; }
    .albumPreview .albumPreview-list.list--3 li:last-of-type {
      width: 100%;
      border-left-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--3 li:first-of-type {
      border-left-width: 2px; }
    .albumPreview .albumPreview-list.list--3 li:nth-child(2),
    .albumPreview .albumPreview-list.list--3 li:nth-child(3) {
      width: 25%;
      border-left-width: 5px;
      border-bottom-width: 5px; }
    .albumPreview .albumPreview-list.list--3 li:last-of-type {
      width: 50%;
      border-left-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--2 li {
      width: 100%;
      border-left-width: 0;
      border-bottom-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--2 li:nth-child(2),
    .albumPreview .albumPreview-list.list--2 li:nth-child(3) {
      width: 50%;
      border-left-width: 5px;
      border-bottom-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--1 li {
      width: 100%;
      border-left-width: 0;
      border-bottom-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--1 li {
      width: 50%;
      border-right-width: 5px; } }
  .albumPreview .albumPreview-noPhotos {
    padding-top: 20px;
    padding-bottom: 10px;
    clear: both;
    text-align: center; }
  .albumPreview .btn {
    width: 200px; }

.albunsList .albunsList-title {
  padding-bottom: 10px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.albunsList .albunsList-list.owl-responsive-1200 > .owl-controls {
  display: none; }

.albunsList .albunsList-list .albunsList__event {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 2px; }
  .albunsList .albunsList-list .albunsList__event .albunsList__event-title {
    padding: 5px 5px;
    font-size: 12px; }
    .albunsList .albunsList-list .albunsList__event .albunsList__event-title h6 {
      line-height: 1.2em; }

.followers .component-box {
  text-align: center; }

.followers .followers-list {
  padding: 15px;
  display: inline-block; }
  .followers .followers-list li {
    padding: 5px;
    float: left; }
  .followers .followers-list li:nth-child(5) {
    clear: left; }
  .followers .followers-list a {
    width: 50px;
    height: 50px; }

.followers .followers-link {
  margin-top: 10px;
  color: #999999;
  font-size: 12px; }

.circled {
  border: 1px solid #999999;
  border-radius: 100%;
  padding: 7px; }

.profile-cover .profile-cover__content-content {
  padding: 20px; }

.profile-cover .changeProfileBackgroundPictureLink {
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  height: 40px; }
  .profile-cover .changeProfileBackgroundPictureLink span {
    display: none;
    font-size: 12px;
    margin-left: 5px; }

.profile-cover .changeProfileBackgroundPictureLink:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #999999; }
  .profile-cover .changeProfileBackgroundPictureLink:hover span {
    display: inline-block; }

.profile-cover .profile-photo {
  width: 100px;
  min-width: 50px;
  margin-right: 20px; }
  .profile-cover .profile-photo .changeProfilePictureLink {
    display: none; }

.profile-cover .profile-photo:hover .changeProfilePictureLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-filter: opacity(0.9);
          filter: opacity(0.9); }

.profile-cover .profile-cover__title {
  text-transform: uppercase; }

.profile-cover .profile-cover__subtitle {
  font-size: 1.5em; }

.profile-cover .profile-cover__content-btn {
  color: #ffffff;
  width: 125px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin-top: 10px; }

.profile-cover .profile__action-buttons {
  float: right;
  width: 175px;
  margin-top: -55px;
  margin-right: 10px; }

.profile-cover.cover--mini .profile-cover__title {
  font-size: 1.3em !important; }

.profile-followButton .content--hover {
  display: none; }

.profile-followButton:hover .content {
  display: none; }

.profile-followButton:hover .content--hover {
  display: inline-block; }

.nextEvents .nextEvents-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-follow {
  float: right;
  padding: 15px;
  display: none; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-content {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 15px 0; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-info {
  padding: 10px;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #454545;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  flex-direction: column; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-info .nextEvents-list__event-title {
    font-size: 15px;
    font-weight: bold;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-info .nextEvents-list__event-subtitle {
    font-size: 12px;
    color: #999999;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-date {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  height: auto;
  min-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nextEvents .nextEvents-list__event .nextEvents-list__event-date strong {
    font-weight: 600;
    font-size: 1.5em; }

.nextEvents .nextEvents-list__event .nextEvents-list__event-inscribe {
  float: right;
  width: auto; }

.nextEvents-list__event.is--highlighted .nextEvents-list__event-title {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 16px;
  font-weight: 900; }

.nextEvents .nextEvents-list__event-extraInfo div {
  margin-bottom: 20px;
  text-align: center !important; }
  .nextEvents .nextEvents-list__event-extraInfo div:nth-child(2) {
    border-left: #cccccc 1px solid; }

.nextEvents-extraInfo {
  font-weight: 900;
  font-size: 19px; }

.nextEvents .nextEvents-list__event.was--highlighted .-image {
  min-width: 35%;
  margin: 10px 0;
  background-size: cover;
  background-position: center;
  border: 5px solid #ffffff; }

.nextEvents .nextEvents-list__event.was--highlighted .nextEvents-list__event-title {
  text-transform: uppercase;
  line-height: 1.1em;
  font-size: 16px;
  font-weight: 900; }

.nextEvents .nextEvents-list__event.was--highlighted .nextEvents-list__event-date {
  background-color: transparent;
  min-width: auto;
  display: inline-block;
  padding: 0;
  margin-bottom: 0; }

.nextEvents .nextEvents-links__create {
  padding-top: 15px;
  text-transform: uppercase;
  color: #666666; }

.nextEvents .nextEvents-links__more {
  clear: both;
  float: right;
  text-transform: lowercase;
  color: #999999;
  font-size: 12px;
  font-weight: initial;
  margin-top: 10px;
  padding: 5px 10px 0 15px; }

.nextEvents .nextEvents-links__more.create-border {
  border-left: 1px solid #e1e1e1;
  padding-bottom: 5px; }

.albumPreview {
  /**
	 * Number of photos
	 */ }
  .albumPreview .albumPreview-title {
    margin-bottom: 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .albumPreview .albumPreview-list li {
    border: 0 solid #ffffff; }
    .albumPreview .albumPreview-list li .deleteImageLink {
      display: none; }
  .albumPreview .albumPreview-list li:hover .deleteImageLink {
    display: block;
    position: relative;
    margin-top: -30px;
    height: 30px;
    text-align: right;
    padding: 5px 10px;
    color: #f9f9f9;
    color: rgba(255, 255, 255, 0.8);
    background-color: #222222;
    background-color: rgba(0, 0, 0, 0.75); }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list li:first-of-type {
      width: 100%;
      border-width: 0 0 5px 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list li:first-of-type {
      width: 50%;
      padding-left: 0;
      padding-left: 0;
      border-width: 0; } }
  .albumPreview .albumPreview-list .albumPreview__photo img {
    position: absolute;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none; }
  .albumPreview .albumPreview-list .albumPreview__uploadLink,
  .albumPreview .albumPreview-list .albumPreview__seeMore {
    text-transform: uppercase; }
    .albumPreview .albumPreview-list .albumPreview__uploadLink .inner-box,
    .albumPreview .albumPreview-list .albumPreview__seeMore .inner-box {
      font-size: 12px; }
    .albumPreview .albumPreview-list .albumPreview__uploadLink .fa,
    .albumPreview .albumPreview-list .albumPreview__seeMore .fa {
      font-size: 1.8em;
      margin-top: 5px;
      margin-bottom: 5px; }
  .albumPreview .albumPreview-list .albumPreview__uploadLink a {
    background-color: #ff5500;
    color: #ffffff; }
  .albumPreview .albumPreview-list .albumPreview__seeMore a {
    background-color: #e1e1e1;
    color: #999999; }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--4 li:nth-child(2),
    .albumPreview .albumPreview-list.list--4 li:nth-child(3) {
      width: 50%;
      border-bottom-width: 5px;
      border-left-width: 5px; }
    .albumPreview .albumPreview-list.list--4 li:nth-child(4),
    .albumPreview .albumPreview-list.list--4 li:nth-child(5) {
      width: 50%;
      border-left-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--4 li:first-of-type {
      border-right-width: 5px; }
    .albumPreview .albumPreview-list.list--4 li:nth-child(2),
    .albumPreview .albumPreview-list.list--4 li:nth-child(3),
    .albumPreview .albumPreview-list.list--4 li:nth-child(4),
    .albumPreview .albumPreview-list.list--4 li:nth-child(5) {
      width: 25%;
      border-right-width: 5px;
      border-bottom-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--3 li:nth-child(2),
    .albumPreview .albumPreview-list.list--3 li:nth-child(3) {
      width: 50%;
      border-bottom-width: 5px;
      border-left-width: 5px; }
    .albumPreview .albumPreview-list.list--3 li:last-of-type {
      width: 100%;
      border-left-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--3 li:first-of-type {
      border-left-width: 2px; }
    .albumPreview .albumPreview-list.list--3 li:nth-child(2),
    .albumPreview .albumPreview-list.list--3 li:nth-child(3) {
      width: 25%;
      border-left-width: 5px;
      border-bottom-width: 5px; }
    .albumPreview .albumPreview-list.list--3 li:last-of-type {
      width: 50%;
      border-left-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--2 li {
      width: 100%;
      border-left-width: 0;
      border-bottom-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--2 li:nth-child(2),
    .albumPreview .albumPreview-list.list--2 li:nth-child(3) {
      width: 50%;
      border-left-width: 5px;
      border-bottom-width: 5px; } }
  @media (max-width: 1200px) {
    .albumPreview .albumPreview-list.list--1 li {
      width: 100%;
      border-left-width: 0;
      border-bottom-width: 5px; } }
  @media (min-width: 1200px) {
    .albumPreview .albumPreview-list.list--1 li {
      width: 50%;
      border-right-width: 5px; } }
  .albumPreview .albumPreview-noPhotos {
    padding-top: 20px;
    padding-bottom: 10px;
    clear: both;
    text-align: center; }
  .albumPreview .btn {
    width: 200px; }

.albunsList .albunsList-title {
  padding-bottom: 10px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.albunsList .albunsList-list.owl-responsive-1200 > .owl-controls {
  display: none; }

.albunsList .albunsList-list .albunsList__event {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 2px; }
  .albunsList .albunsList-list .albunsList__event .albunsList__event-title {
    padding: 5px 5px;
    font-size: 12px; }
    .albunsList .albunsList-list .albunsList__event .albunsList__event-title h6 {
      line-height: 1.2em; }

.followers .component-box {
  text-align: center; }

.followers .followers-list {
  padding: 15px;
  display: inline-block; }
  .followers .followers-list li {
    padding: 5px;
    float: left; }
  .followers .followers-list li:nth-child(5) {
    clear: left; }
  .followers .followers-list a {
    width: 50px;
    height: 50px; }

.followers .followers-link {
  margin-top: 10px;
  color: #999999;
  font-size: 12px; }

/*# sourceMappingURL=../../../build_maps/pages/profile/profile_v1.0.css.map */
