@charset "UTF-8";

UTF-8;
UTF-8;
UTF-8;
UTF-8;
a,a:active {
  color:darkmagenta;
  text-decoration:none;
}

a {
  color:white;
/* area helps some browsers identify */
  -o-transition:color .2s ease-out,background 2s ease-in;
  -ms-transition:color .2s ease-out,background 2s ease-in;
  -moz-transition:color .2s ease-out,background 2s ease-in;
  -webkit-transition:color .2s ease-out,background 2s ease-in;
/* actual effect same as above should be fine in html 5 on its own */
  transition:color .2s ease-out,background 2s ease-in;
}

@font-face {
  font-family:'Satisfy';
  font-style:normal;
  font-weight:400;
  src:local(Satisfy),url(https://fonts.gstatic.com/s/satisfy/v6/tmRzDlQs5wZmOn9mIuLa-QLUuEpTyoUstqEm5AMlJo4.woff) format("woff");
}

/* latin */
@font-face {
  font-family:'Parisienne';
  font-style:normal;
  font-weight:400;
  src:local(Parisienne),local(Parisienne-Regular),url(https://fonts.gstatic.com/s/parisienne/v4/1wiHF6pWOa568Cj3p-anxPk_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;
}

/* latin */
@font-face {
  font-family:'Yellowtail';
  font-style:normal;
  font-weight:400;
  src:local(Yellowtail),url(https://fonts.gstatic.com/s/yellowtail/v6/GcIHC9QEwVkrA19LJU1qlPk_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;
}

/* latin */
@font-face {
  font-family:'Crushed';
  font-style:normal;
  font-weight:400;
  src:local(Crushed),local(Crushed-Regular),url(https://fonts.gstatic.com/s/crushed/v6/v7vtb87rXXPD_dUy3UIUrw.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;
}

#rules {
  background:url(https://dl.dropboxusercontent.com/s/wsx56mp4pfo0bm8/xmrules.png?dl=0);
  height:875px;
  width:1000px;
}

.centering {
  text-align:center;
  margin-left:22px;
  display:block;
}

.tipmenutitle {
  display:inline-block;
  font-family:"Satisfy";
  font-size:3.6em;
  width:800px;
  background-color:silver;
  border-top-left-radius:4em;
  border-top-right-radius:4em;
  padding-top:45px;
  padding-bottom:50px;
  margin-bottom:20px;
  margin-top:5px;
  text-shadow:2px 1px 25px rgba(10,10,10,0.4),2px 1px 15px rgba(10,10,10,0.5),2px 1px 6px rgba(10,10,10,0.6);
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips a {
  padding:5px;
  color:white;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips td {
  padding-top:4px;
  padding-bottom:4px;
  text-align:center;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips {
  margin-top:25px;
  margin-left:75px;
  display:block;
  padding-top:25px;
  padding-bottom:125px;
  white-space:nowrap;
  font-size:1.6em;
  font-family:'Satisfy';
  color:white;
  background-color:silver;
  border-radius:6em;
  width:900px;
  height:1100px;
  text-align:center;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips a {
  padding:5px;
  color:white;
  font-family:'Crushed',sans-serif;
  font-weight:400;
  font-style:normal;
}

#tips td {
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
}

#tips th {
  margin:12px;
  color:mistyrose;
  font-family:"Parisienne";
  font-size:1.8em;
  margin-bottom:40px;
  background-color:black;
  border-radius:1em;
  padding-bottom:25px;
  padding-top:25px;
  width:1000px;
}

#tips table {
  border-spacing:8px;
  border-collapse:seperate;
}

#tips tr {
  background-color:black;
  border-radius:1em;
}

#tips a:hover {
  background-color:pink;
}

.hvr-grow {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:transform;
  transition-property:transform;
}

.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

/* bg sides */
html {
  color:mistyrose;
  background-position:fixed;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

#dateraffle {
  margin-top:15px;
  margin-left:480px;
  display:block;
  padding-top:15px;
  padding-bottom:100px;
  white-space:nowrap;
  font-size:2em;
  font-family:'Parisienne';
  color:white;
  width:500px;
  height:600px;
  text-align:center;
  text-shadow:2px 1px 25px rgba(10,10,10,0.4),2px 1px 15px rgba(10,10,10,0.5),2px 1px 6px rgba(10,10,10,0.6);
}

#dateraffle a {
  padding:5px;
  background:mistyrose;
  border-radius:2em;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#dateraffle td {
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
  background-color:pink;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#dateraffle a {
  padding:10px;
  color:white;
  font-family:crushed,sans-serif;
  font-weight:400;
  font-style:normal;
}

#dateraffle th {
  margin:15px;
  color:mistyrose;
  font-family:"Parisienne";
  font-size:1.4em;
  margin-bottom:40px;
  background-color:black;
  border-radius:1em;
  padding-bottom:25px;
  padding-top:25px;
  width:400px;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#dateraffle table {
  margin-top:300px;
  border-spacing:20px;
  border-collapse:seperate;
}

#dateraffle tr {
  background-color:black;
  border-radius:1em;
}

.tipmenutitle2 {
  display:inline-block;
  font-family:"Satisfy";
  font-size:3.6em;
  width:800px;
  background-color:pink;
  border-top-left-radius:4em;
  border-top-right-radius:4em;
  padding-top:45px;
  padding-bottom:50px;
  margin-bottom:20px;
  margin-top:55px;
  text-shadow:2px 1px 25px rgba(10,10,10,0.4),2px 1px 15px rgba(10,10,10,0.5),2px 1px 6px rgba(10,10,10,0.6);
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

.customstext {
  font-family:"Satisfy";
  font-weight:400;
  font-size:1.45em;
  background-color:black;
  padding-top:5px;
  padding-bottom:5px;
  line-height:40px;
  text-shadow:2px 1px 25px rgba(10,10,10,0.4),2px 1px 15px rgba(10,10,10,0.5),2px 1px 6px rgba(10,10,10,0.6);
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips2 a {
  padding:10px;
  color:white;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips2 td {
  padding-top:8px;
  padding-bottom:8px;
  text-align:center;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips2 {
  margin-top:25px;
  margin-left:75px;
  display:block;
  padding-top:25px;
  padding-bottom:100px;
  white-space:nowrap;
  font-size:2.1em;
  font-family:'Satisfy';
  color:white;
  background-color:silver;
  border-radius:6em;
  width:900px;
  height:420px;
  text-align:center;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#tips2 a {
  padding:5px;
  color:white;
  font-family:'Crushed',sans-serif;
  font-weight:400;
  font-style:normal;
}

#tips2 td {
  padding-top:12px;
  padding-bottom:12px;
  text-align:center;
}

#tips2 th {
  margin:15px;
  color:mistyrose;
  font-family:"Parisienne";
  font-size:2em;
  margin-bottom:40px;
  background-color:black;
  border-radius:1em;
  padding-bottom:25px;
  padding-top:25px;
  width:1000px;
}

#tips2 table {
  border-spacing:15px;
  border-collapse:seperate;
}

#tips2 tr {
  background-color:black;
  border-radius:1.5em;
}

#tips2 a:hover {
  background-color:pink;
}

#kings {
  background:url(https://dl.dropboxusercontent.com/s/igti5754ymfk96w/xmking.png?dl=0);
  height:485px;
  width:1000px;
  border-radius:5em;
  margin-left:30px;
  background-color:silver;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#prince {
  background:url(https://dl.dropboxusercontent.com/s/ln6g9k1mrlz3c1m/xmprince.png?dl=0);
  height:485px;
  width:1000px;
  background-color:silver;
  border-radius:5em;
  margin-left:30px;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#duke {
  background:url(https://dl.dropboxusercontent.com/s/i0rk76mcs4lvyrl/xmduke.png?dl=0);
  height:485px;
  width:1000px;
  margin-left:30px;
  background-color:silver;
  border-radius:5em;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

.clubnames {
  font-size:4em;
  font-family:'Cinzel1';
  text-align:center;
  line-height:50px;
  padding-top:200px;
  margin-left:auto;
  margin-right:auto;
  color:gold;
  text-shadow:2px 1px 25px rgba(10,10,10,0.4),2px 1px 15px rgba(10,10,10,0.5),2px 1px 6px rgba(10,10,10,0.6);
}

.n1 {
  max-height:100%;
  max-width:100%;
  border-radius:1.75em;
  background-color:rgba(192,192,192,0.3);
  padding-top:2px;
  padding-bottom:2px;
}

/*end bg*/
/*anchors section*/
.anchor {
  display:block;
  position:absolute;
  width:0;
  height:0;
  z-index:-1;
  top:-40px;
  left:0;
  visibility:hidden;
}

.width1k {
  width:100%;
  max-width:1000px;
}

#roselinks {
  text-align:center;
  white-space:nowrap;
  border-radius:4em;
  background-color:rgba(240,136,136,0.18);
  display:inline-block;
  text-align:left;
  Padding-left:-100px;
  Padding-right:100px;
  padding:2px;
  -webkit-box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
  box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
}

#rosebio img {
  width:400%;
  margin-right:auto;
  margin-left:120px;
  overflow:none;
}

#pretip {
  display:block;
  text-align:center;
  margin-left:100px;
  margin-right:auto;
  width:400%;
}

#store {
  margin-right:auto;
  width:90%;
  height:auto;
  margin-left:240px;
}

/*section anchors end*/
a:hover {
  color:pink;
  background:rgba(243,169,169,0.33);
  border-radius:8em;
  -webkit-box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
  box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
}

.textin {
  width:800px;
  font-family:"Cinzel1",arial;
  font-size:1.4em;
  font-style:bold;
  color:black;
  text-align:center;
  line-height:30px;
  border-radius:1em;
  margin-left:130px;
}

#comments {
  border-radius:1em;
  background-color:rgba(192,192,192,0.6);
}

/* scroll bars start */
::-webkit-scrollbar {
  width:12px;
}

#xmheader {
  margin-left:-22px;
  margin-right:auto;
  width:100%;
  text-align:center;
}

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

::-webkit-scrollbar-thumb {
  -webkit-border-radius:3px;
  border-radius:3px;
  background:white;
  -webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,0.5);
}

#MV {
  width:1000px;
  text-align:center;
}

@font-face {
  font-family:'Cinzel';
  font-style:normal;
  font-weight:900;
  src:url(https://fonts.gstatic.com/s/cinzel/v4/u8CPqNcpTcF_eDy_SWp9tVtXRa8TVwTICgirnJhmVJw.woff2);
}

/* latin */
@font-face {
  font-family:'Cinzel1';
  font-style:normal;
  font-weight:400;
  src:local('Cinzel Regular'),local(Cinzel-Regular),url(https://fonts.gstatic.com/s/cinzel/v5/zOdksD_UUTk1LJF9z4tURA.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;
}

li {
  display:inline;
  white-space:nowrap;
  font-size:2em;
  font-family:"Satisfy",sans-serif;
  width:1100px;
  padding:.05em .1em;
  margin-left:10px;
  text-align:center;
  background-color:black;
  border-radius:.8em;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

ul {
  white-space:nowrap;
  text-align:center;
  margin-left:-95px;
}

#nav {
  position:fixed;
  margin-top:-137px;
  margin-left:-22px;
  vertical-align:top;
  display:inline-block;
  padding:.1em 3.5em;
  width:1000px;
  text-align:center;
  background-color:silver;
  background-opacity:.5;
  z-index:9999;
  border-bottom-right-radius:1em;
  border-bottom-left-radius:1em;
  border-style:ridge;
  border-color:gray #5px;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#previews {
  width:1000px;
  margin-top:90px;
  margin-left:auto;
  margin-right:auto;
  text-align:justify;
  -ms-text-justify:distribute-all-lines;
  text-justify:distribute-all-lines;
}

#previews a {
  vertical-align:top;
  display:inline-block;
  *display:inline;
  zoom:1;
}

.stretch {
  width:100%;
  display:inline-block;
  font-size:0;
  line-height:0;
}

#shows {
  width:1000px;
  white-space:nowrap;
  margin-top:90px;
  margin-left:auto;
  margin-right:auto;
  text-align:justify;
  -ms-text-justify:distribute-all-lines;
  text-justify:distribute-all-lines;
}

#shows a {
  vertical-align:top;
  display:inline-block;
  *display:inline;
  zoom:1;
}

#rosemenu {
  width:100%;
  height:auto;
  .sectionimgwidth:400%;
  height:auto;
  margin-right:auto;
}

#profile_avatar {
  border:solid 5px;
  border-radius:50px;
  -webkit-border-radius:30px;
  -moz-border-radius:50px;
  position:fixed;
  top:20px;
  left:20px;
}

#no_profile_avatar {
  display:none;
}

#profile_avatar {
  border:solid 5px;
  border-radius:50px;
  -webkit-border-radius:30px;
  -moz-border-radius:50px;
  position:fixed;
  top:20px;
  left:20px;
}

#daterafflebg {
  background:url(https://dl.dropboxusercontent.com/s/mzia3gb2u6sfl2e/xmdateraffle.png?dl=0);
  background-color:black;
  border-radius:16em;
  height:1836px;
  width:1100px;
  margin-right:auto;
  margin-top:175px;
  margin-left:-22px;
  margin-bottom:40px;
}

.break {
  background:url(https://i.postimg.cc/zv8Gx6RJ/cutted-last.jpg) no-repeat center center fixed;
  background-size:cover;
  height:400px;
  width:1100px;
  margin-left:-22px;
  border-radius:2em;
}

.hvr-grow-rotate:hover,.hvr-grow-rotate:focus,.hvr-grow-rotate:active {
  -webkit-transform:scale(1.1) rotate(4deg);
  transform:scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:transform;
  transition-property:transform;
  -webkit-transition-timing-function:ease-out;
  transition-timing-function:ease-out;
}

.hvr-float:hover,.hvr-float:focus,.hvr-float:active {
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px);
}

.hvr-grow {
  display:inline-block;
  vertical-align:middle;
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
  box-shadow:0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-osx-font-smoothing:grayscale;
  -webkit-transition-duration:.3s;
  transition-duration:.3s;
  -webkit-transition-property:transform;
  transition-property:transform;
}

.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

body {
  font-family:Century Gothic,sans-serif;
  color:black;
  line-height:20px;
  font-size:14px;
  width:1100px;
  margin:0 auto;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="#E6FFFFFF",endColorStr="#E6FFFFFF");
/*Similarly: */
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,startColorStr="#E6FFFFFF",endColorStr="#E6FFFFFF");
}

/* background animation credit to From â€œBetween The Raindropsâ€, created by BigMurph26 hosted on lifebuzz.com */
#profile {
  background-color:black no-repeat center center fixed;
  background-size:cover;
  -webkit-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
  box-shadow:0 10px 22px 0 rgba(0,0,0,0.75);
}

#username_container.container {
  display:none;
}

#gender_container.container {
  display:none;
}

#sexual_preference_container.container {
  display:none;
}

#profile_about_me .label {
  text-align:left;
  padding-right:0;
  margin-left:300px;
}

#profile_header .profile_section_content {
  padding:0;
  margin:0;
  height:55px;
}

#avatar_holder {
  position:absolute;
  margin:auto;
  right:0;
  left:0;
}

#profile_avatar {
  border:solid white 5px;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}

#profile_about_me {
  margin-top:20px;
  #profile_about_mecontainerdisplay:block;
  margin:0 auto;
  text-align:left;
  position:relative;
}

#profile_about_me .label,#profile_about_me .value {
  display:inline-block;
  width:200px;
}

#profile_about_me .label {
  text-align:right;
  padding-right:10px;
  margin-right:10px;
}

#profile_about_me .value {
  text-align:inline-block;
  text-align:left;
  padding-left:10px;
  img-align:center;
}

#tags_container.container,#profile_about_me.value#tags_container.container,#about_me_label.label,#header_bar,#footer_bar,.heading,#main_photo,.recent_photos,#profile_interests_content,#blurb_container,#unix_last_broadcast_container,#unix_last_updated_container,#profile_main_photo,pro {
  display:none;
  #colorbox#cboxOverlay#cboxWrapperposition:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
}

//Status values ?//
#status_container a:link {
  font-family:"Cinzel",Helvetica,sans-serif;
  font-size:2em;
  position:absolute;
  margin-top:50px;
}

#status_label {
  display:none;
  font-family:"Cinzel",sans-serif;
  font-size:2em;
}

#member_status_value:before {
  color:white!important;
  content:'I Am ';
  font-family:"Cinzel",sans-serif;
  font-size:.25em;
}

#member_type_value {
  font-weight:bold;
  color:white;
  font-family:"Cinzel",sans-serif;
  font-size:2em;
  display:none;
}

#member_status_value:after {
  color:white!important;
  content:' Now';
}

#cboxOverlay {
  position:fixed;
  width:100%;
  height:100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
  clear:left;
}

#cboxContent {
  position:relative;
}

#cboxLoadedContent {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

#cboxTitle {
  margin:0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
  cursor:pointer;
}

.cboxPhoto {
  float:left;
  margin:auto;
  border:0;
  display:block;
  max-width:none;
}

.cboxIframe {
  width:100%;
  height:100%;
  display:block;
  border:0;
}

#colorbox,#cboxContent,#cboxLoadedContent {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
}

#cboxOverlay {
  background:green;
}

#colorbox {
  outline:0;
}

#cboxContent {
  overflow:visible;
}

.cboxIframe {
  background:#fff;
}

#cboxError {
  padding:50px;
  border:1px solid #ccc;
}

#cboxLoadedContent {
  background:#fff;
  padding:8px;
}

#cboxLoadingOverlay {
  background:#fff;
}

#cboxLoadingOverlay,#cboxLoadedContent {
  -webkit-border-radius:9px;
  -moz-border-radius:9px;
  border-radius:9px;
}

#cboxTitle {
  position:absolute;
  bottom:-25px;
  left:0;
  color:#000;
}

#cboxCurrent {
  position:absolute;
  bottom:-26px;
  right:205px;
  text-indent:-9999px;
}

#cboxClose {
  color:#999;
  font-size:32px;
  position:absolute;
  top:1px;
  right:5px;
}

#anap {
  z-index:500;
}

#cboxClose:hover {
  color:#000;
}

.cboxSlideshow_on #cboxPrevious,.cboxSlideshow_off #cboxPrevious {
  right:66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position:-75px -25px;
  right:44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position:-100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position:-100px 0;
  right:44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position:-75px -25px;
}

#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active {
  outline:0;
}

body.ps-active,body.ps-building,div.ps-active,div.ps-building {
  background:#000;
  overflow:hidden;
}

body.ps-active *,div.ps-active * {
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  display:none;
}

body.ps-active :focus,div.ps-active :focus {
  outline:0;
}

div.ps-document-overlay {
  background:#000;
}

div.ps-uilayer {
  background:#000;
  cursor:pointer;
}

div.ps-zoom-pan-rotate {
  background:#000;
}

div.ps-zoom-pan-rotate * {
  display:block;
}

div.ps-carousel-item-loading {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/loader.gif) no-repeat center center;
}

div.ps-carousel-item-error {
  background:url(../bundles/mfcprofile/vendor/img/photoswipe/error.gif) no-repeat center center;
}

div.ps-caption {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-bottom:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
}

div.ps-caption * {
  display:inline;
}

div.ps-caption-bottom {
  border-top:1px solid #42403f;
  border-bottom:0;
  min-height:44px;
}

div.ps-caption-content {
  padding:13px;
  display:block;
}

div.ps-toolbar {
  background:#000;
  background:-moz-linear-gradient(top,#303130 0,#000101 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#303130),color-stop(100%,#000101));
  border-top:1px solid #42403f;
  color:#fff;
  font-size:13px;
  font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  text-align:center;
  height:44px;
  display:table;
  table-layout:fixed;
}

div.ps-toolbar * {
  display:block;
}

div.ps-toolbar-top {
  border-bottom:1px solid #42403f;
  border-top:0;
}

div.ps-toolbar-close,div.ps-toolbar-previous,div.ps-toolbar-next,div.ps-toolbar-play {
  cursor:pointer;
  display:table-cell;
}

div.ps-toolbar div div.ps-toolbar-content {
  width:44px;
  height:44px;
  margin:0 auto;
  background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons.png);
  background-repeat:no-repeat;
}

div.ps-toolbar-close div.ps-toolbar-content {
  background-position:0 0;
}

div.ps-toolbar-previous div.ps-toolbar-content {
  background-position:-44px 0;
}

div.ps-toolbar-previous-disabled div.ps-toolbar-content {
  background-position:-44px -44px;
}

div.ps-toolbar-next div.ps-toolbar-content {
  background-position:-132px 0;
}

div.ps-toolbar-next-disabled div.ps-toolbar-content {
  background-position:-132px -44px;
}

div.ps-toolbar-play div.ps-toolbar-content {
  background-position:-88px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (min-resolution:240dpi) {
  div.ps-toolbar div div.ps-toolbar-content {
    -moz-background-size:176px 88px;
    -o-background-size:176px 88px;
    -webkit-background-size:176px 88px;
    background-size:176px 88px;
    background-image:url(../bundles/mfcprofile/vendor/img/photoswipe/icons@2x.png);
  }
}

UTF-8;body {
  font-family:Verdana;
  font-size:12px;
  padding:0 40px;
  min-width:600px;
}

img {
  border:0;
}

input[type="password"],textarea {
  background-color:#fff;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition:border linear .2s,box-shadow linear .2s;
  -moz-transition:border linear .2s,box-shadow linear .2s;
  -o-transition:border linear .2s,box-shadow linear .2s;
  transition:border linear .2s,box-shadow linear .2s;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"] {
  margin-top:3px;
  display:inline-block;
  padding:4px 12px;
  color:#333;
  background-color:#f5f5f5;
  background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
  background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image:-o-linear-gradient(top,#fff,#e6e6e6);
  background-image:linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat:repeat-x;
  cursor:pointer;
  border:1px solid #ccc;
  border-color:#e6e6e6 #e6e6e6 #bfbfbf;
  border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  border-bottom-color:#b3b3b3;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

input[type="submit"]:hover,input[type="submit"]:focus {
  color:#333;
  background-color:#e6e6e6;
  *background-color:#d9d9d9;
  text-decoration:none;
  background-position:0 -15px;
  -webkit-transition:background-position .1s linear;
  -moz-transition:background-position .1s linear;
  -o-transition:background-position .1s linear;
  transition:background-position .1s linear;
}

#profile {
  display:table;
  center:fixed;
  width:1100px;
  -webkit-overflow-scrolling:touch;
  background:rgba(246,186,186,0.80);
}

#fixed_background {
  z-index:-200;
  display:none;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
}

.recent_photos {
  display:inline-block;
  width:250px;
}

.recent_photos img {
  float:left;
  margin:1px;
  width:80px;
  height:80px;
}

.photo_gallery_previews {
  overflow:auto;
  list-style-type:none;
  padding:0;
  margin:0;
}

.photo_gallery_preview {
  margin:10px;
  text-align:center;
  display:inline-block;
  width:140px;
}

.photo_gallery_name {
  margin-bottom:5px;
}

#average_rating_count {
  line-height:16px;
  font-size:10px;
}

.photo_gallery_lock {
  width:64px;
  height:64px;
  padding:8px;
}

.photo_gallery_image {
  width:80px;
  height:80px;
}

#avatar_holder {
  text-align:right;
  float:left;
  margin-right:15px;
  width:90px;
  height:90px;
}

.profile_row {
  display:table-row;
}

.profile_section {
  display:table-cell;
  border-spacing:2px;
  width:100%;
}

.profile_section .heading {
  margin-bottom:15px;
  padding:5px;
  font-size:17px;
  font-weight:bold;
}

.profile_section_content {
  z-index:auto;
  position:relative;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  padding:5px;
  margin:5px;
}

.profile_section_background {
  z-index:-100;
  top:0;
  left:0;
  bottom:0;
  right:0;
  position:absolute;
  -webkit-border-radius:inherit;
  -moz-border-radius:inherit;
  border-radius:inherit;
}

.container {
  display:table-row;
  margin:7px 0 7px 20px;
}

.label {
  display:table-cell;
  text-align:left;
  min-width:175px;
  margin-right:10px;
  font-weight:bold;
}

.value {
  display:table-cell;
}

#user_comment_comment {
  display:inline-block;
}

.user_comment_textarea_small {
  width:250px;
  height:30px;
  font-size:18px;
}

input[type="submit"].preview_comment_btn {
  display:none;
}

#comment_preview {
  display:none;
}

#comment_preview_buttons input {
  margin:0 13px;
}

.user_comment_textarea_big {
  width:500px;
  height:100px;
  padding:5px;
}

#show_strip_links_popup {
  padding:2px;
}

#strip_links_popup {
  display:none;
  padding:10px;
  border:2px solid #555;
  border-radius:5px;
  position:absolute;
  z-index:100;
  background-color:#fff;
  color:#000;
}

#schedule_converted {
  font-size:10px;
}

#main_photo {
  width:250px;
  margin-bottom:15px;
}

#profile_main_about_holder {
  display:table;
  width:100%;
  border-spacing:0;
}

#profile_main_photo {
  display:none;
}

#profile_about_me_friends {
  display:table-cell;
  width:100%;
  vertical-align:top;
}

#profile_header_container {
  margin-left:105px;
  margin-top:65px;
}

#profile_header .label {
  min-width:95px;
}

#profile_header .label,#profile_header .value {
  font-size:10px;
}

#profile_interests_content .label,#profile_interests_content .value {
  display:block;
  margin:3px 0;
}

#profile_schedule .label {
  min-width:90px;
}

#profile_interests_content .value {
  margin-left:12px;
}

#profile_interests_content .container {
  margin-bottom:10px;
}

.wall_post {
  clear:both;
  padding-bottom:30px;
}

.wall_post_avatar {
  float:left;
  margin-right:10px;
}

.wall_post_avatar img {
  width:50px;
  height:50px;
}

.wall_post_info {
  font-weight:bold;
}

.wall_post_time {
  font-size:9px;
}

.wall_post_body {
  overflow:auto;
  padding:8px 4px 30px 10px;
}

#member_type_value {
  font-weight:bold;
  color:red;
}

#new_comment_login_message {
  margin:10px 10px 20px;
}

#new_comment {
  margin:20px 0 30px;
}

#new_comment input[type="submit"] {
  margin-left:15px;
  float:right;
}

#new_comment_inputs,#comment_preview_buttons {
  display:inline-block;
}

#protected_gallery_instructions {
  padding:5px 0;
}

#protected_gallery_name {
  font-weight:bold;
  color:#008000;
  padding:5px 0;
  font-size:16px;
}

#gallery_password_form {
  padding-top:5px;
}

#gallery_password_form_modal {
  font-size:14px;
  padding:40px 0 0 10px;
  color:#000;
  background-color:#fff;
}

#new_user_message label {
  float:left;
  display:inline-block;
  width:80px;
  padding-top:3px;
}

#new_user_message div {
  padding-bottom:10px;
}

#send_message {
  margin-right:50px;
}

#user_message_subject {
  width:350px;
}

#user_message_body {
  width:350px;
  height:90px;
  resize:none;
}

#cboxClose {
  font-size:20px;
}

#profile_load_more_comments {
  display:inline-block;
  margin:0 15px 15px;
}

#gallery_password_form_error,#send_message_form_error {
  padding-top:5px;
  color:red;
  font-weight:bold;
}

#send_message_form_success {
  text-align:center;
  color:#008000;
  font-weight:bold;
}

#send_message_form_modal {
  color:#000;
  background-color:#fff;
}

#header_bar {
  padding:5px 20px 10px 10px;
}

#footer_bar {
  padding:10px 20px 20px 10px;
}

.header_links,.footer_links {
  float:left;
  font-size:14px;
}

#no_profile_avatar {
  margin-top:10px;
  text-align:center;
}

.img_preview_loading {
  width:100px;
  height:100px;
  background-image:url(../bundles/mfcprofile/img/b-waiting.gif);
  background-repeat:no-repeat;
  background-position:center;
}

#img_preview {
  background-color:#000;
  padding:4px;
  z-index:100;
  border:0;
  display:none;
}

#img_preview,#img_preview img {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

#img_preview span {
  color:white;
  text-align:center;
  display:block;
  padding:10px 0 3px;
}

.pull-right {
  float:right;
}

.emphasis {
  font-weight:bold;
}

.hidden {
  display:none;
}

.notice {
  color:green;
}

/* Effect 1: Dank */
.dank a::before,.dank a::after {
  display:inline-block;
  opacity:0;
  -webkit-transition:-webkit-transform 0.3s,opacity .2s;
  -moz-transition:-moz-transform 0.3s,opacity .2s;
  transition:transform 0.3s,opacity .2s;
}

.dank a::before {
  margin-right:10px;
  content:'[';
  -webkit-transform:translateX(20px);
  -moz-transform:translateX(20px);
  transform:translateX(20px);
}

.dank a::after {
  margin-left:10px;
  content:']';
  -webkit-transform:translateX(-20px);
  -moz-transform:translateX(-20px);
  transform:translateX(-20px);
}

.dank a:hover::before,.dank a:hover::after,.dank a:focus::before,.dank a:focus::after {
  opacity:1;
  -webkit-transform:translateX(0px);
  -moz-transform:translateX(0px);
  transform:translateX(0px);
}

a:hover {
  color:white;
  background:rgba(243,169,169,0.33);
  border-radius:8em;
  -webkit-box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
  box-shadow:0 0 26px 0 rgba(0,0,0,0.75);
}

td {
  background-color:rgba(11,11,11,0.18);
  -webkit-box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
  -moz-box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
  box-shadow:2px 5px 35px 0 rgba(0,0,0,0.75);
  border-radius:3.5em;
  padding:0 1.2em;
}

#contact {
  margin-left:-225px;
}

#username_container,#ethnicity_container,#country_container,#smoke_container,#cam_score_container,#cam_score_label,#cam_score_value,#gender_container,#body_type_container,#body_type_label,#body_type_value,#hair_container,#hair_value,#eyes_container,#eyes_value,#eyes_label,#weight_container,#height_container,#age_container,#city_container,#countery_container,#sexual_preference_container,#smoke_label,#smoke_value,#drink_container,#drugs_container,#marital_status_container,#occupation_container,#school_container,#favorite_food_container,#pets_container,#automobile_container {
  display:none;
}