@charset "UTF-8";

.clists {
  display:inline-block;
  width:288px;
  height:785px;
  margin-top:5px;
  margin-left:3px;
  color:#f4b183;
  border:5px solid #f4b183;
  border-image-slice:1;
}

.cjoins {
  display:inline-block;
  margin-top:20px;
  height:400px;
  text-align:center;
  font-size:25px;
}

#profile_comments {
}

#comments {
  width:1000px!important;
}

a:link,a:active,a:hover {
  color:#7b16fc;
}

a:link {
  text-decoration:none;
  font-family:'Comic Sans Ms';
}

a:hover {
  opacity:.7;
}

a:visited {
  color:#0aa271;
}

.buy,.buy:link,.buy:visited {
  padding:5px;
  color:#dd94e5;
  text-decoration:none;
  border:4px solid #1d2de0;
  display:table;
  width:200px;
  margin:auto;
  text-align:center;
}

.buy:hover {
  background:#06dfe5;
  color:#000;
  text-decoration:none;
}

body {
  font-family:"Comic Sans Ms";
  font-weight:bold;
  font-style:normal;
  font-size:18px;
  color:#06dfe5;
  background-image:url(https://img.mfcimg.com/photos2/317/31782241/981-104-804-857-12502622.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-height:auto;
  background-color:black;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#header_bar,#footer_bar,#about_me_label,#about_me_value,#profile_main_photo,#profile_interests_content,#profile_schedule,#profile_avatar,#avatar_holder {
  display:none;
}

#username_container,#username_value,#gender_container,#gender_value,#body_type_container,#body_type_value,#ethnicity_container,#ethnicity_value,#hair_container,#hair_value,#eyes_container,#eyes_container,#weight_container,#weight_value,#height_container,#height_value,#age_container,#age_value,#country_container,#country_value,#sexual_preference_container,#sexual_preference_value,#smoke_container,#smoke_value,#drink_container,#drink_value,#drugs_container,#drugs_value,#marital_status_container,#marital_status_value,#occupation_container,#occupation_value,#school_container,#school_value,#favorite_food_container,#favorite_food_value,#pets_container,#pets_value,#automobile_container,#automobile_value,#city_container,#city_label> div:nth-child(1) {
  display:none;
}

/* ========================================================================
         Homepage section
======================================================================== */
#twitter,#mail,#room,#snapchat,#mfc {
  display:inline-block;
  position:relative;
  float:right;
  width:60px;
  height:60px;
  background-size:100%;
  background-repeat:no-repeat;
  z-index:9999;
  border-radius:50%;
  top:1070px;
  right:300px;
  margin:18px;
  -webkit-transition:-webkit-transform .8s ease-in-out;
  transition:transform .8s ease-in-out;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -o-animation-delay:2s;
  animation-delay:2s;
  -ms-animation-delay:2s;
}

.SocialIcons {
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

#twitter:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  box-shadow:0 0 20px #f00;
}

#mail:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  box-shadow:0 0 20px #361e49;
}

#room:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  box-shadow:0 0 20px #361e49;
}

#snapchat:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  box-shadow:0 0 20px #361e49;
}

#mfc:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
  box-shadow:0 0 20px #361e49;
}

#profile_section_content {
  display:initial;
}

#profile {
  padding-top:435px;
  width:1150px;
  margin-left:702px;
  margin-top:-7px;
  background:url(https://img.mfcimg.com/photos2/317/31782241/382-503-464-154-13899982.jpg) top right no-repeat;
  background-size:950px;
  box-shadow:0 0 0 0 #333;
  font-size:.875em;
  line-height:1.25;
  color:black;
}

#profile_header {
  padding-top:0;
}

#profile_avatar {
  padding:4px;
  margin-top:-50px;
  margin-left:0;
  background-color:black;
  border:1px solid #fff;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:white;
  color:black;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.profile_section_content {
  z-index:auto;
  color:#06dfe5;
}

#about_me_value {
  display:block;
  margin:500px auto 0 -20px;
}

#aboutme,#rules,#teams,#TipMenu,#highesttippersofallthetime,#gallery,#events,#gc,#heading {
  font-size:70px;
  text-shadow:#1d2de0 0 0 30px;
  -webkit-text-stroke:#1d2de0 4px;
  text-align:center;
  padding-top:100px;
}

#alltimeheroes {
  font-size:70px;
  text-shadow:#1d2de0 0 0 30px;
  -webkit-text-stroke:#1d2de0 4px;
  text-align:center;
  padding-top:1000px;
}

#aboutmeWrapper {
  display:block;
  position:relative;
  height:400px;
  width:960px;
  background-image:url();
  background-size:940px 600px;
  background-repeat:no-repeat;
  margin:0 80px;
  font-size:25px;
  text-align:center;
}

#tags_container {
  padding-top:0;
}

#profile_friends {
  padding-top:50px;
  margin-top:50px;
  border-width:5px;
  border-style:solid;
  border-color:rgb(29,45,224);
  border-image:initial;
  border-spacing:10px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  padding:4px;
  background-color:rgb(216,216,216);
  border:1px solid rgba(0,0,0,0.2);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  -webkit-box-shadow:rgba(0,0,0,0.0980392) 0 1px 3px;
  box-shadow:rgba(0,0,0,0.0980392) 0 1px 3px;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

.heading {
  border-radius:20px 20px 20px 20px;
}

.photo_gallery_image {
  border-radius:50px;
  border:solid 0;
}

#img_preview {
  background-color:rgba(200,179,156,0);
  z-index:999!important;
}

#cam_score_label,#cam_score_value,#username_label,#username_value {
  display:none;
}

.rate {
  margin-left:335px;
  display:inline-block;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.rate:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.twitter {
  margin-left:30px;
  display:inline-block;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.twitter:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.spoil {
  margin-left:30px;
  display:inline-block;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:-webkit-transform;
  transition-property:transform;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
}

.spoil:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.top5 {
  margin-left:351px;
}

.bubbles {
  margin-left:228px;
}

.teams {
  margin-left:63px;
  padding-top:200px;
}

.pancakes {
  margin-left:220px;
}

/* ========================================================================
        Team section
======================================================================== */
#teamsWrapper {
  display:block;
  position:relative;
  left:145px;
  margin:18px;
  width:640px;
  height:330px;
  background-image:url();
  background-repeat:no-repeat;
  text-align:center;
  border:5px solid #1d2de0;
}

#teamsWrapper > a:link {
  text-decoration:none;
  color:black;
}

#teamsWrapper > a:visited {
  color:black;
}

#teamsWrapper > a:active {
  color:black;
}

#teamsWrapper > a:hover {
  color:#dda4ff;
}

/* ========================================================================
         All Time Heroes section
======================================================================== */
#alltimeheroesWrapper {
  display:block;
  position:relative;
  text-align:center;
  font-size:25px;
  margin:0 auto;
  height:200px;
  width:940px;
}

/* ========================================================================
            Best tippers (HT)
======================================================================== */
#highesttippersofallthetimeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:520px;
  overflow:hidden;
  background:url() no-repeat;
  background-size:940px 650px;
  border:5px solid #06dfe5;
  border-image:linear-gradient(to top,#1d2de0,#00800000);
  border-image-slice:1;
}

.htsilver {
  display:inline-block;
  background-color:RGBA(255,5,5,0);
  position:relative;
  top:160px;
  left:75px;
  width:250px;
  height:60px;
  text-transform:uppercase;
  font-style:italic;
  font-size:33px;
  line-height:23px;
  font-weight:600;
  text-align:center;
}

.htgold {
  display:inline-block;
  background-color:RGBA(255,255,255,0);
  position:relative;
  top:36px;
  left:70px;
  width:290px;
  height:80px;
  text-transform:uppercase;
  font-style:italic;
  font-size:40px;
  line-height:30px;
  font-weight:600;
  text-align:center;
}

.htbronze {
  display:inline-block;
  background-color:RGBA(255,5,5,0);
  position:relative;
  top:195px;
  left:75px;
  width:250px;
  height:60px;
  text-transform:uppercase;
  font-style:italic;
  font-size:33px;
  line-height:23px;
  font-weight:600;
  text-align:center;
}

.bestfapper {
  margin-left:475px;
  margin-top:100px;
}

/* ========================================================================
    Comments section
   ====================================================================== */
#wall_poster_avatar {
  display:none;
}

#wall_poster_username {
  padding:10px;
  text-transform:uppercase;
  font-style:bold;
}

.user_comment_textarea_big {
  width:900px;
  min-width:1015px;
  max-width:1015px;
  height:125px;
  box-shadow:inset 0 0 6px #333);
}

.user_comment_textarea_small {
  width:900px;
  min-width:1015px;
  max-width:1015px;
  height:125px;
  box-shadow:inset 0 0 6px #333);
}

.wall_post {
  padding:15px;
  border-top:1px solid #1d2de0;
  background-color:#000;
  margin:0 auto;
  min-height:93px;
}

wall_poster_avatar {
  padding:15px;
}

.wall_post_info {
  font-size:20px;
}

.profile_section_content .heading {
  padding:0;
  margin-right:0;
  background-color:#00000000;
  color:#1d2de0;
  font-family:"Comic Sans Ms";
  font-weight:bold;
  font-style:normal;
  font-size:70px;
  z-index:auto;
  color:#06dfe5;
  text-shadow:#1d2de0 0 0 30px;
  -webkit-text-stroke:#1d2de0 4px;
  text-align:center;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 -2px 0 #cc3333;
  -moz-box-shadow:0 -2px 0 #cc3333;
  box-shadow:0 -2px 0 #00000000;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0#00000000;
  margin-bottom:50px;
  text-align:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}