@charset "UTF-8";

#colorbox,#cboxOverlay,#cboxWrapper {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxLoadedContent {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor:pointer;
}

.cboxPhoto {
  float:left;
  margin:auto;
  border:0;
  display:block;
  max-width:none;
}

.cboxIframe {
  width:100%;
  height:100%;
  display:block;
  border:0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

.cboxIframe {
  background:#fff;
}

#cboxError {
  padding:50px;
  border:1px solid #ccc;
}

#cboxLoadedContent {
  background:#fff;
  padding:8px;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay,#cboxLoadedContent {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxClose {
  color:#999;
  font-size:32px;
  position:absolute;
  top:1px;
  right:5px;
}

#cboxClose:hover {
  color:#000;
}

.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious {
  right:66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position:-75px -25px;
  right:44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position:-100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position:-100px 0;
  right:44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position:-75px -25px;
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline:0;
}

body.ps-active,body.ps-building,div.ps-active,div.ps-building {
  background:#000;
  overflow:hidden;
}

body.ps-active *,div.ps-active * {
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  display:none;
}

body.ps-active :focus,div.ps-active :focus {
  outline:0;
}

div.ps-document-overlay {
  background:#000;
}

div.ps-uilayer {
  background:#000;
  cursor:pointer;
}

div.ps-zoom-pan-rotate {
  background:#000;
}

div.ps-zoom-pan-rotate * {
  display:block;
}

div.ps-carousel-item-loading {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/loader.gif) no-repeat center center;
}

div.ps-carousel-item-error {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/error.gif) no-repeat center center;
}

div.ps-caption {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-bottom:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
}

div.ps-caption * {
  display:inline;
}

div.ps-caption-bottom {
  border-top:1px solid #42403f;
  border-bottom:0;
  min-height:44px;
}

div.ps-caption-content {
  padding:13px;
  display:block;
}

div.ps-toolbar {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-top:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
  height:44px;
  display:table;
  table-layout:fixed;
}

div.ps-toolbar * {
  display:block;
}

div.ps-toolbar-top {
  border-bottom:1px solid #42403f;
  border-top:0;
}

div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play {
  cursor:pointer;
  display:table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
  width:44px;
  height:44px;
  margin:0 auto;
  background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons.png);
  background-repeat:no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
  background-position:0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
  background-position:-44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position:-44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
  background-position:-132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position:-132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
  background-position:-88px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size:176px 88px;
    -o-background-size:176px 88px;
    -webkit-background-size:176px 88px;
    background-size:176px 88px;
    background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons@2x.png);
  }
}

UTF-8;#cboxOverlay {
  background:green;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
}

.photo_gallery_preview {
  margin:10px;
  text-align:center;
  display:inline-block;
  width:140px;
}

.photo_gallery_name {
  margin-bottom:5px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

.photo_gallery_lock {
  width:64px;
  height:64px;
  padding:8px;
}

.photo_gallery_image {
  width:80px;
  height:80px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
}

.value {
  display:table-cell;
}

#user_comment_comment {
  display:inline-block;
}

.user_comment_textarea_small {
  width:250px;
  height:30px;
  font-size:18px;
}

input[type="submit"].preview_comment_btn {
  display:none;
}

#comment_preview {
  display:none;
}

#comment_preview_buttons input {
  margin:0 13px;
}

.user_comment_textarea_big {
  width:500px;
  height:100px;
  padding:5px;
}

#show_strip_links_popup {
  padding:2px;
}

#strip_links_popup {
  display:none;
  padding:10px;
  border:2px solid #555;
  border-radius:5px;
  position:absolute;
  z-index:100;
  background-color:#fff;
  color:#000;
}

#schedule_converted {
  font-size:10px;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  width:250px;
  display:table-cell;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
  padding-top:10px;
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
}

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#profile_interests_content .label,#profile_interests_content .value {
  display:block;
  margin:3px 0;
}

#profile_schedule .label {
  min-width:90px;
}

#profile_interests_content .value {
  margin-left:12px;
}

#profile_interests_content .container {
  margin-bottom:10px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
}

.wall_post_info {
  font-weight:bold;
}

.wall_post_time {
  font-size:9px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
}

.holder {
  margin:15px 0;
  line-height:38px;
}

.holder a,.holder a:active,.holder a:visited,.holder a:hover {
  color:blue;
  font-weight:normal;
  text-decoration:underline;
  cursor:hand;
  cursor:pointer;
}

.holder a:hover {
  color:red;
}

.holder a,.holder a:hover {
  cursor:hand;
  cursor:pointer;
  display:inline-block;
  border:1px solid #ddd;
  border-left-width:0;
  padding:0 14px;
  line-height:38px;
  font-size:12px;
}

.holder a:hover {
  background-color:#f5f5f5;
}

.holder a.jp-previous {
  border-left-width:1px;
}

.holder a.jp-disabled,a.jp-disabled:hover,.holder a.jp-current,a.jp-current:hover {
  color:#bbb;
  text-decoration:none;
  cursor:default;
}

.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
  cursor:default;
}

.holder span {
  line-height:38px;
  font-size:12px;
  padding:0 14px;
  display:inline-block;
  border-right:1px solid #ddd;
}

#member_type_value {
  font-weight:bold;
  color:red;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type="submit"] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs,#comment_preview_buttons {
  display:inline-block;
}

#server_time {
  visibility:hidden;
  float:right;
  font-weight:bold;
  font-size:9px;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:bold;
  color:#008000;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#new_user_message label {
  float:left;
  display:inline-block;
  width:80px;
  padding-top:3px;
}

#new_user_message div {
  padding-bottom:10px;
}

#send_message {
  margin-right:50px;
}

#user_message_subject {
  width:350px;
}

#user_message_body {
  width:350px;
  height:90px;
  resize:none;
}

#cboxClose {
  font-size:20px;
}

#profile_load_more_comments {
  display:inline-block;
  margin:0 15px 15px;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.header_links,.footer_links {
  float:left;
  font-size:14px;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
}

.img_preview_loading {
  width:100px;
  height:100px;
  background-image:url(../bundles/mfcprofile/img/b-waiting.gif);
  background-repeat:no-repeat;
  background-position:center;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:0;
  display:none;
}

#img_preview,#img_preview img {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#img_preview span {
  color:white;
  text-align:center;
  display:block;
  padding:10px 0 3px;
}

.pull-right {
  float:right;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

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

a:hover,a:focus {
  color:#005580;
  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;
}

/* ==========================================================================
   Top Navagation
   ========================================================================== */
.nav {
  background-color:#000000;
  position:fixed;
  top:0;
  margin:0 -10px;
  width:940px;
  z-index:500;
  display:block;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
}

.nav ul {
  padding:0 20px;
  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%;
}

/*
 *
 **************************************************************************
 *
 * Classes for MFC Generated Elements
 *
 **************************************************************************
 *
 */
#header_bar,#footer_bar,#about_me_label,#profile_header_container,,#profile_about_me > div:nth-child(1) {
  display:none;
}

/*
 *
 **************************************************************************
 *
 * 	Customization of MFC Generated Elements
 *
 **************************************************************************
 *
 */
#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#about_me_label {
  display:none;
}

#profile_header_container {
  display:none;
}

#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile_friends {
  padding-top:45px;
  margin-top:-45px;
}

#profile_friends .heading {
/* same as h1 */
  border-bottom:8px solid #3a3938;
  font-size:24px;
  font-weight:bold;
  line-height:28px;
}

.profile_section .heading {
/* same as h1 */
  border-bottom:8px solid #3a3938;
  font-size:24px;
  font-weight:bold;
  line-height:28px;
}

#comments {
  width:900px;
}

body {
  background:gray url(https://dl.dropboxusercontent.com/u/110914182/Background.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  font-family:Century Gothic,sans-serif;
  color:#fff;
  line-height:20px;
  font-size:14px;
  width:1024px;
  margin:66px auto -10px;
  cursor:url(),auto;
}

#profile {
  width:940px;
  margin:60px auto -10px;
  background:#000000 url(https://img.mfcimg.com/photos2/258/25887880/703-435-654-624-10997367.png) top center no-repeat;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

#profile_header {
  padding:390px 0 0;
}

#avatar_holder {
  text-align:right;
  margin-left:20px;
  width:90px;
  height:90px;
}

#profile_avatar {
  display:none;
}

#main_photo {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
  margin-top:30px;
}

/*
 * 	.profile_section {
 * 		border-spacing:0;
 * 	}
 */
.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

/*
 * 	.profile_section .heading {
 * 		color:#666;
 * 		font-size:1.25rem;
 * 		font-weight:bold;
 * 		border-bottom:#666 solid 2px;
 * 		padding:10px 0 0 15px;
 * 		-moz-box-sizing:border-box;
 * 		-webkit-box-sizing:border-box;
 * 		box-sizing:border-box;
 * 		margin-bottom:5px;
 * 	}
 */
.profile_section .heading {
/* same as h1 */
  border-bottom:8px solid #3a3938;
  font-size:24px;
  font-weight:bold;
  line-height:28px;
}

.profile_section_content {
  z-index:auto;
}

.profile_section_content h1 {
/* same as h1 */
  font-size:24px;
  font-weight:bold;
  line-height:28px;
  border-bottom:8px solid #3a3938;
}

.profile_section_content h2 {
  font-size:20px;
  font-weight:bold;
  line-height:24px;
  vertical-align:middle;
  border-bottom:4px solid #3a3938;
}

.profile_section_content h2 img {
  height:18px;
  margin-right:10px;
  display:inline-block;
}

.profile_section_content h2 span {
  display:inline-block;
}

.profile_section_content h3 {
  font-size:18px;
  font-weight:bold;
  line-height:20px;
  vertical-align:middle;
}

/*
 *	#profile_about_me {
 *		margin:100px 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;
}

img.bw {
  filter:grayscale(100%);
  -webkit-filter:grayscale(100%);
  transition:1s;
  -webkit-transition:1s;
}

img.bw:hover {
  filter:grayscale(0);
  -webkit-filter:grayscale(0);
}

.images {
  margin-top:20px;
}

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

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

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
.social-links {
  margin:20px 0;
  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;
}

.about-rocknrose {
  margin-bottom:20px;
}

/* ==========================================================================
   Store
   ========================================================================== */
.store {
  font-size:1rem;
  line-height:1;
}

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

.store-header {
  color:#fff;
  border-bottom:#444 solid 2px;
  margin:auto;
  font-size:1.25em;
  font-weight:bold;
  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 #000000;
  margin:auto;
  height:432px;
  overflow:auto;
}

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

.four-rows {
  height:575px;
}

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

.store-footer {
  border-top:#444 solid 2px;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-footer-message {
  color:#666;
  margin:auto;
  border-top:#444 solid 2px;
  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:#00000;
  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:#1c1b1b;
  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;
}

.store-item:hover .desc,.store-item:hover .desc a {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.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:#000;
  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 #999;
  background-color:#ccc;
}

.video-slot a {
  text-decoration:none;
}

.video-slot {
  width:49%;
  height:135px;
  font-family:arial;
  color:#fff;
  float:left;
  margin:.5%;
  background:#1c1a1b;
  overflow:hidden;
  border-radius:8px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.video-slot-image {
  width:180xp;
  height:135px;
  float:left;
}

.video-slot-text {
  width:257px;
  height:135px;
  float:left;
  margin:0 0 0 10px;
  position:relative;
}

.video-slot-title {
  font-size:18px;
  font-weight:700;
  line-height:18px;
  position:absolute;
  top:4px;
  left:0;
}

.video-slot-desc {
  font-size:14px;
  line-height:18px;
  position:absolute;
  top:30px;
  left:0;
}

.video-slot-buttons {
  padding:0 0 4px;
  position:absolute;
  bottom:0;
  left:0;
}

.btn {
  color:#fff;
  font-size:12px;
  display:inline-block;
  overflow:hidden;
  background-color:#000;
  padding:2px 25px;
  margin:0 10px 0 0;
  border-radius:8px;
  float:left;
}

.btn:hover {
  color:#fff;
  background:#404147;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
  background-color:#3a3938;
  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;
}

body.mfc_display_inline_mode #header_bar,body.mfc_display_inline_mode #footer_bar {
  visibility:hidden;
}

body.mfc_profile_standard.mfc_display_inline_mode {
  margin-left:0;
  margin-right:0;
  padding-left:5px;
  padding-right:5px;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me {
  display:flex;
  flex-flow:wrap;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .heading {
  flex:0 0 100%;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
  flex:0 1 50%;
  margin:0;
  padding:0;
}

body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #about_me_container,body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me #tags_container {
  flex:0 0 100%;
  margin-top:0;
  margin-bottom:0;
}

@media (max-width: 850px) {
  body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
    flex:0 0 100%;
  }
}

@media (min-width: 1500px) {
  body.mfc_profile_standard.mfc_display_inline_mode #profile_about_me .container {
    flex:0 0 33%;
  }
}