@charset "UTF-8";

UTF-8;
a:link,a:visited {
  color:#09C;
}

a:hover {
  color:#F39;
}

body {
  width:98%;
  margin:0 auto;
  color:#ccc;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  background-color:#000;
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/clte_gman_main_bg.gif);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

.profile_section_content {
  color:#666666;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#808080;
  color:#FFFFFF;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#about_me_label {
  display:none;
}

#avatar_holder,#status_container,#blurb_container,#unix_last_broadcast_container,#unix_last_updated_container {
  display:none;
}

#header_bar,#footer_bar,#profile_main_photo,#tags_container,#about_me_label,#cam_score_container,#profile_friends .heading,#friends_container,#profile_header,#profile_about_me > .heading,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

#about_me_container span#about_me_label,#profile_friends .heading,#profile_friends #friends_container,#profile_friends #favorite_models_container,#profile_about_me #tags_container,#profile_schedule,#profile_about_me div#occupation_container {
  display:none;
}

#about_me_value {
}

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

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

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

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

* {
  box-sizing:border-box;
}

html {
}

* {
  box-sizing:border-box;
}

.line::after {
  content:"";
  clear:both;
  display:inline-table;
}

[class*="cl-"] {
  float:left;
  padding:15px;
  border:0 solid red;
}

.cl-1 {
  width:8.33%;
}

.cl-2 {
  width:16.66%;
}

.cl-3 {
  width:25%;
}

.cl-4 {
  width:33.33%;
}

.cl-5 {
  width:41.66%;
}

.cl-6 {
  width:50%;
}

.cl-7 {
  width:58.33%;
}

.cl-8 {
  width:66.66%;
}

.cl-9 {
  width:75%;
}

.cl-10 {
  width:83.33%;
}

.cl-11 {
  width:91.66%;
}

.cl-12 {
  width:100%;
}

.no {
  padding:0;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

.tcenter {
  text-align:center;
}

.tfleft {
  float:left;
}

.tfright {
  float:right;
}

.imgresp img,img.imgresp {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

/** fonts ***/
/*** Customized ***/
#main {
  background-color:#000;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  -webkit-box-shadow:0 4px 22px #000;
  box-shadow:0 4px 22px #000;
}

#main h1,#main h2,#main h3,#main h4,#main p,#main {
}

#main a,#main a:visited {
  color:#F36;
  text-decoration:none;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

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

/*** Menu ***/
.clmenu ul {
  width:100%;
  list-style-type:none;
  margin:20px auto;
  padding:0;
  overflow:hidden;
}

.clmenu li {
  float:left;
}

.clmenu li a {
  display:block;
  color:#ccc!important;
  text-align:center;
  padding:14px 16px;
  text-decoration:none;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

.clmenu li a:hover:not(.active) {
  color:#ffffff!important;
  background-color:#000;
}

.clmenu .active {
  background-color:#000;
  color:#ffffff;
}

.clmenu .active:hover {
  color:#ffffff;
  background-color:#000;
}

.clmenu .flright {
  float:right;
  color:#ffffff;
}

/*** sections ***/
.pink {
  background-color:#000;
  color:#fff;
}

.pink p,.pink h1,.boxedinside p,.boxedinside h1 {
  color:#fff;
}

.boxeddark {
  background-color:#222;
  -webkit-border-radius:5px;
  border-radius:5px;
}

h1.boxedtitle {
  display:block;
  text-align:center;
  margin:0 auto;
  line-height:normal;
  color:#f1f1f1;
  border-bottom:1px solid #444;
  font-weight:normal;
}

.boxedinside {
  height:300px;
  overflow:auto;
}

.deskonly {
  display:block;
  width:80%;
  height:auto;
  padding:10px;
  background-color:rgba(0,0,0,0.70);
  margin:-340px auto auto -10px;
  text-align:right;
  position:relative;
  z-index:10000;
  border:1px solid rgba(255,51,153,0.1);
  float:right;
}

.deskonly h1 {
  font-size:44px;
  color:#F06;
  font-weight:normal;
}

.deskonly p {
  font-size:20px;
  color:#ccc;
}

.modellogo img {
  opacity:.7;
}

.hder:hover img,.modellogo:hover img {
  opacity:1;
}

#aboutme h1 {
  border-bottom:1px solid #F69;
}

.bottomline p {
  display:block;
  width:100%;
  height:auto;
  line-height:normal;
  padding:0 0 5px;
  margin:0 auto;
  font-size:15px;
  border-bottom:1px solid #333;
  color:#666;
}

.cntact img,.goodies img {
  opacity:.7;
  -webkit-transition:all .5s;
  transition:all .5s;
}

.cntact img:hover,.goodies img:hover {
  opacity:1;
  background-color:#F39;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow:0 0 20px #000;
  box-shadow:0 0 20px #F6C;
}

#rules {
}

.roomrules {
  display:block;
  width:90%;
  margin:0 auto;
}

.tmenu img {
  opacity:.5;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  -webkit-transition:all .5s;
  transition:all .5s;
}

.tmenu:hover img {
  opacity:1;
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.buy a,.buy a:visited {
  padding:7px 22px;
  text-align:center;
  background-color:#F36;
  border:1px solid #F36;
  color:#fff!important;
  text-decoration:none;
  -webkit-border-radius:40px;
  border-radius:40px;
  margin:0 auto;
}

.buy a:hover {
  padding:7px 22px;
  text-align:center;
  background-color:#111;
  border:1px solid #F36;
  color:#fff;
  text-decoration:none;
  -webkit-border-radius:40px;
  border-radius:40px;
  margin:0 auto;
}

.pcont {
  height:340px;
  overflow:auto;
}

.pcont p {
  display:block;
  width:90%;
  height:auto;
  margin:0 auto;
  padding:5px;
  line-height:normal;
  text-align:center;
}

.prems {
  background-image:url(https://d31rb55u3y3kjs.cloudfront.net/c/u/520476279851687b6dabcc7189410390/2018/10/27145346/cgc_divider.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:bottom center;
}

.prems img {
  -webkit-border-radius:100%;
  border-radius:100%;
  opacity:.5;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  -webkit-transition:all .5s;
  transition:all .5s;
}

.prems:hover img {
  opacity:1;
  -webkit-filter:grayscale(0);
  filter:grayscale(0);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.ama,.twt {
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
}

.ama img,.twt img,.vid img {
  opacity:.7;
  transition:all .4s;
  padding:0;
  background-color:#111;
}

.ama img:hover {
  opacity:1;
  padding:0;
  background:linear-gradient(140deg,#ffcf56,#ef9d4a,#e87635);
}

.vid img:hover {
  opacity:1;
  padding:0;
  background-color:#000;
}

.twt img:hover {
  opacity:1;
  padding:0;
  background:linear-gradient(140deg,#469ece,#2e98d1,#1a7baf);
}

/* thai */
@font-face {
  font-family:'Charmonman';
  font-style:normal;
  font-weight:400;
  src:local('Charmonman Regular'),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaIKivYdh.woff2) format("woff2");
  unicode-range:U+0E01-0E5B,U+200C-200D,U+25CC;
}

/* vietnamese */
@font-face {
  font-family:'Charmonman';
  font-style:normal;
  font-weight:400;
  src:local('Charmonman Regular'),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJmivYdh.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Charmonman';
  font-style:normal;
  font-weight:400;
  src:local('Charmonman Regular'),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJiivYdh.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Charmonman';
  font-style:normal;
  font-weight:400;
  src:local('Charmonman Regular'),local(Charmonman-Regular),url(https://fonts.gstatic.com/s/charmonman/v1/MjQDmiR3vP_nuxDv47jiaJaivQ.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* latin */
@font-face {
  font-family:'Questrial';
  font-style:normal;
  font-weight:400;
  src:local(Questrial),local(Questrial-Regular),url(https://fonts.gstatic.com/s/questrial/v7/QdVUSTchPBm7nuUeVf70viFl.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

h1 {
  font-family:'Charmonman',cursive;
}

/*** Reset Custom for MFC Default ***/
frame {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

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

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

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  width:90%;
  position:relative;
  margin:0 auto;
  background-color:rgba(0,0,0,.80);
  border:1px solid #000;
  margin:25px auto;
  padding:10px 17px;
  color:#ccc;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(0,0,0,.50);
  border:1px solid #111;
  color:#444;
}

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

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(0,0,0,.80);
  color:#fff;
  margin:10px auto;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-color:#f1f1f1;
  margin-top:1px;
  margin-left:-5px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.0);
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-color:#ccc;
  box-shadow:0 0 6px #999;
  -ms-box-shadow:0 0 6px #999;
  -o-box-shadow:0 0 6px #999;
  -webkit-box-shadow:0 0 6px #999;
}

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

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

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  background-color:rgba(0,0,0,0.70);
  border:1px solid #222;
  margin:25px auto;
  padding:10px 17px;
  color:#666;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

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

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

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

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

form#new_comment.hidden {
  padding:10px;
  background:rgba(0,0,0,0.0);
  border:0 solid #fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-radius:8px;
  height:auto;
  margin-top:60px;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  background-color:rgba(0,0,0,0.80);
  color:#666;
  border-radius:5px;
  -webkit-border-radius:5px;
  margin:10px auto 4px;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
}

p {
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  font-weight:300;
}

#profile_about_me {
  padding:0;
  margin:0 auto;
}

.photo_gallery_count {
  color:#777;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#848080;
  font-family:'Questrial',Century Gothic,Verdana,Geneva,Camgirl Live Editor,sans-serif;
  font-weight:300;
}

#about_me_container,#about_me_value {
  visibility:visible!important;
  font-family:Century Gothic,Arial,Helvetica,Camgirl Live Editor,sans-serif;
}

#profile_friends {
  display:block;
  width:90%;
  margin:10px auto 30px!important;
  color:#ccc;
  padding:10px 13px;
  background-color:rgba(0,0,0,0.80);
  border:1px solid #000;
  font-size:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  border:1px solid #ccc;
  background-color:#111111;
  color:#444;
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#96C;
  color:#fff;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
}

/***Reset***/
.profile_section_content .heading {
  display:none;
}

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

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

#profile_interests_content .label {
  display:block;
  width:96%;
  height:auto;
  margin:4px auto 7px 3px;
  padding:3px 15px;
}

/** Credits **/
.credits p {
  font-size:14px;
}

.tb #pop {
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10000!important;
  background-color:rgba(0,0,0,0.80);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-repeat:repeat;
  background-position:0 0;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
}

.tb #pop:target {
  display:block;
}

.wrapping {
  display:block;
  width:80%;
  height:auto;
  padding:0;
  margin:10% auto;
  background-color:#f1f1f1;
}

.dvider {
  opacity:0;
  font-size:1px;
}

.ttle {
  color:#06C;
  font-size:22px;
  font-weight:normal;
}

.close {
  text-align:right;
}

.close a,.close a:visited {
  display:block;
  overflow:hidden;
  width:32px;
  height:42px;
  padding:5px 7px 11px;
  margin:-8px 6px auto 2px;
  color:#fff;
  background-color:#09C;
  font-size:20px;
  -webkit-clip-path:polygon(100% 0,100% 100%,49% 89%,0 100%,0 0);
  clip-path:polygon(100% 0,100% 100%,49% 89%,0 100%,0 0);
}

.close a:hover {
  background-color:#09F;
  color:#fff;
  overflow:hidden;
}

.close span.led:before {
  content:'+';
  display:block;
  width:20px;
  height:20px;
  transform:rotate(45deg);
  text-align:center;
}

.wrapping p {
  display:block;
  text-align:left;
  font-size:19px;
  margin:0 auto;
  line-height:normal;
  color:#555;
}

#pop p,.ttle {
  color:#555;
}

.cntnt a,.cntnt a:visited {
  color:#09C!important;
}

.cntnt a:hover {
  color:#F63!important;
}

.fsocial a:nth-child(1) {
  background-color:#09C;
  color:#fff!important;
  padding:3px 11px;
  text-align:center;
}

.fsocial a:nth-child(2) {
  background-color:#C00;
  color:#fff!important;
  padding:3px 11px;
  text-align:center;
}

.fsocial a:nth-child(3) {
  background-color:#F36;
  color:#fff!important;
  padding:3px 11px;
  text-align:center;
}

.fsocial a:nth-child(1):hover {
  background-color:#39C;
}

.fsocial a:nth-child(2):hover {
  background-color:#900;
}

.fsocial a:nth-child(3):hover {
  background-color:#222;
  color:#fff!important;
  padding:3px 11px;
  text-align:center;
}

.fsocial a:nth-child(1),.fsocial a:nth-child(2),.fsocial a:nth-child(3) {
  display:inline-block;
  margin-left:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 728px) {
  body {
    font-size:13px;
    color:#666;
    font-family:Verdana,Geneva,Camgirl Live Editor,sans-serif;
  }

  [class*="cl-"] {
    width:100%;
  }

  .clmenu ul {
    width:100%;
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:hidden;
    background-color:#333;
    position:relative;
  }

  .clmenu li {
    float:none;
    clear:left;
  }

  .clmenu li a {
    display:block;
    color:white;
    text-align:center;
    padding:14px 16px;
    text-decoration:none;
    font-size:15px;
  }

  .clmenu li a:hover:not(.active) {
    background-color:#111;
  }

  .clmenu .active {
    background-color:#96C;
  }

  .clmenu .active:hover {
    background-color:#96C;
  }

  .clmenu .flright {
    float:none;
    clear:right;
  }

  .ttle {
    color:#06C;
    font-size:18px;
    font-weight:normal;
  }

  #main {
    display:block;
    width:100%;
    height:auto;
    margin:10px auto 22px;
    padding:0;
  }

  .deskonly {
    display:none;
  }
}

* {
  text-decoration:none;
}

* html .line {
  height:1%;
}

/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:#000000;
  border-bottom:1px solid #ff000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  left:10px;
  bottom:40px;
  text-indent:-9999px;
  width:35px;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #ffffff;
}

#scroll-to-top:hover {
  background:#ffffff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #000000;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SCROLL-TOP-UP  END]------------------------*/
.caldas2000logo a {
  background-position:top center;
  background-image:url(https://i.postimg.cc/qR3Cq188/caldas2000logosmall.jpg);
  background-repeat:no-repeat;
  display:block;
  height:93px;
  width:128px;
  boreder:1px solid red;
  z-index:9999;
  position:fixed;
  bottom:0;
  right:25px;
  padding-top:3px;
  text-decoration:none;
  font-size:12px;
  text-align:center;
  font-family:Georgia;
  font-style:italic;
  color:rgba(223,189,121,0);
}

.hvr-pulse {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

/*-----------------[SOCIAL START]------------------------*/
a.twitter-girl {
  background-image:url(https://i.postimg.cc/ZqQrw4s1/twitter1.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:200px;
  left:3px;
  z-index:1;
}

a.twitter-girl:hover {
  background-image:url(https://i.postimg.cc/pdrfQpCf/twitter.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.Instagram-girl {
  background-image:url(https://i.postimg.cc/ncxVNvph/insta.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:250px;
  left:3px;
  z-index:1;
}

a.Instagram-girl:hover {
  background-image:url(https://i.postimg.cc/Kv5cbR8r/insta2.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.amazon-girl {
  background-image:url(https://i.postimg.cc/KjBrKwNC/amazon.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:300px;
  left:3px;
  z-index:1;
}

a.amazon-girl:hover {
  background-image:url(https://i.postimg.cc/SswfxkWW/amazon1.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.tipoffline-girl {
  background-image:url(https://i.postimg.cc/DwBQbqrf/tipoffline1.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:250px;
  left:3px;
  z-index:1;
}

a.tipoffline-girl:hover {
  background-image:url(https://i.postimg.cc/pL2YT0n1/tipoffline.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

a.manyvids-girl {
  background-image:url(https://i.postimg.cc/bJfYCBBs/onlyfans1.png);
  background-repeat:no-repeat;
  width:150px;
  height:50px;
  position:fixed;
  top:150px;
  left:3px;
  z-index:1;
}

a.manyvids-girl:hover {
  background-image:url(https://i.postimg.cc/HLystg3q/onlyfans.png);
  background-repeat:no-repeat;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SOCIAL END]------------------------*/