@charset "UTF-8";

body {
        background-position:center;
        background-size:cover;
        background-repeat:repeat;
        background-color:white;
        background-attachment:fixed;
        background-image:url(https://i.postimg.cc/j5GrMmH3/pxfuel-2.jpg);
      }

      UTF-8;
      /*region Fonts */
      @font-face {
        font-family:'Space Grotesk';
        font-style:normal;
        font-weight:bold;
        color:white;
      }

      *,::before,::after {
        border:0;
        color:white;
        margin:0;
        padding:0;
        -webkit-box-sizing:inherit;
        box-sizing:inherit;
        -webkit-transition:all .3s ease;
        -o-transition:all .3s ease;
        transition:all .3s ease;
      }

      html {
        box-sizing:border-box;
        font-family:'Space Grotesk';
        line-height:1.15;
        -ms-text-size-adjust:100%;
        -webkit-text-size-adjust:100%;
        -webkit-box-sizing:border-box;
        -ms-overflow-style:scrollbar;
        -webkit-tap-highlight-color:transparent;
        overflow-x:hidden;
        width:100%;
        height:100%;
      }

      /* ========================================================================
                                                                                                                                                                                    "To top"
                                                                                                                                                                        ======================================================================== */
      #ToTop {
        display:inline-block;
        position:fixed;
        width:50px;
        height:50px;
        background-image:url(https://img.mfcimg.com/photos2/374/37487917/437-274-132-394-13521682.png);
        background-repeat:no-repeat;
        background-size:50px 50px;
        bottom:50px;
        right:50px;
        z-index:1000;
      }

      #ToTop:hover {
        box-shadow:0 0 5px #73fc53,0 0 5px #73fc533b;
        border-radius:10px;
        background-color:#73fc533b;
      }

      .profile_section_content {
        margin:0;
        padding:0;
        width:900px;
      }

      .profile_section_background {
        z-index:-100;
        top:0;
        left:0;
        bottom:0;
        right:0;
        position:absolute;
        -webkit-border-radius:inherit;
        -moz-border-radius:inherit;
        border-radius:inherit;
        background-color:transparent;
      }

      .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;
      }  
    }

    .menu {
      font-size:50px;
      margin-top:60px;
      font-family:'Space Grotesk';
      letter-spacing:5px;
      text-align:center;
      padding-top:15px;
      text-transform:none;
      font-weight:600;
      outline-style:outset;
      outline-color:white;
    }

    .menumini {
      width:900px;
      font-size:50px;
      font-family:'Space Grotesk';
      text-align:center;
      line-height:75px;
      text-shadow:5px 1px black;
      vertical-align:center;
      outline-color:white;
      outline-style:solid;
    }

    .bravestdragonsofmonth {
      width:900px;
      font-size:50px;
      font-family:'Space Grotesk';
      text-align:center;
      line-height:75px;
      text-shadow:5px 1px black;
      vertical-align:center;
      outline-color:white;
      outline-style:solid;
    /* center horizontally and push to the right */
    }

    .htever {
      width:900px;
      font-size:50px;
      font-family:'Space Grotesk';
      text-align:center;
      line-height:75px;
      text-shadow:5px 1px black;
      vertical-align:center;
      outline-color:white;
      outline-style:solid;
    }

    .htever2 {
      width:900px;
      font-size:50px;
      font-family:'Space Grotesk';
      text-align:center;
      line-height:75px;
      text-shadow:5px 1px black;
      vertical-align:center;
      outline-color:white;
      outline-style:solid;
    }

    .container {
      text-align:center;
    }

    .container p {
      display:inline-block;
    }

    .fire-container {
      position:relative;
    }

    .text-container {
      background-color:transparent;
      padding:10px;
      z-index:1;
    }

    .fire-wrapper {
      position:absolute;
      top:0;
      bottom:0;
      left:0;
      right:0;
      z-index:0;
    }

    .fire-wrapper .fire {
      position:absolute;
      width:50px;
      height:50px;
      background:url(https://em-content.zobj.net/thumbs/160/apple/354/fire_1f525.png);
      background-size:contain;
      animation:burn 2s linear infinite;
    }

    .fire-wrapper .fire:nth-child(1) {
      top:-50px;
      left:10%;
    }

    .fire-wrapper .fire:nth-child(2) {
      top:-50px;
      left:30%;
    }

    .fire-wrapper .fire:nth-child(3) {
      top:-30px;
      left:50%;
    }

    .fire-wrapper .fire:nth-child(4) {
      top:-60px;
      left:70%;
    }

    .fire-wrapper .fire:nth-child(5) {
      top:-20px;
      left:90%;
    }

    .fire-wrapper .fire:nth-child(6) {
      bottom:-20px;
      left:10%;
    }

    .fire-wrapper .fire:nth-child(7) {
      bottom:-50px;
      left:30%;
    }

    .fire-wrapper .fire:nth-child(8) {
      bottom:-30px;
      left:50%;
    }

    .fire-wrapper .fire:nth-child(9) {
      bottom:-60px;
      left:70%;
    }

    .fire-wrapper .fire:nth-child(10) {
      bottom:-20px;
      left:90%;
      .fire-wrapperfire:nth-child(11) {;
      bottom:-20px;
      left:30px;
    }  
  }

  @keyframes burn {
    0% {
      transform:scale(1) rotate(0deg);
      opacity:.8;
    }

    50% {
      transform:scale(1.2) rotate(15deg);
      opacity:1;
    }

    100% {
      transform:scale(1) rotate(0deg);
      opacity:.8;
    }
  }

  .box {
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .box div {
    width:100px;
    height:100px;
  }

  .specialmenu {
    font-size:60px;
    border-bottom:6px solid #FFF;
    border-top:6px solid #FFF;
    margin-top:150px;
    margin-bottom:100px;
    position:absolute;
    text-shadow:5px 1px black;
  }

  .specialmenu1 {
    font-size:60px;
    border-bottom:6px solid #FFF;
    border-top:6px solid #FFF;
    margin-top:650px;
    margin-bottom:100px;
    position:absolute;
    text-shadow:5px 1px black;
  }

  .specialmenu2 {
    font-size:60px;
    border-bottom:6px solid #FFF;
    border-top:6px solid #FFF;
    margin-top:1200px;
    margin-bottom:100px;
    position:absolute;
    text-shadow:5px 1px black;
  }

  .decoration {
    font-size:60px;
  }

  .decoration0 {
    font-size:60px;
  }

  a {
    -webkit-text-decoration-skip:objects;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    text-decoration:none;
  }

  img {
    border-style:none;
    vertical-align:middle;
  }

  ol,ul {
    list-style:none;
  }

  /*------------ Print Styling ------------ */
  @media print {
    *,::before,::after,p::first-letter,div::first-letter,blockquote::first-letter,li::first-letter,p::first-line,div::first-line,blockquote::first-line,li::first-line {
      text-shadow:none!important;
      -webkit-box-shadow:none!important;
      box-shadow:none!important;
    }

    a,a:visited {
      text-decoration:none;
    }

    abbr[title]::after {
      content:' (' attr(title) ')';
    }

    pre {
      white-space:pre-wrap!important;
    }

    pre,blockquote {
      border:1px solid #999;
      page-break-inside:avoid;
    }

    thead {
      display:table-header-group;
    }

    tr,img {
      page-break-inside:avoid;
    }

    p,h2,h3 {
      orphans:3;
      widows:3;
    }

    h2,h3 {
      page-break-after:avoid;
    }

    .navbar {
      display:none;
    }

    .badge {
      border:1px solid #000;
    }

    .table {
      border-collapse:collapse!important;
    }

    .table td,.table th {
      background-color:#FFF!important;
    }

    .table-bordered th,.table-bordered td {
      border:1px solid #DDD!important;
    }
  }

  /*------------ MFC Reset ------------ */
  #header_bar,#footer_bar,#avatar_holder,#profile_header_container,#profile_main_photo,#username_container,#cam_score_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#about_me_label,#profile_photo_galleries,#profile_interests_content,#age_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container,#tags_container,#profile_mfc_share_content,#profile_password_photo_galleries {
    display:none;
  }

  #profile_about_me > div:nth-child(1) {
    display:none;
  }

  #about_me_container,#about_me_value {
    margin:16px;
    padding:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:101%;
    margin-top:-1.1%;
  }

  /*endregion*/
  /*region Typography*/
  h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom:.5rem;
    font-family:'Space Grotesk';
    font-weight:400;
    line-height:1.1;
    color:inherit;
  }

  h1,.h1 {
    font-size:2.5rem;
  }

  h2,.h2 {
    font-size:2rem;
  }

  h3,.h3 {
    font-size:1.75rem;
  }

  h4,.h4 {
    font-size:1.5rem;
  }

  h5,.h5 {
    font-size:1.25rem;
  }

  h6,.h6 {
    font-size:1rem;
  }

  .display-1 {
    font-size:6rem;
    font-weight:300;
    line-height:1.1;
  }

  .display-2 {
    font-size:5.5rem;
    font-weight:300;
    line-height:1.1;
  }

  .display-3 {
    font-size:4.5rem;
    font-weight:300;
    line-height:1.1;
  }

  .display-4 {
    font-size:3.5rem;
    font-weight:300;
    line-height:1.1;
  }

  p {
    margin-top:0;
    margin-bottom:1rem;
  }

  small,.small {
    font-size:80%;
    font-weight:normal;
  }

  b,strong {
    color:inherit;
    font-weight:bold;
  }

  .browserupgrade {
    margin:.2em 0;
    background:#CCC;
    color:#000;
    padding:.2em 0;
  }

  hr.separator {
    width:20%;
    margin:3vh auto;
    border:0;
    border-bottom:1px solid #D8DBDE;
  }

  .box-header {
    font-weight:300;
    font-size:48px;
    letter-spacing:10px;
    margin-top:3rem!important;
    margin-bottom:3rem!important;
    text-align:center;
    text-transform:uppercase;
  }

  .box {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-right:15px;
    padding-left:15px;
  }

  .box-fluid {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding-right:15px;
    padding-left:15px;
    width:100%!important;
  }

  .flex-box {
    position:relative;
    top:300px;
    margin-left:auto;
    margin-right:auto;
    padding:1em;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    color:white;
    text-transform:uppercase;
    font-size:15px;
    text-font:'Space Grotesk';
  }

  .flex-box-fluid {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding:3rem;
    width:100%!important;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-line-pack:center;
    align-content:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-font:'Space Grotesk';
  }

  @media (min-width: 576px) {
    .box {
      padding-right:15px;
      padding-left:15px;
      width:540px;
      max-width:100%;
    }

    .box-fluid {
      padding-right:15px;
      padding-left:15px;
    }

    .flex-box {
      padding:3rem;
      width:540px;
      max-width:100%;
    }

    .flex-box-fluid {
      padding:3rem;
    }
  }

  @media (min-width: 768px) {
    .box {
      padding-right:15px;
      padding-left:15px;
      width:720px;
      max-width:100%;
    }

    .box-fluid {
      padding-right:15px;
      padding-left:15px;
    }

    .flex-box {
      padding:3rem;
      width:720px;
      max-width:100%;
    }

    .flex-box-fluid {
      padding:3rem;
    }
  }

  @media (min-width: 992px) {
    .box {
      padding-right:15px;
      padding-left:15px;
      width:960px;
      max-width:100%;
    }

    .box-fluid {
      padding-right:15px;
      padding-left:15px;
    }

    .flex-box {
      padding:3rem;
      width:960px;
      max-width:100%;
    }

    .flex-box-fluid {
      padding:3rem;
    }
  }

  .box-fluid {
    padding-right:15px;
    padding-left:15px;
  }

  .flex-box {
    padding:3rem;
    width:1000px;
    max-width:100%;
  }

  .flex-box-fluid {
    padding:3rem;
  }  
}

/*endregion*/
* {
/* Style: Light */
  --style-light-primary:#333;
  --style-light-secondary:#777;
  --style-light-bg-1:#FFF;
  --style-light-bg-2:#F2F2F2;
/* Style: Dark*/
  --style-dark-primary:#D2CEAD;
  --style-dark-secondary:#FFF;
  --style-dark-bg:#050505;
}

/*region Main*/
#main {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:0;
  padding:0;
}

#main > div:not(:last-child)::after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background:inherit;
  z-index:-1;
  bottom:0;
  left:0;
  right:0;
  top:0;
  -webkit-transform-origin:right bottom;
  -ms-transform-origin:right bottom;
  transform-origin:right bottom;
/*-webkit-transform:        skewY(-3deg);*/
/*transform:                skewY(-3deg);*/
}

#main > div:nth-child(1) {
  z-index:5;
}

#main > div:nth-child(2) {
  z-index:4;
}

#main > div:nth-child(3) {
  z-index:3;
}

#main > div:nth-child(4) {
  z-index:2;
}

#main > div:nth-child(5) {
  z-index:1;
}

/*endregion*/
/*region Navigation*/
.navigation,.navigation > div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
}

.navigation > div a {
  margin-left:auto;
  margin-right:auto;
  font-family:'Dancing Script',cursive;
  font-size:30px;
  letter-spacing:0;
  text-align:center;
  text-transform:none;
  cursor:pointer;
  position:relative;
  display:inline-block;
  z-index:99999;
  font-weight:600;
}

.navigation > div a:hover {
  -ms-transform:scale(1.1);
/* IE 9 */
  -webkit-transform:scale(1.1);
/* Safari 3-8 */
  transform:scale(1.1);
  color:#fff;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

/*endregion*/
/*region navsocico*/
.navsocico,.navsocico > div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
  margin:-150px;
}

.navsocico > div a {
  margin-left:auto;
  margin-right:auto;
  font-family:'Space Grotesk';
  font-size:30px;
  letter-spacing:0;
  text-align:center;
  text-transform:none;
  cursor:pointer;
  position:relative;
  top:-285px;
  right:-550px;
  display:inline-block;
  z-index:99999;
  color:black!important;
  font-weight:600;
}

.navsocico > div a:hover {
  -ms-transform:scale(1.1);
/* IE 9 */
  -webkit-transform:scale(1.1);
/* Safari 3-8 */
  transform:scale(1.1);
  color:#fff;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
}

/*endregion*/
/*region Nav Bar*/
#nav-bar {
  margin-top:18px;
  z-index:9999;
  width:100%!important;
  position:absolute;
  height:60px;
}

#nav-bar > div {
}

/*endregion*/
/*region Social Bar*/
#social-bar {
  background-color:transparent;
  margin-top:0;
}

#social-bar > div {
  min-width:400px;
  width:900px;
}

.socialicons {
  margin-top:34px;
  margin-right:20px;
  height:75px;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.socialicons:hover {
  -ms-transform:scale(1.1);
/* IE 9 */
  -webkit-transform:scale(1.1);
/* Safari */
  transform:scale(1.1);
}

#album {
  overflow:hidden;
}

.nickname {
  font-size:150px;
  font-family:'Space Grotesk';
  font-weight:700;
  color:white;
  -webkit-text-stroke:1px white;
  text-shadow:10px 7px #000000;
  text-align:center;
  display:block;
}

@keyframes netflix_style {
  0% {
    text-shadow:makelongshadow(100,1);
    color:rgb(195,45,37);
    transform:scale(1.5,1.5);
  }

  10% {
    text-shadow:makelongshadow(100,1.5);
    color:rgb(195,45,37);
    transform:scale(1.5,1.5);
  }

  15% {
    color:rgb(195,45,37);
  }

  20% {
    color:rgb(195,45,37);
    text-shadow:none;
    transform:scale(1.1,1.1);
  }

  75% {
    opacity:1;
    color:rgb(195,45,37);
  }

  80% {
    opacity:1;
    color:rgb(195,45,37);
    transform:scale(0.85,0.9);
  }

  100% {
    opacity:1;
    color:rgb(195,45,37);
  }
}

.roomrulestitle {
  width:300px;
  font-size:50px;
  font-family:'Space Grotesk';
  text-align:center;
  line-height:75px;
  vertical-align:middle;
  outline-color:white;
  outline-style:solid;
  text-shadow:5px 1px black;
}

.modelname {
  width:900px;
  font-size:50px;
  font-family:'Space Grotesk';
  text-align:center;
  line-height:75px;
  text-shadow:5px 1px black;
  vertical-align:center;
  outline-color:white;
  outline-style:solid;
}

.roomrules {
  width:900px;
  font-size:50px;
  font-family:'Space Grotesk';
  text-align:center;
  line-height:75px;
  text-shadow:5px 1px black;
  vertical-align:center;
  outline-color:white;
  outline-style:none;
}

.snaptext {
  height:50px;
  width:350px;
  font-size:25px;
  font-family:'Space Grotesk';
  font-weight:600;
  text-align:center;
  line-height:35px;
  vertical-align:middle;
  border-radius:50%;
}

#profile_schedule,#profile_schedule > div {
  margin:auto;
  width:50%;
  display:block;
  height:550px;
  width:600px;
  color:white;
  font-size:22px;
  font-family:'Space Grotesk';
  text-align:center;
  line-height:34px;
  vertical-align:middle;
  border-radius:50%;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
  display:none;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-left:-150px;
  width:90px;
  height:90px;
}

/* ========================================================================
      Photo gallery section
   ====================================================================== */
#password_photo_gallery_control {
  margin-top:-300px;
}

#profile_password_photo_galleries .photo_gallery_image {
  padding-left:200px;
}

#profile_photo_galleries .photo_gallery_preview > a.photo_gallery_link {
  height:80px!important;
  width:120px!important;
}

#profile_photo_galleries {
  position:relative;
  background-color:;
  padding-bottom:100px;
}

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  padding-top:30px;
}

.photo_gallery_link {
  display:block;
  background-color:;
}

.password_photo_gallery_preview,.photo_gallery_preview {
  margin:0;
  display:inline-block;
  height:250px;
  width:195px;
  background-color:;
  padding:1px 20px;
}

.photo_gallery_previews {
  text-align:center;
  background-color:;
  height:260px;
  margin-top:130px;
}

#photo_gallery_preview {
  background-color:green;
}

#password_photo_gallery_previews {
  background-color:;
  height:500px;
  margin-top:50px;
}

.photo_gallery_name,.photo_gallery_name a {
  font-size:13px;
  text-decoration:none;
  letter-spacing:;
  color:white;
  font-weight:1000;
  text-transform:capitalize;
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.photo_gallery_count {
  text-transform:uppercase;
  font-size:8px;
  letter-spacing:;
  color:black;
  font-weight:1000;
}

.photo_gallery_image {
  border:solid 10px white;
  width:120px;
  height:120px;
  margin-left:20px;
  border-radius:20%;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -ms-transform:rotate(0deg);
/* IE 9 */
  -webkit-transform:rotate(0deg);
/* Chrome, Safari, Opera */
  transform:rotate(0deg);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

#password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
  background-image:url(https://img.mfcimg.com/photos2/283/28362456/389-767-410-848-11815203.png);
  background-repeat:no-repeat;
  background-size:100%;
  height:80px;
  width:80px;
  border:solid 0 blue;
  margin-bottom:5px;
  margin-left:37px;
}

.photo_gallery_lock {
  visibility:hidden;
}

.images {
  text-align:center;
  background-color:;
}

.photo_gallery_lock {
  visibility:hidden;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
  text-align:center;
  .hiddenphoto_gallerymargin-left:200px;
}

.heading {
  text-align:center;
}

#new_comment {
  height:240px;
  margin:auto;
  width:850px;
}

#profile {
  display:table;
  width:1000px;
  -webkit-overflow-scrolling:touch;
  background-color:transparent;
  margin:auto;
}

#profile_password_photo_galleries,#password_photo_galleries,#profile_photo_galleries,#photo_galleries {
  margin-bottom:10px!important;
  text-align:center;
  color:white;
}

#profile_friends .heading,#profile_password_photo_galleries .heading,#profile_photo_galleries .heading {
  display:none;
}

#profile_friends {
  font-size:18px;
  width:900px;
  margin-left:30%;
  margin-right:auto;
  margin-bottom:100px;
  display:none;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  color:#FFF;
  font-family:'Dosis',sans-serif;
  font-weight:600;
  width:402px;
}

#average_rating_container {
  padding-top:15px;
}

#friends_value {
  font-family:'Work Sans',sans-serif;
  font-style:normal;
}

#average_rating_count {
  font-size:15px;
}

#favorite_models_value {
  font-size:14px;
  font-weight:bold;
  font-style:normal;
}

#friends_value,#admirers_value,#admirers_value,#favorite_models_value {
  font-size:14px;
  font-style:normal;
}

#profile_mfc_news_feed_content {
  display:inline-block;
  width:920px;
}

#profile_mfc_news_feed_content .heading {
  display:inline-block;
  width:920px;
  font-family:'Sedgwick Ave',cursive;
  font-size:1.08rem;
  font-weight:600;
  line-height:1rem;
  text-transform:uppercase;
  text-align:center;
}

.my_mfc_news_feed::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
}

.my_mfc_news_feed::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#90C261;
}

.my_mfc_news_feed::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}

/* ========================================================================
    Comments section
   ====================================================================== */
#wall_poster_username {
  padding:10px;
  text-transform:uppercase;
  font-style:italic;
}

.profile_section_content > #comments {
  width:850px;
  margin-left:auto;
  margin-right:auto;
}

#profile_comments > .profile_section_content > .profile_section_background {
  width:850px;
  margin-left:auto;
  margin-right:auto;
}

#profile_comments > .profile_section_content {
  width:850px;
  margin-left:auto;
  margin-right:auto;
}

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

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

.wall_post {
  margin:auto;
}

wall_poster_avatar {
  padding:15px;
}

.wall_post_info {
  color:#FFF;
  font-family:'Sedgwick Ave',cursive;
  font-size:20px;
  margin-left:170px;
}

/* ------------------------- Link styles start ----------------------------- */
#clubbers {
  display:inline-block;
  border:5px solid black;
  margin-top:30px;
}

#clubbersht {
  display:inline-block;
}

#items {
  display:inline-block;
  height:480px;
  overflow:auto;
  text-align:center;
  font-size:30px;
  color:#000;
  font-family:'Sedgwick Ave',cursive;
}

.clb {
  margin-top:30px;
  padding-top:15px;
  display:block;
  height:80px;
  margin-bottom:22px;
}

#desires {
  padding-top:200px;
}

#commandments {
  padding-top:100px;
}

#schedule {
  padding-top:200px;
  margin-bottom:-175px;
}

#subjects {
}

#demons {
  padding-top:200px;
}

#devils {
}

.tipers {
  display:inline-block;
  width:200px;
  height:200px;
  border:3px solid #88F0FD;
  text-align:center;
  margin:5px;
  background:#f1f1f1;
  color:#d7b156;
}

.tipers:hover {
  display:inline-block;
  width:200px;
  height:200px;
  border:3px solid #f1f1f1;
  text-align:center;
  margin:5px;
  background:#000;
  color:#fff;
  box-shadow:0 0 4px #000;
  -moz-box-shadow:0 0 4px #000;
  -ms-box-shadow:0 0 4px #000;
  -o-box-shadow:0 0 4px #000;
  -webkit-box-shadow:0 0 4px #000;
}

.tipers img {
  width:150px;
  height:150px;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  -moz-box-shadow:0 0 8px #000;
  -ms-box-shadow:0 0 8px #000;
  -o-box-shadow:0 0 8px #000;
  -webkit-box-shadow:0 0 8px #000;
  border:3px solid rgba(0,0,0,.6);
  margin-top:20px;
  margin-bottom:20px;
}

.tipers:hover img {
  width:150px;
  height:150px;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  -moz-box-shadow:0 0 4px #fff;
  -ms-box-shadow:0 0 4px #fff;
  -o-box-shadow:0 0 4px #fff;
  -webkit-box-shadow:0 0 4px #fff;
  border:3px solid rgba(0,0,0,.6);
  margin-top:20px;
  margin-bottom:20px;
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

.nfo {
  padding:5px 10px;
  background:#000;
  text-align:center;
  text-shadow:0 0 8px #fff;
  color:#fff;
}

.tipers:hover > .nfo {
  padding:5px 10px;
  background:#d7b156;
  text-align:center;
  color:#88F0FD;
}

#deliciousmen {
  margin-top:-100px;
}

.perversion {
  line-height:25px;
  margin-top:100px;
  display:inline-block;
  width:800px;
  height:600px;
  text-align:center;
  font-size:25px;
  font-family:'Dancing Script',cursive;
  text-transform:none;
}

.perversion2 {
  line-height:25px;
  margin-top:100px;
  display:inline-block;
  width:800px;
  height:600px;
  text-align:center;
  font-size:25px;
  font-family:'Dancing Script',cursive;
  text-transform:none;
  width:900px;
  font-size:50px;
  font-family:'Space Grotesk';
  text-align:center;
  line-height:75px;
  text-shadow:5px 1px black;
  vertical-align:center;
  outline-color:white;
  outline-style:solid;
}

.clists {
  line-height:25px;
  padding-top:10px;
  width:788px;
  text-align:center;
  font-size:20px;
  text-transform:none;
  margin-left:auto;
  margin-right:auto;
}

.kfcwrap {
  line-height:25px;
  padding-top:10px;
  width:900px;
  text-align:center;
  font-size:20px;
  text-transform:none;
  margin-left:auto;
  margin-right:auto;
}

.cjoins {
  padding-top:10px;
  display:inline-block;
  width:600px;
  height:150px;
  text-align:center;
  overflow:hidden;
  font-size:30px;
  font-family:'Dancing Script',cursive;
}

.kfc {
  padding-top:10px;
  display:inline-block;
  width:800px;
  height:789px;
  text-align:center;
  overflow:hidden;
  font-size:30px;
  line-height:35px;
  font-family:'Dancing Script',cursive;
}

.pervjoinsmini {
  font-size:25px;
  line-height:30px;
}

.pervjoins {
  padding-top:10px;
  display:inline-block;
  width:800px;
  text-align:center;
  overflow:hidden;
  font-size:30px;
  line-height:35px;
  font-family:'Dancing Script',cursive;
}

.zombies {
  display:inline-block;
  height:35px;
  text-align:center;
  font-size:16px;
  font-family:'Dosis',sans-serif;
}

.aliens {
  display:inline-block;
  height:35px;
  text-align:center;
  font-size:16px;
  font-family:'Dosis',sans-serif;
}

.pervs {
  display:inline-block;
  height:70px;
  text-align:center;
  font-size:16px;
  font-family:'Dosis',sans-serif;
}

.zombielist {
  line-height:25px;
  padding-top:10px;
  width:700px;
  text-align:center;
  font-size:16px;
  font-family:'Dancing Script',cursive;
  text-transform:none;
  margin-left:auto;
  margin-right:auto;
}

.alienlist {
  line-height:25px;
  padding-top:10px;
  width:700px;
  height:180px;
  text-align:center;
  font-size:16px;
  font-family:'Dosis',sans-serif;
  text-transform:none;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:100px;
}

.pervlist {
  line-height:25px;
  padding-top:10px;
  display:inline-block;
  width:290px;
  height:235px;
  text-align:center;
  vertical-align:text-top;
  font-size:40px;
  font-family:'Caveat',cursive;
  text-transform:none;
}

.zombiejoin {
  padding-top:10px;
  display:inline-block;
  width:300px;
  text-align:center;
  overflow:hidden;
  font-size:25px;
  line-height:39px;
}

.alienjoin {
  padding-top:10px;
  display:inline-block;
  width:300px;
  height:180px;
  text-align:center;
  overflow:hidden;
  font-size:25px;
  line-height:39px;
}

.pervjoin {
  padding-top:10px;
  display:inline-block;
  width:250px;
  text-align:center;
  overflow:hidden;
  font-size:30px;
  line-height:38px;
  font-family:'Space Grotesk',sans-serif;
}

.pervlistmb {
  line-height:25px;
  padding-top:40px;
  display:inline-block;
  width:375px;
  height:450px;
  text-align:center;
  vertical-align:text-top;
  font-size:31px;
  text-transform:none;
  border:5px solid white;
  margin:70px 0 0;
  font-family:'Space Grotesk',sans-serif;
}

.pervjoinmb {
  padding-top:10px;
  display:inline-block;
  width:255px;
  text-align:center;
  overflow:hidden;
  font-size:30px;
  line-height:30px;
  font-family:'Space Grotesk',sans-serif;
}

.eventwrap {
  margin-top:5%;
  border:5px solid black;
}

.buy,.buy:link,.buy:visited {
  text-align:center;
  font-weight:700;
  border:2px solid white;
  padding:0 10px;
  text-shadow:2px 3px 3px #e0374c;
}

.tiprequest .buy {
  text-align:center;
  margin-left:10px;
  float:right;
}

.buyc,.buyc:link,.buyc:visited {
  text-align:center;
  margin-left:10px;
}

.buyc:hover {
  color:#fff;
  text-shadow:0 0 20px #f00,0px 0 20px #f00,0px 0 20px #f00,0px 0 30px #f00;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
  font-size:25px;
}

.tiprequests .buyc {
  text-align:center;
  margin-left:10px;
  float:right;
}

/* ========================================================================
      Tip Menu
======================================================================== */
#top {
  display:inline-block;
}

#left {
  padding-top:10px;
  display:inline-block;
  width:340px;
  height:500px;
  text-align:center;
  font-size:16px;
  text-transform:none;
}

#leftelement {
  overflow:auto;
  line-height:93px;
  display:inline-block;
  height:500px;
}

#tippng {
  display:inline-block;
  background-image:url(https://img.mfcimg.com/photos2/319/31958469/281-719-709-614-12664818.png);
  background-repeat:no-repeat;
  background-size:contain;
  width:348px;
  height:456px;
  margin-top:20px;
  -webkit-filter:drop-shadow(5px 5px 40px #fda3a3);
  filter:drop-shadow(5px 5px 40px #fda3a3);
}

#right {
  padding-top:10px;
  display:inline-block;
  width:340px;
  height:500px;
  text-align:center;
  font-size:16px;
  text-transform:none;
}

#rightelement {
  overflow:auto;
  line-height:129px;
  display:inline-block;
  height:500px;
}

#bottom {
  padding-top:10px;
}

.tiprequest {
  text-transform:none;
  text-align:left;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  font-family:'Dancing Script',cursive;
  font-size:25px;
  margin-right:10px;
  margin-left:10px;
  margin-top:15px;
}

.tiprequests {
  text-transform:none;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  font-family:'Caveat',cursive;
  font-size:25px;
  margin-right:10px;
  margin-left:10px;
  margin-top:15px;
  width:300px;
  display:inline-block;
}

.tiprequests:hover {
  color:#f00;
  text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
  font-size:30px;
}

.tiprequest:hover,.buy:hover {
  color:#000;
  -moz-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  transition:all .2s ease-in;
  font-size:30px;
}

.tiprequeste {
  text-transform:none;
  text-align:right;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  font-family:'Caveat',cursive;
  font-size:25px;
  margin-right:10px;
  margin-left:10px;
  margin-top:15px;
  width:300px;
  display:inline-block;
}

.price {
  float:right;
}

.wrapper {
  text-align:center;
  width:650px;
}

/* ========================================================================
            Delicious Men
======================================================================== */
#demonwrapper {
  text-transform:none;
}

#devilwrapper {
  text-transform:none;
}

.htgold {
  display:block;
  font-size:50px;
  text-align:center;
  font-family:'Sedgwick Ave',cursive;
}