@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#14d6e9;
  color:#5c0c0c;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat;
  background-image:url(https://img.mfcimg.com/backgrounds/19114.jpg);
  #abmextdisplay:block;
  width:99%;
  height:auto;
  margin:10px auto;
  text-align:center;
  transition:all .6s;
  -webkit-transition:all .6s;
}

.modeff {
  transform:rotateY(0deg) scale(1);
  -webkit-transform:rotateY(0deg) scale(1);
  transition:all .6s;
  -webkit-transition:all .6s;
  opacity:.7;
}

#abmext:hover .modeff {
  transform:rotateY(360deg) scale(1.1);
  -webkit-transform:rotateY(360deg) scale(1.1);
  box-shadow:0 0 12px #000;
  -webkit-box-shadow:0 0 12px #000;
}

.tipmext {
  display:inline-block;
  position:relative;
  width:250px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100%;
  margin-right:-50px;
  top:-40px;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.tipmext:hover {
  display:inline-block;
  position:relative;
  width:250px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_on.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100%;
}

.myamazonext {
  display:inline-block;
  position:relative;
  width:250px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100%;
  margin-left:-50px;
  top:-40px;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.myamazonext:hover {
  display:inline-block;
  position:relative;
  width:250px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_on.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100%;
}

.modavat {
  display:inline-block;
  position:relative;
  width:206px;
  height:218px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_havatar.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:top center;
  top:11px;
  z-index:999;
  overflow:hidden;
  text-align:center;
}

.modavat img {
  display:block;
  width:182px;
  height:182px;
  margin:17px auto 10px 12px;
  border-radius:50%;
  -webkit-border-radius:50%;
  opacity:.7;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.modavat:hover img {
  display:block;
  width:182px;
  height:182px;
  margin:17px auto 10px 12px;
  border-radius:50%;
  -webkit-border-radius:50%;
  opacity:1;
}  
}

.profile_section_content {
  color:#5c0c0c;
  border:0 none #;
  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 {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -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-color:#BCEC76;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -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;
}

.content {
  padding:5px;
}

#abme {
  display:block;
  width:90%;
  height:86px;
  margin:10px auto;
  text-align:center;
}

.tipmeoffline {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.tipmeoffline:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_btred_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}

.myamazon {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_off.png);
  background-repeat:no-repeat;
  background-position:top center;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.myamazon:hover {
  display:inline-block;
  width:300px;
  height:83px;
  background:url(https://editbio.files.wordpress.com/2016/01/cssmfc_bama_on.png);
  background-repeat:no-repeat;
  background-position:top center;
}