@charset "UTF-8";

/* OATHTAKER CODED ï¿½ 2015-2017 =================================================== */
/*
Model Name: Malunaa
Type: Custom MFC Profile
Author: Max Oathtaker
Author Link: http://profiles.myfreecams.com/oathtaker
Author Email: m.oathtaker@gmail.com
Version: 1.8
Intellectual Property & Copyright Notice: The design and content of this profile and all associated copyright and other intellectual property rights to the profile and the material on the profile are reserved. You may not copy, modify, republish or in any other way use the design, stylings and/or contents of this profile except as expressly permitted by the model and myself, and you must not download any material or copy and save any material to your computer without prior permission.
*/
/*=========================================================================== */
html {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
}

@media only all and (max-width: 640px) and (max-height: 480px) {
  body {
    background-size:640px 480px;
    -moz-background-size:640px 480px;
    -webkit-background-size:640px 480px;
  }
}

@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:auto 100%;
  }
}

@media only screen and (orientation: landscape) and (device-width: 320px),(device-width: 768px) {
  body {
    -webkit-background-size:100% auto;
  }
}

@font-face {
  font-family:'Handlee';
  src:url(https://fonts.gstatic.com/s/handlee/v5/lXdgF9zSHTlhzKRElEhHowLUuEpTyoUstqEm5AMlJo4.woff),url(https://fonts.gstatic.com/s/handlee/v5/cNycqCSU8dNAVKEAWPvbqw.ttf),local(Handlee-Regular),local(Handlee-regular);
}

@font-face {
  font-family:'Cinzel Decorative';
  src:url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQoem3WQP60SwtMX1R01QT0U.woff),url(https://fonts.gstatic.com/s/cinzeldecorative/v4/fmgK7oaJJIXAkhd9798yQiIQXpsbKR_wBTo1n6IkW90.ttf),local(Cinzel-Decorative-Regular),local(Cinzel-Decorative-regular);
}

@font-face {
  font-family:'Oswald';
  src:url(https://fonts.gstatic.com/s/oswald/v10/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff),url(https://fonts.gstatic.com/s/oswald/v10/Y_TKV6o8WovbUd3m_X9aAA.ttf),local(Oswald-Regular),local(Oswald-regular);
}

#nav {
  position:fixed;
  display:block;
  width:990px;
  top:0;
  margin:auto;
  overflow:hidden;
  z-index:99999;
}

#menu {
  list-style:none;
  position:fixed;
  display:block;
  width:975px;
  height:30px;
  top:0;
  margin:0 -10px;
  padding:10px 10px 0;
  background-color:#000;
  z-index:9999;
}

#menu li {
  float:left;
  padding:0 2px 20px;
  position:relative;
  line-height:0;
}

#menu a {
  float:left;
  height:25px;
  display:block;
  line-height:20px;
  padding:0 15px;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:1em;
  color:#F7D420;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
  overflow:hidden;
}

#menu li:hover > a {
  color:#FFFFFF;
  text-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #fff,0 0 40px #ff00de;
  -webkit-transition:.4s ease-out;
  -moz-transition:.4s ease-out;
  -o-transition:.4s ease-out;
  transition:.4s ease-out;
}

#menu li:hover > ul {
  display:block;
}

#menu ul {
  list-style:none;
  margin:0;
  padding:0;
  display:none;
  position:absolute;
  top:35px;
  left:0;
  z-index:99999;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:.95em;
  background:#FF9999;
  background:-moz-linear-gradient(#444,#111);
  background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#111),color-stop(1,#444));
  background:-webkit-linear-gradient(#444,#111);
  background:-o-linear-gradient(#444,#111);
  background:-ms-linear-gradient(#444,#111);
  background:linear-gradient(#444,#111);
  -moz-box-shadow:0 0 2px rgba(255,255,255,.5);
  -webkit-box-shadow:0 0 2px rgba(255,255,255,.5);
  box-shadow:0 0 2px rgba(255,255,255,.5);
  -moz-border-radius:5px;
  border-radius:5px;
}

#menu ul ul {
  top:0;
  left:150px;
}

#menu ul li {
  float:none;
  margin:0;
  padding:0;
  display:block;
  -moz-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  -webkit-box-shadow:0 1px 0 #111111,0 2px 0 #777777;
  box-shadow:0 1px 0 #111111,0 2px 0 #777777;
}

#menu ul li:last-child {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

#menu ul a {
  padding:10px;
  height:10px;
  width:130px;
  height:auto;
  line-height:1;
  display:block;
  white-space:nowrap;
  float:none;
  text-transform:none;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  font-size:1em;
  color:#F7D420;
}

:first-child+html #menu ul a {
  height:10px;
}

#menu ul a:hover {
  background:#B40404;
  background:-moz-linear-gradient(#B40404,#D88181);
  background:-webkit-gradient(linear,left top,left bottom,from(#B40404),to(#D88181));
  background:-webkit-linear-gradient(#B40404,#D88181);
  background:-o-linear-gradient(#B40404,#D88181);
  background:-ms-linear-gradient(#B40404,#D88181);
  background:linear-gradient(#B40404,#D88181);
}

#menu ul li:first-child > a {
  -moz-border-radius:5px 5px 0 0;
  border-radius:5px 5px 0 0;
}

#menu ul li:first-child > a:after {
  content:'';
  position:absolute;
  left:30px;
  top:-8px;
  width:0;
  height:0;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-bottom:8px solid #444;
}

#menu ul ul li:first-child a:after {
  left:-8px;
  top:12px;
  width:0;
  height:0;
  border-left:0;
  border-bottom:5px solid transparent;
  border-top:5px solid transparent;
  border-right:8px solid #444;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color:#B40404;
}

#menu ul ul li:first-child a:hover:after {
  border-right-color:#B40404;
  border-bottom-color:transparent;
}

#menu ul li:last-child > a {
  -moz-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
}

#menu:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:" ";
  clear:both;
  height:0;
}

:first-child+html #menu {
  zoom:1;
}

a:link {
  text-decoration:none;
  color:#B46CAE;
  text-shadow:none;
}

a:visited {
  text-decoration:none;
  color:#F7BE81;
  text-shadow:none;
}

a:hover {
  text-decoration:none;
  color:#FFFFFF;
  text-transform:uppercase;
}

#profile_avatar,#profile_main_photo,#header_bar,#footer_bar,#blurb_label,#blurb_value,#about_me_label,#unix_last_updated_label,#unix_last_updated_value,#status_label {
  display:none;
}

#last_login_string_label,#unix_last_login_label,#unix_last_broadcast_label {
  position:fixed;
  top:1%;
  left:1%;
  font-family:Geneva,Helvetica,sans-serif;
  color:#ffffff;
  font-weight:600;
  text-shadow:none;
  padding-left:5px;
  padding-right:5px;
}

#last_login_string_value,#unix_last_login_value,#unix_last_broadcast_value {
  position:fixed;
  font-weight:600;
  font-family:Geneva,Helvetica,sans-serif;
  color:#ffffff;
  font-weight:600;
  top:2%;
  left:1%;
  padding-left:5px;
  padding-right:5px;
}

#status_value {
  position:absolute;
  top:75px;
  left:265px;
  font-family:Geneva,Helvetica,sans-serif;
  font-weight:600;
  font-style:normal;
  background:transparent;
  border-radius:.25em;
  padding-left:5px;
  padding-right:5px;
  z-index:1;
}

.heading {
  display:none;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

body {
  margin:0;
  padding:0;
  font-family:Helvetica,Arial,sans-serif;
  font-size:.85rem;
  line-height:1rem;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsOEJ4LWdzUVdHamc) top center no-repeat;
  background-attachment:fixed;
  background-size:cover;
  -moz-background-size:cover;
  -webkit-background-size:cover;
}

#profile {
  width:990px;
  margin:-8px auto 40px;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsMGpkSE5UckRKSjQ) top center no-repeat;
  background-color:#000;
  border:solid 1px #000;
  box-shadow:0 0 18px 3px #585555;
  line-height:.9;
}

#profile_header {
  padding:450px 0 0;
}

.profile_section_content {
  z-index:auto;
}

.profile_section_content .label {
  color:#B46CAE;
  font-family:"Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:12pt;
}

.profile_section_content .value {
  color:#CD760C;
  font-family:"Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.95rem;
}

#profile_photo_galleries {
  position:relative;
  border-radius:5px;
}

.photo_gallery_name {
  display:block;
  width:auto;
}

.photo_gallery_name a:link,.photo_gallery_name a:visited {
  text-decoration:none;
  color:#B46CAE;
  width:auto;
  height:auto;
  font-weight:500;
  font-family:"Franklin Gothic Medium","Franklin Gothic",Arial,sans-serif;
  font-size:15px;
}

.photo_gallery_count {
  text-decoration:none;
  color:#FFFFFF;
  font-size:.85rem;
  font-weight:500;
}

#profile_friends {
  width:900px!important;
  position:relative;
}

#favorite_models_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#favorite_models_container .value a {
  background:#B46CAE;
  color:#FFFFFF;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#favorite_models_container a:last-child {
  border:solid 1px #FFFFFF;
}

#favorite_models_container a:hover {
  background:#FFFFFF;
  color:#B46CAE;
  border:solid 1px #B46CAE;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

#friends_container .value {
  font:bold 12px/16px Arial,sans-serif;
}

#friends_container .value a {
  text-decoration:none;
  background:#B46CAE;
  color:#FFFFFF;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
  padding:1px 5px;
  display:inline-block;
}

#friends_container a:last-child {
  border:solid 1px #FFFFFF;
}

#friends_container .value a:hover {
  background:#FFFFFF;
  color:#B46CAE;
  border:solid 1px #B46CAE;
  border-radius:4px;
  box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

#ot_logo {
  position:fixed;
  top:1%;
  right:1%;
}

.link-amazon a {
  display:block;
  position:absolute;
  width:185px;
  height:44px;
  top:20px;
  left:505px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsRmNwV3hoTlRqTmM) no-repeat;
}

.link-amazon a:hover {
  background-position:0 -44px;
}

.link-twitter a {
  display:block;
  position:absolute;
  width:185px;
  height:44px;
  top:20px;
  left:700px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsdkhNZEtyZ0tIRWM) no-repeat;
}

.link-twitter a:hover {
  background-position:0 -44px;
}

.link-offline a {
  display:block;
  position:absolute;
  width:185px;
  height:44px;
  top:70px;
  left:505px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsTDVkekpSTDRqaWc) no-repeat;
}

.link-offline a:hover {
  background-position:0 -44px;
}

.link-rate a {
  display:block;
  position:absolute;
  width:185px;
  height:44px;
  top:70px;
  left:700px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsTDZKZ045V0E2NEk) no-repeat;
}

.link-rate a:hover {
  background-position:0 -44px;
}

.link-buy1 a {
  display:block;
  position:absolute;
  width:82px;
  height:26px;
  top:10px;
  left:-87px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsaXdoeGFWRkkwSFE) no-repeat;
}

.link-buy1 a:hover {
  background-position:0 -26px;
}

.link-manyvids a {
  display:block;
  position:absolute;
  width:373px;
  height:92px;
  top:230px;
  left:510px;
  z-index:1;
  background:transparent url(https://drive.google.com/uc?id=0BxVxgA3zoQzsUl9uRWpOSllsdTQ) no-repeat;
}

#malunaa_etsy {
  display:block;
  position:absolute;
  width:85px;
  height:80px;
  top:80px;
  left:653px;
  z-index:1;
}

#mal_welcome_container {
  width:950px;
  height:420px;
  margin:0 auto;
  padding-left:25px;
}

#mal_welcome_body {
  float:left;
  width:940px;
  height:380px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsTU9wX0pYc3Bpd0k) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#mal_things_container {
  width:950px;
  height:330px;
  margin:0 auto;
  padding-left:25px;
}

#mal_things_body {
  float:left;
  width:940px;
  height:auto;
  margin:0 auto;
  background:transparent;
}

.Mal-Panels {
  width:940px;
  margin:5px auto;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

.Mal-PanelsA {
  width:940px;
  margin:30px auto;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#mal_specials_container {
  width:950px;
  height:auto;
  margin:0 auto;
  padding-left:12px;
}

#mal_specials_body {
  float:left;
  width:940px;
  height:auto;
  margin:0 auto;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#mal_tipmenu_container {
  width:950px;
  height:480px;
  margin:0 auto;
  padding-left:25px;
}

#mal_tipmenu_body {
  float:left;
  width:940px;
  height:400px;
  margin:0 auto;
  background:transparent;
}

#tipmenu1 li,#tipmenu2 li {
  list-style-type:none;
  margin-left:-30px;
  padding:0;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsQ2M5emlsaTRFYVk) no-repeat 0 0;
  padding-left:30px;
  padding-top:4px;
  min-height:25px;
  line-height:1em;
  font-family:"Handlee",Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1.15rem;
  font-weight:600;
  color:#FFFFFF;
}

@media all and (max-width: 1024px) {
  #ot_logo,.container #last_login_string_label,#unix_last_login_label,#unix_last_broadcast_label,.container #last_login_string_value,#unix_last_login_value,#unix_last_broadcast_value {
    display:none;
  }
}

.tokens {
  color:#FFE34D;
  font-family:"Handlee",Candara,Calibri,Segoe,Optima,Arial,sans-serif;
  font-size:1em;
  font-weight:600;
  text-shadow:0 0 1px #101010,1px 1px 3px #303030;
}

#mal_tipmenu_column1 {
  display:inline-block;
  vertical-align:top;
  padding-left:0;
  width:auto;
}

#mal_tipmenu_column2 {
  display:inline-block;
  vertical-align:top;
  width:310px;
}

#mal_gif_left {
  padding-top:80px;
  display:inline-block;
  padding-left:0;
}

#mal_gif_right {
  right:50px;
  display:inline-block;
}

#mal_newvideos_container {
  width:950px;
  height:auto;
  margin:0 auto;
  padding-left:25px;
}

#mal_oldvideos_container {
  width:950px;
  height:auto;
  margin:0 auto;
  padding-left:25px;
}

#frame_newvideos {
  width:885px;
  height:auto;
  margin-top:20px;
  margin-left:20px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_oldvideos {
  width:885px;
  height:auto;
  margin-top:20px;
  margin-left:20px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame_purchase {
  position:relative;
  width:900px;
  height:auto;
  margin:auto;
  margin-top:20px;
  overflow:auto;
  background:transparent;
  z-index:99;
}

#frame-border {
  width:760px;
  height:725px;
  background:#FBA6D0;
  border:2px solid #FBA6D0;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -o-border-radius:2px;
  margin:0;
}

#frame_video::-webkit-scrollbar {
  -webkit-appearance:none;
  width:10px;
  height:10px;
}

#frame_video::-webkit-scrollbar-thumb {
  border-radius:8px;
  height:10px;
  border:2px solid #FFFFFF;
  background-color:#339900;
}

.video-item {
  position:relative;
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background:#FFFFFF;
  border:solid 2px #FBAE5C;
  border-radius:8px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  overflow:hidden;
}

.video-item .image {
  position:absolute;
  left:0;
  top:0;
  width:50%;
  height:100%;
  z-index:10;
  transition:background-image 1s ease-in-out;
}

.image img {
  height:100%;
}

.video-item .text {
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-size:.95em;
  font-weight:600;
  position:absolute;
  right:0;
  top:0;
  padding:5px;
  width:60%;
  height:100%;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsaFhrZnhKQXpqYW8) top center no-repeat;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:20;
}

.video-item:hover .text,.video-item:hover .text a {
  background:#DF9B52;
  transition:background-image 1s ease-in-out;
  text-transform:none;
}

.video-title {
  font-family:'Oswald',Geneva,Helvetica,sans-serif;
  width:100%;
  height:16px;
  margin-top:5px;
  font-size:1.15em;
  font-weight:500;
  color:#FBAE5C;
  text-shadow:0 0 1px #101010,1px 1px 1px #FF0080;
}

.video-content {
  width:100%;
  font-family:Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
  color:#FFFFFF;
  font-weight:500;
  font-style:normal;
  font-size:1em;
  height:auto;
  overflow:hidden;
  margin-top:5px;
  line-height:1.1;
  text-overflow:ellipsis;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
}

.video-bottom {
  position:absolute;
  width:100%;
  height:20px;
  text-align:right;
  padding-right:5px;
  bottom:5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  z-index:30;
}

.video-timecost {
  font-size:.75em;
  color:#DF0101;
  font-weight:700;
  background-color:#FBAE5C;
  padding:2px 8px;
  border-radius:4px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}

#mal_moonman_container {
  width:950px;
  height:570px;
  margin:0 auto;
  padding-left:25px;
}

#mal_moonman_body {
  float:left;
  width:940px;
  height:450px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsOVh3Z0ttQy05T00) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#moonman li {
  list-style-type:none;
  color:#DBA901;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1.2em;
  font-weight:600;
  line-height:1.3em;
}

#mal_moonman_column {
  padding-top:170px;
  margin-left:350px;
  text-align:center;
  width:190px;
}

#mal_ultwizard_container {
  width:950px;
  height:570px;
  margin:0 auto;
  padding-left:25px;
}

#mal_ultwizard_body {
  float:left;
  width:940px;
  height:450px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsNkhib1ROS1RGbEU) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#ultwizard li {
  list-style-type:none;
  color:#DBA901;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1.4em;
  font-weight:600;
  line-height:1.45em;
}

#mal_ultwizard_column {
  padding-top:160px;
  margin-left:350px;
  text-align:center;
  width:190px;
}

#mal_dragons_container {
  width:950px;
  height:620px;
  margin:0 auto;
  padding-left:25px;
}

#mal_dragons_body {
  float:left;
  width:940px;
  height:450px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsblFvYlgwRzVVcDg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#dragons1 li,#dragons2 li {
  list-style-type:none;
  line-height:1.4em;
  color:#FECB70;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1.15em;
  font-weight:600;
  text-align:center;
}

#mal_dragons_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:10px;
}

#mal_dragons_column2,#mal_dragons_column3,#mal_dragons_column4 {
  display:inline-block;
  vertical-align:top;
}

#mal_malunaatics_container {
  width:950px;
  height:630px;
  margin:0 auto;
  padding-left:25px;
}

#mal_malunaatics_body {
  float:left;
  width:940px;
  height:450px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsYkpqaXdtT3NrVjg) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#malunaatics1 li,#malunaatics2 li,#malunaatics3 li,#malunaatics4 li {
  list-style-type:none;
  line-height:1.1em;
  color:#FFF;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1.02em;
  padding:2px 0 0;
  font-weight:600;
  text-align:center;
  text-shadow:0 0 2px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
  //text-shadow:1px 1px 1px #1C1C1C;
}

#mal_malunaatics_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:0;
}

#mal_malunaatics_column2,#mal_malunaatics_column3,#mal_malunaatics_column4 {
  display:inline-block;
  vertical-align:top;
}

#mal_wizards_container {
  width:950px;
  height:620px;
  margin:0 auto;
  padding-left:25px;
}

#mal_wizards_body {
  float:left;
  width:940px;
  height:450px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsNERmbWllWnFiY2c) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#wizards1 li,#wizards2 li,#wizards3 li,#wizards4 li {
  list-style-type:none;
  line-height:1em;
  color:#DBA901;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1em;
  font-weight:600;
  text-shadow:1px 1px 1px #1C1C1C;
}

#mal_wizards_column1 {
  display:inline-block;
  padding-top:270px;
  margin-left:180px;
}

#mal_wizards_column2,#mal_wizards_column3,#mal_wizards_column4 {
  display:inline-block;
}

#mal_playlist_container {
  width:950px;
  height:550px;
  margin:0 auto;
  padding-left:25px;
}

#mal_playlist_body {
  float:left;
  width:940px;
  height:400px;
  margin:0 auto;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsQVI2N3VzTlk3OFU) top center no-repeat;
  border-radius:8px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
}

#playlist1 li,#playlist2 li {
  list-style-type:none;
  line-height:1.4em;
  color:#5F04B4;
  font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;
  font-size:1.2em;
  font-weight:600;
  text-shadow:1px 1px 1px #1C1C1C;
  text-align:center;
}

#mal_playlist_column1 {
  display:inline-block;
  vertical-align:top;
  margin-left:0;
}

#mal_playlist_column2 {
  display:inline-block;
  vertical-align:top;
}

#mal_spacer1,#mal_spacer2,#mal_spacer3,#mal_spacer4 {
  width:940px;
  margin:10px auto;
  background:transparent;
}

#tags_container {
  display:inline-block;
  width:900px;
  margin:0 0 0 20px;
}

#tags_container .value {
  color:#CD760C;
  font-family:Arial,sans-serif;
  font-size:12px;
  font-weight:400;
  line-height:16px;
}

#profile_comments {
  position:relative;
  top:10px;
}

.p_title {
  color:#CC9900;
  font-family:'Cinzel Decorative',Papyrus,fantasy,cursive;
  font-weight:normal;
  font-size:2.2em;
  padding-top:50px;
  text-shadow:0 0 1px #101010,1px 1px 2px #303030;
  text-align:center;
  width:920px;
  height:25px;
}

.p_subtitle {
  color:#FFFFFF;
  font-family:"Handlee",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:2px;
  font-size:1.25em;
  line-height:1.25em;
  padding-top:30px;
  padding-bottom:20px;
  text-align:left;
  width:920px;
  text-align:center;
}

p {
  color:#ffffff;
  font-family:"Handlee",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.2em;
  line-height:1.4em;
  width:450px;
}

.p_welcome {
  color:#FFFFFF;
  font-family:"Handlee",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.3em;
  line-height:1.4em;
  width:450px;
  padding-top:30px;
  padding-left:240px;
  text-align:center;
}

.p_things {
  color:#FFFFFF;
  font-family:"Handlee",Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  letter-spacing:1px;
  font-size:1.3em;
  line-height:1.4em;
  width:900px;
  padding-top:30px;
  padding-left:20px;
  text-align:center;
}

#wall_poster_username {
  position:relative;
  top:-5px!important;
  left:0;
  border:none!important;
  color:#B46CAE;
  font-family:"Cinzel Decorative","Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.95rem;
  text-transform:uppercase;
}

.wall_post_info a:link {
  text-decoration:none;
  color:#CD760C;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:normal;
  font-size:.9rem;
}

.wall_post_info a:visited {
  text-decoration:none;
  color:#FFFFFF;
  font-family:Geneva,Tahoma,Verdana,sans-serif;
  font-weight:600;
  font-style:italic;
  font-size:.9rem;
}

.wall_post_time {
  display:inline-table;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.75rem;
  color:#FFFFFF;
  background-color:transparent;
  padding:5px;
}

.wall_post_time:before {
  content:'posted on ';
}

.wall_post_body {
  width:auto;
  font-family:"Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:.95rem;
  color:#FFFFFF;
  line-height:1.2em;
  background:transparent;
  padding-top:10px;
  padding-left:5px;
  margin:0 0 3px 10px;
}

.wall_post_info {
  display:inline-table;
  width:auto;
  font-family:Optima,Segoe,"Segoe UI",Candara,Calibri,Arial,sans-serif;
  font-weight:800;
  font-style:normal;
  font-size:.85rem;
  text-decoration:none;
  text-transform:capitalize;
  background:transparent;
  padding:5px;
  text-transform:uppercase;
  border-bottom:1px solid #CD760C;
  color:#FFF;
}

.wall_post_avatar {
  float:left;
  margin-top:5px;
  width:80px;
  height:68px;
  background:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsdmpoakdoMlNxVVU);
  z-index:98;
}

.wall_post_avatar img {
  width:53px;
  height:53px;
  border:none;
  border-radius:1px;
  padding:8px 0 0 7px;
}

#new_comment_buttons input[type='submit'] {
  text-decoration:none;
  text-align:center;
  padding:8px 18px;
  border:solid 1px #4C0B5F;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font:12px Arial,Helvetica,sans-serif;
  font-weight:bold;
  color:#FFFFFF;
  background-color:#cca1ed;
  background-image:-moz-linear-gradient(top,#cca1ed 0%,#663387 100%);
  background-image:-webkit-linear-gradient(top,#cca1ed 0%,#663387 100%);
  background-image:-o-linear-gradient(top,#cca1ed 0%,#663387 100%);
  background-image:-ms-linear-gradient(top,#cca1ed 0%,#663387 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#663387',endColorstr='#663387',GradientType=0);
  background-image:linear-gradient(top,#cca1ed 0%,#663387 100%);
  -webkit-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  -moz-box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
  box-shadow:0 0 2px #bababa,inset 0 0 1px #ffffff;
}

#new_comment_buttons input[type='submit']:hover,#new_comment_buttons input[type='submit']:focus {
  background-image:linear-gradient(to bottom,#6AAA3C,#BCDEA3);
  background-position:0;
  border:solid 1px #6AAA3C;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  color:white;
  transition:none;
}

.heart {
  display:inline-block;
  font-size:150px;
  color:#e00;
  animation:pound 2.5s infinite;
  -webkit-animation:pound 2.5s infinite;
  transform-origin:center;
  -webkit-transform-origin:center;
}

#profile_password_photo_galleries .photo_gallery_link img {
  display:block;
  background-image:url(https://drive.google.com/uc?id=0BxVxgA3zoQzscl9uWUpITUpwZHM);
  background-repeat:no-repeat;
  background-position:0 0;
  width:85px;
  height:84px;
  margin-left:10px;
  padding-top:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  padding-left:120px!important;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-box-shadow:0 0 0 #a09c94;
  -moz-box-shadow:0 0 0 #a09c94;
  -o-box-shadow:0 0 0 #a09c94;
  box-shadow:0 0 0 #a09c94;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2) {
  display:block;
  background-image:url(https://drive.google.com/uc?id=0BxVxgA3zoQzsN3hOLUU4U25DYTg);
  background-position:top right;
  background-repeat:no-repeat;
  width:70px;
  height:100px;
  margin-left:10px;
  background-position:15px 99px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}

#profile_password_photo_galleries .photo_gallery_preview .photo_gallery_link:nth-child(2):hover {
  background-position:16px 58px;
  -webkit-transition:all 1s;
  -moz-transition:all 1s;
  -o-transition:all 1s;
  transition:all 1s;
}