@charset "UTF-8";

/** LIGHTBOX MARKUP **/
.lightbox {
/** Default lightbox to hidden */
  display:none;
/** Position and style */
  position:fixed;
  z-index:999;
  width:100%;
  height:100%;
  text-align:center;
  top:0;
  left:0;
  background:rgba(0,0,0,0.8);
}

.lightbox img {
/** Pad the lightbox image */
  max-width:90%;
  max-height:80%;
  margin-top:2%;
}

.lightbox:target {
/** Remove default browser outline */
  outline:none;
/** Unhide lightbox **/
  display:block;
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
  
  50% {
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px);
  }
  
  100% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
  
  50% {
    -webkit-transform:translateY(-4px);
    transform:translateY(-4px);
  }
  
  100% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform:translateY(-8px);
    transform:translateY(-8px);
  }
}

.hvr-bob {
  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-bob:hover,.hvr-bob:focus,.hvr-bob:active {
  -webkit-animation-name:hvr-bob-float,hvr-bob;
  animation-name:hvr-bob-float,hvr-bob;
  -webkit-animation-duration:.3s,1.5s;
  animation-duration:.3s,1.5s;
  -webkit-animation-delay:0s,.3s;
  animation-delay:0s,.3s;
  -webkit-animation-timing-function:ease-out,ease-in-out;
  animation-timing-function:ease-out,ease-in-out;
  -webkit-animation-iteration-count:1,infinite;
  animation-iteration-count:1,infinite;
  -webkit-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-direction:normal,alternate;
  animation-direction:normal,alternate;
}

.animated2 {
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  position:absolute;
  top:159px;
  left:50%;
  margin-left:-260px;
  _margin-left:-118px;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity:0;
    -webkitTRANSFORM:translateY(-2000px);
  }
  
  100% {
    opacity:1;
    -webkit-transform:translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity:0;
    transform:translateY(-2000px);
  }
  
  100% {
    opacity:1;
    transform:translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name:fadeInDownBig;
  animation-name:fadeInDownBig;
}

.animated {
  -webkit-animation-duration:3s;
  animation-duration:3s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  position:absolute;
  top:500px;
  left:50%;
  margin-left:-524px;
  _margin-left:-118px;
  width:1060px;
  height:1088px;
  z-index:1;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity:0;
    -webkit-transform:translateX(-2000px);
  }
  
  100% {
    opacity:1;
    -webkit-transform:translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity:0;
    transform:translateX(-2000px);
  }
  
  100% {
    opacity:1;
    transform:translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name:fadeInLeftBig;
  animation-name:fadeInLeftBig;
}

<span class="text"><style>
div,table,tr,td,tbody {
  background:transparent;
  border:0;
}

.navigationBar,.profileInfo,.ImgOnlineNow,.contactTable,.userProfileURL,.interestsAndDetails,.userProfileDetail,.userProfileSchool,.userProfileNetworking,.userProfileCompany,.extendedNetwork,.latestBlogEntry {
  display:none;
}

.blurbs .orangetext15 {
  display:none;
}

table,tr,td {
  background:transparent;
}

table tr td div div {
  visibility:hidden;
  border:0!important;
  background-color:transparent;
}

table div font {
  display:none;
}

body {
  background-color:#520594;
  background-image:url(http://kmgraphiks.com/wp-content/uploads/2018/02/karmenlayout.jpg);
  background-position:top center;
  background-repeat:no-repeat;
  background-attachment:scroll;
  -border-top-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-right-width:0;
  border-color:none;
}

.layout {
  position:absolute;
  top:600px;
  left:50%;
  margin-left:-400px;
  _margin-left:-118px;
  width:718px;
  height:400px;
  z-index:3;
  border:0 solid red;
  text-align:center;
  background-position:center;
  overflow:hidden;
}

.watermark {
  position:fixed;
  top:10px;
  right:10px;
  z-index:20;
}

.bcstamp1 {
  position:absolute;
  top:1000px;
  left:50%;
  margin-left:-190px;
  _margin-left:-118x;
  width:81px;
  height:68px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:9;
}

.bcstamp2 {
  position:absolute;
  top:1000px;
  left:50%;
  margin-left:-90px;
  _margin-left:-118x;
  width:81px;
  height:68px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:9;
}

.bcstamp3 {
  position:absolute;
  top:1000px;
  left:50%;
  margin-left:5px;
  _margin-left:-118x;
  width:81px;
  height:68px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:9;
}

.bcstamp4 {
  position:absolute;
  top:1000px;
  left:50%;
  margin-left:105px;
  _margin-left:-118x;
  width:81px;
  height:68px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:9;
}

.birdsright {
  position:absolute;
  top:325px;
  left:50%;
  margin-left:160px;
  _margin-left:-118x;
  width:375px;
  height:74px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:8;
}

.birdsleft {
  position:absolute;
  top:325px;
  left:50%;
  margin-left:-450px;
  _margin-left:-118x;
  width:375px;
  height:74px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.wishlist1 {
  position:absolute;
  top:1270px;
  left:50%;
  margin-left:-270px;
  _margin-left:-118x;
  width:149px;
  height:50px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:6;
}

.wishlist2 {
  position:absolute;
  top:1270px;
  left:50%;
  margin-left:-82px;
  _margin-left:-118x;
  width:120px;
  height:50px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.wishlist3 {
  position:absolute;
  top:1270px;
  left:50%;
  margin-left:95px;
  _margin-left:-118x;
  width:49px;
  height:50px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.wishlist4 {
  position:absolute;
  top:1270px;
  left:50%;
  margin-left:199px;
  _margin-left:-118x;
  width:49px;
  height:50px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.email {
  position:absolute;
  top:1330px;
  left:50%;
  margin-left:-524px;
  _margin-left:-118x;
  width:375px;
  height:74px;
  text-align:right;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.vidx {
  position:absolute;
  top:1097px;
  left:50%;
  margin-left:-388px;
  _margin-left:-118px;
  width:776px;
  height:396px;
  text-align:center;
  border:0 solid red;
  overflow:hide;
  z-index:7;
}

.bttn1 {
  position:absolute;
  top:438px;
  left:50%;
  margin-left:-423px;
  _margin-left:-118px;
  width:307px;
  height:62px;
  text-align:center;
  border:0 solid red;
  overflow:hidden;
  z-index:4;
}

.bttn2 {
  position:absolute;
  top:438px;
  left:50%;
  margin-left:-118px;
  _margin-left:-118px;
  width:183px;
  height:62px;
  text-align:center;
  border:0 solid red;
  overflow:hidden;
  z-index:5;
}

.bttn3 {
  position:absolute;
  top:438px;
  left:50%;
  margin-left:62px;
  _margin-left:-118px;
  width:120px;
  height:62px;
  text-align:center;
  border:0 solid red;
  overflow:hidden;
  z-index:5;
}

.bttn4 {
  position:absolute;
  top:438px;
  left:50%;
  margin-left:181px;
  _margin-left:-118px;
  width:249px;
  height:62px;
  text-align:center;
  border:0 solid red;
  overflow:hidden;
  z-index:5;
}

.frame::-webkit-scrollbar {
  height:10px;
  width:9px;
  border-top:0 solid #999;
  border-bottom:0 solid #999;
  border-left:0 solid #333;
  border-right:0 solid #333;
}

.frame::-webkit-scrollbar-thumb {
  width:10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border:1px solid #1c9cd8;
  background:#1799d5;
}

.bio {
  position:absolute;
  top:1820px;
  left:50%;
  margin-left:-409px;
  _margin-left:-118x;
  width:800px;
  height:333px;
  text-align:right;
  background:ffffff;
  border:0 solid pink;
  overflow:auto;
  z-index:6;
}

.profile_comments {
  position:absolute;
  top:-500px;
  left:50%;
  margin-left:-440px;
  _margin-left:-438px;
  width:850px;
  border:0 solid red;
  letter-spacing:1pt;
  z-index:3;
  overflow:hidden;
}

.friendsComments .orangetext15,.commentlinks {
  color:ffffff;
  font-weight:bold;
}

.profile_comments table table td {
  width:650px;
}

.friendsComments table td b {
  color:Black;
}

.friendsComments table table td b {
  color:white;
}

.comments img,.comments a img {
  max-width:950x!important;
}

.comments img,.comments a img {
  filter:alpha(opacity=100);
  opacity:1;
  -khtml-opacity:1;
  border:0;
}

body,div,p,strong,td,.text,.blacktext10,.blacktext12,a.searchlinkSmall,a.searchlinkSmall:link,a.searchlinkSmall:visited {
  color:rgb(255,255,255);
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  text-transform:none;
}

.orangetext15,strong,.lightbluetext8,.whitetext12,.nametext,.btext,.redtext,.redbtext {
  color:rgb(255,255,255);
  font-weight:bold;
  font-style:normal;
  text-decoration:none;
  text-transform:none;
}

a,a font,a:link,a:visited,a.navbar,a.navbar:link,a.navbar:visited,a.man,a.man:link,a.man:visited,a.man font,a.redlink,a.redlink:visited {
  color:rgb(255,255,255);
  font-weight:normal;
  font-style:normal;
  text-decoration:none;
  text-transform:none;
}

a:hover,a:hover font,a:active,a.navbar:hover,a.navbar:active,a.man:hover,a.man:active,a.man:hover font,a.searchlinkSmall:hover,a.searchlinkSmall:active,a.redlink:hover,a.redlink:hover {
  color:rgb(255,0,0);
  font-weight:normal;
  font-style:normal;
  text-decoration:line-through;
  text-transform:none;
}

#about_me_label {
  display:none!important;
}

#profile_avatar {
  display:none!important;
}

#gender_container {
  display:none!important;
}

#username_value {
  display:none!important;
}

#username_label {
  display:none!important;
}

#ethnicity_container {
  display:none!important;
}

#hair_container {
  display:none!important;
}

#eyes_container {
  display:none!important;
}

#age_container {
  display:none!important;
}

#country_container {
  display:none!important;
}

#sexual_preference_container {
  display:none!important;
}

#smoke_container {
  display:none!important;
}

#drink_container {
  display:none!important;
}

#drugs_container {
  display:none!important;
}

#marital_status_container {
  display:none!important;
}

#occupation_container {
  display:none!important;
}

#profile_comments {
  display:none!important;
}

#about_me_value {
  width:100%!important;
}

#tags_value {
  width:100%!important;
}

#tags_label {
  display:none!important;
}

.recent_photos {
  display:none!important;
}

#profile_interests_content {
  display:none!important;
}

#friends_container {
  display:none!important;
}

#rate_container {
  display:none!important;
}

#admirers_container {
  display:none!important;
}

#average_rating_container {
  display:none!important;
}

#favorite_models_container {
  display:none!important;
}

#header_bar,#footer_bar,.header_time,.heading,#main_photo,.recent_photos,#profile_header_container,#schedule,#tags_container,#profile_schedule {
  display:none!important;