@charset "UTF-8";

/*! CSS Used from: https://profiles.mfcimg.com/prod/mfc/profilescss.css?nc=b60c28bc5e6bcc752886 */
#cboxOverlay,#cboxWrapper,#colorbox {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxBottomLeft,#cboxMiddleLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingGraphic,#cboxLoadingOverlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxNext,#cboxPrevious,#cboxSlideshow {
  cursor:pointer;
}

#cboxContent,#colorbox {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active {
  outline:0;
}

#cboxOverlay {
  background:green;
}

body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type=password],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;
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

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

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

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

#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-left:55px;
}

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

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

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

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

#server_time {
  visibility:hidden;
  float:right;
  font-weight:700;
  font-size:9px;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:700;
  color:green;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:700;
}

#send_message_form_success {
  text-align:center;
  color:green;
  font-weight:700;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.footer_links,.header_links {
  float:left;
  font-size:14px;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:none;
  display:none;
}

#img_preview {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.emphasis {
  font-weight:700;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

/*! CSS Used from: Embedded */
.mfc_compliance_link {
  margin-top:10px;
  text-align:center;
  display:block!important;
  font-size:12px;
  padding-bottom:10px;
}

/*! CSS Used from: https://profiles.myfreecams.com/RoseTatt88/css?nc=223072159 */
a:link,a:active,a:visited {
  color:#F06;
  text-decoration:none;
}

a:hover {
  color:#FC3;
  text-shadow:0 1px #000,0 0 5px #fff;
}

body {
  width:800px;
  margin:0 auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  background:url(https://i.ibb.co/wR610Rj/1.jpg);
  background-size:100%;
  background-repeat:repeat;
  background-position:0 0;
  background-attachment:fixed;
  background-color:none;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
  margin-left:10%;
}

.profile_section_content {
  color:red;
  padding:8px;
  margin:95px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_background {
  background-color:transparent;
  background-color:rgba(255,255,255,.0);
  filter:alpha(opacity=100);
  opacity:1;
}

#profile {
  background:none;
}

.profile_section_content .heading {
  display:none;
}

.wall_post_time,.convert-time {
  display:none;
}

#profile_main_photo,#tags_container,#about_me_label {
  display:none;
}

#profile_main_about_holder {
  color:red;
  font-size:13px;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#profile_header_container {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  display:none;
}

#profile_header_container {
  opacity:0;
}

#unix_last_updated_container {
  display:none;
}

#header_bar {
  display:none;
}

#username_container,#ethnicity_container,#hair_container,#eyes_container,#weight_container,#height_container,#age_container,#country_container,#sexual_preference_container,#smoke_container,#drink_container,#marital_status_container,#city_container,#drugs_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

.user_comment_textarea_small {
  width:600px;
  padding:15px;
  background:rgba(0,0,0,.8);
  color:#fff;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,0.97);
  outline:none;
  outline-style:none;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #131313;
  border:4px solid #111;
  margin-top:1px;
  margin-left:-5px;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  transition:all .3s ease;
  border:2px solid rgba(255,255,255,0.0);
  width:70px;
  height:70px;
}

.wall_post_avatar:hover img {
  border:2px solid #111;
  box-shadow:0 0 6px #333;
  -ms-box-shadow:0 0 6px #333;
  -o-box-shadow:0 0 6px #333;
  -webkit-box-shadow:0 0 6px #333;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  font-family:'Oswald';
  text-shadow:0 1px 0 #000;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

div.wall_post {
  display:block;
  margin-top:10px;
  font-size:18px;
  color:white;
  padding:8px 12px;
  border:1px solid #333;
  background:rgba(0,0,0,.4);
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:'Abel','Palatino Linotype','Book Antiqua',Palatino,serif;
}

div#comments {
  padding:10px;
  margin-top:10px;
  text-shadow:0 1px 0 #000;
}

div#profile_about_me.profile_subsection {
  background:url(https://profiles.myfreecams.com/RoseTatt88/css?nc=223072159) rgba(0,0,0,0.0);
  background-repeat:no-repeat;
  background-position:top right;
}

.img_radius_shadow {
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:0 1px 0 #777777;
  -moz-box-shadow:0 1px 0 #777777;
  box-shadow:0 1px 0 #777777;
}

.wall_post a,.wall_post a:visited {
  color:#fff;
  text-decoration:none;
}

.wall_post a:hover {
  color:#C93;
  text-decoration:none;
  text-shadow:none;
}

div#comments {
  padding:10px;
  margin-top:30px;
  background:none;
}

form#new_comment.hidden {
  padding:10px;
  background:rgba(0,0,0,0.0);
  border:0 solid #fff;
  border-radius:8px;
  -moz-border-radius:8px;
  -ms-border-radius:8px;
  -o-border-radius:8px;
  -webkit-border-radius:8px;
  height:auto;
  margin-top:60px;
}

h3 {
  color:red;
  font-family:'Oswald',Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:20px;
  padding-top:7px;
}

#about_me_container,#about_me_value {
  visibility:visible!important;
  font-family:'Oswald';
}

#profile_friends {
  display:block;
  margin-top:10px;
  color:white;
  margin-bottom:30px;
  padding:10px 13px;
  background:url(https://profiles.myfreecams.com/RoseTatt88/css?nc=223072159);
  background-repeat:no-repeat;
  background-position:top right;
  background-color:rgba(0,0,0,0.50);
  font-size:14px;
  border:1px solid #222;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  font-family:'Abel';
}

#friends_value a {
  margin-right:6px;
  color:#000;
  font-family:'Abel';
}

#friends_value a:hover {
  margin-right:6px;
  color:#fff;
}

#friends_value > a::before {
  content:'\2605';
  display:inline-block;
  text-shadow:none;
  color:#000;
  font-size:12px;
  margin-right:3px;
}

.xcr::-webkit-scrollbar {
  width:9px;
}

.xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#ffffff;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

#myCv {
  display:block;
  width:900px;
  height:auto;
  background:none;
  margin:0 auto;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  -webkit-box-shadow:0 2px 5px #000,-5px 0 18px #000,5px 0 18px #000;
  overflow:hidden;
  padding-bottom:20px;
  border:1px solid #222;
  margin-top:-40px;
  -webkit-animation:fadeInScale 1.2s ease-in-out;
  -moz-animation:fadeInScale 1.2s ease-in-out;
  -o-animation:fadeInScale 1.2s ease-in-out;
  -ms-animation:fadeInScale 1.2s ease-in-out;
  animation:fadeInScale 1.2s ease-in-out;
}

hr {
  display:block;
  width:95%;
  height:1px;
  background:none;
  margin:10px auto;
  border:0;
  box-shadow:0 1px 2px #444;
  -webkit-box-shadow:0 1px 2px #444;
}

.maintitle {
  display:block;
  text-align:center;
  font-size:3.5em;
  color:#ffffff;
  background-image:linear-gradient(to top,rgb(255 255 255 / 70%),rgb(100 62 255 / 90%));
  padding:10px;
  margin-bottom:20px;
}

.corp {
  display:block;
  padding:15px 30px;
  position:relative;
  font-family:'Abel';
}

#ModelCard {
  display:inline-block;
  width:40%;
  height:auto;
  padding:10px;
  margin:0 auto;
  position:relative;
  border:1px solid #ffffff;
  text-align:center;
}

#ModelCard img {
  display:block;
  margin:0 auto;
  background:none;
  text-align:center;
  border-radius:50%;
  -webkit-border-radius:50%;
  overflow:hidden;
  border:5px solid rgba(0,0,0,0.10);
  width:350px;
  height:450px;
}

.bum a:link,.bum a:visited {
  display:block;
  padding:5px;
  text-align:center;
  color:#ffffff;
  font-size:17px;
  text-decoration:none;
  margin:0 auto;
  font-family:'Abel';
  font-style:normal;
  font-weight:400;
  background:#000;
  box-shadow:inset 0 8px 25px #111,0 1px 0 #000,0 2px 3px #000,inset 0 -1px 3px #ffffff;
  margin:5px auto;
  border-radius:3px;
  -webkit-border-radius:3px;
}

.bum a:hover {
  display:block;
  padding:5px;
  text-align:center;
  color:#ffffff;
  text-decoration:none;
  background:gray;
  box-shadow:inset 0 8px 25px #111,0 1px 0 #000,0 1px 3px #111,inset 0 1px 3px #000;
}

#AboutMe {
  display:inline-block;
  width:40%;
  height:430px;
  padding:10px;
  margin:-455px 10px auto -30px;
  text-align:center;
  float:right;
}

.skilltitle {
  display:block;
  width:30%;
  height:auto;
  position:relative;
  top:-35px;
  left:25px;
  background:none;
  text-align:center;
  color:#ffffff;
  font-size:15px;
  padding:5px 16px;
  font-family:'Oswald';
  font-style:normal;
  font-weight:400;
  border-left:1px solid none;
  border-right:1px solid none;
}

.corpus {
  display:block;
  text-align:left;
  height:370px;
  padding:10px;
  overflow:auto;
  background:rgba(0,0,0,0.10);
  color:#ffffff;
  font-size:22px;
  margin-top:-30px;
}

.treq {
  display:block;
  width:95%;
  margin:5px auto;
  text-align:left;
  height:470px;
  padding:10px;
  overflow:auto;
  background:rgba(0,0,0,0.10);
  color:red;
  font-size:19px;
}

.zreq {
  display:block;
  width:95%;
  margin:5px auto;
  text-align:left;
  height:470px;
  padding:10px;
  overflow:auto;
  background:rgba(0,0,0,0.10);
  color:#ffffff;
  font-size:19px;
}

.zreq p {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0.0);
  margin:4px auto;
  background:rgba(0,0,0,0.10);
  color:#666;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.zreq p:hover {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0.70);
  margin:4px auto;
  background:rgba(0,0,0,0.70);
  color:#ccc;
}

.treq p {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0.0);
  margin:4px auto;
  background:rgba(0,0,0,0.10);
  color:#ffffff;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.treq p:hover {
  display:block;
  padding:6px 10px;
  border-left:5px solid rgba(0,0,0,0.70);
  margin:4px auto;
  background:rgba(0,0,0,0.70);
  color:#ffffff;
}

.treq a:link,.treq a:visited {
  display:inline-block;
  float:right;
  margin:-3px 5px auto auto;
  padding:5px 12px;
  color:#ccc;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:'Oswald';
  font-size:14px;
  background:#000;
}

.treq a:hover {
  display:inline-block;
  float:right;
  margin:-3px 5px auto auto;
  padding:5px 12px;
  color:#fff;
  text-decoration:none;
  font-family:'Oswald';
  font-size:14px;
  background:#033;
  text-shadow:0 0 4px #fff;
}

.dasinfo {
  width:88%;
  height:auto;
  text-align:center;
  color:#ffffff;
  font-size:16px;
  font-family:'Oswald';
  margin:0 auto;
}

.ttippers {
  display:inline-block;
  width:320px;
  height:320px;
  overflow:auto;
  padding:10px;
  margin:0 28px 5px 10px;
  background:rgba(0,0,0,0.10);
  text-align:left;
}

.ttippers p::before {
  content:'\2606';
  display:inline-block;
  width:30px;
  height:auto;
  color:#ffffff;
  unicode-range:U+2606;
  text-shadow:0 1px 0 #000;
}

.ttippers p:hover::before {
  content:'\2605';
  display:inline-block;
  width:30px;
  height:auto;
  color:red;
  unicode-range:U+2605;
  text-shadow:0 0 2px #fff;
}

#change {
  display:block;
  width:100px;
  height:auto;
  position:fixed;
  top:30px;
  left:-102px;
  text-align:center;
  padding-bottom:7px;
  border-radius:5px;
  background:#ffffff;
  border:1px solid #333;
  transition:all .4s;
  -webkit-transition:all .4s;
  box-shadow:inset 0 0 30px #000,inset 0 70px 50px #000,inset 0 -20px 30px #000;
}

#change div {
  display:block;
  color:#ffffff;
  font-size:14px;
  font-family:'Oswald';
  background:#066;
}

#change:hover {
  display:block;
  width:100px;
  height:auto;
  position:fixed;
  top:30px;
  left:0;
  text-align:center;
  padding-bottom:7px;
  border-radius:5px;
  background:#ffffff;
  border:1px solid #333;
}

#change::before {
  content:'\2665   change style';
  display:inline-block;
  position:relative;
  height:22px;
  top:50px;
  right:-61px;
  color:#fff;
  width:90px;
  font-size:14px;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  padding:6px 5px;
  opacity:.7;
  transition:all .4s;
  -webkit-transition:all .4s;
  font-variant:small-caps;
  text-shadow:0 1px 0 #000;
  background:#096;
}

#change:hover::before {
  content:'\2665   change style';
  display:inline-block;
  position:relative;
  height:12px;
  top:50px;
  right:-60px;
  color:#fff;
  width:90px;
  font-size:14px;
  transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  padding:6px 5px;
  opacity:0;
}

.defaultstyle {
  display:block;
  width:40px;
  height:15px;
  background:#333;
  border:1px solid #999;
  margin:5px auto;
}

.redstyle {
  display:block;
  width:40px;
  height:15px;
  background:#900;
  border:1px solid #C93;
  margin:5px auto;
}

.bluestyle {
  display:block;
  width:40px;
  height:15px;
  background:#099;
  border:1px solid #444;
  margin:5px auto;
}

.defaultstyle:hover,.redstyle:hover,.bluestyle:hover {
  box-shadow:0 0 8px #fff;
}

.change:target .bum a:link,.change:target .bum a:visited {
  color:#099;
}

.change:target .bum a:hover {
  color:#fff;
  text-shadow:0 0 4px #fff;
}

.change:target .maintitle {
  color:#099;
}

.change:target .zreq p,.change:target .treq p {
  background:rgba(0,102,102,0.10);
  color:#fff;
  text-shadow:0 1px 0 #000;
}

.change:target .corp {
  background:rgba(255,255,255,0.10);
}

.change:target .skilltitle {
  background:#333;
  color:#099;
}

.change:target .xcr::-webkit-scrollbar {
  width:9px;
}

.change:target .xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.change:target .xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#096;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.change:target .ttippers p:hover::before {
  content:'\2605';
  display:inline-block;
  width:30px;
  height:auto;
  color:#096;
  unicode-range:U+2605;
  text-shadow:0 0 2px #000;
}

.change:target #ModelCard img {
  display:block;
  margin:0 auto;
  background:#000;
  text-align:center;
  border-radius:50%;
  -webkit-border-radius:50%;
  overflow:hidden;
  border:5px solid rgba(0,102,102,0.50);
  width:200px;
  height:200px;
}

.change:target .bluebg {
  display:block;
  position:fixed;
  width:101%;
  height:101%;
  z-index:-2;
  top:-1px;
  left:-1px;
  background:rgba(0,102,102,0.20);
  background-image:linear-gradient(rgba(255,255,255,0.0) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.0) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);
  background-size:50px 50px,50px 50px,20px 20px,20px 20px;
  background-position:-2px -2px,-2px -2px,-1px -1px,-1px -1px;
}

.gen:target .defaultbg {
  display:block;
  position:fixed;
  width:101%;
  height:101%;
  z-index:-2;
  background-color:#111;
  top:-1px;
  left:-1px;
  background:linear-gradient(27deg,#151515 5px,transparent 5px) 0 5px,linear-gradient(207deg,#151515 5px,transparent 5px) 10px 0px,linear-gradient(27deg,#222 5px,transparent 5px) 0 10px,linear-gradient(207deg,#222 5px,transparent 5px) 10px 5px,linear-gradient(90deg,#1b1b1b 10px,transparent 10px),linear-gradient(#1d1d1d 25%,#1a1a1a 25%,#1a1a1a 50%,transparent 50%,transparent 75%,#242424 75%,#242424);
  background-color:#131313;
  background-size:20px 20px;
}

.red:target .bum a:link,.red:target .bum a:visited {
  color:#900;
}

.red:target .bum a:hover {
  color:#fff;
  text-shadow:0 0 4px #fff;
  background:#900;
}

.red:target .treq a:hover {
  background:#900;
}

.red:target .maintitle {
  color:#C93;
}

.red:target .skilltitle {
  background:#111;
  color:#900;
  border-left:1px solid #000;
  border-right:1px solid #000;
}

.red:target .zreq p,.red:target .treq p {
  background:rgba(0,0,0,0.10);
  color:#777;
  text-shadow:0 1px 0 #000;
  border-left:5px solid rgba(204,0,0,0.10);
}

.red:target .zreq p:hover,.red:target .treq p:hover {
  background:rgba(0,0,0,0.20);
  color:#fff;
  text-shadow:0 1px 0 #000;
  border-left:5px solid #900;
}

.red:target .corp {
  background:rgba(0,0,0,0.50);
}

.red:target .xcr::-webkit-scrollbar {
  width:9px;
}

.red:target .xcr::-webkit-scrollbar-track {
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
  -webkit-border-radius:10px;
  border-radius:10px;
}

.red:target .xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#900;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.red:target .ttippers p:hover::before {
  content:'\2605';
  display:inline-block;
  width:30px;
  height:auto;
  color:#900;
  unicode-range:U+2605;
  text-shadow:0 0 2px #000;
}

.red:target #ModelCard {
  border:1px solid #000;
}

.red:target #ModelCard img {
  display:block;
  margin:0 auto;
  background:#000;
  text-align:center;
  border-radius:50%;
  -webkit-border-radius:50%;
  overflow:hidden;
  border:5px solid rgba(153,0,0,0.50);
  width:200px;
  height:200px;
}

.red:target .redbg {
  display:block;
  position:fixed;
  width:101%;
  height:101%;
  z-index:-2;
  top:-1px;
  left:-1px;
  background:radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 9%,hsla(0,100%,20%,0) 9%) 0 0,radial-gradient(hsl(0,100%,27%) 4%,hsl(0,100%,18%) 8%,hsla(0,100%,20%,0) 10%) 50px 50px,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 50px 0,radial-gradient(hsla(0,100%,30%,0.8) 20%,hsla(0,100%,20%,0)) 0 50px,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 50px 0,radial-gradient(hsla(0,100%,20%,1) 35%,hsla(0,100%,20%,0) 60%) 100px 50px,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 0 0,radial-gradient(hsla(0,100%,15%,0.7),hsla(0,100%,20%,0)) 50px 50px,linear-gradient(45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0,linear-gradient(-45deg,hsla(0,100%,20%,0) 49%,hsla(0,100%,0%,1) 50%,hsla(0,100%,20%,0) 70%) 0 0;
  background-color:#300;
  background-size:100px 100px;
}

#myCv2 {
  display:block;
  width:900px;
  margin-top:-110px;
}

.change:target #myCv2 {
  display:block;
  width:900px;
  margin-top:-110px;
}

#scroll-to-top {
  background:#000000;
  border-bottom:1px solid #ff000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  left:10px;
  bottom:40px;
  text-indent:-9999px;
  width:35px;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #ffffff;
}

#scroll-to-top:hover {
  background:#ffffff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #000000;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.hvr-pulse {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
}

.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active {
  -webkit-animation-name:hvr-pulse;
  animation-name:hvr-pulse;
  -webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-timing-function:linear;
  animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite;
}

/*! CSS Used keyframes */
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform:scale(0.6);
    opacity:0;
    height:0;
  }

  100% {
    -webkit-transform:scale(1);
    opacity:1;
    height:auto;
  }
}

@-moz-keyframes fadeInScale {
  0% {
    -moz-transform:scale(0.6);
    opacity:0;
    height:0;
  }

  100% {
    -moz-transform:scale(1);
    opacity:1;
    height:auto;
  }
}

@keyframes fadeInScale {
  0% {
    transform:scale(0.6);
    opacity:0;
    height:0;
  }

  100% {
    transform:scale(1);
    opacity:1;
    height:auto;
  }
}

/*! CSS Used fontfaces */
@font-face {
  font-family:'Oswald';
  font-style:normal;
  font-weight:400;
  src:local('Oswald Regular'),local(Oswald-Regular),url(https://fonts.gstatic.com/s/oswald/v10/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range:U+0100-024F,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family:'Oswald';
  font-style:normal;
  font-weight:400;
  src:local('Oswald Regular'),local(Oswald-Regular),url(https://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.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,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Abel';
  font-style:normal;
  font-weight:400;
  src:local(Abel),local(Abel-Regular),url(https://fonts.gstatic.com/s/abel/v6/brdGGFwqYJxjg2CD1E9o7g.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,U+E0FF,U+EFFD,U+F000;
}