@charset "UTF-8";

body {
  margin:0 auto;
  width:80%;
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color:#0f0326;
  color:#555;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.0);
  filter:alpha(opacity=100);
  opacity:1;
}

input::-moz-focus-inner {
  border:0;
}

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

#member_status_value:nth-child(1) {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:-100px top;
  background-repeat:no-repeat;
  background-color:#000;
  color:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  -webkit-border-radius:3px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:100px top;
  background-repeat:no-repeat;
  background-color:##a154ff;
  color:#fff;
}

#member_status_value a:link,#member_status_value a:visited {
  color:#fff;
}

#member_status_value a:hover {
  color:#fff;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  color:#222;
}

#member_type_value {
  display:none;
}

div#status_container.container a:hover {
  color:#f1f1f1;
}

span#unix_last_broadcast_label {
  display:none;
}

#status_label {
  display:none;
}

#photo_gallery_previews a {
  color:#555;
}

.photo_gallery_image {
  border:2px solid #555;
}

.photo_gallery_image:hover {
  border:2px solid #a154ff;
  box-shadow:0 0 3px #666;
  -webkit-box-shadow:0 0 3px #666;
}

#profile {
  background:none;
}

.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:#f1f1f1;
  font-size:13px;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  text-align:center;
  font-size:12px;
  font-family:Cinzel;
  margin-top:3px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

#footer_bar a:hover {
  color:#a154ff;
}

#footer_bar:after {
  content:'\2605  -  design by @CSSMFC  -  \2605';
  display:inline-block;
  margin-left:2px;
  font-family:Gabriela;
  font-size:13px;
  color:#a154ff;
  transition:all .3s;
  -webkit-transition:all .3s;
  unicode:U+2605;
}

#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:#222;
  text-decoration:none;
  font-size:14px;
}

.photo_gallery_name a:hover {
  color:#f1f1f1;
}

#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:0 auto;
  padding:15px;
  background:rgba(255,255,255,.80);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-bottom:5px;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(255,255,255,.80);
}

textarea:focus {
  -webkit-transition:height .4s ease-in-out;
  transition:height .4s ease-in-out;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(255,255,255,.80);
  color:#f1f1f1;
  margin:10px auto;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:14px;
}

.wall_post_avatar img {
  background:url(https://img.mfcimg.com/photos2/458/45898752/306-929-755-721-14495919.jpg) no-repeat;
  background-size:100%;
  background-position:top center;
  background-color:#f1f1f1;
  margin-top:1px;
  margin-left:-5px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.8);
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  box-shadow:0 0 6px #666;
  -ms-box-shadow:0 0 6px #666;
  -o-box-shadow:0 0 6px #666;
  -webkit-box-shadow:0 0 6px #666;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom:1px dotted #f1f1f1;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:25px;
  color:#0f0326;
  padding:8px 12px;
  border:1px solid #f1f1f1;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  background:rgba(255,255,255,.80);
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:"Titillium Web","Palatino Linotype","Book Antiqua",Palatino,serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:transparent rgba(0,0,0,0.0);
  background-repeat:no-repeat;
  background-position:top right;
}

.wall_post a,.wall_post a:visited {
  color:#a154ff;
  text-decoration:none;
}

.wall_post a:hover {
  color:#a154ff;
  text-decoration:none;
}

div#comments {
  padding:10px;
  margin-top:30px;
  background:none;
}

form#new_comment.hidden {
  padding:10px;
  background:rgba(0,0,0,0.0);
  border:0 solid #fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-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:5px 15px;
  background:rgba(255,255,255,.50);
  border:1px solid #ccc;
  margin-bottom:20px;
  visibility:visible;
  font-size:19px;
  color:#555;
  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:#ccc;
}

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

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

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  background:url(https://mfcpro.files.wordpress.com/2015/11/bg-pattern.png) repeat;
  background-color:#f1f1f1;
  color:#a154ff;
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#a154ff;
  color:#ffffff;
}

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

/***CUSTOM MYFREECAMS TEMPLATE GENERATED WITH CAMGIRL LIVE TEMPLATE EDITOR ***/
.xcr::-webkit-scrollbar {
  width:5px;
}

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

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#a90329;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #ccc;
}

* {
  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:#a154ff;
  text-decoration:none;
}

a:visited {
  color:#a154ff;
  text-decoration:none;
}

a:hover {
  color:#000;
  text-decoration:none;
}

a:active {
  color:#000;
  text-decoration:none;
}

a:focus {
  color:#a154ff;
  text-decoration:none;
}

/*** Self-hosted fonts ***/
@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+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,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+0100-024F,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+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,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+0100-024F,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+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

* {
  box-sizing:border-box;
}

html {
}

.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:15px;
  border:0 solid #ccc;
}

[class*="no"] {
  float:left;
  padding:0;
}

[class*="padd20"] {
  display:block;
  padding:20px;
}

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

.hr {
  border:none;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  background:#F39;
  box-shadow:0 0 3px #fff;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

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

.dotted {
  border-bottom:1px dashed #777;
  border-left:0;
  border-right:0;
  margin-bottom:10px;
}

/***CUSTOM MYFREECAMS TEMPLATE GENERATED WITH CAMGIRL LIVE TEMPLATE EDITOR ***/
.wrapper {
  margin:0 auto;
  background-color:#ffffff;
  box-shadow:0 2px 4px #999;
  -webkit-box-shadow:0 2px 4px #999;
  color:#555555;
}

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

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

.show-nav #hide-menu {
  display:block;
  top:0;
  transition:all .5s;
  -webkit-transition:all .5s;
  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:all .5s;
  -webkit-transition:all .5s;
  transform:rotateY(-90deg);
  -webkit-transform:rotateY(-90deg);
}

.imenu:hover >.close-nav a:link {
  opacity:1;
  transform:rotateY(0deg);
  -webkit-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:hidden;
  transition:all .5s;
  -webkit-transition:all .5s;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/close-menu.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:top center;
  padding: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:hidden;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/close-menu.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:top center;
  padding: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:hidden;
  transition:all .5s;
  -webkit-transition:all .5s;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/menu.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:top center;
  opacity:.7;
  padding:0;
  background-color:#0f0326;
}

.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:hidden;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/menu.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:top center;
  opacity:1;
  padding:0;
  background-color:#0f0326;
}

.imenu {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  padding-bottom:4px;
  z-index:500;
  background-color:#0f0326;
}

.imenu ul {
}

.imenu ul li {
  list-style:none;
}

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

.imenu a:link,.imenu a:visited {
  padding:16px 18px;
  color:#f1f1f1;
  text-align:center;
  text-decoration:none;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

.imenu a:hover {
  background-color:#a154ff;
  color:#f1f1f1;
  text-decoration:none;
  box-shadow:inset 0 33px 13px rgba(153,0,0,0.20),inset 0 11px 62px #000000,inset 0 -15px 62px #a154ff;
  -moz-box-shadow:inset 0 33px 13px rgba(153,0,0,0.20),inset 0 11px 62px #000000,inset 0 -15px 62px #a154ff;
  -webkit-box-shadow:inset 0 33px 13px rgba(153,0,0,0.20),inset 0 11px 62px #000000,inset 0 -15px 62px #a154ff;
  text-shadow:2px 2px 1px #000;
}

.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:all .9s;
  -webkit-transition:all .9s;
}

.snav:hover img {
  display:block;
  width:40%;
  position:relative;
  top:10px;
  right:44px;
}

.snav img {
  display:block;
  width:100%;
  position:relative;
  top:-250px;
}

.snav:hover img {
  display:block;
  width:40%;
  position:relative;
  top:10px;
  right:44px;
}

.scnav,.snav {
  height:354px;
  max-height:354px;
  background-color:#0f0326;
  overflow:hidden;
}

.scnav img,.vids img {
  transition:all .7s;
  -webkit-transition:all .7s;
  overflow:hidden;
}

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

.snav:hover img {
  transform:scale(1.1,1.1) rotate(66deg);
}

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

.greyeffect:hover {
  filter:none;
  -webkit-filter:none;
}

.mod-goodies h3 {
  color:#ffffff;
  font-family:'Cinzel Decorative';
  font-style:normal;
  font-weight:400;
}

.mod-goodies {
  color:#f1f1f1;
}

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

.mod-goodies a:link,.mod-goodies a:visited {
  font-size:20px;
  padding:10px 26px;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  border:3px solid #ffffff;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
}

.mod-goodies a:hover {
  background-color:rgba(161,84,255,1);
}

.go a:link,.go a:visited {
  font-size:20px;
  padding:13px 26px;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  border:1px solid #ffffff;
  margin:-170px auto -270px;
  z-index:66;
  position:relative;
  top:-100px;
  background-color:rgba(0,0,0,0.70);
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

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

.box {
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  font-size:18px;
  color:#666666;
  height:400px;
  overflow:auto;
}

.camgirlbioliveeditor {
  background-color:rgba(255,255,255,0.0);
  margin:10px auto 20px;
}

.camgirlbioliveeditor {
  text-align:center;
  height:100px;
  oveflow:hidden;
}

.camgirlbioliveeditor::after {
  content:'Camgirl Live Editor';
  display:block;
  height:30px;
  font-size:15px;
  color:#666;
  opacity:0;
  transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  margin:-30px auto;
  font-family:'Titillium Web',sans-serif;
}

.camgirlbioliveeditor:hover::after {
  content:'Custom MyFreeCams Template Editor';
  display:block;
  height:30px;
  font-size:14px;
  color:#666;
  opacity:1;
  margin:0 auto;
}

.camgirlbioliveeditor img {
  display:block;
  width:240px;
  height:auto;
  opacity:.5;
  transition:all .3s;
  -webkit-transition:all .3s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  margin:0 auto;
}

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

.social {
  padding-top:40px;
  padding-bottom:40px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.8);
  border-bottom:1px solid rgba(255,255,255,0.8);
  margin-bottom:40px;
}

.social a:link,.social a:visited {
  display:inline-block;
  width:120px;
  height:120px;
  text-align:center;
  border-radius:50%;
  overflow:hidden;
  border:8px solid #f1f1f1;
  background-color:#0f0326;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.social a:hover {
  background-color:#0f0326;
  border:8px solid #a154ff;
}

.social img {
  margin-top:24px;
  transform:rotateY(360deg);
  opacity:.7;
  transition:all .5s;
  -webkit-transition:all .5s;
}

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

.info {
  border:1px solid rgba(255,255,255,0.8);
  font-size:30px;
}

.tip-button a:link,.tip-button a:visited {
  display:block;
  height:auto;
  width:70%;
  padding:5px 16px;
  font-size:19px;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  text-align:center;
  border:1px solid #0f0326;
  margin:0 auto;
  color:#0f0326;
}

.tip-button a:hover {
  border:1px solid #a154ff;
  color:#0f0326;
  box-shadow:inset 0 1px 5px #a154ff;
}

.tipmenu {
  height:450px;
  overflow: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:8px 0;
  border-bottom:1px solid #0f0326;
}

/***CUSTOM MYFREECAMS TEMPLATE GENERATED WITH CAMGIRL LIVE TEMPLATE EDITOR ***/
.vids-thumb {
  overflow:hidden;
}

.vids-thumb img {
  display:block;
  width:100%;
  height:auto;
  background-color:#25292C;
}

.vids:hover .vids-thumb img {
  background-color:#a90329;
}

.vname {
  display:block;
  font-size:18px;
  color:#0f0326;
  font-weight:bold;
  font-family:'Titillium Web';
  font-style:normal;
}

.vdesc {
  font-size:14px;
  color:#0f0326;
  font-family:'Gabriela';
  font-style:normal;
  font-weight:400;
  height:100px;
  overflow:auto;
}

.vids {
  box-shadow:0 0 1px #000;
  overflow:hidden;
}

.featured-vid {
  display:block;
  width:155px;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  height:auto;
  padding:10px 6px;
  text-align:center;
  position:relative;
  top:-6px;
  left:-61px;
  background-color:#0f0326;
  color:#ffffff;
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:-30px top;
  background-repeat: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);
  -moz-transform:rotate(-39deg);
  -ms-transform:rotate(-39deg);
  -o-transform:rotate(-39deg);
  -webkit-transform:rotate(-39deg);
  box-shadow:0 1px 3px #000;
  transition:all .3s;
  -webkit-transition:all .3s;
}

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

.tip-button-vids a:link,.tip-button-vids a:visited {
  display:block;
  height:auto;
  width:70%;
  padding:8px 16px;
  font-size:19px;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  text-align:center;
  border:1px solid #333;
  margin:0 auto;
  color:#333;
  border-radius:26px;
}

.tip-button-vids a:hover {
  border:1px solid #a154ff;
  color:#a154ff;
  box-shadow:inset 0 1px 5px #000;
}

.token-amount {
  border:3px solid #a154ff;
  color:#a154ff;
  background-color:#ffffff;
  font-size:2.555rem;
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  text-align:center;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.st-items {
  background-color:#f1f1f1;
}

.store-items {
  height:160px;
  overflow:auto;
  font-size:16px;
  margin:10px auto 5px;
  line-height:normal;
}

.st-items:hover .token-amount {
  border:3px solid #444444;
  color:#f1f1f1;
  background-color:##a154ff;
}

.toptippers {
  height:230px;
  overflow:auto;
  border-bottom:1px solid #ffffff;
  margin-bottom:20px;
}

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

.toptippers p:before {
  content:'\2606';
  color:purple;
  display:inline-block;
  width:20px;
  margin-left:13px;
  unicode:U+2606;
}

.toptippers p:hover:before {
  content:'\2605';
  display:inline-block;
  width:20px;
  margin-left:13px;
  unicode:U+2605;
}

.ttipers img {
  display:block;
  width:100%;
  height:auto;
  margin:10px auto 12px;
  transition:all .7s;
  -webkit-transition:all .7s;
}

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

.banner {
  color:#ffffff;
  text-align:center;
  margin:10px auto;
  border:1px solid #0f0326;
  background-color:#a154ff;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/banner-bg.png);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  transition:all .7s;
  -webkit-transition:all .7s;
}

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

.banner:hover {
  background-color:#a154ff;
  background-image:url(https://img.mfcimg.com/photos2/458/45898752/306-929-755-721-14495919.jpg);
  background-position:center 170px;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

.b-title h1 {
  display:block;
  margin:20px auto 12px;
  color:#ffffff;
}

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

.button a:link,.button a:visited {
  font-size:20px;
  padding:13px 26px;
  color:#ffffff;
  text-decoration:none;
  text-align:center;
  border:1px solid #ffffff;
  background-color:rgba(0,0,0,0.70);
  font-family:'Titillium Web';
  font-style:normal;
  font-weight:400;
  font-size:19px;
}

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

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

.raffle h3:after {
  content:'';
  display:block;
  width:50%;
  height:1px;
  background-color:#0f0326;
  margin:10px auto 7px;
  border-bottom:1px solid #ffffff;
  border-top:1px solid #ffffff;
}

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

.ralines {
  height:140px;
  overflow:auto;
}

.footer {
  background-color:#222222;
  margin-bottom:20px;
  border-top:3px solid #a90329;
  color:#999;
  font-size:16px;
  box-shadow:0 2px 4px #999;
  -webkit-box-shadow:0 2px 4px #999;
}

.footer h3 {
  color:##a154ff;
  line-height:normal;
  font-weight:bold;
  text-shadow:0 -1px 2px #111;
}

/***CUSTOM MYFREECAMS TEMPLATE GENERATED WITH CAMGIRL LIVE TEMPLATE EDITOR ***/
.footer h3:after {
  content:'';
  display:block;
  width:90%;
  height:1px;
  background-color:#111;
  margin:10px auto 7px 0;
}

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

.footer a:link,.footer a:visited {
  color:#0f0326;
  text-decoration:none;
}

.footer a:hover {
  color:#f1f1f1;
  text-decoration:none;
}

.footer-divider {
  display:block;
  width:100%;
  height:1px;
  overflow:hidden;
  background-color:#111;
  box-shadow:0 1px 3px #333;
  margin:10px auto 30px;
}

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

.up-arrow a:link,.up-arrow a:visited {
  margin:5px auto -10px;
  display:block;
  width:60px;
  height:58px;
  text-align:center;
  border-radius:50%;
  border:2px solid #a90329;
  color:##a154ff;
  background-color:#222;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/01/up-chevron.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  background-position:2px 1px;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  padding-top:10px;
  padding-bottom:10px;
}

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

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

.caly {
  display:block:width:90%;
  height:50px;
  padding:5px 17px;
  float:none;
  clear:both;
  margin:0 auto;
}

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

* html .clearfix {
  height:1%;
}