@charset "UTF-8";

a:link,a:active,a:hover {
  color:#74B72E;
  text-decoration:none;
}

a:visited {
  color:#74B72E;
  text-decoration:none;
}

#footer_bar,#about_me_label,#average_rating {
  display:none;
}

#header_bar {
  display:none;
}

#average_rating_value::before {
  content:url("https://profiles.myfreecams.com/bundles/mfcprofile/vendor/img/star-on.png") " " url("https://profiles.myfreecams.com/bundles/mfcprofile/vendor/img/star-on.png") " " url("https://profiles.myfreecams.com/bundles/mfcprofile/vendor/img/star-on.png") " " url("https://profiles.myfreecams.com/bundles/mfcprofile/vendor/img/star-on.png") " " url("https://profiles.myfreecams.com/bundles/mfcprofile/vendor/img/star-on.png");
}

html {
  line-height:1;
  overflow-y:scroll;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  background:#fff url() repeat 0 0;
}

body {
  background-color:#ffffff;
  background-color:#ffffff;
  color:#1b605e;
  font-family:'Courier New';
  font-weight:normal;
  font-style:normal;
  font-size:16px;
  background:url() no-repeat center;
}

#avatar_holder #profile_avatar {
  border-radius:50px;
}

#profile_main_about_holder .profile_section img {
  border-radius:15px;
  margin-bottom:-3px;
  border-radius:45px;
}

#profile_about_me_friends div {
  border-radius:20px;
}

.profile_section_content {
  color:#ffffff;
  border:0 solid #000000;
  border-radius:50px;
  padding:10px;
  margin:10px;
}

.profile_section_background {
  background-color:#222222;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #f7f2f2;
  -moz-box-shadow:0 0 0 #f7f2f2;
  box-shadow:0 0 0 #f7f2f2;
}

.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
  font-family:'Times New Roman';
  font-weight:bold;
  font-style:normal;
  font-size:25px;
  color:#ff0000;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

/** Donna Galletta | LIGHTBOX MARKUP **/
.lightbox {
/** Default lightbox to hidden */
  display:none;
/** Position and style */
  position:fixed;
  z-index:999;
  width:100%;
  height:100%;
  text-align:center;
  top:0;
  left:0;
  background:rgba(0,0,0,0.8);
}

.lightbox:target {
/** Remove default browser outline */
  outline:none;
/** Unhide lightbox **/
  display:block;
}

/** videoModal **/
#videoModal {
  border-radius:0;
  width:870px;
  margin:auto;
}

#videoModal .modal-header {
  background:#000;
  border:0;
  color:#fff;
  position:relative;
  height:35px;
}

#videoModal .modal-header h3 {
  font-size:18px;
  line-height:22px;
  font-family:Arial,Helvetica,sans-serif;
  padding:5px;
}

#videoModal .modal-body {
  height:489px;
  padding:0;
  max-height:none;
  overflow:hidden;
}

#videoModal .modal-footer:empty {
  display:none!important;
}

#videoModal .close {
  background:#DB00B8;
  color:#fff;
  font-size:24px;
  margin:0;
  opacity:1;
  position:absolute;
  right:0;
  text-shadow:none;
  top:0;
  width:38px;
}