@charset "UTF-8";

/*! CSS Used from: https://profiles.mfcimg.com/prod/mfc/profilescss.css?nc=b60c28bc5e6bcc752886 */
img {
  border:0;
}

textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border .2s linear,box-shadow .2s linear;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border .2s linear,box-shadow .2s linear;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type=submit] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(180deg,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid rgba(0,0,0,.1);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type=submit]:focus,input[type=submit]:hover {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

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

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

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

.photo_gallery_preview {
  margin:10px;
  text-align:center;
  display:inline-block;
  width:140px;
}

.photo_gallery_name {
  margin-bottom:5px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

.photo_gallery_image {
  width:80px;
  height:80px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:700;
}

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

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

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

.label {
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:700;
}

.label,.value {
  display:table-cell;
}

#user_comment_comment {
  display:inline-block;
}

.user_comment_textarea_small {
  width:250px;
  height:30px;
  font-size:18px;
}

#comment_preview,input[type=submit].preview_comment_btn {
  display:none;
}

#show_strip_links_popup {
  padding:2px;
}

#strip_links_popup {
  display:none;
  padding:10px;
  border:2px solid #555;
  border-radius:5px;
  position:absolute;
  z-index:100;
  background-color:#fff;
  color:#000;
}

#schedule_converted {
  font-size:10px;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  width:250px;
  display:table-cell;
  vertical-align:top;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

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

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#profile_schedule .label {
  min-width:90px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
}

.wall_post_info {
  font-weight:700;
}

.wall_post_time {
  font-size:9px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
}

.holder {
  margin:15px 0;
  line-height:38px;
}

#member_type_value {
  font-weight:700;
  color:red;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type=submit] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs {
  display:inline-block;
}

#profile_load_more_comments {
  display:inline-block;
  margin:0 15px 15px;
}

.emphasis {
  font-weight:700;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

/*! CSS Used from: https://profiles.myfreecams.com/Stella_Owens/css?nc=1483131375 */
a:visited,a:link,a:active,a:hover {
  color:grey;
}

a:link {
  text-decoration:none;
}

#cam_score_container,#height_container,#sexual_preference_container,#marital_status_container,#age_container,#country_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#body_type_container,#gender_container,#username_container {
  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 {
  display:none;
}

#profile_header_container {
  display:none;
}

.profile_section .heading {
  display:none;
}

#profile {
  width:1000px;
  margin:0 auto;
  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_schedule {
  display:none;
}

#profile_photo_galleries {
  display:none;
}

.barrasuperioresemplificata {
  position:fixed;
  height:90px;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:10;
  background:#3e3a34bf;
  box-shadow:0 10px 40px rgba(0,0,0,0.25);
  -moz-box-shadow:0 10px 40px rgba(0,0,0,0.25);
  -o-box-shadow:0 10px 40px rgba(0,0,0,0.25);
  -webkit-box-shadow:0 10px 40px rgba(0,0,0,0.25);
  -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;
  border-bottom:1px solid rgb(88,83,80);
}

.elementibarrasuperiore li {
  float:left;
  font-family:'Montserrat',sans-serif;
  list-style-type:none;
  background-color:viole;
}

.marchiod {
  height:40px;
  margin-top:-6px;
  -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:1;
}

.marchiod {
  -webkit-animation:rotation 7s infinite linear;
}

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

.elementibarrasuperiore > :nth-child(2) {
  margin-left:10px;
}

.tabbarra {
  background-color:gree;
  text-align:center;
  padding-left:10px;
  margin-top:-6px;
  height:26px;
  margin-left:20px;
  border-left:1px solid rgba(255,255,255,0);
  opacity:.8;
  -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;
  text-transform:uppercase!important;
}

.tabbarra:hover {
  opacity:1;
}

.tabbarrasup {
  display:block;
  text-transform:uppercase;
}

.tabbarrasup {
  font-size:15px;
  color:white;
  letter-spacing:px;
  font-weight:400;
  font-family:'Montserrat',sans-serif;
  margin-bottom:5px;
}

.tabbarrasup b {
  font-size:14px;
}

.lavignettatura {
  position:fixed;
  height:100%;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  z-index:6;
  background:rgb(0,0,0);
  background:-moz-radial-gradient(circle,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 25%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.4) 100%);
  background:-webkit-radial-gradient(circle,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 25%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.4) 100%);
  background:radial-gradient(circle,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 25%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.2) 75%,rgba(0,0,0,0.4) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity:0;
}

#ParteIniziale {
  display:inline-block;
  position:relative;
  margin:-20px auto;
  height:1000px;
  width:1000px;
  background-size:1000px 1000px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:rgba(171,98,212,0);
  z-index:5;
  font-family:'Abril Fatface';
  overflow:hidden;
}

.testoiniziale {
  display:block;
  position:absolute;
  background-color:re;
  margin-top:190px;
  margin-left:100px;
  text-align:left;
  opacity:.7;
  z-index:2;
}

.testoiniziale h1 {
  font-size:150px;
  line-height:120px;
  color:#fff;
  font-weight:200;
  height:170px;
  background-color:re;
  text-shadow:0 0 60px rgba(220,192,236,0.48);
}

.sfumatura1 {
  color:#d4ced6;
  background:linear-gradient(to right,#bebac1,#ece4f1,#ffffff);
  background-size:cover;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  text-fill-color:transparent;
}

.testoinizialeombra {
  display:block;
  position:absolute;
  background-color:rgba(255,0,0,0);
  margin-top:190px;
  margin-left:56px;
  text-align:left;
  opacity:1;
  z-index:1;
  -webkit-text-shadow:0 20px 40px rgba(0,0,0,0.0);
  -moz-text-shadow:0 20px 40px rgba(0,0,0,0.0);
  text-shadow:0 20px 40px rgba(0,0,0,0.0);
}

.testoinizialeombra h1 {
  font-size:170px;
  line-height:120px;
  color:rgba(249,249,249,0);
  font-weight:200;
  height:170px;
  background-color:re;
}

.testosottotitolo {
  background-color:re;
  margin-top:480px;
  color:white;
  font-family:'Montserrat',sans-serif;
  width:500px;
  margin-left:30px;
  opacity:.9;
}

.testosottotitolo h2 {
  font-size:27px;
  font-weight:400;
  line-height:30px;
}

.sfumaturast {
  color:white;
  background:linear-gradient(to right,#eae7ea,#fff);
  background-size:cover;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  text-fill-color:transparent;
}

h1 {
  font-size:35px;
}

h2 {
  font-size:19px;
  line-height:25px;
}

h3 {
  font-size:19px;
  line-height:23px;
}

h4 {
  font-size:15px;
  line-height:20px;
}

p {
  font-size:13px;
  line-height:16px;
}

#Schedule {
  margin-top:-70px;
}

#ScheduleWrapper {
  display:inline-block;
  position:relative;
  margin:-40px auto;
  width:1000px;
  background:url(https://profiles.myfreecams.com/Stella_Owens/css?nc=1483131375);
  background-size:1000px 1100px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:re;
  z-index:7;
  overflow:hidde;
  font-family:'Montserrat',sans-serif;
  padding-bottom:50px;
}

#insiemegiorni {
  display:block;
  position:relative;
  margin-top:200px;
  background-color:re;
  width:1000px;
  height:400px;
}

#insiemegiorni .singologiorno {
  display:block;
  position:absolute;
  float:left;
  width:200px;
  height:200px;
  -webkit-perspective:600px;
}

#insiemegiorni .singologiorno .anteriore {
  display:block;
  width:200px;
  height:200px;
  background:#cdb391;
  -webkit-transform-style:preserve-3d;
  transition:transform .3s;
  overflow:hidden;
  position:absolute;
  padding:20px;
  width:160px;
  height:160px;
}

#insiemegiorni .singologiorno .anteriore h1 {
  font-family:'Abril Fatface',cursive;
  margin-top:-10px;
  color:white;
  font-size:25px;
}

#insiemegiorni .singologiorno .anteriore h4 {
  font-family:'Montserrat',sans-serif;
  margin-top:-10px;
  color:white;
  font-size:20px;
  font-weight:600;
  text-align:right;
}

#insiemegiorni .singologiorno .anteriore h4 span {
  font-weight:200;
  display:block;
  font-size:12px;
  margin-top:-4px;
}

#insiemegiorni .g1 .anteriore {
  background:#7b6a53;
}

#insiemegiorni .g3 .anteriore {
  background:#7b6a53;
}

#insiemegiorni .g5 .anteriore {
  background:#7b6a53;
}

#insiemegiorni .g7 .anteriore {
  background:#7b6a53;
}

.g2 {
  margin-left:200px;
}

.g3 {
  margin-left:400px;
}

.g4 {
  margin-top:200px;
  margin-left:0;
}

.g5 {
  margin-top:200px;
  margin-left:200px;
}

.g6 {
  margin-top:200px;
  margin-left:400px;
}

.g7 {
  margin-top:200px;
  margin-left:600px;
}

.testoturnazione {
  background-color:re;
  font-family:'Montserrat',sans-serif;
  width:800px;
  margin-left:100px;
  text-align:center;
}

#TipMenuWrapper {
  display:inline-block;
  position:relative;
  margin:0 auto;
  height:1010px;
  width:1000px;
  background:url(https://profiles.myfreecams.com/Stella_Owens/css?nc=1483131375);
  background-size:1000px 1100px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:rgba(49,191,190,0);
  z-index:7;
  overflow:hidde;
  font-family:'Montserrat',sans-serif;
}

.contenitoremance {
  display:block;
  position:absolute;
  margin-top:120px;
  background-color:rgba(95,81,138,0.86);
  margin-left:60px;
}

.mancia {
  display:block;
  position:absolute;
  background:rgb(205,179,145);
  background:-moz-linear-gradient(90deg,rgba(205,179,145,1) 0%,rgba(205,179,145,1) 50%,rgba(123,106,83,1) 100%);
  background:-webkit-linear-gradient(90deg,rgba(205,179,145,1) 0%,rgba(205,179,145,1) 50%,rgba(123,106,83,1) 100%);
  background:linear-gradient(90deg,rgba(205,179,145,1) 0%,rgba(205,179,145,1) 50%,rgba(123,106,83,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#78677b",endColorstr="#6e5d71",GradientType=1);
  text-align:center;
  padding:10px;
  height:30px;
  width:300px;
  overflow:hidden;
  border-radius:15px;
  box-shadow:0 7px 35px rgba(0,0,0,0.15);
  -moz-box-shadow:0 7px 35px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 7px 35px rgba(0,0,0,0.15);
  -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;
  z-index:1;
  border-top:2px solid rgba(255,255,255,0.54);
  border-bottom:2px solid rgba(255,255,255,0.34);
  margin-bottom:-7px;
}

.mancia:hover {
  -ms-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  z-index:2;
  box-shadow:0 8px 45px rgba(0,0,0,0.40);
  -moz-box-shadow:0 8px 45px rgba(0,0,0,0.40);
  -webkit-box-shadow:0 8px 45px rgba(0,0,0,0.40);
  background-color:#544940;
}

.denominazione {
  display:inline-block;
  position:absolute;
  background-color:re;
  margin-top:-7px;
  margin-left:-150px;
  color:#fff;
  font-weight:400;
  font-size:13px;
  line-height:15px;
  text-align:left;
  padding-top:7px;
  height:43px;
  width:200px;
  padding-left:7px;
}

.denominazione b {
  font-size:15px;
}

.prezzo {
  display:inline-block;
  position:absolute;
  margin-left:40px;
  font-size:23px;
  color:#ffffff;
  margin-top:-12px;
  font-weight:800;
  background-color:yello;
  padding-top:7px;
  height:43px;
  width:100px;
  text-align:right;
  padding-right:7px;
}

.prezzo span {
  display:block;
  font-size:12px;
  color:#e9dfea;
  margin-top:-5px;
  font-weight:400;
}

.m1 {
  background-color:re;
  left:10px;
}

.m2 {
  background-color:re;
  top:50px;
  left:30px;
}

.m3 {
  background-color:re;
  left:50px;
  top:100px;
}

.m4 {
  background-color:re;
  left:70px;
  top:150px;
}

.m5 {
  background-color:re;
  margin-top:220px;
  left:170px;
}

.m6 {
  left:190px;
  margin-top:270px;
}

.m7 {
  background-color:re;
  left:210px;
  margin-top:320px;
}

.m8 {
  background-color:re;
  left:230px;
  margin-top:370px;
}

.m9 {
  background-color:re;
  margin-top:440px;
  left:330px;
}

.m10 {
  background-color:re;
  left:350px;
  margin-top:490px;
}

.m11 {
  background-color:re;
  left:370px;
  margin-top:540px;
}

.m12 {
  background-color:re;
  left:390px;
  margin-top:590px;
}

.m13 {
  margin-top:660px;
  left:490px;
}

.m14 {
  background-color:re;
  left:510px;
  margin-top:710px;
}

.m15 {
  background-color:re;
  left:530px;
  margin-top:760px;
}

.m16 {
  background-color:re;
  left:550px;
  margin-top:810px;
}

.carte {
  display:inline-block;
  position:absolute;
  background-color:rgba(238,130,238,0);
  width:320px;
  padding:5px;
  margin-left:630px;
  margin-top:-880px;
  text-align:left;
  color:#ffffff;
  overflow:hidden;
  z-index:9;
  font-family:'Montserrat',sans-serif;
}

.carta {
  width:160px;
  position:absolute;
  -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;
  box-shadow:0 7px 35px rgba(0,0,0,0.15);
  -moz-box-shadow:0 7px 35px rgba(0,0,0,0.15);
  -webkit-box-shadow:0 15px 25px rgba(0,0,0,0.20);
}

.carta:hover {
  width:180px;
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg);
  z-index:2;
}

.c2 {
  margin-top:100px;
  margin-left:130px;
  -ms-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  transform:rotate(5deg);
}

.carte p {
  display:block;
  margin-top:220px;
  color:#ccbdd6;
  width:200px;
  text-align:right;
  line-height:15px;
  font-size:12px;
  margin-left:50px;
  font-weight:400;
}

#MFCshare {
  margin-top:50px;
}

#MFCshareWrapper {
  display:inline-block;
  position:relative;
  margin:100px auto;
  width:1000px;
  background:url(https://profiles.myfreecams.com/Stella_Owens/css?nc=1483131375);
  background-size:1000px 980px;
  background-repeat:no-repeat;
  background-position:top center;
  background-color:rgba(49,191,190,0);
  z-index:7;
  overflow:hidde;
  font-family:'Montserrat',sans-serif;
  opacity:1;
}

#MFCshareWrapper iframe {
  width:900px;
  height:1000px;
  background:rgb(255,255,255);
  background:-moz-linear-gradient(90deg,rgba(255,255,255,0.47) 0%,rgba(255,255,255,0.15) 100%);
  background:-webkit-linear-gradient(90deg,rgba(255,255,255,0.47) 0%,rgba(255,255,255,0.15) 100%);
  background:linear-gradient(90deg,rgba(255,255,255,0.47) 0%,rgba(255,255,255,0.15) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  padding-top:30px;
  margin-left:50px;
  margin-top:20px;
  border-radius:25px;
  box-shadow:0 2px 35px rgba(0,0,0,0.25);
  -moz-box-shadow:0 2px 35px rgba(0,0,0,0.25);
  -webkit-box-shadow:0 10px 65px rgba(0,0,0,0.25);
}

.testocondivisione {
  background-color:rgba(255,0,0,0);
  color:#b8acbf;
  width:500px;
  height:100px;
  margin-left:30px;
}

.testocondivisione h2 {
  color:#f5f5f5;
  font-family:'Abril Fatface',cursive;
  font-size:30px;
}

#profile_comments {
  display:none;
}

#profile_friends {
  display:none;
  width:350px;
  color:#939292;
  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:#939292;
  font-size:10px;
  line-height:15px;
}

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

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

#profile_friends a:hover {
  color:#939292;
}

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

#profile_friends a:active {
  color:#939292;
}

#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;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeIn {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

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

  to {
    opacity:1;
  }
}

@keyframes fadeIn {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform:rotate(0deg);
  }

  to {
    -webkit-transform:rotate(359deg);
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:200;
  font-display:swap;
  src:local('Montserrat ExtraLight'),local(Montserrat-ExtraLight),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gTD_vx3rCubqg.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

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

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

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:200;
  font-display:swap;
  src:local('Montserrat ExtraLight'),local(Montserrat-ExtraLight),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gfD_vx3rCubqg.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;
}

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:200;
  font-display:swap;
  src:local('Montserrat ExtraLight'),local(Montserrat-ExtraLight),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD_vx3rCs.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;
}

@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/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@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/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@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/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format("woff2");
  unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;
}

@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/v14/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;
}

@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/v14/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;
}

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

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

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

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.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;
}

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:local('Montserrat SemiBold'),local(Montserrat-SemiBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.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;
}

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

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

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

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_vx3rCubqg.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;
}

@font-face {
  font-family:'Montserrat';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:local('Montserrat ExtraBold'),local(Montserrat-ExtraBold),url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_vx3rCs.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;
}

@font-face {
  font-family:'Abril Fatface';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Abril Fatface'),local(AbrilFatface-Regular),url(https://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchq-lmjcDidBeT5g.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;
}

@font-face {
  font-family:'Abril Fatface';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:local('Abril Fatface'),local(AbrilFatface-Regular),url(https://fonts.gstatic.com/s/abrilfatface/v11/zOL64pLDlL1D99S8g8PtiKchq-dmjcDidBc.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;
}

body {
  background-image:url(https://i.ibb.co/gMq9NfC/IMG-6871ed1.jpg);
  background-repeat:repeat;
  background-size:contain;
}

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

.header_links {
  display:none!important;
}