@charset "UTF-8";

UTF-8;
img.grayscale:hover {
  filter:none;
  -webkit-filter:grayscale(0%);
}

.menulink:hover {
  background:#e685c1;
}

.menulink:active {
  position:relative;
  top:1px;
}

body {
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:2;
  color:#636363;
  background-image:url(http://s7.postimg.org/we4ziu4iz/420_889_386_111_8294882.jpg);
  background-repeat:repeat;
  background-attachment:fixed;
  padding:0;
}

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

/* profile elements styling */
img {
  border:0;
  margin-right:5px;
}

.imglink:hover {
  opacity:.7;
  filter:alpha(opacity=70);
}

.snapb:hover {
  width:520px;
  height:auto;
  opacity:.7;
  filter:alpha(opacity=70);
}

.resize {
  width:520px;
  height:auto;
}

.resize2 {
  width:180px;
  height:auto;
  padding-left:5px;
  padding-right:5px;
}

#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:0;
  text-align:center;
  display:inline-block;
  width:150px;
}

.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:60px;
  height:60px;
}

#avatar_holder {
  text-align:right;
  float:left;
  position:relative;
  margin-right:15px;
  margin-top:10px;
  width:90px;
  height:90px;
  left:40%;
  display:none;
}

.profile_row {
  display:table-row;
}

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

.profile_section .heading {
  margin-bottom:15px;
  padding:2px;
  font-weight:bold;
  color:#fff;
  font-size:25px;
  text-align:center;
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

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

.container2 {
  display:table;
  width:100%;
  padding:15px;
}

.container3 {
  display:table;
  position:fixed;
  top:0;
  right:0;
  margin-top:5px;
}

.container4 {
  display:table;
  width:100%;
  text-align:center;
}

.row {
  display:table-row;
}

.column {
  display:table-cell;
  min-width:100px;
  max-width:100px;
  min-height:100px;
  max-height:100px;
  text-align:center;
}

.column {
  display:table-cell;
  min-width:100px;
  max-width:100px;
  min-height:100px;
  max-height:100px;
  text-align:center;
}

.column2 {
  display:table-cell;
  width:50%;
  height:50%;
  text-align:center;
}

.column3 {
  display:table-cell;
  text-align:center;
}

.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:500px;
  height:50px;
  font-size:12px;
}

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

#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:5px;
  border-radius:60px;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
  border-radius:60px;
}

.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 {
  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:2px 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:#c4005f;
  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:#c4005f;
  text-align:center;
  display:block;
  padding:10px 0 3px;
}

.pull-right {
  float:right;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

a {
  color:#636363;
  text-decoration:none;
}

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

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

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

#profile {
  width:900px;
  margin:-10px auto;
  background:#fff url(https://img.mfcimg.com/photos2/198/19804898/118-452-718-872-8294423.jpg) top center no-repeat;
  font-size:.875em;
  line-height:1.25;
  -webkit-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  -moz-box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
  box-shadow:1px 1px 30px 0 rgba(50,50,50,0.45);
}

#profile_header {
  padding:400px 0 0;
}

#profile_avatar {
  padding:10px;
  background-color:#c4005f;
  border:0 solid #ccc;
  border:0 solid rgba(0,0,0,0.2);
  border-radius:60px;
  -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);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:#c4005f;
  color:#fff;
  height:30px;
  font-size:.8rem;
  font-weight:bold;
  padding:7px 0 0;
  -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;
  font-family:Arial,sans-serif;
  font-size:14px;
  line-height:2;
  font-weight:normal;
  color:#636363;
}

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;
/* required for webkit browsers */
}

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

.photo_gallery_previews {
  text-align:center;
}

.profile_subsection {
  color:#FF1CAE;
  font-size:30px;
  font-weight:bolder;
}

.babebtn img:hover {
  border:2px;
  border-style:solid;
  border-color:#FF1CAE;
}

.myheros {
  width:100%;
  color:black;
  font-size:20px;
  font-weight:bold;
}

.thankyou {
  font-family:"Comic Sans MS","Comic Sans",cursive;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  color:#FF1CAE;
}