@charset "UTF-8";

a:link,a:visited {
  color:#09c;
  text-decoration:none;
}

a:hover {
  color:#f39;
}

body {
  width:100%;
  margin:0 auto;
  background-color:#111;
  color:#f1f1f1;
  font-family:"Oswald";
  font-weight:normal;
  font-style:normal;
  font-size:18px;
  background-image:url(https://4.bp.blogspot.com/-0j07IjKYtf8/WXs_Pq5yfvI/AAAAAAAAGS4/3rXjtr7Xk5AEMICdvQO3rmOcOu5VhAfAgCLcBGAs/s1600/cle_bg_black.jpg);
  background-size:cover;
  -webkit-background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;
  text-rendering:optimizeLegibility;
}

.profile_section_content {
  color:#666;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -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:transparent;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#808080;
  color:#fff;
  font-family:"Oswald";
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777;
  -moz-box-shadow:0 0 0 #777;
  box-shadow:0 0 0 #777;
  -webkit-text-shadow:0 0 0 #777;
  -moz-text-shadow:0 0 0 #777;
  text-shadow:0 0 0 #777;
}

.content {
  padding:0;
  -webkit-box-shadow:0 0 0 #999;
  -moz-box-shadow:0 0 0 #999;
  box-shadow:0 0 0 #999;
  -webkit-text-shadow:0 0 0 #999;
  -moz-text-shadow:0 0 0 #999;
  text-shadow:0 0 0 #999;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
}

#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:#fff;
  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;
  width:90%;
  position:relative;
  margin:0 auto;
  margin:25px auto;
  background-color:#f1f1f1;
  border:1px solid #ccc;
  padding:10px 17px;
  color:#555;
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  font-family:"Oswald";
}

.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:#f1f1f1;
  border:1px solid #ccc;
  color:#444;
}

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(0,0,0,.5);
  color:#fff;
  margin:10px auto;
  font-family:"Oswald","Palatino Linotype","Book Antiqua",Palatino,serif;
  outline:none;
  outline-style:none;
  font-size:18px;
}

.wall_post_avatar img {
  background:url(https://mfcdesign.files.wordpress.com/2016/07/empty_avatar.png) no-repeat;
  background-size:100%;
  background-position:top center;
  background-color:#000;
  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);
  width:70px;
  height:70px;
}

#no_profile_avatar {
  display:none;
}

.wall_post_avatar:hover img {
  background:url(https://mfcdesign.files.wordpress.com/2016/07/empty_avatar_hover.png) no-repeat;
  background-size:100%;
  background-position:top center;
  background-color:#000;
  box-shadow:0 0 6px #f39;
  -ms-box-shadow:0 0 6px #f39;
  -o-box-shadow:0 0 6px #f39;
  -webkit-box-shadow:0 0 6px #f39;
}

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

.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;
  background-color:rgba(255,255,255,.7);
  border:1px solid #ccc;
  margin:25px auto;
  padding:10px 17px;
  color:rgba(102,102,102,.4);
  border-radius:7px;
  -moz-border-radius:7px;
  -ms-border-radius:7px;
  -o-border-radius:7px;
  -webkit-border-radius:7px;
  transition:all .9s;
  -moz-transition:all .9s;
  -ms-transition:all .9s;
  -o-transition:all .9s;
  -webkit-transition:all .9s;
  font-family:"Oswald","Arial",serif;
}

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

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

.wall_post a:hover {
  color:#444;
  text-shadow:1px 1px 1px #f39,-1px -1px 2px #f39,0 0 17px #f39;
  text-decoration:none;
}

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

form#new_comment.hidden {
  padding:10px;
  background:rgba(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;
  background:-moz-linear-gradient(top,rgba(201,28,161,.71) 0%,rgba(201,28,161,.71) 1%,rgba(221,104,182,.66) 100%);
  background:-webkit-linear-gradient(top,rgba(201,28,161,.71) 0%,rgba(201,28,161,.71) 1%,rgba(221,104,182,.66) 100%);
  background:linear-gradient(to bottom,rgba(201,28,161,.71) 0%,rgba(201,28,161,.71) 1%,rgba(221,104,182,.66) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5c91ca1",endColorstr="#a8dd68b6",GradientType=0);
  color:#fff;
  border-radius:5px;
  -webkit-border-radius:5px;
  border:4px solid #c3c;
  margin:10px auto 4px;
}

p {
  font-family:"Oswald",Arial,serif;
  font-weight:300;
}

#profile_about_me {
  padding:0;
  margin:0 auto;
}

.photo_gallery_count {
  color:#f39;
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  color:#ccc;
  font-family:"Oswald",Palatino Linotype,Book Antiqua,Palatino,serif;
  font-weight:300;
}

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

#profile_friends {
  display:block;
  width:90%;
  margin:10px auto 30px!important;
  color:#c6c;
  padding:10px 13px;
  background-color:rgba(0,0,0,.6);
  border:1px solid #936;
  font-size:15px;
  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:url(https://blacknrg.files.wordpress.com/2016/08/bg_wra_top.png);
  background-repeat:repeat-x;
  border:1px solid #ccc;
  background-color:#111;
  color:#fff;
  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:#f39;
  color:#fff;
}

.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;
  padding:0;
}

#profile_interests_content .label {
  display:block;
  width:90%;
  height:auto;
  margin:4px auto 7px;
  padding:3px 15px;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule {
  display:none;
}

#profile_about_me .heading,#profile_about_me #username_container,#profile_about_me #cam_score_container,#profile_about_me #gender_container,#profile_about_me #ethnicity_container,#profile_about_me #hair_container,#profile_about_me #eyes_container,#profile_about_me #height_container,#profile_about_me #country_container,#profile_about_me #sexual_preference_container,#profile_about_me #smoke_container,#profile_about_me #drink_container,#profile_about_me #drugs_container,#profile_about_me #occupation_container,#profile_about_me #pets_container,#tags_container {
  display:none;
}

#about_me_container {
  display:inline-block;
  width:100%;
  margin:0;
}

#about_me_container .value {
  display:inline-block;
  width:100%;
  margin:0;
}

iframe,embed,frame {
  display:block;
  width:90%;
  height:450px;
  margin:10px auto 20px;
}

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

@font-face {
  font-family:"Boogaloo";
  font-style:normal;
  font-weight:400;
  src:local(Boogaloo),local(Boogaloo-Regular),url(https://fonts.gstatic.com/s/boogaloo/v6/selWIQWiQA98uHaoODndYvesZW2xOQ-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;
}

@font-face {
  font-family:"Lobster";
  font-style:normal;
  font-weight:400;
  src:local(Lobster),local(Lobster-Regular),url(https://fonts.gstatic.com/s/lobster/v18/cycBf3mfbGkh66G5NhszPQ.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;
}

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

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

.xcr::-webkit-scrollbar-thumb {
  background:#903;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);
}

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

* {
  box-sizing:border-box;
}

.leo-1 {
  width:8.33%;
}

.leo-2 {
  width:16.66%;
}

.leo-3 {
  width:25%;
}

.leo-4 {
  width:33.33%;
}

.leo-5 {
  width:41.66%;
}

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

.leo-6 {
  width:50%;
}

.leo-7 {
  width:58.33%;
}

.leo-8 {
  width:66.66%;
}

.leo-9 {
  width:75%;
}

.leo-10 {
  width:83.33%;
}

.leo-11 {
  width:91.66%;
}

.leo-12 {
  width:100%;
}

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

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

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

.roz:after {
  content:"";
  clear:both;
  display:table;
}

.tcenter {
  text-align:center;
}

.tleft {
  text-align:left;
}

.tright {
  text-align:right;
}

.imgresponsive img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

.dexmenu {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  position:fixed;
  top:0;
  left:0;
  background:-moz-linear-gradient(top,rgba(184,26,242,.74) 0%,rgba(184,26,242,.74) 1%,rgba(173,18,131,.65) 99%,rgba(173,18,131,.65) 100%);
  background:-webkit-linear-gradient(top,rgba(184,26,242,.74) 0%,rgba(184,26,242,.74) 1%,rgba(173,18,131,.65) 99%,rgba(173,18,131,.65) 100%);
  background:linear-gradient(to bottom,rgba(184,26,242,.74) 0%,rgba(184,26,242,.74) 1%,rgba(173,18,131,.65) 99%,rgba(173,18,131,.65) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdb81af2",endColorstr="#a6ad1283",GradientType=0);
  box-shadow:0 2px 4px #000;
  z-index:999;
}

.dexmenu a:link,.dexmenu a:visited {
  display:inline-block;
  font-size:19px;
  padding:7px 12px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  border-bottom:2px solid rgba(255,255,255,0);
  transition:all .3s;
  -webkit-transition:all .3s;
}

.dexmenu a:hover {
  color:#f39;
  text-decoration:none;
  border-bottom:2px solid rgba(255,255,255,1);
  background-color:rgba(0,0,0,.6);
}

.flip-container {
  perspective:1000px;
}

.flip-container:hover .flipper,.flip-container.hover .flipper {
  transform:rotateY(180deg);
}

.flip-container,.front,.back {
  width:90%;
  height:auto;
}

.flipper {
  transition:.9s;
  transform-style:preserve-3d;
  position:relative;
  -webkit-animation-delay:2s;
  animation-delay:2s;
}

.front {
  backface-visibility:hidden;
  position:relative;
  top:0;
  left:0;
}

.back {
  backface-visibility:hidden;
  position:relative;
  margin-top:-100%;
  left:0;
}

.front {
  z-index:2;
  transform:rotateY(0deg);
}

.back {
  transform:rotateY(180deg);
}

.topflip {
  position:relative;
  top:30px;
  margin:10px auto 20px;
}

.front img {
  box-shadow:0 17px 21px -11px #c3c;
}

.bk {
  margin:-30% auto 50%;
  height:auto;
  overflow:auto;
  padding:20px 20px 40px;
  text-align:center;
  background:-moz-linear-gradient(top,rgba(201,26,160,.75) 0%,rgba(201,28,161,.75) 1%,rgba(203,96,179,.77) 29%,rgba(222,71,172,.83) 100%);
  background:-webkit-linear-gradient(top,rgba(201,26,160,.75) 0%,rgba(201,28,161,.75) 1%,rgba(203,96,179,.77) 29%,rgba(222,71,172,.83) 100%);
  background:linear-gradient(to bottom,rgba(201,26,160,.75) 0%,rgba(201,28,161,.75) 1%,rgba(203,96,179,.77) 29%,rgba(222,71,172,.83) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfc91aa0",endColorstr="#d4de47ac",GradientType=0);
  color:#fff;
}

.dexicons a:link,.dexicons a:visited {
  display:block;
  width:40%;
  height:auto;
  text-align:center;
  padding:10px 0 70px;
  background-color:#939;
  border-top:4px solid rgba(255,255,255,.7);
  border-left:4px solid rgba(255,255,255,.6);
  border-right:4px solid rgba(255,255,255,.6);
  margin:10px auto 20px;
  -webkit-clip-path:polygon(100% 0,100% 100%,50% 78%,0 100%,0 0);
  clip-path:polygon(100% 0,100% 100%,50% 78%,0 100%,0 0);
  transition:all .4s;
  -webkit-transition:all .4s;
}

.dexicons a:hover {
  background-color:#f09;
  border-top:4px solid #000;
  border-left:4px solid #000;
  border-right:4px solid #000;
  -webkit-clip-path:polygon(100% 0,100% 60%,50% 100%,0 60%,0 0);
  clip-path:polygon(100% 0,100% 60%,50% 100%,0 60%,0 0);
}

#About h1,#Rules h1,#TipMenu h1,#Videos h1,#Tippers h1 {
  display:block;
  text-align:center;
  color:#c39;
  font-size:7.777vw;
  font-family:"Lobster";
  font-style:normal;
  font-weight:400;
  text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff,0px 1px 0 #fff,0px -1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff,0px 2px 0 #fff,0px -2px 0 #fff,-2px 0 0 #fff,2px 0 0 #fff,1px 2px 0 #fff,-1px 2px 0 #fff,1px -2px 0 #fff,-1px -2px 0 #fff,2px 1px 0 #fff,-2px 1px 0 #fff,2px -1px 0 #fff,-2px -1px 0 #fff;
}

.boxab,.box {
  width:90%;
  height:auto;
  padding:10px;
  overflow:auto;
  font-size:20px;
  color:#c39;
}

.boxab {
  width:90%;
  height:130px;
  padding:10px;
  overflow:auto;
  font-size:17px;
  color:#c39;
}

.loc {
  display:block;
  width:90%;
  height:auto;
  border-bottom:1px solid #936;
  margin:2px auto;
  text-align:left;
  padding:6px 3px 4px;
  color:#f1f1f1;
  font-size:14px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/06/clte_pin.png);
  background-repeat:no-repeat;
  background-size:30px 30px;
  background-position:0 0;
  text-indent:60px;
}

.lbs {
  display:block;
  width:90%;
  height:auto;
  border-bottom:1px solid #936;
  margin:2px auto;
  text-align:left;
  padding:6px 3px 4px;
  color:#f1f1f1;
  font-size:14px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/06/clte_lbs.png);
  background-repeat:no-repeat;
  background-size:30px 30px;
  background-position:0 0;
  text-indent:60px;
}

.brest {
  display:block;
  width:90%;
  height:auto;
  border-bottom:1px solid #936;
  margin:2px auto;
  text-align:left;
  padding:6px 3px 4px;
  color:#f1f1f1;
  font-size:14px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/06/clte_dd.png);
  background-repeat:no-repeat;
  background-size:30px 30px;
  background-position:0 0;
  text-indent:60px;
}

.tall {
  display:block;
  width:90%;
  height:auto;
  border-bottom:1px solid #936;
  margin:2px auto;
  text-align:left;
  padding:6px 3px 4px;
  color:#f1f1f1;
  font-size:14px;
  background-image:url(https://camgirlbioeditor.files.wordpress.com/2017/06/clte_ft.png);
  background-repeat:no-repeat;
  background-size:30px 30px;
  background-position:0 0;
  text-indent:60px;
}

#Rules {
  margin:50px auto 25px;
  background-color:rgba(153,51,102,.3);
  background-image:url(https://editbio.files.wordpress.com/2016/06/second_bg.png);
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  background-attachment:fixed;
}

.rulesbox {
  display:block;
  width:40%;
  height:auto;
  overflow:auto;
  padding:20px 50px;
  text-align:left;
  margin:40px auto 50px;
  background:-moz-linear-gradient(top,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  background:-webkit-linear-gradient(top,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  background:linear-gradient(to bottom,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfc91aa0",endColorstr="#d4de47ac",GradientType=0);
  color:#fff;
  box-shadow:0 7px 11px -9px #000;
  -webkit-box-shadow:0 7px 11px -9px #000;
  border-top:1px solid rgba(201,26,160,1);
  line-height:normal;
}

#TipMenu {
  margin:50px auto 25px;
  background-color:rgba(153,51,102,.3);
  background-image:url(https://adultwebdesignblog.files.wordpress.com/2017/03/2f61ad3d48ed0567296bf927afe7ee56.png);
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  background-attachment:fixed;
}

#Tippers {
  margin:50px auto 25px;
  background-color:rgba(153,51,102,.3);
  background-image:url(https://adultwebdesignblog.files.wordpress.com/2017/03/2f61ad3d48ed0567296bf927afe7ee56.png);
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  background-attachment:fixed;
}

.tmenubox {
  display:block;
  width:80%;
  height:500px;
  overflow:auto;
  padding:20px 50px;
  text-align:left;
  margin:40px auto 50px;
  background:-moz-linear-gradient(top,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  background:-webkit-linear-gradient(top,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  background:linear-gradient(to bottom,rgba(201,26,160,.15) 0%,rgba(201,28,161,.15) 1%,rgba(203,96,179,.47) 29%,rgba(222,71,172,.83) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#bfc91aa0",endColorstr="#d4de47ac",GradientType=0);
  color:#fff;
  box-shadow:0 7px 11px -9px #000;
  -webkit-box-shadow:0 7px 11px -9px #000;
  border-top:1px solid rgba(201,26,160,1);
  line-height:normal;
}

.treq {
  border-bottom:1px solid #936;
  color:#fff;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.treq:hover {
  background-color:rgba(222,71,172,.83);
  color:#000;
}

.trequest {
  display:block;
  width:80%;
  height:auto;
  padding:7px 11px;
  text-align:left;
  font-size:19px;
  float:left;
  margin:0 auto;
}

.buy a:link,.buy a:visited {
  padding:7px 11px;
  text-align:center;
  font-size:19px;
  float:left;
  margin:0 auto;
  background-color:#c09;
  color:#fff;
}

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

#Videos {
  margin:50px auto 25px;
  background-color:rgba(153,51,102,.3);
  background-image:url(https://mfcpro.files.wordpress.com/2016/06/bg1_light.png);
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  background-attachment:fixed;
}

.vidname {
  display:block;
  width:90%;
  height:auto;
  padding:6px 12px;
  text-align:left;
  text-indent:33px;
  color:#fff;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/icons/white_star.png);
  background-repeat:no-repeat;
  background-size:40px auto;
  background-position:2px 4px;
  margin:10px auto 20px;
}

.videobuy {
  text-align:center;
}

.videobuy a:link,.videobuy a:hover {
  padding:7px 24px;
  text-decoration:none;
  text-align:center;
  background-color:#906;
  color:#fff;
  border:1px solid #93c;
}

.videobuy a:hover {
  background-color:#222;
  color:#fff;
  border:1px solid #f1f1f1;
}

.tab #hire {
  display: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;
  z-index:500;
  font-size:20px;
  color:#888;
  font-family:"Oswald",Arial,Helvetica,sans-serif;
}

.tab #hire:target {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url(https://mfcpro.files.wordpress.com/2015/12/overley_grid.png) repeat;
  background-color:rgba(0,0,0,.9);
  z-index:1001;
}

.additional {
  padding:25px;
}

#hire .close a:link,#hire .close a:visited {
  right:0;
  top:0;
  width:40px;
  height:30px;
  padding:3px 0;
  overflow:hidden;
  line-height:normal;
  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  color:rgba(255,255,255,0);
  opacity:.5;
  text-decoration:none;
  text-align:left;
  background-image:url(https://leroy799.files.wordpress.com/2017/02/6a6e221a933d3e56b37aeaebd457d175.png);
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:0 0;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#hire .close a:hover {
  width:40px;
  height:30px;
  color:#000;
  text-decoration:none;
  opacity:1;
  background-image:none;
  text-align:left;
  padding-right:10px;
}

.designer h1 {
  display:block;
  font-size:30px;
  color:#666;
  font-family:"Oswald",Tahoma,Geneva,sans-serif;
  line-height:normal;
  margin:0;
  text-indent:28px;
  text-transform:uppercase;
}

.wrp {
  display:table;
  width:100%;
  background-color:#f1f1f1;
  border-bottom:1px solid #ccc;
}

.designer {
  display:table;
  width:80%;
  height:auto;
  float:none;
  clear:both;
  position:relative;
  margin:3% auto 2%;
  background-color:#fff;
  padding:0;
  box-shadow:0 6px 7px -6px #000;
}

.designer p {
  font-size:16px;
  font-family:Arial,Helvetica,sans-serif;
}

.clesas {
  height:50px;
  overflow:hidden;
  font-size:11px;
  color:#666;
  font-family:Tahoma,Geneva,sans-serif;
  opacity:0;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.seal:hover .clesas {
  opacity:1;
}

.clesas p {
  display:block;
  width:90%;
  height:20px;
  margin:0 -400px auto auto;
  font-size:11px;
  transition:all .4s;
  -webkit-transition:all .4s;
}

.seal:hover .clesas p {
  display:block;
  width:90%;
  height:20px;
  margin:0 auto;
}

.topbutton img {
  margin:40px auto 10px;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.topbutton img:hover {
  margin:30px auto 20px;
  -webkit-box-reflect:below -7px -webkit-linear-gradient(bottom,rgba(255,255,255,.9) 0%,transparent 50%,transparent 100%);
}

.prem {
  display:block;
  width:90%;
  height:auto;
  padding:6px 12px;
  text-align:left;
  text-indent:33px;
  color:#fff;
  background-image:url(https://raw.githubusercontent.com/cssmfc/xniteproductions/master/assets/images/icons/white_star.png);
  background-repeat:no-repeat;
  background-size:40px auto;
  background-position:2px 4px;
  margin:0 auto;
  border-bottom:1px solid #903;
}

.tpers img {
  margin:0 auto 20px;
  padding:10px;
  border-radius:10px;
  -webkit-border-radius:10px;
  background:#cb60b3;
  filter:saturate(100%);
  -webkit-filter:saturate(100%);
  transition:all .3s;
  -webkit-transition:all .3s;
}

.tpers:hover img {
  padding:10px;
  background-color:#f1f1f1;
  filter:none;
  -webkit-filter:none;
  box-shadow:0 6px 7px -6px #000;
  -webkit-box-shadow:0 6px 7px -6px #000;
}

.dexfooter {
  background:url(https://mfcpro.files.wordpress.com/2016/05/footer.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:0 0;
  background-color:rgba(222,71,172,.83);
  color:#939;
  text-align:center;
  font-size:15px;
}

#credits a:link,#credits a:visited {
  color:#f1f1f1;
}

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

.goup p {
  display:block;
  text-align:center;
  clear:both;
  margin:0 auto;
}

.goup a:link,.goup a:visited {
  display:inline-block;
  width:30px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2014/06/top1.png);
  background-size:100%;
  background-repeat:no-repeat;
  border-radius:20px;
  text-align:center;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px dotted #000;
  top:10px;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
  overflow:hidden;
  opacity:.7;
  -webkit-filter:grayscale(100%);
  filter:grayscale(100%);
}

.goup a:hover {
  display:inline-block;
  width:30px;
  height:30px;
  border-radius:20px;
  -moz-border-radius:20px;
  -ms-border-radius:20px;
  -o-border-radius:20px;
  -webkit-border-radius:20px;
  border:1px solid #000;
  top:-5px;
  opacity:1;
  -webkit-filter:none;
  filter:none;
  box-shadow:0 3px 8px #000;
  -webkit-box-shadow:0 3px 8px #000;
}

.reflect img {
  -webkit-box-reflect:below -17px -webkit-linear-gradient(bottom,rgba(255,255,255,.3) 0%,transparent 50%,transparent 100%);
}

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

* html .clearfix {
  height:1%;
}