@charset "UTF-8";

/* vietnamese */
@font-face {
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:400;
  src:local('Nunito Sans Regular'),local(NunitoSans-Regular),url(https://fonts.gstatic.com/s/nunitosans/v2/iJ4p9wO0GDKJ-D5teKuZqr6up8jxqWt8HVA3mDhkV_0.woff2) format("woff2");
  unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:400;
  src:local('Nunito Sans Regular'),local(NunitoSans-Regular),url(https://fonts.gstatic.com/s/nunitosans/v2/iJ4p9wO0GDKJ-D5teKuZqiYE0-AqJ3nfInTTiDXDjU4.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:400;
  src:local('Nunito Sans Regular'),local(NunitoSans-Regular),url(https://fonts.gstatic.com/s/nunitosans/v2/iJ4p9wO0GDKJ-D5teKuZqo4P5ICox8Kq3LLUNMylGO4.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;
}

/* â€” Fixed Header Anchors â€” */
url(http://fonts.googleapis.com/css?family=Raleway:400,700);
body {
  margin:0;
  padding:0;
}

.menuIcon {
  background:#fff;
  z-index:1;
  display:block;
  font-family:'Nunito Sans';
  color:#fff;
  text-decoration:none;
  padding:.75em;
  font-size:1em;
  text-align:right;
}

.nav {
  background:#d1364d;
  z-index:50;
  margin:0;
  padding:0;
  color:inherit;
/* blue colors for links too */
  text-decoration:inherit;
/* no underline */
  text-align:center;
  display:none;
}

.nav li {
  font-family:'Nunito Sans';
  font-weight:500;
  list-style:none;
  color:inherit;
/* blue colors for links too */
  text-decoration:inherit;
/* no underline */
  letter-spacing:.1em;
  padding:1em;
}

.nav a {
  text-decoration:none;
}

.selected {
  background:#06919a;
}

.list {
  display:block;
}

@media screen and (min-width: 480px) {
  .nav {
    font-size:0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
    background:#d1364d;
  /* Old browsers */
    background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
  /* FF3.6-15 */
    background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
  /* IE6-9 */
    padding:0;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    border-bottom:5px solid #000000;
    display:block;
  }
  
  .nav li {
    font-family:'Nunito Sans';
    font-weight:bolder;
    list-style:none;
    display:inline-block;
    font-size:19px;
    color:inherit;
  /* blue colors for links too */
    letter-spacing:.1em;
    padding:1em;
  }
  
  .selected {
    background:#fff;
  }
  
  .menuIcon {
    display:none;
  }
  
  a {
    color:#ffffff;
  }
}

.store-container {
  padding:0;
  margin:auto;
  list-style:none;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-block;
  display:flex;
  flex-direction:column;
  -webkit-flex-flow:row wrap;
  justify-content:Center;
}

.store-item {
  background:grey;
  padding:5px;
  width:900px;
  height:auto;
  margin:10px;
  align-items:center;
  line-height:20px;
  color:white;
  font-weight:bold;
  font-size:15px;
  text-align:center;
}

/*--------About Me----------------*/
.aboutme {
  z-index:5;
  padding:5px;
  width:900px;
  height:400px;
  margin:5px;
  margin-top:-63px;
  align-items:center;
  line-height:20px;
  color:black;
  font-family:'Nunito Sans';
  font-weight:700;
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}

.aboutimage {
  margin:0 90px;
  height:200px;
  float:left;
  border:5px solid #d1364d;
  -webkit-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
}

.aboutme-text {
  padding:0;
  position:relative;
  right:110px;
  text-align:right;
}

/*--------Rules----------------*/
.rules {
  padding:5px;
  margin:5px;
  align-items:center;
  line-height:20px;
  color:black;
  font-family:'Nunito Sans';
  font-weight:700;
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}

.rules-text {
  width:800px;
  padding:0 50px 50px;
  margin:auto;
  text-align:left;
}

/*--------Tip Menu----------------*/
.tipmenu {
  padding:5px;
  width:900px;
  height:550px;
  margin:5px;
  align-items:center;
  line-height:20px;
  color:white;
  font-weight:bold;
  font-family:'Nunito Sans';
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
  list-style:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}

.tipmenu-text {
  padding:0 40px;
}

.tipmenucontainer {
  width:900px;
  height:400px;
  overflow-x:auto;
  margin:auto;
  position:relative;
  right:20px;
}

.tipmenu-left {
  margin:auto;
  list-style:none;
  padding:25px 30px;
  color:#000000;
  border-bottom:5px solid white;
  background-color:lightpink;
  text-align:left;
}

.tipmenu-right {
  float:right;
  position:relative;
  color:#ffffff;
  bottom:14px;
  left:15px;
  border:5px solid;
  padding:10px 15px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d587af+0,d1364d+100 */
  background:#d587af;
/* Old browsers */
  background:-moz-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d587af 0%,#d1364d 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d587af',endColorstr='#d1364d',GradientType=0);
/* IE6-9 */
}

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

/*--------VIDEO----------------*/
.videocontainer {
  padding:0;
  width:910px;
  height:auto;
  margin:5px;
  align-items:center;
  line-height:20px;
  color:white;
  font-weight:bold;
  font-family:'Nunito Sans';
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}

.video {
  margin:auto;
  display:-webkit-flex;
  display:flex;
  width:900px;
  height:400px;
  overflow-x:auto;
  -webkit-flex-direction:row;
  flex-direction:row;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.videoitem {
  border:5px solid;
  width:420px;
  height:250px;
  margin:3px;
  background-size:100% 100%;
  -webkit-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  box-shadow:0 0 30px -1px rgba(0,0,0,0.90);
}

.textover {
  margin:auto;
  position:relative;
  top:150px;
  text-align:left;
  right:30px;
  background-color:rgba(000,000,000,0.7);
  width:339px;
  height:80px;
  padding:10px;
  color:#ffffff;
  font-family:'Nunito Sans';
  letter-spacing:.5px;
  font-weight:400;
}

.vidbutton {
  background:#d587af;
/* Old browsers */
  background:-moz-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d587af 0%,#d1364d 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d587af',endColorstr='#d1364d',GradientType=0);
  padding:40.5px 20px;
  position:relative;
  font-size:13px;
  top:89px;
  left:178px;
}

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

.viddesc {
  font-size:11px;
}

/*--------Nora----------------*/
.nora {
  width:910px;
  height:auto;
  margin:5px;
  align-items:center;
  line-height:20px;
  color:black;
  font-family:'Nunito Sans';
  font-weight:700;
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
  background:url(https://hostimg.co/images/2017/07/01/LOVENSE.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  border:6px solid #d587af;
}

.nora-text {
  padding:0;
  width:900px;
}

.norabig {
  padding:0 90px;
  font-size:23px;
  color:#ffffff;
  text-shadow:2px 2px 2px #d587af;
}

.noraimage {
  margin:0;
  height:200px;
  border:5px solid #d587af;
  -webkit-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
}

.norabutton {
  padding:20px;
  border:6px solid #ffffff;
  text-decoration:none;
  -webkit-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  box-shadow:0 0 30px -1px rgba(0,0,0,0.75);
  background:-moz-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d587af 0%,#d1364d 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d587af',endColorstr='#d1364d',GradientType=0);
}

.norabutton a {
  text-decoration:none none;
}

.noranora {
  color:red;
  padding:0 90px;
  font-size:22px;
}

/*--------Highest Tippers----------------*/
.ht {
  padding:5px;
  width:900px;
  height:auto;
  margin:5px;
  align-items:center;
  line-height:20px;
  color:white;
  font-weight:bold;
  font-family:'Nunito Sans';
  font-size:17px;
  text-align:center;
  letter-spacing:.5px;
  list-style:none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}

.ht-text {
  padding:0 40px;
  margin:auto;
}

.htcontainer {
  width:900px;
  height:auto;
  margin:auto;
  position:relative;
  right:20px;
}

.ht-left {
  margin:auto;
  list-style:none;
  padding:0;
  color:#000000;
  text-align:center;
}

#profile_main_photo,#tags_container,#username_container,#gender_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#age_container,#marital_status_container,#sexual_preference_container,#city_container,#profile_main_photo,#avatar_holder,#profile_main_photo,#about_me_label,#tags_container,#profile_header_container > .heading,#unix_last_updated_container,#last_login_string_container,#profile_about_me > .heading,#status_label {
  display:none;
}

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

a:visited {
  color:#;
}

body {
  font-family:'Nunito Sans';
  z-index:-50;
  margin:auto;
  width:900px;
  background:url(https://hostimg.co/images/2017/07/01/background.jpg)no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
}

.profile_section_content {
  color:#666666;
  background-color:#000000;
  padding:0;
  margin: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_background {
  background-color:#000000;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.profile_section_content .heading {
  background:#d587af;
/* Old browsers */
  background:-moz-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d587af 0%,#d1364d 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d587af 0%,#d1364d 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d587af',endColorstr='#d1364d',GradientType=0);
  color:#FFFFFF;
  padding:10px 60px;
  font-family:'Nunito Sans';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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:0;
}

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

#footer_bar {
  background-color:black;
  padding:20px;
  width:99.6%;
}

#footer_bar a {
  text-decoration:none;
  color:white;
}

.img_radius_shadow.photo_gallery_image {
  border:6px solid #d587af;
  border:6px solid #d1364d;
  color:#000000;
  font-family:'Nunito Sans';
}

#password_photo_gallery_previews > .photo_gallery_preview {
  background-color:#d587af;
  border:6px solid #d1364d;
  color:#000000;
  font-family:'Nunito Sans';
}

#photo_gallery_previews > .photo_gallery_preview:nth-of-type(1) {
  background-color:#d587af;
  border:6px solid #d1364d;
  color:#000000;
  font-family:'Nunito Sans';
}

.img_radius_shadow.photo_gallery_image,#photo_gallery_previews > .photo_gallery_preview:nth-of-type(1),#password_photo_gallery_previews > .photo_gallery_preview a {
  text-decoration:none;
  font-size:16px;
  color:#000000;
}

.img_radius_shadow.photo_gallery_lock {
}

.wall_post {
  padding:20px 50px;
  border-bottom:3px solid #d1364d;
  font-size:16px;
  color:#ffffff;
}

.wall_post_avatar > .img_radius_shadow {
  border:6px solid #d1364d;
}

#status_container {
  position:fixed;
  z-index:999;
  bottom:0;
  left:0;
  width:100px;
  padding:20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1364d+0,d587af+100 */
  background:#d1364d;
/* Old browsers */
  background:-moz-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(top,#d1364d 0%,#d587af 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom,#d1364d 0%,#d587af 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1364d',endColorstr='#d587af',GradientType=0);
/* IE6-9 */
  border:6px solid #d587af;
}