@charset "UTF-8";

body {
  margin:0 auto;
  width:90%;
  padding-top:10px;
  background:url(https://editbio.files.wordpress.com/2016/06/darker_try3.jpg);
  background-repeat:repeat;
  background-size:auto;
  background-attachment:fixed;
  background-color:#111;
  color:#fff;
}

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

input::-moz-focus-inner {
  border:0;
}

div#status_container.container {
  display:block;
  margin-top:-5px;
  position:relative;
  margin-left:60px;
  height:20px;
  overflow:hidden;
  z-index:500;
}

#member_status_value:nth-child(1) {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:-100px top;
  background-repeat:no-repeat;
  background-color:#007236;
  color:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  -webkit-border-radius:3px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  background:url(https://mfcdesign.files.wordpress.com/2016/06/bhover.png);
  background-position:100px top;
  background-repeat:no-repeat;
  background-color:#333;
  color:#fff;
}

#member_status_value a:link,#member_status_value a:visited {
  color:#fff;
}

#member_status_value a:hover {
  color:#fff;
}

#member_status_value:nth-child(1):hover {
  padding-left:3px;
  padding-right:3px;
  color:#222;
}

#member_type_value {
  display:none;
}

div#status_container.container a:hover {
  color:#f1f1f1;
}

span#unix_last_broadcast_label {
  display:none;
}

#status_label {
  display:none;
}

#photo_gallery_previews a:link {
  color:#f1f1f1;
}

.photo_gallery_image {
  border:2px solid #555;
}

.photo_gallery_image:hover {
  border:2px solid #007236;
  box-shadow:0 0 3px #666;
  -webkit-box-shadow:0 0 3px #666;
}

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

.content {
  display:block;
}

#profile_interests_content .label {
  display:block;
}

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

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  text-align:center;
  font-size:12px;
  font-family:Cinzel;
  margin-top:3px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

#footer_bar a:hover {
  color:#666;
}

#footer_bar:after {
  content:'\2605  -  design by @CSSMFC  -  \2605';
  display:inline-block;
  margin-left:2px;
  font-family:Gabriela;
  font-size:13px;
  color:#ccc;
  transition:all .3s;
  -webkit-transition:all .3s;
  unicode:U+2605;
}

#profile_header_container {
}

#unix_last_updated_container {
  display:none;
}

#blurb_label {
  display:none;
}

#blurb_value {
  display:none;
}

img#wall_poster_avatar,#wall_poster_username {
  display:none;
}

#last_login_string_container {
  display:none;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  color:#ccc;
  text-decoration:none;
  font-size:14px;
}

.photo_gallery_name a:hover {
  color:#f1f1f1;
}

#header_bar {
  display:none;
}

#username_container,#cam_score_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,#be_anywhere_container,#occupation_container,#city_container,#drugs_container,#school_container,#favorite_food_container,#pets_container,#automobile_container,#gender_container,#body_type_container {
  display:none;
}

.profile_row #profile_about_me {
}

#photo_gallery_previews {
  display:block;
  position:relative;
  margin:0 auto;
  padding:15px;
  background:rgba(255,255,255,.10);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-bottom:5px;
}

.user_comment_textarea_small,.user_comment_textarea_small:focus {
  width:850px;
  height:100px;
  -webkit-transition:width .4s ease-in-out;
  transition:width .4s ease-in-out;
  padding:12px;
  margin:10px auto;
  background:rgba(255,255,255,.30);
}

textarea:focus {
  -webkit-transition:height .4s ease-in-out;
  transition:height .4s ease-in-out;
}

.user_comment_textarea_big {
  width:850px;
  height:150px;
  padding:15px;
  background:rgba(255,255,255,.50);
  color:#000;
  margin:10px auto;
  font-family:"Gabriela","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background:url(https://mfcpro.files.wordpress.com/2016/07/empty_avatar.png) no-repeat;
  background-size:100%;
  background-position:top center;
  background-color:#f1f1f1;
  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 {
  box-shadow:0 0 6px #666;
  -ms-box-shadow:0 0 6px #666;
  -o-box-shadow:0 0 6px #666;
  -webkit-box-shadow:0 0 6px #666;
}

#no_profile_avatar {
  display:none;
}

.wall_post_info {
  width:700px;
  margin-left:42px;
  border-bottom:1px dotted #ccc;
}

.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:#f1f1f1;
  padding:8px 12px;
  border:1px solid #ccc;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  background:rgba(255,255,255,.50);
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:"Titillium Web","Palatino Linotype","Book Antiqua",Palatino,serif;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:transparent rgba(0,0,0,0.0);
  background-repeat:no-repeat;
  background-position:top right;
}

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

.wall_post a:hover {
  color:#000;
  text-decoration: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;
}

#craziest_thing_label.label {
  display:block;
}

#be_anywhere_container,#hobbies_container,#talents_container,#perfect_mate_container,#perfect_date_container,#turn_ons_container,#five_things_container,#know_me_container,#for_fun_container,#favorite_songs_container,#favorite_movies_container,#craziest_thing_container,#favorite_books_container,#meaning_life_container,#know_me_container {
  display:block;
  padding:5px 15px;
  background:rgba(255,255,255,.10);
  border:1px solid #333;
  margin-bottom:20px;
  visibility:visible;
  font-size:19px;
  color:#fff;
  font-family:'Gabriela',Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-left:0;
}

p {
  font-family:'Gabriela',Palatino Linotype,Book Antiqua,Palatino,serif;
}

#profile_about_me {
}

.photo_gallery_count {
  color:#ccc;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
}

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

#profile_friends {
  display:block;
  margin-top:10px;
  color:#f1f1f1;
  margin-bottom:30px;
  padding:10px 13px;
  background:transparent;
  background-repeat:no-repeat;
  background-position:top right;
  background-color:rgba(255,255,255,.10);
  font-size:14px;
  border:1px solid #000;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

input[type="submit"],.post_comment_btn,.preview_comment_btn {
  padding:11px 22px;
  text-decoration:none;
  background-color:#111111;
  color:#ffffff;
  font-size:16px;
  text-align:center;
}

input[type="submit"]:hover,.post_comment_btn:hover,.preview_comment_btn:hover {
  padding:11px 22px;
  text-decoration:none;
  background:#007236;
  color:#ffffff;
}

.wall_post iframe,.wall_post frame,.wall_post embed {
  display:block;
  width:99%;
  height:450px;
  margin:10px auto;
}

/*** Custom MyFreeCams Profile design by Camgirl.Cloud : https://camgirl.cloud ***/
.xcr::-webkit-scrollbar {
  width:8px;
}

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

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

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(204,0,0,.4);
  border:1px solid #ccc;
}

* {
  box-sizing:border-box;
}

html {
}

h1 {
  font-size:34px;
  font-family:'El Messiri',sans-serif;
}

h2 {
  font-size:27px;
  font-family:'El Messiri',sans-serif;
}

h3 {
  font-size:24px;
  font-family:'El Messiri',sans-serif;
}

h4 {
  font-size:22px;
  font-family:'El Messiri',sans-serif;
}

h5 {
  font-size:20px;
  font-family:'Cinzel',sans-serif;
}

h6 {
  font-size:20px;
  font-family:'Cinzel',sans-serif;
}

a {
  color:#888;
  text-decoration:none;
}

a:visited {
  color:#cccccc;
  text-decoration:none;
}

a:hover {
  color:#007236;
  text-decoration:none;
}

a:active {
  color:#000;
  text-decoration:none;
}

a:focus {
  color:#f1f1f1;
  text-decoration:none;
}

/*** Self-hosted fonts ***/
/* latin */
@font-face {
  font-family:'El Messiri';
  font-style:normal;
  font-weight:400;
  src:local('El Messiri'),local(ElMessiri-Regular),url(https://fonts.gstatic.com/s/elmessiri/v1/yMBX9m9fUtMpa4yx2RG7Hfk_vArhqVIZ0nv9q090hN8.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:'Cinzel';
  font-style:normal;
  font-weight:400;
  src:local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v4/zOdksD_UUTk1LJF9z4tURA.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:'Cinzel';
  font-style:normal;
  font-weight:700;
  src:local(Cinzel-Bold),url(https://fonts.gstatic.com/s/cinzel/v4/L74890HNVnUypqWjqGUt1VtXRa8TVwTICgirnJhmVJw.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:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/RDBxMrJQwQghHy7ApC2QuRTbgVql8nDJpwnrE27mub0.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:'Gabriela';
  font-style:normal;
  font-weight:400;
  src:local(Gabriela),local(Gabriela-Regular),url(https://fonts.gstatic.com/s/gabriela/v4/CO6bIpNvGrJRZDx3xfggGvesZW2xOQ-xsNqO47m55DA.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:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcSo_WB_cotcEMUw1LsIE8mM.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:'Titillium Web';
  font-style:normal;
  font-weight:400;
  src:local('Titillium Web'),local(TitilliumWeb-Regular),url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZSnX671uNZIV63UdXh3Mg0.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;
}

* {
  box-sizing:border-box;
}

html {
}

.col-1 {
  width:8.33%;
}

.col-2 {
  width:16.66%;
}

.col-3 {
  width:25%;
}

.col-4 {
  width:33.33%;
}

.col-5 {
  width:41.66%;
}

.col-5-half {
  width:47.66%;
}

.col-6 {
  width:50%;
}

.col-7 {
  width:58.33%;
}

.col-8 {
  width:66.66%;
}

.col-9 {
  width:75%;
}

.col-10 {
  width:83.33%;
}

.col-11 {
  width:91.66%;
}

.col-12 {
  width:100%;
}

[class*="col-"] {
  float:left;
  padding:15px;
  border:0 solid #ccc;
  color:#444;
}

[class*="no"] {
  float:left;
  padding:0;
}

[class*="padd20"] {
  display:block;
  padding:20px;
}

.row:after {
  content:"";
  clear:both;
  display:block;
}

.wrapper {
  background:#fdfdfd;
  color:#666;
  margin-bottom:2px;
  font-size:18px;
  margin-top:-81px;
}

.hr {
  border:none;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  background:#ccc;
}

.left {
  text-align:left;
}

.right {
  text-align:right;
}

.center {
  text-align:center;
}

.fleft {
  float:left;
}

.fright {
  float:right;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.dotted {
  border-bottom:1px dashed #333;
  border-left:0;
  border-right:0;
  margin-bottom:10px;
}

.social {
  background:#007236;
  color:#fff;
  overflow:hidden;
}

.social p {
  display:block;
  text-align:center;
  margin:0 auto;
  font-size:33px;
  color:#fff;
  line-height:1;
  padding-top:11px;
  font-variant:small-caps;
  font-family:El Messiri,Gabriela,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.social em {
  display:block;
  text-align:center;
  font-size:15px;
  color:#fff;
  font-style:normal;
  border-top:1px solid #f1f1f1;
  padding-top:5px;
  font-family:Cinzel,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.navigation {
  background:#007236;
  color:#fff;
  text-align:center;
}

.social a:link,.social a:visited {
  display:inline-block;
  text-align:center;
  opacity:.7;
}

.social a:hover {
  opacity:1;
}

.tipme,.amazon {
  display:inline-block;
  width:300px;
  height:70px;
  -webkit-filter:invert(100%);
  filter:invert(100%);
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.social .amazon {
  background:url(https://fotodex.files.wordpress.com/2015/05/am_off.png) no-repeat;
}

.social .amazon:hover {
  background:url(https://fotodex.files.wordpress.com/2015/05/am_on.png) no-repeat;
  -webkit-filter:none;
  filter:none;
}

.social .tipme {
  background:url(https://fotodex.files.wordpress.com/2015/05/tmo_off.png) no-repeat;
}

.social .tipme:hover {
  background:url(https://fotodex.files.wordpress.com/2015/05/tmo_on.png) no-repeat;
  -webkit-filter:none;
  filter:none;
}

.hder {
  height:auto;
  text-align:center;
  overflow:hidden;
}

.hder img {
  display:block;
  width:100%;
  height:auto;
}

.navigation {
  height:46px;
  overflow:hidden;
}

.navigation a:link,.navigation a:visited {
  display:inline-block;
  color:#fff;
  text-decoration:none;
  padding:10px 9px;
  font-size:19px;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-top:-3px;
}

.navigation a:hover {
  color:#fff;
  text-shadow:0 0 3px #fff;
  background:rgba(0,0,0,0.40);
}

.small-photo {
  text-align:right;
}

.small-photo img {
  display:block;
  height:480px;
  width:auto;
  float:right;
  border:5px solid #f1f1f1;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.small-photo:hover img {
  display:block;
  height:480px;
  width:auto;
  float:right;
  border:5px solid #f1f1f1;
  box-shadow:0 4px 12px #999;
  -moz-box-shadow:0 4px 12px #999;
  -ms-box-shadow:0 4px 12px #999;
  -o-box-shadow:0 4px 12px #999;
  -webkit-box-shadow:0 4px 12px #999;
}

.buttons a:link,.buttons a:visited {
  display:inline-block;
  width:240px;
  height:80px;
  padding:17px 30px;
  text-align:center;
  color:#fdfdfd;
  font-size:21px;
  background:url(https://mfcdesign.files.wordpress.com/2016/07/button_on.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top center;
  font-family:"Titillium Web",Palatino Linotype,Book Antiqua,Palatino,serif;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  text-shadow:0 1px 0 #000;
}

.buttons a:hover {
  display:inline-block;
  width:240px;
  height:80px;
  padding:17px 30px;
  text-align:center;
  color:#fff;
  font-size:21px;
  background:url(https://mfcdesign.files.wordpress.com/2016/07/button_off.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top center;
  font-family:"Titillium Web",Palatino Linotype,Book Antiqua,Palatino,serif;
}

#AboutMe h1,#Room-Rules h1,#Tip-Menu h1,#My-Store h1,#Club h1,.store h1,.videos h1 {
  display:block;
  text-align:center;
  font-size:2.777rem;
  color:#007236;
  font-family:El Messiri,Palatino Linotype,Book Antiqua,Palatino,serif;
  line-height:90%;
  margin:0 auto;
}

.about_me {
  height:450px;
  overflow:auto;
  font-family:"Titillium Web",Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:20px;
}

.about_me p {
  font-family:"Titillium Web",Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:20px;
}

#Room-Rules {
}

#Room-Rules p {
  font-family:"Titillium Web",Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:20px;
}

#Tip-Menu {
}

#My-Store {
}

#My-Videos {
}

#Club {
}

.clubs h1 {
  display:block;
  text-align:center;
  background:#007236;
  color:#fff;
  font-size:22px;
  font-family:Cinzel,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.clubs .infoz {
  display:block;
  width:90%;
  height:340px;
  overflow:auto;
  padding:20px;
  text-align:left;
  margin:0 auto;
}

.infoz p {
  display:block;
  font-size:17px;
}

.infoz p:hover {
  display:block;
  font-size:17px;
  color:#007236;
}

.infoz p:before {
  content:'\2606';
  margin-right:11px;
  unicode:U+2606;
}

.infoz p:hover:before {
  content:'\2605';
  margin-right:11px;
  unicode:U+2605;
}

.clubs img {
  display:block;
  text-align:center;
  width:250px;
  height:auto;
  margin:0 auto;
}

.clubs p {
  display:block;
  width:90%;
  height:auto;
  margin:0 auto;
}

.join a:link,.join a:visited {
  text-align:center;
  padding:10px 22px;
  color:#fff;
  text-decoration:none;
  background:#222;
}

.join a:hover {
  color:#f1f1f1;
  text-decoration:none;
  background-color:#007236;
}

.banner {
  text-align:center;
  background-color:#007236;
}

.banner img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  background-color:#007236;
}

.items-wrapper {
  height:600px;
  overflow:auto;
}

.item {
  background:#f1f1f1;
  height:313px;
  overflow:hidden;
  margin:0 7px 7px auto;
  border:1px solid #ccc;
  overflow:hidden;
}

.item:hover .item-img img {
  display:block;
  position:relative;
  width:100%;
  height:auto;
  margin:-330px auto 5px;
  background-color:#007236;
}

.item-img img {
  display:block;
  width:100%;
  height:auto;
  background-color:#007236;
  margin:0 auto;
  transition:linear .4s;
  -moz-transition:linear .4s;
  -ms-transition:linear .4s;
  -o-transition:linear .4s;
  -webkit-transition:linear .4s;
}

.item-title {
  line-height:90%;
  font-weight:bold;
  font-family:El Messiri,Palatino Linotype,Book Antiqua,Palatino,serif;
  color:#333;
  font-size:21px;
}

.item-desciption {
  height:100px;
  padding:10px;
  font-family:Titillium Web,Palatino Linotype,Book Antiqua,Palatino,serif;
  color:#666;
  font-size:15px;
  overflow:auto;
}

.buy {
}

.buy a:link,.buy a:visited {
  padding:9px 18px;
  text-align:center;
  background:#222;
  color:#fff;
}

.buy a:hover {
  background:#007236;
  color:#fff;
}

.buy a:hover {
  background:#007236;
  color:#fff;
}

.tmenu {
  height:280px;
  overflow:auto;
}

.tmenu p {
  display:block;
  margin:0 auto;
  padding:8px 4px;
  border-bottom:1px solid #ccc;
}

.tmenu a:link,.tmenu a:visited {
  display:block;
  padding:5px 10px;
  text-align:center;
  background:#222;
  color:#fff;
  float:right;
  position:relative;
  margin-top:-5px;
}

.tmenu a:hover {
  background:#007236;
  color:#fff;
}

.footer {
  background:url(https://mfcdesign.files.wordpress.com/2016/07/green_footer.png) no-repeat;
  background-size:100%;
  background-color:#007236;
  color:#fff;
  border-radius:0 0 5px 5px;
  -moz-border-radius:0 0 5px 5px;
  -ms-border-radius:0 0 5px 5px;
  -o-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  margin:0 auto;
  border-top:4px solid #333;
  margin-bottom:20px;
}

.footer a:link,.footer a:visited {
  color:#ccc;
  text-decoration:none;
}

.footer a:hover {
  color:#fff;
  text-decoration:underline;
}

.footer .thanks {
  color:#f1f1f1;
}

.footer p {
  display:block;
  margin:0 auto;
  color:#f1f1f1;
  padding:2px;
}

.footer h3 {
  color:#fdfdfd;
  margin-bottom:-5px;
}

.footer .hr {
  border:none;
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  background:rgba(0,102,0,0.10);
}

.copyright {
  display:block;
  margin:20px auto 10px;
  font-size:14px;
  color:#f1f1f1;
  font-family:El Messiri,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.year_model {
  font-size:14px;
  color:#f1f1f1;
  font-family:El Messiri,Palatino Linotype,Book Antiqua,Palatino,serif;
}

.camgirlbioliveeditor {
  background-color:#222222;
  margin-bottom:-20px;
}

.camgirlbioliveeditor img {
  display:block;
  width:80%;
  height:auto;
  opacity:.5;
  transition:all .3s;
  -webkit-transition:all .3s;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
  margin:0 auto;
}

.camgirlbioliveeditor:hover img {
  -webkit-filter:grayscale(0%);
  filter:grayscale(0%);
  opacity:1;
}

@-webkit-keyframes crown {
  from {
    -webkit-transform:rotateY(360deg);
  }

  to {
    -webkit-transform:rotateY(0deg);
  }
}

@-moz-keyframes crown {
  from {
    -moz-transform:rotateY(360deg);
  }

  to {
    -moz-transform:rotateY(0deg);
  }
}

@-ms-keyframes crown {
  from {
    -ms-transform:rotateY(360deg);
  }

  to {
    -ms-transform:rotateY(0deg);
  }
}

@-o-keyframes crown {
  from {
    -o-transform:rotateY(360deg);
  }

  to {
    -o-transform:rotateY(0deg);
  }
}

@keyframes crown {
  from {
    transform:rotateY(360deg);
  }

  to {
    transform:rotateY(0deg);
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform:rotate(360deg);
  }

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

@-moz-keyframes spinner {
  from {
    -moz-transform:rotate(360deg);
  }

  to {
    -moz-transform:rotate(-360deg);
  }
}

@-ms-keyframes spinner {
  from {
    -ms-transform:rotate(360deg);
  }

  to {
    -ms-transform:rotate(-360deg);
  }
}

@-o-keyframes spinner {
  from {
    -o-transform:rotate(360deg);
  }

  to {
    -o-transform:rotate(-360deg);
  }
}

@keyframes spinner {
  from {
    transform:rotate(360deg);
  }

  to {
    transform:rotate(-360deg);
  }
}

@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform:scale(0.6);
  }

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

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

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

@-o-keyframes fadeInScale {
  0% {
    -o-transform:scale(0.6);
  }

  100% {
    -o-transform:scale(1);
  }
}

@-ms-keyframes fadeInScale {
  0% {
    -ms-transform:scale(0.6);
  }

  100% {
    -ms-transform:scale(1);
  }
}

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

  100% {
    transform:scale(1);
  }
}

.clearfix:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

* html .clearfix {
  height:1%;
}