@charset "UTF-8";
@font-face {
  font-family: 'Aller';
  src: url("../../css/font/Aller_Rg.eot}");
  src: url("../../css/font/Aller_Rg.eot?#iefix") format("embedded-opentype"), url("../../css/font/Aller_Rg.woff2") format("woff2"), url("../../css/font/Aller_Rg.woff") format("woff"), url("../../css/font/Aller_Rg.ttf") format("truetype"), url("../../css/font/Aller_Rg.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Aller_Light';
  src: url("../../css/font/Aller_Light.eot");
  src: url("../../css/font/Aller_Light.eot?#iefix") format("embedded-opentype"), url("../../css/font/Aller_Light.woff2") format("woff2"), url("../../css/font/Aller_Light.woff") format("woff"), url("../../css/font/Aller_Light.ttf") format("truetype"), url("../../css/font/Aller_Light.svg#aller_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

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

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

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

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

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.messenger-sprite {
  background-image: url('/images/rwd/messenger-s6bb4be6382.png');
  background-repeat: no-repeat; }

.badges-sprite {
  background-image: url('/images/rwd/badges-sc9224a8cab.png');
  background-repeat: no-repeat; }

.messenger-sprite {
  background-image: url('/images/rwd/messenger-s6bb4be6382.png');
  background-repeat: no-repeat; }

.badges-sprite {
  background-image: url('/images/rwd/badges-sc9224a8cab.png');
  background-repeat: no-repeat; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  nav ul a {
    display: block;
    text-decoration: none; }

.logos {
  display: inline-block; }

.logos-sprite, .logos-m-dark, .logos-s {
  background-image: url('/images/rwd/logos-s0367a275f1.png');
  background-repeat: no-repeat; }

.logos-m-dark {
  background-position: 0 0;
  height: 30px;
  width: 100px; }

.logos-s {
  background-position: 0 -30px;
  height: 56px;
  width: 56px; }

/*
 * Wrapper
 *
 * The wrapper is used to position site content when the sidebar is toggled. We
 * use an outter wrap to position the sidebar without interferring with the
 * regular page content.
 */
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  background: white; }

/*
 * Sidebar
 *
 * The sidebar is the drawer, the item we are toggling with our handy hamburger
 * button in the corner of the page.
 *
 * This particular sidebar implementation was inspired by Chris Coyier's
 * "Offcanvas Menu with CSS Target" article, and the checkbox variation from the
 * comments by a reader. It modifies both implementations to continue using the
 * checkbox (no change in URL means no polluted browser history), but this uses
 * `position` for the menu to avoid some potential content reflow issues.
 *
 * Source: http://css-tricks.com/off-canvas-menu-with-css-target/#comment-207504
 */
/* Style and "hide" the sidebar */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -16rem;
  width: 16rem;
  visibility: hidden;
  overflow-y: auto;
  font-family: 'Aller';
  font-size: 15px;
  color: #4885a9;
  background-color: white;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .sidebar a {
    font-weight: normal;
    color: #4885a9;
    text-decoration: none; }

/* Sidebar content */
.sidebar-item {
  padding: 1rem; }

/* Sidebar nav */
.sidebar-nav-item {
  display: block;
  padding: .5rem 1rem;
  border-bottom: 1px solid #ccc; }
  .sidebar-nav-item.active, .sidebar-nav-item:hover, .sidebar-nav-item:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent; }

/* Hide the sidebar checkbox that we toggle with `.sidebar-toggle` */
.sidebar-checkbox {
  display: none; }

/* Style the `label` that we use to target the `.sidebar-checkbox` */
.sidebar-toggle {
  /*position: absolute;*/
  display: block;
  width: 100%;
  height: 56px;
  color: white;
  background-color: #333;
  cursor: pointer; }
  .sidebar-toggle h1 {
    margin: 0; }
  .sidebar-toggle span.avatar {
    line-height: 56px;
    height: 56px;
    vertical-align: top;
    display: inline-block;
    float: right; }
    .sidebar-toggle span.avatar a {
      display: inline-block; }
      .sidebar-toggle span.avatar a img {
        height: 56px; }
  .sidebar-toggle #profile-loggedout-cta {
    float: right;
    margin: 18px 38px 0 0; }
    .sidebar-toggle #profile-loggedout-cta a {
      background-color: #e42e76;
      border-radius: 4px;
      color: #fff;
      margin-left: 10px;
      padding: 7px;
      text-decoration: none; }

/* Slide effect
 *
 * Handle the sliding effects of the sidebar and content in one spot, seperate
 * from the default styles.
 *
 * As an a heads up, we don't use `transform: translate3d()` here because when
 * mixed with `position: fixed;` for the sidebar toggle, it creates a new
 * containing block. Put simply, the fixed sidebar toggle behaves like
 * `position: absolute;` when transformed.
 *
 * Read more about it at http://meyerweb.com/eric/thoughts/2011/09/12/.
 */
.wrap,
.sidebar,
.sidebar-toggle {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.wrap,
.sidebar-toggle {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

#sidebar-checkbox:checked + .sidebar {
  z-index: 10;
  visibility: visible; }

#sidebar-checkbox:checked ~ .sidebar,
#sidebar-checkbox:checked ~ .wrap,
#sidebar-checkbox:checked ~ .sidebar-toggle {
  -webkit-transform: translateX(16rem);
  -ms-transform: translateX(16rem);
  transform: translateX(16rem); }

.footer {
  clear: both;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
  line-height: 32px;
  line-height: 2rem;
  color: #c0c0c0;
  background-color: #333; }
  .footer .h3-title {
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: normal; }
  .footer a {
    color: inherit; }
    .footer a:visited {
      color: inherit; }
    .footer a:focus, .footer a:hover {
      text-decoration: underline;
      color: #fe7eb2; }
    .footer a:active {
      color: #aecbdc; }
  .footer .share {
    margin-top: 80px;
    margin-top: 5rem;
    text-transform: capitalize; }
    .footer .share a:focus, .footer .share a:hover {
      text-decoration: none; }

.legal {
  text-align: right;
  font-size: 17.6px;
  font-size: 1.1rem; }
  .legal .logos {
    float: left; }

.ad {
  float: left;
  width: 100%;
  margin: 10px 0;
  text-align: center; }
  .ad iframe {
    height: 50px; }

.ui-distribute {
  text-align: justify;
  line-height: 0 !important; }
  .ui-distribute:after {
    display: inline-block;
    width: 100%;
    content: " "; }
  .ui-distribute > * {
    display: inline-block;
    line-height: 1.5; }
  .ui-distribute-middle > * {
    vertical-align: middle; }

.row {
  padding-top: 8px;
  padding-top: 0.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  list-style: none outside none; }
  .row-box {
    margin: 16px 0px;
    margin: 1rem 0rem; }
  .row-box-2 {
    margin: 32px 0px;
    margin: 2rem 0rem; }
  .row-box-padding {
    padding: 16px;
    padding: 1rem; }
  .row-box-padding-h {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem; }
  .row-box-padding-v {
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem; }
  .row-line {
    border-top: 1px solid #ccc; }
  .row-first {
    padding-top: 0;
    border-top: 0;
    margin-top: 0; }

.gutter-l {
  margin-left: 2.85714%; }

.gutter-r {
  margin-right: 2.85714%; }

.col-auto, .col-1,
.col-m-1,
.col-l-1, .col-2,
.col-m-2,
.col-l-2, .col-3,
.col-m-3,
.col-l-3, .col-4,
.col-m-4,
.col-l-4, .col-5,
.col-m-5,
.col-l-5, .col-6,
.col-m-6,
.col-l-6, .col-7,
.col-m-7,
.col-l-7, .col-8,
.col-m-8,
.col-l-8, .col-9,
.col-m-9,
.col-l-9, .col-10,
.col-m-10,
.col-l-10, .col-11,
.col-m-11,
.col-l-11, .col-12,
.col-m-12,
.col-l-12 {
  display: inline-block;
  vertical-align: baseline; }

.col-1 {
  width: 5.71429%;
  margin-right: 2.85714%; }

.col-2 {
  width: 14.28571%;
  margin-right: 2.85714%; }

.col-3 {
  width: 22.85714%;
  margin-right: 2.85714%; }

.col-4 {
  width: 31.42857%;
  margin-right: 2.85714%; }

.col-5 {
  width: 40%;
  margin-right: 2.85714%; }

.col-6 {
  width: 48.57143%;
  margin-right: 2.85714%; }

.col-7 {
  width: 57.14286%;
  margin-right: 2.85714%; }

.col-8 {
  width: 65.71429%;
  margin-right: 2.85714%; }

.col-9 {
  width: 74.28571%;
  margin-right: 2.85714%; }

.col-10 {
  width: 82.85714%;
  margin-right: 2.85714%; }

.col-11 {
  width: 91.42857%;
  margin-right: 2.85714%; }

.col-12 {
  width: 100%;
  margin-right: 2.85714%; }

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

@media (max-width: 23em) {
  .col-s-m-1 {
    width: 5.71429%; }

  .gutter-l.col-s-m-1,
  .gutter-r.col-s-m-1 {
    width: 2.85714%; }

  .col-s-m-2 {
    width: 14.28571%; }

  .gutter-l.col-s-m-2,
  .gutter-r.col-s-m-2 {
    width: 11.42857%; }

  .col-s-m-3 {
    width: 22.85714%; }

  .gutter-l.col-s-m-3,
  .gutter-r.col-s-m-3 {
    width: 20%; }

  .col-s-m-4 {
    width: 31.42857%; }

  .gutter-l.col-s-m-4,
  .gutter-r.col-s-m-4 {
    width: 28.57143%; }

  .col-s-m-5 {
    width: 40%; }

  .gutter-l.col-s-m-5,
  .gutter-r.col-s-m-5 {
    width: 37.14286%; }

  .col-s-m-6 {
    width: 48.57143%; }

  .gutter-l.col-s-m-6,
  .gutter-r.col-s-m-6 {
    width: 45.71429%; }

  .col-s-m-7 {
    width: 57.14286%; }

  .gutter-l.col-s-m-7,
  .gutter-r.col-s-m-7 {
    width: 54.28571%; }

  .col-s-m-8 {
    width: 65.71429%; }

  .gutter-l.col-s-m-8,
  .gutter-r.col-s-m-8 {
    width: 62.85714%; }

  .col-s-m-9 {
    width: 74.28571%; }

  .gutter-l.col-s-m-9,
  .gutter-r.col-s-m-9 {
    width: 71.42857%; }

  .col-s-m-10 {
    width: 82.85714%; }

  .gutter-l.col-s-m-10,
  .gutter-r.col-s-m-10 {
    width: 80%; }

  .col-s-m-11 {
    width: 91.42857%; }

  .gutter-l.col-s-m-11,
  .gutter-r.col-s-m-11 {
    width: 88.57143%; }

  .col-s-m-12 {
    width: 100%; }

  .gutter-l.col-s-m-12,
  .gutter-r.col-s-m-12 {
    width: 97.14286%; }

  .col-s-m-last {
    margin-right: 0; } }
@media (max-width: 55em) {
  .col-s-l-1 {
    width: 5.71429%; }

  .gutter-l.col-s-l-1,
  .gutter-r.col-s-l-1 {
    width: 2.85714%; }

  .col-s-l-2 {
    width: 14.28571%; }

  .gutter-l.col-s-l-2,
  .gutter-r.col-s-l-2 {
    width: 11.42857%; }

  .col-s-l-3 {
    width: 22.85714%; }

  .gutter-l.col-s-l-3,
  .gutter-r.col-s-l-3 {
    width: 20%; }

  .col-s-l-4 {
    width: 31.42857%; }

  .gutter-l.col-s-l-4,
  .gutter-r.col-s-l-4 {
    width: 28.57143%; }

  .col-s-l-5 {
    width: 40%; }

  .gutter-l.col-s-l-5,
  .gutter-r.col-s-l-5 {
    width: 37.14286%; }

  .col-s-l-6 {
    width: 48.57143%; }

  .gutter-l.col-s-l-6,
  .gutter-r.col-s-l-6 {
    width: 45.71429%; }

  .col-s-l-7 {
    width: 57.14286%; }

  .gutter-l.col-s-l-7,
  .gutter-r.col-s-l-7 {
    width: 54.28571%; }

  .col-s-l-8 {
    width: 65.71429%; }

  .gutter-l.col-s-l-8,
  .gutter-r.col-s-l-8 {
    width: 62.85714%; }

  .col-s-l-9 {
    width: 74.28571%; }

  .gutter-l.col-s-l-9,
  .gutter-r.col-s-l-9 {
    width: 71.42857%; }

  .col-s-l-10 {
    width: 82.85714%; }

  .gutter-l.col-s-l-10,
  .gutter-r.col-s-l-10 {
    width: 80%; }

  .col-s-l-11 {
    width: 91.42857%; }

  .gutter-l.col-s-l-11,
  .gutter-r.col-s-l-11 {
    width: 88.57143%; }

  .col-s-l-12 {
    width: 100%; }

  .gutter-l.col-s-l-12,
  .gutter-r.col-s-l-12 {
    width: 97.14286%; }

  .col-s-l-last {
    margin-right: 0; } }
@media (min-width: 23em) and (max-width: 55em) {
  .col-m-l-1 {
    width: 5.71429%; }

  .gutter-l.col-m-l-1,
  .gutter-r.col-m-l-1 {
    width: 2.85714%; }

  .col-m-l-2 {
    width: 14.28571%; }

  .gutter-l.col-m-l-2,
  .gutter-r.col-m-l-2 {
    width: 11.42857%; }

  .col-m-l-3 {
    width: 22.85714%; }

  .gutter-l.col-m-l-3,
  .gutter-r.col-m-l-3 {
    width: 20%; }

  .col-m-l-4 {
    width: 31.42857%; }

  .gutter-l.col-m-l-4,
  .gutter-r.col-m-l-4 {
    width: 28.57143%; }

  .col-m-l-5 {
    width: 40%; }

  .gutter-l.col-m-l-5,
  .gutter-r.col-m-l-5 {
    width: 37.14286%; }

  .col-m-l-6 {
    width: 48.57143%; }

  .gutter-l.col-m-l-6,
  .gutter-r.col-m-l-6 {
    width: 45.71429%; }

  .col-m-l-7 {
    width: 57.14286%; }

  .gutter-l.col-m-l-7,
  .gutter-r.col-m-l-7 {
    width: 54.28571%; }

  .col-m-l-8 {
    width: 65.71429%; }

  .gutter-l.col-m-l-8,
  .gutter-r.col-m-l-8 {
    width: 62.85714%; }

  .col-m-l-9 {
    width: 74.28571%; }

  .gutter-l.col-m-l-9,
  .gutter-r.col-m-l-9 {
    width: 71.42857%; }

  .col-m-l-10 {
    width: 82.85714%; }

  .gutter-l.col-m-l-10,
  .gutter-r.col-m-l-10 {
    width: 80%; }

  .col-m-l-11 {
    width: 91.42857%; }

  .gutter-l.col-m-l-11,
  .gutter-r.col-m-l-11 {
    width: 88.57143%; }

  .col-m-l-12 {
    width: 100%; }

  .gutter-l.col-m-l-12,
  .gutter-r.col-m-l-12 {
    width: 97.14286%; }

  .col-m-l-last {
    margin-right: 0; } }
@media (min-width: 55em) {
  .col-l-1 {
    width: 5.71429%; }

  .gutter-l.col-l-1,
  .gutter-r.col-l-1 {
    width: 2.85714%; }

  .col-l-2 {
    width: 14.28571%; }

  .gutter-l.col-l-2,
  .gutter-r.col-l-2 {
    width: 11.42857%; }

  .col-l-3 {
    width: 22.85714%; }

  .gutter-l.col-l-3,
  .gutter-r.col-l-3 {
    width: 20%; }

  .col-l-4 {
    width: 31.42857%; }

  .gutter-l.col-l-4,
  .gutter-r.col-l-4 {
    width: 28.57143%; }

  .col-l-5 {
    width: 40%; }

  .gutter-l.col-l-5,
  .gutter-r.col-l-5 {
    width: 37.14286%; }

  .col-l-6 {
    width: 48.57143%; }

  .gutter-l.col-l-6,
  .gutter-r.col-l-6 {
    width: 45.71429%; }

  .col-l-7 {
    width: 57.14286%; }

  .gutter-l.col-l-7,
  .gutter-r.col-l-7 {
    width: 54.28571%; }

  .col-l-8 {
    width: 65.71429%; }

  .gutter-l.col-l-8,
  .gutter-r.col-l-8 {
    width: 62.85714%; }

  .col-l-9 {
    width: 74.28571%; }

  .gutter-l.col-l-9,
  .gutter-r.col-l-9 {
    width: 71.42857%; }

  .col-l-10 {
    width: 82.85714%; }

  .gutter-l.col-l-10,
  .gutter-r.col-l-10 {
    width: 80%; }

  .col-l-11 {
    width: 91.42857%; }

  .gutter-l.col-l-11,
  .gutter-r.col-l-11 {
    width: 88.57143%; }

  .col-l-12 {
    width: 100%; }

  .gutter-l.col-l-12,
  .gutter-r.col-l-12 {
    width: 97.14286%; }

  .col-l-last {
    margin-right: 0; } }
.at-top {
  vertical-align: top; }

.at-middle {
  vertical-align: middle; }

.at-baseline {
  vertical-align: baseline; }

.at-bottom {
  vertical-align: bottom; }

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

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

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

.col-prop {
  font-weight: bold; }

.positioned {
  position: relative; }

html {
  color: #fff; }

.footer-nav:after {
  clear: both; }

.clearfix {
  clear: both; }

html {
  font-size: 62.5%; }

body {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-family: "Aller";
  overflow-x: hidden; }

a {
  color: #669dbe; }
  a:visited {
    color: #4885a9; }
  a:focus, a:hover {
    color: #e1025d; }
  a:active {
    color: #e6025f; }

.cta, .cta-center {
  font-size: 28.8px;
  font-size: 1.8rem; }
  .cta-center {
    text-align: center; }

.button {
  position: relative;
  vertical-align: middle;
  border: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: inherit;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #e1025d;
  /* who needs images these days? */
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(150, 150, 150, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(150, 150, 150, 0.2), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(150, 150, 150, 0.2), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(150, 150, 150, 0.2), rgba(0, 0, 0, 0));
  cursor: pointer;
  /*disable text selection (Firefox only)*/
  -webkit-user-select: none;
  /* no text selection for iOS */
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.button::-moz-focus-inner {
  border: none; }

.button::selection {
  background: transparent; }

.button:active {
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.7);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(150, 150, 150, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(150, 150, 150, 0.2), rgba(255, 255, 255, 0.2));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(150, 150, 150, 0.2), rgba(255, 255, 255, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(150, 150, 150, 0.2), rgba(255, 255, 255, 0.2)); }

.button:focus,
.button:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzk2OTY5NiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(50%, rgba(150, 150, 150, 0.3)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(150, 150, 150, 0.3), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(150, 150, 150, 0.3), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(150, 150, 150, 0.3), rgba(0, 0, 0, 0)); }

.button-client {
  background-color: #669dbe; }
.button-grey {
  color: #fff;
  background-color: #ccc; }
.button-black {
  color: #fff;
  background-color: #000; }
.button-disabled, .button[disabled] {
  background-color: #c8c8c8;
  background-image: none;
  cursor: default; }
.button-disabled, .button-disabled:active, .button[disabled], .button[disabled]:active {
  color: #333;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset; }
.button-plain {
  border-radius: 0;
  box-shadow: none;
  letter-spacing: -1px;
  text-shadow: none;
  background-image: none; }
.button-plain:visited {
  color: #fff; }
.button-plain:active, .button-plain:hover, .button-plain:focus {
  color: #fff;
  background-image: none; }

.button {
  padding: 5px 10px 6px;
  font-size: 20.8px;
  font-size: 1.3rem; }
  .button-xs {
    padding: 4.8px;
    padding: 0.3rem;
    font-size: 17.6px;
    font-size: 1.1rem; }
  .button-s {
    padding: 6.4px;
    padding: 0.4rem; }
  .button-l {
    padding: 14.4px 52.8px 16px;
    padding: 0.9rem 3.3rem 1rem; }
  .button-xl {
    min-width: 50%;
    padding: 12px;
    padding: 0.75rem;
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (max-width: 23em) {
      .button-xl {
        width: 100%; } }
  .button-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.button button,
.button input,
.button select,
.button a {
  font-family: inherit;
  line-height: 1em;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: inherit;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.group-start button,
.group-middle button,
.group-end button,
.group-start input,
.group-middle input,
.group-end input,
.group-start select,
.group-middle select,
.group-end select {
  display: inline-block;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: middle;
  background: none; }

.group-horizontal {
  display: table;
  margin-right: auto;
  margin-left: auto; }
  .group-horizontal .notifications {
    display: table-row-group; }

.group-horizontal-notifications .notification-show {
  display: block; }

.group-start,
.group-middle,
.group-end {
  display: table-cell;
  min-height: 25px;
  padding: 4px;
  border: solid 1px #e1025d;
  vertical-align: middle;
  background-color: #fff;
  border-collapse: collapse; }

.group-black .group-start,
.group-black .group-middle,
.group-black .group-end {
  border-color: #000; }

.group-middle,
.group-end {
  padding-left: .5em; }

.group-start {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px; }

.group-middle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.group-end {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0; }

.group-start.button,
.group-middle.button,
.group-end.button {
  padding: 4px 16px;
  margin: 0; }

.button-title em,
.button-details em {
  font-style: normal; }

.button-title em {
  font-weight: 700;
  text-decoration: underline; }

.button .button-details {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  line-height: 1.25;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal; }

.button-details em {
  text-transform: uppercase; }

.button-close {
  position: absolute;
  top: 3.2px;
  top: 0.2rem;
  right: 3.2px;
  right: 0.2rem;
  z-index: 99;
  cursor: pointer; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .button.disabled,
  .button:active,
  .button[disabled] {
    -webkit-box-shadow: none; } }
@media all and (-webkit-min-device-pixel-ratio: 10000), not all and (-webkit-min-device-pixel-ratio: 0) {
  input.button {
    border: 1px solid RGBa(0, 0, 0, 0); } }
.list-links {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none; }
  .list-links a {
    display: block;
    text-decoration: none; }

.h2-title {
  font-size: 28.8px;
  font-size: 1.8rem; }

.h3-title {
  font-size: 24px;
  font-size: 1.5rem; }
  .content .h3-title {
    margin-top: 32px;
    margin-top: 2rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    color: #e1025d; }

.tabs {
  position: relative;
  display: block; }

.tabs-tab {
  display: inline-block;
  vertical-align: bottom; }

.tab-action {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  line-height: 28px;
  font-weight: bold; }

.tabs-tab-active,
.tabs-tab-active .tab-action {
  padding-top: 5px; }

.filters {
  padding: 8px; }

.tabs-container:after {
  clear: both;
  display: block;
  content: ""; }

.upload-btn {
  float: right;
  display: block; }

.tabs .tabs-content {
  position: relative;
  display: none;
  padding-bottom: 20px; }

.tabs .tabs-content-active {
  display: block; }

.tabs-content-loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(/images/progress.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: ""; }

.tabs-skin-grey .tab-action {
  text-decoration: none;
  color: #58595b;
  background-color: #e2e3e4; }
.tabs-skin-grey .tab-action:focus,
.tabs-skin-grey .tab-action:hover,
.tabs-skin-grey .tabs-tab-active .tab-action {
  color: #404041;
  background-color: #cccecf; }
.tabs-skin-grey .tabs-container {
  background: url(/images/tabs/theme/grey/vertical-gradient-grey-white.png) 0 0 repeat-x; }

.tabs-skin-box .tabs-tab {
  position: relative;
  color: #808080; }
.tabs-skin-box input {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.tabs-skin-box label {
  display: block;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  outline: solid 1px #c8c8c8;
  text-align: center; }
.tabs-skin-box ul {
  padding-left: 0; }
.tabs-skin-box .tabs-tab-active {
  background-color: #c8c8c8;
  color: black; }
.tabs-skin-box .link {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  outline: solid 1px #c8c8c8;
  text-align: center; }
.tabs-skin-box select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;
  color: #555;
  background-color: #FFF;
  background-image: none;
  border: 1px solid #CCC;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; }
.tabs-skin-box label:hover,
.tabs-skin-box input:checked + label {
  color: #333;
  background-color: #c8c8c8; }
.tabs-skin-box input:focus + label {
  color: #fff;
  background-color: #e1025d; }

input.box {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
  border: solid 1px #c8c8c8;
  color: #808080; }
input.box:focus {
  color: #333; }

.row-form input, .row-form select {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.row-form .input-hint {
  display: block;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
  color: #c8c8c8; }

.favorites-list {
  padding: 0;
  list-style: none; }
  .favorites-list .uiEntry {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc; }
    .favorites-list .uiEntry .btn-contact {
      display: inline-block;
      padding: 5px 0 6px;
      width: 80px;
      border-radius: 0px;
      font-size: 1.3rem;
      font-weight: normal; }
    .favorites-list .uiEntry .uiAvatar {
      font-size: 0; }
      .favorites-list .uiEntry .uiAvatar.new-escort {
        position: relative; }
        .favorites-list .uiEntry .uiAvatar.new-escort::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          background: url(/images/badges/badge-new-escort.png) 0 0 no-repeat;
          display: block;
          opacity: 0.95; }
      .favorites-list .uiEntry .uiAvatar.hot-escort {
        position: relative; }
        .favorites-list .uiEntry .uiAvatar.hot-escort::after {
          content: '';
          position: absolute;
          bottom: 1px;
          left: 0;
          width: 16px;
          height: 16px;
          background: url(/images/badges/badge-hot-escort.png) 0 0 no-repeat;
          background-size: cover;
          display: block;
          opacity: 0.95; }
      .favorites-list .uiEntry .uiAvatar .plus-highlight {
        position: absolute;
        left: 72px;
        top: -5px; }

.favorite-detail {
  vertical-align: top; }
  .favorite-detail .username {
    color: #e1025d; }
  .favorite-detail .location {
    display: block;
    margin-top: 2px;
    font-size: 0.9em;
    color: #808080; }
  .favorite-detail .date {
    font-size: 0.9em; }
  .favorite-detail .status {
    display: block;
    margin-top: 5px;
    font-size: 1rem; }

.btn-delete .x {
  margin-right: 5px;
  font-size: 2.5rem;
  line-height: 0;
  vertical-align: middle;
  color: #808080;
  cursor: pointer; }
.btn-delete .label {
  font-size: 1.3rem;
  vertical-align: middle;
  color: #808080;
  cursor: pointer; }

.btn-contact {
  display: inline-block;
  padding: 5px 0 6px;
  width: 80px; }

.twitter-typeahead {
  width: 100%; }

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0; }

.tt-hint {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999;
  vertical-align: middle;
  background-color: #ffffff;
  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 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

.tt-dropdown-menu {
  min-width: 160px;
  width: 100%;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.tt-suggestion {
  display: block;
  padding: 10px 20px; }

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #dfdfdf; }

.tt-suggestion.tt-cursor a {
  color: #fff; }

.tt-suggestion p {
  margin: 0; }

.info {
  display: block;
  border: 1px solid;
  padding: 16px;
  padding: 1rem;
  border-color: #068037;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #d4fde5; }

.info-inline {
  display: inline-block; }

.info-above {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.info-below {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.info-above-first {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.info-below-last {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.info-attention, .info-warning {
  border-color: #ffcc1c;
  background-color: #fff5d4; }

.info-error {
  border-color: #800;
  background-color: #ffd5d5; }

.info-notice {
  border-color: #068037;
  background-color: #d4fde5; }

.flash {
  z-index: 10000;
  margin: 0;
  width: 100%;
  color: #333; }

.attention {
  color: #800; }

.is-hidden {
  display: none; }

.is-invisible {
  visibility: hidden; }

.is-not-available {
  color: #999; }

.is-disabled {
  background-color: #eee; }

[data-action],
label {
  cursor: pointer; }

.can-close {
  position: relative; }

.logout-home .search-container {
  border-bottom: solid 1px #c8c8c8; }
.logout-home .fa {
  color: #959595;
  cursor: pointer; }
.logout-home .search, .logout-home .sort {
  position: relative;
  margin-bottom: 10px; }
  .logout-home .search .fa, .logout-home .sort .fa {
    position: absolute;
    right: 10px; }
.logout-home .search .fa {
  top: 10px; }
.logout-home .sort .fa {
  top: 0; }
.logout-home .image {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px; }
@media (min-width: 23em) {
  .logout-home .image {
    width: 100px;
    height: 100px; } }
.logout-home .name {
  color: #e1025d;
  text-align: center; }
.logout-home .city {
  color: #808080;
  text-align: center; }
.logout-home .desc {
  color: #666;
  font-size: 11px; }
.logout-home #home-events-ctrl,
.logout-home #home-blogs-ctrl,
.logout-home #home-magazine-ctrl {
  display: none; }
.logout-home .all a {
  text-decoration: none;
  color: #e1025d; }
.logout-home .fa-chevron-right {
  display: none; }
@media (max-width: 23em) {
  .logout-home .desc {
    min-height: 40px; }
  .logout-home .all {
    display: none; }
  .logout-home #home-events-ctrl,
  .logout-home #home-blogs-ctrl,
  .logout-home #home-magazine-ctrl {
    display: block; }
  .logout-home .fa-chevron-right {
    display: inline-block; } }
.logout-home .events {
  font-size: 11px; }
  .logout-home .events .image {
    width: 60px;
    height: 60px; }
  .logout-home .events .e-name {
    font-size: 12px;
    color: #e1025d; }
  .logout-home .events .organizer .c {
    color: #e1025d; }
.logout-home .blogs {
  font-size: 11px; }
  .logout-home .blogs .image {
    width: 60px;
    height: 60px; }
  .logout-home .blogs .b-name {
    font-size: 12px;
    color: #e1025d; }
  .logout-home .blogs .bloger .c {
    color: #e1025d; }
.logout-home .magazine a {
  text-decoration: none;
  color: #e1025d;
  display: inline-block; }
.logout-home .hide {
  display: none; }
.logout-home .hide.show {
  display: inline-block; }
.logout-home .region {
  background: #ededed;
  text-align: center; }

.jqvmap-label {
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white;
  color: #E6165C;
  font-family: 'Aller';
  font-size: smaller;
  padding: 3px; }

.jqvmap-zoomin, .jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000000;
  padding: 3px;
  color: white;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

.m-search {
  margin: 0 10px; }

.form-error-msg {
  margin: 10px auto;
  color: #e1025d; }

#m-search-no-result {
  margin: 10px auto; }

.search-form select {
  background: none; }
.search-form .search-container {
  border-bottom: solid 1px #c8c8c8; }
.search-form .fa {
  color: #959595;
  cursor: pointer; }
.search-form .sort {
  position: relative;
  margin-bottom: 10px;
  float: left; }
  .search-form .sort .fa {
    position: absolute;
    right: 0; }
  .search-form .sort select {
    height: 37px;
    border: solid 1px #c8c8c8;
    text-indent: 20px; }
.search-form .region {
  float: left;
  position: relative;
  margin-bottom: 10px;
  border: solid 1px #c8c8c8;
  box-sizing: border-box; }
  .search-form .region select {
    height: 37px;
    border: 0;
    text-indent: 20px; }
  .search-form .region .region-map {
    position: absolute;
    left: 3px;
    top: 5px;
    width: 19px;
    height: 29px;
    background: url("/images/rwd/germany-region.png"); }
.search-form .search {
  position: relative;
  margin-bottom: 10px;
  float: left; }
  .search-form .search .fa {
    position: absolute;
    right: 0;
    top: 10px;
    height: 18px; }
  .search-form .search button {
    border: 0;
    background: none; }
  .search-form .search input {
    padding-left: 24px; }

#result-user-list .fa {
  color: #959595;
  cursor: pointer; }
#result-user-list .image, #result-user-list .user-photo {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px; }
  #result-user-list .image a, #result-user-list .user-photo a {
    font-size: 0;
    display: block;
    position: relative; }
  #result-user-list .image.new-escort a::after, #result-user-list .user-photo.new-escort a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(/images/badges/badge-new-escort.png) 0 0 no-repeat;
    display: block;
    opacity: 0.95; }
  #result-user-list .image.hot-escort a::before, #result-user-list .user-photo.hot-escort a::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(/images/badges/badge-hot-escort.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    opacity: 0.95; }
  #result-user-list .image .plus-highlight, #result-user-list .user-photo .plus-highlight {
    position: absolute;
    right: -7px;
    top: -5px; }
#result-user-list .hide {
  display: none; }
  #result-user-list .hide.show {
    display: inline-block; }
#result-user-list .name {
  color: #e1025d;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
#result-user-list .city {
  color: #808080;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.buy-type-membership .price,
.buy-type-membership .sub,
.buy-type-membership .buy-dollar-des {
  display: none; }
.buy-type-membership #mobile-package-price .price {
  display: inline-block; }
.buy-type-membership .buy-dollar .slick-list {
  height: 300px; }
.buy-type-membership .buy-dollar button {
  height: 300px; }
.buy-type-membership .buy-dollar .option .button .select {
  color: white; }
.buy-type-membership .top {
  text-align: center; }
  .buy-type-membership .top .benefit {
    margin: 0 auto;
    width: 200px; }
    .buy-type-membership .top .benefit ul {
      list-style: none;
      padding: 0; }
      .buy-type-membership .top .benefit ul li {
        text-align: left;
        background: url("/m/images/membership/tick.png") left top no-repeat;
        padding-left: 30px;
        line-height: 20px;
        margin-bottom: 10px; }

.buy-type-dollar .buy-membership-des {
  display: none; }
.buy-type-dollar #payment-autorecharge {
  margin-top: 10px; }
  .buy-type-dollar #payment-autorecharge .col-7 {
    text-align: left; }
.buy-type-dollar .package,
.buy-type-dollar .desc,
.buy-type-dollar .top {
  display: none; }
.buy-type-dollar .buy-dollar .option .bubble.show {
  display: none; }

.buy-dollar {
  margin: 20px auto; }
  .buy-dollar .option {
    text-align: center; }
    .buy-dollar .option h1 {
      margin-bottom: 0; }
    .buy-dollar .option .package {
      text-align: center;
      width: 158px;
      margin: 0 auto; }
      .buy-dollar .option .package .item {
        border: none;
        width: 158px;
        height: 90px;
        vertical-align: middle;
        display: table-cell;
        color: white; }
      .buy-dollar .option .package .sub {
        display: block; }
    .buy-dollar .option .desc {
      margin-top: 15px; }
    .buy-dollar .option .months_12 {
      background: url("/m/images/membership/membership_12_months.png") no-repeat center center; }
      .buy-dollar .option .months_12 span {
        display: block; }
    .buy-dollar .option .months_3 {
      background: url("/m/images/membership/membership_3_months.png") no-repeat center center; }
      .buy-dollar .option .months_3 span {
        display: block; }
    .buy-dollar .option .months_1 {
      background: url("/m/images/membership/membership_1_month.png") no-repeat center center; }
      .buy-dollar .option .months_1 span {
        display: block; }
    .buy-dollar .option .weeks_1 {
      background: url("/m/images/membership/membership_1_week.png") no-repeat center center; }
      .buy-dollar .option .weeks_1 span {
        display: block; }
    .buy-dollar .option .bubble {
      display: none;
      background-color: black;
      border: 2px solid black;
      border-radius: 5px;
      color: white;
      padding: 3px 4px;
      position: relative;
      margin: 10px auto 0;
      width: 80%;
      max-width: 300px; }
      .buy-dollar .option .bubble:before, .buy-dollar .option .bubble:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid black;
        bottom: -10px;
        content: '';
        left: 50%;
        margin-left: -10px;
        position: absolute; }
      .buy-dollar .option .bubble.show {
        display: block; }
    .buy-dollar .option .sub {
      color: #959595; }
    .buy-dollar .option .jetzt {
      display: none; }
    .buy-dollar .option .button {
      width: 60px;
      margin: auto; }
      .buy-dollar .option .button .price {
        font-size: 16px;
        font-weight: bold; }
      .buy-dollar .option .button .select {
        color: #16c85f;
        font-size: 12px; }
    .buy-dollar .option .button.green {
      background-color: #068037 !important; }
  .buy-dollar .option.selected .bubble, .buy-dollar .option.selected .jetzt {
    display: inline-block; }
  .buy-dollar .option.selected .jetzt {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #e1025d; }
  .buy-dollar .option.selected .button {
    margin-top: 30px;
    font-size: 26px; }
    .buy-dollar .option.selected .button .select {
      display: none; }
  .buy-dollar button {
    background: #ebebeb;
    height: 244px; }

.buy-des {
  text-align: center;
  border-bottom: 2px solid #dcddde; }
  .buy-des.hide {
    display: none; }
  .buy-des .dollar {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 2px solid #dcddde;
    color: #959595; }
  .buy-des .packageDesc {
    width: 90%;
    margin: 30px auto; }
    .buy-des .packageDesc .fa {
      color: #c8c8c8;
      vertical-align: middle; }
    .buy-des .packageDesc .icons img {
      display: inline-block;
      vertical-align: middle; }
    .buy-des .packageDesc .title {
      color: #404041;
      line-height: 30px; }
    .buy-des .packageDesc .des {
      color: #808183; }

.buy-processing-payment {
  display: none;
  width: 90%;
  margin: auto;
  text-align: center; }
  .buy-processing-payment h1 {
    font-size: 24px;
    margin-bottom: 0; }
  .buy-processing-payment .packet-name-detail {
    margin: 5px 0 15px;
    color: grey; }
    .buy-processing-payment .packet-name-detail b {
      color: black; }
  .buy-processing-payment .dollar {
    font-size: 14px;
    line-height: 40px;
    color: #6d6e70; }
    .buy-processing-payment .dollar b {
      color: #000; }
  .buy-processing-payment .content .package-detail-sub b {
    color: #959595;
    margin: 10px 0;
    display: block; }
  .buy-processing-payment .detail {
    line-height: 30px;
    font-size: 16px; }
  .buy-processing-payment .benefitsDollar {
    margin-bottom: 10px;
    list-style-position: inside;
    list-style-image: url("/images/bullet-star.png"); }
    .buy-processing-payment .benefitsDollar ul {
      padding: 0; }
    .buy-processing-payment .benefitsDollar li {
      margin-top: 10px; }
    .buy-processing-payment .benefitsDollar .sub-title {
      color: #333;
      font-weight: bold;
      line-height: 20px;
      width: 150px;
      margin: 0 auto;
      text-align: left;
      display: inline-block; }
    .buy-processing-payment .benefitsDollar .sub-content {
      color: grey; }
  .buy-processing-payment .payment {
    padding: 10px 0px;
    border-bottom: 2px solid #dcddde;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    color: #959595;
    margin-bottom: 20px; }
  .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text {
    float: none; }
    .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text.Kreditkarte {
      margin-left: -70px; }
  @media (max-width: 55em) {
    .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text {
      float: left; }
      .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text.Kreditkarte {
        margin-left: 0; }
      .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text.PaySafeCard, .buy-processing-payment form#mobile-payment-select .dd-select .dd-selected-text.Lastschrift {
        float: none; } }
  .buy-processing-payment form#mobile-payment-select .dd-options {
    width: 100%;
    box-sizing: border-box; }
    .buy-processing-payment form#mobile-payment-select .dd-options .Kreditkarte {
      float: none;
      margin-left: -75px;
      display: inline-block; }
    @media (max-width: 23em) {
      .buy-processing-payment form#mobile-payment-select .dd-options .Kreditkarte {
        float: left;
        margin-left: 0;
        display: block; } }
    @media (min-width: 23em) and (max-width: 55em) {
      .buy-processing-payment form#mobile-payment-select .dd-options .Kreditkarte {
        display: block;
        width: 70%;
        margin: 0 auto;
        text-align: center; } }
  .buy-processing-payment form#mobile-payment-select .dd-container {
    height: 40px;
    line-height: 40px;
    margin: 20px auto; }
  .buy-processing-payment form#mobile-payment-select a {
    color: black; }
    .buy-processing-payment form#mobile-payment-select a:hover {
      color: black; }
  .buy-processing-payment form#mobile-payment-select select {
    width: 100%;
    margin: 20px auto;
    height: 40px;
    border-color: #959595;
    font-weight: bold;
    color: black;
    text-indent: 45%; }
    .buy-processing-payment form#mobile-payment-select select option {
      height: 40px; }
    .buy-processing-payment form#mobile-payment-select select .icon-payment {
      width: 80px;
      height: 50px;
      background: url("/images/icons/icons-payment.png") no-repeat scroll 0% 0% transparent; }
    .buy-processing-payment form#mobile-payment-select select .icon-dd {
      background-position: 0px -50px; }
    .buy-processing-payment form#mobile-payment-select select .icon-tr {
      background-position: -80px 0px; }
    .buy-processing-payment form#mobile-payment-select select .icon-cc {
      width: 152px;
      background-position: -160px 0px; }
    .buy-processing-payment form#mobile-payment-select select .icon-pc {
      background-position: -320px 0px; }
  .buy-processing-payment form#mobile-payment-select #mobile-payment-dropdown .title {
    color: #4d4d4d; }
  .buy-processing-payment form#mobile-payment-select #mobile-payment-dropdown .dd-pointer-down {
    border: solid 10px transparent;
    border-top: solid 13px grey; }
  .buy-processing-payment form#mobile-payment-select #mobile-payment-dropdown .dd-pointer-up {
    border: solid 10px transparent !important;
    border-bottom: solid 13px grey !important;
    margin-top: -16px; }
  .buy-processing-payment form#mobile-payment-select #mobile-payment-paytype-method-desc {
    width: 400px;
    margin: 0 auto;
    text-align: left;
    color: #959595;
    padding-top: 20px; }
    .buy-processing-payment form#mobile-payment-select #mobile-payment-paytype-method-desc .payment-paytype-method {
      list-style: url(/images/bullet-star.png);
      list-style-position: inside; }
      .buy-processing-payment form#mobile-payment-select #mobile-payment-paytype-method-desc .payment-paytype-method ul {
        padding: 0; }
  @media (max-width: 23em) {
    .buy-processing-payment form#mobile-payment-select #mobile-payment-paytype-method-desc {
      width: 276px; } }
  @media (min-width: 23em) and (max-width: 55em) {
    .buy-processing-payment form#mobile-payment-select #mobile-payment-paytype-method-desc {
      width: 320px; } }
  .buy-processing-payment form#mobile-payment-select #taxCountryAndVat .dd-selected-text {
    padding-left: 10px; }
  .buy-processing-payment form#mobile-payment-select #taxCountryAndVat .dd-pointer-down {
    border: solid 10px transparent;
    border-top: solid 13px grey; }
  .buy-processing-payment form#mobile-payment-select #taxCountryAndVat .dd-pointer-up {
    border: solid 10px transparent !important;
    border-bottom: solid 13px grey !important;
    margin-top: -16px; }
  .buy-processing-payment form#mobile-payment-select #mobile-payment-dropdown, .buy-processing-payment form#mobile-payment-select #mobile-vat-country {
    margin: 0 auto; }
    .buy-processing-payment form#mobile-payment-select #mobile-payment-dropdown a, .buy-processing-payment form#mobile-payment-select #mobile-vat-country a {
      color: black; }
  .buy-processing-payment form#mobile-payment-select #mobile-vat-country {
    height: 53px;
    margin-top: 20px;
    border-color: #ccc; }
    .buy-processing-payment form#mobile-payment-select #mobile-vat-country .dd-select {
      height: 53px;
      line-height: 53px; }
    .buy-processing-payment form#mobile-payment-select #mobile-vat-country ul li {
      height: 53px;
      line-height: 53px; }
      .buy-processing-payment form#mobile-payment-select #mobile-vat-country ul li .dd-option {
        padding: 0; }
  .buy-processing-payment form#mobile-payment-select #mobile-package-price {
    margin-top: 20px;
    padding: 10px;
    text-align: left;
    background-color: #e6e7e8;
    color: black; }
    .buy-processing-payment form#mobile-payment-select #mobile-package-price .title {
      color: #e1025d;
      font-weight: bold;
      font-size: 14px; }
    .buy-processing-payment form#mobile-payment-select #mobile-package-price .value {
      font-weight: bold;
      text-align: right;
      font-size: 18px; }
  .buy-processing-payment form#mobile-payment-select .tax-selection, .buy-processing-payment form#mobile-payment-select #mobile-vat-id {
    margin: 20px auto 0; }
  .buy-processing-payment form#mobile-payment-select .tax-selection {
    height: 20px; }
    .buy-processing-payment form#mobile-payment-select .tax-selection .title {
      text-align: left; }
  .buy-processing-payment form#mobile-payment-select #mobile-vat-id {
    width: 100%;
    height: 53px;
    font-size: 24px; }
  .buy-processing-payment form#mobile-payment-select #vat-id {
    width: 80%;
    height: 40px;
    font-size: 25px; }
  .buy-processing-payment #submit-payment {
    width: 100%;
    background-color: #068037;
    color: white;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold; }

#invoiceAddressForm .row {
  margin-top: 5px;
  margin-bottom: 5px; }
  #invoiceAddressForm .row label {
    display: block;
    margin-bottom: 5px; }
  #invoiceAddressForm .row .cl-box-form-input input {
    width: 100%;
    vertical-align: top; }
#invoiceAddressForm .submit {
  padding-top: 20px; }
  #invoiceAddressForm .submit input {
    width: 100%; }
#invoiceAddressForm a:visited {
  color: white; }

.invoices-detail .address.button {
  padding-left: 0;
  padding-right: 0; }
.invoices-detail .number {
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8; }
.invoices-detail a:visited {
  color: white; }

.invoices-container .address.button {
  padding-left: 0;
  padding-right: 0; }
.invoices-container .invoice-list {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
  font-size: 14px; }
  .invoices-container .invoice-list li {
    padding-top: 4px;
    padding-bottom: 12px; }
    .invoices-container .invoice-list li .item-head {
      border-bottom: 1px solid #ccc;
      padding-bottom: 6px; }
      .invoices-container .invoice-list li .item-head .time {
        font-weight: bold; }
    .invoices-container .invoice-list li .col-last {
      text-align: right; }
    .invoices-container .invoice-list li:nth-child(2n) {
      background: #eee;
      margin-left: -1rem;
      margin-right: -1rem;
      padding-left: 1rem;
      padding-right: 1rem; }
    .invoices-container .invoice-list li .invoice-link {
      color: #333; }
      .invoices-container .invoice-list li .invoice-link:visited {
        color: #333; }
.invoices-container .load-more {
  text-align: center; }
.invoices-container a:visited {
  color: white; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 244px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    margin: 20px auto; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  cursor: pointer;
  top: 0;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }

.slick-next {
  right: -0; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.m-profile {
  position: relative;
  color: white;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  .m-profile .control {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 100;
    padding: 10px 0; }
    .m-profile .control a {
      color: white; }
    .m-profile .control i {
      float: right;
      padding: 0 10px; }
      .m-profile .control i.back {
        float: left;
        line-height: 40px; }
  .m-profile .user-images {
    position: relative;
    z-index: 1;
    background: #333; }
    .m-profile .user-images .images-shadow {
      position: absolute;
      width: 100%;
      height: 60px;
      top: 0;
      z-index: 2;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0) 90%) no-repeat; }
    .m-profile .user-images .images-shadow-bottom {
      position: absolute;
      width: 100%;
      height: 50px;
      bottom: 0;
      z-index: 2;
      background: linear-gradient(to top, #2a2a2a, rgba(0, 0, 0, 0) 90%) no-repeat; }
    .m-profile .user-images img {
      width: 100%;
      margin: 0; }
  .m-profile .user-image-paging {
    position: relative;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: -40px;
    z-index: 2;
    font-size: 15px; }
  .m-profile .content .service .title, .m-profile .content .workhour .title, .m-profile .content .blogs-events .title, .m-profile .content .price .title {
    color: #939393;
    font-size: 14px;
    margin: 10px 0;
    padding: 2px 0;
    border-bottom: 1px solid #939393; }
  .m-profile .content {
    background: #2A2A2A; }
    .m-profile .content .detail {
      width: 86%;
      padding: 2%;
      margin: 0 auto;
      background: #1D1D1D;
      -webkit-box-shadow: 1px 20px 30px 0px #1D1D1D;
      -moz-box-shadow: 1px 20px 30px 0px #1D1D1D;
      box-shadow: 1px 20px 30px 0px #1D1D1D;
      position: relative;
      z-index: 3;
      color: white; }
      .m-profile .content .detail span {
        display: inline-block; }
        .m-profile .content .detail span.loginTime {
          position: absolute;
          top: -25px;
          left: 10px;
          line-height: 80px;
          font-size: 10px; }
        .m-profile .content .detail span.plus {
          position: absolute;
          top: -20px;
          right: 0; }
      .m-profile .content .detail .name {
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px; }
      .m-profile .content .detail .location {
        font-size: 15px;
        color: #7D7D7D;
        text-align: center; }
      .m-profile .content .detail .star {
        border-bottom: 1px solid #333;
        text-align: center;
        padding: 5px 0 10px; }
        .m-profile .content .detail .star .fa-star {
          color: #e1025d;
          margin: 0 2px; }
          .m-profile .content .detail .star .fa-star.client {
            color: #006297; }
          .m-profile .content .detail .star .fa-star.grey {
            color: #c3c3c3; }
      .m-profile .content .detail .more {
        text-align: left;
        display: inline-block;
        margin-top: 10px;
        width: 100%;
        position: relative; }
        .m-profile .content .detail .more .trait {
          display: inline-block;
          line-height: 30px; }
          .m-profile .content .detail .more .trait .desc {
            font-family: 'Aller_Light'; }
        .m-profile .content .detail .more .sex {
          position: absolute;
          right: -20px;
          bottom: -12px; }
          .m-profile .content .detail .more .sex img {
            width: 80%; }
    .m-profile .content .profile {
      width: 90%;
      margin: 30px auto 0; }
      .m-profile .content .profile .profile-title {
        font-size: 14px;
        color: #939393;
        border-bottom: 1px solid #939393;
        line-height: 30px; }
      .m-profile .content .profile .profile-desc {
        font-family: 'Aller_Light';
        line-height: 20px;
        padding: 5px 0;
        word-break: break-word; }
    .m-profile .content .service .service-inside {
      width: 90%;
      margin: 0 auto;
      padding-bottom: 30px; }
    .m-profile .content .service .service-detail .name {
      line-height: 20px;
      margin-top: 5px; }
    .m-profile .content .service .service-detail .desc span {
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      color: #373737;
      background: white;
      padding: 4px;
      margin: 3px;
      line-height: 20px;
      display: inline-block; }
    .m-profile .content .service .service-detail .slick-list {
      height: auto; }
    .m-profile .content .service .service-detail .slick-dots li button:before {
      font-size: 40px;
      color: #ECECEC; }
    .m-profile .content .service .service-detail .slick-dots li.slick-active button:before {
      color: #e1025d; }
    .m-profile .content .workhour {
      width: 90%;
      margin: 10px auto 0;
      padding-bottom: 30px; }
      .m-profile .content .workhour .content {
        text-align: center; }
        .m-profile .content .workhour .content span {
          display: inline-block;
          text-align: center; }
          .m-profile .content .workhour .content span .day {
            color: #7D7D7D;
            font-size: 12px;
            line-height: 40px; }
          .m-profile .content .workhour .content span .main {
            background: #1B1B1B;
            position: relative;
            font-size: 10px;
            padding: 5px; }
            .m-profile .content .workhour .content span .main:before, .m-profile .content .workhour .content span .main:after {
              border-left: 10px solid transparent;
              border-right: 10px solid transparent;
              border-bottom: 10px solid #1B1B1B;
              top: -10px;
              content: '';
              left: 50%;
              margin-left: -10px;
              position: absolute; }
          .m-profile .content .workhour .content span .split {
            color: #e1025d; }
    .m-profile .content .blogs-events {
      width: 90%;
      margin: 10px auto 0;
      padding-bottom: 30px; }
      .m-profile .content .blogs-events .content {
        text-align: center; }
        .m-profile .content .blogs-events .content .all-entries-link, .m-profile .content .blogs-events .content .all-events-link {
          color: white;
          display: block;
          margin: 14px; }
    .m-profile .content .price {
      width: 90%;
      margin: 10px auto 0;
      padding-bottom: 30px; }
      .m-profile .content .price .content {
        width: 100%; }
        .m-profile .content .price .content .price-detail {
          line-height: 30px; }
          .m-profile .content .price .content .price-detail .label {
            width: 70%;
            display: inline-block; }
          .m-profile .content .price .content .price-detail .number {
            width: 25%;
            display: inline-block;
            text-align: right; }
  .m-profile #result-user-list .city {
    color: #fff;
    margin-bottom: 18px; }

#content-tab-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: 0;
  max-width: 100%;
  overflow: visible;
  zoom: 1; }
  #content-tab-menu ul li {
    float: left;
    width: 33.333%;
    margin-right: -.5px;
    height: 34px;
    background: #c8c8c8;
    box-sizing: border-box;
    border-right: 1px solid white; }
    #content-tab-menu ul li.active {
      background: white; }
    #content-tab-menu ul li a {
      display: block;
      text-align: center;
      margin: 0 -1px 0 0;
      border-right-width: 0;
      color: #333;
      text-decoration: none;
      font-weight: bold;
      font-size: 12.5px;
      height: 34px;
      line-height: 34px; }

.create-date, .add-review, .show-review, .report-review {
  text-align: center; }
  .create-date .date-title, .add-review .date-title, .show-review .date-title, .report-review .date-title {
    color: #e1025d;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: white;
    font-weight: bold;
    -webkit-box-shadow: 0px 7px 11px -4px #dedede;
    -moz-box-shadow: 0px 7px 11px -4px #dedede;
    box-shadow: 0px 7px 11px -4px #dedede; }
    .create-date .date-title .btn-back, .add-review .date-title .btn-back, .show-review .date-title .btn-back, .report-review .date-title .btn-back {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 15px 20px 0;
      border-color: transparent #e1025d transparent transparent;
      display: inline-block;
      float: left;
      text-decoration: none;
      background-image: none;
      padding: 0;
      cursor: pointer; }

.date-content .date-item .content .time, .add-review .content .time, .show-review .content .time,
.date-content .date-item .content .detail,
.add-review .content .detail,
.show-review .content .detail {
  font-size: 12px;
  font-weight: bold;
  color: black; }
.date-content .date-item .content .detail .hour:before, .add-review .content .detail .hour:before, .show-review .content .detail .hour:before {
  background: url("/images/mobile/date/hour.png") no-repeat left center;
  display: inline-block;
  width: 14px;
  height: 16px;
  content: "";
  vertical-align: text-bottom; }
.date-content .date-item .content .detail .hour:after, .add-review .content .detail .hour:after, .show-review .content .detail .hour:after {
  background: url("/images/mobile/date/devided-line.png") no-repeat right center;
  display: inline-block;
  width: 8px;
  height: 14px;
  content: "";
  vertical-align: text-bottom; }
.date-content .date-item .content .detail .city:before, .add-review .content .detail .city:before, .show-review .content .detail .city:before {
  background: url("/images/mobile/date/city.png") no-repeat left center;
  display: inline-block;
  width: 12px;
  height: 14px;
  content: "";
  vertical-align: text-bottom; }
.date-content .date-item .content .detail .city:after, .add-review .content .detail .city:after, .show-review .content .detail .city:after {
  background: url("/images/mobile/date/devided-line.png") no-repeat right center;
  display: inline-block;
  width: 8px;
  height: 14px;
  content: "";
  vertical-align: text-bottom; }

.date-content {
  color: #333; }
  .date-content .date-item {
    padding: 2px 2%;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin: 5px 0; }
    .date-content .date-item .clear {
      clear: both; }
    .date-content .date-item .avatar {
      float: left;
      padding: 1%;
      width: 21%; }
      .date-content .date-item .avatar img {
        width: 60px;
        height: 60px; }
      .date-content .date-item .avatar .name {
        color: black;
        font-size: 12px;
        font-weight: bold; }
    .date-content .date-item .content {
      float: left;
      width: 75%; }
      .date-content .date-item .content .status {
        height: 20px;
        line-height: 20px;
        text-align: right;
        font-size: 13px;
        font-weight: bold; }
        .date-content .date-item .content .status span {
          width: 16px;
          height: 18px;
          display: inline-block;
          vertical-align: top; }
        .date-content .date-item .content .status.pending {
          color: #8e9093; }
          .date-content .date-item .content .status.pending span {
            background: url("/images/mobile/date/pending.png") no-repeat left center; }
        .date-content .date-item .content .status.accepted {
          color: #51bc43; }
          .date-content .date-item .content .status.accepted span {
            background: url("/images/mobile/date/accepted.png") no-repeat left center; }
        .date-content .date-item .content .status.past {
          color: #0a8ae4; }
          .date-content .date-item .content .status.past span {
            background: url("/images/mobile/date/past.png") no-repeat left center; }
        .date-content .date-item .content .status.cancel {
          color: red; }
          .date-content .date-item .content .status.cancel span {
            background: url("/images/mobile/date/cancel.png") no-repeat left center;
            width: 13px;
            height: 18px; }
    .date-content .date-item .action {
      text-align: left;
      margin-top: 3px;
      margin-bottom: 15px; }
      .date-content .date-item .action a.button {
        margin: 0 2px; }
      .date-content .date-item .action a:hover, .date-content .date-item .action a:visited {
        color: white; }

#loadNextPage {
  margin: 5px 10% 10px;
  width: 80%; }

.create-date {
  background: #efefef; }
  .create-date .date-user-info {
    display: block;
    height: 80px;
    margin: 0 10px 5px; }
    .create-date .date-user-info span {
      display: inline-block; }
    .create-date .date-user-info .user-info {
      text-align: left;
      vertical-align: top; }
      .create-date .date-user-info .user-info .name {
        color: #e1025d;
        font-size: 13px;
        font-weight: bold; }
  .create-date .field .city .twitter-typeahead {
    display: inherit !important; }
    .create-date .field .city .twitter-typeahead .tt-dropdown-menu {
      left: inherit !important;
      right: 2% !important;
      width: 66%; }
  .create-date .field .create {
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid white; }
    .create-date .field .create.other {
      display: none;
      border: none; }
      .create-date .field .create.other input {
        width: 100px; }
      .create-date .field .create.other span.icon {
        width: 100px;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        text-align: left; }
    .create-date .field .create span.label {
      width: 32%;
      text-align: right;
      float: left;
      font-weight: bold;
      line-height: 40px; }
    .create-date .field .create span.cancel {
      width: 200px;
      height: 40px;
      display: inline-block;
      line-height: 40px;
      text-align: left; }
    .create-date .field .create input {
      width: 200px;
      height: 40px;
      border: none;
      text-indent: 2px; }
    .create-date .field .create select {
      width: 200px;
      height: 40px;
      border: none;
      text-indent: 2px; }
  .create-date .field .price input {
    width: 100px; }
  .create-date .field .price span.icon {
    width: 100px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: left; }
  .create-date .field .message {
    margin-top: 5px; }
    .create-date .field .message textarea {
      width: 94%;
      height: 70px;
      padding: 0;
      border-color: #a1a1a1; }
  .create-date .field .submit input {
    line-height: 30px; }
  .create-date .field #cancel_reason {
    width: 94%;
    margin: 0 1%;
    padding: 0;
    height: 80px; }
  .create-date .submitDate {
    width: 94%;
    margin: 10px 0 30px;
    padding: 10px 0; }
  .create-date .clear {
    clear: both; }
  .create-date .first-contact-limit-countdown {
    padding: 10px 0; }
  .create-date .first-contact-countdown-actions .button-xl {
    margin: 5px 0;
    width: 90%; }

.add-review {
  background: #efefef; }
  .add-review .content {
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .add-review .field .create {
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid white;
    height: 40px; }
    .add-review .field .create.date-user-info {
      display: block;
      height: 80px;
      margin: 0 10px;
      padding-bottom: 10px; }
      .add-review .field .create.date-user-info span {
        display: inline-block; }
      .add-review .field .create.date-user-info .user-info {
        text-align: left;
        vertical-align: top;
        margin-left: 2%; }
        .add-review .field .create.date-user-info .user-info .name {
          color: #e1025d;
          font-size: 15px;
          font-weight: bold; }
        .add-review .field .create.date-user-info .user-info .location {
          color: grey; }
    .add-review .field .create .label {
      width: 30%;
      text-align: right;
      float: left;
      font-weight: bold;
      line-height: 40px;
      display: inline-block; }
    .add-review .field .create .detail {
      display: inline-block;
      width: 70%;
      height: 40px; }
      .add-review .field .create .detail select {
        height: 40px;
        line-height: 40px;
        float: left;
        margin-left: 4%; }
      .add-review .field .create .detail .correct {
        float: left;
        margin-left: 4%; }
      .add-review .field .create .detail .toggle-check-input {
        width: 1px;
        height: 1px;
        position: absolute;
        margin: inherit; }
      .add-review .field .create .detail .toggle-check-text {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        background: #CCC;
        padding: 0.25em 0.5em 0.25em 2.5em;
        border-radius: 1em;
        min-width: 3em;
        color: #FFF;
        cursor: pointer;
        transition: background-color 0.15s;
        height: 30px;
        line-height: 30px; }
      .add-review .field .create .detail .toggle-check-text:after {
        content: ' ';
        display: block;
        background: #FFF;
        width: 25px;
        height: 25px;
        border-radius: 1em;
        position: absolute;
        left: 3px;
        top: 6px;
        transition: left 0.15s, margin-left 0.15s; }
      .add-review .field .create .detail .toggle-check-text:before {
        content: 'Nein'; }
      .add-review .field .create .detail .toggle-check-input:checked ~ .toggle-check-text {
        background: #e1025d;
        padding-left: 0;
        padding-right: 1.5em; }
      .add-review .field .create .detail .toggle-check-input:checked ~ .toggle-check-text:before {
        content: 'Ja'; }
      .add-review .field .create .detail .toggle-check-input:checked ~ .toggle-check-text:after {
        left: 100%;
        margin-left: -28px; }
    .add-review .field .create .rating {
      position: absolute;
      left: 32%;
      width: 127px; }
      .add-review .field .create .rating:not(:checked) > input {
        position: absolute;
        top: -9999px;
        clip: rect(0, 0, 0, 0); }
      .add-review .field .create .rating:not(:checked) > label {
        float: right;
        width: 25px;
        height: 36px;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        color: #ddd;
        background: url("/images/mobile/date/star_default.png") no-repeat right center; }
        .add-review .field .create .rating:not(:checked) > label.client {
          background: url("/images/mobile/date/star_client_default.png") no-repeat right center; }
      .add-review .field .create .rating label:active {
        position: relative;
        top: 2px;
        left: 2px; }
    .add-review .field .create .rating > input:checked ~ label {
      background: url("/images/mobile/date/star.png") no-repeat right center; }
    .add-review .field .create .rating > input.client:checked ~ label {
      background: url("/images/mobile/date/star_client.png") no-repeat right center; }
  .add-review .field .clear {
    clear: both; }
  .add-review .message {
    width: 94%;
    margin: 0 3%; }
    .add-review .message input {
      border: 0;
      padding: 0;
      width: 100%;
      margin-bottom: 10px;
      height: 30px;
      line-height: 30px;
      text-indent: 3px; }
    .add-review .message textarea {
      border: 0;
      padding: 0;
      width: 100%;
      height: 70px;
      text-indent: 3px; }
  .add-review .submitReview {
    width: 94%;
    margin: 0 3%; }
  .add-review .form_error {
    margin-bottom: 5px; }

.message-item .content .dates.dates-RESCHEDULED_REJECTED {
  color: #888888; }
.message-item .content .dates.dates-REJECTED {
  color: #888888; }
.message-item .content .dates.dates-CANCELED {
  color: #888888; }
.message-item .content .dates.dates-EXPIRED {
  color: #999999; }
.message-item .content .dates .date-actions a {
  display: none;
  margin: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.message-item .content .dateIsPassed .date-actions {
  display: none; }
.message-item .content .dateCannotResponse .date-actions {
  display: none; }
.message-item .content .dates.creater.dates-ACCEPTED .date-actions .date-cancel {
  display: inline-block; }
.message-item .content .dates.creater.dates-ACCEPTED .date-actions .date-reschedule {
  display: inline-block; }
.message-item .content .dates.creater.dates-PENDING .date-actions .date-cancel {
  display: inline-block; }
.message-item .content .dates.creater.dates-RESCHEDULED .date-actions .date-accept {
  display: inline-block; }
.message-item .content .dates.creater.dates-RESCHEDULED .date-actions .date-reschedule {
  display: inline-block; }
.message-item .content .dates.creater.dates-RESCHEDULED .date-actions .date-reject {
  display: inline-block; }
.message-item .content .dates.receiver.dates-ACCEPTED .date-actions .date-cancel {
  display: inline-block; }
.message-item .content .dates.receiver.dates-ACCEPTED .date-actions .date-reschedule {
  display: inline-block; }
.message-item .content .dates.receiver.dates-PENDING .date-actions .date-accept {
  display: inline-block; }
.message-item .content .dates.receiver.dates-PENDING .date-actions .date-reject {
  display: inline-block; }
.message-item .content .dates.receiver.dates-PENDING .date-actions .date-reschedule {
  display: inline-block; }
.message-item .content .dates.receiver.dates-RESCHEDULED .date-actions .date-cancel {
  display: inline-block; }
.message-item .content .dates.showWriteReview {
  color: #333333; }
.message-item .content .dates.showWriteReview .date-actions .date-writereview {
  display: inline-block; }
.message-item .content .writeReviewTxt {
  display: none; }
.message-item .content .dates.showWriteReview .writeReviewTxt {
  display: inline-block; }
.message-item .content a:visited,
.message-item .content a:hover {
  color: #e1025d; }
.message-item .content .date-actions a:visited,
.message-item .content .date-actions a:hover {
  color: white; }

.show-review {
  min-height: 420px; }
  .show-review .content {
    margin-bottom: 5px;
    padding-bottom: 5px; }
  .show-review .review {
    width: 96%;
    margin: 2%; }
    .show-review .review .left {
      position: relative;
      margin: 5px 0; }
      .show-review .review .left .avatar {
        float: left;
        width: 45px;
        height: 45px; }
        .show-review .review .left .avatar img {
          width: 45px;
          height: 45px; }
      .show-review .review .left .review-content {
        position: relative;
        width: 70%;
        float: left;
        text-align: left;
        padding: 5px;
        margin: 0 10px;
        border: 1px solid #ccc; }
        .show-review .review .left .review-content p {
          margin: 0; }
        .show-review .review .left .review-content .title {
          font-weight: bold;
          margin-top: 5px; }
        .show-review .review .left .review-content:before {
          content: "";
          border-style: solid;
          border-width: 12px 8px 12px 0;
          border-color: transparent #ccc transparent transparent;
          position: absolute;
          left: -8px;
          top: 2px; }
        .show-review .review .left .review-content .star .report {
          float: right; }
          .show-review .review .left .review-content .star .report a {
            color: #e1025d;
            text-decoration: none; }
      .show-review .review .left .clear {
        clear: both; }
    .show-review .review .right {
      position: relative;
      margin: 5px 0; }
      .show-review .review .right .avatar {
        float: right;
        width: 45px;
        height: 45px; }
        .show-review .review .right .avatar img {
          width: 45px;
          height: 45px; }
      .show-review .review .right .review-content {
        position: relative;
        width: 70%;
        float: right;
        text-align: left;
        padding: 5px;
        margin: 0 10px;
        border: 1px solid #ccc; }
        .show-review .review .right .review-content p {
          margin: 0; }
        .show-review .review .right .review-content .title {
          font-weight: bold;
          margin-top: 5px; }
        .show-review .review .right .review-content:after {
          content: "";
          border-style: solid;
          border-width: 12px 0 12px 8px;
          border-color: transparent transparent transparent #ccc;
          position: absolute;
          right: -8px;
          top: 2px; }
        .show-review .review .right .review-content .star .report {
          float: right; }
          .show-review .review .right .review-content .star .report a {
            color: #e1025d;
            text-decoration: none; }
      .show-review .review .right .clear {
        clear: both; }
    .show-review .review a.button {
      text-shadow: none;
      color: white;
      display: inline-block;
      margin: 5px 0; }
      .show-review .review a.button:hover, .show-review .review a.button:visited {
        color: white; }
    .show-review .review .add-comment {
      position: relative;
      border: 1px solid #ccc;
      padding: 10px 0;
      margin: 10px 0; }
      .show-review .review .add-comment .button {
        width: 96%; }
      .show-review .review .add-comment .button-xl {
        margin: 0; }
      .show-review .review .add-comment:after {
        content: "";
        border-style: solid;
        border-width: 0 10px 8px 10px;
        border-color: transparent transparent #ccc transparent;
        position: absolute;
        right: 20px;
        top: -8px; }
    .show-review .review .view-comment {
      position: relative;
      border: 1px solid #ccc;
      padding: 5px;
      text-align: left;
      width: 70%; }
      .show-review .review .view-comment p {
        margin: 0; }
      .show-review .review .view-comment.left {
        margin: 10px 0 10px 55px;
        float: left; }
      .show-review .review .view-comment.right {
        margin: 10px 55px 10px 0;
        float: right; }
      .show-review .review .view-comment .title-comment {
        color: #e1025d;
        font-weight: bold; }
        .show-review .review .view-comment .title-comment.client {
          color: #006297; }
      .show-review .review .view-comment:after {
        content: "";
        border-style: solid;
        border-width: 0 10px 8px 10px;
        border-color: transparent transparent #ccc transparent;
        position: absolute;
        right: 20px;
        top: -8px; }

.report-review {
  min-height: 420px; }
  .report-review .report {
    width: 96%;
    padding: 0 2%;
    background: #efefef;
    text-align: left; }
    .report-review .report .desc {
      line-height: 20px; }
    .report-review .report .report-title {
      font-size: 15px;
      font-weight: bold; }
    .report-review .report .select {
      margin: 10px 0; }
      .report-review .report .select select {
        border: 0;
        height: 30px;
        line-height: 30px; }
    .report-review .report textarea {
      width: 100%;
      height: 80px;
      border: 0;
      padding: 0; }

#err_msg,
#date_message_remaining,
.form_error {
  color: red; }

/*! jQuery UI - v1.12.1 - 2017-04-17
* http://jqueryui.com
* Includes: core.css, button.css, checkboxradio.css, controlgroup.css, menu.css, progressbar.css, selectmenu.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/* page_register */
#registerForm #terms, #registerForm #data_stmt {
  margin: 0 30px; }

.overflow-jqui {
  min-height: 50px;
  max-height: 300px;
  /* overflow-y: scrollbar; */ }

/* .wrap #content-main { 
  padding: 0 10px;
} */
.mobile-reg {
  /* background-color: #333; */ }

.mobile-reg .progress-tracker {
  border-collapse: collapse;
  counter-reset: step-progress 2;
  display: table;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
  text-align: center;
  width: 96%; }

.mobile-reg #registrationProgress {
  margin-top: 40px;
  margin-bottom: 20px; }

.mobile-reg .progress-tracker .step {
  background-color: #ddd;
  color: #333;
  display: table-cell;
  height: 28px;
  line-height: 28px;
  padding: 0px 20px;
  vertical-align: middle; }

.mobile-reg .step-number .step::before {
  content: counter(step-progress) ". ";
  counter-increment: step-progress;
  font: italic 18px Georgia, Times, serif;
  /* padding-left: 10px; */ }

.mobile-reg .progress-tracker .step-active {
  background-color: #d8005e;
  color: #fff; }

.mobile-reg .progress-tracker .step-last {
  background-image: url("/images/progress-tracker.png");
  background-repeat: no-repeat;
  background-position: 0 100%; }

.mobile-reg .progress-tracker .step-active.step-last {
  background-position: 0 0; }

.mobile-reg .progress-tracker .step-img {
  background: url("/images/figures-registration.png") no-repeat 0 0;
  bottom: 0;
  display: block;
  height: 60px;
  position: absolute;
  width: 40px; }

.mobile-reg .progress-tracker .step-img-3 {
  background-position: 0 -111px;
  bottom: 2px;
  height: 53px;
  left: 4px; }

.mobile-reg .progress-tracker .step-img-4 {
  background-position: 0 -168px;
  bottom: -3px;
  height: 60px;
  right: 4px; }

.mobile-reg .at-center {
  text-align: center;
  margin-bottom: 50px; }

.mobile-reg .at-center-short {
  text-align: center; }

.mobile-reg .at-center .hint, .mobile-reg .at-center-short .hint {
  display: block;
  font-size: 115%;
  padding: 10px;
  padding-left: 20px;
  text-align: left; }

.mobile-reg .registrationRequired {
  font-size: 115%;
  padding: 10px;
  /* padding-left: 20px; */
  text-align: center; }

.mobile-reg .at-center input[type=text] {
  border: 1px solid #c5c5c5;
  font-family: "Aller";
  font-size: 115%;
  padding: 10px 25px;
  text-align: center;
  width: 180px; }

.mobile-reg .at-center textarea {
  border: 1px solid #c5c5c5;
  font-family: "Aller";
  font-size: 115%;
  height: 100px;
  width: 90%; }

.mobile-reg .at-center .kmButton {
  background: #e1025d;
  border: 1px solid #d8005e;
  color: #fff;
  font-family: "Aller";
  font-size: 115%;
  padding: 10px 25px;
  width: 180px; }

.mobile-reg .ui-widget, .ui-widget {
  font-family: "Aller";
  font-size: 115%; }

.mobile-reg .ui-selectmenu-button.ui-button {
  width: auto; }

.mobile-reg .ui-selectmenu-text {
  padding: 5px; }

.mobile-reg #nationality-button,
.mobile-reg #sms_country-button,
.mobile-reg #visit_radius-button {
  border-radius: 0px;
  padding: 10px 25px;
  width: 180px; }

.mobile-reg #sexual_actions_container {
  padding: 30px 0; }

.mobile-reg .section-action-first {
  display: inline-block;
  padding-bottom: 20px; }

.mobile-reg #sa_clothing_ctnr,
.mobile-reg #sa_soft_ctnr,
.mobile-reg #sa_hard_ctnr,
.mobile-reg #sa_fetish_ctnr,
.mobile-reg #environments_cntr,
.mobile-reg #company_rooms_cntr,
.mobile-reg #company_bizzares_cntr,
.mobile-reg #company_services_cntr {
  margin: 30px; }

.mobile-reg .work_hours_cntr {
  padding: 20px 0; }

.mobile-reg #update_phone_number {
  margin: 4px 0; }

#nationality-menu .ui-selectmenu-menu .ui-menu {
  width: 230px !important; }

#nationality-menu .ui-menu-item {
  text-align: left; }

.mobile-reg .ui-state-active,
.mobile-reg .ui-button:active,
.mobile-reg .ui-button.ui-state-active:hover {
  background: #e1025d;
  border: 1px solid #d8005e; }

.mobile-reg .ui-button:focus {
  color: #fff; }

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #e1025d;
  border: 1px solid #d8005e; }

.mobile-reg .ui-visual-focus {
  box-shadow: 0 0 3px 1px #fed5df; }

.mobile-reg .ui-corner-all {
  border-radius: 0px; }

.mobile-reg .w-120 {
  width: 120px; }

.mobile-reg .w-180 {
  width: 180px; }

.mobile-reg .form_error {
  font-family: "Aller";
  font-size: 115%;
  padding: 10px 25px; }

.ui-checkboxradio-label {
  margin: 2px 0;
  padding: 10px 25px; }

.ui-menu .ui-menu-item {
  margin: 5px;
  text-align: center; }

.ui-slider-horizontal {
  height: 0;
  margin: 20px 50px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -20px;
  margin-left: -20px; }

.ui-slider .ui-slider-handle {
  height: auto;
  padding: 10px 25px;
  width: auto; }

/* page_seo */
.seo-dir {
  margin: 0 10px; }

.seo-dir #alt-results-services li {
  list-style-type: none;
  padding: 10px 0; }

.seo-dir .uiEntry {
  border-bottom: 1px solid #ccc; }

.seo-dir .uiAvatar.uiPhoto60 {
  float: left;
  margin: 0 20px 5px 20px; }

/* page_blog */
.m-blog {
  margin: 0 10px; }

.m-blog .uiEntry {
  border-bottom: 1px solid #ccc; }

.m-blog .uiAvatar.uiPhoto60 {
  float: left;
  margin: 0 20px 5px 20px; }

.m-blog .uiEntryContent h3 {
  clear: both; }

/* page_event */
.m-event {
  margin: 0 10px; }

.m-event #event_creators {
  display: block; }

.m-event #event_creators .image-block {
  float: left;
  margin: 0 20px 5px 20px; }

.m-event #event_creators .desc-block {
  float: left; }

.m-event .event-creator {
  clear: both;
  display: block; }

.m-event .col-50.gutter-l {
  clear: both;
  margin-left: 0;
  padding-top: 5px; }

.m-event .col-50 .col-70 {
  margin: 5px 0; }

.gdpr-text table {
  border: 1px solid #ccc;
  border-collapse: collapse; }

.gdpr-text td {
  border: 1px solid #ccc;
  padding: 5px; }

.cookies-footer-o {
  position: relative;
  z-index: 1500; }

.cookies-footer-i {
  background: white;
  border-top: 1px solid #333;
  bottom: 0;
  color: #333;
  left: 0;
  overflow: hidden;
  padding: 10px 20px;
  position: fixed;
  right: 0;
  text-align: center; }

.cookies-footer-i #cookies-footer-ok {
  display: block;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding: 0.75rem;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: inherit;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25), -2px 0 1px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #e1025d;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(150, 150, 150, 0.2), rgba(0, 0, 0, 0)); }

/* copy of https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.css */
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
/* override from default modal styles */
.blocker {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1600; }

.modal {
  background: url("/images/lbox.png") repeat;
  border-radius: 5px;
  box-shadow: black 0px 0px 20px;
  color: #333;
  max-width: 95%;
  padding: 10px; }

#gdpr-window-top {
  display: none; }

#gdpr-window-choice {
  color: #333; }

.modal #featureModal {
  background: #efefef;
  border-radius: 5px;
  padding: 10px; }

.modal #featureModal h2 {
  background: #c00154 url(/images/bg_gradient.png) repeat-x 0 -65px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin: -10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-shadow: 0 0 2px #444; }

/* .modal .gdpr_text #gdpr-form-error {
  color: #800;
  font-weight: bold;
  text-align: center;
} */
.flash {
  background-color: #fff;
  line-height: 1.5;
  min-height: 16px;
  padding: 5px;
  border-radius: 3px;
  margin: 5px 0 10px 0;
  width: auto;
  text-align: center; }

.modal .flash .flash-viz {
  display: none; }

.modal #flash-error {
  border: 1px solid #800; }

.modal a {
  color: #c00154; }

.modal .cl-box-form-checkbox {
  clear: both;
  padding: 2px 0 5px; }

.modal .cl-box-form-checkbox input.checkbox {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.modal .cl-box-form-checkbox label {
  /* float: left;
  display: block; */ }

.modal #gdpr-choice-buttons {
  /* display: inline-block; */ }

.modal .gdpr-choice-button {
  /* display: block; */
  /* float: left; */
  padding: 10px 0;
  text-align: center;
  /* width: 49%; */ }

.modal input.kmButton {
  background: #c00154 url(/images/bg_gradient.png) repeat-x 0 -65px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  padding: 8px 24px;
  text-shadow: 0 0 2px #444; }

.modal input.kmButton.disabled {
  background-color: #aaa; }
