@charset "UTF-8";

@font-face {
  font-family:"Cinzel Decorative";
  font-style:normal;
  font-weight:400;
  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:Quicksand;
  font-style:normal;
  font-weight:400;
  unicode-range:U+102-103,U+1EA0-1EF9,U+20AB;
}

@font-face {
  font-family:Quicksand;
  font-style:normal;
  font-weight:400;
  unicode-range:U+100-24F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:Quicksand;
  font-style:normal;
  font-weight:400;
  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;
}

* {
  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-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;
  color:rgb(68,68,68);
}

[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 {
}

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

.hr {
  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:0;
  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:rgb(17,17,17);
  border-bottom-width:0;
  border-bottom-style:initial;
  border-bottom-color:initial;
  display:block;
  overflow-x:hidden;
  overflow-y:hidden;
  outline-color:initial;
  outline-style:none;
  outline-width:initial;
  border-top-width:0;
  border-right-width:0;
  border-left-width:0;
  border-top-style:initial;
  border-right-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-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;
  box-shadow:rgb(51,51,51) 0 1px 3px;
  margin-top:0;
  margin-right:auto;
  margin-left:auto;
}

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

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

.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(117,106,71);
  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;
}

h1 {
  font-size:38px;
  font-family:Quicksand,sans-serif;
}

h2 {
  font-size:28px;
  font-family:Quicksand,sans-serif;
}

h3 {
  font-size:25px;
  font-family:"Cinzel Decorative";
}

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

h5,h6 {
  font-size:20px;
}

a {
  color:rgb(204,153,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:visited {
  color:rgb(204,153,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

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

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

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

body {
  width:100%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-color:rgb(241,241,241);
  background-image:url(https://mfcpro.files.wordpress.com/2017/01/amalia_bg_glitter.jpg);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:fixed;
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
  color:rgb(102,102,102);
}

.profile_section_content {
  color:rgb(102,102,102);
  padding-top:8px;
  padding-right:8px;
  padding-bottom:8px;
  padding-left:8px;
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-left:5px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

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

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

.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(236,181,84);
  border-right-color:rgb(236,181,84);
  border-bottom-color:rgb(236,181,84);
  border-left-color:rgb(236,181,84);
  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(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;
  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:none;
}

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

#profile_header_container,#unix_last_login_container {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_header_container {
  opacity:0;
}

#unix_last_updated_container {
  display:none;
}

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

.photo_gallery_name a:hover {
  color:rgb(236,181,84);
}

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

#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;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  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:5px;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
}

.user_comment_textarea_small {
  width:800px;
  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(0,0,0,0.6);
  color:rgb(236,181,84);
  margin-top:12px;
  font-family:Quicksand,"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:rgba(44,50,50,0.97) 0 -1px 9px 1px inset;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
  height:100px;
}

.user_comment_textarea_big {
  width:800px;
  height:100px;
  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(0,0,0,0.6);
  color:rgb(236,181,84);
  margin-top:12px;
  font-family:Quicksand,"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:rgba(44,50,50,0.97) 0 -1px 9px 1px inset;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
}

.wall_post_avatar img {
  background-image:none;
  background-position-x:0;
  background-position-y:0;
  background-size:initial;
  background-repeat-x:repeat;
  background-repeat-y:repeat;
  background-attachment:scroll;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(244,244,244);
  margin-top:1px;
  margin-left:-5px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:initial;
  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;
}

.wall_post_avatar:hover img {
  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(241,241,241);
  border-right-color:rgb(241,241,241);
  border-bottom-color:rgb(241,241,241);
  border-left-color:rgb(241,241,241);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:rgb(0,0,0) 0 0 6px;
}

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

.img_radius_shadow {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  box-shadow:rgb(119,119,119) 0 1px 0;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  color:rgb(68,68,68);
  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;
  font-family:Quicksand,"Palatino Linotype","Book Antiqua",Palatino,serif;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

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

div#profile_about_me.profile_subsection {
}

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

.wall_post a:hover {
  color:rgb(204,153,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-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-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:none;
}

#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;
  text-align:left;
  padding-top:8px;
  padding-right:8px;
  padding-bottom:8px;
  padding-left:8px;
  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:17px;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
  color:rgb(85,85,85);
}

iframe {
  display:block;
  width:99%;
  height:400px;
  margin-top:5px;
  margin-bottom:5px;
}

embade {
  display:block;
  width:99%;
  height:400px;
  margin-top:5px;
  margin-bottom:5px;
}

#profile_about_me {
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  font-family:Quicksand,"Palatino Linotype","Book Antiqua",Palatino,serif;
}

#about_me_container {
  visibility:visible;
  display:inline-block;
  width:100%;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
}

#about_me_value {
  visibility:visible;
}

#profile_friends {
  display:block;
  margin-top:10px;
  margin-bottom:30px;
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  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(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;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
  color:rgb(85,85,85);
}

#friends_value > a {
  margin-right:6px;
  color:rgb(136,136,136);
}

#friends_value > a:hover {
  margin-right:6px;
  color:rgb(68,68,68);
}

#favorite_models_value > a::before {
  display:inline-block;
  text-shadow:none;
  color:rgb(102,102,102);
  font-size:14px;
  margin-right:3px;
}

#friends_value > a::before {
  display:inline-block;
  text-shadow:none;
  color:rgb(102,102,102);
  font-size:12px;
  margin-right:3px;
}

#favorite_models_value a:link {
  color:rgb(255,153,0);
}

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

#favorite_models_value a {
  margin-right:6px;
}

#profile_interests_content a:link,#profile_interests_content a:visited {
  color:rgb(204,153,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

#profile_interests_content a:hover {
  color:rgb(102,102,102);
  text-shadow:rgb(153,153,153) 0 0 2px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,body,html {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  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;
  font-style:inherit;
  font-variant-ligatures:inherit;
  font-variant-caps:inherit;
  font-variant-numeric:inherit;
  font-variant-east-asian:inherit;
  font-weight:inherit;
  font-stretch:inherit;
  font-size:inherit;
  line-height:inherit;
  font-family:inherit;
  vertical-align:baseline;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container .value {
  display:inline-block;
  width:100%;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
}

.top-nav {
  text-align:center;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  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:15px;
  text-shadow:rgb(255,255,255) 0 1px 3px;
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  background-image:linear-gradient(rgb(255,255,255) 0%,rgb(229,229,229) 100%);
  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;
}

.top-nav:hover {
}

.top-fix {
  margin-top:5px;
}

.top-nav a:link,.top-nav a:visited {
  display:inline-block;
  color:rgb(204,153,51);
  font-family:Quicksand,sans-serif;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  font-size:17px;
  padding-top:16px;
  padding-right:16px;
  padding-bottom:16px;
  padding-left:16px;
  text-align:center;
  text-shadow:rgb(255,255,255) 0 1px 3px;
  font-weight:bold;
}

.top-nav a:hover {
  color:rgb(51,51,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
}

.top-nav ul li {
  list-style-type:none;
  list-style-position:initial;
  list-style-image:initial;
  display:inline-block;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:rgb(221,221,221);
  margin-left:-3px;
}

.top-nav li:last-child {
  border-right-width:0;
  border-right-style:solid;
  border-right-color:rgb(204,204,204);
}

.photo_mod {
  margin-top:55px;
  background-color:rgba(255,255,255,0.4);
  text-align:center;
  max-height:450px;
  height:450px;
  overflow-x:hidden;
  overflow-y:hidden;
}

.photo_mod img {
  display:block;
  width:auto;
  height:100%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
  transition-duration:.5s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.photo_mod:hover img {
  margin-top:-100px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
  background-color:rgba(0,0,0,0.4);
}

.buttons a:link,.buttons a:visited {
  padding-top:10px;
  padding-right:22px;
  padding-bottom:10px;
  padding-left:22px;
  text-align:center;
  color:rgb(204,153,51);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
  font-size:15px;
  text-shadow:rgb(255,255,255) 0 1px 3px;
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  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:6px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  border-bottom-left-radius:6px;
  font-weight:bold;
}

.buttons a:hover {
  background-image:linear-gradient(rgb(0,0,0) 0%,rgb(31,33,29) 100%);
  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;
  color:rgb(241,241,241);
  text-shadow:rgb(0,0,0) 0 1px 0;
}

.box {
  max-height:350px;
  height:350px;
  overflow-x:auto;
  overflow-y:auto;
  background-color:rgba(0,0,0,0.6);
  font-size:19px;
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  color:rgb(255,255,255);
}

h1.headers {
  text-align:center;
  font-size:2.777rem;
  color:rgb(117,106,71);
  font-family:"Cinzel Decorative","Palatino Linotype","Book Antiqua",Palatino,serif;
  text-shadow:rgb(0,0,0) 0 0 3px;
}

.tiprequest {
  color:rgb(241,241,241);
}

.tip-button a:link,.tip-button a:visited {
  display:block;
  padding-top:8px;
  padding-right:12px;
  padding-bottom:8px;
  padding-left:12px;
  text-align:center;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  top:8px;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
}

.tip-button a:hover {
  color:rgb(117,106,71);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:linear-gradient(rgb(0,0,0) 0%,rgb(31,33,29) 100%);
  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;
}

.tipz img {
  display:block;
  width:auto;
  height:100%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
  transition-duration:.5s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.tipz:hover img {
  margin-top:-100px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
}

.banner img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  text-align:center;
}

.clubber img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  text-align:center;
}

.clubbers,.clubbers-1,.clubbers-2 {
  background-color:rgba(255,255,255,0.7);
  max-height:300px;
  height:300px;
  overflow-x:auto;
  overflow-y:auto;
}

.clubbers-1 {
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:rgb(204,153,51);
}

.clubbers-2 {
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:rgb(204,153,51);
}

.clubbers p,.clubbers-1 p,.clubbers-2 p {
  display:block;
  width:90%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  line-height:normal;
  font-size:18px;
  color:rgb(85,85,85);
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  text-indent:30px;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  background-image:url(https://mfcpro.files.wordpress.com/2015/11/star.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:20px 14px;
  background-position-x:2px;
  background-position-y:2px;
}

.clubbers p:hover,.clubbers-1 p:hover,.clubbers-2 p:hover {
  background-image:url(https://mfcpro.files.wordpress.com/2016/01/crown.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:20px 20px;
  background-position-x:2px;
  background-position-y:2px;
}

.item_photo img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-color:rgba(204,153,51,0.3);
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.item_photo:hover img {
  background-color:rgb(204,153,51);
}

.item-title p {
  width:80%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:11px;
  padding-right:10px;
  padding-bottom:11px;
  padding-left:10px;
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
  color:rgb(34,34,34);
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  font-size:17px;
  font-weight:bold;
  border-left-width:5px;
  border-left-style:solid;
  border-left-color:rgb(204,153,51);
}

.round a {
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:rgb(204,204,204) 0 1px 2px;
  opacity:0;
  margin-top:-70px;
  margin-right:auto;
  margin-bottom:70px;
  margin-left:auto;
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:bold;
  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;
}

.item:hover .round a {
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  box-shadow:rgb(255,255,255) 0 0 2px;
  opacity:1;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.tip-vids a:link,.tip-vids a:visited {
  display:block;
  width:80%;
  height:auto;
  padding-top:14px;
  padding-right:22px;
  padding-bottom:14px;
  padding-left:22px;
  text-align:center;
  font-size:17px;
  font-weight:bold;
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:linear-gradient(rgb(232,204,127) 0%,rgb(199,152,16) 100%);
  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;
  text-shadow:rgb(153,153,153) 0 -1px 2px;
  transition-duration:.5s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.tip-vids a:hover {
  color:rgb(51,51,51);
  background-image:linear-gradient(rgb(229,193,94) 0%,rgb(198,167,79) 100%);
  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;
}

.custom-schedule {
  font-family:"Cinzel Decorative","Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight:bold;
  font-size:19px;
  border-top-width:9px;
  border-top-style:solid;
  border-top-color:rgba(117,106,71,0.3);
  border-bottom-width:9px;
  border-bottom-style:solid;
  border-bottom-color:rgba(117,106,71,0.3);
  background-image:linear-gradient(rgb(244,244,244) 0%,rgb(255,255,255) 100%);
  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;
}

.schbg {
  background-image:url(https://editbio.files.wordpress.com/2015/05/bg1.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:100%;
  background-position-x:0;
  background-position-y:0;
  transition-duration:1.2s;
  transition-timing-function:ease-in-out;
  transition-delay:initial;
  transition-property:initial;
  background-color:rgb(241,241,241);
}

.schbg:hover {
  background-image:url(https://editbio.files.wordpress.com/2015/05/bg1.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:100%;
  background-position-x:0;
  background-position-y:-300px;
  background-color:rgb(255,255,255);
}

.sch {
  margin-top:4px;
  margin-right:6px;
  margin-bottom:5px;
  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(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;
  overflow-x:hidden;
  overflow-y:hidden;
  font-family:Quicksand,Arial,Helvetica,sans-serif;
  background-color:rgba(255,255,255,0.5);
}

.day-sch {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(17,17,17);
  font-weight:bold;
  font-size:19px;
}

.relax {
  color:rgb(204,153,51);
  background-color:rgba(255,255,255,0.5);
}

.hours-sch {
  font-size:17px;
  text-shadow:rgb(153,153,153) 0 1px 3px;
  background-color:rgba(255,255,255,0.5);
}

.sch a:link,.sch a:visited,.sch a:active {
  display:block;
  font-size:11px;
  color:rgb(0,0,0);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  padding-top:5px;
  padding-right:11px;
  padding-bottom:5px;
  padding-left:11px;
  background-color:rgb(117,106,71);
  font-family:Quicksand,Arial,Helvetica,sans-serif;
}

.sch a:hover {
  color:rgb(255,255,255);
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-color:rgb(204,153,51);
}

.sch: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(117,106,71);
  border-right-color:rgb(117,106,71);
  border-bottom-color:rgb(117,106,71);
  border-left-color:rgb(117,106,71);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.sch:hover div:first-child {
  color:rgb(117,106,71);
}

.social {
  padding-top:40px;
  padding-bottom:40px;
  text-align:center;
  border-top-width:9px;
  border-top-style:solid;
  border-top-color:rgba(117,106,71,0.3);
  border-bottom-width:9px;
  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(117,106,71);
  border-right-color:rgb(117,106,71);
  border-bottom-color:rgb(117,106,71);
  border-left-color:rgb(117,106,71);
  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:initial;
  transition-delay:initial;
  transition-property:all;
}

.social a:hover {
  background-color:rgb(117,106,71);
  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:initial;
  transition-delay:initial;
  transition-property:all;
}

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

.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:60px;
  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: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(117,106,71);
  border-right-color:rgb(117,106,71);
  border-bottom-color:rgb(117,106,71);
  border-left-color:rgb(117,106,71);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(117,106,71);
  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:3px;
  background-position-y:6px;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  padding-top:10px;
  padding-bottom:10px;
}

.up-arrow a:hover {
  margin-top:0;
  margin-right:auto;
  margin-bottom:-5px;
  margin-left:auto;
  background-color:rgb(117,106,71);
  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:3px;
  background-position-y:3px;
}

.camgirlbioliveeditor {
  background-color:rgb(34,34,34);
  margin-top:0;
  margin-right:auto;
  margin-bottom:40px;
  margin-left:auto;
  padding-bottom:20px;
  text-align:center;
  height:140px;
}

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

.camgirlbioliveeditor:hover::after {
  display:block;
  height:30px;
  font-size:15px;
  color:rgb(204,153,51);
  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:initial;
  transition-delay:initial;
  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);
}

.footer_section {
  background-color:rgb(34,34,34);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(117,106,71);
}

.footer_side h3 {
  color:rgb(117,106,71);
  line-height:normal;
  font-size:22px;
  font-family:"Cinzel Decorative",cursive;
  margin-top:10px;
}

.footer_content p {
  display:block;
  padding-top:2px;
  padding-right:0;
  padding-bottom:2px;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  line-height:normal;
  color:rgb(136,136,136);
  font-size:19px;
  font-family:Quicksand,sans-serif;
}

.footer_content a:link,.footer_content a:visited {
}

.footer_content a:hover {
  color:rgb(204,204,204);
}

.copyright {
  font-size:13px;
  color:rgb(102,102,102);
  padding-top:20px;
}

* html .clearfix {
  height:1%;
}

@media only screen and (max-width: 728px) {
  [class*="clgrid-"] {
    width:100%;
  }
  
  .buy {
  }
  
  .buy a,.buy a:visited,.buy a:hover {
    display:block;
    width:80%;
    height:auto;
    margin:10px auto 6px;
  }
}

* {
  box-sizing:border-box;
}

html {
}

.clgrid-0 {
  width:14.28%;
}

.clgrid-1 {
  width:8.33%;
}

.clgrid-2 {
  width:16.66%;
}

.clgrid-3 {
  width:32%;
}

.clgrid-4 {
  width:33.33%;
}

.clgrid-4_half {
  width:27.33%;
}

.clgrid-5 {
  width:41.66%;
}

.clgrid-6 {
  width:50%;
}

.clgrid-7 {
  width:58.33%;
}

.clgrid-8 {
  width:66.66%;
}

.clgrid-9 {
  width:75%;
}

.clgrid-10 {
  width:83.33%;
}

.clgrid-11 {
  width:91.66%;
}

.clgrid-12 {
  width:100%;
}

[class*="clgrid-"] {
  float:left;
  padding-top:8px;
  padding-right:8px;
  padding-bottom:8px;
  padding-left:8px;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  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;
}

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

.clrow::after {
  clear:both;
  display:block;
}

.tcenter {
  text-align:center;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

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

.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(204,153,51);
  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;
}

#cle_shdule {
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.schwrap {
  margin-top:20px;
  margin-right:auto;
  margin-bottom:11px;
  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(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;
  overflow-x:hidden;
  overflow-y:hidden;
  background-color:rgba(255,255,255,0.8);
  box-shadow:rgb(153,153,153) 0 1px 2px -2px;
}

#scheader {
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/09/bg_top3.jpg);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-position-x:50%;
  background-position-y:50%;
  background-size:cover;
}

.schead h2 {
  display:block;
  width:90%;
  height:auto;
  padding-top:3px;
  padding-right:30px;
  padding-bottom:20px;
  padding-left:30px;
  font-size:3.333vw;
  color:rgb(102,102,102);
  text-shadow:rgb(255,255,255) 0 -1px 0;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.clday {
  font-size:19px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
  font-weight:bold;
}

.clhour {
  font-size:14px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
}

.loadschedule {
  display:block;
  width:97%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  float:none;
  clear:left;
  text-align:center;
}

.schfooter {
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/09/cle_bg_pattern.jpg);
  background-repeat-x:repeat;
  background-repeat-y:no-repeat;
  background-position-x:0;
  background-position-y:0;
}

.buy {
}

.buy a,.buy a:visited {
  display:block;
  padding-top:6px;
  padding-right:22px;
  padding-bottom:6px;
  padding-left:22px;
  text-align:center;
  color:rgb(102,102,102);
  background-color:rgb(241,241,241);
  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;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  box-shadow:rgb(205,205,205) 0 2px 0px,rgb(0,0,0) 0 3px 2px;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.buy a:hover {
  color:rgb(68,68,68);
  background-color:rgb(253,253,253);
  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(102,102,102);
  border-right-color:rgb(102,102,102);
  border-bottom-color:rgb(102,102,102);
  border-left-color:rgb(102,102,102);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:rgb(204,204,204) 0 3px 8px inset,rgb(205,205,205) 0 1px 0px,rgb(102,102,102) 0 0 8px;
}

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

* html .clearfix {
  height:1%;
}