@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#56c9c1;
  color:#000000;
  font-family:'MS Sans Serif';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
  background-position:top left;
  background-attachment:scroll;
  background-repeat:repeat-y;
  background-image:url(https://img.mfcimg.com/backgrounds/10091.jpg);
}

.profile_section_content {
  color:#000000;
  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;
}

#spmewrap {
  display:inline-block;
  width:700px;
  height:180px;
  padding:5px;
  margin:10px;
  border:5px solid rgba(0,102,153,.5);
  background:url(http://mfcdesign.files.wordpress.com/2013/11/bgs.png) no-repeat;
}

#spcon {
  display:inline-block;
  width:670px;
  height:150px;
  padding:5px;
  margin:10px;
  overflow:hidden;
}

.otip {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/of0.png) no-repeat;
  color:#fff;
  text-align:center;
  position:relative;
  top:-120px;
}

.otip:hover,.otip:focus {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/of1.png) no-repeat;
  color:#09C;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transition:all .5s;
  position:relative;
  top:-20px;
}

.amaz {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/am0.png) no-repeat;
  color:#fff;
  text-align:center;
  position:relative;
  top:-120px;
}

.amaz:hover,.amaz:focus {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/am1.png) no-repeat;
  color:#09C;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transition:all .5s;
  position:relative;
  top:-20px;
}

.wish {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/wl0.png) no-repeat;
  color:#fff;
  text-align:center;
  position:relative;
  top:-120px;
}

.wish:hover,.wish:focus {
  display:inline-block;
  width:140px;
  height:140px;
  background:url(http://mfcdesign.files.wordpress.com/2013/11/wl1.png) no-repeat;
  color:#09C;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
  -webkit-transition:all .5s;
  position:relative;
  top:-20px;
}

.nfoi {
  display:inline-block;
  width:210px;
  height:130px;
  background:rgba(0,102,153,.5);
  color:#0CF;
  text-align:left;
  top:-10px;
  font-size:13px;
  float:right;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:5px solid #888;
  padding:5px;
  text-shadow:0 1px 0 #000;
}