@charset "UTF-8";
/*	############################################################################
	Configuration
	############################################################################
*/
/* Import Blueprint */
/*	############################################################################
	Main Modules
	############################################################################
*/
html {
  margin: 0;
  padding: 0;
  border: 0; }

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
  background: white; }

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0; }

/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important; }

table, th, td {
  vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content: ''; }

blockquote, q {
  quotes: "" ""; }

/* Remove annoying border on linked images. */
a img {
  border: none; }

/* Remember to define your own focus styles! */
:focus {
  outline: 0; }

/* Grid calc function */
/* A container should group all your columns. */
.container {
  width: 970px;
  margin: 0 auto; }

/* Use these classes to set the width of a column. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6 {
  float: left;
  margin-right: 14px; }

/* The last column in a row needs this class. */
.last {
  margin-right: 0; }

.span-1 {
  width: 150px; }

.span-2 {
  width: 314px; }

.span-3 {
  width: 478px; }

.span-4 {
  width: 642px; }

.span-5 {
  width: 806px; }

.span-6 {
  width: 970px;
  margin-right: 0; }

/* Use these classes to set the width of an input. */
input.span, input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 7px;
  padding-right: 7px; }

input.span-1, textarea.span-1 {
  width: 134px; }

input.span-2, textarea.span-2 {
  width: 298px; }

input.span-3, textarea.span-3 {
  width: 462px; }

input.span-4, textarea.span-4 {
  width: 626px; }

input.span-5, textarea.span-5 {
  width: 790px; }

input.span-6, textarea.span-6 {
  width: 954px; }

/* Add these to a column to append empty cols. */
.append-1 {
  padding-right: 164px; }

.append-2 {
  padding-right: 328px; }

.append-3 {
  padding-right: 492px; }

.append-4 {
  padding-right: 656px; }

.append-5 {
  padding-right: 820px; }

/* Add these to a column to prepend empty cols. */
.prepend-1 {
  padding-left: 164px; }

.prepend-2 {
  padding-left: 328px; }

.prepend-3 {
  padding-left: 492px; }

.prepend-4 {
  padding-left: 656px; }

.prepend-5 {
  padding-left: 820px; }

/* Border on right hand side of a column. */
.border {
  padding-right: 6px;
  margin-right: 7px;
  border-right: 1px solid #ddd; }

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 84px;
  margin-right: 85px;
  border-right: 1px solid #ddd; }

/* Use these classes on an element to push it into the next column, or to pull it into the previous column.	*/
.pull, .pull-1, .push-1, .pull-2, .push-2, .pull-3, .push-3, .pull-4, .push-4, .pull-5, .push-5, .pull-6, .push-6 {
  float: left;
  position: relative; }

.pull-1 {
  margin-left: -164px; }

.pull-2 {
  margin-left: -328px; }

.pull-3 {
  margin-left: -492px; }

.pull-4 {
  margin-left: -656px; }

.pull-5 {
  margin-left: -820px; }

.pull-6 {
  margin-left: -984px; }

.push-1 {
  margin: -164px 1.5em 164px; }

.push-2 {
  margin: -328px 1.5em 328px; }

.push-3 {
  margin: -492px 1.5em 492px; }

.push-4 {
  margin: -656px 1.5em 656px; }

.push-5 {
  margin: -820px 1.5em 820px; }

.push-6 {
  margin: -984px 1.5em 984px; }

/* Misc classes and elements
-------------------------------------------------------------- */
/* In case you need to add a gutter above/below an element */
div.prepend-top, .prepend-top {
  margin-top: 1.5em; }

div.append-bottom, .append-bottom {
  margin-bottom: 1.5em; }

/* Use a .box to create a padded box inside a column.	*/
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5eCf9; }

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none; }
  hr.space {
    background: #fff;
    color: #fff;
    visibility: hidden; }

/* Clearing floats without extra markup
	Based on How To Clear Floats Without Structural Markup by PiE
	[http://www.positioniseverything.net/easyclearing.html] */
.clearfix, .container {
  display: block; }
  .clearfix:after, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden; }

/* Regular clearing
	apply to column that should drop below previous ones. */
.clear {
  clear: both; }

/* --------------------------------------------------------------

forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms

Usage:
   * For text fields, use class .title or .text
   * For inline forms, use .inline (even when using columns)

-------------------------------------------------------------- */
/*
A special hack is included for IE8 since it does not apply padding
correctly on fieldsets
 */
label {
  font-weight: bold; }

fieldset {
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc; }

legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em; }

fieldset, #IE8#HACK {
  padding-top: 1.4em; }

legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0; }

/* Form fields
-------------------------------------------------------------- */
/*
Attribute selectors are used to differentiate the different types
of input elements, but to support old browsers, you will have to
add classes for each one. ".title" simply creates a large text
field, this is purely for looks.
 */
input[type=text], input[type=password], input[type=url], input[type=email],
input.text, input.title,
textarea {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #000; }

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus,
input.text:focus, input.title:focus,
textarea:focus {
  border-color: #666; }

select {
  background-color: #fff;
  border-width: 1px;
  border-style: solid; }

input[type=text], input[type=password], input[type=url], input[type=email],
input.text, input.title,
textarea, select {
  margin: 0.5em 0; }

input.text,
input.title {
  width: 300px;
  padding: 5px; }

input.title {
  font-size: 1.5em; }

textarea {
  width: 390px;
  height: 250px;
  padding: 5px; }

/*
This is to be used on forms where a variety of elements are
placed side-by-side. Use the p tag to denote a line.
 */
form.inline {
  line-height: 3; }

form.inline p {
  margin-bottom: 0; }

/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */
.error,
.alert,
.notice,
.success,
.info {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd; }

.error, .alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }

.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }

.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }

.info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4; }

.error a, .alert a {
  color: #8a1f11; }

.notice a {
  color: #514721; }

.success a {
  color: #264409; }

.info a {
  color: #205791; }

/* --------------------------------------------------------------

typography.css
   * Sets up some sensible default typography.

-------------------------------------------------------------- */
/* Default font settings.
The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html {
  font-size: 100.01%; }

body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111; }

h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2em;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em; }

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; }

h6 {
  font-size: 1em;
  font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0; }

/* Text elements
-------------------------------------------------------------- */
p {
  margin: 0 0 1.5em; }

/*
These can be used to pull an image at the start of a paragraph, so
that the text flows around it (usage: <p><img class="left">Text</p>)
 */
.left {
  float: left !important; }

p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

.right {
  float: right !important; }

p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0; }

a:focus,
a:hover {
  color: #09f; }

a {
  color: #06c;
  text-decoration: underline; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong, dfn {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

sup, sub {
  line-height: 0; }

abbr,
acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */
li ul,
li ol {
  margin: 0; }

ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em 0; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

/* Tables
-------------------------------------------------------------- */
/*
Because of the need for padding on TH and TD, the vertical rhythm
on table cells has to be 27px, instead of the standard 18px or 36px
of other elements.
 */
table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #c3d9ff; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

/*
You can zebra-stripe your tables in outdated browsers by adding
the class "even" to every other table row.
 */
tbody tr:nth-child(even) td,
tbody tr.even td {
  background: #e5ecf9; }

tfoot {
  font-style: italic; }

caption {
  background: #eee; }

/* Misc classes
-------------------------------------------------------------- */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em; }

.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em; }

.hide {
  display: none; }

.quiet {
  color: #666; }

.loud {
  color: #000; }

.highlight {
  background: #ff0; }

.added {
  background: #060;
  color: #fff; }

.removed {
  background: #900;
  color: #fff; }

.first {
  margin-left: 0;
  padding-left: 0; }

.last {
  margin-right: 0;
  padding-right: 0; }

.top {
  margin-top: 0;
  padding-top: 0; }

.bottom {
  margin-bottom: 0;
  padding-bottom: 0; }

/*	############################################################################
	Plugins
	############################################################################
*/
/**
 * CSS3 Border-Radius
 *
 * @param $topLeft Either the top left radius, if no other param provided, this value is applied for all params
 * @param $topRight [optional]
 * @param $bottomRight [optional]
 * @param $bottomLeft [optional]
 */
/**
 * CSS3 Box-Shadow
 *
 * @param $inset Either true or false
 * @param $x
 * @param $y
 * @param $blur
 * @param $spread
 * @param $color
 */
/**
 * CSS3 Text-Shadow
 * @param $x
 * @param $y
 * @param $blur
 * @param $color
 */
/**
 * CSS3 Multi-Column Layout
 * @param $columns
 * @param $gap
 */
/**
 * CSS3 Outline
 * @param $thickness
 * @param $style
 * @param $color
 * @param $offset [optional]
 */
/**
 * CSS3 Transition
 * @param $property
 * @param $duration
 * @param $function [optional]
 */
/**
 * CSS3 Transformation
 * @param $scale
 * @param $rotate
 * @param $translate
 * @param $skew
 */
/**
 * CSS3 Background Gradient
 * @param $color1
 * @param $color2
 */
/**
 * CSS3 Opacity
 * @param $opacity
 */
/* Import Sprites */
.sprite {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  overflow: hidden;
  padding: 0;
  margin: -2px 0;
  margin-left: 4px;
  vertical-align: middle; }
  .sprite:hover {
    background-position: 0 -14px; }
  .sprite.active {
    background-position: 0 -28px; }

.sprite.sprite-th {
  background-image: url("../../img/femjoy/sprite-th.png"); }

.sprite.sprite-th-list {
  background-image: url("../../img/femjoy/sprite-th-list.png"); }

/* Buttons */
button:hover .sprite, .button:hover .sprite, .select:hover .sprite, .qq-upload-button:hover .sprite {
  background-position: 0 -28px; }

button.active .sprite, .button.active .sprite, .active.select .sprite, .active.qq-upload-button .sprite {
  background-position: 0 -28px; }

/* Default */
body {
  background: url("../../img/femjoy/bg_pattern.png") #000;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #999; }

table {
  margin-bottom: 8px; }
  table tbody tr td, table tbody tr:nth-child(2n) td, table tbody tr.even td {
    background: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #fff; }

a {
  color: #999;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease; }
  a:focus {
    color: #999; }
  a:visited {
    color: #999; }
  a:active {
    color: #ccc; }
  a:hover {
    color: #fff; }

p {
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #999;
  font-size: 125%; }
  p .loading-big {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin: 0 10px 0 0; }

input {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: 400; }

pre {
  overflow-x: auto; }

.border-bottom {
  background: url("../../img/femjoy/hr-span4-simple.png") no-repeat 50% 100%; }

/* Custom */
h1 {
  color: #ccc;
  font-weight: 400;
  font-size: 200%; }
  h1.special {
    text-align: center; }

h2 {
  color: #ccc;
  font-weight: 400; }
  join
  h2.special {
    text-align: center; }

h3 {
  color: #ccc;
  text-align: left;
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 24px; }
  h3.special {
    text-align: center;
    color: #aaa; }
    h3.special.light {
      color: #ccc; }
    h3.special.loading {
      background: url("../../img/femjoy/ajax-loader.gif") no-repeat 100% 50%; }

h4 {
  font-size: 150%;
  color: #545454;
  margin-bottom: 10px; }

hr {
  display: block;
  height: 10px;
  margin-bottom: 10px;
  background: url("../../img/femjoy/hr.png") no-repeat; }
  hr.classic {
    height: 1px;
    color: #333;
    overflow: hidden;
    background-image: none;
    background: #333; }

iframe {
  display: block;
  background: transparent; }

.span-1 hr {
  background-image: url("../../img/femjoy/hr-span1.png"); }

.span-2 hr {
  background-image: url("../../img/femjoy/hr-span2.png"); }

.span-3 hr {
  background-image: url("../../img/femjoy/hr-span3.png"); }

.span-4 hr {
  background-image: url("../../img/femjoy/hr-span4.png"); }

.column-2 {
  -moz-column-count: 2;
  -moz-column-gap: 14px;
  -webkit-column-count: 2;
  -webkit-column-gap: 14px;
  column-count: 2;
  column-gap: 14px; }

.error, .alert, .notice, .success, .info {
  position: relative;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  filter: dropshadow(color=rgba(255, 255, 255, 0.5), offx=0, offy=1px); }

.error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #8A1F11; }
  .error a {
    color: #8A1F11; }
    .error a:hover {
      color: #8A1F11; }

.cover-container {
  position: relative; }
  .cover-container .preview {
    display: block;
    position: absolute;
    width: 100%;
    height: 82px;
    left: 0;
    right: 0;
    bottom: 14px;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
    -webkit-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.5); }
    .cover-container .preview .thumb-big {
      display: block;
      position: absolute;
      bottom: 75px;
      -moz-opacity: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .cover-container .preview .thumb-big .img {
        display: block;
        z-index: 100;
        background-color: #000;
        border: 3px solid #fff;
        -webkit-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.5);
        box-shadow:  0 0 4px 0 rgba(0, 0, 0, 0.5); }
        .cover-container .preview .thumb-big .img img {
          display: block;
          overflow: hidden; }
      .cover-container .preview .thumb-big .arrow {
        display: block;
        height: 14px;
        background: url("../../img/femjoy/preview-arrow-down.png") 50% 0 no-repeat; }
    .cover-container .preview .thumbs {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.65); }
      .cover-container .preview .thumbs .thumbs-container {
        display: block;
        position: absolute;
        width: auto;
        left: 0;
        top: 0; }
        .cover-container .preview .thumbs .thumbs-container img {
          margin: 7px 3px 7px 4px;
          display: block;
          float: left;
          -moz-opacity: 0.8;
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          -webkit-transition: opacity 250ms ease;
          -moz-transition: opacity 250ms ease;
          -o-transition: opacity 250ms ease;
          transition: opacity 250ms ease; }
          .cover-container .preview .thumbs .thumbs-container img:hover {
            border: 3px solid #fff;
            margin: 4px 0 4px 1px;
            -moz-opacity: 1;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .cover-container:hover .preview {
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.cover {
  display: block;
  position: relative;
  margin-bottom: 14px; }
  .cover img {
    display: block;
    overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.bottom-spacer {
  height: 100px; }

.video {
  overflow: hidden;
  margin-bottom: 14px; }

/* UI */
input[type=submit], button, .button, .select, .qq-upload-button {
  display: inline-block;
  position: relative;
  padding: 4px 4px;
  margin: 6px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #ccc;
  font-weight: normal;
  font-size: 12px;
  font-weight: 700;
  word-spacing: 0;
  font-family: Arial,sans-serif;
  border: 1px solid #5e5e5e;
  border-left-color: #2b2b2b;
  border-right-color: #111111;
  border-bottom-color: #111111;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-image: -moz-linear-gradient(top, #444 0%, #323232 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #323232));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #444 0%, #323232 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #444 0%, #323232 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #444 0%, #323232 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #444 0%, #323232 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#323232',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow:  0 1px 5px 0 #000;
  -moz-box-shadow:  0 1px 5px 0 #000;
  box-shadow:  0 1px 5px 0 #000;
  -webkit-transition: background-position 150ms ease;
  -moz-transition: background-position 150ms ease;
  -o-transition: background-position 150ms ease;
  transition: background-position 150ms ease;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  filter: dropshadow(color=rgba(0, 0, 0, 0.3), offx=0, offy=-1px);
  background-color: #323232;
  background-repeat: repeat-x; }
  input[type=submit].inline, button.inline, .button.inline, .inline.select, .inline.qq-upload-button {
    margin: 7px 6px 6px 6px; }
  input[type=submit].hide, button.hide, .button.hide, .hide.select, .hide.qq-upload-button {
    display: none; }
  input[type=submit].loading .loader, button.loading .loader, .button.loading .loader, .loading.select .loader, .loading.qq-upload-button .loader {
    width: 16px;
    margin-left: 4px; }
  input[type=submit] .loader, button .loader, .button .loader, .select .loader, .qq-upload-button .loader {
    display: inline-block;
    float: right;
    width: 0;
    height: 16px;
    margin: -1px 0;
    margin-left: 0;
    vertical-align: middle;
    background: url("../../img/femjoy/ajax-loader.gif") no-repeat 0 0;
    -webkit-transition: width 250ms ease;
    -moz-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    transition: width 250ms ease; }
  input[type=submit].special, button.special, .button.special, .special.select, .special.qq-upload-button {
    margin: 0 0 0 10px; }
  input[type=submit].expand, button.expand, .button.expand, .expand.select, .expand.qq-upload-button {
    width: 100%;
    padding: 10px 10px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px; }
  input[type=submit]:visited, button:visited, .button:visited, .select:visited, .qq-upload-button:visited {
    color: #ccc; }
  input[type=submit]:hover, button:hover, .button:hover, .select:hover, .qq-upload-button:hover {
    color: #ccc;
    background-position: 0 -15px; }
    input[type=submit]:hover.disabled, button:hover.disabled, .button:hover.disabled, .select:hover.disabled, .qq-upload-button:hover.disabled {
      color: #666;
      background-position: 0 0; }
  input[type=submit].active, button.active, .button.active, .active.select, .active.qq-upload-button {
    color: #fff;
    border: 1px solid #ff66c2;
    border-left-color: #cc007a;
    border-right-color: #99005c;
    border-bottom-color: #99005c;
    text-shadow: 0 0 2px #33001f;
    filter: dropshadow(color=#33001f, offx=0, offy=0);
    background-image: -moz-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0099), color-stop(100%, #cc007a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099', endColorstr='#cc007a',GradientType=0 );
    /* IE6-9 */
    background-color: #cc007a; }
    input[type=submit].active .loader, button.active .loader, .button.active .loader, .active.select .loader, .active.qq-upload-button .loader {
      background-image: url("../../img/femjoy/ajax-loader-active.gif"); }
  input[type=submit].disabled, button.disabled, .button.disabled, .disabled.select, .disabled.qq-upload-button {
    cursor: default;
    color: #666; }
  input[type=submit].pink, button.pink, .button.pink, .pink.select, .pink.qq-upload-button {
    color: #fff;
    border: 1px solid #ff66c2;
    border-left-color: #cc007a;
    border-right-color: #99005c;
    border-bottom-color: #99005c;
    text-shadow: 0 0 2px #33001f;
    filter: dropshadow(color=#33001f, offx=0, offy=0);
    background-image: -moz-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0099), color-stop(100%, #cc007a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099', endColorstr='#cc007a',GradientType=0 );
    /* IE6-9 */
    background-color: #cc007a; }
    input[type=submit].pink:hover, button.pink:hover, .button.pink:hover, .pink.select:hover, .pink.qq-upload-button:hover {
      background-position: 0 -25px; }
    input[type=submit].pink .loader, button.pink .loader, .button.pink .loader, .pink.select .loader, .pink.qq-upload-button .loader {
      background-image: url("../../img/femjoy/ajax-loader-active.gif"); }
  input[type=submit].highlight, button.highlight, .button.highlight, .highlight.select, .highlight.qq-upload-button {
    padding: 4px 10px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 145%;
    color: #fff;
    border: 1px solid #ff66c2;
    border-left-color: #cc007a;
    border-right-color: #99005c;
    border-bottom-color: #99005c;
    text-shadow: 0 0 2px #33001f;
    filter: dropshadow(color=#33001f, offx=0, offy=0);
    background-image: -moz-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0099), color-stop(100%, #cc007a));
    /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* IE10+ */
    background-image: linear-gradient(top, #FF0099 0%, #cc007a 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099', endColorstr='#cc007a',GradientType=0 );
    /* IE6-9 */
    background-color: #cc007a; }
    input[type=submit].highlight:hover, button.highlight:hover, .button.highlight:hover, .highlight.select:hover, .highlight.qq-upload-button:hover {
      background-position: 0 -25px; }
    input[type=submit].highlight .loader, button.highlight .loader, .button.highlight .loader, .highlight.select .loader, .highlight.qq-upload-button .loader {
      background-image: url("../../img/femjoy/ajax-loader-active.gif"); }
  input[type=submit].close, button.close, .button.close, .close.select, .close.qq-upload-button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    right: -21px;
    top: -2px;
    margin: 0;
    vertical-align: middle;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    text-shadow: 0 1px 0 #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=0, offy=1px);
    -webkit-box-shadow:  0 0 0 0 #000;
    -moz-box-shadow:  0 0 0 0 #000;
    box-shadow:  0 0 0 0 #000; }
    input[type=submit].close:hover, button.close:hover, .button.close:hover, .close.select:hover, .close.qq-upload-button:hover {
      -moz-opacity: 0.4;
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  input[type=submit] .icon, button .icon, .button .icon, .select .icon, .qq-upload-button .icon {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px; }

.select {
  margin: 13px 6px;
  padding: 0; }
  .select:hover .label {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
    color: #ccc;
    background-image: url("../../img/femjoy/ui/select-arrow-hover.png"); }
  .select.loading .label {
    background: url("../../img/femjoy/ajax-loader.gif") no-repeat 100% 50%; }
  .select .label {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: url("../../img/femjoy/ui/select-arrow.png") no-repeat 100% 50%;
    margin-right: 5px;
    padding: 1px 26px 1px 10px;
    color: #ccc;
    font-weight: 700;
    font-family: Arial,sans-serif;
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    filter: dropshadow(color=rgba(0, 0, 0, 0.3), offx=0, offy=-1px); }
  .select ul {
    display: block;
    position: absolute;
    min-width: 100%;
    top: 21px;
    left: -1px;
    z-index: 1000;
    margin: 0;
    padding: 0;
    background-color: #222;
    border-right: 1px solid #252525;
    border-top: 1px solid #000;
    -webkit-box-shadow:  0 1px 3px 0 #000;
    -moz-box-shadow:  0 1px 3px 0 #000;
    box-shadow:  0 1px 3px 0 #000;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px; }
    .select ul li {
      display: block;
      cursor: pointer;
      list-style-type: none;
      text-align: left;
      border-bottom: 1px solid #2a2a2a;
      font-family: Arial, "Helvetica Neue", sans-serif;
      white-space: nowrap;
      color: #999;
      text-decoration: none;
      padding: 5px 10px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      .select ul li:last-child {
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-radius: 0 0 2px 2px;
        border-radius: 0 0 2px 2px; }
      .select ul li:hover {
        color: #ccc;
        background-color: #444; }
      .select ul li[data-selected=true], .select ul li[data-selected=selected] {
        color: #ccc;
        font-weight: bold; }

input[type=text], input[type=password], textarea {
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #434343;
  border: 1px solid #333;
  background-color: #1e1e1e;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  input[type=text]:focus, input[type=password]:focus, textarea:focus {
    color: #ccc; }
  input[type=text].light, input[type=password].light, textarea.light {
    color: #666;
    border: none;
    background-color: #999;
    -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.35); }
    input[type=text].light:focus, input[type=password].light:focus, textarea.light:focus {
      color: #333; }

input[type=text], input[type=password] {
  background-position: 96% 50%; }
  input[type=text].loading, input[type=password].loading {
    background-image: url("../../img/femjoy/ajax-loader-light.gif");
    background-repeat: no-repeat;
    background-position: 96% 50%; }

::-webkit-input-placeholder {
  color: inherit; }

input:-moz-placeholder {
  color: inherit; }

textarea {
  font-size: 110%; }

.radio ul {
  margin: 7px 0 7px 0;
  padding: 0; }
  .radio ul li {
    list-style-type: none;
    padding: 0; }
    .radio ul li input[type=radio] {
      margin-top: -4px;
      vertical-align: middle;
      line-height: 24px; }

/* Header */
header {
  display: block;
  position: relative;
  float: none; }
  header nav {
    display: block;
    font-size: 130%; }
    header nav .logo {
      float: left; }
    header nav .quick-search {
      float: right;
      margin-left: 10px; }
      header nav .quick-search .s {
        display: block;
        cursor: pointer;
        color: #999;
        font-size: 100%;
        line-height: 20px;
        vertical-align: middle;
        border: none;
        margin: 0;
        padding: 11px 0 10px 24px;
        width: 100px;
        background: url("../../img/femjoy/magnifier.png") no-repeat 5px 50%;
        font-family: Arial, "Helvetica Neue", sans-serif;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
        header nav .quick-search .s:hover {
          color: #fff; }
        header nav .quick-search .s:focus {
          cursor: text;
          color: #ccc;
          width: 150px;
          background-color: #333; }
      header nav .quick-search.loading .s {
        background-image: url("../../img/femjoy/ajax-loader.gif"); }
    header nav ul {
      display: block;
      float: right;
      margin: 0; }
    header nav li {
      display: block;
      float: left;
      padding: 10px;
      line-height: 20px; }
      header nav li.active a {
        color: #ccc;
        font-weight: bold; }
        header nav li.active a:hover {
          color: #fff; }
    header nav a {
      text-decoration: none;
      color: #999;
      -webkit-transition: color 250ms ease;
      -moz-transition: color 250ms ease;
      -o-transition: color 250ms ease;
      transition: color 250ms ease; }
      header nav a:visited {
        color: #999; }
      header nav a:hover {
        color: #fff; }

/* Main */
#main {
  display: block;
  position: relative;
  float: none;
  cursor: default;
  /* Navigation */ }
  #main nav {
    text-align: center; }
    #main nav a {
      display: inline-block;
      padding: 10px 10px;
      font-size: 150%;
      text-decoration: none;
      color: #999; }
      #main nav a.active {
        color: #ccc; }
      #main nav a:visted {
        color: #999; }
      #main nav a:hover {
        color: #fff; }
  #main .bar {
    display: block;
    position: relative;
    margin-bottom: 14px;
    clear: both;
    background: url("../../img/femjoy/bg-bio-pattern.png");
    background-color: #2a2a2a;
    border: 1px solid #414141;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8); }
    #main .bar img {
      display: inline-block;
      width: 32px;
      height: 32px;
      overflow: hidden;
      padding: 10px; }
  #main .favorites td {
    vertical-align: middle;
    text-align: center;
    width: 150px; }
    #main .favorites td .img_container {
      position: relative; }
  #main .favorites img.delete_button, #main .my-list img.delete_button {
    display: none;
    position: absolute;
    cursor: pointer;
    width: 12px;
    height: 12px;
    z-index: 10; }
  #main .thumb {
    display: block;
    float: left;
    overflow: hidden;
    /*
    @include opacity(0.65);
    @include transition(opacity, 250ms);
    */ }
    #main .thumb:hover {
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #main .pod {
    text-align: center; }
    #main .pod h3 {
      text-align: center; }
    #main .pod p {
      margin-top: 14px;
      color: #666;
      text-align: justify; }
  #main .set {
    display: block;
    position: relative;
    background-color: #333;
    margin-bottom: 14px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    #main .set:hover {
      background-color: #1e1e1e; }
    #main .set .cover {
      margin-bottom: 0; }
      #main .set .cover img {
        z-index: 1000; }
    #main .set h6 {
      font-family: Arial, "Helvetica Neue", sans-serif;
      padding: 5px 5px 0 5px; }
    #main .set p {
      padding: 0 5px 5px 5px;
      margin: 0;
      font-size: 100%; }
  #main .comment {
    text-align: left; }
    #main .comment .thumb {
      margin: 0 14px 14px 0; }
    #main .comment h6 {
      color: #666;
      font-size: 140%;
      font-family: Arial, "Helvetica Neue", sans-serif;
      -webkit-transition: color 250ms ease;
      -moz-transition: color 250ms ease;
      -o-transition: color 250ms ease;
      transition: color 250ms ease; }
    #main .comment p {
      font-size: 100%;
      color: #999;
      padding-right: 20px;
      -webkit-transition: color 250ms ease;
      -moz-transition: color 250ms ease;
      -o-transition: color 250ms ease;
      transition: color 250ms ease; }
    #main .comment:hover h6 {
      color: #ccc; }
    #main .comment:hover p {
      color: #ccc; }
    #main .comment:hover .thumb {
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #main .femjoy-by-numbers {
    position: relative;
    height: 334px;
    margin-bottom: 14px; }
    #main .femjoy-by-numbers hr {
      position: absolute;
      width: 314px;
      top: 0;
      left: 0; }
    #main .femjoy-by-numbers .number {
      display: block;
      padding: 10px;
      text-align: center;
      cursor: default;
      background: url("../../img/femjoy/hr-numbers.png") no-repeat 0 100%;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      #main .femjoy-by-numbers .number h5 {
        font-family: Arial, "Helvetica Neue", sans-serif;
        font-size: 140%;
        color: #666;
        margin: 0;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #main .femjoy-by-numbers .number p {
        font-size: 100%;
        color: #999;
        display: block;
        overflow: hidden;
        height: 0;
        margin: 0;
        padding: 0 20px 0 20px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #main .femjoy-by-numbers .number:hover, #main .femjoy-by-numbers .number.active {
        background-color: #2a2a2a; }
        #main .femjoy-by-numbers .number:hover h5, #main .femjoy-by-numbers .number.active h5 {
          color: #ccc; }
        #main .femjoy-by-numbers .number:hover p, #main .femjoy-by-numbers .number.active p {
          color: #ccc;
          height: 40px; }
  #main .badge {
    display: inline-block;
    padding: 1px 9px 2px;
    color: #fff;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", sans-serif;
    -moz-border-radius-topleft: 9px;
    -moz-border-radius-topright: 9px;
    -moz-border-radius-bottomright: 9px;
    -moz-border-radius-bottomleft: 9px;
    -webkit-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px; }
    #main .badge.badge-important {
      background-color: #B94A48; }
    #main .badge.badge-success {
      background-color: #468847; }
    #main .badge.badge-warning {
      background-color: #F89406; }
  #main .home table {
    font-family: Arial, "Helvetica Neue", sans-serif; }
    #main .home table thead {
      color: #fff;
      background-color: #222; }
      #main .home table thead td {
        font-weight: bold; }
    #main .home table tbody tr td {
      padding: 6px 4px; }
    #main .home table tbody tr:nth-child(2n) td, #main .home table tbody tbody tr.even td {
      background-image: -moz-linear-gradient(top, #292929 0%, #222 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #222));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #292929 0%, #222 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #292929 0%, #222 100%);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(top, #292929 0%, #222 100%);
      /* IE10+ */
      background-image: linear-gradient(top, #292929 0%, #222 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#222',GradientType=0 );
      /* IE6-9 */ }

/* Stars */
.stars {
  display: block;
  margin: 6px 0 0 0; }
  .stars .star {
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 0 1px;
    overflow: hidden;
    background: url("../../img/femjoy/star.png") no-repeat 0 0; }
    .stars .star.active {
      background-position: 0 -17px; }
    .stars .star.hover {
      background-position: 0 -34px !important; }
  .stars.disabled .star.hover {
    background-position: 0 0; }
    .stars.disabled .star.hover.active {
      background-position: 0 -17px; }

/* Set Details */
.set-details h1, .set-details h2 {
  color: #fff;
  margin: 0;
  font-size: 160%;
  font-family: Arial, "Helvetica Neue", sans-serif; }
.set-details a.button, .set-details a.select, .set-details a.qq-upload-button {
  margin: 0; }
.set-details .video-downloads {
  font-family: Arial, "Helvetica Neue", sans-serif; }
  .set-details .video-downloads a.button, .set-details .video-downloads a.select, .set-details .video-downloads a.qq-upload-button {
    margin: 6px 6px 6px 0; }
.set-details h2 {
  margin-bottom: 10px; }
.set-details p {
  color: #999;
  font-size: 120%;
  margin-bottom: 10px; }
  .set-details p a {
    color: #999; }
    .set-details p a:hover {
      color: #fff; }
.set-details td {
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: #999;
  background: none;
  width: 137px; }
  .set-details td a.button, .set-details td a.select, .set-details td a.qq-upload-button {
    width: 140px; }
.set-details td:first-child {
  text-align: right; }
.set-details td:last-child {
  text-align: left; }
.set-details .tabs {
  diplay: block; }
  .set-details .tabs .content {
    display: none; }
    .set-details .tabs .content.active {
      display: block; }
    .set-details .tabs .content p {
      margin-top: 10px; }
.set-details .cover {
  float: left;
  margin-right: 14px; }
  .set-details .cover:last-child {
    margin-right: 0; }
.set-details .comments {
  display: block;
  height: 88px;
  overflow: hidden; }
  .set-details .comments h2 .small {
    color: #666;
    font-size: 75%; }
  .set-details .comments.long {
    height: auto;
    overflow: visible; }
  .set-details .comments .comment {
    clear: both;
    margin-bottom: 14px; }
    .set-details .comments .comment h2 {
      margin-bottom: 0; }
    .set-details .comments .comment p {
      padding-bottom: 10px; }
.set-details .video-downloads h2 {
  margin-bottom: 0; }
.set-details .voting {
  font-family: Arial, "Helvetica Neue", sans-serif; }

.swfupload {
  margin: 25px 0 0 20px; }

#price-list li {
  font-size: 100%; }

#bottom-banners {
  text-align: center; }

/* Paginator */
.paginator {
  border: 1px solid #444;
  padding: 0 5px;
  text-align: center;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

/* Footer */
footer {
  display: block;
  position: relative;
  float: none;
  padding-bottom: 150px;
  background-color: #000; }
  footer h2 {
    margin: 0;
    font-weight: 400; }
  footer nav {
    display: block;
    position: relative;
    float: none;
    font-size: 100%; }
    footer nav ul {
      padding-left: 0;
      margin-right: 0;
      display: block;
      list-style-type: none; }
    footer nav li {
      margin-left: 0;
      line-height: 200%; }
      footer nav li a {
        font-size: 110%;
        font-family: Arial, "Helvetica Neue", sans-serif;
        text-decoration: none;
        color: #999;
        -webkit-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        transition: color 250ms ease; }
        footer nav li a:visited {
          color: #999; }
        footer nav li a:hover {
          color: #ccc; }
    footer nav p {
      width: 250px;
      font-size: 110%;
      color: #999;
      margin-bottom: 10px; }
    footer nav input.highlight {
      padding-left: 17px;
      padding-right: 17px; }
    footer nav input[type=text] {
      width: 250px; }
  footer .copy {
    font-size: 100%;
    color: #666;
    font-family: Arial, sans-serif; }

/* Emobanner */
#emobanner {
  display: block;
  position: relative;
  height: 460px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0; }

.nivo-controlNav {
  display: block;
  position: absolute;
  bottom: 10px; }

.nivo-controlNav a {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../../img/femjoy/nivo/bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left; }

.nivo-controlNav a.active {
  background-position: 0 -22px; }

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../img/femjoy/nivo/arrows.png") no-repeat;
  text-indent: -9999px;
  border: 0; }

a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px; }

a.nivo-prevNav {
  left: 15px; }

.nivo-caption {
  text-shadow: none;
  font-family: inherit; }

.nivo-caption a {
  color: #efe9d1;
  text-decoration: underline; }

/* Comments */
.comments .actions {
  padding: 8px;
  border: 1px solid #333; }
  .comments .actions .button, .comments .actions .select, .comments .actions .qq-upload-button {
    margin: 0; }
.comments p a {
  text-decoration: none; }

/* Calendar */
.calendar {
  text-align: center; }
  .calendar ol {
    display: inline-block;
    clear: both;
    margin: 2px 0;
    padding: 0;
    list-style-type: none; }
    .calendar ol li {
      diplay: inline-block;
      padding: 2px 4px;
      float: left;
      font-family: Arial, "Helvetica Neue", sans-serif; }
      .calendar ol li a {
        display: inline-block;
        color: #ccc;
        text-decoration: none;
        background-position: 100% 50%;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
        .calendar ol li a:hover {
          color: #ccc; }
      .calendar ol li.loading a {
        background: url("../../img/femjoy/ajax-loader.gif") no-repeat 100% 50%;
        padding-right: 24px; }
      .calendar ol li.active {
        padding: 1px 5px;
        border: 1px solid #5e5e5e;
        border-left-color: #2b2b2b;
        border-right-color: #111111;
        border-bottom-color: #111111;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        -webkit-border-radius: 2px 2px 2px 2px;
        border-radius: 2px 2px 2px 2px;
        background-image: -moz-linear-gradient(top, #444 0%, #323232 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444), color-stop(100%, #323232));
        /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #444 0%, #323232 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #444 0%, #323232 100%);
        /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #444 0%, #323232 100%);
        /* IE10+ */
        background-image: linear-gradient(top, #444 0%, #323232 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#323232',GradientType=0 );
        /* IE6-9 */
        -webkit-box-shadow:  0 1px 5px 0 #000;
        -moz-box-shadow:  0 1px 5px 0 #000;
        box-shadow:  0 1px 5px 0 #000; }
        .calendar ol li.active a {
          color: #ccc;
          font-weight: bold; }
        .calendar ol li.active:hover {
          background-image: -moz-linear-gradient(top, #515151 0%, #3f3f3f 100%);
          /* FF3.6+ */
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #515151), color-stop(100%, #3f3f3f));
          /* Chrome,Safari4+ */
          background-image: -webkit-linear-gradient(top, #515151 0%, #3f3f3f 100%);
          /* Chrome10+,Safari5.1+ */
          background-image: -o-linear-gradient(top, #515151 0%, #3f3f3f 100%);
          /* Opera 11.10+ */
          background-image: -ms-linear-gradient(top, #515151 0%, #3f3f3f 100%);
          /* IE10+ */
          background-image: linear-gradient(top, #515151 0%, #3f3f3f 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#3f3f3f',GradientType=0 );
          /* IE6-9 */ }
      .calendar ol li.disabled a {
        cursor: default;
        color: #333; }

/* Mobile page styles */
.mobile img {
  display: inline-block;
  float: left;
  margin-right: 30px; }
.mobile h4 {
  color: #fff;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-weight: bold;
  margin-top: 20px; }
.mobile p {
  padding-right: 30px; }
.mobile .column, .mobile .span-1, .mobile .span-2, .mobile .span-3, .mobile .span-4, .mobile .span-5, .mobile .span-6 {
  float: left; }

/* White page styles */
.white {
  background-image: -moz-linear-gradient(top, #1e1e1e 0%, #333 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #333));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #1e1e1e 0%, #333 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #1e1e1e 0%, #333 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #1e1e1e 0%, #333 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #1e1e1e 0%, #333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#333',GradientType=0 );
  /* IE6-9 */ }
  .white .top {
    background-color: #fff;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    -webkit-box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65); }
    .white .top h1 {
      margin-top: 14px;
      color: #1e1e1e; }
    .white .top p {
      color: #666; }
  .white .box {
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #1e1e1e;
    background-color: #fff;
    margin-top: 14px;
    margin-bottom: 100px;
    padding: 20px 82px 20px 82px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:  0 0 5px 0px rgba(0, 0, 0, 0.65); }
    .white .box form .alert {
      margin-left: 100px;
      width: 260px; }
      .white .box form .alert ul {
        margin: 0; }
        .white .box form .alert ul li {
          padding-right: 0; }
    .white .box input[type=text], .white .box input[type=password] {
      background-color: #fff;
      border: 1px solid #ccc;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0; }
      .white .box input[type=text]:focus, .white .box input[type=password]:focus {
        color: #1e1e1e;
        border-color: #ff0099;
        -webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25); }
      .white .box input[type=text].loading, .white .box input[type=password].loading {
        background-image: url("../../img/femjoy/ajax-loader-white.gif"); }
    .white .box input[type=submit].highlight {
      margin-left: 100px;
      width: 312px;
      margin-top: 14px; }
    .white .box a, .white .box a:active, .white .box a:visited, .white .box a:focus, .white .box a:hover {
      color: #ff0099; }
    .white .box p {
      color: #333; }
      .white .box p.legal {
        font-size: 12px;
        color: #999;
        margin-left: 100px; }
    .white .box label {
      display: inline-block;
      padding: 10px 0 10px 0;
      width: 100px;
      float: left; }
    .white .box h1 {
      color: #1e1e1e; }
    .white .box h2 {
      margin-bottom: 10px;
      margin-top: 24px;
      font-size: 145%;
      font-weight: normal;
      color: #1e1e1e; }
    .white .box h3 {
      font-family: Arial, "Helvetica Neue", sans-serif;
      color: #1e1e1e; }
    .white .box hr {
      height: 1px;
      background: none;
      color: #ccc;
      background-color: #ccc; }
    .white .box li {
      line-height: 180%;
      padding-right: 40px;
      color: #333;
      font-size: 120%; }
    .white .box input[type=submit], .white .box button, .white .box .button, .white .box .select, .white .box .qq-upload-button {
      -webkit-box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.45);
      -moz-box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.45);
      box-shadow:  0 1px 2px 0 rgba(0, 0, 0, 0.45); }
      .white .box input[type=submit]:disabled, .white .box button:disabled, .white .box .button:disabled, .white .box .select:disabled, .white .box .qq-upload-button:disabled {
        border-color: #666;
        border-top-color: #999;
        cursor: default;
        background-color: #aaa;
        color: #fff;
        text-shadow: 0 0 2px #666;
        filter: dropshadow(color=#666, offx=0, offy=0);
        background-image: -moz-linear-gradient(top, #ccc 0%, #999 100%);
        /* FF3.6+ */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccc), color-stop(100%, #999));
        /* Chrome,Safari4+ */
        background-image: -webkit-linear-gradient(top, #ccc 0%, #999 100%);
        /* Chrome10+,Safari5.1+ */
        background-image: -o-linear-gradient(top, #ccc 0%, #999 100%);
        /* Opera 11.10+ */
        background-image: -ms-linear-gradient(top, #ccc 0%, #999 100%);
        /* IE10+ */
        background-image: linear-gradient(top, #ccc 0%, #999 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#999',GradientType=0 );
        /* IE6-9 */
        -moz-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
        .white .box input[type=submit]:disabled:hover, .white .box button:disabled:hover, .white .box .button:disabled:hover, .white .box .select:disabled:hover, .white .box .qq-upload-button:disabled:hover {
          background-position: 0 0; }
    .white .box select {
      font-family: Arial, "Helvetica Neue", sans-serif;
      padding: 5px;
      border: 1px solid #ccc;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      .white .box select:focus {
        border-color: #ff0099;
        -webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25);
        box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.25); }
      .white .box select.span-2 {
        width: 312px; }

/* White page styles */
body #join-page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  font-weight: normal;
  color: #ccc; }

#join-page {
  /* ==========================================================================
  	Generic
  	========================================================================== */
  /* Add gradient and borders to Boostrap buttons */
  /* ==========================================================================
  	Header
  	========================================================================== */
  /* ==========================================================================
  	Headings & Typography
  	========================================================================== */
  /* ==========================================================================
  	Content
  	========================================================================== */
  /* Step 2 login/password */
  /* Step 3 payment methods */
  /* Lists and sprites */
  /* ==========================================================================
  	Footer
  	========================================================================== */
  /* ==========================================================================
  	Modal: ported from Femjoy
  	========================================================================== */
  /* ==========================================================================
  	Media Queries (responsive design)
  	========================================================================== */ }
  #join-page article,
  #join-page aside,
  #join-page details,
  #join-page figcaption,
  #join-page figure,
  #join-page footer,
  #join-page header,
  #join-page hgroup,
  #join-page main,
  #join-page nav,
  #join-page section,
  #join-page summary {
    display: block; }
  #join-page audio,
  #join-page canvas,
  #join-page video {
    display: inline-block; }
  #join-page audio:not([controls]) {
    display: none;
    height: 0; }
  #join-page [hidden],
  #join-page template {
    display: none; }
  #join-page html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }
  #join-page body {
    margin: 0; }
  #join-page a {
    background: transparent; }
  #join-page a:focus {
    outline: thin dotted; }
  #join-page a:active,
  #join-page a:hover {
    outline: 0; }
  #join-page h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  #join-page abbr[title] {
    border-bottom: 1px dotted; }
  #join-page b,
  #join-page strong {
    font-weight: bold; }
  #join-page dfn {
    font-style: italic; }
  #join-page hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
  #join-page mark {
    background: #ff0;
    color: #000; }
  #join-page code,
  #join-page kbd,
  #join-page pre,
  #join-page samp {
    font-family: monospace, serif;
    font-size: 1em; }
  #join-page pre {
    white-space: pre-wrap; }
  #join-page q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  #join-page small {
    font-size: 80%; }
  #join-page sub,
  #join-page sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  #join-page sup {
    top: -0.5em; }
  #join-page sub {
    bottom: -0.25em; }
  #join-page img {
    border: 0; }
  #join-page svg:not(:root) {
    overflow: hidden; }
  #join-page figure {
    margin: 0; }
  #join-page fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  #join-page legend {
    border: 0;
    padding: 0; }
  #join-page button,
  #join-page input,
  #join-page select,
  #join-page textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0; }
  #join-page button,
  #join-page input {
    line-height: normal; }
  #join-page button,
  #join-page select {
    text-transform: none; }
  #join-page button,
  #join-page html input[type="button"],
  #join-page input[type="reset"],
  #join-page input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  #join-page button[disabled],
  #join-page html input[disabled] {
    cursor: default; }
  #join-page input[type="checkbox"],
  #join-page input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  #join-page input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  #join-page input[type="search"]::-webkit-search-cancel-button,
  #join-page input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
  #join-page button::-moz-focus-inner,
  #join-page input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  #join-page textarea {
    overflow: auto;
    vertical-align: top; }
  #join-page table {
    border-collapse: collapse;
    border-spacing: 0; }
  @media print {
    #join-page * {
      text-shadow: none !important;
      color: #000 !important;
      background: transparent !important;
      box-shadow: none !important; }
    #join-page a,
    #join-page a:visited {
      text-decoration: underline; }
    #join-page a[href]:after {
      content: " (" attr(href) ")"; }
    #join-page abbr[title]:after {
      content: " (" attr(title) ")"; }
    #join-page a[href^="javascript:"]:after,
    #join-page a[href^="#"]:after {
      content: ""; }
    #join-page pre,
    #join-page blockquote {
      border: 1px solid #999;
      page-break-inside: avoid; }
    #join-page thead {
      display: table-header-group; }
    #join-page tr,
    #join-page img {
      page-break-inside: avoid; }
    #join-page img {
      max-width: 100% !important; }
    @page {
      #join-page {
        margin: 2cm .5cm; } }
    #join-page p,
    #join-page h2,
    #join-page h3 {
      orphans: 3;
      widows: 3; }
    #join-page h2,
    #join-page h3 {
      page-break-after: avoid; }
    #join-page select {
      background: #fff !important; }
    #join-page .navbar {
      display: none; }
    #join-page .table td,
    #join-page .table th {
      background-color: #fff !important; }
    #join-page .btn > .caret,
    #join-page .dropup > .btn > .caret {
      border-top-color: #000 !important; }
    #join-page .label {
      border: 1px solid #000; }
    #join-page .table {
      border-collapse: collapse !important; }
    #join-page .table-bordered th,
    #join-page .table-bordered td {
      border: 1px solid #ddd !important; } }
  #join-page *,
  #join-page *:before,
  #join-page *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #join-page html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent; }
  #join-page body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff; }
  #join-page input,
  #join-page button,
  #join-page select,
  #join-page textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  #join-page a {
    color: #ff007f;
    text-decoration: none; }
  #join-page a:hover,
  #join-page a:focus {
    color: #b30059;
    text-decoration: underline; }
  #join-page a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  #join-page img {
    vertical-align: middle; }
  #join-page .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  #join-page .img-rounded {
    border-radius: 6px; }
  #join-page .img-circle {
    border-radius: 50%; }
  #join-page hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }
  #join-page .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  #join-page .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto; }
  #join-page .container:before,
  #join-page .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .container:after {
    clear: both; }
  #join-page .container:before,
  #join-page .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .container:after {
    clear: both; }
  #join-page .row {
    margin-left: -15px;
    margin-right: -15px; }
  #join-page .row:before,
  #join-page .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .row:after {
    clear: both; }
  #join-page .row:before,
  #join-page .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .row:after {
    clear: both; }
  #join-page .col-xs-1, #join-page .col-sm-1, #join-page .col-md-1, #join-page .col-lg-1, #join-page .col-xs-2, #join-page .col-sm-2, #join-page .col-md-2, #join-page .col-lg-2, #join-page .col-xs-3, #join-page .col-sm-3, #join-page .col-md-3, #join-page .col-lg-3, #join-page .col-xs-4, #join-page .col-sm-4, #join-page .col-md-4, #join-page .col-lg-4, #join-page .col-xs-5, #join-page .col-sm-5, #join-page .col-md-5, #join-page .col-lg-5, #join-page .col-xs-6, #join-page .col-sm-6, #join-page .col-md-6, #join-page .col-lg-6, #join-page .col-xs-7, #join-page .col-sm-7, #join-page .col-md-7, #join-page .col-lg-7, #join-page .col-xs-8, #join-page .col-sm-8, #join-page .col-md-8, #join-page .col-lg-8, #join-page .col-xs-9, #join-page .col-sm-9, #join-page .col-md-9, #join-page .col-lg-9, #join-page .col-xs-10, #join-page .col-sm-10, #join-page .col-md-10, #join-page .col-lg-10, #join-page .col-xs-11, #join-page .col-sm-11, #join-page .col-md-11, #join-page .col-lg-11, #join-page .col-xs-12, #join-page .col-sm-12, #join-page .col-md-12, #join-page .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  #join-page .col-xs-1, #join-page .col-xs-2, #join-page .col-xs-3, #join-page .col-xs-4, #join-page .col-xs-5, #join-page .col-xs-6, #join-page .col-xs-7, #join-page .col-xs-8, #join-page .col-xs-9, #join-page .col-xs-10, #join-page .col-xs-11 {
    float: left; }
  #join-page .col-xs-12 {
    width: 100%; }
  #join-page .col-xs-11 {
    width: 91.66666666666666%; }
  #join-page .col-xs-10 {
    width: 83.33333333333334%; }
  #join-page .col-xs-9 {
    width: 75%; }
  #join-page .col-xs-8 {
    width: 66.66666666666666%; }
  #join-page .col-xs-7 {
    width: 58.333333333333336%; }
  #join-page .col-xs-6 {
    width: 50%; }
  #join-page .col-xs-5 {
    width: 41.66666666666667%; }
  #join-page .col-xs-4 {
    width: 33.33333333333333%; }
  #join-page .col-xs-3 {
    width: 25%; }
  #join-page .col-xs-2 {
    width: 16.666666666666664%; }
  #join-page .col-xs-1 {
    width: 8.333333333333332%; }
  #join-page .col-xs-pull-12 {
    right: 100%; }
  #join-page .col-xs-pull-11 {
    right: 91.66666666666666%; }
  #join-page .col-xs-pull-10 {
    right: 83.33333333333334%; }
  #join-page .col-xs-pull-9 {
    right: 75%; }
  #join-page .col-xs-pull-8 {
    right: 66.66666666666666%; }
  #join-page .col-xs-pull-7 {
    right: 58.333333333333336%; }
  #join-page .col-xs-pull-6 {
    right: 50%; }
  #join-page .col-xs-pull-5 {
    right: 41.66666666666667%; }
  #join-page .col-xs-pull-4 {
    right: 33.33333333333333%; }
  #join-page .col-xs-pull-3 {
    right: 25%; }
  #join-page .col-xs-pull-2 {
    right: 16.666666666666664%; }
  #join-page .col-xs-pull-1 {
    right: 8.333333333333332%; }
  #join-page .col-xs-push-12 {
    left: 100%; }
  #join-page .col-xs-push-11 {
    left: 91.66666666666666%; }
  #join-page .col-xs-push-10 {
    left: 83.33333333333334%; }
  #join-page .col-xs-push-9 {
    left: 75%; }
  #join-page .col-xs-push-8 {
    left: 66.66666666666666%; }
  #join-page .col-xs-push-7 {
    left: 58.333333333333336%; }
  #join-page .col-xs-push-6 {
    left: 50%; }
  #join-page .col-xs-push-5 {
    left: 41.66666666666667%; }
  #join-page .col-xs-push-4 {
    left: 33.33333333333333%; }
  #join-page .col-xs-push-3 {
    left: 25%; }
  #join-page .col-xs-push-2 {
    left: 16.666666666666664%; }
  #join-page .col-xs-push-1 {
    left: 8.333333333333332%; }
  #join-page .col-xs-offset-12 {
    margin-left: 100%; }
  #join-page .col-xs-offset-11 {
    margin-left: 91.66666666666666%; }
  #join-page .col-xs-offset-10 {
    margin-left: 83.33333333333334%; }
  #join-page .col-xs-offset-9 {
    margin-left: 75%; }
  #join-page .col-xs-offset-8 {
    margin-left: 66.66666666666666%; }
  #join-page .col-xs-offset-7 {
    margin-left: 58.333333333333336%; }
  #join-page .col-xs-offset-6 {
    margin-left: 50%; }
  #join-page .col-xs-offset-5 {
    margin-left: 41.66666666666667%; }
  #join-page .col-xs-offset-4 {
    margin-left: 33.33333333333333%; }
  #join-page .col-xs-offset-3 {
    margin-left: 25%; }
  #join-page .col-xs-offset-2 {
    margin-left: 16.666666666666664%; }
  #join-page .col-xs-offset-1 {
    margin-left: 8.333333333333332%; }
  @media (min-width: 768px) {
    #join-page .container {
      width: 750px; }
    #join-page .col-sm-1, #join-page .col-sm-2, #join-page .col-sm-3, #join-page .col-sm-4, #join-page .col-sm-5, #join-page .col-sm-6, #join-page .col-sm-7, #join-page .col-sm-8, #join-page .col-sm-9, #join-page .col-sm-10, #join-page .col-sm-11 {
      float: left; }
    #join-page .col-sm-12 {
      width: 100%; }
    #join-page .col-sm-11 {
      width: 91.66666666666666%; }
    #join-page .col-sm-10 {
      width: 83.33333333333334%; }
    #join-page .col-sm-9 {
      width: 75%; }
    #join-page .col-sm-8 {
      width: 66.66666666666666%; }
    #join-page .col-sm-7 {
      width: 58.333333333333336%; }
    #join-page .col-sm-6 {
      width: 50%; }
    #join-page .col-sm-5 {
      width: 41.66666666666667%; }
    #join-page .col-sm-4 {
      width: 33.33333333333333%; }
    #join-page .col-sm-3 {
      width: 25%; }
    #join-page .col-sm-2 {
      width: 16.666666666666664%; }
    #join-page .col-sm-1 {
      width: 8.333333333333332%; }
    #join-page .col-sm-pull-12 {
      right: 100%; }
    #join-page .col-sm-pull-11 {
      right: 91.66666666666666%; }
    #join-page .col-sm-pull-10 {
      right: 83.33333333333334%; }
    #join-page .col-sm-pull-9 {
      right: 75%; }
    #join-page .col-sm-pull-8 {
      right: 66.66666666666666%; }
    #join-page .col-sm-pull-7 {
      right: 58.333333333333336%; }
    #join-page .col-sm-pull-6 {
      right: 50%; }
    #join-page .col-sm-pull-5 {
      right: 41.66666666666667%; }
    #join-page .col-sm-pull-4 {
      right: 33.33333333333333%; }
    #join-page .col-sm-pull-3 {
      right: 25%; }
    #join-page .col-sm-pull-2 {
      right: 16.666666666666664%; }
    #join-page .col-sm-pull-1 {
      right: 8.333333333333332%; }
    #join-page .col-sm-push-12 {
      left: 100%; }
    #join-page .col-sm-push-11 {
      left: 91.66666666666666%; }
    #join-page .col-sm-push-10 {
      left: 83.33333333333334%; }
    #join-page .col-sm-push-9 {
      left: 75%; }
    #join-page .col-sm-push-8 {
      left: 66.66666666666666%; }
    #join-page .col-sm-push-7 {
      left: 58.333333333333336%; }
    #join-page .col-sm-push-6 {
      left: 50%; }
    #join-page .col-sm-push-5 {
      left: 41.66666666666667%; }
    #join-page .col-sm-push-4 {
      left: 33.33333333333333%; }
    #join-page .col-sm-push-3 {
      left: 25%; }
    #join-page .col-sm-push-2 {
      left: 16.666666666666664%; }
    #join-page .col-sm-push-1 {
      left: 8.333333333333332%; }
    #join-page .col-sm-offset-12 {
      margin-left: 100%; }
    #join-page .col-sm-offset-11 {
      margin-left: 91.66666666666666%; }
    #join-page .col-sm-offset-10 {
      margin-left: 83.33333333333334%; }
    #join-page .col-sm-offset-9 {
      margin-left: 75%; }
    #join-page .col-sm-offset-8 {
      margin-left: 66.66666666666666%; }
    #join-page .col-sm-offset-7 {
      margin-left: 58.333333333333336%; }
    #join-page .col-sm-offset-6 {
      margin-left: 50%; }
    #join-page .col-sm-offset-5 {
      margin-left: 41.66666666666667%; }
    #join-page .col-sm-offset-4 {
      margin-left: 33.33333333333333%; }
    #join-page .col-sm-offset-3 {
      margin-left: 25%; }
    #join-page .col-sm-offset-2 {
      margin-left: 16.666666666666664%; }
    #join-page .col-sm-offset-1 {
      margin-left: 8.333333333333332%; } }
  @media (min-width: 992px) {
    #join-page .container {
      width: 970px; }
    #join-page .col-md-1, #join-page .col-md-2, #join-page .col-md-3, #join-page .col-md-4, #join-page .col-md-5, #join-page .col-md-6, #join-page .col-md-7, #join-page .col-md-8, #join-page .col-md-9, #join-page .col-md-10, #join-page .col-md-11 {
      float: left; }
    #join-page .col-md-12 {
      width: 100%; }
    #join-page .col-md-11 {
      width: 91.66666666666666%; }
    #join-page .col-md-10 {
      width: 83.33333333333334%; }
    #join-page .col-md-9 {
      width: 75%; }
    #join-page .col-md-8 {
      width: 66.66666666666666%; }
    #join-page .col-md-7 {
      width: 58.333333333333336%; }
    #join-page .col-md-6 {
      width: 50%; }
    #join-page .col-md-5 {
      width: 41.66666666666667%; }
    #join-page .col-md-4 {
      width: 33.33333333333333%; }
    #join-page .col-md-3 {
      width: 25%; }
    #join-page .col-md-2 {
      width: 16.666666666666664%; }
    #join-page .col-md-1 {
      width: 8.333333333333332%; }
    #join-page .col-md-pull-12 {
      right: 100%; }
    #join-page .col-md-pull-11 {
      right: 91.66666666666666%; }
    #join-page .col-md-pull-10 {
      right: 83.33333333333334%; }
    #join-page .col-md-pull-9 {
      right: 75%; }
    #join-page .col-md-pull-8 {
      right: 66.66666666666666%; }
    #join-page .col-md-pull-7 {
      right: 58.333333333333336%; }
    #join-page .col-md-pull-6 {
      right: 50%; }
    #join-page .col-md-pull-5 {
      right: 41.66666666666667%; }
    #join-page .col-md-pull-4 {
      right: 33.33333333333333%; }
    #join-page .col-md-pull-3 {
      right: 25%; }
    #join-page .col-md-pull-2 {
      right: 16.666666666666664%; }
    #join-page .col-md-pull-1 {
      right: 8.333333333333332%; }
    #join-page .col-md-push-12 {
      left: 100%; }
    #join-page .col-md-push-11 {
      left: 91.66666666666666%; }
    #join-page .col-md-push-10 {
      left: 83.33333333333334%; }
    #join-page .col-md-push-9 {
      left: 75%; }
    #join-page .col-md-push-8 {
      left: 66.66666666666666%; }
    #join-page .col-md-push-7 {
      left: 58.333333333333336%; }
    #join-page .col-md-push-6 {
      left: 50%; }
    #join-page .col-md-push-5 {
      left: 41.66666666666667%; }
    #join-page .col-md-push-4 {
      left: 33.33333333333333%; }
    #join-page .col-md-push-3 {
      left: 25%; }
    #join-page .col-md-push-2 {
      left: 16.666666666666664%; }
    #join-page .col-md-push-1 {
      left: 8.333333333333332%; }
    #join-page .col-md-offset-12 {
      margin-left: 100%; }
    #join-page .col-md-offset-11 {
      margin-left: 91.66666666666666%; }
    #join-page .col-md-offset-10 {
      margin-left: 83.33333333333334%; }
    #join-page .col-md-offset-9 {
      margin-left: 75%; }
    #join-page .col-md-offset-8 {
      margin-left: 66.66666666666666%; }
    #join-page .col-md-offset-7 {
      margin-left: 58.333333333333336%; }
    #join-page .col-md-offset-6 {
      margin-left: 50%; }
    #join-page .col-md-offset-5 {
      margin-left: 41.66666666666667%; }
    #join-page .col-md-offset-4 {
      margin-left: 33.33333333333333%; }
    #join-page .col-md-offset-3 {
      margin-left: 25%; }
    #join-page .col-md-offset-2 {
      margin-left: 16.666666666666664%; }
    #join-page .col-md-offset-1 {
      margin-left: 8.333333333333332%; } }
  @media (min-width: 1200px) {
    #join-page .container {
      width: 970px; }
    #join-page .col-lg-1, #join-page .col-lg-2, #join-page .col-lg-3, #join-page .col-lg-4, #join-page .col-lg-5, #join-page .col-lg-6, #join-page .col-lg-7, #join-page .col-lg-8, #join-page .col-lg-9, #join-page .col-lg-10, #join-page .col-lg-11 {
      float: left; }
    #join-page .col-lg-12 {
      width: 100%; }
    #join-page .col-lg-11 {
      width: 91.66666666666666%; }
    #join-page .col-lg-10 {
      width: 83.33333333333334%; }
    #join-page .col-lg-9 {
      width: 75%; }
    #join-page .col-lg-8 {
      width: 66.66666666666666%; }
    #join-page .col-lg-7 {
      width: 58.333333333333336%; }
    #join-page .col-lg-6 {
      width: 50%; }
    #join-page .col-lg-5 {
      width: 41.66666666666667%; }
    #join-page .col-lg-4 {
      width: 33.33333333333333%; }
    #join-page .col-lg-3 {
      width: 25%; }
    #join-page .col-lg-2 {
      width: 16.666666666666664%; }
    #join-page .col-lg-1 {
      width: 8.333333333333332%; }
    #join-page .col-lg-pull-12 {
      right: 100%; }
    #join-page .col-lg-pull-11 {
      right: 91.66666666666666%; }
    #join-page .col-lg-pull-10 {
      right: 83.33333333333334%; }
    #join-page .col-lg-pull-9 {
      right: 75%; }
    #join-page .col-lg-pull-8 {
      right: 66.66666666666666%; }
    #join-page .col-lg-pull-7 {
      right: 58.333333333333336%; }
    #join-page .col-lg-pull-6 {
      right: 50%; }
    #join-page .col-lg-pull-5 {
      right: 41.66666666666667%; }
    #join-page .col-lg-pull-4 {
      right: 33.33333333333333%; }
    #join-page .col-lg-pull-3 {
      right: 25%; }
    #join-page .col-lg-pull-2 {
      right: 16.666666666666664%; }
    #join-page .col-lg-pull-1 {
      right: 8.333333333333332%; }
    #join-page .col-lg-push-12 {
      left: 100%; }
    #join-page .col-lg-push-11 {
      left: 91.66666666666666%; }
    #join-page .col-lg-push-10 {
      left: 83.33333333333334%; }
    #join-page .col-lg-push-9 {
      left: 75%; }
    #join-page .col-lg-push-8 {
      left: 66.66666666666666%; }
    #join-page .col-lg-push-7 {
      left: 58.333333333333336%; }
    #join-page .col-lg-push-6 {
      left: 50%; }
    #join-page .col-lg-push-5 {
      left: 41.66666666666667%; }
    #join-page .col-lg-push-4 {
      left: 33.33333333333333%; }
    #join-page .col-lg-push-3 {
      left: 25%; }
    #join-page .col-lg-push-2 {
      left: 16.666666666666664%; }
    #join-page .col-lg-push-1 {
      left: 8.333333333333332%; }
    #join-page .col-lg-offset-12 {
      margin-left: 100%; }
    #join-page .col-lg-offset-11 {
      margin-left: 91.66666666666666%; }
    #join-page .col-lg-offset-10 {
      margin-left: 83.33333333333334%; }
    #join-page .col-lg-offset-9 {
      margin-left: 75%; }
    #join-page .col-lg-offset-8 {
      margin-left: 66.66666666666666%; }
    #join-page .col-lg-offset-7 {
      margin-left: 58.333333333333336%; }
    #join-page .col-lg-offset-6 {
      margin-left: 50%; }
    #join-page .col-lg-offset-5 {
      margin-left: 41.66666666666667%; }
    #join-page .col-lg-offset-4 {
      margin-left: 33.33333333333333%; }
    #join-page .col-lg-offset-3 {
      margin-left: 25%; }
    #join-page .col-lg-offset-2 {
      margin-left: 16.666666666666664%; }
    #join-page .col-lg-offset-1 {
      margin-left: 8.333333333333332%; } }
  #join-page fieldset {
    padding: 0;
    margin: 0;
    border: 0; }
  #join-page legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }
  #join-page label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold; }
  #join-page input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #join-page input[type="radio"],
  #join-page input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal; }
  #join-page input[type="file"] {
    display: block; }
  #join-page select[multiple],
  #join-page select[size] {
    height: auto; }
  #join-page select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit; }
  #join-page input[type="file"]:focus,
  #join-page input[type="radio"]:focus,
  #join-page input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  #join-page input[type="number"]::-webkit-outer-spin-button,
  #join-page input[type="number"]::-webkit-inner-spin-button {
    height: auto; }
  #join-page output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle; }
  #join-page .form-control:-moz-placeholder {
    color: #999999; }
  #join-page .form-control::-moz-placeholder {
    color: #999999; }
  #join-page .form-control:-ms-input-placeholder {
    color: #999999; }
  #join-page .form-control::-webkit-input-placeholder {
    color: #999999; }
  #join-page .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  #join-page .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  #join-page .form-control[disabled],
  #join-page .form-control[readonly],
  #join-page fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }
  #join-page textarea.form-control {
    height: auto; }
  #join-page .form-group {
    margin-bottom: 15px; }
  #join-page .radio,
  #join-page .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle; }
  #join-page .radio label,
  #join-page .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
  #join-page .radio input[type="radio"],
  #join-page .radio-inline input[type="radio"],
  #join-page .checkbox input[type="checkbox"],
  #join-page .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px; }
  #join-page .radio + .radio,
  #join-page .checkbox + .checkbox {
    margin-top: -5px; }
  #join-page .radio-inline,
  #join-page .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }
  #join-page .radio-inline + .radio-inline,
  #join-page .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }
  #join-page input[type="radio"][disabled],
  #join-page input[type="checkbox"][disabled],
  #join-page .radio[disabled],
  #join-page .radio-inline[disabled],
  #join-page .checkbox[disabled],
  #join-page .checkbox-inline[disabled],
  #join-page fieldset[disabled] input[type="radio"],
  #join-page fieldset[disabled] input[type="checkbox"],
  #join-page fieldset[disabled] .radio,
  #join-page fieldset[disabled] .radio-inline,
  #join-page fieldset[disabled] .checkbox,
  #join-page fieldset[disabled] .checkbox-inline {
    cursor: not-allowed; }
  #join-page .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  #join-page select.input-sm {
    height: 30px;
    line-height: 30px; }
  #join-page textarea.input-sm {
    height: auto; }
  #join-page .input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px; }
  #join-page select.input-lg {
    height: 45px;
    line-height: 45px; }
  #join-page textarea.input-lg {
    height: auto; }
  #join-page .has-warning .help-block,
  #join-page .has-warning .control-label,
  #join-page .has-warning .radio,
  #join-page .has-warning .checkbox,
  #join-page .has-warning .radio-inline,
  #join-page .has-warning .checkbox-inline {
    color: #c09853; }
  #join-page .has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #join-page .has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
  #join-page .has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3; }
  #join-page .has-error .help-block,
  #join-page .has-error .control-label,
  #join-page .has-error .radio,
  #join-page .has-error .checkbox,
  #join-page .has-error .radio-inline,
  #join-page .has-error .checkbox-inline {
    color: #b94a48; }
  #join-page .has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #join-page .has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
  #join-page .has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede; }
  #join-page .has-success .help-block,
  #join-page .has-success .control-label,
  #join-page .has-success .radio,
  #join-page .has-success .checkbox,
  #join-page .has-success .radio-inline,
  #join-page .has-success .checkbox-inline {
    color: #468847; }
  #join-page .has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  #join-page .has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
  #join-page .has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8; }
  #join-page .form-control-static {
    margin-bottom: 0; }
  #join-page .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }
  @media (min-width: 768px) {
    #join-page .form-inline .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    #join-page .form-inline .form-control {
      display: inline-block; }
    #join-page .form-inline .radio,
    #join-page .form-inline .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0; }
    #join-page .form-inline .radio input[type="radio"],
    #join-page .form-inline .checkbox input[type="checkbox"] {
      float: none;
      margin-left: 0; } }
  #join-page .form-horizontal .control-label,
  #join-page .form-horizontal .radio,
  #join-page .form-horizontal .checkbox,
  #join-page .form-horizontal .radio-inline,
  #join-page .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }
  #join-page .form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
  #join-page .form-horizontal .form-group:before,
  #join-page .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .form-horizontal .form-group:after {
    clear: both; }
  #join-page .form-horizontal .form-group:before,
  #join-page .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .form-horizontal .form-group:after {
    clear: both; }
  #join-page .form-horizontal .form-control-static {
    padding-top: 7px; }
  @media (min-width: 768px) {
    #join-page .form-horizontal .control-label {
      text-align: right; } }
  #join-page .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  #join-page .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  #join-page .btn:hover,
  #join-page .btn:focus {
    color: #333333;
    text-decoration: none; }
  #join-page .btn:active,
  #join-page .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  #join-page .btn.disabled,
  #join-page .btn[disabled],
  #join-page fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }
  #join-page .btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc; }
  #join-page .btn-default:hover,
  #join-page .btn-default:focus,
  #join-page .btn-default:active,
  #join-page .btn-default.active,
  #join-page .open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  #join-page .btn-default:active,
  #join-page .btn-default.active,
  #join-page .open .dropdown-toggle.btn-default {
    background-image: none; }
  #join-page .btn-default.disabled,
  #join-page .btn-default[disabled],
  #join-page fieldset[disabled] .btn-default,
  #join-page .btn-default.disabled:hover,
  #join-page .btn-default[disabled]:hover,
  #join-page fieldset[disabled] .btn-default:hover,
  #join-page .btn-default.disabled:focus,
  #join-page .btn-default[disabled]:focus,
  #join-page fieldset[disabled] .btn-default:focus,
  #join-page .btn-default.disabled:active,
  #join-page .btn-default[disabled]:active,
  #join-page fieldset[disabled] .btn-default:active,
  #join-page .btn-default.disabled.active,
  #join-page .btn-default[disabled].active,
  #join-page fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc; }
  #join-page .btn-primary {
    color: #ffffff;
    background-color: #ff007f;
    border-color: #e60072; }
  #join-page .btn-primary:hover,
  #join-page .btn-primary:focus,
  #join-page .btn-primary:active,
  #join-page .btn-primary.active,
  #join-page .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #d6006b;
    border-color: #a80054; }
  #join-page .btn-primary:active,
  #join-page .btn-primary.active,
  #join-page .open .dropdown-toggle.btn-primary {
    background-image: none; }
  #join-page .btn-primary.disabled,
  #join-page .btn-primary[disabled],
  #join-page fieldset[disabled] .btn-primary,
  #join-page .btn-primary.disabled:hover,
  #join-page .btn-primary[disabled]:hover,
  #join-page fieldset[disabled] .btn-primary:hover,
  #join-page .btn-primary.disabled:focus,
  #join-page .btn-primary[disabled]:focus,
  #join-page fieldset[disabled] .btn-primary:focus,
  #join-page .btn-primary.disabled:active,
  #join-page .btn-primary[disabled]:active,
  #join-page fieldset[disabled] .btn-primary:active,
  #join-page .btn-primary.disabled.active,
  #join-page .btn-primary[disabled].active,
  #join-page fieldset[disabled] .btn-primary.active {
    background-color: #ff007f;
    border-color: #e60072; }
  #join-page .btn-info {
    color: #cccccc;
    background-color: #444444;
    border-color: #5e5e5e; }
  #join-page .btn-info:hover,
  #join-page .btn-info:focus,
  #join-page .btn-info:active,
  #join-page .btn-info.active,
  #join-page .open .dropdown-toggle.btn-info {
    color: #cccccc;
    background-color: #303030;
    border-color: #3f3f3f; }
  #join-page .btn-info:active,
  #join-page .btn-info.active,
  #join-page .open .dropdown-toggle.btn-info {
    background-image: none; }
  #join-page .btn-info.disabled,
  #join-page .btn-info[disabled],
  #join-page fieldset[disabled] .btn-info,
  #join-page .btn-info.disabled:hover,
  #join-page .btn-info[disabled]:hover,
  #join-page fieldset[disabled] .btn-info:hover,
  #join-page .btn-info.disabled:focus,
  #join-page .btn-info[disabled]:focus,
  #join-page fieldset[disabled] .btn-info:focus,
  #join-page .btn-info.disabled:active,
  #join-page .btn-info[disabled]:active,
  #join-page fieldset[disabled] .btn-info:active,
  #join-page .btn-info.disabled.active,
  #join-page .btn-info[disabled].active,
  #join-page fieldset[disabled] .btn-info.active {
    background-color: #444444;
    border-color: #5e5e5e; }
  #join-page .btn-link {
    color: #ff007f;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0; }
  #join-page .btn-link,
  #join-page .btn-link:active,
  #join-page .btn-link[disabled],
  #join-page fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  #join-page .btn-link,
  #join-page .btn-link:hover,
  #join-page .btn-link:focus,
  #join-page .btn-link:active {
    border-color: transparent; }
  #join-page .btn-link:hover,
  #join-page .btn-link:focus {
    color: #b30059;
    text-decoration: underline;
    background-color: transparent; }
  #join-page .btn-link[disabled]:hover,
  #join-page fieldset[disabled] .btn-link:hover,
  #join-page .btn-link[disabled]:focus,
  #join-page fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }
  #join-page .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px; }
  #join-page .btn-sm,
  #join-page .btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }
  #join-page .btn-xs {
    padding: 1px 5px; }
  #join-page .btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  #join-page .btn-block + .btn-block {
    margin-top: 5px; }
  #join-page input[type="submit"].btn-block,
  #join-page input[type="reset"].btn-block,
  #join-page input[type="button"].btn-block {
    width: 100%; }
  #join-page .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  #join-page .fade.in {
    opacity: 1; }
  #join-page .collapse {
    display: none; }
  #join-page .collapse.in {
    display: block; }
  #join-page .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease; }
  #join-page .modal-open {
    overflow: hidden; }
  #join-page .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040; }
  #join-page .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  #join-page .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  #join-page .modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050; }
  #join-page .modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none; }
  #join-page .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000; }
  #join-page .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  #join-page .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #join-page .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px; }
  #join-page .modal-header .close {
    margin-top: -2px; }
  #join-page .modal-title {
    margin: 0;
    line-height: 1.428571429; }
  #join-page .modal-body {
    position: relative;
    padding: 20px; }
  #join-page .modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
  #join-page .modal-footer:before,
  #join-page .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .modal-footer:after {
    clear: both; }
  #join-page .modal-footer:before,
  #join-page .modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .modal-footer:after {
    clear: both; }
  #join-page .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  #join-page .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  #join-page .modal-footer .btn-block + .btn-block {
    margin-left: 0; }
  @media screen and (min-width: 768px) {
    #join-page .modal-dialog {
      width: 600px;
      padding-top: 30px;
      padding-bottom: 30px; }
    #join-page .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
  #join-page .clearfix:before,
  #join-page .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #join-page .clearfix:after {
    clear: both; }
  #join-page .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #join-page .pull-right {
    float: right !important; }
  #join-page .pull-left {
    float: left !important; }
  #join-page .hide {
    display: none !important; }
  #join-page .show {
    display: block !important; }
  #join-page .invisible {
    visibility: hidden; }
  #join-page .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  #join-page .hidden {
    display: none !important;
    visibility: hidden !important; }
  #join-page .affix {
    position: fixed; }
@-ms-viewport {
  #join-page {
    width: device-width; } }
  #join-page .visible-xs,
  #join-page tr.visible-xs,
  #join-page th.visible-xs,
  #join-page td.visible-xs {
    display: none !important; }
  @media (max-width: 767px) {
    #join-page .visible-xs {
      display: block !important; }
    #join-page tr.visible-xs {
      display: table-row !important; }
    #join-page th.visible-xs,
    #join-page td.visible-xs {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .visible-xs.visible-sm {
      display: block !important; }
    #join-page tr.visible-xs.visible-sm {
      display: table-row !important; }
    #join-page th.visible-xs.visible-sm,
    #join-page td.visible-xs.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .visible-xs.visible-md {
      display: block !important; }
    #join-page tr.visible-xs.visible-md {
      display: table-row !important; }
    #join-page th.visible-xs.visible-md,
    #join-page td.visible-xs.visible-md {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    #join-page .visible-xs.visible-lg {
      display: block !important; }
    #join-page tr.visible-xs.visible-lg {
      display: table-row !important; }
    #join-page th.visible-xs.visible-lg,
    #join-page td.visible-xs.visible-lg {
      display: table-cell !important; } }
  #join-page .visible-sm,
  #join-page tr.visible-sm,
  #join-page th.visible-sm,
  #join-page td.visible-sm {
    display: none !important; }
  @media (max-width: 767px) {
    #join-page .visible-sm.visible-xs {
      display: block !important; }
    #join-page tr.visible-sm.visible-xs {
      display: table-row !important; }
    #join-page th.visible-sm.visible-xs,
    #join-page td.visible-sm.visible-xs {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .visible-sm {
      display: block !important; }
    #join-page tr.visible-sm {
      display: table-row !important; }
    #join-page th.visible-sm,
    #join-page td.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .visible-sm.visible-md {
      display: block !important; }
    #join-page tr.visible-sm.visible-md {
      display: table-row !important; }
    #join-page th.visible-sm.visible-md,
    #join-page td.visible-sm.visible-md {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    #join-page .visible-sm.visible-lg {
      display: block !important; }
    #join-page tr.visible-sm.visible-lg {
      display: table-row !important; }
    #join-page th.visible-sm.visible-lg,
    #join-page td.visible-sm.visible-lg {
      display: table-cell !important; } }
  #join-page .visible-md,
  #join-page tr.visible-md,
  #join-page th.visible-md,
  #join-page td.visible-md {
    display: none !important; }
  @media (max-width: 767px) {
    #join-page .visible-md.visible-xs {
      display: block !important; }
    #join-page tr.visible-md.visible-xs {
      display: table-row !important; }
    #join-page th.visible-md.visible-xs,
    #join-page td.visible-md.visible-xs {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .visible-md.visible-sm {
      display: block !important; }
    #join-page tr.visible-md.visible-sm {
      display: table-row !important; }
    #join-page th.visible-md.visible-sm,
    #join-page td.visible-md.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .visible-md {
      display: block !important; }
    #join-page tr.visible-md {
      display: table-row !important; }
    #join-page th.visible-md,
    #join-page td.visible-md {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    #join-page .visible-md.visible-lg {
      display: block !important; }
    #join-page tr.visible-md.visible-lg {
      display: table-row !important; }
    #join-page th.visible-md.visible-lg,
    #join-page td.visible-md.visible-lg {
      display: table-cell !important; } }
  #join-page .visible-lg,
  #join-page tr.visible-lg,
  #join-page th.visible-lg,
  #join-page td.visible-lg {
    display: none !important; }
  @media (max-width: 767px) {
    #join-page .visible-lg.visible-xs {
      display: block !important; }
    #join-page tr.visible-lg.visible-xs {
      display: table-row !important; }
    #join-page th.visible-lg.visible-xs,
    #join-page td.visible-lg.visible-xs {
      display: table-cell !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .visible-lg.visible-sm {
      display: block !important; }
    #join-page tr.visible-lg.visible-sm {
      display: table-row !important; }
    #join-page th.visible-lg.visible-sm,
    #join-page td.visible-lg.visible-sm {
      display: table-cell !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .visible-lg.visible-md {
      display: block !important; }
    #join-page tr.visible-lg.visible-md {
      display: table-row !important; }
    #join-page th.visible-lg.visible-md,
    #join-page td.visible-lg.visible-md {
      display: table-cell !important; } }
  @media (min-width: 1200px) {
    #join-page .visible-lg {
      display: block !important; }
    #join-page tr.visible-lg {
      display: table-row !important; }
    #join-page th.visible-lg,
    #join-page td.visible-lg {
      display: table-cell !important; } }
  #join-page .hidden-xs {
    display: block !important; }
  #join-page tr.hidden-xs {
    display: table-row !important; }
  #join-page th.hidden-xs,
  #join-page td.hidden-xs {
    display: table-cell !important; }
  @media (max-width: 767px) {
    #join-page .hidden-xs,
    #join-page tr.hidden-xs,
    #join-page th.hidden-xs,
    #join-page td.hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .hidden-xs.hidden-sm,
    #join-page tr.hidden-xs.hidden-sm,
    #join-page th.hidden-xs.hidden-sm,
    #join-page td.hidden-xs.hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .hidden-xs.hidden-md,
    #join-page tr.hidden-xs.hidden-md,
    #join-page th.hidden-xs.hidden-md,
    #join-page td.hidden-xs.hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    #join-page .hidden-xs.hidden-lg,
    #join-page tr.hidden-xs.hidden-lg,
    #join-page th.hidden-xs.hidden-lg,
    #join-page td.hidden-xs.hidden-lg {
      display: none !important; } }
  #join-page .hidden-sm {
    display: block !important; }
  #join-page tr.hidden-sm {
    display: table-row !important; }
  #join-page th.hidden-sm,
  #join-page td.hidden-sm {
    display: table-cell !important; }
  @media (max-width: 767px) {
    #join-page .hidden-sm.hidden-xs,
    #join-page tr.hidden-sm.hidden-xs,
    #join-page th.hidden-sm.hidden-xs,
    #join-page td.hidden-sm.hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .hidden-sm,
    #join-page tr.hidden-sm,
    #join-page th.hidden-sm,
    #join-page td.hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .hidden-sm.hidden-md,
    #join-page tr.hidden-sm.hidden-md,
    #join-page th.hidden-sm.hidden-md,
    #join-page td.hidden-sm.hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    #join-page .hidden-sm.hidden-lg,
    #join-page tr.hidden-sm.hidden-lg,
    #join-page th.hidden-sm.hidden-lg,
    #join-page td.hidden-sm.hidden-lg {
      display: none !important; } }
  #join-page .hidden-md {
    display: block !important; }
  #join-page tr.hidden-md {
    display: table-row !important; }
  #join-page th.hidden-md,
  #join-page td.hidden-md {
    display: table-cell !important; }
  @media (max-width: 767px) {
    #join-page .hidden-md.hidden-xs,
    #join-page tr.hidden-md.hidden-xs,
    #join-page th.hidden-md.hidden-xs,
    #join-page td.hidden-md.hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .hidden-md.hidden-sm,
    #join-page tr.hidden-md.hidden-sm,
    #join-page th.hidden-md.hidden-sm,
    #join-page td.hidden-md.hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .hidden-md,
    #join-page tr.hidden-md,
    #join-page th.hidden-md,
    #join-page td.hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    #join-page .hidden-md.hidden-lg,
    #join-page tr.hidden-md.hidden-lg,
    #join-page th.hidden-md.hidden-lg,
    #join-page td.hidden-md.hidden-lg {
      display: none !important; } }
  #join-page .hidden-lg {
    display: block !important; }
  #join-page tr.hidden-lg {
    display: table-row !important; }
  #join-page th.hidden-lg,
  #join-page td.hidden-lg {
    display: table-cell !important; }
  @media (max-width: 767px) {
    #join-page .hidden-lg.hidden-xs,
    #join-page tr.hidden-lg.hidden-xs,
    #join-page th.hidden-lg.hidden-xs,
    #join-page td.hidden-lg.hidden-xs {
      display: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #join-page .hidden-lg.hidden-sm,
    #join-page tr.hidden-lg.hidden-sm,
    #join-page th.hidden-lg.hidden-sm,
    #join-page td.hidden-lg.hidden-sm {
      display: none !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #join-page .hidden-lg.hidden-md,
    #join-page tr.hidden-lg.hidden-md,
    #join-page th.hidden-lg.hidden-md,
    #join-page td.hidden-lg.hidden-md {
      display: none !important; } }
  @media (min-width: 1200px) {
    #join-page .hidden-lg,
    #join-page tr.hidden-lg,
    #join-page th.hidden-lg,
    #join-page td.hidden-lg {
      display: none !important; } }
  #join-page .visible-print,
  #join-page tr.visible-print,
  #join-page th.visible-print,
  #join-page td.visible-print {
    display: none !important; }
  @media print {
    #join-page .visible-print {
      display: block !important; }
    #join-page tr.visible-print {
      display: table-row !important; }
    #join-page th.visible-print,
    #join-page td.visible-print {
      display: table-cell !important; }
    #join-page .hidden-print,
    #join-page tr.hidden-print,
    #join-page th.hidden-print,
    #join-page td.hidden-print {
      display: none !important; } }
  #join-page body {
    background: #333333 url(../../img/femjoy/join/bg-texture.png);
    color: #ccc;
    margin: 0; }
  #join-page a,
  #join-page a:link {
    color: #60a2f0; }
  #join-page a:hover,
  #join-page a:active {
    color: #428bca; }
  #join-page a.btn-primary,
  #join-page .btn-primary {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ff007f), to(#cc0066));
    background-image: -webkit-linear-gradient(top, #ff007f 0%, #cc0066 100%);
    background-image: -moz-linear-gradient(top, #ff007f 0%, #cc0066 100%);
    background-image: linear-gradient(to bottom, #ff007f 0%, #cc0066 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff007f', endColorstr='#ffcc0066', GradientType=0);
    border-color: #ff4da5 #b30059 #b30059 #ff4da5;
    color: #fff;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  #join-page .btn-primary:hover {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e60072), to(#b30059));
    background-image: -webkit-linear-gradient(top, #e60072 0%, #b30059 100%);
    background-image: -moz-linear-gradient(top, #e60072 0%, #b30059 100%);
    background-image: linear-gradient(to bottom, #e60072 0%, #b30059 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe60072', endColorstr='#ffb30059', GradientType=0);
    border-color: #ff4da5 #b30059 #b30059 #ff4da5;
    background-position: 0 0; }
  #join-page .btn-primary.btn-proceed {
    clear: both;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 1.75em;
    padding: 8px 16px;
    font-weight: bold;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5); }
  #join-page .btn-primary.btn-proceed:hover {
    margin-left: 5px; }
  #join-page .btn-primary.btn-proceed:after {
    content: '»';
    position: absolute;
    right: 10px;
    font-size: 1.5em;
    top: 4px;
    line-height: 1; }
  #join-page .radio-group .form-group {
    margin: 0;
    padding: 6px 0; }
  #join-page input[type=radio],
  #join-page .radio-label {
    cursor: pointer;
    font-weight: normal; }
  #join-page .active .radio-label {
    color: #ff4da5; }
  #join-page #branding {
    padding: 20px 0 0 0; }
  #join-page #branding .login-trigger {
    font-size: 1.2em; }
  #join-page #masthead {
    position: relative; }
  #join-page h1.primary {
    color: #fff;
    padding: 10px 0 25px 0;
    font-size: 2.25em;
    text-align: center;
    position: relative; }
  #join-page h2.special {
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding-bottom: 10px;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 400; }
  #join-page h2.special:after {
    display: block;
    content: ' ';
    height: 10px;
    width: 100%;
    background: url(../../img/femjoy/join/divider-long.png) no-repeat bottom center;
    position: absolute;
    bottom: -10px; }
  #join-page #masthead h2.special {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 2em; }
  #join-page h3 {
    font-size: 1.17em; }
  #join-page h4 {
    font-size: 1em;
    margin: 18px 0 3px 0; }
  #join-page .steps h3 {
    font-weight: 700;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
    color: #aaa; }
  #join-page .steps h3 b {
    font-weight: 700; }
  #join-page #payment-options {
    list-style: none;
    margin: 0;
    padding: 0; }
  #join-page #payment-options li.payment-option {
    margin: 0 0 8px 0;
    color: #555555;
    border: 2px solid transparent;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#c8c8c8));
    background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c8c8c8 100%);
    background-image: -moz-linear-gradient(top, #e2e2e2 0%, #c8c8c8 100%);
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffc8c8c8', GradientType=0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
    padding: 10px 10px;
    cursor: pointer;
    display: none; }
  #join-page #payment-options li.active {
    background: #fff;
    border-color: #ff007f;
    color: #ff007f; }
  #join-page #payment-options li.payment-option.active .rebilling {
    color: #ff007f; }
  #join-page #payment-options li.payment-option .subtype {
    font-weight: bold;
    text-transform: uppercase; }
  #join-page #payment-options li.payment-option .rebilling {
    display: block;
    font-size: 0.9em;
    color: #6f6f6f;
    line-height: 1; }
  #join-page #payment-options li.active .rebilling {
    color: #eeeeee; }
  #join-page #payment-options li.payment-option .price {
    font-weight: bold;
    font-size: 1.5em;
    padding-right: 15px;
    letter-spacing: -0.05em; }
  #join-page #payment-options li.payment-option .former-price {
    font-size: 1.1em;
    padding-right: 15px;
    letter-spacing: -0.05em;
    text-decoration: line-through;
    text-align: right; }
  #join-page #payment-options li.payment-option .former-price + .price {
    margin-top: -8px; }
  #join-page #payment-options li.popular {
    position: relative; }
  #join-page #payment-options li.popular:after {
    position: absolute;
    content: ' ';
    width: 60px;
    height: 60px;
    background: url(../../img/femjoy/join/sprite-icons.png) no-repeat 0 -272px;
    right: -10px;
    top: -10px; }
  #join-page #signup .form-control {
    height: auto;
    padding: 8px 12px;
    font-size: 1.2em;
    background: #eeeeee;
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.25); }
  #join-page #signup .form-control:focus {
    box-shadow: none;
    background: #fff;
    border-color: #ff007f; }
  #join-page .payment-group .payment-method {
    padding: 6px 10px 6px 30px;
    color: #555555;
    border: 2px solid transparent;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e2e2e2), to(#c8c8c8));
    background-image: -webkit-linear-gradient(top, #e2e2e2 0%, #c8c8c8 100%);
    background-image: -moz-linear-gradient(top, #e2e2e2 0%, #c8c8c8 100%);
    background-image: linear-gradient(to bottom, #e2e2e2 0%, #c8c8c8 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe2e2e2', endColorstr='#ffc8c8c8', GradientType=0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 6px;
    cursor: pointer; }
  #join-page .payment-group .payment-method.active {
    background: #fff;
    border-color: #ff007f;
    color: #ff007f; }
  #join-page .payment-group .payment-method .label {
    font-size: 0.9em; }
  #join-page .payment-group .payment-method b {
    font-weight: 700;
    font-size: 1.1em; }
  #join-page .payment-group .payment-method input[type=radio] {
    float: left;
    margin-left: -20px;
    margin-top: 3px; }
  #join-page .icon-list,
  #join-page .fancy-list {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0; }
  #join-page .fancy-list li {
    padding: 8px 0;
    margin: 0;
    background: url(../../img/femjoy/join/divider-plain.png) no-repeat bottom center; }
  #join-page .fancy-list li:last-child {
    background: none; }
  #join-page .icon-list {
    width: 220px;
    margin: 0 auto; }
  #join-page .icon-list li {
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    line-height: 1.2;
    height: 50px;
    padding: 5px 0 5px 60px;
    position: relative; }
  #join-page .icon-list .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    background: url(../../img/femjoy/join/sprite-icons.png) no-repeat 0 0; }
  #join-page .icon-list .ios {
    background-position: 0 -5px; }
  #join-page .icon-list .formats {
    background-position: 0 -47px; }
  #join-page .icon-list .zip {
    background-position: 0 -95px; }
  #join-page .icon-list .highres {
    background-position: 0 -140px; }
  #join-page .icon-list .downloads {
    background-position: 0 -185px; }
  #join-page .icon-list .hdv {
    background-position: 0 -230px; }
  #join-page .icon-creditcard {
    width: 55px;
    height: 35px;
    background: url(../../img/femjoy/join/sprite-icons.png) no-repeat -5px -342px;
    float: right; }
  #join-page .featured-model-wrap {
    text-align: center;
    padding-right: 0; }
  #join-page img.featured-model {
    width: 100%;
    height: auto;
    max-width: 310px; }
  #join-page #pagewrap .video {
    margin-top: 3em;
    overflow: hidden; }
  #join-page #pagewrap .video iframe {
    display: block;
    background: transparent;
    width: 100%;
    height: auto;
    min-height: 200px; }
  #join-page #pagewrap .video iframe #container img {
    height: auto !important;
    width: 320px !important; }
  #join-page .subscriberinfo {
    margin-bottom: 30px; }
  #join-page .subscriberinfo h4 {
    color: #777;
    margin-bottom: 0.25em;
    text-transform: uppercase; }
  #join-page .subscriberinfo p {
    margin: 0.25em 0 0 0;
    color: #999;
    font-size: 0.85em; }
  #join-page #footer {
    clear: both;
    margin-top: 50px;
    background: #000000 url(../../img/femjoy/join/divider-long.png) no-repeat top center;
    padding: 20px 0 50px 0;
    font-size: 0.85em;
    color: #666; }
  #join-page #footer header.row {
    margin-bottom: 2em; }
  #join-page footer h2 {
    font-size: 2em;
    color: #cccccc;
    font-weight: normal;
    margin: 0; }
  #join-page footer h4 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 1.5em;
    color: #545454; }
  #join-page footer nav {
    display: block;
    position: relative;
    float: none;
    font-size: 100%; }
  #join-page footer nav ul {
    padding-left: 0;
    margin: 0 0 1.5em 0;
    display: block;
    list-style-type: none; }
  #join-page footer nav li {
    margin-left: 0;
    line-height: 200%; }
  #join-page footer nav li a,
  #join-page footer nav li a:link {
    font-size: 110%;
    font-family: Arial, "Helvetica Neue", sans-serif;
    text-decoration: none;
    color: #999;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease; }
  #join-page footer nav li a:visited {
    color: #999999; }
  #join-page footer nav li a:active,
  #join-page footer nav li a:hover {
    color: #cccccc; }
  #join-page footer nav p {
    width: 250px;
    font-size: 110%;
    color: #999;
    margin-bottom: 10px; }
  #join-page footer nav input.highlight {
    padding-left: 17px;
    padding-right: 17px; }
  #join-page footer nav input[type=text] {
    width: 250px; }
  #join-page footer .copy {
    font-size: 100%;
    color: #666;
    font-family: Arial, sans-serif;
    text-align: right; }
  #join-page #footer input[type=text] {
    padding: 5px;
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #555555;
    border: 1px solid #333333;
    background-color: #222222;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  #join-page #footer input[type=text]:focus {
    color: #ccc;
    border: 1px solid #555555; }
  #join-page a.btn-info,
  #join-page .btn-info {
    font-weight: bold;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#444444), to(#323232));
    background-image: -webkit-linear-gradient(top, #444444 0%, #323232 100%);
    background-image: -moz-linear-gradient(top, #444444 0%, #323232 100%);
    background-image: linear-gradient(to bottom, #444444 0%, #323232 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff323232', GradientType=0);
    border-color: #5e5e5e #111 #111 #2b2b2b;
    color: #ccc; }
  #join-page a.btn-info:hover,
  #join-page .btn-info:hover {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
    background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
    background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
    border-color: #5e5e5e #111 #111 #2b2b2b;
    color: #fff; }
  #join-page #modal-container .close {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    line-height: 12px;
    text-decoration: none; }
  #join-page .modal-body {
    position: relative;
    padding: 9px 10px 10px 10px;
    border-top: 1px solid #ff33ad;
    background-image: -moz-linear-gradient(top, #ff0099 0, #cc007a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0099), color-stop(100%, #cc007a));
    background-image: -webkit-linear-gradient(top, #ff0099 0, #cc007a 100%);
    background-image: -o-linear-gradient(top, #ff0099 0, #cc007a 100%);
    background-image: -ms-linear-gradient(top, #ff0099 0, #cc007a 100%);
    background-image: linear-gradient(top, #ff0099 0, #cc007a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0099', endColorstr='#cc007a', GradientType=0);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.65); }
  #join-page .login-wrapper {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    background-color: #151515; }
  #join-page .login {
    font-family: Arial, "Helvetica Neue", sans-serif;
    background-color: #151515; }
  #join-page .login .logo {
    padding-top: 25px; }
  #join-page .login form .success,
  #join-page .login form .error {
    margin: 10px; }
  #join-page .login label {
    text-align: left; }
  #join-page .login .credentials {
    font-family: Arial, "Helvetica Neue", sans-serif;
    width: 205px;
    font-weight: bold;
    background-color: #999;
    padding: 6px 10px;
    border: 2px solid #151515;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #000; }
  #join-page .login .credentials:focus {
    border: 2px solid #f09;
    color: #000;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #cc007a;
    -moz-box-shadow: 0 0 5px 0 #cc007a;
    box-shadow: 0 0 5px 0 #cc007a; }
  #join-page .login ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #join-page .login ul h4 {
    margin-bottom: 0; }
  #join-page .login ul li {
    margin: 0 0 14px 0; }
  #join-page .login-extended .credentials {
    width: 280px; }
  #join-page .recaptcha input {
    background-color: #fff;
    color: #333333; }
  #join-page .recaptcha input:focus {
    color: #000000; }
  #join-page .recaptcha table {
    background: #ffffff; }
  #join-page .span-3 hr {
    color: #ddd;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 0 17px;
    border: 0;
    border: none;
    display: block;
    height: 10px;
    margin-bottom: 10px;
    background: url(../../img/femjoy/join/divider-medium.png) no-repeat center center; }
  #join-page .login-wrapper .close {
    background: none;
    color: #ccc;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    margin: 0; }
  #join-page .login-wrapper button.btn {
    padding: 3px 10px;
    font-weight: bold; }
  @media (min-width: 768px) {
    #join-page .featured-model-wrap {
      text-align: right; }
    #join-page img.featured-model {
      margin-right: 0; }
    #join-page #pagewrap .video {
      padding: 0; }
    #join-page #pagewrap .video iframe {
      width: 750px;
      height: 400px; } }
  @media (min-width: 992px) {
    #join-page #pagewrap .video iframe {
      width: 970px;
      height: 463px; } }
  @media (min-width: 1200px) {
    #join-page #pagewrap .video iframe {
      width: 970px;
      height: 463px; } }

/* Admin addons */
.set .addon {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px; }
  .set .addon button {
    margin: 1px 0 1px 0;
    float: right; }
.set:hover .addon {
  display: block; }

/* File Upload */
.qq-uploader {
  position: relative;
  width: 100%; }

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #FF9797;
  text-align: center; }

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px; }

.qq-upload-drop-area-active {
  background: #FF7171; }

.qq-upload-list {
  margin: 15px 35px;
  padding: 0;
  list-style: disc; }

.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px; }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px; }

.qq-upload-spinner {
  display: inline-block;
  background: url("../../img/femjoy/ajax-loader.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px; }

.qq-upload-failed-text {
  display: none; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

/* Dashboard */
#main .dashboard {
  font-family: Arial, "Helvetica Neue", sans-serif; }
  #main .dashboard h2, #main .dashboard h3, #main .dashboard h4, #main .dashboard h5, #main .dashboard h6 {
    font-family: Arial, "Helvetica Neue", sans-serif; }
  #main .dashboard h2 {
    margin-bottom: 0; }
  #main .dashboard h5 {
    color: #666;
    margin-bottom: 4px; }
  #main .dashboard h6 {
    padding: 7px 0 7px 2px; }
  #main .dashboard nav ul {
    margin: 0 0 14px 0;
    padding: 0; }
    #main .dashboard nav ul li {
      text-align: left;
      margin: 0 0 1px 0;
      padding: 0;
      list-style-type: none; }
      #main .dashboard nav ul li a {
        font-size: 14px;
        display: block;
        width: auto;
        padding: 4px 7px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
        #main .dashboard nav ul li a:hover {
          background-color: #1e1e1e; }
  #main .dashboard .omni {
    margin-bottom: 14px; }
    #main .dashboard .omni input.message {
      width: 532px;
      border-right: none;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
      padding: 9px 4px;
      margin: 6px 0;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      #main .dashboard .omni input.message:focus {
        border-right: 1px solid;
        height: 80px;
        width: 632px; }
    #main .dashboard .omni input.button, #main .dashboard .omni input.select, #main .dashboard .omni input.qq-upload-button {
      float: right;
      border-left: none;
      width: 101px;
      padding: 6px 0;
      -moz-border-radius-topleft: 0;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-radius: 0 0 0 0;
      border-radius: 0 0 0 0;
      -webkit-box-shadow:  0 0 0 0 #000;
      -moz-box-shadow:  0 0 0 0 #000;
      box-shadow:  0 0 0 0 #000; }
  #main .dashboard .no-profile-image {
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: opacity 250ms ease;
    -moz-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease; }
    #main .dashboard .no-profile-image:hover {
      -moz-opacity: 1;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #main .dashboard .timeline {
    color: #ccc; }
    #main .dashboard .timeline h2 {
      color: #ccc; }
    #main .dashboard .timeline h3 {
      display: block;
      position: relative;
      padding: 4px 8px;
      font-size: 14px;
      font-weight: normal;
      background-image: -moz-linear-gradient(top, #333 0%, #2a2a2a 100%);
      /* FF3.6+ */
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #2a2a2a));
      /* Chrome,Safari4+ */
      background-image: -webkit-linear-gradient(top, #333 0%, #2a2a2a 100%);
      /* Chrome10+,Safari5.1+ */
      background-image: -o-linear-gradient(top, #333 0%, #2a2a2a 100%);
      /* Opera 11.10+ */
      background-image: -ms-linear-gradient(top, #333 0%, #2a2a2a 100%);
      /* IE10+ */
      background-image: linear-gradient(top, #333 0%, #2a2a2a 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#2a2a2a',GradientType=0 );
      /* IE6-9 */
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      -webkit-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.8);
      -moz-box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.8);
      box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.8); }
      #main .dashboard .timeline h3 .close {
        display: block;
        position: absolute;
        cursor: pointer;
        top: 50%;
        right: 10px;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        background: url("../../img/femjoy/close.png") no-repeat 0 0;
        -moz-opacity: 0.5;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transition: opacity 250ms ease;
        -moz-transition: opacity 250ms ease;
        -o-transition: opacity 250ms ease;
        transition: opacity 250ms ease; }
        #main .dashboard .timeline h3 .close:hover {
          -moz-opacity: 1;
          opacity: 1;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    #main .dashboard .timeline .user {
      diplay: block;
      clear: both;
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 7px; }
      #main .dashboard .timeline .user a {
        text-decoration: none;
        color: #ff0099; }
        #main .dashboard .timeline .user a:hover {
          text-decoration: underline; }
    #main .dashboard .timeline .profile-image {
      display: block;
      position: relative;
      margin: 0 4px 0 4px;
      -moz-opacity: 0.8;
      opacity: 0.8;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-transition: opacity 250ms ease;
      -moz-transition: opacity 250ms ease;
      -o-transition: opacity 250ms ease;
      transition: opacity 250ms ease; }
      #main .dashboard .timeline .profile-image:hover {
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    #main .dashboard .timeline .post {
      border-bottom: 1px solid #333;
      padding: 0 0 14px 0;
      margin: 0 0 14px 0; }
      #main .dashboard .timeline .post h4 {
        font-size: 14px;
        font-weight: bold;
        color: #ccc; }
      #main .dashboard .timeline .post p {
        font-size: 12px;
        margin-bottom: 7px; }
      #main .dashboard .timeline .post img {
        display: block;
        float: left;
        position: relative;
        overflow: hidden; }
      #main .dashboard .timeline .post blockquote img {
        display: block;
        overflow: hidden;
        margin: 0 14px 14px 0;
        float: left; }

/* Modal */
#modal-container {
  display: block;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease; }
  #modal-container .modal {
    display: inline-block;
    position: relative;
    text-align: left; }
  #modal-container .modal-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background: url("../../img/femjoy/ajax-loader-big.gif") no-repeat 0, 0; }
  #modal-container.loading .loader {
    display: block; }
  #modal-container .close {
    display: block;
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 18px;
    line-height: 12px;
    text-decoration: none; }

.login-wrapper {
  position: relative;
  margin-top: 100px;
  padding: 9px 10px 10px 10px;
  border-top: 1px solid #ff33ad;
  background-image: -moz-linear-gradient(top, #FF0099 0%, #cc007a 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF0099), color-stop(100%, #cc007a));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #FF0099 0%, #cc007a 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #FF0099 0%, #cc007a 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #FF0099 0%, #cc007a 100%);
  /* IE10+ */
  background-image: linear-gradient(top, #FF0099 0%, #cc007a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0099', endColorstr='#cc007a',GradientType=0 );
  /* IE6-9 */
  -webkit-box-shadow:  0 1px 5px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow:  0 1px 5px 0 rgba(0, 0, 0, 0.65);
  box-shadow:  0 1px 5px 0 rgba(0, 0, 0, 0.65); }

/* Login */
.login-wrapper {
  text-align: center; }

.login {
  font-family: Arial, "Helvetica Neue", sans-serif;
  background-color: #151515; }
  .login .logo {
    margin-top: 25px; }
  .login form .success, .login form .error {
    margin: 10px; }
  .login label {
    text-align: left; }
  .login .credentials {
    font-family: Arial, "Helvetica Neue", sans-serif;
    width: 205px;
    color: #000;
    font-weight: bold;
    background-color: #999;
    padding: 6px 10px;
    border: 2px solid #151515;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    .login .credentials:focus {
      border: 2px solid #FF0099;
      color: #000;
      background-color: #fff;
      -webkit-box-shadow:  0 0 5px 0 #cc007a;
      -moz-box-shadow:  0 0 5px 0 #cc007a;
      box-shadow:  0 0 5px 0 #cc007a; }
  .login ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .login ul h4 {
      margin-bottom: 0; }
    .login ul li {
      margin: 0 0 14px 0; }

.login-extended .credentials {
  width: 280px; }

.recaptcha input {
  background-color: #fff;
  color: #333; }
  .recaptcha input:focus {
    color: #000; }
.recaptcha table {
  background: #fff; }

/* Gallery */
.gallery {
  width: 865px;
  background-color: #151515;
  float: none;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65);
  box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65); }
  .gallery .gallery-container {
    width: 100%;
    margin: 20px 20px 15px 20px; }
  .gallery h1, .gallery h2, .gallery h3 {
    font-family: Arial, "Helvetica Neue", sans-serif;
    text-align: center; }
  .gallery h1.big_text {
    height: 50px;
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 0px; }
  .gallery h4 {
    margin-bottom: 5px;
    font-size: 22px; }
  .gallery header {
    clear: both; }
    .gallery header p {
      margin-top: 7px;
      margin-bottom: 14px; }
  .gallery .span-2 {
    width: 314px; }
  .gallery .span-4 {
    width: 510px; }
  .gallery .span-6 {
    width: 865px; }
  .gallery .cover, .gallery .fhg_info {
    margin-bottom: 14px; }
  .gallery .no_margin {
    margin: 0px; }
  .gallery .thumbs {
    width: 515px;
    display: block;
    position: relative;
    clear: both;
    margin: auto;
    height: 100%;
    overflow: hidden; }
    .gallery .thumbs .thumbnail {
      display: block;
      position: relative;
      border: 1px solid #fff;
      float: left;
      margin: 0 7px 14px 7px; }
      .gallery .thumbs .thumbnail img {
        display: block;
        overflow: hidden; }
  .gallery .align_left h3 {
    text-align: left; }
  .gallery .fhg_video {
    width: 830px;
    margin-bottom: 10px; }
  .gallery .button.join, .gallery .join.select, .gallery .join.qq-upload-button {
    padding: 5px 27px;
    font-size: 18px;
    margin-bottom: 17px;
    margin-top: 0px; }

.hosted_joymii_text {
  width: 865px;
  margin: 0 53px 0 52px;
  overflow: hidden; }

/* Models */
.model-setcard {
  display: block;
  position: relative;
  margin-bottom: 14px;
  clear: both;
  background: url("../../img/femjoy/bg-bio-pattern.png");
  background-color: #2a2a2a;
  border: 1px solid #414141;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.8); }
  .model-setcard .portrait {
    display: block;
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    float: left; }
  .model-setcard h2 {
    display: block;
    float: left;
    padding: 14px 20px;
    margin: 0;
    color: #fff;
    font-family: Arial, "Helvetica Neue", sans-serif; }
    .model-setcard h2 small {
      font-size: 50%;
      color: #666; }
  .model-setcard .bio, .model-setcard .voting {
    display: block;
    float: left;
    padding: 0 20px; }
    .model-setcard .bio table, .model-setcard .voting table {
      margin-bottom: 0;
      width: 600px; }
      .model-setcard .bio table tr td, .model-setcard .voting table tr td {
        background: none;
        text-align: center;
        padding: 4px 24px; }
        .model-setcard .bio table tr td:first-child, .model-setcard .voting table tr td:first-child {
          padding-left: 0; }
        .model-setcard .bio table tr td:last-child, .model-setcard .voting table tr td:last-child {
          padding-right: 0; }
      .model-setcard .bio table tr:nth-child(2), .model-setcard .voting table tr:nth-child(2) {
        background: url("../../img/femjoy/hr-bio.png") no-repeat 0 100%; }
        .model-setcard .bio table tr:nth-child(2) td, .model-setcard .voting table tr:nth-child(2) td {
          padding-bottom: 8px; }
      .model-setcard .bio table tr:nth-child(odd), .model-setcard .voting table tr:nth-child(odd) {
        color: #666;
        font-family: Arial, "Helvetica Neue", sans-serif; }
      .model-setcard .bio table tr:nth-child(even), .model-setcard .voting table tr:nth-child(even) {
        color: #fff;
        font-family: Arial, "Helvetica Neue", sans-serif; }
      .model-setcard .bio table tr:nth-child(3) td hr, .model-setcard .voting table tr:nth-child(3) td hr {
        margin: 0;
        height: 1px; }
  .model-setcard .voting {
    padding-right: 0; }
    .model-setcard .voting table {
      width: 150px; }
      .model-setcard .voting table tr:nth-child(2) {
        background: url("../../img/femjoy/hr-voting.png") no-repeat 0 100%; }
    .model-setcard .voting .stars {
      margin-top: 0 !important;
      height: 18px; }

/* Gallery */
#gallery {
  margin-top: 14px;
  padding: 14px 0 14px 0;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.65);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.65); }
  #gallery header {
    text-align: center;
    padding: 0 20px 20px 20px; }
    #gallery header h2, #gallery header h3 {
      margin: 0;
      font-weight: normal;
      text-align: center; }
    #gallery header h3 {
      font-size: 14px;
      font-family: Arial, "Helvetica Neue", sans-serif; }
    #gallery header hr {
      margin: 14px 0 0 0;
      background-position: 50% 0; }
    #gallery header .add-to-album {
      position: absolute;
      right: 0px; }
  #gallery footer {
    display: block;
    margin: auto;
    background: none;
    padding: 0;
    margin: 0 0 14px 0;
    text-align: center;
    font-family: Arial, "Helvetica Neue", sans-serif; }
  #gallery .gallery-container {
    padding: 10px 40px 20px 40px;
    background-color: #151515;
    -webkit-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65);
    -moz-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65);
    box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.65); }
    #gallery .gallery-container nav {
      text-align: center; }
      #gallery .gallery-container nav a {
        display: inline-block;
        padding: 10px 10px;
        font-size: 150%;
        text-decoration: none;
        color: #999; }
        #gallery .gallery-container nav a.active {
          color: #ccc; }
        #gallery .gallery-container nav a:visted {
          color: #999; }
        #gallery .gallery-container nav a:hover {
          color: #fff; }
    #gallery .gallery-container .show-all {
      font-family: Arial, "Helvetica Neue", sans-serif; }
  #gallery table tr td {
    text-align: center;
    padding: 0; }
    #gallery table tr td img {
      border: 1px solid #666;
      -webkit-transition: border-color 250ms ease;
      -moz-transition: border-color 250ms ease;
      -o-transition: border-color 250ms ease;
      transition: border-color 250ms ease; }
      #gallery table tr td img:hover {
        border-color: #fff; }
  #gallery table tbody tr:nth-child(2n) td, #gallery table tbody tr.even td {
    background: none; }
  #gallery .set-details-container {
    text-align: center; }
  #gallery .set-details {
    text-align: left;
    float: none;
    margin: auto; }
    #gallery .set-details .comments .comment .thumb {
      background-color: #1e1e1e;
      float: left;
      display: block;
      border: 1px solid #333;
      width: 160px;
      margin: 0 14px 14px 0;
      text-align: center; }
      #gallery .set-details .comments .comment .thumb img {
        display: block;
        margin: 5px auto; }
  #gallery .downloads {
    font-family: Arial, "Helvetica Neue", sans-serif; }
    #gallery .downloads .button, #gallery .downloads .select, #gallery .downloads .qq-upload-button {
      width: 150px;
      margin: 6px 14px; }
  #gallery .gallery-thumb {
    display: block;
    position: relative; }
    #gallery .gallery-thumb img {
      display: inline-block;
      overflow: hidden; }
    #gallery .gallery-thumb .imagemap {
      display: block;
      position: absolute;
      top: 1px;
      left: 1px;
      width: 150px;
      height: 150px;
      z-index: 100; }
      #gallery .gallery-thumb .imagemap .large, #gallery .gallery-thumb .imagemap .medium, #gallery .gallery-thumb .imagemap .small {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 33%;
        color: #000;
        vertical-align: middle;
        background-color: #fff;
        font-family: Arial, "Helvetica Neue", sans-serif;
        -moz-opacity: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 250ms ease;
        -moz-transition: opacity 250ms ease;
        -o-transition: opacity 250ms ease;
        transition: opacity 250ms ease; }
        #gallery .gallery-thumb .imagemap .large:hover, #gallery .gallery-thumb .imagemap .medium:hover, #gallery .gallery-thumb .imagemap .small:hover {
          -moz-opacity: 0.65;
          opacity: 0.65;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
      #gallery .gallery-thumb .imagemap .large {
        top: 0; }
      #gallery .gallery-thumb .imagemap .medium {
        top: 33%;
        height: 34%; }
      #gallery .gallery-thumb .imagemap .small {
        top: 67%; }

/* FAQ */
.faq h4 {
  color: #ccc; }
.faq h5 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 4px; }
.faq p, .faq ol, .faq ul {
  padding-left: 25px;
  padding-right: 100px; }
.faq ol li, .faq ul li {
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding-bottom: 10px; }

/* Slideshow */
.slideshow {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%; }

/* Ad */
.ad {
  display: block;
  margin-bottom: 14px; }
  .ad img {
    display: block; }

#ad-sidebar {
  display: block;
  top: 0;
  right: 0;
  position: fixed;
  min-width: 328px;
  height: 100%;
  background-color: #000; }
  #ad-sidebar .container {
    margin-left: 14px;
    margin-top: 84px;
    width: 314px; }

body.sidebar header, body.sidebar #main, body.sidebar footer {
  left: -157px; }

.ad-fhg-bottom {
  display: block;
  text-align: center;
  margin: 1.5em 0 0 0; }
  .ad-fhg-bottom iframe {
    margin: auto; }

/* Features */
.features .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  margin-top: -4px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.85);
  -moz-box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.85);
  box-shadow:  0 0 2px 0 rgba(0, 0, 0, 0.85); }
  .features .icon.icon-eyes-open {
    background-image: url("../../img/femjoy/glyphicons_051_eye_open.png"); }
  .features .icon.icon-stopwatch {
    background-image: url("../../img/femjoy/glyphicons_055_stopwatch.png"); }
  .features .icon.icon-lock {
    background-image: url("../../img/femjoy/glyphicons_203_lock.png"); }
  .features .icon.icon-vector-path-circle {
    background-image: url("../../img/femjoy/glyphicons_095_vector_path_circle.png"); }
  .features .icon.icon-notes {
    background-image: url("../../img/femjoy/glyphicons_039_notes.png"); }
.features li {
  font-size: 120%;
  line-height: 180%;
  color: #ccc; }
.features h2 {
  color: #fff; }
.features h4 {
  color: #fff;
  font-size: 130%;
  margin: 8px 0 0 0; }
.features p strong {
  color: #ccc; }

/* Banderole */
.banderole {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: -1px;
  left: -1px;
  background-repeat: no-repeat; }
  .banderole.banderole-br {
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px; }
  .banderole.banderole-new {
    background-image: url("../../img/femjoy/banderole-new.png"); }
  .banderole.banderole-new-model {
    background-image: url("../../img/femjoy/banderole-new-model.png"); }
  .banderole.banderole-new-artist {
    background-image: url("../../img/femjoy/banderole-new-artist.png"); }
  .banderole.banderole-today {
    background-image: url("../../img/femjoy/banderole-today.png"); }

/* Credits */
.credits {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease; }
  .credits p {
    font-size: 100%;
    margin-bottom: 0; }

.cover:hover .credits {
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* Members */
.upgrades p {
  margin-bottom: 0.5em; }
.upgrades input[type=submit] {
  border: none; }
.upgrades .subscriptionUpgrade input[type=submit] {
  background: transparent url("../../img/femjoy/ad/femjoy_year_upgrade_300x160.jpg") center center no-repeat;
  height: 160px;
  /* height of the background image */
  width: 314px;
  /* width of the background image */ }
.upgrades .subscriptionUpgrade h3 {
  color: #FFF;
  font-weight: bold; }
.upgrades .crossSell .monthly {
  background: transparent url("../../img/femjoy/ad/joymii_monthlyupgrade_300x75.jpg") center center no-repeat;
  height: 75px;
  /* height of the background image */
  width: 314px;
  /* width of the background image */ }
.upgrades .crossSell .yearly {
  background: transparent url("../../img/femjoy/ad/joymii_yearlyupgrade_300x75_2.jpg") center center no-repeat;
  height: 75px;
  /* height of the background image */
  width: 314px;
  /* width of the background image */ }
.upgrades .crossSell h3 {
  color: #FFF;
  font-weight: bold; }

/* Deals */
#deals {
  padding-left: 0; }
  #deals.prepend-top {
    margin-top: 4.5em; }
  #deals .deal {
    list-style-type: none; }
    #deals .deal.append-bottom {
      margin-bottom: 2.5em; }
    #deals .deal .thumb {
      float: left; }
    #deals .deal .text {
      overflow: hidden; }
      #deals .deal .text .description {
        float: none;
        display: inline-block; }
      #deals .deal .text .link {
        font-size: 1.5em; }

/* Cams */
#cams {
  padding-left: 0; }
  #cams.prepend-top {
    margin-top: 4.5em; }
  #cams .cam {
    list-style-type: none; }
    #cams .cam.append-bottom {
      margin-bottom: 2.5em; }
    #cams .cam .thumb {
      float: left; }
    #cams .cam .text {
      overflow: hidden; }
      #cams .cam .text .description {
        float: none;
        display: inline-block; }
      #cams .cam .text .link {
        font-size: 1.5em; }

/*# sourceMappingURL=main.css.map */
