@charset "UTF-8";

@font-face {
  font-family:"Cinzel Decorative";
  font-style:normal;
  font-weight:400;
  src:local(CinzelDecorative-Regular),url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQl4jZHmtnl4mfN0ClpLnj0E.woff2) format("woff2");
  unicode-range:U+0-FF,U+131,U+152-153,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
  font-family:Gabriela;
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/RDBxMrJQwQghHy7ApC2QuRTbgVql8nDJpwnrE27mub0.woff2) format("woff2");
  unicode-range:U+100-24F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:Gabriela;
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0-FF,U+131,U+152-153,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  src:local("Titillium Web"),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.woff2) format("woff2");
  unicode-range:U+100-24F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  src:local("Titillium Web"),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.woff2) format("woff2");
  unicode-range:U+0-FF,U+131,U+152-153,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

body {
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  width:80%;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/banner-bg.png);
  background-origin:initial;
  background-clip:initial;
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
  background-color:rgb(241,241,241);
  color:rgb(85,85,85);
}

.profile_section_background {
  background-color:rgba(255,255,255,0);
  opacity:1;
}

div#status_container.container {
  display:block;
  margin-top:-5px;
  position:relative;
  margin-left:60px;
  height:20px;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:500;
}

#member_status_value:nth-child(1) {
  padding-left:3px;
  padding-right:3px;
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-position-x:-100px;
  background-position-y:0;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-position-x:100px;
  background-position-y:0;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-color:rgb(0,153,204);
  color:rgb(34,34,34);
}

#member_status_value a:link,#member_status_value a:visited {
  color:rgb(255,255,255);
}

#member_status_value a:hover {
  color:rgb(255,255,255);
}

#member_type_value {
  display:none;
}

div#status_container.container a:hover {
  color:rgb(241,241,241);
}

span#unix_last_broadcast_label {
  display:none;
}

#status_label {
  display:none;
}

#photo_gallery_previews a {
  color:rgb(85,85,85);
}

.photo_gallery_image {
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(85,85,85);
  border-right-color:rgb(85,85,85);
  border-bottom-color:rgb(85,85,85);
  border-left-color:rgb(85,85,85);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.photo_gallery_image:hover {
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,153,204);
  border-right-color:rgb(0,153,204);
  border-bottom-color:rgb(0,153,204);
  border-left-color:rgb(0,153,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:rgb(102,102,102) 0 0 3px;
}

#profile {
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

.profile_section_content .heading {
  display:none;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

.content {
  display:block;
}

#profile_interests_content .label {
  display:block;
}

#profile_main_about_holder {
  color:rgb(241,241,241);
  font-size:13px;
}

#avatar_holder {
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

#profile_avatar {
  display:none;
}

#footer_bar {
  text-align:center;
  font-size:12px;
  font-family:Cinzel;
  margin-top:3px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

#footer_bar a:hover {
  color:rgb(102,102,102);
}

#footer_bar::after {
  content:"â˜…- design by @CSSMFC - â˜…";
  display:inline-block;
  margin-left:2px;
  font-family:Gabriela;
  font-size:13px;
  color:rgb(85,85,85);
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

#profile_header_container {
}

#unix_last_updated_container {
  display:none;
}

#blurb_label {
  display:none;
}

#blurb_value {
  display:none;
}

img#wall_poster_avatar,#wall_poster_username {
  display:none;
}

#last_login_string_container {
  display:none;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  color:rgb(34,34,34);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  font-size:14px;
}

.photo_gallery_name a:hover {
  color:rgb(241,241,241);
}

#header_bar {
  display:none;
}

#username_container,#cam_score_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  position:relative;
  margin-top:0;
  margin-right:auto;
  margin-left:auto;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-bottom:5px;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:width;
  padding-top:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-left:12px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.3);
}

textarea:focus {
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0;
  transition-property:height;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  color:rgb(0,0,0);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:Gabriela,"Palatino Linotype","Book Antiqua",Palatino,serif;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-image:url(https://mfcpro.files.wordpress.com/2016/07/empty_avatar.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-size:100%;
  background-position-x:50%;
  background-position-y:0;
  background-color:rgb(241,241,241);
  margin-top:1px;
  margin-left:-5px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgba(255,255,255,0);
  border-right-color:rgba(255,255,255,0);
  border-bottom-color:rgba(255,255,255,0);
  border-left-color:rgba(255,255,255,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  box-shadow:rgb(102,102,102) 0 0 6px;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:rgb(204,204,204);
}

.img_radius_shadow {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  color:rgb(85,85,85);
  padding-top:8px;
  padding-right:12px;
  padding-bottom:8px;
  padding-left:12px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  transition-duration:.9s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  font-family:"Titillium Web","Palatino Linotype","Book Antiqua",Palatino,serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:100%;
  background-position-y:0;
}

.wall_post a,.wall_post a:visited {
  color:rgb(85,85,85);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.wall_post a:hover {
  color:rgb(0,153,204);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

div#comments {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  margin-top:30px;
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

form#new_comment.hidden {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0);
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  height:auto;
  margin-top:60px;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  padding-top:5px;
  padding-right:15px;
  padding-bottom:5px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(255,255,255,0.5);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-bottom:20px;
  visibility:visible;
  font-size:19px;
  color:rgb(85,85,85);
  font-family:Gabriela,"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-left:0;
}

p {
  font-family:Gabriela,"Palatino Linotype","Book Antiqua",Palatino,serif;
  line-height:normal;
  font-size:16px;
}

#profile_about_me {
}

.photo_gallery_count {
  color:rgb(204,204,204);
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
}

#about_me_container,#about_me_value {
  font-family:Gabriela;
  visibility:visible;
}

#profile_friends {
  display:block;
  margin-top:10px;
  color:rgb(85,85,85);
  margin-bottom:30px;
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  background-image:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:100%;
  background-position-y:0;
  background-color:rgba(255,255,255,0.5);
  font-size:14px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:url(https://mfcpro.files.wordpress.com/2015/11/bg-pattern.png);
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:repeat;
  background-repeat-y:repeat;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(17,17,17);
  color:rgb(255,255,255);
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(169,3,41);
  color:rgb(255,255,255);
}

iframe,embed,frame {
  display:block;
  width:90%;
  height:450px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
}

.xcr::-webkit-scrollbar {
  width:5px;
}

.xcr::-webkit-scrollbar-track {
  box-shadow:rgba(0,0,0,0.3) 0 0 6px inset;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(169,3,41);
  box-shadow:rgba(0,0,0,0.5) 0 0 6px inset;
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(204,0,0,0.4);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

* {
  box-sizing:border-box;
}

html {
}

h1 {
  font-size:34px;
  font-family:"Cinzel Decorative",sans-serif;
}

h2 {
  font-size:27px;
  font-family:"Cinzel Decorative",sans-serif;
}

h3 {
  font-size:24px;
  font-family:"Cinzel Decorative",sans-serif;
}

h4 {
  font-size:22px;
  font-family:"Cinzel Decorative",sans-serif;
}

h5 {
  font-size:20px;
  font-family:"Cinzel Decorative",sans-serif;
}

h6 {
  font-size:20px;
  font-family:"Cinzel Decorative",sans-serif;
}

a {
  color:rgb(217,5,82);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:visited {
  color:rgb(217,5,82);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:hover {
  color:rgb(0,0,0);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:active {
  color:rgb(0,0,0);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:focus {
  color:rgb(217,5,82);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.col-1 {
  width:8.33%;
}

.col-2 {
  width:16.66%;
}

.col-3 {
  width:25%;
}

.col-4 {
  width:33.33%;
}

.col-5 {
  width:41.66%;
}

.col-5-half {
  width:47.66%;
}

.col-6 {
  width:50%;
}

.col-7 {
  width:58.33%;
}

.col-8 {
  width:66.66%;
}

.col-9 {
  width:75%;
}

.col-10 {
  width:83.33%;
}

.col-11 {
  width:91.66%;
}

.col-12 {
  width:100%;
}

[class*="col-"] {
  float:left;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

[class*="no"] {
  float:left;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}

[class*="padd20"] {
  display:block;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.row::after {
  content:"";
  clear:both;
  display:block;
}

.hr {
  border-top-width:initial;
  border-right-width:initial;
  border-bottom-width:initial;
  border-left-width:initial;
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:none;
  border-left-style:none;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-bottom:20px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(255,51,153);
  box-shadow:rgb(255,255,255) 0 0 3px;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clear {
  clear:both;
  display:block;
  overflow-x:hidden;
  overflow-y:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.dotted {
  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:rgb(119,119,119);
  border-left-width:0;
  border-left-style:initial;
  border-left-color:initial;
  border-right-width:0;
  border-right-style:initial;
  border-right-color:initial;
  margin-bottom:10px;
}

.wrapper {
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-color:rgb(255,255,255);
  box-shadow:rgb(153,153,153) 0 2px 4px;
  color:rgb(85,85,85);
}

.show-nav #topmenu {
  display:block;
}

.show-nav #topmenu:target {
  display:block;
}

.show-nav #hide-menu {
  display:block;
  top:0;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  opacity:1;
}

.show-nav #hide-menu:target {
  display:block;
  top:-400px;
  opacity:0;
}

.show-nav #hide-menu:target > #go-away {
  display:none;
}

.imenu > .close-nav a:link {
  opacity:0;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  transform:rotateY(-90deg);
}

.imenu:hover > .close-nav a:link {
  opacity:1;
  transform:rotateY(0deg);
}

.close-nav a:link {
  display:inline-block;
  position:fixed;
  top:8px;
  right:10px;
  text-align:center;
  z-index:10;
  width:50px;
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/close-menu.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:50%;
  background-position-y:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:transparent;
}

.close-nav a:hover {
  display:inline-block;
  position:fixed;
  top:8px;
  right:10px;
  text-align:center;
  z-index:10;
  width:50px;
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/close-menu.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:50%;
  background-position-y:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:transparent;
}

.close-nav-second a:link {
  display:inline-block;
  position:fixed;
  top:8px;
  right:10px;
  text-align:center;
  z-index:3;
  width:50px;
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/menu.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:50%;
  background-position-y:0;
  opacity:.7;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:rgb(109,0,25);
}

.close-nav-second a:hover {
  display:inline-block;
  position:fixed;
  top:8px;
  right:10px;
  text-align:center;
  z-index:3;
  width:50px;
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/menu.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:50%;
  background-position-y:0;
  opacity:1;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  background-color:rgb(34,34,34);
}

.imenu {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  padding-bottom:4px;
  z-index:500;
  background-color:rgb(158,0,57);
}

.imenu ul {
}

.imenu ul li {
  list-style-type:none;
  list-style-position:initial;
  list-style-image:initial;
}

.imenu li {
  display:inline-block;
  margin-left:-4px;
}

.imenu a:link,.imenu a:visited {
  padding-top:16px;
  padding-right:18px;
  padding-bottom:16px;
  padding-left:18px;
  color:rgb(241,241,241);
  text-align:center;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

.imenu a:hover {
  background-color:rgb(109,0,25);
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  box-shadow:rgba(153,0,0,0.2) 0 33px 13px inset,rgb(0,0,0) 0 11px 62px inset,rgb(169,3,41) 0 -15px 62px inset;
  text-shadow:rgb(0,0,0) 2px 2px 1px;
}

.hder-img,.scnav,.snav {
  text-align:center;
}

.hder-img img,.scnav img,.snav img {
  display:block;
  width:100%;
  height:auto;
}

.scnav img {
  display:block;
  width:100%;
  position:relative;
}

.snav img {
  display:block;
  width:100%;
  position:relative;
  top:-250px;
  transition-duration:.9s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.snav:hover img {
  display:block;
  width:40%;
  position:relative;
  top:10px;
  right:44px;
  transform:scale(1.1,1.1) rotate(66deg);
}

.scnav,.snav {
  height:354px;
  max-height:354px;
  background-color:rgb(169,3,41);
  overflow-x:hidden;
  overflow-y:hidden;
}

.scnav img,.vids img {
  transition-duration:.7s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  overflow-x:hidden;
  overflow-y:hidden;
}

.scnav:hover img,.vids:hover img {
  transform:scale(1.1,1.1) rotate(2deg);
}

.greyeffect {
  filter:grayscale(40%) brightness(1);
}

.greyeffect:hover {
  filter:none;
}

.mod-goodies h3 {
  color:rgb(255,255,255);
  font-family:"Cinzel Decorative";
  font-style:normal;
  font-weight:400;
}

.mod-goodies {
  color:rgb(241,241,241);
}

.mod-goodies p {
  display:block;
  text-align:center;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  line-height:5rem;
}

.mod-goodies a:link,.mod-goodies a:visited {
  font-size:20px;
  padding-top:10px;
  padding-right:26px;
  padding-bottom:10px;
  padding-left:26px;
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-align:center;
  border-top-width:3px;
  border-right-width:3px;
  border-bottom-width:3px;
  border-left-width:3px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
}

.mod-goodies a:hover {
  background-color:rgba(0,0,0,0.7);
}

.go a:link,.go a:visited {
  padding-top:13px;
  padding-right:26px;
  padding-bottom:13px;
  padding-left:26px;
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:-170px;
  margin-right:auto;
  margin-bottom:-270px;
  margin-left:auto;
  z-index:66;
  position:relative;
  top:-100px;
  background-color:rgba(0,0,0,0.7);
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

.go a:hover {
  background-color:rgba(0,0,0,0.9);
}

.box {
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  font-size:18px;
  color:rgb(102,102,102);
  height:400px;
  overflow-x:auto;
  overflow-y:auto;
}

.camgirlbioliveeditor {
  background-color:rgba(255,255,255,0);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  text-align:center;
  height:100px;
}

.camgirlbioliveeditor::after {
  content:"Camgirl Live Editor";
  display:block;
  height:30px;
  font-size:15px;
  color:rgb(102,102,102);
  opacity:0;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  margin-top:-30px;
  margin-right:auto;
  margin-bottom:-30px;
  margin-left:auto;
  font-family:"Titillium Web",sans-serif;
}

.camgirlbioliveeditor:hover::after {
  content:"Custom MyFreeCams Template Editor";
  display:block;
  height:30px;
  font-size:14px;
  color:rgb(102,102,102);
  opacity:1;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.camgirlbioliveeditor img {
  display:block;
  width:240px;
  height:auto;
  opacity:.5;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  filter:grayscale(100%);
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.camgirlbioliveeditor:hover img {
  filter:grayscale(0%);
  opacity:1;
  transform:rotateY(180deg);
}

.social {
  padding-top:40px;
  padding-bottom:40px;
  text-align:center;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgba(117,106,71,0.3);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(117,106,71,0.3);
  margin-bottom:40px;
}

.social a:link,.social a:visited {
  display:inline-block;
  width:120px;
  height:120px;
  text-align:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-left-width:8px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(169,3,41);
  border-right-color:rgb(169,3,41);
  border-bottom-color:rgb(169,3,41);
  border-left-color:rgb(169,3,41);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(37,41,44);
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.social a:hover {
  background-color:rgb(169,3,41);
  border-top-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-left-width:8px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(37,41,44);
  border-right-color:rgb(37,41,44);
  border-bottom-color:rgb(37,41,44);
  border-left-color:rgb(37,41,44);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.social img {
  margin-top:24px;
  transform:rotateY(360deg);
  opacity:.7;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.social a:hover img {
  margin-top:20px;
  opacity:1;
  transform:rotateY(0deg);
}

.info {
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  font-size:19px;
}

.tip-button a:link,.tip-button a:visited {
  display:block;
  height:auto;
  width:70%;
  padding-top:5px;
  padding-right:16px;
  padding-bottom:5px;
  padding-left:16px;
  font-size:19px;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(51,51,51);
}

.tip-button a:hover {
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(169,3,41);
  border-right-color:rgb(169,3,41);
  border-bottom-color:rgb(169,3,41);
  border-left-color:rgb(169,3,41);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(169,3,41);
  box-shadow:rgb(0,0,0) 0 1px 5px inset;
}

.tipmenu {
  height:450px;
  overflow-x:auto;
  overflow-y:auto;
  padding-top:20px;
  padding-bottom:20px;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  font-size:19px;
  margin-bottom:40px;
}

.tiprequest {
  padding-top:8px;
  padding-right:0;
  padding-bottom:8px;
  padding-left:0;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.vids-thumb {
  overflow-x:hidden;
  overflow-y:hidden;
}

.vids-thumb img {
  display:block;
  width:100%;
  height:auto;
  background-color:rgb(37,41,44);
}

.vids:hover .vids-thumb img {
  background-color:rgb(169,3,41);
}

.vname {
  display:block;
  font-size:18px;
  color:rgb(169,3,41);
  font-weight:bold;
  font-family:"Titillium Web";
  font-style:normal;
}

.vdesc {
  font-size:14px;
  color:rgb(85,85,85);
  font-family:Gabriela;
  font-style:normal;
  font-weight:400;
  height:100px;
  overflow-x:auto;
  overflow-y:auto;
}

.vids {
  box-shadow:rgb(0,0,0) 0 0 1px;
  overflow-x:hidden;
  overflow-y:hidden;
}

.featured-vid {
  display:block;
  width:155px;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  height:auto;
  padding-top:10px;
  padding-right:6px;
  padding-bottom:10px;
  padding-left:6px;
  text-align:center;
  position:relative;
  top:-6px;
  left:-61px;
  background-color:rgb(169,3,41);
  color:rgb(255,255,255);
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position-x:-30px;
  background-position-y:0;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  font-size:13px;
  margin-bottom:-40px;
  z-index:99;
  -webkit-text-stroke-width:.05px;
  -webkit-text-stroke-color:white;
  -webkit-font-smoothing:antialiased;
  transform:rotate(-39deg);
  box-shadow:rgb(0,0,0) 0 1px 3px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.vids:hover .featured-vid {
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position-x:150px;
  background-position-y:0;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
}

.tip-button-vids a:link,.tip-button-vids a:visited {
  display:block;
  height:auto;
  width:70%;
  padding-top:8px;
  padding-right:16px;
  padding-bottom:8px;
  padding-left:16px;
  font-size:19px;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  color:rgb(51,51,51);
  border-top-left-radius:26px;
  border-top-right-radius:26px;
  border-bottom-right-radius:26px;
  border-bottom-left-radius:26px;
}

.tip-button-vids a:hover {
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(169,3,41);
  border-right-color:rgb(169,3,41);
  border-bottom-color:rgb(169,3,41);
  border-left-color:rgb(169,3,41);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(169,3,41);
  box-shadow:rgb(0,0,0) 0 1px 5px inset;
}

.token-amount {
  border-top-width:3px;
  border-right-width:3px;
  border-bottom-width:3px;
  border-left-width:3px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(169,3,41);
  border-right-color:rgb(169,3,41);
  border-bottom-color:rgb(169,3,41);
  border-left-color:rgb(169,3,41);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(169,3,41);
  background-color:rgb(255,255,255);
  font-size:2.555rem;
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  text-align:center;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.st-items {
  background-color:rgb(241,241,241);
}

.store-items {
  height:160px;
  overflow-x:auto;
  overflow-y:auto;
  font-size:16px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:5px;
  margin-left:auto;
  line-height:normal;
}

.st-items:hover .token-amount {
  border-top-width:3px;
  border-right-width:3px;
  border-bottom-width:3px;
  border-left-width:3px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(68,68,68);
  border-right-color:rgb(68,68,68);
  border-bottom-color:rgb(68,68,68);
  border-left-color:rgb(68,68,68);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(241,241,241);
  background-color:rgb(169,3,41);
}

.toptippers {
  height:230px;
  overflow-x:auto;
  overflow-y:auto;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
  margin-bottom:20px;
}

.toptippers p {
  display:block;
  line-height:normal;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.toptippers p::before {
  content:"â˜†";
  display:inline-block;
  width:20px;
  margin-left:13px;
}

.toptippers p:hover::before {
  content:"â˜…";
  display:inline-block;
  width:20px;
  margin-left:13px;
}

.ttipers img {
  display:block;
  width:100%;
  height:auto;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  transition-duration:.7s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.ttipers:hover img {
  display:block;
  width:100%;
  height:auto;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  transform:rotateY(180deg);
  filter:grayscale(100%);
}

.banner {
  color:rgb(255,255,255);
  text-align:center;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(158,0,57);
  border-right-color:rgb(158,0,57);
  border-bottom-color:rgb(158,0,57);
  border-left-color:rgb(158,0,57);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(158,0,57);
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/banner-bg.png);
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
  transition-duration:.7s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
}

.banner img {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
}

.banner:hover {
  background-color:rgb(169,3,41);
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/banner-bg.png);
  background-position-x:50%;
  background-position-y:170px;
  background-size:cover;
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
}

.b-title h1 {
  display:block;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:12px;
  margin-left:auto;
  color:rgb(255,255,255);
}

.banner-info {
  height:120px;
  overflow-x:auto;
  overflow-y:auto;
  font-family:Gabriela;
  font-style:normal;
  font-weight:400;
  font-size:18px;
}

.button a:link,.button a:visited {
  padding-top:13px;
  padding-right:26px;
  padding-bottom:13px;
  padding-left:26px;
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgba(0,0,0,0.7);
  font-family:"Titillium Web";
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

.button a:hover {
  background-color:rgba(0,0,0,0.9);
}

.raffle p {
  display:block;
  line-height:normal;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.raffle h3::after {
  content:"";
  display:block;
  width:50%;
  height:1px;
  background-color:rgb(169,3,41);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:7px;
  margin-left:auto;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,255,255);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(255,255,255);
}

.raffle a {
  margin-top:30px;
}

.ralines {
  height:140px;
  overflow-x:auto;
  overflow-y:auto;
}

.footer {
  background-color:rgb(34,34,34);
  margin-bottom:20px;
  border-top-width:3px;
  border-top-style:solid;
  border-top-color:rgb(169,3,41);
  color:rgb(153,153,153);
  font-size:16px;
  box-shadow:rgb(153,153,153) 0 2px 4px;
}

.footer h3 {
  color:rgb(169,3,41);
  line-height:normal;
  font-weight:bold;
  text-shadow:rgb(17,17,17) 0 -1px 2px;
}

.footer h3::after {
  content:"";
  display:block;
  width:90%;
  height:1px;
  background-color:rgb(17,17,17);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:7px;
  margin-left:0;
}

.footer p {
  display:block;
  line-height:normal;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.footer a:link,.footer a:visited {
  color:rgb(217,5,82);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.footer a:hover {
  color:rgb(241,241,241);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.footer-devider {
  display:block;
  width:100%;
  height:1px;
  overflow-x:hidden;
  overflow-y:hidden;
  background-color:rgb(17,17,17);
  box-shadow:rgb(51,51,51) 0 1px 3px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
}

.last-arrow {
  margin-top:-60px;
}

.up-arrow a:link,.up-arrow a:visited {
  margin-top:5px;
  margin-right:auto;
  margin-bottom:-10px;
  margin-left:auto;
  display:block;
  width:60px;
  height:58px;
  text-align:center;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(169,3,41);
  border-right-color:rgb(169,3,41);
  border-bottom-color:rgb(169,3,41);
  border-left-color:rgb(169,3,41);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(169,3,41);
  background-color:rgb(34,34,34);
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/01/up-chevron.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:2px;
  background-position-y:1px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0;
  transition-property:all;
  padding-top:10px;
  padding-bottom:10px;
}

.up-arrow a:hover {
  margin-top:5px;
  margin-right:auto;
  margin-bottom:-10px;
  margin-left:auto;
  background-color:rgb(169,3,41);
  padding-top:8px;
  padding-bottom:10px;
  box-shadow:rgb(0,0,0) 0 3px 5px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/01/up-chevron.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:50px 50px;
  background-position-x:2px;
  background-position-y:-3px;
}

#re_1,#re_2 {
  display:block;
  width:100%;
  height:auto;
  position:relative;
}

.caly {
  height:50px;
  padding-top:5px;
  padding-right:17px;
  padding-bottom:5px;
  padding-left:17px;
  float:none;
  clear:both;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.clearfix::after {
  clear:both;
  content:" ";
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clearfix {
  height:1%;
}