@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#666;
  background-color:#fff;
  background-image:url(http://4.bp.blogspot.com/-dnqMiuh-ByU/VktFaEhVMCI/AAAAAAAAKNI/6-pXDsxtEEY/s1600/portrait_leftcat.png),url(http://2.bp.blogspot.com/-Ta1BArinslM/VktCDB7yypI/AAAAAAAAKMs/3-vZuhWjWV0/s1600/badkitty3.png);
  background-position:bottom left,top right 5px;
  background-repeat:no-repeat,no-repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
  padding:0;
  margin:0;
  opacity:0;
  -webkit-animation:fadeload ease 1;
  -moz-animation:fadeload ease 1;
  animation:fadeload ease 1;
  -o-animation:fadeload ease 1;
  -ms-animation:fadeload ease 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
  -ms-animation-duration:2s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
  -ms-animation-delay:1.5s;
}

#tvmsnbc {
  position:inherit;
  width:466px;
  height:305px;
  background:url(https://3.bp.blogspot.com/-_hYxH4oz8PA/VzZwYk2mZRI/AAAAAAAALZk/TALoMUTOEU0NTFb8NgaD7XEF7fvryjMyACLcB/s1600/VA3b0Kez26uD.gif);
  margin-top:7px;
  margin-left:189px;
}

#yestv {
  position:inherit;
  width:522px;
  height:57px;
  background:url(https://3.bp.blogspot.com/-0ERSe-iYqR8/V0I6uOP-tVI/AAAAAAAALbE/sFcB-iHVH58CQMXSGk4w0zWnxi7_p0OHQCLcB/s1600/lockup.gif);
  margin-top:84px;
  margin-left:180px;
}

#allsecrets {
  position:inherit;
  width:516px;
  height:305px;
  background:url(https://2.bp.blogspot.com/-xXG09Vrh4nI/V0I60zuzabI/AAAAAAAALbI/_5MFLO_5oj0gF5UseZOqEGP6rfayTJ-GQCLcB/s1600/secrets.gif);
  margin-top:8px;
  margin-left:144px;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#005580;
  text-decoration:underline;
}

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

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

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

#avatar_holder {
  width:100px;
  height:100px;
  margin-bottom:-10px;
  margin-left:19px;
}

#profile_avatar {
  width:100px;
  height:100px;
  padding:1px;
  background-color:rgba(0,0,0,0.58);
  border:1px solid rgba(5,5,5,1);
  box-shadow:-1px 1px 3px rgba(0,0,0,1),1px -1px 3px rgba(0,0,0,1);
  animation-name:slidein;
  -webkit-animation-name:slidein;
  -moz-animation-name:slidein;
  -o-animation-name:slidein;
  -ms-animation-name:slidein;
  animation-duration:3s;
  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  -o-animation-duration:3s;
  -ms-animation-duration:3s;
  animation-delay:1.55s;
  -webkit-animation-delay:1.55s;
  -moz-animation-delay:1.55s;
  -o-animation-delay:1.55s;
  -ms-animation-delay:1.55s;
  animation-timing-function:ease-in-out;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;
  -o-animation-timing-function:ease-in-out;
  -ms-animation-timing-function:ease-in-out;
  visibility:visible!important;
}

#profile_avatar:hover {
  box-shadow:0 0 10px rgba(134,160,170,0.9);
  -webkit-box-shadow:0 0 10px rgba(134,160,170,0.9);
  -moz-box-shadow:0 0 10px rgba(134,160,170,0.9);
  border:4px solid rgba(134,160,170,0.9);
  width:100px;
  height:100px;
  padding:1px;
  background-color:rgba(0,0,0,0.58);
  animation-name:slidein;
  -webkit-animation-name:slidein;
  -moz-animation-name:slidein;
  -o-animation-name:slidein;
  -ms-animation-name:slidein;
  animation-duration:3s;
  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  -o-animation-duration:3s;
  -ms-animation-duration:3s;
  animation-delay:1.55s;
  -webkit-animation-delay:1.55s;
  -moz-animation-delay:1.55s;
  -o-animation-delay:1.55s;
  -ms-animation-delay:1.55s;
  animation-timing-function:ease-in-out;
  -webkit-animation-timing-function:ease-in-out;
  -moz-animation-timing-function:ease-in-out;
  -o-animation-timing-function:ease-in-out;
  -ms-animation-timing-function:ease-in-out;
  visibility:visible!important;
}

/* ================================================================
                                                   Loader
   =============================================================== */
@-webkit-keyframes fadeload {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeload {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-o-animation fadeload {
  fromopacity:0;
}

to {
  opacity:1;
}  
}

@keyframes fadeload {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeload {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-load {
  opacity:0;
  -webkit-animation:fadeload ease 1;
  -moz-animation:fadeload ease 1;
  -o-animation:fadeload ease 1;
  animation:fadeload ease 1;
  -ms-animation:fadeload ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

.fade-load.one {
  animation-delay:3s;
  -webkit-animation-delay:3s;
  -moz-animation-delay:3s;
  -o-animation-delay:3s;
  -ms-animation-delay:3s;
}

.fade-load.two {
  animation-delay:3.2s;
  -webkit-animation-delay:3.2s;
  -moz-animation-delay:3.2s;
  -o-animation-delay:3.2s;
  -ms-animation-delay:3.2s;
}

.fade-load.three {
  animation-delay:3.4s;
  -webkit-animation-delay:3.4s;
  -moz-animation-delay:3.4s;
  -o-animation-delay:3.4s;
  -ms-animation-delay:3.4s;
}

.fade-load.four {
  animation-delay:3.6s;
  -webkit-animation-delay:3.6s;
  -moz-animation-delay:3.6s;
  -o-animation-delay:3.6s;
  -ms-animation-delay:3.6s;
}

.fade-load.five {
  animation-delay:3.8s;
  -webkit-animation-delay:3.8s;
  -moz-animation-delay:3.8s;
  -o-animation-delay:3.8s;
  -ms-animation-delay:3.8s;
}

.fade-load.six {
  animation-delay:4s;
  -webkit-animation-delay:4s;
  -moz-animation-delay:4s;
  -o-animation-delay:4s;
  -ms-animation-delay:4s;
}

.fade-load.seven {
  animation-delay:4.2s;
  -webkit-animation-delay:4.2s;
  -moz-animation-delay:4.2s;
  -o-animation-delay:4.2s;
  -ms-animation-delay:4.2s;
}

.fade-load.eight {
  animation-delay:4.4s;
  -webkit-animation-delay:4.4s;
  -moz-animation-delay:4.4s;
  -o-animation-delay:4.4s;
  -ms-animation-delay:4.6s;
}

.fade-load.nine {
  animation-delay:4.6s;
  -webkit-animation-delay:4.6s;
  -moz-animation-delay:4.6s;
  -o-animation-delay:4.6s;
  -ms-animation-delay:4.6s;
}

.fade-load.ten {
  animation-delay:5s;
  -webkit-animation-delay:5s;
  -moz-animation-delay:5s;
  -o-animation-delay:5s;
  -ms-animation-delay:5s;
}

/* ==============================================
                                 slideup
============================================== */
.slideup {
  animation-name:slideup;
  -webkit-animation-name:slideup;
  -moz-animation-name:slideup;
  -o-animation-name:slideup;
  -ms-animation-name:slideup;
  -webkit-perspective:1000;
  -webkit-backface-visibility:hidden;
  visibility:visible!important;
}

@keyframes slideup {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-webkit-keyframes slideup {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-o-keyframes slideup {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-ms-keyframes slideup {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

@-moz-keyframes slideup {
  0% {
    transform:translateY(100%) scaleX(0.5);
    opacity:0;
  }
  
  50% {
    transform:translateY(-8%) scaleX(0.75);
    opacity:0,75;
  }
  
  60% {
    transform:translateY(2%) scaleX(0.85);
  }
  
  70% {
    transform:translateY(0%) scaleX(1.1);
  }
  
  80% {
    transform:translateY(0%) scaleX(0.9);
  }
  
  85% {
    transform:translateY(0%) scaleX(1.05);
  }
  
  90% {
    transform:translateY(0%) scaleX(0.95);
  }
  
  95% {
    transform:translateY(0%) scaleX(1.02);
  }
  
  100% {
    transform:translateY(0%) scaleX(1);
  }
}

/* ==============================================
                        slide in
============================================== */
@keyframes slidein {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(0%);
    opacity:.9;
  }
  
  90% {
    -webkit-transform:translateX(5%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-webkit-keyframes slidein {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-ms-keyframes slidein {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-o-keyframes slidein {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

@-moz-keyframes slidein {
  0% {
    -webkit-transform:translateX(700%);
    opacity:.1;
  }
  
  65% {
    -webkit-transform:translateX(4%);
    opacity:.85;
  }
  
  80% {
    -webkit-transform:translateX(-5%);
    opacity:.9;
  }
  
  95% {
    -webkit-transform:translateX(2%);
    opacity:.95;
  }
  
  100% {
    -webkit-transform:translateX(0%);
    opacity:1;
  }
}

.badkittyname {
  display:inline-block;
  position:absolute;
  width:547px;
  height:341px;
  top:-505px;
  left:387px;
  z-index:998;
  background:transparent url(http://3.bp.blogspot.com/-IIiCogROVEY/VktRkwM6DsI/AAAAAAAAKOE/W2QF5ycyAv0/s1600/rounded_corners.gif) no-repeat;
}

.badhellokitty {
  display:inline-block;
  position:absolute;
  width:236px;
  height:298px;
  top:-50px;
  left:552px;
  z-index:998;
  background:transparent url(http://1.bp.blogspot.com/-bE-RPWAJNNA/VktmHP2avyI/AAAAAAAAKOU/LEfzsRWKp1o/s1600/hk.png) no-repeat;
}

#aboutmesection {
  display:inline-block;
  position:relative;
  margin-left:8px;
  margin-top:-41px;
  width:880px;
  height:250px;
/* background:url(https://3.bp.blogspot.com/-Kf5NkOvMfh0/V0KtaNEdBQI/AAAAAAAALcc/t5E2-x3rVx4iXoUWWS4gL_WDKGCuviKHACLcB/s1600/aboutme3.png) no-repeat top; */
}

#abtmesec {
  display:block;
  width:782px;
  height:250px;
  float:left;
  margin-top:11px;
  background:rgba(51,51,51,0.0);
  margin-left:17px;
  margin-right:1px;
  padding:10px;
  overflow:auto;
  font-size:14px;
  color:rgb(255,255,255);
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#ethnicity_label,#hair_label,#eyes_label,#weight_label,#height_label,#age_label,#country_label,#sexual_preference_label,#smoke_label,#drink_label,#marital_status_label,#be_anywhere_container,#know_me_container,#occupation_label,#cam_score_label,#city_label,#drugs_label,#school_label,#favorite_food_label,#pets_label,#automobile_label,#gender_label,#body_type_label {
  color:#FFffff;
  text-shadow:0 1px 0 rgb(6,0,0),-2px 3px 1px rgba(113,112,110,0.61),3px 2px 1px rgba(140,139,137,0.65),3px -1px 1px rgba(130,128,125,0.45),2px -3px 1px rgba(101,100,99,0.73),-1px -3px 1px rgba(115,115,114,0.76),-2px -2px 1px rgba(113,113,112,0.78),-3px 4px 5px rgba(103,103,102,0.57),1px 5px 5px rgba(134,133,133,0.78),5px 1px 5px rgba(0,0,0,0.75),5px -4px 5px rgba(0,0,0,0.7),-1px -4px 5px rgba(0,0,0,0.52),-4px -4px 5px rgba(0,0,0,0.75),-5px -1px 5px rgba(0,0,0,0.82),-5px 5px 5px rgba(0,0,0,0.68);
}

#ethnicity_value,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#smoke_value,#drink_value,#marital_status_value,#be_anywhere_container,#know_me_container,#occupation_value,#cam_score_value,#city_value,#drugs_value,#school_value,#favorite_food_value,#pets_value,#automobile_value,#username_value,#gender_value,#body_type_value {
  color:#FFffff;
  text-shadow:0 1px 0 rgb(6,0,0),-2px 3px 1px rgba(113,112,110,0.61),3px 2px 1px rgba(140,139,137,0.65),3px -1px 1px rgba(130,128,125,0.45),2px -3px 1px rgba(101,100,99,0.73),-1px -3px 1px rgba(115,115,114,0.76),-2px -2px 1px rgba(113,113,112,0.78),-3px 4px 5px rgba(103,103,102,0.57),1px 5px 5px rgba(134,133,133,0.78),5px 1px 5px rgba(0,0,0,0.75),5px -4px 5px rgba(0,0,0,0.7),-1px -4px 5px rgba(0,0,0,0.52),-4px -4px 5px rgba(0,0,0,0.75),-5px -1px 5px rgba(0,0,0,0.82),-5px 5px 5px rgba(0,0,0,0.68);
}

#username_label {
  display:none;
}

#username_value {
  display:none;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_schedule,#profile_friends,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_header_container {
  margin-top:10px;
}

#profile {
  width:940px;
  margin:60px auto -10px;
  background:#fff url(http://2.bp.blogspot.com/-6hU-ryip2x8/VktNlZcDrdI/AAAAAAAAKNg/rl-LNYe034M/s1600/bgwname.jpg) top center no-repeat;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:rgba(255,255,255,0.98);
  font-size:1.25rem;
/* font-weight:bold; */
  border-bottom:#666 solid 2px;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(6,0,0),0 0 8px rgb(29,17,195),0 0 16px rgba(45,177,255,0.64),0 0 32px #666,0 0 40px rgb(121,123,140),0 0 50px rgba(140,139,137,0.65);
  font-wight:bold;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
  padding-top:20px;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

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

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

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

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.photo_gallery_image {
  width:70px;
  height:70px;
  border:6px solid #000;
  border-radius:8px;
  borderradius:8px;
  -moz-border-radius:8px;
  -moz-border-radius:8px;
  margin:0 10px 4px -6px;
  -webkit-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 200ms cubic-bezier(0.250,0.250,0.750,0.750);
}

.photo_gallery_image:hover {
  border:6px solid #c2d6d6;
  -webkit-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -moz-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -ms-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  -o-transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
  transition:all 50ms cubic-bezier(0.250,0.250,0.750,0.750);
}

/* =================================================================
                                                Tip menu start
=================================================================*/
.actip {
  display:block;
  text-align:left;
  padding:10px 8px;
  font-family:lobster;
  border-bottom:1px solid #ccc;
  font-size:20px;
  color:#FFF;
  margin-bottom:5px;
}

.actip span {
  display:inline-block;
  float:right;
  width:200px;
  margin-top:-5px;
}

.dainf {
  display:block;
  padding:15px;
  font-family:lobster;
  color:#FFF;
  font-size:18px;
  color:#fff;
  text-shadow:-1px 0 rgb(6,0,0),0 1px rgb(6,0,0),1px 0 rgb(6,0,0),0 -1px rgb(6,0,0),-1px 0 rgb(6,0,0),0 1px rgb(6,0,0),1px 1px 5px rgb(6,0,0),0 3px 8px rgb(6,0,0);
}

.ger {
  display:block;
  text-align:center;
  padding-top:20px;
  padding-bottom:10px;
  height:auto;
}

.buy:link {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#000101;
  font-wight:bold;
}

.buy:active {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

.buy:hover {
  font-size:10px;
  color:#fff;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
  border:1px solid rgba(255,255,255,0.5);
  padding:11px;
  background:rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0 10px 10px 0 #000;
  -moz-box-shadow:inset 0 5px 5px 0 #000;
  box-shadow:inset 0 5px 5px 0 #000;
  text-shadow:-4px 8px 9px #000;
  font-size:15px;
  position:relative;
  -moz-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -webkit-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -o-box-shadow:0 18px 10px -9px rgba(255,255,255,0.7);
  -ms-box-shadow:0 18px 10px -9px rgba(255,255,255,.7);
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(255,255,255),0 0 8px rgb(242,236,44),0 0 16px rgb(242,236,44),0 0 32px rgb(242,236,44),0 0 40px rgb(242,236,44),0 0 50px rgb(242,236,44);
  font-wight:bold;
}  
}

.buy:visited {
  display:inline-block;
  padding:11px 11px 5px 9px;
  display:inline-block;
  float:inherit;
  position:relative;
  text-transform:uppercase;
  border-left:0 solid #aaaaaa;
  border-right:0 solid #aaaaaa;
  color:#F00;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  text-shadow:0 2px 1px #000;
  text-decoration:none;
  font-size:15px;
  left:7px;
  color:#fff;
  font-wight:bold;
}

/* =================================================================
                                      Tip menu end 
=================================================================*/
/* 

/* =================================================================
                                       member perks start
=================================================================*/
.members {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:auto;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

.mpa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  font-size:15px;
  color:#fff;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.mpa span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
  border-bottom:1px solid #CCC;
}

.mpa .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:rgba(0,0,0.0);
  color:rgba(215,44,44,0);
/* text-shadow:0 1px 0 #333; */
}

.mpa .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

.mp {
  padding:5px 15px;
  font-size:14px;
  margin:12px;
  float:right;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
}

.mp span {
  display:block;
  padding-top:1px;
  padding-bottom:1px;
}

.mp .listitem::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#FC3;
  text-shadow:0 1px 0 #333;
}

.mp .name::before {
  content:'\2605';
  display:inline-block;
  margin-left:-15px;
  margin-right:3px;
  width:20px;
  height:20px;
  text-align:center;
  color:#0047AB;
  text-shadow:0 1px 0 #333;
}

/* =================================================================
                                       member perks end
=================================================================*/
/* =================================================================
                                              fan club start
=================================================================*/
#title {
  position:absolute;
  width:703px;
  height:206px;
}

#starschart {
  position:absolute;
  width:703px;
  height:596px;
  background:url(https://4.bp.blogspot.com/-BXfeuclvoDA/V0f_R9VjpII/AAAAAAAALdw/C_LzyOlJl7QhttLzf8IpdLoRe_WsdUyXQCLcB/s1600/clubl.png);
  margin-top:39px;
  margin-left:83px;
}

.kwcum {
  overflow:auto;
  background-color:rgba(0,0,37,0.7);
  width:auto;
  height:700px;
  border:double 6px #1fd1f0;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:57px;
  padding:20px;
}

/*-----------------[PRICE LIST START]------------------------*/
#pricing-table {
  margin:0 auto;
  text-align:center;
  width:675px;
/* total computed width = 222 x 3 + 226 */
}

#pricing-table .plan {
  font:12px 'Lucida Sans','trebuchet MS',Arial,Helvetica;
  text-shadow:0 1px rgba(255,255,255,.8);
  color:#fff;
  padding:18px;
  width:191px;
/* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
  float:left;
  margin-top:36px;
  margin-left:-7px;
  padding-top:80px;
  position:relative;
}

#pricing-table #most-popular {
  z-index:2;
  top:-8px;
  border-width:3px;
  padding:30px 18px;
  border-radius:5px;
  box-shadow:20px 0 10px -10px rgba(0,0,0,.15),-20px 0 10px -10px rgba(0,0,0,.15);
}

#pricing-table .plan:nth-child(1) {
  border-radius:5px 0 0 5px;
}

#pricing-table .plan:nth-child(4) {
  border-radius:0 5px 5px 0;
}

/* --------------- */
#pricing-table h3 {
  font-size:20px;
  font-weight:normal;
  padding:20px;
  margin:-20px -20px 50px;
}

#pricing-table #most-popular h3 {
  margin-top:-2px;
  padding-top:58px;
  border-radius:5px 5px 0 0;
}

#pricing-table .plan:nth-child(1) h3 {
  border-radius:5px 0 0 0;
}

#pricing-table .plan:nth-child(4) h3 {
  border-radius:0 5px 0 0;
}

#pricing-table h3 span {
  display:block;
  font:bold 22px/100px Arial,Serif;
  height:100px;
  width:100px;
  margin:5px auto -58px;
  border-radius:100px;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(6,0,0),0 0 8px rgb(29,17,195),0 0 16px rgba(45,177,255,0.64),0 0 32px #666,0 0 40px rgb(121,123,140),0 0 50px rgba(140,139,137,0.65);
}

/* --------------- */
#pricing-table ul {
  margin:20px 0 0;
  padding:0;
  list-style:none;
  color:#fff;
}

#pricing-table li {
  border-top:1px solid #ddd;
  padding:10px 0;
}

/* --------------- */
#pricing-table .signup {
  position:relative;
  padding:8px 20px;
  margin:20px 0 0;
  color:#fff;
  font:bold 14px Arial,Helvetica;
  text-transform:uppercase;
  text-decoration:none;
  display:inline-block;
  background-color:#333;
  border-radius:3px;
  box-shadow:0 1px 0 rgba(255,255,255,.5),0 2px 0 rgba(0,0,0,.7);
}

#pricing-table .signup:hover {
  background-color:#2d5986;
  -moz-box-shadow:0 6px 8px #ffffff;
  -webkit-box-shadow:0 6px 8px #ffffff;
  box-shadow:0 6px 8px #ffffff;
}

#pricing-table .signup:active,#pricing-table .signup:focus {
  background:#000;
  top:2px;
  box-shadow:0 0 3px rgba(0,0,0,.7) inset;
}

/* --------------- */
.clear:before,.clear:after {
  content:"";
  display:table;
}

.clear:after {
  clear:both;
}

.clear {
  zoom:1;
}

/*-----------------[PRICE LIS END]------------------------*/
/*fan club members end */
/* members start */
.members {
  overflow:auto;
  background-color:rgb(6,0,0);
  width:auto;
  height:auto;
  border:double 12px #FFFFFF;
  -moz-border-radius-topleft:0;
  -moz-border-radius-topright:0;
  -moz-border-radius-bottomleft:0;
  -moz-border-radius-bottomright:0;
  -webkit-border-top-left-radius:0;
  -webkit-border-top-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  margin-left:40px;
  margin-right:39px;
  padding:20px;
  margin-top:100px;
  margin-bottom:55px;
  text-align:center;
  box-shadow:0 0 15px rgb(6,0,0);
}

.wfa {
  display:inline-block;
  width:230px;
  height:250px;
  margin:1px;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(0,0,0,0.3);
  border-radius:5px;
  font-size:15px;
  color:#fff;
  text-align:center;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.boxes {
  text-align:center;
  overflow:hidden;
  white-space:normal;
  font-size:1.5em;
  list-style-type:inline;
  margin-top:-10px;
  margin-bottom:20px;
  border-bottom:4px solid #7B7B7B;
  border-left:4px solid #7D7C7D;
  border-right:4px solid #808080;
  border-radius:15px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  -o-border-radius:15px;
  box-shadow:0 0 15px #263973;
  background-color:rgba(255,255,255,0.96);
}

.boxtext {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:4px;
  overflow:hidden;
}

.boxtextcol {
  font-size:15pt;
  word-spacing:;
  text-align:center;
  overflow:auto;
  white-space:pre-line;
  padding:0;
  -webkit-column-count:5;
/* Chrome, Safari, Opera */
  -moz-column-count:5;
/* Firefox */
  column-count:5;
  -webkit-column-width:170px;
/* Chrome, Safari, Opera */
  -moz-column-width:170px;
/* Firefox */
  column-width:170px;
  -webkit-column-gap:10px;
/* Chrome, Safari, Opera */
  -moz-column-gap:10px;
/* Firefox */
  column-gap:10px;
  -moz-column-fill:auto;
/* Firefox */
  column-fill:auto;
/* background-color: rgba(255, 255, 255, 0.4); */
/* background: -webkit-gradient(radial, 168 0, 0, 194 -257, 327, from(#FFFFFF), to(#000000)); */
}

/* =================================================================
                                              fan club end
=================================================================*/
.headingtext {
  color:rgba(255,255,255,0.98);
  font-size:1.25rem;
  font-weight:bold;
/* border-bottom:#666 solid 2px; */
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:5px;
  text-shadow:0 0 1px rgb(255,255,255),0 0 2px rgb(255,255,255),0 0 4px rgb(11,14,226),0 0 8px rgb(29,17,195),0 0 16px rgba(45,61,255,0.43),0 0 32px rgba(197,193,214,0.64),0 0 40px rgb(227,228,230),0 0 50px rgb(228,227,224);
  font-wight:bold;
}

==========================================================================
Footer
========================================================================== */
.footer {
  background-color:#990067;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
  color:#fff;
  display:block;
  height:20px;
}