@charset "UTF-8";

/*** Photos Gallery ***/
#fixed_background:target ~ #profile {
}

#fixed_background:target ~ #profile #photos-bg {
  display:block!important;
  width:100%!important;
}

#fixed_background:target ~ #profile #profile_photo_galleries {
  display:block!important;
}

#fixed_background:target ~ #profile #profile_photo_galleries .heading,#fixed_background:target ~ #profile #profile_photo_galleries .photo_gallery_preview,#fixed_background:target ~ #profile #profile_photo_galleries .photo_gallery_name,#fixed_background:target ~ #profile #profile_photo_galleries .photo_gallery_name a,#fixed_background:target ~ #profile #profile_photo_galleries .photo_gallery_link {
  display:block!important;
}

#fixed_background:target ~ #profile #profile_photo_galleries #password_photo_galleries {
  display:block!important;
}

#fixed_background {
  display:block;
  height:initial;
  width:initial;
}

#fixed_background:target ~ #profile #profile_password_photo_galleries {
  display:block!important;
}

.photo_gallery .images {
  display:none!important;
}

#fixed_background:target ~ #profile .photo_gallery .images {
  display:block!important;
}

#fixed_background:target ~ #profile #profile_password_photo_galleries .heading,#fixed_background:target ~ #profile #profile_password_photo_galleries .photo_gallery_preview,#fixed_background:target ~ #profile #profile_password_photo_galleries .photo_gallery_name,#fixed_background:target ~ #profile #profile_password_photo_galleries .photo_gallery_name a,#fixed_background:target ~ #profile #profile_password_photo_galleries .photo_gallery_link {
  display:block!important;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  background-color:rgba(200,179,156,0);
  z-index:999!important;
}

.photo_gallery_image {
  box-shadow:0 0 4px 4px #bc8c49;
  border:solid 2px #fff;
  padding:4px;
  background-color:#ff0000;
}

.photo_gallery_name {
  box-shadow:0 0 10px 1px #ff0000;
  background-color:rgba(0,0,0,0.72);
  padding:3px;
  border-radius:30px;
}

.photo_gallery_link {
  color:#fff;
  font-size:15px;
}

.photo_gallery_preview {
  float:left;
}

.heading {
  color:#fff;
  margin-top:50px;
  font-size:25px;
  text-shadow:0 0 7px black;
}

UTF-8;
/*** Base ***/
*,:after,:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  height:100%;
}

body {
  line-height:1.75;
  margin:0;
  padding:0;
  min-height:100%;
  height:100%;
/*background: #1a1a1a;*/
}

/* body intro fix */
body {
  background:#1a1a1a url(https://s25.postimg.org/yi6dd2fqn/Intro_Banner_2.png) top center no-repeat;
  background-size:cover;
}

h1,h2,p,a,span,strong,div,ul,li {
  margin:0;
  padding:0;
}

p {
  font-family:"Palatino Linotype","Book Antiqua",'Palatino',serif,'Arial',sans-serif;
  font-size:17px;
  line-height:26px;
  color:#ccc;
}

a,a:hover,a:visited {
  text-decoration:none;
}

h1 {
  display:block;
  text-indent:-9999px;
}

h2 {
  font-family:'Georgia',serif,'Arial',sans-serif;
  font-size:33px;
  line-height:42px;
  color:#f94056;
  text-shadow:1px 1px 0 #000;
  padding:0 0 30px;
}

img {
  border-radius:0;
  box-shadow:none;
}

ol,ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/*** MFC Classes ***/
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#tags_label,#tags_value,#average_rating_count,#cam_score_container,#profile_about_me > div:nth-child(1),#username_container,#body_type_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#city_container,#sexual_preference_container,#marital_status_container,#marital_status_container,#gender_container,#country_container,#gender_container,#eyes_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#school_container,#automobile_container,#unix_last_broadcast_container,#avatar_holder,#profile_avatar,#status_container,#last_login_string_container,#unix_last_updated_container,#profile_header,#profile_schedule,#username_value,#gender_value,#body_type_value,#ethnicity_label,#hair_value,#eyes_value,#weight_value,#height_value,#age_value,#country_value,#sexual_preference_value,#marital_status_value,#camscore_value,#status_value,#five_things_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#be_anywhere_container,#talents_container,#turn_ons_container,#profile_photo_galleries,#favorite_models_container,#profile_comments {
  display:none;
}

.profile_section .heading,.friends_value,.admirers_value,.photo_gallery_name,.photo_gallery_link,.photo_gallery_count,.photo_gallery_preview {
  display:none;
}

.profile_section {
  border-spacing:0;
}

.profile_section_content {
  z-index:0;
  padding:0;
  margin:0;
}

#profile_about_me {
  margin:0;
}

#about_me_value {
  display:block;
  margin:0 auto;
  width:100%;
  height:100%;
}

.container {
  display:block;
  margin:0;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
}

.profile_section_content .value {
  font-family:'Helvetica','Arial',sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  color:#E7E1DC;
}

.profile_subsection {
  z-index:0;
}

#profile {
  margin:0 auto;
  background:#fff;
  font-size:.875em;
  line-height:1.25;
}

/*** Tabs Navigation ***/
.clouds-header {
  width:100%;
  height:35px;
  position:absolute;
  display:inline-block;
  background-color:rgba(25,25,25,0.54);
  background-position:center center;
  background-size:cover;
  left:0;
  box-shadow:0 0 5px #0c0c0c;
}

.tabs {
  height:50px;
  position:fixed;
  width:100%;
  text-align:center;
  z-index:1;
}

.tabs > div {
  display:inline;
}

.tabs > div > a {
  display:inline-block;
  position:relative;
  font-family:'Lucida Sans Unicode','Lucida Grande',sans-serif;
  font-size:18px;
  margin-top:8px;
  padding:0 22px;
  background-color:#fff;
  color:transparent;
  -webkit-background-clip:text;
  -moz-background-clip:text;
  background-clip:text;
}

.tabs > div > a:hover,.tabs > div > a:active {
  color:#f85750;
}

.tabs > div > div {
  left:0;
  top:0;
  bottom:0;
  right:0;
}

.tabs > div:target > div {
  position:absolute;
  width:100%;
}

.tabs > div:target > div > div {
}

.tabs > div:not(:target) > div {
  display:none;
}

/*
    .tabs > div:not(:target) > #home-bg {
        display: block;
    }*/
.tabs > div:not(:target) > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > div > a {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div {
  display:none;
}

.tabs > div:not(:target) > div > div > a > img {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div > a {
  display:none;
}

.tabs > div:not(:target) > div > div > div > div > a > span {
  display:none;
}

/*** Inner Structure ***/
#home-inner,#about-inner,#tip-inner,#raffles-inner,#room-inner,#videos-inner,#team-inner,#photos-inner,#itemsp-inner {
  display:block;
  width:100%;
  height:100%;
  margin:100px auto 0;
  z-index:-1;
  padding:0 40% 0 10%;
  text-align:center;
}

#home-inner {
  height:1300px;
}

#about-inner {
  height:900px;
}

#tip-inner {
  height:2500px;
}

#raffles-inner {
/*height: 2650px; - bug height */
  height:2500px;
}

#itemsp-inner {
  height:2500px;
}

#room-inner {
  height:1180px;
}

#videos-inner {
  height:2500px;
}

#photos-inner {
  height:2500px;
}

#team-inner {
  height:1300px;
}

#photos-inner {
  height:1300px;
}

/*** Content - Home ***/
#home-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/84rxxe59r/Home_BG3.png) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#home .clouds-divider {
  display:block;
  width:228px;
  height:50px;
  background:url(http://i32.photobucket.com/albums/d46/apolloblue1/Jewelles%20MFC/clouds-divider_zpselsgjhr5.png) top left no-repeat;
  margin:0 auto 40px;
}

#home h1 {
  background:url(https://s25.postimg.org/jjnyin0of/Logo_Serenisme.png) no-repeat;
  background-size:contain;
  background-position:left center;
  margin:0 auto 50px;
  height:300px;
}

#home ul {
  list-style:none;
  overflow:hidden;
  margin-bottom:120px;
  float:left;
  margin-top:-50px;
  padding-left:110px;
}

#home ul li {
  display:inline-block;
  margin:0 10px;
}

#home ul li a {
  -webkit-backface-visibility:hidden;
}

#home .video-preview {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:120px;
}

#home .video-preview .video-preview-heading {
  background:url(https://s25.postimg.org/7vds6gi7j/watchmelive.png) no-repeat;
  background-size:cover;
  position:absolute;
  top:-90px;
  left:50%;
  margin-left:-130px;
  display:block;
  text-indent:-99999px;
  width:260px;
  height:146px;
}

#home .video-player2 {
  display:block;
  text-indent:-99999px;
  background:url(https://s25.postimg.org/odhcycsvj/Intro_Video.png) no-repeat;
  background-size:cover;
  width:500px;
  height:310px;
  margin:0 auto 30px;
  -webkit-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
}

#home .video-player2 a {
  display:block;
  width:500px;
  height:310px;
}

/*** Content - About Me ***/
#about-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/sq695x5wv/HomeBG.jpg) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#about p {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:170px;
}

/*** Content - Events ***/
#raffles-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/vmyc3bi27/Events_BG2.png) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#raffles .raffle-container {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 30px 5px;
  text-align:center;
  position:absolute;
}

#raffles .raffle-container:first-of-type {
  margin-top:10px;
}

#raffles .raffle-heading {
  position:absolute;
  top:-90px;
  left:50%;
  margin-left:-130px;
  display:block;
  text-indent:-99999px;
  width:260px;
  height:146px;
}

#raffles .video-player {
  display:block;
  text-indent:-99999px;
  background:url(https://s25.postimg.org/9sosn66gf/Event01.png) no-repeat;
  background-size:cover;
  width:960px;
  height:480px;
  margin:0 auto 30px;
  -webkit-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
}

/*** Content -Personalized Items ***/
#itemsp-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/glw1m1zcf/Personalized_Items_BG.png) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#itemsp .pitems-container {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 30px 5px;
  text-align:center;
  position:absolute;
}

#itemsp .pitems-container:first-of-type {
  margin-top:10px;
}

#itemsp .pitems-heading {
  position:absolute;
  top:-90px;
  left:50%;
  margin-left:-130px;
  display:block;
  text-indent:-99999px;
  width:260px;
  height:146px;
}

#itemsp .video-player {
  display:block;
  text-indent:-99999px;
  background:url(https://s25.postimg.org/8vdqd0t2n/538xsw.jpg) no-repeat;
  background-size:cover;
  width:960px;
  height:480px;
  margin:0 auto 30px;
  -webkit-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
  box-shadow:3px 3px 3px 0 rgba(0,0,0,0.75);
}

/*** Content - Room Rules ***/
#room-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/w0v2p6crz/Rules_BG.jpg) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#room ul {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:left;
  position:absolute;
  margin-top:70px;
}

#room ul li {
  display:block;
  margin-bottom:15px;
  font-family:'Georgia',serif,'Arial',sans-serif;
  font-size:17px;
  line-height:23px;
  color:#ccc;
}

#room ul li::first-letter {
  text-transform:capitalize;
}

/*** Content -Videos ***/
#videos-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/uxahtub73/Home_2.jpg) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#videos ul {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:10px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:70px;
}

#videos ul li {
  display:block;
  margin-bottom:15px;
  font-family:'Georgia',serif,'Arial',sans-serif;
  font-size:17px;
  line-height:23px;
  color:#ccc;
}

#videos ul li::first-letter {
  text-transform:capitalize;
}

/*** Content - Sinners ***/
#team-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/glw1m1zcf/Personalized_Items_BG.png) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#team p {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:100px;
  background-repeat:no-repeat;
  background-size:cover;
}

/*** Footer ***/
.footer {
  position:fixed;
  height:30px;
  line-height:30px;
  font-size:12px;
  width:100%;
  text-align:left;
  color:#91949c;
  bottom:0;
  z-index:10;
  background:#1a1a1a;
  padding-left:50px;
}

/*** Hide Scrollbar ***/
::-webkit-scrollbar {
  display:none;
}

/*** Animation ***/
#home h1,#home h2,#about p,#room li,#tip li,#tip .team p,#raffles p,#raffles .games li,#raffles-inner,#videos-inner,#team p,#photos p,#itemsp-inner {
  -webkit-animation:fadeInScale .7s ease-in-out;
  -moz-animation:fadeInScale .7s ease-in-out;
  animation:fadeInScale .7s ease-in-out;
}

@keyframes fadeInScale {
  0% {
    transform:scale(0.9);
    opacity:0;
  }
  
  100% {
    transform:scale(1);
    opacity:1;
  }
}

.SocialIcons {
  height:60px;
  width:60px;
  margin:7px;
  border-radius:28px;
  -webkit-border-radius:28px;
  -moz-border-radius:28px;
  -o-border-radius:28px;
  transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  -webkit-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
}

.SocialIcons:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

#home .video-preview .video-preview-heading {
  animation:pulse 1s ease infinite;
/* transition: transform 0.2s; */
}

@keyframes pulse {
  0% {
    transform:scale(1);
  }
  
  50% {
    transform:scale(1.1);
  }
  
  100% {
    transform:scale(1);
  }
}

#about_title {
  position:absolute;
  margin-top:-133px;
  margin-left:-90px;
}

#rules_title {
  position:absolute;
  margin-top:-133px;
}

#videos_title {
  margin-top:-75px;
}

#vidprice {
  text-align:center;
}

#raffle_title {
  margin-top:-125px;
  position:absolute;
}

#myteam {
  position:absolute;
  margin-top:-120px;
  margin-left:-240px;
}  
}

#buybtn {
  position:absolute;
  width:130px;
  margin-top:213px;
  margin-left:-220px;
  animation:pulse 1s ease infinite;
}

/*** Content - Photos ***/
#photos-bg {
  height:960px;
  margin:0 auto;
  background:url(https://s25.postimg.org/cmyu38apb/SinnersBG2.png) center center no-repeat;
  background-size:cover;
  z-index:-1;
  overflow-y:scroll;
}

#photos p {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:100px;
  background-repeat:no-repeat;
  background-size:cover;
}

#photos:target ~ #profile #profile_password_photo_galleries,#fixed_background:target ~ #profile #profile_photo_galleries,#fixed_background:target ~ #profile #photo_galleries .profile_section,#fixed_background:target ~ #profile #password_photo_galleries .profile_section {
  display:block;
}

#profile_password_photo_galleries,#profile_photo_galleries,#photo_galleries .profile_section,#password_photo_galleries .profile_section {
  padding:15px;
  margin:20px auto 0;
  background:rgba(200,200,200,.2);
  border-radius:10px;
  width:100%;
  color:white;
}

#home:target ~ #profile_friends .profile_subsection {
  display:block;
}

#friends_value {
  display:none;
}

#profile_friends {
  position:absolute;
  margin-top:300px;
  margin-left:10px;
  padding:10px 10px 10px 23px;
}

#average_rating_container {
  background:rgba(255,255,255,0.50);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  padding:10px 10px 10px 23px;
  border-radius:10px;
  opacity:.9;
}

#average_rating_container:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:10px;
  margin-right:10px;
  font-weight:bold;
}

#rate_container {
  background:rgba(255,255,255,0.50);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  padding:10px 10px 10px 23px;
  margin-top:10px;
  border-radius:10px;
  opacity:.9;
}

#rate_container:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#admirers_container {
  background:rgba(255,255,255,0.50);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  padding:10px 10px 10px 23px;
  margin-top:10px;
  border-radius:10px;
  opacity:.9;
}

#admirers_container:hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#friends_container {
  background:rgba(255,255,255,0.50);
  box-shadow:0 0 4px rgba(0,0,0,0.1);
  margin-top:10px;
  border-radius:10px;
  padding:10px 10px 10px 23px;
  opacity:.9;
}

#friends_container :hover {
  background:#D3D3D3;
  opacity:.9;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#photos:target ~ #profile_comments {
  display:block;
}

#photos p {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 10px 5px;
  text-align:center;
  position:absolute;
  margin-top:170px;
}

#photos_title {
  position:absolute;
  margin-top:-133px;
  margin-left:-90px;
}

#item_title {
  margin-top:-400px;
}

#packages_title {
  margin-top:-400px;
}

#keychain {
  width:50%;
  float:left;
}

#mousepad {
  width:50%;
}

#tshirt {
  width:50%;
  float:left;
}

#calendar {
  width:50%;
}

#itemsp .pitems-container2 {
  background:rgba(0,0,0,0.7);
  border:1px solid rgb(0,0,0);
  box-shadow:0 0 5px #000;
  padding:70px 30px 5px;
  text-align:center;
  position:absolute;
  margin-top:30px;
  margin-left:-31px;
}

#keychain:hover {
  animation:bounce 1s;
}

#mousepad:hover {
  animation:bounce 1s;
}

#tshirt:hover {
  animation:bounce 1s;
}

#calendar:hover {
  animation:bounce 1s;
}

@keyframes bounce {
  0%,20%,60%,100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  
  40% {
    -webkit-transform:translateY(-20px);
    transform:translateY(-20px);
  }
  
  80% {
    -webkit-transform:translateY(-10px);
    transform:translateY(-10px);
  }
}

#Key_Mouse_pack {
  width:100%;
  border:solid 3px #fff;
  box-shadow:0 0 4px 4px #e40000;
}

#Mspad_calendar {
  width:100%;
  border:solid 3px #fff;
  box-shadow:0 0 4px 4px #e40000;
  margin-top:20px;
}

#Key_Tshirt {
  width:100%;
  border:solid 3px #fff;
  box-shadow:0 0 4px 4px #e40000;
  margin-top:20px;
}

#Key_Mouse_pack:hover {
  animation:bounce 1s;
}

#Mspad_calendar:hover {
  animation:bounce 1s;
}

#Key_Tshirt:hover {
  animation:bounce 1s;
}

#sinners_wall {
  float:left;
  width:40%;
}

#dreamers_wall {
  width:40%;
}

.raffle-container {
  margin-right:120px;
}

#event01,#event02,#event03 {
  border:1px solid #80583b;
}