@charset "UTF-8";

.content {
  padding:4px;
}

.about_me + .heading + .content tr:nth-child(1) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(2) {
  display:none;
}

.about_me + .heading + .content tr:nth-child(3) {
  display:none;
}

/*-----------------[ANIMATION PAGE CLASS AND ID START]------------------------*/
@keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-moz-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

@-o-keyframes buy-button {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.2);
  }
  
  100% {
    transform:scale(1);
  }
}

/*-----------------[ANIMATION PAGE CLASS AND ID STOP]------------------------*/
/*-----------------[LINK DOWNLOAD POPUP + BUTTON START]------------------------*/
.tabs > div:not(:target) > div {
  position:absolute;
  visibility:hidden;
}

.tabs > div:target > div {
  position:absolute;
  visibility:visible;
  z-index:999;
}

.download-now-button-price {
  font-family:"Fredericka the Great",Arial;
  font-size:40px;
  position:relative;
  margin-top:-6px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-click-here {
  margin-top:-6px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-buy-now {
  font-size:18px;
  padding-top:10px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.download-now-button-a {
  background-color:rgba(0,136,204,0.9);
  color:#fff;
  border:5px solid #fff;
  border-radius:50%;
  bottom:50px;
  box-shadow:1px 1px 2px #e6e6e6;
  height:100px;
  left:15px;
  margin:10px;
  position:fixed;
  text-align:center;
  width:100px;
  text-decoration:none;
  z-index:900;
}

.download-now-button-a:hover {
  background-color:#fff;
  color:#717171;
}

.download-now-popup-bg {
  background:rgba(255,255,255,0.9);
  color:#fff;
  height:100%;
  left:0;
  position:fixed!important;
  top:0;
  width:100%;
}

.close-download-x {
  left:11px;
  position:absolute;
  top:4px;
}

.close-download-a {
  background:linear-gradient(to bottom,#f6f6f6 0%,#e4e4e4 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border:1px solid #e0e0e0;
  border-radius:50%;
  color:#a0a0a0!important;
  font-size:15px;
  padding:14px;
  position:absolute;
  right:-11px;
  text-decoration:none;
  top:-11px;
}

.close-download-a:hover {
  background:linear-gradient(to bottom,#F6F6F6 0%,#eaeaea 100%) repeat scroll 0 0 rgba(0,0,0,0);
  border:1px solid #e0e0e0;
}

.buy-button-animation:hover {
  -webkit-animation:none;
  -moz-animation:none;
  -o-animation:none;
  animation:none;
}

.profile_section_content {
  z-index:inherit;
}

.buy-button-animation {
  animation-name:buy-button;
  -webkit-animation:buy-button 1s infinite;
  -moz-animation:buy-button 1s infinite;
  -o-animation:buy-button 1s infinite;
  animation:buy-button 1s infinite;
}

/*-----------------[LINK DOWNLOAD POPUP + BUTTON END]------------------------*/
a:link,a:active,a:hover {
  color:#00e9ff;
}

a:visited {
  color:#f6ffb2;
}

body {
  background-color:#ffffff;
  background-color:#000000;
  color:#ffe5e5;
  font-family:'Arial';
  font-weight:normal;
  font-style:normal;
  font-size:22px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat-y;
  background-image:url(https://img.mfcimg.com/photos2/271/27140413/119-609-512-695-11398797.jpg);
}

.profile_section_content {
  color:#ffe5e5;
  border:5px none #000000;
  padding:17px;
  margin:22px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-box-shadow:19px 10px 30px #d9adad;
  -moz-box-shadow:19px 10px 30px #d9adad;
  box-shadow:19px 10px 30px #d9adad;
}

.profile_section_background {
  background-color:transparent;
  background-color:#682020;
  filter:alpha(opacity=75);
  opacity:.75;
  background-image:url(https://img.mfcimg.com/photos2/271/27140413/642-345-439-933-11368747.jpg);
}

.img_radius_shadow {
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 30px #b10000;
  -moz-box-shadow:0 0 30px #b10000;
  box-shadow:0 0 30px #b10000;
}

.profile_section_content .heading {
  padding:0;
  background-color:#a7cb92;
  color:#e98181;
  font-family:'Tahoma';
  font-weight:bold;
  font-style:normal;
  font-size:28px;
  -webkit-border-radius:1px;
  -moz-border-radius:1px;
  border-radius:1px;
  -webkit-box-shadow:0 0 0 #3f2323;
  -moz-box-shadow:0 0 0 #3f2323;
  box-shadow:0 0 0 #3f2323;
  -webkit-text-shadow:0 0 0 #000000;
  -moz-text-shadow:0 0 0 #000000;
  text-shadow:0 0 0 #000000;
  background-image:url(https://img.mfcimg.com/backgrounds/17720.jpg);
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}