@charset "UTF-8";

body {
  margin:0 auto;
  width:70%;
  background-color:#25292C;
  font-size:19px;
  background-image:url(https://fotodex.files.wordpress.com/2015/12/bg1.png);
  background-size:100%;
  background-position:top center;
  background-attachment:fixed;
  background-repeat:no-repeat;
}

#profile_header,#profile_main_photo,#header_bar,#footer_bar,#profile_photo_galleries,#profile_password_photo_galleries,#profile_comments,#profile_schedule {
  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,#member_type_value,span#unix_last_broadcast_label,#status_label,.profile_section_content .heading,.wall_post_time,.convert-time,#profile_main_photo,#tags_container,#about_me_label,#profile_avatar,#unix_last_updated_container,#blurb_label,#blurb_value,img#wall_poster_avatar,#wall_poster_username,#last_login_string_container,#profile_friends,#profile_interests_content .label {
  display:none;
}

/* latin */
@font-face {
  font-family:'Aclonica';
  font-style:normal;
  font-weight:400;
  src:local(Aclonica),local(Aclonica-Regular),url(https://fonts.gstatic.com/s/aclonica/v6/KL5OjqZGxkpCc9qpqsIjA_esZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Crushed';
  font-style:normal;
  font-weight:400;
  src:local(Crushed),local(Crushed-Regular),url(https://fonts.gstatic.com/s/crushed/v6/Omv2eHy_AnjpAUA4svcAxwLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}

@font-face {
  font-family:'Josefin Slab';
  font-style:normal;
  font-weight:400;
  src:local('Josefin Slab'),local(JosefinSlab),url(https://fonts.gstatic.com/s/josefinslab/v6/46aYWdgz-1oFX11flmyEfaRDOzjiPcYnFooOUGCOsRk.woff) format("woff");
}

@font-face {
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/HrI4ZJpJ3Fh0wa5ofYMK8b3hpw3pgy2gAi-Ip7WPMi0.woff) format("woff");
}

/* latin */
@font-face {
  font-family:'Homenaje';
  font-style:normal;
  font-weight:400;
  src:local('Homenaje Regular'),local(Homenaje-Regular),url(https://fonts.gstatic.com/s/homenaje/v6/4S5MkF9F4U5BChzwjsyu0vesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215,U+E0FF,U+EFFD,U+F000;
}

.clear {
  clear:both;
}

.content {
  display:block;
}

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

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

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

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

h1 {
  font-size:34px;
  font-family:'Josefin Slab',sans-serif;
  font-weight:400;
}

h2 {
  font-size:27px;
  font-family:'Josefin Slab',sans-serif;
  font-weight:400;
}

h3 {
  font-size:24px;
  font-family:'Poiret One',sans-serif;
  font-weight:400;
}

h4 {
  font-size:22px;
  font-family:'Poiret One',sans-serif;
  font-weight:400;
}

h5 {
  font-size:20px;
  font-family:'Josefin Slab',sans-serif;
  font-weight:400;
}

h6 {
  font-size:20px;
  font-family:'Josefin Slab',sans-serif;
  font-weight:400;
}

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

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

a:hover {
  color:#000;
  text-shadow:0 0 4px #999,0px 1px 6px #999;
  text-decoration:none;
}

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

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

.col-12-full {
  width:100%;
  padding:30px;
}

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

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

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

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

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

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

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

/*** Customization - Project Angel ***/
.wrapper {
  background-color:rgba(0,0,0,0.2);
}

.wrapper a {
  color:#FFF;
  text-decoration:none;
}

.wrapper a:visited {
  color:#FFF;
  text-decoration:none;
}

.wrapper a:hover {
  color:#FFF;
  text-shadow:0 0 4px #000,0px 1px 6px #000;
  text-decoration:none;
}

.wrapper a:active {
  color:#FFF;
  text-decoration:none;
}

.ma_title {
  text-align:center;
  font-size:2em;
  font-family:'Aclonica',sans-serif;
  font-weight:400;
  color:#e2c268;
  text-shadow:0 1px 0 #756a47;
}

.ma_image img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto 20px;
  text-align:center;
  -webkit-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  -moz-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  border:0;
}

.ma_nav {
  background-color:#756a47;
  text-align:center;
  position:relative;
}

.ma_nav a:link,.ma_nav a:visited {
  display:inline-block;
  padding:11px;
  border-bottom:2px solid rgba(0,0,0,0.0);
  text-align:center;
  font-size:19px;
  font-family:Homenaje,Poiret One,sans-serif;
  font-weight:bold;
  text-decoration:none;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.ma_nav a:hover {
  color:#000;
  text-decoration:none;
  text-shadow:none;
  border-bottom:2px solid #e2c268;
  -webkit-box-shadow:0 1px 6px -3px rgba(0,0,0,0.75);
  -moz-box-shadow:0 1px 6px -3px rgba(0,0,0,0.75);
  box-shadow:0 1px 6px -3px rgba(0,0,0,0.75);
}

.hders h1 {
  text-align:center;
  font-size:40px;
  font-family:'Crushed',sans-serif;
  font-weight:bold;
  color:#e2c268;
  border-bottom:1px solid #756a47;
  text-shadow:0 2px 4px #000;
}

.model_image {
  text-align:left;
  max-height:340px;
  margin:0 auto 12px;
}

.model_image img {
  display:block;
  height:340px;
  width:auto;
  margin:0 auto;
}

.model_about,.model_rules,.requests {
  font-size:19px;
  font-family:'Poiret One',sans-serif;
  font-weight:bold;
  padding:30px 13px;
  color:#756a47;
  max-height:390px;
  overflow:auto;
}

.model_rules {
  display:block;
  width:80%;
  margin:3px auto;
  clear:both;
  position:relative;
}

.model_rules p {
  display:block;
  margin:3px auto;
  font-size:19px;
  font-family:'Poiret One',sans-serif;
  font-weight:bold;
  color:#756a47;
}

.shadow img {
  display:block;
  width:100%;
  height:auto;
  clear:both;
}

.tipme,.tipme a:link,.tipme a:visited {
  display:block;
  background-color:#756a47;
  text-align:center;
  font-size:16px;
  font-family:'Homenaje',sans-serif;
  padding:8px 0;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.tipme:hover,.tipme a:hover {
  background-color:#000;
  text-align:center;
  font-size:16px;
  font-family:'Homenaje',sans-serif;
}

.tip_request {
  border-bottom:1px solid #111;
}

.tip_request:hover {
  background-color:rgba(0,0,0,0.75);
  border-bottom:1px solid #444;
}

.requests {
  padding-top:20px;
  padding-bottom:20px;
}

.imgthumb {
  text-align:center;
}

.imgthumb img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  background-color:#756a47;
  opacity:.8;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.imgthumb:hover img {
  opacity:1;
  background-color:#25292C;
}

.item_name {
  display:block;
  margin-bottom:1px;
  opacity:.5;
  background-color:#000;
  font-family:'Josefin Slab',sans-serif;
  font-weight:bold;
  font-size:18px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.item {
  height:300px;
  margin-bottom:40px;
}

.item:hover .item_name {
  display:block;
  margin-bottom:1px;
  opacity:1;
}

.circle {
  display:block;
  font-family:'Homenaje',sans-serif;
  margin:0 auto 10px;
  clear:both;
  position:relative;
  border:5px solid #756a47;
  font-size:30px;
  color:#ccc;
  padding-top:50px;
  padding-bottom:50px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.club_list {
  margin:0 auto;
  position:relative;
  background-color:rgba(40,83,96,0.2);
  border:1px solid #756a47;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  border-radius:6px;
}

.club_list:hover .circle {
  background-color:#222;
  color:#ccc;
}

.club_list:hover {
  -webkit-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  -moz-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
}

.premiums {
  display:block;
  height:300px;
  overflow:auto;
}

.premiums p {
  font-family:'Homenaje',sans-serif;
  font-weight:normal;
  font-size:18px;
  display:block;
  margin:2px auto 3px;
  text-align:left;
  color:#756a47;
}

.premiums p:before {
  content:"\2606";
  margin-right:12px;
  unicode:U+2606;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  color:#756a47;
}

.premiums p:hover:before {
  content:"\2605";
  margin-right:12px;
  unicode:U+2605;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  color:#666;
}

.fixheight {
  margin-top:10px;
  margin-bottom:20px;
}

.round,.round a:link {
  border-radius:30px;
  -moz-border-radius:30px;
  -ms-border-radius:30px;
  -o-border-radius:30px;
  -webkit-border-radius:30px;
  font-size:17px;
}

.round {
  box-shadow:inset 0 2px 1px #000,0 1px 0 #C93;
}

.social {
  background-color:#756a47;
  padding-top:5px;
  border-radius:50px;
}

.social img {
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.social img:hover {
  background-color:#222;
}

.raffle img {
  display:block;
  width:100%;
  height:auto;
}

.fixheight_raffles {
  height:auto;
  margin:3px auto 20px;
  overflow:auto;
  font-family:'Poiret One',sans-serif;
  font-weight:bold;
  color:#666;
}

.raffle_info {
  height:150px;
  overflow:auto;
}

.raffle_right_image {
  overflow:hidden;
  text-align:left;
  background-color:#;
}

.raffle_right_image img {
  display:block;
  max-height:500px;
  width:auto;
}

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

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

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

.camgirlbioliveeditor:hover::after {
  content:'Camgirl Live Editor';
  display:block;
  height:30px;
  font-size:15px;
  color:#756a47;
  opacity:1;
  margin:0 auto;
}

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

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

.data_info {
  font-family:'Homenaje',sans-serif;
  font-size:42px;
}

.ra_days,.ra_hours,.ra_minutes,.ra_seconds {
  display:block;
  text-align:center;
  font-size:16px;
  font-family:'Poiret One',sans-serif;
  font-weight:bold;
  color:#756a47;
  border-top:1px solid #6d707a;
  padding-top:5px;
}

.ra_days {
}

.ra_hours {
}

.ra_minutes {
}

.ra_seconds {
  border-top:0;
}

.seconds_pie {
  position:relative;
  margin:0 auto;
  background-color:#25292C;
}

.seconds_pie,.seconds_pie * {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.seconds_pie {
  width:50px;
  height:50px;
}

.seconds_pie .pie {
  width:50%;
  height:100%;
  transform-origin:100%;
  position:absolute;
  background-color:#756a47;
  border:5px solid #C93;
}

.seconds_pie .spinner {
  border-radius:100% 0 0 100% / 50% 0 0 50%;
  -webkit-border-radius:100% 0 0 100% / 50% 0 0 50%;
  z-index:200;
  border-right:none;
  animation:rota 10s linear infinite;
}

.seconds_pie:hover .spinner,.seconds_pie:hover .filler,.seconds_pie:hover .mask {
  animation-play-state:running;
}

.seconds_pie .filler {
  border-radius:0 100% 100% 0 / 0 50% 50% 0;
  left:50%;
  opacity:0;
  z-index:100;
  animation:opa 10s steps(1,end) infinite reverse;
  border-left:none;
}

.seconds_pie .mask {
  width:50%;
  height:100%;
  position:absolute;
  background:inherit;
  opacity:1;
  z-index:300;
  animation:opa 10s steps(1,end) infinite;
}

.totop a:link,.totop a:visited {
  display:block;
  width:40px;
  height:40px;
  border-radius:100%;
  text-decoration:none;
  -webkit-border-radius:100%;
  background-color:#756a47;
  text-align:center;
  padding:8px 6px 9px 7px;
  margin:10px auto 12px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.totop a:hover {
  background-color:#222;
}

.totop a:link:before,.totop a:visited:before {
  content:'\25B3';
  unicode:U+25B3;
}

.totop a:hover:before {
  content:'\25B2';
  unicode:U+25B2;
}

.footer {
  border-top:3px solid #756a47;
  color:#333;
  border-radius:0 0 4px 4px;
  box-shadow:0 1px 1px #000;
}

.footer_sections h1 {
  font-family:'Homenaje',sans-serif;
  font-weight:300;
  font-size:22px;
  color:#756a47;
}

.footer_sections {
  text-align:left;
}

.footer_sections p {
  display:block;
  margin:2px auto;
  font-size:18px;
  font-family:'Josefin Slab',sans-serif;
  font-weight:bold;
  color:#6d707a;
}

.footer_img img {
  display:block;
  width:90%;
  max-height:300px;
  overflow:hidden;
}

.footer_sections a:link,.footer_sections a:visited {
  color:#F63;
  text-decoration:none;
}

.footer_sections a:hover {
  color:#999;
  text-decoration:none;
}

.copyright {
  font-size:13px;
  color:#999;
  font-family:'Homenaje',sans-serif;
}

/*** Slider ***/
#slideshow {
  width:100%;
  height:400px;
  overflow:hidden;
  position:relative;
  background-color:#243142;
  margin-bottom:18px;
  -webkit-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  -moz-box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  box-shadow:0 16px 26px -13px rgba(0,0,0,0.75);
  border:1px solid #756a47;
}

#slideshow div.slide {
  width:100%;
  height:450px;
  position:absolute;
  top:0;
  cursor:pointer;
  z-index:1;
  -moz-transition:all 1s ease-out;
  -webkit-transition:all 1s ease-out;
  -o-transition:all 1s ease-out;
  -ms-transition:all 1s ease-out;
  transition:all 1s ease-out;
}

#slideshow div.slide img {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:450px;
}

#slideshow div.s1 {
  left:100px;
}

#slideshow div.s2 {
  left:200px;
}

#slideshow div.s3 {
  left:300px;
}

#slideshow div.s4 {
  left:400px;
}

#slideshow div.slide:hover {
  left:0;
  z-index:2;
}

/*** End Slider***/
@keyframes rota {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

@-webkit-keyframes rota {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

@-ms-keyframes rota {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

@-o-keyframes rota {
  0% {
    transform:rotate(0deg);
  }

  100% {
    transform:rotate(360deg);
  }
}

@keyframes opa {
  0% {
    opacity:1;
  }

  50%,100% {
    opacity:0;
  }
}

@-ms-keyframes opa {
  0% {
    opacity:1;
  }

  50%,100% {
    opacity:0;
  }
}

@-moz-keyframes opa {
  0% {
    opacity:1;
  }

  50%,100% {
    opacity:0;
  }
}

@-o-keyframes opa {
  0% {
    opacity:1;
  }

  50%,100% {
    opacity:0;
  }
}

@-webkit-keyframes opa {
  0% {
    opacity:1;
  }

  50%,100% {
    opacity:0;
  }
}

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

* html .clearfix {
  height:1%;
}