@charset "UTF-8";

body {
  font-size:1rem;
  line-height:1;
  color:rgb(255,255,255);
  padding:0;
  margin:0;
/*imagen de fondo*/
  background-image:url(http://sevens.com.co/profilesImages/background_ea.jpg);
  background-repeat:repeat-x;
  background-attachment:fixed;
  background-position:center;
/*fin imagen de fondo*/
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
}

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

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

/* Barra de NavegaciÃ³n */
.nav-bar {
  position:fixed;
  height:50px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background-color:rgba(38,38,38,1);
  border-bottom:2px solid #f1d0c9;
  box-shadow:0 0 20px rgba(0,0,0,0.6);
  -webkit-box-shadow:0 0 20px rgba(0,0,0,0.6);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.6);
}

#home {
  display:block;
}

/* Fin Barra de NavegaciÃ³n */
/* ========================================================================
     Sezione della barra di navigazione
     ====================================================================== */
.nav a {
  display:block;
  color:white;
/* colore caratteri della barra di navigazione */
  text-decoration:none;
  padding-top:17px;
  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;
  position:fixed;
  z-index:9999;
  margin:0 auto;
  text-align:center;
}

.nav li {
  position:relative;
}

.nav > li {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
/*font-size:14px;*/
  font-weight:200;
  font-style:normal;
/* extra light */
  float:left;
  border-bottom:0 rgba(0,0,0,0) solid;
  -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;
}

.nav li:hover > a {
  color:#f1d0c9;
}

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

.profile_section_content {
  z-index:1;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:0;
  padding:0;
  margin:0;
}

/* ========================================================================
     FIN Sezione della barra di navigazione
     ====================================================================== */
.heading,.label,#profile_friends,#profile_friends,#rate_container,#rate_label,#average_rating_container,#admirers_label,#admirers_container,#tags_value,#profile_header_container,#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,#header_bar,#footer_bar,#profile_main_photo,#profile_avatar,#avatar_holder,#about_me_label,#profile_about_me > div:nth-child(1) {
  display:none;
}

#ContentHeader {
  display:block;
  position:relative;
  margin:0 auto;
  height:626px;
  width:940px;
  background:url(http://sevens.com.co/profilesImages/header.jpg);
  background-size:940px 626px;
  background-repeat:no-repeat;
  background-position:top center;
}

#aboutmeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:626px;
  width:940px;
  background-image:url(http://sevens.com.co/profilesImages/aboutme.jpg);
  background-size:940px 626px;
  background-repeat:no-repeat;
}

.abouttxt {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:right;
  width:490px;
  height:350px;
  margin-top:140px;
  margin-right:55px;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
  font-style:normal;
  font-size:17px;
  line-height:24px;
  font-weight:200;
  letter-spacing:0;
  text-align:right;
  color:#ffffff;
}

#profile {
  width:940px;
  margin:0 auto;
}

#skypeWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:626px;
  width:940px;
  background-image:url(http://sevens.com.co/profilesImages/skype.jpg);
  background-size:940px 626px;
  background-repeat:no-repeat;
}

#tipMenuWrapper {
  display:block;
  position:relative;
  margin:0 auto;
  height:700px;
  width:940px;
  background-image:url(http://sevens.com.co/profilesImages/tipmenu.jpg);
  background-size:940px 700px;
  background-repeat:no-repeat;
}

.WishList {
  display:inline-block;
  position:fixed;
  width:120px;
  height:120px;
  background-image:url(http://sevens.com.co/profilesImages/amazonwl-kiss.png);
  background-repeat:no-repeat;
  background-size:100%;
  bottom:35px;
  left:15px;
  z-index:1000;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
}

.WishList:hover,.mfcShare: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);
  }
}

#skypeTable {
  position:absolute;
  width:80%;
  top:50%;
  left:50%;
/*width:80%;*/
  margin:-15% 0 0 -40%;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
  font-style:normal;
  font-size:18px;
  line-height:24px;
  font-weight:200;
/*background:url(http://sevens.com.co/profilesImages/Skype-icon.png) no-repeat;*/
  background-position-x:right;
  background-position-y:bottom;
/*background-position:center;*/
}

.tdr {
  text-align:right;
}

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

a:hover {
  color:#f1d0c9;
  font-style:italic;
}

.taheader {
  color:#f1d0c9;
  font-weight:bold;
  font-style:italic;
  font-stretch:extra-expanded;
  font-size:18px;
  text-align:center;
}

.tipMenuLi {
  display:inline-block;
  background-color:rgba(255,5,255,0);
  position:relative;
  float:left;
  width:490px;
  height:450px;
  margin-top:140px;
  margin-right:55px;
  overflow:hidden;
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
  font-style:normal;
  font-size:17px;
  line-height:30px;
  font-weight:200;
  letter-spacing:0;
  text-align:right;
  color:#ffffff;
}

.importantNote {
  font-weight:bolder;
  text-align:left;
  color:#f1d0c9;
}

.mfcShare {
  display:inline-block;
  position:fixed;
  width:95px;
  height:95px;
  background-image:url(http://sevens.com.co/profilesImages/mfcShare.png);
  background-repeat:no-repeat;
  background-size:100%;
  bottom:155px;
  left:15px;
  z-index:1000;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
}