@charset "UTF-8";

/* Modify MFC default */
#header_bar,#footer_bar,#tags_container,#average_rating_container,#tags_label,#tags_value,#about_me_label,.heading,#profile_header.profile_section,img#profile_avatar,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#weight_container,#height_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#occupation_container,#profile_schedule,#profile_comments,#profile_friends,#profile_interests_content {
  display:none;
}

.container,.value {
  display:block;
  margin:0;
  text-align:center;
}

/* */
body {
  background-color:#032a35;
  color:#666666;
  font-family:'Trebuchet MS','Verdana',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

a,a:active,a:visited {
  color:#196c9e;
  text-decoration:none;
  transition:color .2s;
}

a:hover {
  color:#2699de;
}

#profile {
  max-width:960px;
  text-align:left;
  margin:40px auto;
}

.profile_section_content {
  color:#666666;
  border:1px groove #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#f6f6f6;
  filter:alpha(opacity=90);
  opacity:.9;
}

.content {
  padding:5px;
}

/* animations */
@keyframes aphia {
  0% {
    color:#196c9e;
    transform:scale(1);
    -webkit-transform:scale(1);
  }
  
  15% {
    color:#218aca;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
  }
  
  30% {
    color:#196c9e;
    transform:scale(1);
    -webkit-transform:scale(1);
  }
  
  38% {
    color:#218aca;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
  }
  
  100% {
    color:#196c9e;
    transform:scale(1);
    -webkit-transform:scale(1);
  }
}

/* */
/* Fansigns */
.tl-fansigns {
  width:100%;
  font-size:0;
}

.tl-fansign {
  position:relative;
  display:inline-block;
  width:calc(100% / 5 - 8px);
  margin:5px 4px;
  padding-bottom:20%;
  background-position:50%;
  background-size:cover;
  background-repeat:no-repeat;
  transition:box-shadow .5s;
}

.tl-fansign.owyn {
  background-size:200%;
  background-position:58% 50%;
}

.tl-fansign:hover {
  box-shadow:#000 0 0 12px 5px;
}

.tl-fansign span {
  position:absolute;
  display:block;
  right:0;
  bottom:0;
  left:0;
  font-size:14px;
  background:rgba(0,0,0,0.83);
  padding:5px;
  opacity:0;
  transition:opacity .5s;
}

.tl-fansign:hover span {
  opacity:1;
}

/* */
.aphia {
  display:inline-block;
  animation:aphia;
  animation-duration:1.5s;
  animation-iteration-count:infinite;
}

.name {
  color:#117b9a;
  font-size:36px;
  margin:5px 0;
}

.twitter {
  font-size:16px;
}