@charset "UTF-8";

/********************************************************************************
mfc.profiles.new.bodyinspektor.css
*********************************************************************************/
a:link,a:active,a:hover {
  color:#6666ff;
}

a:visited {
  color:#9966ff;
}

@-webkit-keyframes pulse {
  25% {
    background-color:#FFF5A5;
  }

  50% {
    background-color:#FFD4DA;
  }

  75% {
    background-color:#99D2E4;
  }

  100% {
    background-color:#D8CAB4;
  }
}

body {
  background-color:#45CEEF;
  -webkit-animation:pulse 40s infinite alternate;
  color:#666666;
  font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
  font-weight:300;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:#222222;
  border:5px dotted #090808;
  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:#FAFAFA;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  color:#FFFFFF;
  font-family:"Encode Sans Expanded"!important;
  font-weight:600;
  text-align:center;
  font-stretch:normal;
  font-size:20px;
  display:inline-block;
  box-shadow:0 0 0 #777777;
  text-shadow:1px 1px 1px #000,-1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000!important;
  width:100%;
  border-radius:0!important;
  background-color:#7a7a7a;
  left:inherit!important;
  margin:0!important;
}

#profile_comments .heading {
  background-color:#3db1c4;
}

#profile_header_container .heading {
  background-color:purple;
}

#profile_about_me .heading {
  background-color:#4771d0;
}

#profile_interests_content .heading {
  background-color:#ffb518;
}

.photo_gallery:nth-of-type(even) .heading {
  background-color:red;
}

.photo_gallery:nth-of-type(even) {
  background-color:#d6bdbd;
}

.photo_gallery:nth-of-type(odd) .heading {
  background-color:green;
}

.photo_gallery:nth-of-type(odd) {
  background-color:#c5e2c5;
}

#profile_header .profile_section_content .heading {
  border-top-left-radius:0;
  border-bottom-left-radius:5px;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#favorite_models_container {
  display:none;
}

#main_photo {
  width:auto;
  margin-bottom:0;
  height:178px;
}

.profile_section {
  display:block;
}

.profile_row {
  display:block;
  width:50%;
  margin:0 auto 20px;
}

#profile_main_about_holder {
  display:block;
  width:50%;
  border-spacing:0;
  margin:0 auto;
}

#server_time {
  float:left;
  margin-top:-4px;
  margin-left:20px;
  font-weight:bold;
  color:#fff;
  font-size:9px;
  padding:0 5px;
  text-shadow:1px 1px 2px #000;
}

.clearfix.header_time {
  width:230px;
  display:block;
  position:fixed;
  height:20px;
  text-align:center;
  margin:0 auto;
  top:8px;
  right:10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
  display:inline;
  text-align:center;
}

#header_bar {
  padding:5px 10px 10px;
  width:90%!important;
  display:block;
  text-align:center;
  margin:0 auto;
}

.header_links,.footer_links {
  float:none;
}

#server_time > table > tbody > tr > td:nth-child(1) {
  text-align:right;
}

#your_time,#mfc_time {
  text-align:left;
}

.profile_section_content {
  box-shadow:5px 5px 3px rgba(119,119,119,0.56);
  border:5px dotted #090808;
}

#fixed_background {
  display:block;
  background-position:bottom left;
  background-attachment:fixed;
  background-repeat:no-repeat;
/*background-image:url(//img.mfcimg.com/photos2/132/1325180/755-253-665-840-12342923.png);*/
  background-image:url(https://img.mfcimg.com/photos2/132/1325180/271-165-135-602-8624408.png);
}

@-webkit-keyframes pulze {
  0% {
    color:#ffe10b;
  }

  100% {
    color:#ff0b0b;
  }
}

#blurb_value,.rainbow {
  text-shadow:3px 3px 3px #000,-3px 3px 3px #000,3px -3px 3px #000,-3px -3px 3px #000!important;
  -webkit-animation:pulze 2s infinite alternate;
  font-family:'Changa One',cursive;
  font-size:40px!important;
  padding-right:7px;
  font-style:normal;
  color:#ffffff;
}

#know_me_label,#about_me_container,#favorite_models_container,#average_rating_container,#profile_photo_galleries {
  display:none!important;
}

div#profile_friends {
  display:block!important;
}

div#profile_friends .heading {
  display:none!important;
}

div#admirers_container,div#friends_container {
  display:block!important;
  margin:0!important;
}

div#photo_galleries.hidden,div.hidden.photo_gallery {
  display:block!important;
}

.photo_gallery_image {
  border-radius:10px;
}

.images {
  padding:5px 5px 20px;
}

#photo_galleries {
  width:50%!important;
  display:block!important;
  margin:0 auto;
  text-align:center;
}

#know_me_value img {
  width:50%;
  height:auto;
  margin:0 auto 25px;
  display:block;
  border:5px solid orange;
  box-sizing:border-box;
  border-radius:4px;
  cursor:crosshair;
}

#know_me_value img:hover {
  border:5px solid lime;
}

.photo_gallery_image {
  width:11%;
  border:1px #222 solid;
  height:auto;
  margin:6px!important;
  box-sizing:border-box;
}

.photo_gallery_image:hover {
  border:1px lime solid;
}

h2.rainbow {
  background-color:yellow;
  margin-top:80px;
  padding:8px 3px;
  animation:pulze 2s infinite alternate-reverse;
  text-align:center!important;
}

#profile_interests_content .value {
  margin-left:0;
}

#profile_interests_content .container {
  display:block;
  margin:7px 20px;
}

.photo_gallery:nth-of-type(odd) {
  background-color:#b2fbb2;
}

.photo_gallery:nth-of-type(even) {
  background-color:#ef9393;
}

#profile_about_me_friends::after {
  width:350px;
  position:absolute;
  margin-left:892px;
  top:100px;
  display:block;
  transform:rotateZ(25deg);
  content:" ";
  background:no-repeat;
  height:600px;
  background-image:url(https://img.mfcimg.com//chat_images/u/b1/b11a1c97.gif);
}