@charset "UTF-8";

body {
  margin:0 auto;
  width:97%;
  background-image:url(https://mfcdesign.files.wordpress.com/2016/06/bg_main.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  background-attachment:fixed;
  background-size:cover;
  background-color:#fff;
  color:#036;
  font-size:calc(19px + 6 * ((100vw - 320px) / 680));
  font-weight:100;
}

.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://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/01/09132629/cgchvr.gif);
  background-position:-100px top;
  background-repeat:no-repeat;
  background-color:#222;
  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://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/01/09132629/cgchvr.gif);
  background-position:100px top;
  background-repeat:no-repeat;
  background-color:#DDC185;
  color:#fff;
}

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

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

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

#status_label {
  display:none;
}

#photo_gallery_previews a {
  color:#555;
}

.photo_gallery_image {
  border:0 solid #555;
}

.photo_gallery_image:hover {
  border:0 solid #e1d66b;
  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;
}

.container > .label {
  font-weight:bold;
  font-family:Cinzel;
  color:#DDC185;
  font-size:calc(24px + 4 * ((100vw - 320px) / 680));
}

#profile_friends .label {
  font-family:Gabriela;
  color:#555;
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
}

#profile_main_about_holder {
  color:#f1f1f1;
  font-size:calc(10px + 4 * ((100vw - 320px) / 680));
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  text-align:center;
  font-size:calc(10px + 3 * ((100vw - 320px) / 680));
  font-family:Cinzel;
  margin-top:3px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

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

#footer_bar:after {
  content:'- Camgirl.Cloud -';
  display:inline-block;
  margin-left:2px;
  font-family:Gabriela;
  font-size:calc(10px + 4 * ((100vw - 320px) / 680));
  color:#555;
  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:#ddc185;
  text-decoration:none;
  font-size:calc(13px + 3 * ((100vw - 320px) / 680));
}

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

#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,#no_profile_avatar {
  display:none;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  position:relative;
  margin:0 auto;
  padding:15px;
  background:rgba(255,255,255,.10);
  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,.30);
}

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,.70);
  color:#000;
  margin:10px auto;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:calc(18px + 4 * ((100vw - 320px) / 680));
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  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.0);
  width:70px;
  height:70px;
}

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

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

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:calc(18px + 4 * ((100vw - 320px) / 680));
  color:#666;
  padding:8px 12px;
  border:1px solid #ccc;
  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,0.50);
  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 {
  background:transparent rgba(0,0,0,0.0);
  background-repeat:no-repeat;
  background-position:top right;
}

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

.wall_post a:hover {
  color:#e1d66b;
  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 #777;
  margin-bottom:20px;
  visibility:visible;
  font-size:calc(15px + 4 * ((100vw - 320px) / 680));
  color:#444;
  font-family:'Gabriela',Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-left:0;
}

p {
  font-family:'Gabriela',Palatino Linotype,Book Antiqua,Palatino,serif;
}

#profile_about_me {
}

.photo_gallery_count {
  color:#666;
}

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

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

#profile_friends {
  display:block;
  margin-top:10px;
  color:#444;
  margin-bottom:30px;
  padding:10px 13px;
  background:transparent;
  background-repeat:no-repeat;
  background-position:top right;
  background-color:rgba(255,255,255,.10);
  font-size:calc(13px + 4 * ((100vw - 320px) / 680));
  border:1px solid #ccc;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  background:url() repeat;
  background-color:#111111;
  color:#ffffff;
  font-size:calc(15px + 4 * ((100vw - 320px) / 680));
  text-align:center;
}

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

.photo_gallery_image {
  padding:5px;
  width:80px;
  height:80px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  background:#e1d66b;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}

.photo_gallery_image:hover {
  padding:5px;
  width:80px;
  height:80px;
  background:#DDC185;
}

.wall_post iframe,.wall_post frame,.wall_post embed {
  display:block;
  width:99%;
  height:450px;
  margin:10px auto;
}

/*** Self-hosted fonts  ***/
@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:400;
  src:local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v4/zOdksD_UUTk1LJF9z4tURA.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:'Cinzel';
  font-style:normal;
  font-weight:700;
  src:local(Cinzel-Bold),url(https://fonts.gstatic.com/s/cinzel/v4/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.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:'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;
}

#Top {
  margin-top:-90px;
}

* {
  box-sizing:border-box;
}

html {
}

h1 {
  font-size:calc(24px + 6 * ((100vw - 320px) / 680));
  font-family:'Cinzel',sans-serif;
}

h2 {
  font-size:calc(20px + 6 * ((100vw - 320px) / 680));
  font-family:'Cinzel',sans-serif;
}

h3 {
  font-size:calc(19px + 6 * ((100vw - 320px) / 680));
  font-family:'Cinzel',sans-serif;
}

h4 {
  font-size:calc(17px + 6 * ((100vw - 320px) / 680));
  font-family:'Cinzel',sans-serif;
}

h5 {
  font-size:calc(15px + 6 * ((100vw - 320px) / 680));
  font-family:'Titillium Web',sans-serif;
}

h6 {
  font-size:calc(14px + 6 * ((100vw - 320px) / 680));
  font-family:'Titillium Web',sans-serif;
}

a {
  color:#ddc185;
  text-decoration:none;
}

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

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

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

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

.grd-1 {
  width:8.33%;
}

.grd-2 {
  width:16.66%;
}

.grd-3 {
  width:25%;
}

.grd-4 {
  width:33.33%;
}

.grd-5 {
  width:41.66%;
}

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

.grd-6 {
  width:50%;
}

.grd-7 {
  width:58.33%;
}

.grd-8 {
  width:66.66%;
}

.grd-9 {
  width:75%;
}

.grd-10 {
  width:83.33%;
}

.grd-11 {
  width:91.66%;
}

.grd-12 {
  width:100%;
}

[class*="grd-"] {
  float:left;
  padding:15px;
  border:0 solid #ccc;
  color:#444;
}

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

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

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

.upperz {
  margin-top:-91px;
}

.hr {
  border:none;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  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 #999;
  border-left:0;
  border-right:0;
  margin-bottom:10px;
}

/***Generated by Camgirl Bio Live Editor***/
.navigation {
  background-color:#222;
  border-radius:8px 8px 0 0;
  -moz-border-radius:8px 8px 0 0;
  -ms-border-radius:8px 8px 0 0;
  -o-border-radius:8px 8px 0 0;
  -webkit-border-radius:8px 8px 0 0;
  box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -moz-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -ms-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -o-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  -webkit-box-shadow:-2px -1px 4px #888,2px -1px 5px #888;
  border-bottom:3px solid #ddc185;
  margin:0 auto;
  text-align:center;
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
}

.menu {
}

.menu a:link,.menu a:visited {
  display:inline-block;
  padding:8px 22px;
  text-align:left;
  font-size:calc(15px + 4 * ((100vw - 320px) / 680));
  color:#ddc185;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.menu a:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

.wrapper {
  background-color:#fff;
  box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -moz-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -ms-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -o-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  -webkit-box-shadow:-4px 3px 11px #888,4px 3px 11px #888;
  margin:0 auto;
  font-family:Gabriela,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.footer {
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2019/12/23100713/footer.png) no-repeat;
  background-size:100%;
  background-position:0 0;
  background-color:#222;
  border-radius:0 0 8px 8px;
  -moz-border-radius:0 0 8px 8px;
  -ms-border-radius:0 0 8px 8px;
  -o-border-radius:0 0 8px 8px;
  -webkit-border-radius:0 0 8px 8px;
  box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -moz-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -ms-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -o-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  -webkit-box-shadow:-2px 1px 4px #888,2px 1px 5px #888;
  border-top:3px solid #ddc185;
  margin:0 auto;
  color:#999;
}

/***Slider***/
.model_image_big {
  display:block;
  margin:0 auto;
  height:500px;
  overflow:hidden;
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/05/30120811/8310ecab5bdf5c5119f9baf61925ec18.jpeg);
  background-repeat:no-repeat;
  background-size:100% 100%;
  background-color:#000000;
}

.model_image_big img {
  width:100%;
  height:600px;
  margin-bottom:-4px;
}

#slider {
  background:#000;
  overflow:visible;
  position:relative;
}

#mask {
  overflow:hidden;
  height:500px;
}

#slider ul {
  margin:0;
  padding:0;
  position:relative;
}

#slider li {
  width:100%;
  height:600px;
  position:absolute;
  top:-425px;
  list-style:none;
}

#slider li.firstanimation {
  -moz-animation:cycle 35s linear infinite;
  -webkit-animation:cycle 35s linear infinite;
}

#slider li.secondanimation {
  -moz-animation:cycletwo 35s linear infinite;
  -webkit-animation:cycletwo 35s linear infinite;
}

#slider li.thirdanimation {
  -moz-animation:cyclethree 35s linear infinite;
  -webkit-animation:cyclethree 35s linear infinite;
}

#slider li.fourthanimation {
  -moz-animation:cyclefour 35s linear infinite;
  -webkit-animation:cyclefour 35s linear infinite;
}

#slider li.fifthanimation {
  -moz-animation:cyclefive 35s linear infinite;
  -webkit-animation:cyclefive 35s linear infinite;
}

#slider .tool {
  background:rgba(0,0,0,0.0);
  width:100%;
  height:auto;
  position:relative;
  bottom:100px;
  -moz-transition:all .7s ease-in-out;
  -webkit-transition:all .7s ease-in-out;
  left:-70%;
}

#slider .capt {
  display:block;
  color:#ddc185;
  padding:9px 11px;
  font-size:calc(16px + 4 * ((100vw - 320px) / 680));
  margin-top:-11px;
}

#slider .tool h1 {
  color:#fff;
  font-size:calc(24px + 4 * ((100vw - 320px) / 680));
  font-weight:300;
  line-height:90%;
  padding:10px 0 0 20px;
}

#slider li#first:hover .tool,#slider li#second:hover .tool,#slider li#third:hover .tool,#slider li#fourth:hover .tool,#slider li#fifth:hover .tool {
  left:0;
}

#slider:hover li,#slider:hover .progress-bar {
  -moz-animation-play-state:paused;
  -webkit-animation-play-state:paused;
}

.progress-bar {
  position:relative;
  top:-5px;
  width:100%;
  height:5px;
  background:#000;
  -moz-animation:fullexpand 35s ease-out infinite;
  -webkit-animation:fullexpand 35s ease-out infinite;
  border-right:2px solid #ffffff;
}

.lord p {
  display:block;
  line-height:normal;
  margin:0 auto;
  height:auto;
  color:#ddc185;
}

.lord {
  display:block;
  height:220px;
  overflow:auto;
  margin-bottom:10px;
  font-size:calc(18px + 4 * ((100vw - 320px) / 680));
  text-shadow:0 1px 0 #000;
  color:#ddc185;
}

.cal2a a:link,.cal2a a:visited {
  padding:14px 43px;
  font-size:calc(25px + 4 * ((100vw - 320px) / 680));
  color:#fff;
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/01/09132629/cgchvr.gif);
  background-position:-70px 0;
  background-repeat:no-repeat;
  background-color:#222;
  text-align:center;
  border-radius:7px;
  -webkit-border-radius:7px;
  box-shadow:0 1px 3px #444;
  -webkit-box-shadow:0 1px 3px #444;
  border:1px solid #ddc185;
  transition:linear .3s;
  -webkit-transition:linear .3s;
}

.cal2a a:hover {
  padding:14px 43px;
  font-size:calc(25px + 4 * ((100vw - 320px) / 680));
  color:#000;
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/01/09132629/cgchvr.gif);
  background-position:550px 0;
  background-repeat:no-repeat;
  background-color:#ddc185;
  text-align:center;
  border-radius:7px;
  -webkit-border-radius:7px;
  box-shadow:0 1px 0 #444;
  -webkit-box-shadow:0 1px 0 #444;
  border:1px solid #222;
}

.social {
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/03/09120144/mic02.png) repeat;
  background-color:#222;
  border-top:3px solid #000;
  border-bottom:3px solid #ddc185;
}

.social a:link,.social a:visited {
  display:inline-block;
  padding:8px 22px;
  text-align:left;
  font-size:calc(15px + 4 * ((100vw - 320px) / 680));
  color:#ddc185;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.social a:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

.social i,.menu i {
  display:block;
  text-align:left;
  border-top:1px solid #ddc185;
  color:#ddc185;
  text-decoration:none;
  font-size:calc(10px + 4 * ((100vw - 320px) / 680));
  opacity:.7;
  height:auto;
  font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
  font-variant:small-caps;
  font-style:normal;
  overflow:hidden;
  position:relative;
}

.social a:hover i,.menu a:hover i {
  display:block;
  opacity:1;
}

.social span,.menu span {
  display:block;
  height:auto;
  overflow:hidden;
  margin-top:3px;
  transition:ease-in-out .4s;
  -webkit-transition:ease-in-out .4s;
}

.social a:hover span,.menu a:hover span {
  margin-top:3px;
}

.abme {
  padding:8px 11px;
  height:300px;
  overflow:auto;
  border-bottom:1px solid #ddc185;
  font-size:calc(20px + 4 * ((100vw - 320px) / 680));
}

.mod_main {
  display:block;
  text-align:center;
}

.footer {
  font-size:calc(14px + 4 * ((100vw - 320px) / 680));
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.go:link,.go:visited {
  color:#ddc185;
  text-decoration:underline;
}

.go:hover {
  color:#000;
  text-decoration:underline;
}

.footer h1 {
  color:#666;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  text-shadow:0 1px 0 #000;
}

#main {
  margin-top:160px;
}

.goup p {
  display:block;
  text-align:center;
  clear:both;
  margin:0 auto;
}

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2014/06/top1.png);
  background-size:100%;
  background-repeat:no-repeat;
  border-radius:20px;
  text-align:center;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px dotted #000;
  top:10px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  overflow:hidden;
  opacity:.7;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px solid #000;
  top:-5px;
  opacity:1;
  -webkit-filter:none;
  filter:none;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.footer {
  overflow:hidden;
}

.footer h1 {
  position:relative;
  margin-left:-3000px;
  opacity:0;
  -webkit-transition:1s ease-in-out;
  transition:1s ease-in-out;
}

.footer:hover h1 {
  color:#ddc185;
  margin-left:0;
  opacity:1;
}

.footer h3 {
  font-family:Cinzel,Gabriela,sans-serif;
  color:#ddc185;
  font-size:calc(21px + 4 * ((100vw - 320px) / 680));
}

.footer_par {
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
  color:#999;
}

hr {
  display:block;
  height:1px;
  background:#ccc;
  border:none;
  overflow:hidden;
  outline:none;
  box-shadow:0 0 3px #f1f1f1;
  clear:both;
}

.footer .hr {
  display:block;
  height:1px;
  background:#111;
  border:none;
  overflow:hidden;
  outline:none;
  box-shadow:0 1px 3px #444;
  clear:both;
  margin-top:10px;
  margin-bottom:4px;
}

.noise img {
  display:block;
  width:350px;
  height:250px;
  opacity:.3;
  box-shadow:inset 0 3px 6px #000;
}

.camgirlbioeditor {
  margin-top:20px;
  text-align:center;
}

.camgirlbioeditor img {
  display:block;
  text-align:center;
  width:70%;
  height:auto;
  margin:10px auto;
  opacity:.6;
  filter:grayscale(100%);
  -webkit-filter:grayscalee(100%);
  transition:all .3s;
  -webkit-transition:all .3s;
}

.camgirlbioeditor:hover img {
  opacity:1;
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.dasinfo {
  display:block;
  width:90%;
  height:auto;
  text-align:center;
  font-size:calc(20px + 4 * ((100vw - 320px) / 680));
  color:#666;
  margin:3px auto 5px;
}

#RoomRules h1,#TopTippers h1,#Club h1,#Store h1,#TipMenu h1 {
  display:block;
  text-align:center;
}

.dasdisplay {
  height:420px;
  overflow:auto;
  font-size:calc(20px + 4 * ((100vw - 320px) / 680));
}

.tmenu p {
  display:block;
  margin:0 auto;
  padding:7px 17px;
  border-bottom:1px solid #f1f1f1;
  font-size:calc(20px + 4 * ((100vw - 320px) / 680));
}

.tmenu p:hover {
  border-bottom:1px solid #ccc;
}

.tmenu a:link,.tmenu a:visited {
  display:inline-block;
  padding:6px 18px;
  text-align:center;
  background-color:#222;
  color:#fff;
  text-decoration:none;
  font-size:calc(16px + 4 * ((100vw - 320px) / 680));
  font-family:'Titillium Web',sans-serif;
  float:right;
  margin-top:-6px;
}

.tmenu a:hover {
  background-color:#ddc185;
  color:#000;
}

#woflip_join {
  word-wrap:break-word;
  font-size:calc(16px + 4 * ((100vw - 320px) / 680));
}

.sitem {
  height:350px;
  margin:10px auto;
  border:1px solid #ddc185;
  overflow:hidden;
}

.itminfo {
  height:250px;
  overflow:auto;
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
}

.sititle {
  display:block;
  font-size:22px;
  font-weight:bold;
  margin-top:4px;
}

.buy a:link,.buy a:visited {
  padding:6px 18px;
  text-align:center;
  background-color:#222;
  color:#fff;
  text-decoration:none;
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
  font-family:'Titillium Web',sans-serif;
}

.buy a:hover {
  background-color:#ddc185;
  color:#000;
}

.sitem {
  height:260px;
  margin:10px auto;
  border:1px solid #ddc185;
}

.simage img {
  width:90%;
  height:auto;
  margin:0 auto;
}

.club {
  border-bottom:1px solid #ddc185;
  margin:0 auto;
}

.cbimage img {
  width:100%;
  height:auto;
  margin:0 auto;
}

.moreclub {
  height:auto;
}

.club:hover {
  box-shadow:0 1px 5px #999;
}

.listed {
  height:500px;
  overflow:auto;
}

.listed p {
  display:block;
  width:80%;
  height:auto;
  margin:0 auto;
  border-bottom:1px solid #fff;
  padding-left:15px;
  font-size:calc(17px + 4 * ((100vw - 320px) / 680));
}

.listed p:hover {
  border-bottom:1px solid #ddc185;
}

.listed p:before {
  content:'-';
  margin-right:12px;
  color:#333;
  unicode:U+2606;
}

.listed p:hover:before {
  content:'-';
  margin-right:12px;
  color:#ddc185;
  unicode:U+2605;
}

.join img {
  width:90%;
  height:auto;
  margin:0 auto;
}

/*** flip***/
.flipper {
  display:inline-block;
  width:90%;
  height:400px;
  margin:5px 5px 5px 18px;
}

.shadow2 {
  -webkit-box-shadow:0 5px 10px -3px #333;
  -moz-box-shadow:0 5px 10px -3px #333;
  box-shadow:0 5px 10px -3px #333;
}

.f1_container {
  display:inline-block;
  position:relative;
  margin:1px auto;
  width:100%;
  height:100%;
}

.face.back {
  display:none;
}

.f1_container {
  -webkit-perspective:1000;
}

.f1_card {
  width:98%;
  height:98%;
  -webkit-transform-style:preserve-3d;
  -webkit-transition:all 1s linear;
  -moz-transform-style:preserve-3d;
  -moz-transition:all 1s linear;
  -o-transform-style:preserve-3d;
  -o-transition:all 1s linear;
  -ms-transform-style:preserve-3d;
  -ms-transition:all 1s linear;
  transform-style:preserve-3d;
  transition:all 1s linear;
  background:none;
  border:0 ridge rgba(51,51,51,0.0);
  border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}

.f1_container:hover .f1_card,.f1_container.hover_effect .f1_card {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

.face {
  position:absolute;
  width:100%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
}

.back {
  position:absolute;
  width:90%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
  background:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2020/05/20052017/derf3.png) repeat;
  background-color:rgba(255,255,255,0.2);
  text-shadow:none;
  padding:7px;
}

.face.back {
  display:block;
  -webkit-transform:rotateY(180deg);
  -webkit-box-sizing:border-box;
  -moz-transform:rotateY(180deg);
  -moz-box-sizing:border-box;
  -o-transform:rotateY(180deg);
  -o-box-sizing:border-box;
  -ms-transform:rotateY(180deg);
  -ms-box-sizing:border-box;
  transform:rotateY(180deg);
  box-sizing:border-box;
  padding-bottom:auto;
  color:#ddc185;
  text-align:center;
  margin-top:5px;
  padding-top:5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  border:1px solid #ccc;
  box-shadow:0 3px 5px #000;
}

.let h5 {
  font-size:calc(30px + 4 * ((100vw - 320px) / 680));
  margin:0 auto;
  color:#ddc185;
}

.addtext {
  height:240px;
  overflow:auto;
  color:#000;
  text-align:center;
  padding:3px 8px;
  font-family:Titillium Web,Tahoma,Geneva,sans-serif;
}

.banner img {
  width:100%;
  height:auto;
  margin:0 auto;
}

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

.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:#222;
  -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;
}

.up {
  display:block;
  padding:4px 11px 6px;
  text-align:center;
  background:#333;
  color:#fff;
  position:fixed;
  bottom:10px;
  right:7px;
  border-radius:5px;
}

.up:hover {
  background:#000;
}

.up:link,.up:visited {
  color:#fff;
}

.up:hover {
  color:#fff;
  text-shadow:0 0 4px #fff;
}

.up:before {
  content:'^';
  unicode:U+2191;
  color:#fff;
}

@-moz-keyframes cycle {
  0% {
    top:0;
  }

  4% {
    top:0;
  }

  16% {
    top:0;
    opacity:1;
    z-index:0;
  }

  20% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  21% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  92% {
    top:-425px;
    opacity:0;
    z-index:0;
  }

  96% {
    top:-425px;
    opacity:0;
  }

  100% {
    top:0;
    opacity:1;
  }
}

@-moz-keyframes cycletwo {
  0% {
    top:-425px;
    opacity:0;
  }

  16% {
    top:-425px;
    opacity:0;
  }

  20% {
    top:0;
    opacity:1;
  }

  24% {
    top:0;
    opacity:1;
  }

  36% {
    top:0;
    opacity:1;
    z-index:0;
  }

  40% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  41% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclethree {
  0% {
    top:-425px;
    opacity:0;
  }

  36% {
    top:-425px;
    opacity:0;
  }

  40% {
    top:0;
    opacity:1;
  }

  44% {
    top:0;
    opacity:1;
  }

  56% {
    top:0;
    opacity:1;
  }

  60% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  61% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefour {
  0% {
    top:-425px;
    opacity:0;
  }

  56% {
    top:-425px;
    opacity:0;
  }

  60% {
    top:0;
    opacity:1;
  }

  64% {
    top:0;
    opacity:1;
  }

  76% {
    top:0;
    opacity:1;
    z-index:0;
  }

  80% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  81% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-moz-keyframes cyclefive {
  0% {
    top:-425px;
    opacity:0;
  }

  76% {
    top:-425px;
    opacity:0;
  }

  80% {
    top:0;
    opacity:1;
  }

  84% {
    top:0;
    opacity:1;
  }

  96% {
    top:0;
    opacity:1;
    z-index:0;
  }

  100% {
    top:425px;
    opacity:0;
    z-index:0;
  }
}

@-webkit-keyframes cycle {
  0% {
    top:0;
  }

  4% {
    top:0;
  }

  16% {
    top:0;
    opacity:1;
    z-index:0;
  }

  20% {
    top:325px;
    opacity:0;
    z-index:0;
  }

  21% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  50% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  92% {
    top:-425px;
    opacity:0;
    z-index:0;
  }

  96% {
    top:-425px;
    opacity:0;
  }

  100% {
    top:0;
    opacity:1;
  }
}

@-webkit-keyframes cycletwo {
  0% {
    top:-425px;
    opacity:0;
  }

  16% {
    top:-425px;
    opacity:0;
  }

  20% {
    top:0;
    opacity:1;
  }

  24% {
    top:0;
    opacity:1;
  }

  36% {
    top:0;
    opacity:1;
    z-index:0;
  }

  40% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  41% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclethree {
  0% {
    top:-425px;
    opacity:0;
  }

  36% {
    top:-425px;
    opacity:0;
  }

  40% {
    top:0;
    opacity:1;
  }

  44% {
    top:0;
    opacity:1;
  }

  56% {
    top:0;
    opacity:1;
    z-index:0;
  }

  60% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  61% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefour {
  0% {
    top:-425px;
    opacity:0;
  }

  56% {
    top:-425px;
    opacity:0;
  }

  60% {
    top:0;
    opacity:1;
  }

  64% {
    top:0;
    opacity:1;
  }

  76% {
    top:0;
    opacity:1;
    z-index:0;
  }

  80% {
    top:425px;
    opacity:0;
    z-index:0;
  }

  81% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }

  100% {
    top:-425px;
    opacity:0;
    z-index:-1;
  }
}

@-webkit-keyframes cyclefive {
  0% {
    top:-425px;
    opacity:0;
  }

  76% {
    top:-425px;
    opacity:0;
  }

  80% {
    top:0;
    opacity:1;
  }

  84% {
    top:0;
    opacity:1;
  }

  96% {
    top:0;
    opacity:1;
    z-index:0;
  }

  100% {
    top:425px;
    opacity:0;
    z-index:0;
  }
}

@-moz-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }

  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }

  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }

  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }

  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

@-webkit-keyframes fullexpand {
  0%,20%,40%,60%,80%,100% {
    width:0;
    opacity:0;
  }

  4%,24%,44%,64%,84% {
    width:0;
    opacity:.3;
  }

  16%,36%,56%,76%,96% {
    width:100%;
    opacity:.7;
  }

  17%,37%,57%,77%,97% {
    width:100%;
    opacity:.3;
  }

  18%,38%,58%,78%,98% {
    width:100%;
    opacity:0;
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform:scale(0.6);
  }

  100% {
    -webkit-transform:scale(1);
  }
}

@-moz-keyframes fadeInScale {
  0% {
    -moz-transform:scale(0.6);
  }

  100% {
    -moz-transform:scale(1);
  }
}

@-o-keyframes fadeInScale {
  0% {
    -o-transform:scale(0.6);
  }

  100% {
    -o-transform:scale(1);
  }
}

@-ms-keyframes fadeInScale {
  0% {
    -ms-transform:scale(0.6);
  }

  100% {
    -ms-transform:scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }

  100% {
    transform:scale(1);
  }
}

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

* html .clearfix {
  height:1%;
}