@charset "UTF-8";

a,a:link,a:active,a:hover,a:visited {
  text-decoration:none;
}

a {
  color:#09F;
}

a:hover {
  color:#333;
}

body {
  margin:0 auto;
  padding-top:10px;
  width:940px;
  background:url(http://1.bp.blogspot.com/-Y85bvx-cFvs/VZrAmWu53PI/AAAAAAAAEKw/NltxOEdISxk/s1600/body-bg.png),url(http://1.bp.blogspot.com/-kPQyi_FNxNk/VZrAmRdUUGI/AAAAAAAAELs/o6-s-TWj2OY/s1600/bg_main.png);
  background-repeat:no-repeat,repeat;
  background-position:0 0,0 0;
  background-attachment:scroll,scroll;
  background-size:100%,auto;
  background-color:#444;
  color:#333;
}

/***Custom CSS by www.xniteproductions.com***/
.scr::-webkit-scrollbar {
  width:9px;
}

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

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

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

/***Global***/
input::-moz-focus-inner {
  border:0;
}

.profile_section_content {
  display:block;
  margin-top:-57px;
}

#photo_gallery_previews {
  display:none;
}

#profile {
  background:none;
}

.profile_section_background {
  background-color:transparent;
  background-color:#F1F1F1;
  filter:alpha(opacity=100);
  opacity:1;
}

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

.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;
  margin-top:-100px;
}

#profile_interests_content .label {
  display:none;
}

#profile_main_about_holder {
  display:none;
}

#avatar_holder {
  background:none;
}

#profile_avatar {
  display:none;
}

#profile_header_container {
}

#avatar_holder {
  background:none;
}

#footer_bar {
  display:none;
}

#profile_header_container {
  opacity:0;
}

#header_bar {
  display:none;
}

#unix_last_login_container {
  display:none;
}

#unix_last_updated_container {
  display:none;
}

.user_comment_textarea_small {
  width:770px;
  height:20px;
  font-size:14px;
  background:rgba(255,255,255,.8);
  color:#000;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  margin-top:12px;
  padding:15px;
  outline:none;
  outline-style:none;
}

.user_comment_textarea_big {
  width:770px;
  height:100px;
  padding:15px;
  background:rgba(255,255,255,1);
  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:"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 #FFF;
  border-radius:50%;
  margin-top:4px;
  -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 #f1f1f1;
  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 #ccc;
  width:700px;
  margin-left:42px;
}

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

div.wall_post {
  margin-top:10px;
  margin-bottom:10px;
  background:#f1f1f1;
  color:#333;
  font-size:16px;
  padding:5px;
  text-shadow:0 1px 0 #FFF;
  font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
  border:1px solid #999;
}

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

.wall_post_info a:hover::after {
  content:' â† Go to Profile';
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  color:#333;
  font-size:14px;
}

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

div#comments {
  padding:10px;
  margin-top:10px;
  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:30px;
}

#new_comment_buttons>input[type="submit"] {
  background:#000;
  padding:10px 17px;
  color:#fff;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

#new_comment_buttons>input[type="submit"]:hover {
  background:#096;
  padding:10px 17px;
  color:#fff;
}

#friends_value,#favorite_models_container {
  display:none;
}

#admirers_label,#admirers_container,#friends_container,#friends_label {
  display:block;
  font-size:12px!important;
  margin-left:2px;
  font-weight:normal;
  width:50px;
  margin-bottom:-5px;
  visibility:visible!important;
}

#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 {
  display:block;
  padding:5px;
  background:#f1f1f1;
  border:1px solid #ccc;
  margin-bottom:20px;
  visibility:visible;
}

#be_anywhere_container > h3,#hobbies_container > h3,#talents_container > h3,#perfect_mate_container > h3,#perfect_date_container > h3,#turn_ons_container > h3,#five_things_container > h3,#know_me_container > h3,#for_fun_container > h3,#favorite_songs_container > h3,#favorite_movies_containerv,#craziest_thing_container > h3,#favorite_books_container > h3 {
  display:block;
  font-size:18px;
  margin-top:-6px;
  color:#999;
  text-indent:11px;
  border-bottom:1px solid #999;
  margin-bottom:-6px;
  font-family:'Oswald';
}

#new_comment {
  border-top:1px solid #06C;
}

#know_me_container {
  margin-bottom:100px!important;
}

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

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

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

@font-face {
  font-family:'Modern Pictograms';
  font-style:normal;
  font-weight:400;
  src:local('Modern Pictograms'),url(https://dl-web.dropbox.com/s/mz0rzbbym769m09/modernpics-webfont_0-webfont.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:'Modern Pictograms';
  font-style:normal;
  font-weight:400;
  src:local('Modern Pictograms'),local('Modern Pictograms'),url(https://dl-web.dropbox.com/s/9o6q8dsvn8lngj2/modernpics-webfont_0-webfont.woff) format("woff");
  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:'Oswald';
  font-style:normal;
  font-weight:400;
  src:local('Oswald Regular'),local(Oswald-Regular),url(http://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(http://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:'Josefin Sans';
  font-style:normal;
  font-weight:400;
  src:local('Josefin Sans'),local(JosefinSans),url(http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5j0LW-43aMEzIO6XUTLjad8.woff2) format("woff2");
}

@font-face {
  font-family:'Josefin Sans';
  font-style:normal;
  font-weight:400;
  src:local('Josefin Sans'),local(JosefinSans),url(http://fonts.gstatic.com/s/josefinsans/v9/xgzbb53t8j-Mo-vYa23n5ugdm0LZdjqr5-oayXSOefg.woff2) format("woff2");
}

@font-face {
  font-family:'Josefin Sans';
  font-style:normal;
  font-weight:600;
  src:local('Josefin Sans SemiBold'),local(JosefinSans-SemiBold),url(http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z9sVlKlcXvEcgUssOU60Pj4.woff2) format("woff2");
}

@font-face {
  font-family:'Josefin Sans';
  font-style:normal;
  font-weight:600;
  src:local('Josefin Sans SemiBold'),local(JosefinSans-SemiBold),url(http://fonts.gstatic.com/s/josefinsans/v9/C6HYlRF50SGJq1XyXj04z_Bf3Xtc57ojmY2ox2Xv8Go.woff2) format("woff2");
}

/*** end Global ***/
#Home {
  position:absolute;
  top:-999999px;
  width:200px;
  height:20px;
  opacity:0;
}

.totop {
  display:inline-block;
  width:10px;
  height:10px;
  padding:5px;
  text-align:center;
  font-size:29px;
  margin-top:-30px;
}

.totop:hover {
  background:transparent;
}

.totop::before {
  content:'\25EC';
  color:#099;
  text-decoration:none;
  margin-top:-6px;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.totop:hover::before {
  content:'\25EC';
  color:#fff;
  text-decoration:none;
  text-shadow:none;
}

#HereWeGo {
  display:block;
  width:940px;
  height:auto;
  margin:0 auto;
}

#Corpus {
  display:block;
  height:auto;
  padding:8px;
  margin-left:35px;
  margin-right:35px;
  margin-top:40px;
  margin-bottom:30px;
  background:url(http://2.bp.blogspot.com/-NP82XmaAHYo/VZrAm75rjbI/AAAAAAAAEK0/VpNH8NO2uko/s1600/footer-bar.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100%;
  font-size:16px;
}

#Legacy {
  padding:24px;
  background-color:#f1f1f1;
  margin-top:6px;
  margin-bottom:47px;
  border-left:1px solid #777;
  border-right:1px solid #777;
  box-shadow:inset 0 5px 13px #888;
  -moz-box-shadow:inset 0 5px 13px #888;
  -webkit-box-shadow:inset 0 5px 13px #888;
}

#navsec {
  display:block;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  margin-top:-10px;
}

#footsec {
  display:block;
  text-align:center;
  padding-top:4px;
  padding-bottom:4px;
  margin-top:-30px;
}

#navsec a,#navsec a:visited {
  display:inline-block;
  padding:4px 13px;
  color:#099;
  font-family:'Oswald';
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

#navsec a:hover {
  display:inline-block;
  padding:4px 13px;
  color:#fff;
  font-family:'Oswald';
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
}

#Legacy > h1 {
  font-size:22px;
  color:#333;
  text-indent:12px;
  display:block;
  margin-bottom:-4px;
  font-family:'Oswald';
  font-style:normal;
  font-weight:600;
}

.wrapper {
  display:block;
  margin-top:10px;
  margin-bottom:20px;
  font-family:'Josefin Sans',sans-serif;
  font-style:normal;
  font-weight:300;
  padding:5px;
  background:url(http://4.bp.blogspot.com/-2WE3-v16KkQ/VZrAmZFjVzI/AAAAAAAAEKs/eu2AnVFF5oU/s1600/divider.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100%;
  padding-bottom:80px;
}

.buy:link,.buy:visited {
  padding:5px 10px;
  text-align:center;
  color:#099;
  text-decoration:none;
  background:#111;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.buy:hover {
  padding:5px 10px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  background:#000;
}

.height {
  height:350px;
  overflow:hidden;
}

.scwrapper {
  height:320px;
  overflow:auto;
  padding:5px;
  margin-top:5px;
}

.tiprequest {
  display:block;
  padding:9px 10px;
  text-align:left;
  font-size:18px;
  margin-top:12px;
  background:rgba(255,255,255,.6);
  border-left:3px solid rgba(102,102,102,.1);
  color:#096;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.tiprequest:hover {
  background:#093;
  color:#fff;
  border-left:3px solid #333;
}

.tipme {
  display:inline-block;
  float:right;
}

.product {
  display:inline-block;
  width:350px;
  height:300px;
  background:rgba(204,204,204,.6);
  margin:10px;
  border:5px solid #fff;
  overflow:hidden;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.product:hover {
  display:inline-block;
  width:350px;
  height:300px;
  background:rgba(204,204,204,.2);
  margin:10px;
  border:5px solid #fff;
  box-shadow:0 1px 4px #333;
}

.product > img {
  display:block;
  position:relative;
  width:350px;
  height:270px;
  margin-bottom:5px;
}

.itemdesc {
  display:block;
  position:relative;
  text-align:left;
  margin-top:-40px;
  left:0;
  background:rgba(51,51,51,.8);
  padding:5px 10px;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  height:250px;
  color:#fff;
  border-top:5px solid #099;
}

.itemdesc:hover {
  display:block;
  position:relative;
  text-align:left;
  margin-top:-190px;
  left:0;
  background:rgba(0,0,0,.9);
}

.ititle {
  font-size:17px;
  font-family:'Oswald';
  color:#096;
  text-shadow:0 1px 0 #000;
}

.vtitle {
  font-size:17px;
  font-family:'Oswald';
  color:#096;
  text-shadow:0 1px 0 #000;
}

.ititle::before {
  content:'i';
  display:inline-block;
  margin-right:8px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:22px;
}

.vtitle::before {
  content:'P';
  display:inline-block;
  margin-right:8px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:22px;
}

.aligneit {
  display:block;
  margin-top:3px;
  text-align:center;
  padding-top:8px;
  padding-bottom:8px;
  background:#096;
}

#AboutMe::before {
  content:'E';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#RoomRules::before {
  content:'B';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#TipMenu::before {
  content:'#';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#Store::before {
  content:'i';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#Club::before {
  content:'j';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#Videos::before {
  content:'P';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

#Fame::before {
  content:')';
  display:inline-block;
  margin-right:11px;
  font-family:'Modern Pictograms';
  margin-top:-10px;
  font-size:28px;
  text-shadow:none;
  color:#096;
}

.model {
  display:block;
  position:relative;
  top:-180px;
  text-align:center;
  font-size:54px;
  color:#096;
  text-shadow:0 2px 2px #000;
  font-family:'Oswald';
  font-style:normal;
  font-weight:900;
  background:rgba(0,0,0,.8);
}

#ModeHeader {
  height:530px;
  background:url(http://2.bp.blogspot.com/-NP82XmaAHYo/VZrAm75rjbI/AAAAAAAAEK0/VpNH8NO2uko/s1600/footer-bar.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  background-size:100%;
  margin-bottom:-44px;
  overflow:hidden;
}

#ModelWrapp {
  background:url(http://1.bp.blogspot.com/-Y85bvx-cFvs/VZrAmWu53PI/AAAAAAAAEKw/NltxOEdISxk/s1600/body-bg.png);
  background-repeat:no-repeat;
  background-position:top center;
  background-size:100%;
  padding:10px 8px;
  background-color:#f1f1f1;
  margin-left:10px;
  margin-right:10px;
  height:454px;
  box-shadow:0 0 5px #000,0 3px 3px #000;
  -webkit-box-shadow:0 0 5px #000,0 3px 3px #000;
  -moz-box-shadow:0 0 5px #000,0 3px 3px #000;
  border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -ms-border-radius:3px 3px 0 0;
  -o-border-radius:3px 3px 0 0;
  -webkit-border-radius:3px 3px 0 0;
  border-top:1px solid #ccc;
}

.mainav {
  display:block;
  position:relative;
  top:0;
  padding:3px;
  background:url(http://4.bp.blogspot.com/-DXstWlYLfmI/VZrAncG42pI/AAAAAAAAEK4/HxOTCEygsA8/s1600/header-bg.png);
  background-repeat:repeat-x;
  text-align:right;
  border-radius:3px 3px 0 0;
  -moz-border-radius:3px 3px 0 0;
  -webkit-border-radius:3px 3px 0 0;
}

.mainav a,.mainav a:visited {
  display:inline-block;
  color:#099;
  font-size:32px;
  padding:5px;
  text-align:center;
  text-decoration:none;
}

.mainav a:hover {
  display:inline-block;
  color:#fff;
  font-size:32px;
  padding:5px;
  text-align:center;
  text-decoration:none;
}

.twt {
}

.twt:before {
  content:'T';
  font-family:'Modern Pictograms';
}

.fb {
}

.fb:before {
  content:'F';
  font-family:'Modern Pictograms';
}

.tip {
}

.tip:before {
  content:'$';
  font-family:'Modern Pictograms';
}

.msg {
}

.msg:before {
  content:'m';
  font-family:'Modern Pictograms';
}

/*** A custom MyFreeCams profile design by #PimpMyProfile - http://shop.design-xpro.com ***/
.chat {
}

.chat:before {
  content:'*';
  font-family:'Modern Pictograms';
}

#ModelImage {
  display:block;
  position:relative;
  top:0;
  height:400px;
  overflow:hidden;
  background:#222;
}

#ModelImage > img {
  height:100%;
}

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

.clblists {
  display:inline-block;
  width:230px;
  height:295px;
  text-align:center;
  background:rgba(204,204,204,.6);
  margin:5px;
  border:5px solid #fff;
  overflow:hidden;
  transition:all .3s;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
}

.clblists:hover {
  display:inline-block;
  width:230px;
  height:295px;
  text-align:center;
  background:rgba(204,204,204,.8);
  margin:5px;
  border:5px solid #fff;
  overflow:hidden;
  box-shadow:0 0 7px #888;
  -moz-box-shadow:0 0 7px #888;
  -webkit-box-shadow:0 0 7px #888;
}

.clblists img {
  display:block;
  margin-bottom:10px;
  width:230px;
  text-align:center;
}

.alignethem {
  display:block;
  text-align:center;
  font-size:15px;
  padding-top:5px;
  padding-bottom:5px;
  font-family:'Oswald';
}

.alignethem::before {
  content:'*';
  font-family:'Modern Pictograms';
  font-size:27px;
  color:#096;
  margin-right:20px;
  margin-left:-22px;
}

.alignethem:hover::before {
  content:'l';
  font-family:'Modern Pictograms';
  font-size:27px;
  color:#099;
}

#ModelInfo {
}

#ModelInfo > img {
  display:inline-block;
  width:250px;
  height:250px;
  border:3px solid #fff;
  box-shadow:0 0 3px #777;
  -moz-box-shadow:0 0 3px #777;
  -ms-box-shadow:0 0 3px #777;
  -o-box-shadow:0 0 3px #777;
  -webkit-box-shadow:0 0 3px #777;
  float:left;
  margin-top:6px;
  margin-right:10px;
  margin-bottom:5px;
  overflow:hidden;
  border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -webkit-border-radius:50%;
}

.mp {
  display:inline-block;
  font:normal normal normal 14px/1 Modern Pictograms;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  transform:translate(0,0);
}

.mp-lg {
  font-size:1.33333333em;
  line-height:.75em;
  vertical-align:-15%;
}

.mp-2x {
  font-size:2em;
}

.mp-3x {
  font-size:3em;
}

.mp-4x {
  font-size:4em;
}

.mp-5x {
  font-size:5em;
}

.mp-fw {
  width:1.28571429em;
  text-align:center;
}

.mp-ul {
  padding-left:0;
  margin-left:2.14285714em;
  list-style-type:none;
}

.mp-ul > li {
  position:relative;
}

.mp-li {
  position:absolute;
  left:-2.14285714em;
  width:2.14285714em;
  top:.14285714em;
  text-align:center;
}

.mp-li.mp-lg {
  left:-1.85714286em;
}

.mp-border {
  padding:.2em .25em .15em;
  border:solid .08em #eeeeee;
  border-radius:.1em;
}

.pull-right {
  float:right;
}

.pull-left {
  float:left;
}

.mp.pull-left {
  margin-right:.3em;
}

.mp.pull-right {
  margin-left:.3em;
}

.mp-spin {
  -webkit-animation:mp-spin 2s infinite linear;
  animation:mp-spin 2s infinite linear;
}

.mp-pulse {
  -webkit-animation:mp-spin 1s infinite steps(8);
  animation:mp-spin 1s infinite steps(8);
}

.mp-rotate-90 {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mp-rotate-180 {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.mp-rotate-270 {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}

.mp-flip-horizontal {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform:scale(-1,1);
  -ms-transform:scale(-1,1);
  transform:scale(-1,1);
}

.mp-flip-vertical {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform:scale(1,-1);
  -ms-transform:scale(1,-1);
  transform:scale(1,-1);
}

:root.mp-rotate-90,:root.mp-rotate-180,:root.mp-rotate-270,:root .mp-flip-horizontal,:root .mp-flip-vertical {
  filter:none;
}

.mp-stack {
  position:relative;
  display:inline-block;
  width:2em;
  height:2em;
  line-height:2em;
  vertical-align:middle;
}

.mp-stack-1x,.mp-stack-2x {
  position:absolute;
  left:0;
  width:100%;
  text-align:center;
}

.mp-stack-1x {
  line-height:inherit;
}

.mp-stack-2x {
  font-size:2em;
}

.mp-inverse {
  color:#ffffff;
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform:scale(1);
  }
  
  50% {
    -webkit-transform:scale(1.1);
    text-shadow:0 0 17px #fff,0 1px 22px #F06,-3px -5px 22px #F06;
  }
  
  100% {
    -webkit-transform:scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform:scale(1);
  }
  
  50% {
    -webkit-transform:scale(1.1);
    text-shadow:0 0 17px #fff,0 1px 22px #F06,-3px -5px 22px #F06;
  }
  
  100% {
    -webkit-transform:scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform:scale(1);
  }
  
  50% {
    -webkit-transform:scale(1.1);
    text-shadow:0 0 17px #fff,0 1px 22px #F06,-3px -5px 22px #F06;
  }
  
  100% {
    -webkit-transform:scale(1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform:scale(1);
  }
  
  50% {
    -webkit-transform:scale(1.1);
    text-shadow:0 0 17px #fff,0 1px 22px #F06,-3px -5px 22px #F06;
  }
  
  100% {
    -webkit-transform:scale(1);
  }
}

@-webkit-keyframes mp-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

@keyframes mp-spin {
  0% {
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

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