@charset "UTF-8";

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

@font-face {
  font-family:"Material Icons";
  font-style:normal;
  font-weight:400;
  src:local("Material Icons"),local(MaterialIcons-Regular),url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2");
}

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,100% {
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity:0;
    transform:translate3d(0px,-3000px,0px);
  }

  60% {
    opacity:1;
    transform:translate3d(0px,25px,0px);
  }

  75% {
    transform:translate3d(0px,-10px,0px);
  }

  90% {
    transform:translate3d(0px,5px,0px);
  }

  100% {
    transform:none;
  }
}

@keyframes bounceInDown {
  0%,60%,75%,90%,100% {
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity:0;
    transform:translate3d(0px,-3000px,0px);
  }

  60% {
    opacity:1;
    transform:translate3d(0px,25px,0px);
  }

  75% {
    transform:translate3d(0px,-10px,0px);
  }

  90% {
    transform:translate3d(0px,5px,0px);
  }

  100% {
    transform:none;
  }
}

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,100% {
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
  }

  0% {
    opacity:0;
    transform:translate3d(-3000px,0px,0px);
  }

  60% {
    opacity:1;
    transform:translate3d(25px,0px,0px);
  }

  75% {
    transform:translate3d(-10px,0px,0px);
  }

  90% {
    transform:translate3d(5px,0px,0px);
  }

  100% {
    transform:none;
  }
}

@media (min-aspect-ratio:16/9) {
  .fullscreen-bg__video {
    width:100%;
    height:auto;
  }
}

@media (max-aspect-ratio:16/9) {
  .fullscreen-bg__video {
    width:auto;
    height:100%;
  }
}

body {
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-image:url(https://mediadexdesign2002.files.wordpress.com/2016/09/c03_2sbg.jpg);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:cover;
  background-position-x:50%;
  background-position-y:50%;
  background-attachment:fixed;
  background-color:#082128;
  color:#888;
  width:100%;
  overflow-x:hidden;
}

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

div#status_container.container {
  display:none;
  position:relative;
  width:30%;
  height:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  z-index:500;
  text-align:center;
  background-image:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-repeat-x:repeat;
  background-repeat-y:no-repeat;
  background-color:rgba(0,0,0,.4);
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:#333;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

div#status_container:hover {
  background-image:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-repeat-x:repeat;
  background-repeat-y:no-repeat;
  background-color:rgba(255,255,255,.4);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#333;
  border-right-color:#333;
  border-bottom-color:#333;
  border-left-color:#333;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

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

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

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

#member_status_value a:hover {
  color:#fff;
  text-shadow:#333 1px 1px 1px,#333 -1px -1px 2px,#333 0 0 17px;
}

#profile_interests_content .label {
  font-family:Oswald;
  display:block;
}

#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:#fff;
  text-shadow:#333 1px 1px 1px,#333 -1px -1px 2px,#333 0 0 17px;
}

.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:#555;
  border-right-color:#555;
  border-bottom-color:#555;
  border-left-color:#555;
  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:#333;
  border-right-color:#333;
  border-bottom-color:#333;
  border-left-color:#333;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:#666 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;
}

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:-8px;
}

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

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

.content {
  display:block;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}

#profile_main_about_holder {
  color:#666;
  font-size:17px;
}

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

#profile_avatar {
  display:none;
}

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

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

#footer_bar::after {
  content:"ÃƒÂƒÃ‚Â¢ÃƒÂ‚Ã‚Â˜ÃƒÂ‚Ã‚Â…- design by @CSSMFC - ÃƒÂƒÃ‚Â¢ÃƒÂ‚Ã‚Â˜ÃƒÂ‚Ã‚Â…";
  display:inline-block;
  margin-left:2px;
  font-family:Oswald;
  font-size:13px;
  font-weight:300;
  color:#000;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

#profile_header_container {
}

#unix_last_updated_container {
  display:none;
}

#blurb_label {
  display:none;
}

#blurb_value {
  display:none;
}

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

#last_login_string_container {
  display:none;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  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 {
  width:100%;
}

#photo_gallery_previews {
  display:block;
  width:90%;
  position:relative;
  background-color:#f1f1f1;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:#555;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  font-family:Quicksand;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:0s;
  transition-property:width;
  padding-top:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-left:12px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:#f1f1f1;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:#444;
}

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

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

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

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-image:url(https://mfcdesign.files.wordpress.com/2016/07/empty_avatar_hover.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-size:100%;
  background-position-x:50%;
  background-position-y:0;
  background-color:#000;
  box-shadow:#333 0 0 6px;
}

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

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

div.wall_post {
  display:block;
  font-size:18px;
  background-color:#f1f1f1;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:#444;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  transition-duration:.9s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
  font-family:Quicksand,"Palatino Linotype","Book Antiqua",Palatino,serif;
}

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

.wall_post a,.wall_post a:visited {
  color:#555;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

.wall_post a:hover {
  color:#fff;
  text-shadow:#333 1px 1px 1px,#333 -1px -1px 2px,#333 0 0 17px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

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

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

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  background-color:#f1f1f1;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  color:#666;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  margin-bottom:20px;
  visibility:visible;
  font-size:16px;
  margin-left:0;
  font-weight:300;
}

p {
  font-family:Oswald,"Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight:300;
}

#profile_about_me {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.photo_gallery_count {
  color:#777;
  font-family:Oswald;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#444;
  font-family:Oswald,"Palatino Linotype","Book Antiqua",Palatino,serif;
  font-weight:300;
}

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

#profile_friends {
  display:block;
  width:90%;
  color:#444;
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  background-color:#f1f1f1;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  font-size:15px;
  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:30px;
  margin-left:auto;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-image:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-repeat-x:repeat;
  background-repeat-y:no-repeat;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:#111;
  color:#fff;
  font-size:16px;
  text-align:center;
}

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

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

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

.camgirlbioliveeditor:hover::after {
  content:"Camgirl Live Template Editor";
  display:block;
  height:30px;
  font-size:15px;
  color:#666;
  opacity:1;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.camgirlbioliveeditor img {
  display:block;
  width:240px;
  height:auto;
  opacity:.5;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:0s;
  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);
}

h1,h2,h3,h4,h5,h6,p,a,img,body,html {
  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 {
  display:inline-block;
  width:100%;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
}

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

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

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

.xcr::-webkit-scrollbar-track {
  box-shadow:rgba(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:#000000;
  box-shadow:rgba(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,.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:#333;
  border-right-color:#333;
  border-bottom-color:#333;
  border-left-color:#333;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

a {
  color:#489db5;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:visited {
  color:#489db5;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

a:hover {
  color:#09c;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

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

a:focus {
  color:#09c;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
}

h1,h2,h3,h4,h5,h6,p,a,img,body,html,i {
  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;
}

.material-icons {
  font-family:"Material Icons";
  font-weight:normal;
  font-style:normal;
  font-size:24px;
  line-height:1;
  letter-spacing:normal;
  text-transform:none;
  display:inline-block;
  white-space:nowrap;
  overflow-wrap:normal;
  direction:ltr;
  font-feature-settings:liga;
  -webkit-font-smoothing:antialiased;
}

h1 {
  font-size:33px;
  font-family:Oswald,sans-serif;
}

h2 {
  font-size:28px;
  font-family:"Cinzel Decorative",sans-serif;
  color:#489db5;
}

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

h4 {
  font-size:22px;
}

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

a .material-icons,a:hover .material-icons,a:focus .material-icons {
  vertical-align:middle;
}

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

.col-12-full {
  width:100%;
  padding-top:30px;
  padding-right:30px;
  padding-bottom:30px;
  padding-left:30px;
}

[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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

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

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

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

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

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

.dotted {
  border-bottom-width:1px;
  border-bottom-style:dashed;
  border-bottom-color:#333;
  border-left-width:0;
  border-left-style:initial;
  border-left-color:initial;
  border-right-width:0;
  border-right-style:initial;
  border-right-color:initial;
  margin-bottom:10px;
}

.clte_header img {
  display:block;
  width:90%;
  height:auto;
  margin-top:-10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  text-align:center;
}

.clte_header {
  margin-top:0;
  margin-right:auto;
  margin-bottom:-80px;
  margin-left:auto;
}

element.style {
  position:relative;
  z-index:20;
  left:0;
  top:15px;
  background-color:rgb(1,1,1);
}

.wrapper {
  display:block;
  width:90%;
  height:auto;
  background-color:#f1f1f1;
  padding-top:10px;
  padding-right:30px;
  padding-bottom:30px;
  padding-left:30px;
  margin-top:-10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  clear:both;
  float:none;
  position:relative;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  box-shadow:rgba(48,70,76,.4) 0 14px 26px -12px,rgba(0,0,0,.12) 0 4px 23px 0px,rgba(156,39,176,.2) 0 8px 10px -5px;
  border-top-width:5px;
  border-top-style:solid;
  border-top-color:#000000;
  z-index:20;
}

.wrapper_secondary {
  display:block;
  width:90%;
  height:auto;
  background-color:#f1f1f1;
  padding-top:10px;
  padding-right:30px;
  padding-bottom:30px;
  padding-left:30px;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:21px;
  margin-left:auto;
  clear:both;
  float:none;
  position:relative;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  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:#000000;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-left-color:#000000;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.img-raised {
  box-shadow:rgba(48,70,76,.4) 0 14px 26px -12px,rgba(0,0,0,.12) 0 4px 23px 0px,rgba(156,39,176,.2) 0 8px 10px -5px;
}

.img-responsive {
  display:block;
  max-width:100%;
  height:auto;
  border-top-width:5px;
  border-right-width:5px;
  border-bottom-width:5px;
  border-left-width:5px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#000000;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-left-color:#000000;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.img-circle {
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
}

.clte-modavatar {
  text-align:center;
  margin-top:-110px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  position:relative;
}

.clte-modavatar img {
  max-width:160px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:#082128;
}

.wrapper_sec {
  height:auto;
  background-color:#f1f1f1;
}

.mod-description {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  max-width:600px;
  color:#666;
  font-size:19px;
  font-family:Oswald;
}

.mod-text {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  max-width:600px;
  color:#000000;
  font-size:16px;
  font-family:Oswald;
}

.social {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
  text-align:center;
}

.social img {
  display:block;
  width:60px;
  height:auto;
}

.social img:hover,.social a:hover img {
  display:block;
  width:60px;
  height:auto;
  transform:rotateY(365deg);
}

.social a:link,.social a:visited {
  display:inline-block;
  padding-top:6px;
  padding-right:11px;
  padding-bottom:6px;
  padding-left:11px;
  text-align:center;
  background-color:#291e1b;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}

.social a:hover {
  box-shadow:rgba(48,70,76,.4) 0 14px 26px -12px,rgba(0,0,0,.12) 0 4px 23px 0px,rgba(156,39,176,.2) 0 8px 10px -5px;
}

#tiptable {
  height:350px;
  overflow-x:auto;
  overflow-y:auto;
}

.treq,.tbutt {
  display:inline-block;
  text-align:left;
}

.treq {
  font-family:Oswald;
  width:70%;
  text-align:left;
}

.tbutt a:link,.tbutt a:visited {
  padding-top:6px;
  padding-right:15px;
  padding-bottom:6px;
  padding-left:15px;
  text-align:center;
  background-color:#fff;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  color:#000000;
  font-size:14px;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  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:#000000;
  border-right-color:#000000;
  border-bottom-color:#000000;
  border-left-color:#000000;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.tbutt a:hover {
  box-shadow:rgba(48,70,76,.4) 0 14px 26px -12px,rgba(0,0,0,.12) 0 4px 23px 0px,rgba(156,39,176,.2) 0 8px 10px -5px;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  background-color:#000000;
}

.mod-store {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  max-width:900px;
  width:90%;
  color:#666;
  font-size:16px;
  font-family:Oswald;
}

.pan-wrapper {
  display:block;
  width:32.3%;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  float:right;
  margin-top:10px;
  margin-right:400px;
  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:#ccc;
  border-right-color:#ccc;
  border-bottom-color:#ccc;
  border-left-color:#ccc;
  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;
}

.pan-header {
  display:block;
  padding-top:8px;
  padding-right:11px;
  padding-bottom:8px;
  padding-left:11px;
  background-color:#fdfdfd;
  color:#333;
  text-shadow:#fff 0 -1px 2px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#ccc;
  font-size:16px;
  font-weight:bold;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.pan-body {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.pan-body p {
  display:block;
  font-size:15px;
  color:#666;
  line-height:normal;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:1px;
  padding-right:5px;
  padding-bottom:1px;
  padding-left:5px;
}

.responsive {
  text-align:center;
  margin-top:0;
  margin-right:auto;
  margin-bottom:5px;
  margin-left:auto;
  overflow-x:hidden;
  overflow-y:hidden;
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#f1f1f1;
  border-right-color:#f1f1f1;
  border-bottom-color:#f1f1f1;
  border-left-color:#f1f1f1;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  max-height:240px;
}

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

.responsive:hover img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  opacity:1;
  transform:scale(1.1,1.1) rotate(3deg);
}

.pan-footer {
  display:block;
  padding-top:11px;
  padding-right:9px;
  padding-bottom:11px;
  padding-left:9px;
  color:#333;
  text-shadow:#fff 0 -1px 2px;
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:#ccc;
  font-size:14px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  text-align:center;
  position:relative;
}

.pan-footer.button a:link,.pan-footer.button a:visited {
  padding-top:6px;
  padding-right:11px;
  padding-bottom:6px;
  padding-left:11px;
  font-size:14px;
  text-align:center;
  background-color:#288311;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  text-shadow:none;
}

.pan-footer.button a:hover {
  background-color:#222;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:none;
}

.pan-footer .col-4 span {
  padding-top:3px;
  padding-right:8px;
  padding-bottom:3px;
  padding-left:8px;
  text-align:center;
  background-color:#222;
  color:#fff;
  font-size:11px;
  font-weight:300;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

.tipper_wrapper {
  background-color:#fdfdfd;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  overflow-x:hidden;
  overflow-y:hidden;
  padding-top:0;
  padding-right:0;
  padding-bottom:20px;
  padding-left:0;
  display:inline-block;
  width:31.111%;
  margin-top:10px;
  margin-right:4px;
  margin-bottom:auto;
  margin-left:4px;
}

.mod-ttpers {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  width:90%;
  color:#666;
  font-size:16px;
  font-family:Oswald;
}

.pannel h1 {
  font-size:24px;
  text-align:center;
}

.shdow {
  box-shadow:rgba(48,70,76,.4) 0 14px 26px -12px,rgba(0,0,0,.12) 0 4px 23px 0px,rgba(156,39,176,.2) 0 8px 10px -5px;
}

.tipp-hder {
  background-color:#489db5;
  padding-top:20px;
  padding-right:0;
  padding-bottom:10px;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:30px;
  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:#489db5;
  border-right-color:#489db5;
  border-bottom-color:#489db5;
  border-left-color:#489db5;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}

.tipper_wrapper:hover .tipp-hder {
  background-color:#fff;
}

.tipper_wrapper:hover .tipp-hder i {
  font-size:4.333rem;
  color:#489db5;
}

.tipper_wrapper .tipp-hder i {
  font-size:4.333rem;
  color:#fff;
  text-shadow:#fff 0 0 7px;
}

.tipp_listed {
  height:250px;
  overflow-x:auto;
  overflow-y:auto;
  font-size:15px;
}

.tipp_listed p {
  font-size:15px;
}

.tipp_listed p i {
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
}

.tipp_listed p:hover i {
  color:#fff;
  margin-right:6px;
  background-color:#489db5;
  border-top-left-radius:50%;
  border-top-right-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
}

.mod-menu {
  display:block;
  width:100%;
  height:auto;
  padding-top:8px;
  padding-right:12px;
  padding-bottom:8px;
  padding-left:12px;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  background-color:#000000;
  font-family:Oswald;
  z-index:9999;
}

.mod-menu a:link,.mod-menu a:visited {
  padding-top:10px;
  padding-right:12px;
  padding-bottom:10px;
  padding-left:12px;
  text-align:center;
  font-size:17px;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  z-index:1001;
}

.mod-menu a:hover {
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:#fff 0 0 5px;
}

i.red {
  color:#333;
  vertical-align:middle;
}

.mod-ttle i {
  font-size:43px;
  color:#000000;
  margin-top:-3px;
  margin-right:11px;
  margin-bottom:auto;
  margin-left:11px;
  vertical-align:middle;
}

.cnctus.button a:link,.cnctus.button a:visited {
  padding-top:11px;
  padding-right:21px;
  padding-bottom:11px;
  padding-left:21px;
  font-size:19px;
  text-align:center;
  background-color:#489db5;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  text-shadow:none;
}

.grey {
  color:#000000;
}

.cnctus.button a:hover {
  background-color:#222;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:none;
}

.avalon {
  box-sizing:border-box;
  background-position-x:0;
  background-position-y:0;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

.avalon:hover img {
  opacity:0;
}

.animated {
  animation-duration:1s;
  animation-fill-mode:both;
}

.animated.infinite {
  animation-iteration-count:infinite;
}

.animated.hinge {
  animation-duration:2s;
}

.animated.bounceIn,.animated.bounceOut {
  animation-duration:.75s;
}

.bounceIn {
  animation-name:bounceIn;
}

.bounceInDown {
  animation-name:bounceInDown;
}

.screem-for-love {
  max-height:180px;
  overflow-x:auto;
  overflow-y:auto;
}

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

.thumb img,.flyers img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.responsive:hover {
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#f1f1d1;
  border-right-color:#f1f1d1;
  border-bottom-color:#f1f1d1;
  border-left-color:#f1f1d1;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:#999 0 1px 4px;
}

.responsive div {
  display:block;
  width:100%;
  height:340px;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  text-align:center;
  background-color:rgba(0,0,0,.5);
  opacity:0;
  margin-top:-10%;
  margin-right:auto;
  margin-bottom:30%;
  margin-left:auto;
  z-index:999;
  position:relative;
}

.responsive:hover div {
  display:block;
  width:100%;
  height:340px;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  text-align:center;
  background-color:rgba(0,0,0,.8);
  opacity:1;
  margin-top:-40%;
  margin-right:auto;
  margin-bottom:30%;
  margin-left:auto;
  z-index:999;
  position:relative;
}

.responsive-small {
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#f1f1f1;
  border-right-color:#f1f1f1;
  border-bottom-color:#f1f1f1;
  border-left-color:#f1f1f1;
  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;
  max-height:200px;
}

.responsive-small:hover {
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:#f1f1d1;
  border-right-color:#f1f1d1;
  border-bottom-color:#f1f1d1;
  border-left-color:#f1f1d1;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  box-shadow:#999 0 1px 4px;
}

.responsive-small div {
  display:block;
  width:100%;
  height:140px;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  text-align:center;
  background-color:rgba(0,0,0,.5);
  opacity:0;
  margin-top:-10%;
  margin-right:auto;
  margin-bottom:30%;
  margin-left:auto;
  z-index:999;
  position:relative;
}

.responsive-small:hover div {
  display:block;
  width:100%;
  height:240px;
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
  text-align:center;
  background-color:rgba(0,0,0,.8);
  opacity:1;
  margin-top:-40%;
  margin-right:auto;
  margin-bottom:30%;
  margin-left:auto;
  z-index:999;
  position:relative;
}

.overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  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,.7);
  transition-duration:500ms;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:opacity;
  visibility:hidden;
  opacity:0;
  z-index:1000;
}

.overlay:target {
  visibility:visible;
  opacity:1;
}

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

.das {
  display:block;
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  text-align:left;
  color:#fff;
  font-family:Quicksand,Arial,sans-serif;
  height:200px;
  overflow-x:auto;
  overflow-y:auto;
}

.das p {
  display:block;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  text-align:left;
  color:#fff;
  font-family:Quicksand,Arial,sans-serif;
  font-size:14px;
}

h2.ladyes {
  font-size:44px;
  font-weight:bold;
  color:#489db5;
  font-family:"Cinzel Decorative",Quicksand,Oswald,Arial,sans-serif;
}

h2.fet {
  font-size:48px;
  font-weight:bold;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:22px;
  margin-left:auto;
}

.das a:link,.das a:visited {
  display:inline-block;
  padding-top:11px;
  padding-right:21px;
  padding-bottom:11px;
  padding-left:21px;
  font-size:16px;
  text-align:center;
  background-color:#489db5;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  text-shadow:none;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  font-family:Oswald,Arial,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:#222;
  border-right-color:#222;
  border-bottom-color:#222;
  border-left-color:#222;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.das a:hover {
  background-color:#222;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:none;
  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:#489db5;
  border-right-color:#489db5;
  border-bottom-color:#489db5;
  border-left-color:#489db5;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.start a:link,.start a:visited {
  padding-top:11px;
  padding-right:31px;
  padding-bottom:11px;
  padding-left:31px;
  font-size:19px;
  text-align:center;
  background-color:#489db5;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  text-shadow:none;
  margin-top:20px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  font-family:Oswald,Arial,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:#489db5;
  border-right-color:#489db5;
  border-bottom-color:#489db5;
  border-left-color:#489db5;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.start a:hover {
  background-color:#222;
  color:#fff;
  text-decoration-line:none;
  text-decoration-style:initial;
  text-decoration-color:initial;
  text-shadow:none;
  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:#489db5;
  border-right-color:#489db5;
  border-bottom-color:#489db5;
  border-left-color:#489db5;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.start:hover {
  -webkit-box-reflect:below -20px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
  animation-duration:1s;
  animation-fill-mode:both;
  animation-name:bounceIn;
}

.start i {
  font-size:44px;
  margin-top:-5px;
  margin-right:10px;
  margin-bottom:auto;
  margin-left:-15px;
}

.services {
  margin-top:20px;
  transition-duration:1.3s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

.servinfo {
  height:163px;
  background-color:#fff;
  text-align:left;
  font-size:16px;
  overflow-x:auto;
  overflow-y:auto;
}

.service {
  background-color:#489db5;
  color:#fff;
  background-image:url(https://mfcdesign.files.wordpress.com/2017/04/slast.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:1px 1px;
  background-position-x:50%;
  background-position-y:20px;
}

.services:hover .service {
  background-image:url(https://mfcdesign.files.wordpress.com/2017/04/slast.png);
  background-repeat-x:no-repeat;
  background-repeat-y:no-repeat;
  background-size:300px 300px;
  background-position-x:50%;
  background-position-y:50%;
}

.service i {
  font-size:65px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
}

.service span {
  font-size:13px;
  color:#fff;
  font-family:Quicksand,Arial,sans-serif;
}

.services:hover .service i {
  transform:rotateY(360deg);
}

.tipp-hder span {
  display:block;
  text-align:center;
  color:#fff;
  font-family:Quicksand,Arial,sans-serif;
}

.tipper_wrapper:hover span {
  color:#489db5;
}

.goldish p,.premiums p,.basics p {
  display:block;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  text-align:left;
  width:88%;
  padding-top:1px;
  padding-right:4px;
  padding-bottom:1px;
  padding-left:4px;
  font-size:15px;
}

.prefered {
  height:350px;
}

.mod-description p {
  color:#000000;
  font-size:19px;
  font-family:Oswald;
}

#photo_gallery_previews,#profile_comments {
  z-index:20;
}

.well_header_clte {
  display:block;
  width:60%;
  height:auto;
  border-top-width:8px;
  border-right-width:8px;
  border-bottom-width:8px;
  border-left-width:8px;
  border-top-style:double;
  border-right-style:double;
  border-bottom-style:double;
  border-left-style:double;
  border-top-color:rgba(8,33,40,.4);
  border-right-color:rgba(8,33,40,.4);
  border-bottom-color:rgba(8,33,40,.4);
  border-left-color:rgba(8,33,40,.4);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  position:relative;
  top:-550px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:-220px;
  margin-left:auto;
  text-align:center;
  background-color:rgba(0,1,1,0.6);
  padding-top:30px;
  padding-right:10px;
  padding-bottom:30px;
  padding-left:10px;
  color:#fff;
  text-shadow:#fff 0 0 5px;
}

.well_header_clte h1 {
  font-family:"Cinzel Decorative",Quicksand,Oswald,Arial,sans-serif;
  font-size:41px;
}

.well_header_clte p {
  display:block;
  width:90%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  padding-top:2px;
  padding-right:4px;
  padding-bottom:2px;
  padding-left:4px;
  text-align:left;
  font-family:Quicksand,Oswald,Arial,sans-serif;
  font-size:20px;
}

#tiptable .padfix {
  display:block;
  margin-top:2px;
  margin-right:auto;
  margin-bottom:2px;
  margin-left:auto;
  position:relative;
  padding-top:8px;
  padding-right:11px;
  padding-bottom:8px;
  padding-left:11px;
}

.padd {
  padding-top:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-left:20px;
}

.tbutt {
  width:20%;
  text-align:center;
}

.camgirlbioliveeditor:hover {
  -webkit-box-reflect:below -37px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
}

* {
  box-sizing:border-box;
  transition-duration:.5s;
  transition-timing-function:ease;
  transition-delay:0s;
  transition-property:all;
}

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

* html .clearfix {
  height:1%;
}