@charset "UTF-8";

html {
  font-family:"Arial Rounded MT","Helvetica Rounded",Arial,sans-serif;
}

.tip-menu-container {
  position:relative;
  width:256px;
  height:256px;
  overflow:hidden;
  float:left;
}

#tip-menu-cookies {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/cookies.jpg);
  color:white;
}

#tip-menu-panties {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/panties.jpg);
  color:white;
}

#tip-menu-wubz {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/wubz.png);
  background-size:cover;
  color:white;
}

#tip-menu-cookies .tip-base-content,#tip-menu-panties .tip-base-content,#tip-menu-wubz .tip-base-content {
  font-weight:bold;
  margin:auto;
  text-align:center;
  padding-top:80px;
}

#tip-menu-cookies .tip-hover-content,#tip-menu-panties .tip-hover-content,#tip-menu-wubz .tip-hover-content {
  font-weight:bold;
  margin:auto;
  text-align:center;
  padding-top:60px;
}

.video-menu-container .tip-base-content,.video-menu-container .tip-hover-content {
  font-weight:bold;
  margin:auto;
  text-align:center;
  padding-top:60px;
  width:331px;
  left:331px;
}

#tip-menu-video-1 .overlay-text {
  padding-top:15px;
  width:100%;
  display:block;
  font-size:30pt;
/*height: 100px;*/
}

#tip-menu-cookies .overlay-text,#tip-menu-panties .overlay-text,#tip-menu-wubz .overlay-text {
  background-color:rgba(152,59,130,.53);
  padding-top:15px;
  padding-bottom:15px;
  width:100%;
  display:block;
  font-size:30pt;
}

.overlay-title {
/*display: block;*/
/*width: 100%;*/
  margin-top:15px;
  border-bottom:1px dashed white;
  margin-bottom:5px;
  display:inline-block;
  text-transform:uppercase;
  font-weight:bold;
  font-size:16px;
}

#tip-menu-snapchat {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/snapchat.jpg);
  color:white;
}

.video-menu-container {
  color:white;
  height:186px;
  width:331px;
}

#tip-menu-video-1 .overlay-text,#tip-menu-video-1 .overlay-text {
/*background-color: rgba(152, 59, 130, .53);*/
/*padding-top: 15px;*/
/*padding-bottom: 15px;*/
  width:100%;
  display:block;
  font-size:14pt;
  padding-top:40px;
}

#tip-menu-snapchat .tip-hover-content {
  font-weight:bold;
  margin:auto;
  text-align:center;
  padding-top:22px;
  text-transform:uppercase;
}

#tip-menu-snapchat .tip-base-content {
  font-weight:bold;
  margin:auto;
  text-align:center;
  padding-top:150px;
  font-size:24px;
  text-transform:uppercase;
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/snapchat_text.png);
}

.tip-content {
  transform:translate3d(0px,0px,0px);
  transition:transform .4s ease-in-out;
}

.tip-content:hover {
  transform:translate3d(-256px,0px,0px);
}

.video-menu-container .tip-content:hover {
  transform:translate3d(-331px,0px,0px);
}

.tip-base-content {
  height:256px;
  width:256px;
}

.tip-hover-content {
  position:absolute;
  top:0;
  left:256px;
  width:256px;
  height:256px;
  background:rgba(125,125,125,.7);
}

.profile-body {
  width:1024px;
/*background: rgba(255, 255, 255, .7);*/
/*height: 2048px;*/
  height:auto;
  position:relative;
  margin-right:auto;
  margin-left:auto;
}

.profile-menu {
  width:1024px;
  height:50px;
  text-align:center;
  position:fixed;
  top:0;
  margin:auto;
  background:rgba(152,59,130,.85);
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10000;
}

.profile-menu a {
  color:#fff;
  padding-top:17.5px;
  padding-bottom:17.5px;
  padding-right:20px;
  padding-left:20px;
  margin-left:10px;
  margin-right:10px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bolder;
  transition:background-color .5s ease;
}

.profile-menu a:hover {
  background:#ac729e;
}

.tip-button {
  background-clip:border-box;
  background:rgb(152,59,130) none scroll;
  background-origin:padding-box;
  background-size:auto;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-radius:3px;
  border:2px solid rgb(152,59,130);
  box-sizing:content-box;
  color:rgb(255,255,255);
  cursor:pointer;
  display:inline-block;
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
  height:42px;
  letter-spacing:normal;
  line-height:42px;
  margin:15px 0 0;
  outline:rgb(255,255,255) none 0;
  padding:0 35px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  text-transform:uppercase;
  transition-delay:0s,0s,0;
  transition-duration:0.15s,0.15s,.15s;
  transition-property:color,background-color,border-color;
  transition-timing-function:ease-out,ease-out,ease-out;
  vertical-align:baseline;
  white-space:nowrap;
/*width: 102.328px;*/
  width:125px;
  -webkit-font-smoothing:antialiased;
}

.tip-button:hover {
  background:rgba(152,59,130,0.6);
  border-color:#983b82;
}

.row-1 {
  margin-top:30px;
}

.row-2 {
  margin-top:20px;
}

.video-menu-container:nth-of-type(3n+1) {
  margin-left:0;
}

.video-menu-container {
  margin-left:15.5px;
  margin-top:15.5px;
}

.video-overlay {
  height:150px;
  background-color:rgba(152,59,130,.53);
  text-align:center;
}

.section-header {
  width:100%;
/*float: left;*/
  text-align:center;
}

.anchor {
  margin-bottom:50px;
/*float: left;*/
  display:block;
  clear:both;
}

div#profile_about_me div#username_container,div#gender_container,div#body_type_container,div#ethnicity_container,div#hair_container,div#eyes_container,div#weight_container,div#height_container,div#age_container,div#country_container,div#sexual_preference_container,div#smoke_container,div#drink_container,div#drugs_container,div#school_container,div#favorite_food_container {
  display:none;
}

#about_me_label,#member_type_value,#blurb_container,#avatar_holder,div#unix_last_login_container,div#unix_last_updated_container,div#tags_container,div#profile_main_photo {
  display:none;
}

#profile_header_container .heading,#profile_header_container #blurb_container,#last_login_string_container,#unix_last_broadcast_container,#status_label {
  display:none;
}

#profile_header_container {
  min-height:0;
}

div.heading {
  display:none;
}

#friends_container,#favorite_models_container {
  display:none;
}

div#header_bar {
  display:none;
}

div#profile_comments,div#profile_friends {
  display:none;
}

div#footer_bar {
  display:none;
}

div#profile_photo_galleries {
  background:white;
  width:1024px;
  display:block;
  border-spacing:0;
  text-align:center;
}

.profile_section_content {
  margin:0;
  padding:0;
}

div#cam_score_container,div#pets_container {
  display:none;
}

.profile_section {
  border-spacing:0;
}

.profile_row {
  display:block;
}

div#profile {
  width:1024px;
  margin-left:auto;
  margin-right:auto;
  background:white;
}

div#photo_galleries,div#profile_schedule {
  background:white;
  text-align:center;
}

div#profile_schedule {
  width:1024px;
}

#profile_schedule .container {
  display:block;
  margin-left:0;
}

#profile_schedule .container span {
  display:inline-block;
}

div#profile_photo_galleries .heading,div#profile_schedule .heading {
  display:block;
  text-align:center;
  margin-top:20px;
}

div#button-floater {
  position:fixed;
  left:15px;
  top:50px;
  width:95px;
  text-align:center;
  z-index:1;
}

#button-floater img {
  width:85px;
  height:auto;
  margin-bottom:10px;
  -webkit-transition:opacity .5s ease-in-out;
  -moz-transition:opacity .5s ease-in-out;
  -o-transition:opacity .5s ease-in-out;
  transition:opacity .5s ease-in-out;
  opacity:.6;
}

#button-floater img:hover {
  opacity:1;
}

.video-tip-button {
  background-clip:border-box;
  background:rgb(93,89,94) none scroll;
  background-origin:padding-box;
  background-size:auto;
  border-image-outset:0;
  border-image-repeat:stretch;
  border-image-slice:100%;
  border-image-source:none;
  border-image-width:1;
  border-radius:3px;
  border:2px solid rgb(93,89,94);
  box-sizing:content-box;
  color:rgb(255,255,255);
  cursor:pointer;
  display:block;
  font-size:12pt;
  font-style:normal;
  font-weight:bold;
/*height: 42px;*/
  letter-spacing:normal;
  line-height:35px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  outline:rgb(255,255,255) none 0;
  padding:0 35px;
  position:relative;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  text-transform:uppercase;
  transition-delay:0s,0s,0;
  transition-duration:0.15s,0.15s,.15s;
  transition-property:color,background-color,border-color;
  transition-timing-function:ease-out,ease-out,ease-out;
  vertical-align:baseline;
  white-space:nowrap;
/*width: 102.328px;*/
  width:125px;
  -webkit-font-smoothing:antialiased;
}

.video-tip-button:hover {
  background:rgba(93,89,94,0.6);
  border-color:#3d3c3f;
}

body {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/footer_lodyas.png) fixed;
}

#highTip {
  margin-top:75px;
}

div#profile,div#profile_photo_galleries {
  background:rgba(255,255,255,0);
  margin-top:50px;
}

div#profile_schedule {
  background:rgba(255,255,255,0);
}

.tip-button.smaller {
  height:32px;
  line-height:32px;
}

div#status_value {
}

#status_container {
  display:none;
  z-index:99999;
}

.section-header.videos h2 {
  display:inline;
  width:auto;
}

#tip-menu-video-1 {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/vid2.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-2 {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/vid3.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-3 {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/vid1.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-4 {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/vid4.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-5 {
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/vid5.png);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-6 {
  background:url(http://104.131.33.126/wp-content/uploads/2016/11/Preview_71.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

#tip-menu-video-7 {
  background:url(http://mandylohr.com/wp-content/uploads/2017/01/lelo_thumbnail.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size:cover;
}

.video-menu-container .tip-hover-content {
  padding-top:20px!important;
}

#tip-menu-video-6 .video-tip-button,#tip-menu-video-7 .video-tip-button {
  margin-top:10px;
}

.row-container {
  width:100%;
  height:auto;
  float:left;
  text-align:center;
}

#profile_photo_galleries,#profile_schedule {
  display:none!important;
}

#pacman {
  width:1024px;
  height:497px;
  background:url(http://mandylohr.com/wp-content/uploads/2016/10/pacman.gif);
  z-index:0;
}

#cam_score_container {
  position:absolute;
  top:455px;
  left:439px;
  color:white;
  display:block!important;
  z-index:10000;
}

#cam_score_label {
  display:none;
}

#cam_score_value:before {
  content:'SCORE: ';
/*color: #9d9d96;*/
}

#cam_score_value {
  color:#9d9d96;
  font-size:22px;
  font-family:"Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
  font-weight:bold;
}

.video-tip-button a {
  color:white;
  text-decoration:none;
}

.shop-title {
  border-bottom:1px dashed white;
  margin-bottom:5px;
  display:inline-block;
  font-size:22px;
  text-transform:uppercase;
}

.shop-price {
  display:block;
  font-size:14px;
}

.shop-desc {
  text-transform:none;
  display:block;
  font-size:18px;
}

#hobbies_label {
  visibility:hidden;
}

.user-ember-col-left {
  visibility:hidden;
}