@charset "UTF-8";

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

a:hover {
  color:#C93;
}

body {
  margin:0 auto;
  width:800px;
  color:#666;
  font-style:normal;
  font-weight:400;
  background:url(https://fotodex.files.wordpress.com/2015/12/bg1.png),url();
  background-repeat:no-repeat,no-repeat;
  background-position:0 0,0 bottom;
  background-attachment:fixed,fixed;
  background-size:100%,100%;
  background-color:#f1f1f1;
}

.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:#222;
  text-decoration:none;
  font-size:14px;
}

.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(255,255,255,.7);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #ccc;
  margin-bottom:5px;
}

.user_comment_textarea_small {
  width:600px;
}

.user_comment_textarea_big {
  width:650px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,.8);
  color:#000;
  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:"Walter Turncoat","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 #F4F4F4;
  border:4px solid #09C;
  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 #ccc;
  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:#000;
  padding:8px 12px;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-top:2px 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,.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:#333;
  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:5px;
  background:rgba(255,255,255,0.7);
  border:1px solid #ccc;
  margin-bottom:20px;
  visibility:visible;
  font-size:17px;
  color:#777;
  font-family:Palatino Linotype,Book Antiqua,Palatino,serif;
  margin-left:0;
}

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

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

h3,h4,h5,h6 {
  color:#09F;
  font-family:'Walter Turncoat',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:'Walter Turncoat';
}

#profile_friends {
  display:block;
  margin-top:10px;
  color:#666;
  margin-bottom:30px;
  padding:10px 13px;
  background:url();
  background-repeat:no-repeat;
  background-position:top right;
  background-color:rgba(255,255,255,.5);
  font-size:14px;
  border:1px solid #ccc;
  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:#888;
}

#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 {
  color:#09C;
}

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

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

/***Fonts***/
@font-face {
  font-family:'Walter Turncoat';
  font-style:normal;
  font-weight:400;
  src:local('Walter Turncoat'),local(WalterTurncoat),url(https://fonts.gstatic.com/s/walterturncoat/v6/sG9su5g4GXy1KP73cU3hvbescDKuDVIm01MBkTErNGM.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:.6;
}

/*** custom - widgets ***/
.scr::-webkit-scrollbar {
  width:9px;
}

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

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

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

#Corp {
  display:block;
  margin:0 auto;
  width:750px;
  padding:20px;
  z-index:98;
  height:auto;
  overflow:hidden;
  padding-bottom:10px;
  text-align:center;
  background-color:rgba(0,0,0,0.0);
}

#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:'Walter Turncoat','Palatino Linotype','Book Antiqua',Palatino,serif;
  margin-bottom:10px;
  margin-top:10px;
  text-shadow:none;
}

.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:300px;
  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:283px;
  color:#666;
  font-weight:normal;
  font-size:14px;
  overflow:auto;
  text-align:left;
  padding:10px;
  margin:0 auto;
  margin-top:20px;
  font-family:'Walter Turncoat','Palatino Linotype','Book Antiqua',Palatino,serif;
}

.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:'Walter Turncoat','Palatino Linotype','Book Antiqua',Palatino,serif;
}

#share a:hover {
  border:1px dotted #930;
}

#share {
  display:block;
  text-align:center;
}

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

#Nav {
  display:block;
  text-align:center;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_nav.png);
  background-repeat:no-repeat;
  background-size:100%;
  background-position:0 3px;
  height:50px;
  padding-top:2px;
  font-size:18px;
}

#Nav > a {
  display:inline-block;
  padding:5px 15px;
  text-align:center;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  font-family:'Walter Turncoat';
  color:#fff;
  text-shadow:0 1px 0 #000;
}

#Nav > a:hover {
  background:#44b8c2;
  color:#fff;
  text-shadow:0 0 6px #fff;
}

#smile {
  display:block;
  text-align:center;
}

.tooltip {
  display:inline;
  position:relative;
  text-shadow:0 1px 0 #000;
  font-variant:normal;
}

.tooltip:hover:after {
  background:#44b8c2;
  background:rgba(0,153,153,0.50);
  border-radius:5px;
  bottom:40px;
  color:#000;
  content:attr(title);
  left:80%;
  top:-50px;
  padding:5px 10px;
  position:absolute;
  z-index:98;
  min-width:157px;
  font-size:14px;
  margin-left:-110px;
  font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
  border:1px solid #099;
}

.tooltip:hover:before {
  border:solid;
  border-color:#099 transparent;
  border-width:6px 6px 0;
  bottom:35px;
  content:"";
  left:70%;
  position:absolute;
  z-index:99;
}

#smile i {
  display:inline-block;
  text-align:center;
  width:70px;
  height:auto;
  font-style:normal;
}

.tbuy:link {
  disply:inline-block;
  float:right;
  padding:5px 18px;
  text-align:center;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_itmbg.png);
  background-repeat:no-repeat;
  background-position:0 0;
  background-color:rgba(0,153,204,0.50);
  color:#fff;
  text-decoration:none;
  font-size:15px;
  margin-top:-6px;
  border:1px solid #099;
  border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  -webkit-border-radius:3px;
}

.tbuy:hover {
  disply:inline-block;
  float:right;
  padding:5px 18px;
  text-align:center;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_itmbg.png);
  background-repeat:no-repeat;
  background-position:0 -30px;
  background-color:rgba(0,153,153,0.40);
  color:#fff;
  text-decoration:none;
  text-shadow:0 0 4px #fff;
}

.additional {
  display:block;
  background:rgba(255,255,255,0.40);
  width:96%;
  height:auto;
  margin:0 auto;
  padding:7px;
  margin-top:30px;
  border-radius:5px;
  -webkit-border-radius:5px;
  box-shadow:0 1px 5px #666;
  -webkit-box-shadow:0 1px 5px #666;
  border:1px solid #ccc;
  text-align:left;
  font-family:'Walter Turncoat';
}

#mod_header {
  display:block;
  height:450px;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_mainheader.png);
  background-repeat:no-repeat;
  background-position:top center;
  margin-bottom:-10px;
}

#moavatar {
  display:inline-block;
  width:290px;
  height:340px;
  margin-top:15px;
  margin-left:42px;
}

#moavatar img {
  display:block;
  width:290px;
  height:340px;
  border:3px solid #f1f1f1;
  transform:rotate(-2deg);
  -moz-transform:rotate(-2deg);
  -ms-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  -webkit-transform:rotate(-2deg);
  background:rgba(0,0,0,.1);
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

#mod_header:hover > #moavatar img {
  display:block;
  width:290px;
  height:340px;
  border:3px solid #f1f1f1;
  transform:rotate(-2deg);
  -moz-transform:rotate(-2deg);
  -ms-transform:rotate(-2deg);
  -o-transform:rotate(-2deg);
  -webkit-transform:rotate(-2deg);
  background:rgba(0,0,0,.4);
  box-shadow:0 2px 7px #777;
  -moz-box-shadow:0 2px 7px #777;
  -ms-box-shadow:0 2px 7px #777;
  -o-box-shadow:0 2px 7px #777;
  -webkit-box-shadow:0 2px 7px #777;
}

.modinfoz {
  display:inline-block;
  position:relative;
  width:360px;
  height:280px;
  top:54px;
  margin-right:70px;
  background:rgba(0,0,0,.0);
  float:right;
  padding:10px;
  overflow:auto;
  font-family:'Walter Turncoat','Book Antiqua',Palatino,serif;
  color:#099;
  font-size:17px;
}

#RoomRules,#TipMenu,#Store,#Videos,#TopTippers {
  display:block;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_headers1.png);
  background-repeat:no-repeat;
  background-position:center 10px;
  background-size:100%;
  margin-top:30px;
}

#RoomRules h1,#TipMenu h1,#TopTippers h1,#Store h1,#Videos h1 {
  display:block;
  text-align:center;
  color:#44b8c2;
  font-family:'Walter Turncoat';
  top:-26px;
  text-shadow:0 1px 0 #fff,0 3px 5px #fff,0 6px 5px #444;
  font-size:53px;
}

.leonarrow {
  display:block;
  width:87%;
  height:auto;
  margin:0 auto;
  padding:10px;
  margin-top:20px;
  font-family:'Walter Turncoat';
  font-size:19px;
  border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px;
  -o-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  background:url();
  background-repeat:repeat;
  background-position:0 0;
}

.tpreq {
  display:block;
  padding:10px;
}

.tpreq:hover {
  display:block;
  padding:10px;
  background:rgba(0,60,60,0.4);
  color:#fff;
}

.dinfo {
  display:block;
  width:87%;
  margin:0 auto;
  padding:10px;
  margin-top:24px;
  margin-bottom:-3px;
  text-align:left;
  color:#099;
  font-size:18px;
  font-family:'Walter Turncoat';
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:3px dotted rgba(204,153,51,0.40);
  margin-left:28px;
  border-radius:0 30px 30px 0;
  -moz-border-radius:0 30px 30px 0;
  -o-border-radius:0 30px 30px 0;
  -webkit-border-radius:0 30px 30px 0;
  background:rgba(255,255,255,1);
  background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(47%,rgba(246,246,246,1)),color-stop(100%,rgba(237,237,237,1)));
  background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);
}

.pun {
  text-align:center;
  font-size:18px;
}

.pun p:hover {
  text-align:center;
  font-size:18px;
  color:#099;
}

.pun p::before {
  content:'\2606';
  display:inline-block;
  margin-right:12px;
}

.pun p:hover::before {
  content:'\2605';
  display:inline-block;
  margin-right:12px;
}

.itmwrapper {
  display:block;
  height:400px;
  overflow:auto;
}

.onsale,.vids {
  display:block;
  margin:5px 5px 5px 7px;
  border:1px solid #ccc;
  text-align:left;
  padding:5px;
  height:270px;
  overflow:hidden;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_itmbg.png) repeat;
  background-color:rgba(0,153,153,0.10);
}

.onsale > .itmpreview {
  display:inline-block;
  float:left;
  width:210px;
  height:210px;
  margin-right:5px;
  padding:30px;
  background:url();
  background-repeat:no-repeat;
  background-size:100%;
  background-position:top center;
  opacity:.7;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.vids > .itmpreview {
  display:inline-block;
  float:left;
  width:210px;
  height:210px;
  margin-right:5px;
  padding:30px;
  background:url();
  background-repeat:no-repeat;
  background-size:100%;
  background-position:top center;
  opacity:.7;
  text-align:center;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.onsale:hover > .itmpreview img {
  display:block;
  width:248px;
  height:182px;
  margin-top:10px;
  margin-left:-6px;
  border:3px solid #f1f1f1;
  box-shadow:0 4px 6px #444;
  -webkit-box-shadow:0 4px 6px #444;
}

.vids:hover > .itmpreview img {
  display:block;
  width:248px;
  height:182px;
  margin-top:10px;
  margin-left:-6px;
  border:3px solid #f1f1f1;
  box-shadow:0 4px 6px #444;
  -webkit-box-shadow:0 4px 6px #444;
}

.itmpreview img {
  display:block;
  width:248px;
  height:182px;
  margin-top:10px;
  margin-left:-6px;
  border:3px solid #f1f1f1;
}

.saleinfo {
  display:inline-block;
  float:right;
  width:320px;
  height:260px;
  padding:5px;
  overflow:auto;
}

.saleinfo div:first-child {
  display:block;
  font-weight:bold;
  font-family:'Walter Turncoat';
  padding-left:10px;
}

.saleinfo div:first-child::before {
  content:'\2665';
  display:inline-block;
  margin-right:10px;
  color:#099;
}

.onsale:hover > .itmpreview {
  opacity:1;
}

.vids:hover > .itmpreview {
  opacity:1;
}

.itmdesc {
  display:block;
  width:300px;
  margin-left:-500px;
  font-weight:bold;
  font-size:15px;
  transition:all .6s;
  -moz-transition:all .6s;
  -ms-transition:all .6s;
  -o-transition:all .6s;
  -webkit-transition:all .6s;
}

.onsale:hover .itmdesc {
  display:block;
  width:300px;
  margin-left:5px;
  font-weight:bold;
}

.itmdesc p {
  display:block;
  margin-top:-5px;
  font-weight:normal;
  color:#066;
  margin-bottom:10px;
}

.vids:hover .itmdesc {
  display:block;
  width:300px;
  margin-left:5px;
  font-weight:bold;
}

#smile {
  display:block;
  height:154px;
  background:url(https://fotodex.files.wordpress.com/2015/12/do_social.png);
  background-repeat:no-repeat;
  background-size:100%;
  margin-top:-64px;
}

.solinks {
  display:block;
  margin:0 auto;
  width:90%;
  position:relative;
  top:70px;
  text-align:center;
}

.tipoffline {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 0;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.amazon {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -30px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.instagram {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -60px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.twitter {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -90px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.tumblr {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -120px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.dmme {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -150px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.joinchat {
  display:inline-block;
  width:100px;
  height:30px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/smile.png);
  background-repeat:no-repeat;
  background-position:0 -180px;
  opacity:.7;
  transition:all .3s;
  -moz-transition:all .3s;
  -ms-transition:all .3s;
  -o-transition:all .3s;
  -webkit-transition:all .3s;
}

.tipoffline:hover,.amazon:hover,.instagram:hover,.twitter:hover,.tumblr:hover,.dmme:hover,.joinchat:hover {
  opacity:1;
}

.racon {
  display:inline-block;
  width:260px;
  height:356px;
  background:url(https://mfcpro.files.wordpress.com/2015/12/gb_raffle.png);
  background-repeat:no-repeat;
  text-align:center;
  padding:10px;
  margin:10px auto 5px 30px;
}

.icls {
  font-size:16px;
}

@-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);
  }
}