@charset "UTF-8";

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

a:visited {
  color:WHITE;
}

body {
  font-size:1rem;
  line-height:1;
  color:rgb(255,255,255);
  padding:0;
  margin:0;
}

body {
  background-image:url(https://s20.postimg.cc/co2xeezlp/sfondo.png);
/* immagine posteriore di sfondo */
  background-color:;
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

/* ========================================================================
   Sezione della barra di navigazione
   ====================================================================== */
nav {
  display:block;
  text-align:center;
  z-index:9999;
}

nav ul {
  margin:0;
  padding:0;
  list-style:none;
}

.nav a {
  display:block;
  background:rgba(0,0,0,0.4);
/* colore della barra di navigazione */
  box-shadow:0 0 20px rgba(0,0,0,0);
  color:#fed16f;
/* colore caratteri della barra di navigazione */
  text-decoration:none;
  padding:.5em 0;
  position:relative;
  transition:all .1s ease-in-out;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
}

.nav {
  vertical-align:top;
  display:inline-block;
  width:940px;
  box-shadow:0 0 15px rgba(0,0,0,0.6);
  top:0;
  position:fixed;
  z-index:9999;
  margin:0 auto;
  border-radius:0;
  text-align:center;
  -webkit-transform:translateZ(0);
}

.nav li {
  position:relative;
}

.nav > li {
  font-family:'Courgette',cursive;
  font-size:14px;
  font-weight:400;
  font-style:normal;
/* extra light */
  letter-spacing:0;
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
}

.nav li:hover > a {
  color:#ffffff;
  text-shadow:0 0 20px #ffffff;
}

.nav ul {
  position:absolute;
  white-space:nowrap;
  border-bottom:5px double #fed16f;
  z-index:1;
  left:-99999em;
}

.nav > li:hover > ul {
  left:auto;
  padding-top:0;
  min-width:100%;
}

/* ========================================================================
   Classes for MFC Generated Elements
   ====================================================================== */
#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) {
  display:none;
}

#tags_container,#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 {
  display:none;
}

#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 {
  display:none;
}

/* ========================================================================
   Sezione del Profilo
   ====================================================================== */
#profile {
  width:940px;
  margin:0 auto;
  background-color:rgba(0,0,0,0.75);
/* colonna centrale */
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  line-height:1.25;
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  -webkit-border-bottom-right-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-bottom-right-radius:0;
  -moz-border-bottom-left-radius:0;
  box-shadow:0 0 15px rgba(0,0,0,0.6),0 0 15px rgba(0,0,0,0.6);
  border-bottom-right-radius:0;
  -webkit-border-bottom-right-radius:0;
  -moz-border-bottom-right-radius:0;
  border-bottom-left-radius:0;
  -webkit-border-bottom-left-radius:0;
  -moz-border-bottom-left-radius:0;
  border-top-right-radius:0;
  -webkit-border-top-right-radius:0;
  -moz-border-top-right-radius:0;
  border-top-left-radius:0;
  -webkit-border-top-left-radius:0;
  -moz-border-top-left-radius:0;
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

#profile_header {
  padding:27px 0 0;
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  color:white;
  margin:0 auto;
  padding:0;
  background:#;
  width:940px;
  height:50px;
  line-height:70px;
  font-size:35px;
  font-family:'Great Vibes',cursive;
  text-transform:capitalize;
  text-align:center;
  letter-spacing:0;
  font-weight:300;
}

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

#profile_aboutme {
  margin:25px 0 0;
}

#meet_aboutme_value {
  display:block;
  margin:0 auto;
}

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

.img_radius_shadow {
  border-radius:0;
  box-shadow:none;
}

#img_preview {
  box-shadow:none;
}

#img_preview,#img_preview img {
  background:rgba(0,0,0,0);
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
}

.images {
  padding:10px;
  margin:10px;
}

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

.notice {
  color:rgba(8,8,8,0.8);
}

/* ========================================================================
   Schedule Section
   ====================================================================== */
#profile_schedule {
  margin:0 auto;
  position:relative;
  padding-top:50px;
}

#profile_schedule .container {
  background-color:rgba(0,0,0,0.0);
  border:solid 1px #fbadf4;
  position:relative;
  top:25px;
  display:inline-block;
  width:120px;
  height:100px;
}

#schedule_day_0_container {
  margin-left:27px!important;
}

#profile_schedule .label {
  display:inline-block;
  width:100%;
  font-family:'arial';
  font-size:16px;
  line-height:12px;
  text-align:center;
  color:#fbadf4;
}

#profile_schedule .value {
  display:inline-block;
  width:110px;
  margin-left:5px;
  position:relative;
  top:10px;
  font-size:14px;
  font-weight:normal;
  font-family:'arial';
  color:white;
  text-align:center;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  font-family:'arial';
  text-align:center;
  font-size:15px;
  margin:30px auto 35px;
  color:white;
}

/* ========================================================================
      Sezione delle Gallerie Fotografiche
   ====================================================================== */
#profile_photo_galleries {
  position:relative;
  margin:70px auto;
}

#profile_password_photo_galleries {
  position:relative;
  margin:0 auto;
  padding-top:30px;
}

#profile_password_photo_galleries .container {
  background-color:rgba(0,0,0,0.3);
  border-style:solid;
  border-width:1px;
  box-shadow:2px 2px 8px rgba(0,0,0,0.6);
  position:relative;
  top:15px;
  left:10px;
  display:inline-block;
  width:125px;
  height:125px;
  margin:0 auto;
  padding:0;
  margin-left:0;
}

.photo_gallery_link {
  display:inline-block;
}

.photo_gallery_preview {
  margin:0;
  text-align:center;
  display:inline-block;
  width:188px;
  height:150px;
  background-color:rgba(255,5,255,0);
}

.photo_gallery_previews {
  text-align:center;
/* per posizionare centralmente le anteprime delle gallerie */
}

.photo_gallery_name,.photo_gallery_name a {
  font-family:'Courgette',cursive;
/* caratteristiche del font per il titolo di ciascuna galleria fotografica */
  text-transform:capitaliza;
  font-size:15px;
  text-decoration:none;
  color:white;
}

.photo_gallery_name,.photo_gallery_name a:hover {
  color:#fed16f;
}

.photo_gallery_count {
  font-family:'arial narrow';
/* caratteristiche del font per il contatore delle foto */
  text-transform:uppercase;
  font-size:10px;
  color:#fed16f;
}

.photo_gallery_image {
  width:80px;
  height:80px;
/* cornice attorno alle icone della galleria immagini */
  border:10px solid white;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -ms-transform:rotate(0deg);
/* IE 9 */
  -webkit-transform:rotate(0deg);
/* Chrome, Safari, Opera */
  transform:rotate(0deg);
  -webkit-transition:all .3s ease-in-out .1s;
  -moz-transition:all .3s ease-in-out .1s;
  -o-transition:all .3s ease-in-out .1s;
  -ms-transition:all .3s ease-in-out .1s;
  transition:all .3s ease-in-out .1s;
}

.photo_gallery_image:hover {
  border:10px solid #fed16f;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
}

#password_photo_gallery_previews .photo_gallery_preview > .photo_gallery_link {
/* immagine per le gallerie protette da password */
  background-image:url(https://s20.postimg.cc/m3a1bkjn1/Lock.png);
  background-repeat:no-repeat;
  background-size:75%;
  background-position:50%;
}

.photo_gallery_lock {
  visibility:hidden;
}

/* per centrare le immagini contenute in una galleria */
.images {
  text-align:center;
  background-color:;
}

/* ========================================================================
             Sezione della Home Page (Header)
   ====================================================================== */
#ContentHeader {
  display:block;
  position:relative;
  margin:0 auto;
/* per metter l'email piÃ¹ vicina alla foto della home */
  height:627px;
  width:940px;
  background:url();
  background-size:940px 627px;
  background-repeat:no-repeat;
  background-position:top center,;
}

@keyframes slidy {
  6% {
    left:0;
  }
  
  12% {
    left:0;
  }
  
  18% {
    left:0;
  }
  
  24% {
    left:-100%;
  }
  
  30% {
    left:-100%;
  }
  
  36% {
    left:-100%;
  }
  
  42% {
    left:-200%;
  }
  
  48% {
    left:-200%;
  }
  
  54% {
    left:-200%;
  }
  
  60% {
    left:-300%;
  }
  
  66% {
    left:-300%;
  }
  
  72% {
    left:-300%;
  }
  
  78% {
    left:-400%;
  }
  
  84% {
    left:-400%;
  }
  
  90% {
    left:-400%;
  }
  
  100% {
    left:-0;
  }
}

body {
  margin:0;
}

div#slider {
  overflow:hidden;
}

div#slider figure img {
  width:20%;
  float:left;
}

div#slider figure {
  position:relative;
  width:500%;
  margin:0;
  left:0;
  text-align:left;
  font-size:0;
  animation:20s slidy infinite;
}

.name {
  display:block;
  width:670px;
  height:270px;
  float:left;
  background:transparent url(https://s20.postimg.cc/vmxji7bgd/title_3.png) no-repeat;
  background-size:100%;
  position:relative;
  margin-top:-120px;
  margin-left:135px;
  text-indent:-3000px;
  z-index:1;
}

.email {
  display:inline-block;
  width:100%;
  height:25px;
  text-align:center;
  font-family:'Courgette',cursive;
  font-style:normal;
  font-weight:300;
  font-size:16px;
  letter-spacing:0;
  line-height:20px;
  color:#fff;
}

/* ------------------------- Stilizzazione dei link mail----------------------------- */
.email a:link {
  color:#fbadf4;
  text-decoration:none;
/* per togliere la sottolineatura */
}

.email a:visited {
  color:#fbadf4;
}

.email a:active {
  color:#fbadf4;
}

.email a:hover {
  color:#ffffff;
}

/* -------------------------  Fine Stilizzazione dei link mail ----------------------------- */
/* ========================================================================
          Sezione dei tasti Social
======================================================================== */
.social-container {
  margin-top:-30px;
  height:70px;
  width:940px;
  background-color:rgba(255,5,200,0);
}

#offlinetip,#twitter,#instagram,#amazon {
  margin-top:-40px;
  margin-bottom:30px;
  display:inline-block;
  position:relative;
  float:left;
  width:45px;
  height:45px;
  margin-right:30px;
  background-size:100%;
  box-shadow:0 0 10px rgba(0,0,0,0.4);
  background-repeat:no-repeat;
  z-index:9998;
  border-radius:50%;
  -webkit-transition:-webkit-transform .8s ease-in-out;
  transition:transform .8s ease-in-out;
}

#amazon {
  background-image:url(https://s20.postimg.cc/aitarr2d9/amazon.png);
  margin-left:335px;
}

#twitter {
  background-image:url(https://s20.postimg.cc/d3yvf9rr1/twitter.png);
}

#instagram {
  background-image:url(https://s20.postimg.cc/fws2zas3h/instagram.png);
}

#offlinetip {
  background-image:url(https://s20.postimg.cc/oqizgef25/offlinetip.png);
}

#offlinetip:hover,#twitter:hover,#instagram:hover,#amazon:hover {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg);
}

/* ========================================================================
        Sezione About Me
======================================================================== */
#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:920px;
  width:940px;
  background-image:url(https://s20.postimg.cc/t6vq4ctdp/aboutme.png);
  background-size:940px 920px;
  background-repeat:no-repeat;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:440px;
  height:600px;
  overflow:hidden;
  margin-left:250px;
  margin-top:430px;
  font-family:'arial narrow';
  font-style:normal;
  font-size:15px;
  line-height:24px;
  font-weight:400;
  letter-spacing:0;
  text-align:justify;
  color:white;
  text-shadow:1px 1px 7px rgba(0,0,0,0.5);
}

.SocialButtons {
  display:inline-block;
  position:relative;
  left:73px;
  width:195px;
  height:90px;
  overflow:visible;
}

.SocialButtons:first-of-type {
  margin-left:50px;
}

.SocialIcons {
  transition:.2s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

.SocialIcons:hover {
  transform:scale(1.15);
  -webkit-transform:scale(1.15);
}

/* ========================================================================
        Sezione deila tavola livelli Lovense
======================================================================== */
#tableWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:540px;
  width:940px;
  background-image:url(https://s20.postimg.cc/3p0lgw6v1/Lovense_Table.png);
  background-size:940px 540px;
  background-repeat:no-repeat;
}

/* ========================================================================
        Sezione dei Games
======================================================================== */
#gamesWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:900px;
  width:940px;
  background-image:url(https://s20.postimg.cc/o8hehb4cd/games.png);
  background-size:940px 900px;
  background-repeat:no-repeat;
}

/* ========================================================================
        Sezione dei Nora's Team
======================================================================== */
#norasteamWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:1140px;
  width:940px;
  background-image:url(https://s20.postimg.cc/z4t014ekd/noras_Team_3.png);
  background-size:940px 1140px;
  background-repeat:no-repeat;
}

.teamtxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:240px;
  height:430px;
  overflow:hidden;
  padding:10px;
  position:relative;
  top:180px;
  left:375px;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style:italic;
  font-size:16px;
  line-height:28px;
  font-weight:200;
  letter-spacing:0;
  text-align:justify;
  color:white;
  text-shadow:1px 1px 7px rgba(0,0,0,0.5);
}

.button {
  position:relative;
  float:left;
  top:600px;
  left:615px;
  display:inline-block;
  -webkit-border-radius:10px;
  -webkit-box-shadow:0 3px rgba(128,128,128,1),0 4px rgba(118,118,118,1),0 5px rgba(108,108,108,1),0 6px rgba(98,98,98,1),0 7px rgba(88,88,88,1),0 8px rgba(78,78,78,1),0 14px 6px -1px rgb(0,0,0);
  -webkit-transition:-webkit-box-shadow .1s ease-in-out;
}

.button span {
  background-color:#E8E8E8;
  background-image:-webkit-gradient(linear,left bottom,left top,color-stop(50%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.3)),color-stop(100%,rgba(255,255,255,0.2))),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(210,210,210,0.3)),color-stop(20%,rgba(210,210,210,0)),color-stop(80%,rgba(210,210,210,0)),color-stop(100%,rgba(210,210,210,0.3))),-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,0.5)),color-stop(80%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0))),-webkit-gradient(linear,0% 100%,100% 0%,color-stop(0%,rgba(255,255,255,0)),color-stop(40%,rgba(255,255,255,0)),color-stop(40%,#D2D2D1),color-stop(60%,#D2D2D1),color-stop(60%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,0)));
  -webkit-box-shadow:0 -1px #fff,0 1px 1px #FFFFFF;
  -webkit-background-size:100%,100%,100%,4px 4px;
  -webkit-border-radius:10px;
  -webkit-transition:-webkit-transform .1s ease-in-out;
  display:inline-block;
  padding:10px 40px;
  color:#3A474D;
  font-family:'Great Vibes',cursive;
  font-weight:700;
  font-size:32px;
  text-shadow:0 1px #fff,0 -1px #262F33;
}

.button span:hover {
  color:#fb458e;
  text-shadow:0 -1px #fb458e;
  cursor:pointer;
}

.button:active {
  -webkit-box-shadow:0 3px rgba(128,128,128,1),0 4px rgba(118,118,118,1),0 5px rgba(108,108,108,1),0 6px rgba(98,98,98,1),0 7px rgba(88,88,88,1),0 8px rgba(78,78,78,1),0 10px 2px 0 rgba(128,128,128,.6);
}

.button:active span {
  -webkit-transform:translate(0,5px);
}

.button span:after {
  content:">";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:14px;
  top:12px;
  font-family:'Cabin';
  font-weight:700;
  color:#fb458e;
  text-shadow:0 1px #fff,0 -1px #fb458e;
  font-size:26px;
}

.lists-container {
  margin:320px auto;
  height:320px;
  width:800px;
  background-color:rgba(255,5,200,0);
}

.members1,.members2,.members3 {
  display:inline-block;
  width:200px;
  height:300px;
  background-color:rgba(255,5,255,0);
  background-size:200px 285px;
  overflow:hidden;
  position:relative;
  float:left;
  font-family:Arial;
  font-style:italic;
  font-weight:300;
  font-size:17px;
  text-shadow:2px 2px 10px rgba(0,0,0,0.0);
  text-transform:capitalize;
  letter-spacing:0;
  text-align:justify;
  line-height:18px;
  color:rgb(255,255,255);
}

.members1 {
  top:7px;
  left:60px;
}

.members2 {
  top:7px;
  left:120px;
}

.members3 {
  top:7px;
  left:180px;
}

/* ========================================================================
        Sezione delle Regole
======================================================================== */
#rulesWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:690px;
  width:940px;
  background-image:url(https://s20.postimg.cc/424pqxtx9/rules-2.png);
  background-size:940px 690px;
  background-repeat:no-repeat;
}

.rulestxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:940px;
  height:300px;
  overflow:hidden;
  margin-top:180px;
  font-family:'Courgette',cursive;
  text-shadow:2px 2px 10px #000;
  font-style:normal;
  font-size:25px;
  line-height:55px;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  font-style:normal;
  color:white;
}

/* ========================================================================
        Sezione dei Video
======================================================================== */
#VideoWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:800px;
  width:940px;
  overflow:hidden;
  background:url(https://s20.postimg.cc/b3yiirp31/video_Gallery.png) no-repeat;
  background-size:940px 800px;
}

.video-container {
  margin:165px auto 0;
  height:600px;
  width:850px;
  background:;
  background:-moz-linear-gradient(top,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  background:-webkit-linear-gradient(top,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,0.45) 0%,rgba(255,255,255,0.45) 1%,rgba(255,255,255,0.2) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#73ffffff',endColorstr='#33ffffff',GradientType=0);
  border-top-left-radius:10px;
  border:1px solid #ffffff;
  box-shadow:inset 0 0 15px rgba(0,0,0,0.5),inset 0 0 15px rgba(0,0,0,0.5);
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-top-left-radius:10px;
  -o-border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-bottom-left-radius:10px;
  -o-border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-bottom-right-radius:10px;
  -o-border-bottom-right-radius:10px;
  border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-top-right-radius:10px;
  -o-border-top-right-radius:10px;
}

.video-list {
  height:599px;
  overflow:auto;
  width:810px;
  padding-top:1px;
  padding-left:35px;
}

.One,.Two,.Three,.Four,.Five,.Six,.Seven,.Eight,.Nine,.Ten,.Eleven,.Twelve {
  background-repeat:no-repeat;
  background-size:100% 100%;
  border-radius:25px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  -o-border-radius:25px;
}

.One {
  background-image:url(http://fs1.directupload.net/images/user/171108/9jqgjwai.png);
}

.Two {
  background-image:url(http://fs1.directupload.net/images/user/171108/nqjiijk3.png);
}

.Three {
  background-image:url(http://fs1.directupload.net/images/user/171108/i363cbvy.png);
}

.Four {
  background-image:url(http://fs1.directupload.net/images/user/171108/rxchugfo.png);
}

.Five {
  background-image:url(https://s20.postimg.cc/z6aqzwgcd/comingsoon.gif);
}

.Six {
  background-image:url(https://s20.postimg.cc/z6aqzwgcd/comingsoon.gif);
}

.video {
  width:384px;
  height:265px;
  margin-top:15px;
  float:left;
}

.video-frame {
  width:323px;
  height:212px;
  border:12px double #fff;
  margin-top:25px;
  margin-bottom:25px;
  margin-left:25px;
  padding:0;
  border-radius:25px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  -o-border-radius:25px;
  box-shadow:0 0 10px rgba(0,0,0,0.6);
  -webkit-box-shadow:3px 3px 15px rgba(0,0,0,0.6);
  -moz-box-shadow:3px 3px 15px rgba(0,0,0,0.6);
  -moz-transition:all 150ms ease-in;
  -webkit-transition:all 150ms ease-in;
  -o-transition:all 150ms ease-in;
  -ms-transition:all 150ms ease-in;
  transition:all 150ms ease-in;
}

.video-frame:hover {
  border:12px solid #cb5ef8;
  box-shadow:0 0 20px #cb5ef8;
  -webkit-box-shadow:0 0 20px #cb5ef8;
  -moz-box-shadow:0 0 20px #cb5ef8;
}

.video-frame:hover > .desc {
  opacity:1!important;
}

.length {
  float:right;
  margin-right:1px;
  margin-top:14px;
  color:#fff;
  font-size:12px;
  font-style:italic;
  font-weight:800;
  letter-spacing:-1px;
  font-family:'arial';
  background:rgba(0,0,0,0.7);
  border:2px solid #cb5ef8;
  padding:3px 10px;
  box-shadow:1px 1px 8px #000;
  -webkit-box-shadow:1px 1px 8px #000;
  -moz-box-shadow:1px 1px 8px #000;
  text-transform:lowercase;
  z-index:2;
}

.title {
  margin-top:-37px;
  float:left;
  margin-left:10px;
  color:#fff;
  font-size:20px;
  letter-spacing:-1px;
  font-family:'arial';
  font-style:italic;
  background:rgba(0,0,0,0.4);
  border:2px solid #cb5ef8;
  padding:3px 10px;
  box-shadow:1px 1px 5px #000;
  -webkit-box-shadow:1px 1px 5px #000;
  -moz-box-shadow:1px 1px 5px #000;
  text-transform:uppercase;
  z-index:2;
}

.desc {
  opacity:0;
  width:100%;
  height:100%;
  text-align:center;
  background:rgba(0,0,0,0.75);
/* opacitÃ  del velo nero */
  border-radius:13px;
  -webkit-border-radius:13px;
  -moz-border-radius:13px;
  -o-border-radius:13px;
  -moz-transition:all .2s ease-in;
  -webkit-transition:all .2s ease-in;
  -o-transition:all .2s ease-in;
  -ms-transition:all .2s ease-in;
  transition:all .2s ease-in;
  z-index:1;
}

.price {
  font-weight:normal;
  padding-top:30px;
  padding-bottom:15px;
/* distanza della linea di separazione dal margine superiore */
  color:#FFF;
  font-size:28px;
  font-weight:200;
  font-family:'arial';
  border-bottom:1px solid white;
  width:75%;
  margin:0 auto;
}

.vidbuy:before {
  content:" BUY";
}

.vidbuy {
  color:#cb5ef8;
  font-weight:bold;
}

.vidbuy:hover {
  color:#fffb00;
}

.text {
  color:#fff;
  font-family:'arial';
  font-size:15px;
  font-weight:200px;
  padding:20px;
  height:115px;
  overflow:hidden;
}

/* ========================================================================
     Sezione dei Tip Menu
======================================================================== */
/* -------------------------------------------------------   Vanilla   ---------------------------------------------------------- */
#TipMenuVanillaWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:800px;
  width:940px;
  background:url(https://s20.postimg.cc/8ycxwdjgd/Tip_Menu.png) no-repeat;
  background-color:rgba(255,255,255,0);
  background-size:940px 900px;
  font-family:'Courgette',cursive;
  letter-spacing:-1px;
  text-transform:capitalize;
  font-size:23px;
  line-height:33px;
}

.TipMenuVanillaHolder {
  width:400px;
  height:600px;
  padding-top:160px;
  padding-right:20px;
  margin:0 auto;
}

.TipMenuVanillaItem a {
  color:#fff;
  text-decoration:none;
  text-indent:-3000px;
}

.TipMenuVanillaItem > a > span:nth-child(1) {
  text-align:left;
  position:relative;
  left:-30px;
}

.TipMenuVanillaItem > a > span:nth-child(2) {
  text-align:right;
  float:right;
  position:relative;
  right:-30px;
}

.TipMenuVanillaItem a:hover {
  text-decoration:none;
  color:#fbadf4;
}

/* -------------------------------------------------------   Kinky   ---------------------------------------------------------- */
#TipMenuKinkyWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:550px;
  width:940px;
  background:url(https://s20.postimg.cc/ozpqxt6m5/Tip_Menu_Kinky.png) no-repeat;
  background-color:rgba(255,255,255,0);
  background-size:940px 900px;
  font-family:'Courgette',cursive;
  letter-spacing:-1px;
  text-transform:capitalize;
  font-size:23px;
  line-height:33px;
}

.TipMenuKinkyHolder {
  width:400px;
  height:600px;
  padding-top:160px;
  padding-right:20px;
  margin:0 auto;
}

.TipMenuKinkyItem a {
  color:#fff;
  text-decoration:none;
  text-indent:-3000px;
}

.TipMenuKinkyItem > a > span:nth-child(1) {
  text-align:left;
  position:relative;
  left:-30px;
}

.TipMenuKinkyItem > a > span:nth-child(2) {
  text-align:right;
  float:right;
  position:relative;
  right:-30px;
}

.TipMenuKinkyItem a:hover {
  text-decoration:none;
  color:#fbadf4;
}

/* latin-ext */
@font-face {
  font-family:'Courgette';
  font-style:normal;
  font-weight:400;
  src:local('Courgette Regular'),local(Courgette-Regular),url(https://fonts.gstatic.com/s/courgette/v4/Gkr63O-aJXf4Mv4t7cBUcoX0hVgzZQUfRDuZrPvH3D8.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:'Courgette';
  font-style:normal;
  font-weight:400;
  src:local('Courgette Regular'),local(Courgette-Regular),url(https://fonts.gstatic.com/s/courgette/v4/BHG8ZtTfO0yYnp02--QxqpBw1xU1rKptJj_0jans920.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;
}

/* ========================================================================
            Sezione dei Raffle
======================================================================== */
#raffleWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  width:940px;
  height:630px;
  overflow:hidden;
  background:url(https://s20.postimg.cc/squq6duwt/raffles-2.png) no-repeat;
  background-size:940px 630px;
}

.raffletxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  width:840px;
  height:240px;
  overflow:hidden;
  margin-left:50px;
  margin-top:245px;
  font-family:'Courgette',cursive;
  text-shadow:2px 2px 10px #000;
  font-style:normal;
  font-size:25px;
  line-height:30px;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  color:white;
}

/* ========================================================================
            Sezione delle Schedule
======================================================================== */
#myscheduleWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  width:940px;
  height:705px;
  overflow:hidden;
  background:url(https://s20.postimg.cc/t22zrnwl9/schedule.png) no-repeat;
  background-size:940px 705px;
}

.myscheduletxt {
  display:inline-block;
  width:540px;
  height:340px;
  overflow:hidden;
  margin-left:200px;
  margin-top:185px;
  font-family:'Courgette',cursive;
  text-shadow:2px 2px 10px rgba(0,0,0,0.5);
  font-style:normal;
  font-size:25px;
  line-height:41px;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  color:white;
}

.myschedulesfootertxt {
  display:inline-block;
  background-color:rgba(0,0,0,0);
  width:940px;
  height:100px;
  overflow:hidden;
  margin-top:45px;
  font-family:'Courgette',cursive;
  text-shadow:2px 2px 10px rgba(0,0,0,0.5);
  font-style:normal;
  font-size:15px;
  line-height:20px;
  font-weight:200;
  letter-spacing:0;
  text-align:center;
  color:white;
}

/* ========================================================================
            Sezione dello Store
======================================================================== */
#storeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  width:940px;
  height:690px;
  overflow:hidden;
  background:url(https://s20.postimg.cc/icpazeksd/store.png) no-repeat;
  background-size:940px 690px;
}

.snapchatstore a,.kikstore a,.phonestore a,.custompicsstore a,.customvidsstore a,.pantiesstore a {
  display:block;
  width:240px;
  height:223px;
  float:left;
  position:relative;
  padding-right:30px;
  text-indent:-3000px;
}

.snapchatstore a {
  background:transparent url(https://s20.postimg.cc/yl5j8vtml/SNAPCHAT.png) no-repeat;
  margin-top:200px;
  margin-left:75px;
}

.kikstore a {
  background:transparent url(https://s20.postimg.cc/7i7uxh1od/KIK.png) no-repeat;
  margin-top:200px;
}

.phonestore a {
  background:transparent url(https://s20.postimg.cc/7w96x2lrx/PHONE.png) no-repeat;
  margin-top:200px;
}

.custompicsstore a {
  background:transparent url(https://s20.postimg.cc/vpsg20pml/PHOTOS.png) no-repeat;
  margin-top:30px;
  margin-left:75px;
}

.customvidsstore a {
  background:transparent url(https://s20.postimg.cc/yc7yiygu5/VIDEOS.png) no-repeat;
  margin-top:30px;
}

.pantiesstore a {
  background:transparent url(https://s20.postimg.cc/we1akyocd/PANTIES.png) no-repeat;
  margin-top:30px;
}

.phonestore a:hover,.kikstore a:hover,.pantiesstore a:hover,.custompicsstore a:hover,.customvidsstore a:hover,.snapchatstore a:hover {
  opacity:.6;
}

/* ========================================================================
            Sezione de tasto "To top"
======================================================================== */
#ToTop {
  display:inline-block;
  position:fixed;
  width:50px;
  height:50px;
  background-image:url(https://s20.postimg.cc/pf9fe6awt/totopbutton.png);
  background-repeat:no-repeat;
  background-size:50px 50px;
  bottom:40px;
  right:35px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  z-index:1000;
}

.ToTop {
  box-shadow:inset 0 0 5px #fed16f,1px 1px 3px #fed16f,-1px -1px 5px #fed16f;
}

.ToTop:hover {
  box-shadow:inset 0 0 15px white,1px 1px 3px white,-1px -1px 15px white;
}

/* ========================================================================
            My logo Section
======================================================================== */
.MyLogo {
  display:inline-block;
  position:fixed;
  width:170px;
  height:50px;
  background-image:url(https://s20.postimg.cc/7nxszpvi5/LOGO_per_pagine.png);
  background-repeat:no-repeat;
  background-size:100%;
  bottom:35px;
  left:5px;
  z-index:1000;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
}

.MyLogo:hover {
  -moz-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -webkit-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -o-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -ms-animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;
  -moz-animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
  -o-animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
}

@-webkit-keyframes shake {
  10%,90% {
    transform:translate3d(-2px,0,0);
  }
  
  20%,80% {
    transform:translate3d(3px,0,0);
  }
  
  30%,50%,70% {
    transform:translate3d(-6px,0,0);
  }
  
  40%,60% {
    transform:translate3d(6px,0,0);
  }
}

@-moz-keyframes shake {
  10%,90% {
    transform:translate3d(-2px,0,0);
  }
  
  20%,80% {
    transform:translate3d(3px,0,0);
  }
  
  30%,50%,70% {
    transform:translate3d(-6px,0,0);
  }
  
  40%,60% {
    transform:translate3d(6px,0,0);
  }
}

@-o-keyframes shake {
  10%,90% {
    transform:translate3d(-2px,0,0);
  }
  
  20%,80% {
    transform:translate3d(3px,0,0);
  }
  
  30%,50%,70% {
    transform:translate3d(-6px,0,0);
  }
  
  40%,60% {
    transform:translate3d(6px,0,0);
  }
}

@keyframes shake {
  10%,90% {
    transform:translate3d(-2px,0,0);
  }
  
  20%,80% {
    transform:translate3d(3px,0,0);
  }
  
  30%,50%,70% {
    transform:translate3d(-6px,0,0);
  }
  
  40%,60% {
    transform:translate3d(6px,0,0);
  }
}

/* ========================================================================
   Loader
   ====================================================================== */
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-o-animation fadeIn {
  fromopacity:0;
}

to {
  opacity:1;
}  
}

@keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  from {
    opacity:0;
  }
  
  to {
    opacity:1;
  }
}

.fade-in {
  opacity:0;
  -webkit-animation:fadeIn ease 1;
  -moz-animation:fadeIn ease 1;
  -o-animation:fadeIn ease 1;
  animation:fadeIn ease 1;
  -ms-animation:fadeIn ease 1s;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  -o-animation:forwards;
  animation-fill-mode:forwards;
  -ms-animation-fill-mode:forwards;
  animation-duration:1s;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -o-animation-duration:1s;
  -ms-animation-duration:1s;
}

/* ========================================================================
      Sezione degli interessi ed hobby
   ====================================================================== */
#profile_interests_content .value {
/* per fare le risposte alle domande non in grassetto */
  font-weight:normal;
  margin-left:0!important;
}

#meaning_life_container {
/* per distanziare il titolo della sezione da ciÃ² che segue */
  padding-top:15px;
}

#profile_interests_content {
/* per allineare le risposte della sezione di hobby e interessi */
/* E' il contenitore di tutta la sezione di "interessi e hobby" */
  color:#000;
  text-align:center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+50,ffffff+100 */
  background:#000;
}

.profile_section_content .value {
/* caratteristiche del font usato per le risposte alle domande di "interessi ed hobby" */
  font-family:'arial';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
  color:white;
}

#meaning_life_label,#five_things_label,#for_fun_label,#craziest_thing_label,#be_anywhere_label,#know_me_label,#favorite_books_label,#favorite_songs_label,#favorite_movies_label,#hobbies_label,#talents_label,#perfect_mate_label,#perfect_date_label,#turn_ons_label {
/* caratteristiche del font usato per le domande di "interessi ed hobby" */
  text-align:center!important;
  color:#fed16f;
  text-transform:uppercase;
}

/* ========================================================================
       Sezione dell'Autore
   ====================================================================== */
.Copyright {
  height:20px;
  width:100%;
  text-align:center;
  font-size:12px;
  letter-spacing:0;
  font-weight:300;
  color:white;
  padding-top:70px;
  font-family:'Courgette',cursive;
  font-style:normal;
  bottom:0;
  z-index:10;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.Copyright > a:link {
  color:#fbadf4;
/* per togliere la sottolineatura */
}

.Copyright > a:visited {
  color:#fbadf4;
}

.Copyright > a:active {
  color:#fbadf4;
}

.Copyright > a:hover {
  color:#ffffff;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
/* ========================================================================
       Sezione dei caratteri usati nella pagina
   ====================================================================== */
/* latin-ext */
@font-face {
  font-family:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3aE8kM4xWR1_1bYURRojRGc.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:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Ygp9Q8gbYrhqGlRav_IXfk.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;
}

/* ========================================================================
    Sezione dei Commenti
   ====================================================================== */
#new_comment_login_message {
  color:white;
}

#wall_poster_avatar {
  display:none;
/* per togliere la foto dalla sezione del nuovo commento */
}

.user_comment_textarea_big {
  width:710px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

.user_comment_textarea_small {
  width:710px;
/* per allargare l'area dove si scrive un nuovo commento */
  height:125px;
  box-shadow:inset 0 0 16px #333);
}

#user_comment_comment {
/* caratterisitche del font e dello spazio dove si scrive un commento */
  font-size:14px;
  box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow:inset 0 0 50pxrgba(0,0,0,0.2);
  -o-box-shadow:inset 0 0 50px rgba(0,0,0,0.2);
  -webkit-box-shadow:inset 0 0 20px rgba(0,0,0,0.2);
  border:1px solid grey;
}

.wall_post {
  background-color:;
/* intero blocco che comprende tutti gli elementi di un singolo commento: titolo, avatar, orario etc... */
  margin:0 auto;
  min-height:93px;
  background-color:;
}

/* ------------------------- Stilizzazione dei link ----------------------------- */
.wall_post_info > a:link {
  color:white;
  text-decoration:none;
/* per togliere la sottolineatura */
}

.wall_post_info > a:visited {
  color:white;
}

.wall_post_info > a:active {
  color:white;
}

.wall_post_info > a:hover {
  color:white;
}

/* -------------------------  Fine Stilizzazione dei link ----------------------------- */
.wall_post_body {
/* colore testo dei commenti */
  color:white;
  overflow:visible;
  position:relative;
  margin-left:160px;
  font-size:14px;
  font-style:italic;
}

.wall_post_body img {
  max-height:200px;
}

.wall_post_body iframe {
  max-height:340px;
  max-width:450px;
}

.wall_post_avatar img {
/* foto dei commentatori */
  width:60px;
  height:60px;
  border:1px solid white;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  -o-border-radius:50px;
  z-index:9999;
  margin:10px 0 0 20px;
}

.wall_post_info {
/* caratterisitche del font dei nomi dei commentatori */
  font-size:16px;
  background:-moz-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:-webkit-linear-gradient(left,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  background:linear-gradient(to right,rgba(162,121,168,1) 0%,rgba(162,121,168,0) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a279a8',endColorstr='#00a279a8',GradientType=1);
  width:600px;
  margin:10px 100px;
  color:white;
  font-style:italic;
  padding:2px;
}

#wall_poster_username {
/* nome del commentatore */
  font-size:15px;
  opacity:1;
  margin-left:180px;
  padding-left:10px;
}

.wall_post_body {
/* spazio occupato dal commento */
  width:738px;
  background-color:rgba(0,0,0,0.2);
  box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -moz-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -o-box-shadow:4px 4px 20px rgba(0,0,0,0.2);
  -webkit-box-shadow:4px 4px 20px rgba(0,0,0,0.15);
  padding:20px;
  position:relative;
  float:left;
  left:-65px;
  top:-60px;
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  border:1px solid rgb(154,115,160);
  font-size:14px;
}

.wall_post_avatar {
  background-image:url();
/* immagine per i commentatori che non hanno una foto */
  background-repeat:no-repeat;
  background-size:100%;
  border-radius:100px;
  -webkit-border-radius:100px;
  -moz-border-radius:100px;
  -o-border-radius:100px;
  height:100px;
  width:100px;
}

.wall_post_time {
/* data pubblicazione del commento */
  font-size:8px;
  float:right;
  margin:-29px 30px;
  color:white;
  padding:3px;
  background-color:;
}

#comments {
/* intero spazio che contiene i commenti */
  margin-bottom:40px;
  background-color:;
}

#new_comment {
  margin:35px 0 15px;
  background-color:;
/* colore sfondo area nuovo commento */
}

#new_comment input {
/* caratterisitche dei tasti per inviare un nuovo commento */
  background-color:#E8E8E8;
  font-size:10px;
  border:1px solid #ccc;
  border-radius:15px 5px 15px 5px;
  -webkit-border-radius:15px 5px 15px 5px;
  -moz-border-radius:15px 5px;
  -o-border-radius:15px 5px 15px 5px;
  transition:.5s ease-in-out;
  -moz-transition:.2s ease-in-out;
  -o-transition:.2s ease-in-out;
  -webkit-transition:.2s ease-in-out;
  -ms-transition:.2s ease-in-out;
}

#new_comment input:hover {
  border-radius:5px 15px 5px 15px;
  -webkit-border-radius:5px 15px 5px 15px;
  -moz-border-radius:5px 15px;
  -o-border-radius:5px 15px 5px 15px;
}

#new_comment_inputs {
  max-width:750px;
}

#new_comment_buttons {
/* scritta "strip links" dopo aver postato un commento */
  color:white;
  margin-bottom:40px;
  font-size:10px;
}

#profile_load_more_comments {
  border:0 solid black;
  text-transform:uppercase;
  width:170px;
  height:35px;
  margin-left:385px;
  font-size:0;
  background:url(https://s20.postimg.cc/3u4cqke65/more_comments.png);
  box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -o-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
  -webkit-box-shadow:2px 2px 10px rgba(0,0,0,0.2);
}

#profile_load_more_comments:hover {
  opacity:.6;
  box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -o-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

#strip_links_popup {
  border:2px solid white;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
}

#new_comment_strip_links_container {
  display:none;
}

/* ==============================================
Friends Section
============================================== */
#favorite_models_value,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#average_rating_container,.friends_value,.admirers_value,.profile_section_content .value {
  margin:0 auto;
  font-family:'arial narrow';
  font-size:14px;
}

.friends_value,.admirers_value {
  font-size:14px;
}

#average_rating_count {
  font-size:15px;
}

#average_rating_container {
  margin:auto 0;
  width:450px;
}

#favorite_models_value {
  font-size:14px;
  font-weight:bold;
  font-style:normal;
}

#profile_friends {
  margin-bottom:30px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  font-weight:normal;
  width:282px;
}

#average_rating_container {
  margin-top:15px;
}

a:active {
  color:white;
}

a:hover {
  color:orange;
}

#profile_friends > div:nth-child(1) {
  display:none;
}

#profile_friends {
  padding-top:100px;
}