@charset "UTF-8";

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

#about_me_label {
  display:none!important;
}

.recent_photos {
  display:none;
}

#about_me_value {
  width:100%!important;
}

#tags_value {
  width:100%!important;
}

#tags_label {
  display:none!important;
}

a:hover {
  color:#FF9500;
}

.buttons {
  width:680px;
  margin:10px auto;
}

.buttons2 {
  width:790px;
  margin:10px auto;
}

body {
  font-family:Helvetica,Arial,sans-serif;
  font-size:1rem;
  line-height:1.25;
  background:url(http://manolov.co/mfc/pitbull/back.png);
  background-position:bottom left -100px,bottom right -80px,top left;
  background-repeat:repeat;
  background-attachment:fixed;
}

#profile {
  width:970px;
  margin:43px auto 40px;
  background:#000 url(http://manolov.co/mfc/necro/header.jpg) top center no-repeat;
  box-shadow:0 0 18px 3px rgba(0,0,0,.8);
  -webkit-box-shadow:0 0 18px 3px rgba(0,0,0,.8);
  -moz-box-shadow:0 0 18px 3px rgba(0,0,0,.8);
  border-top-left-radius:.5em;
  border-top-right-radius:.5em;
  line-height:1;
  z-index:300;
}

#profile_header {
  padding:0;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:90px;
}

#profile_about_me .container {
  display:block;
  margin:0 auto;
  text-align:center;
}

#profile_about_me .label,#profile_about_me .value {
  display:inline-block;
  width:200px;
}

#profile_about_me .label {
  border-right:black solid 2px;
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value {
  text-align:left;
  padding-left:0;
}

#header_bar,#footer_bar,.header_time,.heading,#main_photo,recent_photos,#profile_header_container,#schedule {
  display:none;
}

.specialImage {
  position:fixed;
  bottom:0;
  right:0;
  z-index:100;
/* or higher/lower depending on other elements */
}

.social-links {
  margin:20px 0;
  text-align:center;
}

.frame {
  width:900px;
  height:500px;
  overflow:auto;
  background:#e5e5e5;
  position:relative;
}

.frame-border {
  width:900px;
  height:500px;
  background:#e5e5e5;
  padding:10px;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:0 0 0 10px;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:107px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container a.hover_icon {
  display:none;
  width:430px;
  height:107px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover a.hover_icon {
  display:block;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#89cff0;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store a {
  color:#666;
  text-decoration:none;
}

.store-header {
  background:#B22222;
  color:#fff;
  margin:auto;
  height:40px;
  font-size:1.065em;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.three-plus-half-rows {
  height:500px;
}

.four-rows {
  height:575px;
}

.four-plus-half-rows {
  height:655px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  background:#990067;
  color:#fff;
  margin:auto;
  height:30px;
  font-size:.8rem;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.desc .title {
  height:16px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:85px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  font-size:.75em;
  line-height:1.2;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:1.5px;
  font-size:.75rem;
  line-height:1;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#444;
  padding:2px 10px;
  border-radius:8px;
}

.purchase {
  background-color:#990067;
}

.purchase:hover {
  background-color:#cc3399;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#666;
}

.footer {
  background-color:#990067;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  z-index:500;
  box-shadow:0 -3px 10px 1px rgba(0,0,0,.8);
  color:#fff;
  display:block;
  height:20px;
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

h2 {
  color:#b99a64;
}

.profile_section_content .value {
  font-family:"Yanone Kaffeesatz",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:1.4rem;
  line-height:1.25rem;
  color:#fff;
}

.design a {
  text-decoration:none;
  text-align:center;
}

.design h1 {
  text-align:center;
  display:block;
  font-size:19px;
  font-weight:400;
  font-family:"Yanone Kaffeesatz",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
}

.profile_section_content .label {
  font-family:"Yanone Kaffeesatz",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:1.2rem;
  line-height:1.25rem;
  color:#b99a64;
}

@font-face {
  font-family:'Alex Brush';
  src:url(http://fonts.gstatic.com/s/alexbrush/v6/IdwaSrUcr-IskDo5YUNTVb3hpw3pgy2gAi-Ip7WPMi0.woff),url(http://fonts.gstatic.com/s/alexbrush/v6/IdwaSrUcr-IskDo5YUNTVS3USBnSvpkopQaUR-2r7iU.ttf),local('Alex Brush'),local(Alex-Brush-regular);
}

@font-face {
  font-family:'Oswald';
  src:url(http://fonts.gstatic.com/s/oswald/v10/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff),url(http://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf),local(Oswald-Regular),local(Oswald-regular);
}

@font-face {
  font-family:'Lemon';
  src:url(http://fonts.gstatic.com/s/lemon/v5/l0fJcP4L58UzH_xdgIUVUqCWcynf_cDxXwCLxiixG1c.woff),url(http://fonts.gstatic.com/s/lemon/v5/WRZq1AYYveIOSocZAeAyAw.ttf),local(Lemon-Regular),local(Lemon-regular);
}

@font-face {
  font-family:'Yanone Kaffeesatz';
  src:url(http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLQa6gm6bS00u2Qn-iPLo1Go.woff),url(http://fonts.gstatic.com/s/yanonekaffeesatz/v7/YDAoLskQQ5MOAgvHUQCcLbvy90DtE_Pg_qiF9bHvTzw.ttf),local('Yanone Kaffeesatz Regular'),local(Yanone-Kaffeesatz-regular);
}

@font-face {
  font-family:'Audiowide';
  src:url(http://fonts.gstatic.com/s/audiowide/v4/8XtYtNKEyyZh481XVWfVOrO3LdcAZYWl9Si6vvxL-qU.woff),url(http://fonts.gstatic.com/s/audiowide/v4/8XtYtNKEyyZh481XVWfVOqCWcynf_cDxXwCLxiixG1c.ttf),local(Audiowide),local(Audiowide-regular);
}

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

#pb2_tipmenu {
  width:990px;
  margin:50px auto;
  background:transparent;
  z-index:99;
}

#pb2_tipmenu_container {
  width:680px;
  height:auto;
  margin:0 130px auto;
  background:transparent;
  z-index:99;
}

#tipmenu11 li,#tipmenu22 li {
  list-style-type:none;
  padding:0;
  background:url(http://manolov.co/mfc/necro/h.png) no-repeat 0 0;
  padding-left:30px;
  padding-top:1px;
  min-height:25px;
  line-height:1.3em;
  font-family:"Yanone Kaffeesatz",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
}

#pb2_tipmenu_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:0;
  padding-top:10px;
  width:300px;
}

#pb2_tipmenu_column2 {
  display:inline-block;
  vertical-align:top;
  padding-top:10px;
  width:290px;
}

.items2 {
  color:#fff;
  font-family:"Yanone Kaffeesatz",Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:1em;
  font-weight:400;
}