@charset "UTF-8";

/*region Fonts */
@font-face {
  font-family:'Indie Flower';
  <linkhref:https://fonts.google.com/specimen/Indie+Flower?selection.family=Indie+Flower>;
}

*,::before,::after {
  background:transparent;
  border:0;
  color:inherit;
  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:sans-serif;
  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%;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/405-170-218-144-12631182.jpg);
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;
  background-size:cover;
  z-index:10;
  imgdisplay:block;
  margin:auto;
  width:auto;
}

#profile {
  margin-top:80px;
}

/* ========================================================================
            "To top"
======================================================================== */
#ToTop {
  display:inline-block;
  position:fixed;
  width:60px;
  height:45px;
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/694-711-438-898-12631180.png);
  background-repeat:no-repeat;
  background-size:60px 45px;
  bottom:40px;
  right:35px;
  border-radius:40%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  z-index:1000;
}

.ToTop:hover {
  box-shadow:inset 0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
}

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

.SocialIcons:hover {
  transform:scale(1.15);
  -webkit-transform:scale(1.15);
}

.menu {
  font-size:60px;
/* border-bottom:6px solid #120d45; */
/* border-top:6px solid #120d45; */
  margin-top:0;
  margin-bottom:50px;
  color:#C0A9E1;
  font-family:'Indie Flower',cursive;
  text-shadow:-1px 0 black,0 1px black,1px 0 black,0 -1px black;
  text-shadow:0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
}

.events {
  font-size:60px;
  margin-top:0;
  margin-bottom:0;
  color:#C0A9E1;
  font-family:'Indie Flower',cursive;
  text-shadow:-1px 0 black,0 1px black,1px 0 black,0 -1px black;
  text-shadow:0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
}

.specialmenu {
  font-size:100px;
/*border-bottom:6px solid #120d45;*/
/* border-top:6px solid #120d45;*/
  margin-top:570px;
/*margin-bottom:50px;*/
  color:#C0A9E1;
  font-family:'Indie Flower',cursive;
  .glowfont-size:180px;
  color:#C0A9E1;
  text-align:center;
  -webkit-animation:glow 1s ease-in-out infinite alternate;
  -moz-animation:glow 1s ease-in-out infinite alternate;
  animation:glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #FFFFFF,0 0 40px #FFFFFF,0 0 50px #FFFFFF,0 0 60px #FFFFFF,0 0 70px #FFFFFF;
  }

  to {
    text-shadow:0 0 20px #fff,0 0 30px #ff4da6,0 0 40px #ff4da6,0 0 50px #ff4da6,0 0 60px #ff4da6,0 0 70px #ff4da6,0 0 80px #ff4da6;
  }
}

.specialmenu1 {
  font-size:60px;
  border-bottom:6px solid #ffaea3;
  border-top:6px solid #ffaea3;
  margin-top:650px;
  margin-bottom:100px;
  position:absolute;
}

.specialmenu2 {
  font-size:60px;
  border-bottom:6px solid #ffaea3;
  border-top:6px solid #ffaea3;
  margin-top:1200px;
  margin-bottom:100px;
  position:absolute;
}

.modelname {
  font-size:40px;
/*border-bottom:10px solid #010101;*/
/* border-top:10px solid #010101;*/
  margin-bottom:0;
  margin-top:0;
/* position: absolute; */
  color:#5b0862;
  font-family:'Indie Flower',cursive;
/* background: #ffaea3; */
  font-weight:bold;
/* border: 5px solid white; */
}

.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;
  width:950px;
  height:630px;
}

/*------------ 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;
    z-index:9900;
  }

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

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

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

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

/*------------ MFC Reset ------------ */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#tags_label,#tags_value,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#username_container,#gender_container,#ethnicity_container,#eyes_container,#age_container,#country_container,#sexual_preference_container,#marital_status_container,#tags_label,#tags_value,#body_type_label,#body_type_value,#footer_bar,#header_bar,#cam_score_container,#hair_container,#weight_container,#height_container,#city_container,#smoke_label,#smoke_value,#drink_container,#drink_value,#drugs_container,#drugs_value,#occupation_container,#school_container,#avatar_holder,.recent_photos,#profile_main_photo,#about_me_label,#profile_friends .heading,#profile_section_content,#profile_row,#profile_friends,#profile_comments {
  display:none;
}

#about_me_value,#about_me_container {
  margin:0;
  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:-2.5%;
}

/*endregion*/
/*region Typography*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom:.5rem;
  font-family:'Overpass',sans-serif;
  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;
  font-family:'Overpass',sans-serif;
/*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;
  margin-left:auto;
  margin-right:auto;
  padding:3rem;
  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:#C0A9E1;
/*text-transform:uppercase;*/
  font-size:20px;
}

.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;
  font-family:'Overpass',sans-serif;
}

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

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

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

  .flex-box {
    padding:3rem;
    width:1140px;
    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;
  padding:0 3rem;
  min-width:700px;
  height:50px;
  z-index:9900;
}

.navigation > div {
  min-width:900px;
  width:500px;
}

.navigation > div a {
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  font-family:'Overpass',sans-serif;
  font-weight:bold;
  font-size:-440px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  text-wrap:avoid;
  outline:none!important;
  cursor:pointer;
  position:relative;
  display:inline-block;
  padding:0;
  border:none;
  text-shadow:0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
}

/*endregion*/
/*region Nav Bar*/
#nav-bar {
  \*background-color:#131314;
  font-family:'Indie Flower',cursive;
}

#nav-bar a {
  color:#C0A9E1;
}

#nav-bar > div {
  font-family:'Indie Flower',cursive;
  padding-right:75px;
}

/*endregion*/
/*region Footer*/
#footer-bar {
  background-color:#FFAEA3;
}

#footer-bar span {
  color:#131314;
  margin-left:auto;
  margin-right:auto;
  font-family:'Matura MT Script Capitals';
  font-weight:bold;
  font-size:11px;
  letter-spacing:2px;
  text-align:center;
  text-transform:uppercase;
  text-wrap:avoid;
  outline:none!important;
  position:relative;
  display:inline-block;
  padding:0;
  border:none;
}

/*endregion*/
/*region Header*/
#header {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/528-914-672-686-12631176.png)!important;
  height:800px;
  background-size:30%;
  background-position:center;
  margin-top:-70px;
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
}

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

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

.profile_section_content {
  z-index:1;
  position:relative;
  margin:0;
  border:0;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
  display:none;
}

#user_comment_comment {
  margin-left:-155px;
  float:left;
}

#new_comment_strip_links_container {
  color:#C0A9E1;
  margin-left:-155px;
}

.user_comment_textarea_big {
  width:900px;
  height:100px;
  padding:5px;
  display:block;
  width:50%;
  margin-left:auto;
  margin-right:auto;
}

.user_comment_textarea_small {
  width:900px;
  height:100px;
  padding:5px;
}

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

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

#comments {
  width:910px;
  margin:0 auto;
  background:transparent;
}

.heading {
  text-align:center;
  color:green;
}

#new_comment {
  width:900px;
  margin:10px 0 0 50px;
  margin-top:-100px;
  position:absolute;
}

#new_comment_login_message {
  margin:10px 10px 20px;
  color:#131314;
}

.wall_post_avatar #wall_poster_avatar {
  display:none;
}

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

#profile_interests_content,#comments {
  background-repeat:no-repeat!important;
  padding-top:30px!important;
}

#profile_friends,#profile_interests_content {
  background-repeat:no-repeat!important;
  padding-bottom:10px;
}

#comments {
  background-repeat:no-repeat!important;
  padding-top:180px!important;
  padding-bottom:200px;
}

#profile_comments {
  padding:0 0 20px;
}

.wall_post {
  display:inline-block;
  float:left;
  width:493px;
  height:190px;
  margin:10px 0 0 10px;
  padding-bottom:30px;
  border:5px solid #ffaea3;
  background:#FFF;
  clear:none;
  overflow-y:auto;
}

.wall_post::-webkit-scrollbar {
  -webkit-appearance:none;
  width:7px;
}

.wall_post::-webkit-scrollbar-thumb {
  background-color:#0D4E83;
}

.wall_post_body img {
  max-height:80px;
  border:solid 1px #FF4000;
}

.wall_post_avatar {
  margin:10px 215px 0;
  width:55px;
  height:55px;
  radius:100%;
  z-index:50;
}

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

#profile_mfc_news_feed_content .heading {
  display:inline-block;
  width:920px;
  font-family:'Indie Flower',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;
}

.wall_post_avatar img {
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:100%;
  border:solid 2px #131314;
}

.wall_post_info a {
  display:inline-block;
  width:400px;
  margin:3px auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1rem;
  color:#151515;
  text-decoration:none;
}

.wall_post_info a:visited {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1rem;
  color:#848484;
  text-decoration:none;
}

.wall_post_time {
  display:block;
  width:400px;
  margin:0 auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:.82rem;
  font-weight:500;
  color:#151515;
  text-align:center;
}

#wall_poster_username {
  display:none;
}

#new_comment_inputs,#comment_preview_buttons {
  max-width:1000px;
  display:inline-block;
  margin-left:55.5%;
  margin-top:8%;
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.95rem;
  font-weight:bold;
  color:#FFF;
  background:#ffaea3;
  -webkit-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFF;
  -moz-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFF;
  text-shadow:1px 1px 5px #000;
  filter:dropshadow(color=#000,offx=1,offy=1);
  display:inline-block;
}

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

.wall_post_body {
  width:295px;
  margin:5px 0 0 90px;
  padding:5px 0 0;
  border-top:solid 1px #424242;
  font-family:Tahoma,Verdana,Segoe,sans-serif;
  font-size:.88rem;
  line-height:1rem;
  color:#424242;
  text-align:justify;
}

.wall_post_info {
  margin:10px 0 0;
  text-align:center;
}

.wall_post_body iframe {
  width:152px;
  height:85px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

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

#profile_friends {
  margin-left:38%;
  color:#C0A9E1;
  margin-top:-100px;
  margin-bottom:-30px;
}

.profile_section .heading {
  font-weight:300;
  color:#C0A9E1;
  text-align:center;
  font-size:60px;
/* border-bottom:6px solid #120d45; */
/* border-top:6px solid #120d45; */
/* margin-top: 60px; */
  margin-bottom:100px;
  width:435px;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom:10px;
  font-family:'Indie Flower',cursive;
  text-shadow:-.5px 0 white,0 .5px white,.5px 0 white,0 -.5px white;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:.95rem;
  font-weight:bold;
  color:#FFF;
  background-color:#000000;
  background-image:-moz-linear-gradient(top,#0D4E83 0%,#4C7BA2 100%);
  background-image:-webkit-linear-gradient(top,#0D4E83 0%,#4C7BA2 100%);
  background-image:-o-linear-gradient(top,#0D4E83 0%,#4C7BA2 100%);
  background-image:-ms-linear-gradient(top,#0D4E83 0%,#4C7BA2 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C7BA2',endColorstr='#4C7BA2',GradientType=0);
  background-image:linear-gradient(top,#0D4E83 0%,#4C7BA2 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  text-shadow:1px 1px 5px #000;
  filter:dropshadow(color=#000,offx=1,offy=1);
}

.secInfos {
  display:inline-block;
  width:96%;
  padding-top:8px;
  padding-bottom:5px;
  height:120px;
  overflow:auto;
  text-align:center;
  font-size:27px;
  text-transform:uppercase;
  color:#000;
  text-decoration:underline;
  font-family:'Matura MT Script Capitals';
  margin-top:50px;
}

.rInfos {
  display:inline-block;
  width:96%;
  margin:0 auto;
  padding:8px 12px;
  height:500px;
  overflow:auto;
  text-align:center;
  font-size:17px;
  color:#000;
  font-family:'Matura MT Script Capitals';
  margin-top:12px;
  margin-left:1%;
  background:none;
}

#clubbers {
  display:inline-block;
  font-size:16px;
  width:1900px;
  font-family:'Indie Flower',cursive;
}

#items {
  display:inline-block;
  height:480px;
  overflow:auto;
  text-align:center;
  font-size:30px;
  color:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

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

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

.clists {
  display:inline-block;
  width:450px;
  height:700px;
  text-align:center;
  margin:5px;
  background-position:center center;
  border:5px solid #8cb6ce;
}

.clists:hover {
  display:inline-block;
  background:rgba(255,255,255,0.8);
  color:#33455b;
}

.clists2 {
  display:inline-block;
  width:450px;
  height:820px;
  text-align:center;
  margin:5px 0 100px;
  background-position:center center;
  border:5px solid #8cb6ce;
  font-family:'Overpass',sans-serif;
  color:#C0A9E1;
  text-shadow:-.5px 0 white,0 .5px white,.5px 0 white,0 -.5px white;
}

.clists2:hover {
  display:inline-block;
  background:rgba(255,255,255,0.8);
  color:#5a3a69;
}

.cjoins {
  display:inline-block;
  margin-top:20px;
  margin-bottom:10px;
/* margin-left: 10px; */
/* margin-right: 20px; */
/* width: 450px; */
  height:700px;
/* padding: 2px; */
  text-align:center;
  overflow:hidden;
  font-family:'Overpass',sans-serif;
  font-size:20px;
}

.cjoins2 {
  display:inline-block;
  margin-top:0;
  margin-bottom:10px;
/* margin-left: 10px; */
/* margin-right: 20px; */
/* width: 450px; */
  height:800px;
/* padding: 2px; */
  text-align:center;
  overflow:hidden;
  font-family:'Overpass',sans-serif;
  font-size:20px;
}

.cjoinss {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/483-404-314-698-14288329.png);
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
  background-size:cover;
  width:270px;
  height:180px;
  margin-left:90px;
}

.cjoinsss {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/483-404-314-698-14288329.png);
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
  background-size:cover;
  width:180px;
  height:120px;
  margin-left:20px;
}

.cjoinssss {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/483-404-314-698-14288329.png);
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
  background-size:cover;
  width:180px;
  height:120px;
  margin-left:230px;
  margin-top:-40px;
}

.cjoinsssss {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/483-404-314-698-14288329.png);
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
  background-size:cover;
  width:180px;
  height:120px;
  margin-left:20px;
  margin-top:-90px;
}

.cjoinssssss {
  background-image:url(https://img.mfcimg.com/photos2/218/21867733/483-404-314-698-14288329.png);
  background-repeat:no-repeat;
  font-family:'Overpass',sans-serif;
  background-size:cover;
  width:180px;
  height:120px;
  margin-left:230px;
  margin-top:-90px;
}

.wrapper {
  display:block;
  padding:10px;
  width:84%;
  overflow:auto;
  border:5px solid #8cb6ce;
}

#EventsW {
  display:block;
  padding:0;
  width:950px;
  height:640px;
  overflow:auto;
  border:5px solid #8cb6ce;
}

#EventsContent {
  display:block;
  align-content:center;
  overflow:hidden;
  border-style:solid;
  border-color:red;
}

.filltext:hover {
  text-shadow:2px 2px 4px black,2px 2px 4px black,2px 2px 4px black,2px 2px 4px black,2px 2px 4px black,2px 2px 2px black,2px 2px 2px black,2px 2px 2px black,2px 2px 2px black;
  color:white;
}

::-webkit-scrollbar {
  width:12px;
  height:0;
  background-color:black;
  border-radius:60px;
}

::-webkit-scrollbar-track {
  background-color:white;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:12px;
}

::-webkit-scrollbar-thumb {
  background:#ec5fd3;
}

::-webkit-scrollbar-thumb:horizontal {
  width:0;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius:15px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  height:12px;
}

.announcements {
  display:inline-block;
  width:940px;
  height:560px;
  overflow:auto;
}

.preview_comment_btn {
  display:inline-block;
}

#share {
  border:5px solid #8cb6ce;
  background-color:#ffffffbf;
}

div.image:before {
  content:url();
  margin-left:-25px;
}

#about-me {
  text-align:center;
  font-family:'Overpass',sans-serif;
  color:#C0A9E1;
  margin-top:0;
  text-shadow:-.5px 0 white,0 .5px white,.5px 0 white,0 -.5px white;
}

#room-rules {
  text-align:left;
  margin-top:10px;
  margin-bottom:-50px;
  font-family:'Overpass',sans-serif;
  font-size:25px;
  color:#C0A9E1;
}

#profile_row {
  font-family:'Overpass',sans-serif;
}

.mlist {
  list-style-type:none;
  line-height:45px;
  margin:0 0 0 -15%;
  color:#290099;
}

.mlist li {
  background:url(https://img.mfcimg.com/photos2/218/21867733/337-785-793-517-13734549.png);
  background-position-x:0;
  background-repeat:repeat;
  background-size:auto;
  background-size:73% 100%;
  background-repeat:no-repeat;
  background-position-x:center;
}

/* ========================================================================
            Best tippers /Dreamers 
======================================================================== */
#highesttippersofallthetimeWrapper {
  display:block;
  position:relative;
  margin-top:-50px;
  margin-bottom:50px;
  width:1030px;
  height:520px;
  overflow:hidden;
  background:url() no-repeat;
  background-size:940px 650px;
  border:5px solid #8cb6ce;
/* border-image: linear-gradient(to top,#f4b183,#00800000); */
  border-image-slice:1;
}

.htsilver {
  display:inline-block;
  background-color:RGBA(255,5,5,0);
  position:relative;
  top:175px;
  left:55px;
  width:280px;
  height:60px;
  font-family:'Overpass',sans-serif;
  text-transform:uppercase;
  font-style:italic;
  font-size:28px;
  line-height:23px;
  font-weight:600;
  color:#C0A9E1;
  text-align:center;
}

.htgold {
  display:inline-block;
  background-color:RGBA(255,255,255,0);
  position:relative;
  top:86px;
  left:80px;
  width:290px;
  height:80px;
  font-family:'Overpass',sans-serif;
  text-transform:uppercase;
  font-style:italic;
  font-size:35px;
  line-height:35px;
  font-weight:600;
  color:#C0A9E1;
  text-align:center;
}

.htbronze {
  display:inline-block;
  background-color:RGBA(255,5,5,0);
  position:relative;
  top:225px;
  left:105px;
  width:250px;
  height:60px;
  font-family:'Overpass',sans-serif;
  text-transform:uppercase;
  font-style:italic;
  font-size:26px;
  line-height:23px;
  font-weight:600;
  color:#C0A9E1;
  text-align:center;
}

#dreamers {
  margin-top:-50px;
  margin-bottom:0;
}

#twitter {
  position:fixed;
  visibility:visible;
  right:110px;
  top:100px;
  z-index:200;
  text-align:center;
  width:220px;
  height:180px;
}

#twitter img {
  margin:14%;
  height:120%;
  width:auto;
}

#twitter img:hover {
  margin:auto;
  height:100%;
}

#offlinetip {
  position:fixed;
  visibility:visible;
  right:110px;
  bottom:170px;
  z-index:200;
  width:200px;
  height:180px;
  text-align:center;
}

#offlinetip img {
  margin:14%;
  height:112%;
  width:auto;
}

#offlinetip img:hover {
  margin:auto;
  height:100%;
}

#Rayroom {
  position:fixed;
  visibility:visible;
  left:40px;
  Top:100px;
  z-index:200;
  width:160px;
  height:180px;
  text-align:center;
}

#Rayroom img {
  margin:14%;
  height:142%;
  width:auto;
}

#Rayroom img:hover {
  margin:auto;
  height:110%;
}

#mfcshare {
  position:fixed;
  visibility:visible;
  left:60px;
  Bottom:170px;
  z-index:200;
  width:180px;
  height:180px;
  text-align:center;
}

#mfcshare img {
  margin:14%;
  height:102%;
  width:auto;
}

#mfcshare img:hover {
  margin:auto;
  height:80%;
}

#page {
  display:block;
  margin:auto;
  width:100%;
}

#teams {
  text-align:center;
  margin-top:-10px;
  margin-bottom:-50px;
  font-family:'Overpass',sans-serif;
  font-size:25px;
}

.RayRay {
  font-size:40px;
  top:auto;
  margin-left:150px;
  color:#5b0862;
}

.buy,.buy:link,.buy:visited {
  padding:8px 55px;
  color:#131314;
/* text-decoration: none; */
/* border-radius: 4px; */
/* border: 3px solid #ccc; */
/* background-image: url(https://img.mfcimg.com/photos2/253/25363362/687-701-711-151-12603267.jpg); */
  width:235px;
  height:40px;