/* Palette LIGTH */
/*
|------------------------------------------------
| Couleur des actions
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur de fond de page
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur des elements
|------------------------------------------------
*/
/*
|------------------------------------------------
| Doit faire un leger contraste avec @color-contrast
|------------------------------------------------
*/
/*
|------------------------------------------------
| Doit faire un contraste fort avec @color-contrast
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur des bordures
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur du texte
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur des liens
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur des tooltips
|------------------------------------------------
*/
/*
|------------------------------------------------
| Couleur de fond derrière une image
|------------------------------------------------
*/
/*
|------------------------------------------------
| Modification des variables bootstrap
|------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| BASE RESET
|--------------------------------------------------------------------------
|
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
|--------------------------------------------------------------------------
| DEFINE BASE COLOR
|--------------------------------------------------------------------------
|
*/
:root {
  --alternatebase-color: #2d2d2d;
  --base-color: #0a0c09;
  --brighttext-color: #d2042d;
  --button-color: #d2042d;
  --buttontext-color: #f8f8f8;
  --dark-color: #0a0c09;
  --foreground-color: #b6b6b6;
  --highlight-color: #2d2d2d;
  --highlightedtext-color: #1a1c1e;
  --light-color: #0c0c0c;
  --link-color: #479bd0;
  --linkvisited-color: #479bd0;
  --mid-color: #8c8c8c;
  --midlight-color: #3e3e3e;
  --placeholdertext-color: #e3e3e3;
  --shadow-color: #141812;
  --text-color: #e3e3e3;
  --tooltipbase-color: #ffffdc;
  --tooltiptext-color: #000000;
  --window-color: #0c0c0c;
  --window-r-color: 12;
  --window-g-color: 12;
  --window-b-color: 12;
  --windowtext-color: #b6b6b6;
}
/*
|--------------------------------------------------------------------------
| BODY
|--------------------------------------------------------------------------
|
*/
html {
  box-sizing: border-box;
  color: #555555;
}
body {
  font-family: 'Lato', 'Noto Sans Japanese', Arial, sans-serif;
  color: #555555;
  font-size: 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
/*
|--------------------------------------------------------------------------
| BASE SKELETTON
|--------------------------------------------------------------------------
|
*/
.site-wrapper,
footer {
  -webkit-transition: 0.05s -webkit-filter linear, 0.05s filter linear;
          transition: 0.05s filter linear;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
.pad-md .container {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 480px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 980px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row.small-gap {
  margin-left: -8px;
  margin-right: -8px;
}
.row.small-gap > div {
  padding-left: 8px;
  padding-right: 8px;
}
.row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gap > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
.hidden-xs,
.hidden-sm,
.hidden-md,
.hidden-lg,
body .hidden {
  display: none;
}
.space-top,
.space-top-xs,
.space-top-sm,
.space-top-md,
.space-top-lg {
  margin-top: 15px;
}
.space-top-double {
  margin-top: 30px;
}
.space-top-triple {
  margin-top: 45px;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1 {
  float: left;
  width: 8.333333%;
}
.col-xs-2 {
  float: left;
  width: 16.666667%;
}
.col-xs-3 {
  float: left;
  width: 25%;
}
.col-xs-4 {
  float: left;
  width: 33.333333%;
}
.col-xs-5 {
  float: left;
  width: 41.666667%;
}
.col-xs-6 {
  float: left;
  width: 50%;
}
.col-xs-7 {
  float: left;
  width: 58.333333%;
}
.col-xs-8 {
  float: left;
  width: 66.666667%;
}
.col-xs-9 {
  float: left;
  width: 75%;
}
.col-xs-10 {
  float: left;
  width: 83.333333%;
}
.col-xs-11 {
  float: left;
  width: 91.666667%;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.offset-xs-1 {
  margin-left: 8.333333%;
}
.offset-xs-2 {
  margin-left: 16.666667%;
}
.offset-xs-3 {
  margin-left: 25%;
}
.offset-xs-4 {
  margin-left: 33.333333%;
}
.offset-xs-5 {
  margin-left: 41.666667%;
}
.offset-xs-6 {
  margin-left: 50%;
}
.offset-xs-7 {
  margin-left: 58.333333%;
}
.offset-xs-8 {
  margin-left: 66.666667%;
}
.offset-xs-9 {
  margin-left: 75%;
}
.offset-xs-10 {
  margin-left: 83.333333%;
}
.offset-xs-11 {
  margin-left: 91.666667%;
}
@media (min-width: 480px) {
  .col-sm-1 {
    float: left;
    width: 8.333333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.666667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.333333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.666667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.333333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.666667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.333333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.666667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .hidden-xs {
    display: block;
  }
  .space-top-xs {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .pad-md .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .col-md-1 {
    float: left;
    width: 8.333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.666667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .hidden-sm {
    display: block;
  }
  .space-top-sm {
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .col-lg-1 {
    float: left;
    width: 8.333333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.666667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.333333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.666667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.333333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.666667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.333333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.666667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .hidden-md {
    display: block;
  }
  .space-top-md {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.333333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.666667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.333333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.666667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.333333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.666667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.333333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.666667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .hidden-lg {
    display: block;
  }
  .space-top-lg {
    margin-top: 0;
  }
}
.force-pad .container .row {
  margin-left: 0;
  margin-right: 0;
}
.force-pad .container .container .row {
  margin-right: -15px;
  margin-left: -15px;
}
.force-pad.pad-md .container .container .row {
  margin-left: -25px;
  margin-right: -25px;
}
/*
|--------------------------------------------------------------------------
| LINKS / BUTTONS
|--------------------------------------------------------------------------
|
*/
body a {
  color: #e72e4a;
  text-decoration: none;
}
body a:not(.no):visited {
  color: #e21a38;
}
body a:not(.no):hover,
a:not(.no):active,
a:not(.no):focus {
  color: #ea455e;
  text-decoration: underline;
  -webkit-transition: 0.3s text-decoration;
          transition: 0.3s text-decoration;
}
body a:not(.no) {
  color: #e72e4a;
}
body a.nc {
  color: #555555;
}
body a.ic {
  color: inherit;
}
.btn {
  display: inline-block;
  margin: 2em 0 0;
  padding: .8em 1.2em;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  line-height: 1em;
  font-size: 1.3em;
  background: #444;
  color: #fff;
  -webkit-transition: all .35s ease;
          transition: all .35s ease;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  border: 0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn .ml {
  margin-left: 10px;
}
.btn .mr {
  margin-right: 10px;
}
.btn:hover,
.btn:active {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
  background: #555;
  color: #fff;
}
.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
.btn.b1,
.btn.b1:visited {
  background: #e72e4a;
  color: #ffffff;
}
.btn.b1:hover,
.btn.b1:active {
  background: #ff1639;
}
.btn.b2 {
  background-color: #48a928;
  /*background-image:linear-gradient(@brand-credit,darken(@brand-credit,3%))*/
}
.btn.b2:hover {
  background-color: #51be2d;
  /*background-image:linear-gradient(lighten(@brand-credit,5%),@brand-credit)*/
}
.btn.b3 {
  background-color: #ffffff;
  border: 1px solid #e72e4a;
  color: #e72e4a;
}
.btn.b3:hover {
  background-color: #fdeaed;
}
.btn.b4,
.btn.b7 {
  background: none;
  border: 1px solid #888;
  color: #555555;
}
.btn.b4:hover,
.btn.b7:hover {
  background: rgba(231, 46, 74, 0.1);
  border-color: rgba(231, 46, 74, 0.4);
  color: #e72e4a;
}
.btn.b5 {
  background: #777;
  border: 0;
  color: #fff;
}
.btn.b5:hover {
  background: #999;
}
.btn.b6 {
  background: transparent;
  border: 0;
  color: #777;
}
.btn.b6:hover {
  background: #eee;
}
.btn.b7 {
  color: #fff;
  margin: 0 0 0 4px;
  border-color: rgba(255, 255, 252, 0.5);
}
.btn.b7.active:not(:hover) {
  background: rgba(255, 255, 255, 0.2);
}
.btn.b8 {
  background: #619CE4;
  border: 0;
}
.btn.b8:hover {
  background: #7AACE9;
}
.btn.bp {
  background: #ECB131;
  border: 0;
}
.btn.bp:hover {
  background: #EFC05F;
}
.btn.br {
  margin: 0 0 20px;
  padding: 14px 34px;
}
.btn.bnm {
  margin: 0;
}
.btn.fw {
  width: 100%;
}
.btn.f {
  border: 1px solid #000;
  font-size: 18px;
}
.btn.f.b1 {
  border: 1px solid #cb1732;
}
.btn.f.b2 {
  border: 1px solid #36801e;
}
.btn.f.b5 {
  border: 1px solid #555555;
}
.btn.fs {
  font-size: 15px;
}
.btn-desc {
  margin: 5px 0 15px;
  font-size: 75%;
}
.btn.bm {
  padding: 6px 14px;
  font-size: 15px;
  line-height: 1.5em;
}
.btn.bs {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.43em;
}
.btn.bs2 {
  padding: 5px 12px;
  line-height: 1.43em;
}
.btn.bxs {
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1.35em;
}
.btn.bxxs {
  padding: 1px 4px;
  font-size: 11px;
  line-height: 1.3em;
}
.btn.bxl {
  padding: 12px 26px;
  font-size: 20px;
  line-height: 1.5em;
}
/*
|--------------------------------------------------------------------------
| HELPERS
|--------------------------------------------------------------------------
|
*/
.text-primary {
  color: #e72e4a;
}
.text-danger {
  color: #d9534f;
}
.text-success {
  color: #55af54;
}
.text-warning {
  color: #f0ad4e;
}
.text-info {
  color: #4091d5;
}
.text-base {
  color: #555555;
}
.text-center,
.t-c {
  text-align: center !important;
}
.text-left,
.t-l {
  text-align: left !important;
}
.text-right,
.t-r {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.valign {
  vertical-align: middle !important;
}
.muted,
.text-muted {
  opacity: 0.75;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.sub {
  margin: 5px 0 15px;
  font-size: .75em;
  color: #aaa;
  text-align: center;
}
div.inline {
  display: inline-block;
}
.mobile:not(body) {
  display: none;
}
@media (max-width: 767px) {
  .not-mobile:not(body) {
    display: none!important;
  }
  .mobile:not(body) {
    display: flex!important;
  }
  .mobile:not(body).block {
    display: block !important;
  }
}
/*
|--------------------------------------------------------------------------
| HTML5 ELEMENTS
|--------------------------------------------------------------------------
|
*/
small {
  font-size: 0.75em;
}
big {
  font-size: 1.2em;
}
hr {
  border: 0;
  outline: 0;
  border-top: 1px solid #b6b6b6;
  margin: 1em 0;
}
blockquote {
  padding: 5px 0 2px 15px;
  border-left: 1px solid #ddd;
  margin-bottom: 15px;
  line-height: 1.3em;
}
mark {
  background-color: rgba(10, 164, 240, 0.3);
  color: #047;
}
h1,
h2,
h3,
h4,
h5 {
  text-align: center;
}
h1 {
  font-size: 2.1em;
  margin-top: .5em;
  line-height: 1.1em;
}
h2 {
  font-size: 2.3em;
  margin-bottom: .5em;
  line-height: 1.1em;
  padding-bottom: 1.2em;
}
h3 {
  margin: 1em 0;
  text-transform: uppercase;
  font-size: 1.55em;
}
@media (min-width: 768px) {
  h3 {
    margin: 1.5em 0;
  }
}
h5 {
  color: #6f6f6f;
  text-align: left;
  font-size: 1.17em;
  display: inline-block;
}
h2.f {
  text-align: left;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: -0.02em;
  line-height: 32px;
  text-indent: -1px;
  padding: 0;
}
h2.faq {
  text-align: left;
  margin: 0;
  padding: 15px 0;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
}
h3.m,
#pgwModal h3 {
  margin: -30px 0 20px;
  border-bottom: 1px solid #ddd;
  line-height: 50px;
}
h3.k,
#pgwModal h3.k,
h2.k {
  margin: 0 0 15px;
  background: #f8f8f8;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  font-variant: small-caps;
  font-variant: all-petite-caps;
  text-transform: none;
  padding: 0 10px 2px;
}
h4.l {
  font-size: 21px;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 27px;
}
h4.f {
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
  margin: 5px 0 15px;
  display: inline-block;
  z-index: 2;
}
h3.stylized,
h4.stylized {
  display: table;
  white-space: nowrap;
  overflow: hidden;
  line-height: 2em;
  margin-top: .5em;
  width: 100%;
  font-size: 18px;
}
h3.stylized:before,
h4.stylized:before,
h3.stylized:after,
h4.stylized:after {
  border-top: 1px solid #b6b6b6;
  content: '';
  display: table-cell;
  position: relative;
  top: 1.05em;
  width: 45%;
}
h3.stylized:before,
h4.stylized:before {
  right: 1.5%;
}
h3.stylized:after,
h4.stylized:after {
  left: 1.5%;
}
p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
b {
  font-weight: 700;
}
p:last-child {
  margin-bottom: 0;
}
ul.list,
.list ul,
ol {
  margin-top: 6px;
  margin-bottom: 20px;
}
ul.list ul,
.list ul ul,
ol ul,
ul.list ol,
.list ul ol,
ol ol {
  margin-bottom: 0;
}
ul.list > li,
.list ul > li,
ol > li {
  margin-bottom: 6px;
  padding-left: 20px;
  line-height: 20px;
}
ul.list > li:before,
.list ul > li:before,
ol > li:before {
  content: '';
  background: #b6b6b6;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  left: 7px;
  top: 7px;
}
/*
|--------------------------------------------------------------------------
| IMAGE RELATIVE
|--------------------------------------------------------------------------
|
*/
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.thumbnail {
  max-width: 260px;
  padding: 10px 14px;
  border-radius: 2px;
  border: 1px solid #b6b6b6;
  margin: 0 0 15px 15px;
  float: right;
  z-index: 1;
  text-align: center;
  background: #f8f8f8;
}
.thumbnail > img {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #b6b6b6;
}
/*
|--------------------------------------------------------------------------
| MODAL
|--------------------------------------------------------------------------
|
*/
body.pgwModalOpen {
  overflow: hidden;
}
body.pgwModalOpen .site-wrapper {
  overflow-y: scroll;
}
body.pgwModalOpen.blurred .site-wrapper,
body.pgwModalOpen.blurred footer {
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.software body.pgwModalOpen.blurred .site-wrapper,
.software body.pgwModalOpen.blurred footer {
  -webkit-filter: none;
          filter: none;
}
#pgwModalBackdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .35s ease;
          transition: opacity .35s ease;
}
body.white-fade #pgwModalBackdrop {
  background: #f8f8f8;
}
#pgwModalBackdrop.show {
  opacity: .6;
  pointer-events: all;
}
body.white-fade #pgwModalBackdrop.show {
  opacity: 0.9;
}
#pgwModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9010;
  overflow-x: auto;
  overflow-y: scroll;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#pgwModal .pm-container {
  margin: 10px;
}
#pgwModal .pm-body {
  display: inline-block;
  max-width: 800px;
  min-width: 100px;
  position: relative;
  width: 100%;
  z-index: 9020;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
.white-fade #pgwModal .pm-body {
  box-shadow: none;
  border: 1px solid #b6b6b6;
}
#pgwModal .pm-title {
  background: #e5e5e5;
  padding: 5px 0 6px;
  border-bottom: 1px solid #d5d5d5;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
  min-height: 25px;
}
#pgwModal .pm-content {
  background: #fff;
  padding: 40px 25px 25px;
  border-radius: 3px;
  text-align: left;
}
#pgwModal .pm-close {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
}
#pgwModal .pm-close span.pm-icon {
  display: block;
  height: 20px;
  width: 20px;
}
#pgwModal .pm-close span.pm-icon:before {
  content: "\f00c";
  font-family: 'Black Tie';
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
#pgwModal .close {
  display: none;
}
#pgwModal h4 {
  text-align: left;
  font-size: 1.3em;
  margin: 15px 0;
}
#pgwModal p {
  text-align: justify;
}
#pgwModal.lightbox .pm-content {
  padding: 0;
}
#pgwModal.lightbox .pm-close {
  color: #fff;
}
#pgwModal.lightbox .pm-close:before {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
#pgwModal.lightbox .pm-container {
  padding: 0 40px;
}
#pgwModal.lightbox .lightbox-wrapper {
  width: 100%;
  text-align: center;
  font-size: 0;
}
#pgwModal.lightbox .lightbox-wrapper > img {
  width: 100%;
  height: auto;
}
#pgwModal.lightbox .navigation {
  position: absolute;
  height: 50px;
  width: 400px;
  border-radius: 3px;
  bottom: -60px;
  left: 50%;
  margin-left: -200px;
  color: #fff;
  font-size: 16px;
  padding: 10px 0 10px 10px;
}
#pgwModal.lightbox .navigation .social {
  border-radius: 50%;
  padding: 5px 7px;
}
#pgwModal.lightbox .navigation img {
  vertical-align: middle;
}
#pgwModal.lightbox .navigation .btn {
  margin: 0 10px 0 0;
}
/*
|--------------------------------------------------------------------------
| TOOLTIP
|--------------------------------------------------------------------------
|
*/
.tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  border: 1px solid #000;
  padding: 7px 12px;
  text-align: center;
  z-index: 9010;
  border-radius: 2px;
  margin: 0 0 10px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  font-size: 13px;
  max-width: 18.75rem;
  line-height: 17px;
  word-wrap: break-word;
}
.tooltip:after,
.tooltip:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #333;
  bottom: -7px;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
.tooltip:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 8px solid #000;
  bottom: -8px;
  margin-left: -12px;
}
.tooltip.bottom {
  margin: 10px 0 0;
}
.tooltip.bottom:before,
.tooltip.bottom:after {
  border-top: 0;
  border-bottom: 8px solid #000;
  bottom: auto;
  top: -8px;
}
.tooltip.bottom:after {
  border-bottom: 7px solid #333;
  top: -7px;
}
.tooltip.fixed {
  position: fixed;
}
/*
|--------------------------------------------------------------------------
| DROPDOWN
|--------------------------------------------------------------------------
|
*/
.dropdown li.disabled {
  cursor: default;
}
.dropdown.show {
  z-index: 180;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: 3px 0;
  font-size: 14px;
  color: #555555;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #b6b6b6;
  border-radius: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.show > .dropdown-menu {
  display: block;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: .125rem;
}
.dropdown-item,
.dropdown-menu a,
.dropdown-menu .text,
.dropdown-menu .inner {
  display: block;
  width: 100%;
  padding: 8px;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  color: #555555;
  border-bottom: 1px solid #ddd;
}
.dropdown-item > i,
.dropdown-menu a > i,
.dropdown-menu .text > i,
.dropdown-menu .inner > i {
  width: 12px;
  margin-right: 5px;
}
.dropdown-item:hover,
.dropdown-menu a:hover,
.dropdown-menu .inner:hover,
.dropdown-itemfocus,
.dropdown-menu afocus,
.dropdown-menu .innerfocus {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-menu a.active,
.dropdown-menu .inner.active,
.dropdown-item:active,
.dropdown-menu a:active,
.dropdown-menu .inner:active {
  color: #e72e4a;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-menu a.disabled,
.dropdown-menu .inner.disabled,
.dropdown-item:disabled,
.dropdown-menu a:disabled,
.dropdown-menu .inner:disabled,
.dropdown-item[disabled],
.dropdown-menu a[disabled],
.dropdown-menu .inner[disabled] {
  opacity: .75;
  cursor: default;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu .text {
  font-size: 16px;
  font-weight: 700;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu li:last-child a,
.dropdown-menu li:last-child .inner {
  border: 0;
}
/*
|--------------------------------------------------------------------------
| NOTIFICATIONS
|--------------------------------------------------------------------------
|
*/
#notification-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  padding: 15px;
  width: 300px;
  z-index: 99997;
}
#notification-wrapper .notification {
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  background: #333;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 25px;
  cursor: pointer;
  opacity: 0;
  margin-top: -50px;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  z-index: 998;
}
#notification-wrapper .notification:before {
  content: '\f00c';
  position: absolute;
  top: 5px;
  right: 5px;
  font: normal normal normal 10px/1 "Black Tie";
  opacity: 0.75;
}
#notification-wrapper .notification.success {
  background: #55af54;
}
#notification-wrapper .notification.error {
  background: #d9534f;
}
#notification-wrapper .notification-actions {
  text-align: center;
  margin-top: 10px;
}
#notification-wrapper .notification-actions .b1 {
  margin-right: 10px;
}
#notification-wrapper .notification-actions .btn {
  margin-top: 0;
}
/*
|--------------------------------------------------------------------------
| FORM
|--------------------------------------------------------------------------
|
*/
input.f,
select.f {
  padding: .5em .6em;
  display: inline-block;
  width: 100%;
  border: 1px solid #b6b6b6;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  color: #555555;
}
input.f.error,
select.f.error {
  border-color: #d9534f;
}
input.f.success,
select.f.success {
  border-color: #55af54;
}
input.b,
select.b {
  font-size: 18px;
}
select.f {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGBAMAAAAFwGKyAAAAElBMVEUAAACsrKyZmZmnp6ecnJyWlpYMLgrYAAAAAXRSTlMAQObYZgAAACpJREFUCNdjcGQAAhEGJgEGBkYFBgZFBgYhBgYgF8gBAmUjBhBgDWBgAAAgPQGZ2eT3JgAAAABJRU5ErkJggg==') 95% 50% no-repeat;
  background-position: calc(100% - 6px) 50%;
  padding: .5em 24px .5em .6em;
  cursor: pointer;
  -webkit-transition: 0.15s background cubic-bezier(0.35, 1.2, 0.67, 1.2);
          transition: 0.15s background cubic-bezier(0.35, 1.2, 0.67, 1.2);
}
select.f:hover {
  background-position-y: 60%;
}
select.f:focus {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGBAMAAAAFwGKyAAAAElBMVEUAAACsrKyZmZmnp6ecnJyWlpYMLgrYAAAAAXRSTlMAQObYZgAAACZJREFUCNdjYGBgDWAAAWUjEMkkwKgApBQZGIRAHAYGINcRJCECACMHAZngwXg2AAAAAElFTkSuQmCC');
}
select.f:focus:hover {
  background-position-y: 40%;
}
option,
optgroup {
  font-size: 14px;
}
/*
|--------------------------------------------------------------------------
| LEVEL
|--------------------------------------------------------------------------
|
*/
.level {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: baseline;
  image-rendering: pixelated;
  margin: 0 2px;
  background: url('/levels/16.png?ts=1');
}
.level.default {
  background-position: -73px 0;
}
.level.bronze {
  background-position: -89px 0;
}
.level.silver {
  background-position: -105px 0;
}
.level.gold {
  background-position: -121px 0;
}
.level.platinum {
  background-position: -137px 0;
}
.level.team {
  background-position: 0px 0;
}
.level.moderator {
  background-position: -35px 0;
  width: 19px;
}
.level.qa {
  background-position: -54px 0;
  width: 19px;
}
.level.beta {
  background-position: -16px 0;
  width: 19px;
}
.level.diamond {
  background-position: -153px 0;
}
.level.double-diamond {
  background-position: -169px 0;
}
.level.triple-diamond {
  background-position: -185px 0;
}
.level.master {
  background-position: -201px 0;
  width: 19px;
}
.level.elite {
  background-position: -220px 0;
  width: 19px;
}
.level.big {
  width: 16px;
  height: 16px;
  background: url('/levels/16.png?ts=1');
}
.level.big.default {
  background-position: -73px 0;
}
.level.big.bronze {
  background-position: -89px 0;
}
.level.big.silver {
  background-position: -105px 0;
}
.level.big.gold {
  background-position: -121px 0;
}
.level.big.platinum {
  background-position: -137px 0;
}
.level.big.team {
  background-position: 0px 0;
}
.level.big.moderator {
  background-position: -35px 0;
  width: 19px;
}
.level.big.qa {
  background-position: -54px 0;
  width: 19px;
}
.level.big.beta {
  background-position: -16px 0;
  width: 19px;
}
.level.big.diamond {
  background-position: -153px 0;
}
.level.big.double-diamond {
  background-position: -169px 0;
}
.level.big.triple-diamond {
  background-position: -185px 0;
}
.level.big.master {
  background-position: -201px 0;
  width: 19px;
}
.level.big.elite {
  background-position: -220px 0;
  width: 19px;
}
.level.huge {
  width: 32px;
  height: 32px;
  background: url('/levels/32.png?ts=1');
}
.level.huge.default {
  background-position: -155px 0;
}
.level.huge.bronze {
  background-position: -187px 0;
}
.level.huge.silver {
  background-position: -219px 0;
}
.level.huge.gold {
  background-position: -251px 0;
}
.level.huge.platinum {
  background-position: -283px 0;
}
.level.huge.team {
  background-position: 0px 0;
}
.level.huge.moderator {
  background-position: -73px 0;
  width: 41px;
}
.level.huge.diamond {
  background-position: -315px 0;
}
.level.huge.double-diamond {
  background-position: -347px 0;
}
.level.huge.triple-diamond {
  background-position: -379px 0;
}
.level.huge.master {
  background-position: -410px 0;
  width: 41px;
}
.level.huge.elite {
  background-position: -450px 0;
  width: 37px;
}
.level.system {
  background: none;
  width: 1px;
}
/*
|--------------------------------------------------------------------------
| PREMIUM
|--------------------------------------------------------------------------
|
*/
.premium {
  width: 14px;
  height: 10px;
  vertical-align: baseline;
  image-rendering: pixelated;
  margin: 0 2px;
  -webkit-mask-image: url('/img/credit/premium-mark.svg');
          mask-image: url('/img/credit/premium-mark.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(304.11deg, #dad7e0 -8.8%, #a39faa 140.55%);
  background: linear-gradient(145.89deg, #dad7e0 -8.8%, #a39faa 140.55%);
}
.premium.Plus {
  background: -webkit-linear-gradient(315deg, #ec7485 0%, #f6324a 100%);
  background: linear-gradient(135deg, #ec7485 0%, #f6324a 100%);
}
.premium.Extended {
  background: -webkit-linear-gradient(305.91deg, #f3d569 -8.76%, #f1b238 102.72%);
  background: linear-gradient(144.09deg, #f3d569 -8.76%, #f1b238 102.72%);
}
.premium.Ultimate {
  background: -webkit-linear-gradient(313.83deg, #00c0f9 5.76%, #1a97f7 29.23%, #b45af6 46.82%, #ff56ac 71.15%, #ff833b 92.86%);
  background: linear-gradient(136.17deg, #00c0f9 5.76%, #1a97f7 29.23%, #b45af6 46.82%, #ff56ac 71.15%, #ff833b 92.86%);
}
.premium.big {
  width: 23px;
  height: 16px;
}
/*
|--------------------------------------------------------------------------
| CARD
|--------------------------------------------------------------------------
|
*/
.card-show {
  display: inline-block;
  border-radius: 2px;
  font-size: 0;
  height: 150px;
  width: 100px;
  cursor: pointer;
  background: #ddd;
  margin: 0 10px 15px 0;
  vertical-align: bottom;
  overflow: hidden;
}
.card-show .illustration {
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.card-show .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.card-show .collection-label {
  position: absolute;
  top: 65%;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  background: #e72e4a;
  font-weight: bold;
  z-index: 4;
}
.card-show .collection-label:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 6px;
  border-right: 3px solid transparent;
  border-top: 10px solid transparent;
  border-left: 3px solid #e72e4a;
  border-bottom: 10px solid #e72e4a;
}
.card-show.natural {
  height: 242px;
  width: 162px;
}
/*
|--------------------------------------------------------------------------
| PAGINATION
|--------------------------------------------------------------------------
|
*/
.pagination {
  margin-bottom: 15px;
}
.pagination.mt {
  margin-top: 15px;
}
.pagination .ord {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.pagination .btn {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #222;
  background: #555;
  padding: .5em .8em;
  font-size: 16px;
}
.pagination .btn.active {
  background: #e72e4a;
  border-color: #cb1732;
}
.pagination .c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .ellipsis {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px;
}
/*
|--------------------------------------------------------------------------
| MISC
|--------------------------------------------------------------------------
|
*/
.shadow:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 2;
  pointer-events: none;
}
.loader {
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 38px;
}
html.loading,
html.loading body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
html.loading body .site-wrapper {
  overflow-y: scroll;
}
html.loading body:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999998;
  background: rgba(255, 255, 255, 0.3);
}
html.loading body:after {
  content: '\f03d';
  font-weight: 700;
  font-family: 'Black Tie';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999999;
  display: block;
  font-size: 50px;
  -webkit-animation: bt-spin 2s infinite linear;
          animation: bt-spin 2s infinite linear;
  margin-left: -25px;
  margin-top: -25px;
}
table[sortable] th {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
table[sortable] th i {
  margin-left: 5px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table td,
.table th {
  padding: .4rem;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-size: 1.4em;
  border-top: 0;
}
.bold {
  font-weight: 700;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
}
.italic {
  font-style: italic;
}
.oneline {
  white-space: nowrap;
  overflow: hidden!important;
  text-overflow: ellipsis;
  line-height: 1.2em!important;
}
#cookiewarn {
  background: #f3be53;
  color: #5d530b;
  padding: 10px;
  line-height: 23px;
}
.alert {
  padding: 30px 15px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #b6b6b6;
  font-size: 20px;
  color: #b6b6b6;
}
.label-list .label {
  display: inline-block;
  padding: 5px;
  background: rgba(64, 145, 213, 0.08);
  color: #4091d5;
  border-radius: 3px;
  margin: 0 10px 10px 0;
}
.choice-menu {
  position: relative;
  text-align: center;
  border: 1px solid #b6b6b6;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #555555;
}
.choice-menu:active,
.choice-menu:focus,
.choice-menu:hover {
  background: #e72e4a;
  border-color: #fff;
  color: #fff!important;
}
.choice-menu-2 {
  display: block;
  height: auto;
  line-height: 1.2em;
  background: #dcf2ff;
  color: #6aa4d8;
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.choice-menu-2 span {
  color: #687d90;
}
.choice-menu-2.success {
  background: #e3ffe2;
  color: #55af54;
}
.choice-menu-2.success span {
  color: #389437;
}
.choice-menu-2.error {
  background: #ffe4e3;
  color: #d9534f;
}
.choice-menu-2.error span {
  color: #b3322e;
}
/*
|--------------------------------------------------------------------------
| ATTACHED FOOTER
|--------------------------------------------------------------------------
|
*/
html,
body.site {
  height: 100%;
}
body.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.site .site-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
  width: 100%;
}
/*
|--------------------------------------------------------------------------
*/
.login article,
.models article {
  display: inline-block;
}
/*!
 *  The Black Tie Font is commercial software. Please do not distribute.
 */
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'Black Tie';
  src: url('/fonts/solid/BlackTie-Solid-webfont.eot?v=1.0.0');
  src: url('/fonts/solid/BlackTie-Solid-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/fonts/solid/BlackTie-Solid-webfont.woff2?v=1.0.0') format('woff2'), url('/fonts/solid/BlackTie-Solid-webfont.woff?v=1.0.0') format('woff'), url('/fonts/solid/BlackTie-Solid-webfont.ttf?v=1.0.0') format('truetype'), url('/fonts/solid/BlackTie-Solid-webfont.svg?v=1.0.0#black_tiesolid') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/fonts/bold/BlackTie-Bold-webfont.eot?v=1.0.0');
  src: url('/fonts/bold/BlackTie-Bold-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/fonts/bold/BlackTie-Bold-webfont.woff2?v=1.0.0') format('woff2'), url('/fonts/bold/BlackTie-Bold-webfont.woff?v=1.0.0') format('woff'), url('/fonts/bold/BlackTie-Bold-webfont.ttf?v=1.0.0') format('truetype'), url('/fonts/bold/BlackTie-Bold-webfont.svg?v=1.0.0#black_tiebold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/fonts/medium/BlackTie-Medium-webfont.eot?v=1.0.0');
  src: url('/fonts/medium/BlackTie-Medium-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/fonts/medium/BlackTie-Medium-webfont.woff2?v=1.0.0') format('woff2'), url('/fonts/medium/BlackTie-Medium-webfont.woff?v=1.0.0') format('woff'), url('/fonts/medium/BlackTie-Medium-webfont.ttf?v=1.0.0') format('truetype'), url('/fonts/medium/BlackTie-Medium-webfont.svg?v=1.0.0#black_tiemedium') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Black Tie';
  src: url('/fonts/light/BlackTie-Light-webfont.eot?v=1.0.0');
  src: url('/fonts/light/BlackTie-Light-webfont.eot?#iefix&v=1.0.0') format('embedded-opentype'), url('/fonts/light/BlackTie-Light-webfont.woff2?v=1.0.0') format('woff2'), url('/fonts/light/BlackTie-Light-webfont.woff?v=1.0.0') format('woff'), url('/fonts/light/BlackTie-Light-webfont.ttf?v=1.0.0') format('truetype'), url('/fonts/light/BlackTie-Light-webfont.svg?v=1.0.0#black_tielight') format('svg');
  font-weight: 200;
  font-style: normal;
}
.bts,
.btb,
.btr,
.btl {
  display: inline-block;
  font: normal normal normal 14px/1 "Black Tie";
  font-size: inherit;
  vertical-align: -14.28571429%;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.bts {
  font-weight: 900;
}
.btb {
  font-weight: 700;
}
.btl {
  font-weight: 200;
}
.bt-sm {
  font-size: .7em;
  vertical-align: baseline;
}
.bt-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
}
.bt-2x {
  font-size: 2em;
}
.bt-3x {
  font-size: 3em;
}
.bt-4x {
  font-size: 4em;
}
.bt-5x {
  font-size: 5em;
}
.bt-lg,
.bt-2x,
.bt-3x,
.bt-4x,
.bt-5x {
  vertical-align: -30%;
}
.bt-fw {
  width: 1.28571429em;
  text-align: center;
}
.bt-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.bt-ul > li {
  position: relative;
}
.bt-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.bt-li.bt-lg {
  left: -2em;
}
.bt-border {
  padding: .2em;
  border: solid .08em #eee;
  border-radius: 0.1em;
}
.bt-hover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.bts.pull-left,
.btb.pull-left,
.btr.pull-left,
.btl.pull-left,
.fab.pull-left {
  margin-right: 0.3em;
}
.bts.pull-right,
.btb.pull-right,
.btr.pull-right,
.btl.pull-right,
.fab.pull-right {
  margin-left: 0.3em;
}
.bt-spin {
  -webkit-animation: bt-spin 2s infinite linear;
  animation: bt-spin 2s infinite linear;
}
.bt-pulse {
  -webkit-animation: bt-spin 1s infinite steps(8);
  animation: bt-spin 1s infinite steps(8);
}
.bt-flash {
  -webkit-animation: bt-flash 1s infinite ease;
          animation: bt-flash 1s infinite ease;
}
@-webkit-keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes bt-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes bt-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bt-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.bt-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.bt-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.bt-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.bt-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.bt-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .bt-rotate-90,
:root .bt-rotate-180,
:root .bt-rotate-270,
:root .bt-flip-horizontal,
:root .bt-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.bt-stack {
  position: relative;
  display: inline-block;
  width: 1.28571429em;
  height: 1em;
  line-height: 1em;
  vertical-align: baseline;
}
.bt-stack-sm {
  position: absolute;
  top: 0;
  left: 0;
  line-height: inherit;
  font-size: 0.5em;
}
.bt-stack-1x,
.bt-stack-sm {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.bt-inverse {
  color: #ffffff;
}
.bt-bars:before {
  content: "\f000";
}
.bt-envelope:before {
  content: "\f001";
}
.bt-search:before {
  content: "\f002";
}
.bt-search-plus:before {
  content: "\f003";
}
.bt-search-minus:before {
  content: "\f004";
}
.bt-phone:before {
  content: "\f005";
}
.bt-comment:before {
  content: "\f007";
}
.bt-commenting:before {
  content: "\f008";
}
.bt-comments:before {
  content: "\f009";
}
.bt-rss:before {
  content: "\f00a";
}
.bt-times:before {
  content: "\f00c";
}
.bt-times-circle:before {
  content: "\f00d";
}
.bt-clock:before {
  content: "\f00e";
}
.bt-star:before {
  content: "\f010";
}
.bt-star-half:before {
  content: "\f011";
}
.bt-check:before {
  content: "\f012";
}
.bt-check-circle:before {
  content: "\f013";
}
.bt-check-square:before {
  content: "\f014";
}
.bt-th:before {
  content: "\f015";
}
.bt-th-large:before {
  content: "\f016";
}
.bt-heart:before {
  content: "\f017";
}
.bt-heart-half:before {
  content: "\f018";
}
.bt-calendar:before {
  content: "\f019";
}
.bt-shopping-cart:before {
  content: "\f01a";
}
.bt-plus:before {
  content: "\f01b";
}
.bt-plus-circle:before {
  content: "\f01c";
}
.bt-plus-square:before {
  content: "\f01d";
}
.bt-pen:before {
  content: "\f01e";
}
.bt-minus:before {
  content: "\f021";
}
.bt-minus-circle:before {
  content: "\f022";
}
.bt-minus-square:before {
  content: "\f023";
}
.bt-pencil:before {
  content: "\f024";
}
.bt-edit:before {
  content: "\f025";
}
.bt-thumbs-up:before {
  content: "\f026";
}
.bt-thumbs-down:before {
  content: "\f027";
}
.bt-gear:before {
  content: "\f028";
}
.bt-trash:before {
  content: "\f029";
}
.bt-file:before {
  content: "\f02a";
}
.bt-info-circle:before {
  content: "\f02b";
}
.bt-label:before {
  content: "\f02c";
}
.bt-rocket:before {
  content: "\f02d";
}
.bt-book:before {
  content: "\f02e";
}
.bt-book-open:before {
  content: "\f02f";
}
.bt-notebook:before {
  content: "\f030";
}
.bt-camera:before {
  content: "\f031";
}
.bt-folder:before {
  content: "\f032";
}
.bt-quote-left:before {
  content: "\f036";
}
.bt-quote-right:before {
  content: "\f037";
}
.bt-eye:before {
  content: "\f038";
}
.bt-lock:before {
  content: "\f039";
}
.bt-lock-open:before {
  content: "\f03a";
}
.bt-gift:before {
  content: "\f03b";
}
.bt-spinner-clock:before {
  content: "\f03c";
}
.bt-spinner:before {
  content: "\f03d";
}
.bt-wrench:before {
  content: "\f03e";
}
.bt-cloud:before {
  content: "\f040";
}
.bt-cloud-upload:before {
  content: "\f041";
}
.bt-cloud-download:before {
  content: "\f042";
}
.bt-sync:before {
  content: "\f043";
}
.bt-question-circle:before {
  content: "\f044";
}
.bt-share:before {
  content: "\f045";
}
.bt-briefcase:before {
  content: "\f046";
}
.bt-money:before {
  content: "\f047";
}
.bt-megaphone:before {
  content: "\f048";
}
.bt-sign-in:before {
  content: "\f049";
}
.bt-sign-out:before {
  content: "\f04a";
}
.bt-film:before {
  content: "\f04b";
}
.bt-trophy:before {
  content: "\f04c";
}
.bt-code:before {
  content: "\f04d";
}
.bt-light-bulb:before {
  content: "\f04e";
}
.bt-print:before {
  content: "\f050";
}
.bt-fax:before {
  content: "\f051";
}
.bt-video:before {
  content: "\f052";
}
.bt-signal:before {
  content: "\f053";
}
.bt-sitemap:before {
  content: "\f054";
}
.bt-upload:before {
  content: "\f055";
}
.bt-download:before {
  content: "\f056";
}
.bt-key:before {
  content: "\f057";
}
.bt-mug:before {
  content: "\f058";
}
.bt-bookmark:before {
  content: "\f059";
}
.bt-flag:before {
  content: "\f05a";
}
.bt-external-link:before {
  content: "\f05b";
}
.bt-smile:before {
  content: "\f05c";
}
.bt-frown:before {
  content: "\f05d";
}
.bt-meh:before {
  content: "\f05e";
}
.bt-magic:before {
  content: "\f060";
}
.bt-bolt:before {
  content: "\f061";
}
.bt-exclamation-triangle:before {
  content: "\f062";
}
.bt-exclamation-circle:before {
  content: "\f063";
}
.bt-flask:before {
  content: "\f064";
}
.bt-music:before {
  content: "\f065";
}
.bt-push-pin:before {
  content: "\f066";
}
.bt-shield:before {
  content: "\f067";
}
.bt-sort:before {
  content: "\f068";
}
.bt-reply:before {
  content: "\f069";
}
.bt-forward:before {
  content: "\f06a";
}
.bt-reply-all:before {
  content: "\f06b";
}
.bt-forward-all:before {
  content: "\f06c";
}
.bt-bell:before {
  content: "\f06d";
}
.bt-bell-off:before {
  content: "\f06e";
}
.bt-ban:before {
  content: "\f070";
}
.bt-database:before {
  content: "\f071";
}
.bt-hard-drive:before {
  content: "\f072";
}
.bt-merge:before {
  content: "\f073";
}
.bt-fork:before {
  content: "\f074";
}
.bt-wifi:before {
  content: "\f075";
}
.bt-paper-plane:before {
  content: "\f076";
}
.bt-inbox:before {
  content: "\f077";
}
.bt-fire:before {
  content: "\f078";
}
.bt-play:before {
  content: "\f079";
}
.bt-pause:before {
  content: "\f07a";
}
.bt-stop:before {
  content: "\f08b";
}
.bt-play-circle:before {
  content: "\f07b";
}
.bt-next:before {
  content: "\f07c";
}
.bt-previous:before {
  content: "\f07d";
}
.bt-repeat:before {
  content: "\f07e";
}
.bt-fast-forward:before {
  content: "\f080";
}
.bt-fast-reverse:before {
  content: "\f081";
}
.bt-volume:before {
  content: "\f082";
}
.bt-volume-off:before {
  content: "\f083";
}
.bt-volume-up:before {
  content: "\f084";
}
.bt-volume-down:before {
  content: "\f085";
}
.bt-maximize:before {
  content: "\f086";
}
.bt-minimize:before {
  content: "\f087";
}
.bt-closed-captions:before {
  content: "\f088";
}
.bt-shuffle:before {
  content: "\f089";
}
.bt-triangle:before {
  content: "\f08a";
}
.bt-square:before {
  content: "\f08b";
}
.bt-circle:before {
  content: "\f08c";
}
.bt-hexagon:before {
  content: "\f08d";
}
.bt-octagon:before {
  content: "\f08e";
}
.bt-angle-up:before {
  content: "\f090";
}
.bt-angle-down:before {
  content: "\f091";
}
.bt-angle-left:before {
  content: "\f092";
}
.bt-angle-right:before {
  content: "\f093";
}
.bt-angles-up:before {
  content: "\f094";
}
.bt-angles-down:before {
  content: "\f095";
}
.bt-angles-left:before {
  content: "\f096";
}
.bt-angles-right:before {
  content: "\f097";
}
.bt-arrow-up:before {
  content: "\f098";
}
.bt-arrow-down:before {
  content: "\f099";
}
.bt-arrow-left:before {
  content: "\f09a";
}
.bt-arrow-right:before {
  content: "\f09b";
}
.bt-bar-chart:before {
  content: "\f09c";
}
.bt-pie-chart:before {
  content: "\f09d";
}
.bt-circle-arrow-up:before {
  content: "\f0a0";
}
.bt-circle-arrow-down:before {
  content: "\f0a1";
}
.bt-circle-arrow-left:before {
  content: "\f0a2";
}
.bt-circle-arrow-right:before {
  content: "\f0a3";
}
.bt-caret-up:before {
  content: "\f0a4";
}
.bt-caret-down:before {
  content: "\f0a5";
}
.bt-caret-left:before {
  content: "\f0a6";
}
.bt-caret-right:before {
  content: "\f0a7";
}
.bt-long-arrow-up:before {
  content: "\f0a8";
}
.bt-long-arrow-down:before {
  content: "\f0a9";
}
.bt-long-arrow-left:before {
  content: "\f0aa";
}
.bt-long-arrow-right:before {
  content: "\f0ab";
}
.bt-Bold:before {
  content: "\f0ac";
}
.bt-italic:before {
  content: "\f0ad";
}
.bt-underline:before {
  content: "\f0ae";
}
.bt-link:before {
  content: "\f0b0";
}
.bt-paper-clip:before {
  content: "\f0b1";
}
.bt-align-left:before {
  content: "\f0b2";
}
.bt-align-center:before {
  content: "\f0b3";
}
.bt-align-right:before {
  content: "\f0b4";
}
.bt-align-justify:before {
  content: "\f0b5";
}
.bt-cut:before {
  content: "\f0b6";
}
.bt-copy:before {
  content: "\f0b7";
}
.bt-paste:before {
  content: "\f0b8";
}
.bt-photo:before {
  content: "\f0b9";
}
.bt-table:before {
  content: "\f0ba";
}
.bt-ulist:before {
  content: "\f0bb";
}
.bt-olist:before {
  content: "\f0bc";
}
.bt-indent:before {
  content: "\f0bd";
}
.bt-outdent:before {
  content: "\f0be";
}
.bt-undo:before {
  content: "\f0c0";
}
.bt-redo:before {
  content: "\f0c1";
}
.bt-sup:before {
  content: "\f0c2";
}
.bt-sub:before {
  content: "\f0c3";
}
.bt-text-size:before {
  content: "\f0c4";
}
.bt-text-color:before {
  content: "\f0c5";
}
.bt-remove-formatting:before {
  content: "\f0c6";
}
.bt-blockquote:before {
  content: "\f036";
}
.bt-globe:before {
  content: "\f0c7";
}
.bt-map:before {
  content: "\f0c8";
}
.bt-map-arrow:before {
  content: "\f0c9";
}
.bt-map-marker:before {
  content: "\f0ca";
}
.bt-map-pin:before {
  content: "\f0cb";
}
.bt-home:before {
  content: "\f0cc";
}
.bt-building:before {
  content: "\f0cd";
}
.bt-industry:before {
  content: "\f0ce";
}
.bt-desktop:before {
  content: "\f0d0";
}
.bt-laptop:before {
  content: "\f0d1";
}
.bt-tablet:before {
  content: "\f0d2";
}
.bt-mobile:before {
  content: "\f0d3";
}
.bt-tv:before {
  content: "\f0d4";
}
.bt-radio-checked:before {
  content: "\f0d5";
}
.bt-radio-unchecked:before {
  content: "\f08c";
}
.bt-checkbox-checked:before {
  content: "\f014";
}
.bt-checkbox-unchecked:before {
  content: "\f08b";
}
.bt-checkbox-intermediate:before {
  content: "\f023";
}
.bt-user:before {
  content: "\f0d6";
}
.bt-user-male:before {
  content: "\f0d6";
}
.bt-user-female:before {
  content: "\f0d7";
}
.bt-crown:before {
  content: "\f0d8";
}
.bt-credit-card:before {
  content: "\f0d9";
}
.bt-strikethrough:before {
  content: "\f0da";
}
.bt-eject:before {
  content: "\f0db";
}
.bt-ellipsis-h:before {
  content: "\f0dc";
}
.bt-ellipsis-v:before {
  content: "\f0dd";
}
.bt-social:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: inherit;
  margin-right: 5px;
}
.bt-twitter:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="45" height="45" viewBox="0 0 45 45"><path d="M22.5,45A22.5,22.5,0,0,1,6.59,6.59,22.5,22.5,0,1,1,38.41,38.41,22.353,22.353,0,0,1,22.5,45ZM21.245,25.892h0l6.042,7.9h7.718l-9.835-13,8.419-9.585H29.756l-6.394,7.218L17.9,11.206H9.994l9.418,12.336L10.493,33.794h3.834l6.918-7.9Zm9.293,5.651H28.414L14.5,13.373h2.283L30.538,31.542Z" fill="%23fff"/></svg>');
  background-size: contain;
}
.bt-facebook:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.319%20291.319%22%3E%3Cpath%20d%3D%22M145.66%200c80.45%200%20145.66%2065.22%20145.66%20145.66%200%2080.45-65.2%20145.66-145.66%20145.66S0%20226.12%200%20145.66C0%2065.22%2065.2%200%20145.66%200z%22%20fill%3D%22%233B5998%22/%3E%3Cpath%20d%3D%22M163.4%20100.28h18.77V72.55H160.1v.1c-26.74.94-32.22%2015.97-32.7%2031.76h-.06v13.88h-18.2v27.15h18.2v72.8h27.44v-72.8h22.48l4.34-27.14h-26.8v-8.38c0-5.33%203.54-9.6%208.6-9.6z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E%0A);
}
.bt-blog:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.319%20291.319%22%3E%3Cpath%20d%3D%22M145.66%200c80.44%200%20145.66%2065.22%20145.66%20145.66S226.1%20291.32%20145.66%20291.32%200%20226.1%200%20145.66%2065.2%200%20145.66%200z%22%20fill%3D%22%23F4B459%22/%3E%3Cpath%20d%3D%22M218.1%20133.32l-1.25-2.53-2.05-1.6c-2.68-2.1-16.27.13-19.93-3.2-2.6-2.37-3-6.66-3.78-12.45-1.48-11.25-2.4-11.84-4.16-15.63-6.4-13.54-23.76-23.7-35.68-25.12h-32.3c-25.4%200-46.17%2020.74-46.17%2046.06v53.7c0%2025.26%2020.75%2045.95%2046.16%2045.95h53.07c25.4%200%2046.05-20.66%2046.2-45.94l.27-37.2-.4-2.03zm-99.52-24.02h26.87c5.12%200%209.3%204.1%209.3%209.07%200%204.96-4.17%209.08-9.3%209.08h-26.87c-5.13%200-9.3-4.12-9.3-9.08%200-4.98%204.17-9.07%209.3-9.07zm54.33%2072.77h-54.35c-5.1%200-9.25-4.17-9.25-9.13%200-5.02%204.13-9.1%209.24-9.1h54.37c5.1%200%209.2%204.08%209.2%209.1%200%204.96-4.1%209.13-9.2%209.13z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E);
}
.bt-youtube:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.319%20291.319%22%3E%3Cpath%20d%3D%22M145.66%200c80.45%200%20145.66%2065.22%20145.66%20145.66s-65.2%20145.66-145.66%20145.66S0%20226.1%200%20145.66%2065.2%200%20145.66%200z%22%20fill%3D%22%23C4302B%22/%3E%3Cpath%20d%3D%22M142.15%20118.36c4.6%200%208.2-1.47%2010.85-3.55%202.62-2.1%203.93-4.9%203.93-8.6v-22c0-3.2-1.34-5.9-4-8-2.7-2-6.12-3.1-10.33-3.1-4.6%200-8.28%201-11%203-2.73%202-4.1%204.6-4.1%207.9v22.2c0%203.7%201.34%206.6%204%208.7s6.2%203.7%2010.65%203.7zm-4.82-33.42c0-.84.44-1.5%201.3-2.05.88-.6%202-.8%203.4-.8%201.5%200%202.72.2%203.64.7.93.5%201.38%201.2%201.38%202v21c0%201-.45%201.8-1.36%202.4-1%20.6-2.2.9-3.7.9s-2.7-.3-3.5-.9c-.8-.6-1.2-1.4-1.2-2.5v-21zm35.3%2033.4c1.62%200%203.26-.94%204.98-1.87%201.8-.94%203.4-2.33%205-4.13v4.9h8.6V72.97h-8.6v33.62c-.8.9-1.7%201.7-2.6%202.3-1%20.6-1.8.9-2.4.9-.8%200-1.4-.3-1.7-.8-.3-.5-.5-1.2-.5-2.3V72.9h-8.5v37c0%202.64.5%204.6%201.5%205.93%201%201.32%202.5%202.43%204.5%202.43zm25%2018.3H93.7c-16.54%200-29.93%2012.88-29.93%2028.75v24.3c0%2015.8%2013.4%2028.7%2029.93%2028.7h103.96c16.52%200%2029.93-12.9%2029.93-28.8v-24.3c0-15.9-13.4-28.8-30-28.8zm-88.5%2024.67h-9.18v38.1h-8.9v-38.1h-9.2v-6.4h27.3v6.5zm27.45%2038.6H127V196c-1.8%201.45-3.62%202.57-5.55%203.32-1.9.77-3.76%201.15-5.56%201.15-2.3%200-3.9-.54-5.1-1.62-1.1-1.07-1.7-2.67-1.7-4.8v-30.07h9.6v27.58c0%20.85.2%201.45.5%201.83.4.4%201.1.5%201.9.5.7%200%201.6-.3%202.7-.8s2.1-1.2%203-2v-27.3h9.5v35.9zm36.3-6.8c0%202.4-.76%204.2-2.24%205.4-1.47%201.3-3.63%201.9-6.43%201.9-1.8%200-3.5-.2-4.9-.7-1.4-.5-2.8-1.2-4-2.2v2.5h-9.5v-45.1h9.6v14.6c1.3-1%202.7-1.8%204.1-2.3%201.5-.5%202.9-.8%204.4-.8%203%200%205.3.7%206.9%202.1%201.6%201.4%202.4%203.5%202.4%206.2v18.5zm36.46-10.1h-17.66v6.5c0%201.9.3%203.1.9%203.8.62.7%201.67%201.1%203.13%201.1%201.6%200%202.7-.3%203.3-.9.6-.6.9-1.9.9-3.9V188h9.5v1.73c0%203.53-1.1%206.2-3.5%208-2.3%201.77-5.7%202.66-10.3%202.66-4.1%200-7.4-1-9.7-2.9-2.3-1.9-3.5-4.5-3.5-7.8v-15.5c0-3%201.3-5.5%203.97-7.3%202.6-1.9%205.95-2.9%2010.1-2.9%204.2%200%207.47.9%209.75%202.6%202.28%201.75%203.4%204.26%203.4%207.5v8.8zM104%20118.5h10.85V92l12.65-37.33h-11.04l-6.72%2025.5h-.7L102%2054.67H91.05L104%2093.2v25.26zm55.16%2053.06l-2%20.33-1.97%201v20.7c.7.5%201.5.9%202.2%201.2l2.3.3c1.1%200%202-.3%202.5-.7.5-.5.8-1.3.8-2.3V175c0-1.14-.4-2-1-2.56-.7-.58-1.7-.87-3-.87z%22%20fill%3D%22%23FFF%22/%3E%3Cpath%20d%3D%22M196.22%20170.02c-1.47%200-2.52.3-3.17.95-.63.6-.94%201.65-.94%203.1v3.47h8.2v-3.48c0-1.44-.3-2.47-.9-3.1-.6-.63-1.6-.94-3-.94z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E);
}
.bt-instagram:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.319%20291.319%22%3E%3Cpath%20d%3D%22M145.66%200c80.44%200%20145.66%2065.22%20145.66%20145.66S226.1%20291.32%20145.66%20291.32%200%20226.1%200%20145.66%2065.2%200%20145.66%200z%22%20fill%3D%22%233F729B%22/%3E%3Cpath%20d%3D%22M195.93%2063.7H95.38C77.9%2063.7%2063.7%2077.93%2063.7%2095.4v100.56c0%2017.47%2014.22%2031.67%2031.68%2031.67h100.56c17.47%200%2031.67-14.2%2031.67-31.66V95.37c0-17.45-14.2-31.66-31.66-31.66zm9.98%2018.33h3.6v27.2l-27.4.1-.1-27.2%2023.9-.1zm-60.23%2036.2c22.73%200%2027.42%2021.35%2027.42%2027.44%200%2015.1-12.3%2027.4-27.43%2027.4-15.12%200-27.42-12.3-27.42-27.4%200-6.1%204.7-27.43%2027.42-27.43zm64%2075.73c0%208.65-7.05%2015.7-15.72%2015.7H97.07c-8.66%200-15.7-7.04-15.7-15.7v-66.54h22.75c-2.1%205.2-3.3%2012.3-3.3%2018.25%200%2024.7%2020.1%2044.82%2044.8%2044.82s44.82-20.13%2044.82-44.84c0-5.95-1.2-13.06-3.3-18.25h22.5v66.55z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E);
}
.bt-googleplus:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.32%20291.32%22%3E%3Cpath%20d%3D%22M145.66%200c80.1%200%20145.66%2065.55%20145.66%20145.66s-65.55%20145.66-145.66%20145.66S0%20225.77%200%20145.66%2065.55%200%20145.66%200z%22%20fill%3D%22%23DD4B39%22/%3E%3Cpath%20d%3D%22M219.4%20121.08v16.4h16.4v16.37h-16.4v16.4H203v-16.4h-16.37v-16.38H203v-16.4M71.92%20186.63c-21.85-21.85-21.85-60.1.9-81.94%2016.4-16.4%2040.06-20.1%2061-11.9l8.2%204.53%209.1%206.37-14.57%2014.58-5.46-3.64c-12.8-8.2-31-6.36-42.8%205.48-13.7%2013.66-14.6%2038.24%200%2052.8%2013.6%2014.57%2038.2%2014.57%2051%200%203.6-3.64%207.2-9.1%208.1-14.56v-1.8h-32.7v-18.2h51.9l.9%204.53v12.73c-.9%2011.8-5.46%2023.65-13.66%2031.84-21.85%2020.94-60.08%2020.94-81.93-.9z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E);
}
.bt-pinterest:before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20291.319%20291.319%22%3E%3Cpath%20d%3D%22M145.7%200C226%200%20291.3%2065.2%20291.3%20145.7c0%2080.4-65.2%20145.6-145.6%20145.6S0%20226%200%20145.7C0%2065.2%2065.2%200%20145.7%200z%22%20fill%3D%22%23C8232C%22/%3E%3Cpath%20d%3D%22M150%2063.8c-51.3%200-77%2035.6-77%2065.3%200%2018%207%2034%2022%2040%202.5%201%204.7%200%205.4-2.2l2.2-8.4c.7-2.6.5-3.5-1.5-5.8-4-5-7-11.4-7-20.5%200-26.4%2020.7-50%2053-50%2029%200%2045%2017%2045%2040%200%2030-13.4%2055.6-34%2055.6-11.2%200-20-9-17-20%203-13.4%209.6-27.7%209.6-37.2%200-8.5-4.7-15.7-14.6-15.7-11.6%200-21%2011.6-21%2027%200%2010%203.5%2016.7%203.5%2016.7l-14%2057c-4%2017-.6%2037.6-.3%2039.7.4%201.3%202%201.6%202.8.7%201-1.3%2014.8-17.8%2019.5-34.2l7.6-28.7c3.8%207%2014.8%2013%2026.5%2013%2034.7%200%2058.3-30.6%2058.3-71.6%200-31-27.2-60-68.4-60z%22%20fill%3D%22%23FFF%22/%3E%3C/svg%3E);
}
.bt-discord:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Y2lyY2xlIGN4PSIyNTYiIGN5PSIyNTYiIGZpbGw9IiM4QzlFRkYiIGlkPSJlbGxpcHNlIiByPSIyNTYiLz48cGF0aCBkPSJNMzcyLjQsMTY4LjdjMCwwLTMzLjMtMjYuMS03Mi43LTI5LjFsLTMuNSw3LjFjMzUuNiw4LjcsNTEuOSwyMS4yLDY5LDM2LjUgIGMtMjkuNC0xNS01OC41LTI5LjEtMTA5LjEtMjkuMXMtNzkuNywxNC4xLTEwOS4xLDI5LjFjMTcuMS0xNS4zLDM2LjUtMjkuMiw2OS0zNi41bC0zLjUtNy4xYy00MS4zLDMuOS03Mi43LDI5LjEtNzIuNywyOS4xICBzLTM3LjIsNTQtNDMuNiwxNjBjMzcuNSw0My4zLDk0LjUsNDMuNiw5NC41LDQzLjZsMTEuOS0xNS45Yy0yMC4yLTctNDMuMS0xOS42LTYyLjgtNDIuM2MyMy41LDE3LjgsNTkuMSwzNi40LDExNi40LDM2LjQgIHM5Mi44LTE4LjUsMTE2LjQtMzYuNGMtMTkuNywyMi43LTQyLjYsMzUuMy02Mi44LDQyLjNsMTEuOSwxNS45YzAsMCw1Ny0wLjMsOTQuNS00My42QzQwOS42LDIyMi43LDM3Mi40LDE2OC43LDM3Mi40LDE2OC43eiAgIE0yMDguNywyOTkuNmMtMTQuMSwwLTI1LjUtMTMtMjUuNS0yOS4xczExLjQtMjkuMSwyNS41LTI5LjFjMTQuMSwwLDI1LjUsMTMsMjUuNSwyOS4xUzIyMi44LDI5OS42LDIwOC43LDI5OS42eiBNMzAzLjMsMjk5LjYgIGMtMTQuMSwwLTI1LjUtMTMtMjUuNS0yOS4xczExLjQtMjkuMSwyNS41LTI5LjFzMjUuNSwxMywyNS41LDI5LjFTMzE3LjMsMjk5LjYsMzAzLjMsMjk5LjZ6IiBmaWxsPSIjRkZGRkZGIiBpZD0ibG9nbyIvPjwvc3ZnPg==");
}
html.software body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-stroke: 1px transparent;
  background: #f8f8f8;
}
html.software ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
html.software ::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: content-box;
  -webkit-transition: all 4s ease;
          transition: all 4s ease;
  border-right: 0px solid transparent;
}
html.software ::-webkit-scrollbar-track:horizontal {
  border-top: 0;
}
html.software ::-webkit-scrollbar-track:no-button {
  visibility: hidden;
}
html.software ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  background-clip: content-box;
  border-right: 0px solid transparent;
}
html.software ::-webkit-scrollbar-thumb:active,
html.software ::-webkit-scrollbar-thumb:hover {
  background-color: #e72e4a;
}
html.software ::-webkit-scrollbar-thumb:horizontal {
  border-top: 0;
}
html.software ::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}
html.software ::-webkit-scrollbar-corner {
  background-color: transparent;
}
html.software body::-webkit-scrollbar,
html.software .site-wrapper::-webkit-scrollbar,
html.software #pgwModal::-webkit-scrollbar {
  width: 30px;
}
html.software body::-webkit-scrollbar-track,
html.software .site-wrapper::-webkit-scrollbar-track,
html.software #pgwModal::-webkit-scrollbar-track {
  border-right: 23px solid transparent;
}
html.software body::-webkit-scrollbar-thumb,
html.software .site-wrapper::-webkit-scrollbar-thumb,
html.software #pgwModal::-webkit-scrollbar-thumb {
  border-right: 23px solid transparent;
}
html.software body::-webkit-scrollbar-button,
html.software .site-wrapper::-webkit-scrollbar-button,
html.software #pgwModal::-webkit-scrollbar-button {
  width: 30px;
}
html.software a,
html.software button {
  outline: 0!important;
}
html.software *:focus {
  outline: 0!important;
}
html.software strong,
html.software b {
  font-weight: 700;
}
html.software .msg .p2:after {
  border-right-color: #f8f8f8 !important;
}
html.software .box {
  background-color: #f8f8f8;
}
.nvtoggle {
  display: inline-block;
  float: right;
  font-size: 28px;
  color: #444;
  cursor: pointer;
  z-index: 15;
}
.nvtoggle.active {
  color: #e72e4a;
}
html.fixednav .site-wrapper {
  padding-top: 58px;
}
nav.navbar {
  width: 100%;
  z-index: 105;
  height: 60px;
  min-height: 60px;
  line-height: 40px;
  padding: 10px 0;
  background: #282828 url(/img/landing/media-preview.jpg) 50%;
  background-size: cover;
  -webkit-animation: 120s cubic-bezier(0, 0.5, 1, 0.5) 0s infinite normal both navbganim;
          animation: 120s cubic-bezier(0, 0.5, 1, 0.5) 0s infinite normal both navbganim;
}
@-webkit-keyframes navbganim {
  0% {
    background-position: 50% 10%;
  }
  50% {
    background-position: 50% 60%;
  }
  100% {
    background-position: 50% 10%;
  }
}
@keyframes navbganim {
  0% {
    background-position: 50% 10%;
  }
  50% {
    background-position: 50% 60%;
  }
  100% {
    background-position: 50% 10%;
  }
}
html.fixednav nav.navbar {
  position: fixed;
}
nav.navbar .container {
  height: 40px;
}
nav.navbar .btn.b7 {
  border: 0;
}
nav.navbar .logo {
  text-decoration: none!important;
  display: block;
  float: left;
  position: relative;
  z-index: 14;
}
nav.navbar .logo img {
  height: 32px;
  width: auto;
  vertical-align: middle;
  width: 124px;
}
nav.navbar .nvtoggle i,
nav.navbar .logo img {
  -webkit-font-smoothing: none;
  font-smoothing: none;
  text-rendering: geometricPrecision;
  image-rendering: pixelated;
}
nav.navbar .fromthemakerof {
  font-size: 12px;
  position: absolute;
  color: #aaa;
  left: 100%;
  top: 9px;
  bottom: 0;
  width: 100px;
  text-align: justify;
  margin: 0 0 0 15px;
}
.modal-overlay {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  display: block;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
.connection-modal-open .modal-overlay {
  opacity: .5;
  height: 100%;
}
.header-placeholder {
  height: 60px;
}
@media (max-width: 768px) {
  .header-placeholder {
    height: 0;
  }
}
body.connection-modal-open {
  overflow: hidden;
}
.nav-panel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  width: 86%;
  height: 100%;
  max-width: 320px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.19, 1, 0.22, 1), width 300ms cubic-bezier(0.19, 1, 0.22, 1), max-width 300ms cubic-bezier(0.19, 1, 0.22, 1), background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), width 300ms cubic-bezier(0.19, 1, 0.22, 1), max-width 300ms cubic-bezier(0.19, 1, 0.22, 1), background-color 300ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.menu-open .nav-panel.main-panel,
.lang-open .nav-panel.lang-panel {
  box-shadow: -6px 0 9px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  will-change: transform, width, background-color;
}
.nav-panel .nav-panel-inner {
  position: relative;
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-panel .nav-panel-header {
  position: relative;
  z-index: 2;
  height: 60px;
  padding: 0 12px;
  margin: 0;
  border: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
}
.nav-panel .nav-panel-header a {
  display: inline-block;
  vertical-align: middle;
}
.nav-panel .nav-panel-header .close {
  padding: 0 10px;
  line-height: 60px;
  float: right;
  color: #555555;
}
.nav-panel .nav-panel-menu a {
  display: block;
  width: 100%;
  padding: 17px 24px 19px 24px;
  margin: 0;
  color: #555555;
  text-decoration: none;
  -webkit-transition: 80ms ease-out;
  transition: 80ms ease-out;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  line-height: 24px;
}
.nav-panel .nav-panel-menu a:hover {
  background-color: #ddd;
  outline: none;
}
.nav-panel .nav-panel-menu a > i {
  padding-right: 20px;
  width: 40px;
  display: inline-block;
  text-align: center;
  opacity: .5;
}
.nav-panel .nav-panel-menu .badge {
  padding: 0 5px;
  font-size: 9px;
  line-height: 14px;
  margin: -2px 5px 0;
  border-radius: 10px;
  vertical-align: middle;
}
.nav-panel .nav-panel-menu .status {
  font-size: 8px;
}
.nav-panel .nav-menu-section {
  border-bottom: 1px solid #eeeeee;
}
.nav-panel .user-details {
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 0;
}
.nav-panel .avatar {
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0;
  image-rendering: pixelated;
}
.nav-panel .pseudo {
  font-size: 18px;
  line-height: 24px;
}
.nav-panel .login-btn {
  margin: 15px 5px;
}
.modal-overlay {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  display: block;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.menu-open .modal-overlay,
.lang-open .modal-overlay {
  opacity: .5;
  height: 100%;
}
body.menu-open,
body.lang-open {
  overflow: hidden;
}
body.menu-open .site-wrapper,
body.lang-open .site-wrapper {
  overflow-y: scroll;
}
.mobile:not(body) {
  display: none !important;
}
.nvtoggle {
  color: #fff;
}
.flag {
  width: 21px;
  margin: -2px 0 -6px;
}
.dropdown-menu .flag {
  float: right;
}
.dropdown.show .dropdown-menu {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s both;
          animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s both;
}
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
.badge {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 8px;
  color: #fff;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: red;
  position: absolute;
  top: 1px;
  right: 5px;
}
.menu-avatar {
  height: 22px;
  width: 22px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 6px;
}
.menu-i-spacer {
  display: inline-block;
  width: 24px;
  text-align: left;
}
.is-logo {
  height: 34px;
  width: auto;
  margin: 4px 0;
}
@media (max-width: 640px) {
  .nomobile:not(body) {
    display: none;
  }
  .mobile:not(body) {
    display: block !important;
  }
}
footer {
  width: 100%;
  background: #282828;
}
footer .main {
  padding: 3em 3em 2.5em;
}
footer .nav {
  padding-left: 0;
  text-align: left;
}
@media (max-width: 768px) {
  footer .nav {
    text-align: center;
  }
}
footer .legals a {
  color: #555555;
}
footer .trustpilot-widget {
  width: 200px;
}
@media (max-width: 768px) {
  footer .trustpilot-widget {
    width: 100%;
  }
}
footer .copyright {
  padding: 20px;
  background: #211E1E;
}
@media (max-width: 480px) {
  footer .copyright {
    padding: 6px;
  }
}
@media (max-width: 480px) {
  footer .copyright .container {
    padding: 0;
  }
}
footer .copyright .container .copy {
  float: left;
}
@media (max-width: 1080px) {
  footer .copyright .container .copy {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
footer .copyright .container .links {
  float: right;
  margin: 0;
}
@media (max-width: 1080px) {
  footer .copyright .container .links {
    float: none;
    text-align: center;
  }
}
footer .copyright .container .links > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 0px;
  border-left: 1px solid #444444;
  padding: 0 12px;
}
footer .copyright .container .links > li:first-child {
  border: none;
}
@media (max-width: 480px) {
  footer .copyright .container .links > li {
    padding: 0 5px;
  }
}
footer .copyright .container .links > li > a {
  color: #908F8F;
  font-size: 13px;
  text-decoration: none;
}
footer .copyright .container .links > li > a:hover {
  color: #e72e4a;
}
footer .nav > li > a {
  padding: 0;
  color: #777;
  text-align: center;
  -webkit-transition: color .2s ease;
          transition: color .2s ease;
  line-height: 2em;
}
footer .nav > li > a:hover {
  text-decoration: none;
  background: none;
  color: #e72e4a;
}
footer .nav > li > a:active,
footer .nav > li > a:focus {
  text-decoration: none;
  background: none;
  color: inherit;
}
@media (min-width: 480px) {
  footer .nav > li > a {
    text-align: left;
  }
}
footer h3 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  margin: 0 0 30px;
  display: inline-block;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer h3 i {
  margin-right: 10px;
}
@media (max-width: 768px) {
  footer h3 {
    margin: 30px 0 15px;
  }
}
footer .langmenu {
  margin: 40px auto -20px;
}
footer .langmenu a {
  color: #fff;
  font-size: .9em;
  margin-left: 5px;
  opacity: .5;
  -webkit-transition: opacity .2s ease;
          transition: opacity .2s ease;
}
footer .langmenu a.active {
  opacity: 1;
}
footer .langmenu a:hover {
  opacity: .8;
}
@media (max-width: 768px) {
  footer * {
    text-align: center;
  }
  footer .main .col-md-4:first-child h3 {
    margin-top: 0;
  }
}
footer .burger {
  display: none;
}
@media (max-width: 768px) {
  footer.collapsible {
    background: #211E1E;
    max-height: 15px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
            transition: max-height 0.2s;
  }
  footer.collapsible .burger {
    content: "";
    display: block;
    width: 10%;
    border-top: 6px double #777;
    border-bottom: 2px solid #777;
    height: 10px;
    margin: 2px auto;
    cursor: pointer;
  }
  footer.collapsible.show {
    max-height: 97px;
  }
}
.home4 h1,
.home4 h2 {
  text-align: center;
}
.home4 h1 span,
.home4 h2 span {
  opacity: .65;
}
.home4 .logos {
  text-align: center;
  margin-bottom: 10px;
}
.home4 .logos .logo {
  position: relative;
  background: url(/img/landing/logos.png) 0 0;
  display: inline-block;
  height: 46px;
  width: 46px;
  margin: 0 40px 50px;
  opacity: .65;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  -webkit-animation: slide-in-bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
          animation: slide-in-bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}
.home4 .logos .logo.windows {
  width: 39px;
  background-position: -179px 0;
}
.home4 .logos .logo.mac {
  width: 41px;
  background-position: -138px 0;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.home4 .logos .logo.fullhd {
  width: 60px;
  background-position: -32px 0;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.home4 .logos .logo.norton {
  background-position: -92px 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.home4 .logos .logo.ssl {
  width: 32px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.home4 .logos .logo:after {
  content: attr(alt);
  position: absolute;
  color: #fff;
  top: 100%;
  margin-top: 10px;
  width: 130%;
  left: -15%;
  line-height: 14px;
  font-size: 11px;
}
.home4 .logos .logo:before {
  content: '';
  z-index: 3;
  position: absolute;
  top: -20px;
  left: -30px;
  right: -30px;
  bottom: -50px;
}
@media (max-width: 900px) {
  .home4 .logos .logo {
    margin: 10px 12px 50px;
    opacity: .8;
  }
  transform:scale(.8) .home4 .logos .logo:after {
    width: 50px;
    margin-left: -25px;
  }
}
.home4 section.content {
  padding: 125px 0 110px;
}
.home4 section.content p {
  font-size: 18px;
}
.home4 section.content .flexer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.home4 section.content img {
  min-height: 100%;
  max-width: initial;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .home4 section.content img {
    min-height: 0;
    margin: 30px -15% 20px;
    max-width: 130%;
    float: none;
  }
}
.home4 section.content h3 {
  color: #e72e4a;
  text-align: left;
  font-size: 46px;
  font-weight: 600;
  margin: 0 0 30px;
}
.home4 section.content h3 small {
  color: #e72e4a;
  text-align: left;
  font-size: 40px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
@media (max-width: 900px) {
  .home4 section.content h3 small {
    font-size: 25px;
  }
}
@media (max-width: 900px) {
  .home4 section.content h3 {
    font-size: 36px;
  }
}
.home4 section.content.c2 {
  padding: 85px 0 20px;
}
@media (max-width: 768px) {
  .home4 section.content.c2 img {
    margin: 30px 50px 20px -40px;
    max-width: 100%;
  }
}
.home4 section.content.c3 {
  z-index: 0;
  padding: 0;
  background: none;
  height: 650px;
}
.home4 section.content.c3 img {
  position: absolute;
  height: auto;
  margin: 0;
  min-height: auto;
  bottom: 0;
  left: 45%;
  z-index: 3;
}
@media (max-width: 1300px) {
  .home4 section.content.c3 img {
    left: 66.7%;
  }
}
@media (max-width: 900px) {
  .home4 section.content.c3 img {
    left: 600px;
  }
}
.home4 section.content.c3 .lvcontainer {
  position: absolute;
  z-index: 4;
  height: 370px;
  top: 190px;
  width: 600px;
  left: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1300px) {
  .home4 section.content.c3 .lvcontainer {
    left: 55px;
  }
}
@media (max-width: 900px) {
  .home4 section.content.c3 .lvcontainer {
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
}
.home4 section.content.c3 svg {
  position: absolute;
  bottom: 0;
  width: 2600px;
  margin-left: -300px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .home4 section.content.c3 svg {
    margin-left: -420px;
  }
}
@media (max-width: 900px) {
  .home4 section.content.c3 svg {
    margin-left: -770px;
  }
}
.home4 section.content.c3 h2,
.home4 section.content.c3 h3,
.home4 section.content.c3 h2 > span,
.home4 section.content.c3 h3 > span {
  color: #fff;
  margin: 0!important;
  padding: 0!important;
  font-size: 45px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 300;
  text-transform: none;
}
.home4 section.content.c3 h2 > span,
.home4 section.content.c3 h3 > span {
  text-transform: uppercase;
  margin: 10px 0!important;
  opacity: 1;
  font-weight: 700;
}
.home4 section.content.c3 hr {
  border: 0;
  height: 1px;
  margin: 15px 0;
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.home4 section.content.c3:before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 25px;
  left: 0;
  z-index: 6;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.2));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.2));
}
.home4 section.content.c4 {
  background: #f2f2f2 url(/img/landing/4/bottom.jpg) 50%;
  background-repeat: no-repeat;
  padding: 0;
}
.home4 section.content.c4 .c4overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
  box-shadow: inset 0 0 120px #000,inset 0 0 50px #000,inset 0 0 20px #000;
}
.home4 section.content.c4 .b7 {
  min-width: 80px;
}
.home4 section.content.c4 h2 {
  color: #fff;
  margin-top: 290px;
  font-size: 62px;
  line-height: 46px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
}
.home4 section.content.c4 .wr {
  min-height: 610px;
  z-index: 2;
}
@media (min-width: 768px) {
  .home4 section.content .half-max-container {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .home4 section.content.c1 .flexer {
    min-height: 470px;
  }
  .home4 section.content.c2 .flexer {
    min-height: 690px;
  }
}
@media (max-width: 768px) {
  .home4 section.content {
    text-align: center;
    padding: 10px 0 30px;
  }
}
.home4 section.content.models {
  padding: 70px 0;
}
.home4 section.content.models h2,
.home4 section.content.certificates h2 {
  text-align: left;
  margin-bottom: 0;
}
.home4 section.content.models h3,
.home4 section.content.certificates h3 {
  text-align: center;
}
.home4 section.content.models h3 small,
.home4 section.content.certificates h3 small {
  text-align: center;
}
.home4 section.content.certificates {
  text-align: center;
  padding: 60px 0;
}
.home4 section.content.certificates > .container {
  padding: 0;
}
.home4 section.content.certificates .rev {
  padding-top: 30px;
  min-height: 320px;
}
.home4 section.content.certificates .rev p {
  font-size: 17px;
  margin-top: 20px;
  line-height: 22px;
  text-align: justify;
  text-align-last: center;
}
.home4 section.content.certificates .rev a {
  color: #ccc;
  text-transform: uppercase;
}
.home4 section.content.certificates .rev img {
  margin: 0;
}
@media (max-width: 768px) {
  .home4 section.content.certificates .rev img {
    margin: 25px -10% -5px;
  }
}
.home4 section.models h3.s1,
.home4 section.certificates h3.s1 {
  font-size: 40px;
}
.home4 section.models h3.s1 small,
.home4 section.certificates h3.s1 small {
  display: inline-block;
  margin-left: 10px;
}
.home4 .half-max-container {
  max-width: 560px;
}
@media (max-width: 768px) {
  .home4 .half-max-container {
    text-align: center;
    max-width: 100%;
  }
  .home4 .half-max-container h3,
  .home4 .half-max-container h3 > * {
    text-align: center !important;
  }
}
.flexer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexer > * {
  width: 100%;
}
.media-player {
  /*padding-top:56.25%;*/
  background: #000000 url(/img/landing/media-preview.jpg) 50%;
  background-size: cover;
  min-height: 480px;
  height: 100vh;
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
}
.media-player .fadeout {
  background: #000000;
}
.media-player > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
          transition: opacity 1s;
}
.media-player .overlay {
  z-index: 2;
  opacity: 1;
  overflow: hidden;
}
.media-player .media {
  pointer-events: none;
}
.media-player .media.active {
  opacity: 1;
}
.media-player .media video {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  bottom: 0;
  position: absolute;
}
.media-player .header {
  -webkit-transition: opacity .5s ease;
          transition: opacity .5s ease;
}
.media-player .header .b7 {
  border: 0;
}
.media-player .cta.home h1 {
  font-family: "Raleway", Arial, "Noto Sans Japanese", sans-serif;
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  text-transform: uppercase;
}
.media-player .cta.home h1 span {
  font-weight: 200;
}
.media-player .cta.home h2 {
  font-family: "Raleway", Arial, "Noto Sans Japanese", sans-serif;
  font-size: 23.5px;
  color: #fff;
  margin: 5px 0 0;
  padding: 0;
  font-weight: 200;
}
.media-player .cta.home h2.rating {
  color: rgba(255, 255, 255, 0.5);
}
.media-player .cta.home .btn {
  min-width: 220px;
}
.media-player .cta.home .btn.b7 {
  margin: 2em 1em 0 0;
}
@media (max-width: 768px) {
  .media-player .cta.home .btn.b7 {
    margin-right: 0;
  }
}
.media-player .cta.home .dlcount {
  margin: 50px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 19px;
  font-weight: 300;
}
.media-player .cta.home .dlcount b {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 900px) {
  .media-player .cta.home h1 {
    font-size: 50px;
  }
  .media-player .cta.home h2 {
    font-size: 25px;
    line-height: 32px;
    text-transform: none;
    margin-top: 25px;
  }
  .media-player .cta.home .btn {
    width: 44%;
    min-width: 44%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 480px) {
  .media-player .cta.home .btn {
    width: 100%;
    margin-top: 15px;
  }
}
.media-player:not(.instructions) .cta .instructions-ctn {
  overflow: hidden;
  height: 0;
}
.media-player.instructions .logos .logo,
.media-player.instructions .logos .logo {
  -webkit-animation: slide-out-bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
          animation: slide-out-bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}
.media-player.instructions .cta .trigger {
  overflow: hidden;
  height: 0;
}
.media-player.instructions .cta .instructions-ctn .inst {
  display: inline-block;
  margin: 15px 10px 0;
  -webkit-animation: slide-in-bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
          animation: slide-in-bottom 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) backwards;
}
.media-player.instructions .cta .instructions-ctn .inst:after {
  content: attr(title);
  position: absolute;
  color: #fff;
  top: 100%;
  margin-top: 5px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  line-height: 16px;
  font-size: 13px;
}
.media-player.instructions .cta .instructions-ctn .inst:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.media-player.instructions .cta .instructions-ctn .inst:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.media-player.instructions .cta .instructions-ctn .inst:nth-child(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.media-player.instructions .cta h1 {
  font-family: Lato, 'Noto Sans Japanese', Arial, sans-serif;
  font-size: 60px;
  margin-bottom: 30px;
}
.media-player .container {
  padding-top: 15px;
  height: 100%;
}
#pgwModal.video-modal .pm-content {
  padding: 0;
  background: #000;
}
#pgwModal.video-modal #full-player {
  width: 100%;
  margin: auto;
}
.download-istripper .logo {
  position: relative;
  background: url(/img/landing/logos.png) 0 0;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  float: left;
  background-size: 89px;
}
.download-istripper .logo.windows {
  width: 16px;
  background-position: -73px 0;
}
.download-istripper .logo.mac {
  width: 17px;
  background-position: -145px 0;
}
.download-istripper:after {
  content: attr(title);
  position: absolute;
  color: #fff;
  top: 100%;
  margin-top: 5px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  line-height: 16px;
  font-size: 12px;
  opacity: .7;
}
.pictos {
  font-size: 0;
  padding: 0;
  overflow: visible;
}
.pictos .picto {
  width: 33.333334%;
  position: relative;
  display: inline-block;
  padding: 0 6px 9px 0;
  -webkit-transition: -webkit-transform .25s ease;
          transition: transform .25s ease;
  overflow: hidden;
  cursor: pointer;
}
.pictos .picto > div {
  overflow: hidden;
  border-radius: 4px;
}
.pictos .picto .bg {
  padding-top: 75%;
  background-size: cover;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  z-index: 2;
}
.pictos .picto .bg > div {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pictos .picto .text {
  z-index: 3;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 2.5vw;
  text-align: center;
  font-family: "Raleway", "Noto Sans Japanese", Arial, sans-serif;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.pictos .picto .text h4 {
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}
.pictos .picto .text h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 200;
  opacity: 1;
  display: block;
  margin: 2px auto 8px 5%;
  text-align: center;
  line-height: 20px;
  max-width: 90%;
}
.pictos .picto.playing .text {
  opacity: 0;
}
.pictos .picto .bt-play {
  display: inline-block;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding-left: 4px;
}
.pictos .picto video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .pictos .picto:nth-child(3n+2) {
    padding: 0 3px 9px 3px;
  }
  .pictos .picto:nth-child(3n) {
    padding: 0 0 9px 6px;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .pictos .picto {
    width: 50%;
    padding: 0 5px 10px 0;
  }
  .pictos .picto:nth-child(2n) {
    padding: 0 0 10px 5px;
  }
  .pictos .picto .text {
    font-size: 3.75vw;
  }
}
@media (max-width: 599px) {
  .pictos .picto {
    width: 100%;
    padding: 0 10px 10px;
  }
  .pictos .picto .text {
    font-size: 8vw;
  }
}
.sitemenu > * {
  float: left;
  margin-top: 4px !important;
}
.homefixed .poppin-bf {
  position: fixed;
  left: 2%;
  bottom: 0;
  max-height: 500px;
}
.homefixed .poppin-bf.animated {
  -webkit-transition: bottom 1.5s ease-out;
          transition: bottom 1.5s ease-out;
}
.homefixed .poppin-bf img {
  max-height: 500px;
}
.homefixed .poppin-bf .close {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  top: 5px;
  right: 5px;
  color: white;
  z-index: 1;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 16px;
}
.homefixed article {
  display: inline-block;
}
.homefixed .main.sum-open {
  width: 100%;
  padding: 0 40%;
  overflow: auto;
}
.homefixednew .main.sum-open {
  width: 30%;
  padding: 0;
  overflow: auto;
}
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
body:not(.booster) {
  background: #fff;
}
html.software body.layout-f {
  overflow-x: hidden;
}
html.software:not(.loading) body.layout-f:not(.pgwModalOpen) {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
html.software:not(.loading) body.layout-f:not(.pgwModalOpen) .site-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
html.software body.layout-f.pgwModalOpen {
  overflow-x: overlay;
}
html.software.loading body.layout-f,
html.software body.layout-f.pgwModalOpen {
  height: 100%;
  width: 100%;
}
html.software.loading body.layout-f .site-wrapper,
html.software body.layout-f.pgwModalOpen .site-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
body.site .layout-f .site-wrapper {
  overflow: initial;
}
.categories,
.menu {
  padding-top: 15px;
}
.categories {
  padding-right: 30px;
  border-right: 1px solid #b6b6b6;
}
.fcard {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  max-width: 100%;
  min-height: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  font-size: 17px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 1rem;
  color: #555555;
}
.fcard.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
}
.fcard i,
i.avatar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  -ms-flex: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
          flex: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
}
.fcard h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fcard .details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex: auto;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-left: 1rem;
  overflow: hidden;
}
.fcard .desc {
  font-size: 13px;
  line-height: 17px;
  margin: .25em 0 0;
  max-height: 34px;
  overflow: hidden;
  padding: 0;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fcard.fc2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 15px 10px 0;
  height: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  border: 0;
  margin-bottom: 15px;
}
.fcard.fc2 i {
  width: 50px;
}
.fcard.fc2:hover {
  background: none!important;
}
.fcard.fc3 {
  padding: 0;
  font-size: 14px;
}
.fcard.fc3:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.015);
}
.fcard.fc3 .b1 {
  padding: .8125rem 0 .8125rem .875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  line-height: 1.78em;
}
.fcard.fc3 .b1 e {
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}
.fcard.fc3 .b1 e.bt-overlay {
  position: absolute;
  font-size: 9px;
  top: 8px;
  left: 16px;
  width: 10px;
  height: 10px;
  z-index: 3;
}
.fcard.fc3 .b2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  overflow: hidden;
  padding: 0 0 0 .875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.fcard.fc3 .b3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  width: calc(100% - 22rem);
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0;
          flex: 1 0 0;
  overflow: hidden;
  padding: 14px 0;
  line-height: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fcard.fc3 .b3a {
  font-size: 1.2em;
  margin-right: 5px;
  overflow-x: hidden;
  overflow-y: visible;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fcard.fc3 .b3b {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-size: 12px;
  padding-right: .875rem;
}
.fcard.fc3 .b3c {
  margin-right: 10px;
}
.fcard.fc3.read .b3 {
  color: #bbb;
}
.fcard.fc3 .b4 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: rgba(0, 0, 0, 0.8);
  margin-right: .4rem;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  padding: .8125rem 0;
  width: 16.5%;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fcard.fc3 .b4.large {
  width: 40%;
  text-align: right;
}
.fcard.fc3 .b5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  padding: .8125rem 0;
  width: 10%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fcard.fc3 .b5 e {
  margin-right: 7px;
  font-size: .82em;
  color: #888;
}
.fcard.fc3 .b5.nop,
.fcard.fc3 .b5.nop e {
  color: #ddd;
}
.fcard.fc3 .b6 {
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: right;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
  padding: .8125rem .875rem .8125rem 0;
  width: 12%;
}
.fcard.fc3 .b6.small {
  width: 35px;
}
.fcard.fc3 .pseudo {
  margin: 0 3px 0 10px;
}
.fcard.fc3 .b1 e {
  color: #8fbcf5;
}
.fcard.fc3 .b1 e.bt-push-pin {
  color: #775f5f;
}
.fcard.fc3 .b1 e.bt-bolt {
  color: #de6969;
}
.fcard.fc3 .b1 e.bt-pie-chart {
  color: #6588da;
}
.fcard.fc3.read .b1 e {
  color: #ddd!important;
}
.fcard.fc3.read .b1.trash e {
  color: #d9534f !important;
}
.fcard:not(.disabled):hover,
.fcard.new {
  background-color: rgba(231, 46, 74, 0.08) !important;
  color: #555555;
}
.fcard:last-child {
  margin-bottom: 15px;
}
.fcard.error {
  background: rgba(0, 0, 0, 0) -webkit-repeating-linear-gradient(45deg, rgba(217, 83, 79, 0.2), rgba(217, 83, 79, 0.2) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px) !important;
  background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, rgba(217, 83, 79, 0.2), rgba(217, 83, 79, 0.2) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 12px) !important;
}
.fcard.error > * {
  opacity: 0.5;
}
i.avatar {
  display: block;
  height: 100px;
  width: 100px;
  z-index: 1;
}
i.avatar.big {
  height: 150px;
  width: 150px;
}
i.avatar.half {
  height: 50px;
  width: 50px;
}
i.avatar.half.online:before,
i.avatar.half.offline:before {
  content: '';
  width: 9px;
  height: 9px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 45px;
  left: 45px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
i.avatar.half.online:before {
  background: #55af54;
}
i.avatar.small {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: sub;
}
.search {
  margin: 23px 0;
}
.search .f {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin: 0;
}
.search .btn.bs {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #cb1732;
  border-left: 0;
  width: 100%;
  padding: .5em .6em;
  line-height: initial;
  font-size: 16px;
  margin: 0;
}
.search .btn.bs.b {
  font-size: 18px;
}
.bt-read {
  color: rgba(0, 0, 0, 0.4);
}
.bt-read.bt-bell {
  color: #e72e4a;
}
.score {
  position: absolute;
  line-height: 16px;
  font-size: 11px;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  top: 100%;
  color: #60c125;
  font-weight: 700;
}
.grade {
  font-size: 11px;
  margin-top: 3px;
  font-weight: 700;
}
.grade.moderator {
  color: #037ac7;
}
.grade.team {
  color: #dc2500;
}
.grade.system {
  color: #00c551;
}
.grade .subgrade {
  display: block;
  line-height: 7px;
  font-size: 9px;
}
.new {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 0;
}
.new .close {
  z-index: 99;
  color: #555;
}
.new form .bt-edit {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
  line-height: 26px;
}
.new form .subject {
  background: none;
  background-color: transparent;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: 30px;
  line-height: 32px;
}
.new form .subject:focus {
  outline: none;
}
.new form textarea {
  width: 100%;
  max-width: 100%;
  height: 18rem;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-family: inherit;
  border: 0;
}
.new form textarea:focus {
  outline: 0;
}
.new form .fw1,
.new form .fw2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 15px;
  width: 100%;
}
.new form .fw2 {
  border: 1px solid #b6b6b6;
}
.new form .fw3 {
  width: 100%;
}
.new .nonudity {
  padding: 5px 15px;
  background: #a78861;
  color: #fff;
  font-size: 13px;
}
.new .nonudity.allowed {
  background: #61a767;
}
.new .upload-ctn {
  height: 110px;
  background: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px;
  white-space: nowrap;
}
.new .upload-ctn:empty {
  display: none;
}
.new .new-upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.new .img-manager {
  display: inline-block;
  height: 80px;
  width: 80px;
  margin-right: 10px;
  line-height: 80px;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
  border: 1px solid #b6b6b6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  overflow: hidden;
}
.new .img-manager:hover:before,
.new .img-manager.error:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.new .img-manager:hover:after,
.new .img-manager.error:after {
  background: none;
  font-family: "Black Tie";
  pointer-events: none;
  font-size: 2em;
  -webkit-animation: none;
  animation: none;
  position: relative;
  z-index: 3;
}
.new .img-manager.error:after {
  content: "\f00c";
  color: red;
}
.new .img-manager:hover:after {
  content: "\f029";
  color: #fff;
}
.new .img-manager.loading:after {
  content: "\f03d";
  position: absolute;
  font-family: "Black Tie";
  pointer-events: none;
  color: #000;
  font-size: 2em;
  -webkit-animation: bt-spin 1s infinite linear;
  animation: bt-spin 1s infinite linear;
  background: rgba(255, 255, 255, 0.65);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -20px;
  padding: 19px;
}
.new .ondrop {
  border: 1px solid #e27586!important;
}
.new .ondrop:before,
.new .dropzone.error:before {
  content: "\f041";
  font-family: "Black Tie";
  position: absolute;
  bottom: 50%;
  margin-bottom: -0.5em;
  width: 100%;
  text-align: center;
  font-size: 70px;
  pointer-events: none;
  color: #aaa;
  z-index: 5;
}
.new .dropzone.error:before {
  content: "\f00c";
  color: #e27586;
  font-size: 40px;
}
.new .dropzone.error .error-message {
  position: absolute;
  color: #e27586;
  text-align: center;
  width: 100%;
  bottom: 50%;
  margin-bottom: calc(-.5em - 40px);
  pointer-events: none;
  z-index: 5;
}
.new .dropzone.error.error-maxreached .error-message.maxreached {
  display: block!important;
}
.new .dropzone.error.error-maxsize .error-message.maxsize {
  display: block!important;
}
.new .dropzone.error.error-badtype .error-message.badtype {
  display: block!important;
}
.new .smiley-dropdown {
  padding: 4px;
  border-radius: 5px;
}
.new .smiley-dropdown li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.new .smiley-dropdown li:before {
  display: none;
}
.new .smiley-dropdown e {
  margin: 1px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #ddd;
}
.new .smiley-dropdown e:hover {
  background-color: #ddd!important;
}
body .new .smiley-dropdown {
  position: relative;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
  margin: 0!important;
  border: 0;
  border-top: 1px solid #ccc;
  background: #eee;
  overflow: hidden;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  height: 0;
  padding: 0 4px;
}
body .new .smiley-dropdown e {
  background-color: #fff;
}
body .new .smiley-dropdown.s {
  height: 120px;
  padding: 4px;
}
.newthread {
  margin-bottom: 25px;
}
.newthread h2.f {
  padding: 25px 0 0;
  font-size: 28px;
  margin: 0;
  line-height: 32px;
}
.newthread .nt-info {
  padding: 25px 0;
  text-align: center;
  font-size: 17px;
}
.newthread .nt-info h2 {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.6em;
}
.newthread .close {
  position: absolute;
  top: 35px;
  right: 0;
  color: #555555;
  font-size: 15px;
  z-index: 40;
}
.newthread:before,
.readlimit:before {
  content: '';
  top: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.015);
  border: 1px solid #ddd;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50vw;
  z-index: 0;
}
.readlimit {
  text-align: center;
  padding: 1em;
  font-size: .85em;
  margin: -1px 0;
  color: #e72e4a;
}
.readlimit span {
  z-index: 5;
}
.readlimit:before {
  background: #fef7f8;
  border-color: #fad7dd;
  z-index: 1;
}
#pgwModal.pollwrp .pm-content {
  padding: 0;
}
.newpoll {
  width: 600px;
  max-width: 100%;
  height: 100%;
  min-height: 40px;
}
.newpoll:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 25px;
  bottom: 0;
  width: 8px;
  border: 1px solid #e72e4a;
  border-width: 0 1px;
  z-index: 2;
}
.newpoll .tile {
  padding: 15px;
  padding-left: 45px!important;
  border-bottom: 1px solid #b6b6b6;
  -webkit-transition: background .25s ease;
          transition: background .25s ease;
}
.newpoll .tile:focus {
  outline: 0;
  background: rgba(231, 46, 74, 0.08);
}
.newpoll .tile:before {
  content: '';
  position: absolute;
  opacity: .5;
}
.newpoll .tile.u:before {
  display: none;
}
.newpoll .tile.title {
  font-size: 22px;
  padding: 20px;
}
.newpoll .pllbtn {
  margin: 20px 0;
}
.poll-msg {
  background: #55af54;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
aside.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 1.25rem;
  width: 24%;
}
.pseudo.system e {
  display: none;
}
.btoff,
.inoff {
  display: inline-block;
  margin: 2em 0 0;
  font-size: 18px;
  margin-right: 10px;
  opacity: .85;
  cursor: pointer;
  z-index: 9;
  border: 1px solid;
  border-radius: 3px;
  line-height: 1.43em;
  padding: 5px 12px;
  color: #999;
  background: #fff;
}
.btoff:hover,
.inoff:hover,
.btoff:focus,
.inoff:focus {
  color: #333;
}
.inoff {
  padding: 0;
  width: 180px;
}
.inoff input.f {
  border: 0;
  line-height: 1.43em;
  padding: 5px 12px;
  height: 35px;
}
.sex {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
}
.sex.male {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABKklEQVQ4T6WTMU4CURiEZzZamOwSb+Cjt1hPIKWlR1hK3xbSYWlrMJEGtpQjeAO3sZYb8LiBcTehgDDGhxCMyKK8fr6Z/5/3E3s+7qlHJcD0i5zA+dJIgBeNbOS11YBeGSPQsQeIF4DafwIsnU2vTEg9Crwj1N45wSdgJRabCOQoPG8EmGxioNkDpIZ3JnOJLwHVkdh0aTgwWdHYCPDi+fQV5BjgYBFdiYBTiDfjNLz/ShOD6jobeZPVEk2veAJhnI3i9WpNvxhCcC6NLjdVvgLU++9vQnDrbNj9DihbwPza2Vr93wBq3hqlNbMV4EcATlwanf0YARo6W0u2A7KJoaZDiaP1JZKqi4exuzpyWwF+w76JWZdc1CgxR3DQ+k2801euOrbKW6gCfADOcYkRomBNNwAAAABJRU5ErkJggg==');
}
.sex.female {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJ0lEQVQ4T62SwVGDQBiF3yPO5MrBkDbSgUTwbgmmgmAHWIGxgqQE7llM0oEleIXkkLOj/M7ughMIkBl1T8zs8r3/fbtEz5Lr0AcoPKx3XcfYtiFecA9gCdI1+yJHADPmadI8fwYwqQNsIHjCx+fK/DAcRADn+MKUB7U9hZwDxuEWgiNzpaf4WeKFCQiXmfIvAQRFMeP+1aaXS0a3D3CcJTNVC22ZIHgHkDBLoxpgHCwg8Jmnk/4JvDAGZA5xptyv34zD0d0ELDYAX5iruB/g+i6GV9r2DYBKmO69a/bXoNZrtKm6M21aIXHTSTVFJ8BA9I3olIb53gp1cb8AGGGOPJcv0BonjUwUfKzEdlYoAQsLQAlABYguAv5c4X8B2odWUD6oU3j1/Q1rIngRQND2dQAAAABJRU5ErkJggg==);
}
.sex.small {
  height: 12px;
  width: 12px;
  background-size: cover;
  vertical-align: baseline;
}
.toolbar {
  background: #eee;
  border-top: 1px solid #b6b6b6;
  padding: 0 5px;
}
.toolbar .tb-btn {
  padding: 10px;
  font-size: 12px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toolbar .tb-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.toolbar .tb-btn.disabled {
  opacity: .25;
  cursor: not-allowed;
}
.toolbar .sep {
  width: 1px;
  height: 32px;
  background: #b6b6b6;
  display: inline-block;
  vertical-align: middle;
}
.hall-of-fame {
  margin-top: 10px;
}
.hall-of-fame br {
  display: none;
}
.hall-of-fame h4 {
  text-align: left;
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 10px;
  display: inline-block;
  margin: 20px 0 30px;
  border-bottom: 1px solid;
}
.hall-of-fame i.avatar {
  display: inline-block;
}
.hall-of-fame .m {
  padding: 25px 0;
  text-align: center;
}
.hall-of-fame .m small {
  display: block;
  line-height: 14px;
}
.hall-of-fame h5 {
  border: 0;
  font-size: 20px;
  margin: 0;
}
.hall-of-fame p {
  margin: 0;
}
.hall-of-fame .pop small {
  opacity: 0.75;
}
.avatar.fame {
  background-color: #231d00;
  margin: 0 10px 10px 0;
}
.avatar.fame:after {
  -webkit-clip-path: polygon(15% 14%, 15% 81%, 25% 79%, 35% 78%, 38% 66%, 48% 61%, 59% 63%, 65% 71%, 66% 78%, 77% 79%, 85% 82%, 85% 14%, 50% 14%, 50% 10%, 88% 10%, 88% 18%, 93% 24%, 96% 33%, 99% 30%, 98% 42%, 99% 56%, 97% 68%, 93% 84%, 87% 88%, 61% 88%, 54% 92%, 45% 92%, 40% 89%, 16% 88%, 10% 87%, 5% 78%, 2% 65%, 0% 51%, 1% 38%, 6% 25%, 11% 17%, 13% 10%, 50% 10%, 50% 14%);
          clip-path: polygon(15% 14%, 15% 81%, 25% 79%, 35% 78%, 38% 66%, 48% 61%, 59% 63%, 65% 71%, 66% 78%, 77% 79%, 85% 82%, 85% 14%, 50% 14%, 50% 10%, 88% 10%, 88% 18%, 93% 24%, 96% 33%, 99% 30%, 98% 42%, 99% 56%, 97% 68%, 93% 84%, 87% 88%, 61% 88%, 54% 92%, 45% 92%, 40% 89%, 16% 88%, 10% 87%, 5% 78%, 2% 65%, 0% 51%, 1% 38%, 6% 25%, 11% 17%, 13% 10%, 50% 10%, 50% 14%);
}
.avatar.fame:before,
.avatar.fame.fame-gold:after {
  content: '';
  position: absolute;
  background: url(/img/halloffame/gold3.png) no-repeat;
  background-size: 150px;
  display: block;
  width: 150px;
  height: 150px;
  top: -22px;
  left: -25px;
  z-index: 99;
  pointer-events: none;
}
.avatar.fame.big:before,
.avatar.fame.big.fame-gold:after {
  width: 225px;
  height: 225px;
  background-size: 225px;
  top: -31px;
  left: -37px;
}
.avatar.fame.fame-gold:before {
  -webkit-filter: drop-shadow(0 1px 1px #9a7629);
          filter: drop-shadow(0 1px 1px #9a7629);
}
.avatar.fame.fame-silver:before {
  -webkit-filter: drop-shadow(0 1px 1px #999999);
          filter: drop-shadow(0 1px 1px #999999);
}
.avatar.fame.fame-bronze:before {
  -webkit-filter: drop-shadow(0 1px 1px #a96e37);
          filter: drop-shadow(0 1px 1px #a96e37);
}
.avatar.fame.fame-silver:before {
  background-image: url(/img/halloffame/silver3.png);
}
.avatar.fame.fame-bronze:before {
  background-image: url(/img/halloffame/bronze3.png);
}
.avatar.fame.fame-gold.fame2:before {
  background-image: url(/img/halloffame/gold2.png);
}
.avatar.fame.fame-silver.fame2:before {
  background-image: url(/img/halloffame/silver2.png);
}
.avatar.fame.fame-bronze.fame2:before {
  background-image: url(/img/halloffame/bronze2.png);
}
.avatar.fame.fame-gold.fame3:before {
  background-image: url(/img/halloffame/gold1.png);
}
.avatar.fame.fame-silver.fame3:before {
  background-image: url(/img/halloffame/silver1.png);
}
.avatar.fame.fame-bronze.fame3:before {
  background-image: url(/img/halloffame/bronze1.png);
}
.avatar.fame.fame-gold:after {
  background-image: -webkit-linear-gradient(335deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 240, 0.1) 25%, rgba(255, 255, 240, 0.8) 50%, rgba(255, 255, 240, 0.1) 75%, rgba(0, 0, 0, 0) 80%);
  background-image: linear-gradient(115deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 240, 0.1) 25%, rgba(255, 255, 240, 0.8) 50%, rgba(255, 255, 240, 0.1) 75%, rgba(0, 0, 0, 0) 80%);
  -webkit-animation: reflet 4s ease infinite;
          animation: reflet 4s ease infinite;
}
@-webkit-keyframes reflet {
  0% {
    background-position-x: -300px;
  }
  30% {
    background-position-x: 300px;
  }
  100% {
    background-position-x: 300px;
  }
}
@keyframes reflet {
  0% {
    background-position-x: -300px;
  }
  30% {
    background-position-x: 300px;
  }
  100% {
    background-position-x: 300px;
  }
}
/*i.avatar.fame-gold:after {
	background-image:
		linear-gradient(90deg,#fff,rgba(0, 0, 0, 0) 15%,rgba(0, 0, 0, 0) 85%,#fff),
		linear-gradient(#fff,rgba(0, 0, 0, 0) 20%,rgba(0, 0, 0, 0) 85%,#fff),
		url(/img/beta/particles-left.gif),
		url(/img/beta/particles-right.gif);
	z-index:-1;
	background-size:180px,180px,80px,80px;
	background-position:0 0,0 0,0 0,100px 0;
	width:180px;
	height:180px;
	top:-30px;
	left:-40px;
}*/
.msg {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.msg.last {
  border-bottom: 0;
}
.msg.lastm h5 {
  color: #e72e4a;
  border: 0;
  margin-bottom: 0;
}
.msg .txt {
  margin-right: 75px;
  word-break: break-word;
}
.msg .txt ul {
  margin: 0 0 10px 15px;
}
.msg .txt ul li:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background: #333;
  left: -15px;
  top: 0;
  margin-top: 8px;
}
.msg .txt .emoji {
  display: inline-block;
  text-align: center;
}
.msg .txt .preview {
  padding: 10px;
  margin-bottom: 15px;
}
.msg.onedit .p2 > .txt,
.msg.onedit .p2 > .pictures {
  display: none;
}
.msg blockquote {
  margin-top: 15px;
  border: 1px solid #b6b6b6;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.03);
  font-size: 15px;
  border-radius: 2px;
}
.msg blockquote.code {
  border-color: #333;
  background: #555;
  color: #fff;
  font-family: 'Monaco', "Lucida Console", "Courier New", monospace;
  word-break: normal;
  white-space: nowrap;
  overflow: auto;
}
.msg blockquote.code::-webkit-scrollbar {
  background: #333;
  height: 10px;
}
.msg blockquote.code::-webkit-scrollbar-thumb {
  background: #e72e4a;
  border-radius: 3px;
}
.msg .poll,
.msg .contest {
  margin: 15px 75px 0 0;
  border: 1px solid #b6b6b6;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.03);
  font-size: 15px;
  border-radius: 4px;
}
.msg .poll h3,
.msg .contest h3 {
  font-size: 20px;
  text-align: left;
  text-transform: none;
  padding-top: 10px;
  margin: 0;
}
.msg .poll h4,
.msg .contest h4 {
  text-align: left;
  margin: 0 0 15px;
  opacity: .75;
}
.msg .poll .label,
.msg .contest .label {
  margin-right: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.msg .poll .percent,
.msg .contest .percent {
  margin: 0 .5rem 0 auto;
}
.msg .poll label,
.msg .contest label {
  margin: .5rem 0;
  display: block;
  font-size: 18px;
}
.msg .poll .btn,
.msg .contest .btn {
  margin-top: 15px;
}
.msg .poll:before,
.msg .poll:after {
  content: "\f09c";
  position: absolute;
  font-family: "Black tie";
  font-weight: 900;
  font-size: 200px;
  opacity: .05;
  right: 8px;
  bottom: 0;
  line-height: 200px;
  z-index: -1;
}
.msg .poll:after {
  content: "\f09d";
  color: #4091d5;
  font-size: 150px;
  bottom: auto;
  top: 20px;
  right: 50px;
  line-height: 150px;
}
.msg .poll .result {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
  margin: 1rem 0;
  position: relative;
}
.msg .poll .actual {
  background-color: #f78b9b;
  height: 2rem;
  left: 0;
  position: absolute;
  top: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 1;
}
.msg .poll .data {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  padding-left: .5rem;
}
.msg .contest {
  text-align: left;
  padding: 30px 15px 15px;
}
.msg .contest .participants,
.msg .contest .timeleft {
  background: #4091d5;
  color: #fff;
  display: inline-block;
  padding: 6px 12px 6px 10px;
  border: 1px solid #2977b9;
  border-radius: 3px;
  margin-right: 15px;
  font-size: 15px;
}
.msg .contest .participants i,
.msg .contest .timeleft i {
  margin-right: 10px;
  opacity: .6;
}
.msg .contest .participants.end,
.msg .contest .timeleft.end {
  background: #d9534f;
  border-color: #c9302c;
}
.msg .contest .states {
  position: absolute;
  top: -17px;
  right: 0;
  font-size: 0;
}
.msg .contest h3 {
  text-align: center;
  margin: 10px 0 25px;
}
.msg .contest h4 {
  font-size: 22px;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.msg .contest .ardoise {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 220px;
  background: #000000 url(/img/beta/slate.jpg);
  background-size: cover;
  margin: 0 auto;
  padding: 30px;
  box-shadow: inset 0 0 3px #000;
  border-radius: 4px;
}
.msg .contest .ardoise > div,
.msg .contest .ardoise > textarea {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  height: 100%;
  outline: 0;
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  font-family: 'Gochi Hand', cursive;
  border: 0;
  background: none;
  max-width: 100%;
  max-height: 100%;
  resize: none;
}
.msg .contest .ardoise > div.editable:empty:before,
.msg .contest .ardoise > textarea.editable:empty:before {
  content: "\f024";
  font: normal normal normal 64px/160px "Black Tie";
  opacity: .4;
}
.msg .contest e.addheart {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.msg .contest e.addheart:hover {
  cursor: pointer;
}
.msg .contest .result-list {
  margin-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.015);
}
.msg .contest .fcard.self {
  background: rgba(85, 175, 84, 0.2) !important;
}
.msg .pictures {
  font-size: 0;
  margin: 0 65px 5px 0;
}
.msg .pictures a,
.msg .pictures .fakea {
  height: 240px;
  width: auto;
  margin: 0 10px 15px 0;
  display: inline-block;
  border-radius: 2px;
  max-width: 398px;
  min-width: 60px;
  background: #eee;
  overflow: hidden;
  vertical-align: top;
}
.msg .pictures a:hover:before,
.msg .pictures .fakea:hover:before {
  background: rgba(255, 255, 255, 0.25);
}
.msg .pictures img {
  height: 240px;
  width: auto;
}
.msg.new .pictures {
  margin-right: 0;
}
.msg .msg-options {
  opacity: .3;
}
.msg .p2:hover .msg-options {
  opacity: 1;
}
.msg.h .p2 fakea:not(.innerlink) {
  color: #e72e4a;
  display: inline;
}
.msg .innerlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 5px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 10px 0;
  font-weight: 400;
}
.msg .innerlink:disabled,
.msg .innerlink.disabled {
  background: #f8f8f8;
  border-color: #eee;
  cursor: not-allowed;
}
.msg .innerlink:disabled .trailer,
.msg .innerlink.disabled .trailer {
  color: #aaa;
}
.msg .innerlink:hover {
  background-color: #f8f8f8;
}
.msg .innerlink .href {
  color: #e72e4a;
  font-size: 11px;
}
.msg .innerlink .title {
  font-size: 16px;
  color: #555555;
}
.msg .innerlink .title span {
  font-weight: bold;
}
.msg .innerlink .trailer {
  font-size: 13px;
  color: #555555;
}
.msg .innerlink .illus {
  margin: 0 10px 0 -5px;
  width: 100px;
  background-size: cover;
  background-position: 50%;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.msg .innerlink .w {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.msg .ractions > div {
  vertical-align: top;
}
.msg .ractions > div button {
  background: none;
  border: 0;
  outline: 0;
  color: inherit;
  margin: -5px -7px;
  padding: 4px 8px;
}
.msg.anchored:before {
  background: transparent;
  content: '';
  position: absolute;
  top: -10px;
  left: -15px;
  right: -15px;
  bottom: -10px;
  z-index: 99;
  pointer-events: none;
  -webkit-animation: anchorpost 1s ease 0s 1;
          animation: anchorpost 1s ease 0s 1;
}
.msg .p0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 1.25rem 0;
}
.msg .p0.reported .pseudo {
  margin: 0;
}
.msg .p0.reported .p2:before,
.msg .p0.reported .p2:after {
  display: none;
}
.msg .p0.reported .p2 {
  line-height: 32px;
  color: #aaaaaa;
}
.msg .p1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 13rem;
  padding-right: 1.25rem;
}
.msg .p1.large {
  width: 21rem;
}
.msg .p1 .pseudo {
  margin: 15px 0;
  font-size: 18px;
  white-space: nowrap;
}
.msg .p1 .details {
  font-size: 13px;
  line-height: 18px;
}
.msg .p2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 13rem);
  padding-left: 1.25rem;
  border-left: 1px solid #b6b6b6;
  font-size: 16px;
  line-height: 21px;
}
.msg .p2.large {
  width: calc(100% - 21rem);
}
.msg .p2 .date {
  font-size: 14px;
  margin-bottom: 15px;
  color: #aaa;
  cursor: default;
}
.msg .p2:before,
.msg .p2:after {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  height: 30px;
  width: 12px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 12px solid #b6b6b6;
}
.msg .p2:after {
  margin: 1px -1px 0 0;
  border-right: 11px solid #fff;
  height: 28px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
@-webkit-keyframes anchorpost {
  30% {
    background: transparent;
  }
  40% {
    background: rgba(231, 46, 74, 0.7);
  }
  0% {
    background: transparent;
  }
}
@keyframes anchorpost {
  30% {
    background: transparent;
  }
  40% {
    background: rgba(231, 46, 74, 0.7);
  }
  0% {
    background: transparent;
  }
}
span.mention {
  color: #e72e4a;
  background: none;
  padding: 1px 3px;
  cursor: pointer;
  border-radius: 4px;
}
span.mention:hover {
  background: rgba(255, 0, 60, 0.1);
}
.gifloader.shadow:before {
  background: rgba(0, 0, 0, 0.2);
}
.gifloader.shadow:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.gifloader:after {
  content: 'GIF';
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  border: 2px dashed #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 39;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: rgba(0, 0, 0, 0.35);
}
.gifloader.spin:after {
  -webkit-animation: gifanim 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: gifanim 0.7s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
@-webkit-keyframes gifanim {
  0% {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  50% {
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  100% {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
@keyframes gifanim {
  0% {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  50% {
    height: 80px;
    width: 80px;
    line-height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
  100% {
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
.birthday {
  color: #e72e4a;
}
e.emoji {
  font-size: 0!important;
  text-indent: -999px;
  width: 25px;
  height: 25px;
  background-image: url(/icons/emoji1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px 100px;
  overflow: hidden;
  vertical-align: bottom;
  font-family: 'Segoe UI Emoji', 'Segoe UI', 'Emoji';
  display: inline-block;
}
e.emoji.e128514 {
  background-position: 0 0;
}
e.emoji.e128516 {
  background-position: -25px 0;
}
e.emoji.e128512 {
  background-position: -50px 0;
}
e.emoji.e128518 {
  background-position: -75px 0;
}
e.emoji.e128522 {
  background-position: -100px 0;
}
e.emoji.e128521 {
  background-position: -125px 0;
}
e.emoji.e128525 {
  background-position: -150px 0;
}
e.emoji.e128536 {
  background-position: -175px 0;
}
e.emoji.e128540 {
  background-position: -200px 0;
}
e.emoji.e128539 {
  background-position: -225px 0;
}
e.emoji.e128523 {
  background-position: -250px 0;
}
e.emoji.e128526 {
  background-position: -275px 0;
}
e.emoji.e128565 {
  background-position: -300px 0;
}
e.emoji.e128566 {
  background-position: -325px 0;
}
e.emoji.e128520 {
  background-position: -350px 0;
}
e.emoji.e128519 {
  background-position: -375px 0;
}
e.emoji.e128528 {
  background-position: 0 -25px;
}
e.emoji.e128533 {
  background-position: -25px -25px;
}
e.emoji.e128563 {
  background-position: -50px -25px;
}
e.emoji.e128562 {
  background-position: -75px -25px;
}
e.emoji.e128554 {
  background-position: -100px -25px;
}
e.emoji.e128543 {
  background-position: -125px -25px;
}
e.emoji.e128534 {
  background-position: -150px -25px;
}
e.emoji.e128550 {
  background-position: -175px -25px;
}
e.emoji.e128551 {
  background-position: -200px -25px;
}
e.emoji.e128530 {
  background-position: -225px -25px;
}
e.emoji.e128546 {
  background-position: -250px -25px;
}
e.emoji.e128560 {
  background-position: -275px -25px;
}
e.emoji.e128557 {
  background-position: -300px -25px;
}
e.emoji.e128555 {
  background-position: -325px -25px;
}
e.emoji.e128561 {
  background-position: -350px -25px;
}
e.emoji.e128544 {
  background-position: -375px -25px;
}
e.emoji.e10084 {
  background-position: 0 -50px;
}
e.emoji.e128156 {
  background-position: -25px -50px;
}
e.emoji.e128155 {
  background-position: -50px -50px;
}
e.emoji.e128153 {
  background-position: -75px -50px;
}
e.emoji.e128154 {
  background-position: -100px -50px;
}
e.emoji.e128148 {
  background-position: -125px -50px;
}
e.emoji.e128151 {
  background-position: -150px -50px;
}
e.emoji.e128147 {
  background-position: -175px -50px;
}
e.emoji.e128149 {
  background-position: -200px -50px;
}
e.emoji.e128150 {
  background-position: -225px -50px;
}
e.emoji.e128139 {
  background-position: -250px -50px;
}
e.emoji.e128293 {
  background-position: -275px -50px;
}
e.emoji.e128286 {
  background-position: -300px -50px;
}
e.emoji.e9940 {
  background-position: -325px -50px;
}
e.emoji.e128077 {
  background-position: 0 -75px;
}
e.emoji.e128078 {
  background-position: -25px -75px;
}
e.emoji.e128076 {
  background-position: -50px -75px;
}
e.emoji.e9996 {
  background-position: -75px -75px;
}
e.emoji.e128176 {
  background-position: -100px -75px;
}
e.emoji.e128105 {
  background-position: -125px -75px;
}
e.emoji.e128054 {
  background-position: -150px -75px;
}
e.emoji.e128049 {
  background-position: -175px -75px;
}
.emoji-style-2 e.emoji {
  background-image: url(/icons/emoji2.png);
}
@media (max-width: 979px) {
  .imgsm.mobile {
    margin: 0;
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  h2.f {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  .fcard.fc3 .b2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .fcard.fc3 .b3 {
    padding-bottom: 4px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .fcard.fc3 .b3a {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .fcard.fc3 .b3b {
    width: 100%;
    max-height: 2rem;
    overflow: hidden;
    line-height: 1rem;
  }
  .fcard.fc3 .b3c {
    font-size: .85em;
  }
  .fcard.fc3 .b4 {
    width: 50%;
  }
  .fcard.fc3 .b4,
  .fcard.fc3 .b5 {
    padding-top: 6px;
  }
  .fcard.fc3.sticky .b4,
  .fcard.fc3.sticky .b5 {
    padding-top: 2px;
  }
  .fcard.fc3 .b5 {
    width: auto;
    margin-right: 8px;
  }
  .categories {
    border: 0;
    padding: 0;
  }
  .fcard {
    padding-left: 0;
    padding-right: 0;
  }
  body .msg .p0 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .msg .p1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-right: 0;
  }
  body .msg .p1 .details {
    margin-left: 15px;
  }
  body .msg .p1 .pseudo {
    margin-top: 5px;
  }
  body .msg .p2 {
    width: 100%!important;
    padding-left: 0;
    border-left: 0;
    margin-top: 15px;
  }
  body .msg .p2:before,
  body .msg .p2:after {
    display: none;
  }
  body .msg .p2 .txt {
    margin-right: 0!important;
    font-size: 1.1em;
  }
  body .msg .p2 .pictures {
    margin-right: 0!important;
  }
  body .msg .p2 .ractions {
    position: absolute;
    right: 0;
    top: -100px;
  }
  body .msg .p2 .date {
    margin-top: 10px;
  }
  .newthread .txt {
    padding-left: 0;
    border: 0;
    margin-top: 15px;
  }
  .msg.lastm h4 {
    margin-top: 15px;
  }
  .msg.lastm h5 {
    padding: 0;
  }
  .poll,
  .contest {
    margin-right: 0;
  }
}
.miniprofile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -15px 0 5px;
}
.miniprofile .tabs-wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.miniprofile .tab-ctn {
  padding-top: 15px;
}
.miniprofile .comment-info {
  float: left;
}
.miniprofile .comment-cmd {
  position: absolute;
  right: 0;
  top: 18px;
  padding: 5px 0 5px 5px;
  z-index: 9;
}
.modal-ext {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 42px;
  display: block;
  height: 20px;
  width: 20px;
  font-size: 19px;
  color: #555;
  z-index: 9;
}
.profile-data {
  margin: 0 0 8px 0;
  display: block;
}
.profile-data.padded {
  padding-left: 20px;
}
.profile-data i {
  display: inline-block;
  width: 16px;
  text-align: center;
}
.profile-data.padded i {
  margin-left: -20px;
}
.tabs {
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs .tab {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs .tab:first-child {
  margin-left: 0;
  padding-left: 0;
}
.tabs .tab.active {
  border-bottom: 3px solid #e72e4a;
}
.tabs .tab .label {
  font-size: 12px;
  color: #e72e4a;
  display: inline;
  margin-left: 2px;
}
#tab-presentation {
  width: 150px;
  margin-right: 25px;
}
#tab-presentation i.avatar {
  margin-bottom: 20px;
}
#tab-presentation h1 {
  margin: 0;
  font-size: 21px;
  max-width: 150px;
  white-space: nowrap;
}
#tab-presentation .desc,
#tab-presentation h1 {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
}
#tab-collection {
  max-height: 600px;
  overflow: auto;
}
#tab-posts h4 {
  margin-bottom: 0 !important;
}
#tab-posts .p2,
#tab-comments .p2 {
  width: 100%;
}
#tab-posts .txt,
#tab-comments .txt {
  margin-right: 0;
}
#tab-comments .txt {
  width: calc(100% - 110px);
  float: left;
}
#pgwModal h3.mood {
  margin: 10px 0 5px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}
#pgwModal h3.mood e {
  vertical-align: top;
}
.oca {
  cursor: pointer;
}
.topbar {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
}
.topbar h2.f {
  margin: 10px 0 0;
  font-size: 28px;
  overflow-y: visible;
  overflow-x: hidden;
}
.topbar .mflx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.topbar .mflx .mw1 {
  padding-top: 10px;
  margin-left: 15px;
}
.topbar .mflx .mw2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
.imgsm {
  width: 45px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% -1px;
  background-size: cover;
  border-radius: 3px;
  margin: -10px 15px -10px 0;
  height: 40px;
}
.pager {
  text-align: center;
  margin: 35px 0;
}
.pager .btn {
  text-transform: uppercase;
  margin: 0;
}
.pager .page-number {
  line-height: 26px;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 18px;
}
.cprogress {
  height: 12px;
  width: 100%;
  background: #eee;
  position: relative;
  display: block;
  border-radius: 2px;
  box-shadow: inset -1px 1px 4px -2px #dddddd;
}
.cprogress > div {
  height: 100%;
  background: #d9534f;
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  font-family: Courier,Consolas,monospace;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}
.cprogress.d > div {
  background: #55af54;
}
.last-forum-posts .pictures,
#tab-posts .pictures,
#tab-comments .pictures {
  font-size: 0;
  margin: 0 65px 5px 0;
}
.last-forum-posts .pictures img,
#tab-posts .pictures img,
#tab-comments .pictures img {
  border: 1px solid #ccc;
  border-radius: 2px;
}
.last-forum-posts .msg.h:hover,
#tab-posts .msg.h:hover,
#tab-comments .msg.h:hover {
  background: rgba(0, 0, 0, 0.02);
}
.last-forum-posts h4,
#tab-posts h4,
#tab-comments h4 {
  text-align: left;
  font-size: 18px;
}
.last-forum-posts h5,
#tab-posts h5,
#tab-comments h5 {
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
}
#tab-posts .pictures *,
#tab-comments .pictures *,
#tab-posts .txt *,
#tab-comments .txt * {
  pointer-events: none;
}
#scrolllistener {
  margin: 2em 2em 0;
  line-height: 2em;
  background: #333;
  padding: 0 12px;
  border-radius: 3px;
  color: #fff;
  opacity: 0.75;
}
.members .fcard i.avatar.small {
  margin: -4px 0 -4px -4px;
  height: 32px;
  width: 32px;
}
.members .pseudo {
  margin: 0 3px 0 10px;
}
.members .filtres {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 0 10px;
  line-height: 50px;
}
.members .filtres .dropdown-menu {
  line-height: 1em;
}
.forum-tuto .tutow {
  min-height: 480px;
  display: none;
}
.forum-tuto .btn,
.forum-tuto .tutow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.forum-tuto .tutow label {
  display: block;
  margin: 15px 0;
}
.forum-tuto .tutow .flex {
  height: calc(100% - 51px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.forum-tuto input.f {
  font-size: 19px;
}
.forum-tuto input.f:focus {
  outline: 0;
}
.fsic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
}
.fsi {
  width: 20%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
}
.fsi a {
  display: block;
}
.fsi .name {
  margin-top: 5px;
}
.fsi .shadow {
  overflow: hidden;
  background: #ffffff 50% no-repeat;
  background-size: contain;
}
.fsi .shadow:before {
  position: relative;
  display: block;
  padding-top: 146%;
}
.fsi .inf {
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}
.fsi small.user {
  cursor: pointer;
}
.fsi .fsii {
  background: #f8f8f8;
  padding-bottom: 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #b6b6b6;
}
@media (max-width: 1100px) {
  .fsi {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .fsi {
    width: 33.3333333%;
  }
}
@media (max-width: 450px) {
  .fsi {
    width: 50%;
  }
}
.topmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 0 15px;
  margin-top: 10px;
}
.topmenu > * {
  color: #555555;
  display: block;
  padding: 20px 25px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
}
.topmenu > *:before {
  content: '';
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 15px;
  right: 0;
  height: calc(70%);
}
.topmenu > *.active,
.topmenu > *:hover {
  color: #d9534f;
}
.topmenu > *:last-child:before {
  display: none;
}
.topmenu > * .meta {
  position: absolute;
  top: 10px;
  right: 25px;
  color: #aaa;
  font-size: 10px;
  text-transform: uppercase;
}
.topmenu > * .meta.important {
  color: #d9534f;
}
.topmenu h2,
.topmenu .fake-h2 {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.topmenu h2 > span,
.topmenu .fake-h2 > span {
  display: inline-block;
  font-size: .75em;
  font-weight: bold;
  margin-left: 10px;
  opacity: 0.6;
}
@media (max-width: 780px) {
  .topmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .topmenu > *:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .topmenu h2 {
    text-align: left;
  }
  .topmenu h2 > span {
    float: right;
  }
}
.site-wrapper > .tab {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.site-wrapper > .tab.active {
  display: block;
  opacity: 1;
}
.site-wrapper > .tab.off {
  opacity: 0;
}
.site-wrapper > .tab.on {
  opacity: 1;
}
body.profilepage {
  /* pm */
  /* comments */
}
body.profilepage .site-wrapper .container {
  max-width: 900px;
}
body.profilepage .topmenu {
  margin-bottom: 20px;
}
body.profilepage i.avatar {
  display: inline-block;
  margin: 0;
}
body.profilepage i.avatar > .btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s opacity ease;
  margin-top: 100px;
  z-index: 9999;
}
body.profilepage i.avatar:hover > .btn {
  opacity: 1;
  pointer-events: initial;
}
body.profilepage h1 {
  text-align: left;
  font-size: 22px;
  margin: 15px 0;
}
body.profilepage h2.sep {
  margin: 0;
  padding: 10px 15px;
  font-size: 20px;
  background: #eee;
  border-radius: 2px;
  text-align: left;
}
body.profilepage h3.none {
  opacity: .5;
  text-transform: none;
}
body.profilepage big.pseudo {
  display: block;
  margin-bottom: 10px;
  padding: 4px 0;
}
body.profilepage .editrow {
  cursor: pointer;
}
body.profilepage .success {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 16px;
}
body.profilepage .success big {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
body.profilepage .btn.b6.bxs[rel] {
  cursor: help;
}
body.profilepage .btn.bx1 {
  margin: 15px 0;
  float: right;
}
body.profilepage .modal label {
  font-size: .85em;
}
body.profilepage .modal label input,
body.profilepage .modal label select {
  margin-top: 5px;
}
body.profilepage .fcard.new .desc {
  color: #555555;
}
body.profilepage .fcard .desc:before {
  content: '\f06e';
  font-family: 'Black Tie';
  font-size: 9px;
  margin-right: 5px;
  font-weight: 700;
}
body.profilepage .fcard.new .desc:before {
  content: '\f06d';
  color: #e72e4a;
  font-weight: 900;
}
body.profilepage .fcard.rp .desc:before {
  content: '\f069';
  margin-right: 7px;
  color: #4091d5;
  font-weight: 900;
}
body.profilepage .cardcomment {
  min-height: 170px;
  margin-bottom: 60px;
}
body.profilepage .cardcomment .cardcontainer {
  margin-bottom: -70px;
}
body.profilepage .cardcomment .x {
  background: #fff;
  padding: 15px 15px 15px 172px;
  top: 20px;
  border-radius: 3px;
  left: 10px;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  max-height: 200px;
}
body.profilepage .com-options button {
  border: 0;
  background: 0;
  padding: 2px 4px;
  margin: -2px 0 0 10px;
}
body.profilepage .com-options:hover button {
  background: rgba(0, 0, 0, 0.08);
}
.table.e td {
  font-size: 15px;
  line-height: 24px;
}
.table.e tr:first-child td {
  border-top: 0;
}
.table.e tr td:nth-child(2) {
  width: 40%;
  padding: .4rem 10px;
  text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
}
.table.e tr td:last-child {
  width: 30px;
  vertical-align: middle;
}
.table.e tr td[onclick]:last-child:hover {
  cursor: pointer;
  background: #ffdce1;
}
.table.e tr.edit small {
  font-weight: 700;
  margin: 0;
  display: block;
  line-height: 14px;
}
.table.e tr.desc td {
  border-top: 0;
  padding-top: 0;
  font-size: 13px;
  color: #9e9e9e;
  font-style: italic;
  line-height: 1;
}
.table.h th {
  background: #eee;
  font-size: 16px;
  text-align: left;
  padding: 10px 5px;
}
.table.h tr:first-child td {
  border: 0;
}
.table.h td {
  padding: .5rem;
  font-size: 14px;
  line-height: 18px;
}
.table.h td:first-child {
  opacity: 0.75;
}
.table.h th:last-child,
.table.h td:last-child {
  text-align: right;
}
.table.h td[data-amount]:after {
  content: attr(data-amount);
  color: green;
}
.table.h td[data-amount^="0"]:after,
.table.h td[data-amount^="-0"]:after {
  color: #555555;
}
.table.h td[data-amount^="-"]:after {
  color: red;
}
.table.h thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table.h thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table.h td:nth-child(2) {
  max-width: 430px;
}
#pgwModal.levelinfo .pm-content {
  padding: 30px 40px 20px;
  text-align: center;
}
#pgwModal.levelinfo .level {
  cursor: pointer;
}
#pgwModal.levelinfo .level:not(:first-child) {
  margin-left: 14px;
}
#pgwModal.levelinfo p {
  text-align: center;
}
#pgwModal.levelinfo progress {
  -webkit-appearance: none;
  padding: 0;
  background: #b6b6b6;
  height: auto;
  width: 100%;
  margin: 0 15px 15px;
}
#pgwModal.levelinfo progress::-webkit-progress-bar {
  height: 4px;
  background: #cccccc;
}
#pgwModal.levelinfo progress::-webkit-progress-value {
  background: #e72e4a;
}
#pgwModal.levelinfo .progress-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid red;
  position: absolute;
  top: -10px;
  margin-left: -3px;
}
.mw.badges {
  font-size: 0;
  overflow: hidden;
  text-align: left;
  max-width: 1500px;
}
@media (max-width: 1500px) {
  .mw.badges {
    max-width: 1250px;
  }
}
@media (max-width: 1250px) {
  .mw.badges {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .mw.badges {
    max-width: 750px;
  }
}
@media (max-width: 750px) {
  .mw.badges {
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .mw.badges {
    max-width: 250px;
  }
}
@media (max-width: 250px) {
  .mw.badges {
    max-width: 100%;
  }
}
.mw.badges:before {
  background: #eee;
}
.mw.badges .box {
  padding: 0;
}
.abadge {
  width: 249px;
  height: 300px;
  position: absolute;
  background-image: url(/img/badge/badges.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: baseline;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.22));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.22));
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
.abadge.ani01 {
  background-position: 0 0;
}
.abadge.ani02 {
  background-position: -250px 0;
}
.abadge.ani03 {
  background-position: -500px 0;
}
.abadge.ani04 {
  background-position: -750px 0;
}
.abadge.ani05 {
  background-position: -1000px 0;
}
.abadge.ani06 {
  background-position: -1250px 0;
}
.abadge.ani07 {
  background-position: -1500px 0;
}
.abadge.ani08 {
  background-position: 0 -300px;
}
.abadge.ani09 {
  background-position: -250px -300px;
}
.abadge.ani10 {
  background-position: -500px -300px;
}
.abadge.ani11 {
  background-position: -750px -300px;
}
.abadge.ani12 {
  background-position: -1000px -300px;
}
.abadge.ani13 {
  background-position: -1250px -300px;
}
.abadge.ani14 {
  background-position: -1500px -300px;
}
.abadge.ani15 {
  background-position: 0 -600px;
}
.abadge.misco {
  background-position: -250px -600px;
}
.abadge.duo50 {
  background-position: -500px -600px;
}
.abadge.onecl {
  background-position: -750px -600px;
}
.abadge.first {
  background-position: -1000px -600px;
}
.abadge.selfi {
  background-position: -1250px -600px;
}
.abadge.oktob {
  background-position: -1500px -600px;
}
.abadge.nickn {
  background-position: 0 -900px;
}
.abadge.welld {
  background-position: -250px -900px;
}
.abadge.virtu {
  background-position: -500px -900px;
}
.abadge.xoxox {
  background-position: -750px -900px;
}
.abadge.kinky {
  background-position: -1000px -900px;
}
.abadge.gmail {
  background-position: -1250px -900px;
}
.abadge.celeb {
  background-position: -1500px -900px;
}
.abadge.cospl {
  background-position: 0 -1200px;
}
.abadge.criti {
  background-position: -250px -1200px;
}
.abadge.harem {
  background-position: -500px -1200px;
}
.abadge.scree {
  background-position: -750px -1200px;
}
.abadge.inves {
  background-position: -1000px -1200px;
}
.abadge.may4t {
  background-position: -1250px -1200px;
}
.abadge.weeed {
  background-position: -1500px -1200px;
}
.abadge.n0010 {
  background-position: 0 -1500px;
}
.abadge.n0050 {
  background-position: -250px -1500px;
}
.abadge.n0100 {
  background-position: -500px -1500px;
}
.abadge.n0250 {
  background-position: -750px -1500px;
}
.abadge.n0500 {
  background-position: -1000px -1500px;
}
.abadge.spons {
  background-position: -1250px -1500px;
}
.abadge.benef {
  background-position: -1500px -1500px;
}
.abadge.patro {
  background-position: 0 -1800px;
}
.abadge.blkfr {
  background-position: -250px -1800px;
}
.abadge.lucky {
  background-position: -500px -1800px;
}
.abadge.dlyrt {
  background-position: -750px -1800px;
}
.abadge.ani16 {
  background-position: -1000px -1800px;
}
.abadge.ani17 {
  background-position: -1250px -1800px;
}
.abadge.ani18 {
  background-position: -1500px -1800px;
}
.abadge.ani19 {
  background-position: 0 -2100px;
}
.abadge.ani20 {
  background-position: -250px -2100px;
}
.abadge.whyss {
  background-position: -500px -2100px;
}
.abadge.trhun {
  background-position: -750px -2100px;
}
.abadge.shold {
  background-position: -1000px -2100px;
}
.abadge.ctall {
  background-position: -1250px -2100px;
}
.abadge.incrb {
  background-position: -1500px -2100px;
}
.abadge.hd {
  width: 375px;
  height: 450px;
  left: 0;
  top: 0;
  position: relative;
  background-image: url(/img/badge/badges-hd.png);
  -webkit-filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(3px 3px 9px rgba(0, 0, 0, 0.48));
}
.abadge.hd.ani01 {
  background-position: 0 0;
}
.abadge.hd.ani02 {
  background-position: -375px 0;
}
.abadge.hd.ani03 {
  background-position: -750px 0;
}
.abadge.hd.ani04 {
  background-position: -1125px 0;
}
.abadge.hd.ani05 {
  background-position: -1500px 0;
}
.abadge.hd.ani06 {
  background-position: -1875px 0;
}
.abadge.hd.ani07 {
  background-position: -2250px 0;
}
.abadge.hd.ani08 {
  background-position: 0 -450px;
}
.abadge.hd.ani09 {
  background-position: -375px -450px;
}
.abadge.hd.ani10 {
  background-position: -750px -450px;
}
.abadge.hd.ani11 {
  background-position: -1125px -450px;
}
.abadge.hd.ani12 {
  background-position: -1500px -450px;
}
.abadge.hd.ani13 {
  background-position: -1875px -450px;
}
.abadge.hd.ani14 {
  background-position: -2250px -450px;
}
.abadge.hd.ani15 {
  background-position: 0 -900px;
}
.abadge.hd.misco {
  background-position: -375px -900px;
}
.abadge.hd.duo50 {
  background-position: -750px -900px;
}
.abadge.hd.onecl {
  background-position: -1125px -900px;
}
.abadge.hd.first {
  background-position: -1500px -900px;
}
.abadge.hd.selfi {
  background-position: -1875px -900px;
}
.abadge.hd.oktob {
  background-position: -2250px -900px;
}
.abadge.hd.nickn {
  background-position: 0 -1350px;
}
.abadge.hd.welld {
  background-position: -375px -1350px;
}
.abadge.hd.virtu {
  background-position: -750px -1350px;
}
.abadge.hd.xoxox {
  background-position: -1125px -1350px;
}
.abadge.hd.kinky {
  background-position: -1500px -1350px;
}
.abadge.hd.gmail {
  background-position: -1875px -1350px;
}
.abadge.hd.celeb {
  background-position: -2250px -1350px;
}
.abadge.hd.cospl {
  background-position: 0 -1800px;
}
.abadge.hd.criti {
  background-position: -375px -1800px;
}
.abadge.hd.harem {
  background-position: -750px -1800px;
}
.abadge.hd.scree {
  background-position: -1125px -1800px;
}
.abadge.hd.inves {
  background-position: -1500px -1800px;
}
.abadge.hd.may4t {
  background-position: -1875px -1800px;
}
.abadge.hd.weeed {
  background-position: -2250px -1800px;
}
.abadge.hd.n0010 {
  background-position: 0 -2250px;
}
.abadge.hd.n0050 {
  background-position: -375px -2250px;
}
.abadge.hd.n0100 {
  background-position: -750px -2250px;
}
.abadge.hd.n0250 {
  background-position: -1125px -2250px;
}
.abadge.hd.n0500 {
  background-position: -1500px -2250px;
}
.abadge.hd.spons {
  background-position: -1875px -2250px;
}
.abadge.hd.benef {
  background-position: -2250px -2250px;
}
.abadge.hd.patro {
  background-position: 0 -2700px;
}
.abadge.hd.blkfr {
  background-position: -375px -2700px;
}
.abadge.hd.lucky {
  background-position: -750px -2700px;
}
.abadge.hd.dlyrt {
  background-position: -1125px -2700px;
}
.abadge.hd.ani16 {
  background-position: -1500px -2700px;
}
.abadge.hd.ani17 {
  background-position: -1875px -2700px;
}
.abadge.hd.ani18 {
  background-position: -2250px -2700px;
}
.abadge.hd.ani19 {
  background-position: 0 -3150px;
}
.abadge.hd.ani20 {
  background-position: -375px -3150px;
}
.abadge.hd.whyss {
  background-position: -750px -3150px;
}
.abadge.hd.trhun {
  background-position: -1125px -3150px;
}
.abadge.hd.shold {
  background-position: -1500px -3150px;
}
.abadge.hd.ctall {
  background-position: -1875px -3150px;
}
.abadge.hd.incrb {
  background-position: -2250px -3150px;
}
.abadge.d {
  background-image: url(/img/badge/badges-disabled.png);
  opacity: 1;
  cursor: default;
}
.badge-text {
  width: 249px;
  height: 300px;
  line-height: 300px;
  position: absolute;
  text-align: center;
  padding: 10px;
}
.badge-text div {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.badge-text span {
  color: #686668;
}
.badge-text span.badge-title {
  font-size: 27px;
}
.badge-text span.badge-reason {
  font-size: 14px;
}
table.h a {
  color: inherit;
  text-decoration: underline;
}
table.h a:not(.no):hover,
a:not(.no):active,
a:not(.no):focus {
  color: #ea455e;
  text-decoration: underline;
  -webkit-transition: 0.3s text-decoration;
          transition: 0.3s text-decoration;
}
table.h a:not(.no) {
  color: inherit;
}
table.h a.nc {
  color: inherit;
}
table.h a.ic {
  color: inherit;
}
/*
|--------------------------------------
| model + show
|--------------------------------------
*/
.mw h1,
.model-player h1 {
  text-align: left;
  font-size: 26px;
  color: #e72e4a;
  margin-top: 15px;
}
.mw h1.dark,
.model-player h1.dark {
  color: #555555;
}
.mw h1.alt,
.model-player h1.alt {
  margin: 0 0 10px;
  font-size: 48px;
  text-align: left!important;
}
.mw h2,
.model-player h2 {
  text-align: left;
  font-size: 24px;
  padding-bottom: 0;
}
.mw h2.httl,
.model-player h2.httl {
  font-size: 22px;
  width: 100%;
  border-bottom: 1px solid #b6b6b6;
  line-height: 28px;
  padding: 10px 0;
  margin: 25px 0 15px;
  text-align: left;
}
.mw h2.alt,
.model-player h2.alt {
  font-size: 32px;
}
.mw h5,
.model-player h5 {
  font-size: 12px;
  opacity: .5;
  border: 0;
  margin: 0;
}
html.software .mw {
  display: block;
}
html.software .mw:after {
  content: "";
  display: table;
  clear: both;
}
html.software .mw .box {
  display: block;
  float: left;
}
html.software .mw .box.fix {
  display: none;
}
.container.mt {
  margin-top: 25px;
}
.rating-count {
  padding-left: .4em;
  font-size: .9em;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
}
.info {
  line-height: 1.4em;
}
/*
|--------------------------------------
| card
|--------------------------------------
*/
.card {
  /*border:1px solid;*/
  border-radius: 3px;
  font-size: 0;
  display: inline-block;
  overflow: hidden;
}
.card.fw {
  width: 100%;
}
.card.mb {
  margin-bottom: 15px;
}
.card.incollection:before,
.card .discount {
  content: 'In my collection';
  position: absolute;
  background: #e72e4a;
  top: 65%;
  left: -1px;
  color: #fff;
  z-index: 9;
  font-size: 15px;
  padding: 7px 12px;
  font-weight: 700;
  box-shadow: 2px -2px 10px -2px rgba(0, 0, 0, 0.5);
}
.card img {
  width: 100%;
  height: auto;
}
.card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
}
.card .discount {
  background: #2eb2e7;
}
.card.incollection .discount {
  display: none;
}
@media (max-width: 768px) {
  .card {
    width: auto!important;
    margin-right: 10px;
  }
}
/*
|--------------------------------------
| show
|--------------------------------------
*/
.flexp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-info {
  margin-right: 25px;
  border-right: 1px solid #b6b6b6;
  padding-right: 25px;
  min-width: 188px;
}
.card-info .info {
  font-size: 1.15em;
}
.card-photos {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card-photos .freepics {
  margin-bottom: 15px;
  width: 22%;
}
.card-photos .freepics img {
  width: 100%;
  border: 1px solid #b6b6b6;
}
.console {
  width: 300px;
  background: #f8f8f8;
  border: 1px solid #b6b6b6;
  margin-left: 25px;
  padding: 25px;
  text-align: center;
}
.labels,
.rating {
  margin-bottom: 15px;
  text-align: left;
}
.h.rating {
  font-size: 2.3em;
  margin-bottom: .5em;
  line-height: 1.1em;
  padding-bottom: 1.2em;
}
.box-rating {
  text-transform: uppercase;
  font-size: 1.55em;
}
.rating-sm {
  min-width: 63px;
}
.labels > * {
  display: inline-block;
  margin: 0 7px 0 0;
}
.labels img {
  height: 50px;
}
.labels .duration span {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 11px;
  text-align: center;
}
.labels .duration small {
  font-weight: 400;
}
.unlock1 {
  max-height: 320px;
  display: block;
  margin: 15px auto 50px;
}
.unlock1 img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  z-index: 10;
}
.unlock1 .reflexion {
  position: absolute;
  left: 0;
  width: 100%;
  height: 15%;
  margin-top: -1px;
  pointer-events: none;
  overflow: hidden;
}
.unlock1 .reflexion img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  z-index: 8;
}
.unlock1 .reflexion:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), #f8f8f8);
  background: linear-gradient(rgba(255, 255, 255, 0.3), #f8f8f8);
  z-index: 9;
}
.unlock1 .flare {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  background: url(/img/flare.png) no-repeat;
  pointer-events: none;
  z-index: 20;
}
.unlock2 {
  background: url(/img/model/unlock.jpg) no-repeat;
  padding-top: 58%;
  background-size: contain;
  margin: 15px 0 30px;
  overflow: hidden;
}
.unlock2 img {
  position: absolute;
  top: -56%;
  left: -15%;
  width: 130%;
}
.comment {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  text-align: justify;
}
.comment img {
  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  float: left;
  border: 1px solid #b6b6b6;
}
@media (max-width: 980px) {
  .console {
    width: 100%;
    margin: 0;
  }
  .card-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .card-photos {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 15px;
  }
  .card-console {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 480px) {
  .pflex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .console {
    width: 100%;
    margin: 0;
  }
  .card-info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border: 0;
    padding: 0;
    margin: 0 0 15px;
  }
  /*body h1,body h2 {text-align:center}*/
  .card-photos img {
    width: 50%;
  }
  .card-console {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 15px;
  }
  .comment {
    text-align: left;
  }
}
/*
|--------------------------------------
| model
|--------------------------------------
*/
.model {
  /*.p2 {
		padding-right:30px;
		min-height: 490px;
	}*/
}
.model .flex-ctn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 5px;
}
.model .show-bg {
  position: relative;
  padding: 15px 0 30px;
  margin-bottom: 15px;
}
.model .head {
  float: left;
  height: 75px;
  width: 75px;
  margin: 0 20px 0 0;
  overflow: hidden;
  background: -webkit-radial-gradient(#888888, #444444);
  background: radial-gradient(#888888, #444444);
}
.model .head img {
  width: 160%;
  margin-top: -10px;
  margin-left: -30%;
}
.model .flx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.model .p1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.model .p2w {
  height: 100%;
  max-height: 540px;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  box-shadow: inset 0 -75px 20px -65px #ffffff;
}
.model .p3 {
  width: 350px;
  padding-left: 30px;
  border-left: 1px solid #b6b6b6;
  margin-left: 20px;
  text-align: center;
}
.model .p3 video {
  margin-bottom: 10px;
}
.model .row {
  position: relative;
  z-index: 2;
}
body .addctn {
  height: 250px;
  overflow: hidden;
  border-right: 1px solid rgba(182, 182, 182, 0.5);
  margin: 20px 0;
  font-size: 13px;
  position: relative;
  border-radius: 5px;
  display: block;
}
body .addctn .img {
  width: 40%;
  overflow: hidden;
  float: left;
  position: relative;
  height: 250px;
  background-size: auto 390px;
  background-repeat: no-repeat;
  background-position: 60% 10px;
}
body .addctn .inner {
  margin-left: 44%;
  padding: 70px 15px 0 0;
  height: 100%;
}
body .addctn h1,
body .addctn h2.b {
  margin: 15px 0 0;
  font-size: 30px;
  position: absolute;
  bottom: 185px;
  padding: 0 15px 5px 0;
  line-height: .85em;
  text-align: left;
}
body .addctn ul {
  padding: 0;
}
body .addctn:hover {
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, 0.05) 25px);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 25px, rgba(0, 0, 0, 0.05) 25px);
  cursor: pointer;
  text-decoration: none;
}
body .addctn:hover .img .bshadow {
  color: #f4f4f4;
}
body .addctn,
body .addctn:hover,
body .addctn:active,
body .addctn:visited,
body .addctn:focus {
  color: #555555 !important;
}
.othctn {
  border-bottom: 1px solid rgba(182, 182, 182, 0.5);
}
@media (min-width: 980px) {
  .othctn:nth-child(3n) > .addctn {
    border: 0!important;
  }
}
@media (max-width: 979px) {
  .othctn:nth-child(2n) > .addctn {
    border: 0!important;
  }
}
@media (max-width: 767px) {
  .othctn > .addctn {
    border: 0!important;
  }
}
.othctn:last-child > .addctn {
  border: 0!important;
}
.bio {
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin: 20px 0 20px;
}
input.msearch {
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  background: none;
  outline: none!important;
  display: inline-block;
  width: 100px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-top: 5px;
}
input.msearch::-webkit-input-placeholder,
input.msearch::-moz-placeholder,
input.msearch::-webkit-input-placeholder {
  color: #ccc;
}
input.msearch::-webkit-input-placeholder,
input.msearch::-moz-placeholder,
input.msearch::placeholder {
  color: #ccc;
}
@media (min-width: 768px) {
  .head {
    display: none;
  }
  .bio {
    max-height: 15em;
    overflow-y: auto;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .modelpage {
    margin-top: 0;
  }
  .addctn:hover {
    background: rgba(0, 0, 0, 0.05) !important;
  }
}
@media (max-width: 980px) {
  .p3 {
    display: none;
  }
}
.mw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mw:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 1px;
  right: 1px;
  background: #ccc;
}
@media (min-width: 3860px) {
  .mw {
    max-width: 3360px;
  }
}
@media (max-width: 3860px) {
  .mw {
    max-width: 3360px;
  }
}
@media (max-width: 3380px) {
  .mw {
    max-width: 2880px;
  }
}
@media (max-width: 2900px) {
  .mw {
    max-width: 2400px;
  }
}
@media (max-width: 2420px) {
  .mw {
    max-width: 1920px;
  }
}
@media (max-width: 1940px) {
  .mw {
    max-width: 1440px;
  }
}
@media (max-width: 1460px) {
  .mw {
    max-width: 960px;
  }
}
@media (max-width: 980px) {
  .mw {
    max-width: 480px;
  }
}
@media (max-width: 480px) {
  .mw {
    max-width: 100%;
  }
}
.mw.short {
  margin: 0 auto -2px;
  max-width: 1440px;
}
@media (max-width: 1940px) {
  .mw.short {
    max-width: 1440px;
  }
}
@media (max-width: 1460px) {
  .mw.short {
    max-width: 1080px;
  }
}
@media (max-width: 1100px) {
  .mw.short {
    max-width: 720px;
  }
}
@media (max-width: 740px) {
  .mw.short {
    max-width: 360px;
  }
}
@media (max-width: 360px) {
  .mw.short {
    max-width: 100%;
  }
}
.bt-star:not(.text-primary) {
  color: rgba(180, 180, 180, 0.5);
}
.box {
  background: #fff;
  height: 300px;
  margin: 0 1px 1px 0;
  padding: 10px;
  width: 100%;
  max-width: 479px;
  z-index: 1;
}
.box:not(.fix):hover:before {
  background: #eeeeee;
}
.box.fix {
  max-width: 100%;
  -webkit-box-flex: 10000;
  -webkit-flex: 10000;
      -ms-flex: 10000;
          flex: 10000;
}
.box.fix.noh {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.box:not(.fix):hover .img {
  background-size: auto 520px;
  background-position: 50% 5px;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.25));
}
.short .box:not(.fix):hover .img {
  background-size: auto 560px;
  background-position: 50% 5px;
}
.box:not(.fix):hover .img.icard,
.box:not(.fix):hover .img.icard .icard-overlay {
  background-size: auto 255px;
  background-position: 50% 5px;
}
.box:not(.fix):hover .icard .icard-elements {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.box .img {
  width: 49%;
  height: 285px;
  float: left;
  margin: 5px 4% 0 1%;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAAH0CAMAAACzXLkEAAAAq1BMVEUAAADMzMzMzMzMzMzMzMzNzc3MzMzMzMzNzc3Nzc3MzMzNzc3MzMzNzc3MzMzMzMzMzMzNzc3MzMzMzMzMzMzNzc3MzMzMzMzMzMzNzc3MzMzMzMzNzc3MzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzNzc3MzMzMzMzMzMzNzc3Nzc3MzMzMzMzMzMzNzc3MzMzMzMzNzc3MzMzMzMzMzMwKTysyAAAAOHRSTlMABPv47wcV9CsaCg3VeOXdx3LQrpgw6mweiX8mZ0I9tzWPYhHMqYRHpCLatMFck+FYU1A5n0u8nILHNHAAABICSURBVHja1N1ne9owEADgk7yNzfAAMzwAM03YkPv/v6wNbdM+bQ22guF4P+ZTLrZ0upPkQOXUxWHQmqnwmpjfmaRLmXM59d58owYvhu1ijr9pm+ZwF5501YQXcTjj36S6s9nMt6EBL6DmSZhDzno+kGes8ArHOwBxkYVXSc0ESNvJeAPPSM+vPSxgzYCq8RGL4DsgymhiMUuic+p4hQVJA6ColmFhEwXoYUcszqKY10ZYgvZG7yGoDSxjGAA1HpZi6UCMr2Ep0pZaVutiSe/Eah51gyVZPq2HsMWytL1CKoQJljYlFcG4jqWlBiMUwkHC0rQICEXQQQEtIGQuYXku0KE4HMvbEFpYBA0UwGdAhl/nKGAKZPTrKCIdAxXqGUXIEVBhZiikA1SwdxTi0UlpHRQSUxkITDSCDZUmMIM3jiK0DpnXaItihkT2dBi0UExMpPsoPA7QIdKxYGCjGI1IE1v8GaANRNgoaEJkKEMXBVkLoGGKgjQqNYJwBJzKQBjgxQsXyycUZRFpn0YcBWlEcloioSgiOU1vo6ghkGCeUVRKZIHt4asPhB4K2wMJA8QXX9xFEoqKgYTaEkXJRBrAExQ2AhJGKOwIJPRlFJXSqHKUFEXJRPpeHRTWAxICGUWdaZx9ZDGKskIgYYCiNicaD0FtoyC+9Wmc+OqiqKNOIy8bdRTU0A80qoQhCuKngMZIMJYoaGgSacOPUJATLIgsLWLhUtMwaIwEXUYxHSWg8RCEt6PcmkEjAn+IYpaGosCjqIeR3doegn9+Hk2bGgriM/NREYTzBl603dCEn8z+yc4a+BUjZsIj7M/4G3eykT+we0M3lfCrBsxkULlgjn/jeCddxhSo2mmJ1UmD6iPocKxQ+wQ5EVDojBbBW8DgT68WAOI7VMvGqllj+AeBxUJxXO7DP0j0gorilW6o7TgWRrLvFWqY40WGsl/HEgi2sFULH2PCoBIsw8fgbR0+vVQm+0Vq2PDDK05DF1ITPpHYmSlPclvhGC4odNTF8I3b0gFeaTX0H1q8h3sJJXyOOIG7GFv4LJpddSu6ep4CXzbj+EyTWpX37vNRWmV4+Gxd+JI9x6d7e+l36IN8eOl36IvHaU8E3qEv1W0GhXfoovXS79AHKQQRMwnJ2ASvOg99ypjIoT9SWgQ7jOVIyasUBbmcMZRhbJCcHpSgZEhPqbb2FCly71TV8LOET7K7zyCY6gIRPHaJx1y84swCGZ+lc4etmmUApoXPslGhAF3DfLL/3Gzdg9vY6ub3PAf4NHX1iy3GqeDZ6kcujxIN88UKXLj4NI0xXGc2MV8jgB+O+DyDL7xDPISf3vF5HCY+D3VpdCJncIVyvha8Cb/0NXweVzSXSRF8CvGJNF3w1HqXTP22Frs5YJlkFt9ykD+Mb89DT88HHzzI8V70yTELBVQ/Evpa0TUha2KVJE2webQuXhzZWKF61+J4wxb+YyEXPzFjtLE6k2il3TqFu6yVm4jqxiP7eS3jKCEil1Kr1I1ytY55+P6Ru/x8z7ocOcqSa+SH0DbK/E5DgYt/4rQZDJBrUgNj5svF9wdrDczj1ASuqYjjbzDTUOOudmQwwjzyovD1JSkR+KKACK5JP/+6icZlPLazGsCkaFpjabkGx+HeEcguynHK8bs56ztc5p68ZteWapJesEm3BoDC416cd0Cc9OQflaDuoITThm0CQKfg9uAcc2QK/M94iffVO23aq+2SI+ImiVZtjr10wADAdDCH1i+SzSw1pxRq4n01Qydtrnucc3nVORwdDdfOlsF3+0JzpJ3b33rMuTUpboTTJneNtpw5rWPUa2h4jH32cxF2OyeYVtn/V8POeE9W2Gx62XI+6jZcR/cGx4zjat6Hi12BTxzviqfuSroVlq7Mh27D7nZO7oRH++F8KKOWGvDD+eZqh7nlT/as8X6kEKA3sjfxbnBaTyRb8dLdSnbc2s2JsnX9TPhSFbjKLkIeM4haw+na6LbCM3dh5PiT7Nhl8FOMOZoKXNg8pzfxmAOc9ZXCaouZNxyNFy2Ypp4fxeN4ffbgl4TnXiqHiy7PHybVR+AZ4QzUgNm92UKdBXYWDvQjy6bzLrudriZwsZXKb/is77inocwS04DES5JFoNqT8G3XMofpfFDg1LSswwfDKr/VcEIBef+UiOm6AaaXHGoqDLf6Po7Mzuptxgq0d7r5FZf3mAgyWDAAWEQAg3BRM9g+Uv20z+yp0Tfh03hzvdzslG8R+xzvgZ+gXwMARTdZcuoHihopQeTo4PlmTSlQUvE3+JAU6MlUU+ufAdQxADCFmUHQ16EfACTvoTEdKyqD3xQH/y/O/2zS/hEn8FYMTAMAGANQ1YXPojEwte8nCVPG8Ke3vIHkwwe79GxaW+E92ADsG3V3tp02DIQB+JeNsTGbWQKELYSlQCBAICnz/k/WlPakLUa2XDyy9eUiOScXOQ7WOhrNWvx6glkJpZIn4PglrJe4SrV25pHj8oOd+H65VUovEVD0cVHuQTwUIYTvo+cBQi2RZiNki8xakX9AGOGT8HHhl4BL/yMA38E1Ecg2UaX97Zj9CFjTwU9l/OJDiN8/C4S9yTKapVerNqILx9DdrAMuHIELcflK/Cc30t8uEEHs6G6Wh18ElAwjl2rvkqiNTLjx818I6s+jNkW7kg2ZkBTDmQUvnUIpj9Ip+BQRynW61wKJ9GRD0EZaHm+HCKKZwnCWxLJOEnPpSi4QvJ/BGAk0bJJpShddnRJvSx5BWW9BcnNcjBP+k5xnulNnDVWjOkXYyNcQXdaVcr0INaJqK93b30qYPDIkibRLD3sbxU65Kpm3yCy0nJkD3moU7buAtCF0eqxTu04pfkZRPMdHDiO6R2vM+hbRorrbvLSLkDu+UAzrG768J2vKR0rJ1oHEqUVxasPoleiZ/wnkiZeTd5tiuLt1zA29gWBZZoZP/oSIj5ZFMazVCf96kgRt2fMF6x7+NZsGKoErlVN2r5B6o/vIw3W9ap1i7YeO0umWBUPVkpiJtvfcoVjWrohbNgkGHfFMaeo709fjoYeHs0vxKkv1m1WPgJZ4rLWlT4VVgRS8FxEifY3e85d22jxCrhUe+YvySFom7McyIryp90ZiTlkIxomLYDzl6SMo9H3E6KvGEZwm6bfyEGvtKu7COwHptl1CxUo1beSF9AoOAkpGam15NrRII+vpw4GqQKktP5NGhdUICUyVjgp6e9LlpT9AIuW6Smh50CEtCovDLIVLu9xBNvnL1rw6SKmYSl/SWji5QX8i8H/a8SfNezXiZFfa0wf8vwc7bgP1tUlsLAoaEwf3acXt9J8KxKX6bE9wt7Ekme7LiO0J9s6TNWIpcjYNdbgcXNuqUEtAnXpaV60r8KXkEo/2qWltT1xFeVrLw2gy/phOj8uqTTw6nhg4SEVxTzdYtn35RmwCkYPyVPcZAtmXmuMIiqjLPn+3jzyUjbzzwE5a1gXKxCkHxZ3yc+V4m7JgDZEaf0tZaCA96w5l4BtyUXYxH+PypxXp566RIufbnhTlcWZxURw9zgsW6WQPkTJnPX47dKeNxhNp4R7ARZxJhwB8RJs0qM3AqGoRH3nMxbQhYifA6UxhRr1GaBC7tgAjv0Ls2uDkfCd2hSUYaI1htsDpnfgFazDakQaVEr6Y+QS0dcBAawjwLMCk3CYdbLePa2YV6XIPBwEmHxTBiA61QTp0XgW4jGvEr+KBj2gSvw1CDKuVFr6owbRpRa0ERo/Ez/JwxbgBYQRGDy7xm+IGk1Zp9A2MRItkTFlodknCjEmFpieoOGA0sohdfQZGa5sYybMRzQrT2g+4ZtjEyBqDT7lCGizBQPlSyszrM8aY7Ukul3HxkG6HIuTvlM4Nw7lNtxgzMbp1lZBpTxAdyMlDsdgcrHKeEWbWsPwIXmMKM6kvkh7CM2REkxYDNWZe9JPfJF6FAZh9J14vZdxmzOGvJ0Qwosa+ZEg2aEhb4jZj9is6JXB7pWuGNQPZhSE5Pe6oPz1hXwQ71sKr1gG8+IsSIYIRGxZTyBmxzqyXoUOLwoyIHciTxA3ZKtIypH1Ai4lFTAoeWMkzfM2Ihkdk3BkSgIqanZoRBEREYQtT9lnkF6+Zs7iR9Kc5zO+NM6sThxUiGdCWj9CnPKdP5r5EX1eHmPsS/bXnYtra4I/BnlJmD6AFX033rYBmAaWrCjW5DQnaE+h2tClNdR+6+XuT+1KG+V0XqnI6tbBP4CW/O86snaIrKzJsuzFkYhk7pUh/9872kIkjpaXiI4kcRsfPSCh3ie8HZKT8Qqko9JCVKqXiu0BWBq5Ju+43nfOfPQTwl2CdCySVs6nFI7LkuWnUwE0mdy2hU0QyufsQWvg/+bmA4Ed3Z6OXNhAE8SMBAiWERDAtFAQUETEEaRTv/Z+sULFNZS8flNaZ/t/gftyFvd2ZuZOuZ0j/CSd3KWB0a6dOz3Cumz318cw569IUdU+fTvVeAdCGiUL8iB8hVhAMcKXuhaeblJX1WawhnbrCoDKjGd2YeKZqN4pEqFL3Ev5xzsI0xYK2pvglO4KLCPkXsS7WpQKi6enSOF8UEgO4ONDysniawcH57pv+x18xf+PSJupay0R0vaL3XNOMn8zeXzBD+AlFNqzMtygx0fRG5pG4NH1zq8FZAEvSctl3kRqzn2Q1ZRqhiQR8jet3DPEFguddwRitsiu9i2Zg1fWOmEEheE7nrAMx//iTO4718YPMd0xBzaQlhjkkMk0jQypxlCh+JDBOZPIN2YtZiC5eclo5vjhEWlmRz9xTqB1dRnlUmlYH7bWAslyRyX2PCXiFIakMBer2+2mPX18AjUBOCza6ALriXGn2FQw1+znok2tbTn2pZatwiDhF17+oubR62QP1Dom53ciXEDUFsbg4BzwvJ5eGQ5FSkdmt43FWZ7uVebvvE8iQ9zIkTN5wkYTUg/OHK/CADrKaWJi5xGW+ptyaZaUaDnj4WC73IWLO/t/Wy7pA/2dKtZbsbd/aBbd0f4eP92BGSR5wM2X/Wq8iUlhMyRIGjhlQO1j2BCyhRefTXC+x3BNKbahHaHvu2A+yStgPsmpYvK2it7Yjt4lIqfqatu/+34jGKz51YbrngbfRcmBKfgyUCpjvZz94pO03ntS9XsL9G+yoh7o4TwqQTzN5v8Q2bthJoc+p33DQu3U5yor+TYgWI1jyfZCk1cGePqWY2GIces2FHiOnaXmSqFcyzHbQrshZb8pulNoymLhemcqhjQv8C2bGUb6VFuahxC4JR1ks4OY0m0iw4TgNpVTA8YcsK9VmUjevCtZ1T7MQu1qPBJebN6ai3WxDcLl5oy9OaTYElxvTCny1ZwUXaGomFrWYAcu3dEdX3PExeqsrhS9WD1uKuvQHrbWk/Kh7wOFjR5pTaQUjigvmKxtRRhcjxuIWHYr3BdlOFW2EmaJycTS1F75PNvA5WFmCpHeFHYSYpzAKm3UPWmOa668O6wOOrrWxZec2PWjLQb5cs/0N23KQ26i4qC1QY9ILRlUENY+mZSpLW1YTBjlF1iz2eSg28TC5klQVlz1s/1buKNZuRrhh+4UUv95lB12xnyOP8u9syZGM+S3qaYHuvqojmR3IsvFFWwt4WAHRB0ZaotfDNx1kTzHnY72H4YZjkBZ9drVEovC4d7SAfe1pCUBplGGQXA0cmhX0tIQ71RIW4C4yWPTHL5rlJBvMdLdjLREC3nAGWmSxxH4BJ98FFYfy8cATOSa2vN/bVRK1smkTVdsOyQpMm8ibWyQrGGmZzpMWWcKdg1jLzCIS+83NWsv4LocT0GwgWlYZTMk7nrifIcqLQmSoTUfUcTl75uTxAkpt2VfQDNl30Z3eQR0zPmAPqVBb4jc+izkZ4Tu/K20i3FLk5WSkKw8TghTBrAw7t3JvM+SkBxl+uZslQXSX6mal90YEbzYY43KcRCnVIyiujUn1w4wU+BDpitawspJvnwmuyYYV2MnhqTT8kPEbLyvpsLUk8CU/ZdU9lTF+AJxqVLO+97HW+MKQVdY+v4Z+P9/4cIY1ypa7hFC19Z5Hz2guaIYc04OvW51i3UxNmSP42vqVWuAa7IpT9Mr0J5+eH+zD4KmSI6HtINUUv5HMF9vxyyZP/ugjlXVHVCrHxzzdVLXW/hBufJNLfTJs9/uRG92+9FZfa+rsfAdMe47jB25SIwAAAABJRU5ErkJggg==');
  background-size: auto 540px;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
  position: relative;
}
.box .img.imgload:before {
  content: '\f03d';
  font: normal normal normal 14px/1 "Black Tie";
  top: 50%;
  position: absolute;
  left: 50%;
  color: #fff;
  font-size: 30px;
  -webkit-animation: bt-spin 2s infinite linear;
          animation: bt-spin 2s infinite linear;
  margin-top: -15px;
  margin-left: -15px;
}
.box .img.icard {
  background-size: auto 242px;
  background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAUAAD/4QMfaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRDQTMyMjdFOTIyRTExRTdCM0YzRTFERDIxMDk2QUM4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRDQTMyMjdEOTIyRTExRTdCM0YzRTFERDIxMDk2QUM4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSI3RDYwRTcwQ0JFQjhGOTAyMjk4NTcyQzgyRTAxMDBFOCIgc3RSZWY6ZG9jdW1lbnRJRD0iN0Q2MEU3MENCRUI4RjkwMjI5ODU3MkM4MkUwMTAwRTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAASDg4OEA4VEBAVHhQRFB4jGhUVGiMiGRkaGRkiJx4jISEjHicnLjAzMC4nPj5BQT4+QUFBQUFBQUFBQUFBQUFBARQUFBYZFhsXFxsaFhoWGiEaHR0aITEhISQhITE+LScnJyctPjg7MzMzOzhBQT4+QUFBQUFBQUFBQUFBQUFBQUH/wAARCADyAKIDASIAAhEBAxEB/8QAWQABAQEBAQEAAAAAAAAAAAAAAAECAwQGAQEAAAAAAAAAAAAAAAAAAAAAEAEBAQACAwEBAQAAAAAAAAAAARFRAhIDE0EhgREBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A+nAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQQVAAAAAAAAAAAAAAABQAVcBMMXDATDFwwGRrEwERpAQAAAAAAABRQFFwDDFxcBMMawwGcMawwGcTGsMBjEaxAZRpAQAAAAFAaiRqARYRqAYuEjWAmGNYuAziY3iYDGJjeJYDFiVqpQYqNVKDKKgAACo1AWLEjUBY1EjUBYshGoBhirgJiY1hgMWM1upQYrNbrNBis1us0Gai1AQAFWIsBY1GY1AajUZjcBqLEjUBYqRoBFQGazWqzQZrNarNBms1qs0Gai1AQABqMqDUajMagNRqMRqA3GoxGoDcVjV0GtRNNArNLUoJWatZoJWatZoJUWoCAAKigsajKwG4sYjWg3Kusa1oN6azpoNaazpoLqWpqaBWatrNArNWsgiKgAAAAKrKg01rC6DerrGroN6azpoNaazpoLqampoLqGoAyAIAAAAAAACqzp5TkG9NY8+vJ9OnIOmmuX16cn26cg66a5fbpyfXpyDrqa5/Xpyvn15BrUTynJoKgAAAAA532z8ms329vyMANfTvzieXblAD+80yABk4MAAAAAAyABkP9oAvl2n6s9necVkB0nu5jU9vS/uOID0eU5HnAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAf/9k=');
}
.box .img.icard .icard-overlay {
  background-size: auto 242px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 10px;
  -webkit-transition: all .25s ease;
          transition: all .25s ease;
}
.box .img.icard .icard-elements {
  position: absolute;
  top: 10px;
  left: 21px;
  height: 242px;
  width: 162px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.box .img.icard .icard-elements > div {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 7px 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.44);
  position: absolute;
  height: 30px;
  top: 0;
  left: 0;
  max-width: 140px;
  white-space: nowrap;
}
.box .img.icard .icard-elements > div > span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.box .img.icard .icard-elements .incollection {
  top: 150px;
  background: #e72e4a;
}
.box .img.icard .icard-elements .discount {
  top: 115px;
  background: #f39323;
}
.box .img.icard .icard-elements .discount.promo-premium {
  background-color: #ECB131;
}
.box .img.icard .icard-elements .discount.promo-premium i:before {
  font-weight: 900;
  color: #FFF;
}
.short .box {
  width: 359px;
  padding: 0 10px 0 0;
}
.short .box .img {
  height: 295px;
  margin: 5px 5% 0 0;
}
.short .box h2.b {
  margin-top: 10px;
}
.box .inner {
  width: 46%;
  height: 100%;
  float: right;
  padding-top: 20px;
  color: #555;
}
.box .inner h2,
.box .inner h3 {
  display: inline-block;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  width: 100%;
  line-height: 1.1em;
  text-transform: initial;
  text-align: left;
}
.box .inner .rating {
  font-size: 16px;
  margin-bottom: 15px;
}
.box .inner .rating > * {
  font-size: 16px;
  vertical-align: middle;
}
.box .inner .star.rate {
  padding-left: 5px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
.box .inner .rating-count {
  font-size: 12px;
  text-transform: none;
  vertical-align: baseline;
}
.box .inner .info {
  font-size: 12px;
  line-height: 1.4em;
}
.box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transition: background .3s ease;
          transition: background .3s ease;
}
.model-filter {
  margin: 0 15px 0 0;
  position: relative;
  z-index: 5;
  padding: 3px 0;
}
.model-filter .removetag {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
  line-height: 14px;
}
.model-filter .dropdown-toggle {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}
.model-filter .dropdown-toggle i {
  margin-left: 5px;
}
.model-filter .dropdown-toggle:hover {
  color: #e72e4a;
}
.barfilter {
  margin-top: 25px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.alpha margin-bottom:10px a:not(.active) {
  color: #999;
}
.form-inline > div {
  display: inline-block;
}
.group-label {
  margin-right: 10px;
}
label.checkbox {
  line-height: 14px;
}
.httlb {
  margin: 0;
  padding: 15px 0;
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.model-award {
  position: absolute;
  bottom: 8px;
  width: 70px;
  height: 63px;
  min-height: 0!important;
  right: 0;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.topmenu {
  margin: 0;
  background: #f0f0f0;
  box-shadow: inset 0 -1px 0 0 #cccccc;
}
.topmenu > * {
  border-bottom: 0;
}
.topmenu > *.active {
  border-bottom: 1px solid #e72e4a;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.08);
}
.topmenu > :before {
  top: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.4;
}
.videodock {
  max-width: 600px;
  margin: 0 auto 30px;
}
.videodock video {
  max-width: 100%;
}
body.model .media-player {
  position: relative;
  padding-top: 0;
  height: 640px;
  min-height: 640px;
  max-height: auto;
  -webkit-transition: background-image 0.2s linear;
          transition: background-image 0.2s linear;
}
body.model .media-player .trigger {
  text-align: left;
  z-index: 5;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
body.model .media-player .imodel {
  position: absolute;
  bottom: -400px;
  left: 10px;
  height: 900px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
body.model .media-player .info2 {
  margin-top: 25px;
}
body.model .media-player .info2 li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  opacity: .75;
  margin-right: 12px;
  line-height: 26px;
}
body.model .media-player h1.h {
  display: inline-block;
  text-align: left;
  margin: 5px 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 60px;
  font-weight: 700;
}
body.model .media-player .overlay:not(img) {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 2s all ease;
          transition: 2s all ease;
}
body.model .media-player .spacer {
  height: 40px;
  -webkit-transition: all .75s ease;
          transition: all .75s ease;
}
body.model .media-player .icons {
  position: absolute;
  left: 20px;
  top: 50px;
  width: 50px;
  margin-left: 0;
  -webkit-transition: all .75s ease;
          transition: all .75s ease;
  opacity: 0.6;
}
body.model .media-player .taskbar {
  height: 40px;
  background: #000308;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  -webkit-transition: all .75s ease;
          transition: all .75s ease;
  opacity: .6;
}
body.model .media-player .taskbar img {
  height: 40px;
  width: auto;
}
body.model .media-player .taskbar .right {
  float: right;
}
body.model .media-player .previous-nav,
body.model .media-player .next-nav {
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  font-size: 40px;
  padding: 10px;
  margin-top: -30px;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
  z-index: 30;
}
body.model .media-player .next-nav {
  left: auto;
  right: 20px;
}
body.model .media-player canvas {
  pointer-events: none;
}
body.model .media-player video {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  right: 70% !important;
  left: auto !important;
  bottom: 48px !important;
}
body.model .media-player .star.rate,
body.model .media-player .rating-count {
  color: #fff;
  font-size: 22px;
}
body.model .media-player details.bio {
  font-size: 21px;
  color: #fff;
  margin: 5px 0 0;
  padding: 0;
  font-weight: 200;
  text-align: left;
  text-transform: none;
  line-height: 1.3em;
  opacity: .9;
  max-height: 9.1em;
  overflow: auto;
}
body.model .media-player details.bio.preview {
  padding: 10px 0;
  line-height: 1.5em;
  font-size: 24px;
  max-width: 500px;
}
body.model .media-player details.bio.preview b {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  body.model .media-player details.bio.preview {
    display: none;
  }
}
body.model .media-player.ondemo {
  background-image: url(/img/model/pc-background.jpg) !important;
}
body.model .media-player.ondemo .imodel {
  opacity: 0;
}
body.model .media-player.ondemo .overlay:not(img) {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1115px) {
  body.model .media-player.ondemo #in {
    margin: 0px 40px;
    width: auto;
  }
}
@media (max-width: 780px) {
  body.model .media-player.ondemo canvas {
    display: none;
  }
}
@media (max-width: 520px) {
  body.model .media-player.ondemo div[data-card] {
    display: none;
  }
}
body.model .media-player .mdlnav {
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: inline-block;
  padding-bottom: 18px;
}
body.model .media-player .mdlnav a {
  color: #fff;
}
body.model .media-player .mdlnav a:hover {
  color: #e72e4a;
}
body.model .media-player .mdlnav i {
  margin-right: 8px;
}
body.model .media-player .mdlnav span {
  opacity: .5;
  text-transform: lowercase;
}
@media (max-width: 780px) {
  body.model .media-player .trigger {
    margin-left: 0 !important;
  }
  body.model .media-player .imodel {
    margin-left: -500px;
  }
}
body.model .media-player [data-card] {
  cursor: default!important;
}
.labeloff {
  display: block;
  position: relative;
  background: #f39323;
  padding: 8px;
  color: #fff;
  margin-bottom: 15px;
  width: auto;
  text-align: center;
  margin-top: -30px;
}
.news-page {
  padding-top: 5px;
}
.news-page .top-fade,
.news-page .bottom-fade {
  box-shadow: inset 0 14px 7px -10px;
  color: #f8f8f8;
  height: 15px;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
.news-page .bottom-fade {
  top: auto;
  bottom: 0;
  box-shadow: inset 0 -14px 7px -10px;
}
.news {
  margin-bottom: 25px;
  overflow: hidden;
  border: 1px solid #b6b6b6;
  padding: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.18s box-shadow cubic-bezier(0.05, 0.65, 0.38, 1.65);
          transition: 0.18s box-shadow cubic-bezier(0.05, 0.65, 0.38, 1.65);
  /*&.main:hover{margin:-15px -15px 10px;cursor:pointer;}*/
}
.news:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 0 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.news .image {
  padding-top: 75%;
  background: #cccccc 50% no-repeat;
  background-size: cover;
  border-bottom: 1px solid #eeeeee;
}
.news .title {
  text-transform: none;
  display: block;
  display: -webkit-box;
  height: 43px;
  margin: 8px auto 0;
  font-size: 17px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 15px;
  font-weight: 700;
}
.news .time {
  color: #888;
  line-height: 28px;
  font-size: 12px;
}
.news .desc {
  height: 80px;
  padding: 0 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 20px;
}
.news .new {
  position: absolute;
  background: #ED1C46;
  z-index: 8;
  padding: 5px 10px;
  color: #fff;
  top: 80%;
  font-weight: bold;
  line-height: 15px;
}
.news-text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: white;
  font-family: 'Open Sans';
  text-align: left;
  padding: 33px 28px;
  z-index: 1;
}
.news-text .news-background {
  position: absolute;
  bottom: 0;
  max-width: 800px;
  right: -183px;
}
.news-text .tags {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.news-text .tag {
  display: inline-block;
  background-color: rgba(231, 46, 74, 0.65);
  padding: 5px 8px;
  margin-right: 5px;
}
.news-text .tag:last-child {
  margin: 0;
}
.news-text .name {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-text .show {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}
.news-text .cta {
  text-align: center;
  background: #e72e4a;
  padding: 12px 61px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 3px;
  display: inline-block;
}
.news-text.news-text-premium .tag {
  background-color: rgba(236, 177, 49, 0.65);
}
.news-text.news-text-premium .cta {
  background-color: #ECB131;
}
.news-promo {
  margin-bottom: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  background: #fff;
  text-align: center;
  -webkit-transition: 0.18s box-shadow cubic-bezier(0.05, 0.65, 0.38, 1.65);
          transition: 0.18s box-shadow cubic-bezier(0.05, 0.65, 0.38, 1.65);
}
.news-promo.clickable:hover {
  cursor: pointer;
}
.news-promo .image {
  padding-top: 43%;
  background: #cccccc 50% no-repeat;
  background-size: cover;
  border: none;
}
.news-promo .error {
  color: red;
}
.news-video video {
  width: 100%;
  max-width: 1080px;
  max-height: 464px;
}
#slideshow {
  overflow: hidden;
  margin-bottom: 25px;
}
#slideshow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 0 20px rgba(0, 0, 0, 0.1);
}
#slideshow .slider {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
}
#slideshow .slider .news-promo {
  height: auto;
  float: left;
  margin: 0;
  border: none;
}
#slideshow .slider .news-promo:hover {
  cursor: pointer;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#slideshow .dot-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
}
#slideshow .dot-container .dot {
  width: 16px;
  height: 16px;
  float: left;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  margin: 2px;
  cursor: pointer;
  z-index: 2;
}
#slideshow .dot-container .dotser {
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 100%;
  margin: 2px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
}
.news-container {
  margin-top: 30px;
}
.news-container .container {
  width: 100%;
}
:root {
  --main-color: #59B672;
  --banner-color: #59B672;
  --second-color: #6BC784;
  --background-grey-color: linear-gradient(180deg, #f7f7f7 36.55%, #eeeeee 78.6%);
  --background-grey-color-horizontal: linear-gradient(90deg, #f7f7f7 36.55%, #eeeeee 78.6%);
  --main-background-color: white;
  --main-grey-color: #818181;
  --main-black-color: black;
  --background-hover-grey-color: #F0EFEF;
  --inactive-blue-color: #3673DC;
  --discount-red-color: #E72E4A;
  --second-grey-color: #F0F0F0;
  --third-grey-color: #D6D6D6;
  --sub-black: #282828;
  --fourth-grey-color: #F8F8F8;
  --ticket-background-color: radial-gradient(108.62% 513.84% at -8.62% 51.25%, #da0000 0%, #460000 100%);
  --box-shadow: 0px 12px 16px 0px #42BF631A, 0px 0px 2px 0px #42BF6333;
  --box-shadow-sub: 0px 0px 2px 0px #00000033,0px 6px 14px 0px #0000001A;
  --box-shadow-pack: 0px 0px 2px 0px #00000033,0px 12px 16px 0px #0000001A;
}
#main {
  background-color: white;
  padding: 2rem !important;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 1100px;
  color: var(--main-black-color);
}
.subscriptionActive {
  --main-color: #002D7D;
  --second-color: #00215D;
}
#choseMethod,
#chosePack {
  padding-left: 0;
  text-align: left;
  font: normal normal bold 16px/21px Roboto;
  white-space: nowrap;
}
#chosecurrency {
  font: normal normal 500 1rem/1.1rem Roboto;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 120%;
  z-index: 99;
}
#chosecurrency .currency-box {
  display: inline-block;
  text-align: center;
}
#chosecurrency .pack-currency {
  float: left;
  width: auto;
  border-radius: 6px;
  background-color: #F0F0F0;
  padding: 4.5px;
  margin-top: 0.5rem;
}
#chosecurrency .pack-currency div {
  padding: 6px 5px;
  border-radius: 4px;
}
#chosecurrency .pack-currency div a {
  color: black;
  text-decoration: none;
}
#chosecurrency .pack-currency div.active {
  background-color: var(--main-color);
}
#chosecurrency .pack-currency div.active a {
  color: white;
}
#chosecurrency .pack-currency div:first-child {
  float: left;
}
#chosecurrency .pack-currency div:nth-child(2) {
  float: right;
  margin-left: 4px;
}
#chosecurrency .pack-currency div:nth-child(3) {
  display: none;
}
#selectCurrencie {
  width: 100%;
  height: 2.5em;
  padding-left: 10px;
  border: 0;
  border-radius: 8px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  font: normal normal normal 12px/16px Roboto;
  background: var(--background-grey-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.xsales {
  padding-top: 0.5rem;
  min-height: 2rem;
  font: normal normal normal 1.1rem/1.1rem Roboto;
  text-align: center;
  opacity: 0%;
}
.xsales::before {
  content: '\002713';
}
.xsales.visible {
  opacity: 100%;
}
big {
  font-size: 1.25em;
  font-weight: 500;
}
.active .encart-day {
  background-color: var(--main-color);
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-weight: bold;
  margin-left: 2px;
  text-transform: uppercase;
}
.promo {
  padding: 4px  6px;
  border: 1px solid black ;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 4px;
}
.promo span {
  font: normal normal 700 1rem/16px Roboto;
  display: inline-block;
  height: 16px;
  color: black;
  text-decoration: none !important;
  vertical-align: top;
  margin-left: 4px;
}
.promo .free-logo {
  width: 16px;
  height: 16px;
  background: black;
  -webkit-mask-image: url("/img/credit/free-credit.svg");
          mask-image: url("/img/credit/free-credit.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  float: left;
}
.premium-mark {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url('/img/credit/premium-mark.svg');
          mask-image: url('/img/credit/premium-mark.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.premium-mark.Starter {
  background: -webkit-linear-gradient(304.11deg, #dad7e0 -8.8%, #a39faa 140.55%);
  background: linear-gradient(145.89deg, #dad7e0 -8.8%, #a39faa 140.55%);
}
.premium-mark.Plus {
  background: -webkit-linear-gradient(315deg, #ec7485 0%, #f6324a 100%);
  background: linear-gradient(135deg, #ec7485 0%, #f6324a 100%);
}
.premium-mark.Extended {
  background: -webkit-linear-gradient(305.91deg, #f3d569 -8.76%, #f1b238 102.72%);
  background: linear-gradient(144.09deg, #f3d569 -8.76%, #f1b238 102.72%);
}
.premium-mark.Ultimate {
  background: -webkit-linear-gradient(313.83deg, #00c0f9 5.76%, #1a97f7 29.23%, #b45af6 46.82%, #ff56ac 71.15%, #ff833b 92.86%);
  background: linear-gradient(136.17deg, #00c0f9 5.76%, #1a97f7 29.23%, #b45af6 46.82%, #ff56ac 71.15%, #ff833b 92.86%);
}
.bt-free {
  width: 20px;
  height: 20px;
  background: var(--main-color);
  -webkit-mask-image: url("/img/credit/free-credit.svg");
          mask-image: url("/img/credit/free-credit.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.firstonly .promo {
  border-color: white;
}
.firstonly .promo span {
  color: white;
}
.firstonly .promo .free-logo {
  background: white;
}
.valueDiscount {
  font: normal normal normal 14px/14px Roboto;
  text-decoration: underline !important;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.5em;
  text-underline-position: from-font;
  width: 100%;
  color: white;
  margin: auto;
  text-align: center;
}
.valueDiscount small,
.valueDiscount big {
  font-size: unset;
  vertical-align: baseline;
  font-weight: normal;
}
#Process-payment {
  margin: 15px 0 30px 0;
}
.trustpilot-widget {
  margin-bottom: 30px;
}
#Process-payment {
  background-color: var(--main-color);
  border-radius: 8px;
  font: normal normal bold 16px/21px Roboto;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
#Process-payment:hover {
  background-color: var(--second-color);
}
.green {
  font: normal normal normal 11px/15px Roboto;
}
#sideChoice .col-md-4 {
  padding-left: 0;
}
.col-sm-4 {
  padding-left: 0;
}
.percentDiscount {
  margin: auto;
  margin-top: 4px;
  background-color: var(--discount-red-color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px 4px 8px;
  font: normal normal 900 1rem/1rem Roboto;
  text-transform: uppercase;
  white-space: nowrap;
  color: white;
  border-radius: 4px;
}
#childList {
  position: absolute;
  top: 30px;
  width: 100%;
  border-radius: 10px;
  padding-top: 5px;
}
#childList #list {
  border-radius: 10px;
  background-color: white;
}
.method-bar {
  height: 2rem;
}
.method-bar > * {
  height: 2rem;
}
.methodChoice {
  background-color: var(--second-grey-color);
  border-radius: 4px;
  padding: 8px 12px;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.methodChoice img {
  position: absolute;
  padding: 0px;
  max-height: 1.2rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.methodChoice.active {
  box-shadow: inset 0 0 0 2px var(--main-color) !important;
}
.methodChoice:hover {
  box-shadow: 0px 4px 4px 0px #0000001A;
}
#selectMethod,
#list {
  cursor: default;
}
#selectMethod img {
  pointer-events: none;
  margin-right: 5px;
}
.greencolor {
  color: var(--main-color);
  text-transform: uppercase;
  font-weight: normal !important;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
#timecount {
  background-color: white;
  padding: 6px 10px;
  display: block;
  color: black;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  margin: auto;
  box-shadow: 0px 0px 24px 0px #43000A40;
}
.column {
  display: block;
}
#timecount .column span {
  font: normal normal 400 0.9rem/1.1rem Roboto;
}
#timecount-logo {
  padding-inline: 5px;
  font: normal normal 500 0.8rem/1rem Roboto;
}
#timecount-logo img {
  width: 12px;
  vertical-align: sub;
}
.line-break {
  width: 100%;
}
.sub-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: auto;
}
.credit-tab {
  background: var(--background-grey-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: auto;
}
.credit-tab:hover {
  box-shadow: var(--box-shadow-pack);
}
.credit-tab.firstonly {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%), url('/img/credit/e1956.jpg');
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.4) 81%, rgba(0, 0, 0, 0.4) 100%), url('/img/credit/e1956.jpg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-x: 51%;
}
.credit-tab.firstonly .amount-credits {
  color: white;
}
.sub-panel:hover {
  box-shadow: var(--box-shadow-sub);
}
.first-only {
  height: 70px;
  margin-top: 20px;
}
.first-only > span {
  display: block;
  padding: 4px;
}
#Process-payment {
  width: 300px;
  float: right;
}
#seeSubscriptions {
  text-transform: uppercase;
  font-weight: normal;
  color: var(--inactive-blue-color);
  opacity: 0.5;
}
small {
  font-size: 0.8em;
  vertical-align: super;
}
.pack-subscription {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  display: inline-block;
  width: 440px;
  background-color: var(--second-grey-color);
  padding: 3px 4px 3px 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pack-subscription a {
  text-decoration: none !important;
  width: 100%;
  display: block;
  padding: 10px;
}
.pack-subscription div:not(.active) a {
  color: black;
}
.pack-subscription div {
  width: 49%;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.01em;
  text-align: center;
  margin-block: 4px;
}
.pack-subscription div#subscriptions {
  float: right;
}
.pack-subscription div:hover {
  background-color: #E3E3E3;
}
.pack-subscription div.active {
  background-color: var(--banner-color);
}
.pack-subscription div.active a {
  color: white;
}
.pack-subscription #subscriptions.active {
  background-color: var(--main-color);
}
.pack-subscription div:first-child {
  float: left;
}
.center-pad {
  display: block;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 17px;
  width: 50%;
  min-width: 580px;
}
.subscriptionActive .center-pad {
  padding-top: 25px;
}
.content {
  position: relative;
}
.switch-little-text small {
  font-size: inherit;
  vertical-align: baseline;
}
.center-pad #choseMethod {
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 0;
  padding-bottom: 16px;
  margin-bottom: 4px;
}
.offer {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 12px 0px;
  border-collapse: separate;
  margin-inline: -12px;
}
.reduc {
  font-family: Roboto;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1rem;
  letter-spacing: 0.01em;
  text-align: center;
  padding: 4px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reduc span {
  position: relative;
}
.chosePack {
  display: block;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.chosePack .pack-column {
  padding: 6.5px;
}
.chosePack .pack-column .pack-title {
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0.8rem;
}
.subscriptionActive .chosePack {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.subscriptionActive .chosePack .pack-column .pack-title {
  margin-bottom: 0;
}
.reloadBonus {
  padding: 6px;
  background-color: var(--second-grey-color);
  font-size: 1.2rem;
  border-radius: 8px;
  color: var(--main-color);
  text-align: center;
}
.reload-text {
  font-size: 1rem;
  line-height: 20px;
  vertical-align: text-top;
}
.reload-promo {
  border: 1px solid var(--main-color);
  font-size: 0.9rem;
  border-radius: 4px;
  padding: 3px 6px;
  font-weight: bold;
}
.table-panel {
  border-collapse: separate;
  border-spacing: 16px ;
  margin-inline: auto;
  table-layout: fixed;
  width: 1090px;
  height: 1px;
}
.giant-panel {
  color: black;
  height: 100%;
}
.giant-panel a {
  text-decoration: none !important;
}
.giant-panel.active a {
  border: 2px solid var(--main-color);
  border-radius: 12px;
  box-shadow: var(--box-shadow);
  box-sizing: content-box;
}
.giant-panel.active a.bestdeal {
  border-color: var(--banner-color);
}
.giant-panel.active a.firstonly {
  border-color: var(--discount-red-color);
}
.giant-panel .credits img {
  margin: auto;
}
.giant-panel .credits span:first-child {
  font-size: 36px;
}
.giant-panel .credit-tab {
  border-radius: 12px;
  display: block;
}
.pay-by-credit {
  margin-bottom: 18px;
  font: normal normal 400 0.8rem/1rem Roboto;
  color: var(--sub-black);
  display: block;
  opacity: 50%;
}
.w100 {
  width: 100%;
}
.raffle {
  margin: auto;
  margin-top: 4px;
  display: inline-block;
  background: var(--ticket-background-color);
  -webkit-mask-image: url('/img/credit/raffle-ticket.svg');
          mask-image: url('/img/credit/raffle-ticket.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  color: white;
  font: normal normal 700 1rem/1rem Roboto;
  height: 22px;
  padding: 3px 14px 3px 14px;
  box-sizing: border-box;
}
.raffle .raffle-img {
  display: inline-block;
}
.raffle .front-circles {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: none;
}
.raffle .back-circles {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: none;
}
.raffle span {
  display: inline-block;
  height: 16px;
  vertical-align: top;
}
.credit-tab:hover .raffle .front-circles *,
.credit-tab:hover .raffle .back-circles * {
  background-color: var(--background-hover-grey-color);
}
.raffle * .circle1 {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--background-grey-color);
}
.raffle * .circle2 {
  position: absolute;
  top: calc(33.33% - 2px);
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--background-grey-color);
}
.raffle * .circle3 {
  position: absolute;
  bottom: calc(33.33% - 2px);
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: var(--background-grey-color);
}
.raffle * .circle4 {
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--background-grey-color);
}
.absolute-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.subscriptionActive .absolute-center {
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.banner {
  position: relative;
  height: 2rem;
  width: 100%;
  text-align: center;
}
.banner > * {
  position: absolute;
  top: -1rem;
  margin: auto;
  min-width: 70%;
  max-width: 90%;
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Roboto;
}
.sub-banner > * {
  border-radius: 6px;
  padding: 4px 8px;
  font-family: Roboto;
  margin-left: 0.5rem;
}
.best {
  background-color: var(--banner-color);
  font-weight: 600;
  color: white;
  height: 2rem;
  box-sizing: border-box;
}
.best div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
.best div img {
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
}
.best span {
  font: normal normal 500 1rem/1rem Roboto;
  line-height: calc(2rem - 8px);
}
.amount-credits {
  font: normal normal 500 1.4rem/2.5rem Roboto;
  color: black;
  display: inline-block;
  text-transform: lowercase;
  min-width: 80%;
}
.amount-credits big {
  font: normal normal 900 2.5rem/2.5rem Roboto;
}
.under > * {
  position: relative;
  bottom: 0;
  width: 100%;
}
.price-info {
  text-align: center;
  color: black;
  font: normal normal 600 1.5rem/1.5rem Roboto;
}
.firstonly .price-info {
  color: white;
}
.piece-img {
  margin-block: 10px;
  margin-inline: auto;
  width: 140px;
  height: 80px;
}
.price {
  margin-top: 8px;
}
.percent-replacement {
  padding: 4px 8px;
  margin-top: 4px;
  height: 1rem;
  box-sizing: content-box;
}
.detail-plan-title {
  font: normal normal bold 1.8rem/1.5rem Roboto;
  text-align: left;
  margin-bottom: 2rem;
  padding-bottom: 0;
  color: var(--main-black-color);
}
.detail-left {
  background-color: var(--fourth-grey-color);
  border-radius: 12px;
  padding: 24px 34px 24px 34px;
}
.detail-left li {
  font: normal normal 400 1rem/1rem Roboto;
  text-align: left;
  margin-bottom: 1.5rem;
  word-wrap: unset;
  list-style: none;
  color: #C7C7C7;
  margin-left: 25px;
}
.detail-left li:after {
  content: '+';
  position: absolute;
  left: -25px;
  width: 16px;
  height: 16px;
  color: #C7C7C7;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  overflow: hidden;
}
.detail-left li.active {
  color: black;
}
.detail-left li.active:after {
  content: '✓';
  position: absolute;
  left: -25px;
  width: 16px;
  height: 16px;
  color: var(--main-color);
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: content-box;
  line-height: 18px;
}
.detail-right {
  height: 100%;
  vertical-align: top;
}
.detail-right table {
  border-collapse: separate;
  border-spacing: 16px;
  width: 100%;
  top: -16px;
  height: calc(100% + 32px);
}
.detail-right table a {
  vertical-align: middle;
  border: 0.5px solid var(--second-grey-color);
  border-radius: 8px;
}
.radio {
  height: 19px;
  width: 19px;
  min-width: 19px;
  border-radius: 10px;
  padding: 0;
  float: left;
  margin-right: 1rem;
  margin-left: 1rem;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
}
.sub-panel.active .radio {
  color: var(--main-color);
  border: none;
}
body table a {
  color: black;
}
.tab-credit-sub {
  font: normal normal bold 1.2rem/1.4rem Roboto;
  text-decoration: none;
  color: inherit;
}
.sub-tab {
  height: 100%;
}
.sub-panel {
  color: black;
  display: block;
  height: 100%;
  background: var(--background-grey-color-horizontal);
}
.sub-panel.active {
  border: 2px solid var(--main-color);
}
#Process-payment.deactive {
  opacity: 0.4;
  pointer-events: none;
}
.sub-panel.deactive > * {
  opacity: 0.4;
}
.sub-panel.deactive.active > * {
  opacity: 0.6;
}
.tab-price-sub {
  margin-left: auto;
  margin-right: 1rem;
}
.tab-price2-sub {
  font: normal normal bold 1.6rem/1.6rem Roboto;
}
.tab-price3-sub {
  font: normal normal normal 1rem/1rem Roboto;
}
.sub-panel:not(.active):hover {
  background-color: var(--second-grey-color);
}
.sub-panel:not(.active):hover .radio {
  border-color: var(--third-grey-color);
}
li.switch-year {
  margin-bottom: 0.3rem;
  font: normal normal normal 1rem/1rem Roboto;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
li.switch-year::after {
  display: none;
}
li.switch-year input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  border: none;
  appearance: none;
}
li.switch-year input:checked + .slider::after {
  left: 1.65rem;
  -webkit-transition: left 0.5s;
          transition: left 0.5s;
}
li.switch-year .slider {
  width: 3rem;
  height: 1.5rem;
  background-color: var(--main-color);
  display: inline-block;
  border-radius: 1.2rem;
  cursor: pointer;
}
li.switch-year .slider::after {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  background-color: white;
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  border-radius: 50%;
  -webkit-transition: left 0.5s;
          transition: left 0.5s;
}
li.switch-year .slider.yearly::after {
  right: 0.15rem;
  left: none;
}
.switch-little-text {
  font: normal normal normal 1rem/1rem Roboto;
  color: var(--sub-black);
  opacity: 0.5;
}
.underline {
  text-decoration: underline;
}
.link-profile {
  font-weight: 500;
  cursor: pointer;
}
.link-profile:hover {
  color: green;
}
:root {
  --main-background-color: rgba(255, 255, 255, 0.75);
  --main-text-color: black;
  --choice-border-color: #59B672;
  --inactive-background-color: #BBACAC;
  --inactive-blue-color: #3673DC;
}
.credit-panel.active {
  background-color: #59B672 ;
}
input[type=radio] {
  display: none;
}
#dolzcount {
  text-align: right;
  margin: 1.5em 0;
}
.marketimg {
  width: 50px;
  height: auto;
}
.market.price {
  margin-left: auto;
}
.market.price .text {
  text-align: left;
}
.credit-panel.inactive {
  cursor: none;
  pointer-events: none;
  background-color: var(--inactive-color);
}
.credit-panel:hover {
  background-color: var(--background-hover-grey-color);
}
#babydolz-img-mini {
  position: absolute;
}
#rotate-dolz {
  -webkit-animation: constant-rotation 4s linear 0s infinite;
          animation: constant-rotation 4s linear 0s infinite;
  width: 45px;
  display: inline-block;
}
@-webkit-keyframes constant-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes constant-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
input[type=radio]:checked + label {
  border: 3px solid var(--main-green-color);
}
.credit-panel {
  border-radius: 8px;
  background-color: var(--background-grey-color);
}
.mini-panel-market {
  padding-inline: 0 !important;
  margin: 5px;
  margin-left: 5px;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Roboto';
}
.credits span {
  overflow: hidden;
  text-overflow: ellipsis;
}
.discord-widget {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.discord-widget.with-crips {
  right: 105px;
  bottom: 20px;
}
.discord-widget:hover {
  /*.discord-close{
		    position: absolute;
		    top: 10px;
		    right: 10px;
		    width: 17px;
		    z-index: 1;
		    display: block;
		    cursor: pointer;
		}*/
}
.discord-widget:hover .discord-icon {
  opacity: 0;
}
.discord-widget:hover .discord-iframe {
  width: 300px;
  height: 450px;
  opacity: 1;
  -webkit-transition: height 0.2s linear, width 0.2s linear, opacity 0.2s ease-out;
          transition: height 0.2s linear, width 0.2s linear, opacity 0.2s ease-out;
}
.software .discord-widget {
  right: 60px;
}
.discord-icon {
  width: 56px;
  height: 56px;
  box-shadow: rgba(88, 101, 242, 0.3) 0px 3px 5px -1px, rgba(88, 101, 242, 0.14) 0px 6px 10px 0px, rgba(88, 101, 242, 0.12) 0px 1px 18px 0px;
  background-color: #5865f2;
  border-radius: 56px;
  position: absolute;
  cursor: pointer;
  bottom: 0;
  right: 0;
  opacity: 1;
}
.discord-icon svg {
  width: 32px;
  position: absolute;
  left: 12px;
  top: 15px;
}
.discord-iframe {
  width: 56px;
  height: 56px;
  -webkit-transition: height 0.2s linear, width 0.2s linear, opacity 0.2s ease-out 0.2s;
          transition: height 0.2s linear, width 0.2s linear, opacity 0.2s ease-out 0.2s;
  opacity: 0;
}
.discord-close {
  display: none;
}
