@charset "UTF-8";

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 {
  margin:0 auto;
  width:1000px;
  color:#fff;
  font-style:normal;
  font-weight:400;
  overflow-y:visible;
  overflow-x:hidden;
  background:url(https://mfcpro.files.wordpress.com/2015/12/main_bg.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-attachment:fixed;
  background-color:#4b0058;
}

.profile_section_content {
  color:#666;
  padding:8px;
  margin:5px;
  -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;
}

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

#photo_gallery_previews a {
  color:#09C;
}

.photo_gallery_image {
  border:2px solid #09C;
}

.photo_gallery_image:hover {
  border:2px solid #F3C;
  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: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:#fff;
  text-decoration:none;
  font-size:15px;
}

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

/***Inlaturate***/
#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;
}

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

.user_comment_textarea_small {
  width:800px;
  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;
}

.user_comment_textarea_big {
  width:800px;
  height:100px;
  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;
}

.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 {
  border-bottom:1px solid rgba(0,0,0,.2);
  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:#fff;
  padding:8px 12px;
  border-bottom:1px solid #111;
  border-left:1px solid #111;
  border-right:1px solid #111;
  border-top:1px solid #000;
  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(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:"Palatino Linotype","Book Antiqua",Palatino,serif;
}

/***CUSTOM MYFREECAMS PROFILE DESIGN BY STUDIO CSSMFC PRODUCTIONS - @CSSMFC ON TWITTER***/
div#comments {
  padding:10px;
  margin-top:10px;
}

div#profile_about_me.profile_subsection {
  text-indent:2px;
  background:url() 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:#09C;
  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: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;
  padding:10px;
  background:rgba(0,0,0,0.50);
  border:1px solid #000;
  margin-bottom:20px;
  visibility:visible;
  font-size:17px;
  color:#fff;
  font-family:'Flamenco',Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-left:0;
}

h1 {
  color:#F06;
  font-family:'Lobster',Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:27px;
  padding-top:7px;
}

h2 {
  color:#F39;
  font-family:'Lobster',Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:25px;
  padding-top:7px;
}

h3,h4,h5,h6 {
  color:#F6C;
  font-family:'Lobster',Palatino Linotype,Book Antiqua,Palatino,serif;
  font-size:20px;
  padding-top:7px;
}

#profile_about_me {
}

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

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

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

/***CUSTOM MYFREECAMS PROFILE DESIGN BY STUDIO CSSMFC PRODUCTIONS - @CSSMFC ON TWITTER***/
#friends_value > a {
  margin-right:6px;
  color:#09C;
}

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

#favorite_models_value > a::before {
  content:'\2665';
  display:inline-block;
  text-shadow:none;
  color:#fff;
  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 {
  color:#09C;
}

#favorite_models_value > a:hover {
  color:#09C;
}

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

/***Fonts***/
@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:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3SYE0-AqJ3nfInTTiDXDjU4.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:'Great Vibes';
  font-style:normal;
  font-weight:400;
  src:local('Great Vibes'),local(GreatVibes-Regular),url(https://fonts.gstatic.com/s/greatvibes/v4/6q1c0ofG6NKsEhAc2eh-3Y4P5ICox8Kq3LLUNMylGO4.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:'Lobster';
  font-style:normal;
  font-weight:400;
  src:local(Lobster),local(Lobster-Regular),url(https://fonts.gstatic.com/s/lobster/v15/9NqNYV_LP7zlAF8jHr7f1vY6323mHUZFJMgTvxaG2iE.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:'Lobster';
  font-style:normal;
  font-weight:400;
  src:local(Lobster),local(Lobster-Regular),url(https://fonts.gstatic.com/s/lobster/v15/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,U+E0FF,U+EFFD,U+F000;
}

@font-face {
  font-family:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/3Annd_XP-99FcGbOpm6fVCEAvth_LlrfE80CYdSH47w.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:'Poiret One';
  font-style:normal;
  font-weight:400;
  src:local('Poiret One'),local(PoiretOne-Regular),url(https://fonts.gstatic.com/s/poiretone/v4/HrI4ZJpJ3Fh0wa5ofYMK8fk_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:'Flamenco';
  font-style:normal;
  font-weight:400;
  src:local(Flamenco),local(Flamenco-Regular),url(https://fonts.gstatic.com/s/flamenco/v6/eY_UZqPceqmE3GUQnY4AhfesZW2xOQ-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;
}

/***CUSTOM MYFREECAMS PROFILE DESIGN BY STUDIO CSSMFC PRODUCTIONS - @CSSMFC ON TWITTER***/
.mlogo {
  display:inline-block;
  width:50px;
  height:57px;
  text-align:center;
  background:url(https://mfcpro.files.wordpress.com/2015/05/top_logo.png);
  background-size:100%;
  background-repeat:no-repeat;
  opacity:.7;
  background-position:0 0;
  position:fixed;
  right:5px;
  top:17px;
}

.mlogo:hover {
  background:url(https://mfcdesign.files.wordpress.com/2015/06/top_logo_hover.png);
  background-size:100%;
  background-repeat:no-repeat;
  opacity:1;
}

.spinner {
  cursor:pointer;
  -webkit-animation-name:spinner;
  -webkit-animation-timing-function:rotation 8s infinite linear;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-duration:8s;
  -webkit-transform-style:preserve-3d;
  -moz-animation-name:spinner;
  -moz-animation-timing-function:rotation 8s infinite linear;
  -moz-animation-iteration-count:infinite;
  -moz-animation-duration:8s;
  -moz-transform-style:preserve-3d;
  animation-name:spinner;
  -animation-timing-function:rotation 8s infinite linear;
  animation-iteration-count:infinite;
  animation-duration:8s;
  transform-style:preserve-3d;
  -ms-animation-name:spinner;
  -ms-animation-timing-function:rotation 8s infinite linear;
  -ms-animation-iteration-count:infinite;
  -ms-animation-duration:8s;
  -ms-transform-style:preserve-3d;
  -o-animation-name:spinner;
  -o-animation-timing-function:rotation 8s infinite linear;
  -o-animation-iteration-count:infinite;
  -o-animation-duration:8s;
  -o-transform-style:preserve-3d;
}

.spinner:hover {
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  animation-play-state:paused;
  -ms-animation-play-state:paused;
  -o-animation-play-state:paused;
}

.credits {
  display:block;
  height:80px;
  margin-top:-20px;
  margin-bottom:30px;
  background:url(https://mfcpro.files.wordpress.com/2014/10/sxnproductions1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:bottom center;
  background-color:rgba(0,0,0,.0);
  opacity:.4;
}

/*** custom - widgets ***/
#donotremove {
}

#donotremove p {
  display:none;
}

.crdst {
  display:block;
  width:100%;
  height:60px;
  margin-top:80px;
  background:url(https://editbio.files.wordpress.com/2015/09/credits2.png) no-repeat;
  background-position:top center;
  background-size:100%;
  text-align:center;
  color:#44b8c2;
  padding:10px;
  margin-bottom:-20px;
  z-index:999;
}

.crdst span {
  display:block;
  font-size:12px;
  color:#fff;
  font-family:'Flamenco','Palatino Linotype','Book Antiqua',Palatino,serif;
  margin-bottom:10px;
  margin-top:20px;
  text-shadow:none;
}

#top {
  display:block;
  position:relative;
  top:-9999px;
  left:-9999px;
  width:1px;
  height:1px;
  opacity:0;
}

.toootop:link {
  display:block;
  position:fixed;
  right:10px;
  bottom:10px;
  padding:10px;
  text-align:center;
  font-size:27px;
  color:#099;
  text-decoration:none;
  border-radius:4px;
  -webkit-border-radius:4px;
}

.toootop:hover {
  display:block;
  padding:10px;
  text-align:center;
  text-decoration:none;
}

.toootop::before {
  content:'\25B6';
  display:block;
  width:20px;
  height:20px;
  text-align:center;
  font-size:27px;
  transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

#dmca {
  display:block;
  width:98%;
  height:auto;
  padding:10px;
  overflow:hidden;
  margin-top:10px;
  background:url();
  background-size:100%;
  background-repeat:no-repeat;
  background-position:0 0;
}

.dmcainfo {
  display:block;
  width:98%;
  height:auto;
  color:#fff;
  font-weight:normal;
  font-size:14px;
  overflow:auto;
  text-align:left;
  padding:10px;
  margin:0 auto;
  margin-top:20px;
  font-family:'Flamenco','Palatino Linotype','Book Antiqua',Palatino,serif;
  background:rgba(0,0,0,0.50);
}

.dmcainfo img {
  display:block;
  margin-right:3px;
  width:97px;
  float:left;
}

.nosee {
  display:none;
}

#share a {
  display:inline-block;
  padding:5px 14px;
  text-decoration:none;
  border:1px dotted #000;
  font-family:'Poiret One','Palatino Linotype','Book Antiqua',Palatino,serif;
  background:rgba(0,0,0,0.30);
  color:#fff;
}

#share a:hover {
  border:1px dotted #fff;
  color:#fff;
  text-shadow:0 0 5px #fff;
  background:rgba(0,0,0,0.70);
}

#share {
  display:block;
  text-align:center;
  background:rgba(0,0,0,0.30);
}

#share::before {
  content:'Share this profile: ';
  display:inline-block;
  color:#F06;
  margin-left:-53px;
  font-size:19px;
  font-family:'Flamenco','Palatino Linotype','Book Antiqua',Palatino,serif;
  padding:5px 11px;
  background:#000;
}

.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:#F06;
  -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
}

.xcr::-webkit-scrollbar-thumb:window-inactive {
  background:rgba(102,0,102,.3);
  border:1px solid #000;
}

.wrper {
  display:block;
  width:99%;
  height:auto;
  margin:0 auto;
}

.ninfo {
  display:inline-block;
  width:300px;
  height:auto;
  padding:10px;
  text-align:center;
  background:rgba(0,0,0,0.80);
  color:#fff;
  margin-left:-300px;
  opacity:0;
  font-size:12px;
  -webkit-transition:linear 1.3s;
  -moz-transition:linear 1.3s;
  -o-transition:linear 1.3s;
  -ms-transition:linear 1.3s;
  transition:linear 1.3s;
  margin-top:20px;
  margin-bottom:-20px;
}

.wrper:hover .ninfo {
  width:300px;
  height:auto;
  opacity:1;
  margin-left:0;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  margin-top:20px;
  margin-bottom:-20px;
}

.pops {
  display:block;
  margin:0 auto;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
}

.bum:link,.bum:visited {
  display:inline-block;
  padding:5px 11px;
  font-family:'Great Vibes',Arial,sans-serif;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  text-align:center;
  color:#F39;
  text-decoration:none;
  font-size:25px;
  background:rgba(0,0,0,0.0);
  margin:0 auto;
}

.bum:hover {
  display:inline-block;
  padding:5px 11px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  text-shadow:0 0 5px #fff;
}

.lb-overlay {
  width:0;
  height:0;
  position:fixed;
  overflow:hidden;
  left:0;
  top:0;
  padding:0;
  z-index:99;
  text-align:center;
  background:url(https://mfcpro.files.wordpress.com/2015/12/overley_grid.png) repeat;
  background-color:rgba(0,0,0,0.90);
}

.lb-overlay > .rela {
  position:relative;
  color:#F06;
  opacity:0;
  filter:alpha(opacity=0);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  width:90%;
  margin:10px auto 0;
  text-shadow:0 1px 1px rgba(0,0,0,0.6);
  -webkit-transition:opacity .3s linear 1.3s;
  -moz-transition:opacity .3s linear 1.3s;
  -o-transition:opacity .3s linear 1.3s;
  -ms-transition:opacity .3s linear 1.3s;
  transition:opacity .3s linear 1.3s;
}

.rela p {
  padding:0 20px;
  background:rgba(0,0,0,.0);
}

.lb-overlay .rela h3 {
  padding:0 20px;
  width:350px;
  height:30px;
  font-size:36px;
  float:left;
  text-align:right;
  border-right:1px solid #666;
  color:#F06;
  font-family:'Lobster','Arial Narrow',Arial,sans-serif;
  top:-20px;
}

.lb-overlay .rela p {
  font-size:18px;
  font-family:'Flamenco',Geneva,sans-serif;
  font-style:italic;
  top:-35px;
  height:50px;
  padding:15px;
  left:5px;
  color:#555;
}

.lb-overlay .rela h3 span {
  display:block;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
}

.lb-overlay .rela p {
  text-align:left;
  float:left;
  width:350px;
}

.lb-overlay a.lb-close {
  height:14px;
  background:rgba(255,255,255,0.80);
  z-index:1001;
  color:#F06;
  position:absolute;
  top:56px;
  right:15%;
  font-size:15px;
  line-height:16px;
  text-align:center;
  padding:5px 11px;
  overflow:hidden;
  margin-left:-25px;
  opacity:0;
  filter:alpha(opacity=0);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition:opacity .3s linear 1.2s;
  -moz-transition:opacity .3s linear 1.2s;
  -o-transition:opacity .3s linear 1.2s;
  -ms-transition:opacity .3s linear 1.2s;
  transition:opacity .3s linear 1.2s;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
  border-left:1px solid #F06;
  border-right:1px solid #F06;
  border-top:1px solid #F06;
  border-radius:5px 5px 0 0;
  -moz-border-radius:5px 5px 0 0;
  -ms-border-radius:5px 5px 0 0;
  -o-border-radius:5px 5px 0 0;
  -webkit-border-radius:5px 5px 0 0;
  text-decoration:none;
}

a.lb-close:hover {
  color:#555;
}

a.lb-close::before {
  content:'\2716';
  display:inline-block;
  margin-right:5px;
}

.lb-overlay:target {
  width:90%;
  height:90%;
  bottom:0;
  right:0;
  padding:80px 100px 120px 70px;
}

.lb-overlay:target .lego {
  -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;
}

.lb-overlay:target a.lb-close,.lb-overlay:target > .rela {
  opacity:1;
  filter:alpha(opacity=99);
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
}

.clinf {
  display:inline-block;
  width:62%;
  float:left;
  height:60%;
  padding:10px;
  margin:10px;
  color:#333;
  text-align:left;
  background:rgba(0,0,0,0.0);
  overflow:auto;
  font-family:'Flamenco',Century Gothic,Arial,sans,sans-serif;
  font-size:22px;
}

.clinfo {
  display:block;
  width:96%;
  float:left;
  padding:10px;
  margin:10px;
  color:#333;
  text-align:left;
  font-family:'Flamenco',Century Gothic,Arial,sans,sans-serif;
  font-size:22px;
}

x:-o-prefocus {
  height:90%;
}

.lego {
  width:0;
  height:0;
  overflow:hidden;
}

.lb-overlay:target > .lego {
  display:block;
  width:94%;
  height:450px;
  padding:20px;
  text-align:left;
  border:1px solid #F06;
  box-shadow:inset 0 0 3px #000,inset 0 0 15px #ccc,0 2px 11px #000;
  -moz-box-shadow:inset 0 0 3px #000,inset 0 0 15px #ccc,0 2px 11px #000;
  -ms-box-shadow:inset 0 0 3px #000,inset 0 0 15px #ccc,0 2px 11px #000;
  -o-box-shadow:inset 0 0 3px #000,inset 0 0 15px #ccc,0 2px 11px #000;
  -webkit-box-shadow:inset 0 0 3px #000,inset 0 0 15px #ccc,0 2px 11px #000;
  color:#777;
  background:rgba(255,255,255,0.90);
}

.navimenu {
  display:block;
  text-align:center;
  width:98%;
  padding:20px;
  background:rgba(0,0,0,0.80);
  margin:10px auto -10px -2px;
}

.lb-overlay:target .modelimg {
  display:inline-block;
  float:right;
  width:28%;
  height:98%;
  background:rgba(0,0,0,0.40);
  margin-left:15px;
  text-align:center;
  padding:5px;
  border:3px solid #fff;
  overflow:hidden;
}

.lb-overlay:target .modelimg img {
  display:block;
  width:100%;
  height:auto;
  -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;
}

.legs {
  display:inline-block;
  position:relative;
  width:150px;
  height:35px;
}

/***Optional each section can have dif. background images. Just replace the url path and add the id to the related section***/
#bgone {
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/bg1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top right;
  background-color:#f1f1f1;
}

#bgtwo {
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/bg1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top right;
  background-color:#f1f1f1;
}

#bgthree {
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/bg1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top right;
  background-color:#f1f1f1;
}

#bgfour {
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/bg1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top right;
  background-color:#f1f1f1;
}

#bgfive {
  background-image:url(https://mfcpro.files.wordpress.com/2015/12/bg1.png);
  background-repeat:no-repeat;
  background-size:auto;
  background-position:top right;
  background-color:#f1f1f1;
}

.pre::before {
  content:'\25B3';
  display:inline-block;
  margin-right:10px;
  transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
}

.aft::after {
  content:'\25B3';
  display:inline-block;
  margin-left:10px;
  transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}

.dividerz {
  display:inline-block;
  width:200px;
  height:3px;
}

.runaway {
  display:inline-block;
  margin-top:20px;
  color:#fff;
  text-decoration: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;
}

.runaway:hover {
  display:inline-block;
  margin-top:20px;
  color:#fff;
  text-decoration:none;
  text-shadow:0 0 5px #fff;
}

.prod a:link::before,.prod a:visited::before {
  content:'\25B3';
  display:inline-block;
  margin-left:1px;
  transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
}

.dividerz {
  display:inline-block;
  width:200px;
  height:3px;
}

.roomrules,.tpmenu,.iwrappers {
  height:305px;
  overflow:auto;
  padding:10px;
}

.tpmenu a {
  display:inline-block;
  float:right;
  padding:9px 15px;
  text-decoration:none;
  background:#F39;
  color:#fff;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  margin-top:-9px;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
  font-size:15px;
}

.tpmenu a:hover {
  display:inline-block;
  float:right;
  padding:9px 15px;
  text-decoration:none;
  color:#fff;
  background:#222;
}

.tpmenu p {
  display:block;
  padding:11px 5px;
  width:96%;
  margin:0 auto;
  border-left:5px solid rgba(0,0,0,0.0);
}

.tpmenu p:hover {
  display:block;
  padding:11px 5px;
  width:96%;
  margin:0 auto;
  background:rgba(0,0,0,0.10);
  border-left:5px solid rgba(0,0,0,0.50);
}

.intim {
  display:block;
  height:97px;
  overflow:auto;
  font-size:15px;
  margin:0 auto;
  border-bottom:1px solid #ccc;
}

.iwrappers {
}

.item {
  display:block;
  width:80%;
  height:146px;
  padding:5px;
  background:rgba(0,0,0,.10);
  margin:16px auto;
  border:1px solid rgba(255,255,255,0.0);
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}

.item img {
  display:inline-block;
  float:left;
  width:250px;
  height:140px;
  margin-right:20px;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}

.item:hover img {
  display:inline-block;
  float:left;
  width:250px;
  height:140px;
  margin-right:20px;
  text-align:center;
  background:#000;
}

.item:hover {
  display:block;
  width:80%;
  height:146px;
  padding:5px;
  background:rgba(0,0,0,.10);
  margin:16px auto;
  border:1px solid #fff;
  box-shadow:0 1px 6px #000;
  -moz-box-shadow:0 1px 6px #000;
  -o-box-shadow:0 1px 6px #000;
  -webkit-box-shadow:0 1px 6px #000;
}

.prod {
  display:inline-block;
  float:right;
  width:66%;
  height:136px;
  padding:5px 10px;
  text-align:left;
  background:rgba(51,51,51,.10);
  font-size:16px;
  font-family:'Flamenco',Geneva,sans-serif;
  color:#333;
  overflow:hidden;
}

.prod p:first-child {
  display:block;
  font-size:18px;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
  color:#F09;
  line-height:80%;
  margin-top:1px;
}

.prod p:nth-child(2) {
  display:block;
  line-height:90%;
  height:97px;
  width:80%;
  float:left;
  margin-top:-10px;
  font-size:20px;
  background:#f1f1f1;
  padding:5px;
}

.prod p:nth-child(3) {
  display:inline-block;
  float:right;
  text-align:center;
  line-height:90%;
  margin-right:-200px;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
}

.prod a:link,.prod a:visited {
  padding:5px 16px;
  background:#F06;
  color:#fff;
  text-decoration:none;
  margin-top:-30px;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
  font-size:14px;
}

.prod a:hover {
  padding:5px 16px;
  background:#333;
  color:#fff;
  text-decoration:none;
  margin-top:-30px;
  font-family:'Oswald','Arial Narrow',Arial,sans-serif;
}

.item:hover .prod p:nth-child(3) {
  display:inline-block;
  float:right;
  text-align:center;
  line-height:90%;
  margin-right:1px;
}

.additional {
  display:block;
  background:rgba(0,0,0,0.50);
  width:100%;
  height:auto;
  margin:10px auto;
  padding:10px;
  margin-top:30px;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 1px 5px #000;
  -webkit-box-shadow:0 1px 5px #000;
  border:1px solid #000;
  text-align:left;
  font-family:'Flamenco';
  color:#fff;
  font-size:20px;
}

.solinks {
  display:block;
  background:rgba(0,0,0,0.40);
  width:100%;
  height:auto;
  padding:10px;
  margin-top:8px;
  border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  text-align:center;
  overflow:hidden;
  opacity:0;
  -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;
  transition:all .3s;
  -moz-transition:all .3s;
  -webkit-transition:all .3s;
  margin-left:-2px;
}

.solinks {
  display:block;
  background:rgba(0,0,0,0.80);
  width:100%;
  height:auto;
  padding:10px;
  margin-top:8px;
  border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  text-align:center;
  opacity:1;
  margin-left:-2px;
}

.solinks a:link {
  display:inline-block;
  font-size:14px;
  padding:11px 21px;
}

.solinks a:hover {
  display:inline-block;
  font-size:14px;
  background:rgba(0,0,0,0.40);
  color:#fff;
}

#modheader {
  display:block;
  height:445px;
  background:rgba(0,0,0,0.50);
  text-align:center;
  margin-top:20px;
  padding:10px;
}

#modheader img {
  display:block;
  width:100%;
  height:auto;
}

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

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

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

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

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

@-webkit-keyframes spinner {
  from {
    -webkit-transform:rotateY(360deg);
  }
  
  to {
    -webkit-transform:rotateY(0deg);
  }
}

@-moz-keyframes spinner {
  from {
    -moz-transform:rotateY(360deg);
  }
  
  to {
    -moz-transform:rotateY(0deg);
  }
}

@-ms-keyframes spinner {
  from {
    -ms-transform:rotateY(360deg);
  }
  
  to {
    -ms-transform:rotateY(0deg);
  }
}

@-o-keyframes spinner {
  from {
    -o-transform:rotateY(360deg);
  }
  
  to {
    -o-transform:rotateY(0deg);
  }
}

@keyframes spinner {
  from {
    transform:rotateY(360deg);
  }
  
  to {
    transform:rotateY(0deg);
  }
}