@charset "UTF-8";

body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#666666;
  background-color:#e0e0e0;
  background-image:url(http://manolov.co/mfc/mallory/back.jpg);
  background-position:bottom left -100px,bottom right -80px,top left;
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
  margin:0;
}

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

a:hover,a:focus {
  color:#000;
  text-decoration:underline;
}

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

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

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

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

#profile {
  width:940px;
  margin:40px auto -10px;
  background:#5fd1cd url(http://manolov.co/mfc/mallory/header.jpg) top center no-repeat;
  box-shadow:0 0 20px 3px #333;
  font-size:.875em;
  line-height:1.25;
  border-radius:10px;
}

#profile_header {
  padding:470px 0 0;
}

#profile_avatar {
  display:none;
  padding:4px;
  background-color:#fff;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#057190;
  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;
  padding-top:20px;
}

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

img {
  border-radius:0;
  box-shadow:none;
}

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

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

.images {
  margin-top:20px;
}

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

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

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

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

.social-links {
  margin:29px 0 23px 419px;
  text-align:center;
}

.crazy-picts {
  text-align:center;
  margin:20px 0;
}

.crazy-picts img {
  margin:0 1.25em;
  height:180px;
}

.crazy-picts .caption {
  font-size:1.125em;
  font-weight:bold;
  margin-bottom:5px;
}

.round {
  border-radius:50%;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.whats-new {
  margin-bottom:20px;
}

.goat-img {
  margin-bottom:20px;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #666;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

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

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

.store-header {
  background:#64a04f;
  color:#fff;
  margin:auto;
  text-align:center;
  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:#5e5d64;
  border:5px solid #5e5d64;
  margin:auto;
  height:580px;
  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:.8em;
  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:4.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;
}

.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;
}

.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;
}

.store-list::-webkit-scrollbar {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
  border-radius:10px;
  width:10px;
  height:15px;
  background-color:#F5F5F5;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:10px;
  height:15px;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
  background-color:#64a04f;
}

#cam_score_container {
  display:none;
  position:absolute;
  top:490px;
  left:799px;
}

#cam_score_value {
  display:none;
  position:absolute;
  top:490px;
  left:799px;
}

#username_container.container {
  display:none;
}

#gender_container.container {
  display:none;
}

#sexual_preference_container.container {
  display:none;
}

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

.design h2 {
  text-align:center;
  display:block;
  font-size:12px;
  font-family:Century Gothic;
}

/*-----------------NAVIGATION]------------------------*/
.nav {
  background-color:#5fd1cd;
  position:fixed;
  top:0;
  margin:0 -10px;
  width:968px;
  z-index:500;
  display:block;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  text-align:center;
}

.nav ul {
  padding:0 0 0 18px;
  width:940px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.nav ul li {
  display:inline-block;
  list-style-type:none;
  -webkit-transition:all .2s;
  -moz-transition:all .2s;
  -o-transition:all .2s;
  transition:all .2s;
}

.nav > ul > li > a > .caret {
  border-top:4px solid #fff;
  border-right:4px solid transparent;
  border-left:4px solid transparent;
  content:"";
  display:inline-block;
  height:0;
  width:0;
  vertical-align:middle;
  -webkit-transition:color .1s linear;
  -moz-transition:color .1s linear;
  -o-transition:color .1s linear;
  transition:color .1s linear;
}

.nav > ul > li > a {
  color:#fff;
  display:block;
  line-height:40px;
  padding:0 24px;
  text-decoration:none;
  text-transform:uppercase;
}

.nav > ul > li:hover {
  background-color:rgba(0,0,0,0.9);
}

.nav > ul > li:hover > a {
  color:rgb(255,255,255);
}

.nav > ul > li:hover > a > .caret {
  border-top-color:rgb(255,255,255);
}

.nav > ul > li > div {
  background-color:rgba(0,0,0,0.9);
  border-top:0;
  border-radius:0 0 5px 5px;
  display:none;
  margin:0;
  opacity:0;
  position:absolute;
  width:165px;
  visibility:hidden;
  -moz-transition:opacity .2s;
  -o-transition:opacity .2s;
  -webkit-transition:opacity .2s;
  transition:opacity .2s;
}

.nav > ul > li:hover > div {
  display:block;
  opacity:1;
  visibility:visible;
}

.nav > ul > li:hover > div > ul {
  padding:0;
}

.nav > ul > li > div ul > li {
  display:block;
}

.nav > ul > li > div ul > li > a {
  color:#fff;
  display:block;
  padding:12px 24px;
  text-decoration:none;
}

.nav > ul > li > div ul > li:hover > a {
  background-color:rgba(255,255,255,0.1);
  width:12.5%;
}

/*-----------------SCHEDULE------------------------*/
#schedule table {
  margin-top:10px;
  text-align:center;
  border:1px solid #81729a;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border-top-left-radius:5px;
  -webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,.05);
  -moz-box-shadow:0 1px 3px 1px rgba(0,0,0,.05);
  box-shadow:0 1px 3px 1px rgba(0,0,0,.05);
}

#schedule tr:last-child td {
  border-bottom:none!important;
}

#schedule tr:first-child td {
  border-top:none!important;
}

#schedule td:last-child {
  border-right:none!important;
}

#schedule td {
  border-top:2px solid #81729a;
  border-bottom:1px solid #81729a;
  border-right:1px solid #81729a;
  padding:13px 8px;
}

#profile_schedule {
  position:absolute;
  top:2060px;
  left:220px;
  color:#000;
  text-transform:uppercase;
  z-index:0;
  width:auto;
}

.dmca {
  text-decoration:none;
  text-align:center;
}

div#barries-buddies {
  width:918px;
  background-color:#5fd1cd;
  font-size:15px;
  font-family:Verdana,Arial,Helvetica sans-serif;
  color:#212121;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:subpixel-antialiased;
  text-align:center;
  padding:1em;
}

div#barries-buddies p {
  font-size:1em;
  line-height:1.8em;
  margin:1em 0;
}

div#barries-buddies h1 {
  font-size:1.6667em;
  line-height:1.08em;
  margin-top:1.08em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies h2 {
  font-size:1.5333em;
  line-height:1.1739em;
  margin-top:1.1739em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies h3 {
  font-size:1.4em;
  line-height:1.2857em;
  margin-top:1.2857em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies h4 {
  font-size:1.2667em;
  line-height:1.4211em;
  margin-top:1.4211em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies h5 {
  font-size:1.1333em;
  line-height:1.5882em;
  margin-top:1.5882em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies h6 {
  font-size:1em;
  line-height:1.8em;
  margin-top:1.8em;
  margin-bottom:0;
  font-weight:bold;
}

div#barries-buddies strong.tokens {
  font-size:.7em;
  margin-left:.75em;
  padding:6px;
  color:#dea148;
  background-color:black;
  box-shadow:0 0 5px #fff,0 0 10px #000,0 0 10px #000;
  text-shadow:none;
}

div#barries-buddies div.section {
  width:100%;
  float:left;
  text-align:center;
  margin-left:-16px;
  margin-right:0;
  width:103%;
  padding:1em 0;
  margin-bottom:2em;
  background:linear-gradient(to bottom,#057190 0%,#0a5c72 100%);
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  border:2px solid #212121;
}

div#barries-buddies h3.subtitle {
  position:relative;
  top:-.5em;
  font-family:Verdana,Arial,Helvetica sans-serif;
  letter-spacing:normal;
  font-size:1em;
  color:#e42f38;
  margin-top:1em;
}

div#barries-buddies p {
  margin-top:.25em;
  line-height:normal;
}

div#barries-buddies p strong {
  font-weight:bold;
}

div#barries-buddies img.heading {
  position:static;
}

div#barries-buddies img.h3 {
  margin:1.5em 0 .2em;
}

div#barries-buddies div.friend-column {
  width:25%;
  float:left;
}

div#barries-buddies div.friend-column ul {
  list-style-type:none;
}

div#barries-buddies div.friend-column ul li {
  margin-left:1em;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  height:1.5em;
  color:#fff;
}

div.weed-meter div.section-heading {
  width:100%;
  float:left;
  margin-left:0;
  margin-right:0;
  background-color:white;
  border:3px solid #212121;
}

div.weed-meter div.section-heading h3.section-title {
  color:#f69f2c;
  margin:0;
}

div.weed-meter div.section {
  width:100%;
  float:left;
  margin-left:0;
  margin-right:0;
  width:100%;
  padding:1em 0;
  margin-bottom:2em;
}

div.ibtc div.section {
  width:100%;
  float:left;
  margin-left:0;
  margin-right:0;
  width:100%;
  padding:1em 0;
  margin-bottom:2em;
}

.section-top {
  margin-top:30px;
}