@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
  font-size:16px;
  line-height:1;
  color:#777;
  background:url(http://1.bp.blogspot.com/-MVbh09H80HQ/VSFmnPAND1I/AAAAAAAADI8/9BaajWrey_E/s1600/dark-hader.png),url(http://3.bp.blogspot.com/-_xzAOXKBiKQ/VSFmnG_39hI/AAAAAAAADI4/LVXvPUOKXf0/s1600/dark-footer.png);
  background-position:top left,bottom left;
  background-repeat:no-repeat,no-repeat;
  background-attachment:local,fixed;
  background-size:100%,100%;
  margin-top:170px;
  background-color:#111;
}

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

a:hover,a:focus {
  color:#888;
  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:rgba(0,0,0,1) url(http://s13.postimg.org/fbgv805rr/tinkerb3lla_bg_img.png) no-repeat;
  background-position:0 0;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
  border-radius:3px;
  -webkit-border-radius:3px;
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:#333;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
  transition:all .3s;
  -webkit-transition:all .3s;
  margin-top:-20px;
  margin-left:10px;
  border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
}

#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:#C06;
  color:#fff;
  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:0 0 4px #ccc inset;
  box-shadow:0 0 4px #ccc inset;
  border:1px solid #666;
  padding:5px;
  color:#333;
}

.profile_section_background {
  border:1px solid rgba(51,51,51,.3);
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #F4F4F4;
  border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  -webkit-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:3px solid rgba(100%,0%,40%,1);
  width:60px;
  height:60px;
  -webkit-filter:sepia(100%);
}

.wall_post_avatar:hover img {
  background:none repeat scroll 0 0 #F4F4F4;
  border-radius:50%;
  margin-top:-7px;
  margin-right:3px;
  border:3px solid #333;
  width:60px;
  height:60px;
  transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  -webkit-filter:none;
}

.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:#888;
  text-decoration:none;
  text-shadow:0 1px 0 #000;
}

.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:#ccc;
}

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

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

/*** Custom Code : Studio CSSMFC Productions ***/
.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:#C06;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.scr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(0,0,0,.4);
  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(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:0 0;
  opacity:.3;
}

.oft {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:-50px 0;
  opacity:.3;
}

.vsc {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:-100px 0;
  opacity:.3;
}

.sk {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:-150px 0;
  opacity:.3;
}

.ml {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:-200px 0;
  opacity:.3;
}

.tw {
  display:inline-block;
  width:46px;
  height:44px;
  background:url(http://3.bp.blogspot.com/-Ze4vG6ZSTs0/VSFmnwo58II/AAAAAAAADJA/8YtAZ_IkGnc/s1600/s.png) no-repeat;
  background-position:-250px -45px;
  opacity:.3;
}

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

.amz,.oft,.vsc,.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:-13px;
  padding:15px 13px;
  font-size:15px;
  text-decoration:none;
  font-family:Century Gothic;
  border-left:1px solid rgba(102,102,102,.0);
  border-right:1px solid rgba(102,102,102,.0);
}

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

#hdNav a:hover {
  background:rgba(0,0,0,.5);
  color:#ccc;
  text-decoration:none;
  border-left:1px solid rgba(102,102,102,1);
  border-right:1px solid rgba(102,102,102,1);
}

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

#TipMenu {
  display:block;
  height:600px;
  padding-bottom:5px;
  width:100%;
  background:#;
  overflow:hidden;
  margin-top:10px;
}

#TipNam {
  display:block;
  margin-top:0;
  padding:10px;
  background:#C06;
  font-size:22px;
  color:#fff;
  text-indent:22px;
}

#TipContent {
  display:block;
  padding:10px;
  background:#;
  margin:10px;
  height:500px;
  overflow:auto;
}

.tiprequest {
  display:block;
  padding-top:8px;
  padding-bottom:8px;
  border-left:0 solid #CCC;
  font-size:15px;
  color:#777;
  background:rgba(100%,100%,100%,0.1);
  font-weight:normal;
  font-family:Century Gothic;
  text-shadow:0 1px 0 #333;
  text-indent:11px;
}

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

.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:#C06;
  color:#fff;
  border:1px solid #ccc;
  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:#fff;
  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:#C06;
  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:#C06;
  border:1px solid #ccc;
  text-align:center;
  margin-top:-3px;
  margin-right:5px;
  text-shadow:0 1px 0 #fff;
}

#Video {
  display:block;
  height:600px;
  padding-bottom:5px;
  width:100%;
  background:#;
  overflow:hidden;
  margin-top:10px;
}

#VidNam {
  display:block;
  margin-top:0;
  padding:10px;
  background:#C06;
  font-size:22px;
  color:#fff;
  text-indent:22px;
}

#VidCorp {
  display:block;
  padding:10px;
  background:#;
  margin:10px;
  height:500px;
  overflow:auto;
}

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

.vds:hover {
  background:#f1f1f1;
}

.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:10px;
  margin-right:5px;
}

.price2:link,.price2:active,.price2:visited {
  display:inline-block;
  padding:5px 21px;
  background:#333;
  color:#f1f1f1;
  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 #ccc;
  transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  text-shadow:none;
  margin-top:-5px;
}

.price2:hover {
  background:#111;
  color:#fff;
  text-decoration:none;
}

.qualit2 {
  display:inline-block;
  padding:2px 5px;
  background:#333;
  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:#333;
  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:#F06;
  text-shadow:0 1px 0 #000;
}

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

#TopTippers {
  display:block;
  height:600px;
  padding-bottom:5px;
  width:100%;
  background:#;
  overflow:hidden;
  margin-top:10px;
}

#TopTipNam {
  display:block;
  margin-top:0;
  padding:10px;
  background:#C06;
  font-size:22px;
  color:#fff;
  text-indent:22px;
}

#TopTipContent {
  display:block;
  padding:10px;
  background:#;
  margin:10px;
  height:500px;
  overflow:auto;
}

.ttipers {
  display:inline-block;
  width:198px;
  height:300px;
  margin:3px;
  padding:7px 3px;
  color:#777;
  border:1px solid rgba(204,204,204,0);
  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 #333;
  box-shadow:0 0 9px #F06;
  -moz-box-shadow:0 0 9px #F06;
  -ms-box-shadow:0 0 9px #F06;
  -o-box-shadow:0 0 9px #F06;
  -webkit-box-shadow:0 0 9px #F06;
}

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

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

.tlogo {
  display:block;
  text-align:center;
  height:200px;
  margin-top:5px;
  margin-bottom:5px;
  background:url(https://mfcpro.files.wordpress.com/2015/04/ttipers_header.png) no-repeat;
  background-size:100%;
  background-position:top center;
}

#Store {
  display:block;
  height:600px;
  padding-bottom:5px;
  width:100%;
  background:#;
  overflow:hidden;
  margin-top:10px;
}

#StoreNam {
  display:block;
  margin-top:0;
  padding:10px;
  background:#C06;
  font-size:22px;
  color:#fff;
  text-indent:22px;
}

#StoreCorp {
  display:block;
  padding:10px;
  background:#;
  margin:10px;
  height:500px;
  overflow:auto;
}

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

#TopClubbers {
  display:block;
  height:800px;
  padding-bottom:5px;
  width:100%;
  background:rgba(255,255,255,.1);
  overflow:hidden;
  margin-top:10px;
}

#Clubbers {
  display:block;
  margin-top:0;
  padding:10px;
  background:#C06;
  font-size:22px;
  color:#fff;
  text-indent:22px;
}

.Club1 {
  display:inline-block;
  height:auto;
  padding:15px 18px;
  margin:0 auto;
  margin-top:22px;
  background:url(https://mfcdesign.files.wordpress.com/2014/10/bgstore.png);
  background-repeat:no-repeat;
  text-align:center;
  background-size:100%;
  margin-left:10px;
}

.Club2 {
  display:inline-block;
  height:auto;
  padding:15px 18px;
  margin:0 auto;
  margin-top:22px;
  margin-left:10px;
  background:url(https://mfcdesign.files.wordpress.com/2014/10/bgstore.png);
  background-repeat:no-repeat;
  text-align:center;
  background-size:100%;
}

/***flip***/
.flipper {
  display:inline-block;
  width:350px;
  height:250px;
  margin-right:15px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  background:none;
  padding:5px;
  margin-left:13px;
}

.shadow {
  -webkit-box-shadow:0 5px 10px -3px #333;
  -moz-box-shadow:0 5px 10px -3px #333;
  box-shadow:0 5px 10px -3px #333;
}

.f1_container {
  display:inline-block;
  position:relative;
  margin:1px auto;
  width:100%;
  height:100%;
}

.face.back {
  display:none;
}

.f1_container {
  -webkit-perspective:1000;
}

.f1_card {
  width:100%;
  height:100%;
  -webkit-transform-style:preserve-3d;
  -webkit-transition:all 1s linear;
  -moz-transform-style:preserve-3d;
  -moz-transition:all 1s linear;
  -o-transform-style:preserve-3d;
  -o-transition:all 1s linear;
  -ms-transform-style:preserve-3d;
  -ms-transition:all 1s linear;
  transform-style:preserve-3d;
  transition:all 1s linear;
  background:none;
  border:0 ridge rgba(51,51,51,0.0);
  border-radius:4px;
  -webkit-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
}

.f1_container:hover .f1_card,.f1_container.hover_effect .f1_card {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  transform:rotateY(180deg);
  width:360px;
  height:250px;
  z-index:10000;
}

.back h1 {
  color:#F06;
  font-size:18px;
  font-weight:bold;
  text-shadow:0 1px 0 #fff;
}

.face {
  position:absolute;
  width:100%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
}

.back {
  position:absolute;
  width:100%;
  height:100%;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  backface-visibility:hidden;
  background:#f1f1f1;
  text-shadow:none;
  padding:7px;
}

.face.back {
  display:block;
  -webkit-transform:rotateY(180deg);
  -webkit-box-sizing:border-box;
  -moz-transform:rotateY(180deg);
  -moz-box-sizing:border-box;
  -o-transform:rotateY(180deg);
  -o-box-sizing:border-box;
  -ms-transform:rotateY(180deg);
  -ms-box-sizing:border-box;
  transform:rotateY(180deg);
  box-sizing:border-box;
  padding-bottom:auto;
  color:#F06;
  text-align:center;
  margin-top:5px;
  padding-top:5px;
  border-radius:5px;
  -moz-border-radius:5px;
  -ms-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #ccc;
}

.see:link,.see:visited {
  display:block;
  padding:12px 10px;
  background:#603;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-variant:small-caps;
  border-radius:22px;
  -moz-border-radius:22px;
  -ms-border-radius:22px;
  -o-border-radius:22px;
  -webkit-border-radius:22px;
  margin:6%;
  width:130px;
  border:2px solid #F1F1F1;
  box-shadow:inset 0 1px 0 #000,inset 0 3px 1px #F09,inset 0 10px 22px #F09,0 2px 2px #333;
  -moz-box-shadow:inset 0 1px 0 #000,inset 0 3px 1px #F09,inset 0 10px 22px #F09,0 2px 2px #333;
  -ms-box-shadow:inset 0 1px 0 #000,inset 0 3px 1px #F09,inset 0 10px 22px #F09,0 2px 2px #333;
  -o-box-shadow:inset 0 1px 0 #000,inset 0 3px 1px #F09,inset 0 10px 22px #F09,0 2px 2px #333;
  -webkit-box-shadow:inset 0 1px 0 #000,inset 0 3px 1px #F09,inset 0 10px 22px #F09,0 2px 2px #333;
  margin:0 auto;
}

.see:hover {
  display:block;
  padding:12px 10px;
  background:#903;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-variant:small-caps;
  box-shadow:inset 0 3px 3px #000,inset 0 5px 1px #F09,inset 0 10px 22px #F09,0 0 1px #333,0 2px 2px #333;
  -moz-box-shadow:inset 0 3px 3px #000,inset 0 5px 1px #F09,inset 0 10px 22px #F09,0 0 1px #333,0 2px 2px #333;
  -ms-box-shadow:inset 0 3px 3px #000,inset 0 5px 1px #F09,inset 0 10px 22px #F09,0 0 1px #333,0 2px 2px #333;
  -o-box-shadow:inset 0 3px 3px #000,inset 0 5px 1px #F09,inset 0 10px 22px #F09,0 0 1px #333,0 2px 2px #333;
  -webkit-box-shadow:inset 0 3px 3px #000,inset 0 5px 1px #F09,inset 0 10px 22px #F09,0 0 1px #333,0 2px 2px #333;
}

.back p {
  font-size:14px;
  display:block;
  width:80%;
  padding:5px;
  text-align:left;
  margin:0 auto;
  padding:5px;
  color:#666;
  font-family:Century Gothic;
}

.dasinfo {
  display:block;
  padding:10px;
  margin:10px;
  word-break:break-all;
}

/*** DO NOT REMOVE ***/
.copyright {
  display:block;
  width:120px;
  height:30px;
  position:fixed;
  bottom:1px;
  left:3px;
  font-size:10px;
  text-decoration:none;
  ccolor:#777;
}

.copyright::before {
  content:'design by';
  font-size:10px;
  text-decoration:none;
  color:#777;
}

#top {
  display:block;
  position:absolute;
  top:-99999px;
  height:20px;
  width:200px;
  content:'This div is used for navigating from bottom to top of the profile';
  text-decoration:none;
}

.totop {
  display:block;
  width:20px;
  height:20px;
  background:#333;
  padding:5px;
  text-align:center;
  position:fixed;
  bottom:5px;
  right:7px;
  border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  -webkit-border-radius:4px;
  color:#ccc;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  text-decoration:none;
}

.totop:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
}

.totop::before {
  content:'\2191';
  text-decoration:none;
}

/*** custom Icons***/
.giga {
  font-size:40px;
  vertical-align:middle;
}

.red {
  color:#C00;
}

.black {
  color:#000;
}

.green {
  color:#0F0;
}

.yellow {
  color:#FF0;
}

.white {
  color:#fff;
}

.blue {
  color:#09C;
}

.star::before {
  content:'\2605';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.heart::before {
  content:'\2665';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.ok::before {
  content:'\2713';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.nope::before {
  content:'\2717';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.write::before {
  content:'\270D';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.msg::before {
  content:'\2709';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.copy::before {
  content:'\00A9';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.reg::before {
  content:'\00AE';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.tradem::before {
  content:'\2122';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.ply::before {
  content:'\25B6';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
}

.goup::before {
  content:'\25B6';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  transform:rotate(-90deg);
}

.godown::before {
  content:'\25B6';
  display:inline-block;
  padding-left:3px;
  padding-right:3px;
  text-align:center;
  font-style:normal;
  min-width:10px;
  min-height:10px;
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  transform:rotate(90deg);
}