@charset "UTF-8";

a:visited,a:link,a:active,a:hover {
  color:grey;
}

a:link {
  text-decoration:none;
}

body {
  font-size:1rem;
  line-height:1;
  padding:0;
  margin:0;
}

body {
  background-image:url(http://i68.tinypic.com/rh7fyu.jpg);
  background-color:;
/* sfondo */
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
}

@media (max-width: 980px) {
  body {
    background:rgb(255,255,255);
  /* Old browsers */
    background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(216,216,216,1) 100%);
  /* FF3.6-15 */
    background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(216,216,216,1) 100%);
  /* Chrome10-25,Safari5.1-6 */
    background:radial-gradient(ellipse at center,rgba(255,255,255,1) 0%,rgba(247,247,247,1) 50%,rgba(216,216,216,1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#d8d8d8',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  }
}

/* ===========================================
    Elementi generati dalla Piattaforma
============================================= */
/* tutti gli elementi di about me */
#cam_score_container,#height_container,#sexual_preference_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#automobile_container,#pets_container,#age_container,#city_container,#country_container,#drink_container,#drugs_container,#smoke_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container {
  display:none;
}

#footer_bar,#header_bar {
  display:none;
}

#about_me_label,#profile_about_me > div:nth-child(1) {
  display:none;
}

#tags_container,#tags_label,#tags_value {
  display:none;
}

#profile_main_photo,#profile_avatar,#avatar_holder {
  display:none;
}

#blurb_container {
/* scritta dell'headline */
  display:none;
}

#profile_header_container {
/* etichetta status */
  display:none;
}

.profile_section .heading {
  display:none;
}

/* ================================
    Sezione del Corpo Centrale
================================== */
#profile {
  width:1000px;
  margin:0 auto;
  background-color:;
/* colonna centrale */
  background-repeat:no-repeat;
  background-size:cover;
  background-position:fixed;
  background-attachment:fixed;
  font-size:.875em;
  line-height:1.25;
  color:black;
  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_section {
  border-spacing:0;
}

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

#profile_aboutme {
  margin:25px 0 0;
}

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

/* =====================================
       Turni
======================================= */
#profile_schedule {
  margin:0 auto;
  position:relative;
  background-color:re;
  width:1000px;
  font-family:'Montserrat',sans-serif;
  padding-bottom:100px;
}

#profile_schedule .container {
  background-color:rgba(0,0,0,0);
  border:1px solid rgba(255,255,255,0);
  position:relative;
  top:15px;
  display:inline-block;
  width:125px;
  height:130px;
  margin:0 auto;
  padding:0;
  margin-left:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
}

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

#profile_schedule .label {
  display:block;
  width:100%;
  font-size:14px;
  line-height:1em;
  text-align:center;
  margin-top:15px;
  color:#725266;
  font-weight:200:;
}

#profile_schedule .value {
  display:block;
  position:absolute;
  font-size:11px;
  font-weight:normal;
  color:grey;
  text-align:center;
  margin-top:10px;
  background-color:;
  width:100px;
  margin-left:12px;
  font-weight:400:;
}

.emphasis {
  font-weight:normal;
}

#schedule_converted {
  text-align:center;
  font-size:10px;
  background-color:;
  color:grey;
  width:1000px;
  margin-top:;
  font-weight:400:;
}

/* ==========================================
       Sezione delle Gallerie Fotografiche
=========================================== */
#profile_photo_galleries {
  display:none;
}

#profile_password_photo_galleries {
  display:none;
}

/* ==========================================
     Sezione della Barra Superiore
=============================================== */
ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.barrasuperioresemplificata {
  position:fixed;
  height:90px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background:rgb(81,71,89);
/* Old browsers */
  background:-moz-linear-gradient(left,rgba(81,71,89,1) 0%,rgba(0,0,0,1) 100%);
/* FF3.6-15 */
  background:-webkit-linear-gradient(left,rgba(81,71,89,1) 0%,rgba(0,0,0,1) 100%);
/* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to right,rgba(81,71,89,1) 0%,rgba(0,0,0,1) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#514759',endColorstr='#000000',GradientType=1);
/* IE6-9 */
  box-shadow:0 10px 50px rgba(0,0,0,0.4);
  -moz-box-shadow:0 10px 50px rgba(0,0,0,0.4);
  -webkit-box-shadow:0 10px 50px rgba(0,0,0,0.4);
  -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;
}

.elementibarrasuperiore {
  display:inline-block;
  vertical-align:top;
  width:1000px;
  height:90px;
  line-height:90px;
  position:fixed;
  z-index:9999;
  text-align:center;
  background-color:re;
  padding:0;
  margin-top:0;
  list-style-type:none;
}

ul {
}

.elementibarrasuperiore li {
  float:left;
  list-style-type:none;
  background-color:viole;
  text-align:center;
}

.tabbarra {
  background-color:gree;
  text-align:center;
  margin-right:40px;
  -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;
  line-height:20px;
}

.tabbarrasup {
  display:block;
  margin-top:36px;
  font-style:;
  -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;
}

.tabbarrasup:hover {
  opacity:.5;
}

.tabbarra img {
  height:15px;
}

.elementibarrasuperiore > :nth-child(1) {
  margin-left:50px;
  opacity:;
}

.elementibarrasuperiore > :nth-child(5) {
  margin-left:;
}

.firma {
  height:55px;
  margin-top:17px;
  margin-left:280px;
  opacity:1;
}

/* ==========================================
         Sezione della Pagina Iniziale
============================================ */
#ParteIniziale {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:900px;
  width:1000px;
  background:url(http://i68.tinypic.com/1p89w8.jpg);
  background-size:1000px 900px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:re;
  z-index:5;
  font-family:'Montserrat',sans-serif;
}

.testoiniziale {
  background-color:re;
  margin-top:530px;
  text-align:right;
  width:250px;
  margin-left:700px;
  letter-spacing:2px;
}

.testoiniziale h1 {
  font-size:18px;
  line-height:20px;
  letter-spacing:0;
  color:black;
  font-weight:400;
}

.testoiniziale h2 {
  font-size:15px;
  letter-spacing:0;
  color:#7f7886;
  font-weight:400;
  line-height:16px;
}

/* cyrillic-ext */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* vietnamese */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

/* latin-ext */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* latin */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Montserrat Regular'),local(Montserrat-Regular),url(https://fonts.gstatic.com/s/montserrat/v13/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* ==========================================
         Sezione della Modella
============================================ */
#Kyla {
  margin-top:-200px;
}

.Kyla {
  display:inline-block;
  position:relative;
  margin:0 auto;
  width:1000px;
  height:800px;
  background:url();
  background-size:1000px 950px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:darkre;
  z-index:5;
  font-family:'Montserrat',sans-serif;
  overflow:hidden:;
}

/* ==========================================
         Sezione del Tutto su di Me
============================================ */
#AboutMe {
  margin-top:;
}

#AboutMeWrapper {
  display:inline-block;
  position:absolute;
  margin-top:100px;
  margin-left:100px;
  width:500px;
  background:url(http://i68.tinypic.com/2ep7rjq.jpg);
  background-size:500px 500px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:blu;
  z-index:5;
  overflow:hidden;
}

.testosudime {
  display:block;
  position:relative;
  background-color:viole;
  width:300px;
  padding:5px;
  margin-left:45px;
  margin-top:80px;
  text-align:right;
}

.testosudime h3 {
  color:#060607;
  font-style:;
  font-size:20px;
  line-height:22px;
  font-weight:400;
  font-style:oblique;
}

.testosudime p {
  color:#847d8b;
  font-style:;
  font-weight:400;
  font-size:17px;
  line-height:20px;
}

/* ======================================
Sezione delle Regole
======================================= */
#Rules {
  margin-top:;
}

#RulesWrapper {
  display:block;
  position:relative;
  margin-top:200px;
  margin-left:465px;
  width:500px;
  background-image:url(http://i65.tinypic.com/14ihich.jpg);
  background-size:500px 500px;
  background-repeat:no-repeat;
  background-color:gre;
  z-index:7;
  overflow:hidden;
}

#RulesWrapper ul {
  margin-top:110px;
  margin-left:40px;
  width:300px;
}

.regola h3 {
  font-size:20px;
  color:#fb5fc2;
  font-style:oblique;
  font-weight:400;
}

.regola p {
  color:#847d8b;
  font-style:;
  font-weight:400;
  font-size:17px;
  line-height:20px;
  margin-top:-20px;
}

/* ====================================== 
         Marchio del Mattoncino
======================================== */
.Mattoncino {
  display:inline-block;
  position:fixed;
  height:30px;
  bottom:35px;
  left:5px;
  z-index:1000;
  -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;
  opacity:.9;
}

.Mattoncino:hover {
  opacity:1;
  height:35px;
}

/* =============================
         Caricamento della Colonna
==================================== */
@-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
============================================ */
#profile_interests_content {
  display:none;
}

/* ===========================================
Sezione dei diritti d'autore
============================================= */
.Copyright {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:38px;
  width:100%;
  text-align:center;
  font-size:13px;
  font-weight:400;
  color:#070708;
  font-style:normal;
  z-index:1;
  background-color:;
  font-family:'Montserrat',sans-serif;
  padding-bottom:100px;
  margin-top:70px;
}

.dirittilogo {
  position:relative;
  top:1px;
  height:10px;
}

.divietodiriproduzione {
  display:block;
  color:#9c8694;
  font-size:11px;
  margin-top:3px;
  text-decoration:;
}

/* --------------------------------------------
Stilizzazione de collegamenti
--------------------------------------------- */
.Copyright > a:link {
  color:#fa5ec1;
  text-decoration:none;
/* per togliere la sottolineatura */
}

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

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

.Copyright > a:hover {
  color:#17c585;
}

/* ----------------------------------------
Fine Stilizzazione dei link 
-------------------------------------------- */
/* ==============================
        Sezione dei Commenti
================================= */
#profile_comments {
  display:none;
}

/* ==============================================
       Sezione degli amici
============================================== */
/* tutto il blocco */
#profile_friends {
  display:block;
  width:350px;
  color:#847d8b;
  margin-left:310px;
  font-family:'Montserrat',sans-serif;
  background-color:w;
  margin-bottom:30px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#average_rating_count {
  background-color:re;
  color:#847d8b;
  font-size:10px;
  line-height:15px;
}

#profile_friends img {
  display:inline-block;
  position:relative;
  height:14px;
  top:2px;
}

#profile_friends a:link {
  color:#fb5fc2;
}

#profile_friends a:hover {
  color:black;
}

#profile_friends a:visited {
  color:#fb5fc2;
}

#profile_friends a:active {
  color:black;
}

#average_rating_label,#rate_label,#admirers_label,#friends_label,#favorite_models_label {
  background-color:re;
  text-align:right;
  padding-right:10px;
}

#average_rating_count {
  display:block;
}