@charset "UTF-8";

@font-face {
  font-family:"Caviar Dreams";
  src:url(http://clobba.github.io/webfonts/caviardreams-webfont.eot?) format("eot"),url(http://clobba.github.io/webfonts/caviardreams-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/caviardreams-webfont.ttf) format("truetype");
}

@font-face {
  font-family:"Caviar Dreams Bold";
  src:url(http://clobba.github.io/webfonts/caviardreams_bold-webfont.eot?) format("eot"),url(http://clobba.github.io/webfonts/caviardreams_bold-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/caviardreams_bold-webfont.ttf) format("truetype");
}

@font-face {
  font-family:'bira';
  src:url(http://clobba.github.io/webfonts/bira-webfont.eot);
  src:url(http://clobba.github.io/webfonts/bira-webfont.eot?#iefix) format("embedded-opentype"),url(http://clobba.github.io/webfonts/bira-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/bira-webfont.ttf) format("truetype"),url(http://clobba.github.io/webfonts/bira-webfont.svg) format("svg");
}

@font-face {
  font-family:'MuseoSans 500';
  src:url(http://clobba.github.io/webfonts/MuseoSans_500-webfont.eot);
  src:url(http://clobba.github.io/webfonts/MuseoSans_500-webfont.eot?#iefix) format("embedded-opentype"),url(http://clobba.github.io/webfonts/MuseoSans_500-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/MuseoSans_500-webfont.ttf) format("truetype"),url(http://clobba.github.io/webfonts/MuseoSans_500-webfont.svg) format("svg");
}

@font-face {
  font-family:'diamondsregular';
  src:url(http://clobba.github.io/webfonts/diamondsregular-webfont.eot);
  src:url(http://clobba.github.io/webfonts/diamondsregular-webfont.eot?#iefix) format("embedded-opentype"),url(http://clobba.github.io/webfonts/diamondsregular-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/diamondsregular-webfont.ttf) format("truetype"),url(http://clobba.github.io/webfonts/diamondsregular-webfont.svg) format("svg");
}

@font-face {
  font-family:'diamondsblack';
  src:url(diamondsblack-webfont.eot);
  src:url(http://clobba.github.io/webfonts/diamondsblack-webfont.eot?#iefix) format("embedded-opentype"),url(http://clobba.github.io/webfonts/diamondsblack-webfont.woff2) format("woff2"),url(http://clobba.github.io/webfonts/diamondsblack-webfont.woff) format("woff"),url(http://clobba.github.io/webfonts/diamondsblack-webfont.ttf) format("truetype"),url(http://clobba.github.io/webfonts/diamondsblack-webfont.svg#diamondsblack) format("svg");
  font-weight:normal;
  font-style:normal;
}

body {
  font-family:"Caviar Dreams Bold",Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:1rem;
  line-height:1;
  color:#980FD3;
  background-color:#F2EFEA;
  background:url(https://img.mfcimg.com/photos2/194/19423178/786-881-343-741-9229284.png),url(https://img.mfcimg.com/photos2/194/19423178/423-837-863-476-9228944.png);
  background-position:top left,bottom left;
  background-repeat:no-repeat,no-repeat;
  background-attachment:local,fixed;
  background-size:100%,100%;
  margin-top:185px;
  text-shadow:0 0 2px #F2EFEA,0 0 4px #F2EFEA,0 0 6px #F2EFEA;
}

a,a:visited {
  color:#0088cc;
  text-decoration:none;
}

a:hover,a:focus {
  color:#AE34E3;
  text-decoration:underline;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#profile_header_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_schedule,#profile_friends {
}

.wall_post_time {
  font-size:9px;
  display:none;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background-repeat:no-repeat;
  background-image:url(https://img.mfcimg.com/photos2/194/19423178/311-516-788-436-9229258.jpg);
  background-color:rgba(229,180,250,0.30);
  background-position:0 0;
  box-shadow:0 0 20px 3px #980FD3;
  font-size:.875em;
  line-height:1.25;
  border-radius:3px;
  -webkit-border-radius:3px;
  -webkit-box-shadow:0 0 20px 3px #980FD3;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(152,15,211,0.10);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(152,15,211,0.10);
  transition:all .3s;
  -webkit-transition:all .3s;
  margin-top:-20px;
  margin-left:10px;
}

#profile_avatar:hover {
  transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  color:#980FD3;
  height:40px;
  font-size:1.065rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:auto;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
}

.photo_gallery_previews {
  text-align:center;
}

#tags_container {
  display:none;
}

textarea {
  margin:10px 15px;
  width:760px!important;
  background:#f1f1f1;
  -moz-box-shadow:0 0 4px #333 inset;
  -webkit-box-shadow:0 0 4px #333 inset;
  box-shadow:0 0 4px #333 inset;
  border:1px solid #ccc;
  padding:5px;
  color:#000;
  font-size:14px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
  outline-style:none;
}

textarea:hover {
  margin:10px 15px;
  width:760px!important;
  background:#fff;
  -moz-box-shadow:0 0 4px #ccc inset;
  -webkit-box-shadow:inset 0 0 4px #F2EFEA;
  box-shadow:inset 0 0 4px #F2EFEA;
  border:1px solid #666;
  padding:5px;
  color:#333;
}

.profile_section_background {
  border:1px solid rgba(46,42,255,0.30);
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #FFFFFF;
  border-radius:50%;
  margin-top:-7px;
  margin-right:3px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.0);
  width:60px;
  height:60px;
}

.wall_post_info {
  border-bottom:1px solid #999;
  margin-left:42px;
}

.wall_post_info:link {
  color:#900;
  text-decoration:none;
}

.wall_post_info:visited {
  color:#900;
  text-decoration:none;
}

.wall_post_info:active {
  color:#900;
  text-decoration:none;
}

.wall_post_info a:hover {
  color:#333;
  text-decoration:none;
}

.wall_post_info a:hover::after {
  content:' â† Go to Profile';
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  color:#666;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 1px 0 #777777;
  -moz-box-shadow:0 1px 0 #777777;
  box-shadow:0 1px 0 #777777;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 10px 10px;
  width:815px;
  color:#8b0243;
}

.wall_post_body embade {
  display:block;
  float:left;
  width:100%;
  height:auto;
}

.wall_post_body iframe {
  display:block;
  float:left;
  width:100%;
  height:auto;
}

.scr::-webkit-scrollbar {
  width:8px;
  height:5px;
}

.scr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.scr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#e5b4fa;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.scr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(192,88,237,0.40);
  border:1px solid #333;
}

#StudioHeader {
  display:block;
  position:absolute;
  top:-505px;
  left:-5px;
  width:919px;
  height:432px;
  padding:10px;
  background:rgba(102,102,102,0.0);
  border:1px solid rgba(51,51,51,0.0);
}

#sci {
  display:inline-block;
  float:right;
  margin-right:12px;
  margin-top:4px;
  position:relative;
  background:#;
  padding:5px 1px;
}

.amz {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/904-584-742-571-9235640.png) no-repeat;
  background-position:0 0;
  opacity:.3;
}

.oft {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/904-584-742-571-9235640.png) no-repeat;
  background-position:-50px 0;
  opacity:.3;
}

.ig {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/904-584-742-571-9235640.png) no-repeat;
  background-position:-100px 0;
  opacity:.3;
}

.sk {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/904-584-742-571-9235640.png) no-repeat;
  background-position:-150px 0;
  opacity:.3;
}

.tw {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/904-584-742-571-9235640.png) no-repeat;
  background-position:-200px 0;
  opacity:.3;
}

.amz:hover,.oft:hover,.ig:hover,.sk:hover,.ml:hover,.tw:hover {
  opacity:1;
}

.amz,.oft,.ig,.sk,.ml,.tw {
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

/*** Upgrade ***/
#hdNav {
  display:block;
  text-align:center;
  height:50px;
}

#hdNav a {
  display:inline-block;
  position:relative;
  top:-10px;
  padding:15px 11px;
  font-size:15px;
  color:#fff;
  text-decoration:none;
  font-family:'diamondsblack'!important;
  border-left:1px solid rgba(102,102,102,.0);
  border-right:1px solid rgba(102,102,102,.0);
  text-shadow:none!important;
}

#hdNav a:visited {
  color:#fff;
  text-decoration:none;
}

#hdNav a:hover {
  background-color:rgba(229,180,250,1.00);
  color:#980FD3;
  text-decoration:none;
  text-shadow:0 0 2px #F2EFEA,0 0 4px #F2EFEA,0 0 6px #F2EFEA;
  border-left:1px solid rgba(192,88,237,1.00);
  border-right:1px solid rgba(192,88,237,1.00);
}

#hdNav a:active {
  color:#fff;
  text-decoration:none;
}

#AboutMe {
  display:block;
  height:325px;
  padding-bottom:10px;
  width:100%;
  background-color:#F2EFEA;
  overflow:hidden;
  margin-top:10px;
}

#AboutNam {
  display:block;
  margin-top:0;
  padding:10px;
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  font-size:22px;
  color:#980FD3;
  text-indent:22px;
}

#AboutContent {
  display:block;
  padding:10px;
  margin:10px auto 5px;
  height:250px;
  overflow:auto;
  background-color:#E5B4FA;
  width:85%;
  background-image:url(https://img.mfcimg.com/photos2/194/19423178/325-473-874-812-9235299.png);
  background-position:98% center;
  background-repeat:no-repeat;
}

#AboutMe p {
  margin-left:20px;
  width:80%;
  float:left;
  text-align:center;
  line-height:1.3rem;
}

#AboutMe p span {
  font-weight:900;
  text-transform:uppercase;
  font-size:1.5rem;
  line-height:1.5rem;
  color:#C058ED;
  text-shadow:0 0 2px #F2EFEA,0 0 2px #F2EFEA,0 0 4px #F2EFEA,0 0 4px #F2EFEA,0 0 6px #F2EFEA,0 0 6px #F2EFEA!important;
}

#TipMenu {
  display:block;
  height:325px;
  padding-bottom:10px;
  width:100%;
  background-color:#F2EFEA;
  overflow:hidden;
/* [disabled]margin-top: 10px; */
}

#TipNam {
  display:block;
  margin-top:0;
  padding:10px;
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  font-size:22px;
  color:#980FD3;
  text-indent:22px;
}

#TipContent {
  display:block;
  padding:10px;
  margin:10px auto;
  height:250px;
  overflow:auto;
  background-color:#E5B4FA;
  width:85%;
}

.tiprequest {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:0 solid #E5B4FA;
  font-size:15px;
  color:#980FD3;
  background:rgba(100%,100%,100%,0.5);
  font-weight:normal;
  font-family:"Caviar Dreams Bold"!important;
  text-shadow:0 1px 0 #fff;
}

.tiprequest:hover {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  border-left:5px solid #980FD3;
  font-size:15px;
  color:#C058ED;
  text-indent:7px;
  background:rgba(100%,100%,100%,0.9);
}

.price {
  display:block;
  float:right;
}

.tiprequest,.buy,.ttipers {
  transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  -webkit-transition:all .4s;
}

.price > a {
  display:block;
  padding:4px 14px;
  background-color:#AE34E3;
  color:#F2EFEA;
  border:1px solid #E5B4FA;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:5px;
}

.price > a:visited {
  display:block;
  padding:4px 14px;
  background:#C06;
  color:#F2EFEA;
  border:1px solid #ccc;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  margin-top:-3px;
  margin-right:5px;
}

.price > a:hover {
  display:block;
  padding:4px 14px;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
  color:#C058ED;
  border:1px solid #ccc;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #fff;
}

.price > a:active {
  display:block;
  padding:4px 14px;
  background:linear-gradient(to bottom,#f1f1f1 0%,#dfdfdf 100%)repeat scroll 0 0 rgba(0,0,0,0);
  color:#E5B4FA;
  border:1px solid #ccc;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #fff;
}

#Video {
  display:block;
  height:325px;
  padding-bottom:10px;
  width:100%;
  background-color:#F2EFEA;
  overflow:hidden;
/* [disabled]margin-top: 10px; */
}

#VidNam {
  display:block;
  margin-top:0;
  padding:10px;
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  font-size:22px;
  color:#980FD3;
  text-indent:22px;
}

#VidCorp {
  display:block;
  padding:10px;
  background:#;
  margin:10px auto;
  height:250px;
  overflow:auto;
  width:85%;
}

.vds {
  display:inline-block;
  width:98%;
  padding:5px;
  margin:0 auto;
  border-bottom:1px solid #C058ED;
  background-color:#E5B4FA;
}

.vds:hover {
  background-color:#D180F4;
}

.vds img {
  display:inline-block;
  width:300px;
  height:54px;
  margin-right:22px;
  position:relative;
  top:0;
  left:5px;
  float:left;
  transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
}

.vds:hover img {
  transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  box-shadow:0 0 6px #000;
  -moz-box-shadow:0 0 6px #000;
  -webkit-box-shadow:0 0 6px #000;
}

.vds >.ginfo {
  display:inline-block;
  float:right;
  width:250px;
  margin-top:18px;
  margin-right:5px;
}

.price2:link,.price2:active,.price2:visited {
  display:inline-block;
  padding:5px 21px;
  background-color:#980FD3;
  color:#F2EFEA;
  text-shadow:0 1px 0 #fff;
  float:left;
  text-align:center;
  margin-left:46px;
  text-decoration:none;
  font-size:13px;
  border-radius:3px;
  -webkit-border-radius:3px;
  border:1px solid #F2EFEA;
  transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  text-shadow:none;
  margin-top:-5px;
}

.price2:hover {
  background-color:#E5B4FA;
  color:#980FD3;
  text-decoration:none;
}

.qualit2 {
  display:inline-block;
  padding:2px 5px;
  background-color:#AE34E3;
  float:left;
  text-align:center;
  font-size:12px;
  color:#fff;
  font-weight:bold;
  border-radius:3px;
  -webkit-border-radius:3px;
  transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
}

.leng2 {
  display:inline-block;
  padding:2px 5px;
  background-color:#AE34E3;
  float:right;
  text-align:center;
  font-size:12px;
  color:#fff;
  font-weight:bold;
  border-radius:3px;
  -webkit-border-radius:3px;
  transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
}

.ginfo:hover>.qualit2 {
  background-color:#E5B4FA;
  text-shadow:0 1px 0 #000;
}

.ginfo:hover>.leng2 {
  background-color:#E5B4FA;
  text-shadow:0 1px 0 #000;
}

#TopTippers {
  display:block;
  height:400px;
  padding-bottom:5px;
  width:100%;
  background:#f1f1f1;
  overflow:hidden;
}

#TopTipNam {
  display:block;
  margin-top:0;
  padding:10px;
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  font-size:22px;
  color:#980FD3;
  text-indent:22px;
}

#TopTipContent {
  display:block;
  padding:10px;
  margin:-50px 10px 10px;
  height:300px;
  overflow:auto;
}

.ttipers {
  display:inline-block;
  width:198px;
  height:165px;
  margin:3px;
  padding:7px 3px;
  color:#C058ED;
  border:1px solid rgba(209,128,244,1.00);
  border-radius:3px;
  -moz-border-radius:3px;
  -o-border-radius:3px;
  -ms-border-radius:3px;
  -webkit-border-radius:3px;
  overflow:auto;
  text-align:center;
}

.ttipers:hover {
  border:1px solid #E5B4FA;
  box-shadow:0 0 6px #AE34E3;
  -moz-box-shadow:0 0 6px #333;
  -ms-box-shadow:0 0 6px #333;
  -o-box-shadow:0 0 6px #333;
  -webkit-box-shadow:0 0 6px #AE34E3;
}

.ttipers > p {
  display:block;
  line-height:13px;
  margin-bottom:-4px;
}

.ttipers > p:hover {
  display:block;
  line-height:13px;
  color:#980FD3;
}

.tlogo {
  display:block;
  text-align:center;
  height:195px;
  background:url(https://img.mfcimg.com/photos2/194/19423178/352-797-197-754-9235513.png) no-repeat;
  background-size:100%;
  background-position:top center;
  margin-top:0;
  margin-bottom:0;
}

#Store {
  display:block;
  height:325px;
  padding-bottom:5px;
  width:100%;
  background:#f1f1f1;
  overflow:hidden;
/* [disabled]margin-top: 10px; */
  bottom:10px;
}

#StoreNam {
  display:block;
  margin-top:0;
  padding:10px;
  background-color:#D180F4;
  font-family:'diamondsblack'!important;
  font-size:22px;
  color:#980FD3;
  text-indent:22px;
}

#StoreCorp {
  display:block;
  padding:10px;
  background:#;
  margin:10px auto;
  height:250px;
  overflow:auto;
  width:85%;
}

.noshow {
  display:none;
  opacity:0;
  width:1px;
  height:1px;
}