@charset "UTF-8";

* {
  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 {
}

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

.hr {
  clear:both;
  height:1px;
  line-height:0;
  width:100%;
  font-size:0;
  padding:0;
  margin-bottom:20px;
  background:none;
  border-bottom:1px dashed #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;
}

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

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

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

.xcr::-webkit-scrollbar-thumb {
  -webkit-border-radius:10px;
  border-radius:10px;
  background:#756a47;
  -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;
}

h1 {
  font-size:38px;
  font-family:"Quicksand",sans-serif;
}

h2 {
  font-size:28px;
  font-family:"Quicksand",sans-serif;
}

h3 {
  font-size:25px;
}

h4 {
  font-size:22px;
}

h5,h6 {
  font-size:20px;
}

a {
  color:#756a47;
  text-decoration:none;
}

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

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

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

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

@font-face {
  font-family:"Cinzel Decorative";
  font-style:normal;
  font-weight:400;
  src:local(CinzelDecorative-Regular),url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQl4jZHmtnl4mfN0ClpLnj0E.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:"Quicksand";
  font-style:normal;
  font-weight:400;
  src:local("Quicksand Regular"),local(Quicksand-Regular),url(https://fonts.gstatic.com/s/quicksand/v6/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2");
  unicode-range:U+0102-0103,U+1EA0-1EF9,U+20AB;
}

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

body {
  width:100%;
  margin:0 auto;
  background-color:#000;
  background-image:url(https://mfcpro.files.wordpress.com/2015/11/sam_silk_bg.png);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  color:#666;
}

.profile_section_content {
  color:#666;
  padding:8px;
  margin:5px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

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

#photo_gallery_previews a {
  color:#333;
}

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

.photo_gallery_image:hover {
  border:2px solid #555;
  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:none;
}

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

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#profile_header_container,#unix_last_login_container {
  display:none;
}

#avatar_holder {
  background:none;
}

#footer_bar {
  display:none;
}

#profile_header_container {
  opacity:0;
}

#unix_last_updated_container {
  display:none;
}

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

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

#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,#no_profile_avatar,#avatar_holder {
  display:none;
}

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

.user_comment_textarea_small {
  width:800px;
  padding:15px;
  background:rgba(0,0,0,.6);
  color:#ecb554;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  font-family:"Quicksand","Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  outline:none;
  outline-style:none;
  height:100px;
}

.user_comment_textarea_big {
  width:800px;
  height:100px;
  padding:15px;
  background:rgba(0,0,0,.6);
  color:#ecb554;
  margin-top:12px;
  -webkit-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  -moz-box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  font-family:"Quicksand","Palatino Linotype","Book Antiqua",Palatino,serif;
  box-shadow:inset 0 -1px 9px 1px rgba(44,50,50,.97);
  outline:none;
  outline-style:none;
}

.wall_post_avatar img {
  background:none repeat scroll 0 0 #f4f4f4;
  border:4px solid #666;
  border:2px solid rgba(255,255,255,0);
  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;
  width:70px;
  height:70px;
}

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

.wall_post_info {
  border-bottom:1px solid #25292c;
  width:700px;
  margin-left:42px;
}

.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:#444;
  padding:8px 12px;
  border:1px solid #25292c;
  font-family:"Quicksand","Palatino Linotype","Book Antiqua",Palatino,serif;
  background-color:rgba(0,0,0,.6);
}

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

div#profile_about_me.profile_subsection {
}

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

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

.wall_post a:hover {
  color:#c93;
  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-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:none;
}

#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;
  text-align:left;
  padding:5px;
  background:rgba(0,0,0,.3);
  border:1px solid #222;
  margin-bottom:20px;
  visibility:visible;
  font-size:20px;
  color:#f1f1f1;
  font-family:"Quicksand",Palatino Linotype,Book Antiqua,Palatino,serif;
  box-shadow:inset 0 40px 150px #000;
}

h1,h2,h3 {
  color:#ecb554;
  font-family:"Cinzel Decorative",Palatino Linotype,Book Antiqua,Palatino,serif;
  text-shadow:0 0 3px #000;
}

iframe {
  display:block;
  width:99%;
  height:400px;
  margin-top:5px;
  margin-bottom:5px;
}

embade {
  display:block;
  width:99%;
  height:400px;
  margin-top:5px;
  margin-bottom:5px;
}

#profile_about_me {
}

#rate_label,#average_rating_label,#admirers_label,#friends_label,#favorite_models_label {
  font-family:"Quicksand",Palatino Linotype,Book Antiqua,Palatino,serif;
}

#about_me_container {
  visibility:visible!important;
}

#about_me_value {
  visibility:visible!important;
}

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

#friends_value > a {
  margin-right:6px;
  color:#888;
}

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

#favorite_models_value > a::before {
  content:"\2665";
  display:inline-block;
  text-shadow:none;
  color:#666;
  font-size:14px;
  margin-right:3px;
}

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

#favorite_models_value a:link {
  color:#f90;
}

#favorite_models_value a:hover {
  color:#555;
}

#favorite_models_value a {
  margin-right:6px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display:block;
}

div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,body,html {
  padding:0;
  margin:0;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}

.hide,#profile_header,#profile_main_photo,#header_bar,#footer_bar,#server_time,#profile_schedule,#profile_interests_content {
  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;
}

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

.camgirlbioliveeditor {
  background-color:#222;
  margin:0 auto 40px;
  padding-bottom:20px;
}

.camgirlbioliveeditor {
  text-align:center;
  height:140px;
  oveflow:hidden;
}

.camgirlbioliveeditor::after {
  content:"Camgirl Live Editor";
  display:block;
  height:30px;
  font-size:15px;
  color:#666;
  opacity:0;
  transition:all .5s;
  -moz-transition:all .5s;
  -ms-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  margin:-30px auto;
  font-family:"Quicksand",sans-serif;
}

.camgirlbioliveeditor:hover::after {
  content:"Camgirl Live Editor";
  display:block;
  height:30px;
  font-size:15px;
  color:#8224e3;
  opacity:1;
  margin:0 auto;
}

.camgirlbioliveeditor img {
  display:block;
  width:240px;
  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;
  transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
}

.top-nav {
  width:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:800;
  text-align:center;
  background-color:rgba(0,0,0,.8);
  border-bottom:1px solid #756a47;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.top-nav:hover {
  background-color:rgba(0,0,0,1);
}

.top-fix {
  margin-top:5px;
}

.top-nav a:link,.top-nav a:visited {
  display:inline-block;
  color:#756a47;
  font-family:"Quicksand",sans-serif;
  text-decoration:none;
  font-size:17px;
  padding:5px 16px;
  text-align:center;
}

.top-nav a:hover {
  color:#888;
  text-decoration:none;
}

.goldie .corp {
  background-color:#25292c;
  color:#756a47;
  text-align:center;
  font-size:22px;
  margin:40px auto;
}

.corp {
  padding:20px;
  position:relative;
  font-family:"Quicksand",sans-serif;
}

.sk-fix {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/slide_2.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
}

.round-fix {
  border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
}

.sk-height-fix {
  padding:30px 0;
}

.sk-height-fix-2 {
  padding:50px 0;
  margin:40px auto;
}

.sk-height-fix-2 a:link,.sk-height-fix-2 a:visited {
  padding:22px 62px;
  text-align:center;
  font-size:19px;
  color:#fff;
  text-decoration:none;
  border:solid 5px rgba(51,51,51,.1);
  outline:solid 2px #756a47;
  background-color:rgba(102,51,153,.5);
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}

.sk-height-fix-2 a:hover {
  background-color:#25292c;
  color:#756a47;
  border:solid 5px rgba(0,0,0,.5);
}

.support {
  font-size:32px;
  color:#756a47;
  text-shadow:0 1px 2px #000;
  font-family:"Cinzel Decorative",cursive;
}

.box-inner {
  width:80%;
  margin:0 auto;
  line-height:4em;
  border:solid 5px rgba(51,51,51,.1);
  outline:solid 2px #756a47;
  clear:left;
  position:relative;
}

.photo_model {
  text-align:center;
}

.button_s {
  font-family:"Quicksand",sans-serif;
}

.photo_model img {
  max-height:300px;
  height:270px;
  width:100%;
}

.about_webcam_performer {
  max-height:300px;
  height:270px;
  padding:26px 20px;
  background-color:#25292c;
  color:#756a47;
  font-size:20px;
  overflow:auto;
  margin:14px auto;
  font-family:"Quicksand",sans-serif;
}

.room-rules {
  padding:20px;
  color:#756a47;
  font-size:21px;
  max-height:600px;
  overflow:auto;
  line-height:normal;
  background-color:rgba(0,0,0,.8);
  font-family:"Quicksand",sans-serif;
}

.sk-fix-rules {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/slide_1.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
}

.sk-fix-tipmenu {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/slide_3.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
}

.down-arrow a:link,.down-arrow a:visited {
  margin:0 auto;
  display:block;
  width:60px;
  height:60px;
  text-align:center;
  border-radius:50%;
  border:1px solid #756a47;
  color:#756a47;
  font-size:2em;
  background-color:rgba(0,0,0,.8);
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}

.about-grid {
  border:#756a47 0 solid;
  outline:1px dashed #756a47;
  outline-offset:-15px;
  text-align:centre;
  background-color:rgba(0,0,0,.6);
  background-image:url(https://mfcpro.files.wordpress.com/2016/05/bg-lilly-ane.gif);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  font-family:"Quicksand",sans-serif;
}

.down-arrow a:hover {
  background-color:#25292c;
  font-size:2.666em;
}

.headers h1 {
  color:#756a47;
  font-size:4.555rem;
  text-shadow:0 1px 3px #000;
  font-family:"Cinzel Decorative",cursive;
}

.tipmenu-box {
  padding:20px;
  color:#756a47;
  font-size:19px;
  max-height:500px;
  height:500px;
  overflow:auto;
  line-height:normal;
  background-color:rgba(0,0,0,.8);
  border:1px solid #000;
  font-family:"Quicksand",sans-serif;
}

.tiprequest {
  color:#756a47;
  font-size:21px;
  text-shadow:0 1px 3px #000;
  font-family:"Quicksand",sans-serif;
}

.tip-button a:link,.tip-button a:visited {
  padding:10px 22px;
  text-align:center;
  border:none;
  font-family:"Quicksand",sans-serif;
}

.tip-button a:hover {
}

.box-inner-tipmenu {
  width:80%;
  margin:0 auto;
  line-height:normal;
  border:solid 1px rgba(51,51,51,.1);
  outline:solid 1px #000;
  clear:left;
  position:relative;
  font-family:"Quicksand",sans-serif;
}

.box-inner-store {
  width:100%;
  margin:0 auto;
  line-height:normal;
  border:solid 1px rgba(51,51,51,.1);
  outline:solid 1px #000;
  clear:left;
  position:relative;
}

.sk-fix-store {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/slide_4.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
}

.store-box {
  padding:20px;
  color:#756a47;
  font-size:19px;
  max-height:500px;
  height:500px;
  overflow:auto;
  line-height:normal;
  background-color:rgba(0,0,0,.1);
  border:1px solid #756a47;
  font-family:"Quicksand",sans-serif;
}

.item {
  background-color:rgba(0,0,0,.8);
  font-family:"Quicksand",sans-serif;
}

.item_photo img {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  background-color:#25292c;
}

.video_photo img {
  display:block;
  width:100%;
  height:auto;
  text-align:center;
  background-color:#756a47;
}

.videos-box {
  padding:20px;
  color:#756a47;
  font-size:19px;
  max-height:600px;
  height:600px;
  overflow:auto;
  line-height:normal;
  background-color:rgba(0,0,0,.1);
  border:0 solid #756a47;
  font-family:"Quicksand",sans-serif;
}

.box-inner-videos {
  width:100%;
  margin:0 auto;
  line-height:normal;
  border:none;
  clear:left;
  position:relative;
}

.item-title {
  background-color:rgba(0,0,0,.8);
  color:#756a47;
  font-size:19px;
  font-family:"Quicksand",sans-serif;
}

.sk-fix-videos {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/vid_bg.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
  outline:1px dashed #756a47;
  outline-offset:-15px;
}

.sk-fix-club {
  background-image:url(https://leroy799.files.wordpress.com/2017/01/club_bg.jpg);
  background-position:center;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size:cover;
  -o-background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  padding:40px;
  outline:1px dashed #756a47;
  outline-offset:-15px;
}

.club-list {
  text-align:center;
  font-family:"Quicksand",sans-serif;
}

.club-blazon {
  width:200px;
  height:200px;
  text-align:center;
  border-radius:50%;
  overflow:hidden;
  padding:10px;
  border:3px solid #756a47;
  margin-right:12px;
  line-height:normal;
}

.club-blazon div:first-child {
  unicode:U+2655;
  font-size:8rem;
  text-shadow:0 3px 1px #000;
  color:#756a47;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  transform:rotateY(180deg);
  -webkit-transform:rotateY(180deg);
}

.club-list:hover .club-blazon {
  background-color:#756a47;
  border:3px solid #25292c;
  color:#25292c;
  transform:rotateX(0deg);
}

.club-list:hover .club-blazon div:first-child {
  transform:rotateX(0deg);
  -webkit-transform:rotateX(0deg);
  color:#25292c;
  text-shadow:0 1px 5px #c6b47f;
}

.club-info {
  background-color:rgba(0,0,0,.8);
  font-family:"Quicksand",sans-serif;
}

.club-data {
  max-height:270px;
  height:210px;
  overflow:auto;
  border:1px solid #756a47;
  color:#756a47;
  font-size:19px;
  text-shadow:0 1px 3px #000;
}

.club-box {
  padding:20px;
  color:#756a47;
  font-size:19px;
  max-height:400px;
  height:400px;
  overflow:auto;
  line-height:normal;
  background-color:rgba(0,0,0,.1);
  border:0 solid #756a47;
  font-family:"Quicksand",sans-serif;
}

.clubbers-wrapper {
  color:#756a47;
  font-family:"Quicksand",sans-serif;
}

.premium p {
  line-height:normal;
  color:#756a47;
  border:solid 1px rgba(51,51,51,1);
  outline:solid 1px #000;
  outline:1px dashed #756a47;
  outline-offset:-5px;
  padding:10px 14px;
  font-size:22px;
  text-align:center;
  text-shadow:0 1px 3px #000;
}

.goldie-club {
  background-color:#25292c;
  color:#756a47;
  text-align:center;
  font-size:22px;
  margin:40px auto;
}

.tip-button-join a:link,.tip-button-join a:visited {
  padding:14px 52px;
  text-align:center;
  background-color:#756a47;
  color:#fff;
  text-decoration:none;
  font-family:"Quicksand",sans-serif;
}

.tip-button-join a:hover {
  background-color:#000;
  color:#756a47;
}

.footer_section {
  background-color:#222;
}

.footer_side h3 {
  color:#756a47;
  line-height:normal;
  font-size:22px;
  font-family:"Cinzel Decorative",cursive;
}

.footer_content p {
  display:block;
  margin:0 auto;
  margin:0 auto;
  padding:2px 0;
  line-height:normal;
  color:#888;
  font-size:19px;
  font-family:"Quicksand",sans-serif;
}

.footer_content a:link,.footer_content a:visited {
}

.footer_content a:hover {
  color:#ccc;
}

.social {
  text-align:center;
}

.social a:link,.social a:visited {
  display:inline-block;
  width:120px;
  height:120px;
  text-align:center;
  border-radius:50%;
  overflow:hidden;
  border:8px solid rgba(102,51,153,.5);
  background-color:#25292c;
  transition:all .3s;
  -webkit-transition:all .3s;
}

.social a:hover {
  background-color:#756a47;
  border:8px solid #25292c;
}

.social img {
  margin-top:24px;
  transform:rotateY(360deg);
  opacity:.7;
  transition:all .5s;
  -webkit-transition:all .5s;
}

.social a:hover img {
  margin-top:20px;
  opacity:1;
  transform:rotateY(0deg);
}

.copyright {
  font-size:13px;
  color:#666;
  padding-top:20px;
}

.hr {
  display:block;
  height:1px;
  background-color:#111;
  overflow:hidden;
  outline:none;
  border:0;
  box-shadow:0 1px 3px #333;
  clear:both;
  margin:0 auto;
}

.no-padd {
  padding-top:10px;
  padding-bottom:10px;
  margin:0;
}

#photo_gallery_previews,#comments {
  z-index:10;
}

.top-nav {
  z-index:9999;
}

* {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

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

* html .clearfix {
  height:1%;
}