@charset "UTF-8";

@media only screen and (max-width: 728px) {
  [class*="clgrid-"] {
    width:100%;
  }
  
  .menu {
    background-image:none;
  }
  
  .abme,h1.hders,.box,.clename,.clename p,.premiums p {
    font-size:15px;
    font-family:Tahoma,Geneva,sans-serif;
    font-weight:normal;
  }
  
  .premiums,.box,.abme {
    height:auto;
  }
  
  .menu {
    background-color:transparent;
    border-bottom-width:0;
  }
  
  .menu a,.menu a:visited,.menu a:hover,.menu a:active,.menu a:focus {
    display:block;
    width:90%;
    height:auto;
    margin:1px auto;
    text-align:center;
  }
  
  .buy a,.buy a:visited {
    display:block;
    width:90%;
    height:auto;
    margin:6px auto 5px;
    padding:7px 12px;
    text-align:center;
    border:1px solid rgb(204,204,204);
    text-decoration:none;
    font-size:13px;
  }
  
  .buy a:hover {
    border:1px dotted rgb(51,51,51);
    text-decoration:underline;
  }
  
  .rrules {
    display:block;
    width:97%;
    padding:10px 11px 12px;
    margin:10px auto 20px;
  }
  
  p,hr,h1,h2,h3,h4,h5,h6,ol,ul,img {
    line-height:normal;
  }
  
  .box p {
    line-height:normal;
  }
  
  .rdt span {
    margin:1px auto;
  }
  
  .additional,.additional p {
    font-size:14px;
  }
  
  .clesas,.clesas p {
    text-align:center;
  }
  
  .theader {
    background-color:rgba(255,255,255,0.8);
  }
  
  .social {
    position:relative;
    margin:0 auto 2px;
    text-align:center;
    padding:4px 0;
  }
  
  .social {
    background-image:none;
  }
  
  .social img {
    display:block;
    opacity:.6;
    width:50px;
    height:auto;
    margin:0 auto;
  }
  
  .social img:hover {
    display:block;
    opacity:1;
    width:50px;
    height:auto;
    margin:0 auto;
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }
  
  100% {
    transform:scale(1);
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    transform:scale(0.6);
  }
  
  100% {
    transform:scale(1);
  }
}

* {
  box-sizing:border-box;
}

html {
}

body {
  width:93%;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  -webkit-font-smoothing:antialiased;
  background-color:rgb(255,255,255);
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/backgrounds/bg_main.jpg);
  background-size:cover;
  background-position-x:50%;
  background-position-y:50%;
  background-attachment:fixed;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
  font-size:16px;
}

a,a:visited {
  color:rgb(255,102,153);
  text-decoration:none;
}

a:hover {
  color:rgb(0,153,204);
  text-decoration:none;
}

.clgrid-1 {
  width:8.33%;
}

.clgrid-2 {
  width:16.66%;
}

.clgrid-3 {
  width:32%;
}

.clgrid-4 {
  width:33.33%;
}

.clgrid-4_half {
  width:27.33%;
}

.clgrid-5 {
  width:41.66%;
}

.clgrid-6 {
  width:50%;
}

.clgrid-7 {
  width:58.33%;
}

.clgrid-8 {
  width:66.66%;
}

.clgrid-9 {
  width:75%;
}

.clgrid-10 {
  width:83.33%;
}

.clgrid-11 {
  width:91.66%;
}

.clgrid-12 {
  width:100%;
}

[class*="clgrid-"] {
  float:left;
  padding-top:8px;
  padding-right:8px;
  padding-bottom:8px;
  padding-left:8px;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

[class*="no"] {
  float:left;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
}

.clrow::after {
  clear:both;
  display:block;
}

.tcenter {
  text-align:center;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

p,hr,h1,h2,h3,h4,h5,h6,ol,ul,img {
  margin-bottom:10px;
  line-height:normal;
}

.xcr::-webkit-scrollbar {
  width:8px;
}

.xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:rgba(0,0,0,0.298039) 0 0 6px inset;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom-left-radius:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(255,102,204);
  -webkit-box-shadow:rgba(0,0,0,0.498039) 0 0 6px inset;
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(204,0,0,0.4);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.menu {
  background-color:rgb(34,34,34);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(255,153,204);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
}

.menu a,.menu a:visited,.menu a:hover,.menu a:active,.menu a:focus {
  display:inline-block;
  padding-top:8px;
  padding-right:12px;
  padding-bottom:8px;
  padding-left:12px;
  text-align:center;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.imgresponsive img {
  display:block;
  width:100%;
  height:auto;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:initial;
  border-right-style:initial;
  border-bottom-style:initial;
  border-left-style:initial;
  border-top-color:initial;
  border-right-color:initial;
  border-bottom-color:initial;
  border-left-color:initial;
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.abme {
  height:450px;
  float:none;
  clear:both;
  font-size:20px;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

h1.hders {
  font-size:3.555vw;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.box {
  height:350px;
  overflow-x:auto;
  overflow-y:auto;
  background-color:rgba(255,255,255,0.4);
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.treq {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
}

.treq:hover {
  background-color:rgb(241,241,241);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.buy a,.buy a:visited {
  display:block;
  padding-top:7px;
  padding-right:12px;
  padding-bottom:7px;
  padding-left:12px;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  text-decoration:none;
}

.buy a:hover {
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:dotted;
  border-right-style:dotted;
  border-bottom-style:dotted;
  border-left-style:dotted;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.rrules {
  display:block;
  width:80%;
  padding-top:20px;
  padding-right:40px;
  padding-bottom:33px;
  padding-left:40px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  text-align:center;
}

.box p {
  line-height:normal;
}

.item {
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
}

.item:hover {
  background-color:rgb(241,241,241);
  box-shadow:rgb(153,153,153) 0 0 5px;
  -webkit-box-shadow:rgb(153,153,153) 0 0 5px;
}

.item img {
  display:block;
  margin-top:0;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  background-color:rgb(0,0,51);
}

.clename {
  display:block;
  font-size:17px;
  font-weight:bold;
  color:rgb(85,85,85);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
}

.item:hover .clename {
  display:block;
  font-size:17px;
  font-weight:bold;
  color:rgb(85,85,85);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.rdt span {
  padding-top:5px;
  padding-right:11px;
  padding-bottom:5px;
  padding-left:11px;
  text-align:center;
  background-color:rgb(51,51,51);
  color:rgb(255,102,204);
  font-size:12px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  margin-top:3px;
  margin-right:auto;
  margin-bottom:2px;
  margin-left:auto;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
}

.ibuy a,.ibuy a:visited {
  display:inline-block;
  padding-top:5px;
  padding-right:11px;
  padding-bottom:5px;
  padding-left:11px;
  text-align:center;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:auto;
  margin-bottom:2px;
  margin-left:auto;
  background-color:rgb(34,34,34);
  color:rgb(204,204,204);
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.ibuy a:hover {
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(51,51,51);
  border-right-color:rgb(51,51,51);
  border-bottom-color:rgb(51,51,51);
  border-left-color:rgb(51,51,51);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(17,17,17);
  color:rgb(255,255,255);
  text-decoration:none;
}

.clfooter {
  background-color:rgb(34,34,34);
  border-top-width:5px;
  border-top-style:solid;
  border-top-color:rgb(255,153,204);
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}

.clfooter p {
  color:rgb(102,102,102);
}

.clfooter h1 {
  color:rgb(153,153,153);
}

.credits {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
  font-size:14px;
}

.credits .hrz {
  display:block;
  width:100%;
  height:1px;
  background-color:rgb(17,17,17);
  box-shadow:rgb(51,51,51) 0 1px 8px,rgb(34,34,34) 0 1px 1px;
  -webkit-box-shadow:rgb(51,51,51) 0 1px 8px,rgb(34,34,34) 0 1px 1px;
}

.premiums {
  height:350px;
  overflow-x:auto;
  overflow-y:auto;
}

.premiums p {
  display:block;
  width:90%;
  height:auto;
  font-size:17px;
  margin-top:1px;
  margin-right:auto;
  margin-bottom:1px;
  margin-left:auto;
  padding-top:8px;
  padding-right:10px;
  padding-bottom:8px;
  padding-left:10px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(241,241,241);
  line-height:normal;
  font-family:"century gothic","camgirl live editor",Tahoma,Geneva,sans-serif;
}

.premiums p:hover {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
  background-color:rgb(241,241,241);
}

.tab #hire {
  display:none;
  animation-duration:1.2s;
  animation-timing-function:ease-in-out;
  animation-delay:initial;
  animation-iteration-count:initial;
  animation-direction:initial;
  animation-fill-mode:initial;
  animation-play-state:initial;
  animation-name:fadeInScale;
  z-index:500;
  font-size:20px;
  color:rgb(136,136,136);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

.tab #hire:target {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
  background-color:rgba(0,0,0,0.901961);
  z-index:1001;
}

.additional {
  padding-top:25px;
  padding-right:25px;
  padding-bottom:25px;
  padding-left:25px;
}

#hire .close a:link,#hire .close a:visited {
  right:0;
  top:0;
  width:40px;
  height:30px;
  padding-top:3px;
  padding-right:0;
  padding-bottom:3px;
  padding-left:0;
  overflow-x:hidden;
  overflow-y:hidden;
  line-height:normal;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  font-size:15px;
  color:rgba(255,255,255,0);
  opacity:.5;
  text-decoration:none;
  text-align:left;
  background-image:url(https://leroy799.files.wordpress.com/2017/02/6a6e221a933d3e56b37aeaebd457d175.png);
  background-size:20px 20px;
  background-position-x:0;
  background-position-y:0;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

#hire .close a:hover {
  width:40px;
  height:30px;
  color:rgb(0,0,0);
  text-decoration:none;
  opacity:1;
  background-image:none;
  text-align:left;
  padding-right:10px;
}

.designer h1 {
  display:block;
  font-size:30px;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  line-height:normal;
  margin-top:0;
  margin-right:0;
  margin-bottom:0;
  margin-left:0;
  text-indent:28px;
  text-transform:uppercase;
}

.wrp {
  display:table;
  width:100%;
  background-color:rgb(241,241,241);
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgb(204,204,204);
}

.designer {
  display:table;
  width:80%;
  height:auto;
  float:none;
  clear:both;
  position:relative;
  margin-top:3%;
  margin-right:auto;
  margin-bottom:2%;
  margin-left:auto;
  background-color:rgb(255,255,255);
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  box-shadow:rgb(0,0,0) 0 6px 7px -6px;
}

.designer p {
  font-size:16px;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

.clesas {
  height:50px;
  overflow-x:hidden;
  overflow-y:hidden;
  font-size:11px;
  color:rgb(102,102,102);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  opacity:0;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.seal:hover .clesas {
  opacity:1;
}

.clesas p {
  display:block;
  width:90%;
  height:20px;
  margin-top:0;
  margin-right:-400px;
  margin-bottom:auto;
  margin-left:auto;
  font-size:11px;
  transition-duration:.4s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.seal:hover .clesas p {
  display:block;
  width:90%;
  height:20px;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.topbutton img {
  margin-top:40px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.topbutton img:hover {
  margin-top:30px;
  margin-right:auto;
  margin-bottom:20px;
  margin-left:auto;
  -webkit-box-reflect:below -7px -webkit-linear-gradient(bottom,rgba(255,255,255,0.901961) 0%,transparent 50%,transparent 100%);
}

.goup p {
  display:block;
  text-align:center;
  clear:both;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background-image:url(https://mfcpro.files.wordpress.com/2014/06/top1.png);
  background-position-x:initial;
  background-position-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
  background-size:100%;
  text-align:center;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:dotted;
  border-right-style:dotted;
  border-bottom-style:dotted;
  border-left-style:dotted;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  top:10px;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  overflow-x:hidden;
  overflow-y:hidden;
  opacity:.7;
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom-right-radius:20px;
  border-bottom-left-radius:20px;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(0,0,0);
  border-right-color:rgb(0,0,0);
  border-bottom-color:rgb(0,0,0);
  border-left-color:rgb(0,0,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  top:-5px;
  opacity:1;
  filter:none;
  box-shadow:rgb(0,0,0) 0 3px 8px;
  -webkit-box-shadow:rgb(0,0,0) 0 3px 8px;
}

.reflect img {
  -webkit-box-reflect:below -17px -webkit-linear-gradient(bottom,rgba(255,255,255,0.298039) 0%,transparent 50%,transparent 100%);
}

.social {
  background-color:rgb(34,34,34);
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:rgb(255,153,204);
  color:rgb(102,102,102);
  text-align:center;
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
}

.social img {
  display:inline-block;
  width:80px;
  height:50px;
  opacity:.5;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.social img:hover {
  display:inline-block;
  width:80px;
  height:50px;
  -webkit-box-reflect:below -10px -webkit-linear-gradient(bottom,rgba(255,255,255,0.298039) 0%,transparent 50%,transparent 100%);
  opacity:1;
}

.hcards img {
  opacity:.6;
  height:auto;
  transition-duration:.3s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
}

.hcards img:hover {
  opacity:1;
  -webkit-box-reflect:below -10px -webkit-linear-gradient(bottom,rgba(255,255,255,0.298039) 0%,transparent 50%,transparent 100%);
}

.profile_section_content {
  color:rgb(102,102,102);
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  margin-top:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-left:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  box-shadow:rgb(119,119,119) 0 0 0;
}

.profile_section_background {
  background-color:transparent;
  opacity:1;
}

.img_radius_shadow {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  box-shadow:rgb(119,119,119) 0 0 0;
}

.profile_section_content .heading {
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
  background-color:rgb(128,128,128);
  color:rgb(255,255,255);
  font-family:"Century Gothic",Verdana,Geneva,"Camgirl Live Editor",sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-box-shadow:rgb(119,119,119) 0 0 0;
  box-shadow:rgb(119,119,119) 0 0 0;
  text-shadow:rgb(119,119,119) 0 0 0;
  display:none;
}

.content {
  padding-top:5px;
  padding-right:5px;
  padding-bottom:5px;
  padding-left:5px;
}

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

#about_me_label {
  display:none;
}

#avatar_holder,#status_container,#blurb_container,#unix_last_broadcast_container,#unix_last_updated_container {
  display:none;
}

#header_bar,#footer_bar,#profile_main_photo,#tags_container,#about_me_label,#cam_score_container,#profile_friends .heading,#friends_container,#profile_header,#profile_about_me > .heading,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

#about_me_container span#about_me_label,#profile_friends .heading,#profile_friends #friends_container,#profile_friends #favorite_models_container,#profile_about_me #tags_container,#profile_schedule,#profile_about_me div#occupation_container {
  display:none;
}

#about_me_value {
}

frame {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

iframe {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

embade {
  display:block;
  width:99%;
  height:450px;
  margin-top:5px;
  margin-bottom:5px;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  width:90%;
  position:relative;
  background-color:rgb(241,241,241);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:rgb(85,85,85);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:initial;
  transition-property:width;
  padding-top:12px;
  padding-right:12px;
  padding-bottom:12px;
  padding-left:12px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(241,241,241);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  color:rgb(68,68,68);
}

textarea:focus {
  transition-duration:.4s;
  transition-timing-function:ease-in-out;
  transition-delay:initial;
  transition-property:height;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding-top:15px;
  padding-right:15px;
  padding-bottom:15px;
  padding-left:15px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0.498039);
  color:rgb(255,255,255);
  margin-top:10px;
  margin-right:auto;
  margin-bottom:10px;
  margin-left:auto;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  outline-color:initial;
  outline-width:initial;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background-color:rgb(241,241,241);
  margin-top:1px;
  margin-left:-5px;
  transition-duration:.3s;
  transition-timing-function:ease;
  transition-delay:initial;
  transition-property:all;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgba(255,255,255,0);
  border-right-color:rgba(255,255,255,0);
  border-bottom-color:rgba(255,255,255,0);
  border-left-color:rgba(255,255,255,0);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background-color:rgb(204,204,204);
  box-shadow:rgb(153,153,153) 0 0 6px;
  -webkit-box-shadow:rgb(153,153,153) 0 0 6px;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom-width:1px;
  border-bottom-style:dotted;
  border-bottom-color:rgb(102,102,102);
}

div.wall_post {
  display:block;
  font-size:18px;
  background-color:rgba(255,255,255,0.701961);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:25px;
  margin-right:auto;
  margin-bottom:25px;
  margin-left:auto;
  padding-top:10px;
  padding-right:17px;
  padding-bottom:10px;
  padding-left:17px;
  color:rgb(102,102,102);
  border-top-left-radius:7px;
  border-top-right-radius:7px;
  border-bottom-right-radius:7px;
  border-bottom-left-radius:7px;
  transition-duration:.9s;
  transition-timing-function:initial;
  transition-delay:initial;
  transition-property:all;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background-position-x:100%;
  background-position-y:0;
}

.wall_post a,.wall_post a:visited {
  color:rgb(68,68,68);
  text-decoration:none;
}

.wall_post a:hover {
  color:rgb(255,51,204);
  text-decoration:none;
}

div#comments {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  margin-top:30px;
  background-image:none;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:initial;
}

form#new_comment.hidden {
  padding-top:10px;
  padding-right:10px;
  padding-bottom:10px;
  padding-left:10px;
  background-image:initial;
  background-position-x:initial;
  background-position-y:initial;
  background-size:initial;
  background-repeat-x:initial;
  background-repeat-y:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgba(0,0,0,0);
  border-top-width:0;
  border-right-width:0;
  border-bottom-width:0;
  border-left-width:0;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(255,255,255);
  border-right-color:rgb(255,255,255);
  border-bottom-color:rgb(255,255,255);
  border-left-color:rgb(255,255,255);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  border-bottom-left-radius:8px;
  height:auto;
  margin-top:60px;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  background-color:rgba(255,255,255,0.701961);
  color:rgb(102,102,102);
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:4px;
  margin-left:auto;
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
}

p {
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  font-weight:300;
}

#profile_about_me {
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:0;
  margin-right:auto;
  margin-bottom:0;
  margin-left:auto;
}

.photo_gallery_count {
  color:rgb(119,119,119);
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:rgb(204,204,204);
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  font-weight:300;
}

#about_me_container,#about_me_value {
  font-family:"Century Gothic",Arial,Helvetica,"Camgirl Live Editor",sans-serif;
  visibility:visible;
}

#profile_friends {
  display:block;
  width:90%;
  color:rgb(102,102,102);
  padding-top:10px;
  padding-right:13px;
  padding-bottom:10px;
  padding-left:13px;
  background-color:rgba(255,255,255,0.701961);
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  font-size:15px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration:none;
  border-top-width:1px;
  border-right-width:1px;
  border-bottom-width:1px;
  border-left-width:1px;
  border-top-style:solid;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:solid;
  border-top-color:rgb(204,204,204);
  border-right-color:rgb(204,204,204);
  border-bottom-color:rgb(204,204,204);
  border-left-color:rgb(204,204,204);
  border-image-source:initial;
  border-image-slice:initial;
  border-image-width:initial;
  border-image-outset:initial;
  border-image-repeat:initial;
  background-color:rgb(17,17,17);
  color:rgb(68,68,68);
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding-top:11px;
  padding-right:22px;
  padding-bottom:11px;
  padding-left:22px;
  text-decoration:none;
  background-size:initial;
  background-attachment:initial;
  background-origin:initial;
  background-clip:initial;
  background-color:rgb(255,0,153);
  color:rgb(255,255,255);
  background-image:url(https://editbio.files.wordpress.com/2017/09/mic02.png);
  background-position-x:0;
  background-position-y:0;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

#profile_interests_content .label {
  display:block;
  width:90%;
  height:auto;
  margin-top:4px;
  margin-right:auto;
  margin-bottom:7px;
  margin-left:auto;
  padding-top:3px;
  padding-right:15px;
  padding-bottom:3px;
  padding-left:15px;
}

.dan202 {
  background-color:rgba(255,255,255,0.6);
}

#main {
  display:block;
  width:100%;
  height:auto;
  float:none;
  clear:both;
  padding-top:0;
  padding-right:0;
  padding-bottom:0;
  padding-left:0;
  margin-top:10px;
  margin-right:auto;
  margin-bottom:30px;
  margin-left:auto;
}

.clearfix::after {
  clear:both;
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clearfix {
  height:1%;
}