@charset "UTF-8";

UTF-8;
/* =================================================================
These elements are the main content sections we do not want seen.
=================================================================*/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_interests_content,#favorite_models_label,#favorite_models_value,#friends_label,#blurb_label,#blurb_value,#avatar_holder,#friends_value,#admirers_label,#admirers_value,#status_label,#show_message_dialog,#member_type_value,#unix_last_updated_container.container,#unix_last_login_container.container,#profile_main_photo {
  display:none;
}

/* =================================================================
          These elements are the main content information we do not want seen. 
=================================================================*/
#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#cam_score_container,#school_container,#tags_container {
  display:none;
}

.containerX {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:auto;
}

.headerX {
  font-size:17px;
/* font-family: vardena; */
  text-shadow:0 0 13px white;
/* padding: 4px 21px; */
  text-align:right;
  color:rgba(255,255,255,0.74);
  font-weight:bold;
  margin:0 0 -20px;
  text-transform:uppercase;
}

.rowX {
  z-index:10;
}

.labelX {
  z-index:10;
  color:white;
  float:left;
  clear:both;
  font-size:14px;
  padding-right:5px;
}

.valueX {
  font-size:14px;
  color:#efafaf;
  padding-left:5px;
}

.titleX {
  color:white;
  text-align:center;
  font-size:54px;
  font-weight:bold;
  text-shadow:2px 2px #008000;
  font-family:Georgia;
  font-variant:small-caps;
}

#video-header-video {
  position:fixed;
  right:0;
  bottom:0;
  min-width:100%;
  min-height:100%;
  z-index:-1;
}

#profile_friends {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
}

.mediaImg {
  height:48px;
  margin:0 10px;
  transition:.2s ease-out;
}

.mediaImg:hover {
  transform:scale(1.3,1.3);
}

.mediaLink {
  height:48px;
}

.mediaContainer {
  margin:35px auto;
  width:290px;
}

#profile_mfc_share_content .profile_section_content {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
}

.tipRow {
  z-index:1;
}

.tipVal {
  float:left;
  clear:both;
  width:40px;
  text-align:right;
  margin:0 5px 0 0;
  color:gold;
  font-size:14px;
}

.tipLink {
  color:white;
  text-decoration:none;
  font-size:14px;
}

.tipLink:hover {
  color:gold;
  text-shadow:0 0 2px gold;
}

.tipText {
  font-size:14px;
  color:#efafaf;
  margin:26px;
}

.sdaddy {
  z-index:1;
  font-size:18px;
  color:coral;
  font-family:verdana;
  margin:8px;
}

.heartImg {
  height:20px;
}

.wishLink {
  color:white;
}

.wishLink:hover {
  color:gold;
  text-shadow:0 0 2px gold;
}

.wishSmall {
  height:20px;
}

.wrapperX {
  padding:10px;
}

#fixed_background {
  color:black;
}

#profile_comments .profile_section_content {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
}

#profile_schedule .profile_section_content {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
}

#profile_photo_galleries .profile_section_content {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
}

#photo_galleries .profile_section_content {
  background-color:rgba(103,107,96,0.4);
/* opacity: .5; */
  border-radius:15px;
  padding:10px 55px;
  box-shadow:10px 10px 26px rgba(255,255,255,0.21);
  width:60%;
  border:5px solid white;
  margin:35px auto;
  display:block!important;
}

.wall_post_body {
  color:#fff2f2;
/*  background-color:rgb(242,124,80); */
/* border-radius: 21px; */
  margin-top:10px;
}

.wall_post_body {
  overflow:auto;
  padding:15px;
}

.wall_post_info a {
  color:white;
}

.wall_post_time {
  display:none;
}

.tipWrapper {
  margin:0 20px;
}

#profile_about_me .heading {
  display:none;
}

#about_me_container #about_me_label {
  display:none;
}

.heading {
  font-size:17px;
/* font-family: vardena; */
  text-shadow:0 0 13px white;
/* padding: 4px 21px; */
  text-align:right;
  color:rgba(255,255,255,0.74);
  font-weight:bold;
  margin:0 0 -20px!important;
  text-transform:uppercase;
}

.label {
  color:wheat;
}

.value {
  color:#efafaf;
}

#admire,#make_friend {
  color:gold;
}

#ihx {
  margin-top:35px;
}

#header_bar,#profile_header {
  display:none;
}

input.post_comment_btn {
  background:none;
  color:#cac5c5;
  border:1px solid;
}

input.post_comment_btn:hover {
  color:green;
  border:none;
  margin:4px 1px 1px;
}

.btn-grey {
  background-color:transparent!important;
}

.my_mfc_share {
  margin-top:21px!important;
}

.wall_post_info {
  color:white;
}

.popular-header {
  color:white!important;
}

.nick-container a {
  text-shadow:0 0 13px white;
  color:rgba(255,255,255,0.74);
  font-weight:bold;
  text-transform:uppercase;
}

.DesignImg {
  z-index:-1;
  width:300px;
}

.creditsHeader {
  z-index:-1;
  color:#e46363;
  font-family:georgia;
  font-size:14px;
  text-align:center;
  font-weight:bold;
  text-decoration:overline;
  letter-spacing:1px;
}

.credits {
  position:fixed;
  bottom:0;
  right:0;
}

.DesignLink {
  transition:.2s ease-out;
}

.DesignLink:hover {
  filter:saturate(8);
}

.DesignImg {
  z-index:-1;
}

.mfc_profile_customized {
  background-color:black;
  background:url(https://share-cache-1.myfreecams.com/signed/1562263887/YRrRw9TVYPjVIh0LNtWQFw/1/t/x/b/txb3xrhb/large.jpg)fixed;
  background-size:130%;
}

.profile_section_background {
  background:rgba(0,0,0,.7);
  border-radius:2em;
}