@charset "UTF-8";

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    visibility:visible;
  }
  
  100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
    visibility:visible;
  }
  
  100% {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}

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

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background:url(https://img.mfcimg.com/photos2/197/19745927/687-165-559-647-10257746.jpg);
  background-size:100%;
  background-attachment:fixed;
  background-position:center;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

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

.profile_section_background {
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  padding:5px;
  background:#f3c5bd;
  background:-moz-linear-gradient(top,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  background:-webkit-linear-gradient(top,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  background:linear-gradient(to bottom,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c5bd',endColorstr='#c72200',GradientType=0) filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
  background-color:#ffec64;
  color:#000;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
  z-index:1000;
}

.content {
  padding:5px;
}

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile_header {
  display:none;
}

#profile_schedule {
  display:none;
}

#profile {
  display:table;
  margin-left:25%;
  margin-right:25%;
  margin-top:15%;
  width:50%;
}

.menu-bar {
  display:inline;
  font-size:15px;
  font-weight:bolder;
  height:31px;
  left:21%;
  padding:15px;
  position:fixed;
  text-decoration:none;
  top:0;
  width:100%;
}

.menu-bar a {
  -moz-box-shadow:0 0 0 0 #fff6af;
  -webkit-box-shadow:0 0 0 0 #fff6af;
  box-shadow:0 0 0 0 #fff6af;
  background:#f3c5bd;
  background:-moz-linear-gradient(top,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  background:-webkit-linear-gradient(top,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  background:linear-gradient(to bottom,#f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c5bd',endColorstr='#c72200',GradientType=0);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64',endColorstr='#ffab23',GradientType=0);
  background-color:red;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:0 solid #ffaa22;
  display:inline-block;
  cursor:pointer;
  color:#333333;
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0 1px 0 white;
}

.menu-bar a:hover {
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffab23),color-stop(1,#ffec64));
  background:-moz-linear-gradient(top,#ffab23 5%,#ffec64 100%);
  background:-webkit-linear-gradient(top,#ffab23 5%,#ffec64 100%);
  background:-o-linear-gradient(top,#ffab23 5%,#ffec64 100%);
  background:-ms-linear-gradient(top,#ffab23 5%,#ffec64 100%);
  background:linear-gradient(to bottom,#ffab23 5%,#ffec64 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23',endColorstr='#ffec64',GradientType=0);
  background-color:#ffab23;
}

.menu-bar a:active {
  position:relative;
  top:1px;
}

#profile_about_me {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:20% auto;
  color:#000;
  height:578px;
  min-height:150px;
  position:fixed;
  overflow-y:scroll;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_about_me:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_friends {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:20% auto;
  color:#000;
  height:200px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_friends:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_photo_galleries {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:20% auto;
  color:#000;
  height:322px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_photo_galleries:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_videos {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:23% auto;
  color:#000;
  height:200px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_videos:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_interests_content {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:23% auto;
  color:#000;
  height:620px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  bottom:-1500px;
  border-style:inherit;
  border-color:#fff600;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_interests_content:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_comments {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 0;
  background-repeat:no-repeat;
  background-size:23% auto;
  color:#000;
  height:520px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  bottom:-1500px;
  overflow:scroll;
  overflow-x:hidden;
  border-style:inherit;
  border-color:#fff600;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_comments:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#photo_galleries {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  border-color:#fff600;
  border-radius:20px;
  border-style:hidden;
  bottom:5%;
  height:50%;
  left:1%;
  position:fixed;
  top:1%;
  width:20%;
  overflow:scroll;
  overflow-x:hidden;
}

#photo_galleries:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_password_photo_galleries {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:20% auto;
  color:#000;
  height:200px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_password_photo_galleries:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

#profile_featured_video_content {
  background-color:rgba(255,255,255,0.5);
  background-image:url();
  background-position:100% 30%;
  background-repeat:no-repeat;
  background-size:20% auto;
  color:#000;
  height:595px;
  min-height:150px;
  position:fixed;
  left:25%;
  width:840px;
  padding:15px;
  margin:5px;
  border-style:inherit;
  border-color:#fff600;
  bottom:-1500px;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  transition:bottom .5s ease-in-out .5s;
}

#profile_featured_video_content:target {
  animation-duration:.5s;
  animation-name:slideInUp;
  float:left;
  left:22%;
  margin:0;
  top:20%;
  width:50%;
}

.cacat_offline {
  position:fixed;
  right:0;
  bottom:0;
}

.cacat_offline img {
  height:164px;
  width:294px;
}