@charset "UTF-8";

<meta name="viewport" content="width=device-width, initial-scale=1">
UTF-8;
/*region Fonts */
@font-face {
  font-family:'Courgette';
  font-style:cursive;
  font-weight:400;
  src:url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.eot);
  src:url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.eot?#iefix) format("embedded-opentype"),url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.woff2) format("woff2"),url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.woff) format("woff"),url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.ttf) format("truetype"),url(https://google-webfonts-helper.herokuapp.com/fonts/courgette-v5-latin-regular.svg#Courgette) format("svg");
}

/* SNOW */
#snow {
  height:100%;
  width:100%;
  position:absolute;
  background-image:url(http://gdurl.com/m9Yz);
  z-index:1;
  pointer-events:none;
  -moz-animation:snow 10s linear infinite;
  -webkit-animation:snow 10s linear infinite;
  animation:snow 10s linear infinite;
}

@-moz-keyframes snow {
  0% {
    background-position:0 0,0 0,0 0;
  }

  100% {
    background-position:500px 1000px,0 400px,0 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position:0 0,0 0,0 0;
  }

  100% {
    background-position:500px 1000px,0 400px,0 300px;
  }
}

@keyframes snow {
  0% {
    background-position:0 0,0 0,0 0;
  }

  100% {
    background-position:500px 1000px,0 400px,0 300px;
  }
}

/* SNOW END */
*,::before,::after {
  background:transparent;
  border:0;
  color:inherit;
  margin:0;
  padding:0;
  -webkit-box-sizing:inherit;
  box-sizing:inherit;
  -webkit-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}

html {
  box-sizing:border-box;
  font-family:sans-serif;
  line-height:1.15;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  -webkit-box-sizing:border-box;
  -ms-overflow-style:scrollbar;
  -webkit-tap-highlight-color:transparent;
  width:100%;
  height:100%;
}

body {
  font-weight:normal;
  line-height:1.5;
  color:#333;
  width:103%;
  height:100%;
  overflow-x:hidden;
  padding:0!important;
  margin:0!important;
}

/* ========================================================================
            "Back to top"
======================================================================== */
#ToTop {
  display:inline-block;
  position:fixed;
  width:70px;
  height:70px;
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/321-304-853-248-12062743.png);
  background-repeat:no-repeat;
  background-size:70px 70px;
  bottom:40px;
  right:35px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
  z-index:1000;
}

.profile_section {
  border-spacing:0;
}

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

.profile_section_background {
  z-index:-100;
  width:1000px;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

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

.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);
}

.menu {
  font-size:50px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-top:100px;
  margin-bottom:100px;
  font-family:'Courgette',cursive;
  padding:7px;
  color:black;
}

.specialmenu {
  font-size:60px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-top:150px;
  margin-bottom:100px;
  position:absolute;
}

.specialmenu1 {
  font-size:60px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-top:650px;
  margin-bottom:100px;
  position:absolute;
}

.specialmenu2 {
  font-size:60px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-top:1200px;
  margin-bottom:100px;
  position:absolute;
}

.twoimg {
  width:320px;
  margin-left:74px;
  padding-right:40px;
}

.modelname {
  background-image:url();
  font-family:'Courgette',cursive;
}

.decoration {
  font-size:60px;
}

.decoration0 {
  font-size:60px;
}

a {
  -webkit-text-decoration-skip:objects;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  text-decoration:none;
}

img {
  border-style:none;
  vertical-align:middle;
}

ol,ul {
  list-style:none;
}

/*------------ Print Styling ------------ */
@media print {
  *,::before,::after,p::first-letter,div::first-letter,blockquote::first-letter,li::first-letter,p::first-line,div::first-line,blockquote::first-line,li::first-line {
    text-shadow:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
  }

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

  abbr[title]::after {
    content:' (' attr(title) ')';
  }

  pre {
    white-space:pre-wrap!important;
  }

  pre,blockquote {
    border:1px solid #999;
    page-break-inside:avoid;
  }

  thead {
    display:table-header-group;
  }

  tr,img {
    page-break-inside:avoid;
  }

  p,h2,h3 {
    orphans:3;
    widows:3;
  }

  h2,h3 {
    page-break-after:avoid;
  }

  .navbar {
    display:none;
  }

  .badge {
    border:1px solid #000;
  }

  .table {
    border-collapse:collapse!important;
  }

  .table td,.table th {
  }

  .table-bordered th,.table-bordered td {
    border:1px solid #DDD!important;
  }
}

/*------------ MFC Reset ------------ */
#header_bar,#footer_bar,#about_me_label,#profile_main_photo,#tags_label,#tags_value,#cam_score_container,#profile_about_me > div:nth-child(1) {
  display:none;
}

#header_bar,#avatar_holder,#main_photo,.recent_photos,#username_container,#cam_score_container,#gender_container,#sexual_preference_container,#about_me_label,#tags_container,#footer_bar,#body_type_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#marital_status_container,#ethnicity_container,#country_container,#smoke_container,#drink_container,#drugs_container,#occupation_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}

#about_me_container,#about_me_value {
  margin:0;
  padding-bottom:50px;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  width:100%;
}

/*endregion*/
/*region Typography*/
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom:.5rem;
  font-family:inherit;
  font-weight:400;
  line-height:1.1;
  color:inherit;
}

h1,.h1 {
  font-size:2.5rem;
}

h2,.h2 {
  font-size:2rem;
}

h3,.h3 {
  font-size:1.75rem;
}

h4,.h4 {
  font-size:1.5rem;
}

h5,.h5 {
  font-size:1.25rem;
}

h6,.h6 {
  font-size:1rem;
}

.display-1 {
  font-size:6rem;
  font-weight:300;
  line-height:1.1;
}

.display-2 {
  font-size:5.5rem;
  font-weight:300;
  line-height:1.1;
}

.display-3 {
  font-size:4.5rem;
  font-weight:300;
  line-height:1.1;
}

.display-4 {
  font-size:3.5rem;
  font-weight:300;
  line-height:1.1;
}

p {
  margin-top:0;
  margin-bottom:1rem;
}

small,.small {
  font-size:80%;
  font-weight:normal;
}

b,strong {
  color:inherit;
  font-weight:bold;
}

.browserupgrade {
  margin:.2em 0;
  background:#CCC;
  color:#000;
  padding:.2em 0;
}

hr.separator {
  width:20%;
  margin:3vh auto;
  border:0;
  border-bottom:1px solid #D8DBDE;
}

.box-header {
  font-weight:300;
  font-size:48px;
  letter-spacing:10px;
  margin-top:3rem!important;
  margin-bottom:3rem!important;
  text-align:center;
}

.box {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding-right:15px;
  padding-left:15px;
}

.box-fluid {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding-right:15px;
  padding-left:15px;
  width:100%!important;
}

.flex-box {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding:3rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:black;
  font-size:20px;
  text-align:center.;
  font-family:'Courgette',cursive;
}

.flex-box-nav {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding:3rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  color:black;
  font-size:15px;
  text-align:center.;
  border:3px solid #b320ea;
  border-radius:50px 20px;
}

.flex-box-fluid {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding:3rem;
  width:100%!important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}

@media (min-width: 576px) {
  .box {
    padding-right:15px;
    padding-left:15px;
    width:540px;
    max-width:100%;
  }

  .box-fluid {
    padding-right:15px;
    padding-left:15px;
  }

  .flex-box {
    padding:3rem;
    width:540px;
    max-width:100%;
  }

  .flex-box-fluid {
    padding:3rem;
  }
}

@media (min-width: 768px) {
  .box {
    padding-right:15px;
    padding-left:15px;
    width:720px;
    max-width:100%;
  }

  .box-fluid {
    padding-right:15px;
    padding-left:15px;
  }

  .flex-box {
    padding:3rem;
    width:720px;
    max-width:100%;
  }

  .flex-box-fluid {
    padding:3rem;
  }
}

@media (min-width: 992px) {
  .box {
    padding-right:15px;
    padding-left:15px;
    width:960px;
    max-width:100%;
  }

  .box-fluid {
    padding-right:15px;
    padding-left:15px;
  }

  .flex-box {
    padding:3rem;
    width:960px;
    max-width:100%;
  }

  .flex-box-fluid {
    padding:3rem;
  }
}

@media (min-width: 1200px) {
  .box {
    padding-right:15px;
    padding-left:15px;
    width:1140px;
    max-width:100%;
  }

  .box-fluid {
    padding-right:15px;
    padding-left:15px;
  }

  .flex-box {
    padding:3rem;
    width:1140px;
    max-width:100%;
  }

  .flex-box-fluid {
    padding:3rem;
  }
}

/*endregion*/
* {
/* Style: Light */
  --style-light-primary:#333;
  --style-light-secondary:#777;
  --style-light-bg-1:#FFF;
  --style-light-bg-2:#F2F2F2;
/* Style: Dark*/
  --style-dark-primary:#D2CEAD;
  --style-dark-secondary:#FFF;
  --style-dark-bg:#050505;
}

/*region Main*/
#main {
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  margin:0;
  padding:0;
}

#main > div:not(:last-child)::after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background:inherit;
  z-index:-1;
  bottom:0;
  left:0;
  right:0;
  top:0;
  -webkit-transform-origin:right bottom;
  -ms-transform-origin:right bottom;
  transform-origin:right bottom;
/*-webkit-transform:        skewY(-3deg);*/
/*transform:                skewY(-3deg);*/
}

#main > div:nth-child(1) {
  z-index:5;
}

#main > div:nth-child(2) {
  z-index:4;
}

#main > div:nth-child(3) {
  z-index:3;
}

#main > div:nth-child(4) {
  z-index:2;
}

#main > div:nth-child(5) {
  z-index:1;
}

/*endregion*/
/*region Navigation*/
.navigation,.navigation > div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-line-pack:center;
  align-content:center;
  padding:0 4rem;
  min-width:1000px;
  height:50px;
}

.navigation > div {
  width:400px;
}

.navigation > div a {
  margin-left:25px;
  margin-right:auto;
  font-family:'Courgette',cursive;
  font-weight:bold;
  font-size:23px;
  text-align:center;
  outline:none!important;
  cursor:pointer;
  position:relative;
  display:inline-block;
  padding:0;
  border:none;
}

.navigation > div a:hover {
  background-color:black;
  text-decoration:underline;
  color:white;
}

/*endregion*/
/*region Nav Bar*/
#nav-bar {
  margin-top:0;
  margin-left:-20px;
}

/*endregion*/
/*region Footer*/
#footer-bar {
}

#footer-bar span {
  color:#333846;
  margin-left:auto;
  margin-right:auto;
  font-family:'Courgette',cursive;
  font-weight:bold;
  font-size:11px;
  letter-spacing:2px;
  text-align:center;
  text-wrap:avoid;
  outline:none!important;
  position:relative;
  display:inline-block;
  padding:0;
  border:none;
}

/*endregion*/
/*region Header*/
#header {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/525-821-643-927-12062739.png)!important;
  max-width:100%!important;
  background-position-x:center;
  background-repeat:no-repeat;
  height:600px;
  background-size:contain;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  opacity:0;
  animation:opacityOn 5s normal forwards;
  animation-delay:1.5s;
}

@keyframes opacityOn {
  0% {
    opacity:0;
  }

  100% {
    opacity:1;
  }
}

/*endregion*/
#no_profile_avatar {
  margin-top:10px;
  text-align:center;
  display:none;
}

.tip {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/750-721-800-460-12062742.png);
  height:173px;
  width:200px;
  margin-left:-400px;
  margin-top:50px;
  opacity:0;
  animation:opacityOn 5s normal forwards;
  animation-delay:1.5s;
}

.tip:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

.wishlist {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/573-100-843-701-12062744.png);
  height:80px;
  width:200px;
  margin-left:400px;
  margin-top:-120px;
  opacity:0;
  animation:opacityOn 5s normal forwards;
  animation-delay:1.5s;
}

.wishlist:hover {
  -webkit-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1);
}

#profile_header_container {
  margin-left:105px;
  min-height:90px;
  display:none;
}

.user_comment_textarea_big {
  width:11200px;
  height:100px;
  padding:5px;
}

.user_comment_textarea_small {
  width:1120px;
  height:100px;
  padding:5px;
}

/* ========================================================================
      Photo gallery section
   ====================================================================== */
#password_photo_gallery_control {
  margin-top:100px;
}

#profile_photo_galleries .photo_gallery_preview > a.photo_gallery_link {
  height:80px!important;
  width:120px!important;
}

#profile_photo_galleries {
  position:relative;
  background-color:;
  padding-bottom:100px;
}

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

.photo_gallery_link {
  display:block;
  background-color:;
}

.password_photo_gallery_preview,.photo_gallery_preview {
  margin:0;
  display:inline-block;
  width:195px;
  background-color:;
  padding:1px 60px;
}

.photo_gallery_previews {
  text-align:center;
  height:260px;
  margin-top:130px;
}

#password_photo_gallery_previews {
  margin-top:50px;
}

.photo_gallery_name,.photo_gallery_name a {
  font-size:13px;
  text-decoration:none;
  color:black;
  font-weight:1000;
  text-transform:capitalize;
  -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_count {
  font-size:8px;
  color:black;
  font-weight:1000;
}

.photo_gallery_image {
  border:3px solid #b320ea;
  border-radius:50px 20px;
  width:120px;
  height:120px;
  margin-left:20px;
  box-shadow:0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
  -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;
}

#password_photo_gallery_previews > .photo_gallery_preview > .photo_gallery_link {
  background-repeat:no-repeat;
  background-size:100%;
  height:80px;
  width:80px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-bottom:5px;
}

.images {
  text-align:center;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
  text-align:center;
}

.heading {
  text-align:center;
  color:green;
}

#new_comment {
  border:3px solid #b320ea;
  border-radius:50px 20px;
  height:240px;
  width:1250px;
  margin-left:auto;
  margin-right:auto;
}

#profile {
  display:table;
  width:100%;
  -webkit-overflow-scrolling:touch;
  background-color:#a2bf9a;
}

#profile_password_photo_galleries,#password_photo_galleries,#profile_photo_galleries,#photo_galleries {
  margin-bottom:10px!important;
  text-align:center;
  color:black;
}

#profile_friends {
  padding:20px;
  width:500px;
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:30px;
}

#average_rating_container,#rate_container,#admirers_container,#friends_container,#favorite_models_container,#favorite_models_value,#favorite_models_container {
  margin:0 auto;
  color:black;
  font-family:'Work Sans',sans-serif;
  font-weight:normal;
  width:402px;
}

#average_rating_container {
  padding-top:15px;
}

#friends_value {
  font-family:'Work Sans',sans-serif;
  font-style:normal;
}

#average_rating_count {
  font-size:15px;
}

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

#friends_value,#admirers_value,#admirers_value,#favorite_models_value {
  font-size:14px;
  font-style:normal;
  color:grey;
}

#profile_mfc_news_feed_content {
  display:inline-block;
  width:920px;
}

#profile_mfc_news_feed_content .heading {
  display:inline-block;
  width:920px;
  font-family:'Courgette',cursive;
  font-size:1.08rem;
  font-weight:600;
  line-height:1rem;
  text-align:center;
}

.my_mfc_news_feed::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
}

.my_mfc_news_feed::-webkit-scrollbar-thumb {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  background-color:#90C261;
}

.my_mfc_news_feed::-webkit-scrollbar-track-piece {
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
}

/* ========================================================================
    Comments section
   ====================================================================== */
#wall_poster_username {
  padding:10px;
  font-style:italic;
}

.user_comment_textarea_big {
  width:1120px;
  min-width:1120px;
  max-width:1120px;
  height:125px;
  margin-left:-95px;
  box-shadow:inset 0 0 6px #333);
}

.user_comment_textarea_small {
  width:1120px;
  min-width:1120px;
  max-width:1120px;
  height:125px;
  margin-left:-95px;
  box-shadow:inset 0 0 6px #333);
}

.wall_post {
  border:3px solid #b320ea;
  border-radius:50px 20px;
  margin:0 auto;
  min-height:93px;
  margin-top:10px;
}

wall_poster_avatar {
  padding:15px;
}

.wall_post_info {
  color:black;
  font-family:'Work Sans',sans-serif;
  font-size:20px;
  margin-left:170px;
}

/* ------------------------- Link styles start ----------------------------- */
.wall_post_info > a:link {
  color:black;
  text-decoration:none;
/* per togliere la sottolineatura */
}

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

.wall_post_info > a:active {
  color:#f00;
}

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

/* -------------------------Link styles finish ----------------------------- */
.wall_post_body {
/* colore testo dei commenti */
  color:black;
  overflow:visible;
  margin-left:160px;
  font-size:17px;
  font-family:Arial;
}

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

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

.wall_post_avatar {
  background-image:url();
  background-repeat:no-repeat;
  background-size:100%;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  height:100px;
  width:100px;
  box-shadow:0;
}

.wall_post_avatar img {
  width:100px;
  height:100px;
  border-radius:50px 20px;
  margin:5px;
}

.wall_post_time {
  color:color:#f00;
  font-size:11px;
  float:right;
  margin-top:-28px;
  margin-right:15px;
  font-family:'Work Sans',sans-serif;
}

#user_comment_comment {
  font-family:Arial;
  font-size:20px;
  box-shadow:inset 0 0 6px #333;
  width:94%;
  margin:auto;
}

#comments {
  margin-bottom:40px;
  width:1250px;
  margin-left:auto;
  margin-right:auto;
}

#new_comment_inputs,#comment_preview_buttons {
  display:block;
}

#new_comment input {
  background-color:#E8E8E8;
  font-family:Arial;
  font-size:14px;
  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;
  margin-right:15px;
}

#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_buttons {
  color:#520000;
  margin-bottom:40px;
  font-family:Arial;
  position:relative;
}

#new_comment_comment {
  background:rgb(249,234,173);
}

#profile_load_more_comments {
  display:block;
  width:170px;
  height:35px;
  margin:15px auto;
  background:url(https://img.mfcimg.com/photos2/222/22275805/965-163-753-398-12062758.png);
  opacity:1;
  background-repeat:no-repeat;
  background-position:;
  background-color:rgba(255,255,255,0);
  font-size:0;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  -o-border-radius:0;
  box-shadow:2px 2px 8px rgba(0,0,0,0.6);
}

#profile_load_more_comments:hover {
  opacity:.6;
}

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

#new_comment_strip_links_container {
  display:none;
}

.secInfos {
  display:inline-block;
  width:96%;
  padding-top:8px;
  padding-bottom:5px;
  height:120px;
  overflow:auto;
  text-align:center;
  font-size:27px;
  color:#000;
  text-decoration:underline;
  font-family:'Courgette',cursive;
  margin-top:50px;
}

.rInfos {
  display:inline-block;
  width:96%;
  margin:0 auto;
  padding:8px 12px;
  height:500px;
  overflow:auto;
  text-align:center;
  font-size:17px;
  color:#000;
  font-family:'Courgette',cursive;
  margin-top:12px;
  margin-left:1%;
  background:none;
}

#clubbers {
  display:inline-block;
  font-size:16px;
  margin:auto;
  margin-left:110px;
}

#items {
  display:inline-block;
  height:480px;
  overflow:auto;
  text-align:center;
  font-size:30px;
  color:#000;
  font-family:'Courgette',cursive;
}

.clb {
  margin-top:30px;
  padding-top:15px;
  display:block;
  height:80px;
  margin-bottom:22px;
}

.tipers {
  display:inline-block;
  width:200px;
  height:200px;
  border:3px solid #88F0FD;
  text-align:center;
  margin:5px;
  background:#f1f1f1;
  color:#d7b156;
}

.tipers:hover {
  display:inline-block;
  width:200px;
  height:200px;
  border:3px solid #f1f1f1;
  text-align:center;
  margin:5px;
  background:#000;
  color:#fff;
  box-shadow:0 0 4px #000;
  -moz-box-shadow:0 0 4px #000;
  -ms-box-shadow:0 0 4px #000;
  -o-box-shadow:0 0 4px #000;
  -webkit-box-shadow:0 0 4px #000;
}

.tipers img {
  width:150px;
  height:150px;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  -moz-box-shadow:0 0 8px #000;
  -ms-box-shadow:0 0 8px #000;
  -o-box-shadow:0 0 8px #000;
  -webkit-box-shadow:0 0 8px #000;
  border:3px solid rgba(0,0,0,.6);
  margin-top:20px;
  margin-bottom:20px;
}

.tipers:hover img {
  width:150px;
  height:150px;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  -webkit-border-radius:50%;
  -moz-box-shadow:0 0 4px #fff;
  -ms-box-shadow:0 0 4px #fff;
  -o-box-shadow:0 0 4px #fff;
  -webkit-box-shadow:0 0 4px #fff;
  border:3px solid rgba(0,0,0,.6);
  margin-top:20px;
  margin-bottom:20px;
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
}

.nfo {
  padding:5px 10px;
  background:#000;
  text-align:center;
  text-shadow:0 0 8px #fff;
  color:#fff;
}

.tipers:hover > .nfo {
  padding:5px 10px;
  background:#d7b156;
  text-align:center;
  color:#88F0FD;
}

.ht {
  display:inline-block;
  width:1012px;
  height:750px;
  text-align:center;
  margin:5px;
  background-position:center center;
  border:3px solid #b320ea;
  border-radius:100px 20px;
  font-family:'Courgette',cursive;
  color:white;
  font-size:50px;
  margin-bottom:100px;
  padding-top:15px;
}

.ht2 {
  display:inline-block;
  margin-top:20px;
  margin-bottom:10px;
  width:1012px;
  height:700px;
  padding:5px;
  text-align:center;
  overflow:hidden;
  font-size:16px;
  font-family:'Courgette',cursive;
  color:black;
}

.httop1 {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/900-535-770-876-12062740.png);
  width:150px;
  height:116px;
  display:block;
  margin-left:431px;
}

.httopno1 {
  display:block;
  margin-top:-150px;
  margin-left:10px;
}

.httop2 {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/900-535-770-876-12062740.png);
  width:150px;
  height:116px;
  display:block;
  margin-top:40px;
  margin-left:200px;
}

.httopno2 {
  display:block;
  margin-top:-150px;
  margin-left:-445px;
}

.httop3 {
  background-image:url(https://img.mfcimg.com/photos2/222/22275805/900-535-770-876-12062740.png);
  width:150px;
  height:116px;
  display:block;
  margin-top:40px;
  margin-left:630px;
}

.httopno3 {
  display:block;
  margin-top:-151px;
  margin-left:410px;
}

.buy,.buy:link,.buy:visited {
  padding:2px 10px;
  text-decoration:none;
  -webkit-border-radius:4px;
  border:3px solid #ccc;
  background:black;
  width:160px;
  display:table;
  text-align:center;
  margin:auto;
  margin-top:-6px;
  color:white;
}

.buy:hover {
  background:#000000;
  color:#fff;
  text-decoration:none;
}

.tiprequest {
  display:block;
  padding:8px 22px;
  border-left:0 solid #CCC;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  font-size:20px;
}

.tiprequest:hover {
  display:block;
  padding:9px 22px;
  background:rgba(255,255,255,0.8);
  color:#33455b;
}

.price {
  display:block;
  float:right;
}

.wrapper {
  background-image:url();
  display:block;
  padding:30px;
  padding-top:0;
  width:1012px;
  height:900px;
  overflow:auto;
  border:3px solid #b320ea;
  border-radius:100px 20px;
  font-family:'Courgette',cursive;
  color:black;
}

.profile_section .heading {
  font-size:50px;
  border:3px solid #b320ea;
  border-radius:60px 20px;
  margin-top:60px;
  margin-bottom:100px;
  font-family:'Courgette',cursive;
  padding-top:15px;
  color:black;
  font-weight:normal;
  width:350px;
  margin-left:auto;
  margin-right:auto;
}

#profile_friends .heading {
  font-size:50px;
  border:3px solid #b320ea;
  border-radius:100px 20px;
  margin-top:0;
  margin-bottom:100px;
  font-family:'Courgette',cursive;
  padding-top:15px;
  color:black;
  width:240px;
}