@charset "UTF-8";

@keyframes fade {
  0% {
    opacity:0;
  }
  
  11.11% {
    opacity:1;
  }
  
  33.33% {
    opacity:1;
  }
  
  44.44% {
    opacity:0;
  }
  
  100% {
    opacity:0;
  }
}

.fadein {
  left:1px;
  height:460px;
  width:900px;
}

.fadein img {
  width:914px;
  position:absolute;
  display:block;
  margin:auto;
  left:0;
  top:20px;
  right:0;
  opacity:0;
  animation-name:fade;
  animation-duration:9s;
  animation-iteration-count:infinite;
}

.fadein img:nth-child(1) {
  animation-delay:0;
}

.fadein img:nth-child(2) {
  animation-delay:3s;
}

.fadein img:nth-child(3) {
  animation-delay:6s;
}

/* latin */
@font-face {
  font-family:'Shadows Into Light';
  font-style:normal;
  font-weight:400;
  src:local('Shadows Into Light'),local(ShadowsIntoLight),url(https://fonts.gstatic.com/s/shadowsintolight/v6/clhLqOv7MXn459PTh0gXYFK2TSYBz0eNcHnp4YqE4Ts.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

/* --------------NAV-------------- */
@media screen and (min-width: 1px) {
  .nav {
    z-index:500;
    font-size:0;
    background:#52527a;
    background:-moz-linear-gradient(-45deg,#52527a 0%,#40405e 100%);
    background:-webkit-linear-gradient(-45deg,#52527a 0%,#40405e 100%);
    background:linear-gradient(135deg,#52527a 0%,#40405e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52527a',endColorstr='#40405e',GradientType=1);
    padding:0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    display:block;
  }
  
  .nav li {
    z-index:500;
    text-decoration:none;
    font-weight:400;
    list-style:none;
    display:inline-block;
    font-size:20px;
    color:inherit;
    padding:26px 25px;
    color:#fff;
  }
  
  .nav li a {
    text-decoration:none;
  }
  
  .selected {
    background:#fff;
  }
  
  .menuIcon {
    display:none;
  }
  
  a {
    color:#eee;
  }
}

/* --------------NAV-END-------------- */
/* --------------Rules-------------- */
.rules {
  margin:0;
  width:900px;
  height:auto;
}

.rulestitle {
  color:#00ffaa;
  font-size:40px;
  border-bottom:2px solid #bf00ff;
  padding:20px;
}

.rulestext {
  color:#00ffaa;
  font-size:25px;
  padding:0 50px 50px;
}

/* --------------Tip List-------------- */
.tiplist {
  margin:0;
  width:900px;
  height:auto;
}

.rulestitle {
  color:#00ffaa;
  font-size:40px;
  border-bottom:2px solid #bf00ff;
  padding:20px;
}

.tipmenucontainer {
  padding:20px;
  font-size:20px;
  width:850px;
  height:330px;
  overflow-x:auto;
  margin:auto;
  position:relative;
  right:18px;
}

.tipmenu-left {
  margin-top:10px;
  list-style:none;
  padding:25px 30px;
  color:#fff;
  background-color:rgba(255,255,255,.3);
  text-align:left;
}

.tipmenu-right {
  float:right;
  position:relative;
  color:#ffffff;
  bottom:14px;
  left:15px;
  background:#52527a;
  background:-moz-linear-gradient(-45deg,#52527a 0%,#40405e 100%);
  background:-webkit-linear-gradient(-45deg,#52527a 0%,#40405e 100%);
  background:linear-gradient(135deg,#52527a 0%,#40405e 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#52527a',endColorstr='#40405e',GradientType=1);
  padding:10px 15px;
}

.tiplink {
  text-decoration:none;
  color:#ffffff;
}

#profile_main_photo,#about_me_label,#marital_status_container,#sexual_preference_container,#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container,#tags_container,#tbody,#header_bar,#city_container,#profile_header,#profile_about_me > .heading,#footer_bar,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#drugs_container,#drink_container,#smoke_container,#country_container,#cam_score_container {
  display:none;
}

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  width:900px;
  position:relative;
  z-index:0;
  top:59px;
  margin:auto;
  font-family:'Shadows Into Light';
  background:url(https://hostimg.co/images/2017/07/19/mainbackec4f5.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  font-weight:normal;
  font-style:normal;
  font-size:20px;
}

.profile_section_content {
  color:#fff;
  margin:0;
  background-color:rgba(191,0,255,0.5);
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

#profile_friends_content,#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content,#profile_comments,#profile_friends {
  margin:auto;
  z-index:0;
}

#profile_password_photo_galleries,#profile_photo_galleries,#profile_interests_content,#profile_comments {
  z-index:0;
  position:relative;
}

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

.profile_section_content .heading {
  color:#00ffaa;
  font-size:40px;
  border-bottom:2px solid #bf00ff;
  padding:20px;
  font-weight:normal;
  font-style:normal;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

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