@charset "UTF-8";

html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:500px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@media all and (max-width: 1024px) {
  #ot_logo {
    display:none;
  }
}

a,a:visited {
  color:#1C1C1C;
  text-decoration:none;
}

a:hover,a:focus {
  color:#0B610B;
  text-decoration:none;
}

@font-face {
  font-family:'Abel';
  src:url(https://fonts.gstatic.com/s/abel/v6/UzN-iejR1VoXU2Oc-7LsbvesZW2xOQ-xsNqO47m55DA.woff2),url(https://fonts.gstatic.com/s/abel/v6/wnJbeWILdr-ZMJJAMsiXsvesZW2xOQ-xsNqO47m55DA.woff),local(Abel),local(Abel-regular);
}

#About {
  position:absolute;
  margin-top:10px;
}

#Display li {
  position:relative;
  padding:0 0 10px;
  text-align:center;
}

body {
  margin:0;
  padding:0;
  font-family:"Abel",Arial,sans-serif;
  font-size:1rem;
  line-height:1.25;
  background:url(https://www.solidbackgrounds.com/images/2560x1440/2560x1440-pale-lavender-solid-color-background.jpg) top center no-repeat;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
  font-smooth:always;
  font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -webkit-font-smoothing:antialiased;
  -webkit-font-smoothing:subpixel-antialiased;
}

#profile {
  width:990px;
  margin:5px auto 40px;
  background:#FFF url(https://i.ibb.co/7QNSDtg/header.png) top center no-repeat;
  -webkit-box-shadow:0 0 12px 3px rgba(0,0,0,.8);
  -moz-box-shadow:0 0 12px 3px rgba(0,0,0,.8);
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  line-height:1;
  z-index:300;
  border-bottom:solid 2px #D29B6E;
}

#profile_header {
  padding:10px 0 0;
}

#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#about_me_label,#status_label,#member_type_value,#member_message_value,#unix_last_updated_container,#show_message_dialog,#profile_avatar {
  display:none;
}

#username_container,#cam_score_container,#gender_container,#age_container,#country_container,#city_container,#ethnicity_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#body_type_container,#weight_container,#height_container,#hair_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container {
  display:block;
  width:350px;
  margin:0 0 0 60px;
  float:right;
}

#profile_about_me .heading {
  display:none;
}

.heading {
  display:none;
}

#about_me_value {
  display:block;
  margin:0 0 0 10px;
}

#profile_about_me {
  width:920px;
  padding-top:550px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

#profile_header {
  padding:0;
}

#profile_header_container {
  min-height:0;
}

.profile_section_content {
  border-spacing:0;
  top:-7px;
  z-index:auto;
}

ul,ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

img {
  border-radius:0;
  box-shadow:none;
}

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  border-radius:0;
  box-shadow:none;
}

#blurb_container #blurb_value {
  width:990px;
  position:absolute;
  top:575px;
  left:-5px;
  text-align:center;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:2.15rem;
  text-align:center;
  color:#424242;
}

.profile_section_content .label {
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:.9rem;
  line-height:1rem;
  color:#000;
  text-transform:uppercase;
}

.profile_section_content .value {
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  font-size:.9rem;
  line-height:1.1rem;
  color:#000;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
  text-align:center;
}

.photo_gallery_previews {
  text-align:center;
}

.twocolumn {
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_preview {
  color:#424242;
  width:160px;
}

.photo_gallery_preview > a {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}

.photo_gallery_preview > a:hover {
  opacity:.6;
}

.photo_gallery_preview .photo_gallery_count {
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:.85rem;
  color:#424242;
}

.photo_gallery_preview a,.photo_gallery_preview a:link,.photo_gallery_preview a:active,.photo_gallery_preview a:hover,.photo_gallery_preview a:visited {
  font-family:"Abel",Arial,sans-serif;
  font-size:1.05rem;
  font-weight:600;
  line-height:1rem;
  text-decoration:none;
  white-space:wrap;
  color:#1C1C1C;
}

.photo_gallery_image {
  border:3px solid #90C261;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

#profile_friends {
  width:900px!important;
  position:relative;
}

#favorite_models_container .value {
  font-family:"Abel",Arial,sans-serif;
  font-size:.8rem;
  font-weight:500;
}

#favorite_models_container .value a {
  display:inline-block;
  margin:5px 0;
  padding:1px 5px;
  background:#90C261;
  color:#FFF;
  border-radius:2px;
  text-decoration:none;
  text-shadow:0 0 1px rgb(0,0,0),0 0 2px rgb(0,0,0),0 0 4px rgb(0,0,0),0 0 8px rgb(0,0,0),0 0 16px rgb(0,0,0);
}

#favorite_models_container a:hover {
  background:#088A08;
  color:#FFF;
  border-radius:2px;
}

#friends_container .value {
  font-family:"Abel",Arial,sans-serif;
  font-size:.8rem;
  font-weight:500;
}

#friends_container .value a {
  display:inline-block;
  margin:5px 0;
  padding:1px 5px;
  background:#90C261;
  color:#FFF;
  text-shadow:0 0 1px rgb(0,0,0),0 0 2px rgb(0,0,0),0 0 4px rgb(0,0,0),0 0 8px rgb(0,0,0),0 0 16px rgb(0,0,0);
  border-radius:2px;
  text-decoration:none;
}

#friends_container .value a:hover {
  background:#088A08;
  color:#FFF;
  border-radius:2px;
}

#tags_container {
  display:inline-block;
  width:600px;
  margin:0 0 0 120px;
}

#tags_container .value {
  font-family:"Abel",Arial,sans-serif;
  font-size:1.01rem;
  font-weight:400;
  line-height:1rem;
  color:#424242;
}

#profile_comments {
  position:relative;
  top:10px;
}

.Sub-Title {
  width:940px;
  margin:25px 0 0 -12px;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:1.05rem;
  line-height:1.15rem;
  text-align:center;
  color:#1C1C1C;
}

#TipMenu {
  position:absolute;
  margin-top:-30px;
}

#Links-Cont {
  position:absolute;
  width:940px;
  top:650px;
}

.General-Text {
  width:940px;
  margin:1px auto;
  padding:20px 0 20px 20px;
  font-family:"Abel",Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:1rem;
  line-height:1.3rem;
  text-align:center;
  color:#1C1C1C;
}

.ES-Title-Hdr {
  display:block;
  width:940px;
  margin:10px 0 0 -10px;
}

.ES-Panel {
  width:940px;
  margin:10px 0 0 -10px;
  text-align:center;
  z-index:99;
}

#ES-Schedule-Body {
  display:block;
  width:940px;
  margin:10px 0 0 -10px;
  background:#90C261;
}

.ES-Spacer {
  display:inline-block;
  width:900px;
  margin:10px auto;
  height:50px;
}

.ES-Hdr-Img {
  display:block;
  width:940px;
  margin:50px 0 0 -10px;
}

.ES-HdrA-Img {
  display:block;
  width:940px;
  margin:200px 0 0 -10px;
}

#ES-Welcome-Body {
  display:block;
  width:940px;
  margin:10px 0 0 -10px;
}

.Sub-Title2 {
  width:920px;
  margin:0;
  padding:15px 0;
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  font-size:1.17rem;
  line-height:1.3rem;
  text-align:center;
  color:#000;
}

.Welcome-Text {
  width:910px;
  margin:0;
  padding:5px 0;
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  font-size:1.17rem;
  line-height:1.25rem;
  text-align:center;
  color:#000;
}

.Link-Amazon a {
  display:inline-block;
  float:left;
  margin:40px 0 30px 80px;
  width:220px;
  height:58px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://i.ibb.co/MGH40fR/amazon.png) no-repeat;
}

.Link-Twitter a {
  display:inline-block;
  float:left;
  margin:40px 0 30px 50px;
  width:220px;
  height:58px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://i.ibb.co/9Nn1Rts/socials.png) no-repeat;
}

.Link-OnlyFans a {
  display:inline-block;
  float:left;
  margin:40px 0 30px 50px;
  width:220px;
  height:58px;
  padding:0 0 0 5px;
  z-index:998;
  background:transparent url(https://i.ibb.co/wh0cCsz/onlyfan.png) no-repeat;
}

#HTippers {
  position:absolute;
  margin-top:-60px;
}

.GButton {
  display:inline-block;
  width:120px;
  margin:0 0 0 10px;
  box-shadow:inset 0 1px 0 0 #FFF6AF;
  -webkit-box-shadow:inset 0 1px 0 0 #FFF6AF;
  -moz-box-shadow:inset 0 1px 0 0 #FFF6AF;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:1rem;
  text-align:center;
  text-transform:uppercase;
  text-decoration:none;
  color:#1c1c1c;
  border:solid 1px rgba(0,0,0,0.35);
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  padding:6px 10px;
  background:rgba(254,182,69,1);
  background:-moz-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(254,182,69,1)),color-stop(100%,rgba(241,231,103,1)));
  background:-webkit-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-o-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:-ms-linear-gradient(top,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  background:linear-gradient(to bottom,rgba(254,182,69,1) 0%,rgba(241,231,103,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb645',endColorstr='#f1e767',GradientType=0);
}

#ES-HTipper-Body {
  width:940px;
  min-height:100px;
  margin:20px 0 0 -10px;
}

#ES-HTipper-Month {
  display:inline-block;
  clear:both;
  margin:0 0 0 50px;
  width:400px;
  background:#FFF;
  border:1px solid #BDBDBD;
  box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  position:relative;
  z-index:90;
}

#ES-HTipper-Ever {
  display:inline-block;
  clear:both;
  margin:0 0 0 40px;
  width:400px;
  background:#FFF;
  border:1px solid #BDBDBD;
  box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 1px 1px rgba(0,0,0,0.1),inset -1px -1px rgba(0,0,0,0.1);
  position:relative;
  z-index:90;
}

.HTipper-Name {
  white-space:nowrap;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:1.15rem;
  font-style:normal;
  line-height:1.7rem;
  color:#1C1C1C;
  width:auto;
  margin-right:5px;
}

.HTipper-Tip {
  white-space:nowrap;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:1.15rem;
  font-style:normal;
  line-height:1.7rem;
  color:#1C1C1C;
  margin:0 0 0 5px;
  text-align:right;
}

.HTipperC-Name {
  white-space:nowrap;
  font-family:"Abel",Arial,sans-serif;
  font-weight:600;
  font-size:1.15rem;
  font-style:normal;
  line-height:1.7rem;
  color:#1C1C1C;
  margin:0 0 0 5px;
  text-align:center;
}

#profile_photo_galleries {
  background-image:url()!important;
}

#profile_interests_content {
  background-image:url()!important;
}

#comments {
  background-image:url()!important;
}

#photo_galleries .profile_section {
  margin-bottom:10px!important;
}

#profile_password_photo_galleries .photo_gallery_image {
  margin-top:30px!important;
}

#profile_photo_galleries .photo_gallery_preview > a.photo_gallery_link {
  height:80px!important;
  width:120px!important;
}

#comments {
  width:850px;
  margin:0;
  background:transparent;
}

.heading {
  text-align:center;
  color:green;
}

#new_comment {
  width:550px;
  margin:10px 0 0 50px;
}

.wall_post_avatar #wall_poster_avatar {
  display:none;
}

#profile_password_photo_galleries,#password_photo_galleries,#profile_friends,#profile_photo_galleries,#photo_galleries {
  margin-bottom:10px!important;
}

#profile_friends .heading,#profile_password_photo_galleries .heading,#profile_photo_galleries .heading {
  display:none;
}

#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content,#comments {
  background-repeat:no-repeat!important;
  padding-top:30px!important;
}

#profile_friends,#profile_interests_content,#comments {
  background-repeat:no-repeat!important;
  padding-top:50px!important;
}

#profile_comments {
  padding:0 0 20px;
}

.wall_post {
  display:inline-block;
  float:left;
  width:410px;
  height:190px;
  margin:10px 0 0 10px;
  padding-bottom:30px;
  border:1px solid #BDBDBD;
  background:#FFF;
  clear:none;
  overflow-y:auto;
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

.wall_post::-webkit-scrollbar {
  -webkit-appearance:none;
  width:7px;
}

.wall_post::-webkit-scrollbar-thumb {
  background-color:#0D4E83;
}

.wall_post_body img {
  max-height:80px;
  border:solid 1px #FF4000;
}

.wall_post_avatar {
  margin:10px 172px 0;
  width:55px;
  height:55px;
  radius:100%;
  z-index:98;
}

#profile_mfc_news_feed_content {
  display:inline-block;
  width:920px;
}

#profile_mfc_news_feed_content .heading {
  display:inline-block;
  width:920px;
  font-family:"Abel",Helvetica,Arial,sans-serif;
  font-size:1.08rem;
  font-weight:600;
  line-height:1rem;
  text-transform:uppercase;
  text-align:center;
}

.my_mfc_news_feed::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
}

.wall_post_avatar img {
  display:inline-block;
  width:50px;
  height:50px;
  border-radius:100%;
  border:solid 2px #0D4E83;
}

.wall_post_info a {
  display:inline-block;
  width:400px;
  text-align:center;
  margin:3px auto;
  font-family:"Abel",Arial,sans-serif;
  font-size:1rem;
  color:#151515;
  text-decoration:none;
}

.wall_post_info a:visited {
  font-family:"Abel",Arial,sans-serif;
  font-size:1rem;
  color:#848484;
  text-decoration:none;
}

.wall_post_time {
  display:inline-block;
  width:400px;
  margin:0 auto;
  font-family:"Abel",Arial,sans-serif;
  font-size:.82rem;
  font-weight:500;
  color:#151515;
  text-align:center;
}

#wall_poster_username {
  display:none;
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  text-decoration:none;
  text-align:center;
  padding:5px 13px;
  border:solid 1px #0B610B;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-family:"Abel",Arial,sans-serif;
  font-size:.95rem;
  font-weight:bold;
  color:#FFF;
  background:#53922A;
  -webkit-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFF;
  -moz-box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFF;
  box-shadow:0 0 2px #BABABA,inset 0 0 1px #FFF;
  text-shadow:1px 1px 5px #000;
  filter:dropshadow(color=#000,offx=1,offy=1);
}

.my_mfc_news_feed::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#90C261;
}

.wall_post_body {
  width:295px;
  margin:5px 0 0 55px;
  padding:5px 0 0;
  border-top:solid 1px #424242;
  font-family:"Abel",Arial,sans-serif;
  font-size:.88rem;
  line-height:1rem;
  color:#424242;
  text-align:justify;
  overflow:hidden;
}

.wall_post_info {
  margin:10px 0 0;
  text-align:center;
}

.wall_post_body iframe {
  width:152px;
  height:85px;
  border-radius:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

.my_mfc_news_feed::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}

#profile_interests_content .profile_section_content .value {
  display:inline-block;
  width:450px;
  margin-left:0;
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  font-size:1rem;
  line-height:1.15rem;
  color:#424242;
  text-align:center;
}

#profile_interests_content .profile_section_content {
  display:inline-block;
  width:450px;
  text-align:center;
  margin-left:225px;
}

#profile_interests_content .profile_section_content .label {
  display:inline-block;
  width:440px;
  font-family:"Abel",Arial,sans-serif;
  font-size:1.05rem;
  font-weight:600;
  line-height:1rem;
  text-align:center;
  text-transform:capitalize;
}

#ES-Rules-Body {
  display:block;
  width:940px;
  margin:0 0 0 -10px;
}

.Rules-Text {
  width:910px;
  margin:0;
  padding:5px 0;
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  font-size:1.17rem;
  text-align:center;
  color:#000;
}

.Rules-Text p {
  margin:12px 0;
}

#TMenu {
  display:block;
  width:910px;
  margin:0 0 0 -10px;
  min-height:400px;
  background:url(https://i.ibb.co/xhtLJtt/tip.png) center center no-repeat;
}

.twocolumn {
  column-count:2;
  -webkit-column-count:2;
  -moz-column-count:2;
}

.ES-TipMenuLt a {
  text-decoration:none;
  color:#424242;
}

.ES-TipMenuLt a:hover {
  text-decoration:none;
  font-weight:400;
  color:#347CB4;
}

.ES-Generic-Img {
  display:block;
  width:800px;
  margin:10px auto;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.ES-Title-Hdr {
  display:block;
  width:80px;
  margin:10px 0 0 -10px;
}

.ES-TipMenuLt li {
  list-style:none;
  margin:5px 10px 0;
  padding:5px;
  font-family:"Abel",Arial,sans-serif;
  font-weight:400;
  text-align:center;
  font-size:1.17rem;
}