@charset "UTF-8";

* {
  box-sizing:border-box;
  margin:0;
  padding:0;
  margin-left:auto;
  margin-right:auto;
}

body {
  background-image:url(https://image.ibb.co/dnYmHo/3d7f15ce.png);
  background-color:#666da4;
}

div#header_bar {
  display:none;
}

div#footer_bar {
  display:none;
}

div#profile_header.profile_section {
  display:none;
}

div#username_container,div#profile_main_photo,div#cam_score_container,div#gender_container,div#weight_container,div#height_container,div#age_container,div#city_container,div#country_container,div#sexual_preference_container,div#tags_container,span#about_me_label {
  display:none;
}

.heading {
  display:none;
}

.container {
  margin:0;
}

.profile_section {
  margin:0;
}

body.mfc_profile_customized {
  margin:0;
}

body {
  width:1000px!important;
  margin:auto!important;
}

.col-1 {
  width:8.33%;
}

.col-2 {
  width:16.66%;
}

.col-3 {
  width:25%;
}

.col-4 {
  width:33.33%;
  float:left;
}

.col-5 {
  width:41.66%;
}

.col-6 {
  width:50%;
  float:left;
}

.col-7 {
  width:58.33%;
}

.col-8 {
  width:66.66%;
}

.col-9 {
  width:75%;
}

.col-10 {
  width:83.33%;
}

.col-11 {
  width:91.66%;
}

.col-12 {
  width:100%;
}

[class*="col-"] {
  margin-right:auto;
  margin-left:auto;
}

.row::after {
  content:"";
  clear:both;
  display:table;
}

#about_me_container.container {
  margin:0;
  margin-right:auto;
  margin-left:auto;
}

#customProfile {
  display:block;
  min-width:900px;
  top:69px;
}

#navBarSpacer {
  height:69px;
}

/* NAV BAR BEGIN */
#navBar {
  position:fixed;
  top:0;
  left:0;
  display:block;
  width:100%;
  min-width:900px;
  height:68px;
  z-index:999;
  background-image:url(https://image.ibb.co/d80rHo/NavList.jpg);
  border-radius:0;
  border-left:none;
  border-right:none;
}

#navList {
  text-align:center;
}

#navList li {
  display:inline-block;
  font-size:17px;
  font-family:'Press Start 2P',cursive;
  padding:8px;
  margin-top:17px;
}

/* NAV BAR END */
/* NEON LINK FONT START */
a {
  text-decoration:none;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

#navList a {
  color:#fff;
}

#navList a:hover {
  color:#ffffff;
  cursor:pointer;
  -webkit-animation:neon6 1.5s ease-in-out infinite alternate;
  -moz-animation:neon6 1.5s ease-in-out infinite alternate;
  animation:neon6 1.5s ease-in-out infinite alternate;
}

#tipMenu a:hover {
  color:#47adbb;
  cursor:pointer;
  -webkit-animation:neon6 1.5s ease-in-out infinite alternate;
  -moz-animation:neon6 1.5s ease-in-out infinite alternate;
  animation:neon6 1.5s ease-in-out infinite alternate;
}

/*glow for webkit*/
@-webkit-keyframes neon6 {
  from {
    text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #55caf0,0 0 70px #55caf0,0 0 80px #55caf0,0 0 100px #55caf0,0 0 150px #55caf0;
  }
  
  to {
    text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #55caf0,0 0 35px #55caf0,0 0 40px #55caf0,0 0 50px #55caf0,0 0 75px #55caf0;
  }
}

/*glow for mozilla*/
@-moz-keyframes neon6 {
  from {
    text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #55caf0,0 0 70px #55caf0,0 0 80px #55caf0,0 0 100px #55caf0,0 0 150px #55caf0;
  }
  
  to {
    text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #55caf0,0 0 35px #55caf0,0 0 40px #55caf0,0 0 50px #55caf0,0 0 75px #55caf0;
  }
}

/*glow*/
@keyframes neon6 {
  from {
    text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #55caf0,0 0 70px #55caf0,0 0 80px #55caf0,0 0 100px #55caf0,0 0 150px #55caf0;
  }
  
  to {
    text-shadow:0 0 5px #fff,0 0 10px #fff,0 0 15px #fff,0 0 20px #55caf0,0 0 35px #55caf0,0 0 40px #55caf0,0 0 50px #55caf0,0 0 75px #55caf0;
  }
}

/* NEON LINK FONT START */
h1,p {
  font-family:'Press Start 2P',cursive;
}

h1 {
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
}

p {
  margin-top:5px;
  margin-bottom:5px;
  padding-top:5px;
  padding-bottom:5px;
  font-size:14px;
}

#topRow {
  margin-top:20px;
}

#logoContainer {
  width:40px;
  z-index:899;
  position:absolute;
  left:20px;
  top:337px;
}

.logo {
  width:40px;
  height:40px;
}

#tipMenu p,#video p,#website p {
  font-size:17px;
  font-family:'Press Start 2P',cursive;
  text-align:center;
}

#average_rating_container,#admirers_container {
  font-size:17px;
  font-family:'Press Start 2P',cursive;
  text-align:center;
}

#rate_container {
  font-size:17px;
  font-family:'Press Start 2P',cursive;
}

#average_rating_count {
  font-size:17px;
  font-family:'Press Start 2P',cursive;
  text-align:center;
}

/*
#tipMenuAnchor{
	position: absolute;
	top: 1200px;
	left: 500px;
	opacity: 0;
}
*/
/*
<div class="row">
		<div class="col-12">
			<div id="admirers_container" class="container">           	
				  <a href="#" id="admire">admire</a>
				  <span id="admire_confirm" class="hidden notice">admired!</span>
			

			</div>	

				<span class="label" id="rate_label">
					Rate Jadelynn240sx:
				</span>

				<span class="value" id="rate_value">
					<form id="new_rating" class="hidden" action="/Jadelynn240sx/ratings" method="post">
						<span id="rating_value_bar" style="cursor: pointer; width: 100px;"><img src="/bundles/mfcprofile/vendor/img/star-off.png" alt="1" title="">&nbsp;<img src="/bundles/mfcprofile/vendor/img/star-off.png" alt="2" title="">&nbsp;<img src="/bundles/mfcprofile/vendor/img/star-off.png" alt="3" title="">&nbsp;<img src="/bundles/mfcprofile/vendor/img/star-off.png" alt="4" title="">&nbsp;<img src="/bundles/mfcprofile/vendor/img/star-off.png" alt="5" title=""><input name="user_rating[rating]" type="hidden">
						</span>
						<span id="rating_confirm" class="hidden emphasis notice"></span>
					</form>
					<div id="new_rating_login_message" class="hidden">
					  You must <a href="/_/login">login</a> to rate.
					</div>          
				</span>
				        
		</div>
	</div>
*/
#tipMenu a:link,#tipMenu a {
  color:#fff;
}

.tipAmount {
  color:#3397ff;
}

div#profile_friends {
  display:inline;
}

div#friends_container,div#favorite_models_container {
  display:none;
}

span#admirers_label#text {
  display:none;
}

#profile_main_about_holder.profile_row {
  background-color:rgba(25,25,25,0.22);
  border-left:2px solid #fff;
  border-right:2px solid #fff;
}